/*Test for font not loading-tlk 020625 @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css'); */

hr {max-width: 50%; margin-top: 35px; margin-bottom: 35px;}

.wp-caption-text {margin-bottom: 25px;}

ul, ol {margin-left: 25px;}

/*tlk fix for card content overflowing on small phones-070623 */
@media (max-width: 780px) {
	.uu-post-loop-layout-1 .post-item, .uu-post-loop-layout-2 .post-item, .uu-post-loop-layout-4 .post-item {
			height: 500px !important /*original was 460px*/;
			/*height: 100% !important;*/
	}
}
@media (max-width: 400px) {
  .uu-post-loop-layout-1 .post-item, .uu-post-loop-layout-2 .post-item, .uu-post-loop-layout-4 .post-item {
    height: 520px !important /*original was 480px*/;
  }
}
/*end tlk fix*/


/*tlk general*/

.drop-shadow {filter: drop-shadow(0px 0px 5px #000);-webkit-filter: drop-shadow(0px 0px 5px #000);}
/*.entry-content img {border-radius: 10px;}*/
img.alignleft {left: 0; margin-right: 15px;}

a.uu-link::after {display: none;} /*added to fix error on awesome font arrow here-tlk 020625*/
 
/*end tlk general*/