/*
Theme Name: Azure Basic Child  
Template: azure-basic
*/


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #363631;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

:focus {
  outline: none;
  outline-offset: 0;
}

a {
  color: #003049;
  text-decoration: none;
}
a:hover {
  color: #222;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  clear: both;
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}


/*--------------------------------------------------------------
>>> ACCESSIBILITY
--------------------------------------------------------------*/

[hidden] {
  display: none;
}

audio:not([controls]) {
  display: none;
}




/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}

/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
#content { 
	width: 100%; 
}
#sidebar { 
	display: none;
}
.wide #primary {
	max-width: 100%;
	width: 100%;
	float: none;
	overflow: hidden;
	padding: 0;
}
.singlewidth #primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}
.wide #sidebar, .singlewidth #sidebar {
	display: none;
}
#primary ol {
	list-style-type: decimal;
	margin-left: 35px;
}
#primary ul {
	list-style-type: disc;
	margin: 10px 5px 20px 35px;
}
#primary ul ul {
	list-style-type: circle;
}
#primary li {
	padding-bottom: 8px;
}

/*    Framework Styles        */
/*---------------------------*/

#container-full { 
	width: 100%; 
}
#top-header {
	position: relative;
	z-index: 900;
}

#top-header-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 900;
	padding: 20px 25px;
	box-sizing: border-box;
}

#top-header-section .clear {
	clear: both;
}
.page-id-9 #main { 
	padding: 50px 0 30px 0; 
}
#main { 
	padding: 100px 0 30px 0; 
}
article { 
 	padding: 0;
}
.homebanner,
.innerbanner {
	width: 100%;
	position: relative;
}

.homebanner img,
.innerbanner img {
	display: block;
	width: 100%;
	height: auto;
}

.hometext {
	position: absolute;
	bottom: 20%;
	left: 5%;
	right: 0;
	max-width: 750px;
	width: auto;
	font-size: 18px;
	color: #fff;
	padding: 0 15px;
	font-weight: 500;
	z-index: 400;
	box-sizing: border-box;
	text-shadow: 1px 1px 1px #000;
}
.hometext h1 {
	font-family: "Teko", sans-serif;
	font-size: clamp(52px, 8vw, 118px);
	color: #fff;
	text-align: left;
	font-weight: 400;
	text-shadow: 2px 2px #000;
	line-height: 0.9;
	margin: 0 0 10px;
}
.hometext h3 {
	font-family: "Inter", sans-serif;
	font-size: clamp(22px, 3vw, 40px);
	color: #fff;
	text-align: left;
	font-weight: 400;
	text-shadow: 2px 2px #000;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 12px;
}
.hometext .banner-btn {
	display: inline-block;
	margin-top: 15px;
	padding: 12px 22px;
	background: #6B8040;
	color: #fff;
	font-weight: 400;
	border-radius: 4px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	text-shadow: none;
}

.hometext .banner-btn:hover {
	background: #000;
	color: #fff;
}
.innertext {
	position: absolute;
	max-width: 1000px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 100px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	padding: 0 15px;
	z-index: 500;
	box-sizing: border-box;
	color: #fff;
}
.innertext h1 {
	color: #fff;
	font-size: 50px;
}
.bannerbtm {
	bottom: -85px;
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	width: 100%;
}

.bannerbtm img {
	display: block;
	width: 100%;
	height: auto !important;
}

.hometext .banner-btn:hover {
	background: #000;
	color: #fff;
}




/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


/* ===============================
   PRIMARY MENU DROPDOWN STYLES (DISABLED)
   Remove commented out to use again
   ===============================


nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { clear: both; display: inline-block; }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 
                                           
*/	


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }




/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 40px; 
	color: #222;
	font-weight: 400;
	font-family: "Teko", sans-serif;
}
h2 {
  font-size: 58px;
  color: #6B8040;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
h2 span {
	color: #3d3f1f;
}
h3 { 
	font-size: 35px; 
	color: #363631;
	font-weight: 300;
	text-align: center;
	font-family: "Inter", sans-serif;
}
.page-id-3 h3 {
	text-align: left;
	font-size: 20px;
	font-weight: 500;
}
h4 { 
	font-size: 16px; 
	color: #222;
	font-weight: 600;
}
.linediv {
	background-color: #6b8040;
	height: 2px;
	width: 200px;
	margin: 30px auto;
	display: block;
}
 
hr {
	margin: 30px auto;
	background: #ddd;
	background-color: #ddd;
	color: #ddd;
	width: 80%;
	float: none;
	height: 1px;
	border: none;
}

/* Top Navigation */

#access { 
    z-index: 500; 
}
#access ul {
	text-align: right;
}		  
#access a { 
	color: #fff; 
}
#access ul li:hover ul  {
	padding: 5px;
}





.featured-thumb { margin-bottom: 10px; }
 

		  

/* Sidebar Section */

#sidebar { 
	color: #545350; 
}



/* Footer Section */

.footertop {
	width: 100%; 
	background-image: url(images/footerbg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	padding: 150px 0 0;
}
#footer-bottom {  
	background-color: #000;
	clear: both;
    width: 100%; 
}
.columns {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;

   
  box-sizing: border-box;
}

.column1, .column2, .column3 {
  box-sizing: border-box;
}
.column1 {
  width: 100%;
}
.column1 img {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.formwidth {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.formwidth h2 span {
	color: #fff;
}
#gform_submit_button_1 {
	display: block;
	margin: 0 auto;
	background-color: #5E6633;
	padding: 20px 50px;
	border: none;
	color; #fff;
	text-transform: uppercase;
}
.gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme textarea {
	border-radius: 4px;
	font-family: "Inter", sans-serif;
	border: none;
}
.column2 {
  width: 100%;
	display: none;
}
.column3 {
  width: 33.33%;
	display: none;
}
.column4 { 
	display: none;
}

#footer-content { 
	padding-top: 25px; 
}


#site-credits { 
	padding: 15px 0 0 0; 
}
#theme-credit {
  padding: 8px 0 5px;
  font-size: 10px;
  color: #fff;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #47473b;
}
#theme-credit a {
	color: #fff;
}

*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	display: none;
}
.home1 {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	max-width: 1050px;
	margin: 0 auto;
	padding: 60px 20px;
	box-sizing: border-box;
}
.home1-left {
	flex: 0 0 250px; 
	border-right: 1px solid #e3e2dc;
	padding-right: 25px;
	text-align: right;
	font-size: 20px;
	line-height: 1.6;
	color: #6b8040;
}
.home1-left h2 {
	font-size: 48px;
	line-height: 1.2;
	color: #3d3f1f;
	font-weight: 400;
	text-align: right;
}
.home1-right {
	flex: 1;
	padding-left: 10px;
}
.home2bg {
	margin: 50px 0;
	background: linear-gradient(to bottom, #e3e2dc 0%, rgba(227,226,220,0) 60%);
	position: relative;
}
.home2 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 15px;
}
.home2 h2 {
	margin-bottom: 0;
}
.home2 h3 {
	margin-bottom: 35px;
}
.home2 .linediv {
	margin: 70px auto 30px;
}
.watermark {
	position: absolute;
	right: -10px;
	top: -30%;
}
.watermark img {
  max-width: 500px;
  width: 100%;
  height: auto;
  opacity: .2;
}
.home3top {
	max-width: 900px;
	width: 100%;
	margin: 50px auto 25px;
	text-align: center;
}
.home3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 1450px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 15px;
	box-sizing: border-box;
}
.home3-item img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}
.home3-item h2 {
	color: #c2a65a;
	font-size: 30px;
	margin: 0 0 10px;
}
.home3-item {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
.home4bg {
	background-image: url(images/why-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 50px 0;
}

.home4bg h2 {
  color: #fff;
  text-align: left;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px 0;
}
.home4 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 15px 60px;
	box-sizing: border-box;
}
.home4-item {
	color: #fff;
}
.home4 ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}
.home4 li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
}

.home4 li::before {
	content: "\f2f7";
	font: var(--fa-font-solid); 
	position: absolute;
	left: 0;
	top: 2px;
	color: #fff;
}
.home5 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1250px;
	margin: 0 auto;
	padding: 60px 20px;
	box-sizing: border-box;
}
.home5-item h2 {
	margin: 0 0 15px 30px;
	font-size: 30px;
	line-height: 1.2;
	text-align: left;
}
.home5-text {
	line-height: 1.6;
	position: relative
}
.home5-item .home5-text {
	padding: 0 30px;
}
.home5-item.middle .home5-text::before,
.home5-item.middle .home5-text::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #ccc;
}
.home5-item.middle .home5-text::before {
	left: 0;
}
.home5-item.middle .home5-text::after {
	right: 0;
}

.home6bg {
	background: url(images/how-bg.png) no-repeat center center;
	background-size: cover;
	margin: 50px 0;
}
.home6 {
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	padding: 80px 15px;
	text-align: center;
}
.home6-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin: 60px 0 0;
}
.home6-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.home6-icon img {
	width: 80px;
	height: auto;
	margin-top: 4px;
}
.home6-content h3 {
	font-size: 36px;
	color: #6b8040;
	font-family: "Teko", sans-serif;
	text-align: left;
}
.home6-content {
	text-align: left;
}
.home7 {
	max-width: 1250px;
	margin: 0 auto;
	padding: 60px 20px;
	box-sizing: border-box;
}
.home7-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
	margin: 60px 0;
}
.home7-row:last-child {
	margin-bottom: 0;
}
.home7-text h3 {
	margin: 0 0 15px;
	font-size: 40px;
	line-height: 1;
	font-size: 40px;
	font-family: "Teko", sans-serif;
	color: #6B8040;
	text-align: left;
	font-weight: 400;
}
.home7-img-wrap {
	position: relative;
	display: inline-block;
}
.home7-img-wrap::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	background: linear-gradient(to bottom, #2d331a 0%, rgba(45,51,26,0) 75%);
	z-index: 1;
	width: 86%;
	margin: 0 auto;
}
.home7-img-wrap img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
.home7-image img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.home7-text ul {
	list-style: none !important;
	padding: 0;
	margin: 20px 0 0 35px;
}
.home7-text li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
}

.home7-text li::before {
	content: "\f2f7";
	font: var(--fa-font-solid);
	position: absolute;
	left: 0;
	top: 2px;
	color: #5E6633;
}





/*    Responsive Styles        */
/*---------------------------*/

@media only screen and (max-width: 1150px) {
.bannerbtm {
	width: 100%;
	height: auto !important;
}
.bannerbtm img {
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: auto !important;
	transform: unset !important;
	top: unset !important;
}
}
@media only screen and (max-width: 1100px) {
.homebanner {
  width: 100%;
  height: 535px;
  position: relative;
}
.homebanner img {
  height: 100%;
  Width: auto;
  max-width: unset !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
}
@media only screen and (min-width:0px) and (max-width: 1000px) {
.home1 {
	gap: 30px;
	padding: 50px 20px;
}
.home1-left {
	flex: 0 0 160px;
}

.home3 {
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.home5 {
	grid-template-columns: 1fr;
	gap: 30px;
}


.home5-item.middle .home5-text::before,
.home5-item.middle .home5-text::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	background: transparent;
}


.home7-row {
	grid-template-columns: 1fr;
	gap: 30px;
	margin-bottom: 50px;
}
.home7 h2 {
	font-size: 34px;
	margin-bottom: 40px;
}
.home7-text h3 {
	font-size: 26px;
}
.home6-grid {
	grid-template-columns: 1fr;
	gap: 30px;
}
.home6-top h2 {
	font-size: 34px;
}
}
@media only screen and (min-width:0px) and (max-width: 900px) {

}

@media only screen and (min-width:0px) and (max-width: 850px) {
.bannerbtm {
  bottom: -58px;
}
.innerbanner {
  width: 100%;
  height: 300px;
  position: relative;
}
.innerbanner img {
  height: 100%;
  Width: auto;
  max-width: unset !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.logo {
	display: block;
}
.logo img {
	max-width: 250px;
	width: 100%;
	height: auto;
}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
.alignleft, img.alignleft {
	margin: 0 auto;
	display: block;
	float: none;
	padding: 15px;
}
.alignright, img.alignright {
	margin: 0 auto;
	display: block;
	float: none;
	padding: 15px;
}
.columns {
    flex-direction: column;
  }

.column1, .column2, .column3 {
    width: 100%;
}
.home1 {
	flex-direction: column;
	gap: 20px;
	padding: 40px 20px;
}
.home1-left {
	flex: 100%;
	border-right: none;
	border-bottom: 2px solid #ccc;
	padding-right: 0;
	padding-bottom: 10px;
	text-align: left;
}
.home1-right {
	padding-left: 0;
}
.home1-left h2 {
	text-align: left;
}
.home4 {
	display: block;
	gap: 20px;
	padding: 40px 20px;
}
.home4-left {
	flex: 100%;
	border-right: none;
	border-bottom: 2px solid #ccc;
	padding-right: 0;
	padding-bottom: 10px;
	text-align: left;
}
.home4-right {
	padding-left: 0;
}
.home4-left h2 {
	text-align: left;
}
.home5 {
  padding: 60px 20px 30px;
}
.home6bg {
	padding: 50px 15px 0;
}
.home6 {
  padding: 0 15px;
}
.home7 {
  padding: 30px 20px;
}
.home7-row {
  margin: 20px 0;
}
h2 {
	font-size: 40px;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.formwidth {
	background-color: #000;
}
.home2 {
  padding: 50px 15px 0;
}
.home3 {
  padding: 60px 15px 0;
}
}

@media only screen and (min-width: 0px) and (max-width: 650px) {
.bannerbtm {
  bottom: -20px;
}
.hometext {
  font-size: 14px;
	left: 0;
}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
.home3 {
	grid-template-columns: 1fr;
	gap: 25px;
}
.home7 {
	padding: 50px 20px;
}

.home7 h2 {
	font-size: 28px;
}

.home7-text {
	font-size: 16px;
}
.home7-text h3 {
	font-size: 24px;
}
.home6-top h2 {
	font-size: 28px;
}
.home6-intro {
	font-size: 16px;
}
.home6-item {
	gap: 15px;
}
.home6-icon i {
	font-size: 24px;
}
.homebanner {
	overflow: hidden;
}
}
@media only screen and (min-width: 0px) and (max-width: 537px) {
.hometext {
  bottom: 10%;  
}
.innertext {
  bottom: 20%;  
}
.innertext h1 {
	font-size: 30px;
}
}
@media only screen and (min-width: 0px) and (max-width: 480px) {

}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


