.truster-home-slider .eut-container .eut-column-content {
    position: relative;
    margin-top: -65px;
    background-color: #000000;
}

.truster-home-slider .eut-container .eut-column-content .eut-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}

.truster-home-slider .eut-container .eut-column-content .eut-carousel-wrapper {
    opacity: .6;
}

.eut-thumbnail-wrapper {
    max-width: 100%!important;
}

.truster-cover .eut-h1 {
    font-size: 60px;
    line-height: 60px;
}

#eut-main-header.eut-light {
    background-color: #000000;
}

.custom-footer-logo {
    max-width: 150px;
    margin: 0 auto;
}

#eut-main-header.eut-header-default.eut-light {
    border-top: 3px solid #f08700;
}

#eut-header.eut-sticky-header #eut-main-header.eut-header-default {
    border-top: none;
}

#eut-header #eut-main-menu .eut-wrapper > ul > li:nth-child(7) {
    padding-left: 20px;
}

#eut-header #eut-main-menu .eut-wrapper > ul > li:nth-child(7) a,
#eut-header #eut-main-menu .eut-wrapper > ul > li:nth-child(8) a {
    font-weight: normal;
    color: #ccc;
}

#eut-header #eut-main-menu .eut-wrapper > ul > li:nth-child(9) > a {
    margin-left: 20px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    background-color: #0abab5;
    border-radius: 0 0 10px 10px;
}

#eut-main-header.eut-light #eut-main-menu .eut-wrapper > ul > li:nth-child(9).current-menu-item > a {
    color: #ffffff;
}

#eut-header #eut-main-menu .eut-wrapper > ul > li:nth-child(9) > a:hover {
    color: #000000;
}

#eut-header.eut-sticky-header #eut-main-header.eut-shrink-sticky #eut-main-menu .eut-wrapper > ul > li:nth-child(9) > a {
    background-color: transparent;
}

.truster-posts-home .eut-pagination {
    display: none;
}

.truster-grid .eut-single-icon {
    display: none;
}

.truster-areas .eut-container .eut-row {
    display: inline-block;
    width: auto;
}

.truster-areas .eut-box-icon .eut-box-title {
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #e6e6e6;
}

.truster-areas .eut-box-icon .eut-box-title:before {
    display: inline-block;
    content: '•';
    margin-right: 10px;
}

.truster-areas .eut-box-icon:last-child .eut-box-title {
    border-bottom: none;
}

.truster-contato p {
    margin-bottom: 20px;
}

.truster-loggedin-top {
    margin: 70px 0 0;
    font-size: 16px;
}

.truster-loggedin-top h1 {
    font-size: 28px;
}

.truster-loggedin-topics {
    margin: 0;
 }

.truster-loggedin-topics li {
    list-style: none;
    padding: 15px 0;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
}

.truster-loggedin-topics li:last-child {
    border-bottom: none;
}

.truster-loggedin {
    margin: 30px 0 0;
    font-size: 0;
}

.truster-loggedin.truster-margin {
    margin: 70px 0 0;
}

.truster-loggedin h1 {
    font-size: 28px;
}

.truster-loggedin .loggedin-docs {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 50px;
    font-size: 16px;
}

.truster-loggedin .status-publish {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 16px;
}

.truster-document {
    display: block;
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: #f9f9f9;
    transition: all 250ms ease;
}

.truster-document .document-icon {
    float: right;
    margin-top: 3px;
}

.truster-document .document-icon svg {
    fill: #f08700;
}

.truster-document:hover {
    color: #ffffff;
    background-color: #f08700;
}

.truster-document:hover .document-icon svg {
    fill: #ffffff;
}



@media (max-width: 1024px) {
    .truster-home-slider .eut-container .eut-column-content {
        margin-top: 0;
    }

    .truster-cover .eut-h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 960px) {
    .truster-loggedin-top {
        font-size: 14px;
    }

    .truster-loggedin .loggedin-docs {
        display: block;
        width: 100%;
        margin-bottom: 60px;
        padding-right: 0;
        font-size: 14px;
        line-height: 20px;
    }
    
    .truster-loggedin .status-publish {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 400px) {
    .truster-cover .eut-h1 {
        font-size: 24px;
        line-height: 32px;
    }
}