/*.component.parallax.layout-1.bg-white.text-dark.position-relative {
    z-index: 1;
    background-color: transparent!important;
    min-height:300px;
    position:relative;
}
.component.parallax:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/images/site-parallax1.jpg);
    z-index: -1;
}
.parallax-image {
    display: none;
}*/

input#site-search {
    max-width: 180px;
}

.navbar.navbar-primary input#site-search {   max-width: 180px; }

.component.socialstream .mod-social.style2 .mod-recent-videos.style2 .item {   flex: 0 0 100%; }
.component.socialstream .mod-recent-videos.style2 .item .card-body {   padding: 0 1rem; }
.component.socialstream .mod-recent-videos.style2 .item .card-body h5.card-title {   font-size: 1rem; }
.component.socialstream .mod-recent-videos.style2 .item {   padding: 0.5rem 1rem;     margin: 0;}
.component.socialstream .mod-recent-videos.style2 .social-network .scrollable {   padding-right: 0; }


.sr-only{background:#000; color:#fff;}

@media screen and (min-width:992px){
    .header.layout-1 .mod-site-header.style1 .navbar-primary.navbar-expand-lg .navbar-nav:nth-last-child(1) {padding-left: 11rem;justify-content:space-around;}
    .header.layout-1 .mod-site-header.style1 .navbar-primary.navbar-expand-lg .navbar-nav:first-child{padding-right:11rem;justify-content: space-around;}
}
@media screen and (min-width:1200px){
.header.layout-1 .mod-site-header.style1 .navbar-primary.navbar-expand-lg .navbar-nav:nth-last-of-type(1) {    padding-left: 11rem;    }
.header .mod-site-header .navbar-primary .navbar-logo img {    margin-top: -19px;   }

}
