/* Err - mobile menu - undefined */
#sidr .sidr-inner:last-of-type {display: none;}

/* Main menu -  Hover color */
nav#site-navigation ul#menu-main-menu li a:hover {color: #929292;/*text-decoration: underline;*/}
#site-navigation-wrap .dropdown-menu >li >a {height: 60px;}
/*nav#site-navigation ul#menu-main-menu li a:hover i.before {color: #750008;}*/

/* Logo */
#site-logo #site-logo-inner a img {transition: none; -webkit-transition: none;}
#site-logo #site-logo-inner a:hover img {opacity: 1; -webkit-opacity: 1;}

/* Fix it */
/*header#site-header {transition: all 0.2s ease-out;}*/
header#site-header.fixit {position: fixed; top: 0; background-color: #000000; height: /*70*/95px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transition: all 0.2s ease-out; margin-top: -30px; z-index: 999999;}
header#site-header.fixit nav#site-navigation ul#menu-main-menu li a:hover {color: #929292;}
header#site-header.fixit #site-navigation-wrap, header#site-header.fixit .oceanwp-mobile-menu-icon {top: 12px;}

/* Fix it - logo */
header#site-header.fixit #site-logo #site-logo-inner a img {max-height: 50px; margin-top: 25px;}

/* Other */
.usr-pricing-age {font-size: 14px;}