| Server IP : 104.26.3.156 / Your IP : 216.73.216.185 Web Server : nginx/1.27.1 System : Linux us-1 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 User : vinodai ( 3134) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v1396/vinoddoshi2/public_html/wp-content/plugins/ocean-extra/assets/css/ |
Upload File : |
/*------------------------------------*
$CENTER HEADER
*------------------------------------*/
#site-header.center-header #site-logo {
display: none;
}
#site-header.center-header #site-navigation-wrap {
float: none;
right: auto;
text-align: center;
}
#site-header.center-header #site-navigation-wrap .dropdown-menu > li {
float: none;
display: inline-block;
}
#site-header.center-header #site-navigation-wrap .dropdown-menu > li > a {
font-size: 12px;
font-weight: 600;
padding: 0 18px;
text-transform: uppercase;
}
#site-header.center-header #site-navigation {
position: relative;
display: inline-block;
}
#site-header.center-header #site-navigation .middle-site-logo {
margin: 15px 25px;
}
#site-header.center-header #site-navigation .middle-site-logo a {
background-color: transparent !important;
padding: 0 !important;
line-height: 1 !important;
}
#site-header.center-header #site-navigation .middle-site-logo a img {
width: auto;
vertical-align: middle;
-webkit-transition: opacity .3s ease-out;
-moz-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
}
#site-header.center-header #site-navigation .middle-site-logo a:hover img {
opacity: 0.6;
}
/*------------------------------------*
Retina Logo
*------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
/* logo */
#site-navigation-wrap .dropdown-menu > li.middle-site-logo.has-retina-logo > a.custom-logo-link {
display: none;
}
#site-navigation-wrap .dropdown-menu > li.middle-site-logo.has-retina-logo > a.retina-logo-link {
display: block;
}
}
/*------------------------------------*
All Devices under 960px
*------------------------------------*/
@media only screen and (max-width: 959px) {
/* header > logo */
#site-header.center-header #site-logo {
display: table;
}
}
/*------------------------------------*
Phone Portrait and Landscape
*------------------------------------*/
@media only screen and (max-width: 767px) {
/* logo */
#site-navigation-wrap .dropdown-menu > li.middle-site-logo.has-retina-logo > a.custom-logo-link {
display: none;
}
#site-navigation-wrap .dropdown-menu > li.middle-site-logo.has-retina-logo > a.retina-logo-link {
display: block;
}
}