﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/bfz6gsc.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------*/
:root {
  --blue: #537A97;
  --dark-blue: #3D5D76;
  --grey: #57595C;
  --light-grey: #F5F5F5;
  --black: #000C15;
}

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

html {scroll-behavior: smooth;}

h1, h2, h3, h4 {
	font-family: 'figtree', sans-serif;
}

#home p, #thankyou p, #about p, #products p, #orchard-cabs p, #pruning-towers p, #orchard-sprayers p, #support p, #product-registration p, #contact p  {
	font-family: 'figtree', sans-serif;
	font-size: 17px;
	color: var(--black);
	line-height: 35px;
}

/*-------- BODY STYLES --------*/

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HERO STYLES ---------------------*/
.home-hero {background: url("/siteart/home-hero.jpg") no-repeat; background-color: var(--black); background-position: center; background-size: cover;}
.home-hero > div {background: rgba(0, 12, 21, .45);}
.home-hero .wrapper {padding-top: 170px!important; padding-bottom: 170px!important; max-width: 795px; text-align: center;}
.home-hero p {color: #fff!important; font-size: 20px!important; margin-top: 20px;}

.inner-hero > div {padding-top: 20px; }
.inner-hero .flex {gap: 30px; flex-wrap: wrap; align-items: center;}
.inner-hero a {color: var(--black); font-size: 17px; font-weight: 700; font-family: 'figtree', sans-serif; line-height: 35px;}
.inner-hero a:hover {text-decoration: underline;}
.inner-hero hr {margin: 0; border: #000C15 solid 1px; height: 25px;}

/*---BODY--------------------------------*/
/*---col-3---*/
.col-3 {padding-top: 100px!important; padding-bottom: 130px!important;}
.col-3 > .flex:first-child {justify-content: space-between; gap: 30px; align-items: flex-end; margin-bottom: 50px;}
.col-3 > .flex:first-child > div:first-child, 
.col-3-inner > div:first-child 
{max-width: 980px;}
.col-3 > .flex:last-child, 
.col-3-inner > .flex:last-child 
{justify-content: center; gap: 20px;}

.col-3 .img-height {max-width: 600px; width: 100%; height: 365px;margin-bottom: -100px;}
.col-3 .img-height img, 
.col-3-inner .img-height img 
{width: 100%; height: 100%; object-fit: cover;}

.col-3 .white-box {border-bottom: 8px solid #3D5D76; background: #FFF; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40); padding: 40px; box-sizing: border-box; max-width: 600px;position: relative; z-index: 2; margin-left: 20px; margin-right: 20px; height: 350px;}
.col-3 .white-box a {color: var(--blue); font-family: 'figtree', sans-serif; font-size: 17px; font-weight: 700; display: inline-block; margin-top: 30px;}
.col-3 .white-box a i {margin-left: 20px;}
.col-3 .white-box a:hover i {transition: .3s ease-in-out; -webkit-transform: translateX(20px); -webkit-transition: .3s ease-in-out; transform: translateX(-10px);}

.col-3-inner  {padding-top: 80px!important; padding-bottom: 100px!important;}
.col-3-inner > .flex:last-child > div {max-width: 600px; width: 100%;}
.col-3-inner .img-height {max-width: 600px; width: 100%; margin-bottom: -65px; height: 350px;}
.col-3-inner .white-box {border-bottom: 8px solid #3D5D76; background: #FFF; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40); box-sizing: border-box;max-width: 600px;position: relative; z-index: 2; margin-left: 20px; margin-right: 20px; transition: .5s ease;  overflow: hidden;cursor: pointer;}
.col-3-inner .white-box::before {content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background-color: #3D5D76; transition: top 0.5s ease-in-out; z-index: 0;}
.col-3-inner .white-box:hover::before {top:0;}
.col-3-inner .heading-sm {margin-bottom: 0!important; z-index: 1; position: relative; transition: all .4s ease-out; padding: 40px;}
.col-3-inner .white-box:hover .heading-sm {color: #fff;}
.col-3-inner > div:first-child {margin-bottom: 40px;}


/*---img-left---*/
#home .img-left {background: linear-gradient(rgb(255, 255, 255) 40%, rgb(245, 245, 245) 40%); padding-bottom: 130px;}
.img-left .wrapper, .img-right .wrapper {align-items: center;}
.img-left .img-height {height: 830px; max-width: 930px; width: 100%; min-width: 300px;}
.img-left .img-height img, .img-right .img-height img {width: 100%; height: 100%; object-fit: cover;}
.img-left .white-box {border-right: 8px solid #3D5D76; background: #FFF; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40); padding: 60px; max-width: 900px; margin-left: -80px;}

.img-right .img-height {height: 750px; max-width: 930px; width: 100%; min-width: 300px; margin-left: -80px;}
.img-right .white-box {border-left: 8px solid #3D5D76; background: #FFF; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40); padding: 60px; max-width: 900px; position: relative; z-index: 1;}
.img-right {padding-top: 100px; padding-bottom: 100px;}


/*---info-slider---*/
.info-slider .image-1 {background: url("/siteart/super-40sp-home.jpg") no-repeat; background-color: var(--black); background-position: center; background-size: cover;}
/*.info-slider .image-2 {background: url("/siteart/did-you-know-2.jpg") no-repeat; background-color: var(--black); background-position: center; background-size: cover;}*/
.info-slider .info-image > div {background: rgba(0, 12, 21, .65); height: 900px;}
.info-slider .info-image {position: relative; height: 900px;}
.info-slider .info-image .wrapper {
	position: absolute; 
	top: 50%; 
	transform: translate(0, -50%);
	max-width: 1100px;left: 0; right: 0;
	padding: 0!important;
}
.info-slider .info-slide-wrap {overflow: hidden;}
.info-slider .heading-sm {text-align: center; color: #fff; font-size: 40px!important; font-weight: 600!important;}
.info-slider .heading-md {text-align: center; color: #fff; font-weight: 400!important; font-style: italic; margin-bottom: 20px; font-size: 70px!important;}
.info-slider p {text-align: center; color: #fff!important; font-weight: 500!important;}
.info-slider .btn-top {justify-content: center; gap: 15px; flex-wrap: wrap;}

/*arrows*/
.slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f054" !important;
    color: #fff !important;
    font-size: 35px !important;
    font-weight: 600;
    transition: all .4s ease-out;
}

.slick-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f053" !important;
    color: #fff !important;
    font-size: 35px !important;
    font-weight: 600;
    transition: all .4s ease-out;
}


/*--------PAGE STYLES--------------------*/

/*---thankyou---*/
#thankyou .center-section {background: #fff!important; text-align: center; padding-top: 80px!important; padding-bottom: 130px!important;}
#thankyou .center-section p {max-width: 800px; margin: 0 auto;}

/*---about---*/
.grid-2 {background: var(--light-grey); padding-top: 100px; padding-bottom: 100px;}
.grid-2 .heading-md {text-align: center; margin-bottom: 50px;}
.grid-2 .flex {gap: 20px; justify-content: center; margin-top: 20px;}
.grid-2 .white-bx {text-align: center; max-width: 600px; width: 100%; border-bottom: 8px solid #3D5D76; background: #FFF; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40); padding: 60px;}
#about .img-left {padding-top: 80px!important; padding-bottom: 100px!important;}
#about .img-left .img-height {height: 550px;}
.contact {background: url("/siteart/map.jpg") no-repeat; background-size: cover; background-position: center;}
.contact > div {background: rgba(0, 12, 21, .45);}
.contact .wrapper {padding-top: 100px!important; padding-bottom: 100px!important;}
.contact .white-box {max-width: 850px; border-right: 8px solid #3D5D76; background: #FFF; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40); padding: 60px;}
.contact .white-box ul {margin-top: 10px;}
.contact .white-box ul a {font-family: 'figtree', sans-serif; font-size: 17px; color: var(--black); line-height: 35px;}
.contact .white-box ul a:hover {text-decoration: underline;}
.contact .white-box ul i {margin-right: 15px;}
.contact .white-box .flex {gap: 50px;}
.contact .white-box li {margin-top: 20px;}

#about .img-right .img-height {height: 600px;}

/*Accordian*/
#orchard-sprayers .faq-accordian {padding-top: 0!important;}
.faq-accordian {padding-top: 100px!important; padding-bottom: 100px!important; background: var(--light-grey);}
#about .faq-accordian .wrapper {justify-content: space-between; gap: 20px;}
#about .faq-accordian .faq-info {max-width: 1150px; width: 100%;}
.faq-accordian .faq-info {width: 100%;}
.faq-accordian .heading-md {color: var(--black)!important;}
.faq-accordian .heading-md {margin-bottom: 20px;}
.faq-question-heading {font-weight: 700;}
.questions {background: #fff;margin: 20px 0 20px 0;position: relative;}
.questions-top {margin: 0 0 20px 0!important;}
.questions .flex {justify-content: space-between;}
.questions li {text-align: left;color: var(--black);font-size: 17px;padding: 20px 45px 20px 20px;}
.questions .dpdwn-list li {padding: 20px 0 0!important;}

.plus {position: absolute;top: 25px;right: 20px;}
.plus:before {
	content:"";
	position: absolute;
	right: 0;
	top: 9px;
	width: 21px;
	height: 3px;
	background: var(--black);
	transform: translateY(0) rotate(-45deg);
	transition: .6s ease;
}
.active .plus:before {transform: rotate(0); }
.plus:after {
	content:"";
	position: absolute;
	right: 0;
	top: 9px;
	width: 21px;
	height: 3px;
	background: var(--black);
	transform: translateY(0) rotate(45deg);
	transition: .6s ease;
}
.active .plus:after {transform: rotate(0);}

.faq-accordian .dpdwn-list li .flex {
    flex-wrap: wrap;
    gap: 15px;
	justify-content: flex-start;
}
.gallery-height {
    height: 350px;
    max-width: 435px;
    width: 100%;
	position: relative;
}
.gallery-height img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-height p {position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 10px; background: #F2F2F2;}

/*---products---*/
.center-section {background: var(--light-grey); padding-top: 100px; padding-bottom: 100px;}
.center-section .wrapper {text-align: center; max-width: 950px;}
.center-section p > a {color: var(--black);}
.center-section p > a:hover {text-decoration: underline;}

#products .img-left {padding-bottom: 100px;}
#products .img-left a {color: var(--dark-grey);}
#products .img-left a:hover {text-decoration: underline;}
#products .img-left .img-height {height: 650px;}

#products .img-right .white-box {margin-right: -80px;}
.img-right .images-2 {width: 100%; max-width: 930px;}
.img-right .images-2 .img-height {margin-left: 0;}
.img-right .images-2 .img-height img {object-position: 50% 10%;}
.img-right .images-2 .img-top {height: 630px; margin-bottom: 20px;}
.img-right .images-2 .img-bottom {height: 330px;}

/*---orchard-cabs---*/
#orchard-cabs .img-right .img-height {height: 850px;}
#orchard-cabs .img-left .img-height {height: 730px;}
#orchard-cabs .img-right {padding-bottom: 20px;}

/*---pruning-towers---*/
.img-left .white-box .flex {gap: 15px; flex-wrap: wrap;}
#pruning-towers .img-left .img-height {height: 1100px;}
#pruning-towers .img-left, #orchard-cabs .img-left, #orchard-sprayers .img-left {padding-top: 80px; padding-bottom: 100px;}
/*---orchard-sprayers---*/
.brochure-btns {background: var(--light-grey); padding-top: 100px; padding-bottom: 100px;}
.brochure-btns .white-box {max-width: 600px; width: 100%; border-bottom: 8px solid #3D5D76;box-sizing: border-box;background: #FFF; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40);padding: 40px; text-align: center; transition: .5s ease;  overflow: hidden;cursor: pointer;position: relative;z-index: 0;}
.brochure-btns .white-box::before {content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background-color: #3D5D76; transition: top 0.5s ease-in-out; z-index: 0;}
.brochure-btns .white-box:hover::before {top:0;}
.brochure-btns .white-box:hover p {color: #fff!important;}
.brochure-btns .heading-md, .brochure-btns .wrapper > p {text-align: center; max-width: 850px; margin: 0 auto 20px;}
.brochure-btns .wrapper > p {margin-bottom: 40px;}
.brochure-btns .flex-bottom {margin-bottom: 100px;}
.brochure-btns .p-bottom {margin-top: 40px!important; margin-bottom: 0!important;}
.brochure-btns .flex {margin-top: 20px; gap: 20px; justify-content: center;}
.brochure-btns .flex p {font-weight: 700; transition: all .4s ease-out; position: relative; z-index: 1;}

/*---support---*/
#support .img-left .img-height {height: 580px!important;}
#support .img-left {padding-top: 80px; padding-bottom: 100px;}

.team {background: var(--light-grey); padding-top: 100px; padding-bottom: 100px;}
.team .flex:first-child {justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 40px;}
.team .flex:first-child > div:first-child {max-width: 800px;}
.team .contact-cards {gap: 20px; margin-top: 20px;}
.team .contact-cards .contact-box {max-width: 402px; width: 100%; padding: 20px; border-bottom: 8px solid #3D5D76; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40); background: #fff;}
.team .contact-cards .img-height {max-width: 402px; width: 100%; height: 400px;}
.team .contact-cards .img-height img {width: 100%; height: 100%; object-fit: cover;object-position: 50% 10%;}
.team .contact-cards .heading-xsm {margin-top: 20px; font-size: 25px;}
.team .contact-cards p {font-weight: 700;}
.team .contact-cards ul {margin-top: 15px;}
.team .contact-cards a {font-family: 'figtree', sans-serif; line-height: 35px; color: var(--black);}
.team .contact-cards a:hover {text-decoration: underline;}

.manufacturers {padding-bottom: 100px!important;}
.manufacturers > .flex {justify-content: space-between; gap: 30px; margin-bottom: 55px;}
.manufacturers > .flex p {max-width: 900px;}
.manufacturers #First {width: 100%; overflow: hidden; transition: max-height 0.2s ease-out;}
.manufacturers #Second, .manufacturers #Third {width: 100%; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out;}

.manufacturers .buttons {display: flex; gap: 0; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);}
.manufacturers .buttons .open {background: var(--dark-blue)!important;color: #fff!important;}
.manufacturers .buttons button {max-width: 230px;width: 100%;padding: 15px 0;background: #fff;color: var(--black);border: none;font-size: 17px;line-height: 35px; transition: .5s ease; cursor: pointer;border-bottom: 8px solid #3D5D76;}

.manufacturers .links {gap: 15px; display: flex; flex-wrap: wrap;}
.manufacturers .links a {padding: 15px; background: linear-gradient(180deg, #3D5D76 0%, #537A97 100%)!important; color: #fff; line-height: 35px; font-size: 20px; font-family: 'figtree', sans-serif; font-weight: 700;transition: transform .2s;transition: all .4s ease-in;}
.manufacturers .links a:hover { transform: scale(.9); background: linear-gradient(to top, #537A97 0%, #537A97 100%)!important;}

.manufacturers .panel {box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40);}
.manufacturers .white-box {border-bottom: 8px solid #3D5D76;}
.manufacturers .white-box .links {padding: 60px;}
.manufacturers .white-box > div {padding: 40px 60px;}
.manufacturers .white-box .heading-sm {margin-bottom: 30px;}
.manufacturers .bg-grey {background: var(--light-grey);}

.manufacturers .heading-xsm {font-size: 25px; margin-bottom: 20px;}
.manufacturers .county-heading {text-decoration: underline;}
.manufacturers .flex-addresses {gap: 55px; flex-wrap: wrap;}
.manufacturers .flex-county {gap: 50px; flex-wrap: wrap;}
.manufacturers .flex-county .flex {gap: 55px; flex-wrap: wrap;}

.manufacturers .sticky-btn {display: none;}

/*---product-registration---*/
.product-registration-form form p {text-align: left; margin-bottom: 20px!important;}
.product-registration-form form p span {font-weight: 700;}
/*---contact---*/
.contact-form, .product-registration-form {padding-top: 80px; padding-bottom: 100px;}
/*--------FORM STYLES--------------------*/
.form-all p {margin-bottom: 40px;}
.form-all .heading-mdsm {margin-bottom: 20px; margin-top: 40px; text-align: left;}
.form-all {box-sizing: border-box;max-width: 1100px!important; width: 100%;margin: 0 auto 90px!important;text-align: center;}
.label {font-family: 'figtree', sans-serif;text-align: left!important;font-weight: 500;}

.label-row {margin-bottom: 15px;}
.flex-row {display: flex;width: 100%;}

.form-half {display: inline-block;width: calc(50% - 8px);margin: 15px 15px 15px 0;}
.form-half input {
	padding: 15px;
	width: 100%;
	border: none;
	background: var(--light-grey);
	font-family: 'figtree', sans-serif;
	box-sizing: border-box;
}
.form-2nd-row {margin-right: 0;}

.form-third {display: inline-block;width: 33.3%;margin: 15px 15px 15px 0;}
.form-third input {
	padding: 15px;
	width: 100%;
	border: none;
	background: var(--light-grey);
	font-family: 'figtree', sans-serif;
    box-sizing: border-box;
	color: var(--black);
}
.form-third-last {margin-right: 0;}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: none;
	background: var(--light-grey);
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'figtree', sans-serif;
}
.form-full {margin: 15px 0 30px 0;}

.checkbox {text-align:left; margin-bottom:0!important;margin-top: 25px!important;}
.checkbox > label > .label-row {display: inline-block;}

/*--------Captcha--------------------*/

.include-captcha{display:none;}
#submit-btn {float: right;}
.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {color: var(--black);font-family: 'figtree', sans-serif;}
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}


/*-------- FOOTER STYLES ----------------*/
.my-site-footer {background: var(--light-grey); padding-top: 80px; padding-bottom: 80px;}
.my-site-footer .wrapper {justify-content: space-between; gap: 40px;}
.my-site-footer .img-height img {max-width: 180px; width: 100%;}
.my-site-footer .p-heading {font-family: 'figtree', sans-serif; color: var(--black); margin-bottom: 50px; font-size: 25px; font-weight: 700;}
.my-site-footer ul li {margin-bottom: 25px;}
.my-site-footer ul a, .my-site-footer ul p {font-family: 'figtree', sans-serif; color: var(--black); font-size: 17px;}
.my-site-footer ul a:hover {text-decoration: underline;}
.my-site-footer ul i {margin-right: 15px;}
.my-site-footer .wrapper .flex {gap: 100px;}

/*-------- UNIVERSAL STYLES ----------------*/
.wrapper {
	padding: 0 15px; 
	margin: 0 auto;
	max-width: 1830px;
}

.flex {display: flex;}
.p-top {margin-top: 20px;}
.btn-top {margin-top: 60px;}

/*---Headings---*/
.heading-lg {font-size: 70px; color: #fff; font-weight: 700; text-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);}
.heading-md {font-size: 45px; color: var(--black); font-weight: 700; margin-bottom: 20px;}
.heading-sm {font-size: 35px; color: var(--black); font-weight: 600; margin-bottom: 20px;}

.heading-lg span {font-weight: 300!important;}
.h2-span {font-size: 20px!important; padding: 6px 10px; border: #000C15 2px solid; border-radius: 4px; display: inline-block; margin-bottom: 10px;}

/*---Buttons---*/

.btn-white, .btn-outline {
	font-size: 20px;
	font-weight: 700;
	color: var(--black);
	background: #fff;
	text-align: center;
	padding: 15px 0;
	display: inline-block;
	width: 230px;
	border: 4px solid #fff;
	transition: transform .2s;
	transition: all .4s ease-out;
	font-family: 'figtree', sans-serif;
}
.btn-outline {background: transparent!important; color: #fff!important;}
.btn-outline:hover {background: #fff!important; transform: scale(.9); color: var(--dark-grey)!important;}
.btn-white:hover {transform: scale(.9);}
.btn-blue {
	background: linear-gradient(180deg, #3D5D76 0%, #537A97 100%)!important; 
	color: #fff!important;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 19px 0;
	display: inline-block;
	width: 230px;
	border: none;
	transition: transform .2s;
	transition: all .4s ease-in;
	font-family: 'figtree', sans-serif;
}
.btn-blue:hover { transform: scale(.9); background: linear-gradient(to top, #537A97 0%, #537A97 100%)!important; border: none!important;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/








/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1300px) {
	.col-3-inner .heading-sm {padding: 20px;}
	.info-slider .info-image .wrapper {margin: 0 80px;}
}

@media only screen and (max-width: 1285px) {
	.col-3 .white-box {height: 400px;}
}

@media only screen and (max-width: 1180px) {
	.col-3 .white-box {padding: 30px 15px 40px;}
	.col-3 .img-height {height: 280px;}
	.grid-2 .white-bx {padding: 40px;}
	.grid-2 .white-bx .btn-top {margin-top: 30px;}
}

@media only screen and (max-width: 1100px) {
	.team .contact-cards {flex-wrap: wrap; justify-content: center;}
	.team .contact-cards .contact-box {max-width: 40%;}
	.team .contact-cards .img-height {max-width: 100%;}
}

@media only screen and (max-width: 1050px) {
	.img-left .white-box, .img-right .white-box {padding: 40px 30px;}
	.col-3-inner > .flex:last-child {flex-wrap: wrap;}
}

@media only screen and (max-width: 1000px) {
	.col-3 > .flex:last-child {flex-wrap: wrap;}
	.col-3 .img-height {max-width: 100%;}
	.col-3 .white-box {height: auto;}
	.my-site-footer .wrapper .flex {gap: 40px;}
}

@media only screen and (max-width: 950px) {
	.my-site-footer .wrapper {flex-wrap: wrap;}
}

@media only screen and (max-width: 900px) {
	.col-3 > .flex:first-child {flex-wrap: wrap;}
	.img-left .wrapper {flex-wrap: wrap;}
	.img-right .wrapper {flex-direction: column-reverse;}
	.img-left .white-box, .img-right .white-box {margin-left: 10px; margin-right: 10px; margin-top: -100px; padding: 40px 15px; border-right: 0; border-left: 0; border-bottom: 8px solid #3D5D76;}
	.img-left .img-height, #about .img-left .img-height, .img-right .img-height, #about .img-right .img-height {height: 300px; min-width: 100px; margin-left: 0;}
	#home .img-left {background: linear-gradient(rgb(255, 255, 255) 10%, rgb(245, 245, 245) 10%);}
	.grid-2 .flex {flex-wrap: wrap;}
	#products .img-right .white-box {margin-right: 10px;}
	.img-right .images-2 {display: flex; gap: 10px;}
	.img-right .images-2 .img-top, .img-right .images-2 .img-bottom, #products .img-left .img-height, #pruning-towers .img-left .img-height, #orchard-cabs .img-right .img-height, #orchard-cabs .img-left .img-height, #support .img-left .img-height {height: 300px!important;}
	.brochure-btns .white-box {padding: 20px;}
	.manufacturers .white-box > div, .manufacturers .white-box .links {padding: 30px 20px;}
}

@media only screen and (max-width: 830px) {
	.heading-lg {font-size: 45px;}
	.heading-md {font-size: 40px;}
	.heading-sm {font-size: 30px;}
	.home-hero p {font-size: 17px!important; margin-top: 10px;}
	.faq-accordian .wrapper {flex-wrap: wrap; gap: 0;}

	.info-slider .heading-md {font-size: 50px!important;}
	.info-slider .heading-sm {font-size: 30px!important;}
}

@media only screen and (max-width: 700px) {
	.contact .white-box {padding: 40px;}
	.col-3-inner .img-height {height: 200px;}
	.flex-row {flex-direction: column;}
	.form-half, .form-third {width: 100%; margin: 15px 0;}
	.team .flex:first-child, .manufacturers > .flex, .brochure-btns .flex {flex-wrap: wrap;}
	.manufacturers > .flex {gap: 0;}
	.team .contact-cards .img-height {height: 200px;}
	
	.manufacturers .sticky-btn {display: flex; justify-content: flex-end; width: fit-content;position: sticky; top: 0; right: 0; margin-bottom: 50px;margin-left: auto;}
	.sticky-btn .btn-blue {width: 60px!important; padding: 10px 0!important;}
}

@media only screen and (max-width: 600px) {
	.home-hero .wrapper, .col-3, .grid-2, #about .img-left, .img-right, .faq-accordian, .contact .wrapper, .col-3-inner, .center-section, .brochure-btns, .team {padding-top: 80px!important; padding-bottom: 80px!important;}
	#home .img-left, #products .img-left, #pruning-towers .img-left, #orchard-sprayers .img-left, #orchard-cabs .img-left, .contact-form, .product-registration-form, #thankyou .center-section, #support .img-left {padding-bottom: 80px!important;}
	.col-3 .white-box, .col-3-inner .white-box {margin-left: 10px; margin-right: 10px;}
	#orchard-cabs .img-right {padding-top: 80px!important; padding-bottom: 0!important;}
	
	.inner-hero .img-height {height: 200px;}
	.grid-2 .white-bx {padding: 20px 20px 30px;}
	.contact .white-box .flex {flex-direction: column; gap: 0;}
	.brochure-btns .wrapper > p {margin-bottom: 0px;}
	.manufacturers .white-box .flex-addresses {gap: 30px;}
	.manufacturers .buttons {flex-wrap: wrap;}
	.manufacturers .buttons button {max-width: 100%;}
}

@media only screen and (max-width: 550px) {
	.team .contact-cards .contact-box {max-width: 100%;}
	.team .contact-cards .img-height {height: 350px;}	
	.info-slider .info-image .wrapper {margin: 0 15px;}
}

@media only screen and (max-width: 500px) {
	.home-hero .wrapper {padding-top: 50px!important; padding-bottom: 50px!important;}
	.heading-lg {font-size: 40px;}
	.heading-md {font-size: 35px;}
	.heading-sm {font-size: 25px;}
	.heading-xsm {font-size: 20px!important;}
	.home-hero .btn-top {margin-top: 30px;}
	.info-slider .btn-top {margin-top: 40px;}
	
	.info-slider .heading-md {font-size: 35px!important;}
	.info-slider .heading-sm {font-size: 25px!important;}
}

@media only screen and (max-width: 400px) {
	.team .contact-cards .img-height {height: 250px;}
	
	/*---DID YOU KNOW SLIDER HEIGHT---*/
	.info-slider .info-image, .info-slider .info-image > div {height: 850px;}
}

@media only screen and (max-width: 355px) {
	.my-site-footer .wrapper .flex {flex-direction: column; gap: 0;}
	.contact .white-box {padding: 20px;}
	
	/*---DID YOU KNOW SLIDER HEIGHT---*/
	.info-slider .info-image, .info-slider .info-image > div {height: 950px;}
}

@media only screen and (max-width: 330px) {
	.btn-blue {width: 220px;}
}