/*
Theme Name: Customizr Paco
Theme URL: https://www.francescpau.com
Description: Customizr Child Theme
Author: Paco Pau
Author URL: https://www.francescpau.com
Template: customizr
Version: 1.0.0
Text Domain: customizr-child
*/
.sek-icon .fal, .sek-icon .far {
    font-family: "Font Awesome 5 Free";
}
.sek-icon .fa, .sek-icon .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
body{
    background-attachment: fixed !important;
    background-color: rgb(255, 255, 255) !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-size: cover !important;
}

#main-wrapper{
    background: rgba(255,255,255,0.75) !important;
}
.container{
    background: rgb(255,255,255) !important;    
}

#contenedor,
#map,
#elevation-div {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 99;
}

#map {
    height: 75%;
}

#elevation-div {
    height: 25%;
    background-color: rgb(255, 255, 255) !important;
}
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
    text-decoration: none !important;
}
#datos_rapidos td{
        padding: 0.25em;
}

/* wikiloc */ 
.icon-chrome:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("https://sc.wklcdn.com/favicon.ico") no-repeat;
    background-size: 18px 18px
}

.icon-chrome i{
    display: none;
}

/* change wikiloc icon size in sidebars*/
.social-block.widget_social .icon-chrome:before {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
}

/* change wikiloc icon size in footer */
#footer.footer .colophon .icon-chrome:before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

#cookie-notice {
    z-index: 2000000
}

#tag_respuesta {
    position: relative;
    width: 179px;
}

#tag_ibp {
    position: absolute;
    width: 179px;
    height: 50px;
    top: 15px;
    left: 0px;
    font-size: 25px;
}

#tag_modalidad {
    position: absolute;
    top: 43px;
    left: 0px;
    width: 179px;
    height: 20px;
    font-size: 12px;
}
#weather td {
    white-space: nowrap;
    padding: 3px;
    text-align: center;
}
#weather table tr td:nth-child(odd){ 
    background: #b8d1f3;
}
#weather table tr td:nth-child(even){
    background: #dae5f4;
}
    