/*
Theme Name: Evnt Child
Theme URI: http://themeforest.net/user/Coffeecream/portfolio
Template: evnt
Author: Coffeecream
Author URI: http://themeforest.net/user/Coffeecream
Description: Evnt WordPress Theme
Tags: sticky-post,custom-header,custom-menu,theme-options,featured-images,custom-background,one-column
Version: 1.8.1582022556
Updated: 2020-02-18 10:42:36

*/

.grecaptcha-badge{
    display: none;
}
.wsmenu-list > li > a {
    display: block;
    color: #E5E5E5;
    padding: 0px 10px !important;
    line-height: 28px !important;
    text-decoration: none;
    position: relative;
}
.wsmenu {
    padding: 5px;
    width: 100%;
    float: right;
}
.wsmenucontainer header.topheader {
    left: 0;
    padding: 1rem 0 4rem !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
body {
    background:#fff;
    color: #888;
    font-family: "Lato", sans-serif;
    /*font-size: 1rem;*/
    line-height: 1.75em;
    overflow-x: hidden;
    padding-top: 1rem !important;
}
@media only screen and (max-width: 780px){
    .wsmenu {
        width: 240px !important;
        left: -240px;
    }
}

.meta{
	display:none !important;
}


/* CSS para la clase bloque-resaltado */
.bloque-resaltado {
    background-color: lightgray;
    padding: 15px; 
    border-radius: 5px; 
    margin: 0px; 
    margin-bottom: 20px
    
    
}

/* oculta el logo */
.logo {
    display: none !important;
}

.wsmenucontainer header.topheader {
    padding: 1rem 0 1rem !important;
}

.header-image {
	display:none;
}

/* Parche manual retirado 2026-08-03: el menu vuelve a heredar el tamano del tema
   una vez recuperada la hoja evnt/style.css.
ul#menu-menu-coming-soon {
    font-size: 15px;
}
*/