﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/kzj1hpq.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 {
  --purple: #48628A;
  --dark-purple: #304463;
  --dark-grey: #0B0B0C;
  --grey: #F4F4F4;
}

/***** 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;
}

h1, h2, h3 {
	font-family: 'ronnia', sans-serif;
}

#home p, #thankyou p, #contact p, #about p, #service p, #horning-videos p, .inner-hero-inventory p  {
	font-family: 'figtree', sans-serif;
	font-size: 17px; 
	color: var(--dark-grey);
	line-height: 30px;
}

/*-------- 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(--dark-grey); background-position: center; background-size: cover;}
.home-hero > div, .inner-hero  > div {background: rgba(11,11,12,.45);}
.home-hero .wrapper {padding-top: 210px!important; padding-bottom: 210px!important;}
.home-hero .wrapper .heading-lg {max-width: 980px;}

#about .inner-hero {background: url("/siteart/about-hero.jpg") no-repeat; background-color: var(--dark-grey); background-position: center; background-size: cover;}
#contact .inner-hero {background: url("/siteart/contact-hero.jpg") no-repeat; background-color: var(--dark-grey); background-position: center; background-size: cover;}
#service .inner-hero {background: url("/siteart/service-hero.jpg") no-repeat; background-color: var(--dark-grey); background-position: center; background-size: cover;}
#horning-videos .inner-hero {background: url("/siteart/horning-videos-hero.jpg") no-repeat; background-color: var(--dark-grey); background-position: center; background-size: cover;}
#thankyou .inner-hero {background: url("/siteart/thankyou-hero.jpg") no-repeat; background-color: var(--dark-grey); background-position: center; background-size: cover;}
.inner-hero-inventory {background: var(--purple); padding-top: 30px!important; padding-bottom: 30px!important;}
.inner-hero .wrapper {padding-top: 80px!important; padding-bottom: 80px!important;}
.inner-hero .heading-lg {margin-bottom: 20px;}
.inner-hero p, .inner-hero-inventory p {color: #fff!important;}
.inner-hero .flex, .inner-hero-inventory .flex {gap: 30px; flex-wrap: wrap; align-items: center;}
.inner-hero a, .inner-hero-inventory a {color: #fff; font-size: 17px; font-weight: 700; font-family: 'figtree', sans-serif;}
.inner-hero a:hover, .inner-hero-inventory a:hover {text-decoration: underline;}
.inner-hero hr, .inner-hero-inventory hr {margin: 0; border: #fff solid 1px; height: 25px;}

/*---BODY--------------------------------*/
/*---center-section---*/
.center-section {max-width: 1275px!important; text-align: center; padding-top: 100px!important; padding-bottom: 100px!important;} 
.center-section .flex {gap: 20px; justify-content: center; flex-wrap: wrap;}

/*---col-3---*/
.col-3 {padding-top: 130px; padding-bottom: 130px; background: var(--grey);}
.col-3 .flex {justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 50px;}
.col-3 .flex > div:first-child {max-width: 700px;}

/*---SLIDER---*/
.img-slider {overflow: hidden;}
.img-slider .inventory-slide-wrap {position: relative;width: 100%;max-width: 1935px;display: flex;justify-content: flex-end;}
.products-image {position: relative; max-width: 596px; width: 100%; height: 450px; background-color: var(--dark-grey); transition: 0.4s ease-out;}
.products-image:hover {background-color: var(--purple);}
.products-image:hover img {opacity: .1;}
.img-slider .products-image:hover .heading-mdsm {color: var(--dark-grey)!important; text-shadow: none!important;}
.products-image img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .5;}
.img-slider .heading-sm {position: absolute; bottom: 40px; left: 50px; right: 50px;}
.img-slider .slide-inventory {width: 100%;height: 100%;}
.img-slider .slide-inventory div {max-height: 460px;}
.img-slider .slick-slide {margin-left: 10px; margin-right: 10px;}

/*---img-overlap---*/
.img-overlap {padding-top: 100px!important; padding-bottom: 100px!important;}
.img-overlap .img-height {max-width: 100%; width: 100%; height: 580px;}
.img-overlap .img-height img {width: 100%; height: 100%; object-fit: cover;}
.img-overlap .box-border {background: #fff; border: #304463 solid 2px; border-radius: 20px; z-index: 2;position: relative; max-width: 1500px; margin: -150px auto 0; text-align: center; padding: 100px 20px;}
.img-overlap .box-border p {max-width: 830px; margin: 0 auto;}

/*---img-right---*/
.img-right {background: linear-gradient(to bottom, #fff 90%, #0B0B0C 10%);}
.img-right .flex {justify-content: space-between; align-items: center; gap:30px;}
.img-right .flex > div:first-child {min-width: 350px;}
.img-right .img-height {max-width: 1090px; height: 700px; width: 100%;}
.img-right .img-height img {height: 100%; width: 100%; object-fit: cover;}
.img-right ul {margin-top: 30px;}
.img-right ul i {margin-right: 20px;}
.img-right ul a {color: var(--dark-grey); font-size: 17px; line-height: 40px; font-family: 'figtree', sans-serif;}
.img-right ul a:hover {text-decoration: underline;}

/*--------PAGE STYLES--------------------*/
/*---thankyou---*/
/*---about---*/
.img-right-inner {justify-content: space-between; gap: 40px; align-items: center; padding-top: 100px!important; padding-bottom: 100px!important;}
.img-right-inner > div:first-child {max-width: 850px;}
.img-right-inner p > a, .center-section-inner p > a {color: var(--dark-grey);}
.img-right-inner p > a:hover, .center-section-inner p > a:hover {text-decoration: underline;}
.img-right-inner .img-height {width: 100%; max-width: 780px; height: 670px; min-width: 250px;}
.img-right-inner .img-height img {width: 100%; height: 100%; object-fit: cover;}
.center-section-inner {background: var(--grey); padding-top: 100px; padding-bottom: 100px;}
.center-section-inner .wrapper {max-width: 800px; text-align: center;}
.img-left {align-items: center; gap: 70px; padding-top: 100px!important; padding-bottom: 100px!important;}
.img-left > div:first-child > .img-height {max-width: 800px; width: 100%; height: 320px; min-width: 250px;}
.img-left > div:first-child > .img-height img {width: 100%; height: 100%; object-fit: cover;}
.img-left > div:first-child .flex {gap: 20px; margin-top: 20px; justify-content: space-between;}
.img-left > div:first-child .flex .img-height {max-width: 390px; width: 100%; height: 280px;}
.img-left > div:first-child .flex .img-height img {width: 100%; height: 100%; object-fit: cover;}
.img-left > div:last-child {max-width: 840px;}

/*---horning-videos---*/
.videos {padding-top: 100px!important; padding-bottom: 100px!important;}
.videos > div:first-child {text-align: center; max-width: 900px; margin: 0 auto 40px;}
.videos .flex {justify-content: center; gap: 20px;}
.videos .img-height {max-width: 442px; width: 100%; height: 275px;}
.videos .img-height iframe {width: 100%; height: 100%; object-fit: cover;}
.videos .btn-top {margin: 50px auto 0; text-align: center;}
/*---contact---*//*---service---*/
#contact .img-right .img-height {height: 600px;}

/*--------FORM STYLES--------------------*/
.form-all p {text-align: center; max-width: 800px; margin: 0 auto 40px;}

.form-all {
	box-sizing: border-box;
	max-width: 1160px!important; 
	width: 100%;
	margin: 0 auto 100px!important;
	text-align: center;
	padding-top: 100px!important;
	padding-bottom:65px!important;
}

.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(--grey);
	font-family: 'figtree', sans-serif;
	box-sizing: border-box;
}
.form-2nd-row {margin-right: 0;}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: none;
	background: var(--grey);
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'figtree', sans-serif;
}
.form-full {margin: 15px 0 30px 0;}

/*--------Captcha--------------------*/

.include-captcha{display:none;}
#submit-btn {float: right;}
.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {color: var(--dark-grey);font-family: 'figtree', sans-serif;}
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}

/*-------- FOOTER STYLES ----------------*/
.my-site-footer{background: var(--dark-grey);}
.my-site-footer .wrapper {padding-top: 80px!important; padding-bottom: 80px!important;}
.my-site-footer .wrapper > .flex {padding-top: 100px; border-top: #fff solid 2px;}
.my-site-footer .wrapper > .flex {justify-content: space-between; gap: 30px;}
.my-site-footer .wrapper > .flex .flex {justify-content: space-between; gap: 100px;}
.my-site-footer .img-height img {max-width: 350px; width: 100%; padding: 20px 40px; border-radius: 20px; background: rgba(255,255,255,.8); box-sizing: border-box;}
.my-site-footer li {margin-bottom: 25px;}
.my-site-footer i {margin-right: 20px;}
.my-site-footer a, .my-site-footer p {color: #fff; font-family: 'figtree', sans-serif; font-size: 17px;}
.my-site-footer a:hover {text-decoration: underline;}
.my-site-footer .footer-heading {margin-bottom: 50px; font-size: 25px!important; font-weight: 700;}

/*-------- UNIVERSAL STYLES ----------------*/
.wrapper {
	padding: 0 15px; 
	margin: 0 auto;
	max-width: 1830px;
}

.flex {display: flex;}
.btn-top {margin-top: 60px;}
.p-top {margin-top: 20px;}

/*---Headings---*/
.heading-lg {font-size: 85px; font-weight: 700; color: #fff;}
.heading-md {font-size: 50px; font-weight: 700; color: var(--dark-grey); margin-bottom: 20px; line-height: 60px;}
.heading-sm {font-size: 40px; color: #fff; font-weight: 700;}

.h2-span {font-size: 25px; color: #fff!important; padding: 8px 24px; background: var(--dark-purple); border-radius: 100px; font-weight: 400!important;}

/*---Buttons---*/

.btn-purple, .btn-white {
	display: inline-block;
	border: none;
	width: 230px; 
	color: #fff;
	background: var(--purple);
	padding: 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	transition: all .4s ease-out;
    font-family: 'ronnia', sans-serif;
}

.btn-white {background: #fff!important; color: var(--dark-grey)!important;}

.btn-purple:hover {background: var(--dark-purple);}
.btn-white:hover {background: var(--purple)!important; color: #fff!important;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper {margin-top: 20px!important;}
.list-top-section .list-listings-count {color: var(--purple)!important;}

.list-container-flexrow .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button) {background: var(--purple)!important; transition: all .4s ease-out!important;}
.list-container-flexrow .view-listing-details-link:hover, .list-content .list-error-container .info button:not(.login-button):hover {background: var(--dark-purple)!important;}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1620px) {
	.img-overlap .box-border {margin: -150px 15px 0;}
}

@media only screen and (max-width: 1300px) {
	.my-site-footer .wrapper > .flex .flex {gap: 40px;}
}

@media only screen and (max-width: 1200px) {
	.my-site-footer .wrapper > .flex {flex-direction: column; gap: 60px;}
	.my-site-footer .wrapper > .flex .flex {gap: 50px;}
}

@media only screen and (max-width: 1100px) {
	.products-image {height: 200px;}
	.img-slider .heading-sm {left: 30px; right: 30px; bottom: 20px;}
	.videos .flex {flex-wrap: wrap;}
	.videos .img-height {max-width: 100%;}
}

@media only screen and (max-width: 830px) {
	.my-site-footer .img-height {margin: 0 auto;}
	.my-site-footer .wrapper > .flex .flex {flex-direction: column; justify-content: center;}
	.my-site-footer .wrapper > .flex .flex div {text-align: center;}
}

@media only screen and (max-width: 800px) {
	.col-3 .flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 730px) {
	.heading-lg {font-size: 50px;}
	.heading-md {font-size: 40px; line-height: 50px;}
	.heading-sm {font-size: 30px;}
	.h2-span {font-size: 20px;}
	.img-overlap .img-height {height: 330px;}
	.img-overlap .box-border {padding: 50px 20px; margin: -100px 15px 0;}
}

@media only screen and (max-width: 700px) {
	.img-right .flex, .img-right-inner {flex-wrap: wrap;}
	.img-right .img-height, .img-right-inner .img-height, #contact .img-right .img-height {height: 300px; min-width: 100px;}
	.img-left {gap: 40px; flex-wrap: wrap;}
	.img-left > div:first-child > .img-height {min-width: 100px;}
	.img-left > div:first-child > .img-height, .img-left > div:first-child .flex .img-height {height: 240px;}
}

@media only screen and (max-width: 600px) {
	.center-section, .home-hero .wrapper, .col-3, .img-overlap, .img-right-inner, .center-section-inner, .img-left, .videos {padding-top: 80px!important; padding-bottom: 80px!important;}
	.img-right .flex > div:first-child {min-width: 100px;}
	.my-site-footer .wrapper > .flex {padding-top: 80px;}
	.form-all {padding-top: 80px!important; margin: 0 auto 80px!important;}
}

@media only screen and (max-width: 500px) {
	.flex-row {flex-wrap: wrap;}
	.form-half {width: 100%; margin: 15px 0;}
}

@media only screen and (max-width: 420px) {
	.my-site-footer .flex .flex div:last-child a {display: flex; flex-direction: column; justify-content: center; gap: 15px;}
	.my-site-footer i {margin-right: 0px;}
	.img-left > div:first-child > .img-height, .img-left > div:first-child .flex .img-height {height: 150px;}
	.img-left > div:first-child .flex {margin-top: 10px; gap: 10px;}
}

@media only screen and (max-width: 385px) {
	.img-right ul a {font-size: 16px;}
	.img-right ul i {margin-right: 4px;}
}

@media only screen and (max-width: 350px) {
	.heading-lg {font-size: 45px;}
	.heading-md {font-size: 35px; line-height: 45px;}
	.img-overlap .box-border {margin: -100px 5px 0; padding: 50px 10px;}
}


