/*
 Theme Name:     Bridges to Doctorates Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Bridges to Doctorates Theme (Based on Divi)
 Author:         AllOut Marketing & Cox Consulting
 Author URI:     http://www.alloutsuccess.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */


/* HEADER */

#et-top-navigation {
  margin-top: 26px;
  font-size: 14px;
}
#top-menu li > a {
  padding-bottom: 20px;
}
.nav li ul {
  top: 43px
}
.et_pb_fullwidth_header_subhead {
  font-size: 16px;
}
#university-programs-header { 
  padding-bottom: 0 
}
#post-73 .et_pb_text { 
  margin-bottom: 30px 
}
/* FRONT */

#welcome {
  background-color: rgba(0,0,0,.5);
  width: 400px;
  float: right;
  padding: 20px;
  margin: 100px 50px 0 0;
}
#welcome h1 {
  font-size: 22px;
  font-weight: bold;
}
#welcome p {
  font-size: 18px;
  line-height: 24px;
}
#call-to-action-section {
  padding: 0;
}
#call-to-action h2 {
  font-weight: bold;
  font-size: 24px;
}
#call-to-action .et_pb_promo_button {
  background-color: #3d90b8;
  padding: 10px 75px;
}
#call-to-action p {
  font-size: 16px;
}
#who-are-we .et_pb_text {
  margin-bottom: 10px;
}
#news img {
  float: left;
  margin: 0 10px 10px 0;
  width: 150px;
  height: 100px;
}
#news h2 {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
}
#news article {
  margin-bottom: 10px;
  min-height: 110px;
}
#news p {
  font-size: 12px;
  padding-bottom: .5em;
}
#news .post-meta {
  font-size: 10px;
  color #a2a2a2;
}
#logos img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscalerayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: .5;
  margin: 0 auto;
  display: block;
  float: left;
}
#logos #rit {
  float: right;
}
#logos:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
/* FOOTER */
footer {
  font-family: "Lucida Grande", sans-serif;
}
#footer-widgets {
  padding-top: 30px;
}
#footer-widgets .footer-widget {
  margin: 0 60px 10px 0;
  width: 350px;
}
#footer-widgets .last {
  float: right;
  width: 50%;
  font-size: 10px;
}
#footer-bottom {
  background-color: #002138;
}
#footer-bottom .menu-footer-menu-container {
  float: left;
}
#footer-bottom ul#menu-footer-menu {
  list-style-type: none;
}
#footer-bottom ul#menu-footer-menu li {
  display: inline-block;
  padding-right: 20px;
}
#footer-bottom ul#menu-footer-menu a {
  font-size: 14px;
  color: white;
}
.et-social-icon a {
  color: #b3bdc4;
}
.et-social-linkedin a:before {
  content: '\72';
}
.et-social-instagram a:before {
  content: '\75';
}

/*SCHOLARS*/
#cohort-year {
	padding-top: 0;
}

/* DEGREE PROGRAMS */
#university-programs-header {
  padding-bottom: 0;
}
#university-programs {
  padding-top: 0;
}

/* BUTTONS */

.bridges_button {
  display: inline-block;
  background-color: #1d4d8c;
  color: white;
  font-size: 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  line-height: 1.7em;
}
.lightblue {
  background-color: #3d90b8;
  padding: 10px 50px;
}

/* NEWS PAGE */

.blog-list .post { border-bottom: 1px solid #e5e5e5; padding-bottom: 30px; }
.blog-list .et_pb_post {margin-bottom: 30px;}