@font-face {
	font-family: 'Avenir';
	src:  url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
			url('../fonts/AvenirLTStd-Book.woff') format('woff');
	font-style: normal;
	font-weight: 300;
}
@font-face {
  font-family: 'Avenir';
  src:  url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}
@font-face {
  font-family: 'Avenir';
  src:  url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Medium.woff') format('woff');
	font-style: normal;
	font-weight: 500;
}
@font-face {
  font-family: 'Avenir';
  src:  url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
	font-style: normal;
	font-weight: 850;
}

@font-face {
  font-family: 'Avenir';
  src:  url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff');
	font-style: normal;
	font-weight: 900;
}

:root{
	--gold: #d7ae49;
	--purple: #a42447;
	--dkblue: #1f2f47;
	--black: #272525;
	--tan: #fdf8f0;
	--ltgrey: #e0dfda;
	--blue: #4267c9;
}

body{
	font-family: 'Avenir';
	color: var(--black);
	font-size:17px;
	
}
h1, .h1{
	font-family: 'Avenir';
	font-weight: 900;
	font-size:36px;
	line-height:1.25
}

h2, .h2{
	font-family: 'Avenir';
}
h3, .h3{
	font-size: 31px;
    font-weight: 800;
	line-height:38px;
}


h5, .h5{
	font-family: 'Avenir';
	font-size: 17px;
    font-weight: 800;
}
.fancy{
	font-family: 'Avenir', serif !important;
	font-weight:850;
	font-size: 30px;
    line-height: 36px;
}
h1 .fancy, .h1 .fancy{
	font-size:inherit;
	line-height:inherit;
}
p.fancy{
	font-size:20px;
	line-height:1.15;
}
.single p.fancy{
	font-size:34px;
}
.header-block h1, .header-block .sub-heading{
	font-size:36px;
	line-height:45px;
	
}


a{
	text-decoration:none;
	color: var(--purple);
}
a:hover, a:focus, a:active{
	text-decoration:none;
	color: var(--purple);
}
a > .h5, a > h5{
	color: var(--black);
}
.h5 > svg{
	margin-right:.75em;
}
.thing-to-do .h5{
	font-size:15px;
	font-weight:500;
}
h1 > em{
	color: var(--purple) !important;
	font-family: 'Avenir', serif !important;
    font-weight: 850;
	font-style:normal;
}

.text-gold{
	color: var(--gold) !important;
}
.text-purple{
	color: var(--purple) !important;
}
.font-italic{
	font-family: 'Avenir', serif !important;
	font-weight:850;
}
.site{
	position:relative;
	
}
.background-tan{
	background: var(--tan) !important;
}
.background-dkblue{
	background: var(--dkblue) !important;
}
.top-35{
	top:35px;
}
#wrapper-navbar{
	position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
}
#wrapper-navbar .navbar-brand img{
	width:120px;
	-webkit-filter: drop-shadow(2px 5px 5px rgba(0,0,0,0.5));
	filter: drop-shadow(2px 5px 5px rgba(0,0,0,0.5));
}
ul.navbar-nav{
	font-family: 'Avenir';
	font-weight:bold;
}
.offcanvas-body{
	overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.offcanvas-body .social-icons a{
	color: var(--black);
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:10px;
	height: 33px;
    background: #fff;
    width: 33px;
	font-size:1.35em;
}
.navbar-nav > .menu-item:not(:last-child){
	margin-right:15px;
}
ul.navbar-nav a{
	color:var(--dkblue);
}

ul.navbar-nav .btn-dkblue > a.nav-link, ul.navbar-nav .btn-purple > a.nav-link{
	color: #fff;
	padding-left:20px;
	padding-right:20px;
	border-radius:25px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.btn-dkblue > a.nav-link{
	background: var(--dkblue);
}
.btn-dkblue > a.nav-link:before{
	
	content:'';
	display: inline-block;
	height:1em;
	width:1em;
	background-image: url(/wp-content/uploads/2023/09/login.svg);
	background-size:contain;
	background-repeat:no-repeat;
	
    margin-right: 0.5em;

}
.btn-purple > a.nav-link{
	background: var(--purple);
}
.navbar-toggler{
	border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.header-block{
	height:85vh;
}
.header-block .background_image{
	object-fit:cover;
	z-index:1
} 
.header-block .overlay{
	z-index:2;
}
.header-block .container{
	z-index:3;
}
.header-spacer{
	height:155px;
}
.cta-home{
	z-index:4;
	transform: translateY(50%);
	padding-left: 15px;
    padding-right: 15px;
}
.cta-home h3{
	font-size:30px;
	line-height:36px;
	font-weight:400;
}
a.cta-btn{
	color: #fff;
	font-size:41px;
	line-height:50px;
	position: relative;
	font-weight:bold;
}
.cta-btn .circle{
	position: relative;
    display: inline-block;
    margin: 0;
	width: 1.75rem;
    height: 1.75rem;
    background: var(--purple);
    border-radius: 1.625rem;
    transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	margin-left:10px;
}
.cta-btn .circle .icon {
    transition: all 0.45s cubic-bezier(0.65,0,.076,1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    left: 0;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
.cta-btn .circle .icon:before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}
a.cta-btn:hover, a.cta-btn:focus, a.cta-btn:active{
	color: #fff;
}
.btn-close{
	color: var(--dkblue);
    opacity: 1;
}
.page-header{
	background-image: url(/wp-content/uploads/2023/09/default-background-scaled.jpg);
	background-size:cover;
	background-position:bottom;
}
.vine-bg:after{
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	display:block;
	background: url(/wp-content/uploads/2023/08/vine.png);
	background-size:cover;
	background-position:bottom;
	left:0;
	top:0;
	opacity:0.04;
	z-index:-1;
}

.entry-meta h2{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
}
.entry-meta h2 svg{
	height:20px;
	
}
.single-wineries .entry-content h3, .single-visitor_guide .entry-content h3, .single-crop-producers .entry-content h3 {
	font-size:20px;
	font-weight:bold;
	line-height: 24px;
}
.filter-wrap{
	top:50px;
}
.the-filters legend{
    color: var(--purple);
    background: #fff;
	cursor: pointer;
}
.the-filters legend svg{
	width:24px;
	height:24px;
}

fieldset legend svg{
	transition: transform 0.2s linear;
}
fieldset.active legend svg{
	transform:rotate(45deg);
}
fieldset:not(.active) .options{
	display:none;
}
.archive .single-winery-wrapper > article{
	aspect-ratio: 6 / 4;
	overflow:hidden;
}
.archive .single-winery-wrapper > article > img{
	position:absolute;
	top:0;
	left:0;
	object-fit:cover;
	z-index:1;
	width:100%;
	height:100%;
	transform:scale(1.0);
	transition: transform 400ms ease
}
.archive .single-winery-wrapper > article:hover > img{
	transform:scale(1.05);
}
.archive .single-winery-wrapper > article > .overlay{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:block;
	z-index:2;
	
}

.overlay{
	background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
	opacity:.3;
	transition: opacity 400ms ease 0s;
}
.archive .single-winery-wrapper > article:hover .overlay, .thing-to-do .image-wrapper:hover .overlay{
	opacity:1;
}
.overlay-text{
	z-index:3;
	bottom:0;
}
.overlay-text h2{
	font-size:1.5em;
	font-weight:800;
}
.overlay-text h2 a{
	color: #fff;
}
.overlay-text .sub-text{
	max-height:0;
	overflow:hidden;
	line-height:1.3;
	opacity:0;
	transition: max-height 600ms ease 0s, opacity 200ms ease 100ms;
	
}
.archive .single-winery-wrapper > article:hover .sub-text{
	max-height:100px;
	opacity:1;
}
.archive .single-winery-wrapper > article > .btn-location{
	position:absolute;
	top:15px;
	right:15px;
	z-index:4;
}
.wine-link div.btn-location{
	position:absolute;
	top:15px;
	right:15px;
}
.archive .single-winery-wrapper > article a.wine-link{
    z-index: 3;
}

.btn-location{
	background-color: var(--tan);
	font-size:14px;
	font-weight:600;
	color: var(--purple);
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 8px;
    border-radius: 25px;
	
}
.btn-location svg{
	height:14px;
	fill: var(--purple);
}
div.btn-location svg{
	transform: translateY(-0.1em);
}
.small-btn.btn-location{
	font-size: 14px;
    padding: 2px 4px;
}
.small-btn.btn-location svg{
	height:14px;
}
.btn-location:hover{
	color: var(--purple);
}

.thing-to-do img{
	aspect-ratio: 7 / 4;
    object-fit: cover;
	transform: scale(1.0);
    transition: transform 400ms ease;
}
.thing-to-do .image-wrapper:hover img, .thing-to-do .image-wrapper:active img, .thing-to-do .image-wrapper:focus img{
	transform:scale(1.05);
}
.archive-header img{
  object-fit: cover;
  object-position:center;
 
}
.img-grid-row{
  grid-auto-rows: 1fr;
}
.sign-up-form .wpcf7{
	max-width:none;
}
.sign-up-form .wpcf7 input[type=text], .sign-up-form .wpcf7 input[type=email]{
	padding: 0.5rem 1.5rem;
    border-radius: 35px;
	border: 1px solid;
}
.sign-up-form .wpcf7 input[type=text]:focus, .sign-up-form .wpcf7 input[type=email]:focus{
	border-color: var(--purple);
}
.wpcf7 input:focus::placeholder{
	color:transparent
}
/*-- footer -- */
#wrapper-footer{
	background: var(--black);
	position:relative;
}
#wrapper-footer:before, .offcanvas:before{
	content:'';
	display:block;
	height:100%;
	background-image: url(/wp-content/uploads/2023/08/textured-vine.svg);
	background-size:cover;
	width:100%;
	z-index:1;
	top: 0;
    background-repeat: no-repeat;
	left:25%;
	position:absolute;
	opacity: 0.5;
}
.offcanvas:before{
	z-index:-1;
	left:15%;
	opacity: 0.05;
}
#wrapper-footer .container{
	position:relative;
	z-index:2;
}
#wrapper-footer a{
	color: #fff;
	
}
#wrapper-footer ul{
	padding:0;
	
}
#wrapper-footer ul li{
	list-style-type:none;
}
#wrapper-footer .social-icons a{
	color: var(--black);
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:10px;
	height: 33px;
    background: #fff;
    width: 33px;
	font-size:1.35em;
}

#wrapper-footer h4{
	font-size:1em;
	font-weight:bold;
}
#wrapper-footer p.fancy{
	font-size:25px;
	line-height:30px;
	
}
#wrapper-footer .wpcf7 input[type=email], .off-canvas-bottom .wpcf7 input[type=email],
#wrapper-footer #mc_embed_signup form input[type=email]{
	padding: 0.5rem 1.5rem;
	border-radius: 35px;
	background-color: transparent;
    background-clip: padding-box; 
    border: 1px solid #fff;
	color: #fff;
}
#wrapper-footer #mc_embed_signup form{
	margin-top:1em;
	margin-left:0;
	margin-right:0;
}
#wrapper-footer .wpcf7 input::placeholder, #wrapper-footer #mc_embed_signup form input::placeholder{
	color: #fff;
}
#footer-4 h3{
	ront-size:35px;
	line-height:42px;
}
#menu-insider-links{
	display: flex;
    justify-content: space-around;
    margin-top: 1.5em;
    max-width: 500px;
}
.copyright{
	font-size:14px;
	line-height:17px;
}
.copyright p{
	margin-bottom: 0;
}
.sbi_info_wrapper{
	display:none;
}
#sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa{
	margin-bottom:0;
}
/*-- wp bakery elements -- */
.button-wrapper{
	min-width: 150px;
	display:inline-block;
}
.arrow-btn {
    position: relative;
    display: flex;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: 16px;
    font-family: inherit;
    transition: all 0.45s cubic-bezier(0.65,0,.076,1);
    height: 3rem;
    border-radius: 1.625rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    margin-right: 0.5rem;
}
.arrow-btn .circle {
    position: absolute;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: var(--purple);
    border-radius: 1.625rem;
    transition: all 0.45s cubic-bezier(0.65,0,.076,1);
}
.arrow-btn .button-text {
    padding-right: 2rem;
    margin: 0 0 0 4rem;
    color: var(--purple);
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.45s cubic-bezier(0.65,0,.076,1);
    z-index: 1;
    font-size: 1rem;
}
.arrow-btn .circle .icon:before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}
.arrow-btn:hover, .arrow-btn:focus {
    outline: none;
    box-shadow: none;
}
.arrow-btn .circle .icon {
    transition: all 0.45s cubic-bezier(0.65,0,.076,1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
.arrow-btn:hover .button-text, .arrow-btn:focus .button-text {
    color: #fff;
}
.arrow-btn:hover .circle, .arrow-btn:focus .circle {
    width: 100%;
}
.arrow-btn:hover .circle .icon, .arrow-btn:focus .circle .icon {
    background: #fff;
    transform: translate(1rem, 0);
}
a.purple-btn, body .wpcf7 input[type=submit], #mc_embed_signup input.purple-btn{
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	background: var(--purple);
    color: #fff;
    border-radius: 2rem;
    font-weight: bold;
    padding: 10px 30px;
	border:0px;
	transform: translateY(0px);
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
	width:auto;
	margin:0;
}
a.purple-btn:hover, a.purple-btn:focus, a.purple-btn:active, body .wpcf7 input[type=submit]:hover,
body .wpcf7 input[type=submit]:focus, body .wpcf7 input[type=submit]:active,
#mc_embed_signup input.purple-btn:hover, #mc_embed_signup input.purple-btn:active, #mc_embed_signup input.purple-btn:focus{
	transform: translateY(-3px);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
	background: var(--purple);
    color: #fff;
}
.purple-btn.small-btn{
	padding: 6px 20px;
}
.btn.outline-btn{
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	color: var(--purple);
    background: #fff;
    border-radius: 2rem;
    font-weight: bold;
    padding: 8px 45px;
	border:2px solid var(--purple);
	transform: translateY(0px);
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
	
}
.btn.outline-btn:hover, .btn.outline-btn:focus, .btn.outline-btn:active{
	transform: translateY(-3px);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
	color: var(--purple);
    background: #fff;
	
}
.btn-close:focus{
	box-shadow:none;
}
.btn.btn-none{
	color: var(--purple);
    padding: 5px 0px;
    font-weight: bold;
}
.image-grid{
	display: flex;
	grid-column-gap: 8px;
	grid-row-gap: 20px;
	justify-items: stretch;

}
.image-grid  > div{
	width:50%;
}

.image-grid .horizontal-images{
	display:grid;
	grid-row-gap: 8px;
}
.image-grid .horizontal-images > div{
	height:100%;
}
.image-grid img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlapping-column.vc_column_container>.vc_column-inner{
	padding:20px;
}
button.no-btn{
	background: transparent;
    border: 0px;
}
.offcanvas{
	overflow:hidden;
}
.swiper-slide img{
	aspect-ratio: 525 / 375;
}
body .swiper-pagination-bullet-active{
	background: var(--purple);
}
/* ---------------- Forms --------------------------------*/
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}


.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.check-container input:checked ~ .checkmark {
  background-color: transparent;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 15px;
  border: solid var(--purple);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-form input.search-field{
	border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding: 10px 20px;
	box-shadow: none;
}
.search-form input.search-field:focus{
	border-color: var(--black);
}
.search-form .btn-primary{
	border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 10px 20px;
    background: var(--purple);
    border: 1px solid var(--purple);
    font-weight: bold;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus{
	box-shadow:none;
}
.loader{
	display:none;
}
.more-experiences img{
	aspect-ratio: 575 / 375;
    object-fit: cover;
}
/* ---------------- WP Bakery fixes ------------------------ */
body .vc_col-has-fill>.vc_column-inner, body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
body .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top:0;
}
.wpb_single_image.wpb_content_element, .wpb_text_column.wpb_content_element{

	margin-bottom:0;
}
body #content .wpb_alert p:last-child, body #content .wpb_text_column :last-child, body #content .wpb_text_column p:last-child, 
body .wpb_alert p:last-child, body .wpb_text_column :last-child, body .wpb_text_column p:last-child{
	margin-bottom: 1rem;
}
body .vc_row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.z-1{
	z-index:1;
}
.z-2{
	z-index:2;
}
.z-3{
	z-index:3;
}
.category-item:not(:last-child):after {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: .5em;
    padding-right: 10px;
    padding-left: 10px;
    color: var(--purple);
}

a.image-wrapper {
    display: block;
    overflow: hidden;
}
.blog a.image-wrapper img, .search-results a.image-wrapper img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: all 1s ease;
}
.blog a.image-wrapper img:hover, .blog a.image-wrapper img:focus, .search-results a.image-wrapper img:hover, .search-results a.image-wrapper img:focus {
    transform: scale(1.1);
}
.searchandfilter ul{
	padding-left:1rem;
}
.searchandfilter input[type=submit]{
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
    background: var(--purple);
    color: #fff;
    border-radius: 2rem;
    font-weight: bold;
    padding: 10px 30px;
    border: 0px;
    transform: translateY(0px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    width: auto;
}
.searchandfilter input[type=submit]:hover, .searchandfilter input[type=submit]:focus, .searchandfilter input[type=submit]:active{
	transform: translateY(-3px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    background: var(--purple);
    color: #fff;
}
.form-select:focus {
    border-color: var(--purple);
    outline: 0;
    box-shadow: none;
}
.img-overlay:after{
	content:'';
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	background:var(--black);
	opacity:0;
	z-index:2;
	transition:all .25s linear;
	top:0;
	left:0;
}
a:hover .img-overlay:after, a:focus .img-overlay:after, a:active .img-overlay:after{
	opacity:.2;
}
.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat{
	background-color: #A51E45!important;
}
/* ---------------- Media Queries ------------------------ */

@media (min-width: 576px) { 
	.cta-home{
		padding-left:50px;
		padding-right:50px;
		
	}
	h1, .h1{
		font-size:41px;
	}
	.header-block h1, .header-block .sub-heading {
		font-size: 48px;
		line-height: 60px;
	}

}


@media (min-width: 768px) {
	h3, .h3{
		font-size: 41px;
		line-height:50px;
	}
	
	.map-image{
		position: absolute;
		top: 0;
		
	}
	.varietal-row:not(:last-child){
		position:relative;
	}
	.varietal-row:not(:last-child)::after{
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0.75rem;
		height: 2px;
		width: calc(100% - 1.5rem);
		z-index: 2;
		background: var(--ltgrey);
		
	}
	.cta-home{
		padding-left:100px;
		padding-right:100px;
		
	}
	.header-block h1, .header-block .sub-heading{
		font-size:60px;
		line-height:72px;
	}
	#wrapper-footer:before{
		left:0;
		transform: translateX(-50px);
		opacity:1;
		background-size:contain;
	}
	#menu-insider-links{
		display: block;
		margin-top: 0;
	}
	div.overlapping-column{
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	
}


@media (min-width: 992px) { 
	.expand-1{
		margin-left: -8.333334%;
	}
	.offcanvas:before{
		display:none;
	}
	#wrapper-footer:before{
		transform: translateX(-50px);
	}
	
	.overlapping-column.vc_column_container>.vc_column-inner{
		padding:40px;
	}
	.offcanvas-body{
		flex-direction:row;
	}
	/*.home #main-nav{
		background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 25%, rgba(255,255,255,0.6) 100%);
	}*/
	#main-nav .navbar-brand{
		position:absolute;
		top:0;
		left:0;
	}
	.home ul.navbar-nav a{
		color:#ffffff;
	}
}


@media (min-width: 1200px) {
	
	
}


@media (min-width: 1400px) {
	#wrapper-footer:before{
		left:8%;
		transform: translateX(0px);
	}
	
}
