/* @override 
	https://www.cfthprocessing.com/wp-content/themes/dt-the7-child/style.css?* */

/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.calc-estimate .gfield_label, .calc-estimate .ginput_container_number .gform-text-input-reset {
	font-weight:bold !important;
font-size:24px !important;
color:red !important;}
.calc-estimate .gfield_label {
	padding-top: 15px !important;
}
.calc-estimate .ginput_container_number .gform-text-input-reset {
	background-color: rgba(255, 255, 255, 0.52) !important;
}
.content .ec-cmp-content ul {
	margin: 0px !important;
}
.gsection_title {
	text-align: center !important;
	font-size: 36px !important;
	margin-top: 30px !important;
}

.processing-desc ul {
	text-align: center;
	padding: 15px;
	color: #000000;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid white;
	  border-radius: 15px;
	margin-left: 0;
}
.terms ul {
	text-align: left;
	padding: 20px 15px 15px;
	color: #000000;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.2);
	border: 2px solid #f31515;
	border-radius: 15px;
	margin-left: 0;
}
.terms li {
	  list-style-type: disc;
	  margin-left: 30px;
	  padding-bottom: 5px;
	  font-size: 16px;
}

/* Buttonize Radio & Checkbox Fields */
 .gform_wrapper .gfield.buttonized .gfield_radio .gchoice,
 .gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice {
    position: relative;
    text-align: center;
 }
 .gform_wrapper .gfield.buttonized input[type="radio"],
 .gform_wrapper .gfield.buttonized input[type="checkbox"] {
    position: absolute;
    left: -9999px;
 }
 .gform_wrapper .gfield.buttonized .gfield_radio label,
 .gform_wrapper .gfield.buttonized .gfield_checkbox label {
    display: block !important;
    position: relative;
    max-width: 100%;
    padding: 1em;
    border: 2px solid #3f3f3f;
    background-color: #f6c799;
	border-radius: 5px;
    cursor: pointer;
 }
 .gform_wrapper .gfield.buttonized input[type="radio"]:focus+label,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:focus+label {
    border-color: #040404;
 }
 .gform_wrapper .gfield.buttonized input[type="radio"]:checked+label,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label {
    border-color: #040404;
    background-color: #b6efc2;
    overflow: hidden;
 }
 .gform_wrapper .gfield.buttonized input[type="radio"]:checked+label::before,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label::before {
    content: '';
    display: block;
    position: absolute;
    top: -.75em;
    right: -.75em;
    left: auto;
    width: 1.5em;
    height: 1.5em;
    background-color: #e1b653;
    border-radius: 0;
    border: 0;
    transform: rotate(45deg);
 }
 .gform_wrapper .gfield.buttonized .gfield_radio label::before,
 .gform_wrapper .gfield.buttonized .gfield_checkbox label::before {
    display: none;
 }
/* Layout Buttonized Inputs As Grid */
 .gform_wrapper .gfield.buttonized .gfield_radio,
 .gform_wrapper .gfield.buttonized .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
 	grid-gap: .5em 1em;
 }