/*
Theme Name: Christopher Boots Theme by Efront
Author: Efront
Author URI: https://efront.com.au
Description: Christopher Boots Theme by Efront
Version: 100.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: efront
*/

.sticky,
.bypostauthor,
.gallery-caption {
    display: normal;
}

.alignnone {
    margin: 1em 1em 1em 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: .5em auto;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.aligncenter {
    display: block;
    margin: 1em auto;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
    max-width: 100%;
    height: auto;
}

img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.alignright {
    margin-left: 1em 0 1em 1em;
}

img.alignleft {
    margin: 1em 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin: 1em auto;
}

img#wpstats {
    display: block;
    margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
    border: none;
}

.wp-caption {
    margin-bottom: 1em;
    margin-left: 0;
    max-width: 96%;
    text-align: center;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    position: relative;
    font-size: .8em;
}

.gallery {
    margin: 0 auto;
}

.gallery .gallery-item {
    margin: 0;
    float: left;
    text-align: center;
    width: 33%;
}

.gallery a img {
    border: none;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
}

.comments ol {
    padding-left: 0;
}

.comments ol li {
    margin: 0;
}

.comment-author {
    padding: 0;
    text-decoration: none;
}

@media only screen and (max-width: 800px) {

    embed,
    object {
        max-width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .gallery-columns-3 .gallery-item {
        width: 33.33%;
    }

    .gallery-columns-3 .gallery-item img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .gallery-columns-2 .gallery-item {
        width: 50%;
    }

    .gallery-columns-2 .gallery-item img {
        width: 100%;
        height: auto;
    }
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.gform_validation_container {
    display: none;
    position: absolute;
    left: -9000px;
}


.video-section {
	z-index: -1;
	height: calc(100vh - 75px);
	min-height: 725px;
	top: -75px;
	margin-bottom: -5rem;
	position: relative;
	/* top: -5rem; */
	top: 0;
}

.video-section .video-wrapper {
	pointer-events: none;
	overflow: hidden;
	/* position: fixed; */
	width: 105%;
	height: 105%;
}

.video-section .video-wrapper iframe {
	position: absolute;
	/* top: calc(50% - 2rem); */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	/* height: calc(56.25vw + 9rem); */
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
}

.intro,
.section {
	background: #f6f6f6;
    transition: background-color 0.3s ease;
}
body.invert .section, body.invert .intro{
    background: #090909;
}

body.dark_gold .section, body.dark_gold .intro{
    background: #090909;
}

body.dark_gold .header, body.dark_gold .nav, body.dark_gold .footer, body.dark_gold .main  {
    background: #090909;
    color: #fff;
}
body.dark_gold .header  {
    border-color: #978662;
}

body.dark_gold .btn-menu span {
    background: #978662;
}
body.dark_gold .nav .nav__content>ul>li>a{
    color: #978662;
}
body.dark_gold .header .logo svg path {
    fill: #978662;
}
body.dark_gold .footer .ico-symbol-1{
    background-image: url(./dist/images/loading-shape-1-white.svg);
}
body.dark_gold .footer .ico-symbol-2{
    background-image: url(./dist/images/loading-shape-2-white.svg);
}
body.dark_gold .footer .ico-symbol-3{
    background-image: url(./dist/images/loading-shape-3-white.svg);
}
body.dark_gold .article__entry .btn{
    border-color: #978662;
    background: #978662;
    color: #090909;
}
body.dark_gold .article__entry .a{
    color: #978662;
}
body.dark_gold .col--border-left:before{
    background: #978662;
}
body.dark_gold .article p, body.dark_gold .article__entry p, body.dark_gold h1, body.dark_gold h2,  body.dark_gold h3, body.dark_gold h4, body.dark_gold h4, body.dark_gold h6, body.dark_gold p i, body.dark_gold strong, body.dark_gold em {
    color: #978662!important;
}
@media(max-width: 767px){
    body.dark_gold .footer .footer__inner, body.inverted .footer .footer__inner {
        background: #090909;
    }

     body.dark_gold .article-product .cols--inner:before{
        background: #090909;
    }
}

.footer {
	z-index: 2;
}

@media (max-width: 767px) {
	.video-section {
		height: 76vw;
		min-height: unset;
	}

	.video-section .video-wrapper {
		height: 78vw;
	}

	.video-section .video-wrapper iframe {
		min-height: 75vw;
		top: calc(50%);
	}
}




/*body,*/
.intro,
.section{
    /*transition: background-color 0.3s ease;*/
}
/*body.invert {*/
/*     background-color: #090909;*/
/* }*/
