/* EMBED PETITIONS IN GREENPEACE CSS */

/* Form */

#form_container, #thankyou_container {
    margin-top: 1.5em;
    margin-bottom: 1em;
    background-color: #fff;
    padding: 20px;
}

.form_col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.form_col_2 {
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
}

@media (min-width: 768px) {
    
    .form_col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .form_col_2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

textarea.form-control {
    background-color: #FFFFBF;
}

label[for=subject] {
    display: none;
}

label.error {
    color: red;
}

#privacy-error {
    display: block;
}

/* Text */

#thankyou_container h2 {
    font-size: 1.5em !important;
}

#thankyou_container .lead {
    margin: 15px 0 15px 0;
}

#privacy_policy_text2 h4 {
    font-size: 1.15em !important;
    margin-top: 1em;
}

/* Social */

#social_row {
    margin-top: 20px;
    margin-bottom: 20px;
}

a#share_in_facebook, a#share_in_whatsapp, a#share_in_twitter, a#share_in_facebook:hover, a#share_in_whatsapp:hover, a#share_in_twitter:hover {
    color: #fff;
}

#share_in_facebook {
    background-color: #306199;
    border-color: #244872;
    margin-bottom: 20px;
}
#share_in_twitter {
    background-color: rgb(61,131,246);
    border-color: rgb(61,131,246);
    margin-bottom: 20px;
}

#share_in_whatsapp {
    background-color: rgb(0,120,112);
    border-color: #0eaad6;
    margin-bottom: 20px;
    color: #fff;
}

#img_fb {
    width:27px;
}

#img_tw {
    width:19px;
}

#img_wp {
    width:19px;
}


.txt_rds {
    font-size: 14px;
}

/* Other buttons */

a#become_donnor, a#become_donnor:hover {
    color: #fff;
}

.buttoncontainer {
    margin-top: 0.8em;
}

.btn-info {
    font-weight: bold;
    background-color: #F99713;
    border-color: #E78F01;
}

.btn-info:hover {
    background-color: #FD9B17;
}

/* Responsive */

@media (min-width: 768px) {

    #img_fb {
        width:22px;
    }

    #img_tw {
        width:20px;
    }

    #img_wp {
        width:20px;
    }
    .txt_rds {
        font-size: 16px;
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .txt_rds {
        font-size: 15px;
        font-weight: 700;
    }
}
