/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 13.8

All css files are placed in /css/ folder
*/
.call_now_section .call-us{
	display: none;
}
.call_now_section .text {
	font-size: 25px;
	margin-bottom: 30px;
	padding: 12px;
	color: #fff;
	display: inline-block;
	background: #006764;
	text-align: center;
}
.call_now_section .text span {
	color: #f8ff26 !important;

}
.call_now_section .text .call-us:active:focus {
	color: #f8ff26;
}
.call_now_section .text .call-us {
	color: #f8ff26 !important;
	
}

/*767px*/
@media only screen and (max-width: 767px){

	.call_now_section .call-us{
	display: block;
	margin-top: 10px;
	text-decoration: none;
	}

	.call_now_section .text{
		font-size: 20px;
	}

	.call_now_section .text span{
		display: none;
	}

}