.fixed-nav {
display: none;
position: fixed;
top: 0;
padding:10px 0;
z-index: 999;
width: 100%;
background: #111111;
font-size:14px;
justify-content: space-between;
}
.fixed-nav a {
margin-right: 40px;
color:#fff;
}
.fixed-nav .fa{
margin-right: 15px;
color: #0ab6d1;
}
.wp-playlist {
border:0 !important;
}
@media (min-width: 1200px) {
.fixed-nav {
display: flex;
padding-left: 124px;
}
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
background: #111111;
}
@media (max-width: 767px) { .vrv_outer_row > .row {
display: flex !important;
flex-direction: column !important;
} .vc_col-sm-6.seo-image {
order: 1 !important;
margin-bottom:20px;
} .vc_col-sm-6:not(.seo-image) {
order: 2 !important;
}
}