@charset "UTF-8";
/*
Theme Name: CulinArt Hub
*/
/*==============================================================
## Imports
==============================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.tablet-clear,
.desktop-clear,
.clear,
.clearfix:after {
  clear: both; }

.tablet-clear {
  display: none; }

a {
  color: #4393c3;
  text-decoration: none; }

.container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

body {
  background: #ffffff;
  font-family: "futura-pt", arial, sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.2; }

#header,
#main,
#footer {
  position: relative;
  z-index: 2; }

#header {
  z-index: 9; }

#footer {
  z-index: 1; }

img {
  max-width: 100%;
  height: auto; }

textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  background: #fff;
  border: 1px solid #707070;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  padding: 5px 11px 6px;
  vertical-align: top;
  margin: 0;
  font-weight: 400;
  color: #424242; }

::-webkit-input-placeholder {
  color: #424242;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #424242;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242;
  opacity: 1; }

:-ms-input-placeholder {
  color: #424242;
  opacity: 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?38199819");
  src: url("fonts/fontello.eot?38199819#iefix") format("embedded-opentype"), url("fonts/fontello.woff?38199819") format("woff"), url("fonts/fontello.ttf?38199819") format("truetype"), url("fonts/fontello.svg?38199819#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?38199819#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-down-open:before {
  content: '\e800'; }

/* 'εáÇ' */
.icon-twitter-1:before {
  content: '\e801'; }

/* 'εáü' */
.icon-instagram:before {
  content: '\e802'; }

/* 'εáé' */
.icon-angle-right:before {
  content: '\e803'; }

/* 'εáâ' */
.icon-angle-left:before {
  content: '\e804'; }

/* 'εáä' */
.icon-left-open:before {
  content: '\e805'; }

/* 'εáà' */
.icon-right-open:before {
  content: '\e806'; }

/* 'εáå' */
.icon-up-open:before {
  content: '\e807'; }

/* 'εáç' */
.icon-angle-up:before {
  content: '\e808'; }

/* 'εáê' */
.icon-angle-down:before {
  content: '\e809'; }

/* 'εáë' */
.icon-cancel:before {
  content: '\e80a'; }

/* 'εáè' */
.SlectBox {
  width: 200px;
  padding: 5px 8px; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0px; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  border-radius: 2px;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959; }

.SumoSelect > .optWrapper > .options > li {
  padding: 6px 6px;
  border-bottom: 1px solid #F3F3F3;
  position: relative; }

.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius: 2px 2px 0px 0px; }

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 2px 2px; }

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options > li span {
  display: none; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%; }

/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/
/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0px 0px 0px 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

/*selected state
.SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
.SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
*/
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #233746;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  height: 20px; }

.SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

/* Suuumoooo Skin :D */
.SumoSelect {
  display: block;
  margin: 0 0 9px;
  color: #424242; }

.SlectBox {
  width: 100%;
  padding: 0; }

.SumoSelect > .CaptionCont {
  border: 1px solid #707070; }

.SumoSelect > .CaptionCont > span {
  display: block;
  font-size: 13px;
  line-height: 29px;
  color: #424242;
  height: 29px;
  text-transform: uppercase;
  margin-left: 11px; }

.SumoSelect > .CaptionCont > label > i {
  background: transparent url("images/arrow_down.png") no-repeat scroll center center;
  opacity: 1; }

.SumoSelect > .optWrapper > .options > li {
  color: #424242;
  font-size: 14px; }

.SumoSelect > .optWrapper > .options > li:before {
  display: none; }

.SumoSelect > .optWrapper > .options {
  max-height: 225px; }

.SumoSelect > .optWrapper.isFloating {
  top: 130px;
  max-height: 70%; }

.the-content {
  /* -- Font -- */
  font-size: 18px;
  line-height: 1.444;
  /* -- Heading -- */
  /* -- Margin -- */ }
  .the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
    font-weight: 500;
    line-height: 1.18; }
  .the-content h1 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 22px 0 13px;
    font-weight: 400; }
  .the-content h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 11px; }
  .the-content h3 {
    font-size: 20px;
    font-weight: 500; }
  .the-content h4 {
    font-size: 18px; }
  .the-content h5 {
    font-size: 18px; }
  .the-content h6 {
    font-size: 18px; }
  .the-content ol {
    padding-left: 3em;
    list-style: decimal; }
  .the-content ul {
    list-style: none;
    position: relative;
    padding: 0; }
  .the-content ul > li {
    padding-left: 18px;
    position: relative; }
  .the-content ol li, .the-content ul li {
    padding-top: 4px;
    padding-bottom: 6px; }
  .the-content ul li ul {
    padding: 6px 0 0 1em; }
  .the-content ul > li:before {
    content: "\2022";
    color: #233746;
    position: absolute;
    top: 0.3em;
    left: 0; }
  .the-content li ol {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 20px; }
  .the-content sup,
  .the-content sub {
    font-size: 10px; }
  .the-content blockquote,
  .the-content table,
  .the-content p,
  .the-content ul,
  .the-content ol,
  .the-content dd,
  .the-content pre,
  .the-content iframe,
  .the-content hr {
    margin-bottom: 0.63em; }
  .the-content ul ul,
  .the-content ol ol,
  .the-content ul ol,
  .the-content ol ul {
    margin-bottom: 0; }
  .the-content blockquote {
    background: #F2F2F2;
    color: #525252;
    font-size: 18px;
    font-style: italic;
    padding: 20px 30px; }
  .the-content blockquote > p:last-child {
    margin-bottom: 0; }
  .the-content blockquote cite {
    display: block;
    color: #525252;
    font-size: 14px;
    font-style: normal;
    text-align: right; }

img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin: 6px 59px 20px 0; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin: 6px 0 20px 50px; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px; }

.wp-caption {
  margin-bottom: 19px;
  max-width: 100% !important;
  /* prevent too-wide images from breaking layout */
  padding: 0;
  text-align: left; }

.wp-caption img {
  margin-top: 12px;
  vertical-align: top; }

.wp-caption p.wp-caption-text {
  font-size: 17px;
  font-style: italic;
  margin-top: 8px; }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  border: 2px solid #cfcfcf; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl {
  margin: 0; }

.gallery img {
  border: 10px solid #f1f1f1; }

.gallery br + br {
  display: none; }

.page-link {
  clear: both;
  color: #000;
  font-weight: bold;
  margin: 0 0 22px 0;
  word-spacing: 0.5em; }

.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none; }

.page-link a:active,
.page-link a:hover {
  color: #ff4b33; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  background: none;
  position: absolute;
  top: 1px;
  right: -6px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  color: #233746;
  font-size: 23px; }

.fancybox-close:before {
  content: '\e80a';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*==============================================================
## General Styles
==============================================================*/
body {
  padding-top: 136px; }

#show-menu {
  display: none; }

iframe {
  max-width: 100%; }

.g-recaptcha iframe {
  max-width: none; }

/*==============================================================
## Header
==============================================================*/
#header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 136px; }

.admin-bar #header {
  top: 32px; }

#header-top {
  background: url(images/bg_header.png) center bottom;
  height: 33px; }

@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.2), (min-resolution: 120dpi) {
  #header-top {
    background: url(images/bg_header2x.png) center bottom;
    background-size: 75px 76px; } }
.header-social {
  position: absolute;
  top: -25px;
  right: 31px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase; }
  .header-social .hs-label {
    display: inline-block;
    position: relative;
    top: -2px;
    font-weight: 300; }
  .header-social img {
    width: 17px; }
  .header-social .header-instagram-link img {
    width: 16px; }
  .header-social a {
    display: inline-block;
    margin-left: 14px; }

#logo-container {
  float: left;
  padding: 16px 0 27px 29px; }

.home #logo-container {
  padding: 18px 0 22px 72px; }

#logo .site-name {
  display: none; }
#logo img {
  vertical-align: top;
  max-width: 207px; }

#nav-wrap {
  float: right; }

#nav {
  padding: 47px 10px 0; }

/* -- Superfish -- */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/* -- Superfish Skin -- */
.sf-menu li {
  font-size: 15px;
  text-transform: uppercase; }

.sf-menu > li > a {
  color: #243847;
  padding: 6px 18px 10px; }

.sf-menu > li.sfHover {
  z-index: 999; }

.sf-menu li ul {
  background: #939da4;
  min-width: 100%;
  max-width: 232px;
  padding: 5px 0; }
  .sf-menu li ul li {
    white-space: nowrap;
    text-transform: none; }
  .sf-menu li ul li a {
    padding: 5px 16px;
    color: #ffffff !important; }

.mobnav-subarrow {
  display: none; }

/*==============================================================
## Main
==============================================================*/
/*-----------------------------------------------------
*** Home Page
------------------------------------------------------ */
/* ---- Slideshow --- */
#home-page-slideshow {
  position: relative; }

.home-slideshow {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.home-slide {
  position: relative;
  width: 100%; }

.home-slide-image {
  position: relative;
  height: 560px;
  overflow: hidden;
  z-index: 9; }
  .home-slide-image img {
    vertical-align: top;
    height: 560px;
    max-width: none;
    margin: auto;
    position: absolute;
    top: 0;
    left: -99999px;
    right: -99999px; }

.home-slide-text {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 230px 0 20px; }

.slide-title {
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 400;
  line-height: 0.88;
  padding: 0 0 24px; }
  .slide-title .slide-text-sub {
    display: block;
    font-weight: 500; }

.button,
.latest-news-button,
.slide-button {
  background: transparent;
  font-family: inherit;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border: 3px solid #ffffff;
  padding: 6px 18px 7px; }

.slide-nav {
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -30px;
  left: 79px;
  display: block;
  cursor: pointer; }
  .slide-nav img {
    width: 19px;
    opacity: 0.85; }

#slide-next {
  left: auto;
  right: 79px; }

/* ---- CTA Bar --- */
.section-title {
  text-transform: uppercase;
  color: #213c4d;
  font-size: 33px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.012em; }

.cta-bar-section {
  padding: 63px 0 30px; }

.cta-bar-buttons-wrap {
  padding: 34px 20px; }

.cta-bar-button-outer {
  padding: 0 34px;
  float: left;
  width: 33.333%; }

.cta-bar-button {
  background: url(images/bg_cta.png) center bottom;
  display: table;
  width: 100%;
  height: 109px;
  text-align: center;
  color: #213c4d;
  font-size: 22px;
  line-height: 1.262;
  text-transform: uppercase; }
  .cta-bar-button .cbb-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px; }

@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.2), (min-resolution: 120dpi) {
  .cta-bar-button {
    background: url(images/bg_cta2x.png) center bottom;
    background-size: 75px 76px; } }
/* ---- Venues Carousel --- */
.our-venues-bar-section {
  padding-top: 42px;
  padding-bottom: 42px; }

.venues-carousel-wrap {
  padding: 50px 20px 15px;
  text-align: center; }

.venue-carousel-entry {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px 34px; }

.venue-carousel-link {
  display: block;
  position: relative; }
  .venue-carousel-link .venue-carousel-hover,
  .venue-carousel-link .venue-carousel-image {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 9; }
  .venue-carousel-link .venue-carousel-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0; }
  .venue-carousel-link img {
    vertical-align: top;
    max-height: 104px; }

/* ---- Our Team Section --- */
.our-team-section {
  position: relative;
  min-height: 403px;
  overflow: hidden; }
  .our-team-section .tmc-nav {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    min-height: 403px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .our-team-section #tmc-prev,
  .our-team-section #tmc-next {
    position: absolute;
    top: 44%;
    z-index: 15;
    cursor: pointer; }
  .our-team-section #tmc-prev {
    left: 1%; }
  .our-team-section #tmc-next {
    right: 1%; }

.ots-background {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  overflow: hidden; }
  .ots-background img {
    vertical-align: top;
    position: absolute;
    height: 100%;
    margin: auto;
    max-width: none;
    top: 0;
    left: -99999px;
    right: -99999px; }

.ots-content {
  position: relative;
  z-index: 9;
  padding-top: 0;
  padding-bottom: 30px; }

.team-carousel {
  position: static !important;
  overflow: visible !important; }
  .team-carousel .cycle-carousel-wrap {
    width: 100%; }
    .team-carousel .cycle-carousel-wrap .team-carousel-item {
      margin-top: 102px; }
  .team-carousel .ots-background {
    min-height: 403px;
    left: auto;
    text-align: center; }
    .team-carousel .ots-background img {
      left: auto;
      right: auto;
      position: static;
      width: auto;
      height: 403px; }
  .team-carousel .team-carousel-item .ots-content {
    z-index: 10; }

.our-team-section .section-title {
  margin: 0 auto;
  padding: 59px 0 4px;
  max-width: 800px;
  position: relative;
  z-index: 9; }

.our-team-left {
  float: left;
  width: 72.8%;
  padding: 50px 20px 20px 231px;
  line-height: 1.444;
  letter-spacing: -0.009em;
  white-space: normal; }
  .our-team-left .entry-title {
    font-size: 22px;
    line-height: 1.2;
    padding: 0 0 4px; }
  .our-team-left p.member-position {
    margin-bottom: 13px; }
  .our-team-left p {
    margin-bottom: 10px; }
  .our-team-left .member-more {
    margin: 0;
    font-weight: 500; }
    .our-team-left .member-more a {
      color: #000000; }

.our-team-right {
  width: 25.1%;
  border: 1px solid #000;
  float: right;
  text-align: center;
  margin-right: 1.22%;
  line-height: 1.444;
  padding: 24px 20px 22px;
  letter-spacing: -0.009em; }
  .our-team-right h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 11px; }
  .our-team-right .our-team-button {
    border: 1px solid #0f2848;
    color: #243746;
    margin: 25px 0 0;
    padding: 7px 22px; }

/* ---- Social Row Section --- */
.social-row-section {
  padding: 85px 0; }

.twitter-section,
.instagram-section {
  float: left;
  width: 50%;
  padding-right: 17px; }

.social-section-heading {
  margin: 0 auto;
  max-width: 336px; }

.social-section-heading-image {
  float: left;
  margin-right: 16px; }
  .social-section-heading-image img {
    width: 52px;
    vertical-align: top; }

.social-section-heading-text h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.02em; }
.social-section-heading-text h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.025em; }

.social-section-content {
  padding: 43px 0 0; }

.instagram-section .social-section-heading {
  color: #3b749f; }
  .instagram-section .social-section-heading a {
    color: #3b749f; }
.instagram-section .sb_instagram_header {
  display: none; }

.twitter-section {
  padding-left: 25px; }
  .twitter-section .social-section-heading {
    color: #49c9f2;
    max-width: 240px; }
    .twitter-section .social-section-heading a {
      color: #49c9f2; }
  .twitter-section .social-section-heading-image img {
    margin-top: 5px; }
  .twitter-section .social-section-content {
    padding-right: 35px; }

.tweet-entry {
  padding: 10px 0 30px; }
  .tweet-entry a {
    color: #4393c3; }

.tweet-entry-thumb {
  float: left;
  width: 71px;
  border: 1px solid #000; }
  .tweet-entry-thumb img {
    vertical-align: top;
    width: 100%; }

.tweet-entry-text {
  margin-left: 94px;
  font-size: 16px;
  line-height: 1.415;
  position: relative; }
  .tweet-entry-text .tweet-entry-name {
    font-weight: 500;
    line-height: 1.2;
    margin: 0; }
  .tweet-entry-text .tweet-entry-username {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 7px; }
    .tweet-entry-text .tweet-entry-username a {
      color: #47b2f0; }
  .tweet-entry-text .tweet-entry-header {
    position: relative;
    padding-right: 55px; }
  .tweet-entry-text .tweet-date {
    position: absolute;
    top: 0;
    right: 0; }

/* ---- Latest News Section --- */
.latest-news-section {
  background: url(images/bg_latest_news.png);
  color: #ffffff;
  padding: 49px 0 39px; }
  .latest-news-section a {
    color: #ffffff; }

@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.2), (min-resolution: 120dpi) {
  .latest-news-section {
    background: url(images/bg_latest_news2x.png);
    background-size: 75px 76px; } }
.latest-news-section .section-title {
  color: #ffffff;
  padding: 0 40px 33px 0;
  font-size: 29px; }

.latest-news-entry {
  float: left;
  width: 50%;
  padding: 20px 40px 57px 8px;
  font-size: 16px;
  line-height: 1.415; }
  .latest-news-entry .lne-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.257; }
  .latest-news-entry p {
    margin: 0 0 11px; }
  .latest-news-entry p.more {
    margin: 0;
    font-weight: 500; }
    .latest-news-entry p.more .icon {
      position: relative;
      top: 1px;
      left: -2px;
      font-size: 14px; }

.latest-news-button-wrap {
  text-align: center; }
  .latest-news-button-wrap .button {
    min-width: 125px; }

/*-----------------------------------------------------
*** General Interior
------------------------------------------------------ */
.splash {
  position: relative; }
  .splash .splash-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1; }
  .splash img {
    vertical-align: top;
    height: 100%;
    max-width: none;
    margin: auto;
    position: absolute;
    top: 0;
    left: -99999px;
    right: -99999px; }
  .splash .splash-title-wrap {
    position: relative;
    z-index: 9;
    min-height: 150px; }
    .splash .splash-title-wrap .splash-title {
      text-align: center;
      font-size: 32px;
      font-weight: 400;
      text-transform: uppercase;
      padding: 55px 28px 53px 0;
      margin: 0;
      color: #FFF;
      letter-spacing: 0.012em; }

.main-content {
  padding: 72px 0 60px; }

.container-with-padding-left {
  padding-left: 29px; }

.page-content {
  padding: 0 0 0 10px; }

/*-----------------------------------------------------
*** Contact
------------------------------------------------------ */
.contact-blocks-wrap-inner {
  padding: 65px 0 50px 0;
  margin: 0 -15px 0 0; }

.contact-block {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  color: #233746;
  padding: 0 0 10px 30px;
  font-size: 18px;
  line-height: 1.111; }
  .contact-block h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.005em;
    margin: 0 0 10px;
    padding: 0; }
  .contact-block p {
    margin-bottom: 10px; }

.text-center {
  text-align: center; }

.contact-main-content {
  background: #233746;
  color: #ffffff; }
  .contact-main-content .section-title {
    color: #fff;
    margin: 11px 0;
    font-weight: 400;
    letter-spacing: 0; }

.contact-main-content .main-content {
  padding: 51px 0 30px; }

.contact-main-content .page-content {
  text-align: center;
  max-width: 816px;
  margin: 0 auto;
  padding: 0 25px; }
  .contact-main-content .page-content .contact-form {
    margin: 0 -39px; }

.contact-form {
  text-align: left;
  padding: 24px 0; }
  .contact-form .contact-form-column {
    float: left;
    width: 50%;
    padding: 0 14px; }
  .contact-form .cfc-half {
    float: left;
    width: 48.6%; }
  .contact-form .cfc-half-right {
    float: right; }
  .contact-form textarea,
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="password"],
  .contact-form input[type="tel"] {
    vertical-align: top;
    margin: 0 0 9px;
    text-transform: uppercase; }
  .contact-form p {
    margin: 0; }
  .contact-form textarea {
    height: 67px; }
  .contact-form input.button {
    min-width: 125px;
    padding: 5px 15px 6px;
    margin: 27px 0 0; }
  .contact-form .g-recaptcha {
    margin: 0 0 9px; }
  .contact-form span.wpcf7-not-valid-tip {
    color: yellow;
    font-size: 16px;
    display: block;
    margin: -6px 0 10px;
    line-height: 1; }

/*-----------------------------------------------------
*** Our Venues
------------------------------------------------------ */
.listing-container {
  padding: 48px 30px; }

.listing-page-content {
  text-align: center;
  max-width: 764px;
  margin: 0 auto;
  padding: 0 0 10px; }

.venues-entries-wrap {
  padding: 0 0 0 29px; }
  .venues-entries-wrap .entry-no-1 {
    padding-top: 17px; }

.venue-entry {
  padding: 30px 0;
  border-top: 1px solid #cccccc; }
  .venue-entry .full-width-entry {
    padding-top: 0; }

.venue-entry-image {
  float: left;
  width: 241px; }
  .venue-entry-image img {
    width: 100%;
    vertical-align: top; }

.venue-entry-text {
  margin-left: 290px;
  padding: 50px 0 0;
  font-size: 18px;
  line-height: 1.3; }
  .venue-entry-text .venue-website {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 1em 0 0;
    letter-spacing: -0.029em; }
    .venue-entry-text .venue-website a {
      color: #000000;
      text-decoration: underline; }

.entry-title,
.the-content .entry-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.18;
  margin: 0;
  padding: 0; }
  .entry-title a,
  .the-content .entry-title a {
    color: #000000;
    text-decoration: none; }

/*-----------------------------------------------------
*** Our Team
------------------------------------------------------ */
.our-team-listing-wrap {
  padding-top: 43px; }

.our-team-listing {
  float: left;
  width: 59.574%; }
  .our-team-listing .entry-title {
    letter-spacing: -0.009em; }

.member-entry {
  padding: 0 0 65px; }

.member-entry-image {
  float: left;
  width: 29.288%;
  padding: 3px 0 0; }
  .member-entry-image img {
    width: 100%;
    vertical-align: top; }

.member-entry-text {
  float: left;
  width: 70.71%;
  padding-left: 18px;
  font-size: 17px;
  line-height: 1.529; }
  .member-entry-text .met-top {
    padding-bottom: 12px; }
  .member-entry-text .member-more {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 1.5em 0 0;
    letter-spacing: -0.029em; }
    .member-entry-text .member-more a {
      color: #000000;
      text-decoration: underline; }

.the-content .member-position,
.member-position {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  margin: 2px 0 0; }

.member-details {
  display: none;
  font-size: 17px;
  line-height: 1.529;
  color: #000;
  padding: 26px 25px 10px 20px; }

.member-details-photo {
  float: left;
  vertical-align: top;
  max-width: 164px; }

.member-details-name {
  padding: 32px 0 0 180px; }

.member-details-top {
  padding-bottom: 20px; }

.our-team-sidebar {
  background: #e7e9eb;
  float: right;
  width: 34%;
  margin: 9px 0 0;
  padding: 17px 21px 20px;
  font-size: 17px;
  line-height: 1.214;
  letter-spacing: -0.0029em; }
  .our-team-sidebar h3 {
    font-size: 22px;
    font-weight: 500;
    color: #213c4d;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.009em;
    margin: 0;
    padding: 0 0 31px; }
  .our-team-sidebar textarea,
  .our-team-sidebar input[type="text"],
  .our-team-sidebar input[type="email"],
  .our-team-sidebar input[type="password"],
  .our-team-sidebar input[type="tel"] {
    vertical-align: top;
    margin: 0 0 7px;
    text-transform: uppercase; }
  .our-team-sidebar span.wpcf7-not-valid-tip {
    font-size: 16px;
    display: block;
    margin: -5px 0 10px;
    line-height: 1; }
  .our-team-sidebar .checkbox-wrap {
    padding: 12px 0 15px; }
    .our-team-sidebar .checkbox-wrap span.wpcf7-list-item {
      display: inline-block;
      width: 50%;
      margin: 0;
      padding: 1px 0;
      vertical-align: top; }
    .our-team-sidebar .checkbox-wrap span.wpcf7-not-valid-tip {
      margin: 5px 0 0; }
  .our-team-sidebar .wpcf7-file {
    margin: 16px 0; }
  .our-team-sidebar input[type="submit"] {
    border-color: #233746;
    color: #233746;
    min-width: 125px;
    margin: 0 0 12px; }
  .our-team-sidebar div.wpcf7-response-output {
    margin: 10px 0 0; }

.checkbox-wrap:before,
.checkbox-wrap:after {
  content: " ";
  display: table; }

.checkbox-wrap:after {
  clear: both; }

/*-----------------------------------------------------
*** Our Brands
------------------------------------------------------ */
.brands-main-content {
  padding-bottom: 48px; }

.brands-collection-bar {
  background: url(images/bg_cta.png);
  padding: 48px 0 80px; }

@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.2), (min-resolution: 120dpi) {
  .brands-collection-bar {
    background: url(images/bg_cta2x.png) center bottom;
    background-size: 75px 76px; } }
.brands-collection-bar .section-title {
  letter-spacing: -0.001em; }

.brand-entry {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  padding: 56px 0 24px; }

.brand-entry-image {
  padding: 0 0 21px; }

.brand-button-wrap {
  padding: 8px 0 0; }
  .brand-button-wrap .button {
    color: #273b4a;
    border-color: #273b4a; }

.footer-cta-bar {
  background: #243847;
  text-align: center;
  color: #ffffff;
  padding: 78px 0 75px; }
  .footer-cta-bar a {
    color: #ffffff; }

.footer-cta-content {
  max-width: 875px;
  margin: 0 auto; }
  .footer-cta-content .footer-cta-title {
    font-size: 33px;
    font-weight: 400;
    letter-spacing: -0.001em;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0; }
  .footer-cta-content .footer-cta-text {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 0 10px; }
  .footer-cta-content .footer-cta-button-wrap {
    padding: 29px 0 0; }

/*-----------------------------------------------------
*** News
------------------------------------------------------ */
.news-entries-wrap {
  padding: 4px 29px 90px; }

.news-entry {
  padding: 74px 0 93px;
  border-top: 1px solid #cccccc;
  color: #263a48;
  font-size: 16px;
  line-height: 1.415; }
  .news-entry .news-entry-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.029;
    margin: 0 0 3px;
    padding: 0;
    text-transform: none; }
    .news-entry .news-entry-title a {
      color: #263a48; }
  .news-entry .news-entry-more {
    font-weight: 500;
    margin: 0; }
    .news-entry .news-entry-more a {
      color: #263a48; }
    .news-entry .news-entry-more .icon {
      position: relative;
      left: -8px;
      top: 1px; }

.entry-no-1 {
  border-top: 0; }

.news-entry-image {
  float: left;
  width: 31.9%;
  margin-top: 2px; }
  .news-entry-image img {
    width: 100%;
    vertical-align: top; }

.news-entry-text {
  float: right;
  width: 62.1%; }

.entry-even .news-entry-image {
  float: right; }
.entry-even .news-entry-text {
  float: left; }

.full-width-entry {
  width: auto !important;
  float: none !important;
  margin-left: 0 !important; }

.pagination {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.0051em; }
  .pagination a {
    color: #000000; }
  .pagination .icon {
    font-size: 14px;
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 3px; }

.archive-heading {
  text-align: center;
  padding: 55px 0 0;
  margin-bottom: -12px; }
  .archive-heading h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    margin: 11px 0; }

.entry-cat {
  margin-top: 2em; }

/*==============================================================
## Footer
==============================================================*/
#footer {
  padding: 30px 0 57px;
  border-top: 1px solid #cccccc; }

.home #footer {
  border: 0; }

.footer-logo {
  float: left;
  width: 30%;
  padding-left: 7px; }
  .footer-logo img {
    width: 218px;
    vertical-align: top; }

.footer-menu {
  float: right;
  width: 70%;
  text-align: right;
  font-size: 14px;
  color: #535353;
  padding: 15px 0 0; }
  .footer-menu a {
    color: #535353; }
  .footer-menu p, .footer-menu ul, .footer-menu li {
    display: inline-block; }
  .footer-menu li {
    padding: 0 0 0 14px; }
  .footer-menu li:before {
    content: '|';
    display: inline-block;
    padding-right: 16px;
    font-size: 12px; }

/*==============================================================
## Responsive
==============================================================*/
@media (min-width: 1000px) {
  #nav-wrap {
    display: block !important; } }
@media (max-width: 999px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; }

  /* --- Header --- */
  #nav-wrap {
    background: #939da4;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    color: #ffffff;
    max-width: 400px;
    padding: 15px 0 0; }
    #nav-wrap a {
      color: #ffffff; }

  .header-social {
    background: #243847;
    position: static;
    padding: 7px 22px; }

  .home #header,
  #header {
    height: auto; }
    .home #header .container,
    #header .container {
      padding: 0 23px;
      height: 107px; }

  .home #logo-container,
  #logo-container {
    padding: 28px 0 20px; }

  body {
    padding-top: 107px; }

  #header-top {
    display: none; }

  #logo img {
    width: 188px; }

  #show-menu {
    display: block;
    position: absolute;
    width: 35px;
    top: 57px;
    right: 17px; }
    #show-menu .sm-line {
      background: #243847;
      display: block;
      height: 5px;
      margin: 0 0 5px;
      border-radius: 3px; }

  /* -- Navigation Core -- */
  #nav .sf-menu li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative; }
  #nav .sf-menu li ul {
    position: static;
    width: auto !important;
    min-width: 0;
    max-width: none;
    display: none !important;
    opacity: 1 !important; }
  #nav .sf-menu li.xpopdrop > ul {
    display: block !important; }
  #nav .sf-menu li.menu-item-has-children > a {
    padding-right: 40px !important; }
  #nav .mobnav-subarrow {
    display: block;
    text-align: center;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding-top: 4px; }

  /* -- Navigation Skin -- */
  #nav {
    padding: 0; }
    #nav .sf-menu li {
      font-size: 17px; }
    #nav .sf-menu li a {
      padding: 6px 22px; }
    #nav .sf-menu li ul {
      background: #243847;
      padding: 5px 0; }
      #nav .sf-menu li ul a {
        padding-left: 30px; }

  #nav-wrap {
    max-height: 350px;
    overflow: auto; }

  /* --- Home Page --- */
  #slide-prev {
    left: 9px; }

  #slide-next {
    right: 9px; }

  #home-page-slideshow .container {
    padding-left: 30px;
    padding-right: 30px; }

  .cta-bar-button-outer {
    padding: 0 15px; }

  .cta-bar-buttons-wrap {
    padding: 20px 0 0; }

  .twitter-section .social-section-content {
    padding-right: 0; }

  .team-carousel .cycle-carousel-wrap .team-carousel-item {
    margin-top: 75px; }

  .our-team-left {
    padding-left: 160px; }

  .our-team-right {
    margin-top: -65px; }

  /* --- Interior --- */
  .splash .splash-title-wrap .splash-title {
    padding-right: 0; }

  .page-content {
    padding-left: 0; }

  .main-content {
    padding-left: 30px;
    padding-right: 30px; }

  .brand-entry {
    padding-top: 25px; }

  .brand-entry-image {
    padding-bottom: 9px; }

  .brands-collection-bar {
    padding-bottom: 25px; }

  .footer-cta-bar {
    padding: 30px 0; }

  .footer-cta-content .footer-cta-button-wrap {
    padding-top: 2px; }

  .venues-entries-wrap {
    padding-left: 0; }

  .listing-container {
    padding-top: 26px;
    padding-bottom: 26px; }

  .contact-blocks-wrap-inner {
    margin: 0 0 0 -30px;
    padding: 49px 0 34px; }

  .contact-main-content .page-content .contact-form {
    margin-left: -14px;
    margin-right: -14px; }

  .contact-main-content .main-content {
    padding: 30px 0; } }
@media (max-width: 800px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }

  /* --- Home Page --- */
  .home-slide-image img,
  .home-slide-image {
    height: 336px; }

  .home-slide-text {
    background: #d1d9db;
    position: static;
    padding: 15px 0 22px;
    color: #253947; }

  #home-page-slideshow .container {
    padding-left: 15px;
    padding-right: 15px; }

  .slide-title {
    font-size: 30px;
    line-height: 1.092;
    padding-bottom: 18px; }

  .slide-button {
    border-color: #253947;
    color: #253947; }

  #slide-prev,
  #slide-next {
    display: none; }

  .cta-bar-section {
    padding-top: 20px;
    padding-bottom: 20px; }

  .section-title {
    font-size: 30px; }

  .cta-bar-button-outer {
    padding: 0 5px 20px;
    float: none;
    width: auto; }

  .our-venues-bar-section {
    padding-top: 0;
    padding-bottom: 0; }

  .venues-carousel-wrap {
    padding: 20px 0 5px; }

  .venue-carousel-entry {
    width: 50%;
    padding: 0 4px 15px; }

  .our-team-section {
    background: #d1d9db; }
    .our-team-section #tmc-prev,
    .our-team-section #tmc-next {
      top: 2.75%; }

  .ots-background {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden; }
    .ots-background img {
      height: 268px;
      position: static; }

  .team-carousel .cycle-carousel-wrap .team-carousel-item {
    margin-top: 70px; }
  .team-carousel .ots-background {
    min-height: 0; }
    .team-carousel .ots-background img {
      width: 100%;
      height: auto; }

  .our-team-section .section-title {
    padding: 16px 0; }

  .latest-news-entry,
  .our-team-left,
  .our-team-right {
    float: none;
    width: auto; }

  .our-team-left {
    padding: 30px 0 35px;
    padding-bottom: 0px; }

  .our-team-right {
    margin-top: 85px; }

  .latest-news-section {
    padding: 34px 0 38px; }

  .latest-news-entry {
    padding: 10px 0 30px; }

  .latest-news-section .section-title {
    padding: 0 0 8px; }

  /* -- Footer --*/
  #footer {
    padding: 19px 0 10px; }

  .footer-logo,
  .footer-menu {
    float: none;
    width: auto;
    text-align: center; }

  .footer-logo {
    padding: 0; }

  .footer-menu {
    padding-top: 20px; }

  .footer-menu p, .footer-menu ul, .footer-menu li {
    display: block;
    margin-bottom: 3px; }

  .footer-menu li {
    padding: 0; }

  .footer-menu li:before {
    display: none; }

  /* --- Misc --- */
  .venue-entry-image {
    float: none;
    width: auto;
    text-align: center; }
    .venue-entry-image img {
      width: auto;
      max-height: 181px; }

  .venue-entry-text {
    float: none;
    margin: 0;
    text-align: center;
    padding-top: 17px; }

  .our-team-listing,
  .our-team-sidebar {
    float: none;
    width: auto; }

  .news-entry {
    padding: 30px 0; }

  .news-excerpt,
  .news-entry .news-entry-more {
    display: none; }

  .pagination {
    padding: 30px 0 5px; }

  .news-entries-wrap {
    padding-bottom: 20px; }

  .contact-block {
    width: 50%;
    padding-bottom: 25px; }

  .contact-blocks-wrap-inner {
    padding-bottom: 12px; }

  .contact-form .contact-form-column {
    float: none;
    width: auto; }

  .twitter-section,
  .instagram-section {
    float: none;
    width: auto;
    padding: 0; }

  .social-row-section {
    padding-top: 35px;
    padding-bottom: 30px; }

  .social-section-content {
    padding: 20px 0 25px; } }
@media (max-width: 600px) {
  .news-entry-image {
    float: none;
    width: 100%;
    margin: 2px auto; }

  .news-entry-text {
    float: none;
    width: 100%;
    margin: 0 auto; } }
@media (max-width: 450px) {
  .contact-block {
    float: none;
    width: auto;
    display: block; }

  .contact-form .g-recaptcha > div > div {
    width: auto !important; }

  .ots-background img {
    left: 0;
    right: auto; }

  .social-section-heading-text h4,
  .social-section-heading-text h3 {
    font-size: 16px;
    line-height: 17.28px; }

  .social-section-heading-image img {
    width: 33px; }

  .social-section-heading {
    max-width: 245px; }

  .twitter-section .social-section-heading-image img {
    margin-top: 3px; } }
@media (max-width: 400px) {
  .member-details-photo {
    float: none; }

  .member-details-name {
    padding: 25px 0 0; }

  .single-news-entry .news-entry-image,
  .single-news-entry .news-entry-text {
    float: none;
    width: auto; }
  .single-news-entry .news-entry-image {
    padding-bottom: 25px; } }
@media (max-width: 357px) {
  .g-recaptcha {
    transform: scale(0.8);
    transform-origin: left top; } }
@media (max-width: 294px) {
  .g-recaptcha {
    transform: scale(0.6);
    transform-origin: left top; } }

/*# sourceMappingURL=style.css.map */
