﻿.video-container {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
}
body {
    background-color: #402013;
    background-image: url('/images/darkwood5-compressed.jpg');
}
.artist-link {
    color: #fff;
    text-decoration: none;
}
.video-container iframe,
.video-container video,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-blue {
	display: inline-grid;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	padding: 10px 20px;
	border-radius: 5px;
	background: #4A8FEB;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
	white-space: nowrap;
	transition: all .2s ease-in-out;
}
.btn-blue:hover {
	background: #3B78CA;
}
.btn-blue--hero-section {
	width: 267px;
	font-size: 18px;
}
.btn-blue--hero-banner {
	width: 230px;
	font-size: 18px;
}

.btn-outline {
	display: inline-grid;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	padding: 9px 12px;
	border: 1px solid #4A8FEB;
	border-radius: 5px;
	background: #000;
	color: #4A8FEB;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	white-space: nowrap;
	transition: all .2s ease-in-out;
}
.btn-outline:hover {
	background: #4A8FEB;
	color: #000;
}
.btn-outline--hero-banner {
	width: 230px;
	/* width: 236px; */
	grid-template-columns: 13px 1fr;
	justify-items: center;
	/* gap: 13px; */
	gap: 10px;
	font-size: 14px;
	text-align: left;
}
.btn-outline--hero-banner::before {
	content: "";
	width: 13px;
	height: 13px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.199' height='12.982'%3E%3Cpath data-name='Контур 29' d='M-.001 0S12.59 6.49 13.18 6.49-.001 12.982-.001 12.982Z' fill='%234a8feb'/%3E%3C/svg%3E") 0 0 no-repeat;
	transition: all .2s ease-in-out;
}
.btn-outline--hero-banner:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.199' height='12.982'%3E%3Cpath data-name='Контур 29' d='M-.001 0S12.59 6.49 13.18 6.49-.001 12.982-.001 12.982Z' fill='%23000'/%3E%3C/svg%3E");
}

.btn-red {
	display: inline-grid;
	justify-content: center;
	max-width: 100%;
	padding: 10px 20px;
	border-radius: 5px;
	background: #FF0000;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
	white-space: nowrap;
	transition: all .2s ease-in-out;
}
.btn-red:hover {
	background: #bc0505;
}
.btn-red--uppercase {
	text-transform: uppercase;
}
.btn-red--remark {
	width: 223px;
}

.text-label {
	display: inline-grid;
	padding: 4px 18px 4px 13px;
	border-radius: 15px;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	color: #181818;
	background: #e9b12e;
	text-align: left;
}

.hero-section {
	padding: 28px 0;
	border-bottom: 1px solid #DEDEDE;
	text-align: center;
}
.hero-section__video-wrapper {
	margin-bottom: -14px;
}
.hero-section__text-wrapper {
	position: relative;
}
.hero-section__label {
	margin-bottom: 11px;
}
.hero-section__text {
	margin-bottom: 27px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.34;
}
.hero-section__text p:last-child {
	margin-bottom: 0;
}



@media screen and (max-width: 768px) {
	.hero-banner {
		position: relative;
		padding: 17px 20px 22px;
		background: url('images/hero_banner_bg_desktop.webp') center 0 / auto 100% no-repeat;
		text-align: center;
	}
}
@media screen and (min-width: 769px) {
	.hero-banner {
		position: relative;
		padding: 17px 20px 22px;
		background: url('images/hero_banner_bg_desktop.webp') center 0 / auto 100% no-repeat;
		text-align: center;
	}
}

.hero-banner::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	pointer-events: none;
}
.hero-banner__text-wrapper {
	position: relative;
}
.hero-banner__label {
	margin-bottom: 12px;
}
.hero-banner__text {
	margin-bottom: 96px;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-shadow: 2px 2px 8px #000;
}
.hero-banner__text p:last-child {
	margin-bottom: 0;
}
.hero-banner__buttons {
	display: grid;
	gap: 16px;
	justify-content: center;
}

body.home .hero-banner, main.bogo-page .hero-banner {
	margin: -1% calc(-1.41575em - 1%) 62px;
}

main.bogo-page .hero-banner.hero-banner-bogo {
	margin: -1% calc(-1.41575em - 1%) 5px;
}
.bogo-image {
	margin-bottom:15px;
}

.benefits__items.bogo {
	margin-top:-15px;
}

.category-bogo-alert {
	background-color: red;
	padding:5px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 150%;
}

.benefit {
	display: grid;
	position: relative;
	padding: 8px 10px 8px 39px;
	background: #181818;
}
.benefit::before {
	content: "";
	position: absolute;
	top: 35px;
	left: 8px;
	width: 18px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.501' height='13.916'%3E%3Cpath data-name='Контур 28' d='m1.414 6.086 5 5 9.673-9.673' fill='none' stroke='%23e9b12e' stroke-width='4'/%3E%3C/svg%3E") 0 0 / cover no-repeat;
}
.benefit__title {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	color: #e9b12e;
}
.benefit__description {
	margin-bottom: 4px;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
.benefit__description p:last-child {
	margin-bottom: 0;
}
.benefit__link {
	justify-self: end;
	font-size: 12px;
	color: #e9b12e;
}

.benefits__description {
	margin-bottom: 25px;
	text-align: center;
	font-weight: bold;
	/* font-size: 16px;
	line-height: 21px; */
	font-size: 20px;
	line-height: 28px;
}
.benefits__description p:last-child {
	margin-bottom: 0;
}
.benefits__items {
	display: grid;
	gap: 3px;
}

.remark {
	padding-bottom: 19px;
	border-bottom: 1px solid #DEDEDE;
	text-align: center;
}
.remark__text {
	margin-bottom: 17px;
	color: #F00;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}
.remark__text p:last-child {
	margin-bottom: 0;
}

body.home .hero-section,
body.home .benefits {
	margin-right: -5px;
	margin-left: -6px;
}
body.home .hero-section {
	margin-bottom: 12px;
}
body.home .remark {
	margin-bottom: 30px;
}
body.home .benefits {
	margin-bottom: 18px;
}

.fancybox-slide--video {
	padding-right: 0;
	padding-left: 0;
}

.bf-banner {
	position: fixed;
	z-index: 10000000000;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 16px 0 17px;
	background: #000201;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	font-family: "Roboto Slab";
	text-align: center;
}
.bf-banner__inner {
	position: relative;
	width: 1000px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.bf-banner__inner::before {
	content: "";
	position: absolute;
	top: -21px;
	left: 24px;
	width: 130px;
	height: 89px;
	background: url('/wp-content/themes/storefront-zager-child/images/bg_black_friday_guitar.png') 0 0 no-repeat;
}
.bf-banner__inner::after {
	content: "";
	position: absolute;
	top: -16px;
	right: -143px;
	width: 520px;
	height: 80px;
	background: url('/wp-content/themes/storefront-zager-child/images/bg_black_friday_guitar2.png') 0 0 no-repeat;
}
.bf-banner__text-wrapper {
	position: relative;
	z-index: 10;
}
.bf-banner__title {
	margin-bottom: -13px;
	font-size: 18px;
	line-height: 30px;
	color: #e9b12e;
	font-weight: 700;
	font-family: "Roboto Slab";
}
.bf-banner__text p {
	margin-bottom: 0;
}
.red-text {
	color: #C82B2B;
}

@media (max-width: 768px) {
	.bf-banner {
		font-size: 12px;
		line-height: 14px;
		text-align: left;
	}

	.bf-banner__inner {
		padding-right: 40px;
		padding-left: 40px;
	}

	.bf-banner__inner::before,
	.bf-banner__inner::after {
		display: none;
	}

	.bf-banner__title {
		margin-bottom: 0;
	}
}

@media (min-width: 769px) {
	body.home .col-full {
		width: auto;
	}
	body.home #content div.col-full {
		border-right: none;
		border-left: none;
	}

	.hero-section {
		display: grid;
		grid-template-columns: 268px 1fr;
		gap: 40px;
		padding: 16px 0 22px;
		text-align: left;
	}

	.hero-section__video-wrapper {
		margin-bottom: 0;
	}

	.hero-section__text-wrapper {
		order: -1;
	}

	.hero-section__label {
		margin-left: -11px;
	}

	.hero-section__text {
		margin-bottom: 23px;
	}


	.btn-blue--hero-banner {
		width: 145px;
	}
	/* .btn-outline--hero-banner {
		width: 208px;
	} */

	.hero-banner {
		padding: 31px 20px 34px;
		background-size: auto;
		text-align: left;
	}
	.hero-banner__text-wrapper {
		width: 370px;
		max-width: 100%;
	}
	.hero-banner__label {
		margin-left: -10px;
	}
	.hero-banner__text {
		margin-bottom: 47px;
	}
	.hero-banner__buttons {
		grid-template-columns: auto auto;
		justify-content: start;
		gap: 10px;
	}

	body.home .hero-banner {
		margin: -2.1% calc(-1.41575em - -0.7%) 19px;
	}

	.benefits__description {
		margin-bottom: 17px;
	}

	.benefits__items {
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
	}

	.benefit {
		grid-template-rows: 60px 1fr auto;
		padding: 8px 4px 14px;
		text-align: center;
	}

	.benefit::before {
		display: none;
	}

	.benefit__title::before,
	.benefit__title::after {
		content: "";
		display: block;
		width: 22px;
		height: 2px;
		margin-right: auto;
		margin-left: auto;
		background: #e9b12e;
	}

	.benefit__title::before {
		margin-bottom: 7px;
	}
	.benefit__title::after {
		margin-top: 8px;
	}
	.benefit__title {
		margin-bottom: 2px;
		line-height: 20px;
	}

	.benefit__description {
		margin-bottom: 20px;
	}

	.benefit__link {
		justify-self: stretch;
	}

	.remark {
		padding-bottom: 30px;
	}

	body.home .hero-section,
	body.home .benefits {
		margin-right: 5px;
		margin-left: 4px;
	}

	body.home .hero-section {
		margin-bottom: 19px;
	}

	body.home .benefits {
		margin-bottom: 22px;
	}
}

@media (min-width: 1024px) {
	.hero-section {
		grid-template-columns: 1fr 1fr;
		padding: 20px 0 38px;
	}

	.hero-section__text-wrapper {
		padding-top: 17px;
	}

	.hero-section__label {
		margin-bottom: 20px;
		margin-left: 0;
	}

	.hero-section__text {
		margin-bottom: 22px;
		font-size: 22px;
		line-height: 1.31818;
	}

	.btn-blue--hero-section {
		width: 223px;
	}

	.hero-banner {
		padding: 45px 17px 66px;
	}

	/*override for embedding section on affiliate landing page */
	.hero-banner.hero-section-embed {
		padding:150px 17px 66px;
		margin: -20px -20px 0;
	}

	.hero-banner.hero-section-embed ~.benefits {
	margin-bottom:20px;
	}

	.hero-banner__text-wrapper {
		width: 480px;
	}
	.hero-banner__label {
		margin-bottom: 21px;
		margin-left: 0;
	}
	.hero-banner__text {
		margin-bottom: 22px;
		font-size: 22px;
		line-height: 1.31818;
	}
	.hero-banner__buttons {
		gap: 15px;
	}

	.btn-blue--hero-banner {
		width: 222px;
	}

	.benefit {
		grid-template-rows: 56px 1fr auto;
		padding: 19px 4px 8px;
        min-height: 180px;
	}
	.benefit__title {
		min-height: 0;
	}
	.benefit__title::before {
		margin-bottom: 5px;
	}
	.benefit__title::after {
		margin-top: 7px;
	}

	.benefit__description {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 18px;
	}

	.benefits__description {
		margin-bottom: 34px;
	}
	.benefits__items {
		gap: 20px;
	}

	body.home .hero-section,
	body.home .benefits {
		margin-right: 0px;
		margin-left: -2px;
	}

	body.home .hero-section {
		margin-bottom: 29px;
	}

	body.home .hero-banner {
		margin: -2.1% -2.1% 29px;
	}

	body.home .benefits {
		margin-bottom: 26px;
	}
}

/* colors & borders */
.wp-block-yoast-faq-block {
    /*border-top:1px solid #eee;*/
	margin-bottom:32px;
}
.wp-block-yoast-faq-block .schema-faq-question {
	line-height: 1;
}
.wp-block-yoast-faq-block .schema-faq-question:hover,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-question {
    color:#999;
}

.wp-block-yoast-faq-block .fcp-opened .schema-faq-question {
	margin-bottom:-25px;
}

.wp-block-yoast-faq-block .schema-faq-answer,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
}

/* layout */
.wp-block-yoast-faq-block .schema-faq-question {
    display:block;
    position:relative;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question {
    cursor:pointer;
}
.wp-block-yoast-faq-block .schema-faq-answer {
    margin:0;
    padding:12px 10px;
}

/* bullet before a question */
.wp-block-yoast-faq-block .schema-faq-question:before {
    /* position gap */
    margin-top:-2px;
}
.wp-block-yoast-faq-block .schema-faq-question,
.wp-block-yoast-faq-block .schema-faq-answer {
    padding-left:34px;
}
.wp-block-yoast-faq-block .schema-faq-question:before {
    content:'';
    display:block;
    border:2px solid #000000;
    border-width:0px 2px 2px 0px;
    width:9px;
    height:9px;
    box-sizing:border-box;
    position:absolute;
    left:14px;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question:before {
    top:5px;
    transform:rotate(-45deg);
    transition:all 0.3s 0.3s ease;
}
.wp-block-yoast-faq-block .schema-faq-question:before,
.wp-block-yoast-faq-block.fcp-faq .fcp-opened .schema-faq-question:before {
    transform:rotate(45deg);
}

/* transition */
.wp-block-yoast-faq-block.fcp-faq .schema-faq-answer {
    max-height:0;
    overflow:hidden;
    border-bottom-width:0;
    padding-top:0;
    padding-bottom:0;
	opacity: 0;
    transition:padding-bottom 0.3s ease-in, max-height 0.4s ease-in, padding-top 0.1s 0.4s ease-out, border-bottom-width 0s 0.5s linear, opacity .5s ease-in;
}
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
    max-height:9999px;
    border-bottom-width:1px;
    padding-top:12px;
    padding-bottom:20px;
	opacity: 100;
    transition:padding-top 0.2s ease-in, max-height 0.3s 0.2s linear, padding-bottom 0.4s 0.2s ease, height .5s ease-in, opacity .5s ease-in;
}

.schema-faq.wp-block-yoast-faq-block .schema-faq-section {
	margin-bottom:-30px;
}

.schema-faq-section br {
	display:block;
	padding: 10px 0;
}
div.magazine-covers-container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom:15px;
}

div.magazine {
	max-width: 22.5%;
}

body #bp_container {
	z-index: 99999;
}

.zager-endorsements {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 33%;
}

.zager-endorsements div {
    margin-right: 10%;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
}

.zager-endorsements .arve .arve-inner .arve-embed {
    overflow: unset !important;
}

.zager-endorsements .arve .arve-inner .arve-embed .arve-title {
    bottom: -40px !important;
    font-size: 0.9rem;
    font-weight: 700;
    background-image: none !important;
}

.hurrytimer-timer-block:first-child {
  display: none !important;
}

.hurrytimer-timer-block:first-child + .hurrytimer-cdt__sep {
  display: none !important;
}
.single-product-reviews-top .mobilereviewImg {
  display: none !important;
}


@media screen and (max-width: 900px) and (orientation: landscape) { 
body.page-template-template-bogo-page .subcategory-term_description.term_description .cat-desc .zager-endorsements img {
  height: 110px !important;
}
}


@media only screen and (max-width: 768px) {
.footer-guarantee.cf img {
  width: 111px;
  margin: 0 auto;
}
.footer-guarantee.cf {
  display: block;
}
.footer-guarantee .footer-guarantee-text {
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
}
.single-product-new-guitar .guarantee {
  width: 100% !important;
}
.single-product-reviews-top img {
  display: none !important;
}
.single-product-reviews-top img.mobilereviewImg {
  display: block !important;
}
body.page.page-id-111230 .entry-header h1.entry-title {
  font-size: 20px !important;
  line-height: 1.4;
}
body.single-product.postid-4733 .single-product-accessory-description ul {
  margin-left: 14px;
}
body.single-product.postid-4733 .single-product-accessory-buttons .last {
  width: 100%;
}
.page.page-id-6414 .entry-content div:last-child {
  width: 100% !important;
}
}