/*!
Theme Name: Glen at Cooks Creek
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: glen-at-cooks-creek
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Glen at Cooks Creek is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: "Inter", sans-serif;
	font-size: 1em;

}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: "Inter", sans-serif;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: "Inter", sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Aleo", serif;
}

p {
	margin-bottom: 1.5em;
	font-family: "Inter", sans-serif;
	color: #222;
	font-size: 20px;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Inter", sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Inter", sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	font-family: "Inter", sans-serif;
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/





/* FOOTER ALERT */
#footer-contact-cta p { font-size: 20px;}
#footer-alert a { color: #fff; padding: 10px 20px; background-color: #718143; display: inline-block; text-transform: uppercase; font-size: 20px; margin-bottom: 20px; margin-top: 20px;}
#footer-alert a:hover {text-decoration: none; background-color: #203F2B; color: #fff !important;}

/* FOOTER CONTACT CTAS */
#footer-contact-cta { text-align: center; margin-bottom: 60px; vertical-align: middle;}

a#footer-contact-cta-tel,
a#footer-contact-cta-email { color:#203F2B; display: block; font-size: 20px; width: 100%; line-height: 1.2em; vertical-align: middle; margin-bottom: 10px;}
#footer-contact-cta a:hover {color:#718143; text-decoration: none;}
#footer-contact-cta .dashicons-smartphone:before,
#footer-contact-cta .dashicons-email-alt:before { padding-right: 10px; vertical-align: middle;}

#footer-contact-cta h2 { color:##203F2B; margin-top: 20px;}
/*
#footer-contact-cta h2 { position: relative;}
#footer-contact-cta h2:before {
    content: '';
    position: absolute;
    background-image: url(https://theglenatcookscreek.com/wp-content/themes/glen-at-cooks-creek/assets/img/yellow-line1.png);
    background-repeat: no-repeat;
    width: 400px;
    height: 9px;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0;
    background-size: contain;
}
*/

@media only screen and (max-width: 768px) { 
  #footer-contact-cta h2 { margin-left:40px; margin-right:40px;}  
}












/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation li {
    padding: 10px 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.wpcf7 form .wpcf7-response-output {
    color:#fff;
}

@media screen and (min-width: 769px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: 40px;
		align-items: center;
	}
}

.container{
	max-width: 1450px;
	margin: 0 auto;
}

header .header{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header{
	padding: 30px 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: top 0.3s ease;
	position: fixed;
    width: 100%;
    z-index: 100;
    background: white;
}

.site-header .site-branding img{
	width: 250px;
}

.site-header.sticky-header{
    padding: 15px 0;
}

.site-header.sticky-header .site-branding img{
	width: 200px;
}

.main-navigation a{
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: bold;
}

.menu-primary-menu-container ul li:last-child{
	background-color: #203F2B;
    padding: 7px 14px;
}

.menu-primary-menu-container ul li:last-child a{
	color: #fff;
}

.menu-primary-menu-container ul li:last-child:hover{
	color: #203F2B;
	background-color: #fff;
	border: 1px solid #203f2b;
}

.menu-primary-menu-container ul li:last-child:hover a{
	color: #203F2B;
}

section{
	position: relative;
}

h1{
	font-size: 90px;
}

h2{
	font-size: 75px;
}

h3{
	font-size: 40px;
}

h2{
	font-size: 34px;
}

.home-banner-section{
	text-align: center;
    color: #fff;
    text-transform: uppercase;
	padding-top: 100px;
}

.tree-circle-logo {
    position: absolute;
    right: 0;
    width: 730px;
    z-index: 99;
    opacity: 0.3;
    margin-top: 40px;
}

.home-banner {
    background-image: url('./assets/img/home-bk.png');	
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size:cover;
}

.home-banner-title{
	padding: 330px 15px 350px;
}

.home-banner h1{
	margin: 0;
	font-weight:600;
}

.banner-title{
	position: relative;
}

.overlay::before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
	background: #202023;
}

.new-sale-section{
	background: #203F2B;
}

.new-sale-section .title{
    margin: 0 auto;
    color: #fff;
    padding: 40px 0 0;
    text-align: center;
    font-weight: 600;
	text-transform: uppercase;
}

.sale-bk-section{
	background-image: url(./assets/img/new-sale-bk.png);
    background-repeat: no-repeat;
	background-size: contain;
    padding-top: 235px;
}

.sale-bk-section img{
	position: absolute;
	right: 11%;
    bottom: 20%;
}

.slide-section{
	text-align: center;
	padding: 30px 0;
}

.slick-arrow {
    display: none;
}

.slide-section::before,
.slide-section::after{
	position: absolute;
	content: '';
	background-repeat: no-repeat;
}

.slide-section::before{
	background-image: url('./assets/img/life-right-bk.png');
	width: 200px;
    height: 300px;
    right: 0;
    top: 100px;
	background-size: contain;
}

.slide-section::after{
	background-image: url('./assets/img/life-left-bk.png');
	width: 200px;
    height: 300px;
    left: 0px;
    bottom: 120px;
    background-size: contain;
}

.slide-section .slide-content p{
	color: #203F2B;	
	max-width: 980px;
    margin: 0 auto 25px;
}

.slide-section .slide-boxes {
    margin-top: 40px;
}

.slide-boxes img{
	padding: 20px;
}

.btn-green{
	background-color: #203F2B !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 25px !important;
    color: #fff !important;
	text-transform: uppercase;
}

.btn-green:hover{
	background-color: #fff !important;
	color: #203F2B !important;
	border: 1px solid #203F2B;
}

.btn-white{
	background-color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 35px !important;
    color: #203F2B !important;
	text-transform: uppercase;
}

.btn-white:hover{
	background-color: #203F2B !important;
	color: #fff !important;
	border: 1px solid #fff; 
}

.brook-section{
	background-image: url('./assets/img/overbrook-bk.png');		
	background-position: center top;
    background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	background-size:cover;
}

.brook-section .brook-title{
	padding: 437px 15px 63px;
	font-size: 75px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    color: #fff;
}

.contact-section {
    background: #203F2B;
	padding: 85px 0 80px;	
}

.contact-box{
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap:160px;
}

.contact-right-box h4,
.contact-left-box h4{
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 24px 0;
}

.contact-right-box p,
.contact-left-box p{
	color: #fff;
	margin: 0 0 16px;
	max-width: 530px;
}

.contact-box input[type="text"]{
	width: 100%;
}

.contact-box input[type="text"]:focus-visible,
.contact-box textarea:focus-visible{
	outline:none;
}

.contact-bk-section{
	background-image: url(./assets/img/contact-bk.png);
    background-repeat: no-repeat;

}

.life-section{
	text-align: center;
    padding: 80px 0 0px;
}

.life-section .icon-boxes{
    border-bottom:2px solid #203f2b;
    padding-bottom:20px;
}

.life-section::before,
.life-section::after{
	position: absolute;
	content: '';
	background-repeat: no-repeat;
}

.life-section::before{
	background-image: url('./assets/img/life-left-bk.png');
	width: 300px;
    height: 300px;
    right: 0;
    top: 100px;
	background-size: contain;
}

.life-section::after{
	background-image: url('./assets/img/life-right-bk.png');
	width: 300px;
    height: 308px;
    left: 0px;
    top: 25%;
	background-size: contain;
}

.life-section .banner-title{
	max-width: 630px;
	margin: 53px auto 0;
    color: #203F2B;
}

.life-section .content{
	color: #677176;
    max-width: 860px;
    margin: 0 auto;
    padding-top: 15px;
}

.life-section .icon-boxes {
    /*display: grid;*/
    grid-template-columns: repeat(5, 1fr);
    max-width: 1200px;
    margin: 52px auto 0;
}

.life-section .icon-box {
	max-width: 200px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.life-section .icon-box .icon {
    background-image: url('./assets/img/icon-bk.png');
	width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background-repeat: no-repeat;
	background-size: contain;
}

.life-section .icon-box .icon-title {
	margin: 24px 0 0;
    max-width: 208px;
}

.life-section .icon-box .icon img {
	width: 63px;
    height: 63px;
}

.life-section .icon-content{
    max-width: 750px;
    margin: 0 auto;
}

.life-section .icon-btn-row{
    margin: 0;
}

.font-weight-bold{
	font-weight: bold;
}

.why-overbook-section {
	padding: 40px 0 0;
}

.why-overbook-section h3{
	text-align: center;
    color: #203F2B;
    margin-bottom: 30px;
}

.why-overbook-section .why-content{
	display: flex;
    justify-content: space-evenly;
    margin-bottom: 23px;
    color: #677176;
}

.why-content ul li{
	font-size: 20px;
}

.why-content ul{
	margin-left: 0;
    padding-left: 20px;
}

.why-overbook-section .why-images{
	display: grid;
    gap: 20px;
    margin-bottom: 80px;
    grid-template-columns: 49% 1fr 1fr;
}

.why-overbook-section .why-images img{
	width: 100%;
    object-fit: cover;
	height: 100%;
}

.why-overbook-section .why-images .why-image1{
    grid-column: 1;
    grid-row: 1 / span 2;
}

.why-overbook-section .why-images .why-image2{
	grid-column: 2 / span 2;
}

.why-overbook-section .why-images .why-image3{
	grid-column: 2;
    grid-row: 2;
}

.why-overbook-section .why-images .why-image4{
	grid-column: 3;
    grid-row: 2;
}

.why-section-logo{
	text-align: center;
}

footer{
	background-color: #203F2B;
    text-align: center;
	padding: 80px 0;
}

footer .site-info{
	max-width: 1500px;
    margin: 0 auto;
}

footer .site-info .top-image{
	margin-bottom: 30px;
}

footer .site-info p{
	color: white;
	font-size: 14px;
	padding: 0 15px;
}

.page-template-template-thanks .footer-above-bk-section{
    display:none;
}

.page-template-template-thanks .new-sale-section{
    background:transparent;
}

.page-template-template-thanks .new-sale-section .title{
    color: #203f2b;
    padding: 40px 0;
    line-height:1.4;
}

@media only screen and (max-width: 1750px) {
	.sale-bk-section img {
		right: 15%;
        bottom: 30%;
        width: 300px;
	}
}

@media only screen and (max-width: 1600px) {

	.container{
		max-width: 1299px;
	}
	
	.tree-circle-logo{
	    margin-top:40px;
        width:500px;
	}

	.home-banner-title {
		padding: 230px 15px 250px;
	}

	.home-banner h1{
		font-size: 70px;
	}

	h3{
		font-size: 30px;
	}

	.brook-section .brook-title{
		font-size: 50px;
	}

	.site-header{
		padding: 20px 0;
	}

	p, 
	.why-content ul li{
		font-size: 18px;
	}

	.sale-bk-section img {
        right: 17%;
        bottom: 38%;
        width:210px;

}

@media only screen and (max-width:1400px) {
	.slide-section::before,
	.slide-section::after,
	.life-section::before,
	.life-section::after{
		display: none;
	}

	.sale-bk-section{
		padding-top: 175px;
		margin-top: -1px;
	}

	.footer-above-bk-section{
		margin-bottom: -1px;
	}

	.slide-section{
		padding: 20px 0 30px
	}

	.new-sale-section .title{
		padding: 30px 0 0;
	}
}


@media only screen and (max-width: 1200px) {
	p, 
	.why-content ul li{
		font-size: 16px;
	}
	
	.tree-circle-logo{
	    margin-top:40px;
        width:350px;
	}

	.main-navigation ul{
		gap: 30px;
	}

	.home-banner-title {
        padding: 170px 15px;
    }

	.home-banner h1 {
        font-size: 50px;
    }

	h3 {
        font-size: 25px;
    }

	.contact-box{
		gap: 40px;
	}

	.btn-yellow{
		font-size: 16px;
	}

	.sale-bk-section{
		display: none;
	}

	.new-sale-section .title{
		padding: 15px 0;
	}

	.brook-section .brook-title{
		padding: 170px 15px 50px;
		font-size: 35px;
	}

	.slide-section{
		padding: 50px 0 30px;
	}

	.btn-green{
		font-size: 16px;
	}
}

@media only screen and (max-width: 992px) {
	
	.main-navigation a{
		font-size: 16px;
	}
	
    .tree-circle-logo {
        margin-top: 30px;
        width: 300px;
    }

	.home-banner-section{
		padding-top: 80px;
	}

	.home-banner-title {
		padding: 150px 15px;
	}

	.slide-boxes img {
		padding: 10px;
	}

	.main-navigation ul {
        gap: 20px;
    }

	.site-header .site-branding img {
		width: 170px;
	}

	.main-navigation a {
        font-size: 14px;
    }

	.menu-primary-menu-container ul li:last-child{
		padding: 10px;
	}

	.contact-section{
		padding: 60px 0 30px;
	}

	footer{
		padding: 50px 0;
	}

	.life-section{
		padding: 50px 0 30px;
	}

	.why-overbook-section {
		padding: 20px 0 0;
	}
}

@media only screen and (max-width: 768px) {
    
    
	.main-navigation .menu-primary-menu-container{
		position: absolute;
		width: 100vw;
		background: white;
		right: -10px;
		margin: 25px 20px 0;
		padding: 0 15px 0;
	}
	
	.tree-circle-logo{
	    width:200px;
	}

	.main-navigation #primary-menu{
		padding: 15px 0 20px;
	}

	.menu-primary-menu-container ul li:last-child{
		background: none;
	}

	.menu-primary-menu-container ul li:last-child {
        padding: 10px 0 0;
    }

	.menu-primary-menu-container ul li:last-child a {
		color: #000;
	}

	.home-banner-title {
        padding: 100px 15px;
    }
	
	.home-banner h1{
		font-size: 40px;
	}

	.welcome-images {
		display: block;
		margin-top: 40px;
    }

	.welcome-images img{
		margin-bottom: 15px;
	}

	.contact-box{
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.contact-right-box h3,
	.contact-left-box h3{
		text-align: center;
		line-height: 1.3;
	}

	.contact-right-box p,
	.contact-left-box p{
		max-width: 100%;
	}

	.life-section .icon-boxes{
		grid-template-columns: repeat(2, 1fr);
	}

	footer{
		padding: 60px 0;
	}

	.brook-section .brook-title {
		padding: 90px 15px;
		font-size: 25px;
	}

	.life-section .icon-box{
		margin-bottom: 25px;
	}

	.why-overbook-section .why-content{
		display: block;
	}

	.why-content ul{
		margin-bottom: 0;
	}

	.why-overbook-section .why-images{
		gap: 5px;
	}

	.why-overbook-section .why-images{
		margin-bottom: 40px;
	}

	.why-section-logo img{
		width: 250px;
	}

	.contact-right-box h4,
	.contact-left-box h4{
		text-align: center;
	}
	
	#connect .contact-right-box p,
	#connect .contact-left-box p{
		text-align: center;
	}
	
	
}

@media only screen and (max-width: 576px) {
	.site-header .site-branding img{
		width: 120px;
	}
	
	.tree-circle-logo{
	    margin-top:10px;
	}

	.site-header.sticky-header .site-branding img{
		width: 120px;
	}

	.main-navigation .menu-primary-menu-container{
		margin: 19px 20px 0;
	}

	.home-banner-title{
		padding: 80px 15px;
	}
	
	.home-banner h1
	{
		font-size: 30px;
	}

	.welcome-section h3, 
	.life-section h3, 
	.why-glen-section h3{
		margin: 0 0 20px;
	}

	.welcome-section,
	.contact-section,
	.life-section, 
	.why-overbrook-section{
		padding: 40px 0;
	}

	.welcome-content {
        margin-bottom: 40px;
    }

	.btn-yellow{
		font-size: 14px;
		padding: 15px 20px !important;
	}

	.life-section .icon-boxes{
		display: block;
	}

	.life-section .icon-box,
	.life-section .icon-box .icon-title{
		max-width: 100%;
	}

	.why-overbook-section .why-images{
		display: block;
	}

	.why-images img{
		margin-bottom: 15px;
	}

	.why-section-logo{
		margin-bottom: 30px;
	}

	.life-section .icon-box .icon{
		width: 80px;
		height: 80px;
	}

	.life-section .icon-box .icon img {
		width: 45px;
		height: 45px;
	}
}



















