/*
Theme Name: Portucho
Theme URI: http://www.portucho.com.br
Template: Divi
Author: Yago Veloso
Author URI: http://www.hydracomunicacao.com
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 1.1517242067
Updated: 2018-01-29 14:07:47

*/

.pedidoflutuante {position: fixed; width: 300px; height: 115px; bottom: 40px; right: 0px; color: #fff; text-align: center; z-index: 100 }

#main-header {
	box-shadow: none;
}
#main-header .et_mobile_menu {
    background-color: #57312a !important;
}
.mobile_menu_bar:before {
	color: #fff !important;
}
#footer-info {
	float: none;
	display: inline;
}
#footer-bottom .container {
	border-top: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.logo_container {
	border-bottom: 1px solid #fff;
    padding: 0 20px 0 20px;
}
#et-top-navigation {
	padding-right: 20px !important;
}
.et-fixed-header .logo_container {
	border: none;
}
.menu-item-has-children .sub-menu {
	background-color: rgba(0, 0, 0, .2) !important;
}

/* Form Contato */
.wpcf7-form p {
	padding-bottom: 0.5em;
}
.contato-form {
	width: 100% !important;
	padding: 8px 10px !important;
	border: none !important;
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	color: #999 !important;
    background-color: #eee !important;
    font-size: 14px !important;
    -webkit-appearance: none !important;
}
.contato-form.nome {
	width: 49% !important;
	margin-right: 2%;
}
.contato-form.email {
	width: 49% !important;
}

.contato-form.quantidade {
	width: 49% !important;
	margin-right: 2%;
}
.contato-form.horario {
	width: 49% !important;
}
.contato-form.data_ploomes {
	width: 49% !important;
	margin-right: 2%;
}
.contato-form.adefinir {
	width: 49% !important;
}

.wpcf7-form-control-wrap.unidade:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: 3px;
    border: 6px solid;
    border-color: #666 transparent transparent transparent;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
}
.contato-form.submit {
	background-color: #57312a !important;
	color: #FFF !important;
}
.wpcf7-recaptcha {
	margin-bottom: 12px;
}
.campos_ocultos{
	display:none;
}
@media only screen and (min-width: 981px) {
	.et_pb_posts .et_pb_post img,
	.et_pb_posts .et_overlay {
		height: 180px !important;
		width: 335px;
		float: left;
		left: 0;
		margin-right: 25px;
	}
} 