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

/** accessibility **/
.shop-container .products a:focus-visible > .box {
	outline: 2px solid #000;
}

.shop-container .products .box-image a:focus-visible img,
.related .box-image a:focus-visible img,
.slider .box-image a:focus-visible img {
	outline: 2px solid #000;
	outline-offset: -3px;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.widget_price_filter .ui-slider .ui-slider-handle:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.slider .flickity-prev-prev-button:focus-visible,
.slider .flickity-prev-next-button:focus-visible {
	opacity: 0.7;
    transform: translateX(0) !important;
}


/** **/

.tt-front-slider {
	background: #fff;
	padding-top: 60px;
}

.flickity-slider .box-image {
	background: #fff;
	text-align: center;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.flickity-slider .box-image img {
	background: #fff;
	max-height: none;
	width: auto;
	max-height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

ul.menu>li ul, .widget>ul>li ul {
	border-left-color: #a9a29a;
}

ul.menu>li+li, .widget>ul>li+li {
	border-top-color: #a9a29a;
}

.has-dropdown .icon-angle-down {
	opacity: 1;
}

.widget_price_filter .price_slider {
	background: #bbb;
}

.breadcrumbs a {
	color: #a9a29a;
}

.product-main,
.woocommerce-cart #content,
.woocommerce-checkout #content {
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
}

.product-main {
	margin-top: 50px;
	margin-bottom: 50px;
}

.woocommerce-cart #content,
.woocommerce-checkout #content {
	margin-top: 50px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.post-type-archive-product #main,
.archive.tax-product_cat #main {
	background-color: #fff;
}

.shop-page-title.category-page-title.page-title {
	padding: 0px 0px 40px;
}

.woocommerce-Price-currencySymbol {
	font-size: 1em !important;
}

.single-product h1.product-title {
	margin: 20px 0px;
}
.single-product .price-wrapper {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.single-product .price-wrapper::after {
	content: '';
	position: relative;
	display: block;
	width: 75px;
	height: 2px;
	background: #3e509a;
}

.single-product .product-footer .woocommerce-tabs {
	border-top-color: transparent;
}

.single-product .product-info .stock {
	color: #a00 !important;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: normal;
}

.product_meta>span {
	border-top-color: #a9a29a;
}

#footer .col {
	padding: 0px 15px 0px;
}

#footer .row-divided .col.large-3 {
	border-left-width: 2px;
	padding: 0px 30px;
}

#footer .ux-menu a {
	padding: 0px;
	min-height: 2em;
}



.wc_payment_methods.payment_methods.methods {
	margin-left: 40px;
}

.wc_payment_methods.payment_methods.methods label {
	padding-top: 5px;
}

.widget_price_filter .price_label {
	font-size: 11px;
	padding-top: 8px !important;
}

.widget_price_filter .button {
	font-size: 11px !important;
}



.talkto-contact-above-map {
	padding-top: 77px !important;
}

.shop-page-title .page-title-inner {
	align-items: flex-end;
}

.talkto-term-description {
	padding: 30px 0 10px;
}

/** cart **/
.talkto-cart-info {
	background: #faf3eb;
	padding: 20px;
	text-align: left;
	color: #000;
	margin-bottom: 30px;
}

.talkto-cart-info h2 {
	margin-top: 0px;
	padding-top: 0px !important;
	font-size: 16px;
}

.talkto-cart-info p {
	margin-top: 10px;
	margin-bottom: 0px;
}

.talkto-cart-info p.notice {
	font-size: 12px;
	color: #444;
}

/** checkout **/
#payment .wc_payment_methods {
	margin: 50px 0px 50px 0px;
}

#payment .wc_payment_methods::before {
	content: 'Velg betalingsmåte:';
	font-weight: bold;
}


#payment .wc_payment_methods .wc_payment_method {
	list-style: none;
    border: 1px solid #3e509a;
    padding: 10px 10px 10px 60px;
    margin-top: 10px;
    margin-left: 0px;
    overflow: hidden;
    position: relative;
}

#payment .wc_payment_methods .wc_payment_method label {
	font-size: 1em;
}

#payment .wc_payment_methods .wc_payment_method.payment_method_cod {
    padding: 20px 10px 10px 60px;
}

#payment .wc_payment_methods .wc_payment_method .payment_box {
	display: block !important;
}

.checkout-sidebar a {
	color: #3e509a;
	text-decoration: underline;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-left: 40px;
	margin-bottom: 30px;
	line-height: 1.4;
}

.woocommerce-terms-and-conditions-wrapper span {
	font-weight: bold;
	font-size: 13px;
}

.checkout-inline-error-message {
	color: #a00;
}

.checkout-inline-error-message::before {
	content: '';
	display: inline-block;
	
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	background-color: #a00;
	
	margin-right: 5px;
}

/** live search **/
li.header-search .nav-dropdown {
	width: 600px;
}

li.header-search .nav-dropdown .search-name {
	color: #fff;
}

.searchform-wrapper .autocomplete-suggestions {
	max-height: none !important;
}

/** page elements **/
.row-collapse>.col.tt-block {
	padding: 150px 5% 50px 10% !important;
}

.col.tt-block-full-image .col-inner,
.col.tt-block-full-image .col-inner .section {
	height: 100%;
}

.tt-block .col-inner {
	position: relative;
}

.tt-block.right {
}

.tt-block .col-inner::after,
.tt-block .col-inner::before {
	content: '';
	background: #3e509a;
	top: -50px;
	left: -20%;
	position: absolute;
}

.tt-block .col-inner::before {
	width: 100px;
	height: 3px;
}

.tt-block .col-inner::after {
	width: 3px;
	height: 100px;
}

.products .box-image img {
	object-fit: contain !important;
	background-size: contain !important;
}

.products .product-category .box-text-inner h5.uppercase {
	text-transform: none !important;
	padding-bottom: 5px !important;
}



/** contact form **/
.talkto-gdpr-security-loading,
.talkto-gdpr-functional-loading,
.talkto-gdpr-marketing-loading {
	padding-top					: 20px;
	display						: none;
}

.talkto-gdpr-security-loading-placeholder,
.talkto-gdpr-functional-loading-placeholder,
.talkto-gdpr-marketing-loading-placeholder {
	padding-top					: 20px;
}
.talkto-gdpr-security-loading-placeholder img,
.talkto-gdpr-functional-loading-placeholder img,
.talkto-gdpr-marketing-loading-placeholder img {
	vertical-align: middle;
}

.talkto-ready .talkto-gdpr-security-loading,
.talkto-ready .talkto-gdpr-functional-loading,
.talkto-ready .talkto-gdpr-marketing-loading {
	display: block;
}

.talkto-ready .talkto-gdpr-security-loading-placeholder,
.talkto-ready .talkto-gdpr-functional-loading-placeholder,
.talkto-ready .talkto-gdpr-marketing-loading-placeholder {
	display: none;
}

.talkto-gdpr-security-placeholder,
.talkto-gdpr-functional-placeholder,
.talkto-gdpr-marketing-placeholder {
}

.talkto-gdpr-security-placeholder.plain,
.talkto-gdpr-functional-placeholder.plain,
.talkto-gdpr-marketing-placeholder.plain {
	background					: transparent;
	color						: #000;
	padding						: 0px;
}

.talkto-gdpr-security .talkto-gdpr-security-placeholder,
.talkto-gdpr-functional .talkto-gdpr-functional-placeholder,
.talkto-gdpr-marketing .talkto-gdpr-marketing-placeholder {
	display						: none !important;
}

.talkto-gdpr-security-placeholder a,
.talkto-gdpr-functional-placeholder a,
.talkto-gdpr-marketing-placeholder a {
	color						: #000 !important;
	text-decoration				: underline;
}

.talkto-gdpr-security-placeholder.plain a,
.talkto-gdpr-functional-placeholder.plain a,
.talkto-gdpr-marketing-placeholder.plain a {
	color						: #000 !important;
}

.talkto-gdpr-security-hidden,
.talkto-gdpr-functional-hidden,
.talkto-gdpr-marketing-hidden {
	display						: none;
}

.talkto-gdpr-security .talkto-gdpr-security-hidden,
.talkto-gdpr-functional .talkto-gdpr-functional-hidden,
.talkto-gdpr-marketing .talkto-gdpr-marketing-hidden {
	display						: block;
}


.talkto-gdpr-loading {
	display: none;
}

.talkto-gdpr-loading-placeholder img {
	vertical-align: middle;
}

.talkto-ready .talkto-gdpr-loading {
	display: block;
}

.talkto-ready .talkto-gdpr-loading-placeholder {
	display: none;
}


.tt-contact-form input[type="text"],
.tt-contact-form input[type="email"],
.tt-contact-form textarea {
	font-size: 14px;
	line-height: 20px;
}


.tt-contact-form .tt-terms {
	text-align: left;
	padding-top: 20px;
}

.tt-contact-form .tt-terms .terms {
	margin-left: 40px;
	padding-bottom: 20px;
	line-height: 20px;
}

.tt-contact-form .tt-terms .tt-send {
	padding-top: 20px;
}

.tt-contact-form .wpcf7-acceptance span {
	line-height: 20px;
}

.tt-contact-form .wpcf7-acceptance .wpcf7-list-item,
.tt-contact-form .wpcf7-radio .wpcf7-list-item {
	margin-left: 0px;
}

.tt-contact-form .wpcf7-acceptance .wpcf7-list-item-label,
.tt-contact-form .wpcf7-radio .wpcf7-list-item-label {
	display: block;
	margin-left: 40px;
}

.tt-contact-form .wpcf7-acceptance span a,
.tt-contact-form .tt-terms a {
	text-decoration: underline !important;
}

.tt-contact-form .wpcf7-acceptance span a:hover,
.tt-contact-form .tt-terms a:hover {
}

.tt-contact-form .wpcf7-not-valid-tip {
	color: #fff !important;
	background: #3E509A !important;
}

.tt-contact-form .wpcf7-not-valid-tip::after {
	border-bottom-color: #3E509A !important;
}

.tt-contact-form .wpcf7-not-valid-tip,
.wpcf7-validation-errors {
}

.wpcf7 .wpcf7-not-valid-tip {
	margin-top: 0;
}


.tt-contact-form .section {
	padding: 0 0 0 20px !important;
}

.tt-contact-form label {
}

.wpcf7-response-output {
	padding: 15px 30px !important;
	background-color: #fff !important;
	color: #000;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	margin: 20px 0px 0px !important;
}

input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	left: -9999px;
}

input[type="checkbox"] + .wpcf7-list-item-label,
input[type="radio"] + .wpcf7-list-item-label,
input[type="checkbox"] + label ,
input[type="radio"] + label {
	position: relative;
	cursor: pointer;
}

input[type="checkbox"] + .wpcf7-list-item-label::before,
input[type="radio"] + .wpcf7-list-item-label::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -40px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #3e509a;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
input[type="radio"]:checked + .wpcf7-list-item-label::before,
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
	background: #3e509a;
}

input[type="checkbox"] + .wpcf7-list-item-label::after,
input[type="radio"] + .wpcf7-list-item-label::after,
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
	content: '\2713';
	color: #fff !important;
	position: absolute;
	text-align: center;
	line-height: 24px;
	font-size: 17px;
	font-weight: bold;
	top: 0px;
	left: -40px;
	width: 24px;
	height: 24px;
	
	-webkit-transform: scale(0.2, 0.2);
	-moz-transform: scale(0.2, 0.2);
	-o-transform: scale(0.2, 0.2);
	transform: scale(0.2, 0.2);
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
input[type="radio"]:checked + .wpcf7-list-item-label::after,
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
	color: #fff !important;
	
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.tt-cookie-enable-hidden {
	display:none;
}

.wpcf7-form-control.wpcf7-acceptance {
	background-color: transparent;
}


.privacy-policy #main h3 {
	font-weight: bold;
}

.privacy-policy #main a {
	text-decoration: underline;
}

@media only screen and (max-width: 48em) {
	.row-collapse>.col.tt-block {
		padding: 50px 50px 50px 50px !important;
	}
	
	.tt-block .col-inner::after,
	.tt-block .col-inner::before {
		top: -25px;
		left: -25px;
	}


}