:root {
  --allcounty-color-ink: #1c1d1d;
  --allcounty-color-paper: #ffffff;
  --allcounty-color-primary-color: #1974b8;
  --allcounty-color-overlay: #0f436ad9;
  --allcounty-color-footer: #212127;
  --allcounty-color-focus: #ffbf47;
  --allcounty-space-site: clamp(1rem, 4vw, 2.5rem);
  --allcounty-transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#main-content{
  margin:0 8px;
  margin-top:2em;
}

body {
  margin: 0;
  background: var(--allcounty-color-paper);
  color: var(--allcounty-color-ink);
  font-family: var(--wp--preset--font-family--nunito-sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

img{
  border-radius: 5px;
}

h2{
  line-height: 1em;
}

p,
span,
li{
  font-size: 18px;
}

a,
i {
  color: var( --allcounty-color-primary-color);
  text-decoration:none;
}

.wp-site-blocks a{
  font-size: 18px !important;
}

a:hover{
  text-decoration:none;
  color: var(--allcounty-color-overlay);
}

.blue-text{
    color: var( --allcounty-color-primary-color);
}

footer{
  margin-top:2em !important;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--allcounty-color-focus);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  z-index: 100000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  background: var(--allcounty-color-paper);
  color: var(--allcounty-color-ink);
  box-shadow: 0 0 0 3px var(--allcounty-color-focus);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.site-header,
.site-footer {
  padding: 1rem var(--allcounty-space-site);
}

.site-header {
  border-bottom: 1px solid var(--allcounty-color-primary-color);
}

.site-header__inner {
  gap: 1rem;
}

.site-header__title {
  font-weight: 700;
}

.nav-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border: 2px solid currentColor;
  background: transparent;
  color: var(--allcounty-color-ink);
  font: inherit;
  cursor: pointer;
}

.primary-navigation {
  width: 100%;
}

.primary-navigation[data-state=closed] {
  display: none;
}

.primary-navigation[data-state=open] {
  display: block;
}

@media (min-width: 48rem) {
  .nav-toggle {
    display: none;
  }
  .primary-navigation,
  .primary-navigation[data-state=closed],
  .primary-navigation[data-state=open] {
    display: flex;
    width: auto;
  }
}

.wp-site-blocks {
  min-height: 100vh;
}

.wp-block-post-title a {
  color: inherit;
}

/*Nav Cover Image*/
.acpm-nav-cover{
  padding: 0;
  align-items: start;
}

/*Four Image Section*/
.acpm-four-image-section,
.acpm-media-text-section{
  justify-content: center;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 0 60px 0;
  border-radius: 5px;
}

.home .acpm-media-text-section{
  transform: translateY(-100px);
  z-index: 999;
  position: relative;
  background: white;
}

@media(max-width:781px){
  .acpm-four-image-section, 
  .acpm-media-text-section{
    width:90%;
    padding: 60px 30px 60px 30px;
  }
  .acpm-media-text-section img{
    margin:0 auto;
  }

  .acpm-popout-media-text{
    margin:0 1em;
  }
}

.acpm-button a,
.forminator-button{
  font-weight: 700;
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid var(--allcounty-color-primary-color);
    border-radius: 5px;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-right: 0;
    background: var(--allcounty-color-primary-color);
    color: var(--allcounty-color-paper);
}

.acpm-button:hover a,
.forminator-button:hover{
  background: transparent;
  color: var(--allcounty-color-primary-color);
}

/*Testimonial*/
.acpm-testimonials{
    max-width: 1440px;
    justify-self: center;
}
.acpm-testimonial{
    position: relative;
    justify-content: center;
    height: 100%;
}
.acpm-testimonial-image img{
  outline: 6px solid rgba(242, 242, 242, 0.5);
    outline-offset: -6px;
}
.acpm-testimonial-image-block{
 position:absolute;
 top:35px;
 left:65px; 
}
@media(max-width:781px){
  .acpm-testimonial-image-block{
    left:50px; 
  }
}
@media(max-width:520px){
  .acpm-testimonial-image-block{
    left:17px; 
  }
}
.acpm-testimonial-block{
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  padding: 30px;
  padding-left:50px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.acpm-testimonial-name{
  text-transform: uppercase;
  font-weight: bold;
}
.acpm-testimonial-company-title{
  margin-top: 0;
}

.acpm-testimonials{
  flex-wrap: wrap !important;
}

@media(max-width:1380px){
  .acpm-testimonial-column{
    flex-basis: 100%!important;
  }
}
@media(max-width:781px){
.acpm-testimonials .acpm-testimonial-column .acpm-testimonial .acpm-testimonial-block{
  flex-basis: 66.66%!important;
  flex-grow: 0 !important;
}
}

.acpm-paper-button a{
    font-weight: 700;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 5px;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-right: 0;
  background: var(--allcounty-color-paper);
  color: var(--allcounty-color-primary-color);
  border: 1px solid var(--allcounty-color-paper);
}

.acpm-paper-button a:hover{
  background: transparent;
  color: var(--allcounty-color-primary-paper);
  border: 1px solid var(--allcounty-color-paper);
}

/* Border Image*/
.acpm-border-image-pattern{
  max-width: 1170px;
  margin-block-start:60px !important;
  margin:0 auto 120px auto;
  justify-content: space-between;
}
.acpm-border-image-column{
  position: relative;
}
.acpm-border-image{
  width: 93%;
}
.acpm-border-image img{
  width: 100%;
}
.acpm-border-image::before{
background: linear-gradient( var(--allcounty-color-primary-color), var(--allcounty-color-overlay));
content: "";
position: absolute;
top: 20px;
left: 12px;
right: 0;
bottom: -34px;
z-index: -1;
border-radius: 5px;
}
.acpm-border-image::after {
  content: "";
  position: absolute;
	background: #fff;
	bottom: -14px;
  right: 20px;
  top: 40px;
  left: 30px;
	border-radius: 0;
  z-index: -1;
}

.acpm-border-image-text{
  margin:0 1em !important;
}

@media(max-width:781px){
  .entry-content .acpm-border-image-pattern .acpm-border-image-column{
    flex-basis: 70% !important;
    flex-grow: 0 !important;
    margin: 2.5em auto;
  }
}
/*Three Column List Cover*/
.acpm-three-column-list-cover h1:where(.wp-block-heading).has-background, 
.acpm-three-column-list-cover h2:where(.wp-block-heading).has-background, 
.acpm-three-column-list-cover h3:where(.wp-block-heading).has-background, 
.acpm-three-column-list-cover h4:where(.wp-block-heading).has-background, 
.acpm-three-column-list-cover h5:where(.wp-block-heading).has-background, 
.acpm-three-column-list-cover h6:where(.wp-block-heading).has-background,
.acpm-three-column-list-cover :where(p.has-background){
  padding:0 30px;
}
.acpm-three-column-list-cover :where(.is-layout-flex){
  gap:0;
}
.acpm-three-column-list-cover .acpm-three-col-list-col{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.acpm-three-col-list-col .acpm-plus-icon{
  position: absolute;
    right: 48%;
    top: 5%;
}

.acpm-three-column-list-cover h3{
  font-size: 1.3333em;
  padding:0 30px;
  padding-top: 50px;
}
.acpm-three-column-list-cover .acpm-list-price{
  margin-top:0;
  font-weight: bold;
  padding: 0 30px;
}
.acpm-three-column-list-cover .acpm-button{
  padding: 40px;
}
.acpm-three-column-list-cover ul{
  padding: 30px;
}
.acpm-three-column-list-cover ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    padding-left: 30px;
    list-style-type: none;
    position: relative;
}
.acpm-three-column-list-cover ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.acpm-three-column-list-cover ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #40ca46
}

:where(.editor-styles-wrapper) .acpm-three-col-list-col .acpm-plus-icon{
  position: relative;
  right:auto;
  top: auto;
}

@media(max-width:781px){
  .acpm-three-column-list-cover .wp-block-column{
    margin:1em;
  }
  .acpm-three-col-list-col .acpm-plus-icon{
    position: relative;
    display: flex;
    justify-content: center;
  }
}

/* Imagelist with Cover*/
.acpm-imagelist-image img{
  opacity: 50%;
}
.acpm-imagelist-number{
  font-size: 4.5555em;
    font-weight: 700;
}

.home .acpm-imagelist-cover{
  padding-bottom: 140px;
  padding-top: 100px;
}

.home .acpm-imagelist-columns{
  margin-bottom: 60px;
}

@media(max-width:781px){
  .acpm-imagelist-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
      flex-basis: 48%!important;
      margin-bottom: 3em;
  }
}

/*Countdown Cover */
.acpm-timer-cover{
  padding:120px 0;
}

/*Guest Card*/
.guestCardFieldLabel {
  color: var( --allcounty-color-primary-color);
  font-family: var(--wp--preset--font-family--nunito-sans);
    margin: 1em 0px 0px 0px;
}

.textingDisclaimer{
  max-width:100% !important;
}

/*Header/Footer*/
.acpm-header{
  flex-wrap: nowrap !important;
}
.wp-block-post-title{
  margin-top:132px;
}

.wp-block-breadcrumbs{
    display: flex;
    justify-content: center;
}

.wp-block-breadcrumbs li:not(:last-child):after {
    content: '\f30b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.7em;
}

header{
  position: fixed;
    width: 100%;
  z-index: 99999;
}

.scrolled .wp-block-separator{
 display: none;
}

.scrolled{
  background: rgba(15, 67, 106, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.wp-block-breadcrumbs a{
  color: var(--allcounty-color-paper);
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
.wp-block-breadcrumbs a:hover{
  color: var(--allcounty-color-primary-color);
}

.wp-block-breadcrumbs span,
.current-menu-item a{
  font-weight: bold;
}
 

.acpm-footer-content{
  margin:0 auto !important;
}

.wp-block-navigation__responsive-container-close, 
.wp-block-navigation__responsive-container-open{
  border: 2px solid var(--allcounty-color-paper);
  padding: 10px;
  border-radius: 100%;
}

@media (min-width: 600px) and (max-width:1190px){
      .wp-block-navigation__responsive-container{
      display: none !important;
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown),
    .wp-block-navigation__responsive-container.is-menu-open {
        display:flex !important;
    }
}

@media(max-width:781px){
  .forminator-row{
    margin:0 5px;
  }
  .entry-content{
    margin:0 5px;
  }
  .guestCardTooltipText{
    max-width: 95%;
    width: 95%;
    left: 88%;
  }
}
/*# sourceMappingURL=theme.css.map */
