/*
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.   ***************/
.entry-content{
    padding-top: 0;
}
.entry-header-text-top{
    10px 0;
}
.post-sidebar{
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    padding-top: 30px !important;
}
span.widget-title{
    font-weight: 700;
}
.blog-single a{
    color: #cd2653;
}
.blog-single a:hover{
    color: #fabd05;
}
.post{
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    padding: 15px;
}
.footer-wrapper .endcontent{
    margin-bottom: 20px;
}
.footer-wrapper .endcontent p{
    margin: 0;
}
.box-push .box-text{
    max-width: 100%;
    background-color: rgb(0 109 62 / 80%);
    padding: 10px;
    min-height: 100px;
}
.box-push .box-text a{
    color: #fff;
}
.box-text{
    font-size: 1em;
}
h2.post-title a{
    color: #80334b;
}
.title-color span{
    color: #cd2653;
}
.float-contact {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 99999;
}
.float-contact button{
    line-height: normal;
    text-transform: none;
    font-size: 14px;
}
.float-contact a {
    color: #fff;
    font-size: 0.95em
}
.float-contact i {
    margin-right: 5px;
}
.float-contact .chat-zalo {
    background: #0573ff !important;
    border-radius: 20px;
    padding: 8px 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}

.float-contact .chat-face {
    background: #125c9e !important;
    border-radius: 20px;
    padding: 8px 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}

.float-contact .hotline {
    background: #ea1a1a !important;
    border-radius: 20px;
    padding: 8px 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
button.hotline{
	width: auto;
	margin: 0 auto;
	border-radius: 25px;
	padding: 15px 20px;
	display: block;
}
button.hotline:hover{
	background: #006D3E;
}
.hotline a{
	color: #fff;
	text-decoration: none;
}
.hotline a:hover{
	text-decoration: none !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media (min-width: 700px){
    .post-item .box-blog-post:hover .box-text{
        background: rgb(0 109 62 / 33%);
    }
}