/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 22 2026 | 07:54:30 */
.blog-style-38 .et_pb_post div.post-content a.more-link {
		border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 4px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #203151;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  	width:fit-content;
}
  
.et_pb_post a.more-link:hover {
    padding-left: 6px !important;
    transition: all .2s;
  }

.et_pb_post a.more-link:after {
	content: "\24";
	font-family: ETModules;
	vertical-align: middle;
 	transition: all .2s;
  	opacity: 0;
  	margin-right: -8px;
	margin-left: -1em;
    left: auto;
    display: inline-block;
}
  
.et_pb_post a.more-link:hover:after {
    margin-left: .3em;
    left: auto;
    margin-left: .3em;
    opacity: 1;
    margin-right: -5px;
}
  
.blog-style-38 .et_pb_post div.post-content a.more-link:hover {
    background-color: #203151;
    }
  
.blog-style-38 .et_pb_post .post-meta a {
  color: #fff !important;
  font-weight: 500;
  font-family: 'Roboto';
  text-transform:uppercase;
  background-color: #203151;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
    }
  
.blog-style-38 .et_pb_post .post-meta a:hover {
  text-decoration:underline;
    }
  
.blog-style-38 .et_pb_post .post-meta span.author.vcard a {
    background-color: rgba(0,0,0,0);
    color: #000 !important;
    padding-left:0;
    padding-right:0;
  }
  
.blog-style-38 .pagination a:hover {
    text-decoration: underline;
}
  
.blog-style-38 .et_pb_post .post-content *  {
    margin-bottom: 20px;
}
  
    
.blog-style-38 .et_pb_post .entry-featured-image-url {
    overflow: hidden;
  	margin-bottom:0px;
}
  
.blog-style-38 .et_pb_post .entry-featured-image-url {
    border: 1px solid rgba(255,255,255,0); } 
  
.blog-style-38 article.et_pb_post {
  background-color: #fff;
}


/*.blog-style-38 .et_pb_post .entry-featured-image-url img:hover{
transition: transform 2000ms ease 0ms,transform 2000ms ease 0ms,transform 2000ms ease 0ms;
transform: scaleX(1.36) scaleY(1.36) translateX(9%) translateY(3%) rotateX(0deg) rotateY(0deg) rotateZ(6deg)!important;}

.blog-style-38 .et_pb_post:hover .entry-featured-image-url img{
transition: transform 2000ms ease 0ms,transform 2000ms ease 0ms,transform 2000ms ease 0ms;
transform: scaleX(1.36) scaleY(1.36) translateX(9%) translateY(3%) rotateX(0deg) rotateY(0deg) rotateZ(6deg)!important;}*/
  
.blog-style-38 .et_pb_post {
    display: flex;
    flex-direction: column;
}

.blog-style-38 .entry-title {
    order: 0 !important;
}

.blog-style-38 .post-meta {
    order: 1;
}

.blog-style-38 .et_pb_image_container {
    order: 2;
}

.blog-style-38 .post-content {
    order: 3;
}