.sidebar{
    width:250px !important;
    overflow: none !important;
}

.dropdown{

}

.singular .entry-title{
    font-size: 48px;
}

.home .homelink{
    display: none;
}
.tags_post span {
    color: transparent !important;
}
.tags_post a {
    background: #242727;
    color: white!important;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 6px;
    /*white-space: pre;*/
    transition: all 500ms;
}
.tags_post a:hover{
    background: white ;
    color: black!important;
}
.elementor-kit-6 a{
    font-size: unset !important;
    color: var(--e-global-color-6c054d1);
}
img {
    height: unset !important;
}
.regalias p {
    font-weight: 300 !important;
}

p{
    font-family: var(--e-global-typography-text-font-family) !important;
    font-weight: 300 !important;
}
.site .button:not(:hover):not(:active):not(.has-background),  input[type=submit]:not(:hover):not(:active):not(.has-background), input[type=reset]:not(:hover):not(:active):not(.has-background), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background){
    background-color: unset !important;
}
#TG_GROUP{
    max-width: 150px !important;
}

@media (min-width:880px) {
    .elementor-nav-menu--dropdown{
        width: 300px !important;
    }
    div[data-elementor-type="wp-page"] {
        margin-left: 280px !important;
        max-width: calc(100vw - 310px);
    }

}
@media (max-width:1680px) {
    #footer {
        margin-left: 280px !important;
        max-width: calc(100vw - 310px);
    }
}
@media (max-width:880px) {
    #TG_GROUP{
        max-width: 75px !important;
    }
    #footer {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
}