/*   
Theme Name: Dorayaki Child Theme for the MRF
Theme URI: http://www.novo-ws.com
Description: Dorayaki child theme with special customisations for the MRF website.
Author: Novo Web Solutions
Author URI: http://www.novo-ws.com
Template: dorayaki
Version: 1.0
Tags: Dorayaki Child Theme
*/
/* Import the stylesheet from the Dorayaki parent theme */
/*-----------------------------------------------------------------------------------*/
/*	1.0 GENERAL
/*-----------------------------------------------------------------------------------*/
body {
  margin: 0 !important;
  font-family: Georgia,serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia,serif;
  font-weight: normal !important;
}
.standard-btn {
  font-family: inherit !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.grey-btn {
  background-color: #94795d;
}
.grey-btn:hover {
  background-color: #6f5b46;
}
input[type="submit"] {
  font-family: inherit !important;
}
input[type="submit"]:hover {
  color: #FFF !important;
  background: #000 !important;
}
/*-----------------------------------------------------------------------------------*/
/*	2.0 HEADER
/*-----------------------------------------------------------------------------------*/
header#masthead {
  border-top: 5px solid #94795d;
  /* Site title and logo
	------------------------------------------------------------------------------------ */
  /* Navigation
	------------------------------------------------------------------------------------ */
}
header#masthead #site-title {
  padding: 45px 0§;
  border-top: none;
}
header#masthead #logo {
  display: none;
  float: right;
  padding: 15px 0px 10px;
}
header#masthead h1,
header#masthead p {
  font-family: "Copperplate", Georgia, serif;
  letter-spacing: normal;
}
header#masthead h1 {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  font-size: 2.1rem;
  line-height: 1;
  word-wrap: break-word;
}
header#masthead h1 a {
  color: #29251F;
}
header#masthead p {
  margin-bottom: 0;
  font-size: 1.3rem;
  color: #BBB;
}
header#masthead a#desktop-search-btn {
  display: none;
}
header#masthead .mobile-nav-container .searchform .field {
  width: 100%;
  border: none;
  background: #fff;
  padding: 15px;
  font-size: 16px;
  font-size: 1rem;
  color: #3f3f3f;
  font-weight: 300;
}
header#masthead .mobile-nav-container .searchform .submit {
  display: none;
}
header#masthead #site-nav {
  width: 100%;
  overflow: visible;
  z-index: 999;
}
header#masthead #site-nav > ul {
  margin: 0 auto;
  max-width: none;
  border: none;
}
header#masthead #site-nav > ul > li {
  margin-right: 33px;
}
header#masthead #site-nav > ul > li > a {
  font-size: 1.1rem;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
}
header#masthead #site-nav > ul > li a:hover {
  color: #94795d !important;
}
header#masthead #site-nav > ul > li.menu-item-has-children > a:after {
  color: #AAA;
  content: ' ▾';
}
header#masthead #site-nav ul li ul li:last-child {
  padding: 14px 0 0;
}
header#masthead #site-nav ul li ul li a {
  font-size: 1rem;
  color: #999;
  letter-spacing: normal !important;
}
header#masthead #site-nav .searchform {
  padding: 10px 0;
  display: none;
}
header#masthead #site-nav .searchform input.field {
  padding: 6px 7px;
  height: 2.5em;
  font-size: 0.9rem;
  border: 1px solid #CCC;
}
header#masthead #site-nav .searchform input.submit {
  padding: 7px 10px;
  font-size: 0.9rem;
  background-color: #94795d;
  display: inline;
}
header#masthead #site-nav .searchform input.submit:hover {
  background-color: #000;
}
/*-----------------------------------------------------------------------------------*/
/*	3.0 HEADER IMAGE
/*-----------------------------------------------------------------------------------*/
.header-img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 200px !important;
  background-color: #94795d;
  background-image: url(http://mandelarhodes.org.www420.jnb1.host-h.net/wp-content/uploads/2014/07/bg1-washout.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.parent-pageid-11 .header-img {
  background-position: top left;
}
/*-----------------------------------------------------------------------------------*/
/*	4.0 CONTENT
/*-----------------------------------------------------------------------------------*/
#site-content {
  /* Needs to be generically defined, so that it applies to search results pages as well */
}
#site-content.fullwidth {
  float: none;
  width: 100%;
}
#site-content .wp-pagenavi {
  text-align: center;
}
#site-content .breadcrumbs {
  margin-bottom: 5px;
  font-size: 1.1rem;
}
#site-content .entry-header h1.page-title,
#site-content .page-header h1.page-title,
#site-content .entry-header h1.entry-title,
#site-content .page-header h1.entry-title {
  font-size: 2.85rem;
  margin: 0 0 50px;
}
#site-content .page-header {
  margin-left: 0;
}
#site-content a.more-link {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
#site-content a.more-link .morelink-icon:after {
  vertical-align: top;
  line-height: 1;
}
#site-content article {
  /* Article header */
  /* Article content */
  /* Columnized articles (CPT archives) */
  /* Pages */
  /* Single posts */
  /* Search results */
}
#site-content article .entry-header h2.entry-title {
  font-size: 1.6rem;
  float: none !important;
}
#site-content article .entry-header .entry-details {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border: none;
  border-bottom: 1px solid #EAEAEA;
  overflow: visible;
}
body.search-results #site-content article .entry-header .entry-details,
body.archive #site-content article .entry-header .entry-details,
body.blog #site-content article .entry-header .entry-details {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}
body.search-results #site-content article .entry-header .entry-date a,
body.category.archive #site-content article .entry-header .entry-date a {
  font-size: 1.3em;
  padding: 10px;
  color: #FFF;
  font-size: 0.9rem;
  background: #94795d;
}
#site-content article .entry-header .entry-date time {
  padding: 10px;
  color: #FFF;
  font-size: 0.9rem;
  line-height: 1.5rem;
  background: #94795d;
}
#site-content article .entry-header .entry-date time span {
  margin-right: 5px;
}
#site-content article .entry-header .entry-date time br {
  display: none;
}
#site-content article .entry-header .entry-date time small {
  font-size: 100%;
}
#site-content article .entry-header .entry-cats {
  display: inline;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  border: none;
}
#site-content article .entry-header .entry-cats h6 {
  display: inline;
  margin: 0;
  margin-right: 5px;
}
#site-content article .entry-header .entry-cats ul {
  display: inline;
  list-style: none;
}
#site-content article .entry-header .entry-cats ul li {
  margin: 0 !important;
  display: inline;
}
#site-content article .entry-header .entry-cats ul li:after {
  content: ", ";
}
#site-content article .entry-header .entry-cats ul li:last-child:after {
  content: "";
}
#site-content article .entry-header .entry-cats ul li a {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 1rem;
  background: none !important;
}
#site-content article .entry-header .entry-cats ul li a:hover {
  color: #000;
}
#site-content article .entry-header .entry-edit {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #eaeaea;
}
#site-content article .entry-summary {
  float: none;
}
#site-content article .entry-content p,
#site-content article .entry-summary p,
#site-content article .entry-content ul,
#site-content article .entry-content ol {
  font-size: 1rem;
}
#site-content article .entry-content p.wp-caption-text {
  font-family: inherit;
  font-weight: normal;
  text-transform: none;
  letter-spacing: inherit;
}
#site-content article p.slogan {
  font-size: 28px;
  font-size: 1.75rem;
}
#site-content article .entry-content {
  margin-bottom: 0;
  clear: both;
  /* Responsive slider */
}
#site-content article .entry-content h2:first-child,
#site-content article .entry-content h3:first-child,
#site-content article .entry-content h4:first-child {
  margin-top: 0;
}
#site-content article .entry-content dl dd {
  font-size: 1rem;
}
#site-content article .entry-content hr {
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #dadada;
}
#site-content article .entry-content .step-indicator {
  float: right;
  margin: 0 0 0 20px;
  font-size: 2.5em;
  line-height: 1;
}
#site-content article .entry-content .responsive-slider {
  padding-bottom: 50px;
}
#site-content article .entry-content .responsive-slider ul li .slide {
  text-align: center;
  line-height: 0;
}
#site-content article .entry-content .responsive-slider ul li .slide img {
  margin-top: 60px;
  display: inline;
  line-height: 1;
}
#site-content article .entry-content .responsive-slider ul li .slide h2.slide-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#site-content article .entry-content .responsive-slider ul li .slide h2.slide-title a {
  padding: 10px;
  text-align: center;
  font-size: 1.5rem;
  background: #3f3f3f !important;
}
#site-content article .entry-content .responsive-slider .flex-control-nav {
  right: 0;
  bottom: 0 !important;
  width: 100% !important;
}
#site-content article .entry-content .responsive-slider .flex-control-nav li a {
  width: 10px !important;
  height: 10px !important;
}
#site-content article .entry-content .responsive-slider .flex-control-nav li a.active {
  background: #FFF !important;
}
#site-content article .entry-content .responsive-slider .flex-direction-nav li a {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
#site-content article .entry-content .responsive-slider .flex-direction-nav li a.prev {
  left: 3% !important;
}
#site-content article .entry-content .searchform .submit {
  padding: 9px 15px;
  font-size: inherit;
}
#site-content article .entry-content .donate-helptext {
  font-size: 28px;
  font-size: 1.75rem;
  vertical-align: middle;
}
#site-content article .entry-meta {
  border-bottom: 0;
}
#site-content article.last,
#site-content article .last {
  margin-bottom: 20px !important;
}
body.page #site-content article .entry-content h2.centered {
  margin-bottom: 20px;
}
body.single-post #site-content article .entry-content {
  padding-bottom: 0;
}
.search-results #site-content article {
  margin-bottom: 20px;
  padding-bottom: 0 !important;
  border-bottom: 5px solid #eaeaea;
}
#site-content .white-box h2.centered {
  margin-top: 0 !important;
}
#site-content .white-box h2.centered span {
  background: #FFF !important;
}
#site-content #comments h3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-size: 1.5rem !important;
}
#site-content #comments form#commentform {
  margin-top: 10px;
}
/* Front page */
ul.dorayaki-rp li.rp-box a.rp-date,
ul.dorayaki-rp li.rp-box h3.rp-title,
ul.dorayaki-rp li.rp-box .rp-meta {
  font-family: inherit;
}
/* Blog listing page */
.blog .page-header {
  margin: 0;
  padding: 0;
  border: 0;
}
.blog .page-header h1.page-title {
  font-family: 'Domine', Georgia, serif;
  line-height: 1.3;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}
/* Taxonomy pages */
.entry-header h1.entry-title {
  font-family: 'Domine', Georgia, serif;
  line-height: 1.3;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}
/* Contact page */
.dark-box {
  background-color: #3f3f3f;
  border: none;
}
.dark-box h5 {
  color: #d1d1d1;
}
.dark-box hr {
  margin-bottom: 20px !important;
  border-top-color: #878787 !important;
}
.dark-box p.slogan {
  line-height: 1;
}
/* "How to Apply" page */
#selection-process-steps .white-box {
  height: 450px;
}
#selection-process-steps .divider {
  margin: 0 !important;
  padding: 0 !important;
}
/* "Milestones" page */
.milestones-banners {
  margin-top: 50px;
}
/*-----------------------------------------------------------------------------------*/
/*	5.0 SIDEBAR
/*-----------------------------------------------------------------------------------*/
#sidebar {
  border-top: 1px solid #dadada;
}
#sidebar .widget {
  margin-bottom: 20px !important;
  padding: 20px !important;
  text-align: center;
  border: 1px solid #DDD;
}
#sidebar .widget .white-box {
  margin-bottom: 0;
}
#sidebar .widget a.standard-btn {
  margin-bottom: 0 !important;
  width: 100% !important;
}
#sidebar .widget img.flag-icon {
  margin-right: 5px;
  height: 32px;
  vertical-align: bottom;
}
#sidebar .widget hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #dadada;
}
#sidebar .widget ul li {
  font-size: 1rem;
}
/*-----------------------------------------------------------------------------------*/
/*	6.0 FOOTER
/*-----------------------------------------------------------------------------------*/
footer#colophon {
  border-top: 1px solid #eaeaea;
  background: #94795c url("assets/images/colophon-bg.jpg") top center no-repeat;
}
footer#colophon,
footer#colophon p,
footer#colophon a {
  color: #FFF !important;
  font-family: Georgia,serif;
  text-decoration: none !important;
}
footer#colophon a:hover {
  text-decoration: underline !important;
}
footer#colophon #footerwidget-wrap .widget-area {
  border-color: #FFF;
  margin-bottom: 30px;
  overflow: auto;
}
footer#colophon #footerwidget-wrap .widget-area .widget {
  padding-bottom: 0;
}
footer#colophon #footerwidget-wrap .widget-area .widget h3.widget-title {
  color: #FFF;
}
footer#colophon #footerwidget-wrap .widget-area .widget ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 0.95rem!important;
}
footer#colophon #footerwidget-wrap .widget-area .widget blockquote {
  color: #FFF;
  font-size: 0.95rem;
  font-style: italic;
}
footer#colophon #footerwidget-wrap .widget-area .widget blockquote cite {
  display: block;
  margin-top: 10px;
  color: #FFF;
  font-size: 0.8rem;
  font-style: normal;
}
footer#colophon img#madiba-face {
  float: left;
  margin-right: 15px;
}
footer#colophon #site-info {
  text-align: center;
}
footer#colophon #site-info a#back-to-top {
  font-size: 1.1rem;
}
footer#colophon #site-info a#back-to-top .pointer {
  font-size: 0.8rem;
}
footer#colophon #site-info .credit-wrap {
  float: none;
  padding-top: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	SPECIFIC PAGE TEMPLATES
/*-----------------------------------------------------------------------------------*/
/* Dark pages */
body.dark {
  color: #FFF;
  background-color: #29251F;
  background-position: 50% 185px;
  background-repeat: no-repeat;
}
body.dark #main-wrap h1,
body.dark #main-wrap h2,
body.dark #main-wrap h3,
body.dark #main-wrap h4,
body.dark #main-wrap h5 {
  color: #FFF;
}
body.dark #main-wrap a {
  color: #FFF;
}
body.dark #main-wrap .breadcrumbs a {
  color: #94795d;
}
body.dark footer#colophon {
  border-top: 5px solid #3D3D3D;
}
/*-----------------------------------------------------------------------------------*/
/*	5.0 MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
/* Minimum width of 768 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 768px) {
  .two-columns-one,
  .three-columns-one,
  .three-columns-two,
  .four-columns-one,
  .four-columns-two,
  .four-columns-three {
    padding-right: 0 !important;
  }
  .entry-content .four-columns-one p,
  .entry-content .four-columns-two p,
  .entry-content .four-columns-three p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .page .text-columns {
    margin-bottom: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
  }
  .page .text-columns p {
    margin-bottom: 0;
    text-indent: 1em;
    text-align: justify;
  }
  .page .text-columns p:first-child {
    text-indent: 0;
  }
  #site-content article .entry-content .responsive-slider ul li .slide img {
    width: 600px !important;
    height: 400px !important;
  }
  #site-content article .entry-content .responsive-slider ul li .slide h2.slide-title a {
    padding: 20px;
    font-size: 2rem;
  }
}
/* Minimum width of 1024 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1024px) {
  #site-content article .entry-header h2.entry-title {
    font-size: 1.8125rem;
  }
  #site-content article .entry-details {
    float: none;
    margin-right: 0;
    padding-top: 0;
    width: auto;
  }
  #site-content article .entry-details .entry-date {
    display: inline;
  }
  #site-content article .entry-content {
    float: none;
    width: auto;
  }
  #site-content article .entry-meta {
    margin-left: 0;
  }
  #site-content #comments {
    margin-left: 0;
  }
  #sidebar {
    margin-left: 0;
  }
}
/* Minimum width of 1260 pixels (desktops)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1260px) {
  body.dark {
    background-position: 50% 210px;
  }
  /* HEADER */
  /* Logo area (top-right) */
  header#masthead a#logo-right {
    display: inline-block;
  }
  /* Navigation */
  header#masthead #site-nav {
    margin: 0 auto;
    max-width: 1180px;
    border-top: 1px solid #eaeaea;
  }
  header#masthead #site-nav > ul {
    float: left;
  }
  header#masthead #site-nav .searchform {
    float: right;
    display: block;
  }
  /* Responsive search */
  .mobile-nav-container .searchform {
    display: none;
  }
  /* HEADER */
  header#masthead #site-title {
    padding-bottom: 0;
  }
  header#masthead #logo {
    display: block;
  }
  header#masthead #site-nav ul li ul li:last-child {
    padding: 0;
  }
  header#masthead #site-nav ul li ul li a {
    font-size: 0.9375rem;
    color: #777;
  }
  .header-img {
    background-position: top center !important;
  }
  /* CONTENT */
  #site-content article .entry-header .entry-details {
    display: block;
    float: left;
    margin: 7px 6.25% 0 0;
    padding: 0;
    width: 15%;
    border: none;
  }
  #site-content article .entry-header .entry-cats {
    display: block;
    margin: 10px 0 0;
    border: none;
  }
  #site-content article .entry-header .entry-cats h6 {
    display: block;
    margin-right: 0;
  }
  #site-content article .entry-header .entry-cats ul {
    display: block;
    list-style: outside disc;
  }
  #site-content article .entry-header .entry-cats ul li {
    margin: 10px 0 0 20px !important;
    display: list-item;
  }
  #site-content article .entry-header .entry-cats ul li:after {
    content: "";
  }
  #site-content article .entry-header .entry-date {
    display: block;
    margin: 0;
    padding: 10px 7px;
    text-align: center;
    background: #94795d;
  }
  #site-content article .entry-header .entry-date a {
    margin: 0;
  }
  #site-content article .entry-header .entry-date time {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.2;
    background: none;
  }
  #site-content article .entry-header .entry-date time span {
    margin-right: 0;
  }
  #site-content article .entry-header .entry-date time br {
    display: block;
  }
  #site-content article .entry-header .entry-date time small {
    border-top: 1px solid #FFF;
  }
  #site-content article .entry-header h2.entry-title {
    float: left !important;
    font-size: 1.8125rem;
  }
  #site-content article .entry-summary {
    display: block;
    float: right;
    width: 78.75%;
  }
  #site-content article.post .entry-content {
    display: block;
    float: right;
    width: 78.75%;
  }
  #site-content article .entry-content {
    clear: none;
  }
  #site-content article .entry-content .responsive-slider {
    padding-bottom: 0;
  }
  #site-content article .entry-content .responsive-slider ul li .slide img {
    margin-top: 0;
    display: block;
  }
  #site-content article .entry-content .responsive-slider ul li .slide h2.slide-title {
    position: absolute;
    top: 145px;
    right: 4%;
    left: 54%;
    width: 42%;
  }
  #site-content article .entry-content .responsive-slider ul li .slide h2.slide-title a {
    padding: 0;
    text-align: center;
    font-size: 2.5rem;
    background: none !important;
  }
  #site-content article .entry-content .responsive-slider ol.flex-control-nav {
    right: 1%;
    bottom: 6% !important;
    width: 49% !important;
  }
  #site-content article .entry-content .responsive-slider ol.flex-control-nav li a {
    width: 10px !important;
    height: 10px !important;
  }
  #site-content article .entry-content .responsive-slider ol.flex-control-nav li a.active {
    background: #FFF !important;
  }
  #site-content article .entry-meta {
    margin-left: 21.25%;
  }
  #site-content article .wp-pagenavi {
    text-align: left;
  }
  #site-content #comments {
    margin-left: 21.25%;
  }
  /* SIDEBAR */
  #sidebar {
    border-top: none;
  }
  #sidebar .widget {
    text-align: left;
  }
  /* FOOTER */
  footer#colophon #footerwidget-wrap .widget-area {
    margin-bottom: 30px;
  }
  footer#colophon #site-info {
    text-align: left;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	X.0 PLUGIN: wp-veriteco-timeline.php
/*-----------------------------------------------------------------------------------*/
body.page-template-page-templatesmilestone-browser-php header.entry-header h1.entry-title {
  margin-bottom: 20px;
}
.vco-storyjs {
  background: none;
}
.vco-storyjs .slider-item .content .content-container .media .media-shadow:before,
.vco-storyjs .slider-item .content .content-container .media .media-shadow:after {
  display: none;
}
.vco-storyjs .slider-item .content .content-container .media .media-shadow img {
  border-color: #AAA;
}
.vco-storyjs .slider-item .content .content-container .text {
  width: 60% !important;
}
.vco-storyjs .slider-item .content .content-container .text h2,
.vco-storyjs .slider-item .content .content-container .text h3,
.vco-storyjs .slider-item .content .content-container .text p {
  color: #3f3f3f;
  font-family: Georgia,serif !important;
}
body.dark .vco-storyjs .slider-item .content .content-container .text h2,
body.dark .vco-storyjs .slider-item .content .content-container .text h3,
body.dark .vco-storyjs .slider-item .content .content-container .text p {
  color: #FFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.vco-storyjs .slider-item .content .content-container .text h2.date {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #DDD;
}
.vco-storyjs .slider-item .content .content-container .text p {
  font-size: 1rem;
  line-height: 1.8;
}
body.dark .vco-storyjs .slider-item .content .content-container .text p {
  color: #FFF;
}
.vco-storyjs .nav-previous:hover,
.vco-storyjs .nav-next:hover {
  color: #FFF !important;
}
body.dark .vco-storyjs .nav-previous .icon {
  background-position: -210px 0;
}
body.dark .vco-storyjs .nav-next .icon {
  background-position: -230px 0;
}
.vco-storyjs .vco-navigation .timenav .marker .flag h3 {
  color: #333 !important;
}
.vco-storyjs .vco-navigation .timenav .marker.active .flag h3 {
  color: #08c !important;
}
body.dark .vco-storyjs .vco-navigation .timenav-background {
  background-color: transparent;
}
/*-----------------------------------------------------------------------------------*/
/*	X.0 PLUGIN: responsive-slider
/*-----------------------------------------------------------------------------------*/
.responsive-slider.flexslider {
  background: #3f3f3f !important;
}
.responsive-slider.flexslider .slide h2.slide-title {
  top: 145px;
  text-transform: none;
  letter-spacing: 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	X.0 PLUGIN: image-widget
/*-----------------------------------------------------------------------------------*/
#sidebar .widget_sp_image {
  padding: 0 !important;
  border: none;
}
#sidebar .widget_sp_image img {
  /*border:1px solid #DDD;*/
}
/*-----------------------------------------------------------------------------------*/
/*	X.0 PLUGIN: mrf-cpts
/*-----------------------------------------------------------------------------------*/
/* Archives */
.post-type-archive-yearbook article:hover,
.post-type-archive-financial-report article:hover {
  opacity: 0.95;
}
.post-type-archive-yearbook article,
.post-type-archive-financial-report article {
  position: relative;
  margin-bottom: 30px;
  padding: 0 !important;
  height: 200px;
}
.post-type-archive-yearbook article a,
.post-type-archive-financial-report article a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-type-archive-yearbook article {
  background: #9c8364 url(assets/images/yearbook-default-cover.jpg) top left no-repeat;
}
.post-type-archive-financial-report article {
  background: #9c8364 url(assets/images/financial-report-default-cover.jpg) top left no-repeat;
}
.post-type-archive-yearbook article h3,
.post-type-archive-financial-report article h3 {
  position: absolute;
  bottom: 3%;
  right: 3%;
  margin: 0;
  font-size: 2.3em;
  color: #FFF;
  text-align: right;
}
.post-type-archive-yearbook article h3 a,
.post-type-archive-financial-report article h3 {
  color: #FFF;
}
/* Single posts */
.single-yearbook .featured-image .default-cover,
.single-financial-report .featured-image .default-cover {
  position: relative;
  height: 300px;
}
.single-yearbook .featured-image .default-cover {
  background: #9c8364 url(assets/images/yearbook-default-cover.jpg) top left no-repeat;
}
.single-financial-report .featured-image .default-cover {
  background: #9c8364 url(assets/images/financial-report-default-cover.jpg) top left no-repeat;
}
.single-yearbook .featured-image .default-cover h3,
.single-financial-report .featured-image .default-cover h3 {
  position: absolute;
  bottom: 3%;
  right: 3%;
  margin: 0;
  font-size: 2.3em;
  color: #FFF;
  text-align: right;
}
/* Archive pages */
.tax-cohort article,
.post-type-archive-trustee article,
.post-type-archive-staff-member article {
  margin-bottom: 20px;
}
.tax-cohort article .attachment-thumbnail,
.post-type-archive-trustee article .attachment-thumbnail,
.post-type-archive-staff-member article .attachment-thumbnail {
  margin: 0 !important;
  width: 400px !important;
}
/* Special styling for the cohort browser template */
body.page-template-page-templatescohort-browser-php #main-wrap article:not(.page),
body.page-template-page-templatesmilestone-browser-php #main-wrap article:not(.page) {
  margin: 0 3% 0 0;
  margin-bottom: 20px;
  width: 47%;
  background: rgba(148, 121, 93, 0.7);
}
body.page-template-page-templatescohort-browser-php #main-wrap article:not(.page) h3,
body.page-template-page-templatesmilestone-browser-php #main-wrap article:not(.page) h3 {
  margin: 0;
  padding: 15px 0;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1260px) {
  body.page-template-page-templatescohort-browser-php #main-wrap article:not(.page),
  body.page-template-page-templatesmilestone-browser-php #main-wrap article:not(.page) {
    margin-right: 2%;
    width: 23.2%;
    height: 100px;
  }
  body.page-template-page-templatescohort-browser-php #main-wrap article:not(.page) h3,
  body.page-template-page-templatesmilestone-browser-php #main-wrap article:not(.page) h3 {
    padding: 0;
    font-size: 2rem;
    line-height: 100px;
  }
}
/* Single posts */
/* Single post featured images */
@media screen and (min-width: 768px) {
  .single-scholar .featured-image,
  .single-trustee .featured-image,
  .single-staff-member .featured-image,
  .single-financial-report .featured-image,
  .single-yearbook .featured-image {
    margin-left: 2%;
    text-align: right;
  }
  .single-scholar .featured-image img,
  .single-trustee .featured-image img,
  .single-staff-member .featured-image img,
  .single-financial-report .featured-image img,
  .single-yearbook .featured-image img {
    border: 1px solid #eaeaea;
  }
}
/* Subtitles */
.single-scholar #main-wrap h1.entry-title,
.single-trustee #main-wrap h1.entry-title,
.single-staff-member #main-wrap h1.entry-title {
  margin-bottom: 10px !important;
}
.single-scholar #main-wrap p.subtitle,
.single-trustee #main-wrap p.subtitle,
.single-staff-member #main-wrap p.subtitle {
  margin-bottom: 34px !important;
  font-size: 1.5rem !important;
}
/*-----------------------------------------------------------------------------------*/
/*	X.0 PLUGIN: wpcf7
/*-----------------------------------------------------------------------------------*/
.wpcf7 p {
  font-family: inherit !important;
  font-size: inherit !important;
}
.wpcf7 input[type="submit"] {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
.wpcf7 .wpcf7-response-output {
  margin: 0 0 30px !important;
  padding: 15px !important;
  overflow: hidden;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  border: none!important;
}
.wpcf7 .wpcf7-validation-errors {
  border-bottom: 5px solid #f3cf3f !important;
  background: #FFF2BD !important;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border-bottom: 5px solid #52be7f !important;
  background: #ceead9 !important;
}
/*-----------------------------------------------------------------------------------*/
/*	X.0 PLUGIN: mailchimp-for-wp
/*-----------------------------------------------------------------------------------*/
footer#colophon .widget_mc4wp_widget .mc4wp-form,
footer#colophon .widget_mc4wp_widget form {
  margin-top: 0 !important;
}
footer#colophon .widget_mc4wp_widget p,
footer#colophon .widget_mc4wp_widget label {
  margin-bottom: 10px;
  font-size: 0.95rem!important;
  line-height: 1.7;
  font-weight: normal;
}
footer#colophon .widget_mc4wp_widget input[type="email"] {
  margin: 0;
  border-color: #725d48;
  background: #FFF;
}
footer#colophon .widget_mc4wp_widget input[type="submit"] {
  margin: 10px 0 0;
}
footer#colophon .widget_mc4wp_widget input[type="submit"]:hover {
  background: #000;
}
footer#colophon .widget_mc4wp_widget .mc4wp-alert {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.scholar-mosaic img {
  margin: 0;
  padding: 0;
  float: left;
  height: 100px;
  width: auto;
  border: 2px solid #FFF;
}
