
.page-header.page-header-modern.page-header-background {
    padding: 180px 0 70px 0;
}


#footer .footer-copyright {
    background-color: #FFF !important
}

#footer .footer-copyright p {
    color: #888;
}

#footer p:hover,#footer span:hover,#footer li:hover,#footer a:not(.btn):not(.no-footer-css):hover {
    color: #212121
}


/* DEBUG */
.debug {
    border: 15px solid yellow;
}



/* Fix: To ensure ol, ul have the same theme as p, as used in porto's theme (file: numeros/static/vendor/porto/css/theme-elements.css) */
dl, ol, ul {
    line-height: 26px;
    margin: 0 0 20px;
}

p, dl, ol, ul {
    color: #555;
}

article h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

article h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: none;
}

article strong {
    font-weight: 600;
}

article .exhibit-number {
    margin-bottom: 2px;
    color: gray;
}

article .exhibit {
    border-top: lightgray 1px solid;
    border-bottom: lightgray 1px solid;
    border-color: lightgray;
    padding: 15px 0 15px 0;
    box-sizing: content-box;
}

.simple-post-list article .post-image .img-thumbnail {
    width: 50px;
    overflow: hidden;
}



/*
* Approach Img
*/
.approach-img {
    position: relative;
    display: block;
    /* background-image: url("{% static '/bg-2.png' %}"); */
    background-repeat: no-repeat;
    border-radius: 50%;
    min-width: 355px;
    min-height: 360px;
    max-width: 355px;
    max-height: 360px;
    margin: auto;
    width: 100%;
}

.approach-img .custom-circle-1 {
    display: block;
    width: 50%;
    height: 50%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 113px;
}

.approach-img .custom-circle-2 {
    display: block;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-image: url(../../img/demos/digital-agency-2/bg/bg-3.png); */
    background-position: center;
    background-size: 500px;
}

.approach-img .custom-circle-our-approach-deco-1 {
    width: 33px;
    height: 31px;
    border-radius: 50%;
    top: 30px;
    left: 30px;
}

.approach-img .custom-circle-our-approach-deco-2 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 25%;
    right: 2%;
    transform: translateY(-50%);
}

.approach-img .custom-circle-our-approach-deco-3 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    bottom: 0;
    left: 20%;
    transform: translateX(-50%);
}


/*
* Font Icons
*/
@font-face {
    font-family: "Fontello";
    src: url("/static/frontend/fonts/fontello.woff2") format("woff2"), url("/static/frontend/fonts/fontello.woff") format("woff"), url("/static/frontend/fonts/fontello.ttf") format("ttf"), url("/static/frontend/fonts/fontello.eot") format("eot");
}


/*
* Custom Text
*/
.custom-text-1 {
    font-size: 12px !important;
}

.custom-text-2 {
    font-size: 14px !important;
}

.custom-text-3 {
    font-size: 15px !important;
}

.custom-text-4 {
    font-size: 16px !important;
}

.custom-text-5 {
    font-size: 18px !important;
}

.custom-text-6 {
    font-size: 20px !important;
}

.custom-text-7 {
    font-size: 22px !important;
}

.custom-text-8 {
    font-size: 26px !important;
}

.custom-text-9 {
    font-size: 32px !important;
}

.custom-text-10 {
    font-size: 40px !important;
    line-height: 40px !important;
}

.custom-text-11 {
    font-size: 55px !important;
    line-height: 72px !important;
}

.custom-text-12 {
    font-size: 60px !important;
}


/*
* Buttons
*/
.custom-btn-outline {
    border-width: 3px;
}

@keyframes arrowMove {
    0% {
        position: relative;
        left: -1px;
    }
    50% {
        position: relative;
        left: 3px;
    }
    100% {
        position: relative;
        left: -1px;
    }
}

.custom-btn-with-arrow:after {
    content: '\E800';
    font-family: 'Fontello';
    font-size: 18px;
    margin-left: 17px;
}

.custom-btn-with-arrow:hover:after {
    animation: arrowMove 600ms ease;
    animation-iteration-count: infinite;
}