/**
* Theme Name: Pressville Child
* Theme URI: http://preview.lsvr.sk/pressville
* Description: Pressville child theme
* Author: LSVRthemes
* Author URI: http://themeforest.net/user/LSVRthemes/portfolio
* Template: pressville
* Version: 2.0.1
*/

/* Add your custom CSS after this comment */

/*------------------------------------
                GENERAL
-------------------------------------*/
@font-face {
	font-family: 'Muli';
	src:  url('/wp-content/themes/pressville-child/assets/fonts/Muli-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Muli Italic';
	src:  url('/wp-content/themes/pressville-child/assets/fonts/Muli-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'futura-pt';
	src:  url('/wp-content/themes/pressville-child/assets/fonts/FuturaCyrillicBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura-pt light';
	src:  url('/wp-content/themes/pressville-child/assets/fonts/FuturaCyrillicLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura-pt medium oblique';
	src:  url('/wp-content/themes/pressville-child/assets/fonts/FuturaPTMediumOblique.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}

h1 {
    margin: 0 0 12px 0;
    line-height: 1.2;
    font-size: 40px;
    color: #2f3a8a;
    font-weight: 700;
    font-family: "futura-pt light",sans-serif;
}
h2 {
	margin: 0 0 12px 0;
	font-family: 'Muli', sans-serif;
	line-height: 1.25;
	font-size: 22px;
	font-weight: 700;
	/* text-transform: capitalize; */
	color: #2f3a8a;
}
h3 {
	margin: 0 0 12px 0;
	line-height: 1.25;
	font-size: 16px;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #2f3a8a;
	/* padding-top: 12px; */
}
p {
	font-family: 'Muli', sans-serif;
	color: #3a3740;
	font-size: 15px;
	margin: 0 0 10px 0;
	line-height: 1.8em;
}
a {
	text-decoration: none;
}

i, em {
	font-family: 'Muli Italic';
}

a:hover {
	text-decoration: underline;
	color: #3a3740;
}

ul {
	padding: 0 0 0 40px;
}
body {
	font-family: 'Muli', sans-serif;
    color: #3a3740;
}
li {
	font-family: 'Muli', sans-serif;
	line-height:27px;
	font-size:15px;
	color: #3a3740;

}

.back-to-top__link:before {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	content: "\f062";
	color: #ea0d2a;
	font-size: 30px;
	top: 40%;
}
.back-to-top__link {
	border-radius: 0px;
	background-color: transparent !important;
	border: 3px solid #ea0d2a;
	opacity: .5;
	width: 35px;
    height: 35px;
}
.back-to-top__link:before:hover {
	opacity: .75;
}
.back-to-top__link:hover {
	opacity: .75;
}

.header-mobile-toggle {
    background-color: #000 !important;
}
.header-mobile-toggle:after {
	background-color: #292f33 !important;
}

/*page header */
.heading-icon-container {
	width: 80px !important;
}

.header-icon img {
	max-width: 47px !important;
    height: 48px !important;
}

/* Media Queries */
/*** with sidebar layout */
@media only screen and (min-width:1300px) {
	.heading-text h1 {
		margin-left: -1vw;
	}
}
@media only screen and (min-width:767px) and (max-width:1200px) {
	.heading-text h1 {
		padding-left: 1vw;
	}
}

@media (max-width: 600px) {
    .vc_section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
	.heading-text h1 {
		padding-left: 18px;
		padding-top:5px;
	}
}

/*** with default layout */
@media only screen and (min-width:1300px) {
	.heading-text.default h1 {
		margin-left: -3.5vw;
	}
}


/*** homepage mobile order swap ***/
@media only screen and (max-width: 1199px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 767px) {
	.swap-on-mobile-small {
		display: flex !important;
		flex-direction: column-reverse;
	}
}

/* Responsive table */
.responsive-table,
.responsive-table tr,
.responsive-table td {
    display: block;
    width: 100%;
}

    .responsive-table caption {
        display: none;
    }

    .responsive-table tr {
        padding: 0.7em 2vw;
    }

        .responsive-table th,
        .responsive-table tr:first-of-type {
            display: none;
        }

        .responsive-table tr td:first-child {
            font-size: 1.1em;
            font-weight: 700;
        }

        .responsive-table tr:nth-child(even) {
            background-color: #f2f2f5;
        }

        .responsive-table tr:nth-child(odd) {
            background-color: #ffffff;
        }

    .responsive-table td::before {
        display: inline;
        font-weight: bold;
    }

    .responsive-table td {
        display: grid;
        grid-template-columns: 15em auto;
        grid-gap: 1em 0.5em;
    }

        .responsive-table td:nth-of-type(1) {
            grid-template-columns: 4em 100%;
        }

    .responsive-table th, td {
        border-top: 0px solid #dedee8;
    }

        .responsive-table th:not(:first-child), td:not(:first-child) {
            padding: 7px 12px 7px 45px;
        }

@media all and (min-width: 1050px) {
.responsive-table {
	display: table;
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}

	.responsive-table tr:first-of-type,
	.responsive-table tr {
		display: table-row;
		width: auto;
	}

	.responsive-table td,
	.responsive-table th {
		display: table-cell;
		font-size: 0.8em;
		width: auto;
	}

		.responsive-table td:nth-of-type(1) {
			grid-template-columns: 4em 100%;
		}

	.responsive-table tr td:first-child {
		font-size: 0.8em;
		font-weight: 700;
	}

	.responsive-table th,
	.responsive-table td {
		padding: 7px 12px;
		vertical-align: text-top;
		text-align: left;
		border-top: 1px solid #dedee8;
	}

	.responsive-table th {
		vertical-align: top;
		font-weight: bold;
	}

	.responsive-table td::before {
		display: none;
	}

	.responsive-table th:not(:first-child),
	td:not(:first-child) {
		padding: 7px 12px;
	}
}



/*------------------------------------
            	BUTTONS
-------------------------------------*/
.basic-button {
    display: block;
    margin: 4px 0 12px 0;
    padding: 16px 16px;
    line-height: 1;
    color: #fff;
    border: 2px solid transparent;
    background-color: #ea0a2a;
    font-family: "futura-pt",sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: .9rem;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ea0a2a 0%, #eb4a25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea0a2a', endColorstr='#eb4a25', GradientType=1);
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.basic-button img {
	display: inline-block;
	margin: 0 0 0 8px;
	max-height: 12px;
	vertical-align: middle;
	text-align: center;
}

.basic-button:hover {
	/*
-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.5), -2px -3px 8px rgba(0,0,0,.05);
box-shadow: 0 3px 8px rgba(0,0,0,.5), -2px -3px 8px rgba(0,0,0,.05);
*/
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.13);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.13);
	background: linear-gradient(135deg, #f43c27 0%, #f43c27 100%);
}

.expand-btn a {
	padding: 16px !important;
    line-height: 1;
    border: 2px solid transparent !important;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13.5px !important;
    /* text-transform: uppercase; */
    display: block;
}

.button-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 0 16px 0;
    width: 100%;
}

/*------------------------------------
            	ACCORDIONS
-------------------------------------*/

.mega-accordion h3 {
	display: block;
    position: relative;
	margin: 0 0 8px 0 !important;
	color: #3a3740;
    font-weight: 700 !important;
	font-size: 15px !important;
    text-align: left;
    background: #f2f2f5;
    -webkit-transition: background .25s;
    transition: background .25s;
    -webkit-transition-timing-function: var(--ease-out-quad);
    transition-timing-function: var(--ease-out-quad);
	text-transform: none;
}

.mega-accordion h3.ui-accordion-header-active.ui-state-active,
.mega-accordion h3:focus {
	background-color: #dedee8;
}

.mega-accordion h3 span {
	float: right;
	color: #ea0a2a;
}

.mega-accordion .mega-panel {
    padding: 15px 0 30px 15px !important;
}

.ui-accordion-content {
    font-size: 15px;
	margin: 0 0 10px 0;
    line-height: 1.8em;
}

/*------------------------------------
                FOOTER
-------------------------------------*/
.footer-text {
	color: #fff;
	font-size: 12px;
}
.footer-text a:hover{
	color: #fff;
}
.footer-text p {
	color: #fff !important;
	font-size: 12px;
}
.footer-widgets {
	font-weight: 400;
    color: #ebebeb;
	font-size: 18px;
}
.footer__inner {
    padding: 20px 0 15px 0;
	background-color: #222222;
}
.widget_nav_menu a {
    display: block;
    padding: 8px 15px 8px 30px;
    text-decoration: none;
	font-weight: normal !important;
}

.cta-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 22px;
	background: #2f3a8a;
}

.cta-message {
	padding: 0px 0px 0px 25px;
}

.cta-message .cta-title{
	font-family: "futura-pt light", sans-serif !important;
	color: #fff !important;
	font-size: 1.9rem;
	font-weight:700;
	line-height: 2.3rem;
}

.cta-message .cta-desc {
	color: #fff !important;
}

.cta-message > p {
	margin: 0 0 20px 0;
	padding: 0;
}

.social-bar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	position: relative;
	margin: 1rem 1rem 0 auto;
	padding: 22px 0;
	max-width: 280px;
}

.social-bar a {
	padding: 0px 14px;
}

.social-bar img {
	width: 34px;
	height: 34px;
	opacity: .5;
	transition: opacity .25s ease;
}

.screen-reader-text {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	margin: -1px;
}
.footer-logos {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 auto;
}
.footer-logos a {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	font-size: 0;
	color: transparent;
}
.footer-logos a img#dot-logo {
	margin-left: 20px;
}
.footer-logos a img#ctrail-logo {
	width: 100px;
	height: 65px;
} 
/* Media Queries */
@media (max-width: 799px) {
	.cta-wrapper {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.cta-message {
		padding: 5px 25px 0px 25px;
	}
	.social-bar{
		justify-content: center;
		margin: 1rem auto 0 auto;
	}
}
@media (min-width: 800px){
	.cta-wrapper .cta-message{
		width: 60%;
	}
}
@media (min-width: 600px){
	.footer-text p {
		padding-top:45px;
	}
}
@media (max-width: 290px){
	.social-bar a {
		padding: 3px;
	}
}

@media (max-width: 870px) {
	#menu-footer-menu-1 {
		display: none;
	}
	#menu-footer-menu-2 {
		display: none;
	}
}
@media (min-width: 870px) {
	.footer-logos {
		right: 40px;
		padding: 22px 0;
	}
	.footer-widgets__column.lsvr-grid__col--lg-span-6 {
		width: 20%;
		float: left;
		clear: none !important;
	}
}
@media (max-width: 600px) {
 	.footer-widgets__column.lsvr-grid__col {
		float: none !important;
		text-align: center;
	}
	.footer-text {
		text-align: center;
	}
	.footer-logos a img#ctrail-logo {
		margin-left: 20vw;
	}
}
@media (min-width: 600px) {
	.footer-logos {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
		position: absolute;
		top: 0;
		right: 0;
		padding: 22px 22px 0 0;
		width: 50%;
		max-width: 240px;
	}
}

/*------------------------------------
                HEADER
-------------------------------------*/
.header-titlebar {
	display: none;
}
.header-navbar__logo-image {
	float: left;
	height: 100px;
}

.header-menu-primary__item--dropdown .header-menu-primary__item-link {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .2px;
    font-family: "futura-pt",sans-serif;
    color: #3a3740;
}

.header-menu-primary__item--dropdown {
	text-align: center;
}

.header-search__toggle {
    top: 45px;
}
 
.accessibility_icon {
	float:right;
    margin: 15px 30px -48px 0;
}
.accessibility_icon_mobile {
	float:right;
	margin: 20px 20px 0 0;
}

.header-titlebar__logo.mobile {
	float:left;
	margin: 0 0 15px 20px;
}

/* Media Queries */
@media (min-width: 1600px) {
	nav#header-menu-primary {
		clear: right !important;
		justify-content: right !important;
	}
}

/* menu responsiveness */
@media (max-width: 992px) {
	.header-mobile-toggle {
		display: block;
	}
	.header__navgroup {
		display: none;
	}
	.header-navbar__logo-image {
		display:none;
	}
	button#header-mobile-toggle {
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
	}
	.current-menu-ancestor .header-menu-primary__item-link--level-0:before, .current-menu-item .header-menu-primary__item-link--level-0:before  {
		margin-bottom: -32px;
	}
	.accessibility_icon {
		display:none;
	}
}

@media (min-width: 991px) {
	.header-menu-primary__list {
		margin-top: 25px;
		display: flex;
	}
	.accessibility_icon_mobile {
		display:none;
	}
	nav#header-menu-primary {
		padding-top: 30px;
	}
	a.header-titlebar__logo-link img {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 1175px) and (max-width: 1641px) {
	.current-menu-ancestor .header-menu-primary__item-link--level-0:before, .current-menu-item .header-menu-primary__item-link--level-0:before {
		margin-top: 50px !important;
	}
	.header-menu-primary__item-link--level-0 { 
		&:hover::before {
			margin-top: 16px !important;
		}
	}
}
@media only screen and (min-width: 1067px) and (max-width: 1174px) {
	.current-menu-ancestor .header-menu-primary__item-link--level-0:before, .current-menu-item .header-menu-primary__item-link--level-0:before {
		margin-top: 70px !important;
	}
	.header-menu-primary__item-link--level-0 { 
		&:hover::before {
			margin-top: 35px !important;
		}
	}
}
@media only screen and (min-width: 991px) and (max-width: 1067px) {
	.current-menu-ancestor .header-menu-primary__item-link--level-0:before, .current-menu-item .header-menu-primary__item-link--level-0:before {
		margin-top: 105px !important;
	}
	.header-menu-primary__item-link--level-0 { 
		&:hover::before {
			margin-top: 70px !important;
		}
	}
	.header-navbar.header-navbar--is-sticky {
		padding-bottom:20px;
	}
} 

@media (min-width: 992px) {
	.header-titlebar__logo.mobile {
		display:none;
	}
	.header-navbar.header-navbar--is-sticky {
		-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
	}
	button#header-search-toggle {
		left: 0px;
		margin-left: -15px;
	}
	.header-navbar .header-navbar__inner .lsvr-container {
		margin-left:0px !important;
		margin-right:0px !important;
		max-width: 100%;
	}
	.lsvr-container {
		margin-left:0px !important;
		margin-right:0px !important;
		max-width: 100%;
	}
	.header-menu-primary__list {
		margin-top: 25px;
		padding-left: 10px;
	}

	.header-menu-primary__item-link--level-0 {
		padding: 10px;
	}

	.current-menu-ancestor .header-menu-primary__item-link--level-0:before, .current-menu-item .header-menu-primary__item-link--level-0:before {
		content: '';
		display: block;
		position: absolute;
		margin-left: 7px;
		width: 90%;	
		height: 4px;
		margin-top: 34px;
		left:0px;
		border-radius: 0px;
		background: #ea0d2a !important;
		transform: none;
	}
	.header-menu-primary__item-link--level-0 { 
		&::before {
			content: '';
			box-sizing: border-box;
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			transform-origin: center;
			border-bottom: 0.3em solid #ea0d2a;
			transform: scale3d(0,1,1);
		}
		&:hover::before {
			transform: scale3d(1,1,1);
			transition: transform 900ms;
		}
	}
	.header-menu-primary__item--hover .header-menu-primary__item-link--level-0, .header-menu-primary__item-link--level-0:hover {
		background-color: transparent !important;
	}  

	.header-menu-primary {
		float: none;
		max-width: none;
		display: flex;
	}
	.header-navbar.header-navbar--is-sticky {
		height: 160px;
	}

	.header-search__wrapper {
		top: -180px;
	}
}

@media (max-width: 1582px) {
	.current-menu-ancestor .header-menu-primary__item-link--level-0:before, .current-menu-item .header-menu-primary__item-link--level-0:before  {
		margin-bottom: -15px;
	}
}
@media (max-width: 1115px) {
	.current-menu-ancestor .header-menu-primary__item-link--level-0:before, .current-menu-item .header-menu-primary__item-link--level-0:before  {
		margin-bottom: -32px;
	}
}
@media (max-width: 1007px) {
	.current-menu-ancestor .header-menu-primary__item-link--level-0:before, .current-menu-item .header-menu-primary__item-link--level-0:before  {
		margin-bottom: -63px;
	}
}


/*------------------------------------
                HOME
-------------------------------------*/
.home-button a {
    line-height: 1;
    color: #fff;
    border: 2px solid transparent;
    font-family: "futura-pt",sans-serif;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    font-size: .9rem !important;
    text-transform: uppercase;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea0a2a', endColorstr='#eb4a25', GradientType=1);
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	padding: 15px 20px !important;
	background: linear-gradient(135deg, #ea0a2a 0%, #eb4a25 100%) !important;
}
.home-button a:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.13);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.13);
	background: linear-gradient(135deg, #f43c27 0%, #f43c27 100%);
	text-decoration: none !important;
}

.info-box-home-header p {
	line-height: 1.25;
	font-size: 35px;
	color: #2f3a8a !important;
	font-weight: 700;
	font-family: "futura-pt light",sans-serif !important;
}

a.home-feed-link {
	color: #ea0a2a;
}
a.home-feed-link:hover {
	color: #000;
	text-transform: underline;
}

.news-title a {
	display: inline-block;
    margin: 8px 0 0 0;
    font-size: 1.15rem;
    line-height: 1.6rem;
    color: #222222;
    font-weight: 900;
    vertical-align: middle;
	text-decoration:none;
}
.news-title a:hover {
	text-decoration: underline;
}
.rider-news h3 {
	font-family: "futura-pt",sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
	color: #2f3a8a;
}

.home-feed .ditty-item__title {
    margin: 0 0 12px 0 !important;
    line-height: 1.4 !important;
    font-size: 2rem !important;
    color: #222222 !important;
    font-weight: 500 !important;
}
.ditty__title__element {
	display:none;
}
.post-tag {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
}
.home-feed .ditty-item__excerpt__more__link {
    color: #ea0d2a !important;
    font-size: 15px;
}
span.ditty-item__terms.post-tag {
    font-family: 'Muli', sans-serif;
    color: #fff;
}

/* News Ticker */
a.ditty-item__title__link:hover {
	text-decoration: underline !important;
  }
  .ditty .ditty-layout--1_default .ditty-item__title {
	font-size: 16px !important;
	font-weight: 300 !important;
	text-transform: none !important;
}

/* Media Queries */
@media (min-width: 1770px) {
	.news-title a {
		padding-left:1.5vw;
	}
	.news-archives-p a {
		padding-right:1.5vw;
	}
	#home-planner {
		padding-right: 70px;
	}
}
@media (min-width: 1500px) {
	#home-middle {
		margin-right: 60px;
	}
}
@media (min-width: 1199px) {
	.info-box-home-p p {
		margin-bottom: 70px !important;
	}
	.home-button.faq {
		margin-top: -25px;
	}
	.info-box-home-icon img {
		transform: translateX(50%);
		position: absolute;
	}
	.info-box-home-icon.schedules img {
		top: 45px;
		left: calc(50% - 164px);
		height: 55px;
		width: 55px;
	}
	.info-box-home-icon.tickets img {
		top: 45px;
		left: calc(50% - 255px);
	}
	.info-box-home-icon.faqs img {
		top: 353px;
		left: calc(50% - 230px);
	}
	.info-box-home-icon.stations img {
		top: 360px;
		left: calc(50% - 130px);
	}
	.info-box-home-header p {
		margin-left: 30px;
	}
	/*for grid lines*/
	.vc_separator.wpb_content_element.mobile-divider {
		display: none;
	}
	.vl-home.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-4.vc_col-md-12.vc_col-xs-12 {
		border-left: 1px solid #dad8de;
	}
	#home-middle .vc_separator .vc_sep_holder .vc_sep_line {
		width:110% !important;
	}
}
@media (max-width: 1199px) {
	.info-box-home-icon.tickets img {
		left: -20px;
		position: relative;
	}
	.info-box-home-icon.faqs img {
		left: -20px;
		position: relative;
	}
	.vl-home /*only keep if swapping on mobile*/ {
		padding-top:20px;
	}
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}
@media (max-width: 700px) {
	.ditty__title__contents {
		padding-left: 20px !important;
	}
}
@media (max-width: 550px) {
	.home-button a.maw_advanced_btn.hvr-fade {
		width: 70%;
	}

	
 /* Padding for Featured Article */
    .vc_row.wpb_row.vc_row-fluid.vc_row-has-fill {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.home-button .hvr-fade:hover{
	background: unset !important;
}
.maw_advanced_btn.hvr-fade:hover{
	text-decoration: none !important;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.13) !important;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.13) !important;
	background: linear-gradient(135deg, #f43c27 0%, #f43c27 100%) !important;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}


	/* Changing the trip planner on the home page to display correctly on mobile */
	@media (min-width: 600px) {
		#home-img-mobile {
			display:none;
		}
		section#home-img {
			padding-top: 290px !important;
			padding-bottom: 290px !important;
			background-image: url(/wp-content/uploads/2024/01/nhaven_union_st-1.jpg?id=564) !important;
			background-position: center !important;
			background-repeat: no-repeat !important;
			background-size: cover !important;
		}
	}
	@media (max-width: 950px) {
		section#home-img {
			padding: 100px 40px !important;
		}
	}
	@media (max-width: 600px) {
		section#home-img {
			padding: 0px !important;
		}
	}


	/* Changing service alerts box dimensions for all screen sizes*/
	@media (min-width: 600px) {
		.service-alerts-row-box:nth-last-of-type(1) {
			padding-right:20px !important;
		}
	}
	@media (min-width: 1500px) {
		.service-alerts-row-box:nth-last-of-type(1) {
			padding-right:80px !important;
		}
	}
	@media only screen and (min-width:600px) and (max-width:1199px) {
		.service-alerts-row-box:nth-last-of-type(1) {
			padding-right:100px !important;
			padding-left:100px !important;
		}
	}
/*------------------------------------
                ABOUT
-------------------------------------*/
.about-plan img {
	position: fixed;
    width: 25%;
}
.about-text-block p {
	margin:0px;
	padding: 5px 0;
}
.about-text-block a {
	color: #ea0d2a;
	font-weight: 700;
	text-decoration: none !important;
}
.about-text-block a:hover {
	color: #2f3a8a;
	text-decoration: none;
}
.about-icon-text {
	margin-top: -20px;
}
.wpb_single_image.wpb_content_element.vc_align_center.yellow-section-icon {
	width: 120px;
}


/* Media Queries */
@media (min-width: 1149px) {
	.about-plan {
		margin-left: 80px;
	}
}
@media (max-width: 991px) {
	.wpb_single_image.wpb_content_element.vc_align_center.yellow-section-icon {
		width: 90px;
		text-align: left;
	}
}

/*------------------------------------
                FAQs
-------------------------------------*/
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	border-color: #ea0d2a !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-color: #ea0d2a !important;
}

/* Media Queries */
@media (min-width: 991px) {
	.faqs {
		padding-left: 20px !important;
	}
}

/*------------------------------------
          ROUTES & STATIONS
-------------------------------------*/
.address {
    display: block;
    margin: 0 0 8px 0;
    padding: 5px 0 5px 22px;
    font-weight: 700;
    background: url(/wp-content/themes/pressville-child/assets/img/location_icon.svg) no-repeat left top;
    background-size: 16px;
    line-height: 1.35rem;
}

/***** STATIONS *****/
.station-heading h1 {
    text-transform: uppercase;
    color: #222222;
    font-size: 28px;
    font-weight: 700;
	font-family: "futura-pt",sans-serif;
    margin-bottom: 17px;
}
.stations-subheader {
	color: #ea0d2a;
	line-height: 1.3em;
}

/***** DESTINATIONS *****/
.destination-new {
	padding: 12px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 6px 1px rgba(0,0,0,.1);
    border: 1px solid #d1cfd6;
}

.destination-new .vc_figure-caption {
	font-weight: 700;
    margin: 5px 0 10px;
    line-height: 1.5rem;
	font-size:15px !important;
	font-family: 'Muli', sans-serif;
	color: #3a3740;
	padding-top:5px;
}
.photo-credit {
    margin: 8px 0 0;
    font-size: .9rem;
    line-height: 1.3rem;
    color: #817F8B;
	font-weight:300;
}

.destinations-container .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper .vc_single_image-img.attachment-full{
	width: 2500px !important;
}

.wpb-content-wrapper .vc_section .vc_row .destination-new{
	min-height: unset;
}
@media(min-width: 768px){
	.wpb-content-wrapper .vc_section .vc_row:nth-child(6) .destination-new{
		min-height: 350px;
	}
	.wpb-content-wrapper .vc_section .vc_row:nth-child(18) .destination-new{
		min-height: 310px;
	}
}
@media(min-width: 915px){
	.wpb-content-wrapper .vc_section .vc_row:nth-child(6) .destination-new{
		min-height: 380px;
	}
}
@media(min-width: 992px){
	.wpb-content-wrapper .vc_section .vc_row:nth-child(6) .destination-new{
		min-height: 285px;
	}
	.wpb-content-wrapper .vc_section .vc_row:nth-child(9) .destination-new{
		min-height: 240px;
	}
	.wpb-content-wrapper .vc_section .vc_row:nth-child(18) .destination-new{
		min-height: 270px;
	}
}
@media(min-width: 1146px){
	.wpb-content-wrapper .vc_section .vc_row:nth-child(6) .destination-new{
		min-height: 300px;
		max-height: 300px;
	}
	
}
@media(min-width: 1290px){
	.wpb-content-wrapper .vc_section .vc_row:nth-child(9) .destination-new{
		min-height: unset;
	}
	.wpb-content-wrapper .vc_section .vc_row:nth-child(18) .destination-new{
		min-height: 320px;
	}
}
@media(min-width: 1350px){
	.wpb-content-wrapper .vc_section .vc_row:nth-child(6) .destination-new{
		min-height: 315px;
	}
}
@media(min-width: 1750px){
	.wpb-content-wrapper .vc_section .vc_row:nth-child(6) .destination-new{
		min-height: 350px;
		max-height: 350px;
	}
}
@media(min-width: 2000px){
	.wpb-content-wrapper .vc_section .vc_row:nth-child(6) .destination-new{
		max-height: unset;
	}
}
@media(max-width: 991px) {
	.destination-new .vc_figure-caption {
		font-size:17px !important;
	}
}
@media(max-width: 991px) {
	.photo-credit {
		font-size:14px;
	}
}

/***** SERVICE MAP *****/
.img-caption .img-title {
    display: block;
    padding: 0 0 0 48px;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: .2px;
    font-family: "futura-pt",sans-serif;
    background: url(/wp-content/themes/pressville-child/assets/img/service_icon.svg) no-repeat left 53%;
    background-size: 44px;
}
.fine-print {
    display: block;
    margin: 0.5rem auto 0 auto;
    font-size: 11px;
}

/* Media Queries */
@media (min-width: 1199px) {
	.map-text-column {
		margin-top: -9vw !important;
	}
}
@media (min-width: 800px) {
	.img-caption .img-title {
		padding: 0 0 0 80px;
		background: url(/wp-content/themes/pressville-child/assets/img/service_icon.svg) no-repeat left 62%;
		background-size: 70px;
	}
}
@media (min-width: 600px) {
	.img-caption .img-title {
		font-size: 1.8rem;
	}
}

@media (min-width: 1199px) {
	.stations-container {
		margin-left:20px;
	}
}
/*------------------------------------
               TITLE VI
-------------------------------------*/
.policy-text a {
	color: #2424d1;
}
.policy-text a:hover {
	color: #3a3740;
}
.title-vi-header {
    font-size: 40px;
}

/*------------------------------------
               SIDEBARS
-------------------------------------*/

/***** CUSTOMER SERVICE *****/
.basic-list li {
	line-height:2em;
}
.basic-list li::marker {
	color: #b2afbb;
	font-size: 25px;
	padding-top:3px;
	vertical-align:middle;
}

/***** Fare Schedules *****/
#sidebar .menu-tickets-fares-container .menu{
	display: block;
}
#sidebar .menu-tickets-fares-container ul li{
	position: relative;
	padding: 16px 20px 16px 10px;
	border-bottom: 2px solid #fff;
	background: #f2f2f5;
}
#sidebar .widget_nav_menu .current-menu-item > a{
	color: #2f3a8a;
	font-weight: bold !important;
	text-decoration: none;
}
#sidebar .widget_nav_menu .current-menu-item > a:before{
	content: "";
	position: absolute;
	left: 18px;
	top: 27px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 3px solid #feb855;
}
#sidebar .widget_nav_menu a {
	color: #3a3740;
	font-weight: 700 !important;
	text-decoration: none;
}
#sidebar .widget_nav_menu a:hover{
	color: #2f3a8a;
}

/***** Route Stations *****/
.menu-route-stations-container ul li{
	position: relative;
	padding: 16px 20px 16px 10px;
	border-bottom: 2px solid #fff;
	background: #f2f2f5;
}
.menu-stations-container{
	position: relative;
	margin: 10px 25px 40px 0px;
}
.menu-stations-container ul{
	display: block;
}
.menu-stations-container ul li:first-child{
	border-top: 1px dotted #b3b3b9;
}
.menu-stations-container ul li{
	margin: 0;
	padding: 5px 0;
	line-height: 1.4;
	border-top: 0px;
	border-bottom: 1px dotted #b3b3b9;
	background: #fff;
}
#sidebar .menu-stations-container ul li a{
	color: #ea0d2a;
	font-weight: 700;
	text-decoration: none;
}
#sidebar .menu-stations-container .current-menu-item > a {
	color: #3a3740;
}
#sidebar .menu-stations-container .current-menu-item > a:hover {
	color: #3a3740;
}
#sidebar .menu-stations-container ul li a:hover {
	color: #2f3a8a;
}
.widget_nav_menu .menu-stations-container ul li a {
	color: #ea0d2a;
	font-weight: 700 !important;
	text-decoration: none;
}
.widget_nav_menu .menu-stations-container ul li a:hover{
	color: #2f3a8a;
}
.menu-stations-container .current-menu-item > a:before{
	display: none;
}

/* Media Queries */

/*full width on mobile*/

@media (max-width: 991px) {
	.columns__sidebar--left #sidebar:has(.menu-tickets-fares-container), 
	.columns__sidebar--right #sidebar:has(.menu-tickets-fares-container),
	.columns__sidebar--left #sidebar:has(.menu-route-stations-container), 
	.columns__sidebar--right #sidebar:has(.menu-route-stations-container),
	.columns__sidebar--left #sidebar:has(.menu-notices-faqs-container), 
	.columns__sidebar--right #sidebar:has(.menu-notices-faqs-container)  {
	margin-left: -30px;
	}

	#sidebar .menu-tickets-fares-container ul li,
	#sidebar .menu-route-stations-container ul li,
	#sidebar .menu-notices-faqs-container ul li {
		width:100%;
	}
}
@media (max-width: 991px) {
	/*.lsvr-grid__col--span-4 #sidebar .sidebar__inner .widget .widget__inner .menu-tickets-fares-container #menu-tickets-fares.menu {
		margin-left: -30px !important;
        margin-right: 0px !important;
		padding: 0px !important;
		width: 118%;
	}
	.lsvr-grid__col--span-4 #sidebar .sidebar__inner .widget .widget__inner .menu-route-stations-container {
		margin-left: -30px !important;
        margin-right: 0px !important;
		padding: 0px !important;
		width: 118%;
	}
	.lsvr-grid__col--span-4 #sidebar .sidebar__inner .widget .widget__inner .menu-notices-faqs-container {
		margin-left: -30px !important;
        margin-right: 0px !important;
		padding: 0px !important;
		width: 118%;
	}*/
	
	/*full width on mobile*/
	#sidebar {
		margin-bottom: 0px;
	}
	.widget {
		margin-bottom: 0px;
	}

	/* removing default line above mobile sidebars*/

	#sidebar {
		border-top: none;
	}
}

/* This block of code moves the sidebars to the top of the page on applicable pages.
This is in the wpbakery page specific custom css section of the following pages:
tickets, fares, & schedules (schedule) + service map + customer service

@media (max-width: 991px) {
    .lsvr-grid {
        display: flex;
        flex-flow: column wrap;
    }
    .lsvr-grid .columns__sidebar {
        order: 1;
    }
    .lsvr-grid .columns__main {
        order: 2;
    }
	#sidebar {
		padding-bottom: 60px;
		padding-top: 0px;
	}
	#columns {
    	margin-top: 0px;
	}
}
*/

/* targeting the notices page specifically as it's just a template */
@media (max-width: 991px) {
    .blog .lsvr-grid {
        display: flex;
        flex-flow: column wrap;
    }
    .blog .lsvr-grid .columns__sidebar {
        order: 1;
    }
    .blog .lsvr-grid .columns__main {
        order: 2;
    }
	.blog #sidebar {
		padding-bottom: 60px;
		padding-top: 0px;
	}
	.blog #columns {
    	margin-top: 0px;
	}
}


/*------------------------------------
               NOTICES
-------------------------------------*/
.post__inner {
    border-top: 1px dotted #b3b3b9;
    padding-top: 20px;
}
.blog-post-archive .post__title-link {
    cursor: default;
}
.blog-post-archive--default .post__title-link:hover {
    text-decoration: none;
}
.post__title-link {
	color: #3a3740 !important;
}
.post__title {
	color: #ea0d2a; 
}
.blog-post-archive--default .post__title a:hover {
	cursor:default !important;
	text-decoration: none !important;
	color: #ea0d2a ;
}
.post__meta-item.post__meta-item--date {
	font-family: 'Muli Italic';
    letter-spacing: .01em;
    color: #7a7a7c;
    white-space: nowrap;
    font-size: .8rem;
	font-style: italic;
}
/* Hiding category from notices page */
span.post__meta-item.post__meta-item--category {
	display:none;
}
.notices-icon {
	height:47px;
}
.main__title {
	margin-left: 80px;
	margin-top:-50px;
}
#sidebar .menu-notices-faqs-container .menu{
	display: block;
}
#sidebar .menu-notices-faqs-container ul li{
	position: relative;
	padding: 16px 20px 16px 10px;
	border-bottom: 2px solid #fff;
	background: #f2f2f5;
}
header.main__header.notices-header  {
	margin-left:-20px !important;
}
.blog-post-archive--default .post__title {
    font-weight: 700;
    font-size: 1.2rem;
	color: #3a3740;
}

/***** INDIVIDUAL POST PAGES *****/
h2.post__title.is-main-headline {
    color: #e92526;
}

.blog-post-single .post__header {
    margin: 0 0 20px 0;
}

/*------------------------------------
                FORMS
-------------------------------------*/
.cs-chat-box {
    float: left;
    width: 100%;
    padding: 0 0 16px 0rem;
    margin-bottom: 16px;
    border-bottom: 1px dotted #b2afbb;
}

    .cs-chat-box img {
        float: left;
        width: 25px;
    }

    .cs-chat-box button {
        line-height: 1.1rem;
        width: auto;
        min-width: 190px;
    }

        .cs-chat-box button span {
            font-weight: 400;
            font-size: .8rem;
        }

.instruction {
    float: left;
    width: 100%;
    padding: 0 2rem 16px 0;
    font-weight: 700;
    color: #2f3a8a;
	font-size: 15px;
	margin-top: -10px;
}
	.instruction p {
		color: #2f3a8a;
	}

.cs-form {
    background-color: #f2f2f5;
    float: left;
    width: 100%;
    padding: 2rem;
}

    .cs-form form {
        float: left;
        width: 100%;
        padding-right: 0;
    }

    .cs-form .form-row {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .cs-form label {
        width: 100%;
        float: left;
        font-weight: 700;
		text-transform: none;
		font-size: 15px;
    }

    .cs-form input, .cs-form select, .cs-form textarea {
        float: left;
        border: 1px solid #b2afbb;
        padding: .75rem .5rem;
        width: 100%;
		font-family: 'Muli', sans-serif;
		font-size: 15px;
		max-width: none;
    }

	.cs-form select option {
		font-family: 'Muli', sans-serif;
		font-size: 15px;
	}

        .cs-form input[type='checkbox'] {
            margin: 1px 10px 0 0;
            width: 4%;
        }

    .cs-form .validation-summary-errors, .cs-form .field-validation-error {
        color: #ea0d2a;
    }

    .cs-form input.input-validation-error, .cs-form textarea.input-validation-error, .cs-form select.input-validation-error {
        border: 1px solid #ea0d2a;
    }

@media (max-width: 750px){
	.cs-form form {
		float: left;
		padding-right: 5%;
	}
}

@media (max-width: 600px) {
	.instruction {
		width: 50%;
		margin-right: 0;
	}
}

/*------------------------------------
            BREADCRUMBS
-------------------------------------*/
#breadcrumbs{
	display: block;
	background-color: #2f3a8a;
	min-height: 5rem;
	margin: 0px;
}
#breadcrumbs #title{
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.35rem;
	font-family: "futura-pt", sans-serif;
	letter-spacing: 2px;
}
.breadcrumbs__nav{
	padding: 26px 60px 34px 30px;
}
.breadcrumbs__list{
	padding-top: 0px;
}
#breadcrumbs a{
	display: inline-block;
	position: relative;
	color: #fff;
}
#breadcrumbs li:last-child a{
	color: #ccc9db;
	font-weight: 400;
}
.breadcrumbs__link:hover {
	text-decoration: none;
}
#breadcrumbs a:hover {
    color: white;
	text-decoration: underline;
}

.shortcuts.navbarShort a.map{
	background: url(/wp-content/uploads/2024/01/map.png) #7b74a3 no-repeat 90% center;
}
.shortcuts.navbarShort a.map:hover {
	background: url(/wp-content/uploads/2024/01/map.png) #fff no-repeat 90% center !important;
}
#breadcrumbs .shortcuts.navbarShort a:hover {
	color: #504c58;
	text-decoration: none;
}

/* Media Queries */
@media(max-width: 949px){
	.shortcuts.navbarShort{
		display: none;
	}
	.breadcrumbs__nav {
		padding: 26px 0px 34px 0px;
	}
}
@media(min-width: 950px){
	.shortcuts.navbarShort{
		top: 35px;
		right: 45px;
	}
}
@media(max-width: 500px){
	.breadcrumbs__list{
		display: none;
	}
}

/*------------------------------------
             SEARCH PAGE
-------------------------------------*/
.search-icon {
	height:47px;
}
header.main__header.search-header  {
	margin-left:-20px !important;
}

/*------------------------------------
             	 NEWS
-------------------------------------*/
h2.post__title.is-main-headline {
    margin-bottom: 25px;
    color: #222;
    font-size: 2.0rem;
}

/* Media Queries */
@media(max-width: 700px){
	.news-image {
		width:100%;
		max-width:100%;
	}
}

/*------------------------------------
            MEDIA CENTER
-------------------------------------*/
.media-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.media-item {
    width: 100%;
    margin-bottom: 25px;
}

.media-button button {
    width: 100%;
    height: 49px;
    font-size: 0;
    padding: 10px;
}

.media-button .btn-download {
    background-image: url(/wp-content/themes/pressville-child/assets/img/download_icon.svg), -webkit-gradient(linear, left top, right bottom, from(#ea0a2a), color-stop(#ea2428), color-stop(#eb3427), color-stop(#eb4026), to(#eb4a25));
    background-image: url(/wp-content/themes/pressville-child/assets/img/download_icon.svg), linear-gradient(to right bottom, #ea0a2a, #ea2428, #eb3427, #eb4026, #eb4a25);
    background-repeat: no-repeat;
    background-position: center center;
}

.media-button .btn-youtube {
    background-image: url(/wp-content/themes/pressville-child/assets/img/youtube.svg), -webkit-gradient(linear, left top, right bottom, from(#ea0a2a), color-stop(#ea2428), color-stop(#eb3427), color-stop(#eb4026), to(#eb4a25));
    background-image: url(/wp-content/themes/pressville-child/assets/img/youtube.svg), linear-gradient(to right bottom, #ea0a2a, #ea2428, #eb3427, #eb4026, #eb4a25);
    background-repeat: no-repeat;
    background-position: center center;
}

.media-button p {
    font-size: 0.875rem;
    text-align: center;
    color: #2f3a8a;
}

.media-item p {
    font-size: 12px;
    color: #000;
	margin: 0px;
}
/* Media Queries */
@media all and (min-width: 800px) {
	.media-item {
		max-width: 210px;
		cursor: pointer;
	}

	.media-text-icon {
		position: relative;
	}

	.media-button {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 96%;
		opacity: 0;
		background-color: rgba(0, 0, 0, 0.527);
		-webkit-transition: all .45s ease;
		transition: all .45s ease;
		text-align: center;
	}

	.media-text-icon:hover .media-button {
		opacity: 1;
	}

	.media-text-icon .btn-download {
		width: 58px;
		position: relative;
		top: 25%;
		margin: 0 auto;
	}

	.media-text-icon .btn-youtube {
		width: 58px;
		position: relative;
		top: 30%;
		margin: 0 auto;
	}

	.media-button p {
		font-size: 0.85rem;
		color: #fff;
		text-align: center;
		position: relative;
		top: 35%;
		margin: 0 auto;
	}
}
@media all and (min-width: 600px) {
	.media-item {
		width: 30%;
		margin: 0 15px 20px 0;
	}
}

/*------------------------------------------------------------

DESTINATIONS PAGE REVAMP

------------------------------------------------------------*/
.post-1564 h1{
	display: none;
}
#destination-hero-section{
	height: 65vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
#destination-hero-section h2{
	font-family: "futura-pt", sans-serif;
}
#destination-info-spot h3, #destination-info-spot h4, #destination-info-spot h5, #destination-info-spot p, #destination-info-spot a{ 
	font-family: "futura-pt", sans-serif;
}
#information-section h3, #information-section h4, #information-section p, #information-section a{
	font-family: "futura-pt", sans-serif;
}
#hero-txt h2{
	color: #ffffff;
	font-weight: 900;
}
#information-section{
	margin-left: auto;
	margin-right: auto;
}
#introduction-txt p{
	margin-right: auto;
	margin-left: auto;
	font-weight: 900;
}
#introduction-txt h3{
	font-weight: 900;
	margin-right: auto;
	margin-left: auto;
}
#places-to-go-one p, #places-to-go-two p{
	color: #ffffff;
	line-height: 1;
	text-transform: uppercase;
}
#destination-hero-section img{
	max-width: 1440px;
}
#text-foreground{
	position: relative;
	margin: 0;
}
#places-to-go-one #text-foreground .wpb_wrapper, #places-to-go-two #text-foreground .wpb_wrapper{
	position: absolute;
	bottom: 50px;
	left: 10px;
}
#places-to-go-one .vc_column-inner{
	position: relative;
	overflow: hidden;
}
#places-to-go-one #destination-img img{
	width: 100%;
	height: auto;
}
#places-to-go-one{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}
#places-to-go-one #left-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
#places-to-go-one .wpb_column:last-child > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-direction: column;
}
#places-to-go-one #bottom-row{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#places-to-go-one #right-box{
	margin-bottom: -15px;
}
#places-to-go-two .wpb_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}
#places-to-go-two #bottom-row{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#places-to-go-two #top-row{
	margin-bottom: -15px;
}
#places-to-go-one, #places-to-go-two{
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
}
@media(max-width: 991px){
	#hero-txt h2{
		font-size: 80px;
	}
	#introduction-txt h3{
		font-size: 18px;
	}
	#introduction-txt p{
		font-size: 16px;
	}
	.container{
		min-height: 250px;
		min-width: 450px;
		display: flex;
		align-items: end;
	}
}
@media(max-width: 767px){
	#places-to-go-one,  #places-to-go-one .wpb_column:last-child > .vc_column-inner > .wpb_wrapper, #places-to-go-one #bottom-row, #places-to-go-two .wpb_wrapper, #places-to-go-two #bottom-row{
		display: flex;
		flex-direction: column;
	}
	#places-to-go-one #destination-img img, #places-to-go-two #destination-img img{
		width: 655px;
		height: 350px;
	}
}
@media(max-width: 750px){
	#destination-hero-section{
        background-size: contain;
        background-repeat: no-repeat;
        height: 20vh;
    }
    #hero-txt h2{
        font-size: 40px;
    }
	#destination-hero-section{
        background-size: contain;
        background-repeat: no-repeat;
        height: 20vh;
    }
}
@media(max-width: 500px){
	#hero-txt h2{
        font-size: 30px;
    }
	#places-to-go-one #destination-img img, #places-to-go-two #destination-img img{
		width: 655px;
		height: 200px;
	}
}
@media(min-width: 768px){
	#places-to-go-one p, #places-to-go-two p{
		font-size: 18px;
	}
}
@media(min-width: 992px){
	#places-to-go-one p, #places-to-go-two p{
		font-size: 24px;
	}
	#hero-txt h2{
		font-size: 98px;
	}
	#information-section{
		width: 90%;
	}
	#introduction-txt h3{
		font-size: 32px;
		width: 60%;
	}
	#introduction-txt p{
		width: 80%;
		font-size: 18px;
	}
}
@media(min-width: 1200px){
	#places-to-go-one p, #places-to-go-two p{
		font-size: 32px;
	}
}
/* -------------------------------- 
	DESTINATIONS CHILD PAGES
-----------------------------------*/
.page__header h1{
	display: none;
}
#destination-hero-section{
	background-size: cover;
	margin-top: -55px;
}
#destination-info-spot{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
#destination-info-spot .wpb_wrapper{
	display: flex;
	flex-direction: column;
}
#destination-info-spot .wpb_content_element{
	margin-bottom: 0px;
}
#destination-info-spot h3{
	font-size: 28px;
}
#destination-info-spot p{
	font-size: 18px;
}
#destination-info-spot h3{
	font-size: 28px;
	line-height: 1.3;
}
#destination-info-spot #destination-left-box p{
	color: #2f3a8a;
}
#destination-left-box .subhead{
	font-weight: 900;
	line-height: 1;
}
#destination-left-box .destination-body{
	font-weight: 500;
	line-height: 1.3
}
#destination-right-box h3, #destination-right-box p{
	color: #ffffff;
}
#destination-info-spot #destination-right-box h3{
	font-weight: 700;
	line-height: 1;
}
#destination-info-spot #destination-right-box p{
	font-weight: 600;
	line-height: 1.3;
}
#destination-left-box hr{
	border-top: 5px solid #2f3a8a;
	width: 90%;
}
#destination-right-box hr{
	border-top: 5px solid #ffffff;
}
#destination-info-spot hr{
	display: block;
	margin: 1em 0;
	padding: 0;
}
#destination-info .vc_column-inner{
	padding: 40px;
}
#destination-info-spot #destination-info{
	max-width: 1430px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -5px;
}
#destination-info .vc_column-inner{
	height: 100%;
}
#destination-right-box a{
	color: #ffffff;
}
#hero-txt h2, #places-to-go-one p, #places-to-go-two p{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1;
    stroke-width: 1;
}
@media(max-width: 991px){
	#destination-info{
		display: flex;
		flex-direction: column;
		margin-top: -10px;
		max-width: 1440px;
		margin-right: auto;
		margin-left: auto;
	}
	#destination-info .wpb_column{
		width: 100%;
	}
}
@media(max-width: 846px){
	#destination-info-spot{
		width: 100%;
	}
	#destination-info-spot h3{
		font-size: 24px;
		margin: 0;
	}
	#destination-info-spot #destination-right-box h3{
		margin-bottom: 5px;
	}
	#destination-info-spot p{
		font-size: 16px;
		margin: 0;
	}
	#destination-info .vc_column-inner{
		padding: 35px;
	}
}
@media(max-width: 700px){
	#destination-info-spot h3{
		font-size: 22px;
	}
	#destination-info-spot p{
		font-size: 14px;
	}
}
@media(max-width: 500px){
	#destination-info-spot{
		width: 100%;
	}
	#destination-info-spot h3{
		font-size: 18px;
	}
	#destination-info-spot p{
		font-size: 14px;
	}
	#destination-info-spot #destination-left-box .subhead{
		margin-bottom: 5px;
	}
	#destination-info .vc_column-inner{
		padding: 30px;
	}
}
@media(max-width: 374px){
	#destination-info-spot h3{
		font-size: 20px;
	}
	#destination-info-spot p{
		font-size: 14px;
	}
}
@media(min-width: 991px){
	#destination-info-spot #destination-info{
		display: flex;
	}
}
/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */
@media ( max-width: 1199px ) {
	/* your CSS here */
}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}