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

/*copyright background footer*/

#Content {
    padding-top: 0px;
}

#Footer .footer_copy {
    border-top: 1px solid rgba(255,255,255,.1);
    background-color: #151f30!important;
	color: #ffffff !important;
}

.lightText h2{
	color: #ffffff !important;
}

.lightText h3{
	color: #ffffff !important;
}

.lightText p{
	color: #ffffff !important;
}

.imgBorder {
	border: solid;
	border-color: #044a8b;
	border-width: 2px;
	border-radius: 200px;
}

.contactFormLeft {
	width: 49%;
	display: inline-block;
	margin-bottom: 15px;
	padding-right: 5px;
}

.contactFormRight {
	width: 49%;
	display: inline-block;
	margin-bottom: 15px;
}

a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #024D89 !important;
    color: #ffffff;
    width: 100%;
    height: 50px;
}