/*
 Theme Name:   Academic Matters - Dawson College
 Description:  Child theme of Dawson College Theme
 Author:       Chris Georgieff
 Author URI:   http://dawsoncollege.qc.ca
 Template:     dawson-college-2022
 Version:      1.0.0
 Text Domain:  dawson-college-child
*/

/*.entry-content{ padding: 0; border:none; background: transparent;}
article.post{ padding: 30px; background: rgba(255,255,255,.63); border:1px solid #aeaeae;  }

.news-site.single .entry-content .featured-img{ width: 100%;}*/
img{ vertical-align: middle;}

.menupane a{padding: 10px 12px;}
aside.right{
    margin-bottom: 30px;
}
.single .entry-content .desktop-6{ margin-top: 0!important; }

.single-am_article .highlight.side{
    padding-top: 25px!important;
    border: 1px solid #d0d0d0;
}

.single-am_article .highlight.side span{
    display: none;
}

.single-am_article .highlight.side{
    padding: 20px!important;
}
.single-am_article .highlight.side p{
    margin-top:0;
}
.single-am_article .highlight.side p:last-child{
    margin-bottom: 0;
}

.am_article{
    background: #fff;
    margin-bottom: 20px;
}
.am_article .entry-content{
    border: none;
}

@media screen and (min-width: 980px) {

    .single-am_article .highlight.side{
        width: 50%;
    }
    .single-am_article .highlight.side {
        float: right;
        margin-left: 20px;
    }
    .single-am_article .highlight.side.left {
        float: left;
        margin-right: 20px;
        margin-left: 0px;
    }
    .single-am_article .highlight.side.clear{
        clear: both;
    }
    .single-am_article .highlight.side p, .single-am_article .highlight.side li{
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .single-am_article .highlight.side.full{
        width: 100%;
        float: none;
        margin-left: 0px;
    }
}

.menupane .author-info a{
    padding: 0;
    font-weight: bold;
    display: block;
}

.content blockquote, .content blockquote p{
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 20px 25px;
}

.content .grid-item h2{
    margin-top: 5px;
}

.am_cat{
    color: #3293e2;
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
}
.spotlight{
    background: #17436b; padding: 2rem;

}

@media only screen and (max-width: 739px){

}

@media only screen and (min-width:739px) and (max-width: 1400px){

    .spotlight ul{ display: flex; flex-flow: row wrap; justify-content: space-around; }
    .spotlight li{ width: 48%;}
    .spotlight li a{ align-items: center; }
}

.spotlight ul{ margin: 0 ; padding: 0; margin-top: 20px; }
.spotlight li{ list-style: none; clear: both; background: linear-gradient(to right, rgba(12, 50, 85, 0), rgb(12, 50, 85)); padding: 15px 15px 15px 0; border-radius: 5px; }
.spotlight li a{ display: flex; flex-flow: row nowrap; align-items: top; }
.spotlight li .spotlight-img{ width: 50%; float: left; margin: 0px 10px 10px 0; }
.spotlight li .spotlight-title{ width:70%; }
.spotlight li img{ border: 1px solid #000;}
.spotlight h2{
    padding: 0;
    margin: 0;
    color: #dcdcdc;
}
.spotlight li, .spotlight li a{

    color: #dcdcdc;
    text-decoration: none;
    font-weight: normal;
}
.spotlight a{
    display: block;
}
.spotlight li a:hover{ text-decoration: underline; color: #fff; }

@media screen and (min-width: 1400px) {
    .gridlock .row {
        width: 135rem;
        max-width: 98%;
    }

    .spotlight{

        width: 22%;
        float: right;

    }
    .grid{
        width: 78%;
        float: left;
    }

}

.boxer img, .link-to-img img{
    box-shadow: none; border:1px solid #efefef;
}

.full-feature-img{ margin-left: 0!important; padding-left: 0!important; }

@media screen and (max-width: 979px){
    .page-header > .wrap.row{
        display: flex;
        align-items: center;
    }
    /*.single-am_article main > .wrap.row{
        display: flex;
        flex-flow: row wrap;
        flex-direction: column-reverse;
    }*/

    .content .dc_social, .post .dc_social li{ margin: 0;}
}

.menupane .backto{ color: #fff; text-align: center; }
.menupane #webmaster{ display: none; }

.content img.border{
    border: 1px solid #cccccc;
}

figure figcaption {
    white-space: unset !important;
}

figcaption.wp-caption-text{
    position: static;
    opacity: 1;
    visibility: visible;
}

@media print {

    .author-img{
        border-radius: 0!important;
    }
    .feature-img{
        float: none!important;
        margin-bottom: 20px!important;
        overflow: hidden;
        text-align: center;
    }
    aside.right{
        float: none!important;
    }
}

.post-type-archive-am_article .post-entry .post-img{
    width: 25%;
}

.post-type-archive-am_article .post-entry .post-content{
    padding: 20px;
    width: 75%;
}

.author-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background: #fff;
    background:linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    margin-bottom: 10px;
}
.author-img{
    width: 30%;
    overflow: hidden;
    border-radius: 50%;
}
.author-info{
    padding: 0px 15px;
    width: 70%;
}