/*
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.   ***************/
/*************** CSS Logo ***************/
#logo img {
    max-height: 280px !important;
    width: auto;
    /* position: absolute; */
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*************** CSS Khung chữ ở trang chủ phần viên nhai Iron Melts ***************/
p.khung {
    background: #c20f13;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}

/*************** CSS Sóng trong phần giới thiệu sản phẩm ngoài trang chủ  ***************/
.about-ironmelts:before {
    content: url(https://ironmelts.com.vn/wp-content/uploads/2022/11/wave.svg);
    position: absolute;
    -webkit-transform: rotate(3.05deg);
    -ms-transform: rotate(3.05deg);
    transform: rotate(3.05deg);
    left: -60.8px;
    top: 20px;
}

/*************** CSS map trang chủ  ***************/
.map {
    margin-bottom: -30px;
}

/*************** CSS hotline, follow us ở trên header ***************/
i.icon-phone {
    color: #D71920;
}
.nav>li>a>i+span {
    font-size: 16px;
    color: #D71920;
}
.nav>li.html {
    color: #D71920;
    font-size: 18px;
}
.social-icons {
    color: #D71920 !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
/*************** CSS Sóng trong phần giới thiệu sản phẩm ngoài trang chủ  ***************/
.about-ironmelts:before {
    content: url(https://ironmelts.com.vn/wp-content/uploads/2022/11/wave.svg);
    position: absolute;
    -webkit-transform: rotate(3.05deg);
    -ms-transform: rotate(3.05deg);
    transform: rotate(3.05deg);
    left: -60.8px;
    top: 20px;
}
	
}
}