/*
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 */
    
@media (max-width: 767px) {
img.custom-logo {
    height: 35px !important;
}

#site-logo #site-logo-inner a img {
    height: 35px !important;
}
	
.oceanwp-mobile-menu-icon.clr.mobile-right {
    margin-top: 15px !important;
}
	
#mobile-fullscreen ul ul.sub-menu li a {
    font-size: 16px !important;
}
	
.salto-linea {
    display: block !important;
}
    
img.imagenes-servicios {
    max-width: 25% !important;
    margin-top: -10px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
}
}


@media only screen and (min-width: 959px) {
.navigation li.megamenu-li.auto-mega .megamenu.col-2 {
    width: 480px !important;
}
}


img.custom-logo {
    height: 90px !important;
}

#site-logo #site-logo-inner a img {
    width: auto !important;
    height:90px !important;
}

.navigation .megamenu>li>a.menu-link {
    font-size: 14px !important;
}

.navigation li.megamenu-li.auto-mega .megamenu.col-2 {
    width: 540px !important;
}

#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
}

a {
	outline: none !important;
}

a:focus {
	outline: none !important;
}

a.posted-by__author {
    pointer-events: none;
}

a.post__date-link {
    pointer-events: none;
}

.qlwapp-message {
    font-size: 16px !important;
    line-height: 1.4em !important;
}

.elementor-slideshow__title {
    display: none !important;
}

img.imagenes-servicios {
    max-width: 25% !important;
    margin-top: -55px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
}

span.elementor-counter-number-suffix {
    color: #fbbb1b;
    font-size: 70px;
}

a.leer-mas-educacion {
    color: #E96493 !important;
}

a.leer-mas-educacion:hover {
    color: #57BDB9 !important;
}

.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elementor-post-navigation__separator {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

h2.jet-carousel__item-title a {
    color: #ffffff !important;
}