/*
Theme Name: CR Div of Family Practice
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Boleyn Media
Author URI: https://boleynmedia.com
Description: Base Theme for Boleyn's Elementor-powered sites
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.1.0
Updated: 2025-09-02

*/
body {
  margin: 0;
  padding: 0;
  padding-top: 130px;
  overscroll-behavior: none;
}
@media (max-width: 1023px) {
  body {
    padding-top: 100px;
  }
}

html {
  scroll-behavior: smooth;
}

html,
body {
  touch-action: pan-y;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

::-moz-selection {
  background-color: #798291;
  color: #FFFFFF;
}

::selection {
  background-color: #798291;
  color: #FFFFFF;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .elementor-button {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container-right-side {
    width: calc(50vw + 600px);
    max-width: 100%;
    transform: translateX(25vw) translateX(-300px);
  }
}
@media (min-width: 768px) {
  .bg-left > .e-con-inner {
    z-index: 1;
  }
  .bg-left > .e-con-inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #28d344;
    z-index: -1;
  }
  .bg-left-white > .e-con-inner::after {
    background-color: #fff;
  }
  .bg-image-right {
    position: relative;
  }
  .bg-image-right .elementor-widget-image {
    height: 100%;
    width: calc((100vw - 1200px) / 2 + 100%);
    max-width: unset !important;
  }
  .bg-image-right .elementor-widget-image img {
    width: calc((100vw - 1200px) / 2 + 100%);
  }
}
.gform_wrapper form .gform_fields {
  row-gap: 16px;
}
.gform_wrapper form input[type=submit] {
  text-transform: uppercase !important;
  font-size: 16px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.gform_wrapper form input[type=submit]:focus {
  outline: none !important;
}
.gform_wrapper form input[type=submit]:active {
  outline: none !important;
}
.gform_wrapper form .gform_footer,
.gform_wrapper form .gform_page_footer {
  flex-direction: column;
  align-items: start;
}
.gform_wrapper form .gform_footer .gform_recaptcha_credit,
.gform_wrapper form .gform_page_footer .gform_recaptcha_credit {
  display: block;
  font-size: 10px;
  color: #FFFFFF;
}
.gform_wrapper form .gform_footer .gform_recaptcha_credit a,
.gform_wrapper form .gform_page_footer .gform_recaptcha_credit a {
  color: #FFFFFF;
}
#map,
#mapMobile {
  min-height: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  #map,
  #mapMobile {
    min-height: 375px;
  }
}

footer ul.bmg-social-links {
  list-style: none;
  padding: 0;
}
footer ul.bmg-social-links li {
  display: inline-block;
  padding-right: 12px;
}
footer ul.bmg-social-links li i {
  font-size: 2rem;
}
footer #copyright a {
  text-decoration: underline;
}
footer #mobile-cta {
  opacity: 0;
  transition: opacity 0.3s;
}
footer #mobile-cta a::before {
  /* Set the font for this icon style */
  font-family: "Font Awesome 5 Free";
  /* Set the weight for this icon style */
  font-weight: 600;
  /* Make sure icons render pixel-perfect */
  -webkit-font-smoothing: antialiased;
  /* Set the Unicode value for the "fa-ghost" icon */
  content: "\f879";
  margin-right: 4px;
  font-size: 14px;
  top: -1px;
  position: relative;
}

#hide-header {
  width: 100% !important;
  transition: all 0.4s ease !important;
}
@media (max-width: 1023px) {
  #hide-header .e-n-menu-wrapper {
    min-height: calc(100vh - 130px);
    margin-top: 28px;
  }
}
@media (max-width: 1023px) {
  #hide-header .e-n-menu-wrapper ul {
    flex-grow: 1;
    align-content: flex-start;
  }
}
#hide-header .e-n-menu-wrapper ul li:last-child {
  padding-left: 32px;
  padding-right: 32px;
  margin-left: 16px;
}
@media (max-width: 1023px) {
  #hide-header .e-n-menu-wrapper ul li:last-child {
    display: none;
  }
}
#hide-header .e-n-menu-toggle:focus, #hide-header .e-n-menu-toggle:hover {
  background-color: transparent;
}/*# sourceMappingURL=style.css.map */