.elementor-1006 .elementor-element.elementor-element-802fced{margin-top:30px;margin-bottom:30px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1006 .elementor-element.elementor-element-f39bd39{text-align:center;}.elementor-1006 .elementor-element.elementor-element-f39bd39 .elementor-heading-title{font-family:"Avenir Lt W01", Sans-serif;font-size:53px;font-weight:600;font-style:normal;line-height:58px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-1006 .elementor-element.elementor-element-e43e037 img{width:85%;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-1006 .elementor-element.elementor-element-1186663 > .elementor-widget-container{margin:30px 0px 30px 0px;padding:0% 30% 0% 5%;}.elementor-1006 .elementor-element.elementor-element-1186663{text-align:left;}body.elementor-page-1006:not(.elementor-motion-effects-element-type-background), body.elementor-page-1006 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F5FA;}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-1006 .elementor-element.elementor-element-f39bd39 .elementor-heading-title{font-size:48px;line-height:50px;}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}.elementor-1006 .elementor-element.elementor-element-1186663 > .elementor-widget-container{padding:0% 0% 0% 0%;}}@media(max-width:767px){.elementor-1006 .elementor-element.elementor-element-802fced{margin-top:10px;margin-bottom:0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-1006 .elementor-element.elementor-element-f39bd39 .elementor-heading-title{font-size:30px;line-height:32px;}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-1006 .elementor-element.elementor-element-e43e037 img{width:95%;}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}.elementor-1006 .elementor-element.elementor-element-1186663 > .elementor-widget-container{padding:0% 0% 0% 0%;}}/* Start custom CSS for html, class: .elementor-element-2113cad *//* Style the images to cursor pointer */
.wp-block-gallery img, .main-img img {
    cursor: pointer;
}

/* The popup container - hidden by default */
.popup {
    display: none; 
    position: fixed; 
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100vh; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.9); 
}

.popup img {
    height: 90vh;
    object-fit: contain;
}

/* Popup content (the image) */
.popup-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* The close button */
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* The navigation arrows */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 35px;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 35px;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

@media only screen and (max-width: 767px) {
  .popup img {
    width: 95% !important;
  }
  
  .wp-block-gallery.has-nested-images figure.wp-block-image {
      max-width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2) !important;
  }
  
  .wp-block-gallery {
      margin-bottom: 25px !important;
  }
}/* End custom CSS */
/* Start custom CSS */.ast-container {
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    background: #F0F5FA;
}

.content-area {
    margin: 0px !important;
    padding: 0px !important;
}

.ast-article-single {
    background: #F0F5FA !important;
}

.main-img img {
    filter: drop-shadow(3px 3px 0 white) 
            drop-shadow(-3px -3px 0 white) 
            drop-shadow(3px -3px 0 white) 
            drop-shadow(-3px 3px 0 white)
            drop-shadow(3px 0 0 white)
            drop-shadow(-3px 0 0 white)
            drop-shadow(0 3px 0 white)
            drop-shadow(0 -3px 0 white);
}

@media only screen and (min-width: 1024px) {
  .wp-block-gallery {
    position: absolute !important;
    flex-direction: column !important;
    align-self: flex-end !important;
    width: 100% !important;
    overflow: hidden !important;
    flex-wrap: nowrap;
    padding: 15px !important;
    z-index: -1 !important;
    top: 0;
}

.post-content-wdg > .elementor-widget-container {
    position: relative !important;
    z-index: 10;
}

.wp-block-gallery img {
    filter: drop-shadow(3px 3px 0 white) 
            drop-shadow(-3px -3px 0 white) 
            drop-shadow(3px -3px 0 white) 
            drop-shadow(-3px 3px 0 white)
            drop-shadow(3px 0 0 white)
            drop-shadow(-3px 0 0 white)
            drop-shadow(0 3px 0 white)
            drop-shadow(0 -3px 0 white);
}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Avenir Lt W01';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.thestandardequine.com/wp-content/uploads/2024/08/Avenir-LT-W01-35-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */