footer .footer, .cd-fixed-bg-one {
  background-color: #800080 !important;
}

  .copyright, #primary-menu > li:first-child, .site-title, .site-description {
    display: none !important;
  }

  @media screen and (min-width: 1100px) {
    
    #primary-menu {
      text-align: center;
    }
    
    ul#primary-menu li a {
      font-size: 14px !important;
      font-weight: bold !important;
    }
  }

    #primary-menu li a:hover {
      color: #800080 !important;
    }

.wfc-info-header {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  /* background: #eee; */
}

  @media screen and (min-width: 955px) {
    .wfc-info-header {
      padding: 10px 80px;
      flex-direction: row;
      justify-content: space-between;
    }
  }

  .wfc-info-header > button {
    display: inline-block;
    padding: 20px 40px !important;
    max-width: 200px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    color: white;
    background: #f7b24b;
    position: relative;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    margin-bottom: 120px;
    border: 0;
    transition: background 0.3s ease-in-out;
  }
  
    @media screen and (min-width: 955px) {
      .wfc-info-header > button {
        margin-bottom: 0;
      }
    }
  
    .wfc-info-header button span {
      text-transform: none;
      text-align: left;
      position: absolute;
      height: 100%;
      padding: 10px;
      background: #333;
      color: white;
      font-size: 12px;
      width: 300px;
      top: calc(100% + 20px);
      left: 50%;
      transform: translateX(-50%);
    }
    
      @media screen and (min-width: 955px) {
        .wfc-info-header button span {
          left: calc(100% + 20px);
          top: 0;
          transform: none;
        }
      }
    
      .wfc-info-header button span a {
        color: white;
        border-bottom: 1px solid white;
      }
    
      .wfc-info-header button span:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 10px solid #333;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
      }
      
      @media screen and (min-width: 955px) {
        .wfc-info-header button span:before {
          border-top: 10px solid transparent;
          border-right: 10px solid #333;
          border-bottom: 10px solid transparent;
          border-left: none;
          right: 100%;
          top: 50%;
          left: initial;
          transform: translateY(-50%);
        }
      }
      
  .wfc-info-header__contact {
    font-family: Raleway, sans-serif;
    padding: 20px 0;
  }
  
    @media screen and (min-width: 955px) {
      .wfc-info-header__contact {
        padding: 0;
      }
    }
  
    .wfc-info-header__contact div {
      font-size: 12px;
    }
    
      .wfc-info-header__contact a {
        border-bottom: 1px solid #800080;
        color: #800080;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
      }
  
#masthead div.header-inner #secondary {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  margin-top: 0;
}

  @media screen and (min-width: 956px) {
    #masthead div.header-inner #secondary {
      margin-top: -80px;
      position: relative;
      top: initial;
      right: initial;
      transform: none;
    }
  }
  
.wfc-social-bar {
  background: #f7b24b;
  display: flex;
  justify-content: center;
  z-index: 10000;
}

  @media screen and (min-width: 955px) {
    .wfc-social-bar {
      position: fixed;
      top: 25%;
      right: 0;
      width: 50px;
      flex-direction: column;
    }
  }

  .wfc-social-bar a {
    margin: 10px;
    border-bottom: 0 !important;
    display: flex;
    justify-content: center;
  }
  
    .wfc-social-bar a:hover {
      text-decoration: none;
      opacity: 0.8;
      border-bottom: 0 !important;
    }

    .wfc-social-bar i {
      color: white;
      font-size: 24px;
    }
  
.header-inner {
  position: relative;
  z-index: 5;
}

  .header-inner a.custom-logo-link img {
    width: auto;
    height: 100px;
  }
  
    @media screen and (min-width: 955px) {
      .header-inner a.custom-logo-link img {
        height: 175px;
      }
    }

.wfc-donate a {
  display: inline-block;
  background: #f7b24b;
  width: 100%;
  text-align: center;
  padding: 20px 20px 18px;
  border-radius: 7px;
  color: white;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 20px;
  border: 0;
}

  .wfc-donate a:hover {
    color: white;
    background: rgba(247, 178, 75, 0.8);
  }
  
.cd-fixed-bg-one {
  padding: 10px 0 5px !important;
}

hr {
  display: none !important;
}

.cd-fixed-bg-one h1 {
  font-size: 4rem !important;
  font-weight: normal;
}

.content-area .hentry {
  padding-top: 0;
}

.sidebar .textwidget ul {
  padding: 15px;
}