/*
Theme Name: Stop Burma Now
Theme URI: http://totalwptheme.com
Description: Custom child theme based on Total theme by WP-Explorer.
Author: Shahraiz Tabassam
Author URI: http://www.shahraiz.com
Template: Total
Version: 1.0
*/

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

.petition-overlay{
    z-index: 1;
}

#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;
    }
    
.dk-speakout-petition-wrap h3 {
    background: #f3c979;
    color:black !important;
    font-family: 'Montserrat';
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    text-transform: capitalize;
    font-size: 1.50em;
    }
    
.dk-speakout-readme{
}

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

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

.dk-speakout-submit{
    background: #f3c979; 
    border: none;
    transition: 0.3s linear all;
    color: #000000;
}

.dk-speakout-submit:hover{
    background: #f2b543; 
    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: #f3c979;
    text-align: center;
    margin-bottom: 8px;
    }
    
    
span.vc_tta-panel-title {
    line-height:1.5  !important;
    }

.dk-speakout-odd {
    background: #272425 !important;
    }
    
.dk-speakout-even {
    background: #000000 !important;
    }
    
table.dk-speakout-signaturelist td {
    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;
    }
}