#wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#footer {
    margin-top: auto;
}

a:hover {
    color: #000;
}

.site-header .site-brand {
    margin-top: -3px
}

.ion-ios-search-strong {
    color: #000!important;
}

.page-title {
    min-height: 50px;
    background: #000;
    background-image: none !important;
}

.page-title h1 {
    margin-bottom: 0;
}

.btn-primary.active,
.btn-primary {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 3px;
}

.btn-primary:hover,
.active:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid #000;
    border-radius: 3px;
    padding: 0 20px
}

.pp-item.active {
    background: transparent;
}

.popular-project .pp-item:hover {
    background: transparent !important;
    border: none;
}

.btn-secondary,
.item-work .item-icon {
    border-color: #000 !important;
    color: #000 !important;
}

.item-work .item-icon span {
    background-color: #000;
}

.campaign-item a.overlay,
.post a.overlay {
    background-color: #000;
}

.popular-project {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-secondary:hover {
    background-color: #000 !important;
    color: #fff !important;
}


/* nav bar */

.main-menu ul li {
    margin-left: 1.5rem;
}

.main-menu ul li i {
    display: block;
}

.main-menu ul li .fa-caret-down {
    display: none;
}

.main-menu ul li .fa-bell {
    font-size: 15px;
}

.main-menu ul li .fa-bell span {
    font-size: 15px;
    font-weight: 100;
    font-family: 'Rubik', sans-serif;
}

.site-header .right-header {
    display: flex;
    align-items: center;
}

nav .sub-menu .active a {
    color: #fff !important;
    border: none;
}

nav .sub-menu .active:hover {
    display: flex;
    justify-content: flex-start;
    border: none;
    padding: 0;
    background-color: #000 !important;
    font-weight: normal;
    padding: inherit;
}

nav .sub-menu a:hover,
.sub-menu li:hover>a {
    color: #000;
    border: none;
}

nav .sub-menu .active a:hover,
nav .sub-menu li.active:hover {
    color: #fff !important;
    font-weight: normal;
    border-radius: 0;
    cursor: pointer;
}

nav .sub-menu li.active:hover {
    border-top: 1px solid #fff;
}

@media screen and (max-width: 780px) {
    .c-hamburger {
        right: auto;
        position: relative;
    }
}


/* HOME PAGE */

.home .btn-primary:hover {
    background-color: transparent !important;
}

.home #bx-pager .active {
    background-color: black;
}

.home #bx-pager .active:hover {
    border: none;
    background-color: black !important;
    color: #fff !important;
}

.home #bx-pager a:hover {
    text-decoration: underline;
    color: #000;
}

.home .mailing-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home .mailing-list {
    margin-bottom: 35px;
    max-width: 80%;
}

.home .mailing-list-container .messages {
    display: none;
}

.home .mailing-list h1 {
    margin-bottom: 35px;
}

.home .mailing-list-container form {
    display: flex;
}

#home .sideshow {
    height: 600px;
    display: flex;
    align-items: center;
}

#home .sideshow .container {
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 700px) {
    #home .sideshow {
        background-image: url('/static/images/assets/small_logoa.png');
        background-color: #cbcbcb;
        background-size: 160px;
        background-position: bottom right;
        padding-left: 15px;
        padding-right: 15px;
    }
    #home .how-it-work {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* ABOUT PAGE */

.about-us .statics-item {
    transition: box-shadow 0.3s ease-in-out;
}

.about-us .statics-item:hover {
    -webkit-box-shadow: 1px 5px 18px -4px #000000;
    box-shadow: 1px 5px 18px -4px #000000;
    transition: box-shadow 0.3s ease-in-out;
}

.about-us .page-title,
#search .page-title,
#contact .page-title {
    margin-bottom: 0;
}


/* how it works icons */

.icon-steps-container {
    display: flex !important;
    justify-content: center;
    align-items: center;
}


/* Homepage sections*/

.home .site-main {
    padding-bottom: 0;
}

.project-love {
    height: 700px;
    padding-top: 0;
    overflow: hidden;
}

@media screen and (max-width: 700px) {
    .about-us .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .project-love {
        height: 300px;
    }
}

.project-love .container {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 90%;
}

.project-love .container img {
    width: 40%;
    position: relative;
    left: 25%;
}

.project-love .container .tagline {
    width: 70%;
}

.project-love .container .tagline h2 {
    font-size: 4vw;
}

@media screen and (max-width:700px) {
    .project-love .container .tagline h2 {
        font-size: 5vw;
    }
}

.how-it-work {
    margin-top: 0;
}

.how-it-work .item-work .item-content .item-desc {
    max-height: 100%;
}


/* FOOTER */

.site-footer .footer-menu {
    background-color: #fff;
}

.site-footer .footer-copyright a.back-top:hover {
    color: #fff;
    opacity: 1;
}

.site-footer .footer-copyright a.back-top span {
    color: #fff;
}

.site-footer .footer-copyright a,
.site-footer .footer-copyright a.back-top {
    float: none;
}

.site-footer .container:after {
    display: none;
}

.site-footer .footer-container {
    color: #fff;
}

.site-footer .social-container a {
    color: #fff;
    opacity: 0.7;
}

.site-footer .social-container a:hover {
    opacity: 1;
}


/* Mailchimp */

#mc_embed_signup_scroll {
    margin: 0 auto;
}

#mc_embed_signup_scroll .button {
    background-color: transparent !important;
    font-family: 'Rubik', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: inherit !important;
}

#mc_embed_signup_scroll .clear.btn-primary:hover {
    color: #000 !important;
}

#mc_embed_signup .clear {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
}

#mc_embed_signup_scroll {
    display: flex !important;
    align-items: center !important;
}

#mc-embedded-subscribe {
    outline: none !important;
}

#mce-EMAIL {
    height: 46px !important;
    font-family: 'Rubik', sans-serif !important;
    font-size: 16px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-bottom: 0 !important;
}


/* contact page */

#main-content {
    margin-top: 120px;
    margin-bottom: 120px;
}

.btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.success {
    color: green;
}


/* logout page */

#logout .main-content,
#login .main-content,
#register .main-content {
    margin-bottom: 120px;
}


/* register page */

#div_id_performer_name {
    display: none;
}

#register .register-page,
#login .container {
    padding-left: 30px;
    padding-right: 30px;
}


/* profile and register button styling */

.register-page .error-message-block {
    margin-bottom: 40px;
}

.account-bar li.active a {
    background: #000;
}

.account-bar li a:hover {
    color: #3f3f3f;
}

.account-bar li.active:hover {
    padding: 0;
    border: 0;
}

.account-bar li.active a:hover {
    color: #fff;
}

.profile-link,
.register-link {
    display: inline-block;
    margin-left: 45px;
}

.profile-link a:hover {
    color: #000;
}

.login-button a:hover {
    color: #000;
}

.fa-user-circle {
    font-size: 28px;
}

.profile .author {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.edit-profile .author {
    margin-bottom: 100px;
}

.profile .profile-avatar-section {
    display: flex;
}

@media screen and (max-width:600px) {
    .profile .profile-avatar-section {
        margin-bottom: 50px;
    }
}

.profile .avatar-img-container {
    position: relative;
    height: 120px;
    width: 120px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 700px) {
    .profile .avatar-img-container,
    .profile .author-avatar {
        height: 200px;
        width: 200px;
    }
}

.profile .avatar-img-container .upload-img-option,
.profile .avatar-img-container .img-option {
    margin: 15px auto 0 auto;
    background-color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 3px;
    padding: 10px 20px;
    height: 46px;
    line-height: inherit;
    display: none;
    color: #fff;
    width: max-content;
}

.profile .avatar-img-container .img-option {
    display: block;
}

.profile .avatar-img-container .upload-img-option:hover,
.profile .avatar-img-container .img-option:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background: none !important;
    border: 2px solid black;
}

.profile .author-avatar img {
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .profile .account-main .author {
        flex-direction: column;
        align-items: start;
    }
    .profile .account-main .author-content {
        margin-left: 0;
    }
    .edit-profile .account-main .author-content {
        margin-top: 100px;
    }
    .profile .account-main .profile-avatar-section {
        align-self: center;
    }
    .profile .avatar-img-container .img-option {
        align-self: center;
        margin: 0;
        margin-top: 15px;
    }
    .edit-profile textarea {
        width: 100%;
    }
}

.profile .avatar-img-container .removeimg {
    background: none;
}

.profile .avatar-img-container .removeimg:before {
    position: absolute;
    top: -8px;
    right: 0;
    font-family: 'FontAwesome';
    content: "\f057";
    font-size: 15px;
}

.profile .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile .avatar-img-container a:hover {
    color: #000;
}

.profile .author-content .author-title strong {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
}

.profile .profile-image,
.edit-profile-img {
    width: 250px;
}

.profile .embed {
    overflow: scroll;
    white-space: nowrap;
    overflow-y: hidden;
}

.profile-box li .profile-text {
    width: auto;
}

.profile-box li {
    display: flex;
    flex-direction: column;
}


/* PROFILE --> REQUESTS & VIEW FAVORITES*/

.requests .table-container .request-title,
.view-favorites .table-container .request-title {
    background-color: #f5f5f5;
    padding: 12px 8px;
}

.requests .title-row {
    font-weight: 500;
    background: #FFF;
}

.requests .table-container .request-row,
.view-favorites .table-container .request-row {
    width: 100%;
}

.view-favorites .request-row .item {
    padding: 10px 5px;
    border-bottom: 1px solid #f0f0f0;
}

.view-favorites .table-container .counter {
    margin-left: 20px;
}


/* EDIT PROFILE */

.edit-profile select {
    width: 197px;
    height: 39px;
    padding: 8px 15px;
    font-size: 14px;
    color: #222222;
    font-style: italic;
    border-radius: 0;
    background: #fff;
    font-style: normal;
}

.profile input[type=url] {
    width: 197px;
    height: 39px;
    padding: 8px 15px;
    font-size: 14px;
    color: #222222;
    font-style: italic;
    border-radius: 0;
    background: #fff;
    font-style: normal;
    border: none !important;
}

input {
    font-style: normal !important;
}

.profile input,
.profile textarea {
    font-style: unset;
}

.form-control {
    font-size: 14px;
}

.profile-box li strong {
    width: fit-content;
}

.edit-profile .embed-code input {
    width: 100%;
}

.edit-profile .current-img-info input[type='checkbox'],
.edit-profile .current-img-info label {
    display: none;
}

.edit-profile .current-img-info {
    color: #222;
    display: flex;
    flex-direction: column;
}


/* BASE.html */

.profile-link a {
    width: 28px;
    height: 28px;
}

.profile-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.profile .author-content .author-title {
    flex-direction: column;
}


/* SHOWS PAGE */

.campaign-ends {
    margin-top: 17px;
}


/* CAMPAIGN DETAILS PAGE */

.campaign-detail .share li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign-detail .section-title {
    border-bottom: 2px solid black;
    width: fit-content;
}

.campaign-detail .campaign-content .tabs.active:hover {
    border: none;
    padding: 0;
    color: #000;
    font-weight: normal;
}

.campaign-detail .campaign-content .tabs.active {
    color: #000;
}

.campaign-history .tabs-controls li.active {
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.campaign-history .tabs-controls li.active {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.campaign-history .tabs-controls li a:hover,
.campaign-detail a:hover {
    color: #3f3f3f;
}

.campaign-detail .campaign-box .campaign-author a:hover {
    color: #000;
}


/* CREATE CAMPAIGN PAGE */

.create-campaign .reminder {
    margin-bottom: 25px;
}

.create-campaign .tab {
    display: none;
}

.create-campaign input.invalid {
    background-color: #ffdddd;
}

.create-campaign #id_recipient li {
    list-style: none;
}

.create-campaign #id_recipient li input {
    margin-right: 10px;
}

.create-campaign .next-prev .btn-primary:hover {
    background: #000 !important;
    color: #fff !important;
    border: none;
    border-radius: 0;
    font-weight: normal;
    padding: 0 20px;
}

.create-campaign .process-model li.active span {
    background-color: #000;
    border-color: #696969;
}

.process-model li.active:hover {
    border: none;
    background-color: transparent !important;
}

.create-campaign .process-model li span {
    background-color: #000;
    border-color: #3b3b3b;
}

.create-campaign .process-model li.visited::after {
    background: #000;
}

.create-campaign .tab-pane.active:hover {
    border: none;
    padding: 0;
    font-weight: normal;
}

.create-campaign .process-model li:nth-child(1).visited span {
    border-color: #696969;
}

.create-campaign .add-item {
    width: fit-content;
}


/* ACTIVE CAMPAIGNS PAGE */

.campaigns .campaign-big-item a.campaign-big-image {
    width: 570px;
    height: 380px;
    overflow: hidden;
}

.campaigns .campaign-big-item a.campaign-big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.campaigns .campaign-item .image-container {
    height: 250px;
    overflow: hidden;
}

.campaign-item a.overlay,
.campaigns .campaign-item .image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.site-main .campaigns .latest-button a {
    border: 2px solid #000;
    color: #000;
}

.site-main .campaigns .latest-button a:hover {
    border-radius: 0;
}

.campaigns-action .sort li.active a {
    border-bottom: 2px solid #000 !important;
    color: #000 !important;
    background-color: transparent;
}

.campaigns .campaigns-action .sort .active {
    background-color: transparent !important;
}

.campaigns-action .sort .active:hover {
    border: none !important;
    padding: 0;
}

.campaigns-action a:hover,
.campaign-big-box a:hover,
.campaign-box a:hover {
    color: #3f3f3f;
}


/* Profile > My Campaigns tab */

.my-campaigns .campaign-image {
    height: 100px;
    width: 143px;
}

.my-campaigns .campaign-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.my-campaigns .campaign-options {
    display: flex;
}

.my-campaigns .campaign-options p {
    margin: 0 5px;
}

.my-campaigns .campaign-box {
    padding: 0 0 0 80px;
}


/* Edit campaign page */

.edit-campaign #myfileupload {
    display: none;
}

.edit-campaign .img-option {
    height: 0;
    text-align: left;
    line-height: 50px;
}

.edit-campaign #thumbimage {
    max-width: 460px;
}

.edit-campaign .show-img-container {
    position: relative;
}

.edit-campaign .show-img .removeimg {
    position: absolute;
    top: 0;
    right: 0;
}


/* Profile > Favorites */

.profile-favorites .campaign-item {
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 15px;
}

.profile-favorites .campaign-item:last-child {
    border: none;
}


/* Delete Campaign Page */

.delete .btn:hover {
    cursor: pointer;
}


/* Tool tips */

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.edit-profile .tooltip a {
    text-decoration: underline;
    color: #fff;
}

.edit-profile .tooltiptext {
    left: -32px;
    width: 200px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* MODALS */

.popup-overlay {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    display: none;
    background: white;
    margin: 0 auto;
}

.modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-form {
    width: 50%;
    margin: 0 auto;
    padding: 35px 10px
}

.modal-form form {
    display: flex;
    flex-direction: column;
}

.modal-container .modal-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 15px 0;
}

.modal-container .modal-info h2 {
    color: white;
}


/* ARTIST PROFILE */

.artist-profile select[name^=request_state],
.artist-profile input {
    margin-bottom: 20px;
}

.artist-profile input[name^=request_venue] {
    margin-bottom: 0px;
}

.artist-profile .request-button {
    margin-bottom: 20px;
}

.artist-profile label[for="id_request_city"],
.artist-profile label[for="id_request_state"],
.artist-profile label[for="id_request_venue"] {
    font-weight: 500;
    color: #222222;
}

.artist-profile .ion-ios-arrow-forward:before {
    font-family: "FontAwesome";
    content: "\f054";
    color: #fff
}

.artist-profile .ion-ios-arrow-back:before {
    font-family: "FontAwesome";
    content: "\f053";
    color: #fff
}

.artist-profile .campaign-slider .owl-controls .owl-buttons .owl-next,
.artist-profile .campaign-slider .owl-controls .owl-buttons .owl-prev {
    border: none;
}

.artist-profile .campaign-slider .owl-controls .owl-buttons .owl-next:hover,
.artist-profile .campaign-slider .owl-controls .owl-buttons .owl-prev:hover {
    background: none;
}

.artist-profile .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artist-profile .owl-pagination .owl-page.active,
.artist-profile .owl-pagination .owl-page {
    /* background-size: contain !important; */
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.artist-profile .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 20%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.artist-profile .owl-pagination .active:hover {
    border: none;
}

.artist-profile .label-input {
    display: flex;
    flex-direction: column;
}

.artist-profile .label-input label {
    margin-bottom: 10px;
}


/* 404 PAGE */

.page-not-found .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-not-found h1 {
    margin-bottom: 25px;
}


/* SEARCH PAGE */

#search {
    height: 100%;
}

#search .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search .search-result a:hover,
#directory .performer a:hover {
    text-decoration: underline;
}


/* PERFORMER DIRECTORY */

#directory .performer-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#directory .pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

#directory .pagination .active:hover {
    border: none;
    padding: 0;
}


/* SEARCH INPUT */

#performer-search .performer-input {
    height: 27px;
    padding: 6px 15px !important;
}

#performer-search {
    display: flex;
    align-items: center;
}

#performer-search button {
    height: 27px;
    margin-left: 10px;
}

@media screen and (max-width: 992px) {
    #performer-search {
        flex-direction: column;
        padding: 10px;
    }
    #performer-search .performer-input {
        margin-bottom: 10px;
    }
    #performer-search button {
        margin: 0 auto;
    }
}


/* EMBED STEPS */

.embed #main-content {
    margin-top: 60px;
}

.embed .embed-images-container {
    max-width: 700px;
    margin: 0 auto;
}

.embed .embed-images-container ul {
    margin-bottom: 50px;
    margin-top: 50px;
}

.embed .embed-images-container h4 {
    margin-bottom: 15px;
}

.embed .embed-images-container li {
    margin-left: 40px;
}


/* BUTTONS */

.btn-primary:hover,
.btn-secondary:hover {
    cursor: pointer;
}

.selected:hover,
.selected:hover {
    background: white !important;
    color: #000 !important;
    cursor: pointer;
}

.btn-primary:focus {
    outline: none;
    box-shadow: none;
}

.btn-outline-secondary,
.btn-outline-info {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000
}

.btn-outline-secondary:hover,
.btn-outline-info:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    cursor: pointer;
}

textarea:focus {
    border-color: #000 !important;
    border-radius: 0 !important;
}


/* FEATURED ARTISTS HOMEPAGE */

.featured-performers-container {
    background-color: #232323;
    padding: 80px 15px;
}

.featured-performers-container h2,
.featured-performers-container .description {
    color: #fff;
}

.featured-performers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.featured-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 30px;
    max-width: 1200px;
}

.featured-performers-container .container_tags {
    text-transform: uppercase;
}

@media screen and (max-width: 780px) {
    .featured-performers-container {
        padding: 60px 30px;
    }
    .featured-performers {
        flex-direction: column;
    }
}

.featured-container .post {
    width: 350px;
    height: 500px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    margin: 30px 0 30px 0;
    cursor: default;
}

@media screen and (max-width: 600px) {
    .featured-container {
        margin: 0;
    }
    .featured-container .post {
        max-width: 300px;
    }
}

.featured-container .post a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.featured-container .post:hover .header_post {
    margin-top: -20px;
}

.featured-container .post:hover img {
    transform: translatey(-10px) translatex(-5px) scale(1.05);
}

.featured-container .post .header_post {
    width: 100%;
    height: 40%;
    background: #ddd;
    position: absolute;
    top: 0;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
}

.featured-container .post .header_post img {
    max-width: 100%;
    height: auto;
    transition: ease-in-out 600ms;
    backface-visibility: hidden;
}

.featured-container .post .body_post {
    width: 100%;
    height: 60%;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
}

.featured-container .post .body_post .post_content {
    width: 80%;
    height: 80%;
    background: #fff;
    position: relative;
}

.featured-container .post .body_post .post_content h1 {
    font-size: 20px;
    font-weight: bold;
}

.featured-container .post .body_post .post_content p {
    font-size: 14px;
    font-weight: normal;
}

.featured-container .post .body_post .post_content .container_infos {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 25px;
    background-color: #fff;
}

.featured-container .post .body_post .post_content .container_infos .postedBy {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.featured-container .post .body_post .post_content .container_infos .postedBy ul {
    list-style: none;
    display: flex;
}

.featured-container .post .body_post .post_content .container_infos .postedBy ul li {
    margin-right: 12px;
    margin-top: 5px;
}

.featured-container .post .body_post .post_content .container_infos .postedBy span {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    letter-spacing: 1px;
    font-weight: bold;
}

.featured-container .post .body_post .post_content .container_infos .container_tags {
    display: flex;
    flex-direction: column;
}

.featured-container .post .body_post .post_content .container_infos .container_tags span {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    letter-spacing: 1px;
    font-weight: bold;
}

.featured-container .post .body_post .post_content .container_infos .container_tags .tags ul {
    display: flex;
}

.featured-container .post .body_post .post_content .container_infos .container_tags .tags ul li {
    font-size: 12px;
    letter-spacing: 2px;
    list-style: none;
    margin-left: 8px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.featured-container .post .body_post .post_content .container_infos .container_tags .tags ul li:first-child {
    margin-left: 0px;
}

.featured-container .post .body_post .post_content .container_infos .container_tags .tags ul li:before {
    content: '';
    text-align: center;
    width: 100%;
    height: 5px;
    background: #232323;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    z-index: -1;
    padding: 0px 1px;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
}

.featured-container .post .body_post .post_content .container_infos .container_tags .tags ul li:hover:before {
    height: 18px;
}

@keyframes top {
    0% {
        opacity: 0;
        bottom: -80px;
    }
    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes icon {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.3) rotate(-2deg);
    }
    100% {
        opacity: 1;
        bottom: 0px;
    }
}