/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/* Theme customization starts here
-------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: #2e2e2e;
}
::-moz-placeholder {
	color: #2e2e2e;
}
:-ms-input-placeholder {
	color: #2e2e2e;
}
:-moz-placeholder {
	color: #2e2e2e;
}


#Wrapper input[type="submit"] {
	padding: 10px 25px;
	background-color: #ffffff;
	font-size: 17px;
	line-height: 17px;
	color: #000000;
}

#Wrapper input[type="submit"]:hover {
	background-color: #000000;
	color: #ffffff;
}

#Wrapper .fcdblue {
	color: #303E7D;
}

/* Header
-------------------------------------------------------------- */
#Header #Top_bar .top_bar_left {
	width: auto !important;
}

#Header #Top_bar .top_bar_right {
	top: 60px;
}

/* Content
-------------------------------------------------------------- */
#Content .wpcf7-form .column.frm-field {
	position: relative;
}

#Content .wpcf7-form .column.frm-field i {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

#Content .wpcf7-form .column.frm-field input[type="tel"], #Content .wpcf7-form .column.frm-field input[type="text"], #Content .wpcf7-form .column.frm-field input[type="email"] {
	padding-left: 35px;
}

#Content .testimonials_slider a.slider_prev, #Content .testimonials_slider a.slider_next {
	background-color: #000000;
	color: #ffffff;
	top: 80px;
}

#Content .testimonials_slider a:hover.slider_prev, #Content .testimonials_slider a:hover.slider_next {
	background: rgba( 0, 0, 0, .3 );
}

#Content .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
	background: transparent;
}

#Content .testimonials_slider .testimonials_slider_ul li .bq_wrapper blockquote {
	background: transparent;
	margin-bottom: 0;
	text-align: center;
}

#Content .testimonials_slider .testimonials_slider_ul li .bq_wrapper blockquote:after {
	background: url( images/blockquote.png );
}

/* Footer
-------------------------------------------------------------- */
#Footer .footer_copy {
	font-size: 14px;
	line-height: 14px;
}

#Footer .footer_copy .copyright {
	float: left !important;
}

#Footer .footer_copy .credit {
	float: right;
}

/* Responsive
-------------------------------------------------------------- */
@media only screen and (min-width: 1240px) {
	#Header_creative {
		width: 300px;
	}
	
	#Header #Top_bar.is-sticky .top_bar_right {
		top: 0;
		right: -80px;
	}
	
	#Header #Top_bar.is-sticky .container {
		max-width: 1340px;
	}
	
	#Header #Top_bar.is-sticky .menu_wrapper #menu {
		background: transparent;
	}
	
	#Wrapper, .with_aside .content_wrapper {
		max-width: 1180px !important;
	}
}
