@charset "UTF-8";
body {
  color: #777;
  background: #ffffff;
  font-family: "Lato", serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.525;
}

h1, h2 {
  font-family: "EB Garamond", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #444;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a {
  color: #693bb6;
  text-decoration: none;
}
a:visited {
  color: #7c6b99;
}
a:hover, a:focus, a:active {
  color: #7c6b99;
}

hr.small {
  background-color: #7c6b99;
  height: 2px;
  width: 50px;
  margin-left: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

.text-center {
  text-align: center;
}
.text-center hr.small {
  margin-left: auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font-blue {
  color: #7c6b99;
}

.font-bluer {
  color: #63557c;
}

.heading {
  font-family: "EB Garamond", serif;
}

.uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex;
}

.flex-item {
  width: 100%;
  margin-right: 10px;
}

.alignleft {
  margin: 15px 15px 15px 0;
}

.alignright {
  margin: 15px 0 15px 15px;
}

.gallery img {
  padding: 15px;
}
.gallery .slick-prev:before, .gallery .slick-next:before {
  color: #7c6b99;
}

.wp-video {
  margin-bottom: 15px;
}

.list-inline {
  margin-left: 0 !important;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  background: #444;
  font-family: "EB Garamond", serif;
  font-weight: 700;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

#side-btn {
  z-index: 9999;
  position: fixed;
  right: -54px;
  top: 50%;
  transform: rotate(-90deg);
}
#side-btn .button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: #fff 2px 0px 20px;
  padding: 7px 25px;
}

.a2a_button_pinterest_pin {
  height: 36px;
}
.a2a_button_pinterest_pin span {
  text-indent: 99999px !important;
  width: 24px !important;
  height: 24px !important;
  padding: 16px !important;
}

.radius img {
  border-radius: 25px;
}

.generate-back-to-top {
  bottom: 100px;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

@media (max-width: 768px) {
  .flex {
    display: block;
  }
}
a.button, input[type=button], input[type=reset], input[type=submit] {
  color: #ffffff;
  background: #7c6b99;
  padding: 12px 20px;
  text-decoration: none;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
a.button:visited, input[type=button]:visited, input[type=reset]:visited, input[type=submit]:visited {
  color: #ffffff;
  background: #7c6b99;
}
a.button:hover, a.button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus {
  color: #ffffff;
  background: #444;
}

a.wp-block-button__link {
  font-family: "EB Garamond", serif;
  font-weight: 700;
}
a.wp-block-button__link:not(.has-background) {
  color: #ffffff;
  background-color: #7c6b99;
}
a.wp-block-button__link:not(.has-background):active {
  color: #ffffff;
  background-color: #7c6b99;
}
a.wp-block-button__link:not(.has-background):hover, a.wp-block-button__link:not(.has-background):focus {
  color: #ffffff;
  background: #444;
}

a.button-blue {
  background-color: #444;
}
a.button-blue:visited {
  color: #ffffff;
  background-color: #444;
}
a.button-blue:hover, a.button-blue:focus {
  color: #ffffff;
  background-color: #63557c;
}

a.button-gray {
  background: #444;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
a.button-gray:visited {
  background: #444;
  color: #fff;
}
a.button-gray:hover, a.button-gray:focus {
  color: #fff;
  background-color: #5e5e5e;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select {
  border-color: #d7d7d7;
}

.gform_wrapper .gfield {
  margin-top: 10px;
}
.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gform_wrapper input.large, .gform_wrapper select.large {
  width: 100%;
}
.gform_wrapper textarea {
  height: 170px;
}
.gform_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}
.gform_wrapper .validation_error {
  color: #790000;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
}
.gform_wrapper .validation_message {
  color: #790000;
}
.gform_wrapper .gform_confirmation_wrapper {
  color: #027900;
  background: #f7f7f7;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 100%;
  }
}
.social-menu {
  margin: 0;
  padding: 0;
}
.social-menu li {
  padding: 0;
  margin: 0 5px;
  display: inline-block;
}
.social-menu a {
  font-family: FontAwesome;
  color: #fff;
  padding: 3px;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}
.social-menu a span {
  display: none;
}
.social-menu a:hover {
  background-color: #7c6b99;
  color: #fff;
}
.social-menu .facebook {
  background-color: #3b5998;
}
.social-menu .facebook:after {
  content: "";
}
.social-menu .twitter {
  background-color: #00aced;
}
.social-menu .twitter:after {
  content: "";
}
.social-menu .pinterest {
  background-color: #E60023;
}
.social-menu .pinterest:after {
  content: "";
}
.social-menu .youtube {
  background-color: #e52d27;
}
.social-menu .youtube:after {
  content: "";
}
.social-menu .linkedin {
  background-color: #0077B5;
}
.social-menu .linkedin:after {
  content: "";
}
.social-menu .instagram {
  background-color: #8a3ab9;
}
.social-menu .instagram:after {
  content: "";
}
.social-menu .yelp {
  background-color: #c41200;
}
.social-menu .yelp:after {
  content: "";
}
.social-menu .mail {
  background-color: #34526f;
}
.social-menu .mail:after {
  content: "";
}
.social-menu .rss {
  background-color: #f26522;
}
.social-menu .rss:after {
  content: "";
}
.social-menu .blog {
  background-color: #f57d00;
}
.social-menu .blog:after {
  content: "";
}
.social-menu.inverted a {
  background: transparent;
}
.social-menu.inverted .facebook:hover, .social-menu.inverted .facebook:focus {
  background-color: #3b5998;
}
.social-menu.inverted .twitter:hover, .social-menu.inverted .twitter:focus {
  background-color: #00aced;
}
.social-menu.inverted .pinterest:hover, .social-menu.inverted .pinterest:focus {
  background-color: #E60023;
}
.social-menu.inverted .youtube:hover, .social-menu.inverted .youtube:focus {
  background-color: #e52d27;
}
.social-menu.inverted .linkedin:hover, .social-menu.inverted .linkedin:focus {
  background-color: #0077B5;
}
.social-menu.inverted .instagram:hover, .social-menu.inverted .instagram:focus {
  background-color: #8a3ab9;
}
.social-menu.inverted .yelp:hover, .social-menu.inverted .yelp:focus {
  background-color: #c41200;
}
.social-menu.inverted .mail:hover, .social-menu.inverted .mail:focus {
  background-color: #34526f;
}
.social-menu.inverted .rss:hover, .social-menu.inverted .rss:focus {
  background-color: #f26522;
}
.social-menu.inverted .blog:hover, .social-menu.inverted .blog:focus {
  background-color: #f57d00;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading2 {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #7c6b99;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #7c6b99;
  opacity: 0.75;
}

.top-header {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #7c6b99;
}
.top-header .grid-container {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.top-header .left {
  width: 50%;
}
.top-header .right {
  width: 50%;
}
.top-header a {
  color: #fff;
}

.main-navigation {
  background: url(../img/header-image.jpg) no-repeat center center;
  background-size: cover;
}
.main-navigation a {
  font-weight: 700;
}
.main-navigation ul ul {
  width: 240px;
}
.main-navigation .main-nav ul li a {
  padding: 10px 12px;
  line-height: 20px;
}

.menu-item-has-children .dropdown-menu-toggle {
  padding-left: 5px;
  padding-right: 5px;
}

.menu-toggle {
  font-size: 21px;
  font-weight: bold;
}

.navigation-branding img {
  height: 100px;
}

@media only screen and (min-width: 992px) {
  .main-navigation .main-nav > ul > li > a {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .navigation-branding img, .site-logo.mobile-header-logo img {
    height: 80px;
  }

  .main-navigation a {
    font-size: 16px;
  }
  .main-navigation .main-nav ul li a {
    padding: 15px;
  }
  .main-navigation .main-nav ul ul li a {
    padding: 15px 20px;
  }

  .menu-item-has-children .dropdown-menu-toggle {
    font-size: 21px;
    margin-top: -3px;
  }
}
.inside-right-sidebar a {
  color: #337355;
}
.inside-right-sidebar a:hover, .inside-right-sidebar a:focus {
  color: #6a6e3c;
}
.inside-right-sidebar .widget-title {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.site-footer {
  margin-top: 45px;
}

.footer-widgets {
  background-color: #ededed;
  box-shadow: inset 0 3px 5px 0 #e7e7e7;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 3px;
}
.footer-widgets .inside-footer-widgets > div {
  padding: 5px 15px;
}
.footer-widgets .inside-footer-widgets li {
  padding: 8px 0;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 1px 0 #fafafa;
}
.footer-widgets .widget-title {
  font-family: "Lato", serif;
  margin-bottom: 15px;
}
.footer-widgets iframe {
  width: 100%;
  height: 200px;
}
.footer-widgets a {
  color: #777;
}
.footer-widgets a:hover, .footer-widgets a:focus {
  color: #7c6b99;
}
.footer-widgets .contactList {
  margin-top: 15px;
}
.footer-widgets .contactList li {
  padding-left: 25px;
}
.footer-widgets .contactList li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  font-size: 18px;
  left: 0;
  color: #7c6b99;
}
.footer-widgets .contactList .map:before {
  content: "";
}
.footer-widgets .contactList .phone:before {
  content: "";
}
.footer-widgets .contactList .fax:before {
  content: "";
}
.footer-widgets .contactList .email:before {
  content: "";
}

.inside-site-info {
  padding: 20px 40px;
}

.site-info {
  background: #7c6b99;
  text-align: center;
  color: #fff;
}
.site-info a {
  color: #fff;
}
.site-info a:hover, .site-info a:focus {
  color: #b1a7c3;
}
.site-info .copyright-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  text-align: left;
}
.site-info .social-menu {
  width: 50%;
  direction: initial;
  text-align: right;
}
.site-info .social-menu a {
  font-size: 22px;
  width: 40px;
  height: 40px;
}
.site-info .social-menu a:hover, .site-info .social-menu a:focus {
  color: #fff;
}
.site-info .copy {
  width: 50%;
  direction: initial;
}

@media only screen and (max-width: 768px) {
  .site-info .copyright-bar {
    display: block;
  }
  .site-info .social-menu {
    width: 100%;
    display: table;
    text-align: center;
  }
  .site-info .copy {
    width: 100%;
    display: table;
    margin-top: 10px;
    text-align: center;
  }
}
.contained-content .site-content {
  padding: 0 15px 0 15px !important;
}
.page .entry-content li {
  margin: 5px;
}
.page .entry-content .widget ol {
  list-style-position: initial;
  margin-left: 30px;
}
.page .entry-content .widget ol li {
  margin-bottom: 0.5em;
}
.page .entry-content .widget ul {
  list-style-position: initial;
  margin-left: 30px;
}
.page .entry-content .widget ul li {
  list-style-type: disc;
}
.page .title-center h3.widget-title {
  text-align: center;
}
.page h3.widget-title {
  font-size: 36px;
  font-family: "EB Garamond", serif;
}
.page .inverted {
  color: #fff;
}
.page .inverted h1, .page .inverted h2, .page .inverted h3, .page .inverted h4, .page .inverted h5, .page .inverted h6 {
  color: #fff;
}
.page .bgBlue {
  background: #7c6b99;
  padding-top: 45px;
  padding-bottom: 30px;
}
.page .bgBlue a {
  color: #fff;
}
.page .bgGray {
  background: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page .teamRow {
  text-align: center;
  font-weight: 700;
}
.page .teamRow img {
  border-radius: 50%;
}
.page .teamRow .sow-image-container {
  display: block;
}
.page .teamRow .widget_sow-image {
  margin-bottom: 15px !important;
}
.page .teamRow h3 {
  font-family: "Lato", serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}
.page .teamRow sub {
  font-size: 14px;
  font-weight: normal;
}

.home .site-content {
  padding: 0 15px 0 15px;
}
.home .teamRow .textwidget a {
  display: none;
}
.home .entry-content h3.widget-title {
  font-style: italic;
}
.home .entry-content .teamRow h3 {
  font-style: initial;
}
.home .button {
  background: #ef8754 !important;
  border: 0;
  border-bottom: 3px solid #d7794b;
  border-radius: 0;
}
.home .button:hover, .home .button:focus {
  background: #e48931 !important;
}
.home .addtoany_shortcode {
  text-align: center;
}
.home .addtoany_share_save_container {
  display: none;
}
.home #banner {
  height: 600px;
  background-size: cover;
  background-position: 50% 20%;
}
.home .notice {
  font-size: 26px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.home .notice p {
  margin-bottom: 0;
}
.home .appointment {
  font-size: 26px;
}
.home .appointment p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .home #banner {
    height: 300px;
  }
  .home .notice {
    font-size: 16px;
  }
  .home .appointment {
    font-size: 21px;
  }
  .home .appointment a {
    display: block;
  }
  .home .feature {
    text-align: center;
  }
}
body.blog, body.archive, body.search, body.single {
  background: #f2f2f2;
}
body.blog #content, body.archive #content, body.search #content, body.single #content {
  padding-left: 0;
  padding-right: 0;
}
body.blog #page, body.archive #page, body.search #page, body.single #page {
  background: transparent;
}
body.blog .site-main > *, body.archive .site-main > *, body.search .site-main > *, body.single .site-main > * {
  background: #fff;
  padding: 30px;
}
body.blog .entry-title a, body.archive .entry-title a, body.search .entry-title a, body.single .entry-title a {
  color: #444;
}
body.blog .entry-title a:hover, body.blog .entry-title a:focus, body.archive .entry-title a:hover, body.archive .entry-title a:focus, body.search .entry-title a:hover, body.search .entry-title a:focus, body.single .entry-title a:hover, body.single .entry-title a:focus {
  color: #7c6b99;
}