/*
Theme Name: HITN TV
Theme URI: https://noblink.tv
Version: 1.0
Description: HITN TV custom theme
Author: Noblink TV
Author URI: https://noblink.tv
Template: salient
*/

/*----------------- Cambios a partir de aquí -------------------------------*/

.weather-parent {
    display: flex;
    align-items: center;
}

.weather-ico {
    grid-area: 1 / 1 / 3 / 2;
}

.weather-text {
    grid-area: 1 / 2 / 2 / 4;
}

.location-text {
    grid-area: 2 / 2 / 3 / 4;
}


.weather-icon {
    height: 50px;
}

.weather-text {
    padding-bottom: 4px;
    font-family: Montserrat, sans-serif;
    color: #888;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.location-text {
    font-family: Montserrat, sans-serif;
    color: #888;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.location-weather-container {
    display: flex;
    margin-right: 20px;
    margin-left: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
}

/*.slide {
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    overflow: hidden;
} */

#slide-out-widget-area .off-canvas-menu-container {
    margin: 0 !important;
}