/*
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.1.1
*/

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


.btn{
	background-color:#0095eb !important;
	padding:10px 20px;
	color:white;
	text-decoration:none;
	border-radius:4px;
	font-weight:500;
}

.btn:hover{
	background-color:#007cc4 !important;
	color:white;
	text-decoration:none;
}


/* change size of logo */
#Top_bar #logo img{
    height:170px;
}

.column_column ul li{
    margin-bottom: 2px;
}

/*.rev-btn, .column .btn{
    background-color: #14007e !important;
    transition: 0.2s ease-out background-color;
}
.rev-btn:hover, .column .btn:hover{
    background-color: #6A6681 !important;
}*/

.home-intro-text{
    text-shadow: 0px 0px 2px black;
    font-weight: bold !important;
}

#Subheader{
    padding: 130px !important;
}

blockquote, blockquote span{
    text-align: center !important;
}

/* control the 'Special Rebates' button*/
#menu-item-165{
    font-weight: bold;
}
#menu-item-165 a{
    text-decoration: none;
}
#menu-item-165 a:hover{
    color: #6fc4f5 !important;
}


/* hide the search icon in mobile slide nav */
#Side_slide .extras .extras-wrapper {
    display: none;
}

#text-4{
    padding: 0;
    margin: 0;
}

.footer-stuff{
    padding-top: 0px;
    text-align: center;
}

.menu-footer-menu-container{
    padding-top: 30px;
}
#menu-footer-menu{
    padding: 0;
    display: table;
    margin: 0 auto;
}
#menu-footer-menu li{
    float: left;
    margin: 0px 3px;
    border-right: 1px solid #999;
    padding: 0 10px;
    line-height: 15px;
}
#menu-footer-menu li:last-child{
    border-right: 0px;
}


#Top_bar #logo img{width:100%!important; max-width:274px!important; height:auto!important;}
.wpcf7 form .wpcf7-response-output{clear:both;}

.dac-home-banner-title{font-size:55px; line-height:1.4; font-weight:bold; text-shadow:0px 0px 2px black;}
.dac-home-banner-btn{background-color:#0095eb; color:#fff;}
.dac-home-banner-btn:hover{background-color:#007cc3; color:#fff;}












