/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*gravity forms*/
.calc_area > .gfield_label.gform-field-label{
    display: none !important;
}
.calc_cost > .gfield_label.gform-field-label{
    display: none !important;
}
.calc_weight > .gfield_label.gform-field-label{
    display: none !important;
}
.calc_area > .ginput_container.ginput_container_number > input#input_1_6.medium.gform-text-input-reset{
    font-size:1.5em !important;
}
.calc_cost > .ginput_container.ginput_container_number > input#input_1_7.large.gform-text-input-reset{
    font-size:1.5em !important;
}
.calc_weight > .ginput_container.ginput_container_number > input#input_1_13.medium.gform-text-input-reset{
    font-size:1.5em !important;
}
h3.calc_form_headings{
	font-family: "Playfair Display", Sans-serif;
	font-weight: 500;
}
h3.calc_heading{
	font-family: "Playfair Display", Sans-serif;
	font-size: 1.3em;
	line-height: 0;
	margin-block-end: 0;
	margin-block-start:0;
}

span.calc_results{
    color: white;
	font-size: 1.2rem;
	margin:0;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	background-color: #1C3759;
    }

div#field_1_6 .ginput_container input {
  margin-top: 0;
}
div#field_1_6 .ginput_container:after {
  content: "Sq. Ft";
  font-size: 14px;
  color: black; 
  margin-left: -5px;
}
div#field_1_13 .ginput_container input {
  margin-top: 0;
}
div#field_1_13 .ginput_container:after {
  content: "Lbs";
  font-size: 14px;
  color: black; 
  margin-left: -5px;
}

/* Blog post accordion styles*/
button.accordion-item__toggle:hover,button.accordion-item__toggle,button.accordion-item__toggle:focus{
    font-family: "playfair display", serif;
    background-color: transparent;
    border: none;
    color: #1C3759;
	text-transform: none;
}