/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.posts-layout .entry-title a {
  color: #d15212;
}
.lcp-image {
	display: flex;
}
.lcp_catlist{
	list-style:none;
}
h2.title-post.entry-title {
    font-size: 24px;
}
:target:before {
content:"";
display:block;
height:150px; /* fixed header height*/
margin:-150px 0 0; /* negative fixed header height */
}
h1, h2, h3, h4, h5, h6 {
	margin: 24px 0 10px;
}
/*
 * Increase font size for menu items that mysteriously shrank
 */
#mainnav ul li a {
	font-size: 20px; 
}
.su-tabs {
	    background: #ccc;
}
.float-left {
	float: left;
	max-width:75%;
	margin-right: 1em;
  margin-top: .5em;
}
.wp-block-media-text>figure>img, .wp-block-media-text>figure>video {
   padding-bottom: 1em;
}
.flex-container {
	display:flex;
}
.crm-price-amount-label {
    color: #222222;
    padding-left: .5em;
}
div.crm-container label {
    padding-left: .3em;
}

h2.su-post-title {
	color:black;
}
#secondary a {
    color: #d15212;
		font-family: 'Raleway', sans-serif;
		font-size: smaller;
		font-weight: bold;
		
}
.lcp_catlist img {
		margin: .6em 0 .6em;
		display: flex;
			
}
.lcp_catlist  {
		line-height: 1.2;
	
}
.lcp-excerpt   {
		line-height: 1.6;
}
.lcp_catlist	p {
		line-height: 1.6;
}

.floatbox-right-dots {
	    float: right;
   	  margin: .8em;
    	padding: .8em;
    	border: 2px gray dotted;
    	max-width: 250px;
}
.floatbox-right {
	    float: right;
   	  margin: 0 0 .8em .8em;
    	padding: .8em;
    	border: none;
    	max-width: 250px;
}
/* change color of WooCommerce header*/
p.woocommerce-store-notice.demo_store {
    background-color: #167013;
    color:#FFFFFF;
}
p.woocommerce-store-notice.demo_store a {
    background-color: #167013;
    color:#FFFFFF;
	  text-decoration: underline;
}

a.woocommerce-store-notice__dismiss-link {
   
		text-decoration: underline;
}
.add-remove-bottom-space {
 margin-bottom: 0;
}
.wp-block-post-title a, .wp-block-post-title>a, .wp-block-latest-posts__post-title {
    color: var(--sydney-headings-color);
    font-weight: bold;
}