/*
 Theme Name:   Green Soul 
 Description:  Green Soul Environment & Non-Profit WordPress Theme 
 Author:       HasTech
 Author URI:   http://bootexperts.com/
 Version:      1.0.0
 Tags:         slider, site-builder, page-builder, responsive-layout, fixed-layout, fluid-layout, charity, non-profit, one-column, two-column, three-column, four-column, custom-colors, custom-header, custom-menu, editor-style, featured-images, translation-ready, full-width-template, theme-options
 License:      GPL 2.0
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Template:     layerswp
 
-------------------------------
    ** TABLE OF CONTENTS ** 
-------------------------------


/*------------------------------*/
/*- 1. THEME DEFAULT CSS -------*/
/*------------------------------*/
html {
    max-width: calc(100%) !important;
    margin: 0 !important;
}
body {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
a:focus, 
:focus {
    outline: 0px solid;
}
a:hover {
    text-decoration: none;
}
a:active, 
a:hover {
    outline: 0 none;
}
.container {
    margin: auto;
    max-width: 1200px;
}
.container.list-masonry {
    max-width: 1200px;
}
[class*="column"] {
    margin-bottom: 0px;
}
.content-vertical-massive {
    padding-top: 90px;
    padding-bottom: 90px;
}
.fix {overflow:hidden;}
.clear{clear:both;}

/*------------------------------*/
/*- Write your code here ---------*/
/*------------------------------*/
a, i, button, img, input, span, *::before, *::after {
  transition: all 0.3s ease 0s;
}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}




.htoverlay {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.htoverlay::before {
  background-color: #6ab43e;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}








.layers-content-widget .block-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 19px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.tab-pane:not(.active) {
  display: none;
}


/* ---------------------------------------- 
  BREADCRUMB AREA
---------------------------------------- */
.breadcrumb-area {
  background-color: #2d3e50;
  background-size: cover;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.breadcrumb-area::after {
  background: rgba(106, 180, 62, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

  
  .breadcrumb-area .container, 
  .breadcrumb-area .container .grid {
      height: 100%;
      width: 100%;
  }
  .breadcrumb-area .column {
      margin: auto 10px;
  }
  .breadcrumb-padding.pages-p {
    text-align: left;
    text-transform: uppercase;
  }
  .breadcrumb-title h1{         
    color: #fff;
  }
  .bread-crumbs li,
  .bread-crumbs li a,
  .bread-crumbs a,
  .breadcrumb-list a,
  .bread-crumbs a:hover
  {
    color: #fff;
  }
  .bread-crumbs li span.current{
    color: #fff;
  }
.breadcrumb-title h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
  .breadcrumb-list ul li {
      font-size: 12px;
      margin: 0;
  }
  .breadcrumb-list ul li + li {
      margin-left: 12px;
  }
.breadcrumb-list {
  align-items: center;
  display: flex;
}
  .bread-crumbs {
      margin-bottom: 0;
  }
.bread-crumbs ul {
  overflow: hidden;
}  

/*------------------------------*/
/*-  Sidebar AREA ---------*/
/*------------------------------*/

.sidebar .content.well {
	background:transparent;
}
.push-bottom-large {
  margin-bottom: 0;
}
.sidebar aside:first-child {
  padding-top: 0;
}



.sidebar .section-nav-title {
  color: #686868;
  font-family: "Poppins",sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.sidebar .section-nav-title span{
  color: #6ab43e;
}




/* Search bar */

.sidebar .widget_search form{
  border: 1px solid #ededed;
  border-radius: 10px;
  float: left;
  padding: 4px;
  position: relative;
  width: 100%;
}
.sidebar .widget_search form input {
  background-color: transparent;
  border: medium none;
  color: #c3c3c3;
  float: left;
  font-size: 15px;
  font-weight: 300;
  height: 35px;
  margin: 0;
  padding: 3px 90px 3px 14px;
  width: 100%;
}
.sidebar .widget_search form input[type="submit"] {
  background-color: #6ab43e;
  border: medium none;
  color: #fff;
  float: left;
  font-size: 13px;
  font-weight: 300;
  height: 100%;
  line-height: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sidebar aside + aside {
  margin-top: 10px;
}
.sidebar .footer-company-info p {
  color: #949393;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.sidebar aside {
  position: relative;
}
.sidebar aside::after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.sidebar .widget_company_info_widget{
  padding-bottom: 0;
}


.sidebar .footer-news .recent-post-content a {
  color: #565656;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}
.sidebar .footer-news .recent-post-content p{
  color: #7c7c7c;
  font-size: 13px;
  line-height: 20px;
}
.sidebar .footer-news .image{
  border: 1px solid #eeeeee;
  display: block;
  margin-right: 13px;
  overflow: hidden;
  position: relative;
  width: 67px;
}


table td#today {
  background-color: #6ab43e;
  color: #fff;
}

.widget_calendar th, .widget_calendar td {
  padding: 5px;
  text-align: center;
}
table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: top;
}
#wp-calendar th, #wp-calendar td {
  padding: 10px;
}
table {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 500;
}


.sidebar .widget li:not(:last-child) {
  border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  margin: 0 0 5px;
  padding: 0 0 0px;
}

.sidebar .widget li{
  color: #999999;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  text-transform: capitalize;
}
.sidebar .widget li a{
  color: #999999;
  font-size: 15px;
}
.sidebar .widget li a:hover{
  color: #6AB43E;
}

.widget_tag_cloud .tagcloud  a{
  border: 1px solid #ededed;
  color: #a5a5a5;
  display: block;
  float: left;
  font-weight: 300;
  line-height: 24px;
  margin: 0 4px 8px;
  padding: 3px 14px;
  text-transform: capitalize;
  font-family: "Montserrat",sans-serif;
  font-size: 14px !important;
}

.widget_tag_cloud .tagcloud  a:hover{
  border: 1px solid #6AB43E;
  background-color: #6AB43E;
  color: #fff;
}


/*------------------------------*/
/*- BLOG AREA ---------*/
/*------------------------------*/

.sk .sticky , .sk .tag-sticky-2{
  border: 1px solid #6ab43e;
  padding: 15px 20px 20px;
}
.meta-item {
  display: inline-block;
  font-size: 14px;
}



/*------------------------------*/
/*- PAGE AREA ---------*/
/*------------------------------*/
.page-area{
	padding-top:75px;
	padding-bottom:70px;	
}
.content-main {
  padding: 6% 20px;
}
/*------------------------------*/
/*-  single page AREA ---------*/
/*------------------------------*/
.single-blog-page {
	padding-top:100px;
	padding-bottom:100px;	
}
.single-post-title{}
.single-title-heading {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
pre {
  overflow-x: scroll;
}
/*------------------------------*/
/*-  404 AREA ---------*/
/*------------------------------*/
.page-404{
	padding-top:75px;
	padding-bottom:90px;	
}
.not-found-area{}
.not-found-title{}
.not-found-title h1{}
.not-found-subtitle{}
.not-found-subtitle p{}
/*------------------------------*/
/*- search AREA ---------*/
/*------------------------------*/
.search-page-area{
	padding-top:75px;
	padding-bottom:90px;	
}
.not-found-form{}
.not-found-form h2{}

/*------------------------------*/
/*- SHOP AREA ---------*/
/*------------------------------*/
.product-pages{
	padding-top:75px;
	padding-bottom:90px;	
}

/*------------------------------*/
/*- SINGLE SHOP AREA ---------*/
/*------------------------------*/
.single-product-page{
	padding-top:75px;
	padding-bottom:90px;	
}

/*------------------------------*/
/*- comment area ---------*/
/*------------------------------*/
.grid.comments-nested.push-top {
	border-top: 0px solid #ddd;
}
.push-top-large .children {
	margin-left: 20px;
}

@media only screen and (max-width: 479px) {
  .push-top-large .children {
    margin-left: 10px;
  }
  .avatar .avatar-body .avatar-name {
    display: block;
    font-size: 18px;
    font-weight: 500;
  }
.avatar .avatar-image {
  margin-bottom: 10px;
  max-width: 50px;
}
  .comment-list .comments-nested .avatar small.pull-right {
  float: right;
}
}


.comment.even.content.well,
.comment-list .even.content.well {
	display: block;
	width: 100%;
	background-color: #f5f5f5;
}
.comment.odd.content.well,
.comment-list .odd.content.well {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
}
.comment-respond {
	width: 100%;
}
.push-top-large {
  margin-top: 0;
}
.form-submit input[type="submit"] {
  padding: 10px 14px;
}


/*------------------------------*/
/*- some unit test style ---------*/
/*------------------------------*/

/* menu css */
.nav-horizontal li:hover > a{
  color: #6AB43E;
}

.sub-menu, .nav .children {
  background-color: #fff;
  border: 1px solid #ddd;
  left: 0;
  line-height: normal;
  opacity: 0;
  position: absolute;
  top: 50px;
  transition: all 0.4s ease-in-out 0s;
  visibility: hidden;
  z-index: 5;
}
.sub-menu li a, .nav .children li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #000;
}
.sub-menu li a:hover, 
.nav .children li a:hover { 
  color: #6AB43E; 
 } 

.nav li:hover > .sub-menu,
.nav li:hover > .children {
  opacity: 1;
  top: 100%;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
}
.nav-horizontal ul.menu li ul.children li ul.children {
	opacity: 0;
	left: 100%;
	top: 0;  
}
.nav-horizontal ul.menu li ul.children li:hover ul.children {
  opacity: 1;
}

body.blog .header-site{
	border-bottom:1px solid #ddd;
}
.site-description {
  padding-bottom: 18px;
}
.sitename {
  line-height: 1;
}
.tagline {
  line-height: 1;
}
.header-site .container {
  padding: 0 20px;
}
.header-site .nav-horizontal > ul > li {
  margin: 0 0px;
}
.header-site .nav-horizontal > ul > li > a {
  padding-bottom: 45px;
  padding-top: 45px;
  
}
.header-site .nav-horizontal > ul > li a {
  color: #6b6b6b;
  font-family: "montserratmedium";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  text-transform: uppercase;
}

.header-site .nav-horizontal ul.children li a {
  font-size: 12px;
}

.header-site.invert .nav.nav-horizontal .sub-menu li a, 
.header-site .nav.nav-horizontal .sub-menu li a{
  line-height: 1.4;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.header-site .menu-item-has-children > a::after {
  background: transparent none repeat scroll 0 0 !important;
  font-size: 0.999rem;
  opacity: 0.8;
}
.sub-menu, 
.nav .children {
  background-color: #fff;
  border: 1px solid #ddd;
  left: 0;
  line-height: normal;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.4s ease-in-out 0s;
  visibility: hidden;
  z-index: 5;
}
.sub-menu li, 
.nav .children li {
  background: transparent none repeat scroll 0 0;
  border: none;
  clear: both;
  display: block;
  margin: 0;
  width: 100%;
}
.sub-menu li, 
.nav .children li{
  border-bottom: 1px solid #eee;
}
.header-site.invert .sub-menu, 
.header-site .sub-menu {
  background: #fff none repeat scroll 0 0;
  width: 220px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.sub-menu, 
.nav .children {
  border: medium none;
}
.sub-menu li a:hover, 
.nav .children li a:hover {
  background: transparent none repeat scroll 0 0;
}
.header-site, .header-site.header-sticky {
  background-color: rgb(255, 255, 255);
}
.header-site.is_stuck, .header-site.header-sticky.is_stuck {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.header-site.header-sticky.is_stuck .nav-horizontal > ul.menu > li a {
  padding-bottom: 25px;
  padding-top: 25px;
}
.header-site.invert.header-sticky.is_stuck .nav.nav-horizontal .sub-menu li a, 
.header-site.header-sticky.is_stuck .nav.nav-horizontal .sub-menu li a{
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.is_stuck .logo img {
  width: 80%;
  transition: 0.3s;
}

/* page image aligment */
.alignleft {
  margin-right: 25px;
}
.wp-caption {
  background:transparent;
}
.avatar .avatar-body .avatar-name {
  font-size: 14px;
  font-weight: 500;
}
.post-password-form{}
.post-password-form input[type="submit"] {
  margin-left: 76px;
  margin-top: 10px;
  padding: 7px 20px;
}
.conmment-title_quick .heading.comment-title {
   font-size: 2.7rem;
  font-weight: 700;
  margin: 20px 0  13px 0;
}
.copy blockquote {
  font-size: 1.5rem;
}





 
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}







/* Section Title */
.widget .section-title {
    margin-bottom: 75px;
}
.section-title .heading span {
  color: #6ab43e;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  display: block;
}
.section-title .heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section-title.text-center .excerpt, .section-title.text-center .excerpt p {
  color: #616161;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 35px auto 0;
  max-width: 800px;
}
.section-title.text-left .excerpt, .section-title.text-right .excerpt {
  margin: 0;
  margin-top: 35px;
}






.gradient-overlay {
    position: relative;
}
.gradient-overlay::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.gradient-overlay > div {
    position: relative;
    z-index: 9;
}




/*----------------------------------------*/
/*  3.  Hero Area
/*----------------------------------------*/
/*-- Nivo Caption --*/

.nivo-caption {
  background-color: transparent;
  height: 100%;
  opacity: 1;
  padding: 0;
}
/*-- Hero Style For BG Image & Video --*/

.hero-image-bg {
    background-image: url(img/hero/1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.hero-video-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.hero-caption {
    padding: 250px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-caption {
        padding: 200px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-caption {
        padding: 150px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-caption {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 767px) {
    .hero-caption {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 479px) {
    .hero-caption {
        padding: 40px 0;
    }
}
/*-- Hero Content --*/

.hero-content h1 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content h1 {
        font-size: 50px;
        line-height: 56px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content h1 {
        font-size: 36px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-content h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}
.hero-content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    max-width: 810px;
    padding: 0;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-content p {
        font-size: 14px;
        height: 50px;
        line-height: 24px;
        margin-bottom: 10px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 479px) {
    .hero-content p {
        display: none;
    }
}
.hero-content a {
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 42px 10px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content a {
        height: 44px;
        padding: 8px 30px 7px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content a {
        height: 36px;
        padding: 4px 20px 3px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-content a {
        height: 36px;
        padding: 4px 20px 3px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 479px) {
    .hero-content a {
        height: 30px;
        padding: 1px 15px 2px;
        border-width: 1px;
        font-size: 10px;
    }
}
.hero-content a:hover {
    background-color: #ffffff;
    color: #6ab43e;
}
/*-- Nivo Diraction Nav --*/

.nivo-directionNav a {
    background-color: rgba(0, 0, 0, 0.15);
    top: 50%;
    margin-top: -31px;
    height: 62px;
    width: 62px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    overflow: hidden;
    opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nivo-directionNav a {
        height: 40px;
        width: 40px;
        margin-top: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .nivo-directionNav a {
        display: none;
    }
}
.nivo-directionNav a:hover span {
    opacity: 0;
}
.nivo-directionNav a:hover i {
    opacity: 1;
}
.nivo-directionNav a.nivo-prevNav {
    left: 40px;
    margin-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nivo-directionNav a.nivo-prevNav {
        left: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nivo-directionNav a.nivo-prevNav {
        left: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nivo-directionNav a.nivo-prevNav {
        left: 0px;
    }
}
.nivo-directionNav a.nivo-prevNav:hover i {
    left: -11px;
}
.nivo-directionNav a.nivo-nextNav {
    right: 40px;
    margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nivo-directionNav a.nivo-nextNav {
        right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nivo-directionNav a.nivo-nextNav {
        right: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nivo-directionNav a.nivo-nextNav {
        right: 0px;
    }
}
.nivo-directionNav a.nivo-nextNav:hover i {
    left: 11px;
}
.nivo-directionNav a span {
    display: block;
    line-height: 62px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nivo-directionNav a span {
        line-height: 40px;
        font-size: 18px;
    }
}
.nivo-directionNav a i {
    display: block;
    line-height: 62px;
    font-size: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nivo-directionNav a i {
        line-height: 40px;
        font-size: 24px;
    }
}
.nivoSlider:hover .nivo-directionNav a {
    opacity: 1;
}
.nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
    margin-left: 0;
}
.nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
    margin-right: 0;
}

.nivo-caption .container, 
.nivo-caption .container .grid, 
.nivo-caption .container .grid .column, 
.nivo-caption .container .grid .column .slide1-text{
  height: 100%;
}
.nivo-caption .container .grid .column .slide1-text{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.nivo-caption .container .grid .column .slide1-text.center{
  justify-content: center;
  text-align: center;
  width: 100%;
}

.nivo-caption .container .grid .column .slide1-text.right{
  justify-content: flex-end;
  text-align: right;
  width: 100%;
}

.nivo-caption .container .grid .column .slide1-text.right p {
    max-width: 100%;
    padding-left: 300px;
}

.slider-container .nivo-controlNav {
  bottom: 45px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.slider-container {
  position: relative;
  z-index: 1;
}
.nivo-controlNav a {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
}
.nivo-controlNav a.active {
  font-size: 24px;
}


.slider-container{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.slider-container::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.nivo-caption, .nivo-directionNav a {
  z-index: 999;
}











/*----------------------------------------*/
/*  4.  Service Area
/*----------------------------------------*/
/*-- Single Service --*/

.single-service {
    background-color: #6ab43e;
    padding: 60px 15px;
    height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service {
        padding: 60px 45px;
    }
}
@media only screen and (max-width: 767px) {
    .single-service {
        padding: 60px 45px;
    }
}
@media only screen and (max-width: 479px) {
    .single-service {
        padding: 45px 30px;
    }
}
.single-service:nth-child(1) {
    background-color: #6ab43e;
}
.single-service:nth-child(2) {
    background-color: #5fa137;
}
.single-service:nth-child(3) {
    background-color: #548e31;
}
.single-service:nth-child(4) {
    background-color: #487b2a;
}
.single-service img {
    margin-bottom: 20px;
    max-width: 50px;
}
.single-service h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.single-service .excerpt, .single-service p {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.single-item-icon i {
  font-size: 54px;
  margin-bottom: 15px;
}
.service-area .column {
  margin:  0;
  padding: 0;
}
.service-area .grid {
    margin: auto 0;
}

.service-area .column.span-1 {
  width: calc(100% / 12 - 0px);
}
.service-area .column.span-2 {
  width: calc(100% / 12 * 2 - 0px);
}
.service-area .column.span-3 {
  width: calc(100% / 12 * 3 - 0px);
}
.service-area .column.span-4 {
  width: calc(100% / 12 * 4 - 0px);
}
.service-area .column.span-5 {
  width: calc(100% / 12 * 5 - 0px);
}
.service-area .column.span-6 {
  width: calc(100% / 12 * 6 - 0px);
}
.service-area .column.span-7 {
  width: calc(100% / 12 * 7 - 0px);
}
.service-area .column.span-8 {
  width: calc(100% / 12 * 8 - 0px);
}
.service-area .column.span-9 {
  width: calc(100% / 12 * 9 - 0px);
}
.service-area .column.span-10 {
  width: calc(100% / 12 * 10 - 0px);
}
.service-area .column.span-11 {
  width: calc(100% / 12 * 11 - 0px);
}
.service-area .column.span-12 {
  width: calc(100% / 12 * 12 - 0px);
}












/*----------------------------------------*/
/*  4.  About Area
/*----------------------------------------*/
/*-- About Area 1 --*/

.about-area {
    position: relative;
    overflow: hidden;
}
/*-- About Image --*/

.about-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url(img/about/about.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image {
        position: static;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .about-image {
        position: static;
        width: 100%;
    }
}
.about-image img {
    width: 100%;
}
/*-- About Content --*/

.about-content {
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 50px;
    z-index: 5;
    position: relative;
}

.about-content.first {
    padding-right: 50px;
    padding-left: auto;
}

@media only screen and (max-width: 767px) {
    .about-content {
        padding-left: 15px;
    }
}
.about-content h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content h2 {
        font-size: 26px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .about-content h2 {
        font-size: 26px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 479px) {
    .about-content h2 {
        font-size: 16px;
        line-height: 22px;
    }
}
.about-content h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content h1 {
        font-size: 30px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .about-content h1 {
        font-size: 30px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 479px) {
    .about-content h1 {
        font-size: 20px;
        line-height: 24px;
    }
}
.about-content p {
    font-size: 16px;
    font-weight: 300;
    color: #bfbfbf;
    margin-bottom: 22px;
}
@media only screen and (max-width: 479px) {
    .about-content p {
        font-size: 14px;
    }
}
.about-content .button {
    padding: 9px 47px;
    height: 46px;
    line-height: 23px;
    display: inline-block;
    border: 2px solid #6ab43e;
    border-radius: 4px;
    background-color: #6ab43e;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 18px;
}
.about-content .button:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    .about-content .button {
        padding: 6px 30px;
        height: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .about-content .button {
        padding: 5px 20px;
        font-size: 12px;
        height: 36px;
        margin-right: 10px;
    }
}
.about-content .button.white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #424242;
}
.about-content .button:hover {
    border-color: #6ab43e;
    background-color: transparent;
    color: #6ab43e;
}
/*-- About Image 2 --*/

.about-image-2 img {
    width: 100%;
}
/*-- About Content 2 --*/

.about-content-2 {
    padding-left: 55px;
    padding-right: 85px;
    margin-top: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content-2 {
        padding-right: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-2 {
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .about-content-2 {
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.about-content-2 h2 {
    color: #424242;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content-2 h2 {
        font-size: 26px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .about-content-2 h2 {
        font-size: 26px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 479px) {
    .about-content-2 h2 {
        font-size: 16px;
        line-height: 22px;
    }
}
.about-content-2 h1 {
    color: #424242;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content-2 h1 {
        font-size: 30px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .about-content-2 h1 {
        font-size: 30px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 479px) {
    .about-content-2 h1 {
        font-size: 20px;
        line-height: 24px;
    }
}
.about-content-2 p {
    font-size: 16px;
    font-weight: 300;
    color: #7f7f7f;
    margin-bottom: 22px;
}
@media only screen and (max-width: 479px) {
    .about-content-2 p {
        font-size: 14px;
    }
}
.about-content-2 .button {
    padding: 9px 47px;
    height: 46px;
    line-height: 24px;
    display: inline-block;
    border: 2px solid #6ab43e;
    border-radius: 4px;
    background-color: #6ab43e;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 18px;
}
.about-content-2 .button:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    .about-content-2 .button {
        padding: 6px 30px;
        height: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .about-content-2 .button {
        padding: 5px 20px;
        font-size: 12px;
        height: 36px;
        margin-right: 10px;
    }
}
.about-content-2 .button.black {
    background-color: #424242;
    border-color: #424242;
    color: #ffffff;
}
.about-content-2 .button:hover {
    border-color: #6ab43e;
    background-color: transparent;
    color: #6ab43e;
}
.bg-dark {
    background-color: #373737;
}
.pb-110 {
  padding-bottom: 110px;
}
.pt-110 {
  padding-top: 110px;
}

.about-content.first.column {
  padding-left: 0;
}
.about-content.last.column {
  padding-right: 0;
}












/*----------------------------------------*/
/*  8.  Causes Area
/*----------------------------------------*/
/*-- Single Causes --*/

.single-causes {
    border: 1px solid #ededed;
}
.single-causes .wrap {
    padding: 20px 20px 23px;
}
.single-causes img {
    margin-bottom: 28px;
    width: 100%;
}
.single-causes h4 {
    font-size: 20px;
    margin-bottom: 1px;
    font-weight: 600;
}
@media only screen and (max-width: 479px) {
    .single-causes h4 {
        font-size: 18px;
    }
}
.single-causes h4 a {
    color: #595959;
}
.single-causes h4 a:hover {
    color: #6ab43e;
}
.single-causes span {
    margin-bottom: 12px;
    font-size: 14px;
    color: #6ab43e;
    display: block;
    font-weight: 400;
}
.single-causes p {
    color: #a4a4a4;
    margin-bottom: 22px;
}
.single-causes .button {
    height: 34px;
    background-color: #6ab43e;
    padding: 5PX 39px;
    line-height: 24px;
    display: inline-block;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
.single-causes .button:hover {
    background-color: #77c14b;
}
.single-causes .donation-amount {
    border-top: 1px solid #ededed;
    padding: 10px 40px 10px 21px;
}
.single-causes .donation-amount p {
    margin: 0;
    line-height: 21px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #a4a4a4;
}
.single-causes .donation-amount p span {
    color: #6ab43e;
    display: inline-block;
    margin-bottom: 0;
}
/*-- Single Causes Dark --*/
.single-causes-dark{
  margin-bottom: 20px;
}
.single-causes-dark {
    border: 1px solid #555555;
}
.single-causes-dark .wrap {
    padding: 20px 20px 23px;
}
.single-causes-dark img {
    width: 100%;
}
.single-causes-dark h4 {
    font-size: 20px;
    margin-bottom: 1px;
    font-weight: 600;
}
@media only screen and (max-width: 479px) {
    .single-causes-dark h4 {
        font-size: 18px;
    }
}
.single-causes-dark h4 a {
    color: #e6e6e6;
}
.single-causes-dark h4 a:hover {
    color: #6ab43e;
}
.single-causes-dark span {
    margin-bottom: 12px;
    font-size: 14px;
    color: #6ab43e;
    display: block;
    font-weight: 400;
}
.single-causes-dark p {
    color: #c9c9c9;
}
.single-causes-dark .button {
    height: 34px;
    background-color: #6ab43e;
    padding: 5PX 39px;
    line-height: 24px;
    display: inline-block;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
.single-causes-dark .button:hover {
    background-color: #77c14b;
}
.single-causes-dark .donation-amount {
    border-top: 1px solid #555555;
    padding: 10px 40px 10px 21px;
}
.single-causes-dark .donation-amount p {
    margin: 0;
    line-height: 21px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
}
.single-causes-dark .donation-amount p span {
    color: #6ab43e;
    display: inline-block;
    margin-bottom: 0;
}
/*-- Single Causes Details --*/

.single-causes-details {
    padding-right: 25px;
}
.single-causes-details .main-image {
    margin-bottom: 49px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .single-causes-details .main-image {
        margin-bottom: 30px;
    }
}
.single-causes-details .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #676767;
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .single-causes-details .title {
        font-size: 18px;
    }
}
.single-causes-details .country {
    margin-bottom: 14px;
    font-size: 15px;
    color: #6ab43e;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.single-causes-details p {
    color: #838383;
    margin-bottom: 24px;
}
.single-causes-details p:last-child {
    margin-bottom: 0;
}
.single-causes-details h1,
.single-causes-details h2,
.single-causes-details h3,
.single-causes-details h4,
.single-causes-details h5,
.single-causes-details h6 {
    color: #686868;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 20px;
}
.single-causes-details h3 {
    font-size: 22px;
}
.single-causes-details .table-responsive {
    margin-bottom: 45px;
}
.single-causes-details table {
    margin-bottom: 0;
}
.single-causes-details table tr td {
    border: 1px solid #e4e4e4;
    padding: 9px 20px;
}
.single-causes-details table tr td:first-child {
    width: 58px;
}
.single-causes-details table tr td span {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    display: block;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}
.single-causes-details table tr td span.number {
    color: #9c9c9c;
    font-weight: 500;
}
.single-causes-details table tr td span.amount {
    color: #6ab43e;
}
.single-causes-details table tr td p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: #9c9c9c;
    font-size: 15px;
    font-weight: 300;
    display: block;
    line-height: 24px;
}




.give-form-wrap .give_error {
    display: none;
}


.give-form-title {
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0 !important;
  margin-top: 22px !important;
}
.give-goal-progress .raised span, .give-goal-progress .raised {
    align-items: center;
    align-self: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    margin: 0;
}
.give-goal-progress .raised span {
  color: #6ab43e;
  font-size: 20px;
  padding: 0 10px;
}
.give-goal-progress .raised span.income {
    padding-left: 0;
}
.give-progress-bar {
    border-radius: 0;
    height: 5px;
    margin-top: 5px;
    background-color: #555555; 
}
.give-form-content-wrap.give_pre_form-content p {
    font-size: 14px;
    line-height: 24px;
}
.give-form.give-form-type-set {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.mfp-content .give-form.give-form-type-set {
  display: block;
}
[id*="give-form"] div.give-form-content-wrap {
    margin-bottom: 30px;
}
.give-goal-progress {
    margin-top: 10px;
}
.single-causes-dark button.give-btn {
  background-color: #6ab43e;
  border: 1px solid #6ab43e;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0 !important;
  padding: 5px 20px;
  text-transform: uppercase;
}
.give-donation-amount.form-row-wide {
  margin-bottom: 0 !important;
}

.set-price.give-donation-amount.form-row-wide {
  cursor: default;
}




.give-display-onpage .give-gateway-option-selected {
    align-items: center !important;
    display: flex !important;
}
.give-display-onpage #give-payment-mode-wrap > ul li {
    align-items: center !important;
    display: flex !important;
}
.give-display-onpage #give-payment-mode-wrap > ul {
    display: flex !important;
}
.give-display-onpage #give-payment-mode-select > div {
    margin-top: 25px;
}






/* give-display-onpage */

.give-form-wrap.give-display-onpage {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 140px 90px 50px;
  margin-bottom: 100px;
}
.give-display-onpage .give-payment-mode-label, .give-display-onpage #give_checkout_user_info legend{
    color: #757575;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 26px;
    text-transform: uppercase;
}
.give-display-onpage #give-payment-mode-wrap > ul li label {
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  line-height: 1px;
  padding-left: 5px;
}
.give-display-onpage #give_purchase_form_wrap > fieldset > p {
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 33.33%;
}
.give-display-onpage .give-input.floatlabel-input {
    margin: 0 !important;
    padding: 0 !important;
}




.give-display-onpage .give-total-wrap {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
.give-display-onpage select.give-select.give-select-level.give-donation-levels-wrap {
  margin-bottom: 30px;
}
.give-display-onpage form[id*="give-form"] .give-donation-amount input.give-amount-top {
  width: calc(100% - 70px);
}
.give-display-onpage form[id*="give-form"] select.give-select-level {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 0;
  clear: none;
  color: #333;
  display: block;
  margin: 0;
  min-width: 155px;
  outline: 0 none;
  padding: 0.5em;
}
.give-display-onpage select.give-select.give-donation-levels-wrap {
  float: right;
  width: 50% !important;
  margin-bottom: 30px;
}

.give-display-onpage #give-recurring-form .form-row-wide, 
.give-display-onpage form.give-form .form-row-wide, 
.give-display-onpage form[id*="give-form"] .form-row-wide {
  clear: none;
}


.give-display-onpage > ul li input {
    display: none !important;
}
.give-display-onpage > ul li label {
    position: relative;
}
.give-display-onpage > ul li label::before {
    background: #b1b1b1 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}
.give-display-onpage > ul li.give-gateway-option-selected label::before {
    background: #6eb643 none repeat scroll 0 0;
}
.give-display-onpage > fieldset#give-payment-mode-select {
    display: block;
    width: 100%;
}
.give-display-onpage #give_checkout_user_info input {
    border: none;
    height: 44px;
    line-height: 44px;
    padding: 0 20px !important;
}
.give-display-onpage #give_checkout_user_info p.form-row + p.form-row {
    padding-left: 30px !important;
}

.give-display-onpage #give_purchase_form_wrap > fieldset#give_purchase_submit {
    margin-top: 30px;
}
.give-display-onpage #give_purchase_form_wrap > fieldset#give_purchase_submit .give-submit.give-btn {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    height: 44px;
    padding-bottom: 0;
    padding-right: 20px;
    padding-top: 0;
    width: 47.33%;
}
.give-display-onpage #give_purchase_form_wrap > fieldset#give_purchase_submit .form-wrap span {
    height: 44px;
    line-height: 44px;
}
.give-display-onpage .give-submit-button-wrap.give-clearfix {
    overflow: hidden;
    padding-left: 30px !important;
}

.give-display-onpage #give_purchase_form_wrap #give_checkout_user_info legend {
  margin-bottom: 30px;
  margin-top: 20px;
}

.give-display-onpage #give_purchase_form_wrap #give_checkout_user_info legend {
    margin-bottom: 30px;
    margin-top: 20px;
}
.give-donation-amount input, 
.give-donation-amount span, 
.give-select-level.give-donation-levels-wrap {
    height: 44px !important;
    line-height: 44px !important;
}

.widget_give_forms_widget .section-title h4 {
    background: #6eb643 none repeat scroll 0 0;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 70px 150px;
    text-align: center;
}
.widget_give_forms_widget .section-title {
    margin: 0;
    padding: 0 70px;
    transform: translateY(83px);
}
#give_offline_payment_info{
  padding: 30px 0 0;
}
form.floated-labels .floatlabel label.floatlabel-label {
  font-size: 12px;
  font-weight: 400;
  left: 0;
  top: -14px;
}




.give-display-button-only .give-btn.give-btn-modal {
  background-color: #6ab43e;
  border: medium none;
  color: #ffffff;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  padding: 10px 38px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.give-display-button-only .give-btn.give-btn-modal:hover {
  background-color: #77c14b;
}

.give-display-button-only form[id*=give-form]{
  margin-bottom: 0 !important;
}


/*----------------------------------------*/
/*  6.  Project Area
/*----------------------------------------*/
/*-- Single Project --*/

.project-area article.column {
  margin-bottom: 20px;
}
.single-project {
    border: 1px solid #ededed;
    padding: 20px 20px 25px;
}
.single-project img {
    width: 100%;
}
.single-project .thumbnail-media {
    margin-bottom: 28px;
}
.single-project h4 {
    font-size: 20px;
    margin-bottom: 1px;
}
@media only screen and (max-width: 479px) {
    .single-project h4 {
        font-size: 18px;
    }
}
.single-project h4 a {
    color: #595959;
}
.single-project h4 a:hover {
    color: #6ab43e;
}
.single-project .tags {
    margin-bottom: 12px;
}
.single-project .tags a {
    font-size: 13px;
    color: #6ab43e;
    font-weight: 400;
}
.single-project .tags a + a {
  padding-left: 5px;
}
.single-project .tags a:hover {
    color: #595959;
}
.single-project .tags a::after {
    content: ",";
}
.single-project .tags a:last-child::after {
    display: none;
}
.single-project p, .single-project .excerpt {
  color: #a4a4a4;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.single-project .button {
  background: transparent none repeat scroll 0 0;
  border: 3px solid #f3f3f3;
  border-radius: 4px;
  color: #ababab;
  display: inline-block;
  font-size: 12px;
  height: 37px;
  line-height: 32px;
  padding: 0 24px;
  text-transform: uppercase;
  margin-top: 22px;
}
.single-project .button:hover {
    color: #ffffff;
    border-color: #6ab43e;
    background-color: #6ab43e;
}
/*-- Single Project Details --*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-project-details {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .single-project-details {
        padding-right: 0;
    }
}
.single-project-details .main-image {
    margin: 0 0 49px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .single-project-details .main-image {
        margin-bottom: 30px;
    }
}
.single-project-details .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #676767;
    margin-top: 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .single-project-details .title {
        font-size: 18px;
    }
}

.single-project-details .tags a {
  color: #6ab43e;
  font-size: 13px;
  font-weight: 400;
}
.single-project-details .tags {
  margin-bottom: 15px;
  width: 100%;
}
.single-project-details .project-footer .tags {
  margin-bottom: 0px;
  width: auto;
}
.single-project-details .project-footer .tags {
  color: #838383;
  font-weight: 300;
}
.blog-share{
  display: flex;
}
.single-project-details .project-footer .tags a {
    font-size: 13px;
    color: #838383;
    font-weight: 300;
}
.single-project-details .tags a:hover {
    color: #6ab43e;
}
.single-project-details .tags a::after {
    content: ",";
}
.single-project-details .tags a:last-child::after {
    display: none;
}
.single-project-details p {
    color: #838383;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
}
.single-project-details p:last-child {
    margin-bottom: 0;
}
.single-project-details h1,
.single-project-details h2,
.single-project-details h3,
.single-project-details h4,
.single-project-details h5,
.single-project-details h6 {
    color: #686868;
    font-weight: 500;
}
.single-project-details h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;

}
.single-project-details h3 {
    font-size: 22px;
}
@media only screen and (max-width: 767px) {
    .single-project-details ol {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .project-footer .social {
        width: 100%;
    }
}
.project-footer .social h5 {
    font-size: 14px;
    line-height: 24px;
    color: #838383;
    font-weight: 300;
    text-transform: capitalize;
    float: left;
    margin: 0 6px 0 0;
}
.project-footer .social a {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #959595;
}
.project-footer .social a:hover {
    color: #6ab43e;
}
.project-footer .social a i {
    font-size: 12px;
    display: block;
    line-height: 24px;
}
@media only screen and (max-width: 767px) {
    .project-footer .tag {
        float: left;
        width: 100%;
    }
}
.project-footer .tag h5 {
    font-size: 14px;
    line-height: 24px;
    color: #838383;
    font-weight: 300;
    text-transform: capitalize;
    float: left;
    margin: 0 6px 0 0;
}
.project-footer .tag a {
    line-height: 24px;
    font-weight: 300;
    color: #949494;
}
.project-footer .tag a:hover {
    color: #6ab43e;
}
.project-footer .tag a::after {
    content: ",";
}
.project-footer .tag a:last-child::after {
    display: none;
}

.project-area .pagination {
  margin: 0;
  margin-top: 30px;
}


.comment-form input[type="email"], 
.comment-form input[type="text"], 
.comment-form input[type="url"], 
.comment-form input[type="search"], 
.comment-form input[type="password"], 
.comment-form input[type="number"], 
.comment-form input[type="tel"], 
.comment-form input[type="date"],
.comment-form textarea {
  max-width: 100%;
  border: 1px solid #e0e0e0;
}
.comment-respond .comment-reply-title {
  color: #686868;
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 6px;
}
.comment-respond .comment-notes {
  color: #838383;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.comment-form label {
  color: #838383;
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 6px 0 0;
  text-transform: capitalize;
}
#comments .comment-respond {
  clear: both;
  margin-top: 10%;
}

#comments .form-submit {
  margin-top: 25px;
}






/*----------------------------------------*/
/*  9.  Funfact Area
/*----------------------------------------*/
/*-- Single Funfact --*/

.single-fact {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 50px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-fact img {
        width: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .single-fact img {
        width: 45px;
    }
}
.single-fact .border {
    height: 2px;
    width: 55px;
    background-color: #b1b1b1;
    display: block;
    margin: 15px auto 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-fact .border {
        margin: 10px auto 13px;
    }
}
@media only screen and (max-width: 767px) {
    .single-fact .border {
        margin: 10px auto 13px;
    }
}
.single-fact h1 {
    font-size: 36px;
    font-weight: 600;
    color: #6ab43e;
    line-height: 26px;
    margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-fact h1 {
        font-size: 26px;
        line-height: 19px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .single-fact h1 {
        font-size: 30px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}
.single-fact p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #9b9b9a;
    line-height: 12px;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-fact p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .single-fact p {
        font-size: 14px;
    }
}

.icon-coun i {
  color: #9b9b9a;
  font-size: 55px;
}
.counter-area .media {
  padding: 0 10px;
}






/*----------------------------------------*/
/*  10.  Video Area
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-area {
        padding: 120px 0;
    }
}
@media only screen and (max-width: 767px) {
    .video-area {
        padding: 120px 0;
    }
}
/*-- Video Wrapper --*/

.video-wrapper h1 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-wrapper h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .video-wrapper h1 {
        font-size: 20px;
    }
}
.video-wrapper p {
    max-width: 800px;
    font-size: 16px;
    color: #ffffff;
    line-height: 23px;
    display: block;
    margin: 14px auto 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-wrapper p {
        font-size: 14px;
        margin: 10px auto 20px;
    }
}
@media only screen and (max-width: 767px) {
    .video-wrapper p {
        font-size: 14px;
        margin: 10px auto 20px;
    }
}
.video-wrapper a {
    margin: 0 auto;
    display: inline-block;
    color: #ffffff;
}
.video-wrapper a i {
    display: block;
    font-size: 80px;
    line-height: 67px;
}
@media only screen and (max-width: 767px) {
    .video-wrapper a i {
        font-size: 60px;
        line-height: 51px;
    }
}


.video-area .content-vertical-massive{
  padding: 150px 0;
}












/* Blog Area */
.blog-area .overlay .article-title .heading {
  font-size: 20px;
  font-weight: 600;
  color: #757575;
  margin-bottom: 2px;
}
.blog-area .overlay .article-title .heading a{
  color: #969696;
}
.blog-area .overlay .article-title .heading a:hover{
  color: #6ab43e;;
}
.blog-area .meta-info .meta-item, 
.blog-area .meta-info .meta-item a{
  color: #969696;
  font-size: 12px;
  font-weight: 400;
}
.blog-area .meta-info .meta-item a:hover{
  color: #6ab43e;;
}
.blog-area .excerpt, 
.blog-area .excerpt p{
  font-size: 15px;
  line-height: 24px;
  color: #757575;
}
.blog-area .overlay a.button {
  background: transparent none repeat scroll 0 0;
  color: #909090;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 500 !important;
  padding: 0;
  text-transform: uppercase;
}
.blog-area .overlay a.button:hover {
  background: transparent !important;
  color: #6ab43e;
}
.blog-area .meta-info .meta-item + .meta-item {
  margin-left: 10px;
}
.blog-area .thumbnail-body {
  background-color: transparent;
}
.blog-area .blog-item.column {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
.blog-area .blog-item.column:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}










/*----------------------------------------*/
/*  11.  Event Area
/*----------------------------------------*/
/*-- Event List --*/

.event-list {
    background-color: #f5f5f5;
    margin-bottom: 19px;
}
.event-list:last-child {
    margin-bottom: 0;
}
.event-list .date {
    border-right: 2px solid #ffffff;
    width: 114px;
    text-align: center;
    padding: 29px 15px 25px;
    margin-right: -2px;
}
@media only screen and (max-width: 479px) {
    .event-list .date {
        border: none;
        margin: 0;
        width: auto;
        padding: 15px 20px 0;
    }
}
.event-list .date h1 {
  color: #757575;
  font-size: 36px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}
.event-list .date h4 {
    font-size: 18px;
    font-weight: 600;
    color: #757575;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.event-list:hover .date h1 {
    color: #6ab43e;
}
.event-list:hover .date h4 {
    color: #6ab43e;
}
.event-list .content {
    border-left: 2px solid #ffffff;
    padding: 17px 24px 15px;
}
@media only screen and (max-width: 479px) {
    .event-list .content {
        border: none;
        width: 100%;
        padding: 15px 20px 15px;
    }
}
.event-list .content a {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #757575;
    text-transform: uppercase;
}
.event-list .content a:hover {
    color: #6ab43e;
}
.event-list .content p {
  font-weight: 300;
  line-height: 22px;
  margin: 0 !important;
}
/*-- Event Tab List --*/

.event-tabs-list {
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.event-tabs-list li {
    display: block;
    float: left;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 479px) {
    .event-tabs-list li {
        width: 100% !important;
        border-left: none;
        border-right: none;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
}
.event-tabs-list li:first-child {
    border-left: none;
}
@media only screen and (max-width: 479px) {
    .event-tabs-list li:first-child {
        border-top: none;
    }
}
.event-tabs-list li:last-child {
    border-right: none;
}
@media only screen and (max-width: 479px) {
    .event-tabs-list li:last-child {
        border-bottom: none;
    }
}
.event-tabs-list li a {
    background-color: #6ab43e;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 25px;
    padding: 12px 20px;
    display: block;
}
.event-tabs-list li a:hover {
    background-color: #589634;
}
.event-tabs-list li.active a {
    background-color: #589634;
}
.event-tabs-list.list-2 li {
    width: 50%;
}
.event-tabs-list.list-3 li {
    width: 33.3333%;
}
.event-tabs-list.list-4 li {
    width: 25%;
}
.event-tabs-list.list-5 li {
    width: 20%;
}
/*-- Tab Content --*/

.tab-content {
    width: 100%;
    float: left;
}
.table-responsive {
    margin-bottom: 100px;
}
/*-- Event Details Table --*/

.event-details-table {
    margin-bottom: 0;
}
.event-details-table thead tr.free-space {
    height: 17px;
    opacity: 0;
}
.event-details-table thead tr.free-space td {
    display: none;
}
.event-details-table thead tr th {
    width: 25%;
    text-align: center;
    border: 1.5px solid #ececec !important;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 23px;
    color: #8b8b8b;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.event-details-table tbody tr.free-space {
    height: 3px;
    opacity: 0;
}
.event-details-table tbody tr.free-space td {
    display: none;
}
.event-details-table tbody tr.free-space:last-child {
    display: none;
}
.event-details-table tbody tr td {
    width: 25%;
    text-align: center;
    border: none !important;
    line-height: 25px;
    padding: 15px 20px;
    color: #848484;
    background-color: #f5f5f5;
}
/*-- Event Speaker --*/

.single-speaker {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
}
.single-speaker .image img {
    width: 100%;
}
.single-speaker .content {
    padding: 30px 25px 28px;
}
.single-speaker .content h4 {
    font-size: 20px;
    color: #656565;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.single-speaker .content p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #6ab43e;
    line-height: 11px;
    text-transform: uppercase;
}


.table.event-details-table tr {
  border: 1px solid #ddd;
}
.event-details-table tbody tr td.table-title {
    color: #8b8b8b;
    font-weight: 700;
    border-right: 1px solid #ddd !important;
    width: 100px;
}
.block-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 19px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
div.single-row + div.single-row{
  margin-top: 100px;
}











/*----------------------------------------*/
/*  12.  Gallery Area
/*----------------------------------------*/


/*-- Single Gallery Item --*/


.gs-gallery-item {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.gs-gallery-item::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #6ab43e;
    background-image: url(images/icon/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
}
.gs-gallery-item:hover::before {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gs-gallery-item img {
    width: 100%;
}
.small-gallery-wrapper.gallery-area {
  display: flex;
  flex-direction: row;
}
.small-gallery-wrapper .column img {
  display: block;
}

.small-gallery-wrapper .column {
  margin-bottom: 20px;
}





/*----------------------------------------*/
/*  18.  Footer Area
/*----------------------------------------*/

.footer-site .section-nav-title::after {
  background-color: #898989;
  bottom: 4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 132px;
}
.footer-site .section-nav-title::before {
  background-color: #898989;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 66px;
}
.footer-site .section-nav-title {
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
.footer-site.invert .section-nav-title {
  color: #ffffff;
}



/*-- News Widget --*/

.footer-news {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.footer-news:last-child {
    margin-bottom: 0;
}
.footer-news .image {
    width: 85px;
    display: block;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}
.footer-news .image::before {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: FontAwesome;
    content: "\f0c1";
    opacity: 0;
    z-index: 2;
    text-align: center;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}
.footer-news .image:hover::before {
    opacity: 1;
}
.footer-news .image::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #6ab43e;
    opacity: 0;
}
.footer-news .image:hover::after {
    opacity: 0.9;
}
.footer-news .image img {
  display: block;
  width: 100%;
}
.footer-news .recent-post-content a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-news .recent-post-content a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 479px) {
    .footer-news .recent-post-content a {
        font-size: 14px;
        line-height: 20px;
    }
}
.footer-news .recent-post-content a:hover {
    color: #6ab43e;
}
.footer-news .recent-post-content p {
    line-height: 22px;
    color: #a5a5a5;
}
/*-- Flickr Gallery Widget --*/



/*-- About Widget --*/
.footer-logo a {
  display: block;
  margin-bottom: 12px;
}
.footer-company-info p {
    color: #bebebe;
    margin-bottom: 20px;
}
/*-- Footer Social --*/
.footer-company-info .social-icons {
    margin-bottom: 20px;
}
.footer-company-info .social-icons a {
    display: inline-block;
    margin-right: 24px;
    color: #b7b7b7;
}
.footer-company-info .social-icons a:hover {
    color: #6ab43e;
}
.footer-company-info .social-icons a i {
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.header-secondary .nav.nav-horizontal .menu-item{
  color: #666666;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 0;
  margin-right: 25px;
}
.header-secondary .nav-horizontal li a{
  font-weight: 400;
}
.pull-right .nav.nav-horizontal li:last-child a {
    background: #6ab43e none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    text-transform: uppercase;
}
.header-secondary.content-small.invert, 
.header-secondary {
    padding: 0;
}
.pull-right .nav.nav-horizontal li:last-child {
  margin: 0;
  padding: 0;
}
.pull-right .nav.nav-horizontal li:not(:last-child) a {
    border-left: 1px solid #ececec;
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.pull-right .nav.nav-horizontal li:not(:last-child) {
    margin: 0;
}

.header-secondary .nav.nav-horizontal .menu-item {
    height: 45px;
    line-height: 45px;
}
.header-secondary .nav.nav-horizontal .menu-item:first-child {
    margin-left: 0;
}





.header-site.invert .nav.nav-horizontal > ul.menu > li > a::before, 
.header-site .nav-horizontal > ul > li > a::before{
  background-color: #6ab43e;
  content: "";
  height: 2px;
  margin-top: 10px;
  position: absolute;
  top: 50%;
  width: 0;
}

.header-site.invert .nav.nav-horizontal > ul.menu > li.current-menu-item > a::before, 
.header-site .nav-horizontal > ul > li.current-menu-item > a::before,
.header-site.invert .nav.nav-horizontal > ul.menu > li:hover > a::before, 
.header-site .nav-horizontal > ul > li:hover > a::before{
  width: 28px;
}
nav.nav ul.menu li.current-menu-item ul.sub-menu li a:hover {
  color: #6ab43e!important;
}
nav.nav ul.menu li.current-menu-item ul.sub-menu li a {
  color: #30495d!important;
}



.jr-insta-thumb ul.thumbnails li a::before {
  color: #ffffff;
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  height: 30px;
  left: 50%;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  z-index: 2;
}

.jr-insta-thumb ul.thumbnails li a img {
  display: block;
  width: 100%;
}
.jr-insta-thumb ul.thumbnails li a:hover::before {
  opacity: 1;
}

.jr-insta-thumb ul.thumbnails li a::after {
  background-color: #6ab43e;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.jr-insta-thumb ul.thumbnails li a {
  display: block;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  width: 85px;
}
.jr-insta-thumb ul.thumbnails li a:hover::after {
  opacity: 0.9;
}

/*----------------------------------------*/
/* Volunteer Area
/*----------------------------------------*/

.volunteer-area {
    background-color: #373737;
}

.single-volunteer .image img {
    width: 100%;
}
.single-volunteer .volunteer-content {
    padding-top: 25px;
}
.single-volunteer .volunteer-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.single-volunteer .volunteer-content span {
    color: #6ab43e;
    font-size: 12px;
    line-height: 12px;
    display: block;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 12px;
}
.single-volunteer .volunteer-content p , 
.single-volunteer .volunteer-content .excerpt{
    color: #bcbcbc;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    font-size: 14px;
}
.single-volunteer{
  margin-bottom: 20px;
}
.volunteer-area{
  padding-top: 120px;
  padding-bottom: 70px;
}







/*----------------------------------------*/
/*  15.  Testimonial Area
/*----------------------------------------*/


.single-testimonial .testimonial-content {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 38px 30px 40px 30px;
    margin-bottom: 32px;
    position: relative;
}
.single-testimonial .testimonial-content::before {
    position: absolute;
    left: 30px;
    top: 100%;
    content: "";
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 18px solid rgba(0, 0, 0, 0.1);
}
.single-testimonial .testimonial-content p, 
.single-testimonial .testimonial-content .excerpt {
    color: #ffffff;
    font-weight: 300;
    line-height: 22px;
}
.single-testimonial .author {
    margin-left: 9px;
}
.single-testimonial .author img {
    float: left;
    width: 70px;
    height: 70px;
    padding: 2px;
    background-color: #ffffff;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.single-testimonial .author .details {
    margin-top: 16px;
}
.single-testimonial .author .details h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 4px;
}
@media only screen and (max-width: 479px) {
    .single-testimonial .author .details h4 {
        font-size: 16px;
    }
}
.single-testimonial .author .details span {
    color: #ffffff;
    display: block;
    font-size: 13px;
    line-height: 20px;
}
@media only screen and (max-width: 479px) {
    .single-testimonial .author .details span {
        font-size: 12px;
    }
}
.testimonial-area{
  padding-top: 120px;
  padding-bottom: 90px;
}

.brand-list  .slick-slide {
    text-align: center;
}
.brand-list  .slick-slide img {
    display: initial;
}
.brand-list .slick-slide a{
  display: block;
}
.brand-list .slick-slide img{
  opacity: 0.5;
}
.brand-list .slick-slide a:hover img{
  opacity: 1;
}





.single-contact-info {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 35px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.address-area .grid {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-contact-info {
        padding: 40px 15px;
    }
    .address-area .grid {
      padding-left: 50px;
      padding-right: 50px;
    }
}
.single-contact-info h4 {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    line-height: 14px;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-contact-info p, 
.single-contact-info .excerpt {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #818181;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.address-area .media.medium p:not(:first-child), 
.address-area .media.medium .button {
  margin-top: 0;
}
.single-contact-info:hover {
    background-color: #6ab43e;
    border-radius: 5px;
}
.single-contact-info:hover h4 {
    color: #ffffff;
}
.single-contact-info:hover p, 
.single-contact-info:hover .excerpt {
    color: #ffffff;
}
`


/* Contact Form */


.form.content input[type="submit"] {
  background-color: #6ab43e;
  border: medium none;
  color: #ffffff;
  font-weight: 400;
  padding: 11px 45px;
  text-transform: uppercase;
  width: auto;
}
.form.content .wpcf7-form-control-wrap {
  margin-top: 0px;
  margin-bottom: 20px;
}
.form address.copy h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 19px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 26px;
  font-style: normal;
}
.content.form {
  padding: 0px;
}
.layers-map {
  height: 361px !important;
  margin-top: 95px;
}
.wpcf7-form > p {
  margin-bottom: 0;
}
.ajax-loader {
  position: absolute;
}
.form.content textarea {
  height: 180px;
  padding: 10px 10px;
}
.form.content span.wpcf7-not-valid-tip {
  color: #6AB43E;
  display: block;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  text-transform: uppercase;
  top: -15px;
}
div.wpcf7-response-output {
  margin: 20px 0;
  padding: 0.2em 1em;
}
.wpcf7-form input, .wpcf7-form textarea {
  -moz-appearance: none;
  font-size: 14px;
  height: 40px;
  max-width: 100%;
  padding: 0 10px;
  border: 1px solid #e9e9e9;
  width: 100%;
  font-weight: 300;
  color: #6a6a6a;
}

.contact-form .row {
  padding-left: 110px;
  padding-right: 110px;
}








/* Blog */
.greensoul-blog-list article .blog-heading-title a , 
article .blog-heading-title a {
  color: #676767;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 3px;
  margin-top: 0;
  width: 100%;
}
.story p {
  color: #838383;
  font-size: 14px;
  line-height: 24px;
}
.greensoul-blog-list .copy p, 
.copy p {
  color: #757575;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  visibility: visible;
}
.meta-info p span.meta-item {
  color: #878787;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 24px;
  margin-right: 15px;
  margin-top: 0;
}

.greensoul-blog-list  article .button, 
article .button {
  background-color: #6ab43e;
  border: medium none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 35px;
  text-transform: uppercase;
  width: auto;
}
.greensoul-blog-list #post-list article.post + article.post, 
#post-list article.post + article.post{
  margin-top: 40px;
}
#post-list article.post:last-chaild {
  margin-bottom: 40px;
}
.tempate-blog-page,
.template-page-wrap, 
.blog-page{
  padding-top: 100px;
  padding-bottom: 90px;  
}
.single-blog-post-wrap{
  margin-bottom: 20px;
}







/*----------------------------------------*/
/*  16.  Blog Area
/*----------------------------------------*/
/*-- Blog Item --*/

.blog-item {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.blog-item .image {
    width: 100%;
}
.blog-item .image img {
    width: 100%;
}
.blog-item .bl-content {
    padding: 24px 20px 20px;
    /*-- Blog Meta --*/
}
.blog-item .bl-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.blog-item .bl-content h4 a {
    color: #757575;
}
.blog-item .bl-content h4 a:hover {
    color: #6ab43e;
}
.blog-item .bl-content .meta {
    margin-bottom: 6px;
}
.blog-item .bl-content .meta span {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    float: left;
    display: block;
    color: #969696;
}
.blog-item .bl-content .meta span::after {
    content: "|";
    margin: 0 12px;
}
.blog-item .bl-content .meta span:last-child::after {
    display: none;
}
.blog-item .bl-content .meta span a {
    display: inline-block;
    color: #6ab43e;
}
.blog-item .bl-content p {
  color: #757575;
  margin-bottom: 13px;
  margin-top: 10px;
}
.blog-item .bl-content .read-more {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #909090;
}
.blog-item .bl-content .read-more:hover {
    color: #6ab43e;
}

/* Unit test change */
.single-blog-details .single-title-heading {
  color: #676767;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 0;
  width: 100%;
}

.single-blog-details .tags a {
  color: #6ab43e;
  font-size: 13px;
  font-weight: 400;
}
.single-blog-details .tags {
  margin-bottom: 15px;
  width: 100%;
}
.single-blog-details .project-footer .tags {
  margin-bottom: 0px;
  width: auto;
}
.single-blog-details .project-footer .tags {
  color: #838383;
  font-weight: 300;
}
.blog-share{
  display: flex;
}
.single-blog-details .project-footer .tags a {
    font-size: 13px;
    color: #838383;
    font-weight: 300;
}
.single-blog-details .tags a:hover {
    color: #6ab43e;
}
.single-blog-details .tags a::after {
    content: ",";
}
.single-blog-details .tags a:last-child::after {
    display: none;
}
.single-blog-details h1,
.single-blog-details h2,
.single-blog-details h3,
.single-blog-details h4,
.single-blog-details h5,
.single-blog-details h6 {
    color: #686868;
}
@media only screen and (max-width: 767px) {
    .single-blog-details ol {
        width: 100%;
    }
}
.project-footer {
  align-items: center;
  border: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
    .project-footer .social {
        width: 100%;
    }
}
.project-footer .social h5 {
    font-size: 14px;
    line-height: 24px;
    color: #838383;
    font-weight: 300;
    text-transform: capitalize;
    float: left;
    margin: 0 6px 0 0;
}
.project-footer .social a {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #959595;
}
.project-footer .social a:hover {
    color: #6ab43e;
}
.project-footer .social a i {
    font-size: 12px;
    display: block;
    line-height: 24px;
}
@media only screen and (max-width: 767px) {
    .project-footer .tag {
        float: left;
        width: 100%;
    }
}
.project-footer .tag h5 {
    font-size: 14px;
    line-height: 24px;
    color: #838383;
    font-weight: 300;
    text-transform: capitalize;
    float: left;
    margin: 0 6px 0 0;
}
.project-footer .tag a {
    line-height: 24px;
    font-weight: 300;
    color: #949494;
}
.project-footer .tag a:hover {
    color: #6ab43e;
}
.project-footer .tag a::after {
    content: ",";
}
.project-footer .tag a:last-child::after {
    display: none;
}

.project-area .pagination {
  margin: 0;
  margin-top: 30px;
}
.story ol li , .story ul li , .copy ol li , .copy ul li{
  color: #959595;
  font-size: 14px;
}
.meta-info {
  margin-bottom: 20px;
}
.meta-info p {
  overflow: hidden;
}
.single-blog-details .meta-info a{
  color: #878787;
}
.single-blog-details .meta-info a:hover{
  color: #6ab43e;
}


.comment-list .grid {
  margin-left: 0;
  margin-right: 0;
}
.single-blog-details .conmment-title_quick .heading.comment-title {
  font-weight: 600;
}

.post-list article.post + article.post {
  margin-top: 40px;
}

/* Pagination */
.pagination a, .pagination span {
  background-color: #f5f5f5;
  color: #454545;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  min-width: 38px;
  padding: 0 15px;
  text-align: center;
}
.pagination .current {
    background-color: #6ab43e;
    transition: all 0.3s ease 0s;
}
.pagination .current {
    border-color: #6ab43e;
}
.pagination a {
    transition: all 0.3s ease 0s;
}
.pagination a:hover {
    background-color: #6ab43e;
}
.extra-paginition {
  display: block;
  width: 100%;
}




/* Unit test extra Style */

 
.header-site .children {
  width: 220px;
}
.header-site.invert .children, 
.header-site .children {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.header-site .nav-horizontal > ul.menu > li.current_page_item > a {
  color: #6ab43e;
}
.header-site.invert.header-sticky.is_stuck .nav.nav-horizontal .children li a,
.header-site .nav.nav-horizontal .children li a, 
.header-site.header-sticky.is_stuck .nav.nav-horizontal .children li a {
  padding: 12px 20px;
}


.search-form label {
  display: inline-block;
  float: left;
  width: 76%;
}
.search-form input.search-submit {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 0 0 0 medium;
  float: right;
  font-size: 13px;
  font-weight: normal;
  height: 40px;
  padding: 0;
  text-transform: uppercase;
  width: 24%;
}
.search-form label input, 
.sidebar .search-field {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #cccccc;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 1px;
  box-sizing: border-box;
  font-weight: normal;
  height: 40px;
  margin: 0;
  max-width: 100%;
  padding: 0 10px;
  width: 100%;
}


.not-found-area .not-found-title {
    font-size: 24px;
}
.not-found-subtitle p {
    margin-bottom: 40px;
}






.post-password-form input.search-submit {
  border: none;
  font-size: 13px;
  font-weight: normal;
  height: 40px;
  padding: 0;
  text-transform: uppercase;
}
.post-password-form label input {
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  display: block;
  font-weight: normal;
  height: 40px;
  margin: 0;
  max-width: 100%;
  padding: 0 10px;
  width: 45%;
}

.post-password-form label input {
    margin-top: 10px;
}
.post-password-form label {
    font-weight: 500;
}

.post-password-form input[type="submit"] {
  display: inline-block;
  height: 40px;
  margin: 10px 0 0;
  padding: 0 60px;
}


.pagination {
  clear: both;
  display: inline-block;
  margin: 40px 0 0;
  overflow: hidden;
}

.header-site .nav.nav-horizontal > .menu > li + li {
  margin-left: 15px !important;
}
.logo .site-description {
  padding-bottom: 0;
}


input[type="button"]:hover, 
input[type="submit"]:hover, 
button:hover, 
.button:hover, 
.form-submit input[type="submit"]:hover, 
.invert input[type="button"]:hover, 
.invert input[type="submit"]:hover, 
.invert button:hover, 
.invert .button:hover, 
.invert .form-submit input[type="submit"]:hover{
  opacity: 0.8;
}

.about-content .button:hover{
  color: #fff;
}





/*---------------------------------------
  02. Scroll To Top
----------------------------------------*/
 #scrollUp {
  border-radius: 2px;
  bottom: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 28px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 45px;
  z-index: 200;
  bottom: 15px;
}
#scrollUp:hover {
}

@-webkit-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@-moz-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
#scrollUp:hover i {
  animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
  height: 100%;
  left: 0;
  margin-bottom: -25px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#scrollUp i {
  color: #fff;
}
 #scrollUp {
  background: #6AB43E none repeat scroll 0 0;
}
.archive-page #post-list article + article {
  margin-top: 40px;
}




/* Mobile menu */

#menu-main-menu li ul {
  display: none;
}
.nav-mobile .nav, 
.nav-mobile .nav ul, 
.nav-mobile .nav ul li {
  position: relative;
  width: 100%;
}
.menu-hitarea {
  background: transparent none repeat scroll 0 0;
  cursor: pointer;
  font-size: 16px;
  height: 100%;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
div[class*=" off-canvas-"] .nav-vertical .sub-menu {
    padding-left: 7px;
}
div[class*=" off-canvas-"] .nav-vertical .sub-menu .sub-menu {
    padding-left: 14px;
}
div[class*=" off-canvas-"] .nav-vertical .sub-menu .sub-menu .sub-menu{
    padding-left: 21px;
}
.nav-mobile .nav-vertical a {
  font-weight: 400;
}
div[class*=" off-canvas-"] li a{
    transition: 0.3s;
}

div[class*=" off-canvas-"] .section-nav-title {
  color: #f1f1f1;
}
div[class*=" off-canvas-"] .search-form label {
  width: 60%;
}
div[class*=" off-canvas-"] .search-form input.search-submit {
  width: 40%;
}







.table-responsive.table-bordered-none {
  border: 0 none;
}
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
}









/* Responsive Design */


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {

.middle-text{
  padding: 0 100px;
}
.widget_give_forms_widget .section-title h4 {
  line-height: 1.4;
}


/* causes-area */
.causes-area .give-goal-progress .raised {
  flex-wrap: wrap;
  margin: 0 0 15px;
}
.causes-area .give-form.give-form-type-set {
  display: flex;
  flex-wrap: wrap;
}
.causes-area .give-total-wrap {
  width: 100%;
}
.causes-area .give-donation-amount span.give-currency-symbol {
  text-align: center;
  width: 20%;
}
.causes-area .give-donation-amount .give-text-input.give-amount-top {
  width: 80%;
}
.causes-area .give-total-wrap {
  margin-bottom: 20px;
}
.causes-area .set-price.give-donation-amount.form-row-wide {
  margin-bottom: 20px !important;
  width: 100%;
}

.causes-area button.give-btn.give-btn-modal {
  padding: 8px 0;
  width: 100%;
}


/* Custom Section */
div[id*="layers-widget-greensoul-custom-section-widget-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.greensoul-blog-list .meta-info .meta-item, 
.meta-info .meta-item {
  margin-right: 0;
  display: block;
  width: 100%;
}
.blog-area .meta-info .meta-item + .meta-item {
  margin-left: 0;
}


/* Footer */
.jr-insta-thumb ul.thumbnails {
  margin-left: -5px;
  margin-right: -5px;
}
.jr-insta-thumb ul[class*=".thumbnails.jr_col_"] li {
  margin: 0 0 10px;
  padding: 0 5px;
  width: 25%;
}
.jr-insta-thumb ul.thumbnails li a {
  display: block;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.footer-news .image {
  margin-right: 10px;
  width: 75px;
}
.footer-news .recent-post-content p {
  font-size: 13px;
  line-height: 20px;
}

/* Contact us */
.address-area .grid {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-form .row {
  padding-left: 20px;
  padding-right: 20px;
}



}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {


/* Header site */
.header-secondary .pull-left {
    float: left !important;
}
.header-secondary .pull-right {
    float: right !important;
}

.header-site {
    padding: 25px 0;
}
.header-site.is_stuck.is_stuck_show {
    padding: 12px 0;
}

/* Slider area */
.middle-text{
  padding: 0 60px;
}

/* Service Area */
.service-area .column.span-3 {
  width: calc(100% / 12 * 6 - 0px);
}
.about-area .span-5, 
.about-area .span-6, 
.about-area .span-7 {
  width: calc(100% / 12 * 12 - 20px);
}
.about-content.pt-110.pb-110.span-6.first.column.content {
  padding: 0;
}
.about-content.pt-110.pb-110.span-6.last.column.content {
  padding-right: 50px;
}

.project-area .span-4 {
  width: calc(100% / 12 * 6 - 20px);
}
.project-area .grid article.single-project:last-child {
  display: none;
}
.widget_give_forms_widget .section-title h4 {
  line-height: 1.3;
  padding: 50px 30px;
}

/* Give form */
.give-display-onpage #give_purchase_form_wrap > fieldset#give_purchase_submit .give-submit.give-btn {
  width: 100%;
}
.give-display-onpage #give_purchase_form_wrap > fieldset > p#give-final-total-wrap {
  width: 50%;
}
.give-form-wrap.give-display-onpage {
  padding: 140px 50px 50px;
}


/* causes */
.causes-area .span-4 {
  width: calc(100% / 12 * 6 - 20px);
}
.causes-area .span-4:last-child {
  width: calc(100% / 12 * 6 - 20px);
  display: none;
}
.counter-area .grid .column {
  margin-bottom: 40px;
}
.funfact-area.content-vertical-massive {
  padding-bottom: 50px;
}
.video-wrapper {
  padding: 0 60px;
}
.video-area {
  padding: 0;
}

div[id*="layers-widget-greensoul-custom-section-widget-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-section-widget .column-flush.span-5, 
.custom-section-widget .column-flush.span-6, 
.custom-section-widget .column-flush.span-7 {
  width: calc(100% / 12 * 12);
}
.custom-section-widget .layers-masonry-column.span-6.last.column-flush {
  margin-top: 90px;
}

.blog-area .grid .span-4 {
  width: calc(100% / 12 * 6 - 20px);
}
.blog-area .grid .span-4:last-child {
  display: none;
}

.footer-top-grid .span-4 {
  width: calc(100% / 12 * 6 - 20px);
}
.footer-news .recent-post-content a {
  font-size: 16px;
}
.footer-top-grid .column.span-4.last {
  width: calc(100% / 12 * 12 - 20px);
  margin-top: 90px;
}

.no-bullet.thumbnails.jr_col_4 a {
  width: 100%;
}




.about-content.pt-110.pb-110.span-5.first.column.content {
  background-size: 100% !important;
}
.about-content.pt-110.pb-110.span-7.last.column {
  padding-left: 0 !important;
  padding-top: 50px !important;
}
.breadcrumb-area{
  height: 250px !important;
}
.widget.layers-content-widget.about-area.bg-dark.section {
  margin-bottom: 0 !important;
  margin-top: 70px !important;
}

/* Gallery page */
.grid.small-gallery-wrapper.gallery-area .span-3 {
  width: calc(100% / 12 * 4 - 20px);
}

/* Contact us */
.address-area .grid {
  padding-left: 0px;
  padding-right: 0px;
}
.contact-form .row {
  padding-left: 10px;
  padding-right: 10px;
}

.single-row .grid .grid .span-4 {
  width: calc(100% / 12 * 6 - 20px);
}

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
/* Header site */
.logo {
  align-items: center;
  display: flex;
  width: 65%;
}
.header-site {
    padding: 12px 0;
}
.header-site.is_stuck.is_stuck_show {
    padding: 12px 0;
}

.section-title .heading {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}
.section-title .heading span {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}


/* Slider area */
.middle-text{
  padding: 0px;
}

/* Service Area */
.service-area .column.span-3 {
  width: calc(100% / 12 * 12 - 0px);
}
.service-area .column {
  max-width: 100%;
}



.about-area .span-5, 
.about-area .span-6, 
.about-area .span-7 {
  width: calc(100% / 12 * 12 - 20px);
}
.about-content.pt-110.pb-110.span-6.first.column.content {
  padding: 0;
}
.about-content.pt-110.pb-110.span-6.last.column.content {
  padding: 50px 0;
}

.section-title .heading {
  font-size: 24px;
}
.widget .section-title {
  margin-bottom: 40px;
}

.widget_give_forms_widget .section-title {
  padding: 0px;
}
.widget_give_forms_widget .section-title h4 {
  padding: 30px;
}
.give-form-wrap.give-display-onpage {
  margin: 0;
  padding: 75px 20px 30px;
}
.give-display-onpage .give-total-wrap {
  float: none;
  margin-bottom: 30px;
  width: 100% !important;
}
.give-display-onpage form[id*="give-form"] .give-donation-amount input.give-amount-top {
  width: 100%;
}
.give-display-onpage select.give-select.give-donation-levels-wrap {
  float: right;
  margin-bottom: 30px;
  width: 100% !important;
}
.give-display-onpage #give_purchase_form_wrap > fieldset > p {
  width: 100% !important;
}

.give-display-onpage #give_checkout_user_info p.form-row + p.form-row {
  margin-top: 20px !important;
  padding-left: 0 !important;
}

.give-display-onpage #give_purchase_form_wrap > fieldset > p#give-final-total-wrap {
  margin-bottom: 20px !important;
  width: 100% !important;
}
.give-form-wrap.give-display-onpage {
  padding: 70px 20px 30px !important;
}
.give-display-onpage .give-submit-button-wrap.give-clearfix {
  padding-left: 1px !important;
}




.project-area .span-4 {
  width: calc(100% / 12 * 12 - 20px);
}
.project-area .grid article.single-project:last-child {
  display: block;
}
.widget_give_forms_widget .section-title h4 {
  line-height: 1.3;
  padding: 50px 30px;
}



/* Give form */
.give-display-onpage #give_purchase_form_wrap > fieldset#give_purchase_submit .give-submit.give-btn {
  width: 100%;
}
.give-display-onpage #give_purchase_form_wrap > fieldset > p#give-final-total-wrap {
  width: 50%;
}
.give-form-wrap.give-display-onpage {
  padding: 140px 50px 50px;
}


/* causes */
.causes-area .span-4 {
  width: calc(100% / 12 * 12 - 20px);
}
.causes-area .span-4:last-child {
  width: calc(100% / 12 * 12 - 20px);
  display: block;
}






/* causes-area */
.causes-area .give-goal-progress .raised {
  flex-wrap: wrap;
  margin: 0 0 15px;
}
.causes-area .give-form.give-form-type-set {
  display: flex;
  flex-wrap: wrap;
}
.causes-area .give-total-wrap {
  width: 100%;
}
.causes-area .give-donation-amount span.give-currency-symbol {
  text-align: center;
  width: 20%;
}
.causes-area .give-donation-amount .give-text-input.give-amount-top {
  width: 80%;
}
.causes-area .give-total-wrap {
  margin-bottom: 20px;
}
.causes-area .set-price.give-donation-amount.form-row-wide {
  margin-bottom: 20px !important;
  width: 100%;
}

.causes-area button.give-btn.give-btn-modal {
  padding: 8px 0;
  width: 100%;
}






.counter-area .grid .column {
  margin-bottom: 40px;
}
.funfact-area.content-vertical-massive {
  padding-bottom: 50px;
}


.video-wrapper {
  padding: 0 20px;
}
.video-area {
  padding: 0;
}

.video-area .content-vertical-massive {
  padding: 60px 0;
}

div[id*="layers-widget-greensoul-custom-section-widget-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-section-widget .column-flush.span-5, 
.custom-section-widget .column-flush.span-6, 
.custom-section-widget .column-flush.span-7 {
  width: calc(100% / 12 * 12);
}
.custom-section-widget .layers-masonry-column.span-6.last.column-flush {
  margin-top: 90px;
}

.blog-area .grid .span-4 {
  width: calc(100% / 12 * 12 - 20px);
}
.blog-area .grid .span-4:last-child {
  display: block;
}
.blog-area .meta-info .meta-item + .meta-item {
  margin-left: 0;
}

.footer-top-grid .span-4 {
  width: calc(100% / 12 * 12 - 20px);
}
.footer-news .recent-post-content a {
  font-size: 16px;
}
.footer-top-grid .column.span-4.last {
  width: calc(100% / 12 * 12 - 20px);
}
.no-bullet.thumbnails.jr_col_4 a {
  width: 100%;
}

.footer-top-grid .column.span-4 + .column.span-4 {
  margin-top: 50px;
  margin-bottom: 0;
}

.blog-area .blog-item.column + .blog-item.column {
  margin-top: 50px;
}

.blog-area .grid .span-4:last-child {
  display: block;
}
.copyright .site-text {
  font-size: 14px;
  text-align: center;
}




/* About page */
.about-content.pt-110.pb-110.span-5.first.column.content {
  background-size: 100% !important;
}
.about-content.pt-110.pb-110.span-7.last.column {
  padding-left: 0 !important;
  padding-top: 50px !important;
}
.breadcrumb-area{
  height: 200px !important;
}
.widget.layers-content-widget.about-area.bg-dark.section {
  margin-bottom: 0 !important;
  margin-top: 70px !important;
}



/* Blog bage */
.greensoul-blog-list .meta-info .meta-item, 
.meta-info .meta-item {
  display: block;
  margin-right: 0;
  width: 100%;
}

.sidebar .content{
  padding-left: 0;
  padding-right: 0;
}




/* Contact us */
.address-area .grid {
  padding-left: 0px;
  padding-right: 0px;
}
.contact-form .row {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-area .grid .span-4.column{
  margin-top: 50px;
}
.contact-area .grid .span-4.column.first{
  margin-top: 0;
}

.contact-area .grid  .span-4 {
  width: calc(100% / 12 * 12 - 20px);
}
.contact-form .row .span-5, 
.contact-form .row .span-6, 
.contact-form .row .span-7 {
  width: calc(100% / 12 * 12 - 20px);
}

.single-row .grid .grid .column + .column{
  margin-top: 50px;
}

.single-speaker .content h4 {
  line-height: 24px;
}
#wpadminbar {
  top: -46px;
}
.comment.content {
  padding: 15px;
}
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
 .grid.small-gallery-wrapper.gallery-area .column.span-4{
  width: calc(100% / 12 * 6 - 20px);
 }
 .header-secondary {
  display: none;
}
.logo {
  width: auto;
}

.grid.small-gallery-wrapper.gallery-area .span-3 {
  width: calc(100% / 12 * 6 - 20px);
}

.column.sidebar .widget {
  flex: 0 0 calc(100% / 12 * 12 - 20px);
}
.span-4 {
  width: calc(100% / 12 * 12 - 20px);
}



}
 
 
/* Large Mobile :480px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

 .grid.small-gallery-wrapper.gallery-area .column.span-4{
  width: calc(100% / 12 * 6 - 20px);
 }
 .header-secondary {
  display: none;
}
.logo {
  width: auto;
}

.grid.small-gallery-wrapper.gallery-area .span-3 {
  width: calc(100% / 12 * 6 - 20px);
}


.column.sidebar .widget {
  flex: 0 0 calc(100% / 12 * 12 - 20px);
}
.span-4 {
  width: calc(100% / 12 * 6 - 20px);
}
#wpadminbar {
  top: 0px;
}
}
 

/* Unit test */
.blog_masonry .grid-item{
  overflow: hidden;
}
.archive .column article {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.search-form {
  margin-top: 30px;
}