#grid-buttons-news .g-filters-item {
    background: #efefef;
    border-color: transparent;
    color: #1a1a1a !important;
    margin: 0.2em;
    font-size: 10px;
    line-height: 1.03 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.06em;
    border-radius: 0em;
    padding: 0.8em 1.1em;
}

#grid-buttons-news .g-filters-item:hover, #grid-buttons-news .g-filters-item.active {
    background: #1a1a1a;
    color: #fff !important;
}

#grid-buttons-news .g-filters{
    margin-bottom: 1em;
}

#continents-grid .g-filters-item {
    background: #fff;    
    padding: 0em 3em 0em;
    position: relative;
    margin-bottom: 3em;
    color: inherit;
}

#continents-grid .g-filters-item span:nth-child(1)
{
    margin-top: 10em;
    display: block;
}

#continents-grid .g-filters-item:hover, #continents-grid .g-filters-item.active {
    background: #fff;
    
}


#continents-grid [data-taxonomy="europe"]:hover, #continents-grid [data-taxonomy="europe"].active {
    background: url(../img/europaAzul.svg) no-repeat center center;
}

#continents-grid [data-taxonomy="europe"]{
    background: url(../img/europaVerde.svg) no-repeat center center;    
}

#continents-grid [data-taxonomy="africa"]:hover, #continents-grid [data-taxonomy="africa"].active {
    background: url(../img/africaAzul.svg) no-repeat center center;
}

#continents-grid [data-taxonomy="africa"]{
    background: url(../img/africaVerde.svg) no-repeat center center;
}

#continents-grid [data-taxonomy="asia"]:hover, #continents-grid [data-taxonomy="asia"].active {
    background: url(../img/asiaAzul.svg) no-repeat center center;
}

#continents-grid [data-taxonomy="asia"]{
    background: url(../img/asiaVerde.svg) no-repeat center center;
}

#continents-grid [data-taxonomy="australasia"]:hover, #continents-grid [data-taxonomy="australasia"].active {
    background: url(../img/oceaniaAzul.svg) no-repeat center center;
}

#continents-grid [data-taxonomy="australasia"]{
    background: url(../img/oceaniaVerde.svg) no-repeat center center;
}

#continents-grid [data-taxonomy="north-america"]:hover, #continents-grid [data-taxonomy="north-america"].active {
    background: url(../img/norteamericaAzul.svg) no-repeat center center;
}

#continents-grid [data-taxonomy="north-america"]{
    background: url(../img/norteamericaVerde.svg) no-repeat center center;
}

#continents-grid [data-taxonomy="south-america"]:hover, #continents-grid [data-taxonomy="south-america"].active {
    background: url(../img/sudamericaAzul.svg) no-repeat center center;
}

#continents-grid [data-taxonomy="south-america"]{
    background: url(../img/sudamericaVerde.svg) no-repeat center center;
}



@media only screen and (min-width : 768px) {
    .list-grid-vertical-separator-two-cols article:nth-child(2n+1){
        border-right-width: 1px;
        border-right-style: solid;
        border-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,rgba(232,232,232,1) 5%,rgba(232,232,232,1) 92%,rgba(255,255,255,1) 92%, rgba(255,255,255,1) 100%) 1 70%;
    }
    .list-grid-vertical-separator-three-cols article:nth-child(-n+2){
        border-right-width: 1px;
        border-right-style: solid;
        border-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,rgba(232,232,232,1) 5%,rgba(232,232,232,1) 92%,rgba(255,255,255,1) 92%, rgba(255,255,255,1) 100%) 1 70%;
    }
    .list-grid-vertical-separator-four-cols article:nth-child(-n+3){
        border-right-width: 1px;
        border-right-style: solid;
        border-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,rgba(232,232,232,1) 5%,rgba(232,232,232,1) 92%,rgba(255,255,255,1) 92%, rgba(255,255,255,1) 100%) 1 70%;
    }

}


.formcraft-css .fc-form{
    box-shadow: none !important;
}

.formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="text"], .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="password"], .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="email"], .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="radio"], .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="checkbox"], .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="tel"], .formcraft-css .fc-form.fc-form-1 .form-element .field-cover select, .formcraft-css .fc-form.fc-form-1 .form-element .field-cover textarea {
    background-color: unset !important;
}

.fc-form label.field-cover
{
    color: rgb(51, 51, 51) !important;
    font-size: 16px !important;
}

.form-page-content{padding: 0 !important;}

.widgettitle{
    color: var(--tyreblog-color);
    font-size: max( 1.3rem,1.3vw ) !important;
    font-weight: 700 !important;
}

.term-uncategorized{
    display: none;
}