/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2019 | 10:18:59 */
/* ### CALDERA FORMS ### */ 
/* Documentation https://calderaforms.com/tag/css/ */

.caldera-grid {
    background: #eeeeee;
    padding: 15px 0 15px 15px;
    box-shadow: 0 6px 18px -6px rgba(0,0,0,0.3);
}

.cf-page-btn-next, .caldera-grid input[type=submit] {
    float:right;
}

.caldera-grid input[type=submit] {
    background:#00ab4e;
  	color:white;
    border:1px solid #5ebc61;
}

.caldera-grid input[type=submit]:hover {
    background:#5ebc61;
  	color:white;
    border:1px solid #5ebc61;
}

.caldera-grid .help-block {
    color: inherit;
    font-size: 0.8em;
    font-style: italic;
}

.caldera-custom-header {
    font-size: 1.2em;
    font-weight:bold;
	margin-top:1.5em;
	margin-bottom:0.5em;
}

.caldera-custom-description {
    font-size: 0.8em;
    font-style: italic;
	margin-bottom:0.5em;
}



.caldera-no-top-margin {
    margin-top:0;
  }

@media all and (max-width: 767px) {
    .last_col .caldera-no-top-margin {
	margin-top:1.5em;
  }
}

.caldera-grid .alert-success {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}