/*
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.   ***************/


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


}
.social-icon {
    display: flex;
    margin-bottom: 20px;
}
.social-icon a {
    display: flex !important;
    align-items: center !important;
    justify-content: center!important;
    position: relative !important;
    margin-right: 15px !important;
}
.rs-column {
    margin-bottom: 0;
    padding-bottom: 0;
}
.tour_includes_inclusion ul {
    list-style: none;
    padding: 0 !important;
}
.tour_includes_exclusion ul {
    list-style: none;
    padding: 0 !important;
}
.tour_includes_exclusion ul li:before {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAoklEQVQ4y92QsQ3CMBBF/yEmSXsLJM3Jyg4I0Wc3ZLEDQteYBdxkmaOAwk7OFnV+ZSf6T/4POFYSy5JYQud/SCxL+e1UXghYYRYTy+yUZ5hFAtZNp86bRczsAaLblPVZlO9EdBmzahewhQBAq9wEVBAArfLOQRkDzt75rxeUm78LaiddgCfME+sCEkuAWfQ2F5DrlPXVcjC0hI1Z9TdpwLHyAdCoYxkgVhRxAAAAAElFTkSuQmCC");
    margin-right: 5px;
}
.tour_includes_inclusion ul li:before {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABDUlEQVQ4y+WRP0vDUBTFz3kvpnXTLi7iKgG/gQZHcZJUFOd+AykO0S4iJLOTo5sFoQ0O/hm6CAG/QnARMjk6uLT63nWJgmkUsupdLhzu73LuPcD/LIbBGsOgAwCqLqzCYEVEBgDy2gtU2F6yItck9yVORrUW6MN2y4q9JXkqcXLxpRc3deh780izpyrYOdpuGmtvSN5LnBx/c1X0RxHpMwz2yrDb23GMMX2C+azbOJhyBgBIs1z53p2InNP3FNLs4XPAri6fAVhwtLM7Prl8n0qk9KTF4s5RY8btjt8mPRHZ0kqvm2jwWhlpxbPmjLVXBJoCtJRSvo2Gzz8mUxZMNHxxtN4AmSpy8zf4j9QHngVfsNt/1R8AAAAASUVORK5CYII=");
    margin-right: 5px;
}
footer.lang_en-US .lang_us {
    display: block;
}
footer.lang_en-US .lang_fr {
    display: none;
}

html[lang=fr-FR] a.btn_whatsapp_link.lang_us {
    display: none;
}
html[lang=fr-FR] a.btn_whatsapp_link.lang_fr {
    display: block;
}