:root {
  --color-light: #ecac14;
  --color-primary: #cd9d2b;
  --color-secondary: #111;
  --color-gray: #555;
}

/* selection */
::selection { background: #cd9d2b; color: #111; /* WebKit/Blink Browsers */ }
::-moz-selection { background: #cd9d2b; color: #111; /* Gecko Browsers */ }

::-webkit-scrollbar { width: 10px; height: 18px; }
::-webkit-scrollbar-thumb { background: #cd9d2b; 
  background-clip: padding-box;
}
::-webkit-scrollbar-track { background: #222; padding: 0; }

@charset "UTF-8";
a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul,
var {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
td,
th {
  font-weight: 400;
  text-align: left;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
a img {
  border: 0;
}
#footer-web {
  display: none;
}
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
p {
  margin-bottom: 1.5em;
}
ol,
ul {
  margin: 0 0 1.5em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: 700;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr{
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}
sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
} 
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: 700;
}
img {
  height: auto;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 12px;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 15px 17px rgba(255, 255, 255, 0.8),
    inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active,
button:focus,
html input[type="button"]:active,
html input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
textarea:focus {
  color: #111;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 98%;
}
a {
  color: var(--color-primary);
  transition: color 250ms;
}
a:visited {
  color: inherit;
}
a:active,
a:focus,
a:hover {
  color: var(--color-light);
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.clear::after,
.clear::before,
.nav::after,
.nav::before {
  content: "";
  display: table;
}
.clear::after,
.nav::after {
  clear: both;
}
h1 {
  font-size: 38px;
  margin-bottom: 10px;
}
h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

.fl {float: left; }
.fr {float: right; }
.flex {
  display: flex;
  justify-content: space-between;
}

.flex--wrap { flex-wrap: wrap; }
.third { width: 32%; }
.two-third { width: 62%; }
.half { width: 50%; }
.full-with { width: 100%; }

/* 7 is services page */
.page-id-7 .entry.full-with {
  max-width: 850px;
  margin: 0 auto;
}
.page-id-7 .entry.full-with .flex {
  gap:  32px;
}
.page-id-7 .content h3 {
  border-bottom: 1px solid #adadad;
}
.page-id-7 .content-center .flex p:empty {
  display: none;
}

@media screen and (max-width: 768px){

  .content .third,
  .content .half {
    width:  100%;
  }
  .content.flex .content.flex {
    padding:  0;
  }
  .page-id-7 .entry.full-with .flex,
  .flex {
    flex-direction: column;
    gap: 0;
  }

}
@media screen and (max-width: 800px) {
    .content-bg .content.flex-normal {
        flex-wrap: wrap;
    }
}


.tar {
  text-align: right;
}
.vam {
  vertical-align: middle;
  display: inline-block;
}
.nav a {
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 100%;
  text-transform:  uppercase;
}
.nav ul.menu {
  list-style: none;
  margin: 0;
  display: flex;
}
.nav ul.sub-menu {
  display: none;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: 700;
}
.uppr {
  text-transform: uppercase;
}
.heading {
  font-weight: 700;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-img img {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::after,
.slick-track::before {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  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");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus::before,
.slick-next:hover::before,
.slick-prev:focus::before,
.slick-prev:hover::before {
  opacity: 1;
}
.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::before {
  opacity: 0.25;
}
.slick-next::before,
.slick-prev::before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev::before {
  content: "←";
}
[dir="rtl"] .slick-prev::before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next::before {
  content: "→";
}
[dir="rtl"] .slick-next::before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus::before,
.slick-dots li button:hover::before {
  opacity: 1;
}
.slick-dots li button::before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #000;
}
.dropdown li {
  position: relative;
}
.dropdown li:hover > a {
  background: var(--color-primary);
  color: #fff;
}
.dropdown a {
  display: block;
}
.dropdown ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  padding: 0;
  margin: 0;
  width: 200px;
  top: 100%;
  background: #ccb274;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}
.dropdown ul.sub-menu li {
  margin: 0;
  display: block;
  border-right: none !important;
}
.dropdown ul.sub-menu li a {
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 13px 14px;
  margin: 0;
  -webkit-transition: color 150ms, background 150ms;
  transition: color 150ms, background 150ms;
}
.dropdown ul.sub-menu li.current_page_ancestor > a,
.dropdown ul.sub-menu li.current_page_item > a,
.dropdown ul.sub-menu li:hover > a {
  background: var(--color-primary);
  color: #fff;
}
.dropdown ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
}
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav li,
.slicknav_nav ul {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_menu::after,
.slicknav_menu::before {
  content: " ";
  display: table;
}
.slicknav_menu::after {
  clear: both;
}
.slicknav_menu {
  font-size: 16px;
}
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_item {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_item:hover {
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a:hover {
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
nav#mobile-nav {
  display: none;
}
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: flexslider-icon;
  src: url(../modules/slider/fonts/flexslider-icon.eot);
  src: url(../modules/slider/fonts/flexslider-icon.eot?#iefix)
      format("embedded-opentype"),
    url(../modules/slider/fonts/flexslider-icon.woff) format("woff"),
    url(../modules/slider/fonts/flexslider-icon.ttf) format("truetype"),
    url(../modules/slider/fonts/flexslider-icon.svg#flexslider-icon)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.flexslider {
  margin: 0;
  padding: 0;
  height: 650px;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides::after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  background: #fff;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  cursor: default;
}
.flex-direction-nav a::before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
}
.flex-direction-nav a.flex-next::before {
  content: "\f002";
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a::before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play::before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  border: 1px solid #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #af1d3f;
  background: rgba(175, 29, 63, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #df4661;
  background: rgba(223, 70, 97, 0.9);
  cursor: default;
  border: 1px solid #fff;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider {
  height: 100% !important;
}
.flex-control-nav {
  bottom: 4vw !important;
}
@media screen and (max-width: 600px) {
  .flex-control-nav {
    bottom: 3vw !important;
  }
}
.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5) !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flex-control-paging li a:hover {
  background: var(--color-primary) !important;
}
.flex-control-paging li a.flex-active {
  background: var(--color-primary) !important;
  border: none;
}
ul.slider {
  margin: 0;
}
ul.slider a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
ul.slider,
ul.slider li {
  height: 100%;
}
ul.slider img {
  display: none;
}
.slide__image-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  background-size: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide__content-wrapper {
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35%;
}
.slide__content-wrapper .slide__content {
  position: absolute;
  width: 100%;
  bottom: 10%;
  text-align: center;
  padding: 0 50px;
  box-sizing: border-box;
}
.slide__content-wrapper .slide__content p {
  font-size: 22px;
  line-height: 1.4em;
}
body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
}
.grid {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1100px) {
  .grid {
    width: auto;
    margin: 0 10px;
  }
}
.grid-2 {
  width: 100%;
  max-width: 895px;
  margin: 0 auto;
}

.header .grid {
  max-width: 1540px
}

@media screen and (max-width: 895px) {
  .grid-2 {
    width: auto;
    margin: 0 10px;
  }
}
  @media screen and (max-width: 1630px){
    .header .grid,
    .grid {
      max-width: calc(100% - 6vw);
    }
  }


.slicknav_menu {
  display: none;
}
@media screen and (max-width: 955px) {
  .slicknav_menu {
    display: block;
  }
}
.arrow-up__wrapper {
  background: var(--color-primary);
}

.eyebrow {
  margin-bottom: 36px;
  font-size: 18px;
  color: var(--color-primary);
  font-weight: normal;
  text-transform: uppercase;
}
p:has(.eyebrow) + h1 {
  text-wrap: balance;
  line-height: 1.2;
}

  .content-table {
    max-width: 300px;
  }
  .content-table tr td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  .section__split-content .button {
    padding: 12px;
    max-width: 128px;
    background-color: #000;
  }
  .content.flex div div[class*=f-] {
    margin-bottom: 14px;
  }
  .content.flex div div[class*=f-] i {
    margin-right: 10px;
  }

/* FOOTER */
body.page-template-default .footer__top {
  padding-top: 90px;
}
footer.footer {
  border-top: 1px solid #353535;
}
.footer__top {
  padding: 50px 0 20px 0;
  background-color: #111;
  color: #fff;
}
.footer-logo {
  margin: 0 0 32px;
  max-width:  220px;
}
  
  .footer__top .footer__middle ul {
    flex-direction: column;
  }

@media screen and (max-width: 905px) {
  .footer__top .footer__top-container {
    flex-wrap: wrap;
  }
}
.footer__top h3 {
  margin-bottom: 36px;
  font-size: 18px;
  color:  var(--color-primary);
  font-weight: normal;
    text-transform: uppercase;
}
.footer__top .footer__left,
.footer__top .footer__middle {
  margin-right: 8px;
}
@media screen and (max-width: 905px) {
  .footer__top .footer__left,
  .footer__top .footer__middle,
  .footer__top .footer__right {
    width: 60%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__top .footer__left,
  .footer__top .footer__right {
    width: auto;
  }
}
.footer__top .footer__left {
  font-size: 14px;
}
.footer__top .footer__left .f-logo {
  display: block;
  /* background-image: url('../imgs/sprite.png'); */
  /* background-repeat: no-repeat; */
  /* background-position: -129px -94px; */
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  width: 162px;
  height: 62px;
  margin-bottom: 15px;
  text-decoration: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335),
  only screen and (min-resolution: 200dpi),
  only screen and (min-resolution: 1.25dppx) {
  .footer__top .footer__left .f-logo {
    background-image: url(../imgs/sprite@2x.png);
    background-size: 408px 160px;
  }
}
.footer__top .footer__left p {
  color: #a4a4a4;
}
.footer__top .footer__left i {
  margin-right: 6px;
  color: var(--color-primary);
}
.footer__top .footer__left .f-location,
.footer__top .footer__left .f-phone {
  margin-bottom: 18px;
}
@media screen and (max-width: 400px) {
  .footer__top .footer__middle {
    width: 100%;
  }
}
.footer__top .footer__middle ul {
  display: flex;
  gap:  20px;
  justify-content: normal;
  flex-direction:  column;
}
@media screen and (max-width: 340px) {
  .footer__top .footer__middle ul {
    flex-wrap: nowrap;
    height: auto;
  }
}
.footer__top .footer__middle ul li {
 
}
@media screen and (max-width: 540px) {
  .footer__top .footer__middle ul li {
    width: fit-content;
  }
}
.footer__top .footer__middle ul li a {
  color: #fff;
  line-height: 1.4em;
}
.footer__top .footer__middle ul li a:hover {
  color: #9e9e9e;
}
.footer__top .footer__right {
  color: #fff;
}
.footer__top .footer__right label {
  font-weight: 400 !important;
}
.footer__top .footer__right span {
  color: #fff;
}
.footer__top .footer__right input,
.footer__top .footer__right textarea {
  background: 0 0;
  color: #fff;
}
.footer__top .footer__right input[type="submit"] {
  background-color: var(--color-primary);
  box-shadow: none;
  text-shadow: none;
}
.footer__top .footer__right .gform_wrapper {
  margin: 0;
}
.footer__top .footer__right .gform_wrapper input[type="email"],
.footer__top .footer__right .gform_wrapper input[type="password"],
.footer__top .footer__right .gform_wrapper input[type="search"],
.footer__top .footer__right .gform_wrapper input[type="text"],
.footer__top .footer__right .gform_wrapper textarea {
  border-color: #353535;
}
.footer__top .footer__right .gform_wrapper input[type="submit"] {
  border: none;
}
.footer__top .footer__right .validation_error {
  color: #fff;
  border-top: 2px solid #f40b0b;
  border-bottom: 2px solid #f40b0b;
}
.footer__bottom {
  padding: 18px 0;
  background-color: #1c1c1e;
  color: #ababab;
  text-align: center;
  font-size: 13px;
}
.footer__bottom span:last-of-type {
  margin-left: 10px;
}
.footer__bottom a {
  color: inherit;
  text-decoration: none;
}
.footer__bottom a:hover {
  color: #ccc;
}
.middle {
  height: 50vw;
  max-height: 700px;
  margin-top: 118px;
  overflow: hidden;
  position: relative;
}
.middle .flexslider {
  height: 100% !important;
  box-shadow: none;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .middle {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .middle {
    height: 55vw;
  }
}
.middle::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -5px;
  height: 5vw;
  width: 100%;
  /* background-image: url(../imgs/wave.png); */
  background-repeat: repeat-x;
  background-size: 70%;
  background-position: bottom;
}
@media screen and (max-width: 600px) {
  .middle::before {
    content: none;
  }
}
.section__services {
  text-align: center;
}
.section__services ul {
  list-style: none;
  margin: 45px auto;
  justify-content: space-between;
}
.section__services ul li {
  font-weight: 700;
  width: 100%;
}
.section__services ul li:last-child {
  border-right: none;
}
.section__services ul li a {
  text-decoration: none;
  color: #404040;
  display: block;
}
.section__services ul li a:hover {
  color: #404040;
}
.section__services ul li a i {
  margin: 0 auto 19px;
  display: block;
  cursor: pointer;
    filter: brightness(40%);
}
.section__services ul li a i.notepad {
  background-image: url(../imgs/sprite.png);
  background-repeat: no-repeat;
  background-position: -4px 0;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  width: 62px;
  height: 82px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335),
  only screen and (min-resolution: 200dpi),
  only screen and (min-resolution: 1.25dppx) {
  .section__services ul li a i.notepad {
    background-image: url(../imgs/sprite@2x.png);
    background-size: 408px 160px;
  }
}
.section__services ul li a i.tooth {
  background-image: url(../imgs/sprite.png);
  background-repeat: no-repeat;
  background-position: -164px -3px;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  width: 59px;
  height: 82px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335),
  only screen and (min-resolution: 200dpi),
  only screen and (min-resolution: 1.25dppx) {
  .section__services ul li a i.tooth {
    background-image: url(../imgs/sprite@2x.png);
    background-size: 408px 160px;
  }
}
.section__services ul li a i.screw {
  background-image: url(../imgs/sprite.png);
  background-repeat: no-repeat;
  background-position: -343px -7px;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  width: 65px;
  height: 82px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335),
  only screen and (min-resolution: 200dpi),
  only screen and (min-resolution: 1.25dppx) {
  .section__services ul li a i.screw {
    background-image: url(../imgs/sprite@2x.png);
    background-size: 408px 160px;
  }
}
.section__split-content {
  background-color: #111;
  color: #fff;
  align-items: center;
}
@media screen and (max-width: 765px) {
  .section__split-content .split-content-container {
    flex-wrap: wrap;
  }
}
.section__split-content .split-content-container .left_content {
  padding: 70px 6vw 70px 11vw;
  padding: 70px 6vw 70px calc(50vw - 730px);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1630px) {
  .section__split-content .split-content-container .left_content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1050px) {
  .section__split-content .split-content-container .left_content {
    padding: 40px;
  }
}
@media screen and (max-width: 765px) {
  .section__split-content .split-content-container .left_content {
    padding: 39px 15px;
    width: auto;
  }
}
.section__split-content .split-content-container .left_content::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 0;
  height: 0;
  bottom: -57px;
  right: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 80px solid #111;
}
.section__split-content .split-content-container .left_content h1 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 17px;
}
.section__split-content .split-content-container .left_content p {
  font-size: 16px;
}
@media screen and (max-width: 765px) {
  .section__split-content .split-content-container .right_content {
    height: 250px;
    width: 100%;
  }
}
.section__testimonials {
  background-color: #f0efef;
  padding: 50px 0;
  font-size: 1em;
}
@media screen and (max-width: 1016px) {
  .section__testimonials {
    padding: 29px 15px;
  }
}
.section__testimonials .box-wrapper {
  background-color: #fff;
  border-left: 5px solid var(--color-primary);
  padding: 40px 21px;
}
@media screen and (max-width: 1016px) {
  .section__testimonials .box-wrapper {
    padding: 40px 0;
  }
}
.section__testimonials .box-wrapper i.quotations {
  display: inline-block;
  background-image: url(../imgs/sprite.png);
  background-repeat: no-repeat;
  background-position: -4px -102px;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  width: 44px;
  height: 32px;
  vertical-align: top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335),
  only screen and (min-resolution: 200dpi),
  only screen and (min-resolution: 1.25dppx) {
  .section__testimonials .box-wrapper i.quotations {
    background-image: url(../imgs/sprite@2x.png);
    background-size: 408px 160px;
  }
}
@media screen and (max-width: 1016px) {
  .section__testimonials .box-wrapper i.quotations {
    margin-left: 15px;
  }
}
@media screen and (max-width: 894px) {
  .section__testimonials .box-wrapper i.quotations {
    display: none;
  }
}
.section__testimonials .box-wrapper .content {
  display: inline-block;
  width: 790px;
}
@media screen and (max-width: 860px) {
  .section__testimonials .box-wrapper .content {
    width: 100%;
  }
}
.section__testimonials .box-wrapper .content p {
  font-size: 17px;
}
.section__testimonials .box-wrapper .content li {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section__testimonials .box-wrapper .content .person {
  display: flex;
  align-items: center;
}
.section__testimonials .box-wrapper .content .person > span:first-child {
  margin-right: 20px;
}
.section__testimonials .box-wrapper .content .person .rating {
  display: inline-block;
  align-items: center;
}
.section__testimonials .box-wrapper .content .person .rating i {
  color: #e4732d;
  width: 1em;
  line-height: 1em;
  font-size: 1.1em;
  display: inline-block;
}
.section__new-patient {
  background-color: #111;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.section__new-patient .content {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .section__new-patient .content {
    width: auto;
    padding: 0 15px;
  }
}
.section__new-patient .content .file {
  display: block;
  width: 139px;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 6px 0;
  text-decoration: none;
  font-size: 9px;
  color: #fff;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}
.section__new-patient .content .file:hover {
  color: #fff;
  background-color: #ff905f;
}
.section__map .map {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 24vw;
}
@media screen and (max-width: 700px) {
  .section__map .map {
    height: 60vw;
  }
}
@media screen and (max-width: 900px) {
  body.home .header {
    margin-bottom: 0 !important;
  }
}
.header {
  position: relative;
  z-index: 2;
  margin-bottom: -180px;
}
.header__top {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ececec;
  display: none;
}
@media screen and (max-width: 500px) {
  .header__top .header__top-container {
    flex-wrap: wrap-reverse;
    text-align: center;
  }
}
.header__top .header__top-container .address {
  margin: 13px 0;
  color: #a5a5a5;
}
@media screen and (max-width: 500px) {
  .header__top .header__top-container .address {
    width: 100%;
  }
}
.header__top .header__top-container nav.social {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 17px 30px;
}
@media screen and (max-width: 959px) {
  .header__top .header__top-container nav.social {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .header__top .header__top-container nav.social {
    margin: 0 auto;
    border: none;
  }
}
.header__top .header__top-container nav.social span[class^="simple-icon-"] {
  fill: #a5a5a5 !important;
}
.header__top .header__top-container nav.social li {
  margin-right: 13px;
}
.header__top .header__top-container nav.social li:last-child {
  margin-right: 0;
}
.header__middle {
  background-color: #111;
  padding: 15px 0;
}
.header__middle .flex {
  align-items: center;
}
.header__middle .header__logo {
  margin: 0;
}
@media screen and (max-width: 955px) {
  .header__middle .header__logo {
    margin: 0 auto;
  }
}


.header__middle .header__logo a {
  display: block;
/*   background-image: url(../imgs/sprite.png);
  background-repeat: no-repeat;
  background-position: -129px -94px; */
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;

  background-image: url('https://corsarostg.wpenginepowered.com/wp-content/uploads/2025/12/Dr.-Cruz-Logo-simple.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 78px;
  width: 235px;
  position: relative;
  left: 0
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335),
  only screen and (min-resolution: 200dpi),
  only screen and (min-resolution: 1.25dppx) {
  .header__middle .header__logo a {
/*     background-image: url(../imgs/sprite@2x.png);
    background-size: 408px 160px; */
  }
}
@media screen and (max-width: 955px) {
  .header__middle nav.header__nav {
    display: none;
  }
}
.header__middle nav.header__nav li {
  margin: 0 20px;
}
.header__middle nav.header__nav li:last-child {
  margin-right: 0;
}
.header__middle nav.header__nav li a {
  padding: 10px 0 12px;
  border-top: solid 2px transparent;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.header__middle nav.header__nav li a:hover {
  color: var(--color-primary);
  border-top: solid 2px var(--color-primary);
}
.header__bottom {
  background: rgba(11, 11, 11, 0.8);
  box-sizing: border-box;
  height: 50px;
}
@media screen and (max-width: 500px) {
  .header__bottom {
    height: auto;
  }
}
.header__bottom .header__bottom-container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .header__bottom .header__bottom-container {
    flex-wrap: wrap;
  }
}
.header__bottom .header__bottom-container .flex {
  align-items: center;
}
.header__bottom .header__bottom-container .phone {
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  position: relative;
}
@media screen and (min-width: 550px) {
  .header__bottom .header__bottom-container .phone {
    left: 34px;
  }
}
@media screen and (max-width: 500px) {
  .header__bottom .header__bottom-container .phone {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  color: var(--color-primary);
  }
}
.header__bottom .header__bottom-container .phone i {
  color: var(--color-primary);
  margin-right: 11px;
  font-size: 1.2em;
}
a.button,
.header__bottom .header__bottom-container a.button {
  display: block;
  font-size: 0.9em;
  color: #fff;
  background-color: var(--color-primary);
  height: 100%;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 150ms;
}
@media screen and (max-width: 500px) {
  .header__bottom .header__bottom-container a.button {
    width: 100%;
    padding: 13px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 320px) {
  .header__bottom .header__bottom-container a.button {
    padding: 16px;
  }
}
.header__bottom .header__bottom-container a.button i {
  margin-right: 21px;
  font-size: 1.4em;
}
a.button:hover,
.header__bottom .header__bottom-container a.button:hover {
  background-color: var(--color-light);
}


  @media screen and (max-width: 1440px) {

    .header__middle nav.header__nav li {
      margin: clamp(3px, 1vw, 20px);
    }
    .header__middle nav.header__nav li {
      font-size: 14px;
    }

  }

  @media screen and (min-width: 500px) and (max-width: 955px) {

    .header__bottom .header__bottom-container a.button {
      position: relative;
      right: -30px;
    }

  }
  @media screen and (max-width: 955px) {

    .header__bottom .grid {
      margin: 0 auto;
    }
    .header__bottom .header__bottom-container a.button i {
      margin-right: 6px;
    }
    
    .header__middle h1.header__logo {
      margin: 0!important;
      text-align: left;
    }
    .header__middle .flex {
      align-items: flex-start;
    }
    
    div.slicknav_menu {
      position: absolute;
      right: 5px;
      top: 45px;
      width: 50vw;
      z-index: 500;
    }
    div.slicknav_menu:has(.slicknav_collapsed){
      background: transparent;
    }
    div.slicknav_menu:has(.slicknav_open){
      background: #111;
    }

  }

  @media screen and (max-width: 400px) {
    div.slicknav_menu { 
      width: 95vw;
    }
  }



.page__middle {
  font-weight: 700;
  text-align: center;
  color: #ffff;
  text-transform: uppercase;
}
.page__image-wrapper {
  position: relative;
  height: 550px;
  overflow: hidden;
  width: 100%;
}
.page__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #121212;
  opacity: 0.6;
}
.page__middle h1 {
  margin-top: 300px;
  z-index: 5;
  position: relative;
}
.content-bg {
  background-color: #f6f4f0;
}
@media screen and (max-width: 400px) {
  .content-bg h1 {
    font-size: 28px;
  }
}
.content-bg .content__wrapper {
  margin-top: -64px;
  margin-bottom: -30px;
  position: relative;
  color: #6d6d6d;
}
.content-bg .page-order {
  color: #fff;
}
.content-bg .sidebar {
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .content-bg .sidebar {
    padding-right: 0;
    width: 100%;
  }
}
.content-bg .sidebar #page-nav > ul {
  list-style: none;
  margin: 0;
}
.content-bg .sidebar #page-nav > ul a {
  text-decoration: none;
}
.content-bg .sidebar #page-nav > ul a:active,
.content-bg .sidebar #page-nav > ul a:focus,
.content-bg .sidebar #page-nav > ul a:hover {
  color: inherit;
}
.content-bg .sidebar #page-nav > ul > li > a {
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
}
.content-bg .sidebar #page-nav > ul > li > a::before {
  content: "";
  background-color: var(--color-primary);
  height: 3px;
  width: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.content-bg .sidebar #page-nav > ul ul {
  margin: 0;
  padding: 0;
}
.content-bg .sidebar #page-nav > ul ul li {
  margin-bottom: 10px;
  list-style: none;
}
.content-bg .sidebar #page-nav > ul ul li.current_page_item > a {
  color: #000;
}
.content-bg .sidebar #page-nav > ul ul li a {
  text-decoration: none;
  color: #6d6d6d;
}
.content-bg .sidebar #page-nav > ul ul li a:hover {
  color: #000;
}
.content-bg .content {
  background-color: #fff;
  padding: 5vw 8vw;
}
@media screen and (max-width: 800px) {
  .content-bg .content {
    flex-wrap: wrap-reverse;
  }
}
.content-bg .content h1,
.content-bg .content h2,
.content-bg .content h3,
.content-bg .content h4 {
  font-weight: 700;
  letter-spacing: -0.025em;
}
