/*
 Theme Name:   Helping Hand Child
Theme URI: http://demo.farost.net/helpinghand
Author: Farost
Author URI: https://farost.net/
Description: The 2017 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Template:     helping-hand
Version:      1.0.0
Tags:         responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:  helping-hand
*/

@import url('https://fonts.googleapis.com/css2?family=Recursive&display=swap');
/* make the donate button white on blue */
@media screen and (min-width: 992px) {
  .main-header .menu-item-26753 a {
    background-color: #f9cac5;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 10px 20px !important;
  }

  .main-header .menu-item-26753 a:hover {
    background-color: #4052e5;
  }

  #menu-item-26753 > a {
    color: #fff !important;
  }

  .main-navigation .menu-main-menu > li {
    padding: 0 1.5%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .main-navigation .menu-main-menu > li {
    padding: 0 1.5%;
  }
}

.css-events-list {
  text-align: center;
}

@media screen and (max-width: 599px) {
  #cshero-header .menu-mobile {
    top: 50% !important;
  }

  .sd-search {
    display: none;
  }

  #cshero-header-logo {
    text-align: left !important;
  }

  #cshero-header-navigation {
    top: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  #cshero-header .menu-mobile {
    right: 0 !important;
    left: auto !important;
  }
}

@media screen and (min-width: 992px) {
  .menu-main-menu {
    text-align: right !important;
  }

  .menu-main-menu > li > a:hover {
    color: #fff !important;
  }
}

h1,
h2 {
  font-family: 'Montserrat' !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

h3 {
  font-family: 'Recursive' !important;
  text-transform: capitalize;
  color: #000 !important;
}
p,
a,
span,
li {
  font-family: 'Open Sans' !important;
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.9);
}

.post__snack__title {
  font-weight: bold;
}

.post__snack__title:hover {
  color: #f9cac5;
}

.vc_cta3-content > header > h2,
.home__navsnack__content > span {
  font-family: 'Montserrat' !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.vc_cta3-content > header > h4 {
  font-family: 'Recursive' !important;
  text-transform: capitalize;
}

#post-339
  > div
  > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1603455418750.vc_row-has-fill
  > div
  > div
  > div
  > section
  > div {
  padding-left: 0px !important;
}

.line {
  font-size: 30px !important;
  color: #000000 !important;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin-bottom: 75px !important;
}

.line:after {
  margin-bottom: 40px;
  position: absolute;
  content: '';
  background-color: #f9cac5;
  height: 2px;
  width: 30px;
  bottom: -75px;
  left: 50%;
  transform: translatex(-50%);
  bottom: -65px;
}

.fa-envelope {
  color: #f9cac5 !important;
}

.vc_custom_heading.line-bottom span {
  bottom: -65px !important;
}

/*.hd-fixed .header-fixed {
  background-color: #383b3f !important;
}

.menu-main-menu > li.current-menu-item > a,.menu-main-menu > li.current-menu-ancestor > a{
  color:#fe5d4b !important;
}

.menu-main-menu > li ul li.current-menu-item > a,.menu-main-menu > li ul li.current-menu-ancestor > a{
  color:#fe5d4b !important;
}*/

/*main#main.content-main {
  width: 1050px;
  margin: 0 auto;
}*/

.site-content {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  /* width: 900px !important;
  margin: 0 auto !important; */
}

.home .site-content {
  padding-top: 0 !important;
}

/* Home */

.vc_cta3-content {
  max-width: 900px;
}

.home-header {
  border: none !important;
  padding-top: 100px !important;
}

.home-header h2,
.home-header h4 {
  text-align: left !important;
}

.home-header__cta a {
  margin: 10px 0;
  background-color: #f9cac5 !important;
  color: #fff !important;
  text-transform: uppercase;
  height: 60px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em;
  padding: 0 30px !important;
  line-height: 56px !important;
  border-radius: 5px !important;
  border: 3px solid #fff !important;
}

.home-header__cta a:hover {
  background-color: #4052e5 !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .home-header {
    padding-top: 0px !important;
  }

  .home-header h2,
  .home-header h4 {
    text-align: left !important;
  }

  .home-header h2 {
    font-size: 28px !important  ;
  }

  .home-header h4 {
    font-size: 16px !important;
  }

  .home-header__cta button {
    border-radius: 0 !important;
    letter-spacing: 0.1px;
    /*padding: 0 10px !important;*/
  }
}

.page-title {
  padding-top: 180px !important;
}

@media (max-width: 991px) {
  .page-title {
    padding-top: 60px !important;
  }
}

.page-title h1 {
  font-size: 45px !important;
}

.readmore {
  color: #7fd1b9;
  font-size: 10px;
}

.fa-search {
  color: #fff !important;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
/* Nav snacks */

.home__navsnack__content > span {
  color: #fff !important;
}

.home__navsnacks {
  margin: 20px 0;
  text-align: center;
}

.home__navsnack {
  display: inline-block;
  width: 30%;
  height: 180px;
  margin: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}

#newsMediaSnack {
  background-image: url('https://americasfuture.org/wp-content/uploads/2020/10/media-2-scaled.jpg');
}

#commentaryMediaSnack {
  background-image: url('https://americasfuture.org/wp-content/uploads/2020/10/Artboard-1-copy-2-50-scaled.jpg');
}

#eventHomeSnack {
  background-image: url('https://americasfuture.org/wp-content/uploads/2020/10/events-4.jpg');
}

#opportunityHomeSnack {
  background-image: url('https://americasfuture.org/wp-content/uploads/2020/10/opportunities-3-scaled.jpg');
}

#blogHomeSnack {
  background-image: url('https://americasfuture.org/wp-content/uploads/2020/10/media-2-scaled.jpg');
}

@media (max-width: 500px) {
  .home__navsnack {
    width: 300px;
  }
}

.home__navsnack:hover {
  transition: filter 0.3s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

.home__navsnack__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}

.home__navsnacks i {
  display: block;
  margin-bottom: 10px;
  font-size: 35px;
}

.home__navsnacks span {
  font-size: 20px;
}

.overlay {
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*.home__navsnacks a[href="/events"] {

}*/

/* Carousel */

.carousel-teams {
  padding-bottom: 0 !important;
  margin-bottom: 80px;
}

/* Carousel Members */
.spotlight__members .owl-stage {
  margin: 0 auto !important;
}

/*.spotlight__members .owl-stage-outer {
  overflow: inherit !important;
}*/

/*.spotlight__members .owl-stage {
  width: 100% !important;
}*/

.spotlight__member {
  border: none;
  padding: 15px;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0);
}

.spotlight__member table {
  border: none !important;
  margin-bottom: 0;
  height: 155px;
  display: inline-block;
  overflow: hidden;
}

.spotlight__member td {
  border: none !important;
  padding: 0;
}

.spotlight__member__thumb {
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.spotlight__member__details {
  vertical-align: top;
  padding-left: 15px !important;
}

.spotlight__member__name,
.spotlight__member__title,
.spotlight__member__excerpt {
  margin: 0 0 5px !important;
  text-align: left;
  line-height: 1;
  font-family: 'Lato' !important;
  letter-spacing: 0 !important;
  font-size: 13px !important;
}

.spotlight__member__name {
  font-weight: 700 !important;
  font-size: 13px !important;
}

.spotlight__member__title {
  font-style: italic;
  height: 12px;
  overflow: hidden;
}

.spotlight__member__excerpt {
  line-height: 1.1 !important;
}

.member_spotlight .post__header__content {
  position: relative;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .member_spotlight .post__header__content {
    margin-top: 0;
  }
}

.member_spotlight .post__header__title {
  font-weight: 300;
  font-size: 30px;
}

.member_spotlight .post__header__title span {
  display: block;
  font-size: 60px;
  font-weight: 700;
  margin: 30px 0;
}

/* Post Snack */

.posts {
  text-align: center;
}

.post__snack {
  max-width: 340px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
}

.post__snack__thumb {
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}

.post__snack__title {
  font-size: 17px;
  font-family: 'Recursive' !important;
  font-weight: bold !important;
  margin: 5px 0;
  display: block;
  color: #000;
  line-height: 1.3;
  text-align: left;
}

.post__snack__meta {
  margin: 8px 0;
  text-align: left;
}

.post__snack__author,
.post__snack__date {
  color: #7fd1b9;
  font-size: 13px;
}

.post__snack__date {
  float: right;
}

.post__snack__excerpt {
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}

/* Chapter Snack */

.carousel--chapter .owl-nav {
  position: relative !important;
}

.carousel--chapter .owl-prev,
.carousel--chapter .owl-next {
  margin-top: -110px !important;
}

.chapters {
  /*display:flex;
  flex-wrap:wrap;*/
  margin: 0;
  /*justify-content: space-evenly;*/
  /*width: 900px;*/
  text-align: center;
}

.chapters:after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 170px;
  margin: 5px;
}

.chapter__snack {
  position: relative;
  height: 175px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.chapter__snack--fixed {
  display: inline-block;
  width: 170px;
  margin: 5px;
}

.chapter__snack__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
  font-size: 23px !important;
  width: 100%;
  font-weight: 700 !important;
  padding: 0 10px;
  letter-spacing: 0 !important;
  line-height: 1.3;
}

.chapter__snack--fixed .chapter__snack__title {
  text-align: center;
}

/* Footer */
#footer-top {
  padding: 40px 0 !important;
}

#footer-top p {
  color: #fff;
}

.footer__description {
  line-height: 1.2;
  font-size: 12px;
  margin: 15px 0;
  text-align: justify;
  opacity: 0.8;
  max-width: 400px;
  margin: 10px auto;
}

.footer__address p {
  font-size: 12px;
  margin: 0 0 5px !important;
  line-height: 1;
  opacity: 0.8;
}

.footer__left {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 30px;
}

.footer__right {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .footer__left {
    border-right: 0;
    padding-right: 15px;
  }

  .footer__right {
    padding-left: 15px;
  }
}

#footer-top .social-footer {
  padding-left: 0 !important;
  margin: 25px 0;
}

#footer-top .social-footer li {
  margin-right: 10px !important;
}

#footer-top .social-footer a {
  width: 40px !important;
  height: 40px !important;
}

#footer-top .social-footer i {
  font-size: 20px;
  line-height: 1.8 !important;
}
#footer-top .social-footer a:hover,
#footer-top .social-footer a:focus {
  background-color: #7fd1b9 !important;
}

.menu__footer {
  text-align: left;
  list-style: none !important;
}

.menu__footer > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 15px;
  width: 169px;
}

.menu__footer > li > a {
  color: #7fd1b9;
  font-size: 14px;
}

.menu__footer .sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  border-radius: none;
  padding: 10px 0;
  box-shadow: none;
  background-color: transparent;
  z-index: 0;
  top: 0;
  padding-top: 20px;
  min-width: 0 !important;
}

.menu__footer .sub-menu li {
  padding: 5px 0;
}

.menu__footer .sub-menu a {
  text-transform: none;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 0;
  line-height: 1;
}

.menu__footer .sub-menu a:hover {
  color: #fff !important;
}

#footer-bottom {
  padding: 20px 0 !important;
  background-color: #7fd1b9 !important;
  color: #fff !important;
  font-size: 12px;
}

/* Archive */

.wg-title {
  text-transform: uppercase;
  margin-top: 0 !important;
  text-align: center;
  padding: 20px 0;
  background-color: #7fd1b9;
  font-size: 22px !important;
  color: #fff !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.wg-title:after {
  content: '';
  background-color: #fff;
  height: 2px;
  width: 30px;
  display: block;
  margin: 10px auto 0;
}

.blog-default .site-main article {
  margin-bottom: 40px !important;
}

.archive__thumb {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}

.archive__content {
  padding: 30px 40px !important;
}

.archive__content .category a {
  color: #7fd1b9 !important;
  letter-spacing: 1px;
}

.archive__content .category a:hover {
  text-decoration: none !important;
}

.archive__title {
  text-transform: uppercase;
  margin: 10px 0 !important;
}

.archive__description {
  line-height: 1.4 !important;
}

.paging-navigation .page-numbers.current,
.paging-navigation .page-numbers:hover {
  background-color: #7fd1b9 !important;
}

/* Header */
.header__description {
  color: #fff;
  font-size: 15px;
  max-width: 700px;
  margin: 20px auto 0;
  line-height: 1.4;
  font-family: 'Recursive' !important;
  text-transform: capitalize;
}

/* Event Snack */

.events {
  margin: 30px 0 10px;
}

.event__snack {
  margin-bottom: 80px;
}

.event__snack__thumb {
  margin-bottom: 10px;
  display: block;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
}

.event__snack__title {
  font-size: 17px;
  margin: 5px 0;
  display: block;
  color: #7fd1b9;
  line-height: 1.3;
}

.event__snack__meta {
  margin: 8px 0;
}

.event__snack__location,
.event__snack__date {
  color: #f9cac5;
  font-size: 13px;
}

.event__snack__location {
  vertical-align: top;
}

.event__snack__location i {
  margin-right: 5px;
}

.event__snack__date {
  float: right;
}

.event__snack__excerpt {
  line-height: 1.3;
  font-weight: 400;
}

.events__more {
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
}

.events__more > a:hover {
  color: #4052e5 !important;
}

a:hover {
  color: #4052e5 !important;
}

.events__more span {
  background-color: #000000;
  height: 2px;
  width: 200px;
  display: block;
  margin: 0 auto;
}

.events__more a {
  text-transform: capitalize;
  color: #000;
  padding-top: 10px;
  display: block;
}

.events__more a:hover {
  color: #7fd1b9;
}

.events--detail {
  text-align: center;
}

.event--detail__snack {
  display: inline-block;
  max-width: 340px;
  margin: 0 15px 20px;
}

.event--detail__snack__thumb {
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
}

.event--detail__snack__title__container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}

.vc_tta-title-text {
  font-family: 'Recursive' !important;
  text-transform: capitalize;
  font-weight: bold !important;
}

.event--detail__snack__title {
  margin: 0 !important;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold !important;
  font-family: 'Recursive' !important;
  line-height: 1.3 !important;
  text-align: left;
}

.event--detail__snack__description {
  margin: 0 !important;
  line-height: 1.3 !important;
  background: rgba(249, 202, 197, 0.3);
  padding: 25px 15px;
  height: 140px;
  overflow: hidden;
  text-align: left;
}

.event--detail__meta {
  padding: 15px !important;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.event--detail__meta li {
  line-height: 1 !important;
  display: inline-block;
}

.event--detail__meta li i {
  margin-right: 13px !important;
  color: #7fd1b9 !important;
}

#cms-grid > div > a > ul > li > i {
  color: #7fd1b9 !important;
}

/* Navbar */
.menu-item,
.menu-item > a {
  font-family: 'Montserrat' !important;
  font-weight: 900 !important;
}

.menu-main-menu > li.current-menu-item > a,
.menu-main-menu > li.current-menu-ancestor > a {
  color: #7fd1b9 !important;
}

.menu-main-menu > li ul li.current-menu-item > a[href*='#'] {
  color: #000000 !important;
}

.menu-main-menu > li ul li.current-menu-item > a[href*='#']:hover {
  color: #7fd1b9 !important;
}

.header-2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.header-fixed {
  background-color: #000 !important;
}

@media (min-width: 992px) {
  .menu-main-menu > li:hover.menu-item > ul {
    top: 60px !important;
    left: 20px;
  }

  .header-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .header-2.header-fixed {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.admin-bar.hd-fixed .header-fixed {
  top: 15px !important;
}

#menu-primary-menu > li:last-child a {
  padding: 15px !important;
  background-color: #7fd1b9;
  border: 3px solid #fff;
  border-radius: 5px;
}

@media (min-width: 992px) {
  #menu-primary-menu > li:last-child a {
    color: #fff !important;
  }
}

#menu-primary-menu > li:last-child a:hover {
  color: #fff !important;
}

/*.menu-main-menu > li.current-menu-item > a:last-child {
  color: #fff !important;
}*/

.main_logo img {
  max-height: 100px !important;
  max-width: inherit;
}

@media (max-width: 991px) {
  .header-2 {
    background-color: #000 !important;
  }

  .menu-main-menu > li.current-menu-item > a:last-child {
    color: rgb(0, 0, 0) !important;
  }

  #menu-primary-menu > li:last-child a {
    padding: 10px 0 !important;
    background-color: #fff;
    border: none !important;
  }

  #menu-primary-menu > li:last-child a:hover {
    color: #7fd1b9 !important;
  }

  .main_logo img {
    max-height: 40px !important;
  }
}

/* Single Post */

.single .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

/*.single-chapters .site-content, .single-post .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}*/

.post__header {
  background-position: center;
  background-size: cover;
  height: 350px;
  position: relative;
}

.post__header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}

.page-title > .overlay {
  background-color: clear !important;
}
.post__header__content {
  position: absolute;
  text-align: center;
  bottom: 15px;
  left: 15px;
  right: 15px;
  max-width: 75%;
  margin: auto;
}

.post__categories a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.post__categories a:hover {
  background: #fff;
  color: #000;
}

.post__header__date {
  color: #fff;
  font-size: 20px;
}

.post__header__title {
  font-size: 35px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}

.post__header__author {
  color: #fff;
}

.post__content {
  margin-top: 20px;
}

.post.type-post .post__content p,
.post.type-post .archive__description {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  font-size: 16px;
}

.post__author {
  max-width: 700px;
  margin: 40px auto;
  display: block;
  height: auto;
}

.post__author__thumb {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  flex: 0 0 150px;
  width: 150px;
}

.post__author__content {
  padding: 15px 20px;
  background: #fff;
}

.post__author__name {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #000 !important;
  line-height: 1.1;
  font-family: 'Open Sans' !important;
}

.post__author__name > a {
  color: #000 !important;
}

.post__author__position {
  text-transform: uppercase;
  color: #7fd1b9;
  font-weight: 700;
  line-height: 1.1;
}

.post__author__description {
  line-height: 1.3;
  color: #000 !important;
  font-size: 13px !important;
  font-family: 'Open Sans' !important;
}

@media (min-width: 769px) {
  .post__author {
    display: flex;
    justify-content: flex-start;
  }
}

/* About */

.aff__tabs .vc_tta-panels h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin: 30px 0 50px;
}

.aff__tabs .vc_tta-panels img {
  /*max-width: 500px !important;*/
}

.aff__tabs .vc_tta-panels h2:after {
  content: '';
  position: absolute;
  background-color: #7fd1b9;
  height: 2px;
  width: 30px;
  bottom: -20px;
  left: 50%;
  transform: translatex(-50%);
}

.aff__tabs h3 {
  color: #7fd1b9;
  font-size: 20px;
  margin: 30px 0 15px;
  line-height: 1.3;
}

.aff__tabs h4 {
  color: #000;
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.3;
}

.aff__tabs .vc_tta-panels p {
  line-height: 1.3;
}

/*.aff__tabs strong {
  color: #7fd1b9;
}*/

.aff__tabs .vc_tta-panels ul,
.aff__tabs .vc_tta-panels ol {
  margin-left: 40px;
  list-style: inherit;
  font-family: 'Open Sans' !important;
  font-weight: 300;
  margin-bottom: 12px;
}

.aff__tabs .vc_tta-panels ol {
  list-style: url;
}

.aff__tabs .vc_tta-panels ul li,
.aff__tabs .vc_tta-panels ol li {
  font-size: 14px;
  padding-bottom: 5px;
}

.aff__tabs .vc_tta-panels a {
  font-weight: 400;
  color: #7fd1b9;
  text-decoration: underline;
}

.aff__tabs .vc_tta-panels p iframe {
  float: left;
  margin-right: 20px;
}

.aff__tabs .vc_tta-panels .button {
  display: table;
  margin: 30px auto !important;
  padding: 15px 30px;
  background-color: #7fd1b9;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.button:hover {
  background-color: #4052e5 !important;
  color: #fff !important;
}

.wpsm_team_2_member_wrapper {
  box-shadow: none !important;
}

.team__member__thumb {
  height: 275px;
  width: auto;
  background-size: cover;
  position: relative;
}

.team__member__meta {
  text-align: left;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.team__member__social {
  vertical-align: top;
  margin: 0 !important;
}

.team__member__name {
  margin: 0 0 5px !important;
  color: #4e4e4e !important;
  font-size: 16px !important;
  text-transform: none !important;
}

.team__member__title {
  text-transform: none !important;
  margin: 0 0 5px !important;
  color: #7fd1b9 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.team__member__bio {
  padding: 0 !important;
  text-align: left;
}

.team__member__social {
  color: #fff !important;
}

.team__member__more {
  text-decoration: none !important;
  color: #7fd1b9 !important;
  font-weight: 400;
}

.team__member__social a i {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 5px !important;
  background: #fff !important;
  color: #f9cac5 !important;
}

.vc_tta-tabs-list {
  border-bottom: 3px solid #f2f2f2 !important;
  display: flex !important;
  justify-content: space-between !important;
  text-align: center;
  overflow: initial !important;
}

.vc_tta-tabs-list li a {
  border: none !important;
  background-color: transparent !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.vc_tta-tabs-list li a:hover {
  background-color: #7fd1b9 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.vc_tta-tabs-list li.vc_active a {
  border-bottom: 3px solid #7fd1b9 !important;
  border-radius: 0 !important;
  color: #000 !important;
  background-color: rgba(244, 135, 48, 0.05) !important;
  margin-bottom: -3px;
}

.vc_tta-panels {
  background: transparent !important;
  border: none !important;
}

.vc_tta-tab {
  flex: 0 1 100%;
}

/* Job Board */
/*.wpjb-paginate-links {
  display: block !important;
}

.wpjb-ls-load-more {
  display: none;
}*/

.job_title {
  font-weight: bold !important;
}

.chapter-lead {
  margin: 40px auto;
  display: block;
  height: auto;
  max-width: 800px;
}

.chapter-lead__thumb {
  /* width: 220px; */
  display: block;
  height: 100%;
}

.chapter-lead__content {
  padding: 15px 20px;
  /* width: 500px;
  height: 180px; */
  display: inline-block;
  vertical-align: top;
  padding-top: 0;
}

.chapter-lead__name {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
}

.chapter-lead__position {
  text-transform: uppercase;
  color: #7fd1b9;
  font-weight: 700;
  line-height: 1.1;
}

.chapter-lead__description {
  line-height: 1.3;
}

.chapter-lead__social a {
  display: inline-block;
  margin-right: 15px;
  background: #7fd1b9;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
}

@media (min-width: 769px) {
  .chapter-lead {
    display: flex;
    justify-content: flex-start;
  }
}

.no-events {
  text-align: center;
  margin: 30px 0;
}

.no-events a {
  color: #7fd1b9;
}

.chapter__events {
  margin: 50px 0;
}

#content .wpb_alert p:last-child,
#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.vc_message_box > p:last-child,
.wpb_alert p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
  margin-bottom: inherit;
}
#content .wpb_content_element.vc_tta-panels .chapters a:last-child {
  margin-bottom: 5px !important;
}

.flickr-gallery {
  margin-top: 30px;
  max-height: 570px;
}

aside#custom_html-2 {
  margin-bottom: 20px;
}
#search-9 > h3 {
  display: none !important;
}

aside#search-7,
aside#search-8,
aside#search-9,
aside#custom-post-type-search-2,
aside#custom-post-type-search-3,
aside#categories-3,
aside#custom-post-type-archives-3,
aside#custom-post-type-archives-4,
aside#custom-post-type-archives-5,
aside#custom-post-type-archives-8,
aside#authors-3,
aside#authors-4,
aside#authors-5 {
  margin-bottom: 15px !important;
}

aside#search-7 input,
aside#search-8 input,
aside#search-9 input,
aside#custom-post-type-search-2 input,
aside#custom-post-type-search-3 input,
aside#categories-3 select,
aside#custom-post-type-archives-3 select,
aside#custom-post-type-archives-4 select,
aside#custom-post-type-archives-5 select,
aside#custom-post-type-archives-8 select,
aside#authors-3 select,
aside#authors-4 select,
aside#authors-5 select {
  height: 50px;
}

aside#categories-3 select,
aside#custom-post-type-archives-3 select,
aside#custom-post-type-archives-4 select,
aside#custom-post-type-archives-5 select,
aside#custom-post-type-archives-8 select,
aside#authors-3 select,
aside#authors-4 select,
aside#authors-5 select {
  font-style: italic;
  font-weight: 100;
  margin: 0;
}

aside#search-7 h3,
aside#search-8 h3,
aside#search-9 h3,
aside#categories-3 h3,
aside#custom-post-type-archives-3 h3,
aside#custom-post-type-archives-4 h3,
aside#custom-post-type-archives-5 h3,
aside#custom-post-type-archives-8 h3,
aside#authors-3 h3,
aside#authors-4 h3,
aside#authors-5 h3 {
  display: none !important;
}

aside#search-7 input,
aside#search-8 input,
aside#search-9 input {
  padding: 0 15px !important;
}

@media (max-width: 767px) {
  #sidebar-area {
    display: none;
  }
  .post > div.post__header > div.container > div.row,
  .news > div.post__header > div.container > div.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.modal-body {
  padding: 20px;
  font-weight: 400;
  font-family: Open Sans !important;
  line-height: 1.5;
}

.popular__snack {
  margin: 20px 0;
}

.popular__snack img {
  margin: 0 10px 0 0 !important;
}

.popular__title {
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.popular__title a {
  color: #000;
}

.popular__date {
  margin: 0;
  text-transform: none !important;
}

.event__header__content {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .event__header__content {
    margin-top: 0;
  }
}

.event > div > div > span.detail-author {
  display: none !important;
}

.event__header__title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 40px;
}

.event__header__time {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1;
}

.event__header__location-name,
.event__header__location-address {
  font-size: 18px;
  color: #fff;
  margin: 0 0 5px;
  line-height: 1;
  font-weight: 400;
}

.widget_search button {
  top: 0 !important;
}

.current_page_item menu-item-26753 {
  color: #fff !important;
}

/* Job Board List Items */
.wpjb .wpjb-text ol li,
.wpjb .wpjb-text ul li {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 10px;
}

/* About tabs */
.vc_tta-tabs-list li a {
  padding: 14px 20px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.vc_tta-panel.vc_animating {
  opacity: 0;
}

/* About content */
.wpb_content_element.vc_tta-panels h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin: 30px 0 50px;
}
.wpb_content_element.vc_tta-panels h2:after {
  content: '';
  position: absolute;
  background-color: #7fd1b9;
  height: 2px;
  width: 30px;
  bottom: -20px;
  left: 50%;
  transform: translatex(-50%);
}
.wpb_content_elementh3 {
  color: #7fd1b9;
  font-size: 20px;
  margin: 30px 0 15px;
  line-height: 1.3;
}
.wpb_content_elementh4 {
  color: #000;
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.3;
}
.wpb_content_element.vc_tta-panels p {
  line-height: 1.3;
}
.wpb_content_element.vc_tta-panels ul,
.wpb_content_element.vc_tta-panels ol {
  margin-left: 40px;
  list-style: inherit;
  font-family: 'Open Sans' !important;
  font-weight: 300;
  margin-bottom: 12px;
}
.wpb_content_element.vc_tta-panels ol {
  list-style: url;
}
.wpb_content_element.vc_tta-panels ul li,
.wpb_content_element.vc_tta-panels ol li {
  font-size: 14px;
  padding-bottom: 5px;
}
.wpb_content_element.vc_tta-panels a {
  font-weight: 400;
  color: #7fd1b9;
  text-decoration: underline;
}
.wpb_content_element.vc_tta-panels p iframe {
  float: left;
  margin-right: 20px;
}
.wpb_content_element.vc_tta-panels .button {
  display: table;
  margin: 30px auto !important;
  padding: 15px 30px;
  background-color: #7fd1b9;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

/* Header search */
.sd-menu-search {
  float: right !important;
  height: 44px;
  margin: 16px 0 0 15px !important;
  max-width: 250px !important;
  width: 44px !important;
}
.sd-menu-search .sd-search {
  height: 44px;
  position: relative;
}
.sd-menu-search .sd-search .sd-search-button {
  background: #80d1ba;
  border: none;
  border-radius: 0px;
  display: block;
  height: 44px;
  line-height: 45px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 44px;
  z-index: 2;
  color: #ffffff;
}
.sd-menu-search .sd-search input {
  height: 44px;
  max-width: none !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  background-color: #80d1ba;
  overflow: hidden;
}
.sd-menu-search .sd-search input::-webkit-input-placeholder,
.sd-top-bar-nav .sd-search input input::-webkit-input-placeholder {
  color: #fff;
}
.sd-menu-search .sd-search:hover .sd-search-input {
  width: 250px !important;
  padding: 0 10px;
}

.post__snack__author > a {
  color: #7fd1b9 !important;
  text-decoration: underline !important;
}

.post__snack__author > a:hover {
  text-decoration: wavy !important;
}
.relatedposts {
  text-transform: uppercase;
  margin-top: 0 !important;
  text-align: center;
  padding: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.relatedposts > h3 {
  color: #fff !important;
  background-color: #7fd1b9;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 22px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}

.relatedposts > h3:after {
  content: '';
  background-color: #fff;
  height: 2px;
  width: 30px;
  display: block;
  margin: 10px auto 0;
}

.rp4wp-related-post-content {
  margin-top: 50px;
}
.relatedthumb {
  margin-bottom: 30px;
  height: 100px;
  text-align: left;
}
.popular__snack > a > img {
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
}

.level-0 {
  display: table-row !important;
}
