/* @override 
	https://lochmor.local/wp-content/themes/base-wp-theme/block-styles.css?* */

/*  
The Main Block Styling Stylesheet
Loaded on front-end and in the editor
*/

/* @group Registered Theme Colors */

.has-white-color {
	color: #FFFFFF;
}

.has-white-background-color {
	background-color: #FFFFFF;
}

.has-black-color {
	color: #000000;
}

.has-black-background-color {
	background-color: #000000;
}

.has-light-grey-color {
	color: #F8F8F8;
}

.has-light-grey-background-color {
	background-color: #F8F8F8;
}


.has-dabinett-color {
	color: #A6192E;
}

.has-dabinett-background-color {
	background-color: #A6192E;
}

.has-limestone-color {
	color: #7E7F74;
}

.has-limestone-background-color {
	background-color: #7E7F74;
}

.has-medium-green-color {
	color: #445A3E;
}

.has-medium-green-background-color {
	background-color: #445A3E;
}

.has-sand-color {
	color: #CAC7A7;
}

.has-sand-background-color {
	background-color: #CAC7A7;
}

.has-soil-color {
	color: #63513D;
}

.has-soil-background-color {
	background-color: #63513D;
}

.has-spring-green-color {
	color: #819E87;
}

.has-spring-green-background-color {
	background-color: #819E87;
}


/* @end */

/* @group WordPress Blocks */

.core-paragraph p {
	font-size: 18px;
	font-family: roboto, sans-serif;
	margin: 0;
}

.core-image img {
	height: auto !important;
}

@media (max-width: 768px) { 
	.core-image .alignright {
		margin: 0;
		float: none;
		width: 100%;
	}
	.core-image .alignleft {
		margin: 0;
		float: none;
		width: 100%;
	}
}


.core-image .size-large img {
	height: auto !important;
	min-width: 100%;
}

.core-quote .wp-block-quote {
	margin: 0;
	border-left: 3px solid #63513D;
}

.core-quote .wp-block-quote cite {
	color: #63513D;
}

hr.wp-block-separator.align-left {
	margin: 0;
}

hr.wp-block-separator.align-right {
	margin: 0 0 0 auto;
}

/* Add vertical breathing room to the full row of columns. */
.wp-block-columns {
	margin: 0px auto;
}

/* Add horiztonal breathing room between individual columns. */
.wp-block-column {
	margin: 0 0px;
}

.wp-block-columns .core-image {
	max-height: 320px;
	overflow: hidden;
}

.wp-block-columns .core-image img {
	min-height: 320px;
}

@media (max-width: 1200px) {
	.wp-block-columns {
		max-width: 1140px;
	}
}


@media (min-width: 992px) {
	.wp-block-columns {
		max-width: 956px;
	}

}

@media (max-width: 768px) {

}

@media (max-width: 768px) { 
	.core-image.align-right .alignright, .core-image.align-left .alignleft {
		float: none;
    	margin: 0 auto;
	}
}

/* @end */

/* @group Custom ACF Blocks */

/* @group Full Width Image */


/* XS */
@media (max-width: 768px) { 
	
	.full-width-image .bg-image {
		max-height: 420px;
	}
	.full-width-image h2 {
		font-size: 26px;
	}
}

/* MD */
@media (min-width: 768px) and (max-width: 992px) { 
	.full-width-image h2 {
		font-size: 32px;
	}
}

/* LG */
@media (min-width: 992px) { 
	.full-width-image h2 {
		font-size: 38px;
	}
}

/* @end */

/* @group Title */

@media (max-width: 576px) { 
	.title-block h1 {
		font-size: 2.8em;
	}
}

/* @end */

/* @group Button */

.btn.btn-custom:hover {
	color: #fff;
	opacity: .9;
}

/* @end */

/* @group Product Carousel */
.base_theme-product-carousel {
	position: relative;
	z-index: 0;
	border:  1px solid #EEE;
	border-radius: 6px;
	height: 500px;
}

.base_theme-product-carousel .slick-slide {
    outline: none !important;
}

.base_theme-product-carousel .product-slide-row {
	height: 630px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}

.base_theme-product-carousel a.img-wrap {
	width: 100%;
	height: 250px;
}

.base_theme-product-carousel .product-image-bg {
	height: 498px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-size: cover;
	background-position: center center;	
}

.base_theme-product-carousel .chips a {
	font-size: 90%;
	background-color: #CAC7A7;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 16px;
	border-radius: 100px;
	margin-right: 5px;
}

.base_theme-product-carousel .chips a:nth-child(1) {
	background-color: #7E7F74;
}

.base_theme-product-carousel .slick-prev {
	position: absolute;
	z-index: 2;
	top: calc(50% - 36px);
	left: -42px;
	font-size: 36px;
	cursor: pointer;
	-webkit-appearance: none;
	border: 0;
	background: #fff;
	padding: 0;
	margin: 0;
	height: 36px;
}

.base_theme-product-carousel .slick-next {
	position: absolute;
	z-index: 1;
	top: calc(50% - 26px);
	right: -22px;
	font-size: 36px;
	cursor: pointer;
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	background: #fff;
	height: 36px;
}

.base_theme-product-carousel .actions a.btn {
	width: 100%;
}

/* Target carousels with more than 1 slide set */

div.base_theme-product-carousel[class*=" slides-count-"]:not(.slides-count-1) {
	height: auto;
	border: none;
}

div.base_theme-product-carousel[class*=" slides-count-"]:not(.slides-count-1) .product-slide {
	margin-left: 5px;
	margin-right: 5px;
	border:  1px solid #EEE;
	border-radius: 6px;	
}

div.base_theme-product-carousel[class*=" slides-count-"]:not(.slides-count-1) .product-image-bg {
	min-width: 100% !important;
	height: 250px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 0px;
	border-bottom: 1px solid #EEE;
}

div.base_theme-product-carousel[class*=" slides-count-"]:not(.slides-count-1) .content {
	min-width: 100% !important;
}

@media (max-width: 1200px) {
	.base_theme-product-carousel {
		height: auto;
	}
	
	.base_theme-product-carousel.slides-count-1 {
		margin-bottom: 60px !important;
	}
	
	.base_theme-product-carousel .full-height {
		height: 300px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 0px;
	}
	.base_theme-product-carousel ul.slick-dots {
		list-style: none;
		padding: 0;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.base_theme-product-carousel.slides-count-1 ul.slick-dots {
		list-style: none;
		padding: 0;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		position: absolute;
		bottom: -50px;
		left: 0;
		right: 0;
	}
	
	.base_theme-product-carousel ul.slick-dots li {
		display: inline-block;
	}
	
	.base_theme-product-carousel li button {
		font-size: 0;
		border-radius: 100px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 18px;
		height: 18px;
		border: 2px solid #445A3E;
		background-color: transparent;
		text-indent: -1000px;
		margin: 5px;
	}
	
	.base_theme-product-carousel ul.slick-dots li.slick-active button {
		background-color: #445A3E;
	
	}

}

/* @end */

/* @group Carousel */

.base_theme-carousel {
	z-index: 0;
}

.base_theme-carousel .slick-slide {
    outline: none !important;
}


.base_theme-carousel .slick-slide  {
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	background-size:  cover;
}

.base_theme-carousel .slide-row {
	height: 100vh;
}

@media (max-width: 768px) { 
	.base_theme-carousel .slick-slide {
		height: calc(100vh - 80px);
	}
	.base_theme-carousel .slide-row {
		height: calc(100vh - 160px);
	}
}

.base_theme-carousel ul.slick-dots {
	list-style: none;
	position: absolute;
	top: 50%;
	right: 2%;
	margin-top: -10px;
	margin-bottom: 0;
}

.base_theme-carousel ul.slick-dots li button {
	font-size: 0;
	border-radius: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border: 3px solid #CAC7A7;
	background-color: transparent;
	text-indent: -1000px;
	margin: 5px;
}

.base_theme-carousel ul.slick-dots li.slick-active button {
	background-color: #CAC7A7;

}

@media (max-width: 768px) {
	.base_theme-carousel ul.slick-dots {
		position: absolute;
		top: 5%;
		right: 0;
		left: 0;
		margin-top: auto;
		text-align: center;
		padding: 0;
	}
	
	.base_theme-carousel ul.slick-dots li {
		display: inline-block;
	}
}

/* @end */

/* @group Product Grid */

.product-grid h2, ul.products h2 {
	letter-spacing: -0.01em;
	font-size: 18px !important;
	font-family: robots-condensed, sans-serif;
	color: #333;
	text-transform: uppercase;
}

.product-grid ul li span.price, ul.products li span.price {
	color: #000 !important;
	letter-spacing: -0.01em;
	font-size: 16px !important;
	margin-bottom: 20px !important;
}

/* @end */

/* @group Accordion */

.accordion .card {
	border-color: #D2D2D2;
	margin-top: 15px;
	margin-bottom: 15px;
}

.accordion .card .card-header {
	background-color: #D2D2D2;
	border-color: #D2D2D2;
	position: relative;
	margin-top: 0;
}

.accordion .card .card-header button {
	display: block;
	width: 100%;
	font-size: 22px;
	text-transform: none;
	padding: 10px 0;
	outline: none !important;
}

.accordion .card .card-body {
	background-color: #D2D2D2;
	font-size: 18px;
}

.accordion .card .card-body .card-content {
	background-color: #fff;
	padding: 30px 15px;
}

.accordion .card .card-body .card-content img {
	max-width: 100%;
	height: auto;
}

.accordion .card .card-header span {
	position: absolute;
	top: calc(50% - 11px);
	right:  15px;
	font-size: 22px;
	line-height: 0;
}

@media (max-width: 768px) {
	.accordion .card .card-header button {
		font-size: 18px;
		padding: 10px 20px;
	}
	
	.accordion .card .card-header span {
		top: calc(50% - 9px);
		right:  15px;
		font-size: 18px;
		line-height: 0;
	}
	.accordion .card .card-body {
		background-color: #D2D2D2;
		font-size: 16px;
	}
}

/* @end */

/* @group Newsletter */

.ybd-block-form form {
	vertical-align: top;
}

.ybd-block-form form .empty-label {
	display: none;
}

.ybd-block-form input {
	border: 0 !important;
	font-family: 'PT Serif', serif;
	height: 44px;
	padding: 4px;
	margin-bottom: 0px !important;
	width: 100% !important;
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}

.ybd-block-form .btn {
	margin-bottom: 0px !important;
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}

.ybd-block-form .edit-link {
	display: none;
}

.ybd-block-form .yikes-easy-mc-success-message {
	text-align: c;
	margin: 0;
	background-color: #00B2A9;
	color: #fff;
	border-radius: 2px;
}


@media (max-width: 768px) { 
	.ybd-block-form form .btn {
		width: 98%;
	}
}


/* @end */

/* @end */

/* Can copy/paste these responsive media queries as needed */

/* XS */
@media (max-width: 576px) { }
/* SM */
@media (max-width: 768px) { }
/* MD */
@media (max-width: 992px) { }
/* LG */
@media (max-width: 1200px) { }