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

/*************** ADD CUSTOM CSS HERE.   ***************/

.nav-line-bottom > li.account-item:hover > a:before{
        opacity: 0;
}
.nav-line-bottom > li.account-item a {
    position: relative;
}
.nav-line-bottom > li.account-item > a:hover:before{
	opacity: 1;
}
#content .slider-wrapper:nth-child(1) .banner .banner-layers .text-box{
    display: none;
}
.logo img {
    padding: 5px 0;
}
#top-bar {
    padding: 5px 0;
}
ul.header-nav.header-nav-main {
    justify-content: center;
}
ul.header-nav.header-nav-main li.menu-item {
    padding: 0 5px;
}
ul.top-bar-nav li a {
    text-transform: uppercase;
}
.home-featured-categories .box-image img {
    border: 1px solid #FAC2CB;
    border-radius: 100%;
	overflow: hidden;
    background-color: #000;
    -webkit-perspective: 800px;
    -webkit-backface-visibility: hidden;
    margin-bottom: 10px;
}
.nav>li>a:hover {
    color: #FAC2CB;
} 
.social-icons a.icon.button {
    margin: 0 4px;
}
.footer-primary{
    width: 100%;
    text-align: center;
}
#top-link {
    border-color: rgba(255,255,255,.6);
    color: rgba(255,255,255,.6);
}
#top-link:hover {
    background: #000;
    border-color: #FAC2CB;
    color: #FAC2CB;
}

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

}