/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2023 | 21:11:01 */
header.site-header .header-wrapper .header-sections .right-nav {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.3s;
}

.right-nav {
   /*  flex: auto; */
}

.custom-social .social-icons {
    list-style: none;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}

.custom-social .social-icons li {
    margin-right: 10px !important;
    margin-bottom: 0px;
}
.custom-social .social-icons li a svg {
    width: 18px;
    height: 18px;
	margin-top: 0px;
}
.social-icons li a {
    width: 18px;
    height: 18px;
}
.tools.cell.auto.text-right {
    display: none;
}