body {
    background-color: white;
}

#page-title {
    margin-top: 105px;
}

.page-title-title {
    font-size: 30px;
}

.imn-home-top-section {
    padding-top: 6rem;
    padding-bottom: 2rem;
    background-color: white;
}

.imn-home-section, .imn-blog-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-color: white;
}

.imn-sub-title {
    color: #4c5867;
    text-align: center;
    margin: 1.5em 0 -1em 0 !important;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.imn-ban-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    font-size: 50px;
}

.imn-ban-title {
    display: inline-flex;
    font-weight: 800;
}

.imn-ban-text {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.imn-ban-title p, .imn-ban-text p {
    padding: 5px 10px;
    margin: 0px;
    color: white;
    line-height: 1.2em;
}

.imn-ban-text p {
    font-size: 0.7em;
}

.wpb_row h3 {
    margin-top: 1em !important;
}

.quickfinder {
    padding: 0px !important;
}

.block-content {
    padding: 0px 0px !important
}

.imn-home-bel-title {
    font-weight: normal;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    margin-top: 12px;
    line-height: 30px;
    font-size: 21px;
    color: #ffffff;
    text-align: center;
}



h1.imn-blog-title{
    font-size: 2.5em;
    margin-bottom: 0.2em!important;
}
.imn-blog-subtitle{

}
.imn-blog-h4 {
    color: #2560a6;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-top: 1em;
    text-align: left;
}

.imn-blog-section {
    font-family: 'Lora';
}

.imn-blog-section p {
    margin: 0.5em 0em;
    line-height: 1.7em;
    font-size: 0.9em;
}

.imn-blog-abstract {
    margin: 1em 0em 2em 0em;
    padding: 0.2em 0em 0.5em 1em;
    text-align: left;
    font-size: 1.1em;
    border-left: solid 4px #2560a6;
    color: #2560a6;
}

.imn-blog-date {
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.09em;
    color: #aaa;
}

.imn-blog-scheme-container {
    width: 100%;
    padding-top: 56.25%; /* 1:1 Aspect Ratio */
    position: relative;
}

img.imn-blog-scheme {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(200, 200, 200, 0.2);
}

.imn-blog-imnesia {
    position: relative;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    margin: 2em 1em 4em 2em;
    padding: 1em;
    align-items: center;
    color: white;
    background-size: cover;
}

.imn-blog-imnesia .icon-pin-outline {
    position: relative;
}

.imn-blog-imnesia .imn-blog-pin {
    display: flex;
    font-size: 1.2em;
    border-radius: 50%;
    border: solid white 2px;
    height: 2em;
    width: 2em;
    padding: 0.4em 0.2em 0.2em 0.2em;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.imn-blog-imnesia .imn-blog-text {
    position: relative;
    display: flex;
    padding-left: 1em;
}

.imn-blog-imnesia::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(100, 100, 200, 0.3);
}

.imn-icon-colored {
    color: #2560a6 !important;
    margin-top: 20px;
    background: -webkit-linear-gradient(45deg, #2560a6 49.9%, #173b67 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.imn-site-logo img {
    height: 45px;
}
.share-container{
    display: flex;
    flex-direction: column;
    color: #333;

}
.share-wrapper > a {
    margin: 10px 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #333;
    width: 0px;
}
.share-wrapper > a:hover{
    text-decoration: none!important;
}
.share-icon{
    font-size: 1em;
    cursor: pointer;
    border: 1px solid;
    border-color: rgb(150,150,150);
    border-radius: 50%;
    padding: 2px;
    margin-right: 5px;
}
.share-text{
    font-size: 0.8em;
    text-decoration: none!important;
}

.share-wrapper a i{
    transition: color 0.5s;
    transition: background-color 0.5s;
}
a:hover .icon-linkedin,
a:hover .icon-twitter,
a:hover .icon-facebook,
a:hover .icon-whatsapp,
a:hover .icon-mail
{
    color: white;
    border: 1px solid white;
}
a:hover .icon-linkedin{
    background-color: #0274b3;
}
a:hover .icon-twitter{
    background-color: #1da1f2;
}
a:hover .icon-facebook{
    background-color: #4267b2;
}
a:hover .icon-whatsapp{
    background-color: #53cd5e;
}
a:hover .icon-mail{
    background-color: #e6792d;
}
@media screen and (max-width: 960px) {
    .imn-site-logo img {
        height: 30px;
    }
    .imn-home-bel-title {
        margin-top: 2.5em;
    }


    h1.imn-blog-title {
        font-size: 1.8em;
        line-height: 1.1em!important;
    }
    .imn-blog-subtitle{
        line-height: 1.2em!important;
    }
    .imn-blog-section p {
        text-align: left;
        font-size: 0.8em;
        line-height: 1.4em;
    }

    .imn-blog-scheme-container {
        padding-top: 75%;
    }
    .imn-blog-imnesia {
        flex-direction: column;
        margin: 1em 0.5em 1em 0.5em;
        border-radius: 5px;
        align-items: center;
    }
    .imn-blog-imnesia .imn-blog-text {
        position: relative;
        display: flex;
        padding-left: 0em;
    }
    .share-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
        color: #888;
    }
    .share-title{
        font-size: 0.9em;
        display: none;
    }
    .share-wrapper{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .share-wrapper > a {
        width: auto;
    }
    .share-text{
        display: none;
    }
}

/* All publications */
.all-publication-wrapper{
    height: 250px;
    margin: 15px 0px;
    border: 1px solid rgba(200, 200, 200, 0.3);
    border-radius: 5px;
    padding: 20px;
}
.all-publication-image{
    width: 100%; height: 100%;border-radius: 5px
}
a.publication-title-link{
    font-size: 1.5em;line-height: 1.5em;
}

a.publication-title-link:hover{
    text-decoration: none!important;
}

.read-more-link{
    color: #aaa;
    margin-right: 2em;
}

.read-more-link:hover{
    text-decoration: none!important;
}
.read-more-link:before{
    color: #ff7070;
    content: '\e601';
    font-family: scalia-icons;
    padding-right: 10px;
    font-size: 14px;

}