/*
 Theme Name:   ChariteMax Child
 Theme URI:    http://themeforest.net/user/template_path
 Description:  ChariteMax Child Theme
 Author:       111Web Studio
 Author URI:   http://111webstudio.com/
 Template:     charitemax
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  charitemaxchild
*/
/***********************************************************************************/
/* Variables */
/***********************************************************************************/
/***********************************************************************************/
/* Screen Sizes */
/***********************************************************************************/
/***********************************************************************************/
/* Mixins */
/***********************************************************************************/
/***********************************************************************************/
/* Type Styles */
/***********************************************************************************/
h1 {
  font-family: "Helvetica Neue", "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.1964285714; }
  @media only screen and (max-width: 667px) {
    h1 {
      font-size: 2.75rem; } }

h2 {
  font-family: "Helvetica Neue", "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.875rem;
  line-height: 1.1956521739; }
  @media only screen and (max-width: 667px) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-family: "Helvetica Neue", "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 1.1944444444; }
  @media only screen and (max-width: 667px) {
    h3 {
      font-size: 1.875rem; } }

h4 {
  font-family: "Helvetica Neue", "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.3333333333; }
  @media only screen and (max-width: 667px) {
    h4 {
      font-size: 1.5rem; } }

h5, .main-slider .slider-caption .text {
  font-family: "Helvetica Neue", "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.3; }
  @media only screen and (max-width: 667px) {
    h5, .main-slider .slider-caption .text {
      font-size: 1.125rem; } }

h6 {
  font-family: "Helvetica Neue", "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5555555556; }
  @media only screen and (max-width: 667px) {
    h6 {
      font-size: 1rem; } }

p {
  font-family: "Helvetica Neue", "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.625; }

h1.text--white, h2.text--white, h3.text--white, h4.text--white, h5.text--white, .main-slider .slider-caption .text--white.text, h6.text--white, ol.text--white, ul.text--white, p.text--white {
  color: #FFFFFF; }

h1.text--black, h2.text--black, h3.text--black, h4.text--black, h5.text--black, .main-slider .slider-caption .text--black.text, h6.text--black, ol.text--black, ul.text--black, p.text--black {
  color: #000000; }

h1.text--orange, h2.text--orange, h3.text--orange, h4.text--orange, h5.text--orange, .main-slider .slider-caption .text--orange.text, h6.text--orange, ol.text--orange, ul.text--orange, p.text--orange {
  color: #F4A608; }

h1.text--green, h2.text--green, h3.text--green, h4.text--green, h5.text--green, .main-slider .slider-caption .text--green.text, h6.text--green, ol.text--green, ul.text--green, p.text--green {
  color: #7B8621; }

h1.text--dark-grey, h2.text--dark-grey, h3.text--dark-grey, h4.text--dark-grey, h5.text--dark-grey, .main-slider .slider-caption .text--dark-grey.text, h6.text--dark-grey, ol.text--dark-grey, ul.text--dark-grey, p.text--dark-grey {
  color: #3D3B38; }

h1.text--weight-400, h2.text--weight-400, h3.text--weight-400, h4.text--weight-400, h5.text--weight-400, .main-slider .slider-caption .text--weight-400.text, h6.text--weight-400, ol.text--weight-400, ul.text--weight-400, p.text--weight-400 {
  font-weight: 400; }

h1.text--weight-700, h2.text--weight-700, h3.text--weight-700, h4.text--weight-700, h5.text--weight-700, .main-slider .slider-caption .text--weight-700.text, h6.text--weight-700, ol.text--weight-700, ul.text--weight-700, p.text--weight-700 {
  font-weight: 700; }

h1.text--weight-900, h2.text--weight-900, h3.text--weight-900, h4.text--weight-900, h5.text--weight-900, .main-slider .slider-caption .text--weight-900.text, h6.text--weight-900, ol.text--weight-900, ul.text--weight-900, p.text--weight-900 {
  font-weight: 900; }

h1.text--weight-300, h2.text--weight-300, h3.text--weight-300, h4.text--weight-300, h5.text--weight-300, .main-slider .slider-caption .text--weight-300.text, h6.text--weight-300, ol.text--weight-300, ul.text--weight-300, p.text--weight-300 {
  font-weight: 300; }

/***********************************************************************************/
/* Buttons */
/***********************************************************************************/
.button-container {
  margin: 1.5rem 0 0 0; }
  .button-container--left {
    text-align: left;
    margin-right: auto; }
  .button-container--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .button-container--right {
    text-align: right;
    margin-left: auto; }
  .button-container--no-bottom {
    margin-bottom: 0; }
  .button-container p:empty {
    display: none;
    height: 0; }

a {
  color: #7B8621; }
  a:hover {
    color: #F4A608; }

a.btn {
  position: relative;
  padding: 11px 40px;
  border-radius: 25px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #94c13d;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  min-width: 190px; }
  a.btn--white {
    border-color: transparent;
    background-color: #FFFFFF;
    color: #3D3B38; }
    a.btn--white:hover {
      color: #7B8621;
      background-color: #F7DB70; }

a.btn-style-two, input.btn-style-two {
  background: linear-gradient(45deg, #efaa07 0%, #ebc246 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebc246', endColorstr='#efaa07',GradientType=1 );
  border-color: transparent;
  transition: color 0.25s; }
  a.btn-style-two:hover, input.btn-style-two:hover {
    border-color: transparent;
    background-color: #F7DB70; }

a.btn-play {
  position: relative;
  padding-left: 46px; }
  a.btn-play i {
    font-size: 1.875rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px; }

a.btn-style-one, input.btn-style-one {
  background-color: transparent;
  border: 1px solid #7B8621;
  border-radius: 25px;
  color: #7B8621;
  transition: color 0.25s, border 0.25s ease, background 0.25s; }
  a.btn-style-one:hover, input.btn-style-one:hover {
    color: #FFFFFF;
    background-color: #7B8621;
    border-color: #7B8621; }

a.btn-style-eight:hover {
  background-color: #7B8621;
  border-color: #7B8621; }

/***********************************************************************************/
/* Header */
/***********************************************************************************/
.header-top {
  background-color: #7B8621;
  padding: 0.5rem 0;
  color: #FFFFFF; }
  .header-top .top-left li {
    color: #FFFFFF; }
    @media only screen and (max-width: 667px) {
      .header-top .top-left li {
        margin: 0; } }
  .header-top .top-left a {
    color: #FFFFFF; }
    .header-top .top-left a:hover {
      color: #F6F6F6; }
  .header-top .top-left i.fa {
    display: none; }
  .header-top .top-left ul.links-nav li:nth-child(2) {
    display: none; }
  .header-top .top-right a {
    color: #FFFFFF; }
    .header-top .top-right a:hover {
      color: #F6F6F6; }
  .header-top .top-right .social-links > a {
    padding-left: 5px;
    padding-right: 5px; }
    .header-top .top-right .social-links > a:hover {
      color: #F4A608; }
  .header-top .top-right .social-links span.fa {
    font-size: 0.875rem; }

.main-header .logo-outer .logo img, .sticky-header .logo img {
  width: auto; }

.main-header .logo-outer {
  padding: 0; }
  @media only screen and (max-width: 667px) {
    .main-header .logo-outer {
      padding-left: 0.625rem; } }

@media only screen and (max-width: 815px) {
  .header-upper {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem; } }

.header-upper .container {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1040px) {
    .header-upper .container {
      padding-left: 0;
      padding-right: 0; } }

.header-upper .upper-right {
  margin-left: auto; }

@media only screen and (max-width: 815px) {
  .sticky-header {
    display: none; } }

.sticky-header .clearfix {
  display: flex;
  align-items: center; }

.sticky-header .right-col {
  margin-left: auto; }

@media only screen and (max-width: 667px) {
  .main-menu .navbar-header {
    float: none;
    text-align: right; } }

.main-menu .navbar-header .navbar-toggle {
  margin: auto;
  position: relative;
  left: 40px;
  background-color: #7B8621; }
  @media only screen and (max-width: 667px) {
    .main-menu .navbar-header .navbar-toggle {
      margin-left: auto;
      text-align: right;
      right: 20px;
      left: auto; } }

@media only screen and (max-width: 815px) {
  .main-menu .navbar-collapse > .navigation {
    background-color: #7B8621; }
    .main-menu .navbar-collapse > .navigation > li > ul {
      background-color: #7B8621; }
    .main-menu .navbar-collapse > .navigation > li > ul > li > a {
      background-color: #555d17; }
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
      background-color: #555d17; } }

/***********************************************************************************/
/* Navigation */
/***********************************************************************************/
.main-menu .navigation > li:hover > a {
  color: #3D3B38; }
  .main-menu .navigation > li:hover > a:hover {
    color: #7B8621; }

.main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
  color: #7B8621; }

.main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
  background-color: #7B8621; }

.main-header .sticky-header .main-menu .navigation > li.current > a {
  color: #7B8621; }

.main-header .sticky-header .main-menu .navigation > li > a:hover {
  color: #7B8621; }

.main-header .search-panel .search-btn {
  color: #7B8621; }

.main-header .search-panel input:focus {
  border-color: #7B8621; }

.main-header .header-upper .outer-box {
  display: none; }

/***********************************************************************************/
/* All Pages */
/***********************************************************************************/
.page-title:before {
  background-color: rgba(0, 0, 0, 0.2); }

.page-title.page--no-bg {
  background-color: #F4A608; }
  .page-title.page--no-bg:before {
    display: none; }

.sec-title h1 > span {
  color: #F4A608; }

.sec-title.style-two h4 {
  display: none; }

.sec-title.style-two h1:before {
  content: '';
  width: 64px;
  height: 3px;
  background-color: #7B8621;
  display: block;
  margin-bottom: 17px; }

.sec-title.style-two h1 span {
  color: #F4A608; }

.sec-title-split {
  display: flex;
  width: 100%;
  justify-content: flex-start; }
  @media only screen and (max-width: 667px) {
    .sec-title-split {
      flex-flow: column nowrap; } }
  .sec-title-split__title {
    flex: 1 0 70%; }
    @media only screen and (max-width: 667px) {
      .sec-title-split__title {
        flex: 1 0 100%; } }
    .sec-title-split__title div.text {
      max-width: 630px;
      font-size: 1.125rem; }
  .sec-title-split__button {
    flex: 1 0 30%;
    margin-left: auto;
    align-self: flex-end;
    text-align: right; }
    @media only screen and (max-width: 667px) {
      .sec-title-split__button {
        flex: 1 0 100%;
        text-align: left;
        align-self: flex-start;
        margin-left: 0;
        margin-top: 1.875rem; } }
    .sec-title-split__button a {
      margin-left: auto; }

/***********************************************************************************/
/* Homepage */
/***********************************************************************************/
.home-video-container .main-slider .slide-overlay {
  background-color: transparent; }

.home-video-container .slider-wrapper .image img {
  opacity: 0; }

.home-video-container .main-slider .slider-caption {
  z-index: 20; }

@media only screen and (max-width: 1040px) {
  .main-slider {
    min-height: 100px; } }

.main-slider .container {
  max-width: 945px;
  margin: auto; }

.main-slider h1 {
  padding-top: 80px; }

.main-slider h3 {
  display: none; }
  .main-slider h3:before, .main-slider h3:after {
    display: none; }
  .main-slider h3 span {
    display: none; }

.main-slider h1 {
  text-align: left;
  font-family: "Helvetica Neue", "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.1964285714; }
  @media only screen and (max-width: 667px) {
    .main-slider h1 {
      font-size: 2.75rem; } }

.main-slider .slider-caption .text {
  text-align: left;
  max-width: 70%;
  margin-left: 0;
  font-weight: 400; }
  @media only screen and (max-width: 667px) {
    .main-slider .slider-caption .text {
      max-width: 95%; } }

.main-slider .link-btn {
  text-align: left; }

@media only screen and (max-width: 667px) {
  .about-us {
    max-width: 100%;
    width: 100%; } }

@media only screen and (max-width: 667px) {
  .about-us .image-block-one {
    padding: 0; } }

@media only screen and (max-width: 667px) {
  .about-us .col-lg-6 {
    max-width: 100%;
    width: 100%;
    position: static; } }

.about-us .pl-lg-5 {
  padding-top: 6.25rem;
  max-width: 465px; }
  @media only screen and (max-width: 815px) {
    .about-us .pl-lg-5 {
      padding-top: 1.875rem; } }
  @media only screen and (max-width: 667px) {
    .about-us .pl-lg-5 {
      max-width: 100%;
      padding: 0 1.25rem; } }

.about-us .sign {
  display: none; }

@media only screen and (max-width: 815px) {
  .image-block-one .big-image img {
    text-align: center;
    margin: auto;
    position: static;
    float: none; }
  .image-block-one .small-image {
    right: 30px; } }
  @media only screen and (max-width: 815px) and (max-width: 667px) {
    .image-block-one .small-image {
      display: none; } }

.welcome-section {
  padding: 0; }
  .welcome-section .services-block-one {
    box-shadow: none;
    display: flex;
    flex-flow: column nowrap; }
    .welcome-section .services-block-one .inner-box {
      border-bottom-color: #F4A608;
      box-shadow: none;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      background-color: #FFFFFF;
      display: flex;
      flex-direction: column;
      flex: 1 0 auto; }
      @media only screen and (max-width: 1040px) {
        .welcome-section .services-block-one .inner-box {
          display: flex;
          flex-flow: column nowrap;
          flex: 1 0 auto; } }
    .welcome-section .services-block-one .service-icon {
      min-height: 90px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .welcome-section .services-block-one .service-icon img {
        display: block;
        margin: auto;
        text-align: center; }
    .welcome-section .services-block-one h4 {
      margin-bottom: 0; }
      .welcome-section .services-block-one h4:before, .welcome-section .services-block-one h4:after {
        height: 0;
        display: none; }
      .welcome-section .services-block-one h4 > a {
        color: #7B8621; }
    .welcome-section .services-block-one .read-more {
      margin-top: auto; }
      @media only screen and (max-width: 1040px) {
        .welcome-section .services-block-one .read-more {
          margin-top: auto; } }
    .welcome-section .services-block-one .read-more a:hover {
      background-color: #F4A608;
      color: #FFFFFF; }

.split-cta h1, .split-cta h2, .split-cta h3, .split-cta h4, .split-cta h5, .split-cta .main-slider .slider-caption .text, .main-slider .slider-caption .split-cta .text, .split-cta h6, .split-cta p, .split-cta ol, .split-cta ul {
  color: #FFFFFF; }

.home-events .row {
  border: 1px solid transparent; }

.home-events .upcoming-events-title {
  margin-bottom: 1.875rem; }
  .home-events .upcoming-events-title p {
    max-width: 625px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: auto;
    margin-right: auto; }
  .home-events .upcoming-events-title a {
    font-weight: 700; }

.home-events .event-section-two {
  padding-bottom: 0; }

.join-cta-title h2 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }

section.mailing-list-cta {
  max-width: 95% !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important; }
  @media only screen and (max-width: 815px) {
    section.mailing-list-cta {
      float: left !important;
      max-width: 100% !important; } }

/***********************************************************************************/
/* Event Blocks */
/***********************************************************************************/
.event-block-two .inner-box .lower-content .date {
  background-color: #7B8621; }

.event-block-two .lower-content h4:before, .event-block-two .lower-content h4:after {
  height: 0;
  display: none; }

.event-block-two div.text {
  display: none; }

/***********************************************************************************/
/* News BLocks */
/***********************************************************************************/
.news-block-one .image:before {
  background-color: rgba(119, 130, 25, 0.8); }

.news-block-one .inner-box .lower-box {
  padding-left: 0; }

.news-block-one .lower-box h4 {
  margin-top: 0.75rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem; }
  .news-block-one .lower-box h4:after, .news-block-one .lower-box h4:before {
    display: none; }
  .news-block-one .lower-box h4:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #7B8621;
    display: block; }

.news-block-one .read-more-btn a.read-more {
  font-size: 1.125rem;
  color: #3D3B38;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  transition: color 0.25s; }
  .news-block-one .read-more-btn a.read-more:after {
    content: '';
    display: inline-block;
    height: 2px;
    background-color: #3D3B38;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: background-color 0.25s; }
  .news-block-one .read-more-btn a.read-more:hover {
    color: #F4A608; }
    .news-block-one .read-more-btn a.read-more:hover:after {
      background-color: #F4A608; }

/***********************************************************************************/
/* Footer */
/***********************************************************************************/
.main-footer {
  background-color: #7B8621;
  padding-top: 1.875rem; }
  .main-footer .container {
    display: flex;
    flex-flow: row wrap;
    color: #FFFFFF; }
    @media only screen and (max-width: 667px) {
      .main-footer .container {
        flex-flow: column nowrap; } }
  .main-footer__left {
    flex: 1 0 40%; }
    @media only screen and (max-width: 667px) {
      .main-footer__left {
        flex: 1 0 100%;
        text-align: center; } }
    .main-footer__left .sidebar-widget {
      margin-bottom: 1.25rem; }
      .main-footer__left .sidebar-widget p {
        font-size: 1.125rem; }
  .main-footer__right {
    flex: 1 0 60%;
    text-align: right;
    padding-top: 1.625rem; }
    @media only screen and (max-width: 667px) {
      .main-footer__right {
        flex: 1 0 100%;
        text-align: center; } }
    @media only screen and (max-width: 667px) {
      .main-footer__right__menu {
        display: none; } }
    .main-footer__right__menu ul {
      padding-top: 2.375rem; }
    .main-footer__right__menu ul li {
      display: inline-block;
      font-size: 1.125rem; }
    .main-footer__right__menu ul li a {
      color: #FFFFFF;
      display: inline-block;
      margin-left: 1.5rem;
      transition: color 0.25s; }
      .main-footer__right__menu ul li a:hover {
        color: #F4A608; }
    .main-footer__right__social {
      padding-top: 1.125rem; }
      .main-footer__right__social a {
        font-size: 1.375rem;
        color: #FFFFFF;
        transition: color 0.25s;
        margin-left: 1.25rem; }
        @media only screen and (max-width: 667px) {
          .main-footer__right__social a {
            margin-left: 0.3125rem;
            margin-right: 0.3125rem; } }
        .main-footer__right__social a:hover {
          color: #F4A608; }

.main-footer .footer-bottom {
  padding: 1.25rem 0 0 0;
  color: #FFFFFF;
  font-size: 0.875rem; }
  .main-footer .footer-bottom .container {
    justify-content: center;
    border-top: 2px solid #FFFFFF;
    padding-top: 0.625rem; }
  .main-footer .footer-bottom p {
    color: #FFFFFF;
    font-size: 0.875rem;
    text-transform: uppercase; }
    .main-footer .footer-bottom p a {
      color: #FFFFFF;
      text-decoration: none; }

.scroll-top {
  background-color: #F4A608; }

/***********************************************************************************/
/* Connection Form */
/***********************************************************************************/
body [data-bbox-part-id='64303c49-7bb1-435a-bf1d-8cad312517ba'].BBFormContainer {
  border: none; }
  body [data-bbox-part-id='64303c49-7bb1-435a-bf1d-8cad312517ba'].BBFormContainer .BBFormSectionHeading {
    display: none; }
  body [data-bbox-part-id='64303c49-7bb1-435a-bf1d-8cad312517ba'].BBFormContainer .BBFormFieldContainer span {
    display: none; }
  body [data-bbox-part-id='64303c49-7bb1-435a-bf1d-8cad312517ba'].BBFormContainer .BBFormSection {
    margin: auto;
    text-align: center;
    max-width: 800px; }
    body [data-bbox-part-id='64303c49-7bb1-435a-bf1d-8cad312517ba'].BBFormContainer .BBFormSection fieldset {
      margin: auto;
      text-align: center; }
  body [data-bbox-part-id='64303c49-7bb1-435a-bf1d-8cad312517ba'].BBFormContainer .BBFormTextbox {
    padding: 12px 20px;
    font-size: 16px; }
  body [data-bbox-part-id='64303c49-7bb1-435a-bf1d-8cad312517ba'].BBFormContainer .BBFormSubmitbutton {
    padding: 6px 20px;
    width: 120px;
    border-radius: 20px;
    box-shadow: none; }
  @media screen and (max-width: 1000px) {
    body [data-bbox-part-id='64303c49-7bb1-435a-bf1d-8cad312517ba'].BBFormContainer {
      background: linear-gradient(145deg, #efaa07, #ebc246);
      border-radius: 0px; }
      body [data-bbox-part-id='64303c49-7bb1-435a-bf1d-8cad312517ba'].BBFormContainer .BBFormTextbox {
        width: 80%; }
      body [data-bbox-part-id='64303c49-7bb1-435a-bf1d-8cad312517ba'].BBFormContainer .BBFormSignupFieldWide {
        float: none;
        text-align: center;
        margin: 20px auto; }
      body [data-bbox-part-id='64303c49-7bb1-435a-bf1d-8cad312517ba'].BBFormContainer .BBFormButtonRow {
        margin: auto;
        text-align: center; } }

/***********************************************************************************/
/* Blog */
/***********************************************************************************/
.blog .page-title, .single-post .page-title, .events-single .page-title {
  background-color: #F4A608; }
  .blog .page-title:before, .single-post .page-title:before, .events-single .page-title:before {
    display: none; }

.contact-info-list li b, .contact-info-list li strong {
  font-weight: 700; }

/***********************************************************************************/
/* Events */
/***********************************************************************************/
.events-single .sidebar-page-container .content-side {
  margin-left: auto;
  margin-right: auto; }
