@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700");
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------

:: GENERAL STYLES
:: LAYOUT & GRID STYLES
:: LINK STYLES
:: TYPOGRAPHY
:: HEADER STYLES
:: NAVIGATION STYLES
:: OFF CANVAS PUSH MENU
:: IMAGES
:: POSTS & CONTENT STYLE
:: PAGE NAVI STYLES
:: COMMENT STYLES
:: COMMENT FORM STYLES
:: SIDEBARS & ASIDES
:: FOUNDATION STYLES
:: PLUGIN STYLES
:: FOOTER STYLES
:: HOME PAGE
:: DEFAULT PAGE
:: FULLWIDTH PAGE
:: FORMS
:: CONTACT PAGE

:: MEDIA QUERIES IOS (max-width : 1024px)
-------------------
FOUNDATION GRID
:: MEDIA QUERIES - SMALL (max-width: 40.063em)
:: MEDIA QUERIES - MEDIUM (min-width: 40.063em) 
:: MEDIA QUERIES - LARGE (min-width: 64.063em)
*/
/*********************
GENERAL STYLES
*********************/
/*********************
LAYOUT & GRID STYLES
*********************/
.grid-x, .top-bar {
  max-width: 79rem;
  margin-right: auto;
  margin-left: auto;
}
.hero {
  margin-bottom: 4em;
}
.hero .flexibleImg {
  width: 100%;
}
.hero-intro {
  margin-right: 0;
}
.content {
  margin-bottom: 3em;
}
/*********************
FONTS
*********************/
h1, h2, h3, h4, h5, p, li {
  color: #404040;
  /*font-family: 'Raleway', sans-serif;
    font-family: 'Open Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
}
h1 {}
h2 {}
h3 {}
h4 {}
p {
  font-size: 15px;
  line-height: 1.8;
}
/*********************
HEADER STYLES
*********************/
.contact-bar {
  background-color: #f4f3f0;
  text-align: right;
  color: #fff;
  padding: 5px;
}
ul.contact {
  margin-bottom: 5px;
}
ul.contact li {
  display: inline-block;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 5px;
  background-color: #F15A2B;
  border-radius: 3px;
}
ul.contact li a {
  color: #fff;
  font-size: 16px;
}
ul.contact li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.contact-icons {
  width: 27px;
  padding-right: 5px;
}
.logo {
  max-width: 340px;
}
/*********************
NAVIGATION STYLES
*********************/
.top-bar, .top-bar ul {
  background-color: #fff;
}
.top-bar ul li a {
  border: 0.5px solid #cecece;
  margin-left: 10px;
  border-radius: 3px;
}
.top-bar, .top-bar ul li a {
  color: #404040;
  font-size: 12px;
  font-weight: bold;
}
.top-bar .top-bar-left {
  max-width: 30em;
}
.top-bar .top-bar-right {
  /*min-width: 50em;*/
}
/*UBERMENU*/
a {
  cursor: pointer;
}
.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  font-size: 11px;
  line-height: 0.5em;
  color: #918d8d;
  border: 0.5px solid #cecece !important;
  border-radius: 3px;
}
.contact-us a {
  color: #FFF !important;
  background-color: #e95d0f !important;
  border: 0.5px solid #e95d0f !important;
  border-radius: 3px;
}
.icon-serviced::before {
  content: "";
  background-image: url(../images/icon-desk.png);
  padding-right: 25px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.icon-custom::before {
  content: "";
  background-image: url(../images/icon-custom.png);
  padding-right: 25px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.icon-meeting::before {
  content: "";
  background-image: url(../images/icon-meeting.png);
  padding-right: 25px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.icon-virtual::before {
  content: "";
  background-image: url(../images/icon-virtual.png);
  padding-right: 25px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.icon-coworking::before {
  content: "";
  background-image: url(../images/icon-coworking.png);
  padding-right: 25px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
/*********************
OFF CANVAS PUSH MENU
*********************/
.menu .active > a {
  background: transparent;
}
/*********************
NAVIGATION STYLES
*********************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px;
}
.byline {
  color: #999;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput='mouse'] .post-password-form input[type="submit"] {
  outline: 0;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  background-color: #14679e;
  color: #fefefe;
}
/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}
.gallery::before, .gallery::after {
  content: ' ';
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.gallery dl:last-child:not(:first-child) {
  float: right;
}
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}
/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px;
}
#respond ul {
  margin-left: 0px;
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  float: right;
}
/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label, .respond-form form li small {
  display: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/

.sidebar {
    /*background-color: #f4f3f0;*/
}
.sidebar li {
  list-style: none;
}
.widget ul {
  margin: 0;
}
/*********************
FOOTER STYLES
*********************/
/*********************
FOOTER STYLES
*********************/
.footer {
  background-color: #464850;
  clear: both;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 3em;
}
.footer .logo {
  width: 200px;
  margin-top: 10px;
}
.footer p {
  color: #f1f1f1;
  font-size: 13px;
}
.footer h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 14px;
}
.footer .quick-links {
  margin-left: 0;
}
.footer .quick-links ul li {
  display: block;
  width: 100%;
}
.footer .quick-links ul li a {
  font-size: 13px;
  color: #fff;
  padding: .4rem 0rem;
}
.footer .quick-links .menu .active > a {
  background: none;
}
ul.footer-list {
  margin-bottom: 0;
  margin-left: 0;
  /*text-align: right;*/
  float: left;
}
ul.footer-list li {
  /*display: inline-block;*/
  /*padding-bottom: 10px;*/
  list-style: none;
}
ul.footer-list li a {
  color: #FFF;
  font-size: 15px;
}
.footer-list-icons {
  width: 27px;
  padding-right: 5px;
}
.footer h4 {
  color: #fff;
  /*border-bottom: 1px solid #7d9297; */
}
.footer .quick-links ul {
  margin-left: 0;
}
.footer .quick-links li {
  color: #fff;
  list-style: none;
}
.creds hr {
  border-bottom: 1px solid #59737a;
  /*margin: 0rem auto;*/
}
p.copyright {
  color: #fff;
  /*text-align: center;*/
  /*margin-top: 30px;*/
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px;
}
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}
/*CONTACT FORM 7*/
[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea, select {
  color: #366a87 !important;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: inset 0 0px 0px rgba(10, 10, 10, .1);
}
textarea[rows] {
  height: 120px;
}
.labelBG {
  color: #FFF;
  background-color: #ae9874;
  padding: 7px;
  margin-right: 5px;
}
.paddingR {
  padding-right: 5px;
}
p .wpcf7-submit {
  color: #fff;
  background-color: #F15A2B;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0rem;
  border: none;
  border-radius: 3px;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #366a87 !important;
  opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #366a87 !important;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #366a87 !important;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #366a87 !important;
  opacity: 1;
}
.dropdown-pane {
  width: 900px;
}
#example-dropdown {
  /*width: 900px!important;*/
}
/*********************
POST STYLES
*********************/
.article-hero {
  background-color: #f4f3f0;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 4em;
}
.article-hero h1 {
  font-size: 40px;
  font-weight: 600;
}
.post-hero {
  background-color: #f4f3f0;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 4em;
}
.post-hero h1 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 1em;
}
.single-format-standard h3 {
  font-weight: 600;
}
.articles {
  border: 1px solid #f1f1f1;
  padding-bottom: 10px;
  border-radius: 10px;
}
.articles img {
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
}
.articles .byline, .articles h3, .articles p, .read-more {
  margin-left: 15px;
  margin-right: 15px;
}
.articles .byline {
  font-size: 0.8rem;
}
.articles h3 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}
.articles h3 a {
  color: #404040;
}
.articles p {
  color: #333;
  font-size: 14px;
}
.excerpt-read-more {
  display: none;
}
.read-more {
  background-color: #e95d0f;
  border-radius: 5px;
}
.read-more:hover {
  background-color: #e95d0f;
}
.read-all {
  color: #fff;
  background-color: #666;
  padding: 20px;
  border-radius: 5px;
}
.read-all a {
  color: #fff;
}
/*********************
SEARCH ARCHIVE
*********************/
.search-results {}
.archive h1 {
  font-size: 25px;
}
.archive h5 a, .archive p a {
  color: #F15A2B;
}
/*********************
HOME PAGE
*********************/
.hero {
  position: relative;
}
.hero-intro {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hero-intro h2 {
  font-size: 31px;
  font-weight: 700;
  margin: 20px;
}
.hero-intro .button {
  margin-left: 10px;
  background-color: #e95d0f;
}
hero-intro .button span {
  font-weight: 800;
}
.quick-look img {
  margin-bottom: 5px;
}
/*.quick-look .cell{
    border: 1px solid #fff;
   
}

.quick-look .cell:hover{
    border: 1px solid #cecece;
   
}*/
.quick-look img {
  max-width: 30px;
}
.quick-look p {
  font-size: 14px;
}
/*********************
PARTS OFFICE-SOLUTIONS
*********************/
.office-solutions-bg {
  background-color: #f4f4f4;
  padding-bottom: 3em;
}
.office-solutions .cell {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
.office-solutions img {
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
}
.office-solutions h4 {
  font-size: 17px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.office-solutions p {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.button-group {
  margin-left: 15px;
  margin-right: 15px;
}
.button-group.small .button {
  font-size: 13px;
}
.office-solutions .button {
  background-color: #e95d0f;
  /*text-transform: uppercase;*/
  border-radius: 5px;
}
.office-solutions .outline {
  color: #333;
  background-color: #FFF;
  border: 1px solid #e95d0f;
  margin-left: 5px;
}
/*********************
PARTS -ETHOS
*********************/
.ethos {
  text-align: center;
  padding-top: 2em;
}
.ethos img {
  margin-bottom: 20px;
}
.ethos h3 {
  font-size: 21px;
  font-weight: bold;
}
.ethos h5 {
  font-size: 17px;
  font-weight: bold;
}
.ethos p {
  font-size: 14px;
}
/*********************
PARTS LATEST ARTICLES
*********************/
.latest-articles-bg {
  background-color: #f4f4f4;
  padding-bottom: 3em;
}
.latest-articles .cell {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding-bottom: 30px;
}
.latest-articles img {
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
}
.latest-articles h4 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.latest-articles p {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.latest-articles .read-more {
  font-size: 11px;
  color: #fff;
  background-color: #F15A2B;
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
}
/*********************
PLUGIN STYLES
*********************/
ul.two-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-top: 2em;
  /*margin-bottom: 2em;*/
}
ul.two-columns li {
  font-size: 15px;
  padding-right: 60px;
  padding-bottom: 10px;
}
ul.two-columns li {
  list-style: none;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  padding-left: 35px;
  background-position: 0 10px;
}
/*********************
HOME
*********************/
/*********************
DEFAULT
*********************/
.hero-single-title {
  position: relative;
}
.hero-single-title {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hero-single-title h1 {
  font-size: 31px;
  font-weight: 700;
  margin: 20px;
}
.meeting-rooms p {
  color: #FFF;
}
.lemongrass {
  background-color: #c8bd98;
}
.rosemary {
  background-color: #626a59;
}
.oregano {
  background-color: #758b50;
}
.sage {
  background-color: #bcb88a;
}
.tarragon {
  background-color: #a4ae77;
}
/*********************
SERVICES POST
*********************/
.features img {
  max-width: 30px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.features p {
  font-size: 14px;
  margin-bottom: 0;
}
.features p {}
/*********************
MEDIA QUERIES
*********************/
/* Small only */
@media screen and (max-width: 39.9375em) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 24px;
  }
  .hero-intro {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .hero-intro h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 10px;
  }
  .hero-intro .button {
    margin-left: 10px;
    background-color: #e95d0f;
  }
  .hero-intro .button span {
    font-weight: 800;
  }
  .hero {
    margin-bottom: 2em;
  }
  .hero-single-title h1 {
    font-size: 25px;
    font-weight: 700;
    padding-right: 40px;
    margin: 0px;
  }
  .email span, .phone span {
    display: none;
  }
  .footer .quick-links {
    margin-left: 10px;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .post-hero .single-title {
    font-size: 30px;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}