/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
	--color-primary: #52342a;
}

.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item>.menu-link {
	color: #fff !important;
}

@media (min-width: 992px) {

	.block-nav-header-2 #top-bar.transparent-topbar {
		background: transparent !important;
		z-index: 399;
		border-bottom: 0;
	}

	.block-nav-header-2 .primary-menu {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}

	.block-nav-header-2 .transparent-topbar+.transparent-header+#content {
		margin-top: -163px;
		/*  #header(height) + #top-bar(height) */
	}
}

.block-nav-header-2 .dark .top-links li>a,
.block-nav-header-2 .dark #top-social li a {
	color: #f5f5f5;
}

.block-nav-header-2 .dark #top-social li,
.block-nav-header-2 .top-links-item {
	border-left: 0;
}

#logo img {
	border-radius: 10px !important;
}

#logo {
	padding: 0;
}

.framed {
	box-shadow:
		-50px -50px 0 -40px var(--color-primary),
		50px 50px 0 -40px var(--color-primary);
}

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

	.dark #header,
	#header.dark {
		background-color: #fff;
		z-index: 100;
		margin-bottom: -90px;
	}

	.dark #header-wrap {
		background-color: #fff;
	}

	#primary-menu-trigger {
		background-color: #52342a !important;
		border-radius: 5px !important;

	}

	.dark .menu-link {
		color: #52342a;
		text-align: center;
	}
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	background: url(../assets/wood-1.jpg) no-repeat center center;
	border-radius: 10px;
}

.bg-wood {
	background: url(../assets/wood-1.jpg) no-repeat center center;
	background-size: cover;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.testimonials .container::before,
.testimonials .container::after {
	content: "\e7ad";
	font-family: 'font-icons';
	position: absolute;
	top: -38px;
	left: 20px;
	font-size: 80px;
	color: rgba(var(--themecolorrgba, 128, 0, 0), 0.2);
}

.testimonials .container::after {
	content: "\e7ae";
	top: auto;
	left: auto;
	right: 20px;
	bottom: -45px;
}

.testimonials .testi-content p {
	font-style: normal;
	color: #000;
}

.mfp-iframe-holder .mfp-close,
.testi-stars i {
	background-color: var(--themecolor, #800000);
	font-size: 14px;
	color: #FFF;
	padding: 1px 5px;
	border-radius: 2px;
}

.before-heading {
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	background-color: rgba(var(--themecolorrgba, 128, 0, 0), .1);
	color: var(--themecolor, #800000);
	padding: 3px 8px;
	border-radius: 2px;
	font-weight: 600;
}

.img-rounded {
	border-radius: 10px;
}

/* pulse animation */

.pulse {
	-webkit-animation: pulse 10s infinite;
	animation: pulse 10s infinite;
}

.blocks-card-10 .car-features i,
.blocks-card-10 .car-features svg,
.blocks-card-10 .car-features img {
	display: inline-block;
	font-size: 18px;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.card-footer {
	border-top: 0px solid;
	margin: auto
}

/* Äll same height */

.card {
	border: 0px solid #fff !important;
	height: 100% !important;

}

.framed-hov:hover {
	transition: all 1s ease-in-out;
	box-shadow:
		-50px -50px 0 -40px var(--color-primary),
		50px 50px 0 -40px var(--color-primary);
}

.framed-hov {
	transition: all 0.5s ease-out;
}