/*
  Separate Custom Stylesheet
*/
/* Homepage */
/*#scrollToExplore img{*/
/*  padding:20px;*/
/*  border-radius:50%;*/
/*  background-color:#fff;*/
/*}*/
#heroPlay {
  border-radius: 25px;
  background-image: linear-gradient(#71ad80, #588960);
  font-weight: 600;
  padding: 7px 15px 7px 10px;
}
#heroPlay svg {
  width: 23px;
  vertical-align: middle;
  margin-right: 3px;
}
.mfp-close:hover {
  background-color: transparent !important;
}
.homeHeatlh {
  background-position: 5% 38% !important;
  background-size: 250px !important;
}
.homeEvents {
  background-position: 5% 10% !important;
  background-size: 180px !important;
}
.homeSlider .swiper-slide {
  padding: 60px 100px !important;
}
.homeSlider .elementor-testimonial__text {
  font-style: normal !important;
}
.homeSlider .elementor-testimonial__text p {
  font-size: 15px;
}
.homeSlider .e-eicon-chevron-left {
  margin-left: 20px;
}
.homeSlider .e-eicon-chevron-right {
  margin-right: 20px;
}
.homeSlider .elementor-testimonial__name {
  font-size: 22px;
}
.twoColumnList {
  margin-top: 15px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 15px;
}
.faqWrapper .elementor-accordion-item {
  margin-bottom: 20px;
}
.cardsTitle .elementor-widget-text-editor {
  height: 350px;
  position: relative;
}

.cardIcon {
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 225px;
}

.phoneIcon {
  position: absolute;
  bottom: -1px;
  right: 20px;
}

/* Service Pages */
.serviceMenuItem {
  width: 150px;
  color: #fff;
  margin: 0px 20px;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.serviceMenuItem span {
  z-index: 10;
  position: relative;
  color: #fff;
  font-weight: 600;
}

.serviceMenuItem.active span {
  z-index: 10;
  position: relative;
  color: #9a8dc9;
  font-weight: 600;
}

.serviceMenuItem.active:after {
  content: "";
  display: block;
  position: absolute;
  /* left: -85px; */
  left: -75px;
  width: 300px;
  height: 60px;
  background-image: url(./assets/images/Tab-Wide_Healthservices.png);
  background-size: 300px 60px;
  z-index: 0;
  top: -15px;
  right: 0;
}

/* Contact */
#gform_2 textarea {
  height: 180px !important;
  border-radius: 0px !important;
  padding: 10px !important;
  font-size: 16px;
}

#gform_2 select,
#gform_2 input {
  border-radius: 0px;
  padding: 10px;
  font-size: 16px;
  font-style: italic;
  height: 54px;
}

#gform_2 .validation_message {
  display: none !important;
}

#gform_2 textarea,
#gform_2 input {
  font-style: italic;
}

#gform_submit_button_2 {
  border-radius: 25px !important;
  background-image: linear-gradient(#71ad80, #588960);
  font-weight: 600;
  color: #fff;
  border: none;
  font-size: 16px;
  margin-top: 0px;
  padding: 5px 30px !important;
}

#gform_submit_button_1:hover,
#heroPlay:hover {
  background-image: linear-gradient(#5382c9, #004660);
}

.contactLeft {
  position: relative;
}

.contactLeft p {
  font-size: 14px;
}

.contactLeft .elementor-image-box-content h4 {
  margin: 0px;
}

.contactLeft .elementor-image-box-content p {
  font-size: 18px;
}

#gform_submit_button_3 {
  background-color: #004660 !important;
  color: #fff;
  border: none;
  width: 100px;
  margin-left: -12px;
  height: 42px;
  border-radius: 0px;
}

#input_3_1 {
  border-radius: 0px;
  width: 100%;
}

/* Global */
.elementor-nav-menu li a {
  padding: 13px 10px !important;
  font-size: 15px !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Domine", serif;
  font-weight: 600;
}

.formWrapper {
  position: fixed;
  z-index: 10;
  background: #fff;
  top: 200px;
  max-width: 360px;
  right: 50px;
  padding: 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.formWrapper label {
  display: none !important;
}

.formWrapper .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 7px !important;
}

.formWrapper select,
.formWrapper input {
  border-radius: 0px !important;
  padding: 3px 10px !important;
  font-size: 14px !important;
}

.formWrapper input:focus,
.formWrapper select:focus {
  border-radius: 0px !important;
}

.formWrapper textarea.large {
  height: 90px !important;
  border-radius: 0px !important;
  padding: 5px 10px !important;
  font-size: 14px;
}

.formWrapper .gfield--type-html h2 {
  color: #71ad80;
  margin-top: 0px;
  margin-bottom: 10px;
}

.formWrapper .gfield--type-html p {
  color: #004660;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}

.formWrapper .button {
  border-radius: 25px !important;
  background-image: linear-gradient(#71ad80, #588960);
  font-weight: 600;
  color: #fff;
  border: none;
  font-size: 16px;
  margin-top: 10px;
  padding: 5px 30px !important;
}

.formWrapper .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.formWrapper .gform_footer {
  padding: 0px !important;
}

.formWrapper .gform_validation_errors {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: 2px solid #c02b0a !important;
}

.contactOpen {
  border-radius: 0px;
  background-image: linear-gradient(#71ad80, #588960);
  font-weight: 600;
  color: #fff;
  position: fixed;
  z-index: 10;
  top: 35%;
  right: -90px;
  padding: 5px 20px;
  rotate: -90deg;
  cursor: pointer;
  transition: right 0.5s ease;
}

.contactOpen:hover {
  background-image: none;
  background-color: #004660;
}

.contactOpen.offSet {
  right: -45px;
}

@media screen and (max-width: 767px) {
  .homeHero {
    min-height: 300px !important;
  }
  .homeHero .elementor-element {
    --container-widget-width: 100 !important;
  }
  #scrollToExplore {
    display: none;
  }
  .homeMedia .e-con-full {
    padding: 20px !important;
  }
  .homeMedia .e-con-boxed {
    padding: 0px !important;
  }
  .homeMedia .elementor-element-20f3caf {
    padding: 0px !important;
  }

  .homeHeatlh .e-con-full {
    padding: 20px !important;
  }

  .homeSlider .swiper-slide {
    padding: 20px !important;
  }

  .homeSlider .e-eicon-chevron-left {
    margin-left: 0px;
  }

  .homeSlider .e-eicon-chevron-right {
    margin-right: 0px;
  }

  .homeMountain {
    min-height: 300px !important;
  }

  .homeEvents .e-con-full {
    padding: 20px !important;
  }

  .homeBanner {
    margin: 0px !important;
  }

  .heroBasic {
    min-height: 250px;
  }

  .serviceMenuItem.active:after {
    display: none;
  }

  .serviceMenuItem.active {
    background-color: #fff;
  }

  .serviceMenuItem {
    width: 100%;
    margin: 0px;
  }

  .copyRightImage .elementor-widget-container {
    padding: 20px !important;
  }

  .cardsTitle .elementor-widget-text-editor {
    height: 100% !important;
  }

  .contactBlock .e-con-inner {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  #gform_wrapper_2 {
    margin-top: 30px;
  }

  #gform_submit_button_3 {
    margin-left: 0px;
  }

  .videoColumn .e-con-boxed {
    padding: 20px !important;
  }

  .videoColumn .e-con-inner {
    padding: 0px !important;
  }
}

/* Testimonials */
.masonry {
  column-count: 3;
  column-gap: 40px;
  padding: 0px 20px;
}

.masonry-item {
  background-color: #eee;
  display: inline-block;
  margin: 0 0 40px;
  width: 100%;
  padding: 30px;
}

.masonry-item p {
  font-style: italic;
  color: #004660;
  font-size: 15px;
  font-weight: 500;
}

.masonry-item .author {
  font-style: normal;
  font-weight: bold;
}

.masonry-item img {
  margin-bottom: 20px;
}

.masonry-intro {
  width: 211%;
}

.masonry-intro {
  padding: 0px;
  color: #004660;
  background: transparent;
}

.masonry-intro p {
  font-size: 15px;
  font-style: normal !important;
}

@media screen and (max-width: 991px) {
  .in-second-column {
    margin-top: 0px !important;
  }
  .masonry-intro {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .masonry {
    column-count: 1;
  }
}

.heroContainer {
}

.heroHeading {
  padding: 20px 20px 20px 20px;
  background-color: var(--e-global-color-188411a);
  width: fit-content;
  align-self: center;
}

#mlsmg-popup a.mlsmg-cta {
  color: #fff;
}
#mlsmg-popup .mlsmg-cta-icon {
  fill: #fff;
  display: inline-block;
  width: 1em;
  height: 1em;
}
#mlsmg-popup a.mlsmg-cta svg {
  fill: #fff;
  display: inline-block;
  width: 1em;
  height: 1em;
}



/* Begin CSS from WP Customizer */
#gform_1 .validation_message{
	display:none;
}

.mobileMenu{
	width:100%;
}

.mobileMenu .elementor-menu-toggle{
	    margin: 0px !important;
    justify-content: flex-start;
}

.elementor-element-598e99f .e-con-inner{
	flex-direction:row !important;
	justify-content: center !important;
}

@media screen and (max-width:991px){
	.elementor-element-4d6b867e{
		display:none !important;
	}
}

input#gform_submit_button_2.gform_button.button{
	font-style: normal
}

@media screen and (max-width: 768px) {
html,body
{
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
}


#tribe-events-content > h1{
	color: #00435c
}

#tribe-events-content > div.tribe-events-schedule.tribe-clearfix > h2 {
	color: #00435c
}

div.tribe-events.tribe-common > div > div > div.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button{
	color: #00435c;
	border-color: #00435c;
	border-radius: 30px;
		
}

div.tribe-events.tribe-common > div > div > div.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover{
	color: white;
	background-color: #00435c
}
/* End CSS from WP Customizer */