/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Please organise CSS properly in line with WordPress coding standards!!! 
*/

body {
	margin:0;font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	font-weight:  400 !important;
}

p { 
	margin:0;font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	font-weight:  400 !important;
}

/* Headings */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: "Montserrat", sans-serif;
}

h3, 
h4 {
	text-transform: none !important;
}

h3 {
	font-size: 20px !important;
	font-weight: 400 !important;
}

h4 {
	font-size: 16px !important;
	font-weight:  400 !important;
}

span.rdc-date {
	font-size: 12px !important;
	font-family: "Montserrat", sans-serif;
}

.post-meta {
	margin-top: 20px !important;
}
/* Form Stuff */

.gfield_checkbox {
	overflow:hidden;
}

.gfield_checkbox .gchoice {
	width:44%!important;
	float:left;
}

#rd-click,
.rdc-button {
	border: 1px solid #003399;
	width: 200px;
	text-align: center;
	background-color: #003399;
	color: #ffffff;
	padding: 10px 10px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}

#rd-click:hover,
.rdc-button:hover {
	background-color: #0066cc;
	color: #eeeeee;
}

.quote-form {
	display: none;
	padding-top: 20px;
}

.gf_readonly input, 
.gf_readonly textarea {
	color: #999 !important;
	border: 1px solid #999 !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding-left: 10px !important;
}

.gfield_chainedselect.vertical select {
	width:  100% !important;
}

.elementor-widget-icon-box .elementor-icon-box-title a {
	font-size: 12px !important;
}


/* Site Width Fix */
@media (min-width: 1200px) {
	.site-footer .footer-inner, 
	.site-footer:not(.dynamic-footer), 
	.site-header .header-inner, 
	.site-header:not(.dynamic-header), 
	body:not([class*=elementor-page-]) .site-main {
	    max-width: 1140px;
	}
}