/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */

div#Action_bar li.slogan a {
	border: 1px solid white;
	border-radius: 5px;
	color: white;
	padding: 4px 8px;
}

div#Action_bar li.slogan a:hover {
	background: #2275ac;
	color: white;
	border: 1px solid #2275ac;
	text-decoration: none;
}

div._people-profiles div._bio>div {
	min-height: 470px;
}

body.page-id-2414 div.image_frame {
	border: none !important;
	box-shadow: none !important;
}

/* Image cropped blocks */

/*div.img-crop-3 {
	width: 365px;
	height: 420px;
}*/

div.img-crop-2 {
	width: 50%;
}

div.img-crop-2 div.image_wrapper {
	width: 100%;
	height: 300px;
}

div.img-crop-2 img {
	object-fit: cover;
}

div.img-crop-3 {
	width: 30%;
}

div.img-crop-3 div.image_wrapper {
	width: 100%;
	height: 300px;
}

div.img-crop-3 img {
	object-fit: cover;
}

div.img-crop-3w {
	width: 30%;
}

div.img-crop-3w div.image_wrapper {
	width: 100%;
	height: 205px;
}

div.img-crop-3w img {
	object-fit: cover;
}


@media (max-width: 959px) {

	div.img-crop-3 {
		width: 25%;
	}

	div.img-crop-3 div.image_wrapper {
		width: 100%;
		height: auto;
	}

	div.img-crop-3 img {
		object-fit: none;
	}
}

.raydeo-side-text-box{
	display:flex;
}	

@media (max-width: 768px) {
	div.home-smart-slider {
		padding-bottom: 5px !important;
	}
	
	div.img-crop-3 div.image_wrapper {
		width: auto;
		height: auto;
	}

	div.img-crop-3 img {
		object-fit: none;
	}
	
}