  /*
 Theme Name:   HR Ä¢¹½ÊÓÆµ Theme
 Description:  Blank Child theme of Ä¢¹½ÊÓÆµ Theme
 Author:       Ä¢¹½ÊÓÆµ - Chris Georgieff
 Author URI:   http://dawsoncollege.qc.ca
 Template:     dawson-college-2022
 Version:      1.0.1
 Text Domain:  dawson-college-child
*/


.view-session-details {
    background: #eee;
    border: 1px solid #ccc;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 0!important;
}
.view-session-details:hover {
    background: #ddd;
}

.gchoice {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
#session-modal-content h2{
    margin-top: 0;
}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.entry-content img {
    margin-bottom: 10px;
}

.pedday-session-block {
    background: white;
    padding: 20px;
}

.pedday-session-block > h2, .pedday-session-block > h3{
    display: block;
    text-align: center;
    font-weight: 500;
}

.widget-content{
    background-color: #cde9ff;
    border-radius: 5px;
}

.widget-title{
    color: #04316c;
    font-family: "DM Serif Text", Verdana;
    letter-spacing: 1.2px;
    letter-spacing: .12rem;
    padding: 12px;
    padding: 1.2rem;
    margin: 0;
    font-size: 26px;
    font-size: 2.6rem;
    display: block;
}

.textwidget {
    padding: 12px;
    padding: 1.2rem;
    padding-top: 0;
}
.textwidget p:first-child{
    margin-top: 0;
}
.textwidget p{
    font-size: 14px;
    font-size: 1.4rem;
}
.textwidget a{
    text-decoration: underline;
}