/*
 Theme Name:   Dittrich Master Study Child
 Theme URI:    http://inkid.net
 Description:  Derivação do tema Master Study, aplicado em Dittrich conforme demanda.
 Author:       Caio Hodos
 Author URI:   http://inkid.net
 Template:     masterstudy
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  dittrich-masterstudy-child
*/

.header_default .col-md-offset-1 {
	margin-left: 2.33333333%;
}
.header_default .col-md-8 {
	width: 72.66666667%;
}
.header_main_menu_wrapper .header-menu > li {
	padding: 0 11px;
}

.ml-slider {
	margin-bottom: 35px !important;
}

.home .vc_gitem_row .vc_gitem-col {
	min-height: 260px;
}

.home .vc_btn3-container {
	position: absolute;
	bottom: 0
}

.home .buy_button {
	width: 100%;
	text-align: center;
	margin: 8px 0;
	color: #FFF;
	display: inline-block;
}

.home .vc_grid .vc_gitem-link.vc_btn3,
.home .buy_button {
	padding: 10px 50px;
	background-color: #185F80;
	border: none;
}

.home .vc_grid .vc_gitem-link.vc_btn3:hover,
.home .buy_button:hover {
	background-color: #35bfc4;
	color: #FFF;
}

.home .chx_img_bar {
	max-height: 230px;
	overflow: hidden !important;
}

.stm_featured_product_body {
	min-height: 130px !important;
}

#wrapper #main{
	padding-bottom: 0;
}

#contact-home-core {
	display: block;
	max-width:960px;
	margin: 0 auto;
}
#contact-home-core {
	padding: 0 6%;
	box-sizing:border-box;
}
#contato {
	padding: 26px 0 28px 0;
	background-color: #185F80;
}
#contato h2 {
	position: relative;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 32px;
	font-family: Montserrat;
	font-weight: 700;
	margin-top: 0;
	color: #FFF;
}
#contato .title {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
#contato .form {
	display: inline-block;
	width: 56%;
	vertical-align: top;
	margin-left: 3%;
}

#contato label {
	line-height: 2.54;
	font-size: 1.2em;
	color: #fff;
	font-weight: 400;
}

#contato .wpcf7-submit {
	float: right;
	border: 1px solid #FFF;
	border-radius: 5px;
	background-color: transparent;
	color: #FFF;
	padding: 7px 30px;
	font-size: 1.1em;
	font-weight: 700;
}
#contato .wpcf7-submit:hover {
	background-color: #FFF;
	color: #185F80;
}

#contato div.wpcf7-response-output {
	color: #FFF;
}

@media only screen and (max-width: 480px) {
	#contato .title,
	#contato .form {
		width: 100%;
		margin-left: 0;
	}
	#contato .title img {
		display: none;
	}
	#contato .wpcf7-form input,
	#contato .wpcf7-form textarea {
		width: 100%;
	}
}