
/*
Theme Name: Adina Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*a*/
.blog2 .button:after {
    content: "\f105" !important;
    font-weight: 900 !important;
    font-family:'Font Awesome 6 Free' !important;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.thongbaox .button:after {
    content: "\f105" !important;
    font-weight: 900 !important;
    font-family:'Font Awesome 6 Free' !important;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    margin-left: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.thongbaox .button:hover:after {
    margin-left: 10px !important;
}
.thongbaox .col.post-item:hover .button{
    color: #e87132 !important;
}
.blog2 .button:hover:after {
    margin-left: 10px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}