/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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




body.framed {
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (min-width: 850px) {

	body.framed {
		/* box-shadow: 0 0 80px rgba(73,89,102,.9); */
		box-shadow: 0 0 80px rgba(0,0,0,.4);
		margin-top: 40px;
		margin-bottom: 60px;
	}

}





.ux-menu-link__link {
	min-height: 0;
	padding-top: 0;
	padding-bottom: 0;
}





.menu-side {
	margin-top: 10px;
	/* margin-left: 20px; */
	background-color: #64869e;
}

@media only screen and (min-width: 850px) {

	.menu-side {
		max-width: 80%;
	}

}

.menu-side .ux-menu-link__link {
	padding: 5px 18px;
	font-weight: 700;
	color: hsla(0,0%,100%,.75);
}

.menu-side .ux-menu-link--active .ux-menu-link__link, .menu-side .ux-menu-link:hover .ux-menu-link__link {
	color: hsla(0,0%,100%,1);
}






.slider-main, .banner.hero {
	width: auto;
	margin-top: -30px;
	margin-right: -30px;
	margin-left: -30px;
}

.banner.hero h1 {
	text-shadow: 0px 1px 1px #333;
}




section.main-h1 {
	width: auto;
	margin-right: -30px;
	margin-left: -30px;
	padding: 20px 30px 20px 30px !important;
	background-color: #f1f1f1;
}

section.main-h1 h1 {
	margin-bottom: 0px;
}




.breadcrumbs {
	color: #fff;/* for hiding */
}


/* change in Flatsome -> Cart settings
.breadcrumbs.h2 {
	font-size: 1.25em;
}
 */




.col-middle .col {
	padding-bottom: 0;
}

/* 
.col-middle .col-inner > .row > .col {
	padding-bottom: 0;
}
 */

@media only screen and (min-width: 550px) {

	.col-middle {
		width: 96% !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-bottom: 0 !important;
	}

}

@media only screen and (min-width: 850px) {

	.col-middle {
		width: 90% !important;
	}

}





.divider {
	margin-bottom: 2em;
}





li {
	margin-bottom: 0;
}

label {
	font-size: 1em;
}







.hide {
	display: none !important;
}







@media only screen and (max-width: 899px) {/* 48em 768px *//* by default columns rearranged at max 549px */

	.cbtextleft > .col-inner, .cbtextright > .col-inner {/* text columns in check board layout */
		padding: 20px !important;
	}

	.cbtextleft.wide > .col-inner, .cbtextright.wide > .col-inner {/* wide text columns in check board layout */
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

}


@media only screen and (min-width: 900px) {/* 48em 768px *//* by default columns rearranged at max 549px */

	.cbtextleft > .col-inner {/* left text column in check board layout */
		padding: 14px 40px 0 50px !important;
	}

	.cbtextleft.wide > .col-inner {/* wider left text column in check board layout */
		padding-left: 0 !important;
	}

	.cbtextright > .col-inner {/* right text column in check board layout */
		padding: 14px 30px 0 50px !important;
	}

	.cbtextright.wide > .col-inner {/* wider right text column in check board layout */
		padding-right: 0 !important;
	}

}







@media only screen and (min-width: 550px) {/* to switch the order of columns to check board layout */

	.row.reverse {
		flex-direction: row-reverse;
	}

}









.footer-block {
	padding: 50px 20px 0 20px !important;
}

.footer-wrapper .col {
	padding-bottom: 0;
}


.logo-footer {
	max-width: 260px;
	/* margin-top: 10px; */
	margin-bottom: 4px !important;
}











#meister {
	width: auto;
	margin-bottom: 20px;
	clear: left;
}
#meister h1 {
	margin-bottom: 6px;
	padding: 6px 0 2px 10px;
}
#meister > div {/*.kast*/
	position: relative;
	width: 228px;
	height: 90px;
	background-color: #f0f2f5;/* ededed*/
	border: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: 3px;
	font-size: 1px;
	line-height: 1px;
	/*vertical-align: bottom;*/
	overflow: hidden;
	float: left;
}
#meister > div img {/*.pilt*/
	width: 70px;
	height: 90px;
	margin: 0 8px 0 0;
	/*border: 3px solid #f0f2f5;
	border-bottom: none;*/
	border-top-left-radius: 20px;
	overflow: hidden;
	/*display: inline-block;*/
	float: left;
}
#meister > div > div {/*.tekst*/
	position: absolute;
	left: 78px;
	bottom: 3px;
	min-width: 130px;
	max-width: 144px;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	/*display: inline-block;
	float: left;*/
}
#meister div strong {/*.tekst strong*/
	font-size: 13px;
	color: #1a3e62;/*3f5669*/
	font-weight: 700 !important;
}












/*  - - - plugin plugins - - -  */

/*  - - - WooCommerce - - -  */

.box-text {/* product text on category page */
	text-align: center;
}

.box-text .product-cat {/* product text on category page */
	/* display: none; */
}

span.amount {/* price */
	color: #1a3e62;
}



/*  - - - end WooCommerce - - -  */






/*  - - - Contact Form 7 - - -  */

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]/* , .wpcf7 select */ {
	font-size: 1em;
	font-weight: 400;
	height: auto;
	margin-bottom: .5em;
	padding: .25em .5em;
}

.rent-product {
	display: flex;
}

.rent-product-count > p {
	display: flex;
	max-width: auto;
}

.wpcf7-field-group-add, .wpcf7-field-group-remove {
	background-color: #ddd;
}



/*  - - - end Contact Form 7 - - -  */






/*  - - - WPML - - -  */

/* 
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin: 0;
	display: none;
}
 */

.otgs-development-site-front-end {/* development key related message */
	display: none;
}

.header-language-dropdown .image-icon {/* the flag of active lang */
	display: none;
}


/*  - - - end WPML - - -  */

/*  - - - end plugin plugins - - -  */





@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}