/*
 Theme Name:   Newsroom - 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%;}*/

.entry-content {
  padding: 20px 0;
}

.dnews-banner{
  border: 1px solid #0055b7;
}

a.more-link {
    display: inline-block;
    background: #0055b7;
    padding: 10px 20px;
    color: #fff!important;
    border-radius: 30px;
    text-decoration: none!important;
    transition: background-color 0.3s ease;
}
a.more-link:hover {
    background-color: purple!important;
}
.single .entry-content .desktop-6 {
  margin-top: 0 !important;
}

.spotlight {
  background: #17436b;
  padding: 2rem;
}

.spotlight li a:visited, .spotlight li a:active {
  color: #fff;
}

@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: rgb(12, 50, 85);
  padding: 15px;
  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;
}

#gform_browse_button_1_10 {
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gform_wrapper form .gfield_consent_description ul {
  padding-left: 14px;
  padding-top: 10px;
}
.gform_wrapper form .gfield_consent_description li {
  list-style: disc !important;
  margin-left: 18px;
}

@media only screen and (min-width: 641px) {
  body
    .gform_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px !important;
}
.btn-contrib i {
  margin-left: 0 !important;
}
.btn-contrib {
  display: block;
  padding: 10px 15px;
  background: #efefef;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.btn-contrib:hover {
  color: #fff;
  background: #548ec4;
}
.tag-line{
  font-style: italic;
  font-size: 18px;
  color: #5a5a5a;
}

.post-date{
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 13px;
  font-size: 1.3rem;
}