/*!
Theme Name: FadeAfrica
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fadeafrica
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

FadeAfrica is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*************************** SASS **********************************/
/* line 5, ../../sass/sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6, ul, li {
    font-family: "Montserrat", sans-serif;
  }
  
  /* line 9, ../../sass/sass/base/_typography.scss */
  li {
    line-height: 35px;
  }
  
  /* line 13, ../../sass/sass/base/_typography.scss */
  p {
    font-family: "Raleway", sans-serif;
  }
  
  @font-face {
    font-family: "Gotham Rounded Light";
    src: url("<?php bloginfo('stylesheet_directory'); ?>/assets/fonts/GothamRoundedLight.eot");
    src: url("<?php bloginfo('stylesheet_directory'); ?>/assets/fonts/GothamRoundedLight.otf") format("opentype");
  }
  /* line 5, ../../sass/sass/component/_buttons.scss */
  .contact-button, .articles-button {
    padding: 13px 20px;
    border-radius: 25px;
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    background-color: transparent;
    color: #d66016;
    border: 0.5px solid #d66016;
  }
  
  /* line 19, ../../sass/sass/component/_buttons.scss */
  .more-articles {
    padding-bottom: 20px;
  }
  
  /* line 23, ../../sass/sass/component/_buttons.scss */
  .contact-button:hover, .articles-button:hover {
    background-color: #d66016;
    border: 0.5px solid #d66016;
  }
  
  /* line 31, ../../sass/sass/component/_buttons.scss */
  .slider-button {
    background-color: #E71D36;
    border-radius: 15px;
    border: 0.1px solid black;
    box-shadow: 1px 1px 10px #222;
  }
  
  /* line 39, ../../sass/sass/component/_buttons.scss */
  .slider-button:hover {
    background-color: #a61224;
  }
  
  /* line 43, ../../sass/sass/component/_buttons.scss */
  .wpcf7 input[type="submit"] {
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 20px;
    padding: 5px 20px;
    color: white;
    background-color: #d66016;
  }
  
  /* line 53, ../../sass/sass/component/_buttons.scss */
  .wpcf7 input[type="submit"]:hover {
    color: #d66016;
    background-color: transparent;
    border: 1px solid #d66016;
    -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  }
  
  /* line 67, ../../sass/sass/component/_buttons.scss */
  .sign-up-button, .sign-up-button:visited {
    padding: 13px 50px;
    border-radius: 15px;
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    background-color: green;
    color: white;
    border: 0.5px solid green;
  }
  
  /* line 77, ../../sass/sass/component/_buttons.scss */
  .sign-up-button:hover {
    padding: 13px 50px;
    border-radius: 15px;
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    background-color: white;
    color: #d66016;
    border: 0.5px solid white;
  }
  
  /* line 89, ../../sass/sass/component/_buttons.scss */
  .mc4wp-form-fields input[type="submit"] {
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 20px;
    padding: 5px 20px;
    color: white;
    background-color: #d66016;
  }
  
  /* line 99, ../../sass/sass/component/_buttons.scss */
  .search-form input[type="submit"] {
    display: none;
  }
  
  /* line 104, ../../sass/sass/component/_buttons.scss */
  .form-submit input[type="submit"] {
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 5px 20px;
    color: white;
    background-color: #d66016;
  }
  
  /* line 114, ../../sass/sass/component/_buttons.scss */
  .form-submit input[type="submit"]:hover, .mc4wp-form-fields input[type="submit"]:hover {
    background-color: #a61224;
  }
  
  /* line 1, ../../sass/sass/component/_carousel.scss */
  #myslider {
    z-index: 1;
  }
  
  /* line 7, ../../sass/sass/component/_carousel.scss */
  .carousel-inner {
    height: 500px;
    z-index: 1;
  }
  
  /* line 13, ../../sass/sass/component/_carousel.scss */
  .carousel-control-prev {
    display: none;
  }
  
  /* line 16, ../../sass/sass/component/_carousel.scss */
  .carousel-control-next {
    display: none;
  }
  
  /* line 21, ../../sass/sass/component/_carousel.scss */
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: rgba(214, 96, 22, 0.5);
    z-index: 1;
  }
  
  /* line 32, ../../sass/sass/component/_carousel.scss */
  .carousel-item > img {
    width: inherit;
    height: auto;
  }
  
  /* line 37, ../../sass/sass/component/_carousel.scss */
  .carousel-caption {
    top: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 20%;
    border-radius: 20px;
    line-height: 30px;
  }
  /* line 43, ../../sass/sass/component/_carousel.scss */
  .carousel-caption h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  /* line 48, ../../sass/sass/component/_carousel.scss */
  .carousel-caption p {
    font-family: "Raleway", sans-serif;
  }
  
  /* line 1, ../../sass/sass/layout/_footer.scss */
  .footer-content {
    padding: 15px 0;
  }
  
  /* line 5, ../../sass/sass/layout/_footer.scss */
  .footer-sign-up {
    padding: 10px 0;
    background-color: #d66016;
  }
  /* line 9, ../../sass/sass/layout/_footer.scss */
  .footer-sign-up .container .row {
    padding: 15px 0;
  }
  
  /* line 17, ../../sass/sass/layout/_footer.scss */
  .mail-info {
    top: 7px;
  }
  /* line 19, ../../sass/sass/layout/_footer.scss */
  .mail-info h3 {
    text-align: right;
    color: white;
  }
  
  /* line 26, ../../sass/sass/layout/_footer.scss */
  .footer-info-panel {
    padding: 15px 0;
  }
  
  /* line 31, ../../sass/sass/layout/_footer.scss */
  .fade-footer-logo {
    padding-bottom: 10px;
  }
  
  /* line 37, ../../sass/sass/layout/_footer.scss */
  .footer-story ul li, .footer-link ul li, .footer-help ul li {
    list-style: none;
    font-size: 12px;
  }
  /* line 40, ../../sass/sass/layout/_footer.scss */
  .footer-story ul li h5, .footer-link ul li h5, .footer-help ul li h5 {
    color: #d66016;
    font-weight: 600;
  }
  /* line 44, ../../sass/sass/layout/_footer.scss */
  .footer-story ul li a:link, .footer-link ul li a:link, .footer-help ul li a:link {
    color: black;
  }
  /* line 47, ../../sass/sass/layout/_footer.scss */
  .footer-story ul li a:visited, .footer-link ul li a:visited, .footer-help ul li a:visited {
    color: black;
  }
  /* line 50, ../../sass/sass/layout/_footer.scss */
  .footer-story ul li a:hover, .footer-link ul li a:hover, .footer-help ul li a:hover {
    color: #E71D36;
    text-decoration: none;
  }
  
  /* line 63, ../../sass/sass/layout/_footer.scss */
  .footer-credit {
    background-color: black;
    padding: 10px 0;
  }
  /* line 66, ../../sass/sass/layout/_footer.scss */
  .footer-credit h6 {
    font-size: 13px;
    color: white;
  }
  
  /* line 1, ../../sass/sass/layout/_grid.scss */
  .container-wide {
    width: 100%;
    max-width: 100%;
  }
  
  /* line 6, ../../sass/sass/layout/_grid.scss */
  .flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #FFFFFA;
  }
  
  /* line 16, ../../sass/sass/layout/_grid.scss */
  .donate {
    background-color: #E71D36;
  }
  
  /* line 21, ../../sass/sass/layout/_grid.scss */
  .involved {
    background-color: #d66016;
  }
  
  /* line 25, ../../sass/sass/layout/_grid.scss */
  .reachus {
    background-color: #E71D36;
  }
  
  /* line 29, ../../sass/sass/layout/_grid.scss */
  .flex-row > .col-inner > h2 > a:link {
    color: white;
  }
  
  /* line 33, ../../sass/sass/layout/_grid.scss */
  .flex-row > .col-inner > h2 > a:hover {
    text-decoration: none;
  }
  
  /* line 37, ../../sass/sass/layout/_grid.scss */
  .flex-row > .col-inner > h2 > a:visited {
    color: white;
  }
  
  /* line 42, ../../sass/sass/layout/_grid.scss */
  .flex-row > .col-inner > h2 > a:active {
    color: white;
  }
  
  /* line 46, ../../sass/sass/layout/_grid.scss */
  .icon-style {
    font-size: 25px;
  }
  
  /* line 1, ../../sass/sass/layout/_header.scss */
  body {
    padding-top: 80px;
  }
  
  /* line 5, ../../sass/sass/layout/_header.scss */
  .home {
    padding-top: unset;
  }
  
  /* line 3, ../../sass/sass/layout/_navigation.scss */
  .nav-link {
    font-family: "Noto Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #222;
  }
  
  /* line 11, ../../sass/sass/layout/_navigation.scss */
  .nav-link:hover {
    color: #E71D36;
  }
  
  /* line 15, ../../sass/sass/layout/_navigation.scss */
  a.nav-link:visited {
    color: #222;
  }
  
  /* line 18, ../../sass/sass/layout/_navigation.scss */
  a.nav-link:focus {
    color: #E71D36;
  }
  
  /* line 22, ../../sass/sass/layout/_navigation.scss */
  .dropdown-menu {
    background-color: #d66016;
  }
  
  /* line 27, ../../sass/sass/layout/_navigation.scss */
  .dropdown-item {
    color: white;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    line-height: 25px;
  }
  
  /* line 35, ../../sass/sass/layout/_navigation.scss */
  .navbar-default {
    background: #FFFFFA;
    padding: 20px 0;
    box-shadow: 1px 1px 20px #222;
  }
  /* line 40, ../../sass/sass/layout/_navigation.scss */
  .navbar-default button:focus {
    outline: unset;
  }
  
  /* line 45, ../../sass/sass/layout/_navigation.scss */
  .navbar-toggler span {
    display: block;
    background-color: #d66016;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
  }

  @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
  
      .navbar-toggler { top: 12px; }
      
      .nav.ml-auto{ padding: 15px; }
       
      .navbar-brand { padding-left: 10px; }
        
      .carousel-item { height: 350px; }
             
      .carousel-inner{ height: 350px; }
      
      .carousel-caption { top: 140px;  height: 50%; }
          
      .d-none { display: unset !important; }
      
      .carousel-caption h3 { font-size: 15px; }
      
      .carousel-caption p { font-size: 10px; line-height: 12px; padding-top: 10px; }
      
      .brief-intro { padding: 30px 10px !important; }
      
      .col-inner h2 { font-size: 15px; }
      
      .card-row{
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-top: 10px !important;
      padding-bottom: 15px !important;
      }
      
      .mail-info { padding-bottom: 10px; }
      
      
      .footer-content { padding: 10px 15px; }
      
      .work-tabs .nav { display: block; }
      
      .volunteer-content { display: block !important ; }
          
      .volunteer-form { padding: 15px !important ; }
  
  }
  
  
  
  @media screen and (min-width: 320px) {
    /* line 7, ../../sass/sass/layout/_responsive.scss */
    .navbar-toggler {
      top: 12px;
    }
  
    /* line 9, ../../sass/sass/layout/_responsive.scss */
    .nav.ml-auto {
      padding: 15px;
    }
  
    /* line 11, ../../sass/sass/layout/_responsive.scss */
    .navbar-brand {
      padding-left: 10px;
    }
  
    /* line 13, ../../sass/sass/layout/_responsive.scss */
    .carousel-item {
      height: 350px;
    }
  
    /* line 15, ../../sass/sass/layout/_responsive.scss */
    .carousel-inner {
      height: 350px;
    }
  
    /* line 17, ../../sass/sass/layout/_responsive.scss */
    .carousel-caption {
      top: 140px;
      height: 50%;
    }
  
    /* line 19, ../../sass/sass/layout/_responsive.scss */
    .d-none {
      display: unset !important;
    }
  
    /* line 21, ../../sass/sass/layout/_responsive.scss */
    .carousel-caption h3 {
      font-size: 15px;
    }
  
    /* line 23, ../../sass/sass/layout/_responsive.scss */
    .carousel-caption p {
      font-size: 10px;
      line-height: 12px;
      padding-top: 10px;
    }
  
    /* line 25, ../../sass/sass/layout/_responsive.scss */
    .brief-intro {
      padding: 30px 10px !important;
    }
  
    /* line 27, ../../sass/sass/layout/_responsive.scss */
    .col-inner h2 {
      font-size: 15px;
    }
  
    /* line 29, ../../sass/sass/layout/_responsive.scss */
    .card-row {
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-top: 10px !important;
      padding-bottom: 15px !important;
    }
  
    /* line 36, ../../sass/sass/layout/_responsive.scss */
    .mail-info {
      padding-bottom: 10px;
    }
  
    /* line 39, ../../sass/sass/layout/_responsive.scss */
    .footer-content {
      padding: 10px 15px;
    }
  
    /* line 41, ../../sass/sass/layout/_responsive.scss */
    .work-tabs .nav {
      display: block;
    }
  
    /* line 43, ../../sass/sass/layout/_responsive.scss */
    .volunteer-content {
      display: block !important;
    }
  
    /* line 45, ../../sass/sass/layout/_responsive.scss */
    .volunteer-form {
      padding: 15px !important;
    }

.temp-section .temp-parallax{
padding: 50px;
}

.post-body img {
    max-width: 100%;
}
  }
  @media screen and (min-width: 480px) {
    /* line 55, ../../sass/sass/layout/_responsive.scss */
    .mail-info {
      right: 70px;
    }
  
    /* line 57, ../../sass/sass/layout/_responsive.scss */
    .recent-post {
      display: flex;
    }
  
    /* line 59, ../../sass/sass/layout/_responsive.scss */
    .card-row {
      display: table-cell;
      margin: 0 auto;
    }
  
    /* line 61, ../../sass/sass/layout/_responsive.scss */
    .work-tabs .nav {
      display: flex;
    }
  }
  @media screen and (min-width: 576px) {
    /* line 70, ../../sass/sass/layout/_responsive.scss */
    .volunteer-content {
      display: flex !important;
    }
  
    /* line 72, ../../sass/sass/layout/_responsive.scss */
    .volunteer-form {
      padding: 100px 50px !important;
    }
  }
  @media screen and (min-width: 768px) {
    /* line 80, ../../sass/sass/layout/_responsive.scss */
    .footer-content {
      padding: 10px 0;
    }
  
    /* line 82, ../../sass/sass/layout/_responsive.scss */
    .mail-info {
      right: 0;
    }
  
    /* line 84, ../../sass/sass/layout/_responsive.scss */
    .carousel-caption h3 {
      font-size: 20px;
    }
  
    /* line 86, ../../sass/sass/layout/_responsive.scss */
    .carousel-caption p {
      font-size: 15px;
      line-height: unset;
      padding-top: unset;
    }
.temp-section .temp-parallax{
padding: 50px;
}
  }
  @media screen and (min-width: 992px) {
    /* line 96, ../../sass/sass/layout/_responsive.scss */
    .nav.ml-auto {
      padding: unset;
    }
  
    /* line 98, ../../sass/sass/layout/_responsive.scss */
    .navbar-brand {
      padding-left: unset;
    }
  
    /* line 100, ../../sass/sass/layout/_responsive.scss */
    .carousel-item {
      height: unset;
    }
  
    /* line 102, ../../sass/sass/layout/_responsive.scss */
    .carousel-inner {
      height: 500px;
    }
  
    /* line 104, ../../sass/sass/layout/_responsive.scss */
    .carousel-caption {
      top: 200px;
      height: 20%;
    }
  
    /* line 106, ../../sass/sass/layout/_responsive.scss */
    .carousel-caption h3 {
      font-size: 30px;
    }
  
    /* line 108, ../../sass/sass/layout/_responsive.scss */
    .carousel-caption p {
      font-size: unset;
      line-height: unset;
      padding-top: unset;
    }
  
    /* line 110, ../../sass/sass/layout/_responsive.scss */
    .brief-intro {
      padding: 30px 0px;
    }
  
    /* line 112, ../../sass/sass/layout/_responsive.scss */
    .col-inner h2 {
      font-size: 30px;
    }
  
    /* line 114, ../../sass/sass/layout/_responsive.scss */
    .card-row {
      padding: 20px;
      display: -webkit-box;
      margin: unset;
    }
  
    /* line 116, ../../sass/sass/layout/_responsive.scss */
    .mail-info {
      padding-bottom: 0;
      right: 0;
    }
  
    /* line 118, ../../sass/sass/layout/_responsive.scss */
    .recent-post {
      display: block;
    }
  }
  /* line 3, ../../sass/sass/pages/_contact.scss */
  .contact-content {
    padding-top: 30px;
  }
  
  /* line 8, ../../sass/sass/pages/_contact.scss */
  .contact-form, .contact-sidebar {
    padding: 100px 50px;
  }
  /* line 10, ../../sass/sass/pages/_contact.scss */
  .contact-form h3, .contact-sidebar h3 {
    color: #d66016;
  }
  
  /* line 16, ../../sass/sass/pages/_contact.scss */
  .contact-header {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }
  
  /* line 21, ../../sass/sass/pages/_contact.scss */
  .form-body, .sidebar-body {
    padding-top: 15px;
  }
  
  /* line 25, ../../sass/sass/pages/_contact.scss */
  .fa.fa-facebook {
    font-size: 40px;
    color: #3B5998;
    padding: 10px;
  }
  
  /* line 32, ../../sass/sass/pages/_contact.scss */
  .fa.fa-twitter {
    font-size: 40px;
    color: #1DA1F2;
    padding: 10px;
  }
  
  /* line 41, ../../sass/sass/pages/_contact.scss */
  .fa.fa-facebook:hover {
    color: #929292;
  }
  
  /* line 45, ../../sass/sass/pages/_contact.scss */
  .fa.fa-twitter:hover {
    color: #929292;
  }
  
  /* line 1, ../../sass/sass/pages/_home.scss */
  .brief-intro {
    padding: 30px 0;
  }
  
  /* line 7, ../../sass/sass/pages/_home.scss */
  .mission-body p {
    font-size: 1em;
  }
  
  /* line 13, ../../sass/sass/pages/_home.scss */
  .mission-header h5, .message-header h5 {
    color: #d66016;
  }
  
  /* line 18, ../../sass/sass/pages/_home.scss */
  .blockquote-footer {
    color: #E71D36;
  }
  
  /* line 23, ../../sass/sass/pages/_home.scss */
  .blockquote .mb-0 {
    font-style: italic;
    font-size: 0.8em;
    line-height: 25px;
  }
  
  /* line 33, ../../sass/sass/pages/_home.scss */
  .message-body .blockquote {
    border-left: .25rem solid #c2c4c5 !important;
  }
  
  /* line 39, ../../sass/sass/pages/_home.scss */
  .fa.fa-commenting-o, .fa.fa-credit-card, .fa.fa-child {
    font-size: 20px;
  }
  
  /***** RECENT POST *****/
  /* line 46, ../../sass/sass/pages/_home.scss */
  .recentpost-header {
    padding-top: 15px;
  }
  /* line 48, ../../sass/sass/pages/_home.scss */
  .recentpost-header h3 {
    color: #d66016;
  }
  
  /* line 53, ../../sass/sass/pages/_home.scss */
  .post-recent {
    background-color: #F0F0F0;
  }
  
  /***** CARD *****/
  /* line 63, ../../sass/sass/pages/_home.scss */
  .card-title {
    padding: 10px 10px;
  }
  /* line 65, ../../sass/sass/pages/_home.scss */
  .card-title a {
    color: #d66016;
  }
  /* line 68, ../../sass/sass/pages/_home.scss */
  .card-title a:hover {
    text-decoration: none;
  }
  
  /* line 73, ../../sass/sass/pages/_home.scss */
  .card-text {
    padding: 0 10px;
  }
  /* line 75, ../../sass/sass/pages/_home.scss */
  .card-text .st-animated {
    display: none;
  }
  
  /* line 81, ../../sass/sass/pages/_home.scss */
  .card-row {
    padding: 20px;
  }
  
  /* line 1, ../../sass/sass/pages/_volunteer.scss */
  .volunteer-content {
    display: flex;
  }
  
  /* line 6, ../../sass/sass/pages/_volunteer.scss */
  .volunteer-form {
    padding: 100px 50px;
  }
  /* line 8, ../../sass/sass/pages/_volunteer.scss */
  .volunteer-form h3 {
    color: #d66016;
  }
  
  /* line 14, ../../sass/sass/pages/_volunteer.scss */
  .volunteer-header {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }
  
  /* line 1, ../../sass/sass/pages/_blog.scss */
  .blog {
    background-color: #FAFAFA;
  }
  
  /* line 5, ../../sass/sass/pages/_blog.scss */
  .blog footer {
    background-color: white;
  }
  
  /* line 12, ../../sass/sass/pages/_blog.scss */
  .feature-image {
    background-image: url("http://res.cloudinary.com/house16-design-studio/image/upload/v1523016633/fadeafrica/about-banner.png");
    display: table;
    height: 150px;
    width: 100%;
    background-size: cover;
  }
  /* line 20, ../../sass/sass/pages/_blog.scss */
  .feature-image h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 2em;
    font-weight: 600;
    position: relative;
    z-index: 2;
  }
  
  /* line 33, ../../sass/sass/pages/_blog.scss */
  .feature-image > .overlay {
    display: table;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: rgba(214, 96, 22, 0.5);
    z-index: 1;
  }
  
  /* line 47, ../../sass/sass/pages/_blog.scss */
  .blog-container {
    width: 900px;
    max-width: 100%;
  }
  
  /* line 53, ../../sass/sass/pages/_blog.scss */
  .post, .widget, #comments {
    position: relative;
    border: solid 1px #ddd;
    background: white;
    margin: 0 0 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
  }
  
  /* line 64, ../../sass/sass/pages/_blog.scss */
  .post header, .post .post-excerpt, .post .post-body, #comments .comments-wrap {
    padding: 20px;
  }
  
  /* line 68, ../../sass/sass/pages/_blog.scss */
  .code-block.code-block-4 img {
    float: left;
    margin-right: 2em;
    margin-bottom: 0.5em;
  }
  
  /* line 74, ../../sass/sass/pages/_blog.scss */
  .post-body img {
    float: left;
    margin-right: 2em;
    margin-bottom: 0.5em;
   max-width: 100% !important;
  }
  
  /* line 80, ../../sass/sass/pages/_blog.scss */
  .post header h3, .post header h1 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: solid 1px #ddd;
  }
  
  /* line 86, ../../sass/sass/pages/_blog.scss */
  .post header h1 {
    font-size: 24px;
  }
  
  /* line 90, ../../sass/sass/pages/_blog.scss */
  .post-image img {
    height: auto;
    max-width: 100%;
  }
  
  /* line 95, ../../sass/sass/pages/_blog.scss */
  .post-detail {
    font-size: 12px;
    width: auto;
    color: #838383;
  }
  /* line 99, ../../sass/sass/pages/_blog.scss */
  .post-detail a {
    color: #838383;
  }
  
  /* line 104, ../../sass/sass/pages/_blog.scss */
  .moretag {
    color: #E71D36;
  }
  
  /* line 109, ../../sass/sass/pages/_blog.scss */
  .post-detail i.fa {
    padding-left: 10px;
  }
  
  /* line 113, ../../sass/sass/pages/_blog.scss */
  .post-detail i.fa:first-child {
    padding: 0;
  }
  
  /* line 117, ../../sass/sass/pages/_blog.scss */
  .feature-image {
    display: table;
    width: 100%;
  }
  
  /* line 124, ../../sass/sass/pages/_blog.scss */
  .entry-header .entry-title a {
    color: #d66016;
  }
  
  /* line 131, ../../sass/sass/pages/_blog.scss */
  .page-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
  /* line 139, ../../sass/sass/pages/_blog.scss */
  #primary {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  /* line 144, ../../sass/sass/pages/_blog.scss */
  .posts-navigation {
    display: none;
  }
  
  /* WIDGETS */
  /* line 150, ../../sass/sass/pages/_blog.scss */
  .widget {
    padding: 20px;
  }
  
  /* line 154, ../../sass/sass/pages/_blog.scss */
  .widget h4 {
    color: #d66016;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #ddd;
    font-size: 20px;
  }
  
  /* line 162, ../../sass/sass/pages/_blog.scss */
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  /* line 168, ../../sass/sass/pages/_blog.scss */
  .widget ul li:hover {
    position: relative;
    left: 1px;
  }
  
  /* line 173, ../../sass/sass/pages/_blog.scss */
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 12px;
  }
  
  /* line 192, ../../sass/sass/pages/_blog.scss */
  .widget-area ul li a {
    color: black;
    text-decoration: none;
  }
  /* line 196, ../../sass/sass/pages/_blog.scss */
  .widget-area ul li a:hover {
    color: #E71D36;
  }
  
  /* COMMENTS */
  /* line 205, ../../sass/sass/pages/_blog.scss */
  #comments h3 {
    text-align: center;
    font-size: 15px;
  }
  
  /* line 210, ../../sass/sass/pages/_blog.scss */
  #comments h4 {
    font-size: 1.3em;
  }
  
  /* line 214, ../../sass/sass/pages/_blog.scss */
  #comments ol {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  /* line 220, ../../sass/sass/pages/_blog.scss */
  #comments ol li {
    background: rgba(0, 0, 0, 0.02);
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.03);
  }
  
  /* line 228, ../../sass/sass/pages/_blog.scss */
  #comments ol lo ol.children {
    padding: 0;
    list-style: none;
    font-size: 0.96em;
  }
  
  /* line 234, ../../sass/sass/pages/_blog.scss */
  #comments footer {
    background: none;
    color: inherit;
  }
  
  /* line 239, ../../sass/sass/pages/_blog.scss */
  #comments footer a {
    color: inherit;
  }
  
  /* line 243, ../../sass/sass/pages/_blog.scss */
  #comments .meta-data {
    margin: 10px 0 0;
  }
  
  /* line 249, ../../sass/sass/pages/_blog.scss */
  #leave-comment {
    margin: 40px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #eee;
  }
  
  /* line 255, ../../sass/sass/pages/_blog.scss */
  article footer.entry-footer {
    display: none !important;
  }
  
  /***** PAGINATION *******/
  /* line 263, ../../sass/sass/pages/_blog.scss */
  .navigation li a,
  .navigation li a:hover,
  .navigation li.active a,
  .navigation li.disabled {
    color: #fff;
    text-decoration: none;
  }
  
  /* line 271, ../../sass/sass/pages/_blog.scss */
  .navigation li {
    display: inline;
  }
  
  /* line 275, ../../sass/sass/pages/_blog.scss */
  .navigation li a,
  .navigation li a:hover,
  .navigation li.active a,
  .navigation li.disabled {
    background-color: transparent;
    color: #d66016;
    border: 1px solid #ddd;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
  }
  
  /* line 287, ../../sass/sass/pages/_blog.scss */
  .navigation li a:hover,
  .navigation li.active a {
    background-color: #d66016;
    color: white;
  }
  
  /* line 4, ../../sass/sass/pages/_our-work.scss */
  .our-work .container {
    width: 900px;
    max-width: 100%;
  }
  
  /* line 11, ../../sass/sass/pages/_our-work.scss */
  .feature-image-work > .overlay {
    display: table;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: rgba(214, 96, 22, 0.5);
    z-index: 1;
  }
  
  /* line 24, ../../sass/sass/pages/_our-work.scss */
  .feature-image-work {
    background-image: url("http://res.cloudinary.com/house16-design-studio/image/upload/v1523016666/fadeafrica/work-banner.png");
    display: table;
    height: 350px;
    width: 100%;
    background-size: cover;
  }
  /* line 31, ../../sass/sass/pages/_our-work.scss */
  .feature-image-work h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 2em;
    font-weight: 600;
    position: relative;
    z-index: 2;
  }
  
  /* line 45, ../../sass/sass/pages/_our-work.scss */
  .content-work {
    padding: 30px 0;
  }
  
  /* line 49, ../../sass/sass/pages/_our-work.scss */
  .work-container {
    padding: 30px 10px;
    border-top: 2px solid #ddd;
  }
  /* line 54, ../../sass/sass/pages/_our-work.scss */
  .work-container h5 {
    color: #d66016;
  }
  
  /* line 60, ../../sass/sass/pages/_our-work.scss */
  .tab-container {
    padding: 20px 20px;
  }
  
  /* line 64, ../../sass/sass/pages/_our-work.scss */
  .embed-responsive-item {
    padding-top: 30px;
  }
  
  /* line 69, ../../sass/sass/pages/_our-work.scss */
  .nav-tabs .nav-link {
    color: #d66016;
  }
  
  /* line 74, ../../sass/sass/pages/_our-work.scss */
  .work-tabs > a.nav-link:visited {
    color: #E71D36 !important;
  }
  
  /* line 4, ../../sass/sass/pages/_about-us.scss */
  .about-us .container {
    width: 900px;
    max-width: 100%;
  }
  
  /* line 12, ../../sass/sass/pages/_about-us.scss */
  .feature-image-about > .overlay {
    display: table;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: rgba(214, 96, 22, 0.5);
    z-index: 1;
  }
  
  /* line 25, ../../sass/sass/pages/_about-us.scss */
  .feature-image-about {
    background-image: url("http://res.cloudinary.com/house16-design-studio/image/upload/v1523016633/fadeafrica/about-banner.png");
    display: table;
    height: 350px;
    width: 100%;
    background-size: cover;
  }
  /* line 32, ../../sass/sass/pages/_about-us.scss */
  .feature-image-about h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 2em;
    font-weight: 600;
    position: relative;
    z-index: 2;
  }
  
  /* line 46, ../../sass/sass/pages/_about-us.scss */
  .content-about {
    padding: 30px 0;
  }
  
  /* line 50, ../../sass/sass/pages/_about-us.scss */
  .about-info {
    border-top: 1px solid #ddd;
  }
  
  /* line 54, ../../sass/sass/pages/_about-us.scss */
  .about-info-wrap {
    padding: 20px 0;
  }
  
  /* line 4, ../../sass/sass/pages/_portfolio.scss */
  .our-portfolio .container {
    width: 900px;
    max-width: 100%;
  }
  
  /* line 12, ../../sass/sass/pages/_portfolio.scss */
  .feature-image-portfolio > .overlay {
    display: table;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: rgba(214, 96, 22, 0.5);
    z-index: 1;
  }
  
  /* line 25, ../../sass/sass/pages/_portfolio.scss */
  .feature-image-portfolio {
    background-image: url("http://res.cloudinary.com/house16-design-studio/image/upload/v1523016649/fadeafrica/portfolio-banner.png");
    display: table;
    height: 350px;
    width: 100%;
    background-size: cover;
  }
  /* line 32, ../../sass/sass/pages/_portfolio.scss */
  .feature-image-portfolio h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 2em;
    font-weight: 600;
    position: relative;
    z-index: 2;
  }
  
  /* line 46, ../../sass/sass/pages/_portfolio.scss */
  .content-portfolio {
    padding: 30px 0;
  }
  
  /* line 50, ../../sass/sass/pages/_portfolio.scss */
  .portfolio-info {
    border-top: 1px solid #ddd;
  }
  
  /* line 54, ../../sass/sass/pages/_portfolio.scss */
  .portfolio-info-wrap {
    padding: 20px 0;
  }
  
  /* line 4, ../../sass/sass/pages/_problem.scss */
  .the-problem .container {
    width: 900px;
    max-width: 100%;
  }
  
  /* line 12, ../../sass/sass/pages/_problem.scss */
  .feature-image-problem > .overlay {
    display: table;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: rgba(214, 96, 22, 0.5);
    z-index: 1;
  }
  
  /* line 25, ../../sass/sass/pages/_problem.scss */
  .feature-image-problem {
    background-image: url("http://res.cloudinary.com/house16-design-studio/image/upload/v1523016645/fadeafrica/problem-banner.png");
    display: table;
    height: 350px;
    width: 100%;
    background-size: cover;
  }
  /* line 32, ../../sass/sass/pages/_problem.scss */
  .feature-image-problem h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 2em;
    font-weight: 600;
    position: relative;
    z-index: 2;
  }
  
  /* line 46, ../../sass/sass/pages/_problem.scss */
  .content-problem {
    padding: 30px 0;
  }
  
  /* line 50, ../../sass/sass/pages/_problem.scss */
  .problem-info {
    border-top: 1px solid #ddd;
  }
  
  /* line 54, ../../sass/sass/pages/_problem.scss */
  .problem-info-wrap {
    padding: 20px 0;
  }
  /* line 57, ../../sass/sass/pages/_problem.scss */
  .problem-info-wrap h5 {
    color: #d66016;
  }
  
  /* line 1, ../../sass/sass/pages/_gallery.scss */
  .gallery {
    padding-top: 40px;
  }
  /* line 3, ../../sass/sass/pages/_gallery.scss */
  .gallery .container {
    width: 900px;
    max-width: 100%;
  }
  
  /* line 9, ../../sass/sass/pages/_gallery.scss */
  .gallery-content > .container > .gallery-header {
    padding: 15px 0;
    border-top: 2px solid #ddd;
  }
  /* line 13, ../../sass/sass/pages/_gallery.scss */
  .gallery-content > .container > .gallery-header h3 {
    color: #d66016;
  }
  
  /* line 4, ../../sass/sass/pages/_donate.scss */
  .feature-image-donate > .overlay {
    display: table;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: rgba(214, 96, 22, 0.5);
    z-index: 1;
  }
  
  /* line 17, ../../sass/sass/pages/_donate.scss */
  .feature-image-donate {
    background-image: url("http://res.cloudinary.com/house16-design-studio/image/upload/v1523016645/fadeafrica/contact-banner.png");
    display: table;
    height: 350px;
    width: 100%;
    background-size: cover;
  }
  /* line 24, ../../sass/sass/pages/_donate.scss */
  .feature-image-donate h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 2em;
    font-weight: 600;
    position: relative;
    z-index: 2;
  }
  
  /* line 38, ../../sass/sass/pages/_donate.scss */
  .content-donate {
    padding: 30px 0;
  }
  
  /* line 42, ../../sass/sass/pages/_donate.scss */
  .donate-info {
    border-top: 1px solid #ddd;
  }
  
  /* line 46, ../../sass/sass/pages/_donate.scss */
  .donate-info-wrap {
    padding: 20px 0;
  }
  
  /* line 51, ../../sass/sass/pages/_donate.scss */
  .donate-info-inner h3 {
    color: #d66016;
  }
  
  /*************************** SASS END **********************************/
 

  /* CUSTOM CSS */

  .fade-announcements {
    margin: 0 0 40px 0;
    border-bottom: 1px solid #bfbfbf;
  }

  .announcement-flex {
    display: flex;
    justify-content: space-between;
  }

  .announcement-flex-left {
    padding: 0 50px 0 0;
  }

  .announcement-body {
    margin-bottom: 20px;
  }




  /* CUSTOM CSS END */
 
 
 
  /* Small menu. */
  /* line 76, ../../sass/sass/style.scss */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
  
  @media screen and (min-width: 37.5em) {
    /* line 82, ../../sass/sass/style.scss */
    .menu-toggle {
      display: none;
    }
  
    /* line 85, ../../sass/sass/style.scss */
    .main-navigation ul {
      display: block;
    }
  }
  /* line 90, ../../sass/sass/style.scss */
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
  }
  
  /* line 97, ../../sass/sass/style.scss */
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }
  
  /* line 104, ../../sass/sass/style.scss */
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
  
  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  /* line 116, ../../sass/sass/style.scss */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }
  
  /* line 129, ../../sass/sass/style.scss */
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
  
  /* Do not show the outline on the skip link target. */
  /* line 152, ../../sass/sass/style.scss */
  #content[tabindex="-1"]:focus {
    outline: 0;
  }
  
  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  /* line 159, ../../sass/sass/style.scss */
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  
  /* line 165, ../../sass/sass/style.scss */
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  
  /* line 171, ../../sass/sass/style.scss */
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  /* line 181, ../../sass/sass/style.scss */
  .clear:before,
  .clear:after,
  .entry-content:before,
  .entry-content:after,
  .comment-content:before,
  .comment-content:after,
  .site-header:before,
  .site-header:after,
  .site-content:before,
  .site-content:after,
  .site-footer:before,
  .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
  }
  
  /* line 198, ../../sass/sass/style.scss */
  .clear:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after {
    clear: both;
  }
  
  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
  /* line 210, ../../sass/sass/style.scss */
  .widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
  }
  
  /* line 215, ../../sass/sass/style.scss */
  .widget select {
    max-width: 100%;
  }
  
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  /* line 225, ../../sass/sass/style.scss */
  .sticky {
    display: block;
  }
  
  /* line 229, ../../sass/sass/style.scss */
  .hentry {
    margin: 0 0 1.5em;
  }
  
  /* line 233, ../../sass/sass/style.scss */
  .updated:not(.published) {
    display: none;
  }
  
  /* line 237, ../../sass/sass/style.scss */
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 1.5em 0 0;
  }
  
  /* line 243, ../../sass/sass/style.scss */
  .page-links {
    clear: both;
    margin: 0 0 1.5em;
  }
  
  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  /* line 251, ../../sass/sass/style.scss */
  .comment-content a {
    word-wrap: break-word;
  }
  
  /* line 255, ../../sass/sass/style.scss */
  .bypostauthor {
    display: block;
  }
  
  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  /* line 263, ../../sass/sass/style.scss */
  .infinite-scroll .posts-navigation,
  .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
  }
  
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  /* line 270, ../../sass/sass/style.scss */
  .infinity-end.neverending .site-footer {
    display: block;
  }
  
  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  /* line 277, ../../sass/sass/style.scss */
  .page-content .wp-smiley,
  .entry-content .wp-smiley,
  .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  
  /* Make sure embeds and iframes fit their containers. */
  /* line 287, ../../sass/sass/style.scss */
  embed,
  iframe,
  object {
    max-width: 100%;
  }
  
  /* Make sure logo link wraps around logo image. */
  /* line 294, ../../sass/sass/style.scss */
  .custom-logo-link {
    display: inline-block;
  }
  
  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  /* line 301, ../../sass/sass/style.scss */
  .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
  }
  
  /* line 306, ../../sass/sass/style.scss */
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* line 312, ../../sass/sass/style.scss */
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
  }
  
  /* line 316, ../../sass/sass/style.scss */
  .wp-caption-text {
    text-align: center;
  }
  
  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  /* line 323, ../../sass/sass/style.scss */
  .gallery {
    margin-bottom: 1.5em;
  }
  
  /* line 327, ../../sass/sass/style.scss */
  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  
  /* line 334, ../../sass/sass/style.scss */
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  
  /* line 338, ../../sass/sass/style.scss */
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  
  /* line 342, ../../sass/sass/style.scss */
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  
  /* line 346, ../../sass/sass/style.scss */
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  
  /* line 350, ../../sass/sass/style.scss */
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  
  /* line 354, ../../sass/sass/style.scss */
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  
  /* line 358, ../../sass/sass/style.scss */
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  
  /* line 362, ../../sass/sass/style.scss */
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  
  /* line 366, ../../sass/sass/style.scss */
  .gallery-caption {
    display: block;
  }
  
  /* line 370, ../../sass/sass/style.scss */
  .logged-in .fixed-top {
    top: 32px;
  }

  /*ADDITIONAL CSS 
  =================================================

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

  .board-of-directors h4{
    color: #d66016;
  }

  .directors-header{
    padding: 1rem 0;
  }

.hunger-for-power{
    padding-bottom: 5rem;
    padding-top: 3rem;
  }

  .hunger-text{
    padding-bottom: 15px;
    padding-top: 10px;
  }

  .hunger-img img{
    max-width: 100%;
  }
  .site-main article .entry-header{
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
    color: #d66016;
  }

  .woocommerce a.button{

    padding: 13px 20px;
    border-radius: 25px;
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    background-color: transparent;
    color: #d66016;
    border: 0.5px solid #d66016;

  }

  .woocommerce a.button:hover{
    background-color: #d66016;
    color: white;
    transition: 300ms ease-in-out;
  }

  .woocommerce button.button, .woocommerce input.button {
    background-color: #d66016;
    color: white;
  }
  td.actions .button{

    background-color: #a61224;
    color: white;

  }

  .wc-proceed-to-checkout a.button.alt{
    background-color: #d66016;
    color: white;
  }

  .woocommerce button.button.alt{
    background-color: #d66016;
    color: white;
  }

  .woocommerce button.button.alt:hover{
    background-color: #a61224;
    color: white;
    transition: 300ms ease-in;
  }

  .wc-proceed-to-checkout a.button.alt:hover{
    background-color: #a61224;
    color: white;
  }

  .woocommerce ul.products li.product .price, .woocommerce div.product p.price {
color: red;
  }

  .product_meta{
    display: none;
  }

  .woocommerce table.shop_table th{
    font-family: 'montserrat', sans-serif;
  }

  .woocommerce table.shop_table td{
    font-family: 'montserrat', sans-serif;
  }

.temp-parallax{
  background-image: url("https://res.cloudinary.com/house16-design-studio/image/upload/v1531146381/Mandela-eyes_bw_jsadh3.jpg");
  padding: 100px;
  background-size: cover;
  background-attachment: fixed;
}

.temp-parallax h2{
  font-weight: bolder;
  color: white;
}

.temp-parallax p{
  color: white;
}

.temp-section img{
max-width: 100%;
}

.post-body img {
    max-width: 100%;
}


.page .layoutArea .column p img.alignnone.size-full.wp-image-479{
max-width: 100%;
}

.post-body img {
    max-width: 100%;
}

.section-n{
  margin: 8em 0;
}


  

  