/*
 Theme Name:   Goil
 Description:  Twenty Seventeen Child Theme
 Author:       GuRuStu
 Author URI:   http://gurustu.co/
 Template:     twentyseventeen
 Version:      1.0.0
 Text Domain:  twenty-seventeen-child
*/


@import url("/wp-content/themes/verju/css/style_media-min-900px.css") only screen and (min-width: 900px);
@import url("/wp-content/themes/verju/css/style_media-min-767px.css") only screen and (min-width: 767px);
@import url("/wp-content/themes/verju/css/style_media-max-900px.css") only screen and (min-width: 797px) and (max-width: 900px);
@import url("/wp-content/themes/verju/css/style_media-max-767px.css") only screen and (min-width: 480px) and (max-width: 767px);
@import url("/wp-content/themes/verju/css/style_media-max-480px.css") only screen and (max-width: 480px);


.custom-logo-link img{
    max-width: 100%;
    max-height: 180px;
}
.site-branding a{
    margin: auto;
    padding-right: 0;
    display: table;
}
.navigation-top{
    background-color: #EF3842;
    border: none;
}

.navigation-top a{
    color: white;
    font-weight: 200;
    font-size: 1.5em;
    padding-top: .2em;
    padding-bottom: .2em;
}
.navigation-top a:hover{
    color: #FBB040;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a{
    color: white;
}
.gray{
    background-color: #fafafa;
}
.content-block{
    border-bottom: 1px solid #efefef;
}
.content-block:last-child{
    border-bottom: none;
}
.white, #primary{
    background-color: white;
}
.site-content-contain, .tag-anchor{
    background: transparent;
}
.block-image{
    padding-bottom: 50vh;
    margin-top: 0;
    margin-bottom: 0;
}
.block-title{
    color: #EF3842;
    font-size: 2em;
    line-height: 120%;
}
.block-content{
    padding: 2em 0;
}
.content-right{
    padding-left: 2em;
}
.content-left{
    padding-right: 2em;
}
.tag-anchor{
    min-height: 80px;
    position: relative;
    z-index: -1;
}
.site-footer{
    padding-top: 80px;
    background-color: #FBB040;
    color: white;
}
.content-block, .twentyseventeen-panel, .cta-banner{
    margin-bottom: -80px;
}
.fine-print{
    background-color: #EF3842;
    color: white;
    padding: .25em 0;
}
p.fine-print{
    text-align: center;
    margin: 0;
}
p.fine-print a{
    color: white;
    font-weight: 600;
}
.no-image{
    padding-left: 0;
    padding-right: 0;
}
.cta-banner{
    background-color: #FBB040;
    padding: 1em 0;
}
.banner-title{
    color: white;
    font-weight: 600;
    margin-bottom: 0;
    padding: .5em 0 !important;
}
.panel-content{
    margin-bottom: 0;
}
.panel-content .wrap{
    padding-bottom: .5em;
}
.button{
    background-color: #EF3842;
    padding: .8em 2em;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    text-shadow: none;
}
.button:hover{
    color: white;
    background-color: #FBB040;
}
.btn-block{
    border: 1px solid white;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
}

.site-footer .wrap{
    padding: 2em 5%;
}
.front-featured-image{
    background-size: cover;
}
h1{
    font-size: 3em;
    color: #EF3842;
    line-height: 120%;
}
h2{
    color: #EF3842;
    font-weight: 600;
}
h3{
    padding-top: 0;
    font-size: 1.5em;
}
iframe{
    margin-bottom: 0;
}
.bg-image-block, .transparent{
    color: white !important;
    text-shadow: 0 0 12px black;
    box-shadow: inset 0px 0px 200px black;
}
.bg-image-block li:before, .transparent li:before{
    text-shadow: 0 0 12px black;
}
.bg-image-block .block-content p, .transparent .block-content p,.bg-image-block .block-content li, .transparent .block-content li{
    font-size: 1.5em;
}

.bg-image-block .block-title, .transparent .block-title, .transparent h1, .transparent h2, .transparent h3, .transparent h4, .bg-image-block h1, .bg-image-block h2, .bg-image-block h3, .bg-image-block h4{
    color: white;
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; 
    -webkit-overflow-scrolling:touch;
} 
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border: none;
}

.bg-iframe-wrapper, .bg-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}
.bg-video-overlay{
	z-index: -1;
	background-color: rgba(0,0,0,.5);
}
.bg-iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hs-faq-container .ui-accordion .ui-accordion-header{
    background: #EF3842;
    border-bottom: 1px solid #fff;
}
.hs-faq-container .ui-accordion .ui-accordion-header:hover, .hs-faq-container .ui-accordion .ui-accordion-header.ui-state-active{
    background: #FBB040;
}
.ui-widget-content{
    border: 1px solid #fff;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-image{
    padding-bottom: 264px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.wp-posts-carousel-details{
    display: none;   
}
.wp-posts-carousel-container{
    padding: 0 !important;
    border: none !important;
}
.compact-theme.wp-posts-carousel{
    overflow: unset !important;
}
.owl-nav{
    display: none;
}
.compact-theme.wp-posts-carousel .owl-dots{
    position: absolute;
    top: 10px;
    right: 211px;
    display: none !important;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-slide{
    padding: 0 !important;
}

.transparent h1, .transparent h2{
    padding-top: 0;
}
ul{
    margin-left: 1.5em;
}
.social-navigation li{
    display: inline-block;
    padding: 0 .5em;
}
.social-navigation{
    width: auto;
    margin: 1em auto;
    float: none;
    clear: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
    border-right: 2px solid #999;
}
.call-now{
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
    margin: 1em 0;
    color: #666;
    font-weight: 400;
}
.call-now p{
    margin-bottom: 0;
}
.call-now strong{
    color: #EF3842;
}

.header-contact{
    display: table;
    margin: auto;
    text-align: center;
    font-size: .8em;
}
.site-branding{
    margin-bottom: 30px !important;
    padding-top: 2em;
}
.social-navigation a{
    border-radius: 60px;
    height: 50px;
    width: 50px;
    background-color: #EF3842;
    border: 1px solid #EF3842;
}
.social-navigation a:hover{
    background-color: #FBB040;
    opacity: 1;
    border: 1px solid white;
}
.social-navigation .icon{
    height: 25px;
    width: 25px;
    top: 12px;
}
.footer-logo{
    padding-bottom: 180px;
    margin-bottom: 2em;
}
.footer-col h2{
    color: #333;
    margin: 0;
}
.footer-contact .social-navigation{
    display: table;
    border-right: none;
}
.footer-contact .call-now{
    display: block;
    text-align: center;
}
.front-featured-image, .front-featured-image h1, .front-featured-image h2, .front-featured-image h3, .front-featured-image h4, .front-featured-image h5, .front-featured-image h6{
    color: white;
    text-shadow: 0 0 10px black;
}

.bg-video-block .wrap{
    padding: 20vh 5%;
    text-align: center;
}
.bg-video-block .wrap ol{
    list-style-position: inside;
}
.bg-video-block h1{
    text-shadow: 0 0 8px black;
}
ul,ol{
    margin-left: 1em;
    margin-right: 1em;
}
.top-list{
    max-width: 70%;
    margin: 5vh auto 40vh;
}

.entry-header{
    display: none;
}
.bg-video-block li{
	margin: 2em;
	list-style-position: outside;
	text-align: left;
}
.bg-video-block .block-content li p{
	font-size: 1em;
}
.bg-video-block .block-content li h2{
	font-size: 1.5em;
	margin-bottom: 0;
}
.product-block{
    padding: 2em 0;
}
.product_meta, .wc-tabs, .wc-tab h2, .woocommerce-result-count, .woocommerce-ordering{
    display: none;
}
.qty{
    float: left;
    padding: .75em .75em .75em 0;
    margin-bottom: 1em;
    font-weight: 600;
}
a.my-account{
    display: inline-block !important;
    padding: .8em 2em;
    font-size: .8em;
}