/*
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.   ***************/
.footer-ux-custom h3 {
    margin-bottom: 35px;
    font-size: 24px;
    display: inline-block;
    padding-bottom: 5px;
    color: #fff;
    position: relative;
}
.footer-ux-custom h3::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 3px;
    background-color: #fff;
    bottom: -5px;
    border-radius: 2px;
}
.footer-ux-custom h3::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 3px;
    background-color: #5cecd8;
    bottom: -5px;
    border-radius: 2px;
    left: 28px;
}
.col-adress-office .text p {
    margin-left: 25px;
}
.col-adress-office .text p::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/09/maps.svg);
    background-size: cover;
    left: 0px;
}
.col-link-ft .text p::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/09/bxs-chevrons-right.svg);
    background-size: cover;
    left: 0;
    margin-top: 3px;
}
.col-link-ft .text p {
	margin-left: 25px;
}
.col-lienhe-ft .txt-call p::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/09/phone-call.svg);
    background-size: cover;
    left: 0;
    margin-top: 3px;
}
.col-lienhe-ft .txt-call p {
    margin-left: 25px;
}
.col-lienhe-ft .txt-email p::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/09/email.svg);
    background-size: cover;
    left: 0;
    margin-top: 3px;
}
.col-lienhe-ft .txt-email p {
  margin-left: 25px;
}



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


}