.page-header {
  padding: 5% 0 !important;
}

.wrap {
  max-width: 1280px !important;
}

.featured-content .one-third {
  margin-bottom: 50px;
}

/* Front Page Widgets

 * ========================================================================== */

.flexible-widget-area .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.flexible-widgets .widget {
  margin-bottom: 20px;
}

.flexible-widgets .widget:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 800px) {
  .front-page-1.flexible-widget-area .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .flexible-widget-area .wrap {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .flexible-widgets,
  .featured-content.widget .widget-wrap {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .flexible-widgets .widget,
  .featured-content.widget .entry {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .flexible-widgets.widget-full .widget,
  .flexible-widgets.widget-area .widget:nth-of-type(1),
  .flexible-widgets.widget-halves.uneven .widget:last-of-type {
    width: 100%;
  }
  .flexible-widgets.widget-fourths .widget {
    width: 25%;
  }
  .flexible-widgets.widget-halves .widget {
    width: 50%;
  }
  .flexible-widgets.widget-thirds .widget,
  .featured-content.widget .entry {
    width: 33.33%;
  }
  .flexible-widgets.widget-halves .widget:nth-child(even),
  .flexible-widgets.widget-thirds .widget:nth-child(3n + 2),
  .flexible-widgets.widget-fourths .widget:nth-child(4n + 2) {
    clear: left;
  }
}

/* Front page 0
 *=========================================================================== */
.front-page-0 {
  background-color: #2c3e50;
  color: #F6F1ED;
  padding: 80px 0 60px;
}

.front-page-0 h2 a {
  color: #F6F1ED;
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 800px) {
  .front-page-0 .button.alignright {
    width: 100%;
    text-align: center;
  }
}

/* Front page 0
 *=========================================================================== */
.front-page-333 {
  background-color: #F6F1ED;
  color: #30231D;
  padding: 80px 0 60px;
}

.front-page-333 h2 a {
  color: #30231d;
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 800px) {
  .front-page-333 .button.alignright {
    width: 100%;
    text-align: center;
  }
}

/* Front Page 1

 * ========================================================================== */

.front-page-1 {
  color: #30231D;
  text-align: center;
}

.front-page-1 .icon {
  color: #30231D;
}

/* Front Page 2

 * ========================================================================== */

.front-page-2 {
  background-color: #CA3712;
  color: #F6F1ED;
  overflow: hidden;
}

.front-page-2 .widget-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.front-page-2 .widget img.pull-left {
  margin-left: -25%;
}

.front-page-2 .widget img.pull-right {
  margin-right: -25%;
}

.front-page-2 .widget img.pull-right,
.front-page-2 .widget img.pull-left {
  max-width: 150%;
  width: auto;
  margin-bottom: -50%;
  margin-top: 20px;
}

.front-page-2 .button {
  background-color: #f6f1ed;
  color: #CA3712 !important;
}

.front-page-2 a {
  color: #f6f1ed;
  text-decoration: underline;
}

@media only screen and (min-width: 800px) {  
  .front-page-2 .flexible-widgets.widget-halves .widget,
  .front-page-2 .widget {
    width: 50%;
    float: left;
    align-self: center;
  }
  .front-page-2 .widget img.pull-left,
  .front-page-2 .widget img.pull-right {
    margin-bottom: -30%;
    margin-top: -30%;
    pointer-events: none;
  }
}

/* Front Page 3

 * ========================================================================== */

.front-page-3 {
  background-color: #2c3e50 !important;
  text-align: center;
}

.front-page-3 a,
.front-page-3 {
  color: #F6F1ED;
}

.front-page-3 blockquote {
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  margin: 20px 0;
}

.front-page-3 div#post-110 {
  float: right;
}

@media only screen and (min-width: 800px) {
  .front-page-3 blockquote {
    font-size: 50px;
  }
}

/* Testimonials */

.testimonial-slider .entry {
  padding: 0;
  margin: 0;
  border: 0;
}

.testimonial-source {
  margin: 40px auto;
}

.testimonials .testimonial-source img {
  max-width: 50px;
  border-radius: 25px;
  margin: 0 auto 20px;
}

/* Front Page 4
 * ========================================================================== */

.front-page-4 .widget:nth-of-type(1) {
  text-align: center;
}
