.span_bold {
	font-weight: bold !important;
}


.two_blocks {
	display: flex;
	flex-wrap: wrap;
	
}
.two_blocks>img {
	width: 50%;
}
@media (max-width: 600px) {
.two_blocks>img {
	width: 100%;
}
	
}


.child-pages {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
  }
  
  .child-pages .child-page {
	max-width: 100%;
	position: relative;
	width: calc(33% - 40px / 3);
	margin-right: 20px;
	margin-bottom: 20px;
  }
  
  .child-pages .child-page:before {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;
	content: "";
  }
  
  .child-pages .child-page>a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: center;
	transition: top 0.5s, box-shadow 0.5s;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
  }
  
  .child-pages .child-page a .child-title {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background-color: #FFF;
	border-radius: 3px;
	max-width: 70%;
	font-size: 15px;
	line-height: 1.7;
	text-decoration: none;
	padding: 5px 8px;
	color: #c2a199;
  }
  
  .reava_accordion_item .reava_accordion_item_header {
	padding:
  10px;
	  padding-left: 10px;
	font-weight: bold;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	text-transform: uppercase;
  }
  .roistat-online-chat-holder
  {

	bottom:80px !important;
	right:5px !important;
  }





.posts_list_item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
	display: flex;
	position: relative;
}
.posts_list_item .fifu_play.icon {
	max-width: 200px;
}

.posts_list_item_img {
	min-width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center;
}
.posts_list_item_content {
	position: relative;
	justify-content: space-evenly;
	display: flex;
	flex-direction: column;
}
.posts_list_item_img ~ .posts_list_item_content,

.posts_list_item .fifu_play.icon ~ .posts_list_item_content{
	padding-left: 20px;
	
}
.posts_list_item_content .posts_list_item_title  a {
	margin: 0 0 22px 0;
	color: #96d701 !important;    
	font-size: 18px;
    text-decoration: none;
}
.posts_list_item_content p.posts_list_item_title {
	padding-bottom:5px;
}

.posts_list_item_content p.posts_list_item_excerpt {
}


.service_price {
	display: flex;
	justify-content: flex-end;
}
.service_price .reava-button {
	margin-right: 20px;
    padding: 0;
	line-height: 1em;
}
.service_price .reava-button a {
	display: flex;
	width: 100%;
	height: 100%;
    padding: 7px 20px;
	justify-content:center;
	align-items: center;
	position: relative;
}
.service_order_button div{
    padding: 7px 20px;
    line-height: 23px;    
	background-color: #c2a199;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	width: 100px;
}