.indent {
padding-left: 30px;
}

.float-left
{
float: left;
}

.float-right
{
float: right;
}

.hotspot-initial .hotspot-title {font-size: 16px !important;}

.hotspot-info .hotspot-title {font-size: 16px !important;}

.hotspot-info .hotspot-content {font-size: 14px !important;}

.hotspot-initial .hotspot-content {font-size: 14px !important;}

.featured img {
display: block;
margin: 0 0 1em 0;
}

@media only screen and (min-width: 751px) {
.featured img {
float: right; 
margin: 0 0 1em 1em;
width: 60%;
}
}

@media only screen and (min-width: 851px) {
.featured img {
float: right; 
margin: 0 0 1em 1em;
width: 66%;
} 
}

.page-id-2726 iframe {width:80% !important;}


.wp-element-caption  {
font-size: 12px;
min-height: 70px;
text-align: center;
}


/* ======================== Eduards Thomas's CSS ==================== */

/* Typography*/
.entry-content h1, .entry-content h2 {color: #900;}

.entry-content h2 {margin-bottom: 9px !important;}


/* Custom helper styles*/
.row-bottom-border  {
border-bottom: 1px solid #e2e8f0;
}


.padding-left-10 {
padding-left: 10px!important
}

.events-listings {
background: #fafafa;
border: 1px solid #ddd;
margin-bottom: 25px!important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/*add the following class for div or any other element to stick to the top on scroll*/
.sticky-element{
position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* Header area */
header .custom-logo-link img {
    max-width: 100%;
    width: 940px;
    background: #900;
}




/* Adjust the logo for smaller screens */
@media (max-width: 1200px) {
    .ast-site-title-wrap {
        max-width: 625px; /* Reduce maximum size for tablets */
    }
}


/* Adjust the logo for smaller screens */
@media (max-width: 768px) {
    .ast-site-title-wrap {
        max-width: 450px; /* Reduce maximum size for tablets */
    }
.footer-logo-and-text{text-align:center;}

}

@media (max-width: 480px) {
    .ast-site-title-wrap {
        max-width: 320px; 
    }
}





























.footer-logo-and-text{text-align:left;}

























#ast-mobile-header .site-branding { flex-direction: column!important; }




/* Events page - date image overlay*/

.wp-block-media-text__content {
position: relative;
}

.overlay-date {
position: absolute;
    bottom: 0px;
    left: -54px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 4px;
    font-size: 16px;
    z-index: 10;
}


.image-border {
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}





/*FOOTER*/
.footer-address {clear:both;}
.footer-address {padding-top:0; line-height: 22px;}

.site-footer-above-section-2 {
}



/*Mobile class*/
.mobile-section {}
/*to be added to section*/

/* Collections pages*/
.display-collections-list ul {
padding-left: 0!important;
}

.collection-post-list {
    background: #fafafa;
    border: 1px solid #ddd;
    margin-bottom: 0px !important;
}

li.post.type-post.status-publish {
margin-top:3px!important;
}

.collection-post-list h5 {
margin-bottom:0px!important;
}

.collection-post-list .wp-block-post-excerpt {
margin-top:0!important;
}

.collection-post-list .wp-block-post-excerpt p {
margin-top:0!important;
margin-bottom:0!important;
}

.collection-post-list h5 a {
}


/*Hide photo camera detail info*/


.exifs {
    display: none !important;
}




/* Posts*/
/*Hide Next post Nav*/
.navigation.post-navigation {display:none;}



@media (max-width: 544px)  {
    h3.mobile-section, .entry-content h3 {
        font-size: 16px!important;
    }
}


@media (max-width: 544px) {
    h5, .entry-content h5 {
font-size: 1.125rem;
}
}

/*Disable stacking overwriting mobile WP settings*/
@media (max-width: 544px) {
    .display-collections-list .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 0px;
    }
}

.localist_widget_container .action_button a {
    display: block;
    background: #ccc !important;
    color: #444;
    line-height: 18px !important;
    text-decoration: none;
}
.wp-block-ub-tabbed-content-tabs-content ul li::marker {
color: #b09f74;
}

.ast-header-break-point .main-navigation .stack-on-mobile li {
    width: 100%;
    text-align: left !important;
}