/*
Theme Name: Arrow Base
Author: Josh Yager
Author URI: https://thedevq.com/
Description: Custom Theme build by Josh Yager
Version: 1.0.0
*/
iframe#iframe_chat_popup {
  z-index: 9999;
}

.mobilemen strong {
  font-size: 0 !important;
}

body, p, ul {
  font-family: var(--font2);
  font-size: 1.15em;
  font-size: var(--pfontsize);
  line-height: 1.5;
  color: #333131;
}

@media (max-width:991px) {
  body, p, ul, li {
    font-size: 18px;
  }
}

html, body {
  overflow-x: hidden !important;
}

@media (min-width:991px) {
  .container, .container-full {
    padding-right: 60px;
    padding-left: 60px;
  }

}


@media(min-width:1199px) {
  .flyoutmob {
    display: none !important;
  }
}

body {
  background-image: url(/wp-content/uploads/2022/02/skin-side-up.png);
}

.container-fluid {
  max-width: 2200px;
  margin: auto;
}


h1, h2, h3, h4, h5 {
  font-family: var(--font1);
  color: #333131;
}

img {
  max-width: 100%;
}

.pad120 {
  padding-top: var(--universalpaddingtop);
  padding-bottom: var(--universalpaddingbottom);
}

.btn {
  text-decoration: none;
  background: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 300px;
  font-weight: 600;
  text-align: center;
  transition: all .3s ease-in-out;
  border: 1px solid white;
}

.arrowbtn i {
  margin-right: 8px;
  font-size: 14px;
}

.arrowbtn.arrowbtn-secondary {
  background: var(--secondary);
}

.arrowbtn.arrowbtn-tertiary {
  background: var(--tertiary);
}

.arrowbtn.arrowbtn-white {
  background: white;
  color: var(--primary);
}

.arrowbtn.white:hover {
  background: var(--primary);
  color: white;
}

.arrowbtn:hover {
  background: var(--tertiary) !important;
  color: white;
}

.arrowbtn.arrowbtn-secondary:hover {
  background: var(--primary);
  color: white;
}

@media (max-width:991px) {
  .pad120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.superscript {
  position: relative;
  top: -0.5em;
  font-size: 80%;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--primary);
}

::-webkit-scrollbar {
  width: 10px;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignnone {
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/*** Fade-zoom animation for first dialog*/

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


html {
  scroll-behavior: smooth;
}

/* Basic Html */
body {
  margin: 0px;
  background-color: #fff;
}

html,
body {
  margin: 0;
  padding: 0;
  /* overflow-x: initial !important; */
}

h1,
h2,
h3,
h4 {
  margin-bottom: 10px;
}

/* Header Styles & Main Logo */
.mainLogo {
  padding: 5px;
  display: block;
  width: 315px;
  height: auto;
}

#navDesktop [class*=col-] {
  padding: 0px 15px;
}

#navTablet {
  display: none;
  background-color: #fff;
}

.topHeaderMobile {
  padding: 0px 15px;
  display: none;
}

.mobileLeft a {
  color: white;
  font-weight: 600;
  text-align: center;
  display: table;
  margin: 20px auto 10px auto;
  text-decoration: none;
}

.mobileRight {
  text-align: center;
}

.mobileCenter {
  background-color: #fff
}

.mobilemenuwrapper {
  display: none;
}

.mobilePhone {
  color: #435705;
  font-size: 30px;
  margin-left: auto;
  display: table;
  margin-top: 5px;
}

.mobileLogo {
  width: 200px;
  height: auto;
  margin: 10px auto;
}

/* Navigation menu */
.main-navigation {
  display: flex;
  justify-content: flex-end;
}

.main-navigation,
.dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.main-navigation li {
  display: block;
  position: relative;
  float: left;
}

/* Style Top Tier Nav Items */
.main-navigation li a {
  font-family: var(--font3);
  display: block;
  padding: 35px 2px;
  margin: 0px 15px;
  text-decoration: none;
  white-space: nowrap;
  color: #000000;
  font-weight: 600;
}

.main-navigation li a:hover {
  text-decoration: underline;
}

.navbutton a {
  background: #C88B11;
  color: white !important;
  padding: 12px 30px !important;
  border-radius: 25px !important;
  margin-top: 37px !important;
  text-decoration: none !important;
}

.navbutton a:hover,
.navbutton a:focus,
.navbutton a:active {
  background: #425604;
}

#navDesktop .contactButton a {
  color: #fff !important;
  margin-left: 20px !important;
  padding: 35px 25px !important;
  margin-right: 0px !important;
}

#navDesktop .contactButton a:hover {
  text-decoration: none !important;
}

/*Top Tier background hover */

/* Show tier 2 */
.main-navigation li:hover>ul {
  display: inherit;
}

/* Float for 2nd tier menu */
.main-navigation li:hover li {
  float: none;
}

/* Float for 3rd tier menu */
.main-navigation ul ul {
  left: 100%;
  top: 0;
  border-top: none;
}

/* Clear Out*/
.main-navigation:before,
.main-navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.main-navigation:after {
  clear: both;
}

/* Drop Down Menu */
.dropdown-menu {
  display: none;
  transform-origin: center top 0;
  transition: all .1s ease 0s;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, .3);
  position: absolute;
  min-width: 170%;
  left: 0;
  overflow: hidden;
}

.main-navigation li a {
  display: block;
  padding: 5px;
  margin: 0 15px;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  font-weight: 600;
}

.dropdown-menu li {
  text-align: left;
  background-color: #fff;
}

.dropdown-menu li a {
  font-size: 16px !important;
}

.dropdown-menu li:hover {
  background-color: #fff !important;
}

.dropdown-menu .current-menu-item {
  background-color: #fff !important;
}

.topHeaderRight {
  padding-right: 0px !important;
}

/* Nav Dropdown arrow */
.main-navigation i {
  font-size: 14px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0px;
  margin-left: 5px;
  margin-right: auto;
  width: 14px;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

/* Hamburger Styles */
.mburger strong {
  border-radius: 0px;
}

.mburger {
  color: #98999c;
}

.mburger {
  background: 0 0;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  appearance: none;
  outline: 0;
  cursor: pointer;
  width: 50px;
}

.mburger:hover,
.mburger:focus,
.mburger:active {
  color: #98999c;
}

.mburger strong:nth-of-type(1) {
  bottom: calc(45% + var(--mb-bar-spacing));
}

.mburger strong:nth-of-type(2) {
  top: calc(51% - (var(--mb-bar-height)/2));
  transition: opacity .2s ease;
}

.mburger strong {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size)*((1 - var(--mb-bar-width))/2));
  width: calc(var(--mb-button-size)*var(--mb-bar-width));
  height: 2px;
  border-radius: calc(var(--mb-bar-height)/2);
  background: currentColor;
  color: inherit;
  opacity: 1;
}

.mburger strong:nth-of-type(3) {
  top: calc(45% + var(--mb-bar-spacing));
}

.mburger span {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.mm-menu {
  --mm-color-background: #fff;
}

.mm-listitem__text,
.mm-navbar__title>span {
  font-weight: 600;
  color: var(--primary);
}

/* Top Header */
.topHeader [class*=col-] {
  padding: 3px 20px;
}

.topHeader p {
  color: white;
  font-weight: 600;
  font-size: 14px;
  margin: 7px;
}

.topHeader p a {
  color: white;
  text-decoration: none;
}

.topHeader p a:hover {
  text-decoration: underline;
}

.topHeaderNav {
  list-style-type: none;
  display: inline-block;
  margin: 0px;
}

.topHeaderNav li {
  display: inline-block;
}

.topHeaderNav li a {
  color: white;
  font-size: 14px;
  margin: 0px 15px;
  font-weight: 600;
  text-decoration: none;
}

.topHeaderNav li a:hover {
  text-decoration: underline;
}

.topHeaderRight {
  text-align: right;
}

.menu-utility-nav-container {
  display: inline-block;
}

.topHeaderRight .fa-search {
  color: white;
  margin-right: 20px;
  cursor: pointer;
}

.topHeaderRight .fa-search:hover {
  color: #e7e7e7;
}

.topHeaderForm {
  position: absolute;
  right: 70px;
  bottom: 0px;
  display: none;
}

.topHeaderForm input {
  padding: 4px 20px;
  width: 250px;
  border-radius: 5px 0px 0px 5px;
  border: none;
  font-size: 16px;
}

.topHeaderForm button {
  border: none;
  padding: 6px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: -10px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  height: 26px;
}

.closeForm {
  display: block;
  position: absolute;
  right: 40px;
  color: #fff;
  font-size: 20px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

/* Footer */
.footerContactContainer {
  background-size: cover;
  background-position: center;
  padding-right: 15px;
}

.footerFormWrapper {
  margin-left: auto;
  padding: 80px 40px 80px 300px;
  max-width: 55%;
  clip-path: circle(91.1% at 96% 49%);
}

.footerRight {
  text-align: right;
  padding-bottom: 50px;
  padding-right: 60px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  position: absolute;
  right: 0;
  height: 100%;
}

.footerRight h2 {
  font-size: 30px;
  color: white;
  margin-right: 10px;
  margin-bottom: 5px;
}

.footerFormWrapper::after {
  content: "";
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.95;
}

.formContent {
  position: relative;
  z-index: 1;
}

.formFull {
  padding: 0px 3px;
}

.formLeft {
  padding: 0px 3px;
  width: 50%;
  display: inline-block;
}

.formRight {
  padding: 0px 3px;
  width: 50%;
  display: inline-block;
  clear: both;
}

.footerIconFan {
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
}

.footerFormWrapper h2 {
  color: white;
  font-size: 30px;
  margin-left: 3px;
  margin-bottom: 15px;
}

.footerFormWrapper label {
  display: none;
}

.footerFormWrapper .gform_hidden {
  display: none;
}

.footerFormWrapper ul li {
  list-style-type: none;
}

.footerFormWrapper ul {
  margin: 0px;
  padding: 0px;
}

.footerFormWrapper input,
.footerFormWrapper select,
.footerFormWrapper textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.footerFormWrapper textarea {
  max-height: 120px;
}

.footerFormWrapper .gform_fields .gfield input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

.footerFormWrapper .gform_fields .gfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

.footerFormWrapper .gform_fields .gfield input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

.footerFormWrapper .gform_fields .gfield input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

.footerFormWrapper .ginput_container_checkbox {
  margin-top: 10px;
}

.footerFormWrapper .ginput_container_checkbox label {
  color: white;
}

.footerFormWrapper .gform_button {
  width: 220px;
  margin-top: 10px;
  border-radius: 20px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.footerFormWrapper .gform_button:hover {
  background-color: white;
  background-image: none;
}

.footerFormBottom {
  padding: 0px 3px;
  margin-top: 15px;
  font-size: 12px;
}

.footerFormBottom p {
  color: white;
  margin: 0px;
  line-height: 180%;
}

.footerFormBottom a {
  color: white;
  display: table;
  line-height: 180%;
}

.footerCopyright {
  background: #F7F9FB;
  text-align: center;
}

.footerCopyright p {
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding-left: 12px;
}

.menu-copyright-container {
  display: inline-block;
}

.copyrightmenu {
  padding: 0px;
  list-style-type: none;
  margin-bottom: 0px;
  display: inline-block;
}

.copyrightmenu li {
  display: inline-block;
  margin: 0px 10px;
}

.copyrightmenu li a {
  font-size: 16px;
  padding: 0px;
  font-weight: 500;
  text-decoration: none;
}

.copyrightmenu li a:hover {
  text-decoration: underline;
}

.footerIconColumn {
  text-align: right;
  padding-right: 15px !important;
}


.copyMenuBottom {
  list-style-type: none;
  padding: 0px;
  margin-left: 20px;
}

.copyMenuBottom li {
  display: inline-block;
}

.copyMenuBottom li a {
  font-size: 14px;
  padding: 0px 5px;
}


@media screen and (max-width:1399px) {
  .footerFormWrapper {
    padding-left: 200px;
  }
}

/* Menu Tablet */
@media screen and (max-width:1199px) {

  #navDesktop,
  .topHeader {
    display: none;
  }

  .topHeaderMobile {
    display: inherit;
  }

  .mainLogo {
    margin: 20px auto;
    width: 280px;
    height: auto;
  }

  .footerFormWrapper {
    padding-left: 150px;
  }

  .footerFluid {
    padding-right: 30px;
  }

  .footerLeft {
    margin: 0px auto;
    padding: 20px;
    text-align: center;
  }

  .socialFooter {
    text-align: center;
  }
}

@media screen and (max-width:991px) {
  .footerFormWrap {
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 0px;
  }

  .footerFormColumn {
    border-radius: 0px;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .footerFormLeft {
    position: relative;
    border-top-right-radius: 10px;
    box-shadow: inset 0 0 0 2000px rgba(200, 139, 17, 0.5);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .footerFormLeft:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 2px solid rgba(256, 256, 256, 1);
    z-index: 2;
    pointer-events: none;
  }

  .footerFormContainer {
    padding-top: 20px;
  }

  .footerCtaLink {
    padding: 10px 20px;
  }

  .sidebarForm {
    margin-left: 0px;
  }

  .footerFormWrapper {
    padding: 40px;
    max-width: 100%;
    clip-path: none;
  }

  .footerContactContainer {
    padding-left: 15px;
  }

  .copyrightmenu li a {
    font-size: 12px;
  }

  .copyMenuBottom {
    margin-top: 0px;
    padding: 0px;
  }

  .footerCopyright p {
    padding: 0px;
    margin: 10px auto;
    display: block;
  }
}

@media screen and (max-width:767px) {
  .maincopy h2 {
    font-size: 24px;
  }

  .gfield_checkbox label {
    font-size: 10px;
  }

  .menu-footer-container {
    display: none;
  }

  .footerCopyright p {
    display: block;
    text-align: center;
  }

  .menu-copyright-container {
    display: block;
    text-align: center;
  }

  .footerIconColumn {
    text-align: center;
    padding: 0px 0px 10px 0px !important;
  }

  .cardImage {
    height: 250px;
  }

  .basicIcon {
    right: 20px;
    font-size: 35px;
    bottom: 30px;
  }

  .cardBasicCopy {
    padding-right: 20px;
  }

  .footerCtaLink {
    margin: 0px;
    padding: 10px 35px;
  }

  .footerCtaGrid p {
    margin-bottom: 0px;
  }

  .footerCtaGrid {
    padding: 30px;
    background-image: none !important;
    background-color: var(--primary);
  }

  .footerCtaGrid h2 {
    margin-top: 0px;
  }

  .footerCtaLink:hover,
  .footerCtaLink:focus,
  .footerCtaLink:active {
    background-color: #fff;
    color: var(--primary);
  }

  .fontSizeWrap {
    display: none;
  }

  .blogDate {
    text-align: left;
    float: none;
    margin-top: 0px;
  }

  .blogTop h1 {
    text-align: left;
  }

  .footerFormWrap {
    padding: 40px;
  }

  .formLeft, .formRight {
    width: 100%;
    padding: 0px;
  }

  .footerFormWrapper h2 {
    margin-top: 0px;
  }

  .footerRight {
    padding: 20px;
    text-align: center;
    position: relative;
  }

  .copyrightmenu li {
    display: block;
    padding: 5px;
  }

  .copyMenuBottom li a {
    font-size: 12px;
  }
}

/* vitalia core styles */

/* header */



.flextophead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.flextophead .callbutton {
  width: 15%;
}

.flextophead .mobilelogi {
  width: 65%;
}

.flextophead .mobilemen {
  width: 15%;
  display: flex;
  justify-content: flex-end;
}

.phone-path {
  stroke: #939498
}



.phone-action .phone-wave-1, .phone-action .phone-wave-2 {
  -webkit-animation: phonetalk .5s cubic-bezier(.645, .045, .355, 1) infinite;
  animation: phonetalk .5s cubic-bezier(.645, .045, .355, 1) infinite;
  transform-origin: center center;
}

.phone-action .phone-wave-1 {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

@keyframes phonetalk {
  0% {
    opacity: 1;
    transform: rotate(0) translate(0, 0);
  }

  50% {
    opacity: .5;
    transform: rotate(-4deg) translate(-1px, 0);
  }

  50% {
    opacity: .5;
    transform: rotate(4deg) translate(0, 0);
  }

  100% {
    opacity: 1;
    transform: rotate(0) translate(0, 0);
  }
}

#dynamicheader {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: all .3s ease-in-out;
  height: 110px;
  height: var(--navheight);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}

.fixheaderheight {
  height: 110px;
  height: var(--navheight);
}

.primo {
  background-color: var(--primary);
}

.utilitytop ul {
  margin-bottom: var(--menuspacing);
}

@media (max-width:1200px) {
  .fixheaderheight {
    display: none;
  }

  #dynamicheader {
    position: relative;
    display: none;
  }
}

.headScrolled {
  background-color: #ffffffe8 !important;
  height: 95px !important;
  left: 50%;
  transform: translateX(-50%);
}



.vitaliaheader {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  transition: all .3s ease-in-out;
}


.logodesk {
  max-width: 100%;
}

.logodesk {
  width: var(--logowidth);
  max-height: 100%;
  display: flex;
  align-items: center;
}

.logodesk img {
  max-width: 100%;
  max-height: 100%;
}

.headScrolled .logodesk {
  max-height: 73px;
}

.menusright {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.utilitytop ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.utilitytop ul li {
  padding: 0 7px;
  position: relative;
  border-right: 1px solid #9b9b9b;
}

.utilitytop ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.utilitytop ul li a:hover {
  color: #4c4c4c;
}

.utilitytop ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border: 0;
}

/* .utilitytop ul li a:last-child {
  margin-right: 0;
} */

/* .utilitytop ul li:nth-last-child(2) {
  border: 0;
  margin-right: 5px;
} */

.tely a {
  color: black !important;
}

.satour a {
  padding: 5px 11px;
  background-color: var(--primary);
  color: white !important;
  border-radius: 5px;
  font-size: 12px !important;
}

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

.mainbottom ul li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.mainbottom ul li a i {
  font-size: 20px;
}

.mainbottom ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}

.menu-depth-1 a {
  text-transform: none !important;
}

.dropdown-menu li {
  text-align: left;
  background-color: #fff;
  padding: 5px 0;
}

.menu-depth-2 li {
  padding-bottom: 0px;
}

.menu-depth-2 {
  display: block !important;
  background: white;
  position: relative;
  left: 0 !important;
  box-shadow: none !important;
}

.menu-depth-2 li a {
  margin-left: 30px;
  font-size: 14px !important;
  font-weight: 400 !important;
}


/* footer */

.vitaliaFooter1 {
  background-color: #f3f1ee;
  padding-top: 40px;
}

.social1 {
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.social1 a {
  color: white;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 60px;
  width: 60px;
  background: var(--primary);
  border-radius: 50%;
  margin: 15px 7.5px;
}

.social1 a i {
  margin-top: 2px;
}

.napbox {
  max-width: 600px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.location {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.location p {
  line-height: 140%;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #404040;
}

.phone {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.phone a, .email a {
  color: #404040;
  font-weight: 800;
  font-size: 26px;
  text-decoration: none;
}

.phone i, .email i {
  color: #404040;
  font-size: 26px;
  margin-right: 8px;
}


.email {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.boilerplate {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.boilerplate img {
  width: 24%;
  max-height: 80px;
  object-fit: contain;
  padding: 2px;
}

.bplate {
  width: 48%;
  font-size: 24px;
  padding: 0 15px;
}

.comsearch {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  text-align: center;
}

.comsearch a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  width: 100%;
}

.vitaliaFooter2 {
  padding-bottom: 60px;
  padding-top: 50px;
}

.vitaliaFooter2 img {
  max-width: 100%;
  width: 260px;
  margin: 20px auto;
}

.flexfoot2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottommenu ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.bottommenu ul li {
  padding: 10px 20px;
}

.bottommenu .sub-menu li {
  padding: 0;
  display: block;
}

.bottommenu .sub-menu {
  display: flex;
  flex-direction: column;
}

.bottommenu ul li a {
  font-size: 16px;
  margin: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #3a3a3a;
  font-weight: 800;
}

.bottommenu .sub-menu li a {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
}

.primarycopy {
  background: var(--primary);
}

.copyrightfooter {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.threemenu, .copysocials {
  width: 25%;
}

.copyrighttext {
  width: 50%;
  text-align: center;
}

.copyrighttext p {
  color: white;
  font-size: 18px;
}

.threemenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.threemenu ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.threemenu ul li {
  color: white;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid;
}

.threemenu ul li:last-child {
  border-right: none;
}

.copysocials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.copysocials a {
  color: var(--primary);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  margin-right: 15px;
}

.copysocials a:last-child {
  margin-right: 0;
}

@media (max-width:991px) {
  .bottommenu ul {
    display: none;
  }

  .vitaliaFooter2 {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .vitaliaFooter2 img {
    width: 160px;
  }

  .comsearch a {
    font-size: 14px;
  }

  .copyrighttext, .copysocials {
    display: none;
  }

  .threemenu {
    width: 100%;
  }

  .threemenu ul li {
    border: none;
  }

  .threemenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .phone, .email {
    width: 100%;
  }

  .flextophead .mobilelogi {
    width: 65%;
    display: flex;
    justify-content: center;
  }

  img.mobilelogo {
    width: 120px;
    margin: auto;
  }

  .flextophead .callbutton {
    justify-content: center;
    display: flex;
    padding-top: 10px;
  }
}



/* ***** */
/* GALLERY STYLES */
/* ***** */

/*Overlay styles*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open {
  visibility: visible;
  opacity: 1;
}

/*Popup window styles*/
.popup {
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  max-width: 70%;
  height: auto !important;
  width: 100% !important;
  overflow: hidden;
}

.popup img {
  margin: 0 auto;
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: 80vh;
  display: none;
  object-fit: contain;
  position: relative;
}

/*Buttons styles*/

.popup span#close {
  position: fixed;
  top: 20px;
  right: 40px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}

.popup span#next {
  position: fixed;
  top: 50%;
  right: 30px;
  transition: all 200ms;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}

.popup span#prev {
  position: fixed;
  top: 50%;
  left: 30px;
  transition: all 200ms;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}


.popup .play_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 200ms;
  padding-bottom: 30px;
  padding-top: 35px;
  opacity: 0;
  z-index: 101;
}

.popup .play_wrap:hover {
  opacity: 1;
  background-color: rgba(204, 204, 204, 0.8);
}

.popup .play_wrap span {
  font-size: 60px;
}

.popup .play_wrap span#stop {
  display: none;
}

.popup .play_wrap span#play:hover,
.popup .play_wrap span#stop:hover {
  color: var(--primary);
  cursor: pointer;
}


.popup .play_wrap span i {
  margin-left: 5px;
  cursor: pointer;
  transition: all 200ms;
  color: #fff;
}


.popup span#next:hover,
.popup span#prev:hover,
.popup span#close:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.gallery img {
  cursor: pointer;
}

/* ***** */
/* PAGE STYLES */
/* ***** */


.wrapcopy p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
}

.mobilelogo {
  width: 110px;
}

.mobilelogi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.equalrights p {
  margin: 0px auto 30px;
  max-width: 700px;
  text-align: center;
  font-size: 20px;
}

.flexsecondmenu {
  display: flex;
  align-items: center;
}

.ctactacta a {
  color: white;
  background-color: var(--secondary);
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  margin: 0 40px 0 0;
  position: relative;
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.ctactacta a:hover {
  transform: scale(1.08);
  box-shadow: 3px 3px 10px #00000042;
}

.numbernumber a {
  text-decoration: none;
  font-size: 24px;
  color: initial;
  margin-right: 40px;
}

.flexsecondmenu strong {
  height: 5px;
  width: 60px;
  margin: 5px auto;
  left: 0;
  background: var(--primary);
}

.flexsecondmenu strong:nth-of-type(2) {
  top: 23px;
}


.invertedd {
  background-color: var(--primary) !important;
}

.invertedd .dropdown-menu li {
  background-color: var(--primary);
}

.main-navigation .dropdown-menu li a:hover {
  color: var(--primary);
}

.invertedd .dropdown-menu .current-menu-item {
  background-color: var(--primary) !important;
}

.invertedd .main-navigation li a {
  color: white;
}

.invertedd .utilitytop ul li a {
  color: white;
}

.invertedd .tely a {
  color: white !important;
}

.invertedd .showsc {
  display: none;
}

.headScrolled .showsc {
  display: inherit;
}

.headScrolled .hidesc {
  display: none;
}

.fixheaderheight {
  max-width: 2200px;
  margin: auto;
}

.utilitytop .dropdown-menu {
  display: none
}

.utilitytop .dropdown-menu li {
  margin: 0;
  padding: 7px;
}

img.fairhouse {
  max-height: 50px;
  width: 150px;
  object-fit: contain;
  margin: 20px 0 0;
  margin: 30px auto;
}

.g5d {
  background: #00000047 !important;
}

.utilitytop ul li:last-child a {
  margin-right: 0;
}

.burden .lg1 {
  display: none;
}

.burden .backdab {
  background-image: initial !important;
  background: var(--primary);
}

.open {
  position: relative !important;
}



/* Base CTA Styles */
.cta-container {
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 2em 0;
}

.cta-container--gradient {
  background: linear-gradient(45deg, var(--primary), rgba(var(--primary), 0.8));
}

.cta-container--bordered {
  background: white;
  border: 2px solid var(--primary);
}

.cta-heading {
  margin-bottom: 1em;
  font-size: 1.8em;
}

.cta-heading--primary {
  color: var(--primary);
  margin: 0
}

.cta-container--gradient .cta-heading {
  color: white;
}

.cta-text {
  margin-bottom: 1.5em;
  font-size: 1.1em;
}

.cta-text--dark {
  color: #333;
}

.cta-container--gradient .cta-text {
  color: white;
}

.cta-button {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.cta-button--light {
  background: white;
  color: var(--primary);
}

.cta-button--primary {
  background: var(--primary);
  color: white;
}

.banner1 p {
  margin: 0;
  color: white;
  font-family: var(--font1);
}

.banner1 a {
  font-family: var(--font1);
  color: white;
  margin-left: 15px;
  text-decoration: none;
  position: relative;
  width: fit-content;
}

.banner1 a:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: white;
  position: absolute;
}


.banner1 {
  background: var(--primary);
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}

#dynamicheader {
  padding-top: 50px;
  height: calc(var(--navheight) + 50px);
}

.fixheaderheight {
  height: 110px;
  height: calc(var(--navheight) + 50px);
}

.byebrucebanner {
  display: none;
}

.headScrolled {
  padding-top: 0 !important;
}

@media (max-width:1199px) {
  .topHeaderMobile {
    padding-top: 60px;
  }

  .banner1 p {
    font-size: 14px;
    line-height: 1.2;
  }

  .banner1 {
    height: 60px;
  }
}