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

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
}

#Top_bar {
	background-color: #b5c3ce;
}

#Content h4 {
	color: #a077b5;
}

.approach h4 {
    font-size: 19px;
}

p {
    margin: 0 0 25px;
}

.column_column ul {
    margin: 0 0 25px 30px;
}

.column--no-margin-bottom {
	margin-bottom: 0 !important;
}

.post-head,
.post-footer {
	display: none;
}

.grid .post-desc-wrapper .post-desc {
    padding: 20px 40px 0 0;
}

.home .grid .post-desc-wrapper .post-desc {
	padding: 20px 0 0;
}

.home .entry-title {
    font-size: 19px;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.home .post-excerpt {
    font-size: 13px;
    line-height: 1.6em;
}

#Header #Top_bar .menu > li > a, 
#Header #Top_bar #menu ul li.submenu .menu-toggle {
	color: #000;
}

#Top_bar .menu > li.current-menu-item > a, 
#Top_bar .menu > li.current_page_item > a {
	color: #753894 !important;
}

#Top_bar .menu li ul li {
	width: 260px;
}

.mailing-list input[type="submit"] {
    background-color: #222527;
    color: #ffffff;
}

.filters_buttons {
    display: none;
}

@media only screen and (max-width: 767px) {
    #Top_bar .logo {
        text-align: left;
    }

    #Top_bar .logo #logo {
        margin: 10px 15px;
    }
}

.slider_pager {
	display: none;
}

.home-icon img {
	max-width: 220px !important;
}

body a.button, 
body a.tp-button {
    background-color: #a076b5;
    color: #ffffff;
}

a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	box-shadow: none;
}

a.button .button_icon i {
    color: #fff;
}

.column_column ul li {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.about-sub-title h4 {
		min-height: 84px;
	}
}


@media only screen and (min-width: 960px) {
	.about-sub-title h4 {
		min-height: 100px;
	}
}

@media only screen and (min-width: 1240px) {
	.about-sub-title h4 {
		min-height: 75px;
	}
}

#Subheader {
	background-size: cover;
}

.highlight {
	display: none;
}


/* Forms */

.gform_wrapper {
	margin-bottom: 40px;
}

body .gform_fields {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.gfield {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
}

@media(min-width: 768px) {
	.gfield {
		width: 50%;
	}
}

.full-width {
	width: 100%;
}

.gfield input[type="submit"], 
.gfield input[type="reset"], 
.gfield input[type="button"], 
.gfield input[type="text"], 
.gfield input[type="password"], 
.gfield input[type="tel"], 
.gfield input[type="email"], 
.gfield textarea, 
.gfield select {
	border: 1px solid #ccc;
	color: #555;
	transition: all ease-out 0.2s;
	width: 100%;
    padding: 18px 25px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 15px;
}

.gfield input[type="date"]:focus, 
.gfield input[type="email"]:focus, 
.gfield input[type="number"]:focus, 
.gfield input[type="password"]:focus, 
.gfield input[type="search"]:focus, 
.gfield input[type="tel"]:focus, 
.gfield input[type="text"]:focus, 
.gfield input[type="url"]:focus, 
.gfield select:focus, 
.gfield textarea:focus {
    color: #555;
    background-color: transparent;
    border: 1px solid #a076b5;
    transition: all ease-out 0.2s;
}

.ginput_container_consent {
    align-items: center;
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.gform_wrapper input[type="checkbox"] {
	margin-left: 0;
    margin-right: 10px;
}

.gform_wrapper .gfield_consent_label {
	margin: 0;
}

.gform_footer {
	margin-top: 10px;
}

.validation_message {
	color: #fb5455;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: -5px;
}

.ginput_complex {
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.gform_wrapper .ginput_complex label {
    margin: -15px 0 5px;
    font-size: 12px;
    color: #a179b6;
}

.ginput_complex span {
    box-sizing: border-box;
    padding: 10px;
    width: 100%; 
}

@media(min-width: 768px) {
	.ginput_complex span {
	    width: 33.33%;
	}
}

.ginput_complex .ginput_full {
    width: 100%;
}

.gfield_signature_container {
	width: 100% !important;
}

.gfield_signature_container canvas {
	width: 100 !important;
}

.gfield_signature_container #input_2_11_toolbar {
	width: 100% !important;
}