/* Custom CSS for Hope Spaces - Prayer Wall

*/



/* Toolset form */
.cred-form {
    display: none;
}

.cred-form label {
    font-family: 'Gotham Cond';
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.cred-form input[type="submit"].prayer-submit {
    display: none;
    float: right;
    font-family: 'Gotham Cond';
    color: #FFF;
    background-color: #158276;
    border-radius: 0px 0px 0px 0px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
	margin: 0;
}

.cred-form .form-group {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.cred-form .form-group:nth-child(2n) {
    width: 50%;
    margin-right: 0%;
}

.cred-form label {
    color: #FFF !important;
    margin-bottom: 10px;
    display: block;
}

.cred-form input[type="text"] {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.cred-form textarea {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    display: block;
}

.cred-form textarea.pw-error {
    border: 1px solid red !important;
}

.cred-form .alert-success {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    padding-bottom: 10px;
}

.posted_message {
    float: right;
    padding-bottom: 30px;
    color: #FFF;
}

#prayer_add {
    display: none;
    float: right;
    margin-top: -30px;
    font-family: 'Gotham Cond';
    font-weight: 500;
    color: #FFF;
    background-color: #41d1c5;
    border-radius: 0px 0px 0px 0px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0px;
    border: none;
	margin: 0;
}

#prayer_redraw {
    display: none;
    float: left;
    margin-top: -30px;
}

#add-error {
    display: none;
    float: right;
    clear: right;
    margin-top: 10px;
    color: red;
}

#prayerCount {
    display: none;
    font-family: 'Gotham Cond';
    color: #FFF;
    clear: both;
    padding-top: 30px;
    text-align: center;
    font-size: 26px;
}


#prayerCount span {
    font-weight: bold;
}


/* Prayer Wall */
#prayerwall {
    background: #000 url('../js/assets/images/pw-loading-trans.gif') center center no-repeat; 
    border: 1px solid #ccc;
}

#prayerwall .pw-zoom-controls {
    top: auto;
    left: auto;
    bottom: 10px !important;
    right: 10px !important;
}

#prayerError {
    width: 240px;
    text-align: center;
    position: absolute;
    left: 50%;
    left: calc(50% - 120px);
    top: 40%;
    top: calc(30% - 80px);
    z-index: 1000;
    background-color: #FFF;
    padding: 20px 20px 10px 20px;
}

#prayerwall .pw-icon {
    /*transition: width 0.2s !important;
    transition: height 0.2s !important; */
}

.leaflet { 
    /* height: 1000px; width: 1500px; */ 
    /* height: 500px;  width: 750px;   */
    max-width: 1500px;
    margin: 20px auto;
}

.leaflet input {
    clear: left;
    margin-bottom: 20px;
    display: block;
    width: 300px;
    background-color: #e1e1e1;
    border: 1px solid #e4e4e4;
    color: #353535;
    padding: 10px;
}

.leaflet input[type="button"] {
    background-color:rgb(44, 4, 54);
    color: #FFF;
    width: 323px;
}

.leaflet textarea {
    clear: left;
    margin-bottom: 10px;
    display: block;
    width: 300px;
    background-color: #e1e1e1;
    border: 1px solid #e4e4e4;
    color: #353535;
    padding: 10px;
}

.leaflet-container {
    font-family: "Montserrat", Sans-serif !important;
    font-size: 14px;
}

.leaflet-container .leaflet-control-attribution {
    display: none !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 0px !important;
    padding: 15px 0px;
}

.leaflet-popup-content-wrapper .popupBtn {
    font-family:  "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #41d1c5;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 0px 0px 0px 0px !important;
    display: block !important;
    margin: 15px auto 0px auto !important;
    width: 180px;
    text-align: center;
}



@media only screen and (min-width: 1100px) {
    #prayerwall {
        min-height: 740px;
    }
}

@media only screen and (max-width: 1100px) {
    #prayerwall {
        min-height: 600px;
    }
}

@media only screen and (max-width: 900px) {
    #prayerwall {
        min-height: 500px;
    }
}

@media only screen and (max-width: 768px) {
    #prayerwall {
        min-height: 300px;
    }
}

@media only screen and (max-width: 450px) {
    #prayerwall {
        min-height: 233px;
    }


    .cred-form .form-group {
        width: 100% !important;
        float: none !important;
        margin-right: 0% !important;
    }

}

@media only screen and (max-width: 350px) {
    #prayerwall {
        min-height: 233px;
    }
}



