html, body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #000;
    background-color: #fff;
}
blockquote {
    font-style: italic;
    font-size: 16px;
    border-left-color: white;
}
h1, h2, h3 {
    font-weight: 600;
}

a, a:hover, a:focus {
    color: #000;
}

a.underlined {
    text-decoration: underline;
}

b {
    font-weight: 600;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-wrap > div[class*='col-'] {
    display: flex;
    flex-direction: column;
}

#wrapper {
    min-height: calc(100vh - 253px);
}

#vt-clearfix {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 36px;
    background-color: #fff;
    display: none;
}

#header {
    margin: 36px 0 112px;
}
#header .vt-desktop-logo {
    max-width: 84%;
}

/* #header .vt-finder br {
 display: none;
 } */
#header .search {
    text-align: right;
    margin-right: 0px;
}

#header label {
    display: none;
}

#header input.search-query {
    height: 31px;
    border: none;
    border-bottom: solid 2px #000;
    outline-color: #fff;
}

#header button {
    background-image: url('../images/search.png');
    background-size: contain;
    width: 30px;
    height: 30px;
    font-size: 0;
    margin-left: 10px;
    border-radius: 0;
}

ul.socials {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.socials li {
    display: inline;
    max-width: 30px;
    padding-right: 4px;
}

ul.socials li img {
    max-width: 30px;
}

#slogan {
    position: relative;
}

#slogan .slogan-text {
    position: absolute;
    top: 50%;
    left: 8.33%;
    transform: translate(0%, -50%);
    font-size: 34px;
    font-weight: 600;
    line-height: 120%;
    width: 75%;
    padding: 0;
    margin-right: 8.33%;
}

.vt-finder {
    /*display: flex;*/
}

.vt-finder span.vt-finder-form {
    width: 82%;
}

.vt-finder span.vt-finder-socials {
    width: auto;
    text-align: right;
    /* margin-left: 8px; */
}
.vt-finder span.vt-finder-socials li {
    margin-left: 5px;
    display: inline-block;
}
.vt-finder span.vt-finder-socials ul {
    display: inline-flex;
}
.vt-finder span.vt-finder-socials li a {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#mobile-text p {
    margin-bottom: 0;
}

#hamburger {
    cursor: pointer;
    padding-left: 10px;
}

#hamburger span {
    border-bottom: 5px solid #000;
    width: 30px;
    height: 10px;
    display: block;
}

.homepage-list-header {
    margin-top: 96px;
    margin-bottom: 36px;
}

.vt-diario {
    margin-bottom: 20px;
}

.vt-category-title {
    /* margin-top: 96px; */
}

.vt-category-title h3 {
    margin-top: 0;
}

.vt-category-description {
    margin-top: 36px;
}

.full-description {
    display: none;
}

.intro-description p:last-child {
    margin-bottom: 0;
}

.description-read-more {
    text-decoration: underline;
}

.vt-list {
    margin-top: 96px;
    position: relative;
}

.vt-list-header {
    margin-bottom: 36px;
}

.vt-tag-item {
    margin-bottom: 30px;
}

.vt-item-title h3 {
    margin-top: 0;
    font-size: 22px;
}

#section-image {
    position: relative;
}

.section-image-text {
    position: absolute;
    top: 6%;
    left: 8.33%;
    font-size: 36px;
    font-weight: 600;
}

.vt-article-image img {
    width: 100%;
}

.vt-default-title h1 {
    margin: 0 0 36px;
}

.vt-default-data, .vt-article-image {
    margin: 0 0 36px;
}

.vt-default-body {
}

.vt-default-text {
    margin-top: 24px;
    margin-bottom: 36px;
}

.vt-article-pagination {
    display: flex;
}

.vt-article-pagination span {
    width: 30%;
}

.vt-article-pagination span a {
    text-decoration: underline;
}

.vt-article-pagination ul {
    margin: 0;
    padding: 0;
}

.vt-article-pagination .pager li > a, .pager li > span {
    color: #000;
    background-color: #fff;
    padding: 0 14px;
    border: none;
    text-decoration: underline;
}

#vt-gallery-thumbs ul {
    list-style: none;
    margin: 0 15px;
    padding: 0;
}

#vt-gallery-thumbs ul li {
    margin-bottom: 15px;
}

.vt-category-header {
    margin-top: 96px;
    /* position:absolute; */
}

.artisti-list {
    position: absolute;
    top: 0;
    padding-left: 15px;
    left: -40%;
    width: 25%;
}

.artisti-header {
    margin-bottom: 36px;
}

.artisti-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.artisti-menu a {
    font-weight: 600;
}

dd.result-created {
    margin: 8px 0 18px;
}

#footer {
    margin: 112px 0 36px;
}

.vt-footer-slider {
    display: flex;
    /* align-items: center; */
}

.vt-slider-left-arrow {
    width: 10%;
    position: relative;
}

.vt-slider-content {
    width: 100%;
}

.vt-slider-content ul {
    text-align: center;
}

.vt-slider-right-arrow {
    width: 10%;
    position: relative;
}

.vt-slider-left-arrow .footer-arrow {
    display: none;
    position: absolute;
    right: 0;
}

.vt-slider-right-arrow .footer-arrow {
    position: absolute;
    left: 0;
    width: 100%;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul li {
    display: inline-block;
    /*border-right: 1px solid #000;*/
    text-align: center;
}

#footer ul li:last-child {
    border: none;
}

#footer .footer-arrow {
    width: 42px;
    cursor: pointer;
}

.vt-finder-form input {
    display: none;
}

.vt-intro-text p {
    margin: 0;
}
.vt-readmore {
    font-size: 14px;
    text-decoration: underline;
}
