/*Variables*/
:root {
	/*Font Family*/
	--font-family-primary: "Open Sans", sans-serif;
--font-family-secondaryOne: "BrandonPrinted-One", BrandonPrinted-One, Impact, sans-serif;
	--font-family-secondary: "BrandonPrinted-Two", BrandonPrinted-Two, Impact, sans-serif;
	--font-family-tertiary: "Bitter", Bitter-Regular, sans-serif;
	/*Colors*/
	--color-primary: #3f6c2e;
	--color-secondary:  #194c08;
	--color-white: #ffffff;
	--color-gray:#f6f6f6;
	--color-light-green:#ebf3e8;
	
}

main {
	display: flex;
	flex-direction: column;
}

main footer:last-of-type {
	margin-top: auto;
}

/* ADA */
.skip-to-main-content-link {
	position: absolute;
	left: -9999px;
	z-index: 999;
	padding: 1em;
	background-color: black;
	color: white;
	opacity: 0;
}

.skip-to-main-content-link:focus {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

.sr.hide {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	display: block;
}

/* Base */

/******* Formatting *******/

html,
body {
	font-family: var(--font-family-primary);
	font-size: 16px;
	color: var(--color-primary);
	line-height: 1.7em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
	overflow-x: hidden;
	font-weight: normal;
	letter-spacing: normal;
}


p {
	font-size: 16px !important;
	letter-spacing: normal;
	line-height: 1.7em;
}

/* Globall Heading H1 to H6 */
h1,
h2,
h3 {
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-primary);
}
h1 {
  font-family: var(--font-family-secondary);
  font-size: 24px;
  line-height: 34px;
}
h2 {
  font-family: var(--font-family-secondary);
  font-size: 24px;
  line-height: 34px;
}
h3 {
  font-family: var(--font-family-secondary);
  font-size: 16px;
  line-height: 22px;
}


/* Button */
.btn--primary,.btn{
	display: inline-block;
	height: 50px;
	text-align: center;
	min-width: 174px;
	padding: 0 25px;
	border: 1px solid #fff;
	background-size: cover;
	background-image: url("./img/orchard-keeper-btn-bg.png");
	font-family: var(--font-family-secondary);
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.full-format ul{
	    list-style-type: disc;
	padding-left:40px;
}



/* Footer */
/* .main-menu-footer #menu-footer-menu{
	display:flex;
	justify-content:space-between;
	margin-left:-70px;
	width:calc(100% + 70px);
} */
.main-menu-footer #menu-footer-menu .menu-item-has-children{
	width:200px;
	display:inline-block;
	margin-left:70px;
	vertical-align:top;
	margin-bottom:60px;
}
.main-menu-footer #menu-footer-menu .menu-item-has-children>a{
	font-family: var(--font-family-secondary);
	font-size: 16px;
	line-height: 22px;
	pointer-events:none;
	color:var(--color-primary);
}
.main-menu-footer #menu-footer-menu .menu-item-has-children:first-child{
	margin-left:0;
}
.main-menu-footer #menu-footer-menu .menu-item-has-children ul li:first-child a{
	margin-top:10px;
}
.main-menu-footer #menu-footer-menu .menu-item-has-children ul li a{
	display:block;
	width:100%;
	text-align:center;
	color:var(--color-primary);
/* 	margin-top:10px; */
}
@media(max-width:991px){
	.main-menu-footer #menu-footer-menu .menu-item-has-children{
		width:100%;
		margin-left:0;
		margin-top:20px;
		margin-bottom:0;
	}
	.main-menu-footer #menu-footer-menu .menu-item-has-children:first-child{
		margin-top:0;
		}
	
}


/* Footer Insta Section */ 
.insta-section .section-padding{
	padding-bottom:30px;
}
.insta-section h1 a{
	color:var(--color-primary) !important;
}
.four-column-cards{
	display:flex;
	flex-wrap:wrap;
	margin-left:-40px;
	width:calc(100% + 40px);
	    justify-content: center;
}
.four-column-cards li{
	width:calc(20% - 40px) !important;
	max-width:180px !important;
/* 	height:180px !important; */
	margin-left:40px;
	max-height: 180px;
	height: 40vh;
	margin-bottom:20px;
}
.four-column-cards li .image-section{
	width:100%;
	display:block;
/* 	max-height:270px; */
	height:100%;
	position:relative;
}
.four-column-cards li .image-section:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	z-index:1;
	background:#231f20;
	opacity:0.7;
	display:none;
}
.four-column-cards li .image-section:hover:before{
	display:block;
}
.four-column-cards li .image-section img{
	width:100%;
	height:100%;
	object-fit:cover;
}
@media(max-width:1100px){

.four-column-cards li{
/* 	width:calc(33.33% - 20px);
	max-height: 299px; */
	margin-left:20px;
}
}
/* @media(max-width:768px){
	.four-column-cards li{
		width:calc(50% - 20px);
		max-height: 350px;
		height: calc(50vw - 40px);
	}
} */
/* @media(max-width:480px){
	.four-column-cards li{
		width:100%;
			max-height: 350px;
		height: calc(100vw - 40px);
		margin-left:0;
	}
	.four-column-cards{
		margin-left:0;
		width:100%;
			justify-content: center;
	}
} */


/* Inner Hero banner */
.header-banner .content{
	width: 100%;
	max-width: 1060px;
	padding: 0 30px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	z-index:2;
}
.header-banner .content h1{
	color: white;
	font-family: var(--font-family-secondary);
	font-size: 24px;
	font-style: normal;
	font-weight: 350;
	line-height: normal;
	text-align: center;
}
@media(max-width:480px){
	.header-banner .content h1{
		font-size:22px;
		padding:0 !important; 
	}
}
/* Container */
.container-1340{
	margin:0 auto;
	width:100%;
	max-width:1340px;
	padding:0 30px;
}
.container-860{
	margin:0 auto;
	width:100%;
	max-width:860px;
	padding:0 30px;
}
.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-prev:before{
	background:url(../img/arrow.svg)no-repeat center/50px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width:50px;
	height:50px;
}
.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-prev svg,.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-next svg{
	display:none;
}
.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-next:before{
	background:url(../img/arrow.svg)no-repeat center/50px;
	transform:rotate(180deg);
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	width:50px;
	height:50px;
}
@media(max-width:768px){
	.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-next:before,.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-prev:before{
	width:30px;
	height:30px;
background:url(../img/arrow.svg)no-repeat center/30px;
}
	.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-next:before{
		right:0px;
		left:auto;
	}
	.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-prev:before{
		left:0;
		right:auto;
	}
}