/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* FUENTES IMPORTADAS */

@font-face {
    font-family: 'Now-Bold';
    src: 
         url('fonts/Now-Bold.woff') format('woff')    
}

    
/* MENÚ PRINCIPAL */


#site-header.top-header .header-top .left {
    margin: 0 auto;
	
}

#site-header.top-header .header-top {
    position: relative;
    background-color: #0b2986;
		box-shadow: 0 0px 0px 0;
	
}

#site-navigation {
		padding-top: 1.2em;
	
}

#mysticky-nav.wrapfixed {
	border-bottom: 1px solid #ffffff;
	padding-left: 18%;
}

#mysticky-nav.wrapfixed .dropdown-menu > li > a.menu-link > span {
	font-size: 0.7em;
}

#mysticky-nav.wrapfixed ul li.menu-item a {
    color: #ffffff;
    background-color: #003c8d;
}

/* CABECERA ORIGINAL DEL TEMA */
#site-header.top-header .header-bottom {
   	display: none;
}