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

/* Elementor Global Variables */
/*
var(--e-global-color-primary); - Primary Color - Dark Blue
var(--e-global-color-secondary); - Secondary Color - Gold
var(--e-global-color-text); - Text Color - Dark Gray
var(--e-global-color-accent); - Accent Color
var(--e-global-color-9093639); - Black Color
var(--e-global-color-8d35d00); - White Color
var(--e-global-color-7c0ed64); - Header Background - Alternate Dark Blue
var(--e-global-color-912742b); - Footer Background - Alternate Dark Blue
var(--e-global-color-ee8d166); - Gray Background

var(--e-global-typography-primary-font-family); - Primary Font
var(--e-global-typography-primary-font-weight); - Primary Font Weight

var(--e-global-typography-secondary-font-family); - Secondary Font
var(--e-global-typography-secondary-font-weight); - Secondary Font Weight

var(--e-global-typography-text-font-family); - Text Font
var(--e-global-typography-text-font-weight); - Text Font Weight

var(--e-global-typography-accent-font-family); - Accent Font
var(--e-global-typography-accent-font-weight); - Accent Font Weight

Responsive Width 480px – 1280px | Base Font Size 16px
var(--e-global-typography-2d5fa3b-font-size); - XXLarge | 64px-56px | clamp(3.5rem, 3.2rem + 1vw, 4rem);
var(--e-global-typography-c346ec7-font-size); - XLarge | 56px-48px | clamp(3.5rem, 3.2rem + 1vw, 4rem);
var(--e-global-typography-a261f7b-font-size); - Large | 48px-40px | clamp(2.5rem, 2.2rem + 1vw, 3rem);
var(--e-global-typography-a888c67-font-size); - Large – Medium | 40px-32px | clamp(2rem, 1.7rem + 1vw, 2.5rem);
var(--e-global-typography-ec39cdc-font-size); -Medium | 32px-24px | clamp(1.5rem, 1.2rem + 1vw, 2rem);
var(--e-global-typography-c186dbb-font-size); - Medium – Small | 24px-16px | clamp(1rem, 0.7rem + 1vw, 1.5rem);
var(--e-global-typography-dd9dc49-font-size); - Small | 16px-14px | clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
var(--e-global-typography-9b28ad0-font-size); - X Small | 14px-12px | clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);

*/

* {
  box-sizing: border-box;
}

.fontweight600 :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 600;
}


/* Add your custom styles here */
body {
    border-left: 22px solid var(--e-global-color-secondary);
	
}

.window_brand-perfexion .btn-more .elementor-widget-container {background-color: var(--e-global-color-3ca94ba)!important;}
.window_brand-perfexion .btn-more .elementor-widget-container:hover {background-color: var(--e-global-color-410c6f6)!important;}

.window_brand-maxview .btn-more .elementor-widget-container {background-color: var(--e-global-color-77f4388)!important;}
.window_brand-maxview .btn-more .elementor-widget-container:hover {background-color: var(--e-global-color-410c6f6)!important;}


.related-products-vinyl-flex-loop-container .elementor-grid,
.windows-flex-loop-container .elementor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers all items */
    grid-column-gap: var(--grid-column-gap, 30px);
    grid-row-gap: var(--grid-row-gap, 30px);
    /*max-width: 1280px;*/
}

.related-products-vinyl-flex-loop-container .elementor-grid div[data-elementor-type="loop-item"],
.windows-flex-loop-container .elementor-grid div[data-elementor-type="loop-item"] {
    text-align: center;
    max-width: 280px; /* Deafult */
    flex-grow: unset;
    flex-basis: content;
}

/* windows-flex-family-loop - Window Line Pages */
.windows-flex-loop-container .windows-flex-family-loop .elementor-grid div[data-elementor-type="loop-item"] {
	max-width: 260px; /* Override */
}

/* windows-flex-line-loop - Windows Page */
.windows-flex-loop-container .windows-flex-line-loop .elementor-grid div[data-elementor-type="loop-item"] {
	/*min-width: 220px;*/
	/*max-width: calc(33% - 30px);*/
}


/* target only Gravity Forms swatches, after everything else */


body .gform_wrapper .gf-color-swatch {
display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
  border: 1px solid #ccc;
	position: relative;
    top: -1px;
}


.gform_wrapper .gfield_checkbox li {
  margin-bottom: 0.5em;
}

#field_5_51 {margin-bottom:-40px;}
#field_5_51 p {margin: 0 !important;}
#field_5_46 {margin-top:-10px; margin-bottom:-30px;}


@media (max-width: 1780px) {
	.windows-flex-loop-container .windows-flex-line-loop .elementor-grid div[data-elementor-type="loop-item"] {
	/*max-width: calc(33% - 30px);*/
	}
}

@media (max-width: 1640px) {
	.windows-flex-loop-container .windows-flex-line-loop .elementor-grid div[data-elementor-type="loop-item"] {
	/*max-width: calc(33% - 30px);*/
	}
}

@media (max-width: 1280px) {
	.windows-flex-loop-container .windows-flex-line-loop .elementor-grid div[data-elementor-type="loop-item"],
	.windows-flex-loop-container .windows-flex-family-loop .elementor-grid div[data-elementor-type="loop-item"] {
		max-width: 280px;
	}
}
@media (max-width: 1280px) {
	body {
    border-left: 18px solid var(--e-global-color-secondary);
}
}


@media (max-width: 1024px) {
	body {
    border-left: 14px solid var(--e-global-color-secondary);
}
}


@media (max-width: 768px) {
	body {
    border-left: 10px solid var(--e-global-color-secondary);
}
}
