/* zendesk widget adjustments */
.aria-label {
display: none;
}
@media screen and (min-width: 750px) {
iframe#launcher {
width: 108px !important;
height: 47px;
padding: 0px;
margin: 10px -17px;
right: -80px !important;	
}
}

@media screen and (max-width: 750px) {
iframe#launcher {
width: 108px !important;
height: 47px;
padding: 0px;
margin: 10px -17px;
right: 6px !important;	
}
}

/* lift back to top button up */
.ast-scroll-to-top-right {
bottom: 64px;
right:30px;
}


/* active post nav style */
.series-nav-left a, .series-nav-right a {
font-size: 130%;
color: #a1181d;
font-weight: bolder;
text-decoration: none !important;
background: #FFFFFF;
border: 1px solid #e0e0e0;
border-radius: 0.1em;
padding: 0.25em 0.6em 0.25em 0.6em;
text-align: right;
z-index: 0;

}
/* hover */
.series-nav-left a:hover, .series-nav-right a:hover {
color: #FFFFFF;
background: #a1181d;
}


/* group post navigation and fix position to top right */
.series-nav-left a {
	position: fixed;
	right: 65px;
	top: 90px;
	z-index: 9999;
}
.series-nav-right a {
	position: fixed;
	right: 30px;
	top: 90px;
	z-index: 9999;
}


/* style back to top with border */
#ast-scroll-top  {
border: 1px solid #e0e0e0;
}
#ast-scroll-top:hover {
color: #FFFFFF;
background: #a1181d;
}

	
/* no nav box border */
fieldset {
border: none;	
}

/* buttons top right of welcome left-justify */
.read-toc-download-btns a {
justify-content: left !important;
}


/* footer subscribe */
#menu-item-14859 a {
color: #d2c7b3 !important;
border: 1px solid #f0ebe1;
border-radius: 4px;
margin-left: 15px;
}
#menu-item-14859 a:hover {
color: #ffffff !important;
border: 1px solid #a1181d;
background-color: #a1181d;
}

/* footer copyright adjustments  */
.ast-footer-copyright {line-height: 0.8em;
}


/* archive slider carousel adjustments */
.splide .splide__pagination, .splide ul.splide__pagination.splide__pagination {
	bottom: -40px;
}

/* custom list view styling */
.list-item-padding {
	padding-bottom: 25px;
}
.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child .uagb-icon-list__label, .wp-block-uagb-icon-list.uagb-block .wp-block-uagb-icon-list-child {
  line-height: 1.4em !important;
}