@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *		without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *		Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *		and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *		`input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?mcs0tp");
  src: url("../fonts/icomoon.eot?mcs0tp#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mcs0tp") format("truetype"), url("../fonts/icomoon.woff?mcs0tp") format("woff"), url("../fonts/icomoon.svg?mcs0tp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "";
}

.icon-twitter-logo-button:before {
  content: "";
}

.icon-facebook-logo-button:before {
  content: "";
}

.icon-down-arrow:before {
  content: "";
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 12px;
  width: 100%;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  line-height: 26px;
  margin: 0 45px 0 0;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #464646;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.jcf-select .jcf-select-opener i {
  color: #d7d7d7;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #464646;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
  margin-top: 10px;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 15px;
  padding: 20px 15px;
  color: #fff;
  height: 1%;
  width: 100%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus, .jcf-focus * {
  border-color: #f00 !important;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.img-wrap .hover-box:after, .title-link:after,
.load-more-holder:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.footer-item .social-list a, .nav-drop .social-list a, .nav-drop .tickets-heading, .nav-drop .nav ul a, .nav-drop, .img-wrap .hover-box, .img-wrap .img-item h4 a, .underline:before, .underline {
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 15px;
  color: inherit;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a,
.h a {
  color: inherit;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 10px;
}

a {
  color: #39f;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea,
.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: none;
  padding: 4px 10px;
  width: 100%;
  display: block;
  outline: none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.form-control:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #333;
  opacity: 0.5;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  opacity: 1;
  color: #333;
  opacity: 0.5;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #333;
  opacity: 0.5;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #333;
  opacity: 0.5;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder,
.form-control.placeholder {
  color: #333;
  opacity: 0.5;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.resize-active * {
  transition: none !important;
}

html {
  height: 100%;
}

body {
  height: 100%;
  min-width: 320px;
}
body h1,
body h2,
body h3,
body h4 {
  font-weight: 300;
}
@media (max-width: 767px) {
  body h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body h2 {
    font-size: 20px;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
body.blog #wrapper, body.single #wrapper, body.archive #wrapper, body.page-template-index #wrapper {
  background-color: #eae9e9;
}
body.blog #wrapper #main, body.single #wrapper #main, body.archive #wrapper #main, body.page-template-index #wrapper #main {
  background-image: url("../images/bg-contours.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  transition: background-position 0s linear;
}

#main:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  visibility: none;
}

.container {
  max-width: 1850px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 60px;
  }
}

.link-box {
  overflow: hidden;
}
.link-box .align-right {
  float: right;
}
.link-box .align-left {
  float: left;
}

.underline {
  position: relative;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.underline:before {
  position: absolute;
  content: "";
  background-color: #40c9cb;
  height: 2px;
  width: 0;
  left: 50%;
  bottom: -13px;
  opacity: 0;
}
@media (max-width: 767px) {
  .underline:before {
    width: 100%;
    left: 0;
    opacity: 1;
    height: 1px;
  }
}
.underline:hover {
  color: #40c9cb;
}
.underline:hover:before {
  width: 100%;
  opacity: 1;
  left: 0;
  width: 100%;
}

li.active .underline:before {
  width: 100%;
  opacity: 1;
  left: 0;
  width: 100%;
}

.title-box {
  max-width: 592px;
  color: #464646;
  font-size: 16px;
  margin: -20px 0 0;
}
.title-box h2 {
  margin-bottom: 12px;
}
.title-box span {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  font-size: 15px;
}

.title-link,
.load-more-holder {
  color: #333;
  font-size: 18px;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .title-link,
.load-more-holder {
    margin-top: -2.2em;
  }
}
.title-link a,
.load-more-holder a {
  font-size: 20px;
  font-weight: lighter;
  color: inherit;
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-right: 120px;
}
@media (max-width: 767px) {
  .title-link a,
.load-more-holder a {
    margin-right: 0;
  }
}

.img-box {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .img-box {
    padding-bottom: 65px;
  }
}
.img-box h2 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .img-box h2 {
    margin-bottom: 15px;
  }
}

.img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
@media (max-width: 767px) {
  .img-wrap {
    justify-content: center;
  }
}
.img-wrap img {
  width: 100%;
}
.img-wrap .img-item {
  display: block;
  width: 33.33%;
  color: #464646;
  padding: 0 2px;
}
@media (max-width: 767px) {
  .img-wrap .img-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .img-wrap .img-item {
    width: 100%;
  }
}
.img-wrap .img-item h4 {
  color: inherit;
  margin-bottom: 2px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .img-wrap .img-item h4 {
    font-size: 16px;
  }
}
.img-wrap .img-item a {
  color: inherit;
}
.img-wrap .img-item > span {
  font-size: 10px;
  display: block;
  padding: 5px 0 5px 15px;
}
@media (max-width: 767px) {
  .img-wrap .img-item > span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .img-wrap .img-item > span {
    font-size: 12px;
  }
}
.img-wrap .img-item h4 a:hover {
  opacity: 0.7;
}
.img-wrap .img-item .link-box {
  display: none;
}
@media (max-width: 767px) {
  .img-wrap .img-item .link-box {
    display: block;
  }
}
.img-wrap .img-item .link-box a {
  font-size: 18px;
}
.img-wrap .img-item .link-box a:before {
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 1;
}
.img-wrap .img-item .link-box a.align-left {
  margin-left: 37px;
}
.img-wrap .img-item .link-box a.align-right {
  margin-right: 37px;
}
.img-wrap .img-item.img-item-event .link-box {
  margin-top: 28px;
}
.img-wrap .img-holder {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}
.img-wrap .img-holder img {
  width: 100%;
}
.img-wrap .img-holder.hover .hover-box {
  transform: translateY(-2%);
}
.img-wrap .img-holder.hover .link-box .underline {
  color: #40c9cb;
}
.img-wrap .img-holder.hover .link-box .underline:before {
  opacity: 1;
  left: 0;
  width: 100%;
}
.img-wrap .hover-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #eae9e9;
  transform: translateY(100%);
  padding: 12px;
  font-size: 12px;
}
.img-wrap .hover-box span {
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.img-wrap .hover-box p {
  margin-bottom: 39px;
}
@media (max-width: 1023px) {
  .img-wrap .hover-box p {
    margin-bottom: 34px;
  }
}
.img-wrap .hover-box a {
  font-size: 20px;
  color: #333;
  position: relative;
}
.img-wrap .hover-box a:before {
  bottom: 0;
}
.img-wrap .hover-box a:first-of-type {
  float: left;
  margin-left: 25px;
}
.img-wrap .hover-box a:last-of-type {
  float: right;
  margin-right: 25px;
}
.img-wrap .hover-box a:hover {
  color: #40c9cb;
}

.inner-img-wrap .img-item {
  margin-bottom: 60px;
}
.inner-img-wrap .img-holder.hover .underline:before {
  opacity: 0 !important;
  left: 50% !important;
  width: 0 !important;
}
.inner-img-wrap .img-holder.hover .underline:hover {
  color: #40c9cb;
}
.inner-img-wrap .img-holder.hover .underline:hover:before {
  opacity: 1 !important;
  left: 0 !important;
  width: 100% !important;
}

.slider-wrap {
  background-color: #eae9e9;
  padding-top: 27px;
  padding-bottom: 25px;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .slider-wrap {
    margin-bottom: 30px;
  }
}
.slider-wrap.inner-1-section {
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.slider-wrap.bottom-slider {
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 50px;
}
.slider-wrap.bottom-slider .slider-title {
  margin-bottom: 65px;
  display: block;
}
.slider-wrap.bottom-slider .slider-title .underline {
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
  .slider-wrap.bottom-slider .slider-title {
    margin-bottom: 44px;
  }
}
.slider-wrap .carousel {
  position: relative;
}
.slider-wrap .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider-wrap .slideset {
  float: left;
}
.slider-wrap .slide {
  max-width: 1850px;
  width: 100%;
  float: left;
}
.slider-wrap .slide .img-wrap {
  display: block;
}
.slider-wrap .slider-title {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
.slider-wrap .slider-title .underline {
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
  .slider-wrap .slider-title {
    display: none;
  }
}
.slider-wrap .slider-title h2 {
  margin-right: 15px;
}
.slider-wrap .slider-title ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
}
.slider-wrap .slider-title ul li {
  padding-right: 5px;
  display: block;
  color: #333;
}
.slider-wrap .slider-title ul li.active a {
  color: #40c9cb;
}
.slider-wrap .slider-title ul a {
  color: #b3b3b3;
  width: 100%;
}
.slider-wrap .slider-title ul a:before {
  bottom: -5px;
}
.slider-wrap .slider-title ul a:hover {
  color: #40c9cb;
}
.slider-wrap .holder .load-more.active:after {
  content: "";
  background: url(../images/ajax-loader.gif) no-repeat;
  display: inline-block;
  width: 15px;
  height: 17px;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
}
.slider-wrap .slider-title-mob {
  display: none;
}
@media (max-width: 767px) {
  .slider-wrap .slider-title-mob {
    display: block;
  }
}
.slider-wrap .filter {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .slider-wrap .filter {
    margin-bottom: 60px;
  }
}
.slider-wrap .filter h3 {
  color: #b1b1b1;
}
.slider-wrap .filter ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .slider-wrap .filter ul {
    margin-left: 0;
    width: 100%;
  }
}
.slider-wrap .filter li {
  margin-right: 60px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .slider-wrap .filter li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
}
.slider-wrap .filter li.active a {
  color: #40c9cb;
}
@media (max-width: 767px) {
  .slider-wrap .filter li.active a:before {
    opacity: 1;
    left: 0;
    width: 100%;
  }
}
.slider-wrap .filter .tab {
  display: none;
}
.slider-wrap .filter .tab.active {
  display: flex;
}
.slider-wrap .filter .sub-tab {
  margin: 25px 0 10px;
}
@media (min-width: 769px) {
  .slider-wrap .filter .sub-tab {
    padding-left: 122px;
    position: relative;
  }
  .slider-wrap .filter .sub-tab .filter-label {
    position: absolute;
    left: 0px;
  }
}
.slider-wrap .filter a {
  color: #b1b1b1;
  font-weight: 300;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.slider-wrap .filter a:before {
  bottom: -5px;
}
@media (max-width: 767px) {
  .slider-wrap .filter a:before {
    opacity: 0;
    left: 50%;
    width: 0;
  }
}
.slider-wrap .filter a:hover {
  color: #40c9cb;
}
@media (max-width: 767px) {
  .slider-wrap .filter a:hover:before {
    opacity: 1;
    left: 0;
    width: 100%;
  }
}
.slider-wrap .pagination-mob,
.slider-wrap .bx-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.slider-wrap .pagination-mob .link-box,
.slider-wrap .bx-controls .link-box {
  width: 100%;
  margin-bottom: 25px;
  color: #333;
  padding-bottom: 6px;
}
.slider-wrap .pagination-mob .link-box a,
.slider-wrap .bx-controls .link-box a {
  color: inherit;
}
.slider-wrap .pagination-mob .link-box a:before,
.slider-wrap .bx-controls .link-box a:before {
  bottom: -5px;
}
@media (min-width: 769px) {
  .slider-wrap .pagination-mob .scroll-notice,
.slider-wrap .bx-controls .scroll-notice {
    display: none;
  }
}
.slider-wrap .pagination-mob ul,
.slider-wrap .pagination-mob .bx-pager,
.slider-wrap .bx-controls ul,
.slider-wrap .bx-controls .bx-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}
.slider-wrap .pagination-mob ul li,
.slider-wrap .pagination-mob ul .bx-pager-item,
.slider-wrap .pagination-mob .bx-pager li,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item,
.slider-wrap .bx-controls ul li,
.slider-wrap .bx-controls ul .bx-pager-item,
.slider-wrap .bx-controls .bx-pager li,
.slider-wrap .bx-controls .bx-pager .bx-pager-item {
  margin: 5px;
}
@media (min-width: 769px) {
  .slider-wrap .pagination-mob ul li,
.slider-wrap .pagination-mob ul .bx-pager-item,
.slider-wrap .pagination-mob .bx-pager li,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item,
.slider-wrap .bx-controls ul li,
.slider-wrap .bx-controls ul .bx-pager-item,
.slider-wrap .bx-controls .bx-pager li,
.slider-wrap .bx-controls .bx-pager .bx-pager-item {
    margin: 5px 8px;
  }
}
.slider-wrap .pagination-mob ul li:first-of-type i,
.slider-wrap .pagination-mob ul .bx-pager-item:first-of-type i,
.slider-wrap .pagination-mob .bx-pager li:first-of-type i,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item:first-of-type i,
.slider-wrap .bx-controls ul li:first-of-type i,
.slider-wrap .bx-controls ul .bx-pager-item:first-of-type i,
.slider-wrap .bx-controls .bx-pager li:first-of-type i,
.slider-wrap .bx-controls .bx-pager .bx-pager-item:first-of-type i {
  display: block;
  transform: rotate(90deg);
}
.slider-wrap .pagination-mob ul li:last-of-type i,
.slider-wrap .pagination-mob ul .bx-pager-item:last-of-type i,
.slider-wrap .pagination-mob .bx-pager li:last-of-type i,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item:last-of-type i,
.slider-wrap .bx-controls ul li:last-of-type i,
.slider-wrap .bx-controls ul .bx-pager-item:last-of-type i,
.slider-wrap .bx-controls .bx-pager li:last-of-type i,
.slider-wrap .bx-controls .bx-pager .bx-pager-item:last-of-type i {
  display: block;
  transform: rotate(-90deg);
}
.slider-wrap .pagination-mob ul li a.active,
.slider-wrap .pagination-mob ul .bx-pager-item a.active,
.slider-wrap .pagination-mob .bx-pager li a.active,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item a.active,
.slider-wrap .bx-controls ul li a.active,
.slider-wrap .bx-controls ul .bx-pager-item a.active,
.slider-wrap .bx-controls .bx-pager li a.active,
.slider-wrap .bx-controls .bx-pager .bx-pager-item a.active {
  color: #333;
}
.slider-wrap .pagination-mob ul li a.active span,
.slider-wrap .pagination-mob ul .bx-pager-item a.active span,
.slider-wrap .pagination-mob .bx-pager li a.active span,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item a.active span,
.slider-wrap .bx-controls ul li a.active span,
.slider-wrap .bx-controls ul .bx-pager-item a.active span,
.slider-wrap .bx-controls .bx-pager li a.active span,
.slider-wrap .bx-controls .bx-pager .bx-pager-item a.active span {
  background-color: #333;
}
.slider-wrap .pagination-mob ul li .bx-pager-link,
.slider-wrap .pagination-mob ul .bx-pager-item .bx-pager-link,
.slider-wrap .pagination-mob .bx-pager li .bx-pager-link,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item .bx-pager-link,
.slider-wrap .bx-controls ul li .bx-pager-link,
.slider-wrap .bx-controls ul .bx-pager-item .bx-pager-link,
.slider-wrap .bx-controls .bx-pager li .bx-pager-link,
.slider-wrap .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  width: 15px;
  padding: 5px 0;
  height: 5px;
  text-indent: -100px;
  color: transparent;
  display: inline-block;
}
@media (min-width: 769px) {
  .slider-wrap .pagination-mob ul li .bx-pager-link,
.slider-wrap .pagination-mob ul .bx-pager-item .bx-pager-link,
.slider-wrap .pagination-mob .bx-pager li .bx-pager-link,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item .bx-pager-link,
.slider-wrap .bx-controls ul li .bx-pager-link,
.slider-wrap .bx-controls ul .bx-pager-item .bx-pager-link,
.slider-wrap .bx-controls .bx-pager li .bx-pager-link,
.slider-wrap .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 28px;
  }
}
.slider-wrap .pagination-mob ul li .bx-pager-link:before,
.slider-wrap .pagination-mob ul .bx-pager-item .bx-pager-link:before,
.slider-wrap .pagination-mob .bx-pager li .bx-pager-link:before,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item .bx-pager-link:before,
.slider-wrap .bx-controls ul li .bx-pager-link:before,
.slider-wrap .bx-controls ul .bx-pager-item .bx-pager-link:before,
.slider-wrap .bx-controls .bx-pager li .bx-pager-link:before,
.slider-wrap .bx-controls .bx-pager .bx-pager-item .bx-pager-link:before {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 2px;
  background-color: #b3b3b3;
  display: block;
}
@media (min-width: 769px) {
  .slider-wrap .pagination-mob ul li .bx-pager-link:before,
.slider-wrap .pagination-mob ul .bx-pager-item .bx-pager-link:before,
.slider-wrap .pagination-mob .bx-pager li .bx-pager-link:before,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item .bx-pager-link:before,
.slider-wrap .bx-controls ul li .bx-pager-link:before,
.slider-wrap .bx-controls ul .bx-pager-item .bx-pager-link:before,
.slider-wrap .bx-controls .bx-pager li .bx-pager-link:before,
.slider-wrap .bx-controls .bx-pager .bx-pager-item .bx-pager-link:before {
    height: 3px;
  }
}
.slider-wrap .pagination-mob ul li .bx-pager-link.active,
.slider-wrap .pagination-mob ul .bx-pager-item .bx-pager-link.active,
.slider-wrap .pagination-mob .bx-pager li .bx-pager-link.active,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item .bx-pager-link.active,
.slider-wrap .bx-controls ul li .bx-pager-link.active,
.slider-wrap .bx-controls ul .bx-pager-item .bx-pager-link.active,
.slider-wrap .bx-controls .bx-pager li .bx-pager-link.active,
.slider-wrap .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  color: transparent !important;
}
.slider-wrap .pagination-mob ul li .bx-pager-link.active:before,
.slider-wrap .pagination-mob ul .bx-pager-item .bx-pager-link.active:before,
.slider-wrap .pagination-mob .bx-pager li .bx-pager-link.active:before,
.slider-wrap .pagination-mob .bx-pager .bx-pager-item .bx-pager-link.active:before,
.slider-wrap .bx-controls ul li .bx-pager-link.active:before,
.slider-wrap .bx-controls ul .bx-pager-item .bx-pager-link.active:before,
.slider-wrap .bx-controls .bx-pager li .bx-pager-link.active:before,
.slider-wrap .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active:before {
  border: 1px solid black;
  background-color: #333;
}
.slider-wrap .pagination-mob ul a,
.slider-wrap .pagination-mob .bx-pager a,
.slider-wrap .bx-controls ul a,
.slider-wrap .bx-controls .bx-pager a {
  color: #333;
}
.slider-wrap .pagination-mob ul a:hover,
.slider-wrap .pagination-mob .bx-pager a:hover,
.slider-wrap .bx-controls ul a:hover,
.slider-wrap .bx-controls .bx-pager a:hover {
  color: #333;
}
.slider-wrap .pagination-mob ul span,
.slider-wrap .pagination-mob .bx-pager span,
.slider-wrap .bx-controls ul span,
.slider-wrap .bx-controls .bx-pager span {
  width: 15px;
  height: 2px;
  background-color: #b3b3b3;
  display: block;
}

.location {
  padding-top: 32px;
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .location {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .location .container {
    display: flex;
    justify-content: left;
    align-items: flex-start;
  }
}
.location .title-img-box {
  margin-bottom: 30px;
}
.location .title-img-box img {
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 768px) {
  .location .title-img-box {
    width: 45%;
    max-width: 500px;
    margin-right: 4%;
  }
}
.location .title-box {
  margin: 0 0 18px;
  max-width: 480px;
}
@media (max-width: 767px) {
  .location .title-box {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .location .title-box {
    width: 50%;
  }
}
.location .title-link {
  margin-top: 45px;
}
.location .title-link .underline {
  margin-right: 30px;
}

.inner-1-section {
  /*.img-item {
  	padding-bottom: 60px;
  	margin-bottom: 25px;
  }

  .img-holder {

  	@include media("<tablet") {
  		overflow: visible;

  		&.hover {
  			.hover-box {
  				transform: translateY(150%);
  			}
  		}
  	}
  }

  .hover-box {

  	@include media("<tablet") {
  		display: block;
  		border: none;
  		transform: translateY(150%);

  		p {
  			display: none;
  		}
  	}
  }*/
}
.inner-1-section .bottom-pagination {
  display: none;
}
@media (max-width: 767px) {
  .inner-1-section .bottom-pagination {
    display: block;
  }
}

.columns {
  padding-top: 35px;
  padding-bottom: 30px;
}
.columns .txt-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  color: #333;
}
@media (max-width: 767px) {
  .columns .txt-holder {
    line-height: 1.6;
  }
}
.columns .item,
.columns .list {
  width: 50%;
}
@media (max-width: 767px) {
  .columns .item,
.columns .list {
    width: 100%;
  }
}
.columns .item {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.columns .item h2 {
  margin-bottom: 14px;
}
.columns .item > span {
  display: block;
  margin-bottom: 35px;
}
.columns .item .paragraph {
  max-width: 600px;
}
.columns .list {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .columns .list {
    display: block;
  }
}
@media (min-width: 768px) {
  .columns .list {
    padding-top: 3em;
    padding-left: 3em;
  }
}
.columns .list ul {
  margin-bottom: 30px;
}
.columns .list a {
  color: inherit;
}
.columns .list h4 {
  margin-top: 60px;
}
.columns .list .underline {
  color: #333;
}
.columns .list .underline:hover {
  color: #40c9cb;
}
@media (max-width: 767px) {
  .columns .list .underline {
    float: right;
    margin-top: -55px;
  }
}
.columns .list .list-unstyled li {
  margin-bottom: 6px;
}
.columns .list .list-unstyled a {
  color: inherit;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 4px 4px 4px 0;
}
.columns .list .list-unstyled a:after {
  transition: width 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #333;
}
.columns .list .list-unstyled a:hover {
  color: #40c9cb;
}
.columns .list .list-unstyled a:hover:after {
  width: 100%;
  background: #40c9cb;
}
.columns .list .archive-list {
  max-width: 400px;
}

article,
.aside-section {
  padding: 80px 0 20px;
}
@media (max-width: 767px) {
  article,
.aside-section {
    padding: 40px 0 0;
    position: relative;
  }
}
article h2,
.aside-section h2 {
  margin-bottom: 35px;
}
article .column,
.aside-section .column {
  columns: 2 300px;
  break-inside: avoid;
  column-gap: 80px;
  padding-bottom: 60px;
  color: #333;
}
@media (max-width: 767px) {
  article .column,
.aside-section .column {
    padding-bottom: 90px;
    line-height: 1.6;
  }
}
article .link-box,
.aside-section .link-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  article .link-box,
.aside-section .link-box {
    background-color: #fff;
    padding: 30px 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
article .link-box a,
.aside-section .link-box a {
  color: #333;
  font-size: 20px;
}

.contact-form .form-group,
.contact-form .gfield,
.gform_wrapper .form-group,
.gform_wrapper .gfield {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.contact-form .label-holder,
.gform_wrapper .label-holder {
  width: 100px;
}
.contact-form .input-holder,
.contact-form .ginput_container,
.gform_wrapper .input-holder,
.gform_wrapper .ginput_container {
  width: calc(100% - 100px);
  padding-left: 20px;
}

@media (min-width: 768px) {
  .main-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

body.single h1:after,
body.single h2:after,
body.page h1:after,
body.page h2:after {
  content: " \\\\";
}

body.home h1:after {
  display: none;
}

.cms-content a {
  color: inherit;
}
.cms-content p,
.cms-content ul,
.cms-content ol,
.cms-content blockquote,
.cms-content table {
  margin-bottom: 20px;
}
.cms-content p a,
.cms-content ul a,
.cms-content ol a,
.cms-content blockquote a,
.cms-content table a {
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  position: relative;
  font-weight: bold;
  text-decoration: none !important;
}
.cms-content p a:after,
.cms-content ul a:after,
.cms-content ol a:after,
.cms-content blockquote a:after,
.cms-content table a:after {
  transition: width 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.cms-content p a:hover:after,
.cms-content ul a:hover:after,
.cms-content ol a:hover:after,
.cms-content blockquote a:hover:after,
.cms-content table a:hover:after {
  width: 0;
}
.cms-content h1,
.cms-content h2 {
  font-size: 25px;
}
.cms-content h3 {
  font-weight: bold;
}
.cms-content h4 {
  font-style: italic;
}
.cms-content table {
  min-width: 50%;
}
.cms-content table td,
.cms-content table th {
  padding: 0.5em 3em 0.5em 0;
}
.cms-content table a {
  font-weight: normal;
}
.cms-content table a:after {
  width: 0;
}
.cms-content table a:hover:after {
  width: 100%;
}
.cms-content .gallery {
  margin: 10px -5px;
}
.cms-content .gallery .gallery-item {
  float: left;
  margin-top: 0px;
  text-align: center;
  box-sizing: border-box;
  margin: 0px;
  display: block;
  padding: 0 5px;
}
.cms-content .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.cms-content .gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}
.cms-content .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.cms-content .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.cms-content .gallery:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .content-section {
    width: 70%;
    margin-bottom: 60px;
  }
}
.content-section .content-inner {
  max-width: 590px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.content-section .content-inner .page-intro {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .content-section .content-inner .page-intro {
    margin-bottom: 50px;
  }
}
.content-section .content-inner .page-intro .wp-post-image {
  margin: 2em 0;
}
@media (min-width: 1024px) {
  .content-section .content-inner .page-intro .wp-post-image {
    margin-left: -15px;
  }
}
.content-section .content-inner .page-content {
  font-size: 12px;
}
.content-section .content-inner .page-content p:last-child {
  margin-bottom: 50px;
}

.sidebar {
  padding-left: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sidebar {
    width: 30%;
    padding-top: 80px;
    margin-bottom: 0;
  }
}
.sidebar h4 {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sidebar h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.sidebar ul {
  font-size: 16px;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .sidebar ul {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.sidebar ul li {
  margin-bottom: 10px;
}
.sidebar ul li.active a:after, .sidebar ul li.current_page_item a:after {
  width: 100%;
}
.sidebar ul a {
  color: inherit;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 4px 4px 4px 0;
}
.sidebar ul a:after {
  transition: width 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #333;
}
.sidebar ul a:hover {
  color: #40c9cb;
}
.sidebar ul a:hover:after {
  width: 100%;
  background: #40c9cb;
}
.sidebar.hidden {
  display: none;
}
@media (max-width: 767px) {
  .sidebar.hidden {
    display: block;
  }
}

.gform_fields,
.gfield {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.form-group,
.gfield {
  overflow: hidden !important;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  padding: 20px 0 0;
}

.gfield_checkbox,
.gfield_radio {
  padding-left: 3px;
}
.gfield_checkbox,
.gfield_checkbox li,
.gfield_radio,
.gfield_radio li {
  list-style-type: none;
  margin-left: 0;
}
.gfield_checkbox div,
.gfield_radio div {
  display: inline;
}

.validation_error {
  color: #40c9cb;
  font-weight: bold;
  font-size: 120%;
}

.gform_validation_container {
  position: absolute;
  left: -999em;
  width: 0;
  height: 0;
  overflow: hidden;
}

.form-control .m-placeholder {
  color: #333;
  opacity: 0.5;
}

.message-row {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.message-row label {
  line-height: 60px;
}
.message-row .input-holder,
.message-row .ginput_container {
  position: relative;
}
.message-row .input-holder:before,
.message-row .ginput_container:before {
  content: "";
  height: 49px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  right: 100%;
  margin: 0 -20px 0 20px;
}
.message-row .message-box,
.message-row .ginput_container textarea {
  background: url(../images/m-bg.png);
  height: 185px;
  line-height: 37px;
  max-width: 100%;
  overflow: hidden;
  display: block;
  margin-top: 12px;
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: inline-block;
  color: #333;
  opacity: 0.5;
}

.btn,
.gform_button {
  border: none;
  background-color: transparent;
  color: #333;
  outline: none;
  font-size: 20px;
  position: relative;
  width: 90px;
  margin-left: 115px;
  display: block;
  margin-bottom: 30px;
}
.btn:after,
.gform_button:after {
  transition: width 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #333;
}
.btn:hover:after,
.gform_button:hover:after {
  width: 100%;
}

.header {
  position: static;
  margin-bottom: 32px;
}
.header .logo,
.header .logo-black {
  width: 260px;
}
@media (max-width: 767px) {
  .header .logo,
.header .logo-black {
    width: 40px;
  }
}
.header .logo.with-roll .roll,
.header .logo-black.with-roll .roll {
  display: none;
}
.header .logo.with-roll:hover,
.header .logo-black.with-roll:hover {
  width: 315px;
}
.header .logo.with-roll:hover .default,
.header .logo-black.with-roll:hover .default {
  display: none;
}
.header .logo.with-roll:hover .roll,
.header .logo-black.with-roll:hover .roll {
  display: block;
}
.header .logo {
  display: none;
}
.header .logo-black {
  display: block;
}
.header .nav-opener,
.header .ticket {
  color: #333;
}
.header .nav-opener:after,
.header .ticket:after {
  background-color: #333;
}
body.home .header, body.single .header {
  margin-bottom: 18px;
  /*position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  margin-bottom: 0;

  .logo {
  	display: block;
  }

  .logo-black {
  	display: none;
  }*/
}
.header .social-list a {
  border-radius: 50%;
  overflow: hidden;
}
.header .social-list a:hover {
  background-color: #fff;
  color: #40c9cb;
}

.header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .header-wrap {
    padding-top: 0;
  }
}

.logo,
.logo-black {
  padding-top: 14px;
}
.logo .img-holder,
.logo-black .img-holder {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.logo .img-holder:last-of-type,
.logo-black .img-holder:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .logo .img-holder:last-of-type,
.logo-black .img-holder:last-of-type {
    display: none;
  }
}

.logo-mob {
  display: none;
  width: 40px;
}
@media (max-width: 767px) {
  .logo-mob {
    display: block;
    margin-bottom: 35px;
    padding-top: 10px;
  }
}

.nav-drop {
  max-width: 440px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .nav-drop {
    width: 100%;
    max-width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(100%);
    background-color: #eae9e9;
    padding: 0 0 30px 15px;
    z-index: 999;
  }
}
.nav-drop .nav {
  max-width: 305px;
  font-size: 15px;
  color: #333;
  width: 100%;
  font-family: "Karla", "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
  .nav-drop .nav {
    max-width: 100%;
  }
}
.nav-drop .nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .nav-drop .nav ul {
    display: block;
  }
}
.nav-drop .nav ul li.current-menu-item a, .nav-drop .nav ul li.active a, .nav-drop .nav ul li.current-menu-item a {
  background-color: #40c9cb;
  color: #fff;
}
.nav-drop .nav ul li:nth-of-type(5) a {
  margin: 7px 7px 0 8px;
}
@media (max-width: 767px) {
  .nav-drop .nav ul li:nth-of-type(5) a {
    margin: 7px 7px 0;
  }
}
.nav-drop .nav ul li:nth-of-type(6) a {
  margin: 7px 7px 0 29px;
}
@media (max-width: 767px) {
  .nav-drop .nav ul li:nth-of-type(6) a {
    margin: 7px 7px 0;
  }
}
.nav-drop .nav ul a {
  padding: 4px 5px;
  margin: 7px 7px 0;
  display: block;
  background-color: #333;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .nav-drop .nav ul a {
    display: inline-block;
    vertical-align: top;
  }
}
.nav-drop .nav ul a:hover {
  background-color: #40c9cb;
  color: #fff;
}
.nav-drop .tickets-block {
  overflow: hidden;
  text-align: right;
  margin-left: 50px;
  padding-top: 7px;
}
@media (max-width: 767px) {
  .nav-drop .tickets-block {
    float: right;
    text-align: right;
    padding-left: 0;
    margin-right: 25px;
  }
}
.nav-drop .tickets-heading {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
  display: inline-block;
  color: inherit;
}
.nav-drop .tickets-heading:hover {
  color: #40c9cb;
  border-color: #40c9cb;
}
.nav-drop .social-list {
  display: flex;
  flex-direction: row;
}
.nav-drop .social-list a {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px;
  color: #333;
  text-decoration: none;
  font-size: 20px;
}
.nav-drop .social-list a:hover {
  color: #40c9cb;
}

.ticket {
  display: none;
  position: absolute;
  top: 23px;
  right: 115px;
  color: #fff;
  z-index: 9999;
  font-family: "Karla", "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.ticket:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .ticket {
    display: block;
  }
}

.nav-opener {
  display: none;
  position: absolute;
  top: 23px;
  right: 20px;
  color: #fff;
  font-family: "Karla", "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.nav-opener .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.nav-opener .close:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  right: 0;
  top: 7px;
  transform: rotate(45deg);
  background-color: #333;
}
@media (max-width: 767px) {
  .nav-opener {
    display: block;
  }
}

.nav-active .nav-drop {
  transform: translateX(0);
}
.nav-active .close {
  opacity: 1;
  z-index: 9999;
  color: #333;
}
.nav-active .ticket {
  color: #333;
}
.nav-active .ticket:after {
  background-color: #333;
}

.visual-section {
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .visual-section {
    margin-bottom: 30px;
  }
}
body.archive .visual-section.no-image, body.page-template-index .visual-section.no-image {
  display: none;
}
.visual-section.has-img {
  min-height: 540px;
}
@media (max-width: 767px) {
  .visual-section.has-img {
    min-height: 425px;
  }
}
@media (max-width: 1023px) {
  .visual-section.visual-section-inner-1.has-img {
    min-height: 425px;
  }
}
@media (max-width: 767px) {
  .visual-section.visual-section-inner-1.has-img {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .visual-section.visual-section-inner-1 {
    margin-bottom: 30px;
  }
}
.visual-section.visual-section-inner-2 {
  position: relative;
  margin-bottom: 0;
  min-height: 100px;
}
.visual-section.visual-section-inner-2.has-img {
  min-height: 540px;
}
@media (max-width: 767px) {
  .visual-section.visual-section-inner-2.has-img {
    min-height: 425px;
  }
}
@media (max-width: 767px) {
  .visual-section.visual-section-inner-2 {
    margin-bottom: 30px;
  }
}
.visual-section.visual-section-inner-2 .txt-box {
  position: absolute;
  bottom: -15px;
  left: 2%;
  margin-top: 0;
}
.visual-section .img-box {
  max-width: 60%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .visual-section .img-box {
    max-width: 100%;
  }
}
.visual-section .img-box img {
  width: 100%;
}
.visual-section .txt-box {
  color: #fff;
  background-color: #40c9cb;
  max-width: 480px;
  margin-top: -20px;
  font-size: 30px;
  position: relative;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .visual-section .txt-box {
    max-width: 280px;
  }
}
.visual-section .txt-box h2 {
  margin-bottom: 0;
}
.visual-section .txt-box h2 a {
  color: #fff;
}
.visual-section .txt-box h2:after {
  content: "";
}

.footer {
  background-color: #d7d7d7;
  padding-top: 44px;
  padding-bottom: 50px;
  border-top: 5px solid #fff;
  color: #333;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.footer-item {
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
}
.footer-item.mob-first {
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-item.mob-first {
    order: 1;
    justify-content: flex-start;
  }
}
@media (max-width: 639px) {
  .footer-item.mob-first {
    width: 25%;
  }
}
.footer-item.mob-second {
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-item.mob-second {
    order: 2;
  }
}
@media (max-width: 639px) {
  .footer-item.mob-second {
    width: 75%;
  }
}
.footer-item.mob-last {
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-item.mob-last {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .footer-item.mob-last {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-item {
    width: 50%;
    margin-bottom: 20px;
    justify-content: flex-end;
  }
}
.footer-item .txt-holder {
  padding-right: 0;
  font-size: 13px;
  font-family: "Karla", "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: 100%;
  max-width: 322px;
}
.footer-item .footer-logo {
  width: 104px;
}
@media (max-width: 639px) {
  .footer-item .footer-logo {
    width: 40px;
  }
}
.footer-item .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 35px;
}
.footer-item .social-list li {
  margin: 0 5px;
}
.footer-item .social-list a {
  color: #333;
}
.footer-item .social-list a:hover {
  color: #fff;
}

.team {
  margin: 1em 0 4em;
}
.team,
.team li {
  list-style-type: none;
  padding: 0;
}
.team li {
  margin-bottom: 2em;
}
.team li h3, .content-section .content-inner .team li h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.team li .role {
  display: block;
  font-size: 15px;
}
.team li a, .content-section .content-inner .team li a {
  padding-bottom: 3px;
}
.team li a:after, .content-section .content-inner .team li a:after {
  width: 100%;
}
.team li a:hover:after, .content-section .content-inner .team li a:hover:after {
  width: 0;
}
.team li .twitter {
  margin-left: 6em;
}

/*# sourceMappingURL=main.css.map */
