.clearfix,
.main-navigation .sub-menu,
.articles,
.articles-layout-3 .article,
.post-meta-right,
.sidebar .posts-list .post,
.events-guide-content .events,
.null-instagram-feed .instagram-pics,
.author,
.date-range .ui-datepicker-header {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.main-navigation .sub-menu:before,
.main-navigation .sub-menu:after,
.articles:before,
.articles:after,
.articles-layout-3 .article:before,
.articles-layout-3 .article:after,
.post-meta-right:before,
.post-meta-right:after,
.sidebar .posts-list .post:before,
.sidebar .posts-list .post:after,
.events-guide-content .events:before,
.events-guide-content .events:after,
.null-instagram-feed .instagram-pics:before,
.null-instagram-feed .instagram-pics:after,
.author:before,
.author:after,
.date-range .ui-datepicker-header:before,
.date-range .ui-datepicker-header:after {
  content: "";
  display: table;
}
.clearfix:after,
.main-navigation .sub-menu:after,
.articles:after,
.articles-layout-3 .article:after,
.post-meta-right:after,
.sidebar .posts-list .post:after,
.events-guide-content .events:after,
.null-instagram-feed .instagram-pics:after,
.author:after,
.date-range .ui-datepicker-header:after {
  clear: both;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Normalize.less
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  border-top: 1px solid #e0e0e0;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
select,
textarea {
  max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}
fieldset > :last-child {
  margin-bottom: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
html,
body {
  height: 100%;
}
body {
  color: #000;
  background: #fff;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
.wrapper::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
}
.main-navigation-open .wrapper::after,
.main-navigation-open .before-footer::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 101;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.full-width {
  margin: 0 0em;
}
label > * {
  pointer-events: none;
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cantata One', serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #a02535;
}
h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.desktop-only {
  display: none;
}
.clear {
  clear: both;
}
.no-margin {
  margin: 0 !important;
}
.container {
  padding: 0 10px;
}
.container .container {
  padding: 0;
}
/**
 * Menu.less
 */
/**
 * The mobile menu button.
 */
.menu-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 2.5em;
  height: 2.25em;
  border: none;
  outline: none;
  background: transparent;
  margin: 1em;
  padding: 0;
  z-index: 100;
  filter: drop-shadow(0 2px 4px rgba(34, 36, 38, 0.35));
  -webkit-filter: drop-shadow(0 2px 4px rgba(34, 36, 38, 0.35));
  /**
	 * Create the hamburger menu icon.
	 */
}
.menu-button.close {
  top: 0;
  right: 5px;
  filter: none;
  -webkit-filter: none;
}
.menu-button::before,
.menu-button span,
.menu-button::after {
  background: #4d121a;
  position: absolute;
  height: .5em;
  width: 100%;
  left: 0;
}
.menu-button::before,
.menu-button::after {
  content: '';
  top: 50%;
}
.menu-button span {
  overflow: hidden;
  text-indent: 200%;
}
.menu-button::before {
  -webkit-transform: translate3d(0, -0.75em, 0);
  transform: translate3d(0, -0.75em, 0);
}
.menu-button::after {
  -webkit-transform: translate3d(0, 0.75em, 0);
  transform: translate3d(0, 0.75em, 0);
}
.menu-button.close {
  background-color: white;
}
.menu-button.close::before {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.menu-button.close span {
  opacity: 0;
}
.menu-button.close::after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
/**
 * The main navigation.
 */
.main-navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  bottom: 0;
  width: 80%;
  background: #fff;
  visibility: hidden;
  padding: 0 1em;
  overflow-y: scroll;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.main-navigation ul {
  margin: 80px 0 16px;
  padding: 16px 0;
  border-top: 1px solid #a02535;
  border-bottom: 1px solid #a02535;
}
.main-navigation .top-level-link {
  display: block;
  color: #a02535;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 20px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 300;
  letter-spacing: .1px;
  font-size: 16px;
}
.main-navigation .menu-item {
  position: relative;
}
.main-navigation .menu-item .sub-menu-toggle {
  display: none;
  position: absolute;
  width: 56px;
  height: 46px;
  top: 0;
  right: 0;
  border-radius: 10px;
  background-image: url(../images/menu-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  /*
		    &::before, &::after {
		    	background: #296969;
			    position: absolute;
			    height: @toggle-icon-width;
			    width: @toggle-icon-height;
			    left: (@toggle-size - @toggle-icon-height) / 2;
			    top: (@toggle-size - @toggle-icon-width) / 2;
			    content: '';
			    .transition(all 0.25s);
		    }
		    &::after {
			    transform: rotate3d(0, 0, 1, 90deg);
		    }

		    &.active {
		    	&::after {
		    		width: @toggle-icon-width;
		    		left: (@toggle-size - @toggle-icon-width) / 2;
		    	}
		    }
		    */
}
.main-navigation .menu-item .sub-menu-toggle.active {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  transform: rotate3d(0, 0, 1, 90deg);
}
.main-navigation .menu-item-has-children .sub-menu-toggle {
  display: block;
}
.main-navigation .sub-menu {
  display: none;
  background: #fff;
  border-top: 0;
  overflow: hidden;
}
.main-navigation .sub-menu.active {
  display: block;
}
.main-navigation .sub-menu .sub-menu-left .sub-menu-left-inner h3 {
  display: none;
}
.main-navigation .sub-menu .sub-menu-left .sub-menu-left-inner ul.categories {
  margin: 0px;
  padding: 0px;
}
.main-navigation .sub-menu .sub-menu-right {
  display: none;
}
.main-navigation .sub-menu .categories a {
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
}
.has-banner .main-navigation ul.primary-menu {
  margin: 130px 0 16px;
}
/**
 * When the main navigation has been opened.
 */
.main-navigation-open {
  /**
	 * Transform the hamburger menu button into a cross (X).
	 */
  /**
	 * Ensure the body is no longer scrollable.
	 */
  overflow: hidden;
  /**
	 * Show the navigation menu!
	 */
}
.main-navigation-open .main-navigation {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/**
 * If Wordpress admin bar is visible, ensure to translate the mobile menu
 * button and navigation down.
 */
/**
 * Canvas.less
 */
.canvas-inner {
  position: relative;
  left: 0;
  z-index: 99;
  overflow: hidden;
  background: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: perspective(300);
  transform: perspective(300);
}
.canvas-inner::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
}
.main-navigation-open .canvas-inner {
  -webkit-transform: perspective(300) rotateY(1deg);
  transform: perspective(300) rotateY(1deg);
}
/**
 * Content.less
 */
.content {
  position: relative;
  z-index: 100;
}
/**
 * header.less
 */
header {
  padding: 1.5em 0.5em;
  z-index: 102;
  position: relative;
}
header .logo {
  display: block;
  min-height: 32px;
}
header .logo img {
  display: block;
  max-width: 85%;
  width: 70%;
  height: auto;
}
header h1 {
  margin: 0;
}
.header-socials .social-media {
  margin: 0;
  border: 0;
  text-align: center;
}
.header-socials .social-media .fa {
  border: 1px solid #a02535;
  color: #a02535;
  border-radius: 50%;
  width: 16px;
  padding: 3px;
}
.header-search {
  text-align: center;
}
.header-search {
  position: relative;
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -ms-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
  text-align: center;
}
.header-search .searchform {
  display: inline-block;
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 50px;
}
.header-search .searchform button {
  background-image: url(../images/icon-search-gray.png);
  width: 16px;
  height: 30px;
}
.header-search .searchform input {
  height: 40px;
  padding: 0;
  border: 0;
  width: auto;
}
.header-search .searchform input::-webkit-input-placeholder {
  color: black;
}
.header-search .searchform input::-moz-placeholder {
  color: black;
}
.header-search .searchform input:-ms-input-placeholder {
  color: black;
}
.header-search .searchform input:-moz-placeholder {
  color: black;
}
.header-search .searchform input::placeholder {
  color: black;
}
.header-search .search-toggle {
  display: none;
}
/**
 * Header Banner
 */
.header-banner {
  background-color: #f6f5f5;
  height: 15vw;
  transition: height .5s;
  overflow: hidden;
}
.header-banner .banner {
  text-align: center;
}
.header-banner .banner a {
  display: block;
}
.header-banner .banner a img {
  max-width: 100%;
  height: 15vw;
}
.footer {
  padding: 20px;
  text-align: center;
  background-color: #2c2c2c;
}
.footer ul.footer-menu li {
  display: block;
  margin-right: 10px;
}
.footer ul.footer-menu li a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: justify;
  color: white;
  text-transform: uppercase;
  padding: 10px 4px;
}
.footer hr {
  background-color: #464646;
  color: #464646;
  margin: 20px 10px;
  border: 0;
  height: 1px;
}
.footer .footer-bottom .left {
  color: white;
  text-align: left;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  font-family: serif;
}
.footer .footer-bottom .right h4 {
  font-weight: 400;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
}
.footer .footer-bottom .right a > img {
  width: 30%;
  height: auto;
}
.footer .footer-socials {
  padding-top: 10px;
}
.footer .footer-socials .social-media a {
  height: inherit;
  color: white;
}
/* .article-excerpt {
  font-weight: 100;
}
.article-content {
  font-weight: 100;
} */
.articles {
  margin-bottom: 15px;
}
.articles.hide-on-mobile {
  display: none;
}
.articles .article {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  margin-bottom: 15px;
}
.articles .article .article-image-container {
  position: relative;
  float: left;
  width: 50%;
}
.articles .article .article-image-container .article-category {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 5px 5px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0%, #000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, #000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, #000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#000', GradientType=0);
  /* IE6-9 */
}
.articles .article .article-image-container .article-category:hover {
  color: #a02535;
  text-decoration: none;
}
.articles .article .article-image-link {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.articles .article .article-image-link img {
  width: 100%;
  height: auto;
  display: block;
}
.articles .article .article-body {
  margin-left: 50%;
  padding-left: 10px;
}
.articles .article .article-title {
  margin: 0;
  font-size: 12px;
  line-height: 22px;
}
.articles .article .article-title a {
  color: black;
  font-family: 'Cantata One', serif;
}
.articles .article .article-excerpt p {
  margin: 0;
  line-height: 17px;
}
.articles .article-large {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  display: block;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 15px;
}
.articles .article-large .article-image {
  display: block;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.articles .article-large .article-image img {
  width: 100%;
  height: auto;
  display: block;
}
.articles .article-large .article-body {
  padding: 10px;
}
.articles .article-large .article-title {
  margin: 0 0 5px;
}
.articles .article-large .article-excerpt {
  margin: 0;
  font-size: 15px;
}
.articles .article-large .article-excerpt p {
  margin: 0;
  color: #999999;
}
.articles a.article-large:hover .article-title {
  text-decoration: underline;
}
.articles-layout-1 .article-large,
.articles-layout-4 .article-large,
.articles-layout-5 .article-large {
  margin-bottom: 15px;
}
.articles-layout-1 .articles-container,
.articles-layout-4 .articles-container,
.articles-layout-5 .articles-container {
  margin-left: -1%;
}
.articles-layout-1 .article,
.articles-layout-4 .article,
.articles-layout-5 .article {
  margin-left: 1%;
  float: left;
  width: 49%;
  margin-bottom: 15px;
}
.articles-layout-1 .article:nth-child(2n + 1),
.articles-layout-4 .article:nth-child(2n + 1),
.articles-layout-5 .article:nth-child(2n + 1) {
  clear: both;
}
.articles-layout-1 .article .article-image-container,
.articles-layout-4 .article .article-image-container,
.articles-layout-5 .article .article-image-container {
  float: none;
  width: auto;
  margin-bottom: 5px;
}
.articles-layout-1 .article .article-image img,
.articles-layout-4 .article .article-image img,
.articles-layout-5 .article .article-image img {
  width: 100%;
  height: auto;
  display: block;
}
.articles-layout-1 .article .article-body,
.articles-layout-4 .article .article-body,
.articles-layout-5 .article .article-body {
  margin-left: 0;
  padding-left: 0;
}
.articles-layout-1 .article .article-excerpt,
.articles-layout-4 .article .article-excerpt,
.articles-layout-5 .article .article-excerpt {
  display: none;
}
.articles-layout-2 .article {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
}
.articles-layout-2 .article .article-excerpt {
  display: none;
}
.articles-layout-3 .article {
  margin-bottom: 10px;
}
.articles-layout-3 .article .article-title {
  word-break: break-word;
}
.articles-layout-3 .article .article-excerpt {
  display: none;
}
.articles-layout-4 .article {
  width: 49%;
}
.articles-layout-4 .article:nth-child(2n + 1) {
  clear: both;
}
.articles-layout-5 .article:nth-child(3n + 1) {
  clear: none;
}
.articles-layout-5 .article:nth-child(5n + 1) {
  clear: both;
}
.articles-layout-5 .article:last-child {
  display: none;
}
.articles-layout-6 .articles-container .article {
  position: relative;
  margin-bottom: 10px;
}
.articles-layout-6 .articles-container .article .article-image-container {
  width: 100%;
  margin-bottom: 10px;
}
.articles-layout-6 .articles-container .article .article-image-container .article-image {
  background-color: #eee;
}
.articles-layout-6 .articles-container .article .article-image-container .article-image img {
  width: 100%;
  height: auto;
  display: block;
}
.articles-layout-6 .articles-container .article .article-image-container .article-category {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  background: #a02535;
  color: #fff;
  padding: 6px 8px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}
.articles-layout-6 .articles-container .article .article-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.articles-layout-6 .articles-container .article .article-meta {
  padding: 0;
  border: 0;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 100;
  text-transform: uppercase;
  overflow: hidden;
  margin: 5px 0px 10px;
}
.articles-layout-6 .articles-container .article .article-meta li {
  display: inline-block;
}
.articles-layout-6 .articles-container .article .article-meta li.article-meta-author::before {
  content: '|';
  margin: 0 10px;
  color: #000;
}
.articles-layout-6 .articles-container .article .article-meta a {
  color: #a02535;
}
.articles-layout-6 .articles-container .article .article-body {
  margin-left: 0;
  padding: 0 10px 10px 10px;
}
.articles-layout-6 .articles-container .article .article-excerpt p {
  font-weight: 100;
  font-size: 16px;
  line-height: 26px;
}
.articles-layout-6 .articles-container .article .article-more {
  position: relative;
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
/**
 * Pages
 */
.page-title {
  /*
	font-family: @primaryFontFamily;
	font-weight: 100;
	font-size: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	*/
  display: inline-block;
  margin: 0;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 100;
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 6px 8px;
  font-size: 13px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  line-height: 1.5;
}
.page-meta {
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  padding: 5px 0;
  margin-bottom: 10px;
  margin-top: 5px;
}
/**
 * Places
 */
.place .post-content .related-posts, .place .post-content .title-striped{
  display: none;
}
.place-info {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  /* text-transform: uppercase; */
  padding: 10px 10px 0;
}
.place-info a {
  color: #a02535;
  word-break: break-all;
}
.place-info dt {
  font-weight: bold;
  margin: 0 0 2px;
}
.place-info dd {
  margin: 0 0 10px;
}
.place-header {
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
}
.place-type .sub-type {
  font-weight: 100;
}
.place .acf-map {
  border: 0;
  background-color: #eee;
}
/**
 * Posts
 */
a.page,
a.post {
  display: block;
}
a.page.touch-active,
a.post.touch-active {
  background: #d9d9d9;
}
.post-excerpt,
.post-content {
  font-size: 12px;
  font-weight: 100;
}
.post-content {
  font-size: 14px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
  margin-bottom: 15px;
}
.post-content .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.post-content .alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.post-content .instagram-media {
  width: 1440px !important;
  max-width: 100% !important;
}
.post-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post-content img.alignleft,
.post-content img.alignright {
  width: auto;
  height: auto;
}
.post-content a {
  color: #a02535;
}
.post-content a:hover {
  text-decoration: underline;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
.post-content h4 {
  margin: 0 0 10px;
}
.post-content ul {
  list-style: disc;
  padding-left: 40px;
}
.post-content .wp-caption-text {
  color: #aaa;
  margin: 0;
  padding: 5px 0px;
  font-size: 12px;
  font-style: italic;
}
.post-excerpt p {
  margin: 0;
}
.post-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.post-image img {
  display: block;
  width: 100%;
  height: auto;
}
.post-title {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 100;
  color: #000;
  font-family: 'Cantata One', serif;
}
.post-title a {
  color: #000;
  text-decoration: none;
}
.post-title a.touch-active,
.post-title a:hover {
  text-decoration: underline;
}
.post-meta {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 100;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  margin: 5px 15px 10px;
}
.post-meta li {
  float: left;
}
.post-meta li::before {
  content: '|';
  margin: 0 10px;
  color: #000;
}
.post-meta li:first-child::before {
  display: none;
}
.post-meta a {
  color: #a02535;
}
.post-meta a.touch-active,
.post-meta a:hover {
  text-decoration: underline;
}
.post-meta-right {
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
}
.post-meta-alt {
  border: 0;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}
.post-meta-place-price {
  color: #a02535;
}
.post-category {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 15px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 100;
  min-width: 100px;
  text-align: center;
  color: #fff;
  padding: 6px 8px;
  font-size: 13px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  line-height: 1.5;
}
.post-category:hover {
  text-decoration: none;
}
a.post-category {
  color: #fff;
}
a.post-category:hover {
  text-decoration: none;
}
.post-body {
  padding-left: 10px;
  padding-right: 10px;
}
.post-date {
  font-weight: 100;
}
.post-author a {
  font-weight: 100;
}
.post-date,
.post-author {
  display: inline;
  margin: 0 10px;
}
.post-date {
  float: left;
}
.post-author {
  float: right;
}
a.post-more.touch-active,
a.post-more:hover {
  color: #a02535;
}
a.post-category.touch-active,
a.post-category:hover {
  background: #a02535;
}
.posts {
  margin-bottom: 15px;
}
.posts .post,
.posts .page,
.posts .tribe_events,
.posts .place {
  position: relative;
}
.posts .post:first-child,
.posts .page:first-child,
.posts .tribe_events:first-child,
.posts .place:first-child {
  border-top: 0;
}
.posts .post.sponsored {
  background: #f2f2f2;
}
.posts a.post.featured {
  background-color: #f2f2f2;
}
.posts a.post.featured:hover {
  background: #e6e6e6;
}
.posts a.post:hover {
  background: #f2f2f2;
}
.posts .post-image {
  background-color: #808080;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.posts .post-title {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Cantata One', serif;
}
.posts .post-body {
  padding-bottom: 10px;
}
.posts .post-excerpt {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 26px;
}
.posts .post-sticky,
.posts .post-category {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #46b2b2;
  color: #fff;
  padding: 6px 8px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}
.posts .post-sticky {
  display: none;
}
.posts .post-category {
  left: auto;
  right: 10px;
  background-color: #a02535;
}
.posts .post-meta {
  margin-left: 0;
}
.posts .post-more {
  display: block;
  text-transform: uppercase;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  margin-right: 15px;
  margin-top: 10px;
}
.posts-horizontal .post {
  background: #fff;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.posts-horizontal a.post {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1vw;
}
.posts-horizontal .post-category {
  right: 10px;
  top: 10px;
}
.posts-horizontal .post-body {
  padding-bottom: 0;
}
.posts-list {
  margin-bottom: 0;
}
.posts-list .post {
  margin-bottom: 10px;
}
.posts-list .post .post-category {
  display: block;
  position: absolute;
  height: auto;
  background: transparent;
  padding: 5px;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.posts-list .post .post-image {
  margin-bottom: 5px;
  height: auto;
  float: none;
  width: auto;
}
.posts-list .post .post-image a {
  display: block;
  width: auto;
  height: 140px;
}
.posts-list .post .post-image .post-category {
  height: auto;
  width: 100%;
  top: auto;
  margin: 0;
  right: auto;
}
.posts-list .post .post-image .post-category:hover {
  color: #a02535;
}
.posts-list .post .post-image .post-category:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.posts-list .post .post-body {
  margin: 0;
  padding: 0;
}
.posts-list .post .post-title {
  font-size: 18px;
}
.posts-list .post .post-title:hover {
  text-decoration: underline;
}
.posts-list .post-large {
  position: relative;
  display: block;
  width: auto;
  min-height: 400px;
  float: none;
  margin-bottom: 10px;
}
.posts-list .post-large .post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.posts-list .post-large .post-body {
  position: absolute;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 10px;
}
.posts-list .post-large .post-body:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -moz-linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.posts-list .post-large .post-title {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}
.posts-list .post-large a.post-title:hover {
  text-decoration: underline;
}
.posts-list .post-large .post-excerpt {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 15px;
  line-height: 1.4;
}
.posts-list .post-large .post-category {
  color: #fff;
  position: static;
  display: inline-block;
  background: transparent;
  padding: 0;
  margin-bottom: 10px;
}
.posts-list .post-large a.post-category:hover {
  color: #a02535;
}
.top-list .posts-list .post {
  width: 196px;
}
.top-list .posts-list .post:nth-child(4n+1) {
  clear: none;
}
.top-list .posts-list .post:nth-child(3n+1) {
  clear: none;
}
.sidebar .posts-list {
  margin-left: 0;
}
.sidebar .posts-list .post {
  display: block;
  width: auto;
  border-top: 1px solid #eee;
  padding: 10px 0;
  margin: 0;
  position: relative;
}
.sidebar .posts-list .post .post-image {
  position: static;
  float: left;
  width: 165px;
  margin-bottom: 0;
  overflow: visible;
}
.sidebar .posts-list .post .post-image a {
  display: block;
  width: 100%;
  height: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sidebar .posts-list .post .post-image .post-category {
  height: auto;
  position: absolute;
  top: auto;
  bottom: 10px;
  width: auto;
  margin-bottom: 0;
  text-align: left;
  left: 175px;
  padding: 0;
  background: 0;
  z-index: 1;
  font-size: 12px;
  color: #a02535;
}
.sidebar .posts-list .post .post-image .post-category:hover {
  text-decoration: underline;
}
.sidebar .posts-list .post .post-image .post-category:before {
  display: none;
}
.sidebar .posts-list .post .post-body {
  margin-left: 175px;
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.sidebar .posts-list .post .post-title {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #444;
  padding-bottom: 20px;
  margin-bottom: 0;
  word-break: break-word;
}
.sidebar .posts-list .post .post-title:hover {
  text-decoration: underline;
}
.sidebar .posts-list .post:first-child {
  border-top: 0;
  padding-top: 0;
}
/*
.single-post {
	.post {
		border: 0;
	}
	.page-content {
		a {
			color: #f56e6f;
			text-decoration: underline;
		}
		.post-meta {
		    border-bottom: solid 1px #d0d0d0;
		    border-top: solid 1px #d0d0d0;
		    padding: 4px 0;
		}
		.post-category {
			position: relative;
			top: inherit;
			right: inherit;
			background-color: black;
			min-width: 110px;
			line-height: 31px;
			padding: 0;
			float: left;
		}
		.post-date {
			float: right;
			line-height: 31px;
			text-transform: uppercase;
		    font-size: 10px;
		    letter-spacing: 1px;
		    color: #676767;
		    font-family: @primaryFontFamily;
		}
	}
}*/
.events-guide {
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
.events-guide-loader {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.events-guide-loading .events-guide-loader {
  opacity: 1;
  left: 0;
}
.events-container {
  padding: 10px 0;
}
.event .post-meta {
  font-weight: 100;
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  padding: 5px 0;
}
.event .post-meta-left,
.event .post-meta-middle {
  padding: 6px 0;
}
.event .post-meta-middle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.event .post-meta-right {
  border: 0;
  margin: 0;
  padding: 5px 0;
}
.event .post-meta-alt {
  border: 0;
  padding: 0;
}
.event .post-meta-place {
  color: #a02535;
}
.events.posts-horizontal::after {
  background: 0;
}
.events.posts-horizontal .post-title {
  font-weight: 100;
}
.single-tribe_events .tribe-events-single-event-title {
  line-height: inherit;
  margin-bottom: 10px;
  font-size: 18px;
}
.single-tribe_events .tribe-events-event-image {
  margin-bottom: 0;
  margin: 0;
  width: 100%;
}
#tribe-events-pg-template {
  padding: 0;
}
.tribe-events-event-meta .tribe-events-meta-group dl dd {
  margin-left: 0;
  margin-bottom: 20px;
}
.tribe-events-event-meta .tribe-events-meta-group dl dd a.tribe-events-gmap {
  display: none;
}
.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-gmap .tribe-events-venue-map {
  margin-top: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-gmap .tribe-events-venue-map .acf-map {
  margin: 0;
  border: 0;
}
.tribe-events-meta-group-gmap {
  margin-bottom: 15px;
}
.tribe-events-meta-group-gmap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#tribe-events-content-wrapper .tribe-mobile-day .tribe-events-mobile {
  padding: 10px;
}
#tribe-events-content-wrapper .tribe-mobile-day .tribe-events-mobile .tribe-events-event-body .tribe-events-event-image {
  width: 100%;
  height: auto;
}
#tribe-events-content-wrapper .tribe-mobile-day .tribe-events-mobile .tribe-events-event-body .tribe-events-event-schedule-details {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 14px;
}
#tribe-events-content-wrapper .tribe-mobile-day .tribe-events-mobile .tribe-events-event-body .tribe-event-description,
#tribe-events-content-wrapper .tribe-mobile-day .tribe-events-mobile .tribe-events-event-body .tribe-events-read-more {
  display: none;
}
.event-wrapper {
  border: 1px solid silver;
}
.event-wrapper .event-upper {
  border-bottom: 1px solid silver;
}
.event-wrapper .event-upper .event-date {
  width: 30.7%;
  float: left;
}
.event-wrapper .event-upper .event-date-string {
  text-align: center;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0;
}
.event-wrapper .event-upper .event-date-string .date-beginning,
.event-wrapper .event-upper .event-date-string .date-string,
.event-wrapper .event-upper .event-date-string .date-end,
.event-wrapper .event-upper .event-date-string .date-center {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.event-wrapper .event-upper .event-date-string .date-string {
  padding: 0 5px;
}
.event-wrapper .event-upper .event-date-string:after {
  display: inline-block;
  content: '!';
  width: 0;
  height: 120px;
  vertical-align: middle;
  overflow: hidden;
}
.event-wrapper .event-upper .event-image {
  width: 68%;
  float: right;
  border-left: 1px solid silver;
}
.event-wrapper .event-upper .event-image a {
  display: block;
}
.event-wrapper .event-upper .event-image a .image {
  width: 100%;
  height: 120px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.event-wrapper .event-bottom {
  padding: 5px;
}
.event-wrapper .event-bottom .event-title {
  padding: 5px;
}
.event-wrapper .event-bottom .event-title h2 {
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}
.event-wrapper .event-bottom .event-place {
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}
.tribe-events-list .type-tribe_events {
  padding: 10px;
}
.tribe-events-list .tribe-events-list-event-description {
  display: none;
}
.tribe-events-list .tribe-events-event-cost {
  display: block;
  position: absolute;
  right: 10px;
  top: 1.5em;
}
#tribe-events-bar {
  display: none;
}
.events-guide-content .events {
  font-size: 0;
}
.events-guide-content .events .masonry-item {
  position: static !important;
}
.events-guide-content .events .event {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.events-guide-content .events .event:nth-child(2n + 1) {
  clear: both;
}
.events-guide-content .events .event h3 {
  margin-top: 35px;
  text-align: center;
}
.events-guide-content .events .event .post-image {
  width: 100%;
  float: none;
  overflow: visible;
}
.events-guide-content .events .event .post-date-wrapper {
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: 100%;
}
.events-guide-content .events .event .post-date-wrapper .post-date-arrow {
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 32px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  padding: 0 10px;
}
.events-guide-content .events .event .post-date-wrapper .post-date {
  display: inline-block;
  float: none;
  text-transform: uppercase;
  width: 35px;
  font-weight: 100;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.events-guide-content .events .event .post-date-wrapper .post-date .month {
  background-color: #e8564f;
  padding: 2px 0;
  font-size: 12px;
  color: white;
}
.events-guide-content .events .event .post-date-wrapper .post-date .day {
  background-color: white;
  padding: 0px 0px;
  font-size: 14px;
}
.events-guide-content .events .event .post-category {
  display: none;
}
.events-guide-content .events .event .post-body {
  margin-left: 0;
}
.events-guide-content .events .event .post-body .post-meta {
  margin: 0;
}
.events-guide-content .events .event .post-body .post-meta li {
  float: none;
}
.events-guide-content .events .sticky {
  background-color: #ffffdd;
}
.home .events-guide-content .events .sticky {
  background-color: transparent;
}
.home .events-guide-content .events .sticky:hover {
  background-color: #f2f2f2;
}
.body-meta ul.body-categories {
  margin-top: 5px;
}
.body-meta ul.body-categories li {
  margin: 0 5px 5px 0;
  float: left;
}
.body-meta ul.body-categories li button {
  border: 0;
  padding: 10px 12px;
  background-color: #ccc;
  color: white;
  font-size: 14px;
  font-weight: 100;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  text-transform: uppercase;
  outline: none;
}
.body-meta ul.body-categories li button:hover,
.body-meta ul.body-categories li button.active {
  background-color: #a02535;
}
.search-results .body-content {
  margin-top: 20px;
  position: relative;
}
ul.search-list {
  text-transform: uppercase;
}
ul.search-list .main-label {
  position: relative;
  display: block;
}
ul.search-list .main-toggler {
  display: block;
}
ul.search-list .main-title {
  display: block;
  line-height: 30px;
  padding: 22px 16px;
  color: white;
  text-decoration: none;
  border-bottom: 2px solid #d47273;
  background-color: #a02535;
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
ul.search-list .main-title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 22px;
  background: url(../images/list-arrow.png) center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
}
ul.search-list .main-toggler:checked + .main-label .main-title {
  background-color: #d47273;
}
ul.search-list .main-toggler:checked + .main-label .main-title:after {
  -webkit-transform: rotate3d(0, 0, 1, -180deg);
  transform: rotate3d(0, 0, 1, -180deg);
}
ul.search-list .sub-list {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: white;
  border-bottom: 2px solid #d47273;
}
ul.search-list .sub-list ul {
  position: relative;
  margin-top: -100%;
  -webkit-transition: margin-top 1s;
  -moz-transition: margin-top 1s;
  -o-transition: margin-top 1s;
  transition: margin-top 1s;
}
ul.search-list .sub-list.active {
  display: block;
}
ul.search-list .sub-list li {
  padding: 20px 26px;
}
ul.search-list .sub-list li.small {
  padding: 2px 26px;
}
ul.search-list .sub-list li:first-child {
  padding-top: 24px;
}
ul.search-list .sub-list li:last-child {
  padding-bottom: 24px;
}
ul.search-list .main-toggler:checked ~ .sub-list ul {
  margin-top: 0;
}
ul.search-list .main-toggler {
  display: none;
}
.sort-group {
  margin: 0 1%;
  margin-bottom: 20px;
  text-align: right;
}
.sort-group .sort-menu {
  border: 1px solid #a02535;
  background: transparent;
  color: #808080;
  font-size: 14px;
  height: 32px;
  border-radius: 3px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
}
.subscribe {
  background: #000000;
  text-align: center;
  color: #fff;
  padding: 10px 2vw;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  margin-bottom: 15px;
}
.subscribe h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: unset;
}
.subscribe .form-group{
    display: flex;
    justify-content: center;
}
.subscribe .input-group,
.subscribe .button-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.subscribe .button-group {
  width: 36%;
  width: 90px;
  margin-left: 5px;
}
.subscribe .input-group {
  width: 200px;
}
.subscribe input,
.subscribe button {
  background: #1a1a1a;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 12px;
  border: 0;
  font-weight: 400;
  outline: none;
}
.subscribe input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #000;
}
.subscribe input:hover {
  background: #262626;
}
.subscribe input:focus {
  background: #666666;
}
.subscribe input::-webkit-input-placeholder {
  color: #808080;
}
.subscribe input::-moz-placeholder {
  color: #808080;
}
.subscribe input:-ms-input-placeholder {
  color: #808080;
}
.subscribe input:-moz-placeholder {
  color: #808080;
}
.subscribe input::placeholder {
  color: #808080;
}
.subscribe button,
.subscribe input.wpcf7-submit {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  background: #000000;
}
.subscribe button:hover,
.subscribe input.wpcf7-submit:hover {
  background: #000000;
}
.subscribe button:active,
.subscribe input.wpcf7-submit:active {
  background: #000000;
}
.subscribe .wpcf7 input {
  border: 1px solid #616161;
  margin-bottom: 10px;
}
.subscribe .wpcf7 input[type=submit] {
  background: white;
  color: black;
  border-radius: 30px;
  border: 0;
  margin: 0;
}
.subscribe.hidden {
  display: none;
}
.subscribe .wpcf7-response-output {
  border: 0;
}
.subscribe .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.body-content .wpcf7 .input-group {
  margin-bottom: 10px;
}
.body-content .wpcf7 .input-group input {
  padding: 5px;
  border: 1px solid #bbb;
}
.body-content .wpcf7 .button-group input {
  padding: 5px 30px;
  background: #a02535;
  border: 1px solid #a02535;
  color: #fff;
}
.subscribe-popup h1 {
  font-family: 'Contrail One', cursive;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
}
.subscribe-popup h3 {
  font-weight: lighter;
}
.subscribe-popup .form-group {
  margin-top: 2em;
  margin-bottom: 1em;
}
.featherlight .hidden {
  display: block;
}
.featherlight.subscribe-popup .featherlight-content {
  padding: 0;
  border: 0;
  padding-top: 40px;
  background: none;
}
.featherlight.subscribe-popup .featherlight-content .featherlight-inner {
  margin-bottom: 0;
}
.featherlight.subscribe-popup .featherlight-content .featherlight-close-icon {
  background: none;
  border-radius: 30px;
  border: 2px solid white;
  color: white;
}
.widget .subscribe h2 {
  font-size: 12px;
}
.widget .subscribe input,
.widget .subscribe button {
  font-size: 18px;
}
.slider {
  margin-bottom: 0;
}
.slide {
  position: relative;
  display: block;
}
.slide-image img {
  height: auto;
}
.slide-title {
  padding: .5em 1em 0;
  text-align: center;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .9em;
}
/* Cooler title
.slide-title {
	position: absolute;
	bottom: 0;
	width: auto;
	padding: 1em;
	text-align: center;
	font-family: @primaryFontFamily;
	background: rgba(0, 0, 0, 0.5);
	color: @white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .9em;
}*/
.owl-loaded .slide {
  width: auto;
  float: none;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.owl-controls {
  margin-bottom: 10px;
}
.owl-dots {
  text-align: center;
}
.owl-dots .active {
  opacity: 1;
}
.owl-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 50%;
  opacity: 0.3;
  margin: .5em .5em 0;
}
.searchform .input-group,
.searchform .button-group,
.searchform .controls {
  display: inline;
}
.searchform input {
  border: solid 1px #b3b3b3;
  border-radius: 3px;
  padding: 8px;
  width: 70vw;
  max-width: 255px;
  outline: none;
}
.searchform input:hover {
  border-color: #a02535;
}
.searchform input:focus {
  border-color: #808080;
}
.searchform button {
  vertical-align: middle;
  border: 0;
  font-size: 0;
  background-image: url(../images/icon-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 32px;
  height: 32px;
  padding: 0;
  outline: none;
}
.searchform button::before {
  font-size: 32px;
  color: #a02535;
}
.searchform button:hover::before {
  color: #771b27;
}
.searchform button.touch-active::before,
.searchform button:active::before {
  color: #4d121a;
}
/**
 * Widgets
 */
.home-page-middle {
  margin-bottom: 15px;
}
.widget {
  margin-bottom: 15px;
}
.widget h2 {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 18px;
  margin: 0 0 15px;
  text-align: left;
}
.widget.null-instagram-feed {
  text-transform: uppercase;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0;
}
.widget.null-instagram-feed a {
  color: #000;
  font-family: 'Cantata One', serif;
  font-weight: 100;
}
.widget.null-instagram-feed a:hover {
  color: #a02535;
}
.widget .instagram-pics {
  margin-top: 10px;
}
.textwidget .hide-on-mobile {
  display: none;
}
.widget_sp_image {
  font-size: 24px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
}
.widget_sp_image a,
.widget_sp_image img {
  display: block;
}
.widget_sp_image a img {
  margin: 0 auto;
}
.widget_sp_image img {
  width: 100%;
  height: auto;
  display: block;
}
.widget_llm-facebook-box {
  text-align: left;
}
.main-ad {
  padding: 10px 0;
  margin: 10px 0;
  text-align: center;
}
.widget_llm-button a {
  background: #a02535;
  display: block;
  padding: 10px 16px;
  color: #fff;
  -webkit-transition: background .2s, color .2s;
  -moz-transition: background .2s, color .2s;
  -ms-transition: background .2s, color .2s;
  -o-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
}
.widget_llm-button a h2 {
  text-align: center;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget_llm-button a:hover {
  background: #b52a3c;
}
.widget_llm-button a:active {
  background: #8b202e;
}
.null-instagram-feed {
  margin-top: 0px;
}
.null-instagram-feed .instagram-pics li {
  float: left;
  width: 50%;
}
.null-instagram-feed .instagram-pics a,
.null-instagram-feed .instagram-pics img {
  display: block;
}
.null-instagram-feed .instagram-pics img {
  width: 100% !important;
  height: auto;
}
.before-header-wrapper {
  padding: 0 2vw;
}
.after-home-content .null-instagram-feed {
  margin-bottom: 30px;
}
.after-home-content .null-instagram-feed h2 {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #666;
}
.after-home-content .instagram-pics li {
  width: 50%;
}
.before-footer {
  margin-top: 0px;
}
.before-footer .null-instagram-feed {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .before-footer .instagram-pics li {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .before-footer .instagram-pics li {
    width: 12.5%;
  }
}
.acf-map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.post-feedback {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  padding: 5px 20px 25px 20px;
  background-color: #f5f5f5;
  margin-bottom: 25px;
  margin-left: -10px;
  margin-right: -10px;
}
.post-feedback .wpcf7-form {
  font-weight: 100;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
  margin: 0 auto;
}
.post-feedback .wpcf7-form .hidden {
  display: none;
}
.post-feedback .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 600;
}
.post-feedback .wpcf7-form input,
.post-feedback .wpcf7-form textarea {
  width: 98%;
  border: 1px solid #ddd;
}
.feedback-toggle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 15px;
}
#feedback-form {
  display: none;
}
.wpcf7 .select-wrapper {
  border-radius: 30px;
}
/**
 * Accordion.less
 *
 * Creates a CSS only accordion list.  You can use checkboxes so all
 * accordions can be open at the same time, or radios so only one may be open.
 */
.accordion li.sub-tag {
  display: none;
}
/**
 * The input of the accordion.  This input holds the on/off state to be used
 * as a pure CSS solution.
 *
 * <input type="checkbox" id="accordion-item-id" class="accordion-state">
 */
.accordion-state {
  display: none;
}
/**
 * The label of the accordion.  This is the element that will be clicked on in
 * order to toggle the accordion open or closed.  If a <label> element is used,
 * connect it to its partnering <input> using the "for" attribute.
 *
 * <input type="checkbox" id="accordion-item-id" class="accordion-state">
 * <label for="accordion-item-id">Accordion 1</label>
 */
.accordion-toggle {
  position: relative;
  display: block;
  cursor: pointer;
  padding: .2em 5em .2em 1em;
  line-height: 2em;
  text-transform: uppercase;
  background: #f2f2f2;
  border-bottom: #d9d9d9;
  color: #808080;
}
.accordion-toggle:hover {
  background: #e5e5e5;
}
.accordion-toggle::after {
  content: '';
  position: absolute;
  top: 1em;
  right: 1em;
  width: 1em;
  height: 1em;
  background: url(../images/list-arrow.png) center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
/**
 * The main accordion panel holder.  This is primarily used as a requirement
 * to perform certain visual effects such as slide up/down using pure CSS
 * solutions.
 *
 * <div class="accordion-panel">
 *    ...
 * </div>
 */
.accordion-panel {
  overflow: hidden;
}
/**
 * The inner part of the accordion panel.  This is the main container that will
 * hold all of the content.
 *
 * <div class="accordion-panel">
 *   <div class="accordion-panel-inner">
 *     ..
 *   </div>
 * </div>
 */
.accordion-panel-inner {
  margin-top: -100%;
  overflow: hidden;
}
/**
 * What happens when the accordion is toggle.  i.e. the checkbox/radio is
 * checked.
 */
.accordion-state:checked {
  /**
	 * Show feedback that the accordion item is active.
	 */
  /**
	 * Show the content panel.
	 */
}
.accordion-state:checked + .accordion-toggle {
  background-color: #d9d9d9;
}
.accordion-state:checked + .accordion-toggle::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-state:checked ~ .accordion-panel .accordion-panel-inner {
  margin-top: 0 !important;
}
.major-tab {
  display: block;
}
#accordion-search {
  width: 86%;
  padding: 3% 5%;
  margin: 0 2%;
  border: 0;
  border-radius: 5px;
  display: block;
  background-color: #eee;
}
/**
 * Authors
 */
.author .social {
  margin-bottom: 10px;
}
.author .social,
.author .social li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.author .social a {
  margin: 0 5px;
  display: block;
  color: #b3b3b3;
  transition: .2s;
}
.author .social a:hover {
  color: #808080;
}
.author .author-image {
  width: 30%;
  text-align: center;
  float: left;
  margin: 20px;
}
.author .post-title {
  text-align: left;
  font-size: 20px;
}
.author .post-subtitle {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 100;
}
.author .post-image {
  height: 0;
  padding-bottom: 36%;
}
.author h2.page-title {
  margin-bottom: 10px;
}
.authors .author {
  display: block;
  text-align: left;
  padding: 10px;
}
.authors .author img {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #eee;
  overflow: hidden;
}
.authors .author .author-description {
  display: inline-block;
  vertical-align: top;
  width: 190px;
  padding: 0 10px;
}
.authors a.author:hover {
  background: #f2f2f2;
}
.authors a.author.touch-active,
.authors a.author:active {
  background: #e6e6e6;
}
.authors .author-title {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-decoration: underline;
}
.authors .author-role {
  margin: 0;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  color: #333333;
  font-weight: 100;
  font-size: 14px;
  font-style: italic;
}
.authors-list {
  font-size: 0;
}
.author-block {
  margin-bottom: 30px;
  padding: 10px;
}
.author-block img {
  border-radius: 50%;
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.author-block h2 {
  float: left;
  margin: 5px 0;
  vertical-align: top;
}
.author-block h2 a {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 100;
}
.author-block h2 span {
  display: block;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}
.author-block p {
  clear: both;
}
#nav-single {
  clear: both;
}
.banner {
  background-color: #f6f5f5;
}
.banner .banner-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.banner .image {
  display: block;
  height: 15vw;
  background-color: #bab2b3;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.sidebar-top .image {
  height: 110vw;
}
.banner.sidebar-bottom .image {
  height: 62vw;
}
/**
 * Categories.less
 */
.categories a {
  display: block;
  text-align: center;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
  padding: 10px;
}
/**
 * City Guide
 */
.city-guide {
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
.city-guide-loader {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.city-guide-loading .city-guide-loader {
  opacity: 1;
  left: 0;
}
a.url-city-guide:before {
  content: '';
  background-image: url(../images/icon-map.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  padding: 0 3px;
  display: inline-block;
  position: relative;
  top: 1px;
}
a.url-city-guide:hover:before {
  opacity: 0.9;
}
.date-range {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.date-range table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.date-range th {
  background: #4a4a4a;
  color: #fff;
  font-weight: 100;
  font-size: 13px;
  padding: 5px 0;
  text-align: center;
  width: 14.28571429%;
}
.date-range tbody,
.date-range tbody tr {
  background: #fafafa;
}
.date-range .ui-datepicker-calendar td {
  text-align: center;
  padding: 0;
  position: relative;
}
.date-range .ui-datepicker-calendar td a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  background: white;
  text-align: center;
  border: 0;
  font-size: 14px;
}
.date-range .ui-datepicker-calendar td a:hover {
  background-color: #eee;
}
.date-range .ui-datepicker-calendar .date-range-selected a {
  background-color: #46b2b2;
  color: #fff;
}
.date-range .ui-datepicker-calendar .date-range-selected a:hover {
  background-color: #60c1c1;
}
.date-range .date-range-selected-first a {
  -webkit-box-shadow: inset 5px 0 0 #388d8d;
  -moz-box-shadow: inset 5px 0 0 #388d8d;
  -ms-box-shadow: inset 5px 0 0 #388d8d;
  -o-box-shadow: inset 5px 0 0 #388d8d;
  box-shadow: inset 5px 0 0 #388d8d;
}
.date-range .date-range-selected-first a::before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 5px;
  content: '';
  border: 5px solid transparent;
  border-left-color: #388d8d;
  border-right: 0;
}
.date-range .date-range-selected-last a {
  -webkit-box-shadow: inset -5px 0 0 #388d8d;
  -moz-box-shadow: inset -5px 0 0 #388d8d;
  -ms-box-shadow: inset -5px 0 0 #388d8d;
  -o-box-shadow: inset -5px 0 0 #388d8d;
  box-shadow: inset -5px 0 0 #388d8d;
}
.date-range .date-range-selected-last a::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 5px;
  content: '';
  border: 5px solid transparent;
  border-right-color: #388d8d;
  border-left: 0;
}
.date-range .ui-datepicker {
  padding: 0;
  border: 0;
  width: 100%;
}
.date-range .ui-datepicker-other-month a {
  color: #cccccc;
}
.date-range .ui-datepicker-other-month.date-range-selected a {
  background-color: #8cd2d2;
}
.date-range .ui-datepicker-header {
  height: auto;
  background: #d33f52;
  border-radius: 0;
  border: 0;
}
.date-range .ui-datepicker-prev,
.date-range .ui-datepicker-next {
  float: left;
  display: block;
  padding: 18px 20px;
  line-height: 5px;
  width: 5px;
  height: 10px;
}
.date-range .ui-datepicker-prev span,
.date-range .ui-datepicker-next span {
  text-indent: -99999px;
  overflow: hidden;
  font-size: 1px;
  color: transparent;
  border: 5px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  background: none;
  width: 0;
  height: 0;
  margin-left: -2px;
  margin-top: -5px;
}
.date-range .ui-datepicker-prev:hover,
.date-range .ui-datepicker-next:hover {
  background: #4e4e4e;
  cursor: pointer;
}
.date-range .ui-datepicker-prev:active,
.date-range .ui-datepicker-next:active {
  background: #3a3a3a;
}
.date-range .ui-datepicker-next {
  float: right;
}
.date-range .ui-datepicker-next span {
  border-right: 0;
  border-left: 5px solid #fff;
}
.date-range .ui-datepicker-title {
  padding: 14px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  line-height: 16px;
  letter-spacing: 1px;
}
.dropdown .dropdown-menu {
  position: relative;
  display: none;
  z-index: 999;
}
.mls-articles {
  width: 100%;
  font-size: 0;
}
.mls-articles.full-width {
  width: 1024px;
}
.mls-articles h3 {
  text-transform: uppercase;
  margin: 25px 0 15px 0;
  color: #444;
  font-size: 18px;
  letter-spacing: 1px;
}
.mls-articles h3 a {
  color: #444;
}
.mls-articles .post {
  vertical-align: top;
}
.mls-articles .post:nth-child(2n+1) {
  margin-right: 0;
}
.mls-articles .post .featured {
  position: relative;
  margin: 0px;
}
.mls-articles .post .featured:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  pointer-events: none;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.mls-articles .post .featured .image {
  display: block;
  background-color: #2b2b2b;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 30vw;
}
.mls-articles .post .featured .category {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  text-align: left;
  min-width: 0;
  margin-bottom: 0;
  color: white;
  padding: 5px;
  font-size: 12px;
  z-index: 1;
}
.mls-articles .post .featured .article-info {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mls-articles .post .title {
  display: block;
  margin: 5px 0 10px 0;
  font-weight: 700;
  text-align: left;
}
.mls-articles.has-big-picture .post.main {
  display: block;
  width: 100%;
}
.mls-articles.has-big-picture .post.main .featured .image {
  width: 100%;
  height: 62vw;
}
.mls-articles.has-big-picture .post.main .featured:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  pointer-events: none;
  background: -moz-linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.mls-articles.has-big-picture .post.main .title {
  max-width: 100%;
  margin: 8px 0 0 0;
  font-size: 16px;
  color: white;
}
.mls-articles.has-big-picture .post.main .article-info {
  position: absolute;
  padding: 2%;
  z-index: 99;
}
.mls-articles.has-big-picture .post.main .category {
  position: relative;
  padding: 5px 0;
}
.mls-articles.has-big-picture .post:nth-child(2n+1) {
  margin-right: 2%;
}
.mls-articles.has-big-picture .post:nth-child(2n+2) {
  margin-right: 0;
}
/**
 * loaders.less
 */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}
.loader-spin::before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-left: 10px solid #fff;
  border-radius: 100%;
  animation: spin 1s linear infinite;
}
.loader-spin::-webkit-progress-bar {
  background: transparent;
}
.loader-spin::-webkit-progress-value {
  background: transparent;
}
/**
 * Pagination.less
 */
.pagination {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
  line-height: 2;
  clear: both;
  /*
	.current {
		width: 10%;
		background: darken(@brandColor2, 10%);
	}*/
}
.pagination .page-numbers {
  background: #fff;
  color: #a02535;
  display: inline;
  padding: 5px 10px;
  border: 2px solid #a02535;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.pagination .page-numbers:hover {
  border-color: #b52a3c;
  color: #b52a3c;
}
.pagination .page-numbers.current,
.pagination .page-numbers.dots {
  cursor: default;
}
.pagination .touch-active,
.pagination .page-numbers:active {
  border-color: #771b27;
  color: #771b27;
}
.pagination .current {
  border: 0;
  color: #000;
}
.pagination .current,
.pagination .next,
.pagination .prev {
  display: inline;
}
.reviews-container {
  margin-bottom: 50px;
}
.reviews-container .container {
  text-align: center;
  background-color: #eeeeee;
  padding: 20px;
}
.reviews-container h2 {
  margin: 0;
  text-decoration: underline;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #666;
}
ul.reviews-slider li {
  padding: 30px;
}
ul.reviews-slider li a {
  font-style: italic;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  text-transform: none;
}
ul.reviews-slider li .reviewer {
  padding: 5px 0;
  color: #000;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/**
 * Sections
 */
.section-title {
  /*
	font-family: @primaryFontFamily;
	font-size: 20px;
	font-weight: 100;
	margin: 0 15px;
	text-transform: uppercase;
	*/
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 1vw;
}
.section-title a {
  color: #000;
}
/**
 * Sidebar
 */
.sidebar h3 {
  text-transform: uppercase;
  text-align: left;
  color: #000;
}
.social-media li {
  display: inline;
}
.social-media a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
}
.social-media a img {
  display: block;
  width: 100%;
  height: auto;
}
.switch {
  position: relative;
}
.switch label {
  display: block;
  cursor: pointer;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 1em;
  line-height: 1.6;
  padding: .75em 1em;
  text-transform: uppercase;
  color: #808080;
}
.switch label:hover {
  background: #f2f2f2;
}
.switch label::before,
.switch label::after {
  content: '';
  position: absolute;
  right: 1em;
}
.switch label::before {
  z-index: 1;
  background: #d33f52;
  width: 3em;
  height: 1.6em;
  border-radius: .8em;
}
.switch label::after {
  z-index: 2;
  background: #a02535;
  margin-top: .15em;
  width: 1.3em;
  height: 1.3em;
  border-radius: .65em;
  right: 2.5em;
}
.switch input {
  opacity: 0;
  position: absolute;
  left: -1000%;
}
.switch input:checked + label {
  color: #191919;
}
.switch input:checked + label::after {
  right: 1.1em;
  background: #fff;
}
.date-switch {
  padding: .75em .25em;
  overflow: visible;
}
.date-switch label {
  display: block;
  cursor: pointer;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 13px;
  line-height: 1.6;
  padding: .2em 0em;
  text-transform: uppercase;
  color: #808080;
}
.date-switch input[type=text] {
  border: 0;
  border-radius: 0;
  background-color: #f2f2f2;
  line-height: 32px;
  padding: 0.2em 1em;
  color: #808080;
  font-weight: 100;
  width: calc(100% - 2em);
}
.date-switch .switch-date-wrapper {
  background-color: #efefef;
}
.date-switch .switch-date-wrapper:hover {
  background-color: #dfdfdf;
}
.date-switch .date-from-to {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 0;
  text-transform: uppercase;
  color: #808080;
}
.date-switch .date-from-to span {
  width: 42%;
  display: inline-block;
  font-size: 12px;
  padding: 10px 0;
  margin: 0% 4%;
  background: transparent url(../images/icon-calendar.png) right center no-repeat;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  -ms-background-size: 18px;
  -o-background-size: 18px;
  background-size: 18px;
}
.switch-group {
  padding: 5px 0;
}
/**
 * Tags
 */
.tribe-event-tags {
  color: transparent;
  padding: 10px 0;
}
.tribe-event-tags a {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px 0 12px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  color: #CCC;
  border-radius: 4px;
  display: inline-block;
}
.tribe-event-tags a:hover {
  text-decoration: none;
  background: #a60000;
  color: white;
}
.tribe-event-tags a:hover::before {
  border-right-color: #a60000;
}
.tribe-event-tags a.touch-active,
.tribe-event-tags a:active {
  background: #3fa0a0;
}
.tribe-event-tags a.touch-active::before,
.tribe-event-tags a:active::before {
  border-right-color: #3fa0a0;
}
.tags {
  text-transform: lowercase;
  margin-bottom: 15px;
}
.tags li,
.tags a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.tags li {
  margin-bottom: 0;
}
.tags a {
  position: relative;
  /*
		&::before {
			content: '';
			position: absolute;
			top: 0;
			left: -15px;
			width: 0;
			height: 0;
			border: 15px solid transparent;
			border-left: 0;
			border-right-color: @tagColor;
		}
		*/
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  padding: 0 5px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  color: #CCC;
  border-radius: 4px;
  /*
		&::after {
			content: '';
			position: absolute;
			width: 6px;
			height: 6px;
			border-radius: 50%;
			background: @white;
			left: 0;
			top: 11px;
		}
		*/
}
.tags a:hover {
  text-decoration: none;
  background: #a60000;
  color: white;
}
.tags a:hover::before {
  border-right-color: #a60000;
}
.tags a.touch-active,
.tags a:active {
  background: #a60000;
}
.tags a.touch-active::before,
.tags a:active::before {
  border-right-color: #a60000;
}
/**
 * Team
 */
/**
 * Titles
 */
.title {
  margin: 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  text-transform: uppercase;
}
.title-striped::before,
.title-striped::after {
  content: '';
  display: block;
  height: 7px;
  background: transparent url(../images/striped-bg.png);
  margin-bottom: 5px;
}
.title-striped::after {
  margin-top: 5px;
  height: 5px;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
}
.video-container iframe,
.video-container .video {
  position: absolute;
  height: 100%;
  width: 100%;
}
p > iframe {
  width: 100%;
  height: 200px;
}
.widget .giveaway.subscribe {
  padding: 15px 12px 20px 12px;
  background-color: #a02535;
  text-align: left;
  font-weight: 100;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.widget .giveaway.subscribe .input-group {
  display: block;
}
.widget .giveaway.subscribe h2 {
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.85);
}
.widget .giveaway.subscribe input {
  width: 100%;
  max-width: initial;
  font-weight: 100;
  font-size: 16px;
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0px;
}
.widget .giveaway.subscribe input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.widget .giveaway.subscribe input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.widget .giveaway.subscribe input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.widget .giveaway.subscribe input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.widget .giveaway.subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.widget .giveaway.subscribe .select-wrapper {
  display: inline-block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 36px;
  width: 100%;
}
.widget .giveaway.subscribe .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px;
  border: 0px;
  outline: none;
  width: 100%;
  height: 37px;
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.85);
}
.widget .giveaway.subscribe .button-group {
  display: block;
  width: 100%;
}
.widget .giveaway.subscribe .button-group input {
  color: black;
  background-color: white;
  border: 0;
  padding: 6px 50px;
}
.widget .giveaway.subscribe .button-group .right {
  float: right;
}
.widget .giveaway.subscribe .button-group .right input,
.widget .giveaway.subscribe .button-group .right img {
  float: right;
}
@media only screen and (min-width: 640px) {
  body {
    background-color: #fff;
  }
  ::selection {
    background-color: #ff6863;
    color: #fff;
  }
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
  #wrapper {
    height: auto;
  }
  .canvas {
    padding-top: 168px;
  }
  .social-media-container .social-media li {
    margin: 0 3px;
  }
  .social-media-container .main-ad {
    padding: 25px 0;
  }
  .team-list-container h2 {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    color: black;
    font-weight: 100;
    text-decoration: none;
    text-transform: none;
    text-align: left;
  }
  .team-list-container .team-list a.data {
    padding-left: 5px;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -ms-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
  }
  .team-list-container .team-list a.data:hover {
    color: #ff6863;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
  }
  .team-list-container .team-list a.data h3 {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 100;
  }
  .team-list-container .team-list a.data h4 {
    font-size: 12px;
  }
  .team-list-container .team-list .photo {
    border: 0;
    background-color: #eee;
    margin: 0;
    width: 70px;
    height: 70px;
  }
  .recommended-list-container {
    padding-top: 0;
    background-image: url(../images/striped-bg.png);
    background-size: auto;
  }
  .recommended-list-container h2 {
    font-family: 'Open Sans', helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding: 7px 0;
    margin-top: 0;
    background: url(../images/striped-bg.png);
  }
  .recommended-list-container h2 .picks {
    line-height: 28px;
    display: block;
    background-color: #fff;
  }
  .recommended-list-container ul.recommended-list li {
    text-align: center;
  }
  .recommended-list-container ul.recommended-list li a.image {
    height: 152px;
    background-position: center;
  }
  .recommended-list-container ul.recommended-list li a.category {
    display: inline-block;
    font-size: 11px;
    background-color: #000;
    min-width: 110px;
    margin: 12px 0;
    padding: 0 5px;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -ms-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
  }
  .recommended-list-container ul.recommended-list li a.category:hover {
    color: #ff6863;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .instagram {
    width: 963px;
    height: 583px;
    margin: 0 auto;
  }
  .instagram iframe {
    display: block;
  }
  .instagram.full-width {
    width: auto;
    height: auto;
    margin-top: 60px;
  }
  .instagram h2 {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #666;
  }
  /**
 * Container
 */
  .container {
    width: 90%;
    width: 1024px;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
  }
  .container .container {
    width: auto;
  }
  /**
 * Desktop/Body
 */
  .body-has-sidebar {
    width: 686px;
    float: left;
    padding-bottom: 10px;
  }
  .body-content .posts .post {
    padding: 0;
  }
  .page {
    padding: 0;
  }
  .wrapper,
  .before-footer {
    position: relative;
    padding: 0;
  }
  .wrapper:after,
  .before-footer:after {
    display: none;
  }
  .page-404 {
    padding: 50px;
    text-align: center;
  }
  /**
 * Desktop/Content
 */
  /**
 * Desktop/Header
 */
  /**
 * Header overrides for desktop.
 */
  header {
    margin-bottom: 20px;
    position: relative;
    zoom: 1;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 0;
  }
  header:before,
  header:after {
    content: "";
    display: table;
  }
  header:after {
    clear: both;
  }
  header .container {
    position: relative;
    margin: 0 auto;
  }
  header .logo {
    display: inline-block;
    margin: 44px 0 6px 0;
  }
  header .logo img {
    display: block;
    width: 348px;
    height: auto;
    line-height: 40px;
    max-width: initial;
  }
  .header-meta {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    margin: 38px 0 0 0;
    overflow: hidden;
  }
  .header-socials,
  .header-search {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    float: none;
  }
  .header-socials {
    line-height: 40px;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    -ms-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .header-socials .social-media {
    padding-left: 20px;
  }
  .header-socials .social-media a {
    width: 25px;
    opacity: .6;
  }
  .header-socials .social-media a:hover {
    opacity: 1;
  }
  .header-socials .social-media .fa {
    vertical-align: middle;
    border: 0;
    color: #222;
  }
  .header-search .searchform {
    background-color: #f5f5f5;
    border: 0;
  }
  .header-search .searchform input {
    width: 150px;
    background-color: #f5f5f5;
    border-radius: 0;
    color: #000;
    font-size: 15px;
    font-weight: 100;
  }
  .header-search .search-toggle {
    width: 60px;
    height: 60px;
    border: 0;
    background-image: url(../images/icon-search-gray.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: none;
    display: none;
  }
  .header-search .search-toggle:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
  }
  .header-search .search-toggle:active {
    background-color: rgba(0, 0, 0, 0.2);
  }
  /**
 * Header Banner
 */
  .header-banner {
    height: auto;
    padding: 9px 0;
    transition: height .5s;
    overflow: hidden;
  }
  .header-banner .banner {
    padding: 0;
    text-align: center;
  }
  .header-banner .banner a {
    display: block;
    overflow: hidden;
  }
  .header-banner .banner a img {
    display: block;
    width: 730px;
    height: 90px;
    margin: 0 auto;
    background-color: #bab2b3;
  }
  /**
 * Wher the user scrolls down far enough that the header shrinks in size.
 */
  .header-fixed header {
    margin-top: 0;
    position: fixed;
    background: rgba(238, 238, 238, 0.84);
  }
  .header-fixed header .logo {
    float: left;
    margin: 0 10px 0 0;
    height: 60px;
    width: 60px;
    background: transparent url(../images/logo-256-02.png) center center no-repeat;
    background-size: 50px 50px;
    position: relative;
    z-index: 999;
  }
  .header-fixed header .logo img {
    display: none;
  }
  .header-fixed header .logo:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .header-fixed .main-navigation {
    text-align: left;
    border: 0;
  }
  .header-fixed .main-navigation .top-level-link {
    line-height: 60px;
  }
  .header-fixed .header-meta {
    margin: 0;
    overflow: visible;
  }
  .header-fixed .header-socials {
    display: none;
  }
  .header-fixed .header-search {
    padding: 0;
    top: 0px;
    font-size: 0;
    text-align: right;
  }
  .header-fixed .header-search .header-search-form {
    position: absolute;
    top: 60px;
    right: -7px;
    width: 204px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: rgba(238, 238, 238, 0.84);
    font-size: 13px;
  }
  .header-fixed .header-search .header-search-form .searchform {
    margin: 0 7px 7px 7px;
  }
  .header-fixed .header-search .header-search-form.active {
    max-height: 60px;
  }
  .header-fixed .header-search .search-toggle {
    display: inline-block;
  }
  /**
 * When Wordpress admin bar is active.
 */
  .footer {
    padding: 10px 60px;
    padding-bottom: 25px;
  }
  .footer .footer-menu {
    float: left;
  }
  .footer .footer-menu ul {
    margin: 8px 0;
    font-size: 0;
  }
  .footer .footer-menu ul li {
    margin-right: 5px;
    padding: 0px;
    display: inline-block;
  }
  .footer .footer-menu ul li:first-child {
    padding-left: 0;
  }
  .footer .footer-menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 26px;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -ms-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
  }
  .footer .footer-menu ul li a:hover {
    color: #a02535;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer .footer-socials {
    float: right;
    padding: 12px 5px 0 5px;
  }
  .footer .footer-socials ul.social-media {
    padding: 13px 0;
  }
  .footer .footer-socials ul.social-media li a {
    line-height: 30px;
    height: inherit;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .footer .footer-socials ul.social-media li a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .footer .footer-socials ul.social-media li .fa {
    margin: 0 6px;
  }
  .footer .footer-socials ul.social-media li .fa:last-child {
    margin-right: 0;
  }
  .footer .footer-bottom {
    padding: 0 10px;
  }
  .footer .footer-bottom .left {
    float: left;
    width: 639px;
    text-align: left;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    font-family: serif;
  }
  .footer .footer-bottom .right {
    float: right;
    text-align: right;
  }
  .footer .footer-bottom .right h4 {
    font-weight: 100;
    text-align: right !important;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    margin: 8px 0;
    letter-spacing: 1px;
  }
  .footer .footer-bottom .right img {
    width: 102px;
    height: 88px;
    margin-right: 81px;
  }
  .footer hr {
    margin: 10px 10px;
    border: 0;
    height: 1px;
  }
  /**
 * Desktop/Menus.less
 */
  /**
 * Hide the mobile menu button.
 */
  .menu-button {
    display: none;
  }
  /**
 * The main navigation for desktop.
 */
  .main-navigation {
    visibility: visible;
    overflow: visible;
    position: static;
    z-index: 1;
    width: auto;
    background: transparent;
    -webkit-transform: none;
    transform: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0 0 0;
    text-align: center;
  }
  .main-navigation ul {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .main-navigation li {
    position: relative;
  }
  .main-navigation li:hover .top-level-link {
    background-color: #a02535;
    color: #fff;
  }
  .main-navigation li:hover .sub-menu {
    display: block;
  }
  .main-navigation li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .main-navigation .top-level-link {
    float: left;
  }
  .main-navigation .top-level-link {
    font-family: 'Cantata One', serif;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 100;
    color: #000;
    line-height: 50px;
    padding: 0 12px;
  }
  .main-navigation .menu-item .sub-menu-toggle {
    display: none;
  }
  .main-navigation .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -100px;
    width: 600px;
    border: 2px solid #e6e6e6;
    z-index: 10;
  }
  .main-navigation .sub-menu .sub-menu-left .sub-menu-left-inner h3 {
    display: block;
  }
  .main-navigation .sub-menu .sub-menu-left .sub-menu-left-inner ul.categories {
    margin: 0px;
  }
  .main-navigation .sub-menu .sub-menu-right {
    display: block;
  }
  .main-navigation .sub-menu li {
    display: block;
  }
  .main-navigation .sub-menu li,
  .main-navigation .sub-menu a {
    float: none;
  }
  .main-navigation .sub-menu a {
    line-height: 1.5;
  }
  .main-navigation .sub-menu h3 {
    margin: 0 0 8px;
    padding: 0 10px 8px;
    color: #000;
    font-family: 'Cantata One', serif;
    font-weight: 100;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-size: 16px;
  }
  .main-navigation .sub-menu .categories a {
    text-align: left;
    padding: 10px;
  }
  .main-navigation .menu-item:first-child .sub-menu {
    left: 0;
  }
  .main-navigation .sub-menu-left,
  .main-navigation .sub-menu-right {
    float: left;
  }
  .main-navigation .sub-menu-left {
    width: 30%;
  }
  .main-navigation .sub-menu-right {
    width: 70%;
  }
  .main-navigation .sub-menu-left-inner,
  .main-navigation .sub-menu-right-inner {
    padding: 16px;
  }
  .main-navigation .sub-menu-left-inner {
    padding-right: 8px;
  }
  .main-navigation .sub-menu-left-inner li:hover {
    background: transparent;
  }
  .main-navigation .sub-menu-left-inner a:hover {
    background: transparent;
    color: #a02535;
  }
  .main-navigation .sub-menu-right-inner {
    padding-left: 8px;
  }
  .main-navigation .categories {
    text-transform: uppercase;
  }
  .main-navigation .categories a {
    padding: 5px 5px;
  }
  .main-navigation .posts {
    margin-bottom: 0;
  }
  .main-navigation a.post {
    padding: 10px;
    float: none;
  }
  .main-navigation .post-body {
    padding-bottom: 0;
  }
  .main-navigation .post-title {
    text-transform: none;
    margin-top: 0;
  }
  .main-navigation .post-category {
    display: block;
  }
  .main-navigation .icon-calendar a {
    padding-left: 35px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../images/icon-calendar-2.png);
    background-size: 20px;
  }
  .main-navigation .icon-calendar a:hover {
    background-image: url(../images/icon-calendar-2-hover.png);
  }
  .main-navigation .icon-map a {
    padding-left: 38px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../images/icon-map.png);
  }
  .main-navigation .icon-map a:hover {
    background-image: url(../images/icon-map-hover.png);
  }
  .has-banner .main-navigation ul.primary-menu {
    margin: 0;
  }
  /**
 * When the main navigation has been opened.  Generally only used for mobile
 * styling.
 */
  /**
 * Wher the user scrolls down far enough that the header shrinks in size.
 */
  .header-fixed .main-navigation {
    padding: 0;
  }
  .header-fixed .main-navigation .sub-menu.left {
    position: fixed;
    top: 60px;
    left: 0;
    right: auto;
  }
  .header-fixed .main-navigation .sub-menu.right {
    position: fixed;
    top: 60px;
    left: auto;
    right: 0;
  }
  .header-fixed .main-navigation .sub-menu.level-2 {
    top: 124px;
  }
  /**
 * Desktop/Pagination
 */
  .pagination .page-numbers {
    display: inline;
  }
  /**
 * Desktop/Places
 */
  .place .place-top {
    margin-bottom: 40px;
  }
  .place .post-image {
    float: left;
    width: 435px;
    height: auto;
  }
  .place .acf-map {
    border: 0;
    background-color: #eee;
  }
  .place-header {
    zoom: 1;
    margin-bottom: 15px;
  }
  .place-header:before,
  .place-header:after {
    content: "";
    display: table;
  }
  .place-header:after {
    clear: both;
  }
  .place-info {
    font-size: 11px;
    margin-left: 440px;
  }
  /**
 * Desktop/Authors
 */
  .author .post-title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .author .social {
    margin-left: 10px;
  }
  .author .post-image {
    width: 40%;
    height: 0;
    padding-bottom: 48%;
    margin-top: 0;
    margin-left: 0;
  }
  .author .post-image img {
    width: 100%;
    height: auto;
  }
  .author .post-title {
    font-size: 20px;
    text-align: left;
    margin: 0 0 5px;
  }
  .author .post-subtitle {
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 100;
  }
  .authors {
    padding: 40px 0;
  }
  .authors h2 {
    text-align: left;
    font-size: 18px;
  }
  .authors .author {
    padding: 10px;
  }
  .authors .author img,
  .authors .author .author-description {
    display: inline-block;
    vertical-align: top;
  }
  .authors .author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #eee;
    overflow: hidden;
  }
  /**
 * Desktop/Posts.less
 */
  .post-content {
    padding: 0;
  }
  .post-meta {
    font-size: 13px;
    line-height: 1.5;
    border: 1px solid #cccccc;
    border-left: 0;
    border-right: 0;
    padding: 5px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .post-meta-alt {
    border: 0;
    padding: 0;
  }
  .post-category {
    padding: 6px 8px;
    margin: 0;
  }
  .post-author,
  .post-date {
    margin: 0 0 0 20px;
  }
  .post-meta-left {
    float: left;
  }
  .post-meta-right {
    padding: 6px 0;
    
    float: right;
    border: 0;
    margin: 0;
  }
  .post-body {
    padding-left: 0;
    padding-right: 0;
  }
  .posts {
    zoom: 1;
  }
  .posts:before,
  .posts:after {
    content: "";
    display: table;
  }
  .posts:after {
    clear: both;
  }
  .posts .pagination {
    padding-bottom: 20px;
  }
  .posts .page,
  .posts .post,
  .posts .tribe_events,
  .posts .review,
  .posts .place {
    zoom: 1;
    margin-bottom: 0;
  }
  .posts .page:before,
  .posts .post:before,
  .posts .tribe_events:before,
  .posts .review:before,
  .posts .place:before,
  .posts .page:after,
  .posts .post:after,
  .posts .tribe_events:after,
  .posts .review:after,
  .posts .place:after {
    content: "";
    display: table;
  }
  .posts .page:after,
  .posts .post:after,
  .posts .tribe_events:after,
  .posts .review:after,
  .posts .place:after {
    clear: both;
  }
  .posts .page::first-child,
  .posts .post::first-child,
  .posts .tribe_events::first-child,
  .posts .review::first-child,
  .posts .place::first-child {
    padding-top: 15px;
  }
  .posts a.page,
  .posts a.post {
    padding-left: 15px;
    padding-right: 15px;
  }
  .posts .post-image {
    float: left;
    width: 230px;
    height: auto;
    padding-bottom: 0;
  }
  .posts .post-category {
    top: auto;
    bottom: 2px;
    left: 0;
    right: auto;
    min-width: 45%;
    text-align: left;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 13px;
    line-height: 1.5;
  }
  .posts .post-body {
    margin-left: 260px;
  }
  .posts .post-title {
    font-size: 14px;
    letter-spacing: .05em;
  }
  .posts .post-meta {
    padding: 0;
    border: 0;
    font-size: 12px;
    letter-spacing: .05em;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 700;
  }
  .posts .post-more {
    position: absolute;
    right: 15px;
    bottom: 20px;
    margin-top: 0;
  }
  .posts-horizontal {
    overflow: hidden;
    position: relative;
  }
  .posts-horizontal a.post {
    padding: 20px;
  }
  .posts-horizontal .post,
  .posts-horizontal .place,
  .posts-horizontal a.post {
    border-top: 0;
    float: left;
    width: 33.33333333%;
    text-align: center;
    box-sizing: border-box;
  }
  .posts-horizontal .post-image {
    box-sizing: border-box;
    border: 2px solid #fff;
    width: 100%;
    float: none;
    height: 150px;
    margin-bottom: 10px;
  }
  .posts-horizontal .post-category {
    position: static;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    min-width: 80px;
  }
  .posts-horizontal .post-body {
    margin-left: 0;
    padding: 10px;
    font-size: 12px;
  }
  .posts-horizontal .post-title {
    font-weight: 700;
    text-align: center;
  }
  .posts-horizontal .post-meta {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    font-style: italic;
    font-weight: 100;
  }
  .posts-horizontal .post-meta li {
    float: none;
  }
  .posts-list {
    margin-left: -10px;
  }
  .posts-list .post {
    float: left;
    width: 215px;
    margin-left: 10px;
  }
  .posts-list .post:nth-child(3n+1) {
    clear: both;
  }
  .has-big-picture .posts-list .post:nth-child(4n+1) {
    clear: both;
  }
  .has-big-picture .posts-list .post:nth-child(3n+1) {
    clear: none;
  }
  .posts-list {
    margin-bottom: 0;
  }
  .posts-list .post {
    margin-bottom: 10px;
  }
  .posts-list .post .post-category {
    display: block;
    position: absolute;
    height: auto;
    background: transparent;
    padding: 5px;
    width: 100%;
    bottom: 0;
    z-index: 2;
  }
  .posts-list .post .post-image {
    margin-bottom: 5px;
    height: auto;
    float: none;
    width: auto;
  }
  .posts-list .post .post-image a {
    display: block;
    width: auto;
    height: 140px;
  }
  .posts-list .post .post-image .post-category {
    height: auto;
    width: 100%;
  }
  .posts-list .post .post-image .post-category:hover {
    color: #a02535;
  }
  .posts-list .post .post-image .post-category:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  }
  .posts-list .post .post-body {
    margin: 0;
  }
  .posts-list .post .post-title {
    font-size: 12px;
    line-height: 18px;
  }
  .posts-list .post .post-title:hover {
    text-decoration: underline;
  }
  .posts-list .post-large {
    position: relative;
    display: block;
    width: auto;
    min-height: 400px;
    float: none;
    margin-bottom: 10px;
  }
  .posts-list .post-large .post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .posts-list .post-large .post-body {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    padding: 10px;
  }
  .posts-list .post-large .post-body:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -moz-linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  }
  .posts-list .post-large .post-title {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 28px;
  }
  .posts-list .post-large a.post-title:hover {
    text-decoration: underline;
  }
  .posts-list .post-large .post-excerpt {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 100;
    font-size: 15px;
    line-height: 1.4;
  }
  .posts-list .post-large .post-category {
    color: #fff;
    position: static;
    display: inline-block;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
  }
  .posts-list .post-large a.post-category:hover {
    color: #a02535;
  }
  .posts-recent .post {
    border: 0;
  }
  .posts-recent a.post {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .posts-recent .post-image {
    width: 90px;
    height: auto;
    float: left;
    margin-bottom: 0;
  }
  .posts-recent .post-body {
    margin-left: 100px;
  }
  .posts-recent .post-title {
    margin-bottom: 20px;
  }
  .posts-recent .post-category {
    position: absolute;
    bottom: 5px;
    left: 115px;
    background: transparent;
    color: #a02535;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 12px;
  }
  .posts-recent .post-title {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: 'Cantata One', serif;
  }
  .posts-recent a.post:hover {
    background: #f2f2f2;
  }
  .posts-recent a.post:active {
    background: #e6e6e6;
  }
  /**
 * Desktop/Sidebar
 */
  .sidebar-layout {
    float: left;
    width: 100%;
    margin-right: -33%;
  }
  .sidebar-layout-inner {
    margin-right: 33%;
    padding-right: 20px;
  }
  .sidebar {
    width: 33%;
    float: right;
  }
  .sidebar-container {
    float: right;
    width: 33%;
  }
  .sidebar-container .sidebar {
    width: auto;
    float: none;
  }
  .sidebar-layout,
  .sidebar {
    margin-top: 10px;
  }
  /**
 * Posts Slider
 */
  .slide {
    width: 25%;
    float: left;
  }
  .owl-controls {
    margin-bottom: 20px;
  }
  /**
 * Desktop/Subscribe
 */
  .subscribe {
    padding: 5px 0px;
    zoom: 1;
  }
  .subscribe:before,
  .subscribe:after {
    content: "";
    display: table;
  }
  .subscribe:after {
    clear: both;
  }
  .subscribe .wpcf7-form {
    font-size: 0;
  }
  .subscribe h2 {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 60%;
    margin: 0;
    line-height: 38px;
    font-size: 12px;
  }
  .subscribe .form-group {
    margin-top: 0px;
    width: 40%;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .subscribe .form-group:after {
    clear: both;
  }
  .subscribe .input-group {
    margin-right: 2%;
    width: 53%;
    vertical-align: top;
  }
  .subscribe .button-group {
    width: 43%;
  }
  .subscribe input,
  .subscribe button {
    padding: 6px 24px;
    font-size: 14px;
  }
  .subscribe .wpcf7 input {
    width: 100%;
    border: 1px solid #616161;
    line-height: 24px;
    margin-bottom: 0;
  }
  .subscribe .wpcf7 input[type=submit] {
    width: auto;
    font-weight: 600;
    padding: 6px 60px;
    padding: 6px 2vw;
  }
  .subscribe .wpcf7 .field-email,
  .subscribe .wpcf7 .submit {
    display: inline-block;
  }
  .subscribe .wpcf7 .field-email {
    width: 300px;
  }
  .subscribe .wpcf7-response-output {
    clear: both;
    margin-bottom: 0;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    margin-top: 9px;
    font-size: 12px;
  }
  .subscribe-popup .subscribe h1 {
    text-align: center;
    font-size: 72px;
    padding: 0 10px;
  }
  .subscribe-popup .subscribe h2 {
    text-align: center;
    padding: 20px;
  }
  .subscribe-popup .subscribe h3 {
    text-align: center;
    padding: 0 60px;
    font-size: 24px;
  }
  .subscribe-popup .subscribe .form-group {
    float: none;
    width: 70%;
  }
  .subscribe-popup .subscribe .input-group,
  .subscribe-popup .subscribe .button-group {
    display: block;
    width: 100%;
  }
  .subscribe-popup .subscribe .input-group {
    margin-top: 20px;
  }
  .subscribe-popup .subscribe .button-group {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .subscribe-popup .subscribe .wpcf7 .input-group input {
    max-width: 450px;
    width: 450px;
  }
  .subscribe-popup .subscribe .wpcf7 .button-group input {
    width: 200px;
    margin-left: 8px;
  }
  .featherlight.subscribe-popup .featherlight-content .container {
    width: 685px;
  }
  .widget .subscribe,
  .sidebar .subscribe {
    padding: 35px 15px;
    margin-bottom: 0;
  }
  .widget .subscribe .container,
  .sidebar .subscribe .container {
    width: 100%;
    max-width: 1024px;
  }
  .widget .subscribe h2,
  .sidebar .subscribe h2 {
    float: none;
    text-align: center;
    width: auto;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 20px;
  }
  .widget .subscribe .form-group,
  .sidebar .subscribe .form-group {
    width: auto;
    float: none;
  }
  .widget .subscribe .input-group,
  .sidebar .subscribe .input-group {
    display: block;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .widget .subscribe .button-group,
  .sidebar .subscribe .button-group {
    display: block;
    width: auto;
  }
  .widget .wpcf7-form,
  .sidebar .wpcf7-form {
    padding: 0;
  }
  .widget .wpcf7,
  .sidebar .wpcf7 {
    float: inherit;
    width: 100%;
  }
  .widget .wpcf7 input,
  .sidebar .wpcf7 input {
    width: 100%;
    color: white;
  }
  .widget .wpcf7 input[type=submit],
  .sidebar .wpcf7 input[type=submit] {
    padding: 8px 24px;
  }
  .widget .wpcf7 .field-email,
  .sidebar .wpcf7 .field-email {
    width: inherit;
    padding-bottom: 20px;
  }
  /**
 * Desktop/Widgets
 */
  .widget {
    padding: 0;
    margin-bottom: 5px;
  }
  .widget img {
    width: auto;
    height: auto;
    background-color: #f6f5f5;
    max-width: 432px !important;
    max-height: 645px !important;
    margin: 0 auto;
  }
  .widget_sp_image {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f6f5f5;
  }
  .widget_sp_image a {
    max-width: 730px;
    margin: 0 auto;
  }
  .widget_sp_image img {
    width: 100%;
    height: auto;
  }
  .before-header-wrapper {
    padding: 0;
  }
  .after-home-content .instagram-pics {
    width: 963px;
    margin: 0 auto;
  }
  .after-home-content .instagram-pics li {
    width: 25%;
  }
  .textwidget .hide-on-mobile {
    display: block;
  }
  #tribe-events-pg-template {
    max-width: 1024px;
  }
  .tribe-events-list .tribe-events-loop {
    margin: 0;
  }
  .tribe-events-list .tribe-events-loop .tribe-events-content,
  .tribe-events-list .tribe-events-loop .tribe-events-venue-details {
    display: none;
  }
  .tribe-events-list .type-tribe_events {
    padding: 0.75em 0;
  }
  .tribe-events-list .tribe-events-event-cost {
    position: absolute;
    right: 0;
    top: 1.5em;
    float: inherit;
    margin: 0;
  }
  .tribe-events-day .tribe-events-loop {
    float: left;
    width: 70%;
  }
  .tribe-events-day .tribe-events-loop .type-tribe_events {
    margin-left: 0;
  }
  .tribe-events-single h1.tribe-events-single-event-title {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 100;
    color: #000000;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
  }
  .tribe-events-single .tribe-events-schedule {
    border: 1px solid #cccccc;
    border-left: 0;
    border-right: 0;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .tribe-events-single .tribe-events-schedule h2 {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 100;
    margin: 0;
    text-align: center;
  }
  .tribe-events-single .tribe-events-place {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 14px;
    padding: 7px 0;
    font-weight: 600;
  }
  .tribe-events-single .tribe-events-place a,
  .tribe-events-single .tribe-events-place span {
    font-weight: 100;
  }
  .tribe-events-single .tribe-events-place a {
    color: #f56e6f;
    text-decoration: underline;
  }
  .tribe-events-single .tribe-events-content {
    font-size: 16px;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 100;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .tribe-events-single .tribe-events-content img {
    width: 100%;
    height: auto;
    display: block;
  }
  .tribe-events-event-meta .tribe-events-meta-group {
    width: 50%;
  }
  .tribe-events-event-meta .tribe-events-meta-group dl dd {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .tribe-events-event-meta .tribe-events-meta-group dl dd a.tribe-events-gmap {
    display: none;
  }
  .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-gmap {
    width: 100%;
    clear: both;
    display: block;
    float: inherit;
  }
  .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-gmap .tribe-events-venue-map {
    margin-top: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
  }
  .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-gmap .tribe-events-venue-map .acf-map {
    margin: 0;
    border: 0;
  }
  .event-wrapper {
    border: 1px solid silver;
  }
  .event-wrapper .event-upper {
    border-bottom: 1px solid silver;
  }
  .event-wrapper .event-upper .event-date {
    width: 19.7%;
    float: left;
  }
  .event-wrapper .event-upper .event-date-string {
    text-align: center;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 0;
  }
  .event-wrapper .event-upper .event-date-string .date-beginning,
  .event-wrapper .event-upper .event-date-string .date-string,
  .event-wrapper .event-upper .event-date-string .date-end,
  .event-wrapper .event-upper .event-date-string .date-center {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
  }
  .event-wrapper .event-upper .event-date-string .date-string {
    padding: 0 10px;
  }
  .event-wrapper .event-upper .event-date-string:after {
    display: inline-block;
    content: '!';
    width: 0;
    height: 120px;
    vertical-align: middle;
    overflow: hidden;
  }
  .event-wrapper .event-upper .event-image {
    width: 80%;
    float: right;
    border-left: 1px solid silver;
  }
  .event-wrapper .event-upper .event-image a {
    display: block;
  }
  .event-wrapper .event-upper .event-image a .image {
    width: 100%;
    height: 120px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .event-wrapper .event-bottom {
    padding: 5px;
  }
  .event-wrapper .event-bottom .event-title {
    padding: 5px;
  }
  .event-wrapper .event-bottom .event-title h2 {
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
  }
  .event-wrapper .event-bottom .event-place {
    padding: 5px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
  }
  .events-container {
    padding-bottom: 0;
  }
  .events .post-body h3 {
    font-size: 12px;
  }
  .events .post-meta {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
  }
  .events .post-meta .post-meta-middle {
    display: inline-block;
  }
  .events .post-meta .post-meta-right {
    padding: 0;
  }
  .events .post-meta.post-meta-alt {
    border: 0;
  }
  .events-guide-content {
    margin: 0px auto;
  }
  .events-guide-content .section-title {
    margin: 0 0 5px 0;
    padding: 0;
  }
  .events-guide-content .section-title a:hover {
    color: #a02535;
  }
  .events-guide-content .events .masonry .event {
    width: 310px;
    margin: 5px;
  }
  .events-guide-content .pagination {
    font-size: 13px;
  }
  .events-guide-content.events-full-width-widget .events .event {
    float: left;
    margin-left: 0px;
    padding-top: 10px;
    border: 0px;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
    width: 25%;
  }
  .events-guide-content.events-full-width-widget .events .event .post-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 0;
  }
  .events-guide-content.events-full-width-widget .events .event .post-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .events-guide-content.events-full-width-widget .events .event .post-date-wrapper {
    top: 86%;
    margin: 0 auto;
    width: 100%;
    position: absolute;
  }
  .events-guide-content.events-full-width-widget .events .event .post-body h3 {
    max-width: initial;
    font-size: 12px !important;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 30px 0 5px 0;
  }
  .events-guide-content .events {
    margin-bottom: 0;
    font-size: 0;
  }
  .events-guide-content .events .masonry-item {
    position: absolute !important;
  }
  .events-guide-content .events .event {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: auto;
    float: left;
  }
  .events-guide-content .events .event:nth-child(2n+1) {
    clear: none;
  }
  .events-guide-content .events .event h3 {
    margin-top: 35px;
    text-align: center;
  }
  .events-guide-content .events .event .post-image {
    width: 100%;
    height: auto;
    float: none;
    overflow: visible;
  }
  .events-guide-content .events .event .post-date-wrapper {
    text-align: center;
  }
  .events-guide-content .events .event .post-date-wrapper .post-date-arrow {
    position: relative;
    top: 3px;
    display: inline-block;
    font-size: 32px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    padding: 0 10px;
  }
  .events-guide-content .events .event .post-date-wrapper .post-date {
    display: inline-block;
    float: none;
    text-transform: uppercase;
    width: 50px;
    font-weight: 100;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0;
  }
  .events-guide-content .events .event .post-date-wrapper .post-date .month {
    background-color: #e8564f;
    padding: 2px 0;
    font-size: 12px;
    color: white;
  }
  .events-guide-content .events .event .post-date-wrapper .post-date .day {
    background-color: white;
    padding: 0px 0px;
    font-size: 24px;
  }
  .events-guide-content .events .event .post-category {
    display: none;
  }
  .events-guide-content .events .event .post-body {
    margin-left: 0;
  }
  .events-guide-content .events .event .post-body .post-meta {
    margin: 0;
  }
  .events-guide-content .events .event .post-body .post-meta li {
    float: none;
  }
  .sidebar .events-guide-content {
    width: 100%;
    max-width: 33%;
  }
  .sidebar .events-guide-content .events .event {
    width: 100%;
    float: initial;
    padding: 5px 0;
  }
  .sidebar .events-guide-content .events .event .post-image {
    width: 26.4%;
    height: 17.6%;
  }
  .sidebar .events-guide-content .events .event .post-date-wrapper {
    top: 15.345%;
  }
  /**
 * Desktop/Canvas
 */
  .canvas {
    padding-top: 0;
  }
  .canvas-inner {
    height: auto;
  }
  .canvas-inner::after {
    display: none;
  }
  .authors-list {
    font-size: 0;
  }
  .authors-list li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .author-block {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    padding: 0;
  }
  .author-block img {
    border-radius: 50%;
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .author-block h2 {
    float: left;
    margin: 0;
    vertical-align: top;
  }
  .author-block h2 a {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 100;
    color: black;
  }
  .author-block h2 span {
    display: block;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-style: italic;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: none;
  }
  #nav-single {
    clear: both;
  }
  .post-feedback {
    padding: 0;
    background-color: transparent;
    margin: 0;
  }
  .post-feedback .wpcf7-form {
    width: auto;
    margin: 0;
  }
  .post-feedback .wpcf7-form input,
  .post-feedback .wpcf7-form textarea {
    width: auto;
    border: 1px solid #ccc;
  }
  .date-range .ui-datepicker {
    width: 17em;
  }
  .dropdown .dropdown-menu {
    position: absolute;
    display: none;
    z-index: 999;
  }
  /**
 * Desktop/Search
 */
  .body-meta {
    border-bottom: 2px solid #ddd;
    margin-top: 10px;
  }
  .body-meta .page-title {
    float: left;
  }
  .body-meta ul.body-categories {
    float: right;
  }
  .body-meta ul.body-categories li {
    display: inline-block;
  }
  .body-meta ul.body-categories li button {
    border: 0;
    padding: 10px 12px;
    background-color: #ccc;
    color: white;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    text-transform: uppercase;
    outline: none;
  }
  .body-meta ul.body-categories li button:hover,
  .body-meta ul.body-categories li button.active {
    background-color: #a02535;
  }
  .search-content {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
  }
  .search-content .search-loader {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .search-content.search-loading .search-loader {
    opacity: 1;
    left: 0;
  }
  .mls-articles {
    width: 100%;
  }
  .mls-articles.full-width {
    width: 1024px;
  }
  .mls-articles h3 {
    text-transform: uppercase;
    text-align: left;
    margin: 10px 0;
    color: #444;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .mls-articles .post {
    vertical-align: top;
  }
  .mls-articles .post:nth-child(2n+1) {
    margin-right: 1.1%;
  }
  .mls-articles .post:nth-child(3n+1) {
    margin-right: 0;
  }
  .mls-articles .post .featured {
    position: relative;
    margin: 0px;
  }
  .mls-articles .post .featured:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    pointer-events: none;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  }
  .mls-articles .post .featured .image {
    display: block;
    background-color: #2b2b2b;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-bottom: 66.66666667%;
  }
  .mls-articles .post .featured .category {
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 0px;
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    z-index: 1;
  }
  .mls-articles .post .featured .category:hover {
    color: #a02535;
  }
  .mls-articles .post .title {
    display: block;
    max-width: 216px;
    margin: 6px 0 12px 0;
    font-weight: 600;
    text-align: left;
  }
  .mls-articles .post .title:hover {
    text-decoration: underline;
  }
  .mls-articles.has-big-picture .post.main {
    width: 100%;
  }
  .mls-articles.has-big-picture .post.main .featured .image {
    width: 100%;
    height: 0;
    padding-bottom: 66.66666667%;
  }
  .mls-articles.has-big-picture .post.main .featured .article-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2%;
    z-index: 99;
  }
  .mls-articles.has-big-picture .post.main .featured .category {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    padding: 5px 0;
    font-size: 14px;
  }
  .mls-articles.has-big-picture .post.main .featured .title {
    max-width: 665px;
    margin: 8px 0;
    font-size: 20px;
    color: white;
  }
  .mls-articles.has-big-picture .post.main .featured .article-excerpt {
    font-size: 15px;
    color: white;
  }
  .mls-articles.has-big-picture .post.main .featured:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    pointer-events: none;
    background: -moz-linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  }
  .mls-articles.has-big-picture .post:nth-child(2n+1) {
    margin-right: 1.1%;
  }
  .mls-articles.has-big-picture .post:nth-child(2n+2) {
    margin-right: 1.1%;
  }
  .mls-articles.has-big-picture .post:nth-child(3n+1) {
    margin-right: 1.1%;
  }
  .mls-articles.has-big-picture .post:nth-child(3n+2) {
    margin-right: 0;
  }
  .banner {
    padding: 10px;
  }
  .banner .image {
    width: 730px;
    height: 90px;
    margin: 0 auto;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .banner.sidebar-top .image {
    width: 100%;
    height: 0;
    padding-bottom: 120%;
  }
  .banner.sidebar-bottom .image {
    width: 100%;
    height: 0;
    padding-bottom: 66.66666667%;
  }
  .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .video-container iframe,
  .video-container .video {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  p > iframe {
    width: 100%;
    height: 400px;
  }
  .wrapper {
    width: auto;
    margin: 0 auto;
  }
  ul.accordion {
    font-size: 0;
  }
  ul.accordion > li {
    font-size: 10px;
    vertical-align: top;
    width: 31.3%;
    margin: 1%;
    margin-bottom: 10px;
    display: inline-block;
  }
  ul.accordion > li ul.switch-group {
    padding: 4px 0;
  }
  ul.accordion > li ul.switch-group li.switch label {
    font-size: 10px;
  }
  ul.accordion > li ul.switch-group li.switch label::before {
    width: 30px;
    height: 14px;
    top: 4px;
  }
  ul.accordion > li ul.switch-group li.switch label::after {
    top: 5px;
    margin-top: 1px;
    width: 11px;
    height: 11px;
    right: 25px;
  }
  ul.accordion > li ul.switch-group li.switch input:checked ~ label::after {
    right: 13px;
  }
  ul.accordion > li .accordion-toggle {
    padding: 0.2em 1em;
  }
  ul.accordion > li .accordion-toggle::after {
    display: none;
  }
  ul.accordion > li .accordion-panel .accordion-panel-inner {
    margin-top: 0;
  }
  ul.accordion > li .accordion-panel .accordion-panel-inner ul.switch-group li {
    width: 100%;
  }
  ul.accordion > li .accordion-panel .accordion-panel-inner ul.switch-group li label {
    padding: 0.2em 1em;
  }
  ul.accordion > li .accordion-panel .accordion-panel-inner ul.switch-group li.date-switch {
    width: initial;
  }
  ul.accordion > li .accordion-panel .accordion-panel-inner ul.switch-group li.date-switch label {
    display: block;
    cursor: pointer;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 1.6;
    padding: .2em 0em;
    text-transform: uppercase;
    color: #808080;
  }
  ul.accordion > li .accordion-panel .accordion-panel-inner ul.switch-group li.date-switch input[type=text] {
    border: 0;
    border-radius: 0;
    background-color: #f2f2f2;
    line-height: 32px;
    padding: 0.2em 1em;
    color: #808080;
    font-weight: 100;
    width: calc(100% - 2em);
  }
  ul.accordion > li.main-tag {
    display: block;
    width: 98%;
    background-color: transparent;
  }
  ul.accordion > li.main-tag > label {
    display: none;
  }
  ul.accordion > li.main-tag ul.switch-group {
    text-align: justify;
  }
  ul.accordion > li.main-tag ul.switch-group li.switch {
    display: inline-block;
    width: auto;
    border: 1px solid #a02535;
    border-radius: 3px;
    margin: 4px 1px;
  }
  ul.accordion > li.main-tag ul.switch-group li.switch label {
    padding: 5px 8px;
    font-size: 10px;
  }
  ul.accordion > li.main-tag ul.switch-group li.switch input:checked ~ label {
    background-color: #d33f52;
    color: white;
  }
  ul.accordion > li.main-tag ul.switch-group li.switch label::before,
  ul.accordion > li.main-tag ul.switch-group li.switch label::after {
    display: none;
  }
  ul.accordion > li.sub-tag {
    display: none;
    width: 98%;
  }
  ul.accordion > li.sub-tag ul.switch-group {
    font-size: 0;
  }
  ul.accordion > li.sub-tag ul.switch-group li.switch {
    width: 33.3%;
    margin: 0;
    display: inline-block;
  }
  #accordion-search {
    margin-bottom: 0;
    margin-left: 0;
    width: 97%;
    padding: 1%;
    border-radius: 3px;
    border: 1px solid silver;
    background-color: transparent;
  }
  .search-highlight {
    background-color: #64fafa;
  }
  .articles.hide-on-mobile {
    display: block;
  }
  .articles.related-posts .article:nth-child(4) {
    display: none;
  }
  .articles .article .article-image-container {
    float: left;
    width: 50%;
  }
  .articles .article .article-body {
    margin-left: 50%;
    padding-left: 10px;
  }
  .articles .article-large {
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .articles .article-large .article-body {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 100px 10px 10px;
    color: #fff;
    background: transparent;
    /* Old browsers */
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, #000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, #000 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#000', GradientType=0);
    /* IE6-9 */
  }
  .articles .article-large .article-body a {
    color: #fff;
  }
  .articles .article-large .article-body a:hover {
    text-decoration: underline;
  }
  .articles .article-large .article-title {
    margin: 0 0 5px 0;
  }
  .articles-container {
    padding: 0;
  }
  .articles-layout-1 .article,
  .articles-layout-4 .article,
  .articles-layout-5 .article {
    width: 32.33%;
  }
  .articles-layout-1 .article:nth-child(2n + 1),
  .articles-layout-4 .article:nth-child(2n + 1),
  .articles-layout-5 .article:nth-child(2n + 1) {
    clear: none;
  }
  .articles-layout-1 .article:nth-child(3n + 1),
  .articles-layout-4 .article:nth-child(3n + 1),
  .articles-layout-5 .article:nth-child(3n + 1) {
    clear: both;
  }
  .articles-layout-1 .article .article-image-container,
  .articles-layout-4 .article .article-image-container,
  .articles-layout-5 .article .article-image-container {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }
  .articles-layout-1 .article .article-body,
  .articles-layout-4 .article .article-body,
  .articles-layout-5 .article .article-body {
    margin-left: 0;
    padding-left: 0;
  }
  .articles-layout-1 .article-large {
    margin-bottom: 15px;
  }
  .articles-layout-2 .article {
    height: 112px;
  }
  .articles-layout-2 .article .article-image-container {
    width: 47%;
  }
  .articles-layout-2 .article .article-body {
    margin-left: 47%;
  }
  .articles-layout-2 .article .article-excerpt {
    display: block;
  }
  .articles-layout-2 .article .article-excerpt p {
    line-height: 18px;
  }
  .articles-layout-3 .article .article-image-container .article-category {
    background: 0;
    left: 100%;
    padding-left: 10px;
    padding-bottom: 0;
    color: #a02535;
  }
  .articles-layout-3 .article .article-image-container .article-category:hover {
    text-decoration: underline;
  }
  .articles-layout-5 .article {
    width: 19%;
  }
  .articles-layout-5 .article:nth-child(2n + 1) {
    clear: none;
  }
  .articles-layout-5 .article:nth-child(3n + 1) {
    clear: none;
  }
  .articles-layout-5 .article:nth-child(5n + 1) {
    clear: both;
  }
  .articles-layout-5 .article:last-child {
    display: block;
  }
  .articles-layout-6 .articles-container .article {
    margin-bottom: 20px;
  }
  .articles-layout-6 .articles-container .article .article-image-container {
    width: 230px;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .articles-layout-6 .articles-container .article .article-image-container img {
    width: 100%;
    height: auto;
  }
  .articles-layout-6 .articles-container .article .article-image-container .article-category {
    position: absolute;
    top: auto;
    right: auto;
    left: 0px;
    bottom: 1px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 6px 8px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
  }
  .articles-layout-6 .articles-container .article .article-image-container .article-category:hover {
    background: #a02535;
  }
  .articles-layout-6 .articles-container .article .article-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .articles-layout-6 .articles-container .article .article-title:hover {
    text-decoration: underline;
  }
  .articles-layout-6 .articles-container .article .article-meta {
    padding: 0;
    border: 0;
    font-size: 12px;
    letter-spacing: .05em;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    margin: 5px 15px 10px 0;
  }
  .articles-layout-6 .articles-container .article .article-meta li {
    display: inline-block;
  }
  .articles-layout-6 .articles-container .article .article-meta li.article-meta-author::before {
    content: '|';
    margin: 0 10px;
    color: #000;
  }
  .articles-layout-6 .articles-container .article .article-meta a {
    color: #a02535;
  }
  .articles-layout-6 .articles-container .article .article-meta a:hover {
    text-decoration: underline;
  }
  .articles-layout-6 .articles-container .article .article-body {
    margin-left: 250px;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .articles-layout-6 .articles-container .article .article-excerpt p {
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
  }
  .articles-layout-6 .articles-container .article .article-more {
    position: absolute;
    right: 15px;
    bottom: 0;
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
  }
  .articles-layout-6 .articles-container .article .article-more:hover {
    color: #a02535;
  }
  .articles-layout-7 .article {
    display: block;
    float: none;
  }
  .articles-layout-7 .article .article-image-container {
    width: 40%;
  }
  .articles-layout-7 .article .article-image-container img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .articles-layout-7 .article .article-body {
    margin-left: 40%;
  }
  .articles-layout-7 .article .article-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .articles-layout-7 .article .article-title a:hover {
    text-decoration: underline;
  }
  .articles-layout-7 .article .article-meta {
    margin-bottom: 10px;
  }
}
/**
 * Animations/Accordion.less
 *
 * Provides animations for accordion components.
 */
.animations .accordion-toggle {
  -webkit-transition: background .15s;
  transition: background .15s;
}
.animations .accordion-toggle::after {
  -webkit-transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
}
.animations .accordion-panel-inner {
  -webkit-transition: margin-top 0.5s, -webkit-transform 0.5s;
  transition: margin-top 0.5s, transform 0.5s;
}
/**
 * Animations/Directory.less
 *
 * Animations that are applied to the directory.
 */
/**
 * Directory Loader
 *
 * Animates the loader when being displayed.
 */
.animations .directory-loader {
  -webkit-transition: opacity 1s, -webkit-transform 0 1s;
  transition: opacity 1s, transform 0 1s;
}
/**
 * Animations/Navigation.less
 *
 * Animations that are applied to the main navigation menu and canvas
 * when the menu is toggled.
 */
/**
 * Menu Button
 *
 * Animates the transition from a hamburger icon to a cross.
 */
.animations {
  /**
	 * Main Navigation
	 *
	 * Makes the main navigation slide in/out.
	 */
  /**
	 * Canvas
	 *
	 * Animates the canvas door "opening/closing" and the opacity of the
	 * semi-transparent cover.
	 */
  /**
	 * When the main navigation has been opened.
	 */
}
.animations .menu-button::before,
.animations .menu-button::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform .25s;
}
.animations .menu-button span {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}
.animations .main-navigation {
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform .5s, visibility 0s .5s;
}
.animations .canvas-inner {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .5s;
}
.animations .canvas-inner::after {
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity .5s, transform 0s .5s;
}
.animations .main-navigation-open {
  /**
		 * Main Navigation
		 *
		 * Wait a small amount of time before sliding the menu in.
		 */
}
.animations .main-navigation-open .main-navigation {
  -webkit-transition: -webkit-transform 0.5s 0.1s;
  transition: transform .5s .1s;
}
.animations .main-navigation-open .canvas-inner::after {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
/**
 * Animations/Posts.less
 *
 * Provides animations for posts.
 */
.animations a.post {
  -webkit-transition: background .2s;
  transition: background .2s;
}
.animations a.post-category {
  -webkit-transition: background .2s;
  transition: background .2s;
}
/**
 * Animations/Switches.less
 *
 * Provides animations for switch components.
 */
.animations .switch label {
  -webkit-transition: color .2s;
  transition: color .2s;
}
.animations .switch label::after {
  -webkit-transition: background .2s, right .2s;
  transition: background .2s, right .2s;
}
/**
 * Animations/Sliders.less
 *
 * Provides animations for sliders.
 */
.animations .slider {
  -webkit-transition: opacity 1s, height 1s;
  transition: opacity 1s, height 1s;
}
/**
 * Animations/Subscribe.less
 */
.animations .subscribe input,
.animations .subscribe button {
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
}
.animations .subscribe button:active {
  -webkit-transition: none;
  transition: none;
}
/**
 * Animations/Tags
 */
.animations .tags a {
  -webkit-transition: background .2s;
  transition: background .2s;
}
.animations .tags a::before {
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
@media only screen and (min-width: 640px) {
  /**
 * Animations/Desktop.less
 *
 * Provides animations for desktop responsive.
 */
  .animations header {
    -webkit-transition: height .5s;
    transition: height .5s;
  }
  .animations header .logo {
    -webkit-transition: margin .5s, height .5s;
    transition: margin .5s, height .5s;
  }
  .animations .main-navigation {
    -webkit-transition: padding .5s;
    transition: padding .5s;
  }
  .animations .main-navigation a {
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
  }
}


/* V2 */
.widget img{
  max-width: 100% !important;
  height: auto;
}

body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-latest-link{
  transition: all .2s;
  background: #f5f5f5;
  font-weight: 600;
  padding: 1em;
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 1em;  
  font-size: 14px;
  text-transform: uppercase;
}
.home-latest-link:hover{
  background-color: #a02535;
  color: #fff;
}

.articles .article .article-title, .events-guide-content.events-full-width-widget .events .event .post-body h3, .post-title, .posts-recent .post-title{
  text-transform: none;
}
.articles .article .article-title{
  font-size: 13px;
}

.post-title{
  font-size: 22px;
}
.post-page-nav{
  display: flex;
  justify-content: space-between;
  align-content: center;
  font-weight: 200;  
  color: grey;  
  background: #f5f5f5;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-page-nav span{
  padding: .5em 0;
}
.post-page-nav a{
  transition: all .2s;
  padding: .5em 2em;
  color: inherit;
}
.post-page-nav a:hover{
  background: #333;
  color: #fff;
}
.post-content{
  line-height: 1.55;
  color: #4c4c4c;
  font-weight: 400;
}

.post-meta{
  border-color: #e0e0e0;
  margin-bottom: 15px;
}

.article-excerpt{
  line-height: 1.4;
  color: #4c4c4c;  
  font-weight: 400;
}
.article-excerpt a{
  color: inherit;
}

.menu-button::before, .menu-button span, .menu-button::after{
  height: 4px;
}

.trending .articles .article .article-image-container .category{
  font-size: 12px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 5px 5px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0%, #000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, #000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, #000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#000', GradientType=0);
  /* IE6-9 */  
}
.trending .articles .article .article-image-container .category:not(:last-child){
  display: none;
}
.trending .article-image-container{
  font-size: 0;
}
@media only screen and (min-width: 640px){
  .trending .article:nth-child(4){
    display: none;
  }
}

#accordion-search{
  border-color: #e0e0e0;
}
.event .post-meta{
  border-color: #e0e0e0;
}
ul.wpfai-list{
  position: sticky;
  bottom: 0;
  /* left: 0;
  right: 0; */
  background: white;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 1024px;
  margin: auto;
  color: black;
  z-index: 1000;
  padding: .5rem 1rem;
  text-align: center;
  margin-bottom: .5rem;
}
ul.wpfai-list li {
    margin: 0 2px;
}    
@media only screen and (min-width: 640px){
  ul.wpfai-list{
    padding: 1rem;
    text-align: left;
  }
  ul.wpfai-list li {
      margin: 0 10px;
  }     
  ul.wpfai-list:after{
    content:"Share with your friends";
    color: grey;
    transform: translateY(7px);  
    float: right;
  }
}
.post-wrap{
  position: relative;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 11px;
  font-family: 'Cantata One', serif;
  font-weight: 100;  
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
}
.wp-pagenavi *{
  padding: .5em;
  margin: 0 .3em;
}
.wp-pagenavi a:hover{
  text-decoration: none;
  color: black;
}
.wp-pagenavi .previouspostslink{
  transition: background-color .2s;
  position: absolute;
  top: 170px;
  left: 0;
  background-color: #404040;
  margin: 0;
  padding: 2em .5em;
  color: #fff;
  margin-top: -33px;
  visibility: hidden;
}
.wp-pagenavi a.previouspostslink:hover{
  background-color: #a02535;
  color: #fff;
}
.wp-pagenavi .nextpostslink{
  transition: background-color .2s;
  position: absolute;
  top: 170px;
  right: 0;
  background-color: #404040;
  margin: 0;
  padding: 2em .5em;
  color: #fff;
  margin-top: -33px;
  visibility: hidden;
}
.wp-pagenavi a.nextpostslink:hover{
  background-color: #a02535;
  color: #fff;
}
.wp-pagenavi .pages{
    border-right: 1px solid #e0e0e0;  
    margin-right: 1em;
    padding-right: 1.8em;
    display: none;
}
.wp-pagenavi .page, .wp-pagenavi .current{
  /* display: none; */
}
.nextpostslink.-active, .previouspostslink.-active{
  visibility: visible;
}

.ml-event-date{
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.user-list-wrap{
  overflow: auto;
}

.ml-sponsor{
  background-color: #eee;
  padding: 1em;
  font-size: .9em;
  color: #666;
}
#cookie-notice .cookie-notice-container{
  box-sizing: border-box;
}
.cn-button.ml-cookie-btn{
  background: white;
  color: black;
  border-radius: 50px;
  width: 20px;
}

.subscribe-popup .subscribe h2, .subscribe-popup .subscribe h3 {
  text-transform: none;
}