
/******** HOMEPAGE POSTS SLIDER *******/
.slide-unvisible{
	opacity: 0;
	visibility: hidden;
    display: none;
}

.blog-wrapper div.image_container {
    display: inline-block;
}

.blog-wrapper div.image_container img{
    width: 100%;
}

.blog-wrapper .content_container{
    display: inline-block;
    vertical-align: top;
    background: white;
    height: 355px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
}
.blog-wrapper article div.content p{
    line-height: 22px;
}
body .blog-wrapper .pagination_meta_info_wrapper{
    margin-top: 20px;
}

body .blog-wrapper .pagination_meta_info_wrapper .read_post{
    width: auto;
    display: inline-block;
    float: right;
}
.blog-wrapper .content_container .title_posts_slider_homepage h2{
    margin-bottom: 30px!important;
}

.posts-slider-wrapper div.image_container {
    display: inline-block;
}

.posts-slider-wrapper div.image_container img{
	width: 100%;
}

.posts-slider-wrapper .content_container{
	display: inline-block;
    vertical-align: top;
    background: white;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.posts-slider-wrapper .content_container .title_posts_slider_homepage h2{
	margin-bottom: 30px!important;
}

.category_post_wrapper{
	position: absolute;
    width: 350px;
    height: 35px;
    /*background-color: #e96131;*/
    top: 0;
    right: 0px;
}

.separator_content {
	width: 100%;
    height: 1px;
    background-color: #1c3661;
}

.posts-slider-wrapper .separator_content_top{
	margin-bottom: 55px;
}

.posts-slider-wrapper .separator_content_bottom{
	margin-top: 0px;
}
.blog-wrapper .separator_content_bottom{
    margin-top: 40px;
}
.blog-wrapper .image_container{
    height: 355px;
    overflow: hidden;
}

.info_content_slider_wrapper{
	margin-top: 35px;
	position: relative;
	height: 20px;
}
body .post {
    margin-bottom: 50px;
}

 .info_content_slider_wrapper .pagination{
	width: 15%;
	display: inline-block;
	margin-top: 0;
    float: left;
    color: #1c3661;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

 .info_content_slider_wrapper .read_post{
	width: 70%;
	display: inline-block;
	text-align: center;
	float: left;
}
 .info_content_slider_wrapper .read_post a{
    display: inline-block;
    padding: 0;
    vertical-align: top;
    line-height: 20px;
}
.info_content_slider_wrapper .read_post a i{
	margin-left: 10px;
	height: 12px;
}
.info_content_slider_wrapper .action_slider{
	width: 44px;
	display: inline-block;
	position: absolute;
	top: 0;
	height: 20px;
	right: 0;
}

.info_content_slider_wrapper .action_slider .previous, .info_content_slider_wrapper .action_slider .next{
	width: 10px;
	height: 20px;
	background-size: initial;
	background-position: center center;
	background-image:url(../img/icons/icon_arrows.png);
	background-repeat: no-repeat;
	/*transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;*/
    cursor: pointer;
    display: inline-block;
}

.info_content_slider_wrapper .action_slider .previous:hover{
    background-position: -10px center;
}

 .info_content_slider_wrapper .action_slider .next{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 20px;
}
 .info_content_slider_wrapper .action_slider .next:hover{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: -10px center;
}

.category-post-wrapper {
	height: 35px;
}
.category-post-wrapper a{
	display: block;
}
.category-post-wrapper img{
    vertical-align: middle;
    margin-left: 10px;
}
.category-post-wrapper span{
	color: white;
	line-height: 33px;
    text-transform: uppercase;
    margin-left: 10px;
    padding-right: 10px;
}
div.owl-item .category-post-wrapper{
        width: auto;
    float: right;
    background-color: #e96131;
}

.posts_slider_category_carousel.owl-carousel .owl-item img{
    width: auto;
    display: inline-block;
}

article .title_post h4{
    margin-bottom: 20px;
    margin-top: 0;
    line-height: initial;
}

article .date_post{
    color: #009cff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: initial;
    margin-bottom: 20px;
}

article div.content{

}
article div.content p{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: initial;
    color: #1c3661;
    font-size: 16px;
}

.see_all_posts_wrapper{
    margin-top: 20px;
    text-align: center;
}

.see_all_posts_wrapper a:hover{
    color: white;
}