/*------------- 
[Table of contents]

[ DEFULT INDEX NUMBER ]

1.  GENERAL CSS
2.  NAVBAR
4.  HOME
5.  SERVICE
6.  ABOUT
7.  TESTIMONIAL
8.  FAQ
9.  QUATE
10. SUBSCRIBE
11. PRICING
12. BLOG
13. FOOTER
14. COPYRIGHT
15. Blog Page
16. Single blog post
17. Search Page
18. Single Page
19. Charity Campaign
20. Events Pages
21. Visual Composer
22. ShortCodes

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Color codes ]
    
    [ Text and Background Color ]
        Main color 1:       #1c93e5     
        Main color 2:       #009688      
        Main color 3:       #9c27b0
        Main color 4:       #ff4081      
        Background 1:       #FFFFFF            
        Background 2:       #F6F6F6           
        Shadow color:       #000000;            

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

    [ There are using two different font typography ]
        Typography 1: Roboto font;
        Typography 2: Montserrat font;

    [ Other Typography style are same ]
    Body :
        font-style:     normal;
        font-size:      15px;

    h2:
        font-size: 48px;
        line-height: 55px;

    h3:
        font-size: 30px;
        line-height: 40px;

    h4:
        font-size: 20px;
        font-weight: 600;

    p:  
        font-size: 18px;
        line-height: 30px;


-------------------------------------------------------------------*/
/**
 * -------------------
 *  Defult CSS 
 * -------------------
 */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden !important;
  background-color: #fff;
  color: #363636;
}
p {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  opacity: 0.9;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Khula', sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

.site-content {
  min-height: 650px;
}

/* Color */
.xt_vc_row-color-white .charitus-donation-cause-item .cause-inner *,
.xt_vc_row-color-white .charitus-event-item .event-inner *,
.ch-client-testimonial .item blockquote span,
.ch-client-testimonial .item blockquote p {
  color: #363636;
}
.blog-content h2.entry-title a, .blog-content h2.entry-title a:visited, .blog-content .entry-footer a:visited {
  color: inherit;
}
.nav li a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav li a:hover {
  background-color: transparent;
}
.nav li a:focus {
  background-color: transparent;
  outline: 0 !important;
}
a {
  text-decoration: none;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  opacity: 0.9;
}
a:hover {
  background-color: transparent;
  text-decoration: none;
}
a:focus {
  background-color: transparent;
  outline: 0 !important;
  text-decoration: none;
}
.cause-inner a,
.event-inner a {
  color: inherit;
}
.center {
  float: none;
  margin: 0 auto;
  text-align: center;
}
/**
 * ---------------------
 *  Defult Halping Class
 * ---------------------
 */
.overflow {
  overflow: hidden;
}
.relative {
  position: relative;
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-flex {
  display: flex;
  flex: 1;
}
.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/**
 * --------------------------------------
 *  Video Section Background Defult Style
 * --------------------------------------
 */
.section-video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  z-index: -1;
}
.section-video .bgvid {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.body-video-bg > .section-video {
  position: fixed;
  top: 0;
  left: 0;
}
/**
 * ------------------------------------
 *  Every Section Headline Defult Class
 * ------------------------------------
 */
.section-heading {
  display: block;
  margin: 0;
}
.section-header {
  margin-bottom: 100px;
  text-align: center;
}
.section-header .sub-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.section-header.text-left,
.section-header.text-left * {
  text-align: left;
}
.section-header.text-right,
.section-header.text-right * {
  text-align: right;
}
.section-header-separator {
  position: relative;
  width: 145px;
  margin: 5px auto;
  display: inline-block;
}
.section-header-separator .icon {
  font-size: 48px;
  text-align: center !important;
}
.section-header-separator::before,
.section-header-separator::after {
  content: '';
  position: absolute;
  width: 57px;
  height: 2px;
  top: 25px;
}
.section-header-separator::before {
  left: 0;
}
.section-header-separator::after {
  right: 0;
}
.mini-separator,
.ch-footer-bottom-bar {
  padding: 15px 0;
}
/**
 * ---------------------
 *   Defult Button Style
 * ---------------------
 */
.btn {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:last-child {
  margin-right: 0px !important;
}
.btn .icon {
  position: relative;
  top: 2px;
}
.btn .icon img {
  position: relative;
  top: -3px;
  width: 14px;
}
.btn.left-icon .icon {
  margin-right: 15px;
}
.btn.right-icon .icon {
  margin-left: 15px;
}
.btn.btn-fill {
  color: #fff;
}
.xt_vc_row-background-primary .btn.btn-fill,
.xt_vc_row-color-white .btn.btn-fill {
  border-color: #ffffff;
}
.ch-pre-header .btn.btn-fill {
  border-color: #ffffff;
}
body .charitus-donation-causes .donate-button.btn.btn-fill {
  background: transparent;
} 
.btn.btn-fill:hover,
.btn.btn-fill:focus {
  border-color: transparent;
}
.btn.btn-border {
  background-color: transparent;
}
.btn.white-btn-border {
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-round {
  padding: 15px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 24px;
  text-align: center;
}
.btn.btn-round .icon {
  top: 7px;
}
.btn.apple,
.btn.androad {
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
  padding: 9px 28px;
  height: 82px;
}
.btn.apple img,
.btn.androad img {
  width: 35px;
  height: 100%;
  float: left;
}
.btn.apple .icon,
.btn.androad .icon {
  font-size: 60px;
  float: left;
}
.btn.apple span,
.btn.androad span {
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.apple .group,
.btn.androad .group {
  float: right;
}
.btn.apple .big,
.btn.androad .big,
.btn.apple .small,
.btn.androad .small {
  text-align: left;
  margin-left: 7px;
  line-height: 30px;
}
.btn.apple .big,
.btn.androad .big {
  font-size: 24px;
  font-weight: 400;
}
.btn.apple .small,
.btn.androad .small {
  font-size: 16px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.btn-text-link {
  padding: 50px 0 0 0;
  text-align: center;
}
.btn-text-link a {
  margin-left: 10px;
}

/** 
 * -----------------
 * Social Icon Style
 * -----------------
 */
.social-icon {
  display: inline-block;
}
.social-icon li {
  list-style: none;
  float: left;
  margin-bottom: 0px;
}
.social-icon li a {
  font-size: 25px;
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
  margin-right: 15px;
}
.social-icon li:last-child a {
  margin-right: 0px;
}
/**
 * -----------------------------------
 * Subscription and contact  "MESSAGE"
 * -----------------------------------
 */
.subscription-success,
.subscription-failed,
.email-success,
.email-failed,
.email-loading {
  font-size: 15px;
  display: none;
  text-align: center !important;
  padding: 10px !important;
}
.email-loading {
  color: #52B8FF;
}
.email-loading img {
  width: 15px;
  position: relative;
  top: -2px;
}
.subscription-failed,
.email-failed {
  color: #FF5252 !important;
}
.subscription-failed .icon,
.email-failed .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.subscription-success,
.email-success {
  color: #56CC35;
}
.subscription-failed .icon,
.email-failed .icon,
.subscription-success .icon,
.email-success .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}
/**
 * ------------------
 * Form Style 
 * ------------------
 */
/**
 * =================
 * CONTAINER HALF CONTENT
 * =================
 */
.content-half {
  position: relative;
}
.container-half {
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  width: 48%;
}
.container-half.pr30 {
  width: calc(20%);
}
.container-half-left {
  left: 0;
  background-position: center right;
}
.container-half-right {
  right: 0;
  background-position: center left;
}
/**
 * ---------------------------------
 *  Section Background Size Property
 * ---------------------------------
 */
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
}
/**
 * --------------------
 *  Defult Margin Class
 * --------------------
 */

.margin-t-0 {
  margin-top: 0;
}
.margin-r-0 {
  margin-right: 0;
}
.margin-b-0 {
  margin-bottom: 0;
}
.margin-l-0 {
  margin-left: 0;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-r-15 {
  margin-right: 15px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-l-15 {
  margin-left: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-r-30 {
  margin-right: 30px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-l-30 {
  margin-left: 30px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-r-40 {
  margin-right: 40px;
}
.margin-b-40 {
  margin-bottom: 40px;
}
.margin-l-40 {
  margin-left: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-r-50 {
  margin-right: 50px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-l-50 {
  margin-left: 50px;
}
/**
 * ---------------------
 *  Defult Padding class
 * ---------------------
 */
.padding-t-15 {
  padding-top: 15px;
}
.padding-r-15 {
  padding-right: 15px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-l-15 {
  padding-left: 15px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-r-20 {
  padding-right: 20px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-t-30 {
  padding-top: 30px;
}
.padding-r-30 {
  padding-right: 30px;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.padding-l-30 {
  padding-left: 30px;
}
.padding-t-40 {
  padding-top: 40px;
}
.padding-r-40 {
  padding-right: 40px;
}
.padding-b-40 {
  padding-bottom: 40px;
}
.padding-l-40 {
  padding-left: 40px;
}
.padding-t-50 {
  padding-top: 50px;
}
.padding-r-50 {
  padding-right: 50px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-l-50 {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .container-half-left,
  .container-half-right {
    display: none;
  }
}
@media (max-width: 767px) {

  /**
     * ------------------------------------
     *  Every Section Headline Defult Class
     * ------------------------------------
     */
  .section-header {
    margin-bottom: 80px;
  }
  .section-header .sub-heading {
    font-size: 24px;
    line-height: 30px;
  }
  /**
     * ---------------------
     *   Defult Button Style
     * ---------------------
     */
  /**
     * -------------------------------
     *  Section Top and Bottom padding  
     * -------------------------------
     */
  .section-separator {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /**
     * -----------------
     * Nav Defult Style
     * -----------------
     */
  ul,
  li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  /**
     * ----------------
     *   Helping Class
     * ----------------
     */
  .vertical-middle {
    display: block;
  }
  .display-table {
    width: auto;
    height: auto;
  }
}
/*
|===================
| GENERAL CSS
|===================
*/
.tagline {
  font-size: 16px;
  line-height: 28px;
  opacity: 0.7;
}
.btn {
  text-decoration: none;
  background-color: transparent;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  display: inline-block;
  border: 1px solid;
  text-align: center;
  letter-spacing: 1px;
  padding: 6px 12px 7px;
}
.btn.btn-lg {
  padding: 8px 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.btn:hover,
.btn:focus,
.btn:active {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-border:hover {
  color: #fff;
}
.btn-base {
  color: #fff;
}
.fixed-bg {
  background-attachment: fixed;
}
.section-separator {
  padding: 70px 0;
}
.section-margin {
  margin: 90px 0;
}
.main-color-bg {
  color: #fff;
}
.white-bg,
.xt_vc_row-background-primary .charitus-donation-cause-item .cause-inner {
  background-color: #fff;
}
.footer-bg {
  background-color: #2a2f36;
  color: #fff;
}
.bg-2 {
  background-color: #fafafa;
}
.bg-3 {
  background-color: #f9f9f9;
}
.table-display {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  align-items: center;
}
.center {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.margin-top-o {
  margin-top: 0;
}
.padding-o {
  padding: 0;
}
.padding-left-o {
  padding-left: 0;
}
.section-title.section-title-margin-bottom-small {
  margin-bottom: 30px;
}
.section-title.section-title-margin-bottom-medium {
  margin-bottom: 50px;
}
.section-title.section-title-margin-bottom-large {
  margin-bottom: 80px;
}
.section-title h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 38px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 0;
}
.section-title p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
.play-btn a .fa {
  color: #fff;
  font-size: 50px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.play-btn a .fa:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.form-control,
input[type="text"], 
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="url"],
textarea,
select {
  display: block;
  width: 100%;
  height: 54px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  font-weight: 600;
  background-color: transparent;
  background-image: none;
  border: 2px solid #000;
  border-color: #e2e2e2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  box-shadow: inset 0 0px 0px transparent;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus,
input[type="text"]:focus, 
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
  box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
}
.shadow,
.xt-vc-column-theme-primary > .vc_column-inner  {
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
}
.shadow-1 {
  -webkit-box-shadow: 0px 0px 20px -6px rgba(10, 10, 10, 0.2);
  -moz-box-shadow: 0px 0px 20px -6px rgba(10, 10, 10, 0.2);
  -ms-box-shadow: 0px 0px 20px -6px rgba(10, 10, 10, 0.2);
  -o-box-shadow: 0px 0px 20px -6px rgba(10, 10, 10, 0.2);
  box-shadow: 0px 0px 20px -6px rgba(10, 10, 10, 0.2);
}
.charitus-shadow-padding,
.xt-vc-column-theme-primary > .vc_column-inner {
  padding: 20px;
}
.vc_column_container.xt-vc-column-theme-primary > .vc_column-inner {
  padding: 20px!important;
}
.xt-vc-column-theme-primary > .vc_column-inner {
  background: #ffffff;
}
.color-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.black-bg {
  background-color: #202026;
  color: #fff;
}
.white-bg {
  background-color: #fff;
  color: #363636;
}
.hr {
  width: 15%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
}
.section-tagline h2 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 30px;
}
.section-tagline span {
  font-size: 16px;
  line-height: 26px;
}
/*
|===================
| NAVBAR
|===================
*/


/**
 * Pre Header
 */

.ch-pre-header-conditional-pages li {
  display: inline-block;
}
.ch-pre-header-conditional-pages li:not(:last-child) {
  margin-right: 5px;
}
.ch-pre-header {
  padding: 12px 0px;
  font-size: 14px;
}
.ch-pre-header {
  color: #ffffff;
}
.ch-pre-header a {
  color: #ffffff;
}
.ch-pre-header a:hover,
.ch-pre-header a:focus,
.ch-pre-header a:active{
  text-decoration: underline;
  outline: 0;
  color: inherit;
}
.ch-pre-header-menu {
  margin-top: 1px;
}
.ch-pre-header-menu ul {
  margin: 0;
  padding: 0;
}
.ch-pre-header-menu li {
  display: inline-block;
}
.ch-pre-header-item-left span:after,
.ch-pre-header-menu li:after {
  content: '-';
  margin-right: 10px;
  margin-left: 10px;
}
.ch-pre-header-item-left span:last-child:after,
.ch-pre-header-menu li:last-child:after {
  display: none;
}
.ch-pre-header-item-left span > i {
  margin-right: 5px;
  font-weight: 600;
}
@media (min-width: 768px){
  .nav-down .ch-pre-header {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
  }
  .hide-pre-header .ch-pre-header {
    display: none;
  }
}
.ch-pre-header-right-social li {
  list-style: none;
  display: inline-block;
  margin-left: 25px;
}
.ch-pre-header-right-social li:first-child {
  margin-left: 0;
}
.ch-pre-header-right-social {
  margin: 0;
  padding: 0;
}
.ch-pre-header-conditional-pages > a.btn {
  margin-right: 10px;
  padding: 4px 10px 5px;
}

/**
 * Main Header
 */

.logo-wrapper img {
    max-height: 39px;
    width: auto;
}
.site-header-type-default.strict .ch-pre-header {
  display: none;
}
.navbar.xt-navbar.ch-stick {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.admin-bar .navbar.xt-navbar.strict {
  top: 32px;
}
.navbar {
  position: inherit;
  border: none;
  background: #fff;
  min-height: initial;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-header-wrapper {
  padding: 15px 0;
}
.navbar-brand {
  min-height: 50px;
  padding: 0;
}
.navbar-right {
  margin-right: 0;
}
.navbar-nav > li {
  padding: 0 22px;
}
.navbar-nav > li > .dropdown-menu {
  background: #fff;
  font-size: 17px;
  line-height: 28px;
  left: 0px;
  margin-top: 14px;
  padding: 0;
  min-width: 190px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.175);
}
.navbar-nav > li > .dropdown-menu li {
  border-bottom: 1px solid #eee;
}
.navbar-nav > li > .dropdown-menu li a {
  display: block;
  overflow: hidden;
  color: inherit;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
}
.navbar-nav > li > .dropdown-menu li a i {
  float: right;
  font-weight: 800;
}
body.rtl .navbar-nav > li > .dropdown-menu li a i {
  float: left;
}
@media (min-width: 768px){
  .navbar-nav > li > .dropdown-menu .dropdown-menu {
    left: 100%;
    right: inherit;
    border: 0;
    border-radius: 0;
    top: -1px;
    margin-top: 0;
  }
}
.navbar-nav > li > .dropdown-menu li a:hover {
  -webkit-transform: translateX(7px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  transform: translateX(7px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-nav > li > .dropdown-menu li:last-child {
  border-color: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover{
  background-color: transparent;
}
.main-navigation li .dropdown-menu >li {
  float: none;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul{
  left: 0;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}
.navbar-nav > li:last-child {
  padding-right: 0;
}
.navbar-nav > li > a {
  color: inherit;
  font-size: 14px;
  line-height: 30px;
  padding: 2px 0 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.xt-menu-hover-border .navbar-nav > li > a:before {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: transparent;
  transition: width 0.4s ease, background-color 0.4s ease;
}
.navbar-nav > li > a.sign-up {
  border: 3px solid;
  border-radius: 30px;
  padding: 15px 30px;
}
.navbar.active {
  padding: 6px 0 8px 0;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #fff;
}
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a:focus:before {
  width: 100%;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background: none;
}
.navbar-nav li.active a:before {
  width: 100%;
}
.navbar-default .navbar-nav>li>a {
  color: inherit;
}
.navbar-default .navbar-nav>li>a>i {
  margin-left: 5px;
  font-weight: 800;
}
.navbar-default .navbar-nav>.active>a,
.navbar-nav li.active a, 
.navbar-nav li.current-menu-item a,
.navbar-nav > li > .dropdown-menu li.current-menu-item a,
.navbar-nav li.current_page_item a {
  background-color: transparent;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-nav li.active a:hover, 
.navbar-nav li.current-menu-item a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}
.strict {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
}
.navbar-nav > li .dropdown-menu{
  min-width: 250px;
}

/* Mobile menu */
.mean-container .fa-angle-right,
.mean-container .fa-angle-left {
  display: none;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 25px;
  right: 20px!important;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
}
.admin-bar .mean-container a.meanmenu-reveal {
  top: 77px;
}
.admin-bar .strict .mean-container a.meanmenu-reveal {
  top: 31px;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #000;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 13px 5%;
  margin: 0;
  font-weight: 600;
  text-align: left;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 13px 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li a i.fa-angle-down {
  display: none;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 13px 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 13px 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 13px 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a.mean-expand:focus,
.mean-container .mean-nav ul li a.mean-expand:active {
  color: #ffffff;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
.mean-container .mean-nav ul li a.mean-expand {
  height: 25px;
}
.mean-container .mean-bar {
  background: #fff;
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
}
#mobile-menu-active {
  display: none;
}
@media (min-width: 767px) {
  .ch-mobile-menu{
    display: none;
  }
}
@media (max-width: 767px) {
  .xt-main-menu {
    display: none!important;
  }
}


/*
|===================
| SLIDER
|===================
*/
/* Preloader */
.header-slider {
  overflow: hidden;
}
.slider_preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  min-height: 750px;
}
.slider_preloader_status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.header-slider-preloader {
  min-height: 750px;
}
.header-slider {
  position: relative;
}
.header-slider:hover .owl-prev {
  left: 5%;
}
.header-slider:hover .owl-prev .fa {
  transition: all 0.4s ease 0s;
  opacity: 0.8;
}
.header-slider:hover .owl-next {
  right: 5%;
}
.header-slider:hover .owl-next .fa {
  opacity: 0.8;
  transition: all 0.4s ease 0s;
}
.header-slider .owl-prev .fa,
.header-slider .owl-next .fa {
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  width: 50px;
  text-align: center;
  height: 45px;
  line-height: 40px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .owl-prev .fa:hover,
.header-slider .owl-next .fa:hover {
  background: rgba(0, 0, 0, 0.6);
}
.header-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 2%;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .owl-prev .fa {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .owl-next {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 2%;
  color: #fff;
}
.header-slider .owl-next .fa {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .owl-dots {
  background: transparent;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
}
.header-slider .slider-preloader-wrap,
.header-slider .item {
  height: 750px;
}
.header-slider .item {
  background-size: cover;
  position: relative;
  z-index: 1;
}
.header-slider .slide-img {
  bottom: 0;
  position: absolute;
  right: 5%;
  width: auto !important;
}
.header-slider .item::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header-slider .slide-table {
  display: table;
  height: 100%;
  width: 100%;
  background-color: rgba(63, 70, 87, 0.55);
}
.header-slider .slide-tablecell {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.header-slider .slide-tablecell h1 {
  text-transform: uppercase;
}
.header-slider .slide-tablecell .slide-btn:hover {
  text-decoration: none;
  border-color: transparent;
}
.header-slider .slide-tablecell .slide-btn {
  color: #fff;
  border-color: #fff;
}
.header-slider .slide-tablecell .slide-btn i.fa {
  margin-left: 10px;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(1) {
  animation-duration: .3s;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(2) {
  animation-duration: .3s;
  animation-delay: .3s;
  margin-bottom: 30px;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(3) {
  animation-duration: .3s;
  animation-delay: .6s;
  margin-top: 30px;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(4) {
  animation-duration: .3s;
  animation-delay: .9s;
}
.header-slider .slide-tablecell .slide-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 66px;
  font-weight: 800;
}
.header-slider .slide-tablecell .slide-text p {
  font-size: 18px;
  line-height: 30px;
}
.header-slider .animation-slide .owl-nav div {
  color: #fff;
  font-size: 60px;
  left: 0;
  line-height: 70px;
  margin-top: -35px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.header-slider .animation-slide .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.header-slider .animation-slide:hover .owl-nav div.owl-prev {
  left: 30px;
  opacity: 0.5;
}
.header-slider .animation-slide:hover .owl-nav div.owl-next {
  right: 30px;
  opacity: .5;
}
.header-slider .owl-theme .owl-dots .owl-dot {
  border: 1px solid #fff;
  display: inline-block;
  height: 8px;
  cursor: pointer;
  margin-right: 5px;
  width: 15px;
  background-color: #fff;
  border-radius: 6px;
}
.header-slider .animation-slide .owl-dots {
  bottom: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .owl-theme .owl-dots .owl-dot.active {
  background-color: #fff;
  border-color: #fff;
  width: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .item,
.header-slider .preloader-wrap {
  background-color: #bfbfbf;
}
@media only screen and (max-width: 1900px) {
  .header-slider .slide-img {
    width: 42% !important;
    right: 0%;
  }
}
@media only screen and (max-width: 1500px) {
  .header-slider .slide-img {
    width: 50% !important;
    right: 0%;
  }
}
@media only screen and (max-width: 1200px) {
  .slide-tablecell .slide-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .header-slider .slide-img {
    display: none !important;
  }
  .header-slider .slider-preloader-wrap,
  .header-slider .item {
    height: 700px;
  }
  .slide-text {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .header-slider .slider-preloader-wrap,
  .header-slider .item {
    height: 600px;
  }
  .slide-tablecell .slide-text h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
/*
|===================
| SERVICE
|===================
*/
.features-inner {
  position: relative;
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  padding: 30px;
}
.features-inner .each-details {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-inner .each-details h3 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 45px;
  font-weight: 800;
}
.features-inner .each-details i:before {
  font-size: 60px;
}
.features-inner .features-content {
  position: absolute;
  padding: 30px 40px 20px 40px;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  opacity: 0;
}
.features-inner .features-content .title {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(20px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(20px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(20px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(20px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(20px) translateY(0) translateZ(0) rotate(0deg) scale(1);
}
.features-inner .features-content .date {
  margin-left: -20px;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  margin-bottom: 20px;
}
.features-inner .features-content a {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-transform: uppercase;
  opacity: 0;
  font-size: 17px;
  line-height: 27px;
  font-weight: bold;
}
.features-inner:hover .features-content {
  opacity: 1;
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
}
.features-inner:hover .features-content:after {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.features-inner:hover .features-content .title {
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  opacity: 1;
  text-transform: uppercase;
}
.features-inner:hover .features-content .date {
  transform: translateX(20px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(20px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(20px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(20px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(20px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  opacity: 0.9;
}
.features-inner:hover .features-content a {
  color: #fff;
  opacity: 1;
}
/*
|===================
| CAUSES
|===================
*/

.ch-causes .btn,
.charitus-event-item .btn {
  padding: 6px 19px;
  font-size: 16px;
}
.ch-causes .cause-inner .btn:hover {
  color: #fff;
}
.ch-causes .cause-inner {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ch-causes .cause-inner:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ch-causes .cause-inner-content {
  padding: 20px;
}
.ch-causes .cause-inner-content h3,
.ch-event .event-content h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8px;
}
.charitus-donation-causes-list .ch-causes .cause-inner-content h3 {
  font-size: 28px;
}
.charitus-donation-causes-list .charitus-donation-cause-item {
  margin-bottom: 40px;
}
.charitus-donation-causes-grid .charitus-donation-cause-item {
  margin-bottom: 30px;
}
.ch-event .owl-item,
.charitus-donation-causes-slider .owl-item {
  padding: 0 10px;
}
.ch-causes .cause-inner-content .charitus-amount {
  margin-left: 4px;
}
.ch-causes .cause-inner-content .charitus-raised {
  margin-right: 10px;
}
.ch-causes .cause-inner-content p {
  margin-bottom: 20px;
}
.ch-causes .fund-process {
  width: 75%;
  position: relative;
}
.ch-causes .campaign-progress-bar {
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  height: 7px;
  background-color: #e2e2e2;
  border-radius: 4px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.ch-causes .progress-val {
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
  font-weight: 600;
}
.ch-causes .campaign-progress-bar .bar {
  display: block;
  overflow: visible;
  position: relative;
  height: 7px;
  margin: 0;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 60%);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.6);
}
.ch-causes .charitus-campaign-content .campaign-progress-bar .bar,
.ch-causes .charitus-campaign-content .campaign-progress-bar {
  height: 15px;
}
.ch-causes .charitus-campaign-content .fund-process {
  width: 87%;
}
.ch-causes .charitus-campaign-content .progress-val {
  margin-top: 15px;
  font-size: 20px;
}
.ch-causes .charitus-campaign-content .campaign-progress-bar {
  margin: 22px 0;
}
.btn-border.donate-button {
  color: inherit;
}
.btn-border.donate-button:hover {
  color: #ffffff;
}
.charitable-fieldset .charitable-form-field:last-child {
  margin-bottom: 0;
}
ul#avatar-dragdrop-images {
  margin: 0;
}
.campaign-donation-receipt .hentry {
  margin-bottom: 0;
}
.charitable-login-form-inner > p {
  margin-top: 10px;
  margin-bottom: 0;
}
.charitable-login-form {
  margin-bottom: 0;
  border: 0;
}
.ch-causes .cause-inner-content .main-color {
  margin-left: 4px;
}
.ch-causes .cause-inner-content .ch-donation-raised {
  margin-right: 10px;
}
ul.charitable-user-campaigns .campaign-summary .campaign-title {
  display: block;
  width: 100%;
}


/*
|===================
| EVENT
|===================
*/
.ch-event {
  position: relative;
}
.ch-event .owl-next,
.charitus-donation-causes-slider .owl-next {
  position: absolute;
  border-radius: 50%;
  border: 5px solid red;
  border-color: rgba(255, 255, 255, 0.44);
  top: 45%;
  height: 50px;
  width: 50px;
  right: -10%;
}
.ch-event .owl-next .fa,
.charitus-donation-causes-slider .owl-next .fa {
  color: #fff;
  font-size: 40px;
  margin-left: 15px;
}
.ch-event .owl-prev,
.charitus-donation-causes-slider .owl-prev {
  position: absolute;
  border-radius: 50%;
  border: 5px solid red;
  border-color: rgba(255, 255, 255, 0.44);
  top: 45%;
  left: -10%;
  height: 50px;
  width: 50px;
}
.ch-event .owl-prev .fa,
.charitus-donation-causes-slider .owl-prev .fa {
  color: #fff;
  font-size: 40px;
  margin-left: 10px;
}
.ch-event .event-inner {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}
.ch-event .event-banner {
  position: relative;
}
.ch-event .event-banner img {
  width: 100%;
  height: auto;
}
.ch-event .event-banner .charitus-event-price {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.ch-event .event-content {
  padding: 20px;
}
.ch-event .event-content .schedule {
  margin-bottom: 10px;
  font-weight: 600;
}
.ch-event .event-content .schedule .fa {
  margin-right: 4px;
}
.ch-event .event-content .event-time {
  margin-right: 10px;
}
.ch-event .event-content p {
  margin-bottom: 20px;
}

/*
|===================
| Call to action
|===================
*/
.ch-call-to-action h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 47px;
  font-weight: 800;
}
.ch-call-to-action p {
  font-weight: 600;
}
.ch-call-to-action-btn .btn {
  font-weight: bold;
}
/*
|===================
| GALLERY
|===================
*/
.ch-galllery {
  position: relative;
}
.ch-grid:after {
  content: '';
  display: block;
  clear: both;
}
.ch-grid .ch-grid-item {
  padding: 5px;
}
.project-gallery.row {
  margin-left: -5px;
  margin-right: -5px;
}
.ch-grid .ch-grid-item figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.ch-grid .ch-grid-item figure img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ch-grid .ch-grid-item figure figcaption {
  position: absolute;
  padding: 15px;
  height: 100%;
  width: 100%;
  top: auto;
  left: 0;
  color: #fff;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ch-grid .ch-grid-item figure figcaption:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  z-index: -1;
  opacity: 0;
}
.ch-grid .ch-grid-item figure figcaption .icon {
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 100;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 40%;
  margin-top: -22px;
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  letter-spacing: 0px;
}
.ch-grid .ch-grid-item figure figcaption .ch-gallery-title {
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  left: 0;
  top: 70%;
  margin-top: -2px;
  padding-left: 15px;
  transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  letter-spacing: 0px;
}
.ch-grid .ch-grid-item figure figcaption .ch-gallery-sub-title {
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  left: 0;
  top: 80%;
  padding-left: 15px;
  transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  letter-spacing: 0px;
}
.ch-grid .ch-grid-item figure figcaption a {
  position: absolute;
  z-index: 1111;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -99999px;
}
.ch-grid .ch-grid-item figure:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ch-grid .ch-grid-item figure:hover figcaption {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ch-grid .ch-grid-item figure:hover figcaption:after {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ch-grid .ch-grid-item figure:hover figcaption .icon {
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.ch-grid .ch-grid-item figure:hover figcaption .ch-gallery-title {
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.ch-grid .ch-grid-item figure:hover figcaption .ch-gallery-sub-title {
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.68);
}
.fancybox-image {
  padding: 0;
}
/*
|===================
| MISSION
|===================
*/
.ch-mission-item {
  margin-bottom: 50px;
}
.ch-mission-item .mission-icon {
  margin-top: 10px;
}
.mission-icon .fa {
  font-size: 54px;
}
.ch-mission-item h4 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
}
.mission-icon a:hover {
  font-weight: 500;
}
/*
|===================
| FAME
|===================
*/
.charitus-join-us h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 42px;
  margin-top: 0;
}
.charitus-join-us p {
  margin-bottom: 20px;
  padding-right: 70px;
  font-weight: 600;
}
.charitus-join-us .btn {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.fame-item .vl-icon .fa {
  display: block;
  font-size: 54px;
  margin-top: 0;
  margin-bottom: 30px;
}
.fame-item .vl-icon h3 {
  margin-bottom: 0px;
  line-height: 42px;
}
.fame-item .vl-icon span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
/*
|===================
| VOLANTEER
|===================
*/
.ch-volanteer .vl-thumb {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: 400ms;
  -webkit-transition: 400ms;
}
.ch-volanteer .vl-thumb:hover {
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*
|===================
| TESTIMONIAL
|===================
*/
.vl-content {
  padding: 20px;
}
.vl-content ul li {
  display: inline-block;
  padding: 0 10px;
}
.vl-content ul {
  margin: 0;
  padding: 0;
}
.vl-content ul li a {
  opacity: 0.6;
}
.vl-content h4 {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
}
.ch-client-testimonial #quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
.ch-client-testimonial #quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  left: 35%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
  text-align: left;
}
.ch-client-testimonial #quote-carousel .carousel-indicators li {
  border: 3px solid;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 0.9;
  vertical-align: middle;
  position: relative;
}
.ch-client-testimonial #quote-carousel .carousel-indicators li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    position: absolute;
    top: -25px;
    left: 13px;
}

.ch-client-testimonial #quote-carousel .carousel-indicators .active {
  border-color: #d9ebe2;
  box-shadow: 0 0 5px transparent;
}
.ch-client-testimonial #quote-carousel .carousel-indicators .active:before {
  border-top: 12px solid #fff;
}
.ch-client-testimonial .item blockquote {
  border-left: none;
  margin: 0;
  border-color: transparent !important;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: left;
  padding-left: 40px;
  padding-bottom: 0;
}
.ch-client-testimonial .item blockquote h3 {
  font-weight: bold;
}
.ch-client-testimonial .item blockquote span {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  opacity: 0.9;
  font-style: normal;
  margin-bottom: 20px;
}
.ch-client-testimonial .item blockquote p {
  margin-top: 10px;
  font-size: 17px;
}
.ch-client-testimonial .item blockquote p:before {
  content: ;
  margin-right: 10px;
}
.ch-client-testimonial .item blockquote p:after {
  content: ;
  margin-left: 10px;
}
/*
|===================
| CLIENT
|===================
*/
.ch-client .contact-form .section-title {
  margin-bottom: 0;
  margin: 40px 0;
  text-align: left;
  padding: 0;
}
.xt_vc_row-color-white .section-title h2 span,
.xt_vc_row-background-primary .section-title h2 span {
  color: #fff;
}
.ch-client .ch-client-logos ul {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.ch-client .ch-client-logos ul li {
  width: 16%;
  float: none;
  margin: 0 auto;
  display: inline-block;
  margin: 0 25px;
  text-align: center;
}
.ch-client .ch-client-logos ul li:last-child {
  margin-right: 0;
}
.ch-client .ch-client-logos ul li:first-child {
  margin-left: 0;
}
.ch-client .ch-client-logos ul li img {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  max-width: 80px;
  margin: 0 auto;
  display: inline-block;
}
.ch-client form {
  padding-bottom: 30px;
}
.ch-client form .btn {
  float: left;
}
.ch-client form .has-error .form-control {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ch-client form .form-control {
  border: 1px solid #e2e2e2;
}
.entry-footer {
  display: block;
  overflow: hidden;
}

/*
|===================
| FOOTER
|===================
*/
.ch-footer .ch-widget .fund-circle {
  font-size: 13px;
  line-height: 20px;
}
.ch-footer .ch-widget .fund-circle > span {
  display: block;
}
.ch-footer .widget-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: initial;
}
.ch-footer .ch-footer-info img {
  margin-bottom: 30px;
}
.ch-footer .ch-footer-info p {
  margin-bottom: 20px;
  opacity: 0.5;
}
.ch-hr {
  border-color: #4a4f55;
  margin: 0;
}
.site-footer-inner {
  padding: 70px 0;
}
.widget_charitable_donors_widget ol.donors-list .col-sm-8,
.widget_charitable_campaigns_widget .campaigns .col-sm-8 {
  padding-left: 0;
}

/*
|===================
| COPYRIGHT
|===================
*/
.copyright .social ul {
  display: block;
  overflow: hidden;
}
.copyright .social ul li a {
  background-color: #383c43;
  height: 40px;
  width: 40px;
  display: inline;
  margin-right: 8px;
  float: left;
  opacity: 0.5;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.copyright .social ul li:hover {
  opacity: 1;
}
.copyright .coptyright-content p {
  margin: 0;
  line-height: 40px;
}
.copyright .coptyright-content {
  opacity: 0.5;
  text-align: right;
}
.copyright .coptyright-content a {
  color: #fff;
}

/*
|===================
| PAGINATION
|===================
*/
.ch-pagination {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.ch-pagination .pagination li a {
  margin-right: 10px;
  padding: 8px 20px;
  color: #000;
  font-weight: 400;
}
.ch-pagination .pagination > .active > a,
.ch-pagination .pagination > .active > a:focus,
.ch-pagination .pagination > .active > a:hover,
.ch-pagination .pagination > .active > span,
.ch-pagination .pagination > .active > span:focus,
.ch-pagination .pagination > .active > span:hover {
  color: #fff;
}
/*
|===================
| SUBPAGE GRID
|===================
*/

.ch-donation-causes-list .cause-inner {
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ch-donation-causes-list .cause-inner:hover {
  transform: translateX(0px) translateY(0px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ch-donation-causes-list .ch-causes-list-item {
  margin-bottom: 30px;
}
.ch-donation-causes-list .ch-causes-list-item .cause-inner-content {
  box-shadow: inherit;
}
.ch-causes-item-details .cause-inner-content {
  padding: 30px;
}
.ch-causes-item-details .cause-inner-content .btn {
  margin-bottom: 10px;
}
.ch-causes-item-details .detail-content {
  padding: 30px;
}
.ch-causes-item-details .detail-content blockquote {
  margin: 20px 0;
  border-left: 0px solid transparent;
  font-size: 22px;
  line-height: 34px;
  padding: 0 60px;
  font-weight: 400;
  font-style: italic;
}
/*
|===================
| ABOUT
|===================
*/
.two-column-content {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.two-column-content .inner {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: top;
  background-attachment: initial;
  background-repeat: no-repeat;
}
/*
|===================
| CONTACT US
|===================
*/
.ch-contact-content .contact-item {
  margin-bottom: 0px;
}
.ch-contact-content .icon {
  margin-top: 10px;
}
.ch-contact-content .icon .fa {
  font-size: 54px;
}
.ch-contact-content h4 {
  text-transform: uppercase;
}
#ch-map {
  width: 100%;
  height: 500px;
}
/*
|===================
| EVENT SINGLE
|===================
*/
.ch-event-item-details .event-content {
  padding: 30px;
}
.ch-event-item-details .event-content .btn {
  margin-bottom: 10px;
}
.ch-event-item-details .event-content .schedule {
  margin-bottom: 10px;
}
.ch-event-item-details .detail-content {
  padding: 30px;
}
.ch-event-item-details .detail-content blockquote {
  margin: 20px 0;
  border-left: 0px solid transparent;
  font-size: 22px;
  line-height: 34px;
  padding: 0 60px;
  font-weight: 400;
  font-style: italic;
}
.event-schedule {
  text-align: right;
}
.event-schedule strong {
  display: block;
  margin-bottom: 10px;
}
.event-schedule .date {
  margin-bottom: 30px;
}
.event-schedule .time {
  margin-bottom: 30px;
}
.event-schedule .event-category {
  margin-bottom: 30px;
}
.venue-schedule strong {
  display: block;
  margin-bottom: 10px;
}
.venue-schedule .venue {
  margin-bottom: 30px;
}
.venue-schedule .location {
  margin-bottom: 30px;
}
.venue-schedule .phone {
  margin-bottom: 30px;
}
.blog-grid .blog-inner {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: 400ms;
  -webkit-transition: 400ms;
}
.blog-grid .blog-inner:hover {
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.charitus-donation-causes.charitus-donation-causes-grid .cause-inner,
.charitus-donation-causes.charitus-donation-causes-list .cause-inner {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: 400ms;
  -webkit-transition: 400ms;
}
.charitus-donation-causes.charitus-donation-causes-grid .cause-inner:hover {
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.charitus-donation-causes.charitus-donation-causes-slider .cause-inner,
.ch-event.charitus-event-slider .event-inner,
.campaign-loop.campaign-grid li.campaign.ch-causes {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: 400ms;
  -webkit-transition: 400ms;
}
.charitus-donation-causes.charitus-donation-causes-slider .cause-inner:hover,
.ch-event.charitus-event-slider .event-inner:hover,
.campaign-loop.campaign-grid li.campaign.ch-causes:hover {
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.charitus-event-grid .event-inner {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: 400ms;
  -webkit-transition: 400ms;
}
.charitus-event-grid .event-inner:hover {
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.charitus-donation-causes.charitus-donation-causes-slider .cause-inner,
.ch-event.charitus-event-slider .event-inner {
  margin-bottom: 18px;
}


/*
|===================
| BLOG SINGLE
|===================
*/
.single .ch-blog {
  margin-bottom: 20px;
}
.ch-blog {
  position: relative;
}
.ch-blog .blog-inner {
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
}
.ch-blog .blog-banner {
  position: relative;
}
.ch-blog .blog-banner .date {
  position: absolute;
  bottom: 0;
  padding: 8px 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.ch-blog .blog-content {
  padding: 20px;
}
.ch-blog .blog-content p {
  margin-bottom: 20px;
}

/*
|===================
| SIDEBAR
|===================
*/
.ch-sidebar {
  padding: 30px 20px;
  padding-top: 0;
}
.ch-sidebar-widget {
  padding: 20px;
}
.ch-popular-post h4 {
  margin-top: 20px;
  margin-bottm: 20px;
}
.ch-popular-post ul li {
  margin-bottom: 20px;
  overflow: hidden;
}
.ch-popular-post ul li .widget-img {
  opacity: 1;
}
.ch-popular-post ul li .ch-widget-details {
  padding-right: 0;
}
.ch-popular-post ul li .ch-widget-details h4 {
  font-size: 16px;
  margin-top: 0;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  opacity: 1;
}
.ch-popular-post ul li .ch-widget-details span {
  opacity: 0.7;
}
.ch-urgent-causes {
  margin-top: 40px;
}
.ch-urgent-causes .cause-inner-content {
  padding: 0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.ch-urgent-causes .cause-inner-content h4 {
  font-weight: 500;
  font-size: 16px;
}
.ch-sidebar-event {
  margin-top: 40px;
}
.ch-sidebar-event h4 {
  margin-bottom: 0;
}
.ch-sidebar-event .event-content {
  padding: 5px 0;
  border-bottom: 1px solid #bdbdbd;
  opacity: 0.9;
}
.ch-sidebar-event ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.ch-sidebar-event .event-content h4 {
  font-weight: 500;
  font-size: 16px;
}
.ch-sidebar-event .event-content .schedule {
  font-weight: 400;
}
/*
|===================
| BLOG SINGLE
|===================
*/
.blog-details-content .blog-inner {
  box-shadow: inherit;
}
.blog-content blockquote {
  margin: 20px 0;
  border-left: 5px solid transparent;
  font-size: 22px;
  line-height: 34px;
  padding: 0 60px;
  font-weight: 400;
  font-style: italic;
}
.charitus-blog-tags-n-share {
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.charitus-blog-tags-n-share a {
  font-weight: 500;
  color: inherit;
}
.charitus-blog-tags-n-share .social-share {
  text-align: right;
}
.charitus-blog-tags-n-share .social-share ul li {
  display: inline;
  margin-left: 20px;
}
.ch-comment-form {
  padding-top: 30px;
  padding-bottom: 30px;
}
.comment {
  overflow: hidden;
}
.comment h5 {
  margin-top: 0px;
}
.comment h5 span {
  font-weight: 400;
  font-size: 16px;
  margin-left: 20px;
}
.comment a,
.comment-edit-link {
  font-weight: bold;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  height: 500px;
  width: 100%;
  bottom: 0;
  z-index: 999;
  background-color: #000;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/*
|===================
| MOBILE MENU
|===================
*/

.xt-carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.xt-carousel-fade .carousel-inner .item,
.xt-carousel-fade .carousel-inner .active.left,
.xt-carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.xt-carousel-fade .carousel-inner .active,
.xt-carousel-fade .carousel-inner .next.left,
.xt-carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.xt-carousel-fade .carousel-inner .next,
.xt-carousel-fade .carousel-inner .prev,
.xt-carousel-fade .carousel-inner .active.left,
.xt-carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.xt-carousel-fade .carousel-control {
  z-index: 2;
}

/*
|===================
| Blog Page
|===================
*/

.archive .site-main > article {
  margin-bottom: 30px;
}
.ch-blog.sticky .blog-content {
    position: relative;
}
.ch-blog.sticky .blog-content:before {
    position: absolute;
    top: 15px;
    right: 0;
    content: "\f08d";
    width: 45px;
    height: 31px;
    text-align: center;
    color: #fff;
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 32px;
}
h2.widget-title,
.comments-area h2.comments-title,
h3.comment-reply-title {
  font-size: 22px;
  line-height: inherit;
  font-weight: bold;
}
.blog-content h2.entry-title, .search h2.entry-title a {
  font-size: 36px;
  font-weight: 800;
}
.blog-content h2.entry-title {
  margin-top: 0;
}
.blog-content h1.entry-title {
  margin-top: 10px;
}
.blog-content h1.entry-title {
  margin-bottom: 20px;
}
.blog-content .entry-footer a:hover { 
  color: #fff;
}
.blog-content .entry-footer a:active {
  color: #fff;
}
.blog-content .entry-content {
  margin: 0px;
}
a.xt-btn-primary {
  background-color: transparent;
  color: #000;
}
a.xt-btn-primary:hover {
  color: #fff;
}
.blog_widget {
  padding: 20px;
}
.blog_widget ul li a {
  color: #5e5e5e;
  transition: .3s;
}
.blog_widget select:focus {
  border: 2px solid;
  outline: 0;
}
.widget > ul > li, 
.widget > ul > li ul.children li, 
.widget ul.menu > li, 
.widget ul.menu > li ul.sub-menu li, 
.list-custom-taxonomy-widget > ul > li, 
.list-custom-taxonomy-widget > ul > li ul.children li {
  margin-bottom: 7px;
}
.widget > ul > li ul.children, 
.widget ul.menu > li ul.sub-menu, 
.list-custom-taxonomy-widget > ul ul.children {
  margin-left: 15px;
  margin-top: 15px;
}
.widget ul li {
  list-style: none;
}
.widget select {
  box-shadow: none;
  border-width: 2px;
}
.widget select {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 34px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.widget-area .widget.widget_search label{
  display: block;
  margin: 0;
}
.search-form .search-field{
  padding: 8px 12px;
  height: inherit;
  box-shadow: inherit;
  border: 2px solid #ccc;
  width: 100%;
  color: #363636;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-form input[type=search]:active,
.search-form input[type=search]:focus {
  border: 2px solid;
  outline: 0;
}
.widget.widget_search .search-submit {
  display: none;
}
.search-form label {
  display: block;
}
.widget.widget_tag_cloud a, .widget.widget_product_tag_cloud a {
  font-size: 12px!important;
  border: 2px solid;
  margin: 0 5px 8px 0;
  display: inline-block;
  padding: 6px 7px;
  line-height: 13px;
  color: inherit;
}
.widget.widget_charitable_donors_widget .donor .donor-name,
.widget.widget_charitable_campaigns_widget .campaign .campaign-title,
.widget_charitable_donate_widget #charitable-donation-amount-form .donation-amounts .donation-amount label {
  font-weight: 800;
}
.widget.widget_charitable_donors_widget .donor:first-child,
.widget.widget_charitable_campaigns_widget .campaign:first-child {
  padding-top: 0;
}
.widget.widget_charitable_donors_widget .donor:last-child,
.widget.widget_charitable_campaigns_widget .campaign:last-child,
.widget.widget_charitable_campaigns_widget .campaign .wp-post-image,
.widget.widget_charitable_campaigns_widget .campaigns {
  margin-bottom: 0;
}
.widget_charitable_donate_widget #charitable-donation-amount-form .donation-amounts .donation-amount,
.widget_charitable_donate_widget #charitable-donation-amount-form .donation-amounts .donation-amount.selected {
  border: 0;
  background: transparent;
  color: inherit; 
}
.widget_charitable_donate_widget #charitable-donation-amount-form .donation-amounts .donation-amount.suggested-donation-amount {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.widget_charitable_donate_widget #charitable-donation-amount-form .donation-amounts .donation-amount.suggested-donation-amount:hover {
  border-left: 4px solid;
  padding-left: 15px;
}
.widget_charitable_donate_widget #charitable-donation-amount-form .donation-amounts .donation-amount.suggested-donation-amount.selected label:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-weight: 100;
  font-size: 20px;
  margin-right: 15px;
}
.widget_charitable_donate_widget #charitable-donation-amount-form .donation-amounts .donation-amount label, 
.widget_charitable_donate_widget #charitable-donation-form .donation-amounts .donation-amount label,
#charitable-donation-form .donation-amounts .donation-amount .custom-donation-amount-wrapper {
  padding: 0;
}
.widget_charitable_donate_widget #charitable-donation-form .donation-amounts .donation-amount label {
  display: block;
}
.widget_charitable_donate_widget #charitable-donation-amount-form .donation-amounts .donation-amount.custom-donation-amount label .description {
  margin-bottom: 10px;
  display: inline-block;
}
.widget_charitable_donate_widget #charitable-donation-amount-form .donation-amounts {
  margin-bottom: 5px;
}
.widget_charitable_donate_widget .charitable-form-field {
  margin-bottom: 0;
}
.widget_charitable_donate_widget .charitable-donation-form .recurring-donation {
  font-size: 14px;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
  margin-bottom: 2em;
}
.widget.widget_charitable_campaigns_widget .campaign {
  padding: 0;
  border: 0;
  margin-bottom: 24px;
}
.edit-link a.post-edit-link {
  color: inherit;
  font-size: 12px;
  display: inline-block;
  background: #ededed;
  padding: 7px 13px 7px;
  border-radius: 3px;
  margin-right: 0;
  transition: .3s;
  line-height: normal;
}
.edit-link a.post-edit-link:focus,
.edit-link a.post-edit-link:active {
  background-color: #ededed;
}
.blog-content .edit-link {
  margin-top: 18px;
}
.single .blog-content .edit-link {
  margin-top: 0;
}
.pager li>a, .pager li>span,
.woocommerce-pagination li > a, .woocommerce-pagination li > span {
  display: inline-block;
  padding: 6px 16px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 0;
  margin-right: 10px;
  color: #000;
}
.pager li.active>span,
.woocommerce-pagination li.active > span,
.blog-content .entry-footer a.btn:focus,
.blog-content .entry-footer a.btn:active,
.xt_theme_paignation.xt-theme-page-links .pager .active a {
  color: #fff;
}

/*
|===================
| Single blog post
|===================
*/
.comments-area{
  padding: 20px;
}
.xt-media.comment-body {
  margin-bottom: 50px;
}
.comment-list .pingback .comment-body {
  margin-bottom: 30px;
}
.comment-list .pingback .comment-body .edit-link {
  margin: 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
}
.comment-list .pingback .comment-body .edit-link a {
  color: inherit;
}
.comment-list .pingback .comment-body .edit-link a:hover {
  color: inherit;
  text-decoration: underline;
}
.comments-area ol.comment-list{
  margin-left: 0px;
  padding: 0px;
}
.comment-list .list-inline li {
  margin-bottom: 0!important;
  margin-top: 0!important;
  font-size: 14px;
}
.comments-area h4.charitus-media-heading a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0px;
  color: #363636;
}
.comments-area span.comment-metadata a {
  font-weight: 400;
  font-size: 16px;
  margin-left: 20px;
}
.comment-list li.comment {
  display: block;
  overflow: hidden;
}
.charitus-media-left,
.charitus-media-body {
  display: table-cell;
  vertical-align: top;
}
.charitus-media-body {
  padding-left: 20px;
}
.charitus-media-left, 
.charitus-media-body {
  display: table-cell;
  vertical-align: top;
}
.comment-list li.comment .charitus-media-left img {
  min-width: 50px;
  max-width: 50px;
}
.comment-list li.comment ol.children .charitus-media-left img {
  max-width: 30px;
  min-width: 30px;
  height: auto;
}
.comment-metadata {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.comment .comment-metadata > a {
  color: #5e5e5e;
}
.comment-metadata a.comment-edit-link {
  color: inherit;
  margin-left: 1em;
}
.charitus-media-body .reply-link a,
.charitus-media-body .reply-link a:hover,
.charitus-media-body .reply-link a:focus {
  color: inherit;
}
.charitus-media-body .reply-link a:hover,
.charitus-media-body .reply-link a:focus {
  text-decoration: underline;
}
.charitus-media-body .reply-link i {
  margin-right: 15px;
}
.comment .comment-metadata a:hover,
.comment .comment-metadata a:focus {
  outline: 0;
  color: inherit;
  text-decoration: underline;
}
.comments-area h4.charitus-media-heading {
  margin: 0;
}
.sub-header-content ul li {
  display: inline-block;
  color: #fff;
  margin: 0 6px;
  list-style: none;
}
.sub-header-content ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.sub-header-content ul li.trail-item {
  font-weight: 600;
  color: #fff;
}
.sub-header-content ul li.trail-item.trail-end {
  color: #fff;
  opacity: 0.8;
}
.educationpress-breadcrumb ul li:after {
  content: "\f0da";
  position: relative;
  font-family: FontAwesome;
  margin-left: 12px;
}
nav.breadcrumbs ul li:after{
  content: "/";
  position: relative;
  font-family: FontAwesome;
  margin-left: 12px;
}
nav.breadcrumbs ul li:last-child:after{
  content: "";
  position: relative;
  font-family: FontAwesome;
  margin-left: 12px;
}
.post-navigation .nav-previous {

}
.nav-links {
  display: block;
  overflow: hidden;
}
.nav-previous a, .nav-next a {
  font-weight: 400;
  padding: 8px 15px 9px;
  background-color: transparent;
  display: inline-block;
  border: 1px solid;
  line-height: initial;
  border-radius: 5px;
  color: inherit;
}
.nav-previous a:hover,
.nav-next a:hover {
  background-color: #eee;
  z-index: 2;
}
.comment-respond .form-submit input[type=submit],
.search-form .search-submit,
.post-password-form input[type=submit],
.button.button-primary,
.button.button-secondary,
.give-btn,
.give_submit,
#give-register-form .button {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding: 8px 30px;
  display: inline-block;
  border: 1px solid;
  text-align: center;
  letter-spacing: 1px
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
}
.comment-respond .form-submit input[type=submit]:hover,
.search-form .search-submit:hover,
.post-password-form input[type=submit] {
  border-color: transparent;
}
.button.button-secondary {
  background: transparent;
}
.button.button-secondary:hover {
  color: #ffffff;
}
.comment-form > p {
  margin-bottom: 20px;
  display: block;
}
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form input[type="email"],
.comment-form input[type="email"],
.comment-form textarea,
.post-password-form input[type="password"] {
  border-width: 2px;
  border-radius: 5px;
  box-shadow: none;
} 
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 800;
}
.comment-form input[type="text"], 
.comment-form input[type="url"], 
.comment-form input[type="email"], 
.comment-form input[type="email"],
.post-password-form input[type="password"] {
  height: inherit;
  padding: 13px 15px;
  width: 100%;
}
.comment-form input[type="text"]:focus, 
.comment-form input[type="url"]:focus, 
.comment-form input[type="email"]:focus, 
.comment-form input[type="email"]:focus, 
.comment-form textarea:focus,
.post-password-form input[type="password"]:focus {
  outline: 0;
}
.ch-footer .widget {
  margin-bottom: 40px;
}
.ch-footer .footer-content ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 36px; 
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.5;
}
.ch-footer .footer-content .textwidget {
  color: #fff;
  opacity: 0.5;
}
.charitus-author-comment .charitus-author-name {
  margin-top: 0;
}
.xt-author-bio {
  padding: 20px;
}
.charitus-navigation-wrapper {
  padding: 15px;
  margin-bottom: 20px;
}
.charitus-navigation-wrapper nav.navigation.post-navigation {
  margin-bottom: 0em; 
}
.post-password-form input[type="password"] {
  padding: 9px;
}

/*
|===================
| Search Page
|===================
*/


/*
|===================
| Single Page
|===================
*/

.xt-page-title-area {
  background-image: url(../images/subpagebg.jpg);
  padding: 75px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.xt-page-title-area .xt-page-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
h2.trail-browse {
  display: none;
}
.xt-page-title-area {
  color: #fff;
}
.xt-page-title h1 {
  line-height: normal;
  margin: 0;
}
.xt-breadcrumb-wrapper {
  text-align: right;
  font-weight: 600;
}
.xt-breadcrumb-wrapper ul li a {
  opacity: 0.9;
  color: inherit;
}
.xt-breadcrumb-wrapper > nav {
  margin-top: 10px;
}
.site-main .post-navigation {
  margin: 0px;
}
body.xt-page-layout-grid article.page,
body.xt-campaign-layout-grid article.campaign {
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  padding: 20px;
}
body.xt-page-layout-grid .entry-content,
body.xt-campaign-layout-grid article.campaign .entry-content {
  margin-top: 0px;
}
body.xt-campaign-layout-grid article.campaign #charitable-donation-form {
  padding-top: 0;
}
.error-404 .page-content,
.ch-404-search-form {
  margin-bottom: 3em;
}
body.xt-campaign-layout-grid.single-campaign article.campaign {
  padding: 0;
}
body.xt-campaign-layout-grid.single-campaign.campaign-donation-page article.campaign {
  padding: 20px;
}

/**
 * Charity Campaign
 */

#charitable_field_recipient .charitable-recipient-type{
  border-left: 4px solid transparent;
  cursor: pointer;
}
.widget_charitable_donate_widget #charitable-donation-amount-form .donation-amounts .donation-amount .custom-donation-amount-wrapper {
  padding: 0;
}
.widget_campaign_creator_widget .creator-links {
  clear: both;
}
.single-campaign .campaign-description {
  font-size: inherit;
  font-weight: inherit;
}
body #charitable-donation-form .donation-amount.selected {
  background: transparent;
}
#charitable-donation-form .donation-amounts .donation-amount.selected {
  color: inherit;
}
.campaign-summary {
  border-width: 2px;
  border-radius: 4px;
}
.campaign-summary .campaign-summary-item,
#charitable-donation-amount-form .donation-amounts .donation-amount, #charitable-donation-form .donation-amounts .donation-amount {
  border-width: 2px;
}
.ch-campaign-ended .campaign-summary-item.campaign-donors,
.ch-campaign-ended .campaign-summary-item.campaign-time-left {
  border-bottom: 0;
}
.campaign-description, .campaign-summary {
  margin-bottom: 2em;
}
.charitable-form abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
  color: #c0392b;
}

#charitable-donation-form .donation-amounts .donation-amount, #charitable-donation-form .donation-amounts .donation-amount.selected {
  border: 0;
  background: transparent;
  color: inherit;
  float: inherit;
  width: inherit;
  margin-right: 0;
}
#charitable-donation-form .donation-amounts .donation-amount.suggested-donation-amount {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 15px;
  padding: 5px 0;
}
#charitable-donation-form .donation-amounts .donation-amount.suggested-donation-amount:hover {
  border-left: 4px solid;
  padding-left: 15px;
}
#charitable-donation-form .donation-amounts .donation-amount.suggested-donation-amount.selected > label:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-weight: 100;
  font-size: 20px;
  margin-right: 15px;
}
#charitable-donation-form .donation-amounts .donation-amount label {
  padding: 0;
}
#charitable-donation-form .donation-amounts .donation-amount.custom-donation-amount label .description {
  margin-bottom: 10px;
  display: inline-block;
}
.charitable-form-header {
  font-size: 1.5em;
  font-weight: 800;
}
.donation-summary dt,
.donation-summary dd {
  margin-right: 0;
}
.donation-summary dd {
  margin-bottom: 7px;
}
.charitus-campaign-content .campaign-donation {
  display: inline-block;
}
.widget.widget_charitable_donors_widget .donor {
  border: 0;
  padding: 0;
  margin-bottom: 24px;
  width: 100%;
}
.widget.widget_charitable_donors_widget .donors-list {
  margin-bottom: 0;
}
.campaign-loop.campaign-grid .campaign.hentry.ch-causes,
.campaign-loop.campaign-grid li.campaign.ch-causes {
  border: 0;
  padding: 0;
}
.campaign-loop.campaign-grid .ch-causes .wp-post-image, 
.campaign-loop.campaign-list .ch-causes .wp-post-image {
  padding-bottom: 0;
}
.campaign-loop.campaign-grid .campaign-donation {
  text-align: inherit;
}
.campaign-loop.campaign-grid .campaign-donation-stats {
  margin-bottom: 0;
}
.campaign-title {
  color: inherit;
}
.charitable-form-fields .charitable-fieldset {
  padding: 0;
  border: 0;
}
.xt-page-layout-full-width .charitable-form-fields .charitable-fieldset,
.xt-page-layout-full-width .charitable-form-field.charitable-submit-field,
.xt-page-layout-full-width .charitable-user-campaigns .charitable-campaign {
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2);
  padding: 20px;
}
.charitable-form-field.charitable-submit-field .button-secondary{
  margin-right: 12px;
}
.charitable-form-field.charitable-form-field-multi-checkbox .options li {
  display: inline-block;
  min-width: 180px;
}
.charitable-repeatable-form-field-table .remove {
  background: #e74c3c;
  border-color: #c0392b;
  margin-bottom: 10px;
  color: #ffffff;
  padding: 4px 20px;
  font-weight: 800;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.charitable-repeatable-form-field-table .remove:hover, .charitable-repeatable-form-field-table .remove:focus {
  background: #c0392b;
  outline: 0;
}
.xt-page-layout-full-width .charitable-repeatable-form-field-table {
  margin-bottom: 0;
}
body .charitable-notice.alert-danger,
body .charitable-notice.alert-danger .errors a,
body .charitable-notice,
body .charitable-notice .errors a {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  font-size: 14px;
}
body .charitable-notice.alert-danger .error-list li {
  list-style-type: disc;
}
body.mce-content-body {
  font-family: inherit;
}
body .charitable-ambassadors-campaign-creator-toolbar {
  border-width: 2px;
}
body .charitable-creator-donations tr:last-child td, body .charitable-creator-donations tr:last-child th {
  border: 1px solid #ddd;
}
.charitable-creator-donations.table-bordered>thead>tr>td, .charitable-creator-donations.table-bordered>thead>tr>th {
  border-bottom-width: 2px;
}
.xt-page-layout-full-width .charitable-user-campaigns .charitable-campaign {
  padding: 0;
  border: 0;
  margin-bottom: 1.5em;
  position: relative;
}
.xt-page-layout-full-width .charitable-user-campaigns .charitable-campaign .charitus-campaign-status {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #ededed;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
body ul.charitable-user-campaigns .campaign-summary {
  padding: 1em 1em 1em 2em;
}
ul.charitable-user-campaigns .campaign-summary .campaign-title a {
  color: inherit;
}
body ul.charitable-user-campaigns .campaign-stats li {
  margin: 0 0 3px;
}
body ul.charitable-user-campaigns .campaign-stats li > span:first-child,
body ul.charitable-user-campaigns .campaign-stats li > span.amount:first-child,
body ul.charitable-user-campaigns .campaign-summary .campaign-raised span.amount {
  display: inline-block;
  min-width: 100px;
}
#charitable_field_anonymous_donation {
  margin-top: 1em;
}
.single-campaign #charitable-user-fields {
  border-width: 2px;
}
.campaign-video {
  margin-bottom: 2em;
}
.campaign-video > .wp-video{
  width: 100%;
  height: auto;
}
.charitable-campaign-map-marker h3 {
  margin-top: 10px;
  font-size: 19px;
  margin-bottom: 15px;
}
.charitable-campaign-map-marker .campaign-description p {
  font-size: 13px;
  line-height: 20px;
}
body .charitable-donation-form .charitable-donation-options {
  padding: 0;
}
.charitable-form-fields .charitable-fieldset {
  margin-bottom: 2em;
}
.charitable-form-fields .charitable-fieldset p:last-child {
  margin-bottom: 0;
}
.widget_charitable_donate_widget .charitable-form-field.charitable-submit-field {
  margin-top: 1em;
}
body .charitable-donation-form .recurring-donation {
  margin: 0 0 20px!important;
}
body .charitable-donation-form .recurring-donation .recurring-donation-option.selected>label {
  font-weight: 800;
  margin-bottom: -2px;
  border-bottom-width: 2px;
}
body .charitable-donation-form .recurring-donation {
  border-width: 2px;
}
body .charitable-donation-form .recurring-donation .recurring-donation-option label {
  border: 2px solid #DDD;
  border-width: 2px 2px 0;
}
body .widget_campaign_creator_widget .charitable-campaign-creator .creator-name {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 10px;
}
.widget.widget_charitable_donors_widget .donor .donor-name {
  font-size: 17px;
  margin-top: 0;
}
body .widget_campaign_creator_widget .charitable-campaign-creator .creator-bio,
body .widget_campaign_creator_widget .charitable-campaign-creator .creator-bio > p:last-child {
  margin-bottom: 0;
}
.single-campaign .charitus-campaign-content .campaign-donation-stats {
  font-size: 17px;
}
.single-campaign .charitus-campaign-content .campaign-donation-stats > .amount {
  font-size: 26px;
}
.single-campaign .charitus-campaign-content .campaign-donation-stats > .goal-amount {
  font-size: 20px;
} 
.single-campaign .charitus-campaign-content .campaign-updates > p:last-child {
  margin-bottom: 0;
}
.campaign-location-wrapper > div.campaign-location {
  display: inline-block;
  margin-bottom: 0;
  font-style: inherit;
}
.charitus-campaign-meta > div {
  display: inline-block;
}
.charitus-campaign-meta > div:not(:first-child) {
  margin-left: 10px;
  border-left: 1px solid #e6e6e6;
  padding-left: 12px;
}
.charitus-campaign-meta i {
  margin-right: 5px;
}
.charitus-campaign-updates {
  margin-bottom: 20px;
}
.charitus-campaign-updates > .charitus-campaign-updates-title {
  margin-top: 0;
}
.charitus-campaign-meta {
  font-size: 14px;
}
.blog-content.charitus-campaign-content h1.entry-title {
  margin-bottom: 10px;
}
.ch-campaign-search .btn {
  padding: 11px 30px;
}
.ch-campaign-search h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 70px;
  font-weight: 800;
}
.ch-campaign-search h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: initial;
}
.ch-campaign-search .ch-campaign-search-donation-stats {
  margin: 20px 0 0;
  padding: 0;
}
.ch-campaign-search .ch-campaign-search-donation-stats li {
  display: inline-block;
  margin-right: 35px;
}
.ch-campaign-search .ch-campaign-search-donation-stats li i {
  margin-right: 7px;
  font-weight: 600;
}
.ch-campaign-search .ch-campaign-search-field {
  border-right: 0;
}
.ch-campaign-ajax-search-result-area {
  position: relative;
  text-align: left;
}
.ch-campaign-ajax-search-result-inner {
  position: absolute;
  background: #ffffff;
  overflow-y: auto;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 10px;
  border-radius: 3px;
  padding: 10px;
  display: none;
}   
.ch-campaign-ajax-search-result-area ul {
  margin: 0;
  padding: 0;
}
.ch-campaign-ajax-search-result-area li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ch-campaign-ajax-search-result-area li a {
  color: #363636;
  display: block;
  padding: 3px 5px;
  font-size: 13px;
}
.ch-campaign-ajax-search-result-area li a:hover {
  color: #ffffff;
}
.xt_vc_row-color-white .ch-campaign-search input[type="text"].ch-campaign-search-field {
  color: #ffffff;
}
.ch-campaign-search {
  padding: 10% 0;
}
.ch-donation-stats-item {
  padding: 30px;
  text-align: center;
}
.ch-donation-stats-item > * {
  display: block;
}
.ch-donation-stats-item i {
  font-size: 60px;
}
.ch-donation-stats-item .ch-campaign-stats-count {
  font-size: 28px;
  line-height: 45px;
  font-weight: 800;
  margin-top: 18px;
  margin-bottom: 10px;
}
body.xt-page-layout-grid article.page .ch-registration-form.shadow,
body.xt-page-layout-grid article.page .charitable-login-form-inner.shadow {
  box-shadow: none;
}
.xt-page-layout-full-width #charitable-profile-form,
.xt-page-layout-full-width #charitable-campaign-submission-form,
.xt-page-layout-full-width .charitable-creator-donations,
.xt-page-layout-full-width .charitable-user-campaigns {
/*  padding-left: 15px;
  padding-right: 15px;*/
}
.charitable-form-field.charitable-form-field-checkbox label {
  padding-left: 0;
}


/**
 * Events Pages
 */

#tribe-events-content.tribe-events-single.shadow {
  padding: 20px;
}
.tribe_events-template-default .hentry {
  margin: 0;
}
body.tribe-events-day {
  padding: 0;
}
#tribe-events .tribe-events-button, .tribe-events-button {
  font-size: 13px;
  border-radius: 3px;
  height: auto;
  padding: 12px 16px;
}
#tribe-bar-form {
  background: #e7e7e7;
  padding: 10px 0;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  border-radius: 3px;
  padding: 12px;
}
#tribe-bar-form input[type='text'] {
  background: #ffffff;
  color: #919191;
  border: 1px solid #e1e1e1;
  padding: 13px;
  border-radius: 3px;
  font-size: 13px;
  line-height: normal;
}
#tribe-bar-form input[type='text']:focus {
  border-bottom: 1px solid #e1e1e1;
  outline: 0;
}
#tribe-bar-form label {
    font-size: 12px;
}
.tribe-bar-date-filter,
.tribe-bar-search-filter {
    padding: 23px 15px;
}
.tribe-bar-submit {
    padding: 33.5px 15px 33.5px 0;
}
.tribe-bar-submit input {
    margin-right: 0;
}
.tribe-bar-views-inner {
  padding: 28px 15px;
  border-left-style: solid;
  border-left-width: 1px;
  position: relative;
  background: #e7e7e7;
  color: #666666;
  border-color: #e1e1e1;
}
#tribe-bar-views .tribe-bar-views-list {
    left: 0px;
    padding: 0;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    background: #e7e7e7;
    color: #666666;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
    background: #fff;
}
.tribe-events-calendar tr:first-child th, .tribe-events-calendar tr:first-child td {
    border-top-style: solid;
    border-top-width: 1px;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
    background: #f8f8f8;
    color: #919191;
}
.tribe-events-month-event-title a,
.tribe-events-month-event-title a:hover,
#tribe-events-content .tribe-events-calendar td {
    color: inherit;
}
#tribe-events-content .tribe-events-tooltip h4 {
  padding: 8px 20px;
  color: #ffffff;
  border-color: #507210;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0;
  min-height: 24px;
}
.tribe-events-calendar .tribe-events-tooltip {
    padding: 0;
}
.tribe-events-tooltip .tribe-events-event-body {
    padding: 15px;
}
.tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
  margin-bottom: 10px;
  font-weight: 800;
}
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: inherit;
}
.tribe-events-list-separator-month:after {
    display: none;
}
.tribe-events-list-separator-month {
  margin-bottom: 40px;
  padding: 0;
  text-align: inherit;
}
.tribe-events-list-separator-month:before,
.tribe-events-day .tribe-events-day-time-slot h5:before {
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -15px;
  content: "";
}
.tribe-events-list-separator-month > span {
    padding: 0;
}
.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first,
.tribe-events-list-event-title,
.tribe-events-list .tribe-events-loop .tribe-events-content {
    margin-top: 0;
}
.tribe-events-list-event-title a,
.tribe-events-list-event-title a:hover {
    color: inherit;
}
.tribe-events-list .tribe-events-event-cost {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  z-index: 10;
}
.tribe-events-list .tribe-events-event-cost span {
    color: #ffffff;
    border-radius: 3px;
}
.tribe-events-list .type-tribe_events {
  border: 2px solid #e7e7e7;
  padding: 15px;
  border-radius: 4px;
}
.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
  padding-top: 15px;
}
.tribe-events-loop .type-tribe_events.tribe-events-last {
  border-bottom: 2px solid #e7e7e7;
}
.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
  border-top: 0;
}
.tribe-events-day .tribe-events-day-time-slot h5 {
  position: relative;
  background: transparent;
  color: inherit;
  text-align: inherit;
  display: inline-block;
  padding: 0;
  margin-bottom: 30px;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
}
body.tribe-events-day {
  padding: 0;
}
.single-tribe_events .tribe-events-single-event-title {
  font-size: 36px;
  line-height: 1.1;
  font-weight: bold;
}
.tribe-events-schedule h2 {
  font-size: 14px;
  display: inline-block;
  margin: 0 15px 0 0;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  font-size: 14px;
  font-weight: bold;
}
.single-tribe_events .tribe-events-back {
    display: none;
}
.single-tribe_events .tribe-events-button {
    margin-top: 10px;
}
#tribe-events-content {
  margin: 0;
}
.single-tribe_events .tribe-events-event-meta {
    border-radius: 3px;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 0;
}
.tribe-events-list-widget .tribe-event-title {
    font-size: 15px;
}
.tribe-events-list-widget .tribe-event-duration {
    font-size: 12px;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a {
    font-size: inherit;
    font-weight: inherit;
}
.tribe-events-adv-list-widget .tribe-events-widget-link , .tribe-events-list-widget .tribe-events-widget-link {
    margin-bottom: 0;
}
h2.tribe-events-page-title {
  margin-top: 0;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
  padding: 11px 5px;
}
.tribe-bar-mini .tribe-bar-submit {
  margin-top: 16px;
}
.tribe-events-tooltip .tribe-event-description p {
  font-size: 12px;
  line-height: 24px;
}
.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
  width: 55%;
  padding: 0;
}
.single-tribe_events .hentry .entry-footer {
  margin-top: 20px;
}

/*
|===================
| Visual Composer
|===================
*/
.vc_row-has-fill.vc_row-no-padding>.vc_column_container>.vc_column-inner {
  padding: 0;
}
.vc_row > .container > .row > .vc_column_container.vc_col-sm-12{
  padding-left: 15px;
  padding-right: 15px;
}
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.vc_column_container.xt-vc-column-no-padding > .vc_column-inner  {
  padding-left: 0!important;
  padding-right: 0!important;
}
.vc_column_container .vc_column_container {
  padding-left: 0!important;
  padding-right: 0!important;
}
.xt-page-layout-full-width .entry-content > .vc_row, 
.xt-page-layout-full-width .entry-content > .container > .vc_row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  /*background: #fff;*/
}
.xt-page-layout-full-width .entry-content > .vc_row.xt_vc_row-padding-bottom-medium, 
.xt-page-layout-full-width .entry-content > .container > .vc_row.xt_vc_row-padding-bottom-medium {
  padding-bottom: 45px;
}
.xt-page-layout-full-width .entry-content > .vc_row.xt_vc_row-padding-bottom-large, 
.xt-page-layout-full-width .entry-content > .container > .vc_row.xt_vc_row-padding-bottom-large {
  padding-bottom: 65px;
}
.xt-page-layout-grid .entry-content > .vc_row,
.xt-page-layout-grid .entry-content > .container > .vc_row{
  padding-top: 0;
  padding-bottom: 30px;
}
.xt-page-layout-grid .entry-content > .vc_row:last-child,
.xt-page-layout-grid .entry-content > .container > .vc_row:last-child {
  padding-bottom: 0;
}
.xt-page-layout-grid .vc_row > .container {
  width: inherit;
}
.xt_vc_row-color-white,
.xt_vc_row-color-white a,
.xt_vc_row-color-white .xt-feature-description {
  color: #ffffff;
}
.entry-content > .vc_row.vc_row-no-padding{
  padding: 0!important;
}
.type-page  > .entry-content {
  margin: 0;
}
.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 3px;
}
.vc_btn3.vc_btn3-size-lg {
  font-weight: bold;
}

/* Accordion */
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default .vc_tta-panel .vc_tta-panel-body,
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default .vc_tta-panel .vc_tta-panel-heading {
  background: #ffffff;
  border: 1px solid #ededed;
}
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title>a  {
  color: #ffffff;
}
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default .vc_tta-panel.vc_active .vc_tta-panel-title>a i:before,
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title>a i:before,
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default .vc_tta-panel.vc_active .vc_tta-panel-title>a i:after,
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title>a i:after {
  border-color: #ffffff;
}
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 0;
}
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default.vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 10px;
}
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default.vc_tta.vc_general .vc_tta-panel-title {
  font-size: 15px;
  font-weight: bold;
}
.vc_tta-container .vc_tta-accordion.xt-vc-tta-accordion-theme-default.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-top: 0;
}
.site-content  .theme-default .nivo-directionNav a {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none; 
  color: transparent;
  opacity: 1;
  width: 42px;
  height: 58px;
  line-height: 58px;
  text-shadow: none;
  text-align: center;
  text-indent: inherit;
  font-size: 0;
  padding: 0 10px;
}
.site-content .theme-default a.nivo-nextNav:before,
.site-content .theme-default a.nivo-prevNav:before {
  font-family: FontAwesome;
  font-size: 22px;
  color: #ffffff;
}
.site-content .theme-default a.nivo-nextNav:before {
  content: "\f105";
}
.site-content .theme-default a.nivo-prevNav:before {
  content: "\f104";
}
.site-content .theme-default a.nivo-nextNav {
  right: 0;
}
.site-content .theme-default a.nivo-prevNav {
  left: 0;
}
.site-content .nivo-directionNav a {
  top: 43%;
}
.site-content .theme-default .nivoSlider {
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.15);
  box-shadow: 0 2px 7px rgba(0,0,0,0.15);
}
.btn.vc_btn3-block {
  display: block;
}
.site-content .vc_btn3.vc_btn3-size-lg,
.site-content .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg,
.site-content .vc_btn3-block.vc_btn3-size-lg {
  padding: 15px 16px;
  line-height: 16px;
}
.site-content .vc_btn3.vc_btn3-shape-rounded {
  border-radius: 3px;
}
.btn.btn-md,
.site-content .vc_btn3.vc_btn3-size-md {
  padding: 8px 15px 9px;
  line-height: 1.42857143;
}
.btn.btn-sm,
.site-content .vc_btn3.vc_btn3-size-sm {
  padding: 7px 12px;
  line-height: 1.5;
}
.btn.btn-xs,
.site-content .vc_btn3.vc_btn3-size-xs {
  padding: 4px 8px;
  line-height: 1.5;
  font-size: 12px;
}
.xt-vc-theme-btn-primary.vc_btn3-icon-right.btn-lg .vc_btn3-icon {
  padding: 0 10px;
}
.xt_vc_progress_bar.vc_progress_bar .vc_single_bar .vc_bar,
.xt_vc_progress_bar.vc_progress_bar .vc_single_bar {
  border-radius: 0;
}
.xt_vc_progress_bar.vc_progress_bar .vc_label {
  color: #ffffff;
  font-weight: bold;
}
.xt_vc_progress_bar.vc_progress_bar .vc_single_bar {
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.05);
  box-shadow: 0 2px 7px rgba(0,0,0,0.05);
}
.site-content .vc_btn3.vc_btn3-style-modern {
  background-image: none;
}
.xt-row-overlay {
  position: absolute!important;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  top: 0;
  z-index: 1!important;
}
.site-content .vc_parallax>* {
  z-index: 2;
}
.wpb_text_column ul {
  margin-left: 15px;
}
.wpb_text_column li {
  list-style: none;
  margin-bottom: 5px;
}
.wpb_text_column li:before {
  /*content: "\f105";*/
/*  font-family: "FontAwesome";
  left: 0;
  padding-right: 10px;
  position: relative;*/
}
.vc_row.xt_row_stretch_row_content_no_paddings .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.xt-page-layout-full-width .site-main > article.hentry {
  margin: 0;
}
.xt-page-layout-full-width .site-content {
  margin: 0;
}
.xt-page-layout-full-width .entry-footer {
  padding: 15px;
}
.margin-b-0.wpb_content_element {
  margin-bottom: 0;
}
/*
|===================
| ShortCodes
|===================
*/



@media only screen and (max-width: 1900px) {
  .header-slider .slide-img {
    width: 42% !important;
    right: 0%;
  }
}
@media only screen and (max-width: 1500px) {
  .header-slider .slide-img {
    width: 50% !important;
    right: 0%;
  }
}
@media only screen and (max-width: 1200px) {
  .slide-tablecell .slide-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .header-slider .slide-img {
    display: none;
  }
  .header-slider .slider-preloader-wrap,
  .header-slider .item {
    height: 700px;
  }
  .slide-text {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .header-slider .slider-preloader-wrap,
  .header-slider .item {
    height: 600px;
  }
  .slide-tablecell .slide-text h2 {
      font-size: 40px;
      line-height: 50px;
  }
}

.ch-mission-item .icon .fa {
  font-size: 54px;
}
input[type="text"], 
input[type="email"],
textarea {
  padding: 10px;
}
.xt_vc_row-background-primary,
.xt_vc_row-color-white {
  color: #fff;
}
.xt_vc_row-background-primary .vl-content ul li a {
  opacity: 1;
}
.xt_vc_row-background-primary .vl-content ul li a:hover,
.xt_vc_row-background-primary .vl-thumb:hover a {
  opacity: 1;
  color: #fff;
}
.xt_vc_row-background-primary input[type="text"], 
.xt_vc_row-background-primary input[type="email"], 
.xt_vc_row-background-primary input[type="url"], 
.xt_vc_row-background-primary textarea {
  background-color: #fff;
  color: #363636;
}
.charitus-join-us h3 {
  margin-top: 0px;
}
.wpcf7-form .wpcf7-submit {
  margin-bottom: 20px;
}
.xt-vc-column-theme-primary .wpcf7-form .wpcf7-submit {
  margin-bottom: 0;
}
div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1em;
  padding: 10px 15px;
}
div.wpcf7-validation-errors {
  border: 1px solid #e74c3c;
  background: rgba(231, 76, 60, 0.83);
  color: #fff;
}
span.wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 14px;
}









