/* Add here all your CSS customizations */
@media only screen and (max-width: 769px) {
    .feature-box-info.pl-0 {
        display: none!important;
    }
    .header-row .d-none {
        display: block!important;
    }
    .feature-box ul.social li a {
        padding: 11px!important;
    }
    .feature-box .social {
        padding: 0!important;
        display: block!important;
    }
}
.feature-box .social {
    display: inherit;
}
.footer {
    margin-top: 100px!important;
}

figure.cd-image-container.is-visible > img {
    width: 100%;
}

.bf-section .col-lg-4 {
    margin: 20px 0!important;
}

.toggle.toggle-primary p {
    margin-top: 15px;
    margin-left: -15px;
}

.feature-box-info.pl-0 {
    border-left: 2px solid #d50040;
    padding-left: 15px!important;
    margin-left: 25px;
}

.box-shadow-3 {
    border: 5px solid white;
}

.sticky-header-active .feature-box-info.pl-0 {
    padding-top: 8px!important;
}

ul.header-extra-info {
    height: 100%;
}

#header .header-column .header-extra-info li {
    display: inline-flex;
    margin-left: 12px;
}
.header-body {
    background: #212529!important;
}
.text-5 {
    font-size: 1.80em !important;
}
.feature-box-info.pl-0 p {
    color: white!important;
}
.feature-box-info .text2 {
    font-weight: 700!important;
}
.header-extra-info .m-0 {
    height: 100%;
}
.d-none.d-sm-inline-flex.order-1.order-lg-2.ml-2 {
    height: 100%;
    align-items: center;
}

.feature-box-info.pl-0 {
    height: 74%;
    padding-top: 20px;
}
.feature-box ul.social li a {
    padding: 15px;
    line-height: 1;
}
.feature-box ul.social a {
    color:white!important;
}

@media only screen and (max-width: 992px) {
    .mobile-hide {display: none!important;}
}
@media only screen and (min-width: 992px) {
    .desktop-hide {display: none!important;}
}

.intro .col-3.pr-0 {
    z-index: 1;
}

.intro .owl-carousel-init {
    border: 4px solid white;
    height: auto;
    box-shadow: 0 0 9px #00000038;
}
