/*
Theme Name: Mayr & Mayr
Description: This is a child theme for Flatsome Theme
Author: weLaunch.io
Template: flatsome
Version: 1.0.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.section-bottom {
   align-items: flex-end;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Poppins", sans-serif;
	font-weight: 900 !important;
	text-transform: uppercase;
}

.banner p.h2, .banner p.h1,.banner p.h3,
p.h1, p.h2, p.h3, p.h4 {
	margin-bottom: 5px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p.lead {
	margin-bottom: 15px;
}

h1, .h1 {
	font-size: 82px;
	line-height: 92px;
}

h2, .h2, .lead {
	font-size: 58px !important;
	line-height: 68px;
}

h3, .h3 {
	font-size: 48px;
	line-height: 58px;
}

h4, .h4 {
	font-size: 24px;
	line-height: 32px;
}

/*.transparent .header-main {
    backdrop-filter: blur(10px);
}*/

.header.show-on-scroll, .stuck .header-main {
	backdrop-filter: blur(10px);
}

.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
	box-shadow: none;
}
/*
.header-bg-color, .header-bg-image {
	background-color: transparent !important;
}

.stuck .header-main {
/*	background: rgba(255,255,255,.56);*/ /*
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
} */

.header-wrapper.stuck {
    max-width: 100vw;
}

.img-circle img {
	border-radius: 50%;
}

.white{
	color: #000 !important;
}

.nav>li>a {
	color: #000;
}

.dark, .dark p, .dark td,
.dark .nav-vertical li li.menu-item-has-children>a,.dark .nav-vertical-fly-out>li>a,.dark .nav-vertical>li>ul li a,.dark .nav>li.html,.dark .nav>li>a,.nav-dark .is-outline,.nav-dark .nav>li>a,.nav-dark .nav>li>button,.nav-dropdown.dark .nav-column>li>a,.nav-dropdown.dark>li>a {
	color: #fff;
}

.bg-gradient .section-bg-overlay,
.bg-gradient .overlay {
	background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%) !important;
}

.banner-shadow-bottom  .overlay {
	background: linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 100%) !important;
}

.header-button-1 .button {
    background: #fff;
    color: #000;
}

.off-canvas-center.mfp-bg.mfp-ready {
	opacity: .95;
}

.text-shadow {
	text-shadow: 0px 16px 160px rgba(0, 0, 0, 0.6);
}

ul.tabs.wc-tabs {
	display: none;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
	max-width: 100%;
}

.product-section > .row {
	max-width: 100%;
}


.product-section .row {
	margin: 0 auto !important;
}

.product-section > .row > .large-2 {
	display: none;
}

.product-images {
	margin-bottom: 0;
}

.product-section > .row > .large-10 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
}

.section-bottom {
   align-items: flex-end;
}

/*************** WOO ***************/

.product-gallery-slider img, .product-thumbnails img {
	
}

.woocommerce-loop-product__title {
	font-weight: bold !important;
	font-size: 1.5em !important;
}


/*************** FOOTER ***************/

.absolute-footer {
	display: none !important;
	visibility: hidden !important;
	
}

.button.is-xlarge {
	font-size: 22px;
	line-height: 30px;
	min-height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}

span.amount {
	font-weight: normal;
}

.product-gallery-slider img {
	max-height: 100vh;
}

.product-thumbnails {
	display: none;
}


@media only screen and (max-width: 1240px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	h1, .h1 {
	    font-size: 52px !important;
	    line-height: 60px !important;
	}

	h2, .h2, .lead {
		font-size: 44px !important;
		line-height: 54px !important;
	}

	h3, .h3 {
		font-size: 32px !important;
		line-height: 42px !important;
	}


	h4, .h4 {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.button.is-xlarge {
		font-size: 18px;
		line-height: 28px;
		min-height: auto;
		padding-top: 8px;
		padding-bottom: 8px;
	}

}

@media only screen and (max-width: 960px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	h1, .h1 {
	    font-size: 32px !important;
	    line-height: 40px !important;
	}

	h2, .h2, .lead {
		font-size: 28px !important;
		line-height: 36px !important;
	}

	h3, .h3 {
		font-size: 24px !important;
		line-height: 32px !important;
	}


	h4, .h4 {
		font-size: 14px !important;
		line-height: 22px !important;
	}

	.button.is-xlarge {
		font-size: 16px;
		line-height: 26px;
		min-height: auto;
		padding-top: 8px;
		padding-bottom: 8px;
	}

}