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

/*************** ADD CUSTOM CSS HERE.   ***************/

.absolute-footer, html {
    background-color: #ebebeb !important;
}
.box-image>.origin-image{
    text-align: center;
    padding: 15px 50px 5px;
}
.box-image>.origin-image >img{
    width: auto;
}
.baochis .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
    margin-top: -3%;
}
.blog-single .entry-author {
    padding: 15px;
    border: 1px solid #ececec;
}
.blog-single .entry-author .author-desc {
    font-family: 'SVN-Neo Sans', "Lato", sans-serif;
    text-align: justify;
}
.blog-single .entry-author .author-desc a {
    color: #0000ff;
    text-decoration: underline;
}

.blog-single footer.entry-meta {
    border: none !important;
}
.h5 {
	line-height: 1.3;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-family: 'SVN-Neo Sans', "Lato", sans-serif;
	font-weight: 700;
	text-rendering: optimizeSpeed;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
