/*
Theme Name: Valorous Circle's Hello Elementor Child
Theme URI: https://valorouswebdesign.com
Template: hello-elementor
Author: Valorous Circle LLC
Author URI: https://valorouswebdesign.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.0.1565622455
Updated: 2019-08-12 11:07:35

*/

/* Buttons */
a.vc-cta-custom-btn.elementor-button {
    font-family: var( --e-global-typography-20b8079-font-family ), Sans-serif;
    font-size: var( --e-global-typography-20b8079-font-size );
    font-weight: var( --e-global-typography-20b8079-font-weight );
    text-transform: var( --e-global-typography-20b8079-text-transform );
    line-height: var( --e-global-typography-20b8079-line-height );
    letter-spacing: var( --e-global-typography-20b8079-letter-spacing );
    color: var( --e-global-color-text );
    background-color: white;
    border: 2px solid var( --e-global-color-40c95cf );
}

a.vc-cta-custom-btn.elementor-button:first-of-type {
    margin-top: 15px;
    margin-bottom: 5px;
}

a.vc-cta-custom-btn.elementor-button:hover, a.vc-cta-custom-btn.elementor-button:focus {
    background-color: white;
    color: var( --e-global-color-fa4de68 );
    border-color: var( --e-global-color-fa4de68 );
}
/* END Buttons */


/* Google Policy */
.vc-GFGooglePolicy {
	font-size: 12px;
	line-height: 1.3;
}
/* END Google Policy */



/* Gravity Forms */
/** footer form **/
.vc-formFooter .gform_wrapper.gravity-theme .gform_footer {
	padding: 0px;
}

.vc-formFooter .gform_wrapper.gravity-theme #field_submit .gform-button--width-full {
	height: 52px;
}
/* END Gravity Forms */



/* Password Protected Page */
form.post-password-form {
	display: block;
	align-items: center;
	text-align: center;
	margin: 40px 25px;
}

form.post-password-form p:nth-of-type(1) {
	font-weight: 500;
	color: #000;
	padding-bottom: 20px;
	line-height: 1.3;
}

form.post-password-form input {
	margin-bottom: 12px;
}

form.post-password-form [type=submit] {
	border-color: #4CAF50;
	background-color: #4CAF50;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

form.post-password-form [type=submit]:hover {
	background-color: #46a049;
	border-color: #46a049;
}

form.post-password-form label {
	padding-bottom: 5px;
}
/* END Password Protected Page */




/* Fix Elementor Icon List Alignment */
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    align-items: start !important;
}

.elementor-widget .elementor-icon-list-icon {
    margin-top: 3px;
}
/* END Fix Elementor Icon List Alignment */



/* Header Nav */
#vc-header.elementor-sticky--effects #vc-logo img {
    transition: all .3s ease-in-out;
}

#vc-header.elementor-sticky--effects #vc-logo img {
    width: 80px;
}

@media (max-width: 767px) {
	#vc-header.elementor-sticky--effects #vc-logo img {
		width: 60px;
	}
}

@media (min-width: 1025px) {
	#vc-header .vc-hideOnDesktop {
		display: none;
	}
}

.elementor-location-header a, .elementor-location-footer a, a.elementor-button-link {
	text-decoration: none !important;
}
/* END Header Nav */



/* Background Blur */
@media (min-width: 768px) {
	.vc-frosted {
		backdrop-filter: blur(3px) grayscale(20%);
		-webkit-backdrop-filter: blur(3px) grayscale(20%);
	}
}
/* END Background Blur */



/* Hero */
#vc-hero {
    background-color: #233344;
}
/* hero subtitle */
.vc-subtitle {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
/* END Hero */



/* CTA Widgets*/
/** certifications and accredations **/
#vc-certifications .elementor-cta__bg, .vc-certifications .elementor-cta__bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
}

/** homeowners/business background image fix **/
.vc-cta-background .elementor-widget-container .elementor-cta__bg-wrapper .elementor-bg {
    margin-left: 0px;
}

@media(max-width:1024px){
	#vc-certifications .elementor-cta__bg, .vc-certifications .elementor-bg {
		margin-left: 25px;
	}
}
#vc-cert .elementor-cta__bg, .vc-certifications .elementor-cta__bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
}
@media(max-width:767px){
	#vc-cert .elementor-cta__bg, .vc-certifications .elementor-bg {
		margin-left: 50px;
	}
}
/* END CTA Widgets */




/* Subpage Breadcrumbs */
#vc-subpage-breadcrumbs {
	display: none;
}

.page-child #vc-subpage-breadcrumbs {
	display: block;
}
/* END Subpage Breadcrumbs */



/* Single Post */
#vc-post-content h1, #vc-post-content h2, #vc-post-content h3, #vc-post-content h4, #vc-post-content h5, #vc-post-content h6 {
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

#vc-post-content h2 {
	font-size: 2.2rem;
}

#vc-post-content h3 {
	font-size: 1.7rem;
}

#vc-post-content h4 {
	font-size: 1.4rem;
}

#vc-post-content h5 {
	font-size: 1.2rem;
}

#vc-post-content h6 {
	font-size: 1rem;
}

#vc-post-content a {
	text-decoration: underline;
}
/* END Single Post */

/* locations page, locations sub pages, free quote page, contact page */
.page-id-2643 .elementor-404 .elementor-element.elementor-element-78a8c2f > .elementor-container, .page-id-1592 .elementor-404 .elementor-element.elementor-element-78a8c2f > .elementor-container, .page-id-113 .elementor-404 .elementor-element.elementor-element-78a8c2f > .elementor-container, .parent-pageid-2643 .elementor-404 .elementor-element.elementor-element-78a8c2f > .elementor-container {
	min-height: 375px!important;
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	text-align: left;
}


/* The Summit Point Way Graphic */
.vc-icon-box-after-title {
    text-transform: none;
    font-size: 0.7em;
    font-weight: 400;
}

.vc-icon-box-graphic .elementor-icon-box-title {
    border-bottom: 1px solid var( --e-global-color-40c95cf );
    padding: 6px 0px;
}

.vc-icon-box-graphic .elementor-icon-box-icon {
    margin-top: 15px;
}

/* END The Summit Point Way Graphic */
