/*
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.   ***************/
.mfp-container{
    position: unset !important;
    height:auto !important;
}
.large-9.is_100_col{
	max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.is_100_col .large-columns-3>.col{
	max-width: 25%;
    -ms-flex-preferred-size:25%;
    flex-basis: 25%;
}
.is_100_col .box-image .image-cover{
    overflow:hidden;
    padding-top:120% !important;
    border-radius:20px;
} 
.motangan a{
    color:white;
}
.motangan a:hover{
    color:white !important;
    text-decoration:underline;
}
.post-thumbnail.anhdaidien {
    border-radius: 5px !important;
    height: 270px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.is_100_col .large-columns-3>.col{
    	max-width: 50%;
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
    }
    .mfp-container{
        
    }

}

.hide-content {
    margin-bottom: 0;
    height: 0;
    display: none;
}