/*
 * Theme Name: Queen of Katwe
 * Theme URI: http://www.queenofkatwe.com
 * Author: 434 Marketing
 * Author URI: http://www.434marketing.com/
 * Description: Base theme and functions
 * Version: 1.0
 */
/*
 *  Usage:
 *
 *    <div class="sk-cube-grid">
 *      <div class="sk-cube sk-cube1"></div>
 *      <div class="sk-cube sk-cube2"></div>
 *      <div class="sk-cube sk-cube3"></div>
 *      <div class="sk-cube sk-cube4"></div>
 *      <div class="sk-cube sk-cube5"></div>
 *      <div class="sk-cube sk-cube6"></div>
 *      <div class="sk-cube sk-cube7"></div>
 *      <div class="sk-cube sk-cube8"></div>
 *      <div class="sk-cube sk-cube9"></div>
 *    </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    animation-delay: 0s; }
  .sk-cube-grid .sk-cube8 {
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1); }
  35% {
    transform: scale3D(0, 0, 1); } }
/********************* BLOCKS **********************/
.block {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 200; }

.wrap {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 7em 0;
  position: relative;
  z-index: 200; }

.wrap_thin {
  max-width: 960px; }

.wrap:before, .wrap:after, form:before, form:after {
  display: table;
  content: " ";
  zoom: 1; }

.wrap:after, form:after {
  clear: both; }

.wrap img {
  max-width: 100%;
  height: auto; }

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  margin-left: 3%;
  float: left;
  position: relative; }

.onecol:first-child, .twocol:first-child, .threecol:first-child, .fourcol:first-child, .fivecol:first-child,
.sixcol:first-child, .sevencol:first-child, .eightcol:first-child, .ninecol:first-child, .tencol:first-child,
.elevencol:first-child, .twelvecol:first-child {
  margin-left: 0; }

.onecol {
  width: 5.583%; }

.twocol {
  width: 14.16%; }

.threecol {
  width: 22.75%; }

.fourcol {
  width: 31.33%; }

.fivecol {
  width: 39.91%; }

.sixcol {
  width: 48.5%; }

.sevencol {
  width: 57.08%; }

.eightcol {
  width: 65.66%; }

.ninecol {
  width: 74.25%; }

.tencol {
  width: 82.83%; }

.elevencol {
  width: 91.41%; }

.twelvecol {
  width: 100%; }

.onehalf {
  width: 50%;
  float: left; }

.onethird {
  width: 33%;
  float: left; }

.first {
  margin-left: 0; }

.row {
  overflow: hidden;
  display: block;
  clear: both; }

/*--------- Portrait Tablet And Down ---------*/
@media (max-width: 800px) {
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .onehalf, .onethird {
    width: 100%;
    margin: 0; }

  .alignleft, .alignright, .aligncenter {
    float: none;
    text-align: center;
    margin: 0 0 20px 0; } }
.home-slides {
  position: relative;
  height: 600px; }
  .home-slides .slider-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .home-slides .slider-wrap.not-active {
      visibility: hidden;
      opacity: 0; }
  .home-slides .wrap {
    padding: 0 !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .home-slides .spinner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .home-slides .spinner-wrap.active {
      opacity: 1;
      visibility: visible; }
    .home-slides .spinner-wrap .sk-cube {
      background-color: #6f3b8f; }
  .home-slides .owl-slider {
    position: relative; }
    .home-slides .owl-slider .owl-item {
      position: relative;
      text-align: center;
      height: 600px; }
      .home-slides .owl-slider .owl-item .bg {
        position: absolute;
        width: 100%;
        height: 100%; }
      .home-slides .owl-slider .owl-item .wrap {
        padding: 10.5em 0; }
      .home-slides .owl-slider .owl-item .info-wrap {
        width: 80%;
        display: inline-block; }
        .home-slides .owl-slider .owl-item .info-wrap .title {
          color: #fff;
          background: rgba(0, 0, 0, 0.5);
          padding: 20px;
          box-sizing: border-box;
          display: inline-block;
          text-transform: uppercase;
          margin: 0; }
        .home-slides .owl-slider .owl-item .info-wrap .content {
          display: inline-block;
          color: #fff;
          margin-top: 30px; }
        .home-slides .owl-slider .owl-item .info-wrap .button-wrap {
          margin-top: 30px; }
          .home-slides .owl-slider .owl-item .info-wrap .button-wrap .white-box-button a {
            font-size: 1.5em; }
    .home-slides .owl-slider .owl-buttons {
      position: absolute;
      top: 50%;
      width: 100%;
      height: 60px;
      pointer-events: none;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .home-slides .owl-slider .owl-buttons .owl-prev, .home-slides .owl-slider .owl-buttons .owl-next {
        opacity: 0.5;
        background: black;
        width: 40px;
        height: 60px;
        position: absolute;
        pointer-events: all;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .home-slides .owl-slider .owl-buttons .owl-prev svg, .home-slides .owl-slider .owl-buttons .owl-next svg {
          width: 30px;
          height: 30px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .home-slides .owl-slider .owl-buttons .owl-prev svg path, .home-slides .owl-slider .owl-buttons .owl-prev svg polygon, .home-slides .owl-slider .owl-buttons .owl-next svg path, .home-slides .owl-slider .owl-buttons .owl-next svg polygon {
            fill: #fff; }
        .home-slides .owl-slider .owl-buttons .owl-prev:hover, .home-slides .owl-slider .owl-buttons .owl-next:hover {
          opacity: 0.8; }
      .home-slides .owl-slider .owl-buttons .owl-prev {
        left: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
        .home-slides .owl-slider .owl-buttons .owl-prev svg {
          left: 46%;
          -webkit-transform: translate(-50%, -50%) scale(-1);
          -moz-transform: translate(-50%, -50%) scale(-1);
          -ms-transform: translate(-50%, -50%) scale(-1);
          -o-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1); }
      .home-slides .owl-slider .owl-buttons .owl-next {
        right: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
        .home-slides .owl-slider .owl-buttons .owl-next svg {
          left: 54%; }

@media (max-width: 800px) {
  #home-slides {
    height: 450px; }
    #home-slides .wrap {
      padding: 6em 0; }
    #home-slides .owl-slider .owl-item {
      height: 450px; } }
@media (max-width: 400px) {
  #home-slides .owl-slider {
    font-size: 0.75em; } }
.secondary-banner {
  position: relative; }
  .secondary-banner .bg {
    position: absolute;
    width: 100%;
    height: 100%; }
  .secondary-banner .wrap {
    padding: 10em 0; }
    .secondary-banner .wrap .title {
      text-transform: uppercase;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      box-sizing: border-box;
      display: block;
      padding: 20px 0;
      text-align: center;
      margin: auto;
      width: 75%; }

header .nav-social {
  float: right;
  width: calc(100% - 250px);
  box-sizing: border-box;
  text-align: right; }
  header .nav-social .top {
    width: 100%;
    display: inline-block; }
    header .nav-social .top .container {
      display: inline-block;
      text-align: left; }
    header .nav-social .top .top-navigation-wrap {
      display: table-cell;
      vertical-align: middle;
      padding-right: 18px; }
      header .nav-social .top .top-navigation-wrap li {
        float: left;
        padding-right: 5px;
        position: relative; }
        header .nav-social .top .top-navigation-wrap li a {
          opacity: 0.6;
          font-size: 0.875em;
          text-transform: uppercase;
          line-height: 0.875em; }
          header .nav-social .top .top-navigation-wrap li a:hover {
            opacity: 1;
            color: #6f3b8f; }
        header .nav-social .top .top-navigation-wrap li:last-child {
          padding-right: 0; }
          header .nav-social .top .top-navigation-wrap li:last-child:after {
            content: none; }
        header .nav-social .top .top-navigation-wrap li:after {
          content: '/';
          padding-left: 5px;
          color: #6f3b8f;
          opacity: 0.6; }
    header .nav-social .top .social-wrap {
      display: table-cell;
      vertical-align: middle;
      padding-right: 25px; }
      header .nav-social .top .social-wrap .socials_top {
        overflow: hidden; }
      header .nav-social .top .social-wrap li {
        float: left;
        padding-right: 4px; }
        header .nav-social .top .social-wrap li a {
          display: block; }
      header .nav-social .top .social-wrap svg {
        width: 18px;
        height: 18px; }
        header .nav-social .top .social-wrap svg path, header .nav-social .top .social-wrap svg polygon {
          fill: #6f3b8f;
          opacity: 0.4;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        header .nav-social .top .social-wrap svg:hover path, header .nav-social .top .social-wrap svg:hover polygon {
          opacity: 1; }
    header .nav-social .top .donate-wrap {
      display: table-cell;
      vertical-align: middle;
      font-size: 14px; }
  header .nav-social .bottom {
    text-align: right;
    width: 100%;
    margin-top: 14px; }
    header .nav-social .bottom .main-navigation-wrap {
      display: inline-block;
      text-align: left; }
      header .nav-social .bottom .main-navigation-wrap .main-navigation > li {
        float: left;
        margin-right: 30px; }
        header .nav-social .bottom .main-navigation-wrap .main-navigation > li:hover > .sub-menu {
          visibility: visible;
          opacity: 1; }
        header .nav-social .bottom .main-navigation-wrap .main-navigation > li:last-child {
          margin-right: 0; }
        header .nav-social .bottom .main-navigation-wrap .main-navigation > li.current-menu-item a {
          color: #6f3b8f; }
        header .nav-social .bottom .main-navigation-wrap .main-navigation > li > .sub-menu {
          left: 0 !important;
          top: 100% !important;
          background: #6f3b8f !important; }
          header .nav-social .bottom .main-navigation-wrap .main-navigation > li > .sub-menu > li > a:hover {
            color: #452559 !important; }
        header .nav-social .bottom .main-navigation-wrap .main-navigation > li .sub-menu {
          position: absolute;
          visibility: hidden;
          opacity: 0;
          width: 200px;
          left: 100%;
          padding: 10px;
          box-sizing: border-box;
          font-size: 14px;
          top: 0;
          background: #452559;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          header .nav-social .bottom .main-navigation-wrap .main-navigation > li .sub-menu li {
            position: static; }
          header .nav-social .bottom .main-navigation-wrap .main-navigation > li .sub-menu > li:hover .sub-menu {
            visibility: visible;
            opacity: 1; }
          header .nav-social .bottom .main-navigation-wrap .main-navigation > li .sub-menu a {
            color: #fff;
            font-weight: 500; }
            header .nav-social .bottom .main-navigation-wrap .main-navigation > li .sub-menu a:hover {
              color: #6f3b8f; }
        header .nav-social .bottom .main-navigation-wrap .main-navigation > li a {
          color: #8b8f92;
          font-weight: 700;
          text-transform: uppercase; }
          header .nav-social .bottom .main-navigation-wrap .main-navigation > li a:hover {
            color: #6f3b8f; }

@media (max-width: 800px) {
  #header .nav-social {
    display: none; }
  #header .logo-wrap {
    position: relative;
    top: auto;
    max-width: 180px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
body:not(.home) .four-square .item-wrap:last-child .item:first-child {
  border-right: 1px solid #f2f2f2; }
  body:not(.home) .four-square .item-wrap:last-child .item:first-child:before {
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }

.four-square {
  position: relative; }
  .four-square .items .item-wrap {
    display: table;
    width: 100%; }
    .four-square .items .item-wrap:first-child .item:first-child {
      background: #f8f8f8; }
    .four-square .items .item-wrap:last-child .item:last-child {
      background: #000;
      color: #fff; }
      .four-square .items .item-wrap:last-child .item:last-child .title {
        color: #fff; }
    .four-square .items .item-wrap .item {
      width: 50%;
      display: table-cell;
      vertical-align: top;
      position: relative; }
      .four-square .items .item-wrap .item:last-child .info-wrap {
        float: left;
        padding-left: 9.5em;
        padding-right: 5%;
        text-align: left; }
      .four-square .items .item-wrap .item .info-wrap {
        float: right;
        max-width: 540px;
        padding: 4em 9.5em 4em 5%;
        box-sizing: border-box;
        text-align: right;
        position: relative;
        z-index: 2; }
        .four-square .items .item-wrap .item .info-wrap .title {
          text-transform: uppercase;
          font-weight: 700; }
      .four-square .items .item-wrap .item .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        z-index: 1; }
  .four-square .green-square {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 205px;
    max-height: 205px;
    background: #6f3b8f;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 1001;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .four-square .green-square h3 {
      color: #fff;
      font-weight: 300;
      text-transform: uppercase;
      position: absolute;
      text-align: center;
      width: 68%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

@media (max-width: 800px) {
  #four-square .green-square {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    padding: 40px 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  #four-square .items .item-wrap {
    display: block; }
    #four-square .items .item-wrap:last-child .item:first-child {
      background: #f8f8f8; }
    #four-square .items .item-wrap .item {
      display: block;
      width: 100%;
      overflow: hidden; }
      #four-square .items .item-wrap .item .info-wrap {
        width: 100%;
        max-width: 100%;
        padding: 2em 5% !important;
        text-align: center; } }
header {
  position: fixed;
  width: 100%;
  z-index: 20000;
  background: #fff; }
  header .wrap {
    padding: 1.5em 0; }
  header .logo-wrap {
    max-width: 250px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  header .icon-wrap {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    header .icon-wrap svg {
      cursor: pointer;
      width: 26px;
      height: 26px; }
  header ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    header ul li {
      margin-bottom: 0;
      padding-left: 0; }
      header ul li ul {
        margin-top: 0; }
      header ul li:before {
        content: none; }

@media (max-width: 800px) {
  #header .icon-wrap {
    display: block; } }
.video-cta {
  position: relative;
  height: 590px;
  background: #000;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .video-cta .title {
    position: absolute;
    top: 50%;
    left: calc(50% - 45px);
    z-index: 3;
    color: #fff;
    text-transform: uppercase;
    margin-left: 90px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0;
    padding-left: 15px;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .video-cta .title .icon-wrap {
      position: absolute;
      top: 50%;
      right: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .video-cta .title .icon-wrap svg {
        width: 90px;
        height: 90px; }
        .video-cta .title .icon-wrap svg path, .video-cta .title .icon-wrap svg polygon {
          fill: #fff;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  .video-cta .bg {
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%; }
  .video-cta .video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video-cta.active .video {
    opacity: 1; }
  .video-cta:hover .icon-wrap svg path, .video-cta:hover .icon-wrap svg polygon {
    fill: #6f3b8f; }
  .video-cta.active .title {
    opacity: 0; }
  .video-cta.has-video .bg {
    display: none; }

@media (max-width: 1080px) {
  #video-cta {
    height: 300px; } }
@media (max-width: 800px) {
  #video-cta .video {
    height: 500px;
    width: auto; } }
.testimonials.recent-news {
  display: table;
  width: 100%; }
  .testimonials.recent-news .tr-wrap {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    max-width: 1px; }
    .testimonials.recent-news .tr-wrap .column {
      display: inline-block;
      width: 100%;
      max-width: 540px;
      text-align: left;
      box-sizing: border-box;
      padding: 6em 5em 6em 5%; }
      .testimonials.recent-news .tr-wrap .column .title {
        text-transform: uppercase;
        color: #fff;
        background: #6f3b8f;
        padding: 8px;
        box-sizing: border-box;
        display: inline-block;
        margin-bottom: 35px; }
      .testimonials.recent-news .tr-wrap .column .title-wrap {
        margin-bottom: 35px; }
        .testimonials.recent-news .tr-wrap .column .title-wrap .title {
          position: relative;
          margin-bottom: 25; }
          .testimonials.recent-news .tr-wrap .column .title-wrap .title .link-wrap {
            position: absolute;
            height: 100%;
            left: 100%;
            top: 0;
            width: 75px;
            border: 2px solid #6f3b8f;
            box-sizing: border-box;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .testimonials.recent-news .tr-wrap .column .title-wrap .title .link-wrap .view-all {
              font-size: 14px;
              white-space: nowrap;
              position: absolute;
              top: 50%;
              left: 50%;
              line-height: 14px;
              color: #6f3b8f;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            .testimonials.recent-news .tr-wrap .column .title-wrap .title .link-wrap:hover {
              background: #6f3b8f; }
              .testimonials.recent-news .tr-wrap .column .title-wrap .title .link-wrap:hover a {
                color: #fff; }
      .testimonials.recent-news .tr-wrap .column .testimonial .content {
        text-align: center;
        color: #888888;
        line-height: 28px;
        max-height: 200px;
        overflow: hidden;
        font-style: italic;
        margin-bottom: 25px; }
      .testimonials.recent-news .tr-wrap .column .testimonial .title-position {
        text-align: center;
        color: #555; }
        .testimonials.recent-news .tr-wrap .column .testimonial .title-position .t-title {
          font-weight: 700; }
      .testimonials.recent-news .tr-wrap .column.recent-news-column {
        padding: 6em 5% 6em 5em; }
  .testimonials.recent-news .testimonials-wrap {
    background: #f8f8f8;
    text-align: right; }
  .testimonials.recent-news .recent-news-wrap {
    position: relative; }

.recent-news .post-row {
  display: table;
  width: 100%;
  margin-bottom: 30px; }
  .recent-news .post-row .cell {
    display: table-cell;
    vertical-align: middle; }
  .recent-news .post-row .post-date {
    padding-right: 15px;
    text-align: center; }
    .recent-news .post-row .post-date .post-month {
      text-transform: uppercase;
      color: #888888;
      font-size: 0.75em;
      font-weight: 700;
      margin-bottom: 2px;
      line-height: 18px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .recent-news .post-row .post-date .post-day {
      color: #888888;
      font-size: 3.25em;
      font-weight: 900;
      line-height: 42px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .recent-news .post-row .post-info .post-title {
    font-size: 1.125em;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .recent-news .post-row .post-info .post-content {
    color: #555555;
    font-size: 0.875em;
    line-height: 18px; }
  .recent-news .post-row:last-child {
    margin-bottom: 0; }
  .recent-news .post-row:hover .post-date * {
    color: #6f3b8f; }
  .recent-news .post-row:hover .post-info .post-title {
    color: #6f3b8f; }

@media (max-width: 800px) {
  .testimonials.recent-news {
    display: block; }
    .testimonials.recent-news .tr-wrap {
      display: block;
      width: 100%;
      max-width: 100%; }
      .testimonials.recent-news .tr-wrap .column {
        max-width: 100%;
        padding: 6em 5% !important;
        box-sizing: border-box; }
    .testimonials.recent-news .testimonials-column .title-wrap {
      text-align: center; }
    .testimonials.recent-news .recent-news-column .title-wrap {
      text-align: center; }
      .testimonials.recent-news .recent-news-column .title-wrap .title {
        display: inline-block;
        margin-left: -75px; } }
.accordion-block {
  margin-top: 80px;
  border: 1px solid #eeeeee;
  padding: 15px 0; }
  .accordion-block .accordion-row {
    margin-bottom: 10px;
    position: relative; }
    .accordion-block .accordion-row.active .icon-plus {
      -webkit-transform: translateY(-50%) rotate(45deg);
      -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      -o-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    .accordion-block .accordion-row.active .accordion-title {
      color: #6f3b8f; }
    .accordion-block .accordion-row:before {
      content: '';
      position: absolute;
      height: 1px;
      top: 100%;
      width: calc(100% - 50px);
      left: 50%;
      background: #eeeeee;
      box-sizing: border-box;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .accordion-block .accordion-row:last-child {
      margin-bottom: 0; }
      .accordion-block .accordion-row:last-child:before {
        content: none; }
      .accordion-block .accordion-row:last-child .accordion-info {
        padding-bottom: 10px; }
  .accordion-block .accordion-title {
    color: #686868;
    text-transform: uppercase;
    position: relative;
    padding: 10px 25px;
    box-sizing: border-box;
    font-weight: 700;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .accordion-block .accordion-title .icon-plus {
      position: absolute;
      top: 50%;
      right: 18px;
      width: 30px;
      height: 30px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .accordion-block .accordion-title .icon-plus path, .accordion-block .accordion-title .icon-plus polygon {
        fill: #393939; }
    .accordion-block .accordion-title:hover {
      color: #6f3b8f; }
  .accordion-block .accordion-info {
    padding: 10px 30px 20px 30px;
    font-size: 0.875em;
    display: none;
    color: #686868; }
    .accordion-block .accordion-info p:last-child {
      margin-bottom: 0; }

.page-404 {
  text-align: center; }
  .page-404 .title-wrap {
    display: inline-block; }
    .page-404 .title-wrap .title {
      background: #6f3b8f;
      color: #fff;
      padding: 20px;
      box-sizing: border-box; }

.bible-verse {
  background: #f8f8f8;
  text-align: center; }

.projects-archive .project-listing .row-wrap {
  display: table;
  table-layout: fixed;
  min-height: 250px; }
  .projects-archive .project-listing .row-wrap.even {
    background: #fff; }
  .projects-archive .project-listing .row-wrap.odd {
    background: #f8f8f8; }
  .projects-archive .project-listing .row-wrap:hover .img-wrap .bg {
    opacity: 1; }
.projects-archive .project-listing .cell {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box; }
  .projects-archive .project-listing .cell.img-wrap {
    width: 250px;
    position: relative;
    background: #6f3b8f; }
    .projects-archive .project-listing .cell.img-wrap .bg {
      top: 0;
      left: 0;
      opacity: 0.6;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: absolute;
      width: 100%;
      height: 100%; }
  .projects-archive .project-listing .cell.excerpt-title {
    padding: 60px 40px; }
    .projects-archive .project-listing .cell.excerpt-title .excerpt {
      margin-bottom: 15px; }

@media (max-width: 800px) {
  #projects-archive .project-listing .row-wrap {
    display: block;
    min-height: unset; }
  #projects-archive .project-listing .cell {
    display: block;
    width: 100%; }
    #projects-archive .project-listing .cell.excerpt-title {
      padding: 30px 20px; }
    #projects-archive .project-listing .cell.img-wrap {
      display: none; } }
.wwdi-archive .wwdi-listing .row-wrap {
  display: table;
  table-layout: fixed;
  min-height: 250px; }
  .wwdi-archive .wwdi-listing .row-wrap.even {
    background: #fff; }
  .wwdi-archive .wwdi-listing .row-wrap.odd {
    background: #f8f8f8; }
  .wwdi-archive .wwdi-listing .row-wrap:hover .img-wrap .bg {
    opacity: 1; }
.wwdi-archive .wwdi-listing .cell {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box; }
  .wwdi-archive .wwdi-listing .cell.img-wrap {
    width: 250px;
    position: relative;
    background: #6f3b8f; }
    .wwdi-archive .wwdi-listing .cell.img-wrap .bg {
      top: 0;
      left: 0;
      opacity: 0.6;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: absolute;
      width: 100%;
      height: 100%; }
  .wwdi-archive .wwdi-listing .cell.excerpt-title {
    padding: 60px 40px; }
    .wwdi-archive .wwdi-listing .cell.excerpt-title .excerpt {
      margin-bottom: 15px; }

@media (max-width: 800px) {
  #wwdi-archive .wwdi-listing .row-wrap {
    display: block;
    min-height: unset; }
  #wwdi-archive .wwdi-listing .cell {
    display: block;
    width: 100%; }
    #wwdi-archive .wwdi-listing .cell.excerpt-title {
      padding: 30px 20px; }
    #wwdi-archive .wwdi-listing .cell.img-wrap {
      display: none; } }
.events-calendar-wrap ul li:before {
  content: none; }

.ecs-event-list {
  margin-left: 0; }
  .ecs-event-list .ecs-event {
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid #eee; }
    .ecs-event-list .ecs-event:before {
      content: none; }
    .ecs-event-list .ecs-event:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .ecs-event-list .ecs-event .ecs-excerpt {
      margin-bottom: 10px; }

.blog-archive .blog-list-column .blog-list-post .row-wrap {
  display: table;
  table-layout: fixed;
  min-height: 250px; }
  .blog-archive .blog-list-column .blog-list-post .row-wrap.even {
    background: #fff; }
  .blog-archive .blog-list-column .blog-list-post .row-wrap.odd {
    background: #f8f8f8; }
  .blog-archive .blog-list-column .blog-list-post .row-wrap:hover .img-wrap .bg {
    opacity: 1; }
.blog-archive .blog-list-column .blog-list-post .cell {
  display: table-cell;
  vertical-align: middle; }
  .blog-archive .blog-list-column .blog-list-post .cell.img-wrap {
    width: 250px;
    position: relative;
    background: #6f3b8f; }
    .blog-archive .blog-list-column .blog-list-post .cell.img-wrap .bg {
      top: 0;
      left: 0;
      opacity: 0.6;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: absolute;
      width: 100%;
      height: 100%; }
  .blog-archive .blog-list-column .blog-list-post .cell.content-title {
    padding: 60px 40px;
    box-sizing: border-box; }
    .blog-archive .blog-list-column .blog-list-post .cell.content-title .title {
      margin-bottom: 5px; }
    .blog-archive .blog-list-column .blog-list-post .cell.content-title .date-cat {
      clear: both;
      overflow: hidden;
      display: block;
      width: 100%;
      margin-bottom: 15px; }
    .blog-archive .blog-list-column .blog-list-post .cell.content-title .date {
      color: #bbb;
      font-size: 0.875em;
      float: left;
      border-right: 1px solid #bbb;
      padding-right: 10px;
      margin-right: 10px;
      line-height: 18px; }
    .blog-archive .blog-list-column .blog-list-post .cell.content-title .categories {
      float: left;
      line-height: 18px; }
      .blog-archive .blog-list-column .blog-list-post .cell.content-title .categories .blog-list-post-cat {
        display: inline-block;
        margin-right: 5px;
        color: #bbb;
        font-size: 0.875em;
        line-height: 18px; }
        .blog-archive .blog-list-column .blog-list-post .cell.content-title .categories .blog-list-post-cat:last-child {
          margin-right: 0; }
        .blog-archive .blog-list-column .blog-list-post .cell.content-title .categories .blog-list-post-cat a {
          background: #bbb;
          color: #f7f7f7;
          padding: 2px 4px; }
          .blog-archive .blog-list-column .blog-list-post .cell.content-title .categories .blog-list-post-cat a:hover {
            background: #6f3b8f;
            color: #fff; }
    .blog-archive .blog-list-column .blog-list-post .cell.content-title .content {
      margin-bottom: 20px; }
.blog-archive .blog-list-column .blog-list-post-navigation {
  overflow: hidden;
  margin-top: 20px; }
.blog-archive .blog-list-sidebar-wrap {
  overflow: hidden;
  margin-top: 60px; }
  .blog-archive .blog-list-sidebar-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .blog-archive .blog-list-sidebar-wrap ul li {
      margin-bottom: 0;
      padding-left: 0; }
      .blog-archive .blog-list-sidebar-wrap ul li ul {
        margin-top: 0; }
      .blog-archive .blog-list-sidebar-wrap ul li:before {
        content: none; }
  .blog-archive .blog-list-sidebar-wrap .sidebar-section {
    box-sizing: border-box;
    border-bottom: 2px solid #6f3b8f;
    padding-bottom: 20px; }
    .blog-archive .blog-list-sidebar-wrap .sidebar-section .sidebar-section-title {
      color: #fff;
      background: #6f3b8f;
      padding: 12px;
      margin-bottom: 20px; }
    .blog-archive .blog-list-sidebar-wrap .sidebar-section .post-date {
      font-size: 0.875em;
      color: #ccc;
      display: inline-block;
      margin-bottom: 15px;
      line-height: 14px; }
    .blog-archive .blog-list-sidebar-wrap .sidebar-section a {
      color: #4d2064;
      font-weight: 500;
      display: inline-block;
      margin-bottom: 0;
      line-height: 16px; }
      .blog-archive .blog-list-sidebar-wrap .sidebar-section a:hover {
        color: #6f3b8f; }
    .blog-archive .blog-list-sidebar-wrap .sidebar-section ul {
      margin: 0 10px; }
      .blog-archive .blog-list-sidebar-wrap .sidebar-section ul li {
        color: #ccc; }
      .blog-archive .blog-list-sidebar-wrap .sidebar-section ul li:last-child .post-date {
        margin-bottom: 0; }

@media (max-width: 800px) {
  .blog-archive .blog-list-column .blog-list-post .row-wrap {
    display: block;
    min-height: unset; }
  .blog-archive .blog-list-column .blog-list-post .cell {
    display: block;
    width: 100%; }
    .blog-archive .blog-list-column .blog-list-post .cell.content-title {
      padding: 30px 20px; }
    .blog-archive .blog-list-column .blog-list-post .cell.img-wrap {
      display: none; }
  .blog-archive .blog-list-sidebar-wrap .sidebar-section {
    margin-bottom: 25px; }
    .blog-archive .blog-list-sidebar-wrap .sidebar-section:last-child {
      margin-bottom: 0; } }
.blog-feed .title-wrap .bf-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px; }
.blog-feed .bf-no-posts-available {
  text-align: center; }

.blog-feed-post .row-wrap {
  display: table;
  table-layout: fixed;
  min-height: 250px;
  background: #fff; }
  .blog-feed-post .row-wrap:hover .img-wrap .bg {
    opacity: 1; }
.blog-feed-post .cell {
  display: table-cell;
  vertical-align: middle; }
  .blog-feed-post .cell.img-wrap {
    width: 250px;
    position: relative;
    background: #6f3b8f; }
    .blog-feed-post .cell.img-wrap .bg {
      top: 0;
      left: 0;
      opacity: 0.6;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: absolute;
      width: 100%;
      height: 100%; }
  .blog-feed-post .cell.content-title {
    padding: 60px 40px;
    box-sizing: border-box; }
    .blog-feed-post .cell.content-title .title {
      margin-bottom: 5px; }
    .blog-feed-post .cell.content-title .date-cat {
      clear: both;
      overflow: hidden;
      display: block;
      width: 100%;
      margin-bottom: 15px; }
    .blog-feed-post .cell.content-title .date {
      color: #bbb;
      font-size: 0.875em;
      float: left;
      border-right: 1px solid #bbb;
      padding-right: 10px;
      margin-right: 10px;
      line-height: 18px; }
    .blog-feed-post .cell.content-title .categories {
      float: left;
      line-height: 18px; }
      .blog-feed-post .cell.content-title .categories .blog-list-post-cat {
        display: inline-block;
        margin-right: 5px;
        color: #bbb;
        font-size: 0.875em;
        line-height: 18px; }
        .blog-feed-post .cell.content-title .categories .blog-list-post-cat:last-child {
          margin-right: 0; }
        .blog-feed-post .cell.content-title .categories .blog-list-post-cat a {
          background: #bbb;
          color: #f7f7f7;
          padding: 2px 4px; }
          .blog-feed-post .cell.content-title .categories .blog-list-post-cat a:hover {
            background: #6f3b8f;
            color: #fff; }
    .blog-feed-post .cell.content-title .content {
      margin-bottom: 20px; }

@media (max-width: 800px) {
  #blog-feed .img-wrap {
    display: none; }
  #blog-feed .content-title {
    padding: 0 0 20px 0;
    vertical-align: top; } }
.blog-post-single .title {
  margin-bottom: 5px; }
.blog-post-single .date-cat {
  clear: both;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 30px; }
.blog-post-single .date {
  color: #bbb;
  font-size: 1em;
  float: left;
  border-right: 1px solid #bbb;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 22px; }
.blog-post-single .categories {
  float: left;
  line-height: 22px; }
  .blog-post-single .categories .blog-list-post-cat {
    display: inline-block;
    margin-right: 5px;
    color: #bbb;
    font-size: 1em;
    line-height: 22px; }
    .blog-post-single .categories .blog-list-post-cat:last-child {
      margin-right: 0; }
    .blog-post-single .categories .blog-list-post-cat a {
      background: #bbb;
      color: #f7f7f7;
      padding: 4px 8px; }
      .blog-post-single .categories .blog-list-post-cat a:hover {
        background: #6f3b8f;
        color: #fff; }

.square-size, .latest-events .title-col, .latest-events .events-col .event-item {
  width: 280px;
  height: 280px; }

.latest-events {
  position: relative;
  height: 280px; }
  .latest-events .title-col {
    background: #6f3b8f;
    color: #fff;
    position: relative; }
    .latest-events .title-col .title-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 65%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .latest-events .title-col .title-wrap .title {
        font-size: 2.25em;
        text-transform: uppercase;
        line-height: 36px;
        word-spacing: 5000px;
        margin-bottom: 15px; }
      .latest-events .title-col .title-wrap .white-box-button {
        overflow: hidden; }
        .latest-events .title-col .title-wrap .white-box-button a {
          padding: 5px 17px; }
          .latest-events .title-col .title-wrap .white-box-button a .arrow {
            width: 32px; }
      .latest-events .title-col .title-wrap .arrow-wrap {
        height: 25px; }
        .latest-events .title-col .title-wrap .arrow-wrap svg {
          width: 40px;
          height: 40px;
          position: relative;
          cursor: pointer;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
          .latest-events .title-col .title-wrap .arrow-wrap svg path, .latest-events .title-col .title-wrap .arrow-wrap svg polygon {
            fill: #fff; }
        .latest-events .title-col .title-wrap .arrow-wrap.active svg {
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  .latest-events .events-col {
    height: 280px;
    position: absolute;
    left: 280px;
    top: 0;
    width: calc(100% - 280px);
    overflow: hidden;
    background: #d5d5d5; }
    .latest-events .events-col .events {
      position: absolute;
      width: 20000px;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden; }
      .latest-events .events-col .events .no-events {
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 1.75em;
        color: #fff;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .latest-events .events-col .events .no-events p {
          margin-bottom: 0; }
    .latest-events .events-col .event-item {
      background: #000;
      position: relative;
      padding: 30px;
      box-sizing: border-box;
      display: table-cell; }
      .latest-events .events-col .event-item .bg {
        opacity: 0.4;
        z-index: 1;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .latest-events .events-col .event-item .info-wrap {
        position: relative;
        z-index: 2; }
        .latest-events .events-col .event-item .info-wrap .date-info {
          font-size: 0.875em;
          color: #fff;
          background: #6f3b8f;
          padding: 6px 8px;
          line-height: 14px;
          box-sizing: border-box;
          display: inline-block;
          text-transform: uppercase;
          margin-bottom: 10px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .latest-events .events-col .event-item .info-wrap .title {
          text-transform: uppercase;
          color: #fff;
          font-weight: 700;
          line-height: 20px; }
      .latest-events .events-col .event-item:hover .bg {
        opacity: 0.7; }
      .latest-events .events-col .event-item:hover .date-info {
        background: #fff;
        color: #222222; }

@media (max-width: 800px) {
  #latest-events {
    height: auto; }
    #latest-events .title-col {
      width: 100%;
      height: auto;
      padding: 2em 5%;
      position: static;
      box-sizing: border-box; }
      #latest-events .title-col .title-wrap {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        text-align: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
        #latest-events .title-col .title-wrap .title {
          word-spacing: normal;
          margin-bottom: 0; }
        #latest-events .title-col .title-wrap .white-box-button {
          display: none; }
    #latest-events .events-col {
      height: auto;
      position: static;
      left: auto;
      top: auto;
      width: 100%;
      display: none; }
      #latest-events .events-col .events {
        width: 100%;
        position: static;
        height: auto;
        overflow: auto; }
        #latest-events .events-col .events .event-item {
          display: block;
          width: 100%;
          height: auto; } }
footer .top {
  background: #eee; }
  footer .top .wrap {
    padding: 4em 0; }
  footer .top .threecol {
    color: #555555; }
    footer .top .threecol .title {
      text-transform: uppercase;
      font-size: 1.25em;
      color: #222;
      margin-bottom: 20px;
      font-weight: 700; }
    footer .top .threecol label {
      font-weight: 700; }
    footer .top .threecol a {
      color: #555555; }
      footer .top .threecol a:hover {
        color: #6f3b8f; }
  footer .top .stay-in-touch .info .f-wrap {
    display: table-cell;
    vertical-align: middle; }
    footer .top .stay-in-touch .info .f-wrap:first-child {
      width: 86%; }
  footer .top .stay-in-touch .info .form-wrap p {
    margin-bottom: 0; }
  footer .top .stay-in-touch .info .form-wrap input {
    border: 2px solid #777777;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    width: 100%; }
    footer .top .stay-in-touch .info .form-wrap input::-webkit-input-placeholder {
      color: #999999; }
    footer .top .stay-in-touch .info .form-wrap input::-moz-placeholder {
      color: #999999; }
    footer .top .stay-in-touch .info .form-wrap input:-moz-placeholder {
      color: #999999; }
    footer .top .stay-in-touch .info .form-wrap input:-ms-input-placeholder {
      color: #999999; }
  footer .top .stay-in-touch .info .icon-wrap {
    width: 35px;
    background: #777;
    position: relative;
    text-align: center; }
    footer .top .stay-in-touch .info .icon-wrap svg {
      width: 18px;
      height: 18px;
      cursor: pointer;
      margin-left: -2px; }
      footer .top .stay-in-touch .info .icon-wrap svg path, footer .top .stay-in-touch .info .icon-wrap svg polygon {
        fill: #fff; }
footer .bottom {
  font-size: 0.875em;
  color: #999999; }
  footer .bottom .wrap {
    padding: 1em 0; }
  footer .bottom .built-by {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    footer .bottom .built-by a {
      color: #999999; }
      footer .bottom .built-by a span {
        font-weight: 700; }
      footer .bottom .built-by a:hover {
        color: #6f3b8f; }

@media (max-width: 800px) {
  #footer .top .threecol {
    margin-bottom: 20px; }
    #footer .top .threecol:last-child {
      margin-bottom: 0; }
  #footer .bottom {
    text-align: center; }
    #footer .bottom .built-by {
      position: relative;
      top: auto;
      right: auto;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; } }
.page .juicer-feed.user li.feed-item, .page .juicer-feed.white li.feed-item {
  border-width: 1px; }
.page .juicer-feed li:before {
  display: none; }

.gform_wrapper input[type="submit"] {
  background: #6f3b8f;
  color: #fff;
  padding: 8px 20px;
  font-size: 1em;
  font-family: "Roboto Condensed", sans-serif !important;
  border: 2px solid #6f3b8f;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .gform_wrapper input[type="submit"]:hover {
    background: none;
    border: 2px solid #6f3b8f;
    color: #6f3b8f; }
.gform_wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .gform_wrapper ul li {
    margin-bottom: 0;
    padding-left: 0; }
    .gform_wrapper ul li ul {
      margin-top: 0; }
    .gform_wrapper ul li:before {
      content: none; }
.gform_wrapper .gform_validation_container {
  display: none; }
.gform_wrapper .validation_error {
  background: red;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px; }
.gform_wrapper .gfield {
  margin-bottom: 20px;
  position: relative; }
  .gform_wrapper .gfield > label {
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden; }
  .gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea {
    border: 1px solid red;
    border-left: 10px solid red; }
  .gform_wrapper .gfield.gfield_error .validation_message {
    margin-top: 10px;
    padding: 6px;
    box-sizing: border-box;
    background: red;
    color: #fff;
    font-size: 0.875em; }
  .gform_wrapper .gfield label {
    display: inline-block; }
  .gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
    padding: 15px;
    box-sizing: border-box;
    color: #aaa;
    width: 100%;
    font-size: 1em;
    display: block;
    border: 1px solid #ccc;
    font-family: "Roboto Condensed", sans-serif !important; }
  .gform_wrapper .gfield input[type="checkbox"], .gform_wrapper .gfield input[type="radio"] {
    display: inline;
    width: auto;
    margin-right: 8px; }
  .gform_wrapper .gfield .ginput_complex {
    overflow: hidden;
    position: relative; }
    .gform_wrapper .gfield .ginput_complex span {
      padding-left: 1.5%;
      padding-right: 1.5%;
      box-sizing: border-box; }
      .gform_wrapper .gfield .ginput_complex span label {
        font-size: 0.875em;
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden; }
    .gform_wrapper .gfield .ginput_complex span:first-of-type {
      padding-left: 0; }
    .gform_wrapper .gfield .ginput_complex span:last-of-type {
      padding-right: 0; }
    .gform_wrapper .gfield .ginput_complex span:nth-of-type(1), .gform_wrapper .gfield .ginput_complex span:nth-of-type(2) {
      float: left;
      width: 50%; }

.flexslider {
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0; }

body {
  -webkit-font-smoothing: antialiased; }

body.locked {
  overflow: hidden; }

*:focus {
  outline: 0; }

.main-content p:last-child {
  margin-bottom: 0 !important; }

.mobile-show {
  display: none; }

.mobile-hide {
  display: block; }

.header-seperator {
  height: 118px; }

.the-page {
  position: relative;
  overflow-x: hidden; }
  .the-page .actual-page {
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .the-page .move-left {
    right: 300px !important; }
  .the-page .move-in {
    right: 0 !important; }

.mobile-menu {
  background-color: #222;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  z-index: 1100;
  overflow: auto;
  box-sizing: border-box;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .mobile-menu .mm-nav-container {
    z-index: 2;
    position: relative; }
  .mobile-menu ul {
    font-size: 16px;
    line-height: 1em; }
    .mobile-menu ul li {
      margin: 0 0 10px 0;
      position: relative; }
    .mobile-menu ul a {
      color: #fff;
      font-weight: 400;
      padding: 10px 0;
      display: inline-block; }
    .mobile-menu ul .sub-menu {
      margin-left: 10px;
      font-size: 14px; }
      .mobile-menu ul .sub-menu li {
        margin: 0 0 10px 0;
        position: relative; }
      .mobile-menu ul .sub-menu a {
        color: #bbb;
        padding: 5px 0;
        font-weight: 300; }
  .mobile-menu .close {
    position: absolute;
    top: 22px;
    right: 17px;
    z-index: 3;
    cursor: pointer; }
    .mobile-menu .close svg {
      width: 24px;
      height: 24px; }
    .mobile-menu .close path:first-child {
      fill: #fff; }
  .mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .mobile-menu ul li {
      margin-bottom: 0;
      padding-left: 0; }
      .mobile-menu ul li ul {
        margin-top: 0; }
      .mobile-menu ul li:before {
        content: none; }

.gallery {
  margin-top: 40px !important; }
  .gallery .gallery-item {
    margin-top: 0 !important; }
    .gallery .gallery-item img {
      border: none !important;
      width: 100%; }

/*--------- 1080px and Down ---------*/
@media (max-width: 800px) {
  body, section {
    font-size: 14px !important; }

  .main-content {
    text-align: center; }

  .mobile-show {
    display: block !important; }

  .mobile-hide {
    display: none !important; } }
/*--------- 960px And Down ---------*/
/*--------- 767px Down ----------*/
/*--------- Landscape Phone ----------*/
@media (max-width: 640px) {
  body, section {
    font-size: 13px !important; } }
/*--------- Portrait Phone ----------*/
@media (max-width: 360px) {
  body, section {
    font-size: 12px !important; } }

/*# sourceMappingURL=style.css.map */
