/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.have_ajax_paging .post-item .is-divider {
	display: block;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
}
.have_ajax_paging .post-item:hover .is-divider {
    width: 100%;
	max-width: 100%;
	margin: 10px auto 30px;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
.have_ajax_paging .post-item i {
	color: #fff;
    font-size: 20px;
    display: none;
}
.have_ajax_paging .post-item:hover i {
	display: block;
}
/*.have_ajax_paging .post-item .box:hover .box-text {
	transform: translatey(20px);
}*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}