/*========================
SITE BANNER SECTION
========================*/
.banner-slider {
margin: 0;
padding: 0;
list-style: none;
.banner-item {
position: relative;
.banner-caption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
text-align: center;
padding-bottom: 60px;
.banner-title {
margin-top: 0;
margin-bottom: 20px;
color: #fff;
font-size: 2.5em;
line-height: 1.2;
}//.banner-title
.banner-desc {
font-size: 1.125em;
color: #fff;
p {
margin-top: 0;
margin-bottom: 30px;
}
}//.banner-desc
.banner-search-form {
width: 570px;
margin-top: 50px;
}//.banner-search-form
}//.banner-caption
}//.banner-item
.owl-nav {
button[class*="owl-"] {
position: absolute;
top: 50%;
left: 70px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 2em;
border: none;
background-color: transparent;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 30px;
background-position: center;
text-indent: 60px;
overflow: hidden;
&:hover {
opacity: 0.7;
filter:alpha(opacity=70);
}
}
button.owl-next {
left: auto;
right: 70px;
background-image: url('data:image/svg+xml; utf-8, ');
}
}//.owl-nav
}//.banner-slider
.site-banner {
&.video-banner {
.wp-custom-header {
position: relative;
height: 0;
padding-top: 56.25%;
iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}//iframe
.wp-custom-header-video-button {
padding: 0;
width: 40px;
height: 40px;
position: absolute;
bottom: 60px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 999;
overflow: hidden;
text-indent: 50px;
&:before {
content: "";
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
width: 18px;
height: 20px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
&.wp-custom-header-video-pause::before {
background-image: url('data:image/svg+xml; utf-8, ');
}
&:hover, &:focus, &:active {
border-color: #fff;
}
}//.wp-custom-header-video-button
}//.wp-custom-header
}//.video-banner
}//.site-banner
@media screen and (max-width: 1199px) {
.banner-item {
img {
height: 700px;
object-fit: cover;
}
}//.banner-item
.banner-image {
.banner-item {
.banner-caption {
.banner-search-form {
margin-top: 0;
}
}//.banner-caption
}//.banner-item
}//.banner-image
}//max-width: 1199px
@media screen and (max-width: 1024px) {
.banner-slider {
.owl-nav {
button[class*="owl-"] {
left: 20px;
}
button.owl-next {
left: auto;
right: 20px;
}
}//.owl-nav
}//.banner-slider
}//max-width: 1024
@media screen and (max-width: 899px) {
.site-banner .wp-custom-header {
height: auto;
padding-top: 0;
}
}//max-width: 899px
@media screen and (max-width: 767px) {
.banner-slider {
.banner-item {
img {
height: auto;
}
.banner-caption {
position: static;
padding: 60px 0 !important;
.banner-title {
font-size: 2em;
}//.banner-title
.banner-desc {
font-size: 1em;
}//.banner-desc
.banner-search-form {
margin-top: 20px;
width: 100%;
}//.banner-search-form
}//.banner-caption
}//.banner-item
.owl-nav {
button[class*="owl-"] {
left: 0;
top: 35%;
background-size: 20px;
}
button.owl-next {
left: auto;
right: 0;
}
}//.owl-nav
}//.banner-slider
}//max-width: 767px