/*!
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.
a:focus {
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: monospace, monospace;
	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: monospace, monospace;
	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: inherit;
	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: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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

span{
    font-family: "Montserrat", sans-serif;
    font-size:16px;
    color:#777777;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: "Montserrat", 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: "Montserrat", 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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
}

@media screen and (min-width: 769px) {

	.menu-toggle {
		display: none;
	}

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

}

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

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

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

.site-header{
	padding: 20px 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: 180px;
}

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

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

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

.menu-primary-menu-container ul li:last-child{
	background-color: #D6B740;
    padding: 7px 20px;
}

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

.menu-primary-menu-container ul li:last-child:hover{
	color: #D6B740;
	background-color: #283474;
}

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

section{
	position: relative;
}

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

.home-banner {
    background-image: url('./assets/img/bridgewater-va-town-building.webp');	
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.home-banner-title{
	padding: 260px 0;
}

.home-banner p{
    color:#fff;
}

.home-banner .first-title{
	font-size: 80px;
	margin: 0;
	font-weight: 400;
	line-height: 40px;
	font-family: "Kumbh Sans", sans-serif;
}

.home-banner .second-title{
	font-size: 140px;
	margin: 0;
	font-weight:bold;
}


.thank-banner h2{
    line-height:1.1;
}

.banner-title{
	position: relative;
}

.banner-title::before,
.banner-title::after{
	content: '';
	position: absolute;
	background-image: url('./assets/img/yellow-line.png');
	background-repeat: no-repeat;
	width: 500px;
    height: 9px;
	transform: translate(-50%, -50%);	
	background-size: contain;
}

.banner-title::before{
	top: 29%;
}

.thank-banner .banner-title::before, 
.thank-banner .banner-title::after{
    transform: translate(-50%, 50%);
}

.thank-banner .banner-title::before{
	top: 34%;
}

.banner-sub-title{
	background-color: #283474;
	padding: 40px 0;	
    color: white;
    text-align:center;
}

.banner-sub-title h1{
	max-width: 1500px;
	margin: 0 auto;
	line-height: 1.2;
    font-weight: 600 !important;
	padding: 0 15px;
	font-size: 50px;
}

h3{
	font-size: 50px;
}

.welcome-section{
	text-align: center;
	padding: 95px 0 100px;
}

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

.welcome-section::before{
	background-image: url('./assets/img/glen-circle-right.png');
	width: 130px;
    height: 454px;
    right: 0;
    top: 100px;
	background-size: contain;
}

.welcome-section::after{
	background-image: url('./assets/img/glen-left.png');
	width: 151px;
    height: 302px;
    left: 0px;
    bottom: 120px;
    background-size: contain;
}

.welcome-section h3,
.life-section h3,
.why-glen-section h3{
	color: #283474;
	position: relative;
    padding-bottom: 25px;
	margin: 0 0 40px;
	text-transform: uppercase;
	font-weight:bold;
}

.welcome-section p{
	color: #000;	
}

.banner-below-title::before{
	content: '';
	position: absolute;
	background-image: url('./assets/img/yellow-line1.png');
	background-repeat: no-repeat;
	width: 400px;
    height: 9px;
	transform: translate(-50%, -50%);	
	left: 50%;
	bottom: 0;
	background-size: contain;
}

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

.welcome-images {
    margin-top: 80px;
}

.welcome-images img{
    padding:15px;
}

.welcome-disclaimer{
    text-align: left;
    padding-left: 35px;
    margin-top: -25px;
}

.slick-arrow{
    display:none;
}

.btn-yellow{
	background-color: #D6B740 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 35px !important;
    color: #283474 !important;
	text-transform: uppercase;
}

.btn-yellow:hover{
	background-color: #283474 !important;
	color: #D6B740 !important;
}

.happiness-section{
	background-image: url('./assets/img/family-eating-picnic-table-fall.webp');		
	background-position: center;
    background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}

.happiness-section .banner-title:before{
	top: 29%;
}

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

.happiness-section .happiness-title{
	padding: 230px 0;
    position: relative;
}

.happiness-section .happiness-title .first-title{
    font-size: 70px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    line-height: 25px;
    font-family: "Kumbh Sans", sans-serif;
    color:#fff;
}

.happiness-section .happiness-title .second-title{
	font-size: 120px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
	line-height: 1.3;
	color:#fff;
}

.happiness-section .banner-title::after{
	
}

.contact-section {
    background: #283474;
	padding: 95px 0 80px;
}

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

.contact-left-box h3{
    color: #D6B740;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 24px 0;
}

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

.contact-right-box h3{
    color: #D6B740;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 24px 0;
}

.contact-right-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;
}

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

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

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

.life-section::after{
	background-image: url('./assets/img/never-boring-left.png');
	width: 170px;
    height: 438px;
    left: 0px;
    bottom: 100px;
	background-size: contain;
}

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

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

.life-section .icon-box .icon {
    background: #D6B740;
    width: 77px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

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

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

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

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

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

.why-glen-section {
    background: #FFF7D9;
	padding: 95px 0 100px;
}

.why-glen-section h3{
	text-align: center;
}

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

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

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

.why-glen-section .why-images{
	width: 100%;
    display: grid;
    gap: 30px;
    margin-bottom: 80px;
    grid-template-columns: 58% 39%
}

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

.why-glen-section .why-right-image{
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    grid-column: 2;
}

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

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

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

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

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

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #d6b740 !important;
    color: #fff;
    margin: 0;
}

.thank-you-section .title{
    padding: 40px 15px;
    color: #283474;
    text-align: center;
}

.wpcf7-email{
    width:100%;
}

.wpcf7 form .wpcf7-response-output{
    color:red;
}

@media only screen and (max-width: 1750px) {
	.welcome-section::before,
	.welcome-section::after,
	.life-section::before,
	.life-section::after{
		width: 120px;
	}

	.life-section::after{
		bottom: 0;
	}
}

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

	.container{
		max-width: 1199px;
	}
	
	.tree-circle-logo{
	    width:650px;
	}

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

	.banner-title::before {
		top: 32%;
	}
	
	.thank-banner .banner-title::before {
        top: 37%;
    }

	.happiness-section .banner-title:before{
		top: 31%;
	}

	.banner-title::before, 
	.banner-title::after{
		width: 400px;
	}

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

	.home-banner .first-title{
		font-size: 60px;
	}

	.home-banner .second-title{
		font-size: 110px;
	}

	.banner-sub-title h1{
		max-width: 1199px;
		margin: 0 auto;
	}
	
	.banner-sub-title h1{
	    font-size:40px;
    }

	h3{
		font-size: 40px;
	}

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

	.happiness-section .happiness-title .second-title{
		font-size: 100px;
	}

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

	.contact-box{
		gap: 100px;
	}

	.welcome-section{
		padding: 75px 0 80px;
	}

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

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

	.life-section,
	.why-glen-section{
		padding: 75px 0;
	}
}

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

}


@media only screen and (max-width: 1200px) {
	p, 
	.why-content ul li{
		font-size: 16px;
	}

	.main-navigation ul{
		gap: 30px;
	}
	
	.banner-sub-title{
	    padding:30px 0;
	}
	
	.banner-sub-title h1{
	    font-size:35px;
	}

	h3{
		font-size: 35px;
	}

	.contact-box{
		gap: 40px;
	}

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

	.why-glen-section .why-images,
	.why-glen-section .why-right-image{
		gap: 20px;
	}
	
	.why-glen-section .why-content{
	    display:block;
	}
	
	.why-glen-section .why-content ul{
	    margin-bottom:0;
	}
	
	.welcome-disclaimer{
	    font-size:14px;
	}
}

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

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

	.banner-title::before, 
	.banner-title::after{
		width: 300px;
	}

    .thank-banner .banner-title::before {
        top: 36%;
    }
    
	.home-banner-title {
		padding: 160px 0;
	}
	
	.welcome-disclaimer{
	    margin-top:0;
	    text-align:center;
	    padding-left:0;
	}

	.banner-title::before{
		top: 32%;
	}

	.happiness-section .banner-title:before{
		top: 29%;
	}

	.happiness-section .happiness-title{
		padding: 130px 0;
	}

	.home-banner .first-title,
	.happiness-section .happiness-title .first-title {
        font-size: 40px;
    }
    
    .home-banner .second-title,
	.happiness-section .happiness-title .second-title {
        font-size: 80px;
    }
    
    .banner-sub-title h1{
        font-size:28px;
    }

	h3{
		font-size: 28px;
	}

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

	.why-glen-section .why-images{
		margin-bottom: 50px;
	}

	.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;
	}
	
	.welcome-images img{
        padding:8px;
    }
}

@media only screen and (max-width: 768px) {
	.main-navigation .menu-primary-menu-container{
		position: absolute;
        width: 100vw;
        background: white;
        right: -20px;
        margin: 30px 20px 0;
        padding: 0 15px 0;
	}
	
    .thank-banner .banner-title::before {
        top: 45%;
    }
    
     .thank-banner .banner-title h2{
         font-size:30px;
     }
	
	.tree-circle-logo{
	    width: 350px;
	}
	
	.banner-sub-title {
        padding: 25px 0;
    }

	.main-navigation #primary-menu{
		padding: 15px 20px 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: 160px 0 100px;
    }
	
	.banner-title::before{
		top: 38%;
	}

	.welcome-section,
	.contact-section,
	.life-section, 
	.why-glen-section{
		padding: 60px 0;
	}

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

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

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

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

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

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

	footer{
		padding: 60px 0;
	}
	
	.slick-arrow{
	    display:none !important;
	}
	
	#connect .contact-left-box p{
		text-align: center;
	}
	#connect .contact-right-box p{
		text-align: center;
	}
	
}

@media only screen and (max-width: 576px) {
	.site-header .site-branding img{
		width: 120px;
	}
	
	.tree-circle-logo{
        margin-top: 30px;
        width: 250px;
	}
	
	.thank-you-section .title h4{
	    font-size:18px;
	}
	
    .thank-banner .banner-title h2 {
        font-size: 28px;
        padding: 0 15px;
    }
    
    .thank-banner .banner-title::before {
        top: 28%;
    }

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

	.home-banner-title{
		padding: 80px 0;
	}

	.banner-title::before, 
	.banner-title::after,
	.banner-below-title::before{
		width: 200px;
	}
	
	.banner-title::before{
		top: 32%;
	}

	.banner-title::after {
		top: 68%;
	}

	.home-banner .first-title, 
	.happiness-section .happiness-title .first-title{
		font-size: 30px;
	}

	.home-banner .second-title, 
	.happiness-section .happiness-title .second-title{
		font-size: 50px;
	}

	.home-banner-title{
		padding: 100px 0;
	}

	.banner-sub-title h1,
	h3{
		font-size: 20px;
		line-height: 1.2;
	}

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

	.welcome-section,
	.contact-section,
	.life-section, 
	.why-glen-section{
		padding: 20px 0;
	}

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

	.happiness-section .banner-title::before{
		top: 33%;
	}

	.happiness-section .banner-title::after {
		top: 65%;
	}

	.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-glen-section .why-images,
	.why-glen-section .why-right-image{
		display: block;
	}

	.why-images img{
		margin-bottom: 15px;.
		width:100%;
		height:100%;
	}
}



/* HOME PAGE BANNER ALERT - UNDER THE WELCOME BAR - HTML ADDED TO HOME PAGE TEMPLATE - template-home.php */
.banner-alert { background-color: #D6B740; text-align: center;}
.banner-alert h2 { color: #283474; padding: 20px 0px 10px 0px; text-transform: uppercase; font-size: 40px; font-style: italic;}

.banner-alert h3 { color: #fff; padding: 0px 25% 20px 25%;  font-size: 30px; }
.banner-alert a { color: #fff; padding: 10px 20px; background-color: #283474; display: inline-block; text-transform: uppercase; font-size: 20px; margin-bottom: 20px;}
.banner-alert a:hover {text-decoration: none; color: #D6B740;}

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


@media only screen and (max-width: 992px) { .banner-alert h2 { padding: 20px 30px; font-size: 30px;}}
@media only screen and (max-width: 768px) { .banner-alert h2 { font-size: 20px;} .banner-alert h3  { font-size: 20px;}}

/* OVER-RIDE FOR INTOR PARAGRAPH TITLE */
#community h3.welcome-title { text-transform: none;}


/* 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:#fff; display: block; font-size: 20px; width: 100%; line-height: 1.2em; vertical-align: middle; margin-bottom: 10px;}
#footer-contact-cta a:hover {color:#D6B740; 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:#D6B740; padding-bottom: 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;}  
}




















