/**! Custom Styles Go Here (for easy template updating) **/
body{
    padding-top: 100px;
}
body.home-page{
    padding-top: 0;
}
.cover-title{
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 12px;
}
.language a{
    display: inline-block;
    margin-left: 10px;
}
.icon-stroke{
    background: url("../img/stroke.png") no-repeat center center;
    background-size: 100% auto;
    width: 310px;
    height: 44px;
    display: inline-block;
    opacity: 1 !important;
}

.about-content{
    background: #ffffff;
    padding: 80px;
    text-align: center;
    border: 2px solid #f26529;
}
.footer-menu{
    line-height: 1.4em;
}
.footer-menu li{
    display: block;
    margin: 0;
    padding-bottom: 1em;
}

.info-row {
    position: relative;
    padding-left: 25px;
}
.info-row img{
    position: absolute;
    left: 0;
    top: 2px;
}

.social-links{
    display: inline-block;
    margin: 4.375em 0 0;
}
.social-links li{
    display: inline-block;
    margin: 0 0.4em;
}
.social-links li img{
    margin: 0 !important;
}
.btn-orange{
    background: #f26529;
    color: #ffffff;
    border-color: #f26529;
}
.btn-orange .btn__text{
    color: #ffffff;
}
.btn-view-all{
    border-color: #f26529;
    min-width: 160px;
}
.client-item{
    min-height: 320px;
}
.client-item .hover-element__reveal:before{
    opacity: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
}
.client-item .hover-element__initial{
    opacity: 0;
}

.client-item:hover .hover-element__reveal:before{
    opacity: .7;
}

.client-item:hover .hover-element__initial{
    opacity: 1;
}
.client-item .lead{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0 !important;
}

.terms-and-conditions-bg{
    background: url("../img/terms-and-conditions-bg.png") no-repeat #efecea left center;
    padding-top: 0;
    background-position-x: -300px;
}
.section-snippet-case-studies{
    margin-bottom: 0;
}

.section-practice-areas{
    background: url("../img/section-practice-areas-bg.jpg") no-repeat center center;
    background-size: cover;
}

.section-practice-areas .service-element{
    background: transparent;
    color: #ffffff;
    padding: 20px;
}
.section-practice-areas .service-element h3{
    font-size: 28px;
}
.section-practice-areas .service-element h3 a{
    color: #ffffff;
}
.section-practice-areas .service-short-text{
    margin-top: .5em !important;
}
.section-practice-areas .service-icon{
    width: 90px;
    margin-bottom: 15px;
}
.section-practice-areas .section-title{
    color: #ffffff;
}

.pagination > li > a,
.pagination > li > span{
    background: transparent;
    border: none;
    color: #282f3a;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
    background: transparent;
    color: #cc5523;
    border: none;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #cc5523;
    background-color: transparent;
    border: none;
}

.footer-logo-box{
    text-align: center;
    margin-bottom: 20px;
}
.footer-logo-box img{
    display: inline-block;
}
@media all and (max-width: 767px) {
    .nav-bar .logo{
        max-height: 55%;
    }
    .info-row{
        padding-left: 0;
    }
    .info-row img {
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: top;
        margin-right: 5px;
    }
    .info-row p{
        display: inline-block;
    }
}