/*
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: 1.6.2
*/

.fancy-heading h2.title {
	color:#fff;
}

.increase-box-col .column .mcb-column-inner{
	height:100%;
}

.home-popup {
	display:flex;
}

.home-popup .home-popup-img{
	padding:0;
	flex-shrink: 1 0 auto;
	flex-basis:40%;
}

.home-popup .home-popup-img img{
	width:234px;
	height:auto;
}

.home-popup .home-popup-txt{
	margin:25px 0 0 25px;
	flex-basis:60%;
}

.home-popup .home-popup-txt h3{
	color:#005696;
	font-size:21px;
	font-weight:bold;
	padding:0 0 15px 0;
}

.home-popup .home-popup-txt a{
	padding:10px 25px;
	display:inline-block;
	background:#005696;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}

.home-popup .home-popup-txt a:hover{
	padding:10px 25px;
	display:inline-block;
	background:#9fcf67;
	color:#fff;
	text-decoration:none;
}

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


}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}

@media only screen and (max-width: 767px) {
	.home-popup {
		display:flex;
		flex-wrap:wrap;
	}

	.home-popup .home-popup-img{
		margin:10px;
		flex-basis:100%;
	}
	
	.home-popup .home-popup-img img{
		width:50%;
		height:auto;
		display:block;
		margin:0 auto;
	}

	.home-popup .home-popup-txt{
		margin:15px 0 0 0;
		text-align:center;
		flex-basis:100%;
	}
}