/*
 Theme Name:   energyear
 Theme URI:    https://undanet.com/
 Description:
 Author:       Javier Domínguez
 Author URI:   https://undanet.com/
 Template:     generatepress
 Version:      1
*/

html {
    font-size: 62.5%;
    /* 10px browser default */
}


/* Off canvas menu */

body .offside--left.is-open,
.offside-js--is-left .offside-sliding-element {
    -webkit-transform: translate3d(400px, 0, 0);
    -moz-transform: translate3d(400px, 0, 0);
    -ms-transform: translate3d(400px, 0, 0);
    -o-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
}

body .offside--right.is-open,
.offside-js--is-right .offside-sliding-element {
    -webkit-transform: translate3d(-400px, 0, 0);
    -moz-transform: translate3d(-400px, 0, 0);
    -ms-transform: translate3d(-400px, 0, 0);
    -o-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
}

body .main-navigation.offside {
    width: 400px;
}

body .offside--left {
    left: -400px;
}

body .offside--right {
    right: -400px;
}

body.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit {
    left: 395px;
}

.main-navigation.slideout-navigation .main-nav>ul>li>a {
    font-size: 60px !important;
}


/* Iconos menu off canvas */

.gp-icon.pro-menu-bars svg {
    height: 12px;
    width: 32px;
    color: #fff;
    top: 0px;
    position: relative;
}

.main-navigation .menu-bar-items {
    top: -8px !important;
}


/* Elementor hacks */

.elementor-9 .elementor-element.elementor-element-b65a42c>.elementor-container {
    height: 0px;
}

.jet-listing-dynamic-field h1 {
    display: table-caption;
    word-spacing: 9999rem;
}

.listado-eventos .elementor-image-box-content {
    margin-left: 24px;
    margin-top: -32px;
    z-index: 999;
    position: relative;
}

.listado-eventos .elementor-image-box-title {
    background: #fff;
    display: inline;
    padding-right: 24px;
    padding-left: 8px;
    margin-left: -8px;
}


/* Estilo para boton fijo  */

.masinfo {
    display: block;
    cursor: pointer;
    z-index: 99;
    background-color: #00417a;
    color: #fff;
    position: fixed;
    top: 30%;
    right: 0;
    padding: 14px 0px 14px 20px;
    -webkit-box-shadow: 0 0 14px 0 #00000047;
    box-shadow: 0 0 14px 0 #00000047;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.masinfo::before {
    content: "";
    background: url(img/information.svg) no-repeat scroll center center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 44px;
    margin-right: 20px;
}

.masinfo a {
    visibility: hidden;
    display: none;
    color: #fff;
    font-weight: 400;
    font-size: 2.4rem;
    margin-right: 2rem;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.masinfo:hover a {
    visibility: visible;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width:769px) {
    .masinfo a {
        font-size: 1.6rem;
        font-weight: bold;
    }
}

.cart-contents>span.gp-icon {
    top: -10px;
}


/* Woocommerce */

.single-product .date_panel {
   display: none;
}

.single-product .field_row>p>input {

    width: 100% !important;
}

.single-product .product-addtocart .price {

    /*display: none;*/
}

.tax_label { 
    display: none;
}

/* Footer widgets */

#footer-widgets a {
    color: #fff;
    text-decoration: none;
}

#footer-widgets a:hover {
    text-decoration: underline;
}


/* Footer */


img.trp-flag-image 
{
	width: 28px!important;
	height: 18px!important;
}




