/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.

 Created on : 23/06/2016, 12:59:15
 Author     : Robson V. Leite <robsonvleite.com>
*/

.wc_contact_modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 101;
}

.wc_contact_modal_content{
    display: block;
    width: 540px;
    max-width: 90%;
    margin: 5% auto 0 auto;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    padding: 30px;
    min-height: 200px;
}

.wc_contact_close{
    position: absolute;
    right: -12px;
    top: -12px;
    padding: 7px 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #cf7171;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 0.875em;
}

.wc_contact_close:hover{
    background: #F45563;
}

.wc_contact_modal_content header{
    margin-bottom: 20px;
    color: #555;
}

.wc_contact_modal_content h1{
    font-size: 1.7em;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.wc_contact_modal_content h1 span{
    border-bottom: 5px solid #ccc;
    padding-bottom: 6px;
}

.wc_contact_modal_form{
    padding-bottom: 5px;
}

.wc_contact_modal_form label{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.wc_contact_modal_legend{
    font-size: 0.875em;
    color: #888;
    font-variant: small-caps;
    display: block;
    margin-bottom: 5px;
}

.wc_contact_modal_form input,
.wc_contact_modal_form textarea{
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
}

.wc_contact_modal_button{
    text-align: center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.wc_contact_modal_button .btn,
.wc_contact_modal_button img{
    display: inline-block;
    vertical-align: middle;
}

.wc_contact_modal_button .btn{
    padding: 10px 20px;
    font-size: 1em;
}

.wc_contact_modal_button img{
    margin-left: 10px;
    display: none;
}



.wc_contant_sended{
    text-align: center;
}

.wc_contant_sended .h2{
    font-size: 1.6em;
    font-weight: bold;
    color: #565656;
}

.wc_contant_sended .h2 i{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 2em;
    color: #00CC00;
    padding: 8px 20px;
}


.wc_contant_sended p{
    margin-top: 15px;
    color: #565656;
    font-size: 1.3em;
}

/*
NEWSLETTER
*/
.alert_newsletter{padding-bottom: 2em;text-align: right; padding: 0 5px; margin-bottom: 5px; overflow-x: hidden;}
.alert_newsletter .alert_newsletter_content{display: inline-block; width: 300px; max-width: 100%; font-size: 0.8em; color: #ffffff; font-weight: 600; text-align: center; padding: 5px; margin-right: -310px; background-color: #00B494; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); cursor: default;}
.alert_newsletter .alert_newsletter_content.error{background-color: #F45563;}

.newsletter{background-color:#00A8FF; text-align: center;}
.newsletter .content{padding: 15px 0; padding-bottom: 5em;}
.newsletter h1{position: absolute; top: -9999px; left: -9999px; text-indent: -9999px;}

.newsletter_title{margin-bottom: 15px;}
.newsletter_title_content i{font-size: 2em; color: #ffffff; margin-bottom: 10px;}
.newsletter_title_content p{font-size: 0.9em; color: #ffffff; font-weight: bold; line-height: 20px;}
.newsletter_title_content p span{font-size: 0.9em; font-weight: normal;}

.newsletter_area_form form{max-width: 800px; margin: 0 auto;}
.newsletter_area_form form input{height: 40px; border: none;}
.newsletter_area_form form button{height: 40px; border: none; padding: 0 15px;}
.newsletter_area_form form button:hover{background-color: #f1f1f1;}

.input_name{
    width: 30%;
}

.input_email{
    width: 45%;
}

.btn_enviar{
    width: 20%;
    background: #008B6F !important;
    color:#fff !important;
    
}


@media (max-width: 52em){

    .input_name, .input_email, .btn_enviar {
        width: 80%;
        margin-bottom: 1.5em;
    }
}

.div_center{
    text-align: center;
}

.widget-cta h1{
    font-size: 2em;
}

.wc_contact_error1 p{
    padding: 1em;
    background: rgba(255,255,255,0.8);
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 0 #88888;
    color:#ff0000 !important;
}

.wc_contact_error1{
    display: none;
}
