/*
Theme Name: VT Standard (Pro &ndash; Child Theme)
Theme URI: http://theme.co/pro/
Author: Indelible
Author URI: https://becomeindelible.com
Description: A custom theme developed for The Vermont Standard.
Version: 1.9.32
Template: pro

*/

/*************\
	FONTS
**************/



h1, h2, h3, h4, h5 {
	font-family: 'vs-font', Lato, sans-serif !important;
}

/*CORNERSTONE RESETS*/

.entry-wrap{
    padding: 0;
    box-shadow: none;
}

.x-container.max {
	width: 100%!important;
}

.x-btn, .button, [type="submit"] {
	border: none!important;
}

/*UTILITY CLASSES*/

.pagination{
	display: flex;
    justify-content: center;
}

.pagination span{
	margin-right: 4%;
}

.relative {
	position: relative;
}

.flex {
	display: flex;
}

.column {
	flex-direction: column;
}

.align-start {
	align-items: flex-start;
}

.align-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.stretch {
	align-items: stretch;
}

.space-between {
	justify-content: space-between;
}

.pad-2-left {
	padding: 0% 4%;
}

.z-back {
	/*z-index: -1!important;*/
	margin-top: 100vh!important;
}

.hide {
	display: none!important;
}

.disable-css-transitions {
	transition: none!important;
}

.fullscreen {
	height: 100vh;
	width: 100%;
}

.invisible {
	opacity: 0;
}

#body-loading-container {
	width: 100%;
	min-height: 30vh ;
}

#body-loading-container img {
	display: block;
	width: 200px;
	margin: auto;
}

.mobile-not-split .primary-text {
	display: none;
}

.mobile-not-split .dot {
	display: none;
}

/****************
	MAIN MENU
****************/

#main-menu {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	box-shadow: none;
	background: transparent;
}

#main-menu a, #main-menu .x-anchor-text-primary {
	color: white;
}

/*FEED STYLES*/

.headline-gradient{
    -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
	max-height: 300px;
	overflow: hidden;
}

.news-show-more{
	background: transparent;
	border: none;
	color:#999;
	margin-bottom: 4px;
	text-decoration: underline;
}

.news-show-more:hover{
	text-decoration: none;
}

.body-sidebar {
	display: flex;
}

.body-sidebar > div {
	flex-basis: 100%;
}

.divided {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.divided > *:nth-child(odd) {
	flex-basis: 18%;
	/*min-width: 180px;*/
	min-width: 100px;
}

.divided > *:nth-child(even){
	flex-grow: 99999;
	width: 70%;
	border-left: 1px solid #417504;
}

.divided:last-child .secondary-container {
	padding-bottom: 10%;
}

.divided .secondary-container {
	min-height: 20vh;
}

.divided > .secondary-container, .divided > .category-title, .body-sidebar .sidebar-ads {
	padding-top: 20px;
} 

.divided h2.category-title {
	color: #417504;
	font-size: 1.15rem;
	text-align: center;
	font-weight: 100;
	margin-top: 50px;
	text-transform: uppercase;
	transform: translateY(-50%);
}

.news-feed, .feed-container {
	max-width: 100%;
}

.news-feed > div > a {
	display: block;

}

.feed-posts {
	margin-top: 1.625em;
	flex-direction: column;
	word-wrap: break-word;
}

.feed-post-date {
    font-size: 0.8rem;
    margin-right: 2%;
    text-align: left;
	flex-basis: 14%;
	line-height: 1;
	transform: translateY(25%);
}

.feed-post-title {
	margin-top: 0;
	font-size: 150%;
}

.feed-post-content {
	flex-basis: 90%;
	width: 90%;
}

/**********************
	EVENTS STYLES
**********************/

#ind-calendar > div:nth-child(2) {
	display: none;
}

#ind-calendar > div:first-child .js-wpv-view-layout img {
	width: 95%;
	margin-bottom: 25px;
}

#modal-content {
	width: 90%;
	margin: auto;
}

.ai1ec-categories, .ai1ec-tags {
	display: none!important;
}

.ai1ec-calendar-link {
	display: none!important;
}

.calendar-box {
	background: #417504;
	padding: 10px;
	color: white;
	margin: auto;
	margin-top: 15px;
	text-align: center;
	width: 70px;
}

.divided .calendar-box h2.category-title {
	color: white;
	margin: 15px 0 5px;
	text-decoration: underline;
	font-size: 0.65rem;
}

.divided .calendar-box .month {
	display: block;
	line-height: 0;
}

.divided .calendar-box .date-no {
	display: block;
	font-size: 1em;
}

.ind_event h5, .ind-modal-display h5 {
	font-size: 1.2em;
   	color: #666;
    margin-top: .5em;
}

/*SLIDER STYLES */

.gradient-mask {
	height: 100vh;
	width: 100%;
	background: #417504;
}

.gradient-mask:before {
	content: "";
	position: absolute; 
	width: 100%;
	height: 100vh;
	/*background: linear-gradient(-45deg, #928DAB 0%, #1F1C2C 100%);*/
	background: linear-gradient(-45deg, rgba(10,10,10, 0.25)  0%, rgba(30,30,30, 0.75) 100%);
	opacity: 0.95;
	height: 100vh;
}

.relative-gradient-mask:before {
	content: "";
	display: block;
	position: absolute; 
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	/*background: linear-gradient(-45deg, #928DAB 0%, #1F1C2C 100%);*/
	background: linear-gradient(-45deg, rgba(10,10,10, 0.25)  0%, rgba(30,30,30, 0.75) 100%);
	opacity: 0.95;
}

.gradient-mask > *, .z-fix {
	z-index: 10;
    position: absolute;
    text-align: center;
    width: 100%;
}

.simple-mask {
	position: relative;
}

.simple-mask:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	/*background: linear-gradient(-45deg, #928DAB 0%, #1F1C2C 100%);*/
	background: linear-gradient(-45deg, rgba(10,10,10, 0.45)  0%, rgba(30,30,30, 1) 100%);
	opacity: 0.95;
	top: 0;
	bottom: 0;
	left: 0;
}

#ind-slider {
	background: black;
	height: 100vh;
	align-items: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	overflow: hidden;
}

#ind-slider .x-container {
	z-index: 10;
	pointer-events: none;
}

#ind-slider > .divided {
	height: 100vh;
}

#ind-slider .divided > *:nth-child(odd) {
	flex-basis: 18%;
	min-width: 100px;
}

#ind-slider .divided > *:nth-child(even) {
	border-color: white;
}

#ind-slider > .divided > * {
	height: 100vh;
}

#ind-slider #ind-left-nav {
	align-items: center;
	padding-top: 3%;
	padding-bottom: 3%;
	border-right: 1px solid white;
	font-size: 80%;
	pointer-events: all;
}

#ind-slider ul {
	list-style: none;
	margin: 0;
}

#ind-slider li {
	color: white;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20%;
	margin-bottom: 20%;
}

#ind-slider .classified-categories li {
	margin: auto;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.slider-post {
	position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    background: black;
    flex-direction: column;
    justify-content: center;
    background-position: top right!important;
    background-size: auto 100%!important;
    z-index: -1;
    transition: left 0.35s ease-in-out, background-size 7s linear;
}

.ind-slide-image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    display: block;
    background-size: cover;
    transition: left 0.35s ease-in-out, transform 7s linear;
}

.slider-post.live {
	/*background-size: auto 107%!important;*/
	z-index: 5;
}

.slider-post.live .ind-slide-image {
	transform: scale(1.15);
}

.slider-post.start {
	z-index: 5;
}

.slider-post.live:nth-of-type(2) {
	z-index: 4;
}

.slider-post.live.discard {
	left: -100vw;
	z-index: 7;
}

.slider-post-content {
	margin-left: 35vw;
	width: auto;
	text-align: left;
}

.slider-post p, .slider-post a, .slider-post h2 {
	color: white;
	text-align: left;
	opacity: 0;
	transition: margin 0.35s ease-in-out 0.35s, opacity 0.35s ease-in-out 0.35s;
}

.slider-post a:hover {
	color: #e3e3e3;
}

.slider-post p {
	margin-top: -10%;
}

.slider-post.live p, .slider-post.live a, .slider-post.live h2 {
	opacity: 1;
}

.slider-post.live p {
	margin-top: 0;
	opacity: 1;
}

.slider-post h2{
	font-size: 2em;
	font-weight: 100;
	margin-top: 2%;
}

.slider-post .slider-post-date {
	padding-left: 15px;
	position: relative;
	display: inline;
}

.slider-post .slider-post-date:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 1px;
	background: white;
}

.slider-post .slider-post-date:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 15px;
	background: #2275e3;
	transform: translateY(35%);
}

#gform_1 input {
	width: 100%;
}

body .gform_wrapper #gform_1 .top_label .gfield {
	margin-bottom: 0!important;
}

#dots {
	display: none;
	margin: 0;
	position: absolute;
	right: -15px;
	bottom: 10%;
	width: 65vw;
	justify-content: space-between;
	z-index: 10;
	overflow: hidden;
}

#dots .progress {
	position: absolute;
	top: 50%;
	left: -100%;
	transform: translateY(-50%);
	height: 3px;
	width: 100%;
	background: white;
	z-index: -1;
	transition: left 5s linear;
}

#dots li {
	margin: 0;
}

#dots li.icon {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: transparent;
	border: 1px solid white;
	cursor: pointer;
}

#dots li.icon.viewed {
	background: #417504;
}

#dots li.line {
	flex-grow: 1;
	height: 5px;
	background: transparent;
	border-bottom: 1px solid white;
}

#vs-ind-slider-control h2 {
	color: white;
	font-weight: 100;
	margin: 0.2em 0 1.25em;
}

#vs-ind-slider-control {
	width: 100vw;
	margin-right: auto;
	margin-left: -15px;
}


#slider-read-more {
	display: block;
	text-align: center;
    color: white;
}

.classified_image {
	display: none;
}

/* Event Modals*/
#event-loading-container {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100vh;
	background: rgba(30,30,30, 0.5);
	z-index: 9999999;
}

.ind-modal-display {
	background: #fff;
	max-width: 800px;
	width: 90%;
	max-height: 85vh;
	height: auto;
	margin: auto;
	overflow: auto;
	padding: 1% 2%;
}

.ind-modal-display img {
	max-width: 95%;
	margin: auto;
}

.ind-modal-display h3 {
	margin-top: 0;
	font-size: 2em;
}

/********************
		ADS
********************/

.indvspro-banner {
	min-height: 100px;
}

.banner-ads {
	margin-left: 4%;
}

a.banner-ads {
	display: block;
}

.baner-ads img {
	width: 92%;
}

.sidebar-ads {
	display: none;
}

.sidebar-ads img {
	margin-bottom: 20px;
}

/*DOTS!*/

.dot {
	display: none;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: #417504;
	position: absolute;
	top: 14px;
	left: calc(0% - 8px);
}

.green.dot {
	background: #417504;
}

.ball-after {
	position: relative;
}

.ball-after:after {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: #417504;
	position: absolute;
	top: calc(50% + 4px);
	right: calc(0% - 8px);
}

/**********************
	SPLASH PAGE 
*********************/

#splash-logo img {
	width: auto;
	opacity: 1;
	margin-top: 0;
	transition: opacity 0.35s ease-in-out, margin 0.7s ease-in-out;
}

#splash-woodstock {
	/*color: white;*/
	text-align:center;
	font-weight:100;
	margin-top:5px;
	margin-bottom:0;
	opacity: 1;
	font-size: 1.75em;
	transition: opacity 0.35s ease-in-out, margin 0.7s ease-in-out;
}

#splash-woodstock.preload {
	margin-top: 30px;
	opacity: 0;
}

#splash-logo.preload img {
	opacity: 0;
	margin-top: 35px;
}

#towns {
	display: none;
	list-style: none;	
	justify-content: center; /*fallback*/
	justify-content: space-evenly;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 90%;
	flex-wrap: wrap;
	transition: opacity 0.35s ease-in-out, margin 0.7s ease-in-out;
}

#towns li {
	font-size: 1em;
	/*position: absolute;*/
	top: 0;
	/*left: 50%;*/
	padding: 5px;
	text-align: center;
	transform: translateX(-10%);
	text-transform: uppercase;
	color: #efefef;
	/*opacity: 0;*/
	line-height: 1;
	/*margin-left: -20%;*/
	transition: opacity 0.7s ease-in-out, transform 0.35s ease-in-out;
}

#towns.preload {
	opacity: 0;
	margin-top: 55px;
}

/*#towns.live li:first-child {
	opacity: 1;
	transform: translateX(0%);
	transition: opacity 0.3s ease-in-out, transform 0.35s ease-in-out;

}

#towns.live li.push-right{
	transform: translateX(10%);
	opacity: 0;
}*/

#splash-nav {
	margin-top: 0;
	opacity: 0;
	width: 120%;
	font-size: 1.5em;
	transform: translateX(-10%);
	flex-direction: column;
	transition: width 0.35s ease-in-out, opacity 0.7s ease-in-out, transform 0.35s ease-in-out; 
}

#splash-nav.live {
	width: 100%;
	transform: translateX(0);
	opacity: 1;
}

#splash-nav .x-anchor-content {
    padding: 0.25em;
}

#eEdition {
	position: relative;
	display: none!important;
    outline: none;
    top: 15px;
    right: 5px;
    opacity: 1;
    color: white;
    transition: right 0.7s ease-in-out 1.75s, opacity 0.7s ease-in-out 1.75s;
}

#eEdition.preload {
	right: -25px;
    opacity: 0;
}

#eEdition:after {
	content: '';
	width: 0;
	height: 1px;
	background: white;
	position: absolute;
	left: 50%;
	bottom: 0;
	/*transition: width 0.35s ease-in-out 3s;*/
	-webkit-animation: eEdition 10s infinite; /* Safari 4+ */
	-moz-animation:    eEdition 10s infinite; /* Fx 5+ */
	-o-animation:      eEdition 10s infinite; /* Opera 12+ */
	animation:         eEdition 10s infinite; /* IE 10+, Fx 29+ */
}

#eEdition.preload:after {
	width: 0;
	-webkit-animation: none; /* Safari 4+ */
	-moz-animation:    none; /* Fx 5+ */
	-o-animation:      none; /* Opera 12+ */
	animation:         none; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes eEdition {
  0%   { width: 0; left: 50%; }
  15%  { width: 100%; left: 0; }
  75%  { width: 100%; left: 0;}
  90% { width: 0%; left: 50%;}
}
@-moz-keyframes eEdition {
  0%   { width: 0; left: 50%; }
  15%  { width: 100%; left: 0; }
  75%  { width: 100%; left: 0;}
  90% { width: 0%; left: 50%;}
}
@-o-keyframes eEdition {
  0%   { width: 0; left: 50%; }
  15%  { width: 100%; left: 0; }
  75%  { width: 100%; left: 0;}
  90% { width: 0%; left: 50%;}
}
@keyframes eEdition {
  0%   { width: 0; left: 50%; }
  15%  { width: 100%; left: 0; }
  75%  { width: 100%; left: 0;}
  90% { width: 0%; left: 50%;}
}

/*********************
		GALLERIES
*********************/

.ind-gallery-slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 20px auto;
  border-radius: 4px;
  width: 100%;
  height: 200px;
}

.ind-gallery-slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

.ind-gallery-slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0 1.25%;
	padding: 0;
	width: 40%;
	height: 200px;
	background: #ccc;
	text-align: center;
	line-height: 200px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    background-color: transparent;
    cursor: pointer;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 13px;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

a[style*="background-color: rgb(43, 66, 21);"] {
	display: inline-block!important;
	margin-bottom: 1em!important;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

#ind-slider-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	background: rgba(30,30,30, 0.45);
}

#ind-slider-modal span.close {
	position: absolute;
	/*padding: 10px;*/
    top: -5%;
    right: 7%;
    /*transform: translateX(100%) translateY(-100%);*/
	font-size: 2em;
	color: white;
	z-index: 999999;
	cursor: pointer;
}

#ind-slider-modal > div {
	position: absolute;
	display: block;
/*	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);*/
	width: 100%;
    max-width: 1200px;
    margin: 10% 5%;
	max-height: 80vh;
}

#ind-slider-modal > div img {
	width: 90%;
	max-width: 90%;
}

.timely-nav-stacked {
	display:none!important;
}

#splash-intro {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	background: rgba(255,255,255,0.25);
	overflow: hidden;
	/*transition: left 0.35s ease-in-out;*/
	animation: splash-out 0.35s ease-in-out 3s 1 normal forwards;
}

#splash-intro > * {
	animation: splash-out-children 0.35s ease-in-out 3s 1 normal forwards;
}

.interstitial-space{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	height: 100vh;
	width: 100vw;
	cursor: pointer;
	/* background-color: rgba(0,0,0,0.8); */
	background-color: transparent;
	display:flex;
  align-items:center;
	justify-content:center;
	flex-direction: row;
}
.interstitial-container {
	position: relative;
}

.interstitial-container img{
	max-width: 75vw;
}

.close-interstitial {
	border: none!important;
	display: flex;
	align-items: flex-end;
	margin-left:-125px;
	position: absolute;
	bottom: 0;
	right:0;
}
.close-interstitial button {
	width:100px;
	padding: 5%;
	background-color: #000000;
	border: none!important;
	color: #ffffff;
	float: left;
	font-size: 0.8em;
	transform: translateY(100%)
}

@keyframes splash-out {
	0% { opacity: 1; -webkit-filter: blur(0px); filter: blur(0px);z-index:9999;}
	100% { opacity: 0; -webkit-filter: blur(15px); filter: blur(15px);z-index:-1;}
}

.home #cs-content {
	-webkit-filter: blur(15px);
	filter: blur(15px);
	animation: blur 0.35s ease-in-out 3s 1 normal forwards;
}

@keyframes blur {
	0% {-webkit-filter: blur(15px); filter: blur(15px);}
	100% {-webkit-filter: blur(0px); filter: blur(0px);}
}

#splash-intro img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-100%);
	animation: splash 0.5s;

}

#splash-intro .the-towns {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(20%);

}

#towns h3, #towns li, #towns h3#splash-woodstock{
	color: black!important;
}


@keyframes splash {
	0%   { transform: scale(0.2)      translateY(-100%)  translateX(-50%); }
	100% { transform: scale(1)      translateY(-100%)  translateX(-50%); }
}

@media screen and (max-width: 768px) {

	.ind-slide-image {
		background-image: none!important;
	}

	#ind-slider, .slider-post {
		/* height: 50vh; */
		min-height: 400px;
	}

	#vs-ind-slider-control{
		margin-bottom: 10em;
	}

	#ind-slider #ind-left-nav {
		border-right-width: 0;
	}

	.left-nav-cat {
		display: none;
	}

	.slider-post-content {
		margin: 50px 0.805rem auto;
		width: 90%; 
	}

	#ind-left-nav img {
		left: 0.805rem;
		position: relative;

	}

	#dots {
		width: 95vw;
	}

	.z-back {
		margin-top: max(100vh, 400px)!important;
	}

	.divided h2.category-title {
		margin-top: 1em;
		margin-bottom: 0;
		padding: 0;
		font-size: 3.22em;
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}

}

@media screen and (min-width: 320px){

	.divided > *, #ind-slider .divided > * {
		min-width: 100%;
		padding: 1rem;
	}

	.feed-post-content {
		width: 100%;
	}

}

@media screen and (min-width: 768px) {


	#vs-ind-slider-control{
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}

	.divided > *, #ind-slider .divided > * {
		padding: 0;
	}

	.divided > *:nth-child(odd), #ind-slider .divided > *:nth-child(odd) {
		min-width: 100px;
	}

	.divided h2.category-title {
		font-size: 1.35rem;
	}

	.divided > *:nth-child(even), #ind-slider .divided > *:nth-child(even) {
		min-width: 70%;
	}

	.mobile-only {
		display: none!important;
	}

	.news-feed {
		padding-right: 15px;
	}

	.news-feed > div > a {
		margin-right: 4%;
	}

	.feed-posts {
		flex-direction: row;
	}

	.feed-post-content {
		width: 90%
	}

	.feed-post-date {
		text-align: center;
	}

	.divided > *:nth-child(odd), #ind-slider .divided > *:nth-child(odd) {
		min-width: 100px;
	}

	.banner-ads {
		margin-left: 4%;
	}

	.dot {
		display: block;
	}

	#dots {
		display: flex;
	}
	
	#ind-slider li {
		font-size: 1.25em;
	}

	#towns {
		display: flex;
		width: 85%; 
	}

	#towns li {
		font-size: 0.75em;
	}

	#splash-nav {
		flex-direction: row;
		font-size: 2em; 
	}

	#splash-nav .x-anchor-content {
	    padding: 0.75em;
	}

	#eEdition {
		position: absolute;
		display: block;
	}

	.slider-post h2{
		font-size: 4em;
	}

	.slider-post-content {
		width: 31vw;
	}

	#gform_1 {
		display: flex;
		justify-content: start;
		align-items: flex-end;
	}

	#gform_fields_1 {
		display: flex;
	}

	.calendar-box {
		width: 150px;
	}

	.divided .calendar-box h2.category-title {
		font-size: 1.25em;
	}

	.divided .calendar-box .date-no {
		font-size: 2em;
	}

	.mobile-not-split .primary-text {
		display: block;
	}

	.mobile-not-split .dot {
		display: block;
	}

	h2.category-title:before {
		content: "";
		background:  url('vt-standard-logo.jpg');
		position: absolute;
		left: 50%;
		width: 100%;
		padding-bottom: 17%;
		background-size: contain;
		background-repeat: no-repeat;
		transform: translateX(-50%) translateY(-100%);
	}
}

@media screen and (min-width: 1000px ){
	.divided > *:nth-child(odd), #ind-slider .divided > *:nth-child(odd) {
		flex-basis: 18%;
		min-width: 180px;
	}

	.divided > *:nth-child(even){
		width: 70%;
	}

	.body-sidebar > div {
	    flex-basis: 75%;
	    width: 75%;
	}

	.sidebar-ads {
		display: block;
	}

	.body-sidebar > div:last-child {
		flex-basis: 25%;
	}

	.divided h2.category-title {
		font-size: 1rem;
	}

	.x-container.max {
		width: 90%!important;
	}

	#ind-slider .divided > *:nth-child(odd), .vs-section .divided > *:nth-child(odd) {
		flex-basis: 13.5%;
	}

	#splash-nav {
		width: 100%;
	}

	#towns {
		width: 75%; 
	}

	#towns li {
		line-height: 1.5;
	}

	#ind-calendar > div:nth-child(2) {
		display: block;
		width: 300px;
		min-width: 300px;
		padding-left: 25px;
	}

	#ind-calendar > div:nth-child(2) img {
		padding-bottom: 25px;
	}

	.classified_image {
		display: block;
		position: absolute;
		right: 0;
	    top: 0;
	    transform: translateX(105%);
	    max-height: 50vh;
	}

	.ind-gallery-slider ul li {
		width: unset;
		width: 33%;
	}

}


@media screen and (min-width: 1345px){
	.slider-post {
		background-size: 100% auto!important;
	}

	.slider-post.live {
		background-size: 107% auto!important;
	}

	.divided > *:nth-child(even){
		width: 80%;
	}
}