/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/
/*********************************
 * Card suits homepage
 * ******************************/
.card-suits img {
	max-width: 175px;
	width: 100%;
}

/*********************************
 * Mobile kortlekar
 * ******************************/
@media (max-width: 1239px) {
	.vc_custom_heading.no-left-padding {
		text-align: left !important;
	}

	.wpb_text_column.wpb_content_element.no-left-padding {
		padding-left: 0 !important;
	}
}

/*********************************
 * Zoom image
 * ******************************/
@media (min-width: 1090px){
	.zoom-img img:hover {
		transform: scale(2);
		z-index: 1;
		position: relative;
	}

	.zoom-img img {
		transition: transform .3s;
		-webkit-transition: transform .3s;
	}
}
/*********************************
 * Action bar
 * ******************************/
.responsive-menu-download {
	display: none;
}

@media (max-width: 767px) {
	.responsive-menu-download {
		display: initial !important;
		position: absolute;
		bottom: 20px;
		left: 10px;
		color: #fff !important;
	}
}

#Action_bar .contact_details {
	width: 100%;
	text-align: right;
}

#Action_bar .contact_details,
#Action_bar .contact_details a {
	color: #376538 !important;
}

#Action_bar .contact_details .slogan {
	text-align: left;
	float: left;
	display: block !important;
}

@media (max-width: 767px) {
	#Top_bar #Action_bar {
		display: block !important;
		background-color: #fdc947 !important;
	}

	#Action_bar .contact_details,
	#Action_bar .contact_details li.slogan {
		text-align: center !important;
		float: none !important;
	}
}

@media only screen and (min-width: 1240px) {
	#Top_bar.is-sticky {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	#Header {
		min-height: auto !important;
	}

	#Top_bar .top_bar_left {
		max-height: 60px !important;
	}

	#logo {
		height: 40px !important;
	}

	#logo img {
		height: 40px !important;
		vertical-align: top !important;
	}

	#Top_bar a.responsive-menu-toggle {
		top: 30px !important;
	}
}

/********************************/
.cards-list-center .wpb_wrapper {
	text-align: center;
}

.cards-list-center ul {
	display: inline-block;
	text-align: left;
}

.white,
.white :is(p, h1, h2, h3, h4, h5, h6, a, li) {
	color: #fff !important;
}

#Content .vc_single_image-wrapper {
	margin-bottom: 0;
}

.responsive-menu-toggle {
	color: #fff !important;
}

.parallax {
	background-attachment: fixed;
}

.has_content .the_content_wrapper {
	margin-bottom: 0;
}

.clearfix {
	clear: both;
}

.narrow-row {
	max-width: 1000px;
	margin: 0 auto !important;
}

/*********************************
 * Contact form trigger
 * ******************************/
.contact-form-trigger {
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 99;
}

.contact-form-trigger .icon-mail {
	padding: 13px 11px;
	background: #fff;
	color: black;
	font-size: 30px;
	border-radius: 50px;
	border: 1px solid #000;
}

.pum-theme-1620 h4 {
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0;
}

/*******************************
 * Header
 * *****************************/
#Top_bar {
	background-size: cover;
}

/*******************************
 * Footer
 * *****************************/
#Footer .widget_nav_menu ul li a {
	padding: 0;
}

#Footer .widget_nav_menu {
	display: flex;
	flex-direction: column;
	align-content: center;
	flex-wrap: wrap;
}

#Footer .footer_copy .copyright {
	float: none;
	text-align: center;
}

#Footer .footer_copy .one {
	margin-bottom: 10px;
	padding-top: 20px;
	min-height: 33px;
}

#Footer .widget_nav_menu ul {
	color: #fff;
	background: none;
}

#Footer .widget_nav_menu ul li:after {
	content: none;
}

#Footer .footer_copy {
	background: #272727;
}

/*******************************
 * Post loop
 * *****************************/
.post-item {
	padding: 0 10px;
	margin-bottom: 40px !important;
}

.post-title {
	margin-bottom: 0;
	font-size: 22px;
}

/*******************************
 * Single post
 * *****************************/
.post-nav.minimal {
	display: none;
}

.single-post .section_wrapper {
	max-width: 800px;
	margin-bottom: 40px;
}

.single-post .single-photo-wrapper {
	margin-bottom: 0;
}

/*******************************
 * back to top
 * *****************************/
#back_to_top i {
    color: #272727 !important;
}