/*!
Theme Name: blueridge
Theme URI: http://underscores.me/
Author: Brad Messenger
Author URI: https://www.integritive.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blueridge
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*** GLOBALS ********************************************************************/
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
.site-inner {
	min-height: 1vh;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
a,
a:hover,
a:hover h2,
a:focus h2,
a:focus,
a:after,
a::before,
a:before,
a:hover:after,
a:focus:after,
a:hover:before,
a:focus:before,
a:hover::before,
a:focus::before,
button,
button:hover,
button:focus,
input,
input:focus,
textarea,
textarea:focus,
input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:focus,
select:focus,
select,
.products-grid .item:hover,
.products-grid .item:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    -moz-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    -o-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.text-block h2 {
	margin-top: 0;
}
.text-block a {
	color: #dc8d10;
}
.text-block a:focus,
.text-block a:hover {
	color: #085b8f;
}

h3 {
	font-size: 24px;
}
h4 {
	font-size: 16px;
}
.skip-link,
.screen-reader-text {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -10px;
	text-indent: -9999px;
}
.btn {
	border-radius: 20px;
	text-transform: uppercase;
	padding: 6px 20px;
}
a.btn,
a.btn:hover,
a.btn:focus {
	color: #FFF;
}
.itinerary-toggle,
.btn.btn-add,
.btn.btn-added,
.btn.btn-remove {
	/*color: #f1eeea;*/
	/*background-color: #7b954a;*/
	color: #3D3222;
	background-color: transparent;
	font-size: 14px;
	overflow: hidden;
	padding: 0 3px;
	text-align: left;
	width: 100px;
}
button.itinerary-toggle,
div.itinerary-toggle {
	background-color: #ccc;
	width: 22px;
}
button.itinerary-toggle,
button.itinerary-toggle:focus,
div.itinerary-toggle,
div.itinerary-toggle:focus {
	-webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, width 0.1s ease-out;
	   -moz-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, width 0.1s ease-out;
	     -o-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, width 0.1s ease-out;
	        transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, width 0.1s ease-out;
}
.itinerary-toggle:active,
.itinerary-toggle:focus,
.itinerary-toggle:active:focus,
.itinerary-toggle:hover {
	outline: none;
}
.btn.btn-remove {
	/*background-color: #c63918;*/
	background-color: transparent;
	width: 78px !important;
}
.btn.btn-added {
	width: 22px;
}
.btn.btn-add-all {
	width: 78px;
}
.btn.btn-remove-all {
	width: 100px !important;
}
.btn.btn-add:active,
.btn.btn-add:focus,
.btn.btn-add:hover {
	color: #f1eeea;
	/*background-color: #5f7339;*/
	background-color: #7b954a;
}
.btn.btn-remove:active,
.btn.btn-remove:focus,
.btn.btn-remove:hover {
	color: #f1eeea;
	/*background-color: #992c12;*/
	background-color: #c63918;
}
.btn.my-itinerary {
	background-color: #C56C39;
}
.btn.my-itinerary:active,
.btn.my-itinerary:focus,
.btn.my-itinerary:hover {
	background-color: #7b954a;
}
.itin-slideout-close {
	position: absolute;
	color: #085b8f !important;
	bottom: 3px;
	left: 15px;
	padding: 0 !important;
}
.itin-slideout-close:hover,
.itin-slideout-close:focus {
	background-color: transparent !important;
	color: #3D3222 !important;
}
.label-default {
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 14px;
	background-color: #eee;
	color: #085b8f;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #ddd;
	color: #085b8f;
}
.tax-pills {
	margin: 10px 0;
}
.tax-pills a {
	color: #085b8f !important;
}
.shadow-pad {
	padding: 15px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}
.content-inner {
	float: left;
	width: 100%;
	background: url('img/dark-grid.jpg') repeat left top scroll #534940;
}
.page-template-page-craft-trails-landing .content-inner,
.page-template-page-craft-trails-explore .content-inner {
	background: url('img/purple-grid.jpg') repeat left top scroll #44416D;
}
.content-area {
	background-color: #FFF;
	padding-bottom: 40px;
}
.nopad {
	padding: 0 !important;
}
/* Fix for importted images not floating */
.entry-content > figure {
	width: auto !important;
}
.entry-content > p > img {
	display: block;
}
.entry-content img {
	display: block;
    max-width: 100% !important;
    height: auto;
}

/* Media / Audio Player */
.mejs-container {
	max-width: 350px !important;
	display: inline-block;
}

/* Responsive Video Embeds */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/* padding-top: 35px; */
	height: 0;
	overflow: hidden;
	border: 1px solid #999;
}
.video-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Site Wrappers */
#page {
	width: 100%;
}
#main {
	position: relative;
	height: 100%;
	width: 100%;
	display: table;
}
.site-sidebar { /* left col */
	position: relative;
	z-index: 999;
	/* float: left; */
	width: 265px;
	padding: 0 15px;
	/* min-height: 100vh; */
	height: 100%;
	background: url('img/tile-pattern.jpg') repeat left top scroll #F1EEEA;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
	display: table-cell;
}
#content { /* right col */
	/* padding-left: 265px; */
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
.site-main {
	/* padding-bottom: 30px; */
}
/* Bootstrao Overrides */
.row.rten {
	margin-left: -10px;
	margin-right: -10px;
}
.row .cten {
	padding-left: 10px;
	padding-right: 10px;
}


/*** SIDEBAR - LEFT MAIN ********************************************************************/

.site-branding img {
	display: block;
	max-width: 203px;
	margin: 20px auto;
}
.mobile-branding {
	display: none;
	background-color: #F1EEEA;
	text-align: center;
	height: 46px
}
/* Menus */
ul#menu-main-menu {
	padding: 0;
	margin: 20px 0;
}
ul#menu-main-menu li,
ul#menu-explore-menu li {
	list-style: none;
	position: relative;
}
/* li wrap / second line fix
ul#menu-main-menu li .sub-menu li {
	list-style-position: inside;
    text-indent: -1.7em;
    padding-left: 1.5em;
}
ul#menu-main-menu li .sub-menu li.menu-item-has-children > a::before {
	left: 30px;
} */
ul#menu-main-menu li a {
	display: block;
	padding: 2px 0 2px 20px;
}
ul#menu-main-menu > li > a,
ul#menu-explore-menu li a {
	display: block;
	font-family: 'Voltaire',sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 0 5px 20px;
}
ul#menu-main-menu li.menu-item-has-children .sub-menu {
	display: none;
	padding: 0px 0 5px 15px;
}
ul#menu-main-menu li.current-menu-ancestor > a,
ul#menu-main-menu li.current-menu-item > a,
ul#menu-main-menu li.current-page-ancestor > a,
ul#menu-main-menu li.current-custom a {
	color: #7B954A;
}
ul#menu-main-menu li.menu-item-has-children > a::before {
    display: block;
    position: absolute;
    left: 6px;
	content: "\f0da";

    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #7B954A;

    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
ul#menu-main-menu li.current-menu-ancestor > a::before,
ul#menu-main-menu li.current-menu-item > a::before {
	-ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 4px;
}
ul#menu-main-menu li.menu-item-has-children.current-page-ancestor > .sub-menu {
	display: block;
}
/* Explore Menu */
ul#menu-explore-menu {
	padding-left: 20px;
}
ul#menu-explore-menu li a {
	padding-left: 26px;
	display: block;
}
ul#menu-explore-menu li.li-explore a::before,
ul#menu-explore-menu li.li-contact a::before,
ul#menu-explore-menu li.li-events a::before {

    position: absolute;
    top: 4px;
    left: 0;
	width: 16px;
	color: #7B954A;

	display: inline-block;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    -webkit-font-smoothing: antialiased;


}
ul#menu-explore-menu li.li-explore a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3c5";
}
ul#menu-explore-menu li.li-events a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f073";
}
ul#menu-explore-menu li.li-contact a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
}


/* Search / Newsletter Forms */
.search-form,
#e-newsletter,
#page .newsletter_subscribe .ctct-form-custom {
	position: relative;
	margin-bottom: 15px;
	min-height: 0;
}
.search-form label,
#e-newsletter label {
	margin-bottom: 0;
	width: 100%;
}
.search-form label span.screen-reader-text,
#e-newsletter label span.screen-reader-text,
#page .newsletter_subscribe span.screen-reader-text {
	display: block;
	position: relative;
	text-indent: 0;
	top: auto;
	height: auto;
	width: auto;
	text-transform: uppercase !important;
	padding-bottom: 2px;
	font-weight: 700;
}
.search-form input.search-field,
#e-newsletter #e-newsletter-input,
#page .newsletter_subscribe .ctct-form-element {
	border: 1px solid #C2BEB9;
	border-radius: 0;
	height: 40px;
	padding: 5px 10px;
	width: 100%;
}
.search-form button.search-submit,
#e-newsletter #e-newsletter-submit,
#page .newsletter_subscribe .ctct-form-button {
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 38px;
	height: 38px;
	z-index: 999;
	background-color: #FFF;
	border: none;
	font-size: 19px;
	color: #7b954a;
	padding: 0;
}
#page .newsletter_subscribe .ctct-form-button {
	font-size: 0;
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
#page .newsletter_subscribe .ctct-form-button:before {
	content: "\f1d8";
	font-size: 19px;
}

#page .newsletter_subscribe form .ctct-form-header,
#page .newsletter_subscribe form .ctct-form-text,
#page .newsletter_subscribe .ctct-form-label,
#page .newsletter_subscribe #gdpr_text,
#page .newsletter_subscribe .ctct-form-footer {
	display: none!important;
}

#page .newsletter_subscribe .ctct-form-defaults {
	background: transparent;
	padding: 0;
}
#page .newsletter_subscribe .ctct-form-field {
	margin: 0;
}

/* Social Menu */
.menu-social-menu-container > ul {
	padding: 0;
	margin: 20px auto;
	text-align: center;
}
.menu-social-menu-container > ul li {
	list-style: none;
	display: inline-block;
}
.menu-social-menu-container > ul li a {
	text-indent: 100%;
	font-size: 28px;
	display: inline-block;
    overflow: hidden;
    width: 38px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    white-space: nowrap;
}
.menu-social-menu-container > ul li.fb a::before,
.menu-social-menu-container > ul li.ig a::before,
.menu-social-menu-container > ul li.rss a::before {
    display: block;
    text-indent: 0;
}
.menu-social-menu-container > ul li a::before {
    text-align: center;
    font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.menu-social-menu-container > ul li.fb a::before {
	text-align: center;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	content: "\f39e";
	color: #4165B0;
}
.menu-social-menu-container > ul li.ig a::before {
	text-align: center;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	content: "\f16d";
	color: #BC2A8D;
}
.menu-social-menu-container > ul li.rss a::before {
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f09e";
	color: #C56C39;
}

.sidebar-support {
	font-family: 'Voltaire',sans-serif;
	font-size: 24px;
	text-align: center;
	color: #085B8F;
}
.sidebar-support p {
	margin: 25px 0;
}
.sidebar-support .btn {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 5px 25px;
}
.sidebar-support .nps {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #534940;
}
/* Dancing HamburgerTacoHotDog */
#nav-icon {
	width: 30px;
	height: 20px;
	position: absolute;
	left: 13px;
	top: 13px;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #085B8F;
	border-radius: 0;
	opacity: 1;
	left: 0;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
 	top: 0px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
 	top: 8px;
}
#nav-icon span:nth-child(4) {
 	top: 16px;
}
#nav-icon.active span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon.active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
 #nav-icon.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.active span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*** HOMEPAGE ********************************************************************/
.home-banner .slide,
.home-banner .slide img {
	width: 100%;
}
.home-banner .cycle-overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 998;
	width: 100%;
	text-align: center;
}
.home-banner .cycle-overlay h1 {
	font-size: 64px;
	color: #FFF;
	/* max-width: 1160px; */
}
.site-home .entry-content {
	padding: 20px 40px;
	margin-top: 0;
}
.site-home h2 {
	font-size: 36px;
}
.site-home .match {
	margin-bottom: 15px;
}


.site-home .inner-full {
	margin: 40px 0;
}
.img-block {
	position: relative;
	overflow: hidden;
}
.img-block img {
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover .img-block img {
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.img-block h3.img-block-title {
	position: absolute;
	bottom: 5px;
	left: 15px;
	font-family: 'Voltaire',sans-serif;
	font-size: 30px;
	font-weight: 400;
}
a h3.img-block-title {
	color: #FFF;
}
.home .content-area {
	padding-bottom: 0;
}
.featured-news {
	padding: 20px 0;
	margin-top: 40px;
    background: url(img/dark-grid.jpg) repeat left top scroll #534940;
}
.featured-news h2 {
	color: #FFF;
	border-bottom: 0 !important;
	margin-bottom: 10px !important;
	padding-bottom: 0 !important
}
.featured-news .news-card {
	/* box-shadow: 0 2px 4px 0 rgba(0,0,0,.5); */
}
.ig-feed {
	margin: 20px auto;
}
.ig-feed h2 {
	color: #3D3222;
}
#sb_instagram .sb_instagram_header,
#sb_instagram #sbi_load {
	display: none !important;
}
/* Popup */
#popmake-8443 {
	background: url('img/tile-pattern.jpg') repeat left top scroll #F1EEEA !important;
	max-width: 500px !important;
	text-align: center ;
}
#popmake-8443 #e-newsletter label span {
	font-family: 'Voltaire',sans-serif !important;
	font-size: 24px !important;
	color: #085b8f !important;
	text-transform: uppercase !important;
	text-align: center;
}
#popmake-8443 #e-newsletter #e-newsletter-input {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
#popmake-8443 #e-newsletter #e-newsletter-submit {
	position: relative !important;
	width: auto !important;
	color: #FFF !important;
	background-color: #7b954a;
	border-radius: 30px;
	padding: 0 20px;
	margin: 15px auto;
	display: block;
	font-size: 14px !important;
	font-weight: bold !important;
}
#popmake-8443 .pum-close {
	background-color: #7b954a !important;
}
/*** MAIN CONTENT ********************************************************************/
header.page-header {
	position: relative;
}
/* Banners */
.page-banner {
	position: relative;
	height: 300px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-banner img {
	width: 100%;
	visibility: hidden;
}
.page-banner .banner-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	max-width: 680px;
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
}
.page-banner .banner-content h1,
.page-banner .banner-content h2 {
	color: #FFF;
	font-size: 36px;
}
.page-banner .banner-content {
	text-shadow: 1px 1px 1px #000;
}
.header-socket {
	background-color: #085B8F;
	line-height: 32px;
	padding: 0;
	position: relative;
	text-align: right;
	height: 32px;
}
.header-socket a {
	color: #FFF;
	padding: 6px 10px;
}
.header-socket a:hover {
	background-color: #C56C39;
}
.itin-header-wrapper {
	position: fixed;
	right: 0;
	z-index: 999;
}
.header-socket a.plan-link {
	background-color: #085B8F;
	display: block;
	height: 32px;
	padding: 0 10px;
	z-index: 1;
	border-bottom-left-radius: 5px;
}
#itin-slideout {
	position: fixed;
}
.entry-content {
	margin-top: 30px;
}
.entry-content p.p1 {
	margin-bottom: 30px;
}
.page-banner.sp {
	height: auto;
}
.page-banner.sp .banner-content {
	position: relative;
	max-width: none;
	padding: 0;
}
.page-banner.sp img {
	visibility: visible;
}
.page-banner.sp .banner-logo {
	width: auto;
	display: inline-block;
	margin-top: -55px;
}
.page-banner.sp .banner-text {
	max-width: 700px;
}
/* Sidebars */
.sidebar-inner {
	max-width: 330px;
	float: right;
	margin-top: 30px;
}

/* Things to do */
#primary.places-to-go,
#primary.cards {
	background-color: transparent;
}
.big-card {
	background-color: #FFF;
	margin-top: 20px;
	position: relative;
	padding-bottom: 35px;
}
.big-card .entry-thumb {
	width: 100%;
	height: 184px;
	overflow: hidden;
}
.big-card img {
	width: 100%;
	height: auto;
}
.big-card .entry-content {
	padding: 15px;
	margin-top: 0;
}
.big-card .entry-content h2 {
	margin-top: 0;
	font-size: 24px !important;
}
.big-card .entry-content .card-intro {
	height: 66px;
	overflow: hidden;
}
.big-card .entry-content .card-more {
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
}
.big-card .entry-content .card-pub {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-weight: 700;
    font-size: 14px;
}

/* Places To Go */
.destination.featured {
	padding-top: 31px !important;
}
.destination.featured .featured-tag {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 2px 10px;
	background: #085B8F;
	color: #FFF;
}
.destination.featured .featured-tag i {
	float: right;
	margin-top: 2px;
	color: #e7d034;
}
.v-cards-filtered,
.destination-single {
	padding-bottom: 40px;
}
.destination.v-card {
	position: relative;
	padding: 5px 5px 5px 5px;
	background-color: #FFF;
	margin-top: 40px;
	min-height: 130px;
}
.destination.v-card:hover {

}
.destination.v-card a {
	display: block;
	color: #3D3222;
}
.destination .destination-thumb {
	width: 98px;
	height: 98px;
	overflow: hidden;
}
.destination.v-card img {
	width: 100%;
	height: auto;
	/* max-width: none !important; */
	max-height: 100% !important;
}
.destination.v-card .entry-content {
	margin-top: 0;
	font-size: 14px;
	font-weight: 400;
	height: 100px;
	/* height: 80px; */
	overflow: hidden;
}
.destination.v-card h4 {
	margin: 0 0 5px;
	font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
	color: #3D3222;
	font-weight: 700;
}
/* .v-cards-filtered .destination.v-card h4 {
	font-size: 22px;
} */
.craft-trails-cards .destination.v-card h4 a {
	font-size: 16px;
}
.destination.v-card h4 a {

}
.destination.v-card .entry-content p {
	line-height: 1.2em;
}
.destination.v-card .entry-more {
	text-decoration: underline;
}
.destination.v-card button,
.destination.v-card .btn {
	position: absolute;
	right: 8px;
	bottom: 2px;
}
#destination-map {
	height: 250px;
}
.ptg-back {
	display: block;
	margin-top: 10px;
}
.destination .post-thumbnail {
	float: left;
	margin: 0 20px 20px 0;
	max-height: 550px;
    overflow: hidden;
    max-width: 200px;
}
.single .destination .post-thumbnail {
	max-width: none;
}
.destination .post-thumbnail .photo-credit {
	font-size: 12px;
	font-style: italic;
	padding: 5px 0;
}
.single-destination .location-details address span {
	display: block;
	width: 100%;
}
.destination-single h1.entry-title {
	border-bottom: 2px solid #DBD5D0;
	padding-bottom: 10px;
	position: relative;
}
h1.entry-title button {
	font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
	position: absolute;
	right: 0;
	top: 0;
}
/* Newsletters */
.newsletter-item .card-pub {
	font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
	font-size: 14px;
	background: #eee;
    padding: 3px;
    border-radius: 5px;
    font-weight: 700;
}
/* Itinerary Feed */
.page-template-page-itineraries .content-area {
	padding-bottom: 0;
}
.itin-feed-wrap {
	 background: url(img/dark-grid.jpg) repeat left top scroll #534940;
	 padding-bottom: 40px;
}
.itin-feed-wrap h2 {
	color: #FFF;
}
.itin-guide {
	border: 1px solid #979797;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    margin: 30px 0;
    padding: 20px;
}
.page-template-page-templatespage-itineraries-php .itin-guide {
	max-width: 325px;
	float: right;
}
.itin-guide h2 {
	margin-top: 0px;
}
.itin-feed .itinerary.v-card {
    position: relative;
    padding: 5px 5px 5px 5px;
    background-color: #FFF;
    margin-top: 40px;
}
.itin-feed .entry-thumb {
	position: relative;
}
.itin-feed .itin-eta {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.7);
	color: #FFF;
	padding: 3px 5px;
}
.itin-feed .destination .entry-content {
	margin-top: 0;
	color: #534940;
	margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    height: auto;
}
.itin-feed h3 {
	margin-top: 0;
}
/* News */
.single-post .pub-date {
	display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 16px;
    font-weight: 700;
    background-color: #eee;
    color: #085b8f;
    border-radius: .25em;
    padding: .2em .6em .3em;
}
.nav-links {
	position: relative;
	min-height: 35px;
	margin: 20px 0;
}
.nav-links .nav-previous,
.nav-links .nav-next {
	position: absolute;
	bottom: 0
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
	color: #f1eeea;
    background-color: #7b954a;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nav-links .nav-previous {
	right: 0;
}
.nav-links .nav-next {
	left: 0;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-previous a:focus,
.nav-links .nav-next a:hover,
.nav-links .nav-next a:focus {
	 background-color: #5f7339;
}
/* Sidebar Widgets */
.destination-widget h2,
.suggested-destinations h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #DBD5D0;
}
.destination-widget .destination.v-card,
.suggested-destinations .destination.v-card {
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #F1EEEA;
}
.destination-widget .destination.v-card .entry-content,
.suggested-destinations .destination.v-card .entry-content {
	height: auto;
}
.destination-widget .destination.v-card .entry-meta,
.suggested-destinations .destination.v-card .entry-meta {
	margin-top: 3px;
}
.destination-widget .destination.v-card .entry-meta a,
.suggested-destinations .destination.v-card .entry-meta a {
	text-decoration: underline;
}
.img-news {
	width: auto !important;
    max-height: 165px;
    border: none;
    margin: 5px auto;
}

/* Craft Trails */
.craft-trails-logo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	max-width: 115px;
}
.craft-trails-logo img {
	visibility: visible;
}
.craft-trails {
	margin-top: 40px;
	background-color: transparent;
}
.craft-trails .col-inner {
	height: 100%;
}
.craft-trails .row.alb .col-sm-6 {
	margin-bottom: 40px;
}
.craft-trails .col-inner .text-block {
	height: 100%;
	background: #fff;
	padding: 15px;
}
.craft-trails .col-inner .text-block h2 {
	margin-top: 0;
}
.filter-bar .filters.city-select {
	background-color: #FFF;
	padding-top: 20px;
}
.city-select .select-col {
	margin-bottom: 20px;
}
.city-select label {
	display: block;
	color: #085B8F;
	font-size: 18px;
	margin-bottom: 8px;
	padding-left: 24px;
}
@media (min-width: 1200px) {
	.city-select .select-col.smokies {
		padding-top: 25px;
	}
}

.city-select .select-col.smokies label:before,
.city-select .select-col.high-country label:before,
.city-select .select-col.yadkin-valley label:before,
.city-select .select-col.central label:before,
.city-select .select-col.foothills label:before {
	display: inline-block;
	content: '';
	width: 19px;
	height: 19px;
	margin-right: 5px;
	margin-left: -24px;
	vertical-align: sub;
}
.city-select .select-col.smokies label:before {
	background-color: #085B8F;
}
.city-select .select-col.high-country label:before,
.city-select .select-col.yadkin-valley label:before {
	background-color: #C56C39;
}
.city-select .select-col.central label:before {
	background-color: #7B954A;
}
.city-select .select-col.foothills label:before {
	background-color: #534940;
}
.city-select select {
	width: 100%;
	margin-bottom: 20px;
}
.city-select .chosen-container {
	width: 100% !important;
}
.city-select ul.chosen-choices {
	padding: 5px !important;
}
.craft-trails h2.widget-title,
h1.craft-trails {
	position: relative;
	padding-left: 45px;
}
.craft-trails h2.widget-title:before,
h1.craft-trails:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 6px;
	display: inline-block;
	width: 40px;
	height: 60px;
	background: url('../../uploads/2018/09/BRCT_PurplePotLogoFinalFullColor-Copy.jpg') no-repeat center top scroll transparent;
	background-size: cover;
}
.craft-trails-widget {
	box-shadow: 0px 2px 4px rgba(0,0,0,.5);
	margin-bottom: 20px;
	margin-top: 20px;
}
.craft-trails-widget .widget-inner {
	padding: 15px;
}
.craft-trails-widget .widget-inner h2 {
	margin-top: 0;
}
/* Events */
.cycle-slide {
	width: 100%;
}
.slideshow-caption-wrapper {
	background: #f6f3ec;
    background: rgba(246, 243, 236, 0.85);
    padding: 20px;
    position: absolute;
    top: 50px;
    left: 50px;
}
.slideshow-caption .h1 {
	margin-top: 0;
}
.slideshow-caption .h1 > span {
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #534940;
	font-weight: 700;
	float: right;
}
.slideshow-caption a.btn {
	display: inline-block;
}
.slideshow-image img {
	width: 100%;
	height: auto;
}
.datepicker-dropdown {
	z-index: 999 !important;
}
@media(max-width:1600px) and (min-width: 1400px) {
	.slideshow-caption-wrapper {
		top: 10px;
	}
}
@media(max-width:1399px) and (min-width: 1200px) {
	.slideshow-caption .h1 {
		display: none;
	}
	.slideshow-caption .h1 > span {
		display: inline-block;
	}
	.slideshow-caption p.slide-content {
		display: none;
	}
}
@media(max-width:1199px) {
	.slideshow-caption-wrapper {
		position: relative;
		top: 0;
		left: 0;
	}
	.slideshow-caption .h1 {
		display: block;
	}
	.slideshow-caption p.slide-content {
		display: block;
	}
}
/* Event Submission Form */
.page-id-8234 .gform_wrapper {
	margin-top: 30px;
}
.page-id-8234 .gform_wrapper label.gfield_label {
	/* font-family: "Marcellus",Georgia,"Times New Roman",Times,serif; */
	font-size: 23px;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
}
.gform_wrapper label,
.page-id-8234 .gform_wrapper .description,
.page-id-8234 .gform_wrapper .gfield_description,
.page-id-8234 .gform_wrapper .gsection_description,
.page-id-8234 .gform_wrapper .instruction,
.page-id-8234 .gform_wrapper .gfield_checkbox li label,
.page-id-8234 .gform_wrapper .gfield_radio li label {
	font-size: inherit;
	font-weight: normal;
}
.page-id-8234 .gform_wrapper ul li.gfield {
	display: inline-block;
	margin: 30px 0;
	width: 100%;
}
.page-id-8234 .gform_wrapper ul li.gfield.gfield_html img {
	margin-left: auto;
	margin-right: auto;
}

.page-id-8234 .gform_wrapper .gfield_time_hour,
.page-id-8234 .gform_wrapper .gfield_time_minute {
	max-width: 5rem;
}
.page-id-8234 .gform_wrapper .gfield_time_ampm,
.page-id-8234 .gform_wrapper .gfield_time_hour {
	max-width: calc(5rem + 1rem);
}
.page-id-8234 .gform_wrapper .gfield_time_hour input[type=number],
.page-id-8234 .gform_wrapper .gfield_time_minute input[type=number] {
	width: calc(4rem + 8px) !important;
}
.page-id-8234 .gform_wrapper .gfield_time_hour label,
.page-id-8234 .gform_wrapper .gfield_time_minute label {
	display: none !important;
}

.page-id-8234 .gform_wrapper ul li.gsection {
	border: none;
	display: block;
	height: 1px;
	padding: 0 !important;
	background: #666666;
	background: -moz-linear-gradient(left, #f6f3ec 0%, #666666 45%, #666666 55%, #f6f3ec 100%);
	background: -webkit-linear-gradient(left, #f6f3ec 0%,#666666 45%,#666666 55%,#f6f3ec 100%);
	background: linear-gradient(to right, #f6f3ec 0%,#666666 45%,#666666 55%,#f6f3ec 100%);
}

.page-id-8234 .gform_wrapper input[type="text"],
.page-id-8234 .gform_wrapper input[type="email"],
.page-id-8234 .gform_wrapper input[type="tel"],
.page-id-8234 .gform_wrapper select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.page-id-8234 .gform_wrapper .top_label li.gfield.gf_left_half,
.page-id-8234 .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
}
.page-id-8234 .gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,
.page-id-8234 .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
.page-id-8234 .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer,
.page-id-8234 .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
    clear: both;
}

.page-id-8234 legend {
	border: none;
	margin-bottom: 0;
}
.page-id-8234 .gform_wrapper .gfield_time_hour i {
	display: none;
}

/* Galleries */
.ngg-gallery-thumbnail {
	border-color: #eee !important;
}
.ngg-gallery-thumbnail img {
	margin: 0 auto !important;
	padding: 10px !important;
}
.ngg-gallery-thumbnail span {
	background-color: #eee !important;
	padding: 5px !important;
	min-height: 50px;
}
/*** ARTIST DIRECTORY ********************************************************************/
.print-artist {
	display: none;
}
/* Sliders */
.featured-artists {
	padding: 40px 0;
}
.slide {
	display: none;
}
.slide:first-child,
.slide.cycle-slide {
	display: block;
}

h2.featured-title,
h2.type-title  {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #DBD5D0;
}
.featured-name {
	font-weight: 700;
	margin-bottom: 10px;
}
.featured-types span:last-child {
	display: none;
}
.featured-content {
	padding: 20px 0;
}
.featured-more a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 2px;
	border-bottom: 1px solid #085B8F;
}
.artist-types {
	margin: 20px 0;
}
.artist {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: 80px;
}
.artist a,
.artist-detail a {
	color: #3D3222;
}
.artist a:hover,
.artist a:focus,
.artist a:hover h4 {
	color: #085b8f;
}
.artist a h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
	color: #3D3222;
}
.artist .pod-thumb,
.artist .pod-content {
	display: inline-block;
	height: 70px;
}
.artist .pod-thumb {
	position: absolute;
}
.artist .pod-content {
	margin-left: 70px;
	font-size: 14px;
}
.artists-all {
	text-align: right;
}
.artists-all .btn {
	padding: 2px 10px;
	font-size: 12px;
}
.artists-filtered .page-title span,
.artist-types h2 span.artist-num {
	display: block;
	margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    color: #3D3222;
}
.artists-filtered .page-title span.artist-count,
.artist-types h2 span.artist-num {
	display: inline-block;
}
.artists-filtered .page-title > span > p {
	margin: 0;
}

/* Filter / Search Page */
.filter-bar .toggle-all {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.filter-bar a.filter-toggle {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
}
.filter-bar a.filter-toggle .fas {
	padding-right: 5px;
}
.filter-bar a.filter-toggle .fa-times {
	display: none;
	font-size: 12px;
}
.filter-bar .filter-search {
	float: right;
	text-align: right;
	width: 100%;
}
.filter-bar .filter-search input {
	color: #333;
	height: 28px;
	border: none;
	padding: 2px 5px;
	width: 50%;
}
.filter-bar input::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
.filter-bar input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: transparent;
}
.filter-bar input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: transparent;
}
.filter-bar input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: transparent;
}

.filter-bar .filter-top {
	background-color: #7B954A;
	color: #FFF;
	padding: 8px 0 6px;
}
.filter-bar .filters {
	background-color: #F1EEEA;
	padding-bottom: 20px;
	display: none;
}
.filter-bar .filter-list-title {
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 2px solid #C2BEB9;
}
.filter-bar .filter-list-title.empty {
	text-indent: -99999px;
}
.filter-bar .filters ul {
	padding: 0;
}
.filter-bar .filter-control {
	list-style: none;
	cursor: pointer;
	padding: 5px 0;
}
.filter-bar .filter-list-title span {
	float: right;
	color: #534940;
	font-size: 16px;
}
.filter-bar .filter-control .fa-toggle-on {
	color: #7B954A;
	font-size: 18px;
	display: none;
}
.filter-bar .filter-control .fa-toggle-off {
	color: #C63918;
	font-size: 18px;
	display: none;
}
.filter-bar .filter-control .fa-toggle-on.active,
.filter-bar .filter-control .fa-toggle-off.active {
	display: inline-block;
}
.filter-bar .filter-name {
	padding-left: 5px;
}
.filter-bar .filter-top a.artist-back {
	color: #FFF;
}
.applied-filters {
	position: absolute;
	right: 0;
	bottom: 0;
}
.applied-filters .tax-pills {
	display: inline-block;
}
/* Single Artists */
.artist-single .artist {
	height: 100%;
}
.artist-single .entry-header {
	position: relative;
	min-height: 200px;
}
.artist-single .entry-header .post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 200px;
}
.artist-single .post-thumbnail .photo-credit {
	font-size: 12px;
	font-style: italic;
	padding: 5px 0;
}
.artist-single .entry-content a {
	color: #085b8f;
}
.artist-single .entry-content a:hover,
.artist-single .entry-content a:focus {
	text-decoration: underline;
}
.artist-single .artist-info {
	padding-left: 230px;
}
.artist-single .artist-info .title-tag {
	color: #085b8f;
	text-transform: uppercase;
}
.artist-single .artist-info h1 {
	margin-top: 0;
}
.artist-single .artist-info .artist-detail {
	display: block;
}
.artist-single .artist-info .contact-info {
	margin-top: 20px;
}
.artist-single .artist-main {
	margin-top: 40px;
}
.artist-single .artist-info ul.artist-social {
	list-style: none;
	padding-left: 0;
	margin-top: 5px;
}
.artist-single .artist-info ul.artist-social li {
	display: inline-block;
	width: 36px;
}

/* Sidebar */
.historic-note {
	padding: 10px;
	margin: 20px 0;
	background: #eee;
	color: #666;
}
.artist-single h2.widget-title {
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 2px solid #C2BEB9;
}
.artist-services {
	font-size: 18px;
	padding-left: 20px;
}
.artist-videos,
.artist-audio {
	padding: 0;
	list-style: none;
}
.artist-videos .vid,
.artist-audio .audio {
	margin-bottom: 20px;
}
.artist-audio .audio label {
	display: block;
	background: #ddd;
	color: #333;
	padding: 5px 10px;
	margin-bottom: 0;
}

/*** INTERACTIVE MAP ********************************************************************/
.content-area.site-map {
	padding-bottom: 0;
}
.map-sidebar h1 {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #DBD5D0;
	padding-bottom: 10px;
	margin: 30px 0 20px;
}
.map-sidebar #menu-interactive-map-menu {
	list-style: none;
	padding: 0;
}
.map-sidebar #menu-interactive-map-menu li a {
	display: block;
	position: relative;
	padding: 5px 0 5px 10px;
	color: #534940;
	font-size: 16px;
}
#iw-content {
	max-width: 325px;
}
.map-sidebar #menu-interactive-map-menu li.active a::after {
	position: absolute;
	right: 5px;
	top: 3px;
	font-size: 20px;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f205";
	color: #7B954A;
}
.map-sidebar #menu-interactive-map-menu li a::after {
	position: absolute;
	right: 5px;
	top: 3px;
	font-size: 20px;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f204";
	color: #C63918;
}
.map-sidebar #menu-interactive-map-menu li.toggle-all {
	border: 3px solid #085B8F;
	border-radius: 20px;
	margin-bottom: 10px;
}
/* .map-sidebar #menu-interactive-map-menu li.toggle-all a {
	padding-left: 15px;
}
.map-sidebar #menu-interactive-map-menu li.toggle-all a::after {
	right: 15px;
} */
#interactive-map {
	height: 100vh;
    position: relative;
    overflow: hidden;
}

/* SEARCH */
.search-results article {
	padding-bottom: 10px;
	margin-bottom: 10px;
    border-bottom: 2px solid #F1EEEA;
 }
.search-results h2.entry-title {
	margin-top: 0;
}
.search-results h2.entry-title a {
	color: #085b8f;
}
.search-results .artist {
	height: auto;
}

.menu-interactive-map-menu-container {
	margin-bottom: 50px;
}
/*** FOOTER ********************************************************************/
footer .site-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.footer-contain {
	margin: 20px 0;
	padding: 20px;
	background: url('img/tile-pattern.jpg') repeat left top scroll #F1EEEA;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}
.footer-main ul#menu-footer-menu {
	padding: 0;
	text-align: center;
}
.footer-main ul#menu-footer-menu li {
	display: block;
	float: none;
}
.footer-main ul#menu-footer-menu li a {
	display: block;
    font-family: 'Voltaire',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 8px;
 }
.footer-main .col-sm-4 {
	border-right: 2px solid #DBD5D0;
}
.footer-main .col-sm-4:last-child {
	border: none;
}
.footer-main .menu-social-menu-container {
	margin: 25px auto;
}
.footer-main .search-form {
	max-width: 275px;
	margin: 10px auto;
}
footer#colophon {
	background: #3D3222;
	color: #FFF;
	font-size: 14px;
	padding: 5px 20px;
}
footer#colophon a {
	color: #FFF;
}
footer#colophon .site-info,
footer#colophon .site-info a {
	color: #988972;
}
footer#colophon .site-info a:hover,
footer#colophon .site-info a:focus {
	color: #FFF;
}
/*** MEDIA QUERIES ********************************************************************/
@media (max-width: 768px) {

	#main {
		display: block;
	}
	#content {
		padding: 78px 0 0 0;
		display: block;
	}
	.site-sidebar {
		position: fixed;
		top: 78px;
		bottom: 0;
		left: -265px;
		z-index: 999;
		transition: left .25s ease;
		overflow-y: scroll;
		padding-bottom: 150px;
		min-height: 100% !important;
	}
	.site-sidebar.slid {
		left: 0;
		transition: left .25s ease;
	}
	.site-content {
		padding: 78px 0 0 0;
		width: 100%;
	}

	/* Main Menu */
	.mobile-header {
		position: fixed;
		width: 100%;
		height: 46px;
		z-index: 1999;
	}
	.mobile-branding {
		display: block;
		text-align: center;
	}
	.mobile-branding img {
		width: 145px;
		margin: 7px auto;
		display: inline-block;
	}
	.header-socket {
		position: fixed;
		width: 100%;
		height: 32px;
		top: 46px;
		z-index: 1999;
	}
	.site-branding {
		display: none;
	}
	ul#menu-main-menu li.menu-item-has-children.current-page-ancestor > .sub-menu {
		/* display: none; */
	}

	/* Home */
	.home-banner .cycle-overlay h1 {
		font-size: 28px;
		padding: 15px;
	}
	.col-inner {
		max-width: 542px;
		display: block;
		margin: 0 auto;
	}

	/* Pages */
	.page-banner {
		height: auto;
		min-height: 200px;
	}
	.page-banner .banner-image {
		display: none;
	}
	.page-banner .banner-content {
		position: relative;
	}
	.destination .post-thumbnail {
		float: none;
		margin: 10px auto 20px;
	}
	.site-main .col-md-4 .destination .destination-thumb {
		width: 100%;
	}

	/* Filter Bar */
	.filter-search > label {
		display: none;
	}
	.filter-bar .filter-search input {
		width: 100%;
	}
	.filter-bar input::-webkit-input-placeholder { /* WebKit browsers */
        color: #999;
    }
    .filter-bar input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: #999;
    }
    .filter-bar input::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: #999;
    }
    .filter-bar input:-ms-input-placeholder { /* Internet Explorer 10+ */
       color: #999;
    }

    /* Craft Trails */
    .page-banner.sp .banner-logo {
	    margin: 20px auto !important;;
    }

    /* Artists */
    .artist-single .entry-header .post-thumbnail {
	    position: relative;
	    margin-bottom: 20px;
    }
    .artist-single .artist-info {
	    padding-left: 0;
    }


	/* Sidebars */
	.sidebar-inner {
		max-width: 100%;
		float: none;
	}

	/* Footer */
	.footer-main .col-sm-4 {
		border: none;
	}

}
@media (min-width: 768px) and (max-width: 1024px) {

	/* Home */
	.home-banner .cycle-overlay h1 {
		font-size: 36px;
		padding: 15px;
	}
	.col-inner {
		max-width: 542px;
		display: block;
		margin: 0 auto;
	}

	/* Pages */
	.page-banner {
		height: auto;
		min-height: 200px;
	}
	.page-banner .banner-image {
		display: none;
	}
	.page-banner .banner-content {
		position: relative;
	}

	/* Filter Bar */
	.filter-search > label {
		display: none;
	}
	.filter-bar .filter-search input {
		width: 100%;
	}
	.filter-bar input::-webkit-input-placeholder { /* WebKit browsers */
        color: #999;
    }
    .filter-bar input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: #999;
    }
    .filter-bar input::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: #999;
    }
    .filter-bar input:-ms-input-placeholder { /* Internet Explorer 10+ */
       color: #999;
    }

	/* Sidebars */
	.sidebar-inner {
		max-width: 100%;
		float: none;
	}

	/* Footer */
	.footer-main .col-sm-4 {
		border: none;
	}

}

@media (min-width: 1024px) and (max-width: 1199px) {


	/* Home */
	.home-banner .cycle-overlay h1 {
		font-size: 48px;
		padding: 15px;
	}

	/* Sidebars */
	.sidebar-inner {
		max-width: 100%;
		float: none;
	}

}

@media (min-width: 1200px) and (max-width: 1439px) {

	.big-card .entry-thumb {
		height: 150px;
	}
	.site-main .col-md-4 .destination .destination-thumb {
		width: 100%;
	}

}

@media (min-width: 1440px) {


}

.SumoSelect>.CaptionCont>label>i{
	background: none !important;
}

.SumoSelect{
	width: 100%;
}

h1#filter-results,h2.featured-title a{
	color: #fff;
}


.page-template-page-itineraries-new .filter-bar{
	background: #f1eee9;
	border-bottom: 1px solid #ccc;
}

.page-template-page-itineraries-new h1#filter-results,.page-template-page-places-to-go-new h1#filter-results{
	color: #085b8f;
}


#related-itins{
	margin: 50px 0 0;
    width: 100%;
    border-top: 2px solid #dbd5d0;
    padding: 30px 0 0;
}


.related-itins h4{
	font-size: 20px;
}


.page-template-page-places-to-go-new .filter-bar .filters{

	display: block;
}

.page-template-page-places-to-go-new .chosen-container{
	max-width: 100% !important;
}

.interests-selects .col-md-6:nth-child(odd){
	clear: both;
}

.interests-selects{
	padding: 25px 0;
}

.interests-selects .craft-trails{
	margin-top: 0;
}

.cc-embed {
	min-height: 400px;
}
