/* Add here all your CSS customizations */

@media (max-width: 767px) {
    #header .header-logo, #header .header-logo img, html.sticky-header-enabled #header .header-logo-sticky-change img {
        transition: all 0.3s ease;
        position: relative;
        top: 0;
        
        max-height: 65px;
    }
   

}
@media (min-width: 1024px) {
    .card-body .imgwork {
        height: 300PX;
        
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}

.circular--landscape {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #efecec;
}

    .circular--landscape img {
        width: auto;
        height: 100%;
    }


/* --------------------------------------------------
	[#. Cotnac Blocks]
----------------------------------------------------  */
.contact-blocks-v1 {
    border-right: solid 1px rgba(57,73,160,.5);
}

    .contact-blocks-v1:last-child {
        border: none;
    }

    .contact-blocks-v1 h4 {
        color: rgba(255,255,255,.5);
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        margin: 0;
    }

@media (max-width: 991px) {
    .contact-blocks-v1 {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-right: none;
        border-bottom: solid 1px rgba(57,73,160,.5);
    }

        .contact-blocks-v1:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }
}

.contact-blocks-v1__icon {
    font-size: 50px;
    margin-bottom: 18px;
}

/* --------------------------------------------------
	[#. Social Block v1]
----------------------------------------------------  */
.social-block-v1__list-btn {
    color: #999;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #333333;
    transition: all .2s ease;
}

.social-block-v1__list:nth-child(2n+1) .social-block-v1__list-btn {
    background-color: #535353;
}

    .social-block-v1__list-btn:hover,
    .social-block-v1__list:nth-child(2n+1) .social-block-v1__list-btn:hover {
        color: #fff;
        background: #beab60;
    }
