/*
 Theme Name:   Marginal Way Fund
 Template:     generatepress
 Version:      1.0
*/
#breadcrumbs-bar {
  border-bottom: 1px solid #eee;
  background-color:#fff;
  vertical-align:middle;
  height:25px;
  padding:5px 0 5px 0;
}
#content-tight {
  margin:0 auto;
  width: 800px;
}
#banner-wrapper {
  background-color: #cce1dd;
}
#page-title-bar {
  background-image: url("/wp-content/uploads/2017/05/bg-header.png");
  background-position: right top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-bottom: 2em;
  padding-top: 2em;
}
#page-title-bar h1 {
  vertical-align: middle;
  display: table-cell;
}
hr {
  width:80%;
}
/* homepage banner CTA */
#homepage-banner {
    height: 600px;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
.homepage-banner-title {
    color: #fff;
    text-align: center;
    font-size: 3.125em;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing:-3px;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}
.homepage-banner-description {
    font-size: 1.00em;
    line-height: 1.65em;
    padding: 15px 0 15px 0;
    color: #fff;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}
.homepage-banner-button {
    /* background:  #1165b1  none repeat scroll 0 0; */
    background:#FF7F50;
    color: #fff!important;
    display: inline-block;
    font-weight: 400;
    padding: 15px 25px 15px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    font-size:1em;
    margin-top:15px;
}
.homepage-banner-button:hover {
    background-color: #de5421;
    color:#fff;
}
.full-width-banner-center {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  height:500px;
  background-position:bottom;
}

/* ============= Page Title ================ */
@media (max-width : 1200px) {
#page-title-bar {
  padding-left: 10px;
  padding-right: 10px;
}
}
/* ============= Small Desktop ================ */
@media (max-width : 1050px) and (min-width: 769px)  {
.main-navigation .main-nav ul li a, .main-navigation .mobile-bar-items a, .menu-toggle {
  padding-left: 5px;
  padding-right: 5px;
  font-size:16px;
}
.site-header .header-image {
  width: 130px;
}
}
/* ============= Tablets ================ */
@media (max-width : 768px) {
#homepage-banner {
    height: 400px;
}
.homepage-banner-title {
  font-size: 2em;
}
.homepage-banner-description {
  font-size: 1em;
}
.full-width-banner { 
  margin-left: auto;      
  margin-right: auto;
  height: 200px;
}
.full-width-banner-center {
  background-position: center; 
  margin-left: auto;      
  margin-right: auto;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
  height:300px;
}
.mobile-only {
      display: block;
}
table-responsive {
  border:0px!important;
}
.header-widget {
  float: right;
  overflow: hidden;
  max-width: 75%;
  position: absolute;
  bottom: 0;
  right: 15px;
}
/* Hide footer widgets on tablet and smaller */
.footer-widgets {
  display: none;
}
#content-tight {
  width: 100%;
}
}

/* Events */
.event-date {
    width:120px;
    padding:15px;
    margin: 0 10px 10px 0;
    font-size:18px;
    font-weight:600;
    border:1px solid #eee;
    text-align: center;
}
.event {
    padding:15px;
    border:1px solid #fff;
    margin-bottom:15px;
    margin-top:15px;
    background-color: #eee;
}
.event-title {
    font-weight:600;
    font-size:20px;
    color:#1165b1;
}
.event-description {
    color:#333;
}

/* Gravity Forms Button */
body .gform_wrapper .gform_footer input[type=submit] {
    background:#FF7F50;
}



#one {
  float:left; 
  margin-right:20px;
  width:300px;
  border-right:0px solid #000;
}
#one-event {
  float:left;
  margin-right: 20px;
  width:125px;
  border-right:0px solid #000;
}
#two { 
  background-color: white;
  overflow:hidden;
  margin:10px;
  border:0px dashed #ccc;
  min-height:170px;
}

@media screen and (max-width: 600px) {
   #one, #one-event { 
    float: none;
    margin-right:0;
    width:80%;
    border:0;
    
  }
}
.desktop-only {
  display: block;
}
@media (max-width: 768px) {
.desktop-only {
  display: none;
}
}
.board-member {
  padding: 0 0 0 100px; /* 75px being the width of the thumbnail + how much space you want to put between it and your text */
  position: relative; /* So the thumbnail is relative to this */
}
.board-member img {
  left: 0;
  position: absolute;
  top: 0;
}
.gform_wrapper span.ginput_total {
  font-size:2em!important;
}