/**
 * Oxygen template 39533, code block #410 — its CSS.
 * Emitted inline by Oxygen (id=ct_code_block_css_410) and lost with the plugin.
 * %%EPID%% has been resolved to #code_block-410-39533, as Oxygen did at render.
 */
#related-posts-container .oxy-posts{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#related-posts-container .oxy-post{
	display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 3em;
    width: 33.33%;
    padding: 1em;
    transition: all .3s ease-in-out;
}
#related-posts-container .oxy-post-image{
	margin-bottom: 1em;
    position: relative;
    background-color: grey;
    background-image: repeating-linear-gradient( 45deg,#eee,#eee 10px,#ddd 10px,#ddd 20px);
    width: 100%;
}
#related-posts-container .oxy-post-image-fixed-ratio{
	padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
}
#related-posts-container .oxy-post-image-date-overlay {
	position: absolute;
    top: 1em;
    right: 1em;
    font-size: .7em;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: .7em 1em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
#related-posts-container .r1-container{
	width: 100%;
    display: grid;
    grid-template-columns: 65% 35%;
}
#related-posts-container .oxy-post-title{
	font-size: 1.5em;
    line-height: 1.2em;
    color: #6d7a8a;
}
#related-posts-container .oxy-post-property-price{
  	margin-top: 0;
    color: #3bbd2d;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#related-posts-container .oxy-post-meta:nth-of-type(2){
	grid-template-columns: 2fr 1fr;
}
#related-posts-container .oxy-post-meta{
	font-size: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
}
#related-posts-container .postmeta-info{
	display: flex;
    align-items: center;
    margin-right: 10px;
}
#related-posts-container .postmeta-info img{
	width: 24px;
    margin-right: 5px;
}
#related-posts-container .oxy-post-content{
	margin-top: 1em;
    margin-bottom: 1em;
    font-size: 18px;
}
#related-posts-container .oxy-post-property-top{
	position: absolute;
    top: 1em;
    left: 1em;
    padding: .7em 1em;
    font-size: .7em;
    color: white;
    background-color: #3bbd2d;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
#related-posts-container .oxy-read-more{
	font-size: 18px;
    color: white;
    background-color: #6c7a89;
    text-decoration: none;
    padding: 0.75em 1.5em;
    line-height: 1;
    border-radius: 3px;
    display: inline-block;
}

.related-properties-slider-new  .read-more-btn:hover{
	cursor: pointer; 
}

.carousel-cell a{
  	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
  	color: #404040;
}

.carousel-cell a button{
 	border: 1px solid #aaaaaa;
}

.property-data-extra-container{
	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
    padding: 0 25px;
  	width: max-content;
  	margin: 0 auto;
}

.property-data-extra-container .property-data-extra:last-child{
 	margin-left: 20px; 
}
.relprop-heading{
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px){
  #related-posts-container .oxy-post{
  	width: 100% !important;
  }
  
}
