/* laranja: #F88327
cinzento claro: #C9C9C9;
*/
/*Footer*/
.footerespaco {
    margin-left: 27px;    
}
.iconfooter { 
    font-family: "ETmodules";
    color: #F88327;
    margin-right: 9px;
}
/*Página Contactos*/
.et_pb_divider_0 {
    padding-bottom: 5px;
}
.et_pb_blurb_position_left .et-pb-icon {
    font-size: 20px;    
}
.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 5px;
}
.et_pb_fullwidth_header_0 {
    padding: 100px 0;    
}
#oscontactos a {
    color: #dd6a11;    
}

/*Pagina Noticias*/
.et_pb_posts a.more-link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
#pagblog .et_pb_blog_0 .et_pb_post {
    border-bottom: 1px solid #d1d1d1 !important;
}
#pagblog .et_pb_post {
    padding-bottom: 20px;
    padding-top: 0;
    margin-bottom: 40px;
}

@media only screen and (min-width : 981px) {
#pagblog .et_pb_post  {
overflow: auto;
}
#pagblog .et_pb_post .post-content {
    width: 68%;
    float: right; 
}
#pagblog .et_pb_post .post-meta {
    width: 68%;
    float: right; 
}
#pagblog .et_pb_post h2 {
    margin-top: 0;
    width: 68%;
    float: right;
}
#pagblog .et_pb_post .entry-featured-image-url {
    width: 30%;
    float: left;
    margin-right: 2%;
}
}
/*Homepage- produtos*/

#produtos .et_overlay::before {
    display:none;
}
#produtos .et_pb_text a {
    letter-spacing: 1px;
    text-transform: uppercase;
}
/* Footer*/

#footer-bottom {
display: none;
}

#footer-bottom {
display: none;
}
#main-footer .container {
padding-bottom: 20px;
}
#text-2 {
position: absolute;
bottom: 20px;
width: 100%;
left: 0px;
}
.footer-widget h4 {
    text-transform: none; 
    font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
}
.social {
    font-family: "ETmodules";
    color: white !important;
    background: rgba(248,131,39,0.72);
    padding: 3px 8px;
    margin-top: 20px !important;
    position: relative;
    display: inline-block;
    margin-right: 4px;
}
.social:hover {
    background: #F88327;
}
    
/*Footer
#footer-bottom {
    display: none;
}
#footer-widgets {
    padding: 30px 0;
}
.footer-widget {
    margin: 0!important;
}
.et_pb_widget {
    width: 100%!important;
}
.et_pb_widget a {
    float: right;
}

/*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: 0;
padding: 10px 16px;
font-weight: bold;
color: white;
background-color: #F88327;
border-radius: 2px;
cursor: pointer;
}
.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%;
}

/* Newsletter*/
.et_pb_widget {
width: 100%;
}
input.subscription_email {
border: 1px solid #d3d3d3;
width: 100%;
padding: 7px;
font-size: 14px;
color: #828282;
background-color: #d3d3d3;
}
input.subscription_btn {
width: 100%;
background-color: transparent;
border: 1px solid #F88327;
padding: 5px;
color: #F88327;
font-size: 14px;
}
input.subscription_btn:hover {
background-color: #F88327;
color: white;
}