/*
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;
}

.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;
}


.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(45, 74, 80,0.8) 0%, rgba(45, 74, 80,0) 30%, rgba(45, 74, 80,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: #e1010e !important;
    color: #fff !important;
}

.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: 20px !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  ***************/


	.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  ***************/


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

}