/*
	Theme Name: allerton
	Theme URI: http://mazocollective.com
	Description: This is the allerton Pro theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.mazocollective.com

	Version: 1.1.3

	Template: genesis
	Template Version: 2.4

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: allerton
*/


/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
    - Elementor
    - MEC Events
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Accessible Menu
		- Site Header Navigation
		- Primary Navigation
		- Footer Navigation
	- Content Area
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Testimonial Page
	- Sidebar
	- Offscreen Content
	- Footer Wodgets
	- Site Footer
	- Fadein Effect
	- Media Queries
		- Max-width: 1340px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 860px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-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}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Web Fonts
--------------------------------------------- */
@font-face {
    font-family: 'gandhi_sansbold';
    src: url('fonts/GandhiSans-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_sansbold_italic';
    src: url('fonts/GandhiSans-BoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gandhi_sansitalic';
    src: url('fonts/GandhiSans-Italic-webfont.woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gandhi_sansregular';
    src: url('fonts/GandhiSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #f4f4f4;
	color: #1e1e1e;
	font-family: 'Avenir', 'Nunito', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.70;
	margin: 0;
}


html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.front-page .overlay,
.gallery img,
.site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

a {
	color: #8A8536;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #616056;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #362f2d;
	clear: both;
	margin-bottom: 22px;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
  color: #1e1e1e;
	font-family: 'gandhi_sansbold';
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
  color: #1e1e1e;
	font-family: 'gandhi_sansbold';
  font-size: 23px;
  font-size: 2.3rem;
  text-transform: uppercase;
}

h3 {
  color: #1e1e1e;
	font-family: 'gandhi_sansbold';
	font-size: 20px;
	font-size: 2.0rem;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
  color: #1e1e1e;
	font-family: 'gandhi_sansbold';
	margin-bottom: 10px;
}

h4 {
  color: #1e1e1e;
	font-family: 'gandhi_sansbold';
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-content h4 {
  color: #1e1e1e;
	font-family: 'gandhi_sansbold';
	margin-top: 40px;
}

.landing-page .entry-content h4,
.lead-capture-page .entry-content h4 {
  color: #1e1e1e;
	font-family: 'gandhi_sansbold';
	margin-bottom: 40px;
	margin-top: 60px;
	text-align: center;
}

h5 {
  color: #1e1e1e;
	font-family: 'gandhi_sansbold';
	font-size: 24px;
	font-size: 2.4rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
  font-family: 'gandhi_sansregular';
  font-weight: normal;
  text-transform: uppercase;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

img.vertical {
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	color: #000;
	font-family: 'Avenir', 'Nunito', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
    padding: 11px 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #1e1e1e;
}
::-moz-placeholder { /* Firefox 19+ */
  	color: #1e1e1e;
}
:-ms-input-placeholder { /* IE 10+ */
  	color: #1e1e1e;
}
:-moz-placeholder { /* Firefox 18- */
  	color: #1e1e1e;
}

input:focus,
textarea:focus {
	background-color: #eee;
	outline: none;
}

input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
input[type="url"],
textarea {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #1e1e1e;
}

::-webkit-input-placeholder {
	color: #1e1e1e;
}

button,
input[type="button"],
input[type="reset"],
input[type="select"],
input[type="submit"],
.button {
	background-color: #403B39;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Avenir', 'Nunito', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.button.large {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px 30px;
}

.landing-page .button.large,
.lead-capture-page .button.large {
	margin-top: 40px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  color:#fff;
	opacity:.8;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #f5f5f5;
	border-width: 0;
	color: #666;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	display: block;
	font-weight: bold;
	height: auto;
	padding: 20px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner {
	clear: both;
	max-width: 1280px;
    margin:450px auto 64px;
	word-wrap: break-word;
}

.landing-page .site-inner,
.lead-capture-page .site-inner {
	margin-top: 0;
	max-width: 840px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
  padding: 0;
  margin-left:80px;
  width: 65%;
  max-width: 740px;
}

.content-sidebar .content {
	float: left;
}

.sidebar-content .content {
	border-left: 1px solid #eee;
}

.full-width-content .content {
	border-right: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
  padding: 0 5%;
	width: 100%;
}

.full.full-width-content .content,
.full.landing-page .site-inner,
.full.lead-capture-page .site-inner {
	max-width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
  margin-right: 48px;
	width: 350px;
}

.sidebar-content .sidebar-primary {
	float: left;
}


/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description{
	text-align: center;
}

.after-entry {
	padding-bottom: 60px;
}

.author-box {
	line-height: 1.5;
	padding-bottom: 20px;
}

.breadcrumb {
	font-size: 16px;
	font-size: 1.6rem;
  font-weight: 700;
	padding-bottom: 10px;
  margin: 20px auto 0;
  text-transform: uppercase;
}

span.breadcrumb-link-wrap {
    font-weight: 500;
}

span.breadcrumb-link-wrap a {
    color: #1e1e1e;
}

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 60px;
}


/* Search Form
--------------------------------------------- */

/*.search-form {
	overflow: hidden;
	position: relative;
}

.search-form:before {
	color: #999;
	content: "\f4a5";
	font-family: "ionicons";
	font-size: 20px;
	left: 15px;
	position: absolute;
	top: 6px;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.search-form input[type="search"] {
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-top: 12px;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}*/

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 24px;
  font-size: 2.4rem;
  margin:10px auto;
  line-height: 2;
  text-align: left;
}

.entry-title {
  color:#1e1e1e;
  font-family: 'gandhi_sansbold';
  font-size: 24px;
  font-size: 2.4rem;
  margin:10px auto;
  line-height: 2;
  text-align: left;
  text-transform: uppercase;
}

header.entry-header .entry-title {
    color: #1e1e1e;
    font-family: 'gandhi_sansbold';
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 0;
    line-height: 2;
    text-align: left;
    text-transform: uppercase;
}

.entry-title a,
.sidebar .widget-title a {
	color: #1e1e1e;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #1e1e1e;
}

.widget-title {
  margin: 0 0 5px;
    font-family: 'gandhi_sansbold';
    text-transform: uppercase;
    font-size: 16px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 40px;
	margin-left: 0;
	text-align: center;
}

.entry-content p.gallery-caption,
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget.widget_nav_menu li{
    font-family: Avenir,Nunito,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
}

.widget.widget_nav_menu a {
    color: #1e1e1e;
    text-transform: uppercase;
}

.widget.widget_nav_menu a:hover {
    color: #8A8536;
    text-transform: uppercase;
}

/* Slider */

.slider-paging-number li:nth-child(1n+2){ display:none; }
ul.slider-paging-number {
  position: absolute;
  right: 18px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  bottom: -63px;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.modaal-content-container .slick-slide img{
      padding:5px;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.sidebar ul.mec-event-sharing-wrap {
  display: none;
}
.sidebar ul.slider-paging-number {
    position: absolute;
    right: 18px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
    bottom: -48px;
}
.sidebar .mec-venue-details {
    margin-top: -25px;
    margin-left: 30px;
}
.sidebar .mec-wrap.colorskin-custom {
  background-color: #fff;
}
.mec-event-list-standard .mec-event-meta-wrap{
border-top: 0px solid #eee !important;
}
.mec-wrap, .mec-wrap div{
font-family: 'Avenir', 'Nunito', sans-serif !important;
}
.mec-event-list-standard .mec-event-title a{
color: #403B39 !important;
}
.mec-event-list-standard .mec-event-title{
font-family: 'Avenir', 'Nunito', sans-serif !important;
font-size:27px !important;
text-transform: uppercase !important;
}
.sidebar .mec-date-details:after {
  content: "";
  float: left;
  padding: 0;
}
.sidebar .mec-event-list-standard .mec-event-article{
  width:300px !important;
}
.sidebar .mec-event-footer .mec-booking-button {
  font-size: 16px !important;
  background-color: #362f2d !important;
  color: #fff !important;
  border: 0px solid #e8e8e8 !important;
  top: 48px !important;
  right: 21px !important;
}
.sidebar .mec-wrap{
  width:300px !important;
}
.sidebar .mec-event-list-standard .mec-topsec{
  display: block !important;
}
.sidebar .mec-wrap .col-md-3 {
    width: 100%;
    float: left !important;
}
.sidebar .mec-event-footer {
    background-color: transparent !important;
}
.sidebar .mec-event-list-standard .mec-event-content{
  padding-top: 98px;
}
.sidebar .col-md-3.mec-col-table-c.mec-event-meta-wrap {
    position: absolute !important;
    top: 300px !important;
}
.sidebar .mec-event-list-standard .mec-event-meta span.mec-event-d, .sidebar .mec-event-list-standard .mec-event-meta span.mec-event-m {
    font-size: 16px;
    font-weight: normal;
    padding-right:0;
  }
.sidebar .mec-event-list-standard .mec-event-title {
    font-family: 'Avenir', 'Nunito', sans-serif !important;
    font-size: 20px !important;
    font-weight: normal;
    text-transform: uppercase !important;
}
.sidebar .mec-time-details {
    display: none;
}
.sidebar .mec-date-details {
    padding: 0;
    margin: 0;
}
.sidebar .mec-event-list-standard .mec-event-article {
    margin-bottom: 0px;
    border: 0px solid #e9e9e9;
    padding-bottom: 22px;
    box-shadow: none;
}
.sidebar .mec-event-footer {
    border-top: 0px solid #efefef;
    padding: 0;
  }
.sidebar .mec-event-list-standard .mec-event-content {
    padding-top: 47px;
}
.mec-event-list-standard .mec-date-details:before{
	content:"" !important;
}
.mec-event-list-standard .mec-time-details:before{
	content:"" !important;
}
.mec-venue-details span {
    padding-left: 10px;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-right: 0px !important;
    color: #1e1e1e !important;
    float: left !important;
    text-transform: uppercase !important;
}

.mec-venue-details:before {
    display: none !important;
}

.mec-event-list-standard button.slick-prev.slick-arrow {
  position: absolute;
  bottom: -73px;
  right: 44px;
  background-color: transparent;
  color: #000;
  font-size:16px;
}

.slider button.slick-prev.slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 1000;
  color: #fff;
  font-size:20px;
}

button.slick-prev.slick-arrow:hover {
  outline: none !important;
}

.mec-event-list-standard button.slick-next.slick-arrow {
  position: absolute;
  bottom: -73px;
  right: -28px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
}
.slider button.slick-next.slick-arrow {
position: absolute;
    top: 40%;
    right: 0px;
    color: #fff;
    font-size: 20px;
}
button.slick-next.slick-arrow:hover {
  outline: none !important;
}
a.button-no-background {
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 16px;
}
.sidebar .mec-event-image img {
  height: 300px !important;
  width: 300px !important;
  overflow: hidden !important;
}
.sidebar .mec-event-image{
  width:300px;
}


.widget {
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar .widget ul > li {
    margin-bottom: 5px;
    padding-bottom: 0;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .widget-title {
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry,
.sidebar .featured-content .entry {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.footer-widgets .featured-content .entry-header,
.sidebar .featured-content .entry-header {
	text-align: left;
}

.footer-widgets .featured-content .entry-header::after,
.sidebar .featured-content .entry-header::after {
	display: none;
}

.footer-widgets .featured-content .entry-title,
.sidebar .featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footer-widgets .featured-content .entry-meta,
.sidebar .featured-content .entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-widgets .featured-content .entry-meta a,
.sidebar .featured-content .entry-meta a {
	color: #000;
	text-decoration: none;
}

.footer-widgets .featured-content .entry-meta a:hover,
.footer-widgets .featured-content .entry-meta a:focus,
.sidebar .featured-content .entry-meta a:hover,
.sidebar .featured-content .entry-meta a:focus {
	color: #050201;
}

.footer-widgets .featured-content .entry-image,
.sidebar .featured-content .entry-image {
	vertical-align: top;
}

.featured-content a.alignleft,
.featured-content a.alignright,
.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content a.aligncenter,
.featured-content a.alignleft,
.featured-content a.alignnone,
.featured-content a.alignright {
	border-bottom-width: 0;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.featured-content .more-posts-title {
	display: block;
	padding-top: 30px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  outline: 0;
  z-index: 99999;
  background-color: none;
  box-shadow: rgba(0, 0, 0, 0) 0px 3px 9px;
  background-clip: padding-box;
  border-width: 0px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 00);
  border-image: initial;
  border-radius: 0px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  float:right;
  margin-top: -2px;
}
button.close {
    background-color: #272949;
    border-radius: 100px;
    padding: 0px;
    width: 25px;
    height: 25px;
    z-index: 99999;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    margin-top:0px;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
/* Elementor
--------------------------------------------- */
.full-width-custom-sidebar-page .breadcrumb {
    text-align: right;
}

.custom-sidebar-menu ul > li {
    list-style-type: none !important;
}

.custom-sidebar-menu li {
    font-family: Avenir,Nunito,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: normal;
}

.custom-sidebar-menu a {
    color: #1e1e1e;
    text-transform: uppercase;
}

.custom-sidebar-menu ul {
    margin-bottom: 30px;
    margin-left: 5px;
}

.custom-sidebar-menu{
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: right !important;
    font-weight: 100 !important;
    font-size: 14px !important;
    margin-top: 6px !important;
}
.elementor-tab-title{
  color: #1e1e1e !important;
  font-family: 'gandhi_sansbold' !important;
  font-size: 23px !important;
  font-size: 2.3rem !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}
.call-out {
    margin-left: -60px;
    position: absolute !important;
}
/* Mapplic
--------------------------------------------- */
/* CUSTOM PINS */
.mapplic-pin.picnic {
	background-image: url(https://allerton.web.illinois.edu/wp-content/uploads/2018/12/picnic.png);
	background-size: 100%;
width: 20px;
height: 20px;
margin-top: -10px !important;
margin-left: -10px;
}

.mapplic-pin.bathroom {
	background-image: url(https://allerton.web.illinois.edu/wp-content/uploads/2018/12/bathroom.png);
	background-size: 100%;
  width: 20px;
  height: 20px;
  margin-top: -10px !important;
  margin-left: -10px;
}

.mapplic-pin.bathroom_2 {
	background-image: url(https://allerton.web.illinois.edu/wp-content/uploads/2018/12/bathroom-2.png);
	background-size: 100%;
  width: 20px;
  height: 20px;
  margin-top: -10px !important;
  margin-left: -10px;
}

/* .mapplic-list-location > a {
    padding: 5px 10px 0 !important;
  }
.mapplic-container {
    overflow: visible !important;
    height: 100% !important;
    margin-top: -151px !important;
}
.mapplic-pin.pin-label {
    color: #fff;
    font-size: 16px !important;
    text-transform: uppercase !important;

  }
.mapplic-lightbox {
    background-color: transparent !important;
    color: #fff !important;
    font-family: 'gandhi_sansregular' !important;
    font-size: 24px !important;
    font-size: 2.4rem !important;
    text-transform: none !important;
    line-height: 1.3 !important;
    padding: 50px !important;
    max-width: 1070px !important;
    z-index: 9999 !important;
}
.mapplic-list-location > a,
.mapplic-list-location span {
    color: #1e1e1e !important;
    font-family: 'Avenir', 'Nunito', sans-serif !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 1.70 !important;
}
.mapplic-list-location > a {
    background-color: transparent !important;
  }
.mapplic-list-location h4 {
    color: #1e1e1e !important;
    font-family: 'Avenir', 'Nunito', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 14px !important;
}
.mapplic-sidebar {
  background-color: #f4f4f4;
	float: right !important;
  height:auto !important;
  position: absolute !important;
  top: -133px !important;
  right: -56px !important;
  width:20% !important;
}
.mapplic-lightbox-title{
  color:#fff !important;
  font-family: 'gandhi_sansbold' !important;
  font-size: 33px !important;
  font-size: 3.3rem !important;
  text-transform: uppercase !important;
}
.mapplic-pin.pin-dot,
a.mapplic-pin.pin-dot.pin-label{
  color:#fff !important;
}
.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}
.event_categories{
  position:relative;
}
.label-inner {
  font-family: 'gandhi_sansregular';
  font-weight: 700;
  font-size: 22px;
  width: 20%;
  right: -66px;
  top: 133px;
  position: absolute;
}
h2.bloom-calendar{
  font-family: 'gandhi_sansregular';
  font-weight: 700;
  font-size: 22px;

}

.bloom-section {
    position: absolute;
    bottom: 209px;
    right: -66px;
    width: 30%;
} */
/* Total Calendar
--------------------------------------------- */
.monthly-header1 {
    padding: 30px 0 !important;
  }
.monthly-header-title {
    color: #1e1e1e !important;
    font-family: 'gandhi_sansbold' !important;
    font-size: 23px !important;
    font-size: 2.3rem !important;
    text-transform: uppercase !important;
}
.monthly-day-title-wrap1 div {
    font-family: 'Avenir', 'Nunito', sans-serif !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 1.70 !important;
}
.monthly-day-number.monthly-day-number1 {
    font-family: 'Avenir', 'Nunito', sans-serif !important;
    font-size: 14px !important;
}
.monthly-event-indicator {
    font-family: 'gandhi_sansbold' !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    text-transform: uppercase !important;
}
/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
    margin-left: -10px;
}
/* Featured Video Plus
--------------------------------------------- */
.mec-event-image a.fvp-overlay.post-thumbnail img {
    vertical-align: top;
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
a.fvp-overlay.post-thumbnail:after {
    content: '';
    background: url('http://allerton.mazothemes.com/wp-content/uploads/2018/01/play-test.png') no-repeat;
    padding: 30px;
    position: absolute;
    top: 44%;
    left: 44%;
    right: 50%;
    margin: 0px auto;
}
.fvp-overlay .fvp-actionicon.play,
.fvp-dynamic .fvp-actionicon.play {
  background-image: url('http://allerton.flywheelsites.com/wp-content/uploads/2018/01/play-test.png') !important;
  display:block !important;
}

.fvp-overlay .fvp-actionicon,
.fvp-dynamic .fvp-actionicon{
  background-image: url('http://allerton.flywheelsites.com/wp-content/uploads/2018/01/play-test.png') !important;
  display:block !important;
}

.fvp-overlay .fvp-actionicon.load,
.fvp-dynamic .fvp-actionicon.load{
  background-image: url('http://allerton.flywheelsites.com/wp-content/uploads/2018/01/play-test.png') !important;
  display:block !important;
}

a.fvp-overlay.post-thumbnail img {
    vertical-align: top;
    width: 100% !important;
    min-width: 350px !important;
    height: 233px !important;
}

/* QuForms
--------------------------------------------- */
.vformboxes-group {
    width: 100%;
    text-align: center;
}
.vformboxes-single {
    width: 33%;
    min-width: 225px;
    vertical-align: top;
    margin: 0 1px 2px 1px;
    display: inline-block;
    border: 1px solid #000;
    padding: 10px 5px;
    min-height: 132px;
}
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object{
  max-width:1080px;
}
.fancybox-inner {
    padding: 20px 32px 20px 0 !important;
}
label#quform_1_6_2_00ce81_sub_label {
    display: none !important;
}
label#quform_1_7_2_00ce81_sub_label {
    display: none !important;
}

.quform .quform-field-captcha,
.quform .quform-field-date,
.quform .quform-field-email,
.quform .quform-field-file,
.quform .quform-field-multiselect,
.quform .quform-field-password,
.quform .quform-field-select,
.quform .quform-field-text,
.quform .quform-field-textarea,
.quform .quform-field-time,
.quform .select2-container--quform .select2-selection {
    padding: 11px 10px !important;
    background-color: #fff !important;
    border-width: 0px !important;
    -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.quform-sub-label {
  color:#1e1e1e !important;
  font-size: 16px !important;
  font-family: 'gandhi_sansregular' !important;
  text-transform: uppercase;
  margin: 10px 0 8px !important;
  }
/* Genesis eNews Extended
--------------------------------------------- */
.sidebar input#subbox {
    background: url(http://allerton.mazocollective.com/wp-content/uploads/2017/11/your-name-box.png);
}

.sidebar .enews-widget input {
    font-family: 'gandhi_sansregular';
    float:right;
    text-transform: uppercase;
    font-size: 16px;
    width: 296px;
}

.enews-widget,
.enews-widget input {
	text-align: left;
  width:300px;
}

.after-entry .enews-widget,
.landing-page .enews-widget,
.lead-capture-page .enews-widget {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.landing-page .enews-widget,
.lead-capture-page .enews-widget,
.offscreen-content .enews-widget {
	background-color: #f5f5f5;
	padding: 60px;
}

.enews-widget form {
	margin-left: 20px;
	margin-right: 20px;
}

.sidebar .enews-widget form {
	margin-left: 0px;
	margin-right: 0px;
}

.offscreen-content .enews-widget form {
	margin-left: 60px;
	margin-right: 60px;
}

.enews-widget p {
	margin-bottom: 20px;
}

.sidebar .enews-widget p {
    margin: 5px;
    font-family: 'gandhi_sansbold';
    text-transform: uppercase;
    font-size: 16px;
}
section#custom_html-15 {
    margin-top: -20px;
}
section#enews-ext-2 {
    padding-top: 8px;
}

.enews-widget form + p {
	margin-top: 20px;
}

.enews-widget input {
  color:#1e1e1e;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.landing-page .enews-widget input,
.lead-capture-page .enews-widget input,
.offscreen-content .enews-widget input {
	background-color: #fff;
}

.enews-widget input[type="submit"] {
    background-color: #362f2d;
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 6px 17px;
    width: auto !important;
}

.enews-widget input:hover[type="submit"] {
	background-color: #616056;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

.genesis-skip-link a {
	background: #fff;
}

/* Display outline on focus */
:focus {
	color: #000;
	outline:none;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: rgba(255, 255, 255, 0.76);
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 9990;
}

.site-header .wrap {
    margin: 0px auto;
    max-width: 1120px;
    width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 27px;
	padding-top: 27px;
	width: 20%;
}

.header-image .title-area {
	margin-bottom: 4px;
	margin-top: 14px;
	min-height: 65px;
	padding-bottom: 20px;
	width: 200px;
}

.site-title {
	font-family: 'Avenir', 'Nunito', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #000;
	text-decoration: none;
}

.site-title > a {
	background:url(images/Allerton_Park.png) no-repeat;
	background-size: contain !important;
	float: left;
	min-height: 91px;
	width: 403px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.site-title,
.site-description {
	display: block;
	height: 0;
	text-indent: -9999px;
}


/* Expanding Search
---------------------------------------------------------------------------------------------------- */
li.search {
    display: inline-block;
	float:left;
	height: 26px;
	padding: 0;
    position: relative;
    width: 36px;
}

li a.icon-search {
	cursor: pointer;
	background:url(https://allerton.web.illinois.edu/wp-content/uploads/2018/11/search-1.svg) no-repeat;
    background-size: 80%;
}


.search-div {
	background-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.7);
	display: none;
	position: absolute;
	z-index: 10;
	right: 42px;
	top:0;
	width: 235px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.search-div input {
    background-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px !important;
    line-height: 0;
    padding: 4px 10px!important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow:none;
}

.search-div .search-form {
	position: relative;
}

.search-div .search-form input[type="search"] {
	width: 100%;
}

.search-div .search-form input[type="submit"] {
	display:none;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
} /* Firefox 18- */
input:focus::-moz-placeholder {
	color: transparent;
} /* Firefox 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
}

@media only screen and (max-width: 800px) {
	.nav-primary .genesis-nav-menu > .search {
		display: block;
		text-align: left;
	}
	.search-div {
		left: 0;
	}
}

@media only screen and (max-width: 340px) {
	.search-div {
		width: auto;
	}
}

/* Header Social Menu
---------------------------------------------------------------------------------------------------- */
nav.nav-secondary {
    float: right;
		height:30px;
		margin-bottom:32px;
}

nav.nav-secondary .menu-item {
    text-align: right;
}

.widget-area.header-widget-area {
    float: right;
    margin-top:13px;
    overflow:hidden;
  }

ul#menu-header-social-menu {
    padding-top: 39px;
    overflow-wrap: normal;
}

.social-header-facebook{
	background:url(https://allerton.web.illinois.edu/wp-content/uploads/2018/11/facebook-1.svg) no-repeat;
	height:30px;
	width:30px;
	text-indent:9999px;
}
.social-header-instagram{
	background:url(https://allerton.web.illinois.edu/wp-content/uploads/2018/11/instagram-1.svg) no-repeat;
	height:30px;
	width:30px;
	text-indent:9999px;
}

.social-header-linkedin{
	background:url(https://allerton.web.illinois.edu/wp-content/uploads/2018/11/likendin-1.svg) no-repeat;
	height:30px;
	width:30px;
	text-indent:9999px;
}

.social-header-trip{
	background:url(https://allerton.web.illinois.edu/wp-content/uploads/2018/11/trip-1.svg) no-repeat;
	height:30px;
	width:30px;
	text-indent:9999px;
}


.social-footer-facebook a{
	background:url(https://allerton.web.illinois.edu/wp-content/uploads/2018/11/facebook-white-1.svg) no-repeat;
  display: block;
	height:30px;
	width:30px;
	text-indent:-9999px;
}
.social-footer-instagram a{
	background:url(https://allerton.web.illinois.edu/wp-content/uploads/2018/11/instagram-white-1.svg) no-repeat;
  display: block;
	height:30px;
	width:30px;
	text-indent:-9999px;
}

.social-footer-linkedin a{
	background:url(https://allerton.web.illinois.edu/wp-content/uploads/2018/11/linkedin-white-2.svg) no-repeat;
  display: block;
	height:30px;
	width:30px;
	text-indent:-9999px;
}

.social-footer-trip a{
	background:url(https://allerton.web.illinois.edu/wp-content/uploads/2018/11/trip-white-1.svg) no-repeat;
  display: block;
	height:30px;
	width:30px;
	text-indent:-9999px;
}

/* Footer Social Menu
---------------------------------------------------------------------------------------------------- */
.widget-area.footer-widgets-1.footer-widget-area li {
    display: inline-block;
}

/* .footer-widgets .social-header-twitter li a{
	background:url(images/TwitterIconfooter.png) no-repeat;
	height:30px;
	width:30px;
	text-indent:9999px;
  display: inline-block;
    float: left;

}
.footer-widgets .social-header-facebook li a{
	background:url(images/FacebookIconfooter.png) no-repeat;
	height:30px;
	width:30px;
	text-indent:9999px;
  display: inline-block;
    float: left;
}
.footer-widgets .social-header-instagram li a{
	background:url(images/InstagramIconfooter.png) no-repeat;
	height:30px;
	width:30px;
	text-indent:9999px;
  display: inline-block;
    float: left;
}
.footer-widgets .social-header-pinterest li a{
	background:url(images/PinterestIconfooter.png) no-repeat;
	height:30px;
	width:30px;
	text-indent:9999px;
  display: inline-block;
    float: left;
}

.footer-widgets  .social-header-twitter{
	background:none;
	height:0px;
	width:0px;
	text-indent:9999px;

}
.footer-widgets  .social-header-facebook{
	background:none;
	height:0px;
	width:0px;
	text-indent:9999px;
}
.footer-widgets  .social-header-instagram{
	background:none;
	height:0px;
	width:0px;
	text-indent:9999px;
}
.footer-widgets  .social-header-pinterest{
	background:none;
	height:0px;
	width:0px;
	text-indent:9999px;
} */
/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}
.genesis-nav-menu .sub-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
  margin-top:0px;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #403B39;
	display: block;
    font-family: 'gandhi_sansregular';
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0px;
	padding: 30px 19px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #8A8536;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
  padding-top:5px;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 251px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.76);
	padding: 7px 5px 5px 10px;
	position: relative;
	width: 251px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
  border-left:2px solid transparent;
	margin: -33px 0 0 -253px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	margin-top: 2px;
	text-align: right;
	width: auto;
}

.nav-primary a:last-of-type {
	padding-right:0px;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */
.post-image.entry-image {
    height: 300px;
    width: 100%;
    max-width: 960px;
    object-fit: cover;
}

.entry,
.page.page-template-page_blog .content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.category .entry,
.blog .entry,
.single-post .entry {
  background-color: #fff;
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
	padding: 30px;
}

.page .content .entry {
	border-bottom: none;
}

.lead-capture-page .entry {
	margin-bottom: 0;
}

.page .content .entry,
.single .content .entry {
	padding-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #eee;
}

.center {
	text-align: center;
}

.intro {
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	margin-bottom: 40px;
	text-align: center;
}

/* Entry Meta
--------------------------------------------- */

.entry-header {
	text-align: left;
}

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 10px 0;
}
.adjacent-entry-pagination.pagination a {
  color: #1e1e1e;
  font-family: 'gandhi_sansbold';
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination a {
	color: #1e1e1e;
  font-family: 'gandhi_sansbold';
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus {
	color: #616056;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: 'Avenir', 'Nunito', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination li.active a {
	background-color: #000;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* Accordian
---------------------------------------------------------------------------------------------------- */
.above_info_content,
.below_info_content {
    padding: 0 24px 6px;
}

.above_info_content h2 {
    color: #1e1e1e;
    font-family: 'gandhi_sansbold';
    font-size: 23px;
    font-size: 2.3rem;
    text-transform: uppercase;
}

.below_info_content {
    font-family: 'gandhi_sansbold';
    font-size:16px;
}
.accordion {
  background-color: #fff;
}

.info_text {
   background-color: #fff;
}

.info_header a{
        display: block;
        background-color: #fff;
        border:1px solid #362f2d;
        width: 100%;
        color: #1e1e1e;
        font-family: 'gandhi_sansbold';
        font-size: 23px;
        padding: 8px 0 0 23px;
        text-transform: uppercase;
      }

 .info_text {
     border-top: 0;
     padding: 20px;
     position:relative;
}

.info_header a {
  text-decoration: none;
}

.info_text.active:before {
    content: '-';
    font-size:27px;
    font-family: 'gandhi_sansregular';
    position: absolute;
    top: -47px;
    padding: 0 21px;
    right: 1px;
    background-color: #fff;
  }
  .info_header:after {
      content: '+';
      right: 21px;
      top: 1px;
      position: absolute;
      font-size: 27px;
      font-family: 'gandhi_sansregular';
  }
  .info_header {
    position: relative;
}

/* Featured Image Headers
---------------------------------------------------------------------------------------------------- */
div#mainPhoto {
  background-position: center center;
  background-size: cover;
  height: 540px;
  /*margin-top: -155px;*/
  position:absolute;
  top:0;
  width: 100%;
}

/* Staff Archive
---------------------------------------------------------------------------------------------------- */
.post-type-archive-staff.full-width-content .content {
    border-right: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 50px 0 0;
    width: 100%;
}

.container-staff{
  background-color: #fff;
  width: 33%;
  min-width: 380px;
  vertical-align: top;/*Fix for different     height elements*/
  margin: 10px;
  display: inline-block;
  color: #fff;
  height:400px;
  position:relative;
  overflow:hidden;
  width:380px;
}
.overlay-staff{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  color: #fff;
  padding: 20px;
}

.overlay-staff:hover {
    opacity: 1;
}
.container-staff img {
    width: 400px;
    height: 260px;
    object-fit: cover;
  }
  .row-staff{
    width: 100%;
  text-align: center;
  }
  .container-staff-text{
    background-color:#fff;
    padding:22px 30px 0px;
    text-align:center;
  }

  .container-staff-text h2 {
      margin: 0 0 8px;
  }

  .container-staff-text h3 {
      font-size: 16px;
      font-family: 'Avenir', 'Nunito', sans-serif;
      font-weight: 500;
  }

  .overlay-staff-bottom {
      text-transform: uppercase;
      position: absolute;
      font-size: 16px;
      bottom: 0px;
      right: 20px;
      width: 360px;
      float: left;
      min-height: 60px;
      padding: 0px 0px 0px 20px;
  }
  .overlay-staff-phone {
    float: left;
    display: inline-block;
}
.overlay-staff-email {
    display: inline-block;
    float: right;
}
.overlay-staff-email a{
    color:#fff;
}
.overlay-staff-email a:hover{
color: #8A8536;
}

.overlay-staff-email:before {
    content: "\f0e0";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}
.overlay-staff-email:hover:before {
    color:#8A8536;
}
@media only screen and (max-width: 500px) {
  .container-staff {
    background-color: #fff;
    min-width: 100%;
    vertical-align: top;
    margin: 30px 0;
    display: block;
    color: #fff;
    height: 400px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.overlay-staff-phone {
    float: none;
    display: block;
}
.overlay-staff-email {
    display: block;
    float: none;
  }
  .overlay-staff-bottom {
    right: 0;
    width: 100%;
    float: none;
    text-align: center;
    min-height: 60px;
    padding: 0px;
}
.overlay-staff-phone p {
    margin: 0px;
}
}
/* Lodging Archive
---------------------------------------------------------------------------------------------------- */
/* custom search box */
.hotel-booking-search .hb-form-field {
    width: 25%;
}

.hotel-booking-search .hb-form-table {
    width: 100%;
}

.hotel-booking-search .hb_input_field {
    width: 100%;
}

.custom-lodging .hotel-booking-search input {
    width: 100%!important;
    display: block;
}

.hotel-booking-search select {
    width: 100%!important;
}

.custom-lodging .hotel-booking-search button {
    width: 100%!important;
}

.hotel-booking-search .hb-submit {
    display: block;
}

.sidebar .hotel-booking-search .hb-form-field {
    width: 100%;
}

.sidebar .hotel-booking-search input, .sidebar .hotel-booking-search select,.sidebar .hotel-booking-search textarea,.sidebar .hotel-booking-search button {
    width: 100%!important;
}
@media (max-width: 991px){
   .custom-lodging .hotel-booking-search button {
        font-size: 13px!important;
        padding: 12px 10px!important;
    }

    .hotel-booking-search input, .hotel-booking-search select, .hotel-booking-search textarea, .hotel-booking-search button {
        font-size: 13px!important;
    }

    .custom-lodging .hotel-booking-search input {
        font-size: 13px!important;
    }
}

@media (max-width: 640px){
    .hotel-booking-search .hb-form-field {
        width: 100%;
        border-right: 0;
        margin: 0 0 10px!important;
}

    .hotel-booking-search .hb-submit {
        margin-left: 0;
    }
}

#hotel-booking-results form .hb_button.hb_checkout, #hotel-booking-results form button.hb_add_to_cart, #hotel-booking-results form button[type="submit"] {
    background: #790000 !important;
    color: #fff !important;
}

.hb_button{
	  background: #790000 !important;
    color: #fff !important;
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
    color: #1e1e1e !important;
}

.wp-hotel-booking-page .sidebar .widget {
    border-bottom: none !important;
    padding: 15px 0;
background-color: #fff;
    padding: 20px;
}
.wp-hotel-booking-page .widget-title,
.wp-hotel-booking-page .sidebar .widget h3{
	text-align:center;
}
.hotel-booking-search h3 {
    display: none;
}

.custom-lodging .hotel-booking-search input, .hotel-booking-search select, .hotel-booking-search textarea, .hotel-booking-search button{
	border: 1px solid #cccccc !important;
}

.hb-form-field-input select{
	background: none;
  background-color:#fff;

    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    appearance: none;
    outline-width: 0;

    padding: 10px 10px 10px 5px;
    display: block;
    width: 10em;
    border: none;
    font-size: 1rem;

    border-bottom: 1px solid #757575;
}

.wp-hotel-booking-page .ui-datepicker .ui-datepicker-prev:before,
.custom-lodging .ui-datepicker .ui-datepicker-prev:before {
    content: "";
}

.wp-hotel-booking-page .ui-datepicker .ui-datepicker-next:before,
.custom-lodging .ui-datepicker .ui-datepicker-next:before {
    content: "";
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev{
	top:0px !important;
}

li.hb_search_max_child {
    display: none !important;
}
.custom-lodging .ui-datepicker .custom-lodging .ui-datepicker-prev::before {

    content: "";

}

.custom-lodging .ui-datepicker .custom-lodging .ui-datepicker-next::before {

    content: "";

}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-name {
    font-size: 20px !important;
  }
li.hb-room.clearfix {
    list-style-type: none !important;
}
ul.hb_single_room_tabs {
    display: none;
}
#hotel-booking-results form .hb_button.hb_checkout, #hotel-booking-results form button.hb_add_to_cart, #hotel-booking-results form button[type="submit"] {
    background: #8A8536 !important;
    color: #fff !important;
  }
  .hotel-booking-search button {
    background-color: #403B39 !important;
  }
.hb_single_room .price {
    margin-top: 0px !important;
    color: #8A8536 !important;
}
.hb_button {
    background: #8A8536 !important;
  }
  .hb_related_other_room.has_slider {
    display: none;
}
.hb_room-template-default img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    display: none;
}
.custom-lodging .hb-form-field label {
    display: none;
}
.custom-lodging .hotel-booking-search h3 {
    display: none;
}
.custom-lodging .hb-form-field {
    vertical-align: middle;
    padding: 0;
    margin-bottom: 0 !important;
    float: left;
    border-right: 1px solid #eee;
}
.custom-lodging .hb-form-table {
    display: inline-block;
    vertical-align: middle;
}
.custom-lodging .hotel-booking-search {
  padding:35px 0 !important;
}
.custom-lodging .hotel-booking-search button {
    background-color: #403B39 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff;
    font-family: 'Avenir', 'Nunito', sans-serif !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight:300 !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1 !important;
    padding: 12px 20px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    width: 100% !important;
  }
.custom-lodging .hotel-booking-search input, .hotel-booking-search select, .hotel-booking-search textarea, .hotel-booking-search button {
    font-family: 'Avenir', 'Nunito', sans-serif !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: 300 !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    width: 100% !important;
    min-width: 150px !important;
    border: none !important;
    border-radius: 0px !important;

}
  .custom-lodging .hb-submit {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-left: -5px;

}
.room-name {
    color: #403B39 !important;
    font-family: 'Avenir', 'Nunito', sans-serif !important;
    font-size: 27px !important;
    margin-top: 22px;
    text-transform: uppercase !important;
}
.room-image {
    width: 300px;
    float: left;
    padding-right: 20px;
}
.room-image img {
    height: 300px;
    object-fit: cover;
}
.custom-lodging .button {
    display: block;
    float: right;
    margin:20px 5px 0 0;
}
.price {
    font-weight: bold;
    padding: 5px 0;
}
.room-wrap {
  height:280px;
    overflow: hidden;
    background-color: #fff;
    margin: 30px 0;
    padding: 0 10px 0 0;
}
.custom-lodging .event_categories li{
    padding: 20px 11px 20px 0px;
  }

.custom-lodging li.active a.tab-2:before,
.custom-lodging li.active a.tab-2:after {
    margin-left: 94px;
}
.custom-lodging li.active a.tab-3:before,
.custom-lodging li.active a.tab-3:after{
  margin-left:87px;
}
.custom-lodging li.active a.tab-4:before,
.custom-lodging li.active a.tab-4:after{
  margin-left:58px;
}
.custom-lodging li.active a.tab-5:before,
.custom-lodging li.active a.tab-5:after {
    margin-left: 103px;
}
/* Lodging Single Room
---------------------------------------------------------------------------------------------------- */
.hbook-wrapper input[type="submit"] {
    box-shadow: none;
}
.top-search {
    margin: 52px 0 24px;
    display:none;
}
.bottom-search {
    padding-top: 20px;
}
.lodging-single-page h3 {
    color: #1e1e1e;
    font-family: 'gandhi_sansbold';
    font-size: 16px;
    font-size: 1.6rem;
}
.lodging-single-page .content-sidebar-wrap {
    background-color: #fff;
    margin:0 20px;
    padding:40px;
}
.calendar-single {
    margin: 0px auto;
    float: none;
    display: block;
    padding-top: 10px;
    max-width: 875px;
}
.lodging-single-page h1.entry-title {
  line-height: 1;
    text-align: left;
    padding: 0 0 40px;
}
.lodging-single-page.full-width-content .content {
    padding: 0;
}
.contact_content {
    padding: 28px 0 0 100px;
    width: 40%;
    float: left;
}

/* Trail Map
---------------------------------------------------------------------------------------------------- */
.main-content-bloom {
    font-size: 14px;
    line-height: 1.2;
}
.bloom-info {
    width: 100%;
    float: right;
}
.main-content-header {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}
/* .bloom-img {
  float: left;
display: inline-block;
width: 100%;
margin: 0 10px 0 0;
padding: 0;
max-width: 80px;
}

.trails-page .site-inner {
    margin: 50px auto 64px;
} */

.tab-color {
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.tab-color:hover {
    opacity: .8;
}

/*.trails-page li.active a.tab-2 {
    position: relative;
    background-color: #5a8042;
    border: 1px solid #5a8042;
}

.trails-page a.tab-2 {
    background-color: #5a8042;
    border: 1px solid #5a8042;
}
.trails-page li.active a.tab-1:after,
.trails-page li.active a.tab-1:before{
  left: 77%;
}
.trails-page li.active a.tab-2:after,
.trails-page li.active a.tab-2:before{
  border-top-color:#5a8042;
  left: 51%;
}
.trails-page li.active a.tab-3:after,
.trails-page li.active a.tab-3:before {
    left: 72%;
  }
.trails-page li.active a.tab-4 {
    background-color: #7b0046;
    border: 1px solid #403B39;
}
.trails-page li.active a.tab-4:after,
.trails-page li.active a.tab-4:before{
  left:27%;
}
.trails-page li.active a.tab-5:after,
.trails-page li.active a.tab-5:before{
  left:69%;
}
.trails-page li.active a.tab-6:after,
.trails-page li.active a.tab-6:before{
  left:58%;
}*/
/* .trail_map {
  min-height:1120px;
  margin-top: 175px;
  position: relative;
    width:100%;
}
.trail-info{
  width:30%;
  float:left;
  display:inline-block;

}
.trails-page a.inline {
    color: #1e1e1e;
} */
/* FAQ
---------------------------------------------------------------------------------------------------- */
.faq-menu a{
background-color: #eeeee7;
    color: #1e1e1e;
    font-family: 'Avenir', 'Nunito', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 14px;
    margin-right: 6px;
    border-radius: 0;
    padding: 6px 0;
    font-weight: normal;
    letter-spacing: normal;
    border: none;
    text-transform: uppercase;
}
.faq-menu a:hover{
	color:#8A8536;
}
.faq-menu {
    text-align: center;
}
:target:before {
content:"";
display:block;
height:80px;
margin:-80px 0 0;
}
.top {
    text-align: right;
}
/* Contact
---------------------------------------------------------------------------------------------------- */
.contact-page .site-inner {
    margin: 55px auto 64px;
}
.contact_form {
    float: left;
    width: 60%;
    display: inline-block;
}

/* Event Space
---------------------------------------------------------------------------------------------------- */
.event-space-page .entry{
    margin-bottom: 0px;
  }

.event-space-grid-container {
    text-align: center;
    width: 100%;
}

.event-space.widget-area.fadeup-effect.fadeInUp,
.event-space.widget-area.fadeup-effect.fadeInUp h3 {
	margin: 0 auto;
	max-width: 1280px;
	padding-bottom: 180px;
	padding-top: 170px;
	text-align: center;
	width: 1280px;
	font-style: normal;
}

li.event-space-grid {
	display: inline-block;
	margin: 8px 0px;
	min-width: 315px;
	width: 33%;
	vertical-align: top;
	padding-left: 10px;
  padding-right: 10px;
}
.event-space-grid img {
    object-fit: cover;
    width: 315px;
    height: 350px;
}
div.texthover {
    display:block;
    position:relative;
    width:315px;
	height:350px;
}

div.texthover .overlay {
    position:absolute;
    bottom: -26px;
    width:315px;
	height:350px;
    background-color:rgba(0, 0, 0, 0.6);
    display:none;
    box-shadow: 1px 1px 15px rgba(136,136,136, .4);
}

div.texthover:hover .overlay {
    display:block;
}

.hover-text{
    color: #fff !important;
    clear:both;
    display:block;
    font-family: 'gandhi_sansbold' !important;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.25;
	  margin-top: 40%;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.hover-sub-text,
.capacity{
    font-size: 16px;
    margin: 2px auto;
    text-align: center;
    width: 90%;
}
.content-header{
  color: #fff !important;
  font-family: 'gandhi_sansbold' !important;
  font-size: 33px;
  font-size: 3.3rem;
  text-transform: uppercase;
}
.content-modaal{
  color: #fff !important;
  font-family: 'gandhi_sansregular';
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: none;
}
.content-modaal p {
    margin-bottom: 30px;
    line-height: 1.3;
}
a.small-inner-img img {
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.main-inner-img img {
    height: 475px;
    object-fit: cover;
    width: 475px;
}
.small-images {
    max-width: 480px;
    object-fit: cover;
    width: 100%;
}
a.small-inner-img {
    padding-right: 6px;
}
.all-images {
    float: left;
    display: inline-block;
    max-width: 480px;
    z-index:9999;
    width: 100%;
}
.modaal-text {
    width: 53%;
    float: right;
    display: block;
}
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1120px;
  border-radius: 0px;
  background: transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 5%;
    top: 50px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px; }
  .modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
      -ms-transform: scale(0.25);
          transform: scale(0.25); }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }


/* Single Events Page
---------------------------------------------------------------------------------------------------- */
article.mec-single-event .mec-events-event-image {
    display: none !important;
}
span.event-color {
    display: none !important;
}

.mec-wrap .mec-single-title {
    color: #1e1e1e !important;
    font-family: 'gandhi_sansbold' !important;
    font-size: 23px !important;
    font-size: 2.3rem !important;
    text-transform: uppercase !important;
}
.mec-event-list-standard .mec-event-title{
  font-weight:500px !important;
}
.mec-single-event .mec-event-content p {
    color: #1e1e1e !important;
    font-family: 'Avenir', 'Nunito', sans-serif !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 1.70 !important;
}

.mec-single-event .mec-frontbox {
    border: 0px solid #e6e6e6 !important;
    box-shadow: 0 0px 0 0 rgba(0,0,0,.016) !important;
    margin-top: 46px !important;
}

.mec-event-cost,
.mec-event-more-info,
.mec-event-website,
.mec-events-meta-date,
.mec-single-event-category,
.mec-single-event-date,
.mec-single-event-label,
.mec-single-event-location,
.mec-single-event-organizer,
.mec-single-event-time{
      background: #fff !important;
}

.mec-single-event .mec-event-meta dt, .mec-single-event .mec-event-meta h3,
.mec-single-event .mec-event-social h3 {
    color: #1e1e1e !important;
    padding-left: 10px;
    font-family: 'gandhi_sansbold' !important;
    text-transform: uppercase !important;
}

.mec-single-event .mec-event-meta .mec-events-event-categories a, .mec-single-event .mec-event-meta dd {
    color: #1e1e1e !important;
}
/*Summer Concert Page
---------------------------------------------------------------------------------------------------- */
.sponser-logo img {
    max-width: 475px;
    height: auto;
}
/* Testimonial Page
---------------------------------------------------------------------------------------------------- */

/* Filterable Portfolio Grid
-------------------------------- */
.archive.tax-testimonial_type.term-wedding .archive-description.taxonomy-archive-description.taxonomy-description {
    max-width: 760px;
    width: 100%;
    text-align: left;
    margin: 0 auto 60px;
}

.sort-wrap {
    padding: 20px 0 40px;
}
.testimonial-archive.content-sidebar .content {
    /*float: left;
    padding-left: 97px;
width: 68%;*/
}
.testimonial-archive .content{
  float: none;
    margin: 0px auto;
    max-width: 760px;
    padding: 0;
    width: 100%;
    display: block;
}
.testimonial-archive .sidebar-primary {
    margin-right: 0px;
}
.sort-text {
    float: left;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-right: 10px;
}

.testimonial-cats.filter.clearfix p {
    float: left;
    display: inline-block;
    padding-right: 8px;
    margin:0px;
}

.testimonial-cats.filter.clearfix {
    display: inline-block;
    float: left;
}

.divider {
    display: inline-block;
}

div.filter {
    margin-bottom: 16px;
}

div.filter button,
button.active {
    background-color: #eeeee7;
    color: #1e1e1e;
    font-family: 'Avenir', 'Nunito', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 14px;
    margin-right: 6px;
    border-radius: 0;
    padding: 6px 0;
    font-weight: normal;
    letter-spacing: normal;
    border: none;
    text-transform: uppercase;
}

div.filter button:hover,
div.filter button.active {
}

div.filter button:focus {
    outline-color: transparent;
    outline-style: none;
}

.testimonial-content .entry.has-post-thumbnail{
	background-color:#fff;
  display:inline-block;
  float:left;
    width: 350px;
    min-height:475px;
    padding: 0;
    margin: 0 0 37px 0;
    box-shadow: none;
}

.testimonial-content .entry{
  display:block;
  float:none;
    width: 100%;
    max-width: 748px;
    padding: 0;
    margin: 0 0 37px 0;
    box-shadow: none;
}
.gutter-sizer {
    width: 37px;
}

.testimonial-content {
    margin: 22px 0 20px;
}

.testimonial-content .entry .entry-title {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 40px;
}

.testimonial-content .entry a.entry-link {
    position: relative;
    display: block;
    border-bottom: none;
}

.testimonial-content .entry a.entry-link img {
    vertical-align: top;
    width:100%;
}

.testimonial-content .entry-content {
    background-color: #fff;
	}

  .testimonial_info {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: 'gandhi_sansregular';
      margin: 1px auto 19px;
      text-align: center;
  }

  .testimonial_term::first-letter {
      text-transform: uppercase;
  }

  .testimonial_term {
    display: inline-block;
  }

  .testimonial-date:before {
      content: '|';
      padding: 0 6px 0 8px;
  }
  .testimonial-date{
      display: none;
  }
.testimonial-date:not(:empty){
    display: inline-block;
}
.testimonial-content .entry .entry-title {
	font-size: 23px;
	font-weight: normal;
	margin: 28px 0 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
}

.testimonial-content .item-container {
    padding: 0 10px 20px;
}

.entry-excerpt p {
    margin-bottom: 0;
    line-height: 1.3;
}

.more-text {
    font-style: italic;
    font-size: 16px;
    text-transform: lowercase;
}

.back-to-testimonial {
    margin-bottom: 40px;
}
.single-testimonial p.entry-meta {
    display: none;
}
.single-testimonial .entry-header {
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1170px) {
  .sidebar-primary {
    float:none;
    margin:0px auto;
    width: 350px;
}
.information-page .content {
    float: none !important;
    display: block;
    padding: 0;
    margin: 0px auto;
    width: 100%;
    max-width: 740px;
}
.testimonial-archive.content-sidebar .content {
    float: left;
    padding: 0 5%;
    overflow: auto;
    width: 100%;
}
.testimonial-archive .sidebar-primary {
    margin-right: 0;
    float: none;
    display: block;
    margin: 0px auto;
}
.testimonial-content .entry.has-post-thumbnail {
  display: block;
  float: none;
  width: 100%;
  top: 0 !important;
  clear: both;
  position: relative !important;
}
.testimonial-content .entry{
display:block;
float:none;
  width: 100%;
  max-width: 100%;
  top: 0 !important;
  clear: both;
  position: relative !important;
  padding:20px 0px;
}
a.fvp-overlay.post-thumbnail img {
  height: auto !important;
}
article.testimonial {
    margin: 30px 0px;
}
.testimonial .entry-content {

}
}

@media only screen and (max-width: 1025px) {
.all-images, .small-images {
    max-width: 480px;
    display: block !important;
    float: none !important;
    margin: 0px auto;
    width: 100%;
}
.modaal-text {
    width: 100%;
    float: right;
    display: block;
    padding: 50px 1%;
}
.modaal-close {
    right: 5% !important;

  }
}

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

}


/*@media only screen and (max-width: 800px) {

    .testimonial-content .entry {
        width: 48.0842911877%;
        margin: 0 0 3.8314176245% 0;
    }

    .gutter-sizer {
        width: 3.8314176245%;
    }

}

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

    .testimonial-content {
        margin-bottom: 0;
    }

    .testimonial-content .entry {
        width: 100%;
        margin-bottom: 40px;
    }

    .gutter-sizer {
        width: 0;
    }

}*/

/* Below Header Featured Images
--------------------------------------------- */
.singular-image {
}

.singular-image img {
	vertical-align: top;
	width: 100%;
}

/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 20px;
	font-size: 2rem;
}

.sidebar .widget {
	padding: 15px 0;
}
.sidebar .button {
    max-width:300px;
    width: 100%;
    text-align: center;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color:#403B39;
	font-size: 14px;
	font-size: 1.4rem;
	clear: both;
	width:100%;
}

.footer-widgets .wrap {
	margin: 0 auto;
	max-width: 1160px;
}

.footer-widgets .widget-area {
	float: left;
	padding-bottom: 43px;
	padding-top: 43px;
}

.footer-widgets .widget {
	margin-bottom: 0px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4  {
	width: 25%;
}
.footer-widgets .widget-title{
  color:#fff;
  margin:0 0 9px;
}

.footer-widgets .enews-widget form {
    margin: 25px 0 0;
}

.footer-widgets .widget.widget_nav_menu a {
    color: #fff;
}

.widget-area.footer-widgets-4.footer-widget-area img {
    float: right;
    height: 48px !important;
    width: auto !important;
}

.footer-widgets .enews-widget input[type="submit"] {
    background-color: #fff;
    border-radius: 0;
    color: #403B39;
    padding: 6px 17px;
    width: 100% !important;
}
.widget-area.footer-widgets-4.footer-widget-area a {
    text-transform: uppercase;
    text-align: right;
    float: right;
    line-height: 1.3;
  }

a.footer-4-text {
    display: block;
    padding-top: 40px;
    float: right;
    text-align: right;
    margin-right: -45px;
}

.widget-area.footer-widgets-4.footer-widget-area section#media_image-2 {
    padding: 0px;
    margin-bottom: 20px;
}
.footer-widgets p {
	color:#fff;
	line-height: 1.4;
	margin-bottom: 0px;
}

.footer-widgets a {
	color:#fff;
}

.widget-area.footer-widgets-2.footer-widget-area h3.widgettitle.widget-title {
    padding-bottom: 14px;
}
.widget-area.footer-widgets-2.footer-widget-area li {
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
}

.widget-area.footer-widgets-3.footer-widget-area p {
    text-transform: uppercase;
}
.footer-widgets .button {
  background-color: #fff;
color: #000;
margin-top: 10px;
font-size: 14px;
width: 300px;
text-align: center;
}

.footer-widgets .button:hover {
	opacity:.7;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  display:none;
	border-top: 1px solid #eee;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

.site-footer .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 60px;
	padding-right: 60px;
}

.site-footer p {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
}

.site-footer a {
	color: #000;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #050201;
}


/* Fadein Effect
---------------------------------------------------------------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	-moz-animation:    fadein 1s;
	-ms-animation:     fadein 1s;
	-o-animation:      fadein 1s;
	animation:         fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

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

    .page-image {

    }

}

.page-image img {
    width: 100%;
    vertical-align: top;
}

/* Media queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1300px) {
.content {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 1170px) {
  .sidebar-primary {
    float:none;
    margin:0px auto;
    width: 350px;
}
.content {
    float: none !important;
    display: block;
    padding: 0;
    margin: 0px auto;
    width: 100%;
    max-width: 740px;
}
}

@media only screen and (max-width: 1060px) {
.bloom-section {
    bottom: 130px;
  }
}

@media only screen and (max-width: 1025px) {
  .widget-area.footer-widgets-4.footer-widget-area {
    width: 100%;
    width: 100%;
    float: none;
    display: block;
    max-width: 300px;
    margin: 0px auto;
}
.footer-widgets .widget-area {
    float: none;
  }
  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 100%;
    float: none;
    display: block;
    max-width: 300px;
    margin: 0px auto;
}


  .custom-lodging .button {
    display: block;
    float: right;
    margin: -7px 5px 0 0;
}

	.genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
	}
  .footer-widgets .wrap {
    padding: 0 5%;
}
.site-header {
    background-color: rgba(255, 255, 255, 1)
  }
.content,
.header-image .title-area,
.js .genesis-nav-menu .sub-menu,
.js .genesis-nav-menu .sub-menu a,
.site-header .nav-primary,
.title-area {
  width: 100%;
}

.site-header {
  position: static;
}

.title-area {
  padding-bottom: 15px;
}

.header-image .site-title > a {
  background-position: center !important;
  display: block;
  float: none;
  margin: 0 auto;
}

.genesis-nav-menu li,
.header-image .title-area {
  float: none;
}

.genesis-nav-menu,
.site-description,
.site-header .title-area,
.site-title {
  text-align: center;
}

.widget-area.header-widget-area {
    float: none;
    display: block;
    width: 100%;
}
nav.nav-secondary {
  float: none;
  width: 100%;
  display: block;
  overflow:hidden;
  height: auto;
  margin-bottom: 23px;
}
.site-header {
   padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.genesis-nav-menu a {
  padding: 14px 12px;
}
/* Genesis Responsive Menus */
.js .site-header nav .wrap {
  padding: 0;
}

nav.genesis-responsive-menu {
  display: none;
  position: relative;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.menu-toggle,
.sub-menu-toggle {
  background: transparent;
  background-color: transparent;
  border-width: 0;
  color: #403B39;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background: transparent;
  color: #403B39;
  border-width: 0;
}

.menu-toggle:focus,
.sub-menu-toggle:focus {
  outline: none;
  outline-offset: -1px;
}

.menu-toggle {
  line-height: 20px;
  position: relative;
  z-index: 1000;
  width: 100%;
}

.menu-toggle::before {
  font-size: 2em;
  margin-right: 10px;
  text-rendering: auto;
  vertical-align: middle;
}

.sub-menu-toggle {
  float: right;
  padding: 10px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 100;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate( 0 );
  -ms-transform:     rotate( 0 );
  transform:         rotate( 0 );
  -webkit-transition: transform .25s ease-in-out;
  -ms-transition:     transform .25s ease-in-out;
  transition:         transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  -webkit-transform: rotate( 180deg );
  -ms-transform:     rotate( 180deg );
  transform:         rotate( 180deg );
}

.genesis-responsive-menu .genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
  text-align: left;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu a:focus,
.genesis-responsive-menu .genesis-nav-menu a:hover {
  color: #403B39;
}

.genesis-responsive-menu .genesis-nav-menu a:focus {
  color: #fff;
  outline: none;
  outline-offset: -1px;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item a {
  border: none;
  margin-bottom: 1px;
  padding: 12px 20px;
  width: 100%;
}

.genesis-responsive-menu .site-header .genesis-nav-menu .menu-item a {
  padding: 10px 0;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu {
  border: none;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
  left: 0;
  margin-left: 0;
}

.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
  content: none;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  width: 100%;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
  margin: 0;
}
}

@media only screen and (max-width: 960px) {
  /* .label-inner{
   width: 100%;
   top: 84%;
   right: -10px;

}
.mapplic-sidebar {
    top: 85% !important;
    right: 0 !important;
    width:100% !important;
}
.mapplic-list-location.mapplic-list-shown {
    width: 30% !important;
    display: inline-block !important;
    vertical-align: top !important;
    padding: 10px 0 !important;
}

.mapplic-container {
    display: block !important;
    width: 70% !important;
    float: none !important;
    margin: 20px auto 0 !important;
}
.trail_map{
  margin-bottom:630px;
  margin-top:0;
  min-height: 900px;
} */
}

@media only screen and (max-width: 800px) {
  .site-header {
   background-color: rgba(255, 255, 255, 1);
  }
  div#mainPhoto {
    position: relative;
  }
  li a.icon-search{
    height:0;
  }
  li.search {
    height: 26px;
}
  /* .trail_map{
    width:100%;
  }
  .trail-info{
    width:100%
  }
  .trail-info {
    margin-top: 75px;
} */
  .event-space-page .site-inner{
    padding-left:0px;
    padding-right: 5%;
  }
  .contact_content {
      padding: 28px 0 0 20px;
      width:32%;
  }
  .contact_form {
    width: 68%;
}
  .lodging-single-page .content-sidebar-wrap {
    margin-top: 40px;
}
  .bottom-search p.hb-search-submit-wrapper.hb-search-button-wrapper {
    width: 100%;
    display: block;
}
.calendar-single{
  max-width:300px;
}
  .room-image {
    display: block;
    padding:0;
    width: 100%;
}
  .room-image img {
    width: 100%;
    display: block;
}
.room-name {
    width: 100%;
    float: none;
    display: block;
    padding: 10px;
}
.room-price{
  padding:0 10px;
}
.room-content{
  padding:10px;
}
.custom-lodging .button{
  margin-bottom:17px;
}
.room-wrap {
    height: auto;
    overflow: auto;
}
  .content {
    margin-left: 0px;
  }




	.site-inner {
    margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 60px;
	}

	.content,
	.content-sidebar .content,
	.sidebar-content .content {
		float: none;
		padding: 0;
	}

	.content-sidebar .content {
		border-right: none;
	}

	.sidebar-content .content {
		border-left: none;
	}


	.sidebar .widget:last-child {
		border-bottom: none;
	}

	.footer-widgets-2 {
		padding-left: 0;
		padding-right: 0;
	}

	.site-footer {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.site-footer .genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media only screen and (max-width: 601px) {
  /* .mapplic-sidebar {
    top: 70% !important;
  }
  .label-inner {
    top: 77%;
  } */

/* .trail_map {
    margin-top: 175px;
    margin-bottom: 475px;
}
  .mapplic-list-location.mapplic-list-shown {
    width: 49% !important;
  }

  .trail_map {
    margin-bottom: 730px;
    margin-top: 175px;
} */
  div.filter button, button.active, div.filter{
    margin-bottom:0px;
  }
  .contact_content {
    display:block;
      padding: 28px 0 0 0;
      text-align:center;
      width:100%;
  }
  .contact_form {
        display:block;
    width: 100%;
}
  a.tab-1, a.tab-2, a.tab-3, a.tab-4, a.tab-5, a.tab-6 {
    font-size: 16px !important;
}
	.after-entry .enews-widget,
	.landing-page .enews-widget,
	.lead-capture-page .enews-widget {
		padding: 20px;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.footer-widgets .wrap,
	.site-footer .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.offscreen-content .enews-widget {
		padding: 20px;
	}

	.offscreen-content p {
		line-height: 1.5;
	}

@media only screen and (max-width: 480px) {
  /* .trail_map {
    min-height: 650px;
  }
  .trail_map {
    margin-top: 75px;
        margin-bottom: 850px;
}
.label-inner {
    top: 85%;
}
.mapplic-sidebar {
    top: 82% !important;
}
.bloom-section {
    top: 186%;
} */
  a.main-inner-img img {
    height: auto;
    width: 232px;
}
.all-images {
    max-width: 237px !important;
}
.modaal-close {
    right: 3% !important;
}
}

  @media only screen and (max-width: 450px) {
    /* .trail_map {
    min-height: 300px !important;
} */
    .sidebar-primary {
  		width: 100%;
  	}

    section#custom_html-15 {
    margin-top: -15px;
}
section#enews-ext-2 {
    padding-top: 25px;
}
.sidebar .enews-widget input {
    width: 100%;
  }

  .sidebar .mec-date-details {
    padding-left: 21px;
}
.sidebar .mec-venue-details {
    margin-top: 0px;
    margin-left: 0px;
}
.sidebar .mec-wrap .col-md-3 {
    width: 100%;
    float: none !important;
    height: 355px;
    display: block;
    clear: both;
    overflow: hidden;
    position: absolute;
}
.sidebar .mec-event-list-standard .mec-topsec {
    display: block !important;
    height: 700px;
}
.sidebar .mec-event-list-standard .mec-event-content {
    padding-top: 0;
}
.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
    padding: 10px 10px 10px 30px;
    position: relative;
    display: block;
    top: 355px;
}
section#text-6 {
    padding: 0px;
    margin-left: -6px;
}
  .lodging-single-page .content-sidebar-wrap {
      padding: 10px;
  }
  .calendar-single{
    display: none;
  }
  .site-title > a {
      width: 250px;
  }
}


/* custom search box: 11/3/2018 */
.hotel-booking-search .hb-form-field {
    width: 25%;
}

.hotel-booking-search .hb-form-table {
    width: 100%;
}

.hotel-booking-search .hb_input_field {
    width: 100%;
}

.custom-lodging .hotel-booking-search input {
    width: 100%!important;
    display: block;
}

.hotel-booking-search select {
    width: 100%!important;
}

.custom-lodging .hotel-booking-search button {
    width: 100%!important;
}

.hotel-booking-search .hb-submit {
    display: block;
}

.sidebar .hotel-booking-search .hb-form-field {
    width: 100%;
}

.sidebar .hotel-booking-search input, .sidebar .hotel-booking-search select,.sidebar .hotel-booking-search textarea,.sidebar .hotel-booking-search button {
    width: 100%!important;
}
@media (max-width: 991px){
   .custom-lodging .hotel-booking-search button {
        font-size: 13px!important;
        padding: 12px 10px!important;
    }

    .hotel-booking-search input, .hotel-booking-search select, .hotel-booking-search textarea, .hotel-booking-search button {
        font-size: 13px!important;
    }

    .custom-lodging .hotel-booking-search input {
        font-size: 13px!important;
    }
}

@media (max-width: 640px){
    .hotel-booking-search .hb-form-field {
        width: 100%;
        border-right: 0;
        margin: 0 0 10px!important;
}

    .hotel-booking-search .hb-submit {
        margin-left: 0;
    }

    a.fvp-overlay.post-thumbnail img{
    	    min-width: 100% !important;
    }
}
