/* VERMELHO: #A04400
CLARINHO FUNDOS: #f2e2d8
HOVER: #a05720*/
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item {
	width: 46.18%;
	margin-right: 7.64%;
  margin-bottom: 35px;
}
#et-secondary-nav img {
	width: 300px;
}
#et-secondary-menu > ul > li > a {
	padding: 0;
}
#et-secondary-menu > ul > li > a:hover {
	opacity: 1;
}
/*---------------------------------------------------
					  GERAL
---------------------------------------------------*/
/*--------------------GALERIA---------------------*/
.et_overlay::before {
	color: #A04400;
}
.et_overlay {
	background: rgba(0, 0, 0, 0.8);
}
/*-------------------BLURBS-----------------------*/
.et_pb_blurb_content {
    max-width: 100%;
}
/*---------------------------------------------------
					  CONTACTOS
---------------------------------------------------*/

/*GForms*/
.gform_wrapper {
margin: 0 auto;
max-width: 100%;
}
.gform_wrapper .gform_footer {
overflow: auto;
}
.gform_wrapper .top_label .gfield_label {
margin: 0;
font-weight: 500;
}
.gform_wrapper ul li.gfield {
margin-bottom: 15px!important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	border: 2px solid #A04400;
	padding: 10px 16px;
	font-size: 17px;
  	text-transform: uppercase;
	color: white;
	background-color: #A04400;
	border-radius: 3px;
	cursor: pointer;
  	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
	border: 2px solid #a05720;
	background-color: #a05720;
}
.gform_wrapper .gfield_required {
color: pink;
}
.gform_wrapper .ginput_complex label {
margin-top: 0px;
color: #aaa;
}
.gform_wrapper textarea.large {
height: 15.625em;
width: 100%;
}
/*---------------------------------------------------
					  HOMEPAGE
---------------------------------------------------*/
/*--------------------NOTÍCIAS--------------------*/
.home .et_pb_post {
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.et_pb_blog_grid .et_pb_post {
    border: none;
}
.et_pb_blog_grid .et_pb_image_container img {
    border-bottom: 3px solid #A04400;
}
/*--------------------HEADER----------------------*/
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
}
.et_pb_fullwidth_header_subhead {
    font-size: 18px;
 	margin-bottom: 10px;
}
.homeheader  h1 {
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 35px;
}
.homeheader {
    padding: 12% 0;
}
/*---------------------------------------------
					FOOTER
-----------------------------------------------*/
#text-4 img {
	width: 400px;
}
#footer-widgets .social {
    font-family: "ETmodules";
    color: #fff !important;
    padding: 0px 0px;
    margin: 0 !important;
    position: relative;
    display: inline-block;
    font-size: 17px;
    background: #A04400;
    padding: 7px 11px;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  	float: right;
  	margin-top: 20px;
}
#footer-widgets .social:hover {
	background: #a05720;
  	text-decoration: none;
}
/*-------------------GERAL---------------------*/
.footer-widget {
    margin-bottom: 10px !important;
}

/*-----------------COPYRIGHT------------------*/
img.alignright {
	width: 30px;
  	opacity: 0.5;
}
#footer-bottom {
    display: none;
}
#footer-bottom {
    display: none;
}
#main-footer .container {
    padding-bottom: 20px;
}
#text-3 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0px;
    font-size: 13px;
  	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.et_pb_widget {
	width: 100%;
}
/*---------------------------------------------
				  RESPONSIVE
-----------------------------------------------*/
  .et_mobile_menu {
  	border-top: 3px solid #fff;
  }
  .mobile_menu_bar::before {
  	color: #A04400;
  }

@media only screen and (max-width : 980px) {
  .home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content .header-content {
    width: 100%!important;
  }
  .et_pb_fullwidth_header_subhead {
    font-size: 16px;
}
.homeheader  h1 {
	font-size: 25px;
}
}

@media only screen and (max-width : 768px) {

  #footer-widgets .social {
  	display: none;
  }
  #text-2 {
  	display: none;
  }
  #footer-widgets {
  	padding: 0;
  }

}