@charset "UTF-8";
/*!
Theme Name: Centrl Office Theme
Theme URI: http://underscores.me/
Author: Christina  & Sam
Author URI: https://cyphondesign.com
Description: Description
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: centrl-office
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

centrl-office is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize - bootstrap included before this style.css
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Space+Mono:400,400i,700,700i");

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?8f1al4');
  src:  url('fonts/icomoon.eot?8f1al4#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?8f1al4') format('truetype'),
    url('fonts/icomoon.woff?8f1al4') format('woff'),
    url('fonts/icomoon.svg?8f1al4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'DomaineTextWeb';
  src: url("fonts/DomaineTextWeb-Bold.eot");
  src: url("fonts/DomaineTextWeb-Bold.eot?#iefix") format("embedded-opentype"), 
      url("fonts/DomaineTextWeb-Bold.woff2") format("woff2"),
      url("fonts/DomaineTextWeb-Bold.woff") format("woff");
  font-weight: bold;
  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;
}


body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Titillium Web", Helvetica, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 1em;
}

.book-pages h1 {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 1em;
}

h2{
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1em;
  margin: 20px 0 10px 0;
  text-align: center;
}

h2.section-title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 80px;
  line-height: 1em;
  margin: 80px 0 5px 0;
  text-align: center;
  padding: 0 15px;
}

@media only screen and (max-width: 576px) {
  h2.section-title {
    font-size: 66px;
    padding: 0 25px;
  }

  .book-pages h1 {
    font-size: 70px;
  }
}

.help-section h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  margin: 80px 0 5px 0;
  text-align: center;
}

.section-subtitle {
  text-align: center;
  margin: 0px 0px 40px 0px;
  padding: 0px 15px;
}

.section-subtitle.narrower {
  max-width: 60%;
  text-align: center;
  margin: 20px auto;
}
@media only screen and (max-width:810px) {
  .section-subtitle.narrower {
    max-width: 100%;
  }
}

.tight-left-margin ul {
  margin-left:-15px !important;
}

h3 {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.1em;
}
h3.h4 {
  font-weight: 500;
  font-size: 30px;
}

h4 {
  font-family: "Titillium Web", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1em;
}

h5 {
  font-family: "Titillium Web", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1em;
}

.white * {
    color:#fff;
}
.space {
  font-family: "Space Mono", monospace;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

p {
  margin-bottom: 1.5em;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

p.large {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
}

#cta {
  background-color: #f7f7f7;
}

#cta.row,
#faq.row {
    margin:50px 0px 0px 0px;
    padding:50px 0px;
    justify-content:center;
}
.home #cta.row {
    margin-top:0px;   
}

#extracopy.row {
  margin:0px;
  padding:10px 0px;
  justify-content:center;
}

.help-section {
  max-width: 500px;
  margin: 0px 0px 120px 0px;
}

.schedule-content p {
    font-size: 17px; 
    line-height: 25px;
}

.big-button-wrap {
    display:block;
    padding: 15px 5px;
}


/* ---------------------------------------------------
 Lead Form Pages
 --------------------------------------------------- */

.leadform {
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  background-size: auto;
  padding: 50px;
  border-bottom: 1px solid #fff;
  min-height: 1200px;
  color: #000;
  text-align: center;
} 

.leadform-container {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
  padding: 50px 0 30px 0;
  width: 900px;
  height: fit-content;
  background-color: #fff;
  box-shadow: 1px 1px 2px #d1d1d1;
}

.leadform h1 {
  text-align: center;
  font-size: 70px;
}

.leadform h2 {
    text-align: center;
}

.leadform p {
  text-align: center;
}

.leadform-fullrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.leadform-fullrow.center label,
.leadform-fullrow.center .g-recaptcha {
  text-align:center;
  margin:10px auto;
  width:305px;
  max-width:100%;
  display:block;
}

.leadform-input-halfwidth {
  min-width: 280px;
  margin: 5px;
  padding: 0;
}

.leadform-input-fullwidth {
  width: 100%;
  margin: 5px;
  padding: 0;
}

.leadform-button {
  width: 100%;
  margin: 10px auto;
}

.leadform ._field-wrapper {
  text-align: left;
  margin: 0 auto;
}

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

  .leadform {
    padding: 10px;
  } 

  .leadform-container {
    width: 100%;
    margin: 0;
    padding: 30px 10px 20px 10px;
  }

  .leadform h1 {
    font-size: 60px;
  }

  .leadform-input-halfwidth {
    width: 100%;
  }

}

.form-content p {
  max-width: 550px;
}

.leadform-after-container {
  display: flex;
  justify-content: center;
  margin: 30px 0 10px 0;
  padding: 0;
}

.leadform-after-msg {
    padding: 0px;
    display: block;
}

.leadform-after-msg p {
    text-align: center;
    font-size: 15px;
    line-height:23px;
    margin: 0px;
}

.leadform-after-msg a {
  text-decoration: underline;
  color: #000;
}

.thanks-message {
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
}

.thanks-button-wrap {
  display:block;
  margin: 15px auto;
  padding: 15px 5px;
}


/* ---------------------------------------------------
 Calendar Embed Pages
 --------------------------------------------------- */

.embedcalendar {
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  background-size: auto;
  padding: 50px;
  border-bottom: 1px solid #fff;
  min-height: 1200px;
} 

.embedcalendar-container {
  margin: 20px 0;
  padding: 0;
  width: 900px;
  height: fit-content;
}

.embedcalendar h1 {
  text-align: center;
  font-size: 70px;
  margin: 0;
}

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

  .embedcalendar-container {
    margin: 0;
  }

  .embedcalendar h1 {
    margin: 0 0 50px 0;
  }
}

/*--------------------------------------------------------------
# Inputs
--------------------------------------------------------------*/



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="date"],
textarea {
  color: #000;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 23px;
  min-height: 45px;
  margin-bottom: 0px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
textarea:focus {
  color: #111;
}

select {
  color: #000;
  border: 1px solid #d1d1d1;
  min-height: 45px;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 23px;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 0px;
  -webkit-appearance: none;
  background: #fff url("images/arrow-down.png") no-repeat right 15px center;
}

@-moz-document url-prefix() {   
  select {
    line-height: 40px;
  }
}

select option {
  color: #312D2D;
  font-size: 14px;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  line-height: 21px;
  min-height: 45px;
}

textarea {
  width: 100%;
  padding: 10px;
}

textarea:focus {
  background-color: #fff;
}

input[type="submit"],
._submit {
  background: #FFED7B;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #707070;
  color: #312D2D;
  padding: 8px 25px;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  border-radius: 0;
  width: 200px;
  height: 50px;
  font-size: 14px;
  line-height: 21px;
}

input[type="submit"]:hover,
._submit:hover {
  background: #FFDD00;
  text-decoration: none;
  border-color: #707070;
}

._submit:hover {
  cursor: pointer;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #312D2D;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #312D2D;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #312D2D;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #312D2D;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  opacity: 1;
}

.ui-datepicker {
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
}

.ui-datepicker .ui-datepicker-header {
  border: none;
  background: #fff;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
}

.ui-timepicker-div dl dd {
  margin: 0 20px 20px 40%;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border-color: #FFDD00;
  background: rgba(255, 237, 123, 0.5);
}

.ui-datepicker .ui-datepicker-buttonpane button {
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  background: #FFED7B;
  border-color: 707070;
  border-radius: 0;
  font-size: 14px;
  line-height: 21px;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
}

/*AC Form errors*/
._error-inner {
  color: #D8000C;
  border: 0;
  padding: 0px;
  font-size: 13px;
}
 
input._has_error,
textarea._has_error,
select._has_error {
  background: #FFEAEA !important;
  border-color:red !important;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 10px;
  font-size: 15px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 0;
  padding: 10px;
  font-size: 15px;
  display: none !important;
}

div.wpcf7-mail-sent-ok:before, div.wpcf7-validation-errors:before {
  font: 26px/30px icomoon;
  margin-right: 16px;
  vertical-align: middle;
}

div.wpcf7-mail-sent-ok:before {
  content: "\f00c";
}

div.wpcf7-validation-errors:before {
  content: "\f00d";
}

._form {
  margin: 20px 0 0 0;
  max-width: 700px; 
}

._form ._form-label {
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
}

._form textarea {
  height: 150px;
}

/* ._form select {
background-image:none;
} */




/* ---------------------------------------------------
 Select Locations Pages
 --------------------------------------------------- */

 .page-template-page-list-offices #content {
  background-color: #f7f7f7;
  color: #000;
}

.page-template-page-list-offices #main {
  margin: 50px 0 200px 0;
}


.page-template-page-select-location #content {
  background-color: #f7f7f7;
  color: #000;
}

.page-template-page-select-location #main {
  margin: 50px 0 200px 0;
}

.select-location h1 {
font-family: "Tungsten A", "Tungsten B", sans-serif;
font-weight: 600;
font-size: 75px;
line-height: 1em;
text-align: center;
color: #000;
}

.select-location h2 {
  margin: 40px 0 10px 0;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 50px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.page-template-page-select-location .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/*magnificPopup modal*/
.mfp-bg {
    background: #FFFFFF !important;
  opacity: 1 !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-title {
  color:#000 !important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
  cursor:pointer !important;
}

.location .row.loc {
  margin: 0 0 20px 0;
  padding: 10px 15px 5px 10px;
  background-color: #fff;
  border: none;
  box-shadow: 1px 1px 2px #d1d1d1;
}

.location h3 {
  margin: 0px;
  padding: 15px 0 0 0;
  font-weight: 500;
  font-size: 36px;
}

.location p {
  margin: 0;
  padding: 5px 0 0 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5em;
}

.location .price {
  color: #000;
  font-size: 13px;
  line-height: 16px;
  display: block;
}

.location .cut-corner {
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
  max-width: 200px;
}

.location .caption {
  font-size: 14px;
  color: #fff;
  margin: 8px 0;
}

.location .owl-dots {
  position: relative;
  top: -70px;
}

.no-pad,
.location .photo-pad {
  padding: 0px;
}

.location .content-pad {
  padding: 0px;
}

.location .content-pad-left .content-pad {
  padding: 0 0 10px 15px;
}

.location .row.loc .col-lg-6:first-of-type a {
  color: #FFDD00;
}
.faq-text a {
  color: #0000FF;
  text-decoration: underline;
}
.location .row.loc .col-lg-10 a {
  color: #fff;
  text-decoration: underline;
}

.location .row.loc .col-lg-10 a:visited {
  color: #fff;
}

.location .row.loc .col-lg-10 a:hover {
  color: #FFDD00;
}

@media (max-width: 993px) {
  
  .select-location h1 {
    font-size: 65px;
  }

  .select-location h2 {
    font-size: 48px;
  }

  .location .row.loc {
    height: auto;
  }

  .location h3 {
    font-size: 32px;
    text-align: center;
  }

  .location p {
    text-align: center;
  }
  
  .location .photo-pad {
    display: none;
  }
  
  .location .content-pad {
    padding: 0px 20px;
  }

  .location .cut-corner {
    margin: 20px auto;
    max-width: 200px;
  }
}




/* ---------------------------------------------------
 Buttons
 --------------------------------------------------- */

 button,
 input[type="button"],
 input[type="reset"],
 input[type="submit"] {
   border: 1px solid;
   border-color: #ccc #ccc #bbb;
   border-radius: 1px;
   background: #e6e6e6;
   color: rgba(0, 0, 0, 0.8);
   font-size: 12px;
   font-size: 0.75rem;
   line-height: 1;
   padding: .6em 1em .4em;
 }
 
 button:hover,
 input[type="button"]:hover,
 input[type="reset"]:hover,
 input[type="submit"]:hover {
   border-color: #ccc #bbb #aaa;
 }
 
 button:active, button:focus,
 input[type="button"]:active,
 input[type="button"]:focus,
 input[type="reset"]:active,
 input[type="reset"]:focus,
 input[type="submit"]:active,
 input[type="submit"]:focus {
   border-color: #aaa #bbb #bbb;
 }
 

 
 .yellow-btn-black a,
 .yellow-btn,
 .cut-corner {
   background: #FFED7B;
   border:1px solid #FFED7B; 
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
   color: #000;
   padding: 15px 25px;
   font-family: "Tungsten A", "Tungsten B", sans-serif !important;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   font-size: 22px !important;
   font-weight: 500;
   line-height: 24px !important;
 }

 .cut-corner.alt {
   background: #e5e5e5;
   border:1px solid #e5e5e5; 
 }
 
.yellow-btn-black a {
    color: #000 !important;
    display: inline-block;
     padding: 10px 25px;
}
 .cut-corner.bw,
 .cut-corner.bw:visited {
     background:#fff !important;
     color:#000!important;
 }

 .cut-corner.bw.bb,
 .cut-corner.bw.bb:visited {
     border-color:#000;
 }
 
 .yellow-btn-black a,
 .yellow-btn:visited,
 .cut-corner:visited {
   color: #000;
 }

 .yellow-btn-black a:hover, .yellow-btn-black a:focus,
 .yellow-btn:hover, .yellow-btn:focus,
 .cut-corner:hover,
 .cut-corner:focus {
   background: #FFDD00;
   text-decoration: none;
   color: #333;
   border: 1px solid #000;
 }
 
  .cut-corner.alt:hover {
     background: #cccccc;
     border:1px solid #bbbbbb; 
 }
 
 .cut-corner:visited {
   color: #333;
 }
 
 .cut-corner:hover, .cut-corner:focus {
   color: #333;
 }
 
 .cut-corner.bw:hover,
 .cut-corner.bw:focus {
     background:#000 !important;
     color:#fff !important;
 }


.mobile-btns {
    position:relative;
    top:-67px;
    float:right;
    right:10px;
}
.desktop .mobile-btns {
    position:relative;
    top:10px;
    float:right;
    right:10px;
}
.desktop.col-lg-3 {
    padding:0px;
}
.mobile-btns ul {
     margin:0px;   
}

.mobile-btns ul li {
    list-style-type: none;
    display:inline-block;
    margin:0px 5px;
}
.mobile-btns ul li.hide-1200 {
    display:inline-block;
}

.mobile-btns .btnContact a,
.mobile-btns .btnContactReverse a,
#mega-menu-menu-main .btnContact a.mega-menu-link,
.big-button {
    padding: 13px 25px;
    font-size: 15px !important;
    font-weight: bold !important;
    background-color: #ffed7b !important;
    border: 1px solid #ffed7b !important;
    border-radius: 0px !important;
    color: #000 !important;
    line-height: 27px !important;
    text-align: center !important;
    text-decoration:none !important;
}
.mobile-btns .btnContact a,
.mobile-btns .btnContactReverse a {
  font-family: "Tungsten A", "Tungsten B", sans-serif !important;
  font-size:22px !important;
  font-weight:500 !important;
  padding:8px 15px;
  line-height:22px;
  text-transform: uppercase;

}
.mobile-btns .btnContactReverse a {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0px !important;
  color: #000 !important;
}

.btn-outline {
  font-family: "Tungsten A", "Tungsten B", sans-serif !important;
  font-size:22px !important;
  font-weight:500 !important;
  padding:15px 25px;
  line-height:22px;
  background-color: transparent;
  border: 1px solid #24272A !important;
  border-radius: 0px !important;
  color: #000 !important;
}

.btn-wide {
  width: 200px;
}

/*
@media (max-width:1360px) {
    .desktop .menu-menu-right-buttons-container {
        white-space:nowrap;
    }
    .desktop .mobile-btns {
        right: 15px;
    }    
    .desktop .mobile-btns ul {
        margin: 0 0 0 0px
    }
    .desktop .mobile-btns ul li {
        margin:0 5px 0 0;
    }
    .desktop .mobile-btns .btnContact a, .mobile-btns .btnContactReverse a {
        padding: 8px 10px;
    }
}
*/
@media (max-width:1200px) {
    .desktop .mobile-btns ul {
        margin: -2px 0 0 35px
    }
    .mobile-btns ul li.hide-1200 {
        display:none;
    }
}


/* ---------------------------------------------------
 Mega Menu
 --------------------------------------------------- */


@media (max-width:576px) {
    #mega-menu-wrap-mobile-menu .mega-menu-toggle {
        top:-45px;       
    }
    .mobile-btns {
        top:-75px;   
    }
}


#mega-menu-menu-main .btnContact a.mega-menu-link {
      padding: 10px 15px 25px 15px !important;
}
.mobile-btns .btnContact a:hover,
#mega-menu-menu-main .btnContact a.mega-menu-link:hover,
#mega-menu-wrap-menu-main #mega-menu-menu-main > li.mega-menu-item.btnContact > a.mega-menu-link:hover {
    background-color: #ffdd00 !important;
    color: #000 !important;
    text-decoration:none !important;
}
.mobile-btns .btnContactReverse a:hover {
    background-color: #ffed7b !important;
    border: 1px solid #707070 !important;
    border-radius: 0px !important;
    color: #000 !important;
}
.big-button:hover {
    opacity:.8 !important;
    cursor:pointer !important;
} 




.page-template-page-locations #content {
  background-color: #24272A;
  color: #fff;
}
.page-template-page-locations #content h2 {
  margin-top: 50px;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 60px;
  color: #ffed7b;
  margin-bottom: 35px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-template-page-locations #main {
  margin: 50px 0;
}

.page-template-page-locations h1 {
  text-align: center;
  color: #fff;
}

.page-template-page-locations .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.mrooms h3 {
  padding: 5px 0px;
  font-weight: 400;
  font-size: 44px;
}

.mrooms .price {
  color: #FFDD00;
  font-size: 15px;
  line-height: 26px;
  display: block;
}

.mrooms .cut-corner {
  display: block;
  text-align: center;
  margin: 20px auto;
}

.mrooms .caption {
  font-size: 14px;
  color: #fff;
  margin: 8px 0;
}

.mrooms .owl-dots {
  position: relative;
  top: -70px;
}

.mrooms .row.mr {
  padding: 35px 5px 20px 5px;
  border-top: 2px solid #fff;
}

.mrooms .photo-pad {
  padding: 0px;
}

.mrooms .content-pad {
  padding: 0px 0px 0px 20px;
}

@media (max-width: 575px) {
  .mrooms h3 {
    font-size: 40px;
  }
  
  .mrooms .photo-pad {
    padding: 0px 15px;
  }
  
  .mrooms .content-pad {
    padding: 0px 15px;
  }

  .mrooms .cut-corner {
    margin: 20px auto;
  }
}


.mrooms .row.mr .col-lg-6:first-of-type a {
  color: #FFDD00;
}


.mrooms .row.mr .col-lg-10 a {
  color: #fff;
  text-decoration: underline;
}

.mrooms .row.mr .col-lg-10 a:visited {
  color: #fff;
}

.mrooms .row.mr .col-lg-10 a:hover {
  color: #FFDD00;
}


@media (min-width: 768px) {
    
  .mrooms .cut-corner {
    margin: 25px 0;
    max-width: 240px;
  }
    
}


/*   -----------------------------------------------------
Bootstrap Overrides 
-------------------------------------------------------- */
.container, 
.container-lg, 
.container-sm, 
.container-xl {
    max-width: 1100px;
}

.container-md {
    max-width: 800px;
    padding: 0px 25px;
}

.container-centered {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 0 0 90px 0;
}

.img-fluid {
    width: 100%;
    box-shadow: 0px 0px 0px #d1d1d1;
}

.img-shadow {
  box-shadow: 4px 4px 4px #d1d1d1;
}

.img-fluid-noshadow {
  width: 100%;
}

#masthead.fixed-top {
    background:#fff;
}    

.fixed-top {
    display: block;
    background:#fff;
}

.site-content {
  top: 0px;
}
.site-content.full {
  top: -130px;
}

@media (max-width: 991px) {
  .site-content {
      top: -52px;
  }
    .site-footer {
       margin-top:-52px;
    }
}

@media (max-width: 981px) {
  .fixed-top { max-height:55px; }
}
@media (max-width: 575px) {
  .fixed-top { max-height:71px; }
}


.admin-bar .fixed-top {
  top:32px;   
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}


.m-10 {
    margin:10px 0px;
}
.m-25 {
    margin:25px 0px;
}
.m-50 {
    margin:50px 0px;
}

.pad-all-15 {
  padding:15px; 
}

.pad-all-5 {
  padding:5px; 
}

.pad-all-0 {
  padding: 0px;
}

.pad-5 {
    padding:0 5px;
}
.pad-10 {
    padding:0 10px;
}
.pad-15 {
    padding:0 15px;
}
.pad-25 {
  padding: 0px 25px; 
}
.d-pad-25 {
  padding: 0px 25px; 
}
.pad-logo {
    padding:13px 15px 10px 5px;
}

@media (max-width: 576px) {
  .d-pad-25 {
    padding: 0px 1px; 
  }
}

@media (max-width: 991px) {
    .pad-logo {
        padding: 0px 15px 0px 60px;
    }  
    .pad-logo img {
        border-left: 1px solid #000;
        padding-left: 15px;
    } 
}




/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

body {
    background: #fff;
    overflow-x: hidden;

}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em .5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: .2em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

a:visited {
  /* color: #036AFF; */
}

a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

img.logo {
  max-width: 200px;
  height: auto;
  display:none;
}
img.logo-mobile {
    display:block;
    height:40px;
    width:auto;
}   
@media screen and (max-width:315px) {
    .logo-col {
        max-width:200px;
    }
    .has-banner .mean-container a.meanmenu-reveal {
        top: 67px;
    }
}

#mm-overlay.mobile-active,
#mm-overlay.full {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  display: flex;
}
#mm-overlay.full {
    top: 0px;
    height: 100%;
    z-index: 1035 !important;
}


#content {
  position: relative;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

h2.space {
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 29px;
}

.site-branding {
  padding: 15px 0;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.yd-bg {
  background: url("images/yellow-diamond-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 150px 0;
}

.yd-bg .container {
  background: #fff;
  padding: 35px 0px;
}

.yd-bg .col-lg-7 {
  text-align: center;
  margin-bottom: 50px;
}

#hm-sec2 .col-lg-6:first-of-type img {
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
# Image Grid Gallery Layout
--------------------------------------------------------------*/
#location-gallery-video {
    padding:25px 0px 50px 0px;
}
#location-gallery-video .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
} 

#location-gallery-video .embed-container iframe,
#location-gallery-video .embed-container object,
#location-gallery-video .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

#location-gallery-video .embed-container iframe .ytp-pause-overlay-container {
  display:none !important;
}
  
  
#location-gallery {
    margin:25px auto 50px;
}
.hide-overflow {
    overflow: hidden;
}
.image-grid {
    display:flex;
}
.image-grid .image-grid-item {
    padding:5px !important;
}

.image-grid.showall .image-grid-item {
    padding:10px 15px !important;
    width:100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.image-grid.showall .img-fluid {
    width:100%;
    max-width: 100%;
}
.image-grid .image-grid-item.hideme {
    position:absolute;
    left:-10000000px;
}
.mfp-image-holder .mfp-content {
    margin: 0px 25%;
}
.mfp-title {
    text-align: center !important;
    line-height: 110%;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
    font-size: 24px !important;
    margin: 15px 0px !important;
}
.mfp-counter {
    display: none;
    color: #666 !important;
}

.desktop-only {
  display:block;
}
.mobile-only {
  display:none;
}

@media (max-width: 767.98px) {

  .desktop-only {
    display:none;
  }
  .mobile-only {
    display:block;
  }


    .image-grid .image-grid-item.hidemobile {
        position:absolute;
        left:-10000000px;
    }  
    .mfp-image-holder .mfp-content {
        margin: 0px 5%;
    }
    #location-gallery {
        margin-top:-5px;
    }
    .image-grid {
        display:block;
    }
    .mobile-margin-top-shim {
  margin-top:-5px !important;
    }
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-item > img {
  /* box-shadow: 4px 4px 4px #d1d1d1; */
}

.viewall {
   
    
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    
}

.gallery-button {
    position:fixed;
    left:0px;
    top:0px;
    z-index: 1000001;  
    display: block;
    height:75px;
    width:100%;
    background:#fff;
}
.gallery-button #btn_view_all_mp {
    position: relative;
    top: 25px;
    left: -45%;    
}
.gallery-button .cut-corner {
    padding: 5px 15px;
}

a.btn-viewall {
    background: #FFED7B;
    font-family: "Tungsten A", "Tungsten B", sans-serif;
    padding: 2px 10px 6px 10px;
    font-size: 22px;
    color:#000;
    text-decoration: none;
    font-variant-caps: all-small-caps;
}
@media not all and (min-resolution:.001dpcm) { @media {
  a.btn-viewall {
   font-variant-caps:normal;
  }
}}
@-moz-document url-prefix() { 
  a.btn-viewall {
   font-variant-caps:normal;
  }
}

a.btn-viewall:hover {
    background: #ffdd00 !important;
    text-decoration: none;
}
a.btn-viewall .icomoon {
    position:relative;
    left:-2px;
    top:1px;
}

.gallery-button a.btn-viewall {
    font-size: 20px !important;    
}


.gallery .outside-gallery {
    display:none;
}
.gallery .gallery-col-two {
    
}
.featured-image-col {
    padding: 5px 5px 0 0 ;
}
.gallery.showall {
    position: relative;
    z-index: 1035;
    padding-left:0px;
    padding-top: 5px;
}
.gallery.showall .featured-image-col {
    padding:0px;
    margin: 0px -10px 5px 0px !important;
    width:100%;
}

.gallery.showall a.gallery-item {
    cursor:default;
}

@media only screen and (max-width: 992px) {
    .gallery.showall  .featured-image-col {
        margin-left:-5px !important;
    }
    .image-grid .image-grid-item {
        /* padding: 5px 5px 12px 10px !important; */
         padding: 5px !important;
    }
     #location-gallery > .container {
        width:100% !important;
        max-width:100% !important;
        padding-left:0px !important;
        padding-right:0px !important;
    } 
}

@media only screen and (max-width: 767px) {
    .gallery  {
        padding-left: 0px;   
    }
     .gallery-item > img {
         border-radius:0px;   
    }
    .featured-image-col {
        padding: 5px 0px 5px 0 !important;
    }
    .image-grid .image-grid-item {
        /*padding: 5px 15px !important;*/
        padding: 5px 5px !important;
    }
    .gallery.showall {
        max-width:100%;
        width:100%;
        overflow-x: hidden;
        margin-left: 0;
        padding-top: 5px;
    }
    .gallery.showall .featured-image-col {
        margin: 0px -10px 0px 0px !important
    }
}
@media only screen and (max-width: 576px) {
    .gallery-button {
        
    }
    .gallery-button #btn_view_all_mp {
        left:-40%;
    }
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}



/*--------------------------------------------------------------
# Home Page Template
--------------------------------------------------------------*/

.center {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
}

.hm-hero {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .hm-hero {
      margin-left: -30px;
      margin-right: -30px;
  }
}

@media only screen and (max-width: 576px) {
  .hm-hero {
      display:none;
  }
}

.hm-hero-photo {
  max-width:100%;
  justify-content: center;
}

.home-hero-bkimg {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('https://dev-centrl-prototype.pantheonsite.io/wp-content/uploads/2021/01/hero-collage-2.jpg');
  width: 1500px;
  height: 625px;

}

@media only screen and (max-width: 576px) {
  .home-hero-bkimg {
    width: 1200px;
    height: 400px;
  }
}

.loc-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.hero-section {
  margin: 40px 0px 60px 0px;
  max-width: 800px;
}

.hm-hero-section {
  margin: 10px 0px 60px 0px;
  max-width: 800px;
}

.hm-title,
.hm-sub-title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 150px;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
}
.hm-sub-title {
  font-size: 45px;
  font-weight: 600; 
  margin-bottom:20px;   
  text-transform: none;
}
.hm-hm-intro {
  max-width: 500px;
}


@media only screen and (max-width: 980px) {
  .hm-title {
    font-size: 100px;
    line-height: .85em;
  }
}

#hm-test {
  background-color:#ffed7b;
  padding: 40px 25px;
}

#hm-testimonials blockquote {
  max-width: 600px;
  margin: 30px auto;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
}

.testimonial-cite {
  margin-top: 20px;
  font-style: normal;
  font-weight: 600;
}

#hm-testimonials .hm-quote {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
}

#hm-testimonials .hm-cite {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5em;
}

#hm-testimonials .owl-nav {
  display: initial;
}
#hm-testimonials .owl-prev {
  display: none;
}
#hm-testimonials .owl-nav {
  position: absolute;
  top: calc(50% - 58px);
  width: 100%;
}
#hm-testimonials .owl-next {
  position: absolute;
  right: 0;
}
#hm-testimonials .owl-next:focus {
  outline: none;
}
#hm-testimonials .owl-dots {
  margin-top: 20px;
}
#hm-testimonials .owl-nav {
  top: calc(50% - 90px);
}



.locations-map {
}

.locations-options {
  padding: 30px 0 0 30px;
}

.locations-options p {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

  .locations-map {
    padding: 10px 10px 30px 10px; 
  }
  
  .locations-options {
    padding: 0px 0px 0px 50px;
  }
  
  .locations-options p {
    font-size: 30px;
    margin-bottom: 30px;
  }
  

}




/*--------------------------------------------------------------
# Spaces Section
--------------------------------------------------------------*/


#spaces .box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 15px 0;
  padding: 10px;
  background-color: #fff;
  border: none;
  box-shadow: 1px 1px 2px #d1d1d1;
}

#spaces .box-left {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  min-width: 500px;
  padding: 5px 15px;
}

#spaces .box-right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 15px 0px;
}

#spaces .box-center {
  display: flex;
  align-items: stretch;
}

#spaces .box-v-center {
  display: flex;
}

.box h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
}

.box .subtitle {
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.5em;
}

.box .desc {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5em;
}

#spaces .cut-corner {
  display: inline-block;
  text-align: center;
  margin: 10px 10px 10px 0px;
  width: 200px;
}


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

  #spaces .box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 5px 15px;
    padding: 15px;
    background-color: #fff;
    border: none;
    box-shadow: 1px 1px 2px #d1d1d1;
    min-width: 345px;
  }

  #spaces .box-left {
    min-width: unset;
    align-items: center;
  }

  #spaces .box-right {
    padding: 5px 0px;
  }

  .box h3 {
    margin: 0;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
  }

  .box .subtitle {
    text-align: center;
  }

  .box .desc {
    text-align: center;
    padding: 5px 0 0 0;
  }


  #spaces .cut-corner {
    margin: 5px 0;
    width: 200px;
  }

  #spaces .container > .row {
    padding: 5px;
  }
}



/*--------------------------------------------------------------
# Location Workspaces Section
--------------------------------------------------------------*/

#our-workspaces,
#our-services {   
  max-width: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 5px 0px 60px 0px;
}

.wrk-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.wrk-section {
  margin: 20px 0px 20px 0px;
  max-width: 800px;
}

.wrk-hero-title {
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
}

.centered-bullet-list {
    display: flex;
    justify-content: center;
}

#our-workspaces .container > .row,
#our-services .container > .row {
  padding: 10px;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
  min-height: 245px;
  background-color: #fff;
  box-shadow: 2px 2px 4px #d1d1d1;
}
#our-workspaces.bg-white .container > .row,
#our-services.bg-white .container > .row {
  border:1px solid #eee;
}

#our-workspaces .container > .row.mr,
#our-services .container > .row.mr {
  border-bottom: none;
}
#our-workspaces .col-lg-7, 
#our-services .col-lg-7 {
  padding: 0;
}
#our-workspaces .col-lg-7 .row,
#our-services .col-lg-7 .row {
  padding: 0;
  max-width: 100%;
}
#old-our-workspaces .col-lg-5 {
  text-align: left;
  padding-left: 0;
}
#tech-solutions .cut-corner,
#our-workspaces .cut-corner,
#our-services .cut-corner{
  display: inline-block;
  text-align: center;
  margin: 10px 10px 10px 0px;
  width: 170px;
}

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

  #tech-solutions .cut-corner,
  #our-workspaces .cut-corner,
  #our-services .cut-corner {
    margin: 5px 0;
    width: 170px;
  }

  #our-workspaces .container > .row,
  #our-services .container > .row {
    padding: 5px;
  }
}

#our-workspaces h3,
#our-services h3 {
  margin: 30px 0 10px 0;
}

#our-workspaces > .row,
#our-services > .row {
  margin-top: 50px;
}

#our-workspaces .row.mr,
#our-services .row.mr {
  margin-left: 0;
  margin-right: 0;
}

#our-workspaces .price,
#our-services .price {
  color: #FFDD00;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

#our-workspaces .owl-dots,
#our-services .owl-dots {
  position: relative;
  top: -100px;
}

#our-workspaces .owl-carousel button.owl-dot,
#our-services .owl-carousel button.owl-dot {
  background-color: #fff !important;
}

#our-workspaces .owl-carousel button.owl-dot.active,
#our-services .owl-carousel button.owl-dot.active  {
  background-color: #036AFF !important;
}

#our-workspaces .caption,
#our-services .captipon {
  font-size: 14px;
  color: #fff;
  margin-left: 15px;
  margin: 8px 0 8px 15px;
}

#our-workspaces .col-lg-7 .row,
#our-services .col-lg-7 .row {
  padding: 15px 0 25px;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
#our-workspaces #mr-carousel,
#our-services #mr-carousel {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.mailboxes-hero-title {

}
.mailboxes-hero-content {
  max-width:600px;
  margin:0 auto;
}
.mailboxes-hero-message {
  margin:0 auto;
}
.mailboxes-hero-button {

}



/*--------------------------------------------------------------
# Event Page Sections
--------------------------------------------------------------*/
#event-workspaces {   
  max-width: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 5px 0px 60px 0px;
}

#event-services {   
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 0px 60px 0px;
}

#event-workspaces .container > .row {
  padding: 10px;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
  min-height: 245px;
  background-color: #fff;
  box-shadow: 2px 2px 4px #d1d1d1;
}

#event-services .container > .row {
  padding: 10px;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
  min-height: 245px;
  background-color: #f7f7f7;
  box-shadow: 2px 2px 4px #d1d1d1;
}

#event-workspaces.bg-white .container > .row,
#event-services.bg-white .container > .row {
  border:1px solid #eee;
}

#event-workspaces .container > .row.mr,
#event-services .container > .row.mr {
  border-bottom: none;
}
#event-workspaces .col-lg-7, 
#event-services .col-lg-7 {
  padding: 0;
}
#event-workspaces .col-lg-7 .row,
#event-services .col-lg-7 .row {
  padding: 0;
  max-width: 100%;
}
#event-workspacess .cut-corner,
#event-services .cut-corner{
  display: inline-block;
  text-align: center;
  margin: 10px 10px 10px 0px;
  width: 170px;
}

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

  #event-workspaces .cut-corner,
  #event-services .cut-corner {
    margin: 5px 0;
    width: 170px;
  }

  #event-workspaces .container > .row,
  #event-services .container > .row {
    padding: 5px;
  }
}

#event-workspaces h3,
#event-services h3 {
  margin: 30px 0 10px 0;
}

#event-workspaces > .row,
#event-services > .row {
  margin-top: 50px;
}

#event-workspaces .row.mr,
#event-services .row.mr {
  margin-left: 0;
  margin-right: 0;
}

#event-workspaces .price,
#event-services .price {
  color: #FFDD00;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

#event-workspaces .owl-dots,
#event-services .owl-dots {
  position: relative;
  top: -100px;
}

#event-workspaces .owl-carousel button.owl-dot,
#event-services .owl-carousel button.owl-dot {
  background-color: #fff !important;
}

#event-workspaces .owl-carousel button.owl-dot.active,
#event-services .owl-carousel button.owl-dot.active  {
  background-color: #036AFF !important;
}

#event-workspaces .caption,
#event-services .captipon {
  font-size: 14px;
  color: #fff;
  margin-left: 15px;
  margin: 8px 0 8px 15px;
}

#event-workspaces .col-lg-7 .row,
#event-services .col-lg-7 .row {
  padding: 15px 0 25px;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
#event-workspaces #mr-carousel,
#event-services #mr-carousel {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
# Homepage Workspaces Section
--------------------------------------------------------------*/

#hm-workspaces {   
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 0px 60px 0px;
}

#hm-workspaces .container > .row {
  padding: 10px;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
  min-height: 245px;
  background-color: #f7f7f7;
  box-shadow: 2px 2px 4px #d1d1d1;
}

#hm-workspaces .cut-corner {
  display: inline-block;
  text-align: center;
  margin: 10px 10px 10px 0px;
  width: 170px;
}

#hm-workspaces h3 {
  margin: 30px 0 10px 0;
}

#hm-workspaces > .row {
  margin-top: 50px;
}

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

  #hm-workspaces .cut-corner {
    margin: 5px 0;
    width: 170px;
  }

  #hm-workspaces .container > .row {
    padding: 5px;
  }
}

/*--------------------------------------------------------------
# Workspaces
--------------------------------------------------------------*/

#workspaces {
    padding: 20px;
    background-color: #f7f7f7;
}

#workspaces .workspaces {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    margin: 5px 0px;
    clear:both;
}

.workspaces-container {
  max-width: 800px;
  padding: 10px 60px 30px 60px;
  background-color: #fff;
  box-shadow: 2px 2px 4px #d1d1d1;
}

@media only screen and (max-width: 576px) {
  .workspaces-container {
    padding: 10px 30px 30px 30px;
  }
}



/*--------------------------------------------------------------
# Location Page Template
--------------------------------------------------------------*/
#home-locations {
    background-color:#24272A;
    color:#fff;
}
#home-locations a {
    color:#fff;
}
.loc-bg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.loc-message {
    position: absolute;
    z-index: 2;
    text-align: center;
}

@media only screen and (max-width: 576px) {
    .home .loc-message a.cut-corner {
        white-space: nowrap;
        display:block;
        max-width: 200px;
        padding: 5px 10px;
        margin: -20px auto 15px auto;
    }
}

.loc-hero {
  display: flex;
  justify-content: center;
  min-height: 200px;
}

.loc-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left:0px;
    margin-right:0px;
}

@media only screen and (max-width: 1200px) {
  .loc-hero {
      margin-left: -30px;
      margin-right: -30px;
  }
}
.loc-hero-photo {
  max-width:100%;
  justify-content: center;
}



.loc-container-column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0px 20px;
}

.loc-section {
  margin: 10px 0px 80px 0px;
  max-width: 700px;
}

.loc-title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.loc-title.white {
     color:#fff;   
}

.loc-address {
  font-family: "Titillium Web", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

@media only screen and (max-width: 576px) {
  .loc-title {
    font-size: 50px;
    line-height: 1em;
  }
  
  .loc-address {
    font-size: 18px;
    line-height: 27px;
  }
}

.loc-photo-sub1 {
  max-width: 500px;
  font-family: "Titillium Web", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.loc-photo-sub2 {
  font-family: "Titillium Web", Helvetica, sans-serif;
  max-width: 600px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}


.map-sub-col {
  max-width: 300px;
  display: none;
}

.cities .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 36px);
  width: 100%;
}

.cities .owl-carousel .owl-nav button {
  width: 73px;
  height: 30px;
  text-indent: -9999px;
  padding: 5px;
}

.cities .owl-carousel .owl-nav button.owl-prev {
  background: url("images/arrow-left-shadow.png") no-repeat;
  background-size: auto;
  position: absolute;
  left: 10px;
}

.cities .owl-carousel .owl-nav button.owl-next {
  background: url("images/arrow-right-shadow.png") no-repeat;
  background-size: auto;
  position: absolute;
  right: 10px;
}

ul.locs {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

ul.locs li a {
  display: block;
  width: 100%;
  border-bottom: 2px solid #fff;
  color: #FFED7B;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0 7px;
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

ul.locs li a:after {
  content: 'More Info';
  font-size: 12px;
  position: absolute;
  right: 0;
  color: #fff;
}

ul.locs li a:hover {
  color: #FFDD00;
  text-decoration: none;
}

ul.locs li a:hover:after {
  content: '';
  position: absolute;
  right: 0;
  width: 62px;
  height: 20px;
  background: url("images/arrow-right.png") no-repeat right center;
  background-size: auto;
  background-position: right center;
}

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

ul.checks li:before {
    content: '✓ ';
    font-weight:bold;
    padding-right:5px;
    margin-left: -22px;    
}

.owl-dots {
  text-align: center;
}

.owl-carousel {
  z-index: 0 !important;
}

.owl-carousel button.owl-dot {
  width: 7px;
  height: 7px;
  background-color: #ccc !important;
  margin-right: 10px;
  border-radius: 0;
}

.owl-carousel button.owl-dot.active {
  background-color: #ffdd00 !important;
}

.bg-yellow {
  background-color: #FAEC7B;
  padding: 10px 0 25px;
}
#about-loc {
  background-color: #FFDD00;
  padding: 10px 0 25px;
}

#about-loc h2 {
  font-size: 50px;
  margin-bottom: 35px;
}

#about-loc h2 span {
  font-size: 30px;
  line-height: 40px;
}

#about-loc .al-img {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}


/*--------------------------------------------------------------
# List of Workspaces Styling
--------------------------------------------------------------*/

.page-template-page-list-workspaces #primary {
  background-color: #f7f7f7;
  padding: 20px 0;
  color: #000;
}

.page-template-page-list-workspaces .entry-content {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 20px 0 60px 0;
}

.page-template-page-list-workspaces .mr-schedule {
  display: none;
  text-align: center;
}

.page-template-page-list-workspaces .entry-content h1 {
  text-align: center;
  margin: 0 auto 20px;
  max-width: 800px;
  font-size: 66px;
}

.page-template-page-list-workspaces .entry-content h2 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
}

.page-template-page-list-workspaces .entry-content > .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 15px;
  margin: 10px 5px;
  min-width: 800px;
}

.page-template-page-list-workspaces .entry-content .content-pad  > .row {
  margin: 0;
}

.page-template-page-list-workspaces .entry-content h3 {
  margin: 0;
  font-size: 40px;
}

.page-template-page-list-workspaces .entry-content .photo-pad {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin: 0 15px 0 0;
  padding: 0;
}

.page-template-page-list-workspaces .entry-content .content-pad {
  width: 500px;
  margin: 0;
  padding: 0;
}

.page-template-page-list-workspaces .entry-content .button-pad {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 0;
}

.page-template-page-list-workspaces .entry-content .about-mr p {
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.page-template-page-list-workspaces .entry-content .about-mr ul {
  margin: 0;
  padding: 0;
  padding-inline-start: 20px;
}

.page-template-page-list-workspaces .entry-content a {
  color: inherit;
}

.page-template-page-list-workspaces .entry-content .price {
  display: block;
  margin: 5px;
  text-align: center;
  color: #000;
  font-size: 15px;
  line-height: 1.2em;
}

.page-template-page-list-workspaces .entry-content .button {
  display: block;
  margin: 5px;
  text-align: center;
}

.page-template-page-list-workspaces .entry-content .cut-corner {
  display: block;
  text-align: center;
  width: 170px;
  padding: 10px 25px;
  margin: 0;
}

.page-template-page-list-workspaces .entry-content .mr-schedule .cut-corner {
  max-width: 225px;
  margin: 25px auto 50px;
}

.page-template-page-list-workspaces .entry-content a.cut-corner,
.page-template-page-list-workspaces .entry-content a.cut-corner:visited {
  color: #312D2D;
}

.page-template-page-list-workspaces .entry-content .under-button-section {
  display: block;
  margin-top: 5px;
  width: 160px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #000;
  padding: 10px 25px;
  font-family: "Tungsten A", "Tungsten B", sans-serif !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 24px !important;
}


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

  .page-template-page-list-workspaces .entry-content {
    padding: 0;
  }

  .page-template-page-list-workspaces .entry-content > .row {
    max-width: 500px;
    flex-flow: column nowrap;
    align-items: center;
    padding: 10px;
    margin: 20px 0px;
    min-width: 0px;
  }

  .page-template-page-list-workspaces .entry-content .photo-pad {
    margin: 0 0 15px 0;
  }

  .page-template-page-list-workspaces .entry-content .content-pad {
    width: 100%;
    margin: 0;
    padding: 20px;
  }

  .page-template-page-list-workspaces .entry-content .button-pad {
    width: 250px;
    margin: 15px 0 0 0;
  }

  .page-template-page-list-workspaces .entry-content .price {
    font-size: 16px;
  }

  .page-template-page-list-workspaces .entry-content .cut-corner {
    width: 250px;
  }

  .page-template-page-list-workspaces .entry-content .under-button-section {
    width: 250px;
  }

}

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

  .page-template-page-list-workspaces .entry-content h1 {
    margin: 0 auto 10px;
    font-size: 48px;
  }

  .page-template-page-list-workspaces .entry-content > .row {
    max-width: 100%;
    padding: 20px;
    min-width: 0px;
  }

  .page-template-page-list-workspaces .entry-content .photo-pad {
    width: 300px;
    margin: 0 0 15px 0;
  }

  .page-template-page-list-workspaces .entry-content .content-pad {
    max-width: 300px;
    margin: 0px;
    padding: 0px;
  }

  .page-template-page-list-workspaces .entry-content .button-pad {
    width: 250px;
    margin: 15px 0 0 0;
  }



  .page-template-page-list-workspaces .entry-content .about-mr p {
    line-height: 1.5em;
  }

  .page-template-page-list-workspaces .entry-content .price {
    font-size: 16px;
  }

}


/*--------------------------------------------------------------
# Location Meeting Rooms Template
--------------------------------------------------------------*/

.page-template-page-meeting-rooms #primary {
  background-color: #f7f7f7;
  padding: 20px 0;
  color: #000;
}

.page-template-page-meeting-rooms .entry-content {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 20px 0 120px 0;
}

.page-template-page-meeting-rooms .mr-schedule {
  display: none;
  text-align: center;
}

.page-template-page-meeting-rooms .entry-content h1 {
  text-align: center;
  margin: 0 auto 20px;
  max-width: 800px;
  font-size: 72px;
}

.page-template-page-meeting-rooms .entry-content h2 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
}

.page-template-page-meeting-rooms .entry-content > .row {
  display: flex;
  flex-flow: row nowrap;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 10px;
  margin: 20px 5px;
}

.page-template-page-meeting-rooms .entry-content .content-pad  > .row {
  margin: 0;
}

.page-template-page-meeting-rooms .entry-content h3 {
  margin: 5px 0;
  font-size: 40px;
}

.page-template-page-meeting-rooms .entry-content .photo-pad {
  width: 300px;
  padding: 0;
}

.page-template-page-meeting-rooms .entry-content .content-pad {
  width: 500px;
  margin: 0 0 0 20px;
  padding: 0;
}

.page-template-page-meeting-rooms .entry-content .button-pad {
  width: 150px;
  padding: 0;
}

.page-template-page-meeting-rooms .entry-content .about-mr p {
  line-height: 32px;
  margin: 0;
  padding: 0;
}

.page-template-page-meeting-rooms .entry-content a {
  color: inherit;
}

.page-template-page-meeting-rooms .entry-content .price {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.page-template-page-meeting-rooms .entry-content .button {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.page-template-page-meeting-rooms .entry-content .cut-corner {
  display: block;
  text-align: center;
  max-width: 200px;
  margin: 15px 0;
}

.page-template-page-meeting-rooms .entry-content .mr-schedule .cut-corner {
  max-width: 225px;
  margin: 25px auto 50px;
}

.page-template-page-meeting-rooms .entry-content a.cut-corner,
.page-template-page-meeting-rooms .entry-content a.cut-corner:visited {
  color: #312D2D;
}


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

  .page-template-page-meeting-rooms .entry-content {
    padding: 0;
  }

  .page-template-page-meeting-rooms .entry-content > .row {
    max-width: 500px;
    flex-flow: column nowrap;
    align-items: center;
    padding: 10px;
    margin: 20px 0px;
  }

  .page-template-page-meeting-rooms .entry-content .content-pad {
    width: 100%;
    margin: 0;
    padding: 20px;
  }

}

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

  .page-template-page-meeting-rooms .entry-content h1 {
    margin: 0 auto 10px;
    font-size: 60px;
  }

  .page-template-page-meeting-rooms .entry-content > .row {
    max-width: 100%;
    padding: 20px 5px;
  }

  .page-template-page-meeting-rooms .entry-content .content-pad {
    padding: 15px;
  }

  .page-template-page-meeting-rooms .entry-content .about-mr p {
    line-height: 1.5em;
  }

}


/*--------------------------------------------------------------
# Membership Page Template
--------------------------------------------------------------*/

.memberships-hero-title {
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
}

.membership-container {
  max-width: 800px;
  padding: 20px 130px 40px 130px;
  background-color: #fff;
  box-shadow: 2px 2px 4px #d1d1d1;
}

.membership-title {
  font-size: 110px;
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 576px) {
  
  .memberships-hero-title {
    font-size: 80px;
  }
  
  .membership-container {
    padding: 10px 20px 30px 20px;
  }

  .membership-title {
    font-size: 70px;
  }


}



/* 
.page-template-page-select-location #content .membership h2 {
    color:#fff;
}
.membership .mrooms .row.mr {
    padding: 10px 20px 0px 10px;
    border-top: 0px solid #fff;
    background:#fff;
    margin-bottom:10px;
}
.membership .mrooms .photo-pad {
    padding: 15px;
}
.membership .mrooms .row.mr .caption {
   display:none;
}
.membership .mrooms .row.mr h3,
.membership .mrooms .row.mr p {
     color:#000;   
}
*/

.page-template-page-membership-UTM #content {
    background-color: #24272A;
    color: #fff;
}



#amenities {
  padding: 5px 0px 60px 0px;
}

.bg-gray,
#tech-solutions,
#memberships {
  padding: 5px 0px 60px 0px;
  background-color: #f7f7f7;
  margin: 0 auto;
  text-align: center;
}

#tech-solutions h2.section-title,
#memberships h2.section-title
#amenities h2.section-title {
  margin-bottom:0px;
}

#tech-solutions h3,
#memberships h3,
#amenities h3,
#amenities p {
  max-width: 550px;
  margin: 0 auto 50px;
  text-align: center;
}

#tech-solutions h3,
#memberships h3 {
  font-size: 50px;
  line-height: 1.1em;
  margin-bottom:10px;
  text-transform: uppercase;
}
#amenities h3 {
  font-size: 40px;
  text-transform: uppercase;
}

#memberships .owl-stage,
#amenities .owl-stage {
  display:flex;
}

.amenity-box {
  height:100%;
  padding:15px;
  background-color: #f7f7f7;
  box-shadow: 2px 2px 4px #d1d1d1;
}
.membership-box {
    height: 100%;
    padding: 25px;
    margin: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 4px #d1d1d1;
    min-height: 250px;
}


.amenity-item .col-item { 
    align-items:center;
    display:grid;
    min-height:60px;
    padding: 0px;
}

.amenity-item {
  margin:15px;
}

.membership-item {
  align-items:center;
  display:grid;
  min-height:70px;
  padding:0px;
}

membership-item-copy {
  min-height: 150px;
}



@media only screen and (max-width: 767px) {
  .amenity-box,
  .membership-box {
      min-height:200px;
  }
  
  .amenity-col,
  .membership-col {
    margin-bottom:15px;
  }
  
  .membership-item,
  .amenity-item {
      max-width:100%;
      margin: 15px auto;
  }

}


@media only screen and (max-width: 575px) {
  .membership-item,
  .amenity-item {
      margin: 15px auto;
  }
  .membership-item,
  .amenity-item .col-item { 
      text-align:center !important;
      min-height:auto;
      display:block;
  }
}




.workspace-images {
  display: flex;
  flex-wrap: wrap;  
  margin: 0px 0px 10px 0px;
}

.bi-buttons {
  display: flex;
  justify-content: center;
  margin: 40px 0px 20px 0px;  
  clear:both;
}

.bi-buttons a.cut-corner {
     margin: 0px 5px;   
}
@media only screen and (max-width: 576px) {
    .bi-buttons a.cut-corner {
        display: block;
        margin: 0px 0 15px 0px;
    }
}

.bi-buttons .col {
    flex-basis:auto;
    padding:25px 0px;
}


#find-workspace {
  background-color: #FFDD00;
  padding: 100px 0 50px 0;
}

#find-workspace .cut-corner {
  display: block;
  text-align: center;
  margin: 15px auto 0;
}

#find-workspace .col-md-6:first-of-type {
  text-align: center;
}

.workspace-title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 60px;
  line-height: 1.2em;  
  margin-bottom: 10px;
  text-align: center;
}

.workspace-subtitle {
  display:flex;
  justify-content:center;
}

.workspace-item {
  max-width: 700px;
  text-align: center;
}

#ow {
  background-color: #24272A;
  padding: 50px 0;
  color: #fff;
}

#ow .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 800px;
  box-shadow: 2px 2px 4px #d1d1d1;
}

#ow .row {
  margin: 0;
}

#ow h2 {
  margin-bottom: 50px;
}

#ow h2, #ow h3 {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}

#ow p {
  padding-left: 25px;
  padding-right: 25px;
}

#ow .price {
  color: #FFDD00;
  font-size: 15px;
  line-height: 26px;
}

#ow h3 {
  text-align: center;
  margin-bottom: 15px;
}

#ow h3 span.num {
  width: 43px;
  height: 43px;
  font-size: 18px;
  color: #24272A;
  background: #fff;
  border: 1.5px solid #fff;
  display: block;
  margin-right: 10px;
  border-radius: 200px;
  line-height: 37px;
  padding-left: 4px;
  margin: 0 auto 10px;
}

#ow .col-lg-6 {
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
}

#ow .col-lg-6 img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

#ow .btn-mrg .cut-corner {
  display: block;
  text-align: center;
}

#ow .caption {
  font-size: 14px;
  line-height: 21px;
  margin: 8px 0;
}

#ow .owl-dots {
  position: relative;
  top: -90px;
}

#ow #mrooms {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

#ow .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

#ow .col-md-6.mr {
  padding-left: 15px;
  padding-right: 15px;
}

#ow .col-md-6 .caption {
  padding-left: 15px;
  padding-right: 15px;
}

.page-id-14 #primary,
.page-id-16 #primary,
.page-id-159 #primary,
.page-id-3951 #primary,
.page-id-4395 #primary,
.test-form #primary,
.page-id-6559 #primary,
.page-template-page-template-schedule-meeting #primary {
  background: #FFDD00 url("images/triangle-pattern.png") no-repeat bottom right;
  background-size: auto;
  padding: 25px 0 50px;
}

#primary.blackback {
  padding: 50px 0px;
  min-height: 1000px;
 }

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

  #primary.blackback {
    padding: 10px 0px;
    min-height: 500px;
   }

} 

#primary {
    min-height:700px;
}

#primary.plain-page {
    padding: 80px 0 100px 0;
}

#primary.plain-page .entry-content,
#primary.plain-page .entry-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

#primary.blackback *  {
  max-width: 700px;
  margin: 35px 0;
}

#primary.blackback h2 {
     text-align: left;
}
#primary.blackback .thanks-intro *,
#primary.blackback .thanks-footer.thanks-footer * {
  text-align: left; 
  font-size: 17px; 
  line-height: 25px; 
}

#primary.blackback form * {
  text-align: left;
  margin: 0 auto 5px;
}
.row-form-full {
    margin-left:-10px !important;
    margin-right:-10px !important;
    margin-top:-10px !important;
    padding-top:0px !important;
}
.row-form-full-adjusted {
    margin-left:-15px !important;
    margin-right:-15px !important;
    margin-top:0px !important;
    padding-top:0px !important;
}

.row.m-top-neg-ten {
  margin-top:-10px !important;
}


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

    .row-form-full {
        margin-left:0px !important;
        margin-right:0px !important;
        margin-top:-10px !important;
        padding-top:0px !important;
    }
}

.page-id-14 #primary .entry-content p,
.page-id-16 #primary .entry-content p,
.page-id-3951 #primary .entry-content p,
.page-id-4395 #primary .entry-content p,
.test-form #primary .entry-content p,
.page-id-6559 #primary .entry-content p {
  max-width: 550px;
}

.page-id-14 #primary .section-title,
.page-id-16 #primary .section-title,
.page-id-159 #primary .section-title,
.page-id-3951 #primary .section-title,
.page-id-4395 #primary .section-title,
.test-form #primary .section-title,
.page-id-6559 #primary .section-title {
  text-align: left;
  margin: 50px 0 10px;
}

.thanks-location-box {
    padding:35px 0px;
    display: block;
}

.thanks-location-box p {
    font-size: 17px;
    line-height:26px;
}

.page-id-16 #primary,
.page-id-159 #primary,
.page-template-page-template-schedule-meeting #primary,
#primary.blackback {
  background: #24272A url("images/triangle-pattern-drk.png") no-repeat bottom right;
  background-size: auto;
  border-bottom: 1px solid #fff;
  min-height: 1200px;
}

.page-id-16 #primary h1,
.page-id-16 #primary .section-title,
.page-id-16 #primary p,
.page-id-159 #primary h1,
.page-id-159 #primary .section-title,
.page-id-159 #primary p,
.page-template-page-template-schedule-meeting #primary p,
.page-template-page-template-schedule-meeting #primary h1,
.page-template-page-template-schedule-meeting .section-title,
#primary.blackback * { 
  color: #fff;
}
#primary.blackback input,
#primary.blackback select,
#primary.blackback option,
#primary.blackback textarea {
  color: #000 !important;
}  
.page-template-page-template-schedule-meeting #primary h1, 
#primary.blackback * {
    margin: 0 auto 10px;
}

#primary.blackback a {
    color:#e6cb09;
    text-decoration:none;
}       
#primary.blackback a:hover {
  color:#FFDD00;
  text-decoration:underline;
}

.page-id-16 #primary h1,
.page-id-159 #primary h1,
.page-template-page-template-schedule-meeting #primary h1,
#primary.blackback h1 {
  max-width: 750px;
}

.page-id-6559 #primary {
  background-size: 100%;
}

.feature-wrap .date-city {
  width: 100%;
  height: 71px;
  font-family: "Space Mono", monospace;
  background: #FFDD00;
  display: flex;
  padding: 10px 25px;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  justify-content: center;
}

.feature-wrap .date-city .bull {
  margin: 0 15px;
}

/* Search & Filter Events Results */
.filter-select {
  background-color: #F2F2F2;
  padding: 25px 15px;
}

.noresults {
  padding-left: 25px;
  padding-right: 25px;
}

.search-filter-results {
  background-color: #F2F2F2;
  padding: 0 0 25px;
}

.search #primary,
.error404 #primary {
  background-color: #F2F2F2;
  padding: 35px 0;
}

.error404 h1.page-title {
  text-align:center;
}

.error404 .search-form {
  margin-top: -20px;
}
.error404  #blog-head {
  margin-bottom: 0px;
}
.error404 input[type="submit"] {
  height: 44px; 
  width: 25%;
  padding: 10px 20px;
}
.error404 .search-form label {width: 45%; min-width: 230px;}
 
@media screen and (min-width:640px) {
  .error404 .search-form label {width: 65%; }
}
@media screen and (min-width: 1080px) {
  .error404 .search-form label {width: 70%;}
}

.error404 .recents ul {
  margin: 0;
}

.error404 .archives .widget select  {
  /* width: 80%; */
}

.row.pad {
  display: block;
  margin: 25px 0;
}
.row.pad.large {
    margin: 50px 0;
}

.byline, .entry-footer span a {
  font-size: 20px;
  line-height: 29px;
  margin: 10px 0;
}

.entry-footer span a {
  font-size: 18px;
  line-height: 27px;
  margin-right: 10px;
}

.entry-footer span a:hover {
  color: #0055cf;
}

/* pagination */
.navigation ul {
  margin: 0;
  padding-left: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #666;
  text-decoration: none;
  font-size: 17px;
  line-height: 27px;
}

.navigation li a:hover,
.navigation li.active a {
    color: #000; 
    background:#f8f8f8;
}

.navigation li {
  display: inline-block;
    margin:5px 0px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  cursor: pointer;
  padding: 2px 10px;
}

.navigation {
  text-align: center;
}

.navigation ul {
  margin-right: 0;
}

.navigation li a {
    border: 1px solid #ccc;
    border-radius:1px;
}

.navigation li:last-of-type a {
  
}

.navigation li a:hover,
.navigation li.active a {
  color: #2F2222;
}

.archive .post h3 a, .archive .post h3 a:visited,
.search .post h3 a, .search .post h3 a:visited,
.search .entry-header a,
.entry-footer span,
.entry-footer span a,
.blog .post h3 a, .blog .post h3 a:visited {
  color: #2F2222;
}

/*--------------------------------------------------------------
# Blog Pages
--------------------------------------------------------------*/


.blog #primary,
.archive #primary,
.single-post #primary {
  background-color: #fff;
  padding: 35px 0;
  color: #000;
}

#blog-head {
  margin-bottom: 0;
}

.blog #primary .container,
.archive #primary .container,
.single-post #primary .container {
  padding-left: 0;
  padding-right: 0;
}

.blog .post,
.archive .post,
.single-post .post {
  padding: 0 60px 0 0;
}


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

  .blog .post,
  .archive .post,
  .single-post .post {
    padding: 20px;
  }

}

.blog .byline,
.archive .byline,
.single-post .byline {
  display: none;
}

.blog h1,
.archive h1 {
  font-weight: 600;
  font-size: 70px;
  margin: 20px 0 10px 0;
  text-align: left;
}

.blog h2,
.archive h2 {
  font-weight: 600;
  font-size: 40px;
  margin: 20px 0 10px 0;
  text-align: left;
}

.blog h3,
.archive h3 {
  font-weight: 600;
  font-size: 40px;
  margin: 10px 0;
  text-align: left;
}

.readmore {
  display: block;
  margin: 25px 0 60px 0;
}

.single-post h1 {
  font-weight: 600;
  font-size: 40px;
  margin: 20px 0 10px 0;
  text-align: left;
}

.single-post h2 {
  font-weight: 500;
  font-size: 30px;
  margin: 20px 0 5px 0;
  text-align: left;
}

.single-post h3 {
  font-weight: 500;
  font-size: 30px;
  margin: 10px 0 5px 0;
  text-align: left;
}

.single-post h4 {
  font-weight: 500;
  font-size: 18px;
  margin: 5px 0;
  text-align: left;
}

.single-post h5 {
  font-weight: 500;
  font-size: 17px;
  margin: 5px 0;
  text-align: left;
}


.blog #sidebar,
.archive #sidebar,
.single-post #sidebar {
  margin-bottom: 50px;
  padding: 10px 30px 0 40px;
  background-color: #f7f7f7;
  border-radius: 2px;
}

#sidebar ul {
  margin-left: 15px;
  padding-left: 0;
  font-size: 15px;
}

#sidebar .widget_archive ul {
  margin-left: 0;
  list-style-type: none;
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
}


h2.widget-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  text-align:left;
}

.blog #primary .flex-lg-row-reverse,
.archive #primary .flex-lg-row-reverse {
  margin-left: 0;
  margin-right: 0;
  flex-direction: column-reverse;
}



.blog .site-main {
  padding: 0;
}

.blog .entry-content {
  padding: 0 25px;
  margin: 0;
}

#blog-head {
  margin-bottom: 50px;
  padding: 0 25px;
}

#blog-head .col-md-6:nth-of-type(2) {
  margin: 25px 0;
  text-align: center;
}

.single-post .entry-content.no-thumb {
  margin-top: 0;
}

.single-post .entry-content table, 
.single-post .entry-content caption, 
.single-post .entry-content tbody, 
.single-post .entry-content tfoot, 
.single-post .entry-content thead, 
.single-post .entry-content tr, 
.single-post .entry-content th, 
.single-post .entry-content td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.single-post .entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}

.single-post .entry-content table {
  border-collapse: collapse;
}

table.space5 td {
  padding:5px;
  vertical-align:top;
}

table.space5tb td {
  padding:5px 0px;
  vertical-align:top; 
}

table.space10 td {
  padding:10px;
  vertical-align:top; 
}

table.space10tb td {
  padding:10px 0px;
  vertical-align:top; 
}

@media (max-width: 680px) {
  table.stackonmobile td {
    width:100%;
    display:block;
  }
  table.stackonmobile td:nth-child(odd) {
    background:#f9f9f9
  }
  #primary ul, ol {
    margin-left:0px;
  }
  #primary ul ul, ol ol,
  #primary ul ol, ol ul {
    margin-left:-30px;
  } 
}

.single-post .entry-content tr {
  border-bottom: 1px solid #ccc;
}

.single-post .entry-content th, .single-post .entry-content td {
  text-align: left;
  padding: 4px;
}

.single-post .entry-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

.single-post .entry-content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.single-post .entry-content blockquote p {
  display: inline;
}

.mobile-buttons {
  background-color: #FFDD00;
  padding: 25px 0;
}

.mobile-buttons .cut-corner {
  display: block;
  text-align: center;
  max-width: 320px;
  margin: 0 auto 15px;
}

.mobile-buttons .cut-corner:last-of-type {
  margin-bottom: 0;
}

#map-guide {
  background-color: #fff;
}

#map-guide .col-md-6:last-of-type {
  /* padding: 50px 25px; */
}

#map-guide h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 25px;
}

#map-guide ul {
    padding-left: 15px;
    list-style-type: none;
    list-style-image: url("images/blue-bullet.png");
    max-width: 500px;
    /*
    margin-bottom: 0;
    margin-left: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    */
    width:300px;
    margin:0 auto
}
.map-lead {
    margin:20px 0; 
} 
.map-lead-row {
  margin:20px 0 -10px 0;  
} 

#map-guide ul li {
  padding-left: 10px;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-height: 400px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.site-footer {
  background: #24272A;
  padding: 50px 0 75px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}

.site-footer ul h2 {
    text-align: left;
    font-weight:300;
    font-size:36px;
}

.site-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-footer ul.menu {
  margin-bottom: 25px;
}

.site-footer ul.menu li {
    margin-bottom: 10px;
    text-align:left;
}

.site-footer ul.menu a {
  color: #fff;
}

.site-footer ul.menu a:visited {
  color: #fff;
}

.site-footer ul.menu a:hover {
  color: #FFDD00;
}

.footer-base {
    border-top:1px solid #fff;
    padding-top:10px;
    text-align:left;
}
.copyright {
    text-align:left;
    padding-left:0px;
}

.site-footer .foot-logo img {
  padding-top: 15px;
  max-width: 260px;
}

.foot-text {
  font-size: 14px;
  margin:-10px 5px 5px 0px ;
}


.foot-soc {
  text-align: right;
  font-size: 1em;
  margin-bottom: 50px;
}

.foot-soc a {
  display: inline-block !important;
  margin-right: 10px;
}

.foot-soc a:last-of-type {
  margin-right: 0;
}

.foot-soc a .icomoon,
.foot-soc a:visited {
  color: #fff;
}

.foot-soc a .fab,
.foot-soc a .icomoon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.foot-soc a:hover {
  color: #FFDD00;
  text-decoration: none;
}

.foot-soc a:hover .fab,
.foot-soc a:hover .icomoon {
  border-color: #FFDD00;
  color: #FFDD00;
}

.icomoon.icon-twitter:before {
  content: "\f099";
}
.icomoon.icon-facebook:before {
  content: "\f09a";
}
.icomoon.icon-facebook-f:before {
  content: "\f09a";
}
.icomoon.icon-caret-down:before {
  content: "\f0d7";
}
.icomoon.icon-caret-up:before {
  content: "\f0d8";
}
.icomoon.icon-caret-left:before {
  content: "\f0d9";
}
.icomoon.icon-caret-right:before {
  content: "\f0da";
}
.icomoon.icon-linkedin:before {
  content: "\f0e1";
}
.icomoon.icon-instagram:before {
  content: "\f16d";
}


@media (max-width: 993px) {
    .site-footer ul h2,
    .site-footer ul.menu li,
    .site-footer  .copyright,
    .site-footer .foot-soc {
         text-align:center;   
    }
    .site-footer .footer-base,
    .site-footer .foot-soc {
        border-top:0px;
        padding-top:20px;
    }
    
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}


.foot-center-links {
  margin: 25px 0;
}

.foot-center-links a,
.foot-center-links a:visited {
  color: #fff;
}

.foot-center-links a:hover,
.foot-center-links a:focus {
  color: #FFDD00;
  text-decoration: underline;
}



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

  img.logo {
    max-width: 250px;
      display:block;
  }
    img.logo-mobile {
        display:none;
    }    
 
  h2, h3, p {
    padding-left: 0;
    padding-right: 0;
  }
  .yd-bg {
    padding: 65px 0;
  }

  #ow .container {

  }
  #ow .row {
    margin: 0 -15px;
  }
  #ow h2, #ow h3 {
    padding-left: 0;
    padding-right: 0;
  }
  #ow p {
    padding-left: 0;
    padding-right: 0;
  }
  #ow .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #ow .col-lg-6 img {
    width: auto;
    max-width: 100%;
    margin: 0 auto 15px;
    display: block;
  }
  #ow .col-lg-6 p {
    max-width: 350px;
    margin: 0 auto 25px;
  }
  #ow .btn-mrg .cut-corner {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  #ow .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }


  .blog #primary .flex-lg-row-reverse {
    margin-left: -15px;
    margin-right: -15px;
    
  }
  .blog .site-main {
    padding: 0 15px;
  }
  .blog .entry-content {
    padding: 0;
  }
  #blog-head {
    padding: 0;
  }
}

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

  h2.space {
    margin-bottom: 50px;
  }
  .yd-bg {
    background: url("images/yellow-diamond-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 65px 0;
  }
  .yd-bg .container {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .admin-bar .mean-bar {
    top: 32px;
  }
  .mean-container .mean-nav ul li a.mean-expand:after {
    right: 250px;
  }
  .yd-bg {
    padding: 85px 0;
  }
  .yd-bg .container {
    padding: 50px inherit 15px;
  }
  #hm-sec2 {
    padding: 85px 0;
  }
  #hm-sec2 .col-lg-7 {
    text-align: left;
    margin-bottom: 0;
  }
  #hm-sec2 .col-lg-7 img.icon {
    display: block;
    margin-left: 75px;
  }


  #about-loc {
    padding: 50px 0;
  }
  #our-workspaces .owl-carousel .owl-item img,
  #our-services .owl-carousel .owl-item img {
    max-width: 440px;
    margin: 0 auto;
  }
  #find-workspace .row {
    flex-direction: row-reverse;
  }
  #find-workspace .cut-corner {
    display: inline-block;
  }
  #find-workspace .cut-corner:first-of-type {
    margin-right: 10px;
  }
  #find-workspace .col-md-6:first-of-type {
    text-align: right;
  }
  #ow #mrooms {
    max-width: 100%;
  }
  #ow #mrooms.row {
    flex-direction: row-reverse;
    margin-left: -15px;
    margin-right: -15px;
  }
  #ow #mrooms.row h3 {
    text-align: left;
  }
  #ow #mrooms.row .btn-mrg .cut-corner {
    display: inline-block;
  }
  #ow hr {
    background-color: #fff;
    height: 1.5px;
    margin: 75px 0 50px;
  }
  #ow .col-lg-6 img {
    max-width: 348px;
    height: auto;
  }
  .wpcf7 {
    max-width: 712px;
  }
  .wpcf7 .row,
  ._form-content .row {
    margin: 0 -5px;
  }
  .wpcf7 .row .col-md-6,
  ._form-content .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .wpcf7 .row .col-12 {
    padding: 0 5px;
  }

  /* Search & Filter Events Results */
  .filter-select {
    padding: 25px 10px;
    background-color: #F2F2F2;
    }
  .searchandfilter select.sf-input-select {
    min-width: 250px;
  }
  .searchandfilter ul {
    margin-left: 0px;
    padding-left: 25px;
  }

  .event-item {
    padding: 25px 35px;
  }
  .event-item .col {
    margin-top: auto;
    margin-bottom: auto;
  }
  .event-results-img {
    height:250px;
    width:auto;
  }
  
  .noresults {
    padding: 0px 35px;
  }
  .blog .post {
    margin-bottom: 35px;
  }
  .single-locations .n2-ss-control-bullet {
    right: 7px !important;
    left: auto !important;
  }
  .google-maps {
    padding-bottom: 125%;
  }
  #map-guide .row {
    align-items: center;
  }
  #map-guide ul {
      /*
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
      */
      width:250px;
      margin:0 auto;
  }
    
    .map-lead {
        margin:20px 0; 
    } 
    .map-lead-row {
        margin:20px 0 0 0; 
    } 
  #map-guide .col-md-6:last-of-type {
   padding: 50px;
  }
  .page-id-4395 #primary,
  .page-id-6559 #primary {
    background-size: 55%;
    min-height: 500px;
    display: flex;
    align-items: center;
  }

    #our-workspaces .price,
    #our-services .price {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
  
    .site-main .comment-navigation, .site-main
    .posts-navigation, .site-main
    .post-navigation {
        margin: 0 0 1.5em;
        overflow: hidden;
      }
      .comment-navigation .nav-previous,
      .posts-navigation .nav-previous,
      .post-navigation .nav-previous {
        float: left;
        width: 50%;
      }
      .comment-navigation .nav-next,
      .posts-navigation .nav-next,
      .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 50%;
      }




      #hm-sec2 .col-lg-6:first-of-type {
        padding-right: 15px;
      }
      #hm-sec2 .col-lg-6:first-of-type img {
        margin-bottom: 0;
      }
      #hm-sec2 .col-lg-6:last-of-type {
        padding-left: 15px;
      }
      .site-footer {
        padding-bottom: 80px;
      }
      .site-footer .copyright {
        margin-top: 10px;
      }
      #about-loc .cut-corner {
        display: inline-block;
      }
      #about-loc .cut-corner:first-of-type {
        margin-right: 10px;
      }
      #about-loc .col-md-6:last-of-type {
        text-align: center;
      }
    
  }



  #ow .row {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  #ow h2 {
    margin-bottom: 75px;
  }
  #ow h3 {
    text-align: left;
    display: flex;
    align-items: center;
  }
  #ow h3 span.num {
    display: inline-block;
    margin: 0 10px 0;
    text-align: center;
    position: relative;
    top: 2px;
  }
  #ow .col-lg-6 {
    margin-bottom: 20px;
  }
  #ow .col-lg-6 img {
    margin: 0 0 15px 63px;
  }
  #ow .col-lg-6 p {
    margin: 0 0 25px 63px;
  }
  #ow .col-md-6.mr {
    padding-left: 76px;
  }
  #ow .col-md-6.mr .btn-mrg {
    margin: 50px 0 0;
  }
  #ow .col-md-6.mr .btn-mrg .cut-corner {
    margin-left: 0;
  }
  #ow .btn-mrg {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  #ow .btn-mrg .cut-corner {
    display: inline;
    margin-left: 63px;
  }
  #ow #mrooms.row {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  #ow .card-body {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    border: none;
    margin-left: 78px;
  }
  #ow .card-body ul {
    list-style-type: none;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }
  #ow .card-body ul li ul {
    display: block;
    left: 0;
    box-shadow: none;
    float: none;
    position: relative;
    top: 0;
    padding-left: 0;
    width: 80%;
  }
  #ow .card-body ul li ul li {
    display: block;
    font-family: "Space Mono", monospace;
    font-size: 14px;
  }
  #ow .card-body ul li ul li:hover {
    background: url("images/arrow-right.png") no-repeat right top 8px;
    background-size: 62px 20px;
  }
  #ow .card-body ul li ul li a {
    color: #FFED7B;
    display: block;
    padding: 5px 0;
  }
  #ow .card-body ul li ul li a:hover {
    color: #FFDD00;
  }
  #ow .card-body > ul > li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  
  .single-post #primary {
    padding-top: 50px;
  }
  .single-post .entry-content.no-thumb {
    margin-top: 0;
  }
  .single-post .entry-content.no-thumb .byline {
    margin-top: 0;
  }
  .cities .owl-carousel .owl-item a {
    display: block;
    background-color: #FFDD00;
  }
  .cities .owl-carousel .owl-item a img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .cities .owl-carousel .owl-item a .space {
    background-color: #24272A;
    color: #fff;
  }
  .cities .owl-carousel .owl-item a:hover {
    text-decoration: none;
  }
  .cities .owl-carousel .owl-item a:hover .space {
    color: #FFDD00;
  }
  .cities .owl-carousel .owl-item a:hover img {
    opacity: .65;
  }
  .google-maps {
    padding-bottom: 75%;
    box-shadow: 2px 2px 4px #d1d1d1;
  }
  #map-guide ul {
    /*
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    */
  }
  .foot-soc {
    margin-bottom: 0;
  }
 

  
  

  
  #our-workspaces .price,
  #our-services .price {
    text-align: left;
  }

  .p15 {
    padding: 0 15px !important;
  }




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

  .google-maps {
    padding-bottom: 65%;
  }

}



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

  .google-maps {
    /* padding-bottom: 35%; */
  }

  .page-id-4395 #primary,
  .page-id-6559 #primary {
    min-height: 675px;
  }
  
}

.mb-box {
  margin: 20px 0px;
  min-height: 420px;
}

.mb-box .wp-mapbox-gl-js-location-sidebar {
  padding: 0 10px 0 0;
}

.mb-box .wp-mapbox-gl-js-location-sidebar p strong {
  display: none;
}

.mb-box .wp-mapbox-gl-js-location-sidebar ul {
  list-style: none;
  margin: -10px 0 0 -40px;
  font-size: 12px;
}

.mb-box .wp-mapbox-gl-js-location-sidebar ul li:hover {
  cursor: pointer;
}

.mb-box .mapboxgl-popup-content *,
.mb-box .mapboxgl-popup-content > * {
  color: #000;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .mb-box .mapboxgl-popup-content *,
  .mb-box .mapboxgl-popup-content > * {
    color: #000;
    font-size: 14px;
  }
  .wp-mapbox-gl-js-location-sidebar {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    text-align: center !important;
    padding-bottom: 10px;
  }
}

.footer-mobile-only {
  display:inline;
}

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

  .footer-mobile-only {
    display:block;
  }

}

.announcement-bar {
    display:block;
}
.announcement-bar .banner-overlay {
     padding:6px;   
}
.announcement-bar .banner-overlay strong {
     font-weight:600   
}
.announcement-bar .banner-overlay  p {
    margin:0px;
    padding:0px;
    font-size:15px;
}
.announcement-bar .banner-overlay  a {
    color:inherit;
    text-decoration:underline;
}




/* Gallery Carousel */

.gallery.owl-loaded{
  position:relative;
}
.gallery .owl-stage-outer {
    padding-top: 60%;
    position: relative
}

.gallery .owl-stage {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.gallery .owl-stage * {
    height: 100%
}

.gallery .owl-item .gallery-item a {
    display: block;
    overflow: hidden;
    position: relative
}

.gallery .owl-stage .image {
    background-size: cover;
    background-repeat: no-repeat
}

.gallery .owl-stage img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%)
}

.gallery .owl-stage .owl-item {
    float: none
}

.gallery .gallery-item {
    float: unset;
    height: 100%
}

.gallery .gallery-item img {
    border: 0;
    padding: 0
}

.gallery-slider-wrap {
    padding-right: 0;
    margin-top: 50px;
    margin-bottom: 50px
}

.gallery-slider-wrap.default .inner-wrap {
    overflow: hidden;
    padding-right: 70px;
    margin-left: -20px
}

.gallery-slider-wrap .gallery-item {
    padding: 0 20px;
    position: relative
}

.gallery-slider-wrap .gallery-item iframe {
    width: 100%;
    height: 100%
}

.gallery-slider-wrap .gallery-item,.gallery-slider-wrap .gallery-item a {
    cursor: grab !important
}

.gallery-slider-wrap .owl-carousel {
    overflow: visible
}

.gallery-slider-wrap .owl-stage-outer {
    overflow: visible
}

.gallery .owl-item .gallery-item a {
    /* pointer-events: none */
}

.gallery .owl-item.active .gallery-item a {
    pointer-events: unset
}

.gallery .owl-item .gallery-item a {
    background-position: center center
}

.gallery .owl-item .gallery-item a {
  background: none !important;
}

.gallery-slider-wrap .gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 680px) {
    .gallery-slider-wrap.default .inner-wrap {
        overflow:hidden;
        padding-right: 0;
        margin-left: -10px
    }

    .gallery-slider-wrap .gallery-item {
        padding: 0;
        position: relative
    }

    body .hero-gallery .overlay {
        margin-top: -100px
    }

    .gallery .owl-stage-outer {
        padding-top: 80% !important
    }
}

.gallery .owl-nav {
    position: unset
}

.gallery .owl-nav>* {
    position: absolute;
    top: 50%;
    z-index: 9999;
    width: 60px;
    height: 60px;
    margin: 0 !important;
    border-radius: 100% !important;
    outline: 0px !important;
    background-color: #ffffff !important;
  border: 0px !important;
}

.gallery .owl-nav>*:hover {
    background-color: #ffdd00  !important
}

.gallery .owl-nav .owl-prev {
    left: -30px;
    margin-top: -30px !important
}

.gallery .owl-nav .owl-next {
    right: -30px;
    margin-top: -30px !important
}

.gallery .owl-nav>* span {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    color: #1d2b36
}

.gallery .owl-nav>*:hover span {
}

@media only screen and (max-width: 620px) {
    .gallery .owl-nav .owl-prev,.gallery .owl-nav .owl-next {
        width:50px;
        height: 50px;
        margin-top: -25px !important
    }

    .gallery .owl-nav .owl-prev {
        left: -20px;
    }

    .gallery .owl-nav .owl-next {
        right: -20px
    }

  
  .hero-gallery .gallery .owl-nav > .owl-prev span,
  .hero-gallery .gallery .owl-nav > .owl-next span{
      height: 100% !important;
  }
  .hero-gallery .gallery .owl-nav > .owl-prev span:after,
  .hero-gallery .gallery .owl-nav > .owl-next span:after{
        font-size: 30px !important;
    line-height: 100%;
      height: 100% !important; width: 100%;
    display: block;
    top: 0px; left: 0px;
    position: absolute;
    line-height: 50px;
  }
  .hero-gallery .gallery .owl-nav > .owl-prev span:after{
    margin-left: -2px !important;
  }
  .hero-gallery .gallery .owl-nav > .owl-next span:after{
    margin-left: 2px !important;
  
  }
}

.gallery-slider-wrap .active .gallery-item {
    /* padding-left: 0 */
}

.gallery-slider-wrap .image {
    display: block !important
}


.gallery-slider-wrap {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0
}

.hero-gallery .gallery .owl-nav .owl-prev {
}

.hero-gallery .gallery .owl-nav .owl-next {
    background-color: #fff !important
}

.hero-gallery .gallery .owl-nav .owl-next:hover {
    background-color: #ffdd00  !important;
}

.hero-gallery .gallery .owl-nav>* span {
    font-size: 0px;
    display: block;
    line-height: 51px
}
.hero-gallery .gallery .owl-nav > .owl-prev span:after {
      content: "\f104";
    font-family: "fontawesome";
    font-size: 35px;
    margin-left: -5px;
}

.hero-gallery .gallery .owl-nav > .owl-next span:after {
    content: "\f105";
    font-family: "fontawesome";
    font-size: 35px;
    margin-left: 5px;
}

/* END Gallery Carousel */


/* Workspaces */

.flex-wrap {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.sidebar-widget .sidebar-block {
    border-radius: 4px;
    background: #f5efe7;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,.04),0px 3px 4px 0px rgba(0,0,0,.08),0px 1px 8px 0px rgba(0,0,0,.08);
    padding: 24px;
    position: sticky;
    top: 125px;
    z-index: 1000;
    text-align: center
}

.sidebar-widget h3 {
    margin-bottom: 10px
}

.sidebar-widget p {
    margin-bottom: 20px
}

.sidebar-widget .btn-wrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    gap: 15px
}

.sidebar-widget .btn-wrap a {
    width: 100%
}


a.btn{
  
}

.btn.outline:not(:hover) {
    background: 0 0;
    color: #272727;
    border-color: #272727
}

#our-workspaces {
  overflow: visible !important;
}

#our-workspaces .container .flex-wrap{
/* .workspaces-services .wrap>.flex-wrap:not(.workspace-listings) { */
    column-gap: 20px;
    margin-top: 0
}

#our-workspaces .container .flex-wrap > .left {
    flex: 1
}
#our-workspaces .container .flex-wrap > .right{
    width: 360px;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    align-self: flex-start
}

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

  #our-workspaces > .container > .flex-wrap > .right{
    padding-left: 30px;
  }

}

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

  #our-workspaces > .container > .flex-wrap {
        flex-direction:column-reverse
    }

  #our-workspaces > .container > .flex-wrap > .right{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
        position: relative !important;
        top: 0
    }

    .sidebar-widget .sidebar-block {
        position: relative !important;
        top: 0;
        width: 100%
    }

    .sidebar-widget .btn-wrap a {
        width: auto
    }
}

@media only screen and (max-width: 435px) {
    .sidebar-widget .btn-wrap a {
        width:100%
    }
}

@media only screen and (max-width: 880px) {
    .main-nav .js-menu-active~#genesis-nav-primary #menu-item-15932>.sub-menu-toggle {
        display:none
    }

    .main-nav .js-menu-active~#genesis-nav-primary #menu-item-15932>.sub-menu {
        display: block
    }
}


.btn{
  font-family: "Tungsten A", "Tungsten B", sans-serif !important;
  font-size:22px !important;
  font-weight:500 !important;
  padding:15px 25px;
  line-height:22px;

    background-color: #ffed7b !important;
    border: 1px solid #ffed7b !important;
    border-radius: 0px !important;
    color: #000 !important;
    line-height: 27px !important;
    text-align: center !important;
    text-decoration:none !important;
}

.btn:hover,
.btn.outline:hover {
    background-color: #ffdd00 !important;
  border: 1px solid #ffdd00 !important;
  
    color: #000 !important;
    text-decoration:none !important;
}

.btn.outline {
  background-color: transparent !important;
  border: 1px solid #24272A !important;
  border-radius: 0px !important;
  color: #000 !important;
}



/* Listings */

.flex-listings .entry .inner-wrap {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 0;
    column-gap: 30px
}

.flex-listings .entry .inner-wrap .featured-img {
    width: 270px;
    height: 202px;
    margin: 0;
    padding: 0;
  background-color: #e1e1e1;
  background-size: cover;
}

.flex-listings .entry .inner-wrap .content {
    flex: 1;
    padding: 0
}

.flex-listings.flex-wrap.align-buttons .entry .btn-wrap {
    position: relative !important;
    top: 0
}

.flex-listings .entry:not(:last-child) .inner-wrap {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 20px
}

.flex-listings .entry>.inner-wrap {
    border: 0
}

.flex-listings .btn.spacer {
    height: 0
}

#workspaces-services .flex-wrap {
    margin: 0
}

.flex-listings .entry .heading-wrap {
    margin: 0;
    margin-bottom: 10px !important;
    justify-content: space-between;
    /* align-items: center; */
    column-gap: 20px;
  flex-direction: column;
}

.flex-listings .entry .heading-wrap h4,
.flex-listings .entry .heading-wrap .meta {
    margin-bottom: 0;
}
.flex-listings .entry .heading-wrap strong:empty{
  display: none;
}
.flex-listings .entry .heading-wrap a,.flex-listings .entry .heading-wrap h4 a {
    color: #061936;
    font-weight: 700
}

.flex-listings .entry .heading-wrap h4 a:hover {
    color: #f05a28 !important
}

.flex-listings .entry .content {
    position: relative;
/*     display: flex; */
/*     display: -webkit-flex; */
    /* flex-wrap: wrap;
    -webkit-flex-wrap: wrap */
/*   flex-direction: column; */
}

.flex-listings .entry .content>* {
    /* flex: 100%; */
}
.flex-listings  .entry .content .excerpt {
  margin-bottom: 15px;
  margin-top: 0px !important;
}
.flex-listings .entry .content .excerpt p:last-child {
  margin-bottom: 0px;
}

.flex-listings .entry .accordion .toggle {
    text-decoration: underline
}

.flex-listings .entry .accordion.active .toggle {
/*     color: #f05a28 */
  font-weight: bold;

}

/* .flex-listings .entry .accordion .toggle:hover {
    color: #061936
} */

.flex-listings .entry .accordion .content {
    padding: 0;
  margin-top: 10px;
    display: none
}

.flex-listings .entry .content .checklist {
  margin-left: 0px;
  padding-left: 20px;
  margin-bottom: 0px;
  
}

.flex-listings .entry .accordion:not(:empty) {
    margin-top: auto;
    /* padding-bottom: 10px; */
}

.flex-listings .entry .accordion .toggle:after {
    content: "\f107";
    font-family: 'fontawesome' !important;
    position: absolute;
    margin-left: 5px
}

.flex-listings .entry .accordion.active .toggle:after {
    content: "\f106"
}



@media only screen and (max-width: 1270px) {
    .flex-listings .entry .heading-wrap>* {
/*         flex:100% */
    }
}

@media only screen and (max-width: 1000px) {
    .flex-listings .entry .inner-wrap {
        column-gap:25px
    }

    .flex-listings .entry .inner-wrap .featured-img {
        width: 150px;
        height: 150px
    }
}

@media only screen and (max-width: 880px) and (min-width:801px) {
    .flex-listings .entry .inner-wrap>* {
        width:100% !important;
    }

    .flex-listings .entry .inner-wrap .featured-img {
        height: 0;
        padding-top: 54%;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 800px) {
    #workspaces-services>.wrap>.flex-wrap {
        flex:100% !important
    }

    .workspaces-services .wrap>.flex-wrap>.right {
        flex: 100%
    }

    .workspaces-services #optin-sidebar {
        display: none !important
    }
}

@media only screen and (max-width: 580px) {
    .flex-listings .entry .inner-wrap>*{
      flex: 100% ;
    }
  
    .flex-listings .entry .inner-wrap .heading-wrap h4 + .meta{
      margin-top: 5px !important;
    }
  

    .flex-listings .entry .inner-wrap .featured-img {
        height: 0;
        padding-top: 54%;
        margin-bottom: 20px
    }
}

.flex-listings .content .link {
    float: right;
  text-align: right;
  color:  #000000;
  font-weight: 600;
  /* font-size: 22px; */
  /* font-family: "Tungsten A", "Tungsten B", sans-serif !important; */
}

.flex-listings .content .link:hover {

  color: #000000;
}

.flex-listings .content .link:after {
    content: " \2192";
  text-decoration: none !important;
  
}

.flex-listings .entry:not(:first-child){
  margin-top: 20px !important;
}

/* END Listings */

/* END Workspaces */



.loc-title span{
  font-size: 34px;
  line-height: 1.4 !important;
  display: block;
  
}
.loc-title br{
  display: none;
}


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

   .loc-title span{
    font-size: 28px;
    line-height: 1 !important;
  }
   
}

@media only screen and (max-width: 576px) {
   .loc-title span{
    font-size: 5vw;
    
  }
}


@media only screen and (max-width: 504px) {
   .loc-title span{
    font-size: 30px;
     line-height: 1 !important;
  }
}

.gallery-item .caption{
  height: auto;
  top: 100%;
  margin-top: 4px;
  position: absolute;
  z-index: 999;
  right: 0px;
  width: 100%;
  text-align: right;
  font-size: 15px;
  color: #4d4d4e;
  
}
.gallery .owl-item .gallery-item a{
  overflow: visible;
}

.gallery.owl-theme{
  margin-bottom: 40px;
}

.gallery .owl-stage .owl-item:not(.active) .caption{
  display: none;
}

#our-workspaces h3{
  margin-bottom: 30px;
}

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

#location-gallery .container-md{
  overflow:hidden;
}
/*   .single-locations #content .owl-stage-outer{
    overflow: hidden;
  }  */
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__slide {
  opacity: 0.6;
}

.splide__slide.is-active {
  opacity: 1;
}

#thumbnail-carousel .splide__list {
  padding-top: 30px !important;
}

#thumbnail-carousel .splide__list li{
  width: 100px;
   height: 60px;
}
#thumbnail-carousel .splide__list li img{
  visibility: visible;
}

/* . */


#main-carousel  .splide__track{
  overflow: visible;
}

#main-carousel .splide__list li{
  padding: 0 20px !important;
}
.splide__track--nav>.splide__list>.splide__slide.is-active{
  border: none;
}


.splide__list  a{
  background-image: none !important;
  text-decoration: none !important;
  
}

.splide__list  a .caption{
  text-align: right;
  font-size: 15px;
  padding-top: 5px;
  text-decoration: none !important;
}

.splide__arrow{
  width: 60px; height: 60px;
  background: #ffffff;
  opacity: 1;
}
.splide__arrow:hover{
  background: #ffdd00  !important;
  opacity: 1 !important;
}
.splide__arrow svg{
  height: 2em;
  width: 2em;
}
.splide__arrow.splide__arrow--prev{
  margin-left: -45px;
}
.splide__arrow.splide__arrow--next{
  margin-right: -45px;
}

#thumbnail-carousel {
  margin-top: 10px;
  padding: 0 20px;
  width: 100%;
}
#thumbnail-carousel  .splide__list{
/*   transform: none !important; */
/*   margin: 0 auto !important; */
/*   justify-content: center; */
}

#thumbnail-carousel .splide__arrows{
  display: none;
}


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

  #main-carousel .splide__list li{
    padding: 0 !important;
  }

  .splide__arrow{
    width: 50px; height: 50px;
  }
   .splide__arrow.splide__arrow--prev{
    margin-left: -35px;
  }
  .splide__arrow.splide__arrow--next{
    margin-right: -35px;
  } 
  .splide__arrow svg{
    height: 1.5em;
    width: 2em;
  }
  
}

/* .locations-template-default #location-gallery{
  margin-bottom: 0px;
} */

.splide__list .splide__slide:not(.is-active) a .caption{
  visibility: hidden;
}

#our-workspaces .container .flex-wrap > .left{
    overflow: hidden; 
  /* Prevent overflow from affecting layout */
}

.splide-test{
  max-width: 100%;
  /* display: none; */
}

.splide__arrow.splide__arrow--prev{
  display: none;
}

#thumbnail-carousel{
  padding: 0px !important;
}

#main-carousel .splide__list li{
  padding: 0 10px !important;
}

#main-carousel .splide__track{
  padding-right: 70px !important;
  margin-left: -10px;
}

.splide__arrow.splide__arrow--next{
  margin-right: 28px;
}

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

  .splide__arrow.splide__arrow--next{
    margin-right: 33px;
  }
  
}

#our-workspaces .caption, #our-services .caption{
  width: 100% !important;
  color: #747474;
  margin: 0;
  font-size: 13px;
  
}

.splide__list a{
  position: relative !important;
}

.splide__track--nav>.splide__list>.splide__slide{
  border: none;
}

@media only screen and (max-width: 800px) {
  #our-workspaces .container .flex-wrap > .left{
    width: 100%;
  }
  #thumbnail-carousel .splide__list{
        transform: translateX(0px);
  }
}

.flex-listings  .splide-test + .entry{
  margin-top: 40px !important;
}

.splide__list .splide__slide:not(.is-active) a{
  pointer-events: none;
}

#our-workspaces,
#our-services { 
  padding-top: 60px;
}

#our-workspaces .container > .section-title{
  margin-top: 0px;
}




/* Block */
.wp-block-group{
  padding-top: 80px;
  padding-bottom: 80px;
}

.wp-block-group:not(.has-background) + .wp-block-group:not(.has-background){
  padding-top: 0px;
}

.wp-block-group.has-background{
    width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 10px;
  padding-right: 10px;	
}

.wp-block-group.has-background .wp-block-group__inner-container{
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
}

.wp-block-group:first-child{
  padding-top: 0px;
}
.wp-block-group:last-child{
  padding-bottom: 0px;
}

.wp-block-group h1,
.wp-block-group h2{
  margin-bottom: 20px;
  margin-top: 0px !important;
  text-transform: uppercase;
  font-size: 80px;
}

.wp-block-group h1{
  font-size: 100px;
  font-weight: 800;
}

.wp-block-group h1:not(:first-child){
  margin-top: 80px !important;
}

.wp-block-group__inner-container > .wp-block-image img{
  width: 100%;
}

.wp-block-group h1.wp-block-heading + p{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 800px) {
 .wp-block-group h1{
   font-size: 80px;
 } 
}


@media only screen and (max-width: 576px) {
  .wp-block-group h2{
        font-size: 66px;
  }
 .wp-block-group h1{
   font-size: 66px;
 } 
  
}


/* LOGO LIST */


.logo-listings-wrap{
  max-width: 768px;
  margin: 0 auto;
}

.logo-listings{
  display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;  
    width: 100%;    
      align-items: center;
  justify-content: center;
  gap: 32px;
  row-gap: 0px;

    display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: stretch;
  column-gap: 20px;
  margin-top: -20px;
}

/* .logo-listings::after {
  content: "";
  flex: 0 0 32%;
  max-width: 168px;
} */

.logo-listings .logo-entry{
  margin-top: 20px;
  
}

.logo-listings .logo-img{
  width: 168px;
  height: 96px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

@media only screen and (max-width: 600px) {
  
  .logo-listings{
  /*   --gap: 20px;
    --columns: 2;
    display: flex;
    max-width: 800px;
    width: 100%;
    flex-wrap: wrap;
    gap: var(--gap); */
  /*  gap: 20px !important; */
  /*  column-gap: 0px !important; */
    margin-top: -15px;
  }
  
    
  .logo-listings .logo-entry{
  
    background: pink;
       width: calc(33.33% - 10px);
    margin-top: 15px;
  /*   width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns))); */
  }
  
  .logo-listings .logo-entry .logo-img{ 
    margin: 0 auto; 
      margin: 0 auto; 
    max-width: 100%;
    width: 100%;
    padding-top: 57.14%;
    height: auto;
    
  }
  .logo-listings::after {
    display: none;
  } 
  
}
/* END LOGO LIST */

/* Value Proposition */

.wp-block-group.value-proposition h4{
  text-align: center;
  margin-bottom: 20px;
}
.wp-block-group.value-proposition .wp-block-columns {
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.wp-block-group.value-proposition .wp-block-columns .wp-block-column{
  max-width: calc( (100% / 3) - 15px ) !important;
}

.wp-block-group.value-proposition .wp-block-columns .wp-block-column:empty{
  display: none;
}

.wp-block-group.value-proposition ul{
  margin-bottom: 0px;
}

@media (max-width: 781px){
  
  .wp-block-group.value-proposition .wp-block-columns .wp-block-column{
    max-width: 100% !important;
  }

  .wp-block-group.value-proposition .wp-block-column > *{
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
}

/* END Value Proposition */

/* Testimonial */

.testimonial-content{
    background-color: #f7f7f7;
  box-shadow: 2px 2px 4px #d1d1d1;
  padding: 20px;
  margin: 3px;
}

.wp-block-group.has-background .testimonial-content{
  background: none;
  box-shadow: none;
    max-width: 600px;
  margin: 0 auto;
  padding: 20px 0px;
}

.wp-block-group.has-background .testimonial-content .testimony *{
    font-size: 20px;
    line-height: 1.5em;  
}

.wp-block-group.has-background .testimonial-content .testimony p:last-child{
  margin-bottom: 0px !important;
}

/* END Testimonial */

/* Post Listings */


.post-listing{
  justify-content: space-between;
  gap: 44px;
}


.listing-entry{
  list-style: none;
    display: block;
    overflow-wrap: unset;
  background-color: #f7f7f7;
  box-shadow: 2px 2px 4px #d1d1d1;
  
}

.wp-block-group__inner-container > .listing-entry{
  max-width: 600px;
  margin: 0 auto;
}

.wp-block-group.has-background .listing-entry{
  background: #ffffff;
}

.listing-entry .post-meta{
  line-height: 1.5;
}

.listing-entry .listing-img{
  background-size: cover;
  background-position: center center;
  position: relative;
  background: none !important;
    padding-top: 0px !important;
    overflow: hidden;
  margin-bottom: 0px !important;
  
}


.listing-entry .listing-img .img{
  background-color: #e1e1e1;
  width: 100%; 
  
  display: block;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 

  -webkit-transition:  all 1s ease-in-out!important;
    transition: all 1s ease-in-out!important;   
}

.listing-entry div.listing-img {
  pointer-events: none;
}

.listing-entry .listing-img:after {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0px; left: 0px;

  -webkit-transition:  all 1s ease-in-out!important;
    transition: all 1s ease-in-out!important;   
    opacity: 0;    
}
.listing-entry .listing-img:hover:after {
    opacity: 1;
}

.listing-entry .listing-img:hover .img{
/*     -webkit-transform: scale(1.1);
    transform: scale(1.1);  
    -webkit-transform-origin: center center;
    transform-origin: center center;     */
}


.listing-entry .listing-img{
  padding-top: 56.051%;
  display: block;
  margin-bottom: 20px;
}

.listing-entry  .content{
  padding: 20px;
}
.listing-entry h3,
.listing-entry p{
    margin-bottom: 20px;
}

.listing-entry h3 a,
.listing-entry h3 ~ a{
  color: #261C15;
  
}

.blog-entry.listing-entry h3 a{
  display: block;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  width: 100%;
}

.listing-entry h3 a{
  text-decoration: none;
  
}


.listing-entry h3 a:hover{
  text-decoration: underline;
}

.listing-entry .post-meta a{
  font-weight: normal !important;
  text-decoration: none;
}


.listing-entry .content .post-meta a{
  pointer-events: none;
}

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

  .post-listing .listing-entry{
    flex: 100%;
  }

  .listing-entry .listing-img{
    margin-bottom: 15px;
  }

  .entry .post-meta,
  .listing-entry h3, .listing-entry p{
    margin-bottom: 10px;  
  }



}
/* END Post Listings */


/* FAQ */

.faq-list strong{
  color: #149DA6; 
}

.faq-wrap .wp-block-heading,
.faq-list  {
}
.faq-list .accordion{
  margin-bottom: 40px;
   background-color: #f7f7f7 !important;
    box-shadow: 2px 2px 4px #d1d1d1;

}
.faq-list .accordion:last-child{
  margin-bottom: 0px !important;
}

.faq-list .toggle{
  padding-right: 63px;
  position: relative;
  cursor: pointer;
  padding: 20px 20px;
  padding-right: 100px;
  border-radius: 12px;  
/*  font-family: Atten New;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 50px;   */
}


.faq-list .content{
  padding: 20px 20px;
  padding-top: 0px !important;
  /* border-top: 1px solid #d6d6d6; */
  
}
.faq-list .toggle p{
  margin-bottom: 0px;
}
.faq-list .accordion .toggle:before{
    content: "\f107";
    font-family: 'fontawesome' !important;
  color: #115A66;
  font-size: 35px;
    position: absolute;
    right: 0px; top: 4px;
    width: 26px; height: 26px;
/*     background-image: url(images/icon-plus.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.faq-list .accordion.active .toggle:before{
  content: "\f106";

}

.faq-list .accordion .toggle:before,
.faq-list .toggle h3{
  font-family: 'DM Sans';

  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 42px */
  letter-spacing: -0.35px;
  color: #0E3327;
}
.faq-list .accordion .toggle:before{
  font-size: 40px;
  line-height: 40px;
  top: 20px; right: 40px;
}

.faq-list .accordion .content{
  padding-top: 16px;
  display: none;
  padding-bottom: 20px;
}

.faq-list .accordion .content p:last-child{
  margin-bottom: 0px;
}


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


  .faq-list .toggle{
    padding: 20px 32px;
    padding-right: 66px;
  }
  .faq-list .content{
    padding: 20px 32px;
  }
  
  .faq-list .accordion .toggle:before{
    right: 25px;
  }
  
  .faq-list .accordion .toggle:before,
  .faq-list .toggle h3{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.35px;
  }

  .faq-list .accordion .toggle:before{
    line-height: 1; 
    font-size: 26px;
    top: 27px;
  }

  .faq-list .accordion{
    margin-bottom: 24px;
  }

}


/* END FAQ */

.wp-block-group ._form{
  max-width: 580px;
  margin: 0 auto;
}

.wp-block-group ._form ._button-wrapper{
  text-align: center;
}



.wp-block-group:first-child{
  margin-top: -45px;
}
.wp-block-group:first-child .wp-block-group__inner-container > .wp-block-image:first-child{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;  
      height: calc(90vh) !important;
  position: relative;

}

.wp-block-group:first-child .wp-block-group__inner-container > .wp-block-image:first-child img{
    position: absolute;
    object-fit: cover !important;
  object-position: center !important;
  height: 100%; width: 100%;
}


/* END Block */

body.page-template-page-embedded{
  /* overflow: hidden; */
}

body.page-template-page-embedded .entry-content{
  margin-top: 0px;
}

body.page-template-page-embedded .entry-header{
	display: none;
}

.seamless-iframe{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
/*   height:  calc(100vh - 80.67px); */
}

.seamless-iframe iframe{
    height: 100%;
	border: 0px;
}



@media only screen and (min-width: 901px) {
  .page-template-page-embedded #primary,
  .seamless-iframe iframe{
    height: 1100px !important;
  }
    
}


@media only screen and (min-width: 1200px) {
  .page-template-page-embedded #primary,
  .seamless-iframe iframe{
    height: 1045px !important;
  }
    
}

@media only screen and (max-width: 900px) {
  .page-template-page-embedded #primary,
  .seamless-iframe iframe{
    height: 1341.7px !important;
  }
    
  
}

@media only screen and (max-width: 530px) {
  .page-template-page-embedded #primary,
  .seamless-iframe iframe{
    height: 1367.7px !important;
  }
  
}

@media only screen and (max-width: 430px) {
  .page-template-page-embedded #primary,
  .seamless-iframe iframe{
    height: 1423px !important;
  }
  
}




.usp-bar {
    background-color: var(--nautral-20);
    justify-content: center;
    align-items: center;
    padding: .75rem 1.5rem;
    display: flex;
   position: sticky;
  top: 80.67px;
  z-index: 998;
  background: rgb(246, 246, 244);
}

.mega-menu-mobile-menu-mobile-open #mm-overlay{
	z-index: 999 !important;
}

.usp-list {
    display: flex
}

.usp-point {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-right: 1px solid #d3d5d4;
    color: var(--neutral-60);
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .75rem;
    font-weight: 500;
    display: flex
}

.usp-point.last {
    border-right-style: none
}

.icon {
    flex: none;
    width: 1rem;
    height: 1rem;
    line-height: 0
}

/* .usp-bar {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
*/

@media only screen and (max-width: 927px) {
  .usp-bar{
    padding: 5px 10px;
  }
  .usp-list {
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: center;
  }

  .usp-list .usp-point{
    padding: 0px 10px;
  }
  
  .usp-bar::-webkit-scrollbar {
    /* display: none;  */
  }
  
  
}

body.page-template-page-embedded .site-header{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 998;
  background: #ffffff;

  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;  
}

.usp-bar{
  top: 54.79px;
}

body.page-template-page-embedded .fixed-top{
  top: 0px !important;
}

@media only screen and (min-width: 992px) {
  .usp-bar{
    top: 77.2px;
  }
}

@media only screen and (max-width: 575px) {
  .usp-bar{
    top: 70.67px;
  }
}


body:not(.page-template-page-embedded) .link.menu-item {
  display: none;
}



body.page-template-page-embedded .mobile-btns ul li#menu-item-8726{
  display: inline-block !important;
  width: auto;
}

body.page-template-page-embedded .site-branding .row .col-lg-6 {
  /* display: none !important; */
}
body.page-template-page-embedded .site-branding .row  .col-lg-3:first-child{
    /* max-width: 100%;
    width: 275px;
  flex: initial; */
}

body.page-template-page-embedded .site-branding .row  .col-lg-3:last-child{
  /* flex: 1; */
flex: 1;
  max-width: 100% !important;
}

body.page-template-page-embedded .menu-item.btn-contact {
  display: inline-block !important;
}
body.page-template-page-embedded  .menu-item.btn-book{
  display: none !important;
}

body.page-template-page-embedded  #mega-menu-menu-main{
  /* display: none !important; */
}


body.page-template-page-embedded .menu-menu-right-buttons-container .menu{
  display: flex;
  gap: 20px;
  
}

/* body.page-template-page-embedded #mega-menu-wrap-mobile-menu:after, */
body.page-template-page-embedded #mega-menu-wrap-mobile-menu > .mega-menu-toggle .mega-toggle-blocks-left{
  /* display: none; */
}

body.page-template-page-embedded #mega-menu-wrap-mobile-menu > .mega-menu-toggle{
  /* visibility: hidden !important; */
}

body.page-template-page-embedded .pad-logo{
  /* padding-left: 0px; */
}

body.page-template-page-embedded .pad-logo img{
  /* border-left: 0px;
  padding-left: 0px; */
}

@media only screen and (min-width: 992px) {
  .usp-bar{
    margin-top: 77px;
  }

}

@media only screen and (max-width: 992px) {
  .usp-bar{
    margin-top: 103px;
  }
}




.page-template-page-embedded .mfp-bg{
	background-color: rgba(255,255,255,0.70) !important;
	backdrop-filter: blur(6px);
  
}

.page-template-page-embedded .mfp-content{
  max-width: 600px;
  padding: 30px;
  background: #ffffff;
  outline: 1px solid #e0e0e0;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px ;
}
