/** Custom override for mobile header logo */
@media only screen and (max-width: 999px) {
    body #top #logo img,#header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 3em !important;
    }
}

/** Custom override for Rolex logo shortcode */
.rolexheaderlogo img {
    max-width: 120px !important;	
}

.rolexheaderlogo_mobile {
    display: none;
    width: 100%;
}

.wpb_wrapper:has(div.rolexheaderlogo_mobile) {
    margin-top: 0px !important;
}

@media (max-width: 991px) { 
    
	.rolexheaderlogo_mobile {
		display: flex;
		justify-content: start;
		align-items: center;
		padding-bottom: 1em;	
	}
}

/** Custom override for Rolex clock on right side of header */
.header-right-menu {
    justify-content: center;
    align-items: center;
}

/* Increase heaeder height for new logo size */
@media only screen and (min-width: 1400px) {


    #header-space {
        height: 135px !important;
    }

}