/**
 * Theme Name: Hull Charlotte
 * Template:   twentytwentyfive
 * 
 */

/* --- header styles --- */
.hc-header #modal-1-content>ul>li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link>a>span {
   color: var(--wp--preset--color--hc-medium-blue);
}

.hc-header #modal-1-content>ul>li.wp-block-navigation-item.wp-block-navigation-link>a:hover {
   color: var(--wp--preset--color--hc-medium-blue);
   text-decoration: none;
}

/* --- about us page --- */
.about-us-content {
   max-width: 50% !important;
}

/* --- appointment --- */

.appointment-content a {
   color: var(--wp--preset--color--hc-dark-grey);
}

.appointment-link-list a {
   text-decoration: none;

}

.appointment-link-list a:hover {
   color: rgb(186, 197, 205);
}

/* --- our brokers --- */

div.our-brokers-row {}

/* -- contact us page -- */

.is-layout-constrained>.alignwide.contact-separator {
   max-width: 54px;
}

/* --- footer styles --- */

.hc-footer-nav ul {
   text-transform: uppercase;
   gap: 40px
}

.hc-footer-nav li.current-menu-item {
   color: var(--wp--preset--color--hc-medium-blue);
}

.hc-footer-nav ul li {
   gap: 40px;
}

.hc-footer-nav .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
   color: var(--wp--preset--color--hc-medium-blue);
}

.hc-footer-nav ul li:after {
   content: "|";
   color: white;
}

.hc-footer-nav-last-link:after {
   content: unset !important;
}


.hc-footer-nav a:hover {
   text-decoration: none;
   color: var(--wp--preset--color--hc-medium-blue);
}

.hc-footer-cookie-nav {
   text-decoration: underline;
}

.hc-footer-cookie-nav .ot-sdk-show-settings {
   cursor: pointer;
}

/* --- kim quote form --- */

.kim-quote-form {
   background-color: rgba(208, 231, 249, 0.62) !important;
   padding: 10px !important;

   .gsection_title {
      color: black;
      font-size: 25px;
      margin: 0;
   }

   .gfield--type-section {
      border-block-end: none !important;
      padding-bottom: 0 !important;
   }
   
   .gform-footer {
     justify-content: center;
   }
}

.kim-quote-header {
   margin: 0;
}

#gform_wrapper_1 {
   margin-top: 0 !important;
   min-width: 900px;
}

/* --- responsiveness --- */

@media(max-width: 768px) {
   .wp-block-group.is-layout-grid {
      display: initial;
   }
   .wp-block-group.appointment-content {
      display: initial;
      border: none;
   }

   .our-brokers-heading {
      padding-left: 0 !important;
   }

   iframe {
      width: -webkit-fill-available;
   }

   #gform_wrapper_1 {
      min-width: 0;
   }

   footer .is-layout-flex.wp-block-group:not(.hc-footer-menu) {
      display: inline;
   }

   footer .hc-footer-menu {
      flex-direction: column;
   }

   nav ul.wp-block-navigation__container {
      flex-direction: column;

      li:after {
         content: none;
      }
   }
}