/******************************************************************
Theme Name: Window World Breeze Child
Theme URI: https://www.trimarkdigital.com
Template: ww-breeze
Description: This template was built for Window World by TriMark Digital.
Author: TriMark Digital
Author URI: https://www.trimarkdigital.com
*/

/* Temporary Phone Number updates before adding to core Breeze */

@media screen and (min-width: 960px) {
    .header .quick-nav .menu > .menu-item > a {
        text-transform: none;
    }
    .header .location-info .location {
        display: none;
    }
    .header .location-info .phone,
    .header .location-info .phone:hover {
        display: block;
        background: url('library/svg/icon-phone-green.svg') left 2px/auto 90% no-repeat;
        padding-left: 20px;
    }
}

@media (min-width: 960px) and (max-width: 1059px) {
    .header .logo-nav {
        padding-right: 20px;
    }
    .header .quick-nav {
        padding-left: 5px;
    }
    .header .quick-nav .menu > .menu-item > a {
        padding: 0 10px;
    }
}

@media screen and (min-width: 640px){
.block-product-grid .large-blocks.even-columns li:nth-child(even) {
    margin-left: 0px!important;
}
}



/* HEADER  >  PRODUCT LOGOS */
.header .location-info .info:before { display: none !important; } /* disable legacy styles from Sass */
.header .location-info:after { display: none !important; } /* disable legacy styles from Sass */
.header .product-logo {
	display: none;
	height: 18px;
	width: 180px;
	background-image: url('library/img/logo-get-windows3.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
body.page-id-39 .header .product-logo {
	height: 17px;
	background-image: url('library/svg/logo-get-doors.svg');
}
body.page-id-10886 .header .product-logo {
	height: 17px;
	background-image: url('library/svg/logo-get-siding.svg');
}
@media screen and (max-width: 959px) {
	.header .product-logo {
		order: -1;
		display: block;
		margin: 10px 0 15px 0;
	}
}
@media screen and (min-width: 1280px) {
	.header .header-wrapper {
		max-width: 1400px;
	}
	.header .logo-nav {
		padding-right: 30px;
	}
	.header .quick-nav {
		padding-left: 10px;
	}
	.header #menu-main-menu-1 > li > a {
		font-size: 15px;
		padding: 0 15px;
	}
	.header .location-info .phone {
		font-size: 16px;
	}
}
@media screen and (min-width: 1440px) {
	.header .product-logo {
		display: block;
		width: 170px;
		margin-left: 25px;
	}
}



/* FORMS */
.form-general #datetime {
	font-size: 14px;
}
.date-disclaimer {
	font-size: 14px !important;
}
.form-general .form-check-group-inline {
	flex-wrap: nowrap;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}
.form-general .form-check-group-inline .checker {
	padding-right: 10px;
}
.form-general .form-check-group-inline .checker span {
	background: white;
	border: 1px solid #cecece;
}
.form-general .form-check-group-inline .checker span:after {
	background: url('library/svg/icon-checkmark-gray.svg') center/contain no-repeat;
}
.form-general .form-check-group-inline label {
	cursor: pointer;
	font-size: 12px;
	line-height: 1.3;
}

/*Fixing the background-gap for inner pages */
section#main section:last-of-type{
    margin-bottom: -200px!important;
    padding-bottom: 300px;
}
.landing-pages-template-default section#main section:last-of-type {
	margin-bottom: 0 !important;
	padding-bottom: 70px;
  }