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

All css files are placed in /css/ folder
*/

/*----footer code----------*/
@media only screen and (max-width: 767px){
.mobile-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    display: block !important;
	z-index: 999;
	}
	.mobile-call, .mobile-quote
	{
		background: transparent none repeat scroll 0 0;
		float: left;
		margin: 0;
		width: 50%;
	}
	.mobile-call > a 
	{
    	background: #fe5a19 none repeat scroll 0 0;
    	background: #28346A;
	}
	.mobile-footer a
	{
		color: #ffffff;
		display: block;
		font-size: 22px;
		font-weight: 700;
		padding: 15px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
	}
	.mobile-quote 
	{
    	position: relative;
	}
	.mobile-quote::before 
	{
		border-right: 15px solid transparent;
		border-top: 15px solid #000;
		border-top: 15px solid rgba(32, 134, 186, 0.82);
		content: " ";
		height: 0;
		left: -2px;
		position: absolute;
		top: 50%;
		transform: rotate(-45deg) translateY(-50%);
		width: 0;
	}
		.mobile-quote > a 
	{
    	background: #E71C24 none repeat scroll 0 0;
    	background: #E71C24;
	}
}
.mobile-footer {
    display: none;
}


@media only screen and (max-width: 480px) {
	#small{
		display:none;
	}
	}
