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

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

/* HEADER */
body:not(.template-slider) #Header {
    min-height: 0px;
}

@media only screen and (max-width: 767px){
body:not(.template-slider):not(.header-simple) #Header {
    min-height: 0px;
    background-position: center 202px;
}
}

.wpb_map_wraper{
	margin-bottom: 0px!important;
}

/* FOOTER */

input[type="submit"]{
	background-color: #252525!important;
	border-radius: 0px;
    padding: 10px 25px;
}

#Footer {
    background-image: linear-gradient(to top, #bd0070 0%, #ec008c 100%);
}

#Footer .footer_copy {
    border-top: 1px solid rgba(249, 249, 249, 0.37);
}