/*
Theme Name:     Typology Child
Theme URI:      http://mekshq.com
Description:    Child theme for Typology theme
Author:         meks
Author URI:     http://mekshq.com
Template:       typology
Version:        0.1.0
*/

.home .section-content:first-child{
    max-width: 855px;
}

.home .section-content:first-child h2{
    font-size: 3.2rem;
}

.entry-content a.mks_button{
    border: 1px solid #0083b0!important;

}

.publication-blockquote em {
    font-weight: 700;
}

@media (min-width: 768px){
    header .slot-r{
        right: 15px;
    }
}

#wpmpLoginForm h3{
    display: none;
}

#wpmpLoginForm .form-control{
    border-radius: 0;
}

#wpmpLoginForm .btn.btn-primary{
    height: 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    line-height: 40px;
    min-width: 160px;
    font-size: 1.1rem;
    border: 1px solid;
    font-weight: 400;
    outline: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-family: 'Josefin Sans';
    font-weight: 600;
    background: #0083b0;
    border: 1px solid #0083b0;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 0;
}

.publications-buttons{
    margin-bottom: 3.6rem;
}

.publications-buttons .mks_button{
    margin-bottom: 10px!important;
}


/* **

******** */