/*
Theme Name: Faith Coalition
Theme URI: http://www.soundvision.com
Description: Child Theme
Author: Unknown
Author URI: http://www.example.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */




.petition-overlay{
    z-index: 1;
    box-shadow: #0000008a -2px 7px 16px 0;
}

#dk-speakout-reader-content{
    z-index:200;
    }
    
#dk-speakout-readme-1{
    display:none !important;
    }

.dk-speakout-petition-wrap{
    margin:auto;
    width: 100%;
    border: none;
    box-shadow: none;
    color:black !important;
    padding-top:8px;
    }
    
.dk-speakout-petition-wrap h3 {
    background: #e74936;
    color:black !important;
    font-family: 'Montserrat';
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    text-transform: capitalize;
    font-size: 1.50em;
    display:none;
    }
    
.dk-speakout-readme{
}

.dk-speakout-submit span{
    color: #ffffff;
    text-shadow:none;
    }

#dk-speakout-windowshade{
    opacity: 0;
    }

.dk-speakout-submit{
    background: #e74936;
    border: none;
    border-radius: 100px;
    transition: 0.3s linear all;
    color: #ffffff;
}

.dk-speakout-submit:hover{
    background: #c62d2d;
    transition: 0.3s linear all;
}

/* Speakout Form CSS */

.dk-speakout-petition input[type=text] {
    height: 42px;
}

.dk-speakout-petition input[type=text], .dk-speakout-petition input[type=email], .dk-speakout-petition select {
    margin-bottom: 8px!important;
    height: 42px;
}

.dk-speakout-share {
    padding-bottom: 24px;
    }


.dk-speakout-signaturelist caption {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 8px;
    }
    
    
span.vc_tta-panel-title {
    line-height:1.5  !important;
    }

.dk-speakout-odd {
    background: #fff6f2 !important;
    color: #e74936;
    }
    
.dk-speakout-even {
    background: #e74936 !important;
    color: #fff6f2;
    }
    
table.dk-speakout-signaturelist td {
    border:none;
    }
    
table.dk-speakout-signaturelist {
    border:none;
    
    }


/* Media Query: Not mobile */

@media only screen and (min-width: 768px) {
  .petition-sign-mobile-button{
      display:none;
      }
    
    .petition-overlay{
    z-index: -99;
}
}

/* Media Query: Mobile Only  */

@media only screen and (max-width: 767px) {
    a.dk-speakout-facebook{
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom: 12px;
    }
      
    a.dk-speakout-twitter{
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom: 8px;
    }

}