/**
 * Theme Name:  SPCA
 * Theme URI:   https://bitbucket.org/webit_interactive/spca-site
 * Description: Thème développé pour le site web de la SPCA de Montréal
 * Author:      Webit Interactive
 * Author URI:  http://webitinteractive.ca
 * Version:     0.1.0
 * Tags:
 * Text Domain: spca
 *
 * License:     GPLv2+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.signer_petition {
    background: rgba(176, 176, 176, 0.33);
    line-height: 20px;
    font-size: 17px;
    padding: 20px 80px 20px 20px !important;
    margin-top: 5px !important;
    position: relative;
    color: #000;
}

.signer_petition .ginput_container_consent {
    padding: 0 !important;
}

.signer_petition .gfield_consent_description {
    display: none;
}

.signer_petition .petition {
    font-size: 30px;
    padding-top: 25px;
    display: block;
    text-align: center;
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    color: #fff;

    background: rgba(75, 75, 75, 0.81);
    cursor: pointer;
}


.signer_petition .petition::before {
    content: "\e917" !important;
    font-family: 'spca' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.signer_petition .petition:hover {
    background: rgba(75, 75, 75, 1);
}


.signer_petition input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 25px;
    margin: -4px 4px 0 0 !important;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    min-width: 25px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    transition: .05s border-color ease-in-out;
}

.signer_petition input[type=checkbox]:checked:before {
    content: "\f147";
    margin: -3px 0 0 -4px;
    color: #dc0d15;

    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    font: normal 31px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#modalpetition .modal-header {

    padding: 15px 30px;
}

#modalpetition .modal-body {
    max-height: 450px;
    overflow-y: scroll;
    text-align: left;
    padding: 30px;
}

.module.module_compteur_de_signatures {
    background: white;
    padding: 25px 0;
}

.module.section_donnez {
    margin-top: 0;
}

.module.section_donnez .image-content .text--overImage {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 30px;
}


.module.section_donnez .image-content .text--overImage h3 {
    letter-spacing: 0px;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: left;
}

html body .gform_wrapper input[type="text"],
html body .gform_wrapper input[type="tel"],
html body .gform_wrapper input[type="email"],
html body .gform_wrapper input[type="color"],
html body .gform_wrapper input[type="date"],
html body .gform_wrapper input[type="datetime-local"],
html body .gform_wrapper input[type="month"],
html body .gform_wrapper input[type="number"],
html body .gform_wrapper input[type="search"],
html body .gform_wrapper input[type="tel"],
html body .gform_wrapper input[type="time"],
html body .gform_wrapper input[type="url"],
html body .gform_wrapper input[type="week"],
html body .gform_wrapper select {
    height: 38px;
    margin-bottom: 5px;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .module.section_donnez .image-content .text--overImage {
        background-color: transparent;
        padding: 40px 30px;
    }


}


@media (max-width: 1199px) {

    .module.section_donnez .image-content .text--overImage h3 {
        text-align: center;
    }
}

.module_compteur_de_signatures h2:after {
    padding: 35px;
}


#modal_popup_infolettre .modal-content {
    border-radius: 0;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.51);
    background-blend-mode: multiply;
    border: none;
}

#modal_popup_infolettre .modal-body {
    max-height: 90vh;
    overflow-y: auto;
    text-align: center;
    padding: 50px;
}

#modal_popup_infolettre .modal-content .close {
    position: absolute;
    top: 0px;
    right: 30px;
    color: #fff;
    z-index: 1000;
}

#modal_popup_infolettre .modal-body .titre1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    margin-bottom: 15px;
}

#modal_popup_infolettre .modal-body .titre2 {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2em;
    font-size: 34px;
    margin-bottom: 25px;
}

#modal_popup_infolettre .modal-body .titre3 {
    color: #fffd25;
    font-size: 24px;
    margin-bottom: 50px;
}

#modal_popup_infolettre .modal-body input {
    text-align: center;
}

#modal_popup_infolettre .modal-body form {
    margin-left: 45px;
    margin-right: 45px;
}

#modal_popup_infolettre .modal-body .btn {
    margin-top: 30px;
}


@media (max-width: 768px) {

    #modal_popup_infolettre .modal-body {
        padding: 10px;
    }

    #modal_popup_infolettre .modal-body form {
        margin-left: 10px;
        margin-right: 10px;
    }

}

.grecaptcha-badge{
    opacity: 0 !important;
    right: -300px  !important;
}
.module_content_with_image.column_with_donorbox .module_content .text-content .content.flex-column{
    height: auto;
    padding-top: 100px;
    background: transparent;
}