/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Common CSS */

.z-index {
	position: relative;
	z-index: 9;
}

.text-justify p {
	text-align: justify;
}

.gform_wrapper .gfield.show_label .gfield_label {
	display: block !important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    border: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
/* 	color: #ff0000 !important; */
	color: #ff9292 !important;
}

.ui-datepicker-month, .ui-datepicker-year, .ui-datepicker-calendar span, .ui-datepicker-calendar a {
    font-size: 13px !important;
}

.gform_wrapper .gfield.gfield_error {
    background-color: transparent !important;
}

/* Newsletter page CSS */

.reverse-icon .uabb-back .uabb-flip-box-section.uabb-flip-box-section-vertical-middle {
    display: flex;
    justify-content: center;
    flex-flow: column;
    flex-direction: column-reverse;
}
	