.header-content{    
		float: left;
    width: 25%;
}
@media screen and (max-width:900px){
	.header-content{    
    width: 100%;
	}
}
#main-nav{
	  float: inherit;
    width: 100%;
    margin-top: 50px;
}
.fixed-nav#main-nav{
	margin-top: 90px;
	width:auto;
}
li#menu-item-836 {
    position: absolute!important;
    right: 0px;
}
li#menu-item-835 {
    position: absolute!important;
    right: 40px;
}
li#menu-item-834 {
    position: absolute!important;
    right: 80px;
}
li#menu-item-831 {
    position: absolute!important;
    right: 120px;
}
@media screen and (max-width: 900px) {
  li#menu-item-831,
	li#menu-item-834,
	li#menu-item-835,
	li#menu-item-836{display:none;} 
}
#main-nav.fixed-nav .main-nav-logo{padding: 10px 170px 12px 10px!important;}
#main-nav.fixed-nav .main-nav-logo img {
	height: 34px!important;}
#main-nav.fixed-nav ul li{padding-top:8px;} 
#main-nav.fixed-nav ul li.menu-item-has-children:after, #main-nav.fixed-nav ul li.mega-menu:after, .top-menu ul li.menu-item-has-children:after{top:70%!important;}



.social-icons-widget i.fa.fa-twitter::before {
    font-size: 0;
}

.social-icons-widget i.fa.fa-twitter::after {
    content: "";
    background: url(/wp-content/uploads/2026/02/twitter.png) no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 8px;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
}

.social-icons-widget i.fa.fa-twitter {
    position: relative;
    top: -6px;
}

.footer-bottom i.fa.fa-twitter::before {
    font-size: 0;
}

.footer-bottom i.fa.fa-twitter::after {
    content: "";
    background: url(/wp-content/uploads/2026/02/twitter.png) no-repeat;
    height: 13px;
    width: 13px;
    position: absolute;
    top: 0px;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 9px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
}

.footer-bottom i.fa.fa-pinterest {
    margin-left: 10px;
}