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

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    box-shadow: none;
}
.header-top .header-block {
    color: #fff;
    font-size: 1em;
}
.header-top .header-phone {
    margin-right: 1.5em;
}
.header-social-icons .social-icons a.icon:not(.button) {
    font-size: 1.25em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.header-social-icons .social-icons a.icon:not(.button):last-of-type {
    margin-right: 0;
}
.home .header-main .top-divider {
    display: none;
}
.header-nav-main > li {
    margin-left: 20px;
    margin-right: 20px;
}
.archive .blog-archive .large-10 {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 0;
}
.post_comments {
    display: none;
}
.p-mb-half p {
    margin-bottom: 0.5em;
}
.html-before-comments {
    margin-bottom: 0;
}
.single-post .blog-single .post {
    margin-bottom: 0;
}
.single-post .section-title,
.post-sidebar span.widget-title {
    font-size: 1.25em;
}
.post-title {
    font-size: 1.15em;
}
.entry-content {
    font-size: 1.15em;
}
.services-area .icon-box img {
    border-radius: 50%;
}
.box-image img {
    border-radius: 8px;
}
.absolute-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.fixed-bottom-contact {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
.fixed-bottom-contact .button-contact {
    position: relative;
}
.fixed-bottom-contact .zalo-contact {
    transition: 1s all;
}
.fixed-bottom-contact .phone-contact {
    transition: 0.7s all;
}
.fixed-bottom-contact .button-contact-inner {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.contact-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    transform-origin: 50% 50%;
    animation: zoom 1.3s infinite;
}
.fixed-bottom-contact .zalo-contact .contact-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}
.contact-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    animation: contact-img-fill 1s infinite ease-in-out;
}
.fixed-bottom-contact .zalo-contact .contact-img-circle {
    background-color: #2196f3;
}
.contact-img-circle a {
    display: block;
    line-height: 37px;
}
.contact-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fixed-bottom-contact .contact-text {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background-color: #e60808;
    color: #fff;
    font-weight: 700;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 1.25em;
}
.fixed-bottom-contact .contact-text a {
    color: #fff;
}
@keyframes contact-img-fill {
    0% {transform: rotate(0) scale(1) skew(1deg);}
    10% {transform: rotate(-25deg) scale(1) skew(1deg);}
    20% {transform: rotate(25deg) scale(1) skew(1deg);}
    30% {transform: rotate(-25deg) scale(1) skew(1deg);}
    40% {transform: rotate(25deg) scale(1) skew(1deg);}
    50% {transform: rotate(0) scale(1) skew(1deg);}
    100% {transform: rotate(0) scale(1) skew(1deg);}
}
@keyframes zoom {
    0% {transform:scale(.9);}
    70% {transform:scale(1); box-shadow:0 0 0 15px transparent;}
    100% {transform:scale(.9); box-shadow:0 0 0 0 transparent;}
}
@media screen and (min-width: 850px) {
    .single-post .blog-single>.row-large>.large-9 {
        flex-basis: 72%;
        max-width: 72%;
    }
    .single-post .blog-single .post-sidebar {
        flex-basis: 28%;
        max-width: 28%;
    }
}
@media screen and (max-width: 849px) {
    .post-sidebar {
        margin-top: -30px;
    }
}
@media screen and (max-width: 549px) {
    .fixed-bottom-contact .contact-text {
        display: none;
    }
}