@charset "UTF-8";
/*
Theme Name: New Bloom Dermatology
Theme URI: http://www.creativetakeweb.com
Description: Theme produced by CreativeTake Medical
Version: 1.0
Author: CreativeTake Medical
Author URI: http://www.creativetakeweb.com
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* Foundation */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400&family=Lato:wght@700&family=Poppins:wght@300;400;500&family=Raleway:wght@400;600&display=swap");
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block; }

.col-xs-5ths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 768px) {
  .col-sm-5ths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .col-md-5ths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  font-family: inherit;
  font-size: 100%;
  font-weight: 400;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0; }

:focus {
  /* remember to define focus styles! */
  outline: 0; }

html {
  min-width: 10px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none; }

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1440px; } }

p {
  margin: 1rem 0; }

sup {
  font-size: 10px;
  vertical-align: super; }

ol,
ul {
  list-style: none; }

table {
  width: 100%;
  border-spacing: 0;
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate; }

caption,
td,
th {
  font-weight: normal;
  text-align: left; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

blockquote {
  font-family: "Crimson Text", serif;
  font-size: 28px;
  font-weight: normal;
  margin: 3rem;
  padding: 0 3rem;
  text-align: left;
  border-left: 3px solid #ebebeb; }
  blockquote span {
    font-weight: normal;
    font-style: italic; }

blockquote p {
  margin: 10px 0 !important; }

small, .small {
  font-size: 80% !important; }

em,
i {
  font-style: italic; }

hr {
  border-width: 0; }

hr {
  clear: both;
  height: 1px;
  margin: 3em 0;
  border: 0;
  background: #bdbdbd; }

a img {
  border: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a img {
  border: 0; }

.alignleft {
  float: left;
  margin: 40px 6vw 20px 0; }

.alignright {
  float: right;
  margin: 40px 0 20px 6vw; }

.aligncenter {
  display: block;
  float: none;
  margin: 15px auto !important; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tblr0 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*** Structures and Defaults
****************************************************************/
body {
  font-family: "Optima", "Crimson Text", serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.67;
  text-align: left;
  text-transform: none;
  color: #49403C;
  background-color: #fff;
  background-attachment: scroll;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%; }

#main {
  position: relative;
  display: block;
  width: 100%;
  min-height: 700px;
  margin: 0;
  margin-top: 0;
  padding-bottom: 0;
  background-color: #fff; }

body.inside-page #main {
  padding-top: 330px; }
  @media (max-width: 991px) {
    body.inside-page #main {
      padding-top: 280px; } }

/*** Links
****************************************************************/
a {
  font-weight: normal;
  text-decoration: none;
  color: #5d4c44; }
  a.invert {
    color: #49403C; }
  a:active, a:focus, a:hover {
    text-decoration: none;
    color: #AC8F73;
    outline: 0; }
    a:active.invert, a:focus.invert, a:hover.invert {
      color: #5d4c44; }

::-moz-selection {
  color: #fff;
  background: #5d4c44;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #5d4c44;
  text-shadow: none; }

a.button:after {
  content: ""; }

/*** Content ***/
section {
  padding: 3em 0; }

#def-column,
#one-column {
  display: block;
  width: 100%;
  background: #fff; }
  #def-column .container,
  #one-column .container {
    padding-bottom: 4rem; }

#one-column #primary {
  position: relative;
  display: block;
  float: none;
  margin: 0 auto; }

#primary {
  position: relative; }

#primary strong,
strong {
  font-weight: bold; }

.post-entry img {
  max-width: 100%;
  height: auto;
  padding: 0;
  border: 0; }

#primary h1.entry-title {
  font-family: "Crimson Text", serif;
  position: relative;
  background: none; }

#primary .content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

#primary ol,
#primary ul {
  margin: 0 0 1em;
  padding: 0 0 0 30px;
  list-style: disc;
  color: #333;
  font-size: 94%; }

#primary ul ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: disc; }

#primary ul li {
  padding-left: 2px;
  list-style: disc; }
  #primary ul li + li {
    padding-top: .5em; }

#primary ol li {
  padding-left: 2px;
  list-style: decimal; }

#primary li li {
  list-style: disc; }

#primary img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%; }

.home #primary a {
  text-decoration: none; }

#primary a {
  text-decoration: none; }

.home #primary a.button {
  float: left; }

#primary a:hover img {
  opacity: 0.8; }

/*** Sidebar */
#secondary {
  background-color: transparent; }

#secondary .content-wrapper {
  background: transparent; }

.home #secondary .content-wrapper {
  border: none; }

#secondary aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5%;
  background: transparent; }

#secondary aside p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff; }

#secondary .widget h3 {
  font-size: 26px;
  font-weight: 300;
  margin: 15px;
  padding: 5px;
  text-transform: none; }

h3.widget-title {
  position: relative;
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase; }

#secondary .widget h3 {
  font-size: 26px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  margin: 15px 0 15px 15px;
  padding: 0;
  text-align: left;
  text-transform: uppercase; }

/* Secondary Columns Styles */
#secondary .widget ul {
  padding: 10px; }

#secondary .widget li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  word-wrap: break-word; }

#secondary .widget li li {
  margin: 0 0 0 10px;
  padding: 1px 0;
  list-style: none; }

#secondary .widget li {
  margin: 6px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: left; }

#secondary .widget li a {
  font-family: "Crimson Text", serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  padding-left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: none; }

#secondary .widget li a::before {
  content: "• "; }

#secondary .widget li a:hover::before {
  content: "• "; }

#secondary .widget li li a {
  font-size: 26px; }

#secondary .widget li li a {
  background: none; }

#secondary .widget li li a::before {
  font-size: 12px; }

#secondary ul.menu li a {
  float: left;
  overflow: hidden;
  width: 308px;
  height: 110px;
  margin: 8px 0;
  white-space: nowrap;
  text-indent: -9999px;
  border-left: 9px solid #e1e1e1;
  background-color: #000; }

#secondary ul.menu li:first-child a {
  margin-top: 15px; }

#secondary ul.menu li a:hover {
  border-left: 9px solid #cc3; }

/*** Widgets ***/
#widgets {
  margin-top: 40px; }

.tagcloud {
  padding: 0 35px; }

#widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none; }

#widgets form {
  margin: 0; }

#widgets ol,
#widgets ul {
  padding: 0 0 0 20px; }

#widgets ul li a {
  display: inline;
  text-decoration: none; }

#widgets .widget-title img {
  position: relative;
  top: 4px;
  float: right;
  width: 11px;
  height: 11px; }

#widgets .rss-date {
  line-height: 18px;
  padding: 6px 12px; }

#widgets .rssSummary {
  padding: 10px; }

#widgets cite {
  font-style: normal;
  line-height: 18px;
  padding: 6px 12px; }

#widgets .tagcloud,
#widgets .textwidget {
  line-height: 1.5em;
  display: block;
  margin: 0;
  word-wrap: break-word; }

.textwidget {
  line-height: 20px; }

.textwidget p.dedicated {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #c00; }

.textwidget .dedicated span {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

.textwidget img {
  display: block;
  margin: 0 auto; }

.textwidget a.button {
  position: absolute;
  bottom: 25px;
  margin: 0 auto 0 60px; }

.textwidget h5 {
  font-family: "Verdana", Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #609ab5; }

.textwidget h5 span {
  font-family: "Verdana", Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #222; }

#widgets .textwidget a {
  display: inline; }

#widgets ul .children {
  padding: 0 0 0 10px; }

#widgets .author {
  font-weight: 700;
  padding-top: 4px; }

#cat,
.widget_archive select {
  display: block;
  margin: 0 15px 0 0; }

.widget-title a {
  padding: 0 !important;
  border-bottom: none; }

/*** Breadcrumb Lists
****************************************************************/
.breadcrumb-list {
  font-size: 14px; }

/*** Primary Content Styles
****************************************************************/
#primary article.post {
  margin: 0 0 15px; }

.post-data {
  margin-bottom: 60px; }

.post-meta {
  margin: 1em 0; }

.entry-title {
  margin: 0 0 0.5em;
  padding: 0 0 0.5em; }

.entry-content {
  padding: 0 0 35px; }

.entry-content p {
  margin: 0 0 1.5em; }

.entry-title {
  font-family: "Crimson Text", serif;
  text-align: center;
  color: #7D6358; }

/*** Blog Stylings
****************************************************************/
#nav-single {
  padding: 0 0 30px; }

#nav-single .nav-previous {
  float: left; }

#nav-single .nav-next {
  float: right; }

.navigation {
  padding: 0 0 25px; }

#comments-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6em;
  text-transform: uppercase;
  color: #666; }

.nocomments,
.nopassword {
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
  color: #aaa; }

.commentlist {
  width: 68.9%;
  margin: 0 auto;
  list-style: none; }

.commentlist li {
  list-style: none !important; }

.content .commentlist,
.page-template-sidebar-page-php .commentlist {
  width: 100%;
  /* reset the width for the one-column and sidebar page layout */ }

.commentlist > li.comment {
  position: relative;
  margin: 0 0 1.625em;
  padding: 1.625em !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f6f6f6; }

.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em; }

.commentlist .children {
  margin: 0;
  list-style: none; }

.commentlist .children li.comment {
  position: relative;
  margin: 1.625em 0 0;
  padding: 1.625em !important;
  border-left: 1px solid #ddd;
  border-radius: 0 3px 3px 0;
  background: #fff; }

.commentlist .children li.comment .fn {
  display: block; }

.comment-meta .fn {
  font-style: normal; }

.comment-meta {
  font-size: 12px;
  line-height: 2.2em;
  color: #666; }

.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px; }

.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0; }

.comment-meta a {
  font-weight: bold; }

.commentlist .avatar {
  position: absolute;
  top: 0;
  left: -102px;
  padding: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc; }

.commentlist > li:before {
  position: absolute;
  left: -21px;
  content: url("img/comment-arrow.png"); }

.commentlist > li.pingback:before {
  content: ""; }

.commentlist .children .avatar {
  top: 2.2em;
  left: 2.2em;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

a.comment-reply-link {
  font-size: 12px;
  display: inline-block;
  padding: 0 8px;
  text-decoration: none;
  color: #666;
  border-radius: 3px;
  background: #eee; }

a.comment-reply-link:active,
a.comment-reply-link:focus,
a.comment-reply-link:hover {
  color: #fff;
  background: #888; }

a.comment-reply-link > span {
  position: relative;
  top: -1px;
  display: inline-block; }

.nocomments {
  display: none; }

/* Post author highlighting */
.commentlist > li.bypostauthor {
  border-color: #d3d3d3;
  background: #ddd; }

.commentlist > li.bypostauthor .comment-meta {
  color: #575757; }

.commentlist > li.bypostauthor:before {
  content: url("img/comment-arrow-bypostauthor.png"); }

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
  border-color: #d3d3d3;
  background: #ddd; }

/* Comment Form */
#respond {
  position: relative;
  overflow: hidden;
  padding: 1.625em;
  border: 0;
  background: #f5f5f5; }

#respond input[type="text"],
#respond textarea {
  position: relative;
  padding: 10px;
  text-indent: 80px;
  border: 5px solid #eee;
  background: #fff; }

#respond .comment-form-author,
#respond .comment-form-comment,
#respond .comment-form-email,
#respond .comment-form-url {
  position: relative; }

#respond .comment-form-author label,
#respond .comment-form-comment label,
#respond .comment-form-email label,
#respond .comment-form-url label {
  font-size: 13px;
  position: relative;
  z-index: 1;
  top: 40px;
  left: 4px;
  display: inline-block;
  min-width: 60px;
  padding: 4px 10px;
  color: #555;
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8); }

#respond input[type="text"]:focus,
#respond textarea:focus {
  z-index: 1;
  text-indent: 0; }

#respond textarea {
  width: 95%;
  resize: vertical; }

#respond .comment-form-author .required,
#respond .comment-form-email .required {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 75%;
  color: #bd3500; }

#respond .comment-notes,
#respond .logged-in-as {
  font-size: 13px; }

#respond p {
  margin: 10px 0; }

#respond .form-submit {
  float: right;
  margin: -10px 0 0; }

#respond input#submit:active {
  color: #fff;
  background: #3a4e7b; }

#respond #cancel-comment-reply-link {
  margin-left: 10px;
  text-decoration: none;
  color: #666; }

#respond #cancel-comment-reply-link:hover,
#respond .logged-in-as a:hover {
  text-decoration: underline; }

.commentlist #respond {
  width: auto;
  margin: 1.625em 0 0; }

#reply-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #373737; }

#cancel-comment-reply-link {
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  position: absolute;
  top: 1.1em;
  right: 1.625em;
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #888; }

#cancel-comment-reply-link:active,
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover {
  color: #ff4b33; }

#respond label {
  line-height: 2.2em; }

#respond input[type="text"] {
  display: block;
  width: 75%;
  height: auto; }

#respond p {
  font-size: 12px; }

p.comment-form-comment {
  margin: 0; }

.form-allowed-tags {
  display: none; }

h1.page-title-cat {
  font-size: 30px !important; }

/* ---------- Extended  ---------- */
.rpwe-block li {
  margin: 0 0 15px; }

.rpwe-block a {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  font-weight: bold;
  display: inline !important;
  text-decoration: none;
  color: #333; }

.rpwe-block a.more-link {
  font-family: "Crimson Text", serif;
  font-weight: normal;
  float: right;
  text-transform: lowercase;
  color: #fff; }

.rpwe-block h3 {
  font-size: 16px;
  margin: 0; }

.rpwe-summary {
  font-size: 14px;
  line-height: 18px; }

.rpwe-clearfix:after,
.rpwe-clearfix:before {
  display: table;
  content: ""; }

.rpwe-clearfix:after {
  clear: both; }

.rpwe-clearfix {
  zoom: 1; }

/*** Search Form
****************************************************************/
#searchform {
  float: right;
  margin: 15px 0; }

#secondary #searchform {
  position: relative;
  float: none;
  margin: 0; }

#searchform input[type="text"] {
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 1px solid #ebebeb; }

#searchform button[type="submit"] {
  position: absolute;
  right: 5px;
  top: 0;
  padding: 7px;
  border: 0;
  background: transparent; }

#searchform button i {
  padding: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333; }

#searchform button:hover i {
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*** Slideshow
****************************************************************/
#slideshow {
  position: relative; }

#slideshow img {
  border: 0 !important;
  background: transparent !important; }

/*** Sidebar Contact Form
****************************************************************/
#sidebar-contact-form input[type="text"],
#sidebar-contact-form textarea {
  width: 325px;
  padding: 5px;
  border: 1px solid #aaa; }

#sidebar-contact-form textarea {
  height: 100px; }

#sidebar-contact-form p {
  padding-bottom: 10px; }

#sidebar-contact-form .row {
  margin: 0 0 10px; }

/*** Slider Support ***/
.bx-slider,
.bx-slider li,
.bx-wrapper,
.home .slider {
  height: 1000px; }
  @media only screen and (max-width: 1199px) {
    .bx-slider,
    .bx-slider li,
    .bx-wrapper,
    .home .slider {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .bx-slider,
    .bx-slider li,
    .bx-wrapper,
    .home .slider {
      height: 400px; } }

section.promos .bx-slider,
section.promos .bx-slider li,
section.promos .bx-wrapper {
  height: auto; }

.home .slider {
  position: relative;
  z-index: 99;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background: #0E0E0E;
  background-position: center top;
  background-size: cover; }
  @media screen and (max-width: 575px) {
    .home .slider::after {
      position: absolute;
      z-index: 990;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: rgba(255, 255, 255, 0.7);
      display: none; } }
  @media only screen and (max-width: 575px) {
    .home .slider {
      background-size: cover; } }

@media only screen and (max-width: 575px) {
  .home .slider .bx-slider {
    display: none !important; } }

.home .slider .boxed {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

.home .slider .boxed .container,
.home .slider .boxed .container .row,
.home .slider .boxed .container-fluid,
.home .slider .boxed .container-fluid .row {
  position: relative;
  height: 100%; }

.slider .boxed .procedure-menu {
  display: none;
  position: absolute; }

.slider .boxed .columned {
  height: 100%; }

.slider .boxed .procedure-menu {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding-top: 8rem; }

.slider .boxed h2 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin: 0;
  margin-top: 18rem;
  text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    .slider .boxed h2 {
      font-size: 48px;
      margin-top: 9rem; } }
  .slider .boxed h2 span {
    display: block;
    font-weight: normal; }

.slider .boxed p {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase; }

.slider .boxed h3,
.slider .boxed h4 {
  font-family: "Crimson Text", serif; }

.slider .boxed h3 {
  font-size: 62px;
  position: absolute;
  top: 67%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 0 5px #0E0E0E; }

.slider .boxed h4 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #fff; }

.slider .boxed h4::after {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  margin: 1rem auto;
  content: "";
  background: #5d4c44; }

.procedure-menu .featured-menu li {
  margin: 0.5rem 0; }

.procedure-menu .featured-menu a {
  font-family: "Crimson Text", serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase; }

.procedure-menu .featured-menu a:hover {
  color: #5d4c44; }

@media screen and (max-width: 575px) {
  .slider .boxed nav {
    display: none; } }
@media screen and (max-width: 575px) {
  .slider .boxed nav {
    display: none; } }
.slider .boxed nav ul {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .slider .boxed nav ul li {
    display: flex;
    flex: 1 1;
    justify-content: center; }
    .slider .boxed nav ul li:last-child {
      border: 0; }
    .slider .boxed nav ul li a {
      font-family: "Crimson Text", serif;
      font-size: 16px;
      font-weight: 300;
      display: block;
      transition: all 0.2s ease;
      transform: scale(1);
      text-transform: uppercase;
      color: #fff;
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
      .slider .boxed nav ul li a:hover {
        transform: scale(1.3);
        text-shadow: 0 8px 12px rgba(0, 0, 0, 0.5); }

/*** Inside Page Styling ***/
.bg-container {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 2em;
  background: #fff center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 32vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(14, 14, 14, 0.2); }

.bg-container .entry-title {
  padding: 2rem 0;
  letter-spacing: 0.5rem;
  color: #fff; }
  @media screen and (max-width: 991px) {
    .bg-container .entry-title {
      font-size: 32px;
      padding: 4rem 0; } }
  @media screen and (max-width: 575px) {
    .bg-container .entry-title {
      font-size: 24px;
      padding: 2rem 0; } }

/*** Headroom ***/
.headroom {
  -webkit-transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  will-change: transform; }

.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

/*** OVERRIDES ***/
/****************************************************************/
.g-recaptcha {
  float: left;
  width: 100%;
  transform: scale(0.8);
  transform-origin: left center; }

div.wpcf7 .ajax-loader {
  position: absolute !important; }

html[lang] {
  margin-top: 0 !important;
  margin: 0 !important; }

html #wpadminbar {
  height: 4px;
  background: #5d4c44;
  overflow: hidden; }
  html #wpadminbar:hover {
    height: auto;
    overflow: visible; }

/*** Typography *****************************/
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: "Crimson Text", serif;
  font-weight: 300;
  margin: 0.75rem 0;
  text-transform: none;
  word-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #7D6358; }
  h1 + h1,
  h2 + h1,
  h3 + h1,
  h4 + h1,
  h5 + h1,
  h6 + h1, h1 +
  h2,
  h2 +
  h2,
  h3 +
  h2,
  h4 +
  h2,
  h5 +
  h2,
  h6 +
  h2, h1 +
  h3,
  h2 +
  h3,
  h3 +
  h3,
  h4 +
  h3,
  h5 +
  h3,
  h6 +
  h3, h1 +
  h4,
  h2 +
  h4,
  h3 +
  h4,
  h4 +
  h4,
  h5 +
  h4,
  h6 +
  h4, h1 +
  h5,
  h2 +
  h5,
  h3 +
  h5,
  h4 +
  h5,
  h5 +
  h5,
  h6 +
  h5, h1 +
  h6,
  h2 +
  h6,
  h3 +
  h6,
  h4 +
  h6,
  h5 +
  h6,
  h6 +
  h6 {
    color: #7D6358; }

#content h1,
#content h2,
#content h3 {
  border-bottom: none; }

h1 {
  font-size: 42px;
  padding: 0 0 5px; }

h1 a {
  display: inline-block;
  text-decoration: none; }

h2 {
  font-size: 40px;
  padding: 0 0 5px; }
  @media (max-width: 991px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 28px;
  padding: 0 0 5px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 16px;
  font-style: italic;
  font-weight: 500; }

h6 {
  font-size: 16px; }

.wp-caption-text span {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  text-transform: uppercase; }

/* FEATURED TITLES */
.featured-title {
  width: 100%;
  font-size: 48px;
  line-height: 1;
  position: relative;
  display: block;
  margin: 0 auto 1rem;
  padding: 0 .5rem .5rem 0;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #CCC; }
  @media (max-width: 1199px) {
    .featured-title {
      font-size: 36px !important; } }
  @media (max-width: 991px) {
    .featured-title {
      font-size: 32px !important; } }
  .featured-title:after, .featured-title:before {
    content: "";
    position: absolute;
    background: #5d4c44;
    right: 0;
    bottom: 0; }
  .featured-title:before {
    width: 70%;
    height: 1px; }
  .featured-title:after {
    height: 100%;
    width: 1px; }
  .featured-title.centered {
    text-align: center;
    display: inline-block; }
    .featured-title.centered::after {
      width: 120px;
      margin: 1rem auto; }
  .featured-title.no-lines:after, .featured-title.no-lines:before {
    display: none !important; }

/* Page Elements */
/* All of the buttons */
.btn, .wpcf7 input[type="submit"] {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin: 1rem 0 2rem;
  padding: .5rem 1.5rem;
  min-width: 215px;
  min-height: 51px;
  transition: all 0.3s ease;
  white-space: normal;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #7D6358;
  border: 3px solid #7D6358;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 8px transparent;
  text-shadow: none; }
  .btn:hover, .wpcf7 input[type="submit"]:hover {
    cursor: pointer;
    outline: 0;
    color: #fff;
    background: #7D6358;
    border-color: #7D6358;
    box-shadow: 0 4px 8px rgba(51, 51, 51, 0.5); }
  .btn-secondary, .wpcf7 input[type="submit"] {
    background: #49403C !important;
    border-color: #49403C !important;
    color: #fff; }
    .btn-secondary:hover, .wpcf7 input[type="submit"]:hover {
      background: #AC8F73 !important;
      border-color: #AC8F73 !important;
      color: #fff !important; }
  .btn-white {
    background: #fff !important;
    color: #5d4c44 !important;
    border-color: #5d4c44 !important; }
    .btn-white:hover {
      background: #5d4c44 !important;
      color: #fff !important;
      border-color: #5d4c44 !important; }
  .btn-transparent {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important; }
    .btn-transparent-semi {
      background: rgba(181, 181, 181, 0.36) !important; }
    .btn-transparent:hover {
      background: #fff !important;
      color: #5d4c44 !important;
      border-color: #fff !important; }
  .btn-small {
    padding: .25rem .5rem;
    font-size: 14px;
    min-width: 80px; }

.btn:hover, .wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px); }

.slider .btn, .slider .wpcf7 input[type="submit"], .wpcf7 .slider input[type="submit"],
.slider a.btn {
  font-weight: 300;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  padding: 0.5rem 3rem; }

.slider .btn:hover, .slider .wpcf7 input[type="submit"]:hover, .wpcf7 .slider input[type="submit"]:hover,
.slider a.btn:active,
.slider a.btn:active:focus,
.slider a.btn:focus,
.slider a.btn:hover {
  color: #fff;
  border: 1px solid #5d4c44;
  background: #5d4c44 !important; }

.widget .wpcf7 input[type="submit"] {
  width: 100% !important;
  margin-top: 0.5em !important; }

.social-icons {
  padding: 0 !important;
  text-align: center;
  line-height: normal;
  display: inline-flex;
  list-style: none; }
  .social-icons li {
    padding: 0 !important;
    display: inline-block; }
    .social-icons li a {
      font-family: "icomoon";
      font-size: 21px;
      line-height: 1em;
      display: inline-block;
      margin: 0.25rem .5rem;
      padding: 0;
      border-radius: 50%;
      line-height: 36px;
      height: 36px;
      width: 36px;
      min-width: 36px;
      text-indent: 36px;
      text-align: center;
      color: #7D6358;
      border: none;
      background-color: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.33s ease;
      text-transform: none !important;
      position: relative; }
      .social-icons li a:hover {
        color: #fff;
         }
      .social-icons li a:before {
        background-size: auto;
        background-position: 50%;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        transition: filter .33s; }
  @media screen and (max-width: 767px) {
    .social-icons {
      border: 0; } }

/** SOCIAL ICONS FONT GLYPHS **/
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/icomoon.eot?i38w3y");
  src: url("assets/fonts/icomoon.eot?i38w3y#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?i38w3y") format("truetype"), url("assets/fonts/icomoon.woff?i38w3y") format("woff"), url("assets/fonts/icomoon.svg?i38w3y#icomoon") format("svg"); }
[class*=" icon-"],
[class^="icon-"] {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-google_plus:before {
  content: "\78"; }

.icon-blogger:before {
  content: "\62"; }

.icon-linkedin:before {
  content: "\69"; }

.icon-yelp:before {
  content: "\70"; }

.icon-twitter:before {
  content: "\74"; }

.icon-foursquare:before {
  content: "\75"; }

.icon-vimeo:before {
  content: "\76"; }

.icon-youtube:before {
  content: "\79"; }

.icon-pinterest:before {
  content: "\64"; }

.icon-tumblr:before {
  content: "\77"; }

.icon-realself:before {
  content: '';
  position: absolute;
  background-image: url("assets/fonts/realself-icon.png"); }

.icon-realself:hover:before {
  filter: brightness(0) invert(1); }

.icon-phone:before {
  content: '';
  position: absolute;
  background-image: url("assets/img/icons/Phone.png"); }

.icon-phone:hover:before {
  filter: brightness(0) invert(1); }

.icon-email:before {
  content: '';
  position: absolute;
  background-image: url("assets/img/icons/Email.png"); }

.icon-email:hover:before {
  filter: brightness(0) invert(1); }

.icon-instagram:before {
  content: '';
  position: absolute;
  background-image: url("assets/img/icons/Instagram.png"); }

.icon-instagram:hover:before {
  filter: brightness(0) invert(1); }

.icon-facebook:before {
  content: '';
  position: absolute;
  background-image: url("assets/img/icons/Facebook.png"); }

.icon-facebook:hover:before {
  filter: brightness(0) invert(1); }

/* Page Sections */
/*** Header ***/
#header {
  position: fixed;
  top: 0;
  z-index: 199;
  width: 100%;
  text-transform: uppercase;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 8px;
  /*  div[class^="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  } */ }
  body.fixed-nav #header {
    background: #fff;
    border-bottom: 1px solid #0E0E0E;
    padding-bottom: 8px; }
  @media (max-width: 1199px) {
    #header .container {
      max-width: 100%; } }
  @media (max-width: 767px) {
    #header {
      padding: 0; } }
  #header #header-row {
    z-index: 99; }
  #header #topbar {
    order: 1;
    background: #E4DBD7; }
    #header #topbar div[class^='col'] {
      height: 44px; }
    #header #topbar .location {
      line-height: 44px;
      font-size: 16px;
      letter-spacing: 1px; }
      #header #topbar .location * {
        font-family: "Crimson Text", serif; }
      #header #topbar .location span {
        display: inline-block;
        width: 6vw;
        max-width: 70px; }
      @media (max-width: 767px) {
        #header #topbar .location {
          display: none; } }
    #header #topbar .social {
      text-align: right; }
      @media (max-width: 991px) {
        #header #topbar .social {
          text-align: right; } }
  #header #logo {
    order: 2;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100; }
    @media (max-width: 767px) {
      #header #logo {
        position: relative;
        top: 0;
        padding: .5em 1em; } }
    #header #logo h1, #header #logo h2, #header #logo a {
      margin: 0; }
    #header #logo a {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      #header #logo a img {
        width: 320px;
        z-index: 9; }
        #header #logo a img.sticky {
          width: 100%;
          max-width: 440px;
          padding: 12px 0 8px; }
      @media (max-width: 991px) {
        #header #logo a {
          align-items: center; }
          #header #logo a img {
            width: 80%;
			min-width: 240px;
            max-width: 320px; } }
    #header #logo:before, #header #logo:after {
      content: '';
      position: absolute;
      bottom: 38%;
      height: 1px;
      width: 50vw;
      background: #0E0E0E;
      transition: background .66s .66s; }
    #header #logo:after {
      left: calc(100% + 20px); }
    #header #logo:before {
      right: calc(100% + 20px); }
    body.fixed-nav img.sticky {
      display: block !important; }
    body.fixed-nav img.desktop, body.fixed-nav img.mobile {
      display: none !important; }
    body.fixed-nav #logo:before, body.fixed-nav #logo:after {
      background: transparent !important;
      transition: background 0s !important; }
    @media (max-width: 991px) {
      body.fixed-nav #logo {
        position: relative !important;
        top: 12px !important; }
      body.fixed-nav #access {
        padding-top: 0 !important;
        padding-bottom: 0 !important; } }
  #header #main-nav {
    order: 3;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    /* main-nav mobile */ }
    #header #main-nav #access {
      padding: 28px 1em; }
      #header #main-nav #access > .mega-menu-wrap > ul {
        margin: 0 auto; }
        @media (min-width: 767px) {
          #header #main-nav #access > .mega-menu-wrap > ul > li:nth-of-type(3) {
            margin-right: auto; } }
        @media (min-width: 991px) {
          #header #main-nav #access > .mega-menu-wrap > ul {
            display: flex; } }
    body:not(.fixed-nav) #main-nav {
      max-width: 1200px !important; }
      body:not(.fixed-nav) #main-nav #access {
        padding-top: 88px !important; }
        @media (max-width: 991px) {
          body:not(.fixed-nav) #main-nav #access {
            padding-top: 68px !important; } }
        @media (max-width: 767px) {
          body:not(.fixed-nav) #main-nav #access {
            padding-top: 20px !important; } }
        body:not(.fixed-nav) #main-nav #access #mega-menu-wrap-header-nav > li.mega-menu-item > a,
        body:not(.fixed-nav) #main-nav #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item > a {
          font-size: 20px; }
          @media (max-width: 1199px) {
            body:not(.fixed-nav) #main-nav #access #mega-menu-wrap-header-nav > li.mega-menu-item > a,
            body:not(.fixed-nav) #main-nav #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item > a {
              font-size: 18px; } }
          @media (max-width: 991px) {
            body:not(.fixed-nav) #main-nav #access #mega-menu-wrap-header-nav > li.mega-menu-item > a,
            body:not(.fixed-nav) #main-nav #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item > a {
              font-size: 16px; } }
        body:not(.fixed-nav) #main-nav #access #mega-menu-wrap-header-nav > li.mega-menu-item:nth-of-type(3),
        body:not(.fixed-nav):not(.mega-menu-header-nav-mobile-open) #main-nav #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item:nth-of-type(3) {
          margin-right: 33rem; }
          body:not(.fixed-nav) #main-nav #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item:nth-of-type(4) {
            margin-left: -9.5rem;
    position: relative; }
          @media (max-width: 991px) {
            body:not(.fixed-nav) #main-nav #access #mega-menu-wrap-header-nav > li.mega-menu-item:nth-of-type(4),
            body:not(.fixed-nav) #main-nav #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item:nth-of-type(4) {
              margin-left: 0 !important; } }
    @media (max-width: 767px) {
      #header #main-nav .mega-menu-toggle {
        height: 0; }
      #header #main-nav .mega-toggle-blocks-right {
        position: fixed;
        top: 0;
        left: 20px; }
      #header #main-nav #access {
        padding: 0 !important;
        position: fixed;
        background: rgba(255, 255, 255, 0.95) !important;
        z-index: 999; }
        #header #main-nav #access ul.mega-menu {
          padding: 20px; } }

/****************************************************************/
/*** Top Navigation ***/
/****************************************************************/
#main-nav {
  margin: 0 -15px; }
  @media (max-width: 991px) {
    #main-nav {
      margin: 0 auto; } }

#access {
  position: relative;
  /* MEGA MENU */
  /* Mobile Nav Icon Buttons */ }
  @media (min-width: 991px) {
    #access {
      padding: 0 1em; } }
  #access #mega-menu-wrap-header-nav,
  #access #mega-menu-wrap-header-nav #mega-menu-header-nav {
    text-align: center;
    background: transparent !important;
    width: 100%;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    /* Mobile */ }
    @media (max-width: 991px) {
      #access #mega-menu-wrap-header-nav,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav {
        text-align: center;
        margin-top: 0rem; } }
    @media (min-width: 991px) {
      #access #mega-menu-wrap-header-nav > li.mega-menu-item + li:before,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item + li:before {
        width: 1px;
        height: .8rem;
        background: #49403C;
        display: inline-block; } }
    #access #mega-menu-wrap-header-nav > li.mega-menu-item > a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item > a {
      background: transparent;
      color: #7D6358;
      font-weight: 500;
      font-size: 18px;
      margin: 0;
      padding: 8px calc(min(1vw, 50px)) 8px;
      letter-spacing: 0;
      display: inline-block;
      box-sizing: border-box;
      height: auto; }
      #access #mega-menu-wrap-header-nav > li.mega-menu-item > a:hover,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item > a:hover {
        color: #5d4c44; }
    #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-current-menu-item a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-current-menu-item a {
      color: #5d4c44; }
      #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-current-menu-item a:hover,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-current-menu-item a:hover {
        color: #0E0E0E; }
    #access #mega-menu-wrap-header-nav > li.mega-menu-item:hover a, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-current-menu-item a, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-toggle-on a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item:hover a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-current-menu-item a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-toggle-on a {
      background: transparent; }
    #access #mega-menu-wrap-header-nav > li.mega-menu-item:hover li a, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-current-menu-item li a, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-toggle-on li a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item:hover li a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-current-menu-item li a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-toggle-on li a {
      color: #49403C;
      text-decoration: none;
      border: none; }
      #access #mega-menu-wrap-header-nav > li.mega-menu-item:hover li a:hover, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-current-menu-item li a:hover, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-toggle-on li a:hover,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item:hover li a:hover,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-current-menu-item li a:hover,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-toggle-on li a:hover {
        color: #fff;
        background: #5d4c44; }
    #access #mega-menu-wrap-header-nav > li.mega-menu-item .mega-indicator,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item .mega-indicator {
      display: none; }
    @media (min-width: 767px) {
      #access #mega-menu-wrap-header-nav > li.mega-menu-item,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item {
        /* Divider
        &+li.mega-menu-item {
          &:before {
            content: '';
            display: inline-block;
            background: $theme-secondary-color;
            vertical-align: middle;
            width: 2px;
            height: 1.5em;
          }
        }
        */ } }
    #access #mega-menu-wrap-header-nav .mega-menu-toggle,
    #access #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-label,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav .mega-menu-toggle,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav .mega-menu-toggle .mega-toggle-label {
      background: transparent !important;
      color: #49403C; }
    #access #mega-menu-wrap-header-nav .mega-menu-toggle-block:after,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav .mega-menu-toggle-block:after {
      color: #7D6358; }
  #access .mobile-nav {
    position: absolute;
    z-index: 9;
    top: 0; }
    #access .mobile-nav li {
      display: inline-block; }
      #access .mobile-nav li a {
        transition: all 0.2s ease-in;
        color: #5d4c44;
        padding: 8px; }
        #access .mobile-nav li a i {
          font-size: 24px;
          line-height: 40px; }
        #access .mobile-nav li a:hover {
          color: #CCC; }

.wpcf7 .wpcf7-form-control-wrap + br {
  display: none; }
.wpcf7 label {
  width: 100%; }
.wpcf7 input,
.wpcf7 select,
.wpcf7 option,
.wpcf7 p#captcha,
.wpcf7 textarea {
  font-family: "Crimson Text", serif;
  width: 100%;
  padding: .25em .5em;
  border: 0;
  background: #F1F7FC;
  box-sizing: border-box;
  margin: .5em 0;
  transition: all 0.3s ease-in-out;
  height: 3em;
  border-radius: 0;
  font-size: 92%;
  line-height: 1em;
  border-bottom: 1px solid #0E0E0E; }
.wpcf7 input[type="checkbox"] {
  width: 20px;
  height: 20px; }
.wpcf7 select {
  text-indent: .5em; }
.wpcf7 textarea {
  float: left;
  height: 11em;
  resize: none;
  border: 1px solid #49403C;
  margin-bottom: 1em; }
.wpcf7 p#captcha {
  float: left;
  height: 26px;
  padding: 7px;
  background: white; }
.wpcf7 input.captcha-input {
  float: right;
  height: 25px; }
.wpcf7 input[type="submit"] {
  height: 2.5em;
  width: auto;
  margin: 0 auto;
  padding: 0 4rem;
  display: block; }
.wpcf7 div.wpcf7-validation-errors {
  z-index: 9999999999;
  color: red;
  border: 2px solid #f7e700;
  background: white; }

footer#footer {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  background: #fff;
  color: #CCC;
  padding: 0;
  margin-top: .5rem;
  font-size: 17px; }
  @media (max-width: 767px) {
    footer#footer {
      text-align: center; } }
  footer#footer a {
    color: #5d4c44; }
    footer#footer a:hover {
      color: #AC8F73; }
  footer#footer .footer-content {
    padding-top: 4em;
    padding-bottom: 4em; }
    footer#footer .footer-content .logo {
      position: relative; }
      footer#footer .footer-content .logo img {
        width: 240px;
        max-width: 70%;
        margin: -25px auto 0; }
      footer#footer .footer-content .logo:after {
        content: '';
        position: absolute;
        right: 10%;
        height: 120%;
        top: -10%;
        width: 1px;
        background: #CCC; }
    @media (max-width: 991px) {
      footer#footer .footer-content .footer-nav {
        padding-top: 2em; } }
    footer#footer .footer-content .two-col, footer#footer .footer-content .two-col ul {
      margin: 0 auto; }
      @media (min-width: 767px) {
        footer#footer .footer-content .two-col, footer#footer .footer-content .two-col ul {
          width: 100%;
          columns: 2;
          column-width: calc(50%-15px);
          column-gap: 30px; } }
  footer#footer .bottom-bar {
    font-family: "Raleway", sans-serif;
    background: #5d4c44;
    color: #B9BCCC; }
    footer#footer .bottom-bar .footer-copyright {
      line-height: 1.1; }
  footer#footer .social-icons {
    /*
    .icon-realself {
      &:before {
        filter: none;
      }
      &:hover:before {
        filter: brightness(0) invert(1);
      }
    }
    */ }
    footer#footer .social-icons li {
      margin-right: 1em; }
      footer#footer .social-icons li a {
        font-family: "Raleway", sans-serif;
        width: auto;
        color: #B9BCCC;
        font-size: 16px;
        white-space: nowrap; }
        footer#footer .social-icons li a:before {
          left: 0;
          font-family: 'icomoon';
          background-position: left 50%;
          filter: brightness(0) invert(0.8); }
        @media (max-width: 767px) {
          footer#footer .social-icons li a span {
            display: none; } }

/* Content Templates */
section.hero {
  margin-top: 44px;
  min-height: 480px;
  height: 62vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0;
  /*

  &.with-lists {
    .content {
      .hover-list {
        display: none;
      }
      @media (min-width: $md) {
        height: 100%;
        .column {
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding-top: 33%;
          h3 a {
            font-family: "Raleway", serif;
            font-weight: 200;
            font-size: calc(14px + 2vw);
            letter-spacing: 2px;
          }
          .hover-list {
            ul {
              margin: 0 !important;
              padding: 0 !important;
              li {
                list-style: none !important;;
                font-size: .9rem;
              }
            }
          }

          &:hover {
            background: rgba(0,0,0,.33);
            padding-top: 0;
            .hover-list {
              display: block;
            }
          }
        }
      }
    }
  }
   */ }
  section.hero .container-fluid, section.hero .container {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 480px;
    height: 100%;
    max-width: 1440px; }
    @media (max-width: 991px) {
      section.hero .container-fluid, section.hero .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto; } }
    section.hero .container-fluid .row, section.hero .container .row {
      flex-direction: column; }
    section.hero .container-fluid .overlay h2, section.hero .container .overlay h2 {
      color: #fff;
      padding: 0 1em;
      font-family: "Optima", "Crimson Text", serif;
      letter-spacing: 2px;
      line-height: 1.3; }
      section.hero .container-fluid .overlay h2 span, section.hero .container .overlay h2 span {
        display: block; }

section.service-cols {
  padding: 35px 35px 0; }
  @media (max-width: 991px) {
    section.service-cols {
      padding-left: 0;
      padding-right: 0; } }
  section.service-cols .container {
    max-width: 1440px; }
  section.service-cols .card {
    padding: 0 17.5px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    /* color filter
    &:after {
      content: '';
      position: absolute;
      @extend .tblr0;
      background: rgba($theme-main-color,.4);
    }
    &:hover:after {
      background: rgba($theme-main-color,.2);
    }
    */ }
    section.service-cols .card a {
      height: 100%;
      width: 100%;
      padding: 50px 18px;
      border: 6px solid #ccd6de; }
    section.service-cols .card h2 {
      align-self: center;
      z-index: 9;
      color: #49403C;
      font-weight: 400;
      font-size: 30px;
      line-height: 1.1;
      font-family: "Optima", "Crimson Text", serif;
      word-spacing: 100vw;
      transition: transform .5s, text-shadow .5s;
      margin: 0 auto;
      padding: 0 0 20px;
      position: relative; }
      section.service-cols .card h2:after {
        content: '';
        height: 1px;
        width: 110px;
        position: absolute;
        bottom: 0;
        left: calc(50% - 55px);
        background: #ccd6de;
        display: block; }
      @media (max-width: 991px) {
        section.service-cols .card h2 {
          font-size: 24px; } }
    section.service-cols .card:hover h2 {
      transform: scale(1.1);
      text-shadow: 0px 0px 2px #CCC; }
    section.service-cols .card:hover img {
      filter: none;
      opacity: 1; }
  section.service-cols.three img, section.service-cols.five img {
    max-height: 60vh; }
    @media (max-width: 991px) {
      section.service-cols.three img, section.service-cols.five img {
        max-height: 40vh; } }
  @media (max-width: 991px) {
    section.service-cols.three .cred:nth-of-type(n+4), section.service-cols.five .cred:nth-of-type(n+4) {
      width: 50%;
      max-width: 50%;
      flex: 0 0 50%; } }
  @media (max-width: 575px) {
    section.service-cols.three .cred:nth-of-type(n+4), section.service-cols.five .cred:nth-of-type(n+4) {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%; } }
  section.service-cols.text-below .cred {
    overflow: hidden; }
    section.service-cols.text-below .cred h2 {
      position: static;
      margin: 0;
      padding: 0 0 .5rem;
      width: 100%;
      font-weight: 100;
      transform: scale(1.2);
      transform-origin: center;
      background: #5d4c44; }

.testimonial-mosaic {
  height: 47.4vw;
  padding: 0 0 8px; }
  @media (max-width: 991px) {
    .testimonial-mosaic {
      height: 60vw; } }
  @media (max-width: 767px) {
    .testimonial-mosaic {
      height: auto; } }
  .testimonial-mosaic .container-fluid {
    padding: 0;
    height: 100%; }
    .testimonial-mosaic .container-fluid .row {
      height: 100%;
      margin: 0; }
      .testimonial-mosaic .container-fluid .row .column {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        margin: 0;
        padding: 0; }
        .testimonial-mosaic .container-fluid .row .column .testimonial {
          background-size: cover;
          background-position: 50%;
          height: 100%;
          flex-grow: 1;
          border: 1px solid #C4BEBA;
          position: relative;
          padding: 0 5.5vw;
          text-align: center;
          display: flex;
          flex-direction: column;
          justify-content: center;
          /* HOVER EFFECTS */ }
          @media (max-width: 767px) {
            .testimonial-mosaic .container-fluid .row .column .testimonial {
              min-height: 47vw; } }
          .testimonial-mosaic .container-fluid .row .column .testimonial * {
            opacity: 0;
            position: relative;
            z-index: 3; }
          .testimonial-mosaic .container-fluid .row .column .testimonial:hover * {
            opacity: 1; }
          .testimonial-mosaic .container-fluid .row .column .testimonial:hover:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: attr(data-overlay);
            opacity: 90%; }
          .testimonial-mosaic .container-fluid .row .column .testimonial.testimonial_0:after {
            background-color: #d5c6a5; }
          .testimonial-mosaic .container-fluid .row .column .testimonial.testimonial_1:after {
            background-color: #b8baca; }
          .testimonial-mosaic .container-fluid .row .column .testimonial.testimonial_2:after {
            background-color: #bdb0b0; }
          .testimonial-mosaic .container-fluid .row .column .testimonial h3 {
            color: #fff;
            font-family: "Optima", "Crimson Text", serif; }
          .testimonial-mosaic .container-fluid .row .column .testimonial p {
            color: #0E0E0E;
            font-family: "Optima", "Crimson Text", serif;
            /* hyphens: auto; */
            font-size: 21px;
            padding-bottom: 0; }
            .testimonial-mosaic .container-fluid .row .column .testimonial p + p {
              margin-top: 0;
              color: #fff;
              font-family: "Lato", sans-serif;
              font-size: 21px; }
            @media (max-width: 1199px) {
              .testimonial-mosaic .container-fluid .row .column .testimonial p {
                font-size: 18px; } }
            @media (max-width: 991px) {
              .testimonial-mosaic .container-fluid .row .column .testimonial p {
                font-size: 16px; } }
        .testimonial-mosaic .container-fluid .row .column.single {
          order: 2;
          padding-left: 6px; }
          .testimonial-mosaic .container-fluid .row .column.single .testimonial {
            border-right: none;
            padding: 7vw; }
            .testimonial-mosaic .container-fluid .row .column.single .testimonial p + p {
              margin-top: 80px; }
              @media (max-width: 991px) {
                .testimonial-mosaic .container-fluid .row .column.single .testimonial p + p {
                  margin-top: 20px; } }
        .testimonial-mosaic .container-fluid .row .column.double {
          order: 1;
          padding-right: 6px; }
          .testimonial-mosaic .container-fluid .row .column.double .testimonial {
            border-left: none; }
            .testimonial-mosaic .container-fluid .row .column.double .testimonial + .testimonial {
              margin-top: 12px; }
        @media (max-width: 767px) {
          .testimonial-mosaic .container-fluid .row .column {
            padding-left: 12px !important;
            padding-right: 12px !important;
            margin-top: 12px; } }

.centered-text {
  padding: 4em 40px;
  text-align: center;
  display: flex;
  background-color: #B5ACA1; }
  @media (max-width: 767px) {
    .centered-text {
      padding: 4em 20px; } }
  .centered-text .container {
    display: flex;
    margin: auto;
    max-width: 100%;
    width: 1222px;
    min-height: 656px;
    border: 3px solid #7D6358;
    text-align: center;
    background-size: cover;
    background-position: right center;
    position: relative; }
    .centered-text .container:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #FFF;
      opacity: 0;
      z-index: 2; }
      @media (max-width: 1199px) {
        .centered-text .container:after {
          opacity: .25; } }
      @media (max-width: 991px) {
        .centered-text .container:after {
          opacity: .5; } }
      @media (max-width: 767px) {
        .centered-text .container:after {
          opacity: .75; } }
  .centered-text .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 550px;
    width: 100%;
    margin-left: 8.3vw;
    position: relative;
    z-index: 3; }
    @media (max-width: 767px) {
      .centered-text .content {
        margin: 0 auto;
        max-width: 100%; } }
  .centered-text h2 {
    color: #3A281D;
    letter-spacing: 2px;
    line-height: 1.25;
    zoom: 1.05; }
  .centered-text p {
    font-family: "Optima", "Crimson Text", serif;
    color: #0E0E0E;
    font-size: 22px;
    line-height: 1.7; }
  .centered-text .btn, .centered-text .wpcf7 input[type="submit"], .wpcf7 .centered-text input[type="submit"] {
    margin: 0 auto; }

.contact-buttons {
  height: 361px;
  width: 100%;
  background-size: cover;
  /* background-position: 50% 50%; */
  padding: 0 1em; 

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
  .contact-buttons .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center; }
    .contact-buttons .container h4 {
      color: #fff;
      font-family: "Optima", "Crimson Text", serif;
      padding-bottom: 1em; }
      @media (max-width: 767px) {
        .contact-buttons .container h4 {
          padding-bottom: 0; } }
    .contact-buttons .container .btn, .contact-buttons .container .wpcf7 input[type="submit"], .wpcf7 .contact-buttons .container input[type="submit"] {
      margin: 1em 4.2vw; }

body.inside-page:not(.page-template-page-tabaccordion) {
  background-color: #eee9e7; }
  body.inside-page:not(.page-template-page-tabaccordion) #main {
    background-color: #eee9e7;
    background: linear-gradient(0deg, #eee9e7 0%, #f8f6f5 100%);
    background-repeat: no-repeat;
    background-size: 100% 100vh; }
    body.inside-page:not(.page-template-page-tabaccordion) #main #one-column,
    body.inside-page:not(.page-template-page-tabaccordion) #main #def-column {
      background: transparent; }
      body.inside-page:not(.page-template-page-tabaccordion) #main #one-column .container,
      body.inside-page:not(.page-template-page-tabaccordion) #main #def-column .container {
        max-width: 1220px; }
    body.inside-page:not(.page-template-page-tabaccordion) #main #primary {
      position: relative; }
      body.inside-page:not(.page-template-page-tabaccordion) #main #primary:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-120%);
        width: 670px;
        max-width: 100%;
        padding-bottom: 84%;
        background-image: url(assets/img/content/About.Background_Florish.White.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left;
        z-index: 0; }
      body.inside-page:not(.page-template-page-tabaccordion) #main #primary > * {
        position: relative;
        z-index: 1; }
    body.inside-page:not(.page-template-page-tabaccordion) #main h1, body.inside-page:not(.page-template-page-tabaccordion) #main h2, body.inside-page:not(.page-template-page-tabaccordion) #main h3, body.inside-page:not(.page-template-page-tabaccordion) #main h4, body.inside-page:not(.page-template-page-tabaccordion) #main h5, body.inside-page:not(.page-template-page-tabaccordion) #main h6 {
      text-align: center;
      letter-spacing: 1.5px; }
    body.inside-page:not(.page-template-page-tabaccordion) #main h1 {
      margin-bottom: 40px; }
    body.inside-page:not(.page-template-page-tabaccordion) #main img[class*="wp-image-"] {
      height: auto; }
      @media (max-width: 767px) {
        body.inside-page:not(.page-template-page-tabaccordion) #main img[class*="wp-image-"] {
          display: block;
          float: none;
          margin: 0 auto;
		  max-width:300px;}

		  .entry-content p {font-size:16px; text-align: center;}}

#tabaccordion .container {
  max-width: 100%; }
#tabaccordion .nav-tabs {
  display: flex;
  margin: 0 auto 8px;
  padding: 0;
  width: 1040px;
  max-width: 92vw;
  border-bottom: none;
  text-align: center;
  justify-content: space-between; }
  @media (max-width: 991px) {
    #tabaccordion .nav-tabs {
      justify-content: space-evenly; } }
  #tabaccordion .nav-tabs li {
    display: inline-flex;
    margin: 0 0 8px;
    padding: 0;
    list-style: none; }
    #tabaccordion .nav-tabs li a {
      font-family: "Optima", "Crimson Text", serif;
      font-size: 30px;
      line-height: 1.5;
      color: #B9BCCC;
      padding: 0;
      margin: 0 8px; }
      #tabaccordion .nav-tabs li a.active {
        color: #91B5D3;
        border-bottom: 2px solid #91B5D3; }
#tabaccordion .tab-content {
  margin: 0 auto 90px;
  width: 1040px;
  max-width: 100%;
  background: #F1F7FC;
  border-radius: 12px;
  padding: 75px min(190px, 13.7%); }
  #tabaccordion .tab-content .accordion {
    width: 100%; }
    #tabaccordion .tab-content .accordion .acc_header {
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 2px;
      color: #5D617B;
      width: calc(100% + 4vw);
      padding: .6em 2vw;
      margin: 0 -2vw;
      border-bottom: 4px solid #B9BCCC;
      position: relative; }
      #tabaccordion .tab-content .accordion .acc_header div {
        display: inline-block;
        position: absolute;
        right: 2vw;
        transform: rotate(90deg);
        color: #ccd6de;
        font-size: 90%; }
      #tabaccordion .tab-content .accordion .acc_header.active div {
        transform: rotate(180deg); }
    #tabaccordion .tab-content .accordion .acc_content {
      font-family: "Optima", "Crimson Text", serif;
      font-size: 18px;
      color: #49403C;
      padding: 0 0 3em;
      margin: 0;
      line-height: 1.25; }
      #tabaccordion .tab-content .accordion .acc_content p {
        padding: .5em 0; }
    #tabaccordion .tab-content .accordion .title_text {
      text-align: center;
      padding: 0em 0 1em;
      margin: 0 auto;
      color: #9DABB7;
      font-size: 32px;
      font-family: "Optima", "Crimson Text", serif; }
    #tabaccordion .tab-content .accordion * + .title_text {
      padding-top: 2em; }

/* Last Call */
* {
  transition: all 0.4s; }

@media (max-width: 991px) {
.centered-text p {
    font-size: 16px;
	} }

.icon-email:before {margin-right: 1rem;}
/*# sourceMappingURL=style.css.map */

.col-1-2 {
    width: 49.9%;
    float: right;
    padding: 0 3% 0 3%;
}

@media (max-width: 991px) {
.col-1-2 {
    width: 100%;
	float: none;
	} }

@media screen and (max-width: 991px) {
  #tabaccordion .tab-content {
    padding: 50px min(190px, 13.7%); }
	#tabaccordion .tab-content .accordion .title_text {font-size:20px;}
article#post-54 h1 {
    font-size: 30px;
    margin-bottom: 0.5em !important;
}}