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



.header-main {
	border-bottom: 5px solid #045ba2;
}

.header-inner {
	align-items: flex-end;
}

#logo img {
	padding-bottom: 14px!important;
}

.header-inner .flex-col.hide-for-medium.flex-right {/* menu container */
	width: 74%;
}










/* navigation */

/* main menu */

@media only screen and (max-width: 849px) {/* hide cart and other possible shop links from header on mobiles */

	.header-main .nav-right {
		display: none;
	}

}

.header-main .nav-right {
	justify-content: space-between;
}

.header-main .nav-spacing-xlarge > li {
	margin: 0 0 0 4%;
}

.header-main .nav li.header-search {
	width: 54px;
	margin-left: 0;
	text-align: center;
	border-top-left-radius: 26px;
	background: url("img/bg-search.png") right top no-repeat;
	background-size: cover;
}

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

	.header-main .nav li.header-search {
		width: 180px;
		margin-left: 0;
		padding-right: 12px;
		text-align: right;
		background: url("img/bg-search.png") right top no-repeat;
		background-size: contain;
	}

}

.header-main .nav li.header-search a {
	color: #fff;
}

.header-main .nav > li > a {
	line-height: 16px!important;
	font-weight: 700;
}

.nav-column li.active > a, .nav-column li > a:hover, .nav-dropdown li.active > a, .nav-dropdown > li > a:hover, .nav-vertical-fly-out > li > a:hover, .nav > li.active > a, .nav > li.current > a, .nav > li > a.active, .nav > li > a.current, .nav > li > a:hover {
	color: #045ba2;
	font-weight: 700;
}

/* end main menu */







/* mega menu for product categories */

.menu-produkter {/* mega menu container */
	padding-top: 10px!important;
	padding-bottom: 0!important;
}

.menu-produkter .ux-menu-link__link {/* mega menu item link */
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 1em;
}

/* end mega menu for product categories */








/* mobile menu */

.nav-sidebar li.current-menu-item {
	background-color: #eaeaea;
}

.nav-sidebar li.current-menu-item a {
	color: #045ba2;
	font-weight: 700;
}

/* end mobile menu */






/* tag tags tagcloud */

/* 
.tagcloud a {
  border-bottom: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: .8em !important;
  margin: 0 3px 5px 0;
  opacity: .8;
  padding: 2px 5px;
}
 */

/* 
.tagcloud a {
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
	display: block;
	font-size: 1em !important;
	text-transform: uppercase;
}

.tagcloud a:hover {
	color: #111;
	background-color: none;
}
 */

/* end tag tags tagcloud */





/* tags menu on banner of produkter page */

.shop-container .ux-menu-title {
	font-size: 1em;
	padding: 0;
	min-height: initial;
}

.shop-container .ux-menu-link__link {
	font-size: .8em;
	min-height: 1em;
	padding-bottom: 2px;
}

/* end tags menu on banner of produkter page */


/* end navigation */












.banner p {
	font-size: 21px;
	line-height: 1.35;
	margin-top: 0;
}

.banner-produkter-anvandningsomraden p {
	font-size: 1.1rem!important;
}

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

	.banner-produkter-anvandningsomraden p {
		font-size: 1rem!important;
		line-height: 1.2;
	}

}







/* responsive option for long h2 headlines of the category banners */

.banner-headline-resp h2 {
	font-size: 2.1em;
}

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

	.banner-headline-resp h2 {
		font-size: 2.9em;
	}

}

/* end responsive option for long headlines of the category banners */







/* the kyla / värme icons on the category banners */

.icons-kyla-varme {
	width: 80% !important;
	margin-top: 20px;
}

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

	.icons-kyla-varme {
		width: 60% !important;
		margin-top: 30px;
	}

}

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

	.icons-kyla-varme {
		width: 50% !important;
	}

}

/* end the kyla / värme icons on the category banners */









.container-main {
	padding: 20px;
	background-color: #fff;
}

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

	.container-main {
		padding: 40px;
	}

}

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

	.container-main {
		/* max-width: 960px!important; */
		padding: 60px;
	}

}






.home-gray h3, .home-gray a {
	text-transform: uppercase;
	font-weight: 700;
}

.home-gray p, .home-gray h3 {
	line-height: 1.35;
	margin-bottom: 8px;
}




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

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

}



.cbtext > .col-inner {/* text column in check board layout */
	padding: 30px 40px 20px 40px!important;
}

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

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

}









.nowrap {
	white-space: nowrap;
}

h1.small {
	font-size: 18px;
	color: #111;
}

.font-small {
	font-size: 14px;
	line-height: 1.1;
}

.font-large {
	font-size: 20px;
	line-height: 1.1;
}

.font-larger {
	font-size: 24px;
	line-height: 1.1;
}

.font-bold {
	font-weight: 700;
}

p.lead {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 10px 0;
}

p.lead.large {
	font-size: 28px;
	line-height: 1.25;
}

a.pdf, a.word {
	display: inline-block;
	min-height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 32px;
}

a.pdf {
	background: url("img/pdf-icon-48.png") left center no-repeat;
	background-size: 24px 24px;
}

a.word {
	background: url("img/word-icon-48.png") left center no-repeat;
	background-size: 24px 24px;
}

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

	.border-left .col-inner {
		border-left: 3px solid #045ba2;
		padding-left: 30px;
		padding-bottom: 0;
	}

}







.post .entry-meta, .post .entry-divider {
	display: none;/* hide meta info and divider on posts archive page */
}






/* tables */

.tabbed-content table {
	/* table-layout: fixed; */
	width: 100%;
}

thead {
	color: #fff;
	background-color: #045ba2;
}

tbody tr:nth-child(odd) {
	background-color: #f1f1f1;
}

td, th {
	text-transform: none;
	padding: .35em;
	border: 0;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;
}

th {
	font-size: 14px;
	padding-top: .45em;
	padding-bottom: .45em;
	word-break: break-all;
}

td {
	color: #111;
	border-left: 1px solid #045ba2;
}

td:first-child, th:first-child {
	padding-left: .55em;
	border-left: 0;
}

td:not(:first-child), th:not(:first-child) {
	text-align: center;
}

th:not(:first-child) {
	min-width: 14%;
}

tbody.solid tr {
	background-color: #fff;
}

tbody.solid td {
	border-left: 0;
}

/* end tables */






.row.divider {
	border-bottom-left-radius: 16px;
	overflow: hidden;
}

.row.divider .col .col-inner {
	padding-top: 30px;
}

.row.divider .right-end {
	background: url("img/bg-divider-right-end.png") right center no-repeat;
	background-size: 600px 100%;/* 157px */
}

.row.divider.narrow, .row.narrow {
	max-width: 960px!important;
}










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

.reseller .icon-box-img {
	margin-bottom: 0;
}

.reseller p {
	margin-bottom: 0;
}

@media only screen and (max-width: 549px) {

	.reseller p {
		text-align: center;
	}

}









.partners-section {
	margin-bottom: 60px;
	padding-top: 70px!important;
	padding-bottom: 2px!important;
}

.partners-section .col {
	padding: 0 30px 60px 30px;
}

.partners-section .col .box-image img {
	display: block;
	max-width: 330px;
}

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

	.partners-section .col {
		padding: 0 60px 60px 60px;
	}

}

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

	.partners-section {
		padding-top: 30px!important;
	}

	.partners-section .col {
		padding: 0 60px 0 60px;
	}

}








.footer-section.dark {
	background-color: #045ba2;
	padding-bottom: 2px!important;
	border-bottom: 12px solid #045ba2;
}

.footer-section .col {
	padding-right: 4em;
	padding-left: 4em;
}

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

	.footer-section .col {
		padding-right: 2em;
		padding-left: 2em;
	}

}

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

	.footer-section.dark {
		background-color: transparent;
		background: url("img/bg-footer.png") center center no-repeat;
		background-size: 2560px 100%;
	}

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

}

.footer-section .col p {
	margin-bottom: 0;
}

.social-icons.follow-icons {
	line-height: 1;
	margin-top: 7px;
}






.archive .banner p {
	font-size: 1.25rem;
	margin-top: .25rem;
	margin-bottom: 1.25rem;
}

.banner.bg-light-blue .bg.bg-loaded {
	border: 10px solid #e0f2fd;
	background-color: #e0f2fd;
}

.banner.bg-light-green .bg.bg-loaded {
	border: 10px solid #eef1e4;
	background-color: #eef1e4;
}

.banner.bg-light-yellow .bg.bg-loaded {
	border: 10px solid #ffebb4;
	background-color: #ffebb4;
}

.banner.bg-light-beige .bg.bg-loaded {
	border: 10px solid #f6ecde;
	background-color: #f6ecde;
}

.cat-menu .button {
	margin: 0;
	width: 100%;
}

.button.bg-white, .button.bg-gray {
	/* font-size: 2em; */
}

.button.bg-white {
	background-color: rgba(255, 255, 255, .5)!important;
}

.button.bg-gray {
	background-color: rgba(0, 0, 0, .35)!important;
}

.button.larger {
	font-size: 2em;
}

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

	.button.bg-white, .button.bg-gray {
		/* font-size: 1em; */
	}

	.button.larger {
		font-size: 1.25em;
	}

}











/* custom HTML widget for reordering categories, replacement for default Cayegories widget */

.textwidget > ul > li + li {
	border-top: 1px solid #ececec;
}

.textwidget > ul > li > a, .textwidget > ul > li > span:first-child {
	display: inline-block;
	padding: 6px 0;
}

/* end custom HTML widget */










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

/* WooCommerce */

.badge-cool, .badge-heat {
	border-radius: 50%;
	position: absolute;
	z-index: 999;
	border-width: 2px;
	border-style: solid;
}

.badge-cool.cats, .badge-heat.cats {
	width: 28px;
	height: 28px;
	left: -8px;
}

.badge-cool {
	top: 20px;
	background: url("img/badge-cool.png") center center no-repeat;
	background-size: cover;
	border-color: #009fe3;
}

.badge-heat {
	top: 54px;
	background: url("img/badge-heat.png") center center no-repeat;
	background-size: cover;
	border-color: #e30613;
}

.product-summary .energy-data p {/* energy data fields on product page */
	font-size: 20px;
	color: #045ba2;
	margin-bottom: 0;
}

.product-summary .accordion-inner {/* accordion content area of product short description */
	padding-right: 8px;
}

.archive .product-title a {
	font-size: 16px;
	font-weight: 700;
}

.archive .energy-data p {/* energy data fields on archive page */
	font-size: 15px;
	color: #045ba2;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}

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

/* column widths of product page, template: Left Sidebar FUll Height in Flatsome Options */
	#product-sidebar.col {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.product-main .large-6.col {/* picturea area */
		flex-basis: 50%;
		max-width: 50%;
	}

	.product-summary {
		flex-basis: 50%;
		max-width: 50%;
	}
/* end column widths of product page */

/* column widths of product page, template: Left Sidebar in Flatsome Options */
/* 
	#product-sidebar.col {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.product-gallery.col {
		flex-basis: 40%;
		max-width: 40%;
	}

	.product-summary {
		flex-basis: 35%;
		max-width: 35%;
	}
 */
/* end column widths of product page */

}

.product-summary .accordion p {
	margin-bottom: 0;
}

.product-summary .accordion ul {
	margin-bottom: 0;
}



.single-product .product-footer .woocommerce-tabs, .single-product .product-footer .tab-panels {/* Woo default tabs of description area */
	padding-top: 0;
}

.single-product ul.tabs {/* hide Woo default tabs of description area */
	display: none;
}

.tabbed-content .entry-content ul li.tab {/* custom shortcode tabs spacing */
	margin-right: 5%;
}



/* NEW */

.tabbed-content {/* custom ACF HTML tabs */
	border-top: 1px solid #ececec;
}

.tabbed-content li.tab {/* custom ACF HTML tabs spacing */
	margin-right: 5%;
}

.tabbed-content li.tab a {/* custom ACF HTML tabs label weight */
	font-weight: 700;
}

.tabbed-content .entry-content h3, .entry-content h4 {/* custom shortcode tabs headlines */
	color: #111;
}

/* end NEW */


/* end WooCommerce */





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



li {
	margin-bottom: .1em;
	line-height: 1.4;
}





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


}