/*
Theme Name: Boleyn Media - Template
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.0.2
Updated: 2025-02-20 09:10:46

*/
body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

html {
  scroll-behavior: smooth;
}

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

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: #ffA500;
  color: #F5F6F6;
}

::selection {
  background-color: #ffA500;
  color: #F5F6F6;
}

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

p {
  max-width: 800px;
}

p:first-child {
  margin-block-start: 0;
  margin-block-end: 1em;
}

p:last-child {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .elementor-button {
    width: 100%;
  }
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform-footer {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.gform_wrapper #gform_confirmation_message_2 {
  color: white;
  padding: 40px 10px 40px 10px;
  text-align: center;
}
.gform_wrapper form {
  background-color: #FFFFFF;
  padding: 8px;
  border: 1px solid #ADD8E6;
  border-radius: 0px 0px 30px 30px;
}
.gform_wrapper form .gform_fields {
  row-gap: 16px;
}
.gform_wrapper form .gfield textarea[name=input_5] {
  height: 100px !important;
  min-height: 80px !important;
}
.gform_wrapper form .gfield label {
  color: #0065B3 !important;
  font-weight: 700;
}
.gform_wrapper form .gfield legend {
  color: #0065B3 !important;
  font-weight: 700;
}
.gform_wrapper form .gfield input,
.gform_wrapper form .gfield textarea {
  background-color: #FFFFFF;
  border: 1px solid #ADD8E6;
  border-radius: 50px;
  color: #014582;
}
.gform_wrapper form .gfield input:focus,
.gform_wrapper form .gfield textarea:focus {
  outline: none;
  border-width: 2px;
}
.gform_wrapper form input[type=submit] {
  background-color: #0065B3 !important;
  width: 50% !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  border-radius: 50px !important;
}
.gform_wrapper form input[type=submit]:hover {
  background-color: #0065B3 !important;
}
.gform_wrapper form input[type=submit]:focus {
  outline: none !important;
}
.gform_wrapper form input[type=submit]:active {
  outline: none !important;
}
.gform_wrapper.bmg-form-light_wrapper form .gfield input,
.gform_wrapper.bmg-form-light_wrapper form .gfield textarea {
  background-color: #FCFDF1;
  border: 1px solid #ADD8E6;
  color: #0065B3;
}
.gform_wrapper.bmg-form-light_wrapper form .gfield--type-fileupload {
  border: 1px solid #253719;
  padding: 8px;
  background-color: #FCFDF1;
  border-radius: 4px;
}
.gform_wrapper.bmg-form-light_wrapper form .gfield--type-fileupload .gfield_required_text {
  display: none;
}

#gform_1_validation_container {
  background-color: #FCFDF1;
  outline: none;
  border: none;
}

#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;
  color: #FCFDF1;
}
footer ul.bmg-social-links li i:hover {
  color: #9EC71D;
}
footer #copyright a {
  text-decoration: underline;
}
footer .elementor-social-icons-wrapper .e-font-icon-svg:hover {
  fill: #9EC71D !important;
}
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);
    background-color: #F2F2F2;
    margin-top: 28px;
  }
  #hide-header .e-n-menu-wrapper .e-n-menu-title {
    background-color: #F2F2F2;
  }
}
@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 {
  background-color: #b50d0d;
  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-wrapper ul li:last-child:hover {
  background-color: #b50d0d;
}
#hide-header .e-n-menu-wrapper ul li:last-child a {
  color: #FFFFFF;
}
#hide-header .e-n-menu-wrapper ul li:last-child a span {
  color: #FFFFFF;
}
#hide-header .e-n-menu-toggle:focus, #hide-header .e-n-menu-toggle:hover {
  background-color: transparent;
}
#hide-header .dropdownButton:hover h2 {
  color: #002A50;
}

/* Accordion Start */
.acf-accordion {
  border-radius: 5px;
}
.acf-accordion .accordion-item {
  padding: 32px 0;
}
.acf-accordion .accordion-item:last-child {
  border-bottom: none !important;
}
.acf-accordion .accordion-item .accordion-header {
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.acf-accordion .accordion-item .accordion-header .accordion-arrow {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 20px;
  height: 20px;
}
.acf-accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.acf-accordion .accordion-item .accordion-content .accordion-inner {
  padding: 20px 0 0 0;
}

/* Accordion End *//*# sourceMappingURL=style.css.map */