/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 21 2023 | 22:31:09 */
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;
}
header.site-header .header-wrapper .header-sections .site-branding {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.site-branding img {
    z-index: 1;
    position: relative;
}
.right-nav {
  margin-right: 20px;
}

.right-nav .dropdown.menu {
	align-items: center;
}
.navigation-foundation {
  z-index: 1;
}
.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;
}