/* 
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 */

/* BEGIN CF7 STYLING */

.wpcf7-form-control-wrap {
    display: inline;
}

.wpcf7-form textarea, select, .wpcf7-form input[type="date"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="email"], .wpcf7-form input[type="month"], .wpcf7-form input[type="number"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="text"], .wpcf7-form input[type="time"], .wpcf7-form input[type="url"], .wpcf7-form input[type="week"], .ui--select-wrapper {
	border-width: 2px;
	background-color: #fff8d0;
    margin-bottom: 0px !important; /* (ADJUST SPACING BETWEEN FIELDS) */
	padding-top: 6px;
    padding-bottom: 6px;
	border-color: #192f6d; /* (ADJUST BORDER COLOR OF FIELDS) */
	border-radius: 0px;
}

.wpcf7-select {
    background: #fff8d0;  /* (ADJUST BACKGROUND COLOR OF SELECT FIELDS) */
}

.wpcf7-form-control-wrap input:not([type="radio"]):not([type="checkbox"]),
.wpcf7-form-control-wrap textarea {
	width: 100%;
}

/* Form 1/2 */
.form_1_2 {
	width: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 790px) {
	.form_1_2 {
		width: 47%;
		float: left;
		margin-right: 6%;
	}
}

.form_1_2 input:not([type="radio"]):not([type="checkbox"]), .form_1_2 select {
	width: 100%;
}

.form_1_2.last {
	float: left;
	clear: right;
	margin-right: 0;
	margin-bottom: 0;
}

/* Form 1/3 */
.form_1_3 {
	width: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 25px;
}

@media screen and (min-width: 790px) {
	.form_1_3 {
		width: 30%;
		float: left;
		margin-right: 5%;
	}
}

.form_1_3 input:not([type="radio"]):not([type="checkbox"]), .form_1_3 select {
	width: 100%;
}

.form_1_3.last {
	float: left;
	clear: right;
	margin-right: 0;
	margin-bottom: 25px;
}

/* (PLACEHOLDER COLOR) */

::-webkit-input-placeholder { /* WebKit browsers */
color: #888 !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #888 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #888 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #888 !important;
opacity: 1;
}
/* (END PLACEHOLDER COLOR) */



/* (VALIDATION STYLING) */

span.wpcf7-not-valid-tip {
    position: inherit !important;
	  font-size: .7em!important;
}

span.wpcf7-not-valid-tip {
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-top: 3px!important;
	display: inline-block;
	color: #FF9600; /* Error Text Color */
}

input.wpcf7-not-valid {
	border-color: #F00;  
}

div.wpcf7-response-output {
	margin-left: 0;
	padding: 15px 20px;
	background: #f8f9f9;
	display: inline-block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #fb1930;
}

/* (END VALIDATION STYLING) */

.clear, .container, .gallery {
    zoom: 1;
}

.clear:before, .container:before, .gallery:before, .clear:after, .container:after, .gallery:after {
    display: table;
    content: "";
}

.clear:after, .container:after, .gallery:after {
    clear: both;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0;
    line-height: normal;
}

/* === SUBMIT BUTTON STYLING === */
html .cf7-submit {
	padding: 9px !important;
	background: #EB1919 !important;
	color: #FFF !important;
	font-weight:700;
	border: 1px solid #ffffff;
}

html .cf7-submit:hover {
	background: #FF9600 !important;
	color: #fff !important;
}

.cf7-submit.disabled {
	 background-color: #ccc !important;
}
/* === END SUBMIT BUTTON STYLING === */




/* === HEADINGS AND TEXT STYLING === */
.contact-headings {
    font-size: 16px;
    font-weight: bold;
    color: #FFF!important;
    background-color: #450017;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    display: block;
    text-shadow: 2px 2px 3px #000000;
    text-transform: uppercase;
}

.contact-red {
    color: red !important;
    font-size: 12px;
    line-height: 2px;
    padding-left: 0;
    letter-spacing: 1.5px;
	  padding-bottom: 20px;
	  padding-top: 14px;
    text-transform: uppercase;
}

.contact-small {
    font-size: 13px;
    color: #000;
}

.recaptcha-notice {
    font-size: 11px;
    color: #5c5c5c;
}

.wpcf7-form p {
	margin-bottom: 10px;
}

wpcf7-submit {
	margin-bottom: 0;
		padding-top: 3px;
    padding-bottom: 3px;;
}

.cf7label {
	display:none;
	visibility:none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #fb1930;
    margin-top: -6px;
}

/* === END HEADINGS AND TEXT STYLING === */

/* ==== END CF7 STYLING ==== */


/* FOOTER LINK COLOR */

#footerlinks a {
    color: #bfbfbf;
}

#footerlinks a:hover {
    color: #fff;
}

/* END FOOTER LINK COLOR */

/* WP CUSTOMER REVIEWS STYLING */

div.wpcr3_review_item div.wpcr3_item_name { /* Company Name */
  font-size: 1.2em;
  font-weight: 700;
}

div.wpcr3_aggregateRating { /* Number of Reviews */
    font-size: 1em;
	color: red;
}

.wpcr3_button_1 { /* Create Review Button */
  border: 2px solid;
  border-color: #000;
  background: linear-gradient(to bottom, #071625 0%, #132d4b 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 18px 7px;
  margin-bottom: 15px;
}

.wpcr3_button_1:hover { /* Create Review Button Hover */
  border: 2px solid;
  border-color: #000;
  background: linear-gradient(to bottom, #132d4b 0%, #071625 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.wpcr3_caps { /* reviewer name */
    font-weight: 700;
}

.wpcr3_admin_response {  /* response */
    margin-left: 30px;
    color: #1e3a8a;
    font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

@media screen and (max-width: 760px) { /* Reduce text area size on mobile */
	.wpcr3_respond_2 textarea {
    min-width: 380px;
	}}

/* END WP CUSTOMER REVIEWS STYLING */


/* MISC. */

.parentmenu { /* Change cursor on parent menu item */
	cursor: help;
}