/*
Theme Name: Charity Life WPL
Author: Victor Tihai
Author URI: https://wplook.com/
Theme URI: https://wplook.com
Description: Premium WordPress template for Charity, NGO and Foundation.
Version: 5.1
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
Text Domain: charity-life-wpl
Domain Path: /languages
*/
/* TABLE OF CONTENT
- [ Variables;
- [ Settings;
- [ Foundation;
- [ Font Awesome;
- [ Animations;
- [ OWL Carousel;
- [ Global;
- [ Layout;
--- [ Documents;
--- [ 404 Error Page;
--- [ Footer;
--- [ Header;
--- [ Main;
--- [ News;
--- [ Shortcodes;
--- [ Sidebar;
- [ Modules;
--- [ Buttons;
--- [ Pagination;
*/
/* ------------------------------------------------------------ *\
	Global Styles
\* ------------------------------------------------------------ */
html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  color: #232323;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232323;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Maps for event*/
.map-event {
  height: 250px;
}

.map-contact {
  height: 750px;
}

/*  Links  */
a:focus,
a:hover {
  color: inherit;
  outline: 0 none;
}

/*  Font Icons  */
.fa,
.far .owl-prev,
.fas,
.owl-next {
  font-family: "Font Awesome 5 Free";
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

/*  Images as full width/height background  */
.fullsize-container {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
}
.fullsize-container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullsize-container .hidden {
  display: none;
}

/*  Sliders Globals  */
.owl-carousel .disabled {
  display: none;
}

.owl-carousel .owl-item img.hidden {
  display: none;
}

.owl-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 99;
}

.owl-dot {
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
}
.owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
}
.owl-dot.active span {
  background-color: #fff;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 46px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 99;
  margin-top: -23px;
}
.owl-nav .owl-next:after, .owl-nav .owl-next:before,
.owl-nav .owl-prev:after,
.owl-nav .owl-prev:before {
  content: "";
  width: 29px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #aaa;
}
.owl-nav .owl-next:before,
.owl-nav .owl-prev:before {
  top: 12px;
}
.owl-nav .owl-next:after,
.owl-nav .owl-prev:after {
  bottom: 12px;
}
.owl-nav .owl-prev {
  left: 10px;
}
.owl-nav .owl-prev:after, .owl-nav .owl-prev:before {
  right: 0;
}
.owl-nav .owl-prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-nav .owl-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-nav .owl-next {
  right: 10px;
}
.owl-nav .owl-next:after, .owl-nav .owl-next:before {
  left: 0;
}
.owl-nav .owl-next:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.owl-nav .owl-next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 1280px) {
  .owl-dots {
    display: none !important;
  }
  .owl-nav {
    display: block;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  z-index: 25;
}
.header .bar {
  text-align: center;
  padding: 5px 0;
  background-color: #232323;
}
.header .logo {
  font-size: 30px;
  line-height: 40px;
  color: #232323;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}

.header-inner {
  position: relative;
  padding: 18px 0;
}

.header-image {
  height: auto;
  width: 100%;
}

.bar-theme-options {
  padding-bottom: 10px;
}
.bar-theme-options .sub-nav {
  padding: 0;
  margin: 0;
}
.bar-theme-options .sub-nav dd {
  font-size: 12px;
  line-height: 20px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 21px;
  border-left: 1px dotted #5a5a5a;
  margin: 0;
}
.bar-theme-options .sub-nav dd:first-child {
  padding-left: 0;
  border-left: 0;
}
.bar-theme-options .sub-nav dd a {
  color: #f5f5f5;
  padding: 0;
}
.bar-theme-options .sub-nav dd a[href^=tel] {
  cursor: default;
}
.bar-theme-options .sub-nav dd a[href^=tel] .fa,
.bar-theme-options .sub-nav dd a[href^=tel] .fab,
.bar-theme-options .sub-nav dd a[href^=tel] .far,
.bar-theme-options .sub-nav dd a[href^=tel] .fas {
  font-size: 13px;
  margin-right: 8px;
}

.bar-top-actions {
  text-align: center;
  padding: 0;
  margin: 0;
}
.bar-top-actions .socials {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 0;
}
.bar-top-actions .socials dd {
  float: left;
  padding: 0 0 0 13px;
  margin: 0;
}
.bar-top-actions .socials dd a {
  color: #fff;
  padding: 0;
  text-align: left;
}
.bar-top-actions .socials dd a:active .fa-twitter, .bar-top-actions .socials dd a:hover .fa-twitter {
  color: #55acee;
}
.bar-top-actions .socials dd a:active .fa-facebook, .bar-top-actions .socials dd a:hover .fa-facebook {
  color: #3d5a99;
}
.bar-top-actions .socials dd a:active .fa-linkedin, .bar-top-actions .socials dd a:hover .fa-linkedin {
  color: #4875b4;
}
.bar-top-actions .socials dd a:active .fa-vimeo, .bar-top-actions .socials dd a:hover .fa-vimeo {
  color: #55acee;
}
.bar-top-actions .socials dd a:active .fa-github, .bar-top-actions .socials dd a:hover .fa-github {
  color: #6e5494;
}
.bar-top-actions .socials dd a:active .fa-pinterest, .bar-top-actions .socials dd a:hover .fa-pinterest {
  color: #bd081c;
}
.bar-top-actions .socials dd a:active .fa-linkedin, .bar-top-actions .socials dd a:hover .fa-linkedin {
  color: #0077b5;
}
.bar-top-actions .socials dd a:active .fa-google-plus, .bar-top-actions .socials dd a:hover .fa-google-plus {
  color: #dc4e41;
}
.bar-top-actions .socials dd a:active .fa-youtube, .bar-top-actions .socials dd a:hover .fa-youtube {
  color: #cd201f;
}
.bar-top-actions .socials dd a:active .fa-skype, .bar-top-actions .socials dd a:hover .fa-skype {
  color: #00aff0;
}
.bar-top-actions .socials dd a:active .fa-vk, .bar-top-actions .socials dd a:hover .fa-vk {
  color: #7394b5;
}
.bar-top-actions .sub-nav {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 0;
}
.bar-top-actions .sub-nav dd {
  font-size: 12px;
  line-height: 20px;
  color: #f5f5f5;
  padding: 0;
  margin: 0;
}
.bar-top-actions .sub-nav dd a {
  color: inherit;
}
.bar-top-actions .sub-nav dd a:active, .bar-top-actions .sub-nav dd a:hover {
  color: #777;
}
.bar-top-actions .sub-nav dd .fa,
.bar-top-actions .sub-nav dd .fab,
.bar-top-actions .sub-nav dd .far,
.bar-top-actions .sub-nav dd .fas {
  font-family: 15px;
  color: #777;
  margin-right: 8px;
}

.f-dropdown li a {
  text-align: left;
}

/*  Navigation  */
.nav-toggle {
  font-size: 22px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -39px;
  right: 15px;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: #232323;
  border-radius: 3px;
}

.nav-toggle:active,
.nav-toggle:focus,
.nav-toggle:hover {
  background-color: #232323;
  outline: 0 none;
}

.nav {
  font-size: 16px;
  line-height: 20px;
  color: #232323;
  font-weight: 300;
}
.nav:after, .nav:before {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav {
  background-color: #fff;
}
.nav > ul {
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: max-height 300ms ease-out;
  transition: max-height 300ms ease-out;
}
.nav ul {
  list-style: none outside none;
  padding: 0;
  margin: 0 -15px;
}
.nav ul li {
  position: relative;
  border-top: 1px solid #232323;
}
.nav ul li:first-child {
  margin-top: 18px;
}
.nav ul li.accented a {
  color: #fff;
}
.nav ul a {
  color: #232323;
  display: block;
  padding: 10px 15px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.nav ul a:active, .nav ul a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #232323;
}
.nav ul .current-menu-item a {
  color: #b54e2d;
}
.nav ul .current-menu-item a:active, .nav ul .current-menu-item a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #232323;
}
.nav.expanded > ul {
  max-height: 320px;
}
.nav .sub-menu {
  margin: 0;
}
.nav .sub-menu li:first-child {
  margin: 0;
}
.nav .sub-menu li a {
  padding-left: 30px;
}
.nav .sub-menu .sub-menu li a {
  padding-left: 50px;
}

@media (min-width: 640px) {
  .header .bar {
    padding: 10px 0;
  }
  .header .logo {
    margin-bottom: 18px;
  }
  .bar-theme-options {
    padding: 0 0 0 10px;
  }
  .bar-theme-options .sub-nav dd {
    float: left;
    padding: 0 5px;
  }
  .bar-top-actions .socials,
  .bar-top-actions .sub-nav {
    float: right;
  }
  .bar-top-actions .socials {
    border-left: 1px dotted #5a5a5a;
    padding-left: 1px;
  }
  .header-inner {
    padding-bottom: 0;
  }
  .nav-toggle {
    top: -57px;
  }
}
@media (min-width: 1024px) {
  .bar-theme-options {
    padding: 0 0 0 15px;
  }
  .bar-theme-options .sub-nav dd {
    float: left;
    padding: 0 21px;
  }
  .bar-top-actions {
    padding-right: 7px;
  }
  .bar-top-actions .socials {
    border-left: 1px dotted #5a5a5a;
    padding-left: 13px;
    margin-left: 13px;
  }
}
@media (min-width: 1025px) {
  .nav ul {
    max-height: none;
    float: right;
    margin: 0;
    overflow: visible;
  }
  .nav ul li {
    float: left;
    width: auto;
    border: 0;
    position: relative;
  }
  .nav ul li a {
    padding: 10px;
    border-radius: 2px;
  }
  .nav ul li.accented {
    margin-left: 24px;
  }
  .nav ul li.accented a {
    color: #fff;
    padding: 10px 29px;
    background-color: #b54e2d;
  }
  .nav ul li.accented a:hover {
    background: #468966;
  }
  .nav ul li:first-child {
    margin-top: 0;
  }
  .nav ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav ul .sub-menu {
    width: 180px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  .nav ul .sub-menu li {
    float: none;
  }
  .nav ul .sub-menu a {
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 10px;
  }
  .nav ul .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .nav ul .sub-menu .sub-menu a {
    padding: 10px;
  }
}
@media (min-width: 1170px) {
  .header-inner {
    padding: 38px 0;
  }
  .header .logo {
    margin: 0;
  }
}
/* ------------------------------------------------------------ *\
	News
\* ------------------------------------------------------------ */
.single-news {
  margin-bottom: 2px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.single-news > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.single-news figure {
  position: relative;
  margin: 0;
}
.single-news img {
  width: 100%;
  height: auto;
  display: block;
}
.single-news figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.single-news h4 {
  font-size: 1rem;
  line-height: 1.25;
  color: #b54e2d;
  font-weight: 500;
}
.single-news h5 {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #232323;
  font-weight: 500;
  margin: 0 0 10px;
}
.single-news:active figcaption, .single-news:focus figcaption, .single-news:hover figcaption {
  opacity: 1;
  visibility: visible;
}

.posts-listing .single-news {
  padding: 35px 0 30px;
  margin: 0;
}
.posts-listing .single-news:first-child {
  padding-top: 0;
}

.single-news-meta ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.single-news-meta ul:after, .single-news-meta ul:before {
  content: " ";
  display: table;
}
.single-news-meta ul:after {
  clear: both;
}
.single-news-meta ul li {
  float: left;
  padding-right: 20px;
  padding-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #5d5d5d;
  font-weight: normal;
}
.single-news-meta ul li .fa,
.single-news-meta ul li .fab,
.single-news-meta ul li .far,
.single-news-meta ul li .fas {
  font-size: 0.75rem;
  text-align: center;
  width: 20px;
  position: relative;
  top: -1px;
}
.single-news-meta ul li .fa-map-marker {
  color: #468966;
}
.single-news-meta ul li .fa-calendar {
  color: #b54e2d;
}
.single-news-meta ul li .fa-user {
  color: #ffb03b;
}
.single-news-meta ul li .fa-facebook {
  color: #3b5998;
}
.single-news-meta ~ .single-news-stats {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.single-news-meta ~ .single-news-stats p {
  margin: 0;
}

.single-news-content {
  padding-top: 10px;
  overflow: hidden;
}
.single-news-content p {
  font-weight: lighter;
  margin-top: 5px;
  margin-bottom: 0;
}
.single-news-content h3 {
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 10px;
}
.single-news-content h3 a {
  color: #232323;
}

.single-news-buttons {
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
}
.single-news-buttons [class^=btn] {
  min-width: 98px;
  margin: 0 4px;
}
.single-news-buttons .btn-red, .single-news-buttons .woocommerce #respond input#submit, .woocommerce #respond .single-news-buttons input#submit,
.single-news-buttons .woocommerce a.button,
.woocommerce .single-news-buttons a.button,
.single-news-buttons .woocommerce button.button,
.woocommerce .single-news-buttons button.button,
.single-news-buttons .woocommerce input.button,
.woocommerce .single-news-buttons input.button,
.single-news-buttons .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .single-news-buttons a.checkout-button,
.single-news-buttons .woocommerce-cart table.cart input[type=submit],
.woocommerce-cart table.cart .single-news-buttons input[type=submit] {
  padding: 6px 20px;
}

@media (min-width: 768px) {
  .posts-listing .single-news:after, .posts-listing .single-news:before {
    content: " ";
    display: table;
  }
  .posts-listing .single-news:after {
    clear: both;
  }
  .posts-listing .single-news-image {
    width: 270px;
    float: left;
    margin-right: 30px;
  }
  .posts-listing .single-news-content {
    overflow: hidden;
    padding: 0;
  }
  .posts-listing .single-news-meta ul:after, .posts-listing .single-news-meta ul:before {
    content: " ";
    display: table;
  }
  .posts-listing .single-news-meta ul:after {
    clear: both;
  }
  .posts-listing .single-news-meta ul li {
    float: left;
    padding-right: 20px;
  }
  .posts-listing .single-news-meta ul li .fa,
  .posts-listing .single-news-meta ul li .fab,
  .posts-listing .single-news-meta ul li .far,
  .posts-listing .single-news-meta ul li .fas {
    width: auto;
  }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/*  Intro  */
.intro {
  min-height: 200px;
  position: relative;
}
.intro img {
  width: 100%;
  height: auto;
}
.intro h1 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  padding: 0 0 15px;
  margin: 0;
}
.intro h5 {
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
.intro .article-intro-meta p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}
.intro .article-intro-meta a {
  color: #fff;
}
.intro .article-intro-meta a:active, .intro .article-intro-meta a:hover {
  color: #468966;
  text-decoration: none;
}
.intro .article-intro-meta .fa,
.intro .article-intro-meta .fab,
.intro .article-intro-meta .far,
.intro .article-intro-meta .fas {
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.intro-overlay {
  position: absolute;
  bottom: 0;
  padding: 20px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
}

/*  Main Content  */
.main {
  padding: 25px 0;
}

/*  Article  */
.article h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 10px;
}
.article h3 {
  font-size: 18px;
  line-height: 20px;
  color: #232323;
  font-weight: 500;
  padding-bottom: 10px;
}
.article h3 a {
  color: #232323;
}
.article p {
  font-weight: lighter;
}

.article-body {
  overflow: auto;
}

.article-meta {
  padding-bottom: 10px;
}
.article-meta .tags {
  padding: 0;
  margin: 0 0 15px;
  list-style: none outside none;
}
.article-meta .tags:after, .article-meta .tags:before {
  content: " ";
  display: table;
}
.article-meta .tags:after {
  clear: both;
}
.article-meta .tag {
  float: left;
  margin: 0 10px 10px 0;
}
.article-meta .tag a {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  text-transform: lowercase;
  display: block;
  position: relative;
  padding: 5px 16px 5px 13px;
  margin-right: 15px;
  background-color: #4b8867;
  border-radius: 4px 0 0 4px;
}
.article-meta .tag a:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  border: 14px solid transparent;
  border-left-color: #4b8867;
  border-radius: 0 5px 0 0;
}
.article-meta .tag a:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -4px 0 0 -2px;
  background-color: #fff;
  border-radius: 50%;
}

article,
article p {
  font-weight: lighter;
}

/*  Article Author  */
.author-block {
  padding: 10px 10px 1px;
  border: 1px solid #bfbfbf;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.author-block h5 {
  font-size: 1rem;
  line-height: 22px;
  color: #232323;
  font-weight: 400;
  padding: 0 0 5px;
  margin: 0;
}
.author-block p {
  font-size: 1rem;
  color: #5d5d5d;
  margin: 0 0 9px;
}
.author-block img {
  display: block;
  margin-bottom: 10px;
  border-radius: 50%;
}

/*  Article Comments  */
.comments {
  padding-bottom: 10px;
}
.comments h5 {
  font-size: 1rem;
  color: #232323;
  font-weight: 400;
  margin: 0;
}
.comments h6 {
  font-size: 0.875rem;
  color: #ababab;
  font-weight: 700;
  margin: 0 0 10px;
}
.comments h6 a {
  color: #4b8867;
}
.comments ul {
  list-style: none outside none;
  padding: 0 0 20px;
  margin: 0;
}
.comments ul.children {
  padding-bottom: 0;
}
.comments p {
  margin-bottom: 9px;
}
.comments .comment {
  padding: 10px 10px 0;
  border: 1px solid #f5f5f5;
  border-bottom: 2px solid #d3d3d3;
}
.comments .comment .children {
  margin-left: -10%;
}
.comments .comment.depth-2 {
  margin-left: 10px;
}
.comments .comment.depth-3 {
  margin-left: 15px;
}
.comments .comment.depth-4 {
  margin-left: 20px;
}
.comments .comment.depth-5 {
  margin-left: 25px;
}
.comments .avatar {
  display: block;
  margin-bottom: 10px;
  border-radius: 50%;
}

/*  Article Respond  */
.form-comment {
  padding: 20px 0 10px;
}
.form-comment .form-body {
  padding: 10px 10px 0;
  border: 1px solid #bfbfbf;
  background-color: #f5f5f5;
}
.form-comment .field {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-comment .field:focus {
  background: #fff;
}
.form-comment .textarea {
  height: 145px;
  resize: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.form-comment .form-actions {
  padding: 10px 0;
}
.form-comment .btn-green {
  width: 100%;
  height: auto;
  display: block;
}

.form-label {
  font-size: 1rem;
  color: #5d5d5d;
  font-weight: 300;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------ *\
	Sections
\* ------------------------------------------------------------ */
.cause-teaser {
  position: relative;
}

.cause-teaser .cause-progress {
  text-align: left;
  padding: 25px 0;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.cause-teaser .cause-progress h1 {
  font-size: 1.75rem;
  font-weight: 300;
  color: #fff;
}
.cause-teaser .cause-progress p {
  font-size: 0.9rem;
  line-height: 1.25;
  font-weight: 300;
  color: #fff;
}
.cause-teaser .cause-progress .progress {
  height: 6px;
  position: relative;
  border: 0;
  overflow: hidden;
  background-color: #e7e7e7;
  border-radius: 3px;
}
.cause-teaser .cause-progress .progress .progress-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ffb03b;
  border-radius: 3px;
}

.home-slider .owl-item.active h1 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-delay: 1s;
  /* W3C and Opera */
  -moz-animation-delay: 1s;
  /* Firefox */
  -webkit-animation-delay: 1s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.home-slider .owl-item.active p {
  font-size: 28px;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-delay: 1.5s;
  /* W3C and Opera */
  -moz-animation-delay: 1.5s;
  /* Firefox */
  -webkit-animation-delay: 1.5s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.home-slider .owl-item.active .slide-actions {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 2s;
  /* W3C and Opera */
  -moz-animation-delay: 2s;
  /* Firefox */
  -webkit-animation-delay: 2s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.section-slider {
  color: #fff;
  text-align: center;
}
.section-slider h1 {
  font-size: 2rem;
  line-height: 1.15;
  color: #fff;
  font-weight: 700;
}
.section-slider p {
  font-size: 1.1875rem;
  line-height: 1.2;
  font-weight: 300;
}
.section-slider [class^=btn] {
  margin: 0 5px;
}
.section-slider .slide {
  position: relative;
  padding: 30px 0 70px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
}
.section-slider .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.section-slider .slide .row {
  position: relative;
  z-index: 2;
}

.section-head {
  text-align: center;
  padding: 40px 0 25px;
}
.section-head h2 {
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: 400;
}
.section-head h5 {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #ababab;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 10px;
}

.section-about {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
.section-about p {
  font-weight: lighter;
}
.section-about p a {
  color: #468966;
  text-decoration: underline;
}
.section-about p a:active, .section-about p a:hover {
  color: #468966;
  text-decoration: none;
}

.section-carousel .owl-stage {
  margin: 0 auto;
}
.section-carousel .owl-item {
  padding: 0 10px;
}
.section-carousel .owl-prev {
  left: -30px;
}
.section-carousel .owl-next {
  right: -30px;
}
.section-carousel .section-body {
  padding: 0 15px 75px;
}
.section-carousel .owl-dots {
  bottom: -43px;
}
.section-carousel .row > .widget-title {
  margin: 15px 15px 35px;
}

.section-events {
  padding-bottom: 30px;
}

.section-causes {
  padding-top: 5px;
  background-color: #f5f5f5;
}

.section-homepage-text {
  padding-top: 80px;
}

.single-cause {
  margin-bottom: 2px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.single-cause > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.single-cause figure {
  position: relative;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.single-cause img {
  width: 100%;
  height: auto;
  display: block;
}
.single-cause figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.single-cause h4 {
  font-size: 1rem;
  line-height: 1.25;
  color: #b54e2d;
  font-weight: 500;
}
.single-cause h5 {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #232323;
  font-weight: 500;
  margin: 0 0 10px;
}
.single-cause .progress {
  height: 6px;
  position: relative;
  border: 0;
  overflow: hidden;
  background-color: #e7e7e7;
  border-radius: 3px;
}
.single-cause .progress .progress-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ffb03b;
  border-radius: 3px;
}
.single-cause:active figcaption, .single-cause:focus figcaption, .single-cause:hover figcaption {
  opacity: 1;
  visibility: visible;
}

.single-cause-buttons {
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
}
.single-cause-buttons [class^=btn] {
  min-width: 98px;
  margin: 0 4px;
}
.single-cause-buttons .btn-red, .single-cause-buttons .woocommerce #respond input#submit, .woocommerce #respond .single-cause-buttons input#submit,
.single-cause-buttons .woocommerce a.button,
.woocommerce .single-cause-buttons a.button,
.single-cause-buttons .woocommerce button.button,
.woocommerce .single-cause-buttons button.button,
.single-cause-buttons .woocommerce input.button,
.woocommerce .single-cause-buttons input.button,
.single-cause-buttons .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .single-cause-buttons a.checkout-button,
.single-cause-buttons .woocommerce-cart table.cart input[type=submit],
.woocommerce-cart table.cart .single-cause-buttons input[type=submit] {
  padding: 6px 20px;
}

.single-cause-body {
  padding: 20px 25px 1px;
  background-color: #fff;
}
.single-cause-body p {
  font-size: 0.875rem;
  color: #232323;
  font-weight: 300;
}

.single-cause-stats {
  padding: 23px 25px 3px;
  border-top: 1px solid #eaeaea;
  background-color: #fbfbfb;
}
.single-cause-stats p {
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #5d5d5d;
  font-weight: 300;
}

.single-cause-actions {
  border-top: 1px solid #eaeaea;
}
.single-cause-actions a {
  font-size: 0.875rem;
  line-height: 2;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 10px 25px;
  background-color: #b24f32;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.single-cause-actions a .fa,
.single-cause-actions a .fab,
.single-cause-actions a .far,
.single-cause-actions a .fas {
  color: #fcad3b;
}
.single-cause-actions a:active, .single-cause-actions a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4b8867;
}

.section-projects {
  position: relative;
  background-attachment: fixed;
}
.section-projects:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.section-projects .row {
  position: relative;
  z-index: 2;
}
.section-projects h2 {
  color: #fff;
}

.events-list {
  border-top: 2px solid #f5f5f5;
}

.single-event {
  padding: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.single-event p {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 5px;
}
.single-event ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.single-event li {
  font-size: 0.8375rem;
  line-height: 1.2;
  min-width: 112px;
  float: left;
}
.single-event li:first-child {
  border-right: 1px dotted #e2e2e2;
  margin-right: 15px;
}
.single-event li:last-child {
  width: 100%;
  border: 0;
  margin-top: 5px;
}
.single-event .fa,
.single-event .fab,
.single-event .far,
.single-event .fas {
  color: #ababab;
  margin-right: 15px;
}
.single-event a {
  color: #b54e2d;
  font-weight: 500;
}
.single-event a .fa,
.single-event a .fab,
.single-event a .far,
.single-event a .fas {
  margin: 0 0 0 15px;
}
.single-event a:active, .single-event a:hover {
  color: #468966;
  text-decoration: none;
}
.single-event:active, .single-event:hover {
  background-color: #f5f5f5;
}
.single-event:active a, .single-event:hover a {
  color: #468966;
}

.section-gallery {
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.gallery-item {
  width: 100%;
  float: left;
}
.gallery-item + .gallery-item {
  margin-top: 15px;
}
.gallery-item.gallery-item-featured {
  margin-bottom: 15px;
}
.gallery-item a {
  display: block;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery-item .gallery-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 176, 59, 0.95);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.gallery-item .gallery-item-overlay-body {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
}
.gallery-item .gallery-item-overlay-body .btn-more {
  opacity: 1;
  visibility: visible;
}
.gallery-item .gallery-item-overlay-body p {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}
.gallery-item .gallery-item-overlay-body h6 {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.gallery-item:active .gallery-item-overlay, .gallery-item:hover .gallery-item-overlay {
  opacity: 1;
  visibility: visible;
}

.section-carousel .owl-dot span,
.section-volunteers .owl-dot span {
  border-color: #000;
}
.section-carousel .owl-dot.active span,
.section-volunteers .owl-dot.active span {
  background-color: #000;
}

.section-projects .owl-dot span {
  border-color: #fff;
}
.section-projects .owl-dot.active span {
  background-color: #fff;
}

.staff-member {
  text-align: center;
  margin-bottom: 48px;
}
.staff-member .staff-member-image {
  width: 125px;
  height: 125px;
  position: relative;
  margin: 0 auto 25px;
  overflow: hidden;
  border-radius: 50%;
}
.staff-member .staff-member-image img {
  border-radius: 50%;
}
.staff-member .staff-member-image a {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 176, 59, 0.95);
  border-radius: 50%;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.staff-member .staff-member-image a .fa,
.staff-member .staff-member-image a .fab,
.staff-member .staff-member-image a .far,
.staff-member .staff-member-image a .fas {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -15px;
}
.staff-member .staff-member-image:active a, .staff-member .staff-member-image:hover a {
  opacity: 1;
  visibility: visible;
}
.staff-member p {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 5px;
}
.staff-member p small {
  font-size: 0.875rem;
  color: #5d5d5d;
  display: block;
}
.staff-member ul {
  list-style: none outside none;
  padding: 10px 0 0;
  margin: 0;
}
.staff-member ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
.staff-member ul a {
  font-size: 0.9375rem;
  color: #ababab;
  display: block;
}
.staff-member ul a:active .fa-twitter, .staff-member ul a:hover .fa-twitter {
  color: #55acee;
}
.staff-member ul a:active .fa-facebook, .staff-member ul a:hover .fa-facebook {
  color: #3d5a99;
}
.staff-member ul a:active .fa-linkedin, .staff-member ul a:hover .fa-linkedin {
  color: #4875b4;
}
.staff-member ul a:active .fa-google-plus, .staff-member ul a:hover .fa-google-plus {
  color: #dd4b39;
}
.staff-member ul a:active .fa-youtube-play, .staff-member ul a:hover .fa-youtube-play {
  color: #bb0000;
}
.staff-member ul a:active .fa-vimeo-square, .staff-member ul a:hover .fa-vimeo-square {
  color: #aad450;
}
.staff-member ul a:active .fa-lastfm, .staff-member ul a:hover .fa-lastfm {
  color: #d51007;
}
.staff-member ul a:active .fa-soundcloud, .staff-member ul a:hover .fa-soundcloud {
  color: #ff3a00;
}
.staff-member ul a:active .fa-flickr, .staff-member ul a:hover .fa-flickr {
  color: #ff0084;
}
.staff-member ul a:active .fa-instagram, .staff-member ul a:hover .fa-instagram {
  color: #517fa4;
}
.staff-member ul a:active .fa-pinterest,
.staff-member ul a:active .fa-pinterest-p, .staff-member ul a:hover .fa-pinterest,
.staff-member ul a:hover .fa-pinterest-p {
  color: #c3310a;
}
.staff-member ul a:active .fa-dribbble, .staff-member ul a:hover .fa-dribbble {
  color: #ea4c89;
}
.staff-member ul a:active .fa-github-alt, .staff-member ul a:hover .fa-github-alt {
  color: #8f6304;
}

.page-head {
  color: #fff;
  padding: 20px 0;
  background-color: #b54d2d;
}
.page-head h5 {
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
.page-head h2 {
  font-size: 1.5em;
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

.page-head.no-img {
  padding: 40px 0 !important;
}

.single-cause-content {
  padding-top: 10px;
}
.single-cause-content p {
  font-weight: lighter;
  margin-top: 5px;
}
.single-cause-content h3 {
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 10px;
}
.single-cause-content h3 a {
  color: #232323;
}

.single-cause-meta ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.single-cause-meta ul li {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #5d5d5d;
  font-weight: normal;
  padding-bottom: 5px;
}
.single-cause-meta ul li .fa,
.single-cause-meta ul li .fab,
.single-cause-meta ul li .far,
.single-cause-meta ul li .fas {
  font-size: 0.75rem;
  text-align: center;
  width: 20px;
  position: relative;
  top: -1px;
}
.single-cause-meta ul li .fa-map-marker {
  color: #468966;
}
.single-cause-meta ul li .fa-calendar {
  color: #b54e2d;
}
.single-cause-meta ul li .fa-users {
  color: #ffb03b;
}
.single-cause-meta ~ .single-cause-stats {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.single-cause-meta ~ .single-cause-stats p {
  margin: 0;
}

.causes-listing .single-cause {
  padding: 22px 0 20px;
  margin: 0;
}
.causes-listing .single-cause:first-child {
  padding-top: 0;
}

.sidebar .single-cause {
  border: 1px solid #ececec;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 40px;
}
.sidebar .single-cause:last-child {
  margin-bottom: 0;
}

.list-radios {
  list-style: none outside none;
  padding: 27px 0 15px;
  margin: 0;
}
.list-radios:after, .list-radios:before {
  content: " ";
  display: table;
}
.list-radios:after {
  clear: both;
}
.donate-template .list-radios {
  padding-top: 0;
}
.list-radios li {
  color: #232323;
  font-weight: 300;
  width: 33.33%;
  float: left;
}
.list-radios li:last-child {
  float: right;
}
.list-radios .radio {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.list-radios .radio input {
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
}
.list-radios .radio label {
  font-size: 0.9375rem;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
  margin: 0;
}
.list-radios .radio label:after, .list-radios .radio label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.list-radios .radio label:before {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #636363;
}
.list-radios .radio label:after {
  width: 8px;
  height: 8px;
  display: none;
  margin: 6px 0 0 6px;
  background-color: #636363;
}
.list-radios .radio input:checked + label:after {
  display: block;
}

#field-donation-custom_amount {
  font-size: 1rem;
  color: #848484;
}

.form-donate [class^=btn] {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 4px !important;
}

.widget-details .side-nav li, .widget_wpl_events_widget .side-nav li {
  font-size: 0.9375rem;
  line-height: 20px;
  color: #5d5d5d;
  font-weight: 300;
  padding: 13px 0;
  border-top: 1px solid #e8e8e8;
  margin: 0;
}
.widget-details .side-nav li a, .widget_wpl_events_widget .side-nav li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #5d5d5d;
}
.widget-details .side-nav li a:hover, .widget_wpl_events_widget .side-nav li a:hover {
  background: none;
}
.widget-details .side-nav li:first-child, .widget_wpl_events_widget .side-nav li:first-child {
  border-top: none;
}
.widget-details .side-nav .fa, .widget_wpl_events_widget .side-nav .fa,
.widget-details .side-nav .fab,
.widget_wpl_events_widget .side-nav .fab,
.widget-details .side-nav .far,
.widget_wpl_events_widget .side-nav .far,
.widget-details .side-nav .fas,
.widget_wpl_events_widget .side-nav .fas {
  font-size: 1rem;
  text-align: center;
  width: 41px;
  margin-right: 9px;
}
.widget-details .side-nav .fa-map-marker, .widget_wpl_events_widget .side-nav .fa-map-marker {
  color: #468966;
}
.widget-details .side-nav .fa-calendar, .widget_wpl_events_widget .side-nav .fa-calendar {
  color: #b54e2d;
}
.widget-details .side-nav .fa-users, .widget_wpl_events_widget .side-nav .fa-users {
  color: #ffb03b;
}
.widget-details .side-nav .fa-facebook, .widget_wpl_events_widget .side-nav .fa-facebook {
  color: #3b5998;
}

.section-slider .slide {
  padding-top: 150px;
}

@media (min-width: 640px) {
  .author-block,
  .comments .comment {
    padding: 35px;
    overflow: auto;
  }
  .author-block img,
  .comments .comment img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
  }
  .author-block p,
  .comments .comment p {
    width: calc(100% - 90px);
    float: right;
  }
  .section-slider h1 {
    font-size: 3rem;
  }
  .section-slider .slide {
    padding: 150px 0 45px;
  }
  .section-slider-single .slide {
    padding: 0;
    height: auto;
  }
  .cause-teaser {
    min-height: 170px;
  }
  .cause-teaser .cause-progress h1 {
    font-size: 2.5rem;
  }
  .cause-teaser .cause-progress p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .latest-posts:after, .latest-posts:before {
    content: " ";
    display: table;
  }
  .latest-posts:after {
    clear: both;
  }
  .latest-post {
    width: 49%;
    float: left;
  }
  .latest-post:nth-child(even) {
    float: right;
  }
  .form-comment .form-row:after, .form-comment .form-row:before {
    content: " ";
    display: table;
  }
  .form-comment .form-row:after {
    clear: both;
  }
  .form-comment .form-col {
    width: 33.33%;
    float: left;
    padding-left: 10px;
  }
  .form-comment .form-col:first-child {
    padding-left: 0;
  }
  .form-comment .btn-green {
    width: auto;
    display: inline-block;
    min-width: 220px;
  }
  .owl-carousel .latest-post,
  .owl-carousel .latest-post:nth-child(even) {
    width: auto;
    float: none;
  }
  .page-head {
    padding: 90px 0;
  }
  .causes-listing .single-cause:after, .causes-listing .single-cause:before {
    content: " ";
    display: table;
  }
  .causes-listing .single-cause:after {
    clear: both;
  }
  .causes-listing .single-cause-image {
    width: 270px;
    float: left;
    margin-right: 30px;
  }
  .causes-listing .single-cause-content {
    overflow: hidden;
    padding: 0;
  }
  .causes-listing .single-cause-meta ul:after, .causes-listing .single-cause-meta ul:before {
    content: " ";
    display: table;
  }
  .causes-listing .single-cause-meta ul:after {
    clear: both;
  }
  .causes-listing .single-cause-meta ul li {
    float: left;
    padding-right: 20px;
  }
  .causes-listing .single-cause-meta ul li .fa,
  .causes-listing .single-cause-meta ul li .fab,
  .causes-listing .single-cause-meta ul li .far,
  .causes-listing .single-cause-meta ul li .fas {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .single-event p {
    font-size: 1.125rem;
  }
  .single-event ul li {
    font-size: 0.9375rem;
  }
  .section-slider-single .slide {
    padding: 0;
  }
  .gallery-item {
    width: 50%;
    float: left;
    padding: 0 15px 16px 0;
  }
  .gallery-item:nth-child(even) {
    padding: 0 0 16px 15px;
  }
  .gallery-item + .gallery-item {
    margin: 0;
  }
  .gallery-item.gallery-item-featured {
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
  }
  .single-event {
    padding: 30px;
  }
  .single-event p {
    font-size: 1.125rem;
  }
  .single-event ul li {
    min-width: 0;
    font-size: 0.9375rem;
    padding-right: 20px;
    border-right: 1px dotted #e2e2e2;
    margin-right: 20px;
  }
  .single-event ul li:last-child {
    width: auto;
    float: right;
    padding-right: 0;
    border-right: 0;
    margin: 0;
  }
}
@media (min-width: 1170px) {
  .intro .article-meta p {
    font-size: 0.9375rem;
  }
  .intro-overlay {
    padding: 50px 0;
  }
  .intro-overlay h1 {
    font-size: 2.5rem;
    line-height: 1.6;
  }
  .main {
    padding: 50px 0;
  }
  .article h2 {
    font-size: 1.625rem;
    line-height: 1.4615;
    padding: 0;
    margin: 0 0 25px;
  }
  .article h3 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .article h3 a {
    color: #232323;
  }
  .article-body {
    padding-bottom: 25px;
  }
  .article-meta {
    padding-bottom: 35px;
  }
  .article-meta .tags {
    margin-bottom: 40px;
  }
  .comments {
    padding-bottom: 25px;
  }
  .form-comment .btn-green {
    margin: 0;
  }
  .form-comment .form-body {
    padding: 35px;
  }
  .form-comment .form-row {
    padding-bottom: 15px;
  }
  .form-comment .form-actions {
    padding: 5px 0 0;
  }
  .latest-post,
  .latest-post:nth-child(even) {
    width: auto;
    float: none;
  }
  .section-slider h1 {
    font-size: 4.375rem;
    font-weight: 700;
    padding-bottom: 15px;
  }
  .section-slider .slide {
    height: 780px;
    padding: 220px 0 0;
  }
  .section-slider .slide-actions {
    margin-top: 70px;
  }
  .section-slider .slide-actions [class^=btn] {
    min-width: 245px;
    margin: 0 10px;
  }
  .section-slider .owl-dots {
    display: block !important;
    bottom: 52px;
  }
  .section-slider .owl-next:after, .section-slider .owl-next:before,
  .section-slider .owl-prev:after,
  .section-slider .owl-prev:before {
    background-color: #fff;
  }
  .section-slider .owl-prev {
    left: 50px;
  }
  .section-slider .owl-next {
    right: 50px;
  }
  .section-slider-single .slide {
    padding: 0;
    height: auto;
  }
  .section-slider-single .owl-next,
  .section-slider-single .owl-prev {
    margin-top: -145px;
  }
  .section-slider-single .owl-dots {
    display: none !important;
  }
  .section-about {
    padding: 50px 0 84px;
  }
  .section-about p {
    max-width: 980px;
    margin: 0 auto 25px;
  }
  .section-about [class^=btn] {
    margin-top: 30px;
  }
  .section-head {
    padding-bottom: 30px;
  }
  .section-head h2 {
    font-size: 2em;
    line-height: 1.3125;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-head h5 {
    margin-bottom: 20px;
  }
  .section-carousel .section-head h2,
  .section-events .section-head h2,
  .section-gallery .section-head h2,
  .section-volunteers .section-head h2 {
    font-weight: 500;
  }
  .section-carousel {
    padding: 60px 0 20px;
  }
  .section-events {
    padding: 75px 0 115px;
  }
  .section-gallery {
    padding: 50px 0 88px;
  }
  .section-volunteers {
    max-width: 1470px;
    padding: 85px 0 105px;
    margin: auto;
  }
  .section-volunteers .section-body {
    padding: 0 50px;
  }
  .section-volunteers .section-body .owl-stage {
    margin: 0 auto;
  }
}
@media (min-width: 1480px) {
  .section-carousel .owl-prev,
  .section-events .owl-prev,
  .section-gallery .owl-prev,
  .section-volunteers .owl-prev {
    left: -80px;
  }
  .section-carousel .owl-next,
  .section-events .owl-next,
  .section-gallery .owl-next,
  .section-volunteers .owl-next {
    right: -80px;
  }
}
/* ------------------------------------------------------------ *\
	Documents
\* ------------------------------------------------------------ */
.doc-icon {
  text-align: center;
}
.doc-icon i {
  color: #b54d2d;
  font-size: 50px;
  margin-top: 45px;
  margin-bottom: 25px;
}
.doc-icon a {
  color: #b54d2d;
}
.doc-icon a:after, .doc-icon a:before {
  content: " ";
  display: table;
}
.doc-icon a:after {
  clear: both;
}
.doc-icon a:hover {
  color: #468966;
}

.single-doc {
  margin-bottom: 2px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.single-doc > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.single-doc:active i, .single-doc:focus i, .single-doc:hover i {
  color: #468966;
}

.posts-listing .single-doc {
  padding: 35px 0 30px;
  margin: 0;
}
.posts-listing .single-doc:first-child {
  padding-top: 0;
}

.single-doc-meta ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.single-doc-meta ul:after, .single-doc-meta ul:before {
  content: " ";
  display: table;
}
.single-doc-meta ul:after {
  clear: both;
}
.single-doc-meta ul li {
  float: left;
  padding-right: 20px;
  padding-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #5d5d5d;
  font-weight: normal;
}
.single-doc-meta ul li .fa,
.single-doc-meta ul li .fab,
.single-doc-meta ul li .far,
.single-doc-meta ul li .fas {
  font-size: 0.75rem;
  text-align: center;
  width: 20px;
  position: relative;
  top: -1px;
}
.single-doc-meta ul li .fa-calendar {
  color: #b54e2d;
}
.single-doc-meta ul li .fa-user {
  color: #ffb03b;
}

.single-doc-content {
  padding-top: 10px;
  overflow: hidden;
}
.single-doc-content p {
  font-weight: lighter;
  margin-top: 5px;
  margin-bottom: 0;
}
.single-doc-content p a {
  color: #468966;
}
.single-doc-content h3 {
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 10px;
}
.single-doc-content h3 a {
  color: #232323;
}

.doc-cover {
  margin-bottom: 40px;
}
.doc-cover img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .posts-listing .single-doc:after, .posts-listing .single-doc:before {
    content: " ";
    display: table;
  }
  .posts-listing .single-doc:after {
    clear: both;
  }
  .posts-listing .single-doc-image {
    width: 270px;
    float: left;
    margin-right: 30px;
  }
  .posts-listing .single-doc-content {
    overflow: hidden;
    padding: 0;
  }
  .posts-listing .single-doc-meta ul:after, .posts-listing .single-doc-meta ul:before {
    content: " ";
    display: table;
  }
  .posts-listing .single-doc-meta ul:after {
    clear: both;
  }
  .posts-listing .single-doc-meta ul li {
    float: left;
    padding-right: 20px;
  }
  .posts-listing .single-doc-meta ul li .fa,
  .posts-listing .single-doc-meta ul li .fab,
  .posts-listing .single-doc-meta ul li .far,
  .posts-listing .single-doc-meta ul li .fas {
    width: auto;
  }
}
/* ------------------------------------------------------------ *\
	Sidebar Widgets
\* ------------------------------------------------------------ */
.widget {
  margin-bottom: 25px;
}

.widget p {
  font-weight: lighter;
}

.widget-title {
  font-size: 1rem;
  color: #232323;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin: 0 0 45px;
}

.widget-title:after {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  background-color: #b54e2d;
}

.sidebar {
  padding-top: 15px;
}
.sidebar .widget {
  padding-bottom: 20px;
}
.sidebar .widget .widget-title {
  margin-bottom: 30px;
}

.search {
  position: relative;
}
.search input[type=search]::-webkit-search-cancel-button,
.search input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search .search-field {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search .search-field:focus {
  background-color: transparent;
}
.search .search-btn {
  color: #cdcdcd;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}

.widget_archive .side-nav,
.widget_archive ul,
.widget_categories .side-nav,
.widget_categories ul,
.widget_links .side-nav,
.widget_links ul,
.widget_meta .side-nav,
.widget_meta ul,
.widget_nav_menu .side-nav,
.widget_nav_menu ul,
.widget_pages .side-nav,
.widget_pages ul,
.widget_recent_comments .side-nav,
.widget_recent_comments ul,
.widget_recent_entries .side-nav,
.widget_recent_entries ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}
.widget_archive .side-nav li,
.widget_archive ul li,
.widget_categories .side-nav li,
.widget_categories ul li,
.widget_links .side-nav li,
.widget_links ul li,
.widget_meta .side-nav li,
.widget_meta ul li,
.widget_nav_menu .side-nav li,
.widget_nav_menu ul li,
.widget_pages .side-nav li,
.widget_pages ul li,
.widget_recent_comments .side-nav li,
.widget_recent_comments ul li,
.widget_recent_entries .side-nav li,
.widget_recent_entries ul li {
  border-top: 1px solid #e8e8e8;
  margin: 0;
  line-height: 1.3;
  color: #5d5d5d;
  font-weight: normal;
  padding: 13px 0;
}
.widget_archive .side-nav li a,
.widget_archive ul li a,
.widget_categories .side-nav li a,
.widget_categories ul li a,
.widget_links .side-nav li a,
.widget_links ul li a,
.widget_meta .side-nav li a,
.widget_meta ul li a,
.widget_nav_menu .side-nav li a,
.widget_nav_menu ul li a,
.widget_pages .side-nav li a,
.widget_pages ul li a,
.widget_recent_comments .side-nav li a,
.widget_recent_comments ul li a,
.widget_recent_entries .side-nav li a,
.widget_recent_entries ul li a {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #5d5d5d;
  padding: 13px 15px;
}
.widget_archive .side-nav li a:hover, .widget_archive .side-nav li a:active,
.widget_archive ul li a:hover,
.widget_archive ul li a:active,
.widget_categories .side-nav li a:hover,
.widget_categories .side-nav li a:active,
.widget_categories ul li a:hover,
.widget_categories ul li a:active,
.widget_links .side-nav li a:hover,
.widget_links .side-nav li a:active,
.widget_links ul li a:hover,
.widget_links ul li a:active,
.widget_meta .side-nav li a:hover,
.widget_meta .side-nav li a:active,
.widget_meta ul li a:hover,
.widget_meta ul li a:active,
.widget_nav_menu .side-nav li a:hover,
.widget_nav_menu .side-nav li a:active,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:active,
.widget_pages .side-nav li a:hover,
.widget_pages .side-nav li a:active,
.widget_pages ul li a:hover,
.widget_pages ul li a:active,
.widget_recent_comments .side-nav li a:hover,
.widget_recent_comments .side-nav li a:active,
.widget_recent_comments ul li a:hover,
.widget_recent_comments ul li a:active,
.widget_recent_entries .side-nav li a:hover,
.widget_recent_entries .side-nav li a:active,
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:active {
  color: #5d5d5d;
}
.widget_archive .side-nav li:first-child,
.widget_archive ul li:first-child,
.widget_categories .side-nav li:first-child,
.widget_categories ul li:first-child,
.widget_links .side-nav li:first-child,
.widget_links ul li:first-child,
.widget_meta .side-nav li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu .side-nav li:first-child,
.widget_nav_menu ul li:first-child,
.widget_pages .side-nav li:first-child,
.widget_pages ul li:first-child,
.widget_recent_comments .side-nav li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries .side-nav li:first-child,
.widget_recent_entries ul li:first-child {
  border-top: none;
}

.latest-posts .latest-post {
  background: #232323;
  border-radius: 4px;
}
.latest-posts .latest-post:not(:last-child) {
  margin: 0 0 20px;
}
.latest-posts .latest-post-link {
  font-size: 0.875rem;
  color: #fff;
  display: block;
  position: relative;
}
.latest-posts .latest-post-link img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.latest-posts .latest-post-link img + .fas, .latest-posts .latest-post-link img .fab, .latest-posts .latest-post-link img .fa, .latest-posts .latest-post-link img .far {
  font-size: 18px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}
.latest-posts .latest-post-link .latest-post-overlay {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(38%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgb(0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 15px;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.latest-posts .latest-post-link .latest-post-inner {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.latest-posts .latest-post-link .latest-post-inner h5 {
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  margin: 0 0 10px;
}
.latest-posts .latest-post-link .latest-post-inner h6 {
  font-size: 0.9375rem;
  color: #cdcdcd;
  font-weight: 700;
  margin: 0;
}
.latest-posts .latest-post-link:hover .latest-post-overlay, .latest-posts .latest-post-link:active .latest-post-overlay {
  background: rgba(255, 176, 59, 0.9);
}
.latest-posts .latest-post-link:hover .latest-post-inner h6, .latest-posts .latest-post-link:active .latest-post-inner h6 {
  color: #fff;
}
.latest-posts .latest-post-link:hover .btn-more, .latest-posts .latest-post-link:active .btn-more {
  opacity: 1;
  visibility: visible;
}

/* Download Widget */
.widget-download .btn-green {
  width: 100%;
}

/* Event Sidebar Widget*/
.current-widget-event a {
  width: 100%;
  margin-bottom: 20px;
}

.widget_calendar table {
  width: 100%;
}

/* Instagram widget */
/*	----------------------------------------------------------
	New Instagram Widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.instagram-widget .instagram-widget-avatar {
  float: left;
}
.instagram-widget .instagram-widget-avatar img {
  width: 50px;
  height: auto;
}
.instagram-widget .instagram-widget-follow {
  float: left;
  margin-left: 10px;
  margin-bottom: 20px;
}
.instagram-widget .instagram-widget-follow h4 {
  font-size: 1rem;
  margin: 0px;
  padding: 0px;
  color: #000;
}
.instagram-widget .instagram-widget-follow a {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #bbbbbb;
}
.instagram-widget .instagram-widget-follow a:hover {
  text-decoration: underline;
}
.instagram-widget .instagram-widget-image {
  width: 25%;
  float: left;
}
.instagram-widget .instagram-widget-image img {
  width: 100%;
  height: auto;
}
.instagram-widget .instagram-widget-image img:hover {
  opacity: 0.9;
}

/* Events widget */
.widget_wpl_events_widget .events-list {
  border: 0;
}
.widget_wpl_events_widget .event {
  margin: 10px 0;
  border-bottom: 2px solid #f5f5f5;
}
.widget_wpl_events_widget .event:last-child {
  border-bottom: 0;
}
.widget_wpl_events_widget .event-title {
  margin: 10px 0;
}
.widget_wpl_events_widget .event-title a {
  color: black;
}
.widget_wpl_events_widget .side-nav {
  padding: 0;
}
.widget_wpl_events_widget .view-more-events {
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  color: #ababab;
  font-weight: 300;
  padding: 25px 0 0;
  background-color: #262626;
}
.footer p {
  font-size: 0.9375rem;
}
.footer .widget:not(:last-child) {
  padding-bottom: 20px;
}
.footer .widget-title {
  color: #fff;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 35px;
}
.footer .widget-title:after {
  margin-top: 15px;
  background-color: #f6a939;
}
.footer .socials:after, .footer .socials:before {
  content: " ";
  display: table;
}
.footer .socials:after {
  clear: both;
}
.footer .socials {
  margin-right: -10px;
}
.footer .socials dd {
  width: 16.66%;
  max-width: 50px;
  float: left;
  padding: 0 10px 0 0;
  margin: 0 0 10px;
}
.footer .socials a {
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 50%;
}
.footer .socials a .fa,
.footer .socials a .fab,
.footer .socials a .far,
.footer .socials a .fas {
  font-size: 1.125rem;
  line-height: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 2px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.footer .socials a:active, .footer .socials a:hover {
  text-decoration: none;
}
.footer .socials .fa-twitter {
  color: #55acee;
}
.footer .socials .fa-twitter:active, .footer .socials .fa-twitter:hover {
  color: #fff;
  background-color: #55acee;
}
.footer .socials .fa-facebook {
  color: #3b5998;
}
.footer .socials .fa-facebook:active, .footer .socials .fa-facebook:hover {
  color: #fff;
  background-color: #3b5998;
}
.footer .socials .fa-google-plus {
  color: #dd4b39;
}
.footer .socials .fa-google-plus:active, .footer .socials .fa-google-plus:hover {
  color: #fff;
  background-color: #dd4b39;
}
.footer .socials .fa-youtube-play {
  color: #bb0000;
}
.footer .socials .fa-youtube-play:active, .footer .socials .fa-youtube-play:hover {
  color: #fff;
  background-color: #bb0000;
}
.footer .socials .fa-vimeo-square {
  color: #aad450;
}
.footer .socials .fa-vimeo-square:active, .footer .socials .fa-vimeo-square:hover {
  color: #fff;
  background-color: #aad450;
}
.footer .socials .fa-lastfm {
  color: #d51007;
}
.footer .socials .fa-lastfm:active, .footer .socials .fa-lastfm:hover {
  color: #fff;
  background-color: #d51007;
}
.footer .socials .fa-soundcloud {
  color: #ff3a00;
}
.footer .socials .fa-soundcloud:active, .footer .socials .fa-soundcloud:hover {
  color: #fff;
  background-color: #ff3a00;
}
.footer .socials .fa-flickr {
  color: #ff0084;
}
.footer .socials .fa-flickr:active, .footer .socials .fa-flickr:hover {
  color: #fff;
  background-color: #ff0084;
}
.footer .socials .fa-instagram {
  color: #517fa4;
}
.footer .socials .fa-instagram:active, .footer .socials .fa-instagram:hover {
  color: #fff;
  background-color: #517fa4;
}
.footer .socials .fa-linkedin {
  color: #4875b4;
}
.footer .socials .fa-linkedin:active, .footer .socials .fa-linkedin:hover {
  color: #fff;
  background-color: #4875b4;
}
.footer .socials .fa-pinterest-p {
  color: #c3310a;
}
.footer .socials .fa-pinterest-p:active, .footer .socials .fa-pinterest-p:hover {
  color: #fff;
  background-color: #c3310a;
}
.footer .socials .fa-dribbble {
  color: #ea4c89;
}
.footer .socials .fa-dribbble:active, .footer .socials .fa-dribbble:hover {
  color: #fff;
  background-color: #ea4c89;
}
.footer .socials .fa-github-alt {
  color: #8f6304;
}
.footer .socials .fa-github-alt:active, .footer .socials .fa-github-alt:hover {
  color: #fff;
  background-color: #8f6304;
}

.flickr-thumbs:after, .flickr-thumbs:before {
  content: " ";
  display: table;
}
.flickr-thumbs:after {
  clear: both;
}
.flickr-thumbs {
  margin-right: -10px;
}
.flickr-thumbs .flickr-thumb {
  width: 33.33%;
  float: left;
  padding: 0 10px 10px 0;
  margin: 0;
}
.flickr-thumbs a,
.flickr-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.flickr-thumbs a:active, .flickr-thumbs a:hover {
  opacity: 0.85;
}

.subscribe {
  padding-bottom: 10px;
}
.subscribe .subscribe-field {
  color: #fff;
  width: 60%;
  width: calc(66.66% - 18px);
  float: left;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.subscribe .subscribe-field:focus {
  background-color: transparent;
}
.subscribe .subscribe-btn {
  font-size: 16px;
  line-height: 25px;
  color: #232323;
  font-weight: 400;
  text-align: center;
  width: 33.34%;
  float: right;
  padding: 6px 0;
  border: 0;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.subscribe .subscribe-btn:active, .subscribe .subscribe-btn:hover {
  background-color: #f6a939;
}

.footer-nav {
  padding: 25px 0;
  background-color: #232323;
}
.footer-nav ul {
  list-style: none outside none;
  padding: 0 0 15px;
  margin: 0;
}
.footer-nav li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 10px;
}
.footer-nav a {
  font-size: 0.875rem;
  color: #fff;
}
.footer-nav a:active, .footer-nav a:hover {
  color: #468966;
  text-decoration: none;
}
.footer-nav ul a:after {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.footer-nav li:last-child a:after {
  content: none;
}
.footer-nav p {
  font-size: 0.875rem;
  color: #ababab;
  margin: 0;
}

@media (min-width: 1170px) {
  .footer {
    padding: 0;
  }
  .footer-inner {
    padding: 80px 0 10px;
  }
  .footer-nav {
    padding: 35px 0;
  }
  .footer-nav li,
  .footer-nav ul {
    padding-bottom: 0;
  }
}
/* ------------------------------------------------------------ *\
	404 Error Page
\* ------------------------------------------------------------ */
.error-title {
  font-size: 15rem;
}

.error-subtitle {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------ *\
	Shortcodes
\* ------------------------------------------------------------ */
.column-box {
  padding: 20px 0;
}
.column-box img {
  width: 96%;
  height: auto;
  margin-bottom: 20px;
}

.list-checks {
  margin-bottom: 20px;
}
.list-checks:after, .list-checks:before {
  content: " ";
  display: table;
}
.list-checks:after {
  clear: both;
}

.list-checks li {
  width: 50%;
  float: left;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.list-checks li i {
  margin-right: 10px;
  color: green;
}

blockquote {
  background: #fbfbfb;
  border-left: 2px solid #b54d2d;
  padding: 20px;
}

.row.grey {
  color: #232323;
}

/* ------------------------------------------------------------ *\
	Headline
\* ------------------------------------------------------------ */
.section-default-title.inside-content:after {
  margin-bottom: 20px !important;
}

.section-default-title.inside-content {
  margin-bottom: 20px;
}

/* ------------------------------------------------------------ *\
	Heading Block
\* ------------------------------------------------------------ */
.shortcode_heading_block {
  width: 100%;
  height: auto;
  padding: 60px 8%;
  text-align: center;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.shortcode_heading_block h1 {
  margin: 0;
  font-size: 200%;
  line-height: 130%;
}

/* ------------------------------------------------------------ *\
	Text Block
\* ------------------------------------------------------------ */
.shortcode_text_block {
  width: 100%;
  height: auto;
  padding: 40px 20px;
  text-align: center;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.shortcode_text_block .title {
  font-weight: 700;
  padding: 0 5%;
  margin: 0 0 24px;
  line-height: 130%;
}
.shortcode_text_block p {
  padding: 20px 5% 0 !important;
  margin: 0 !important;
  line-height: 200%;
  font-size: 100%;
}
.shortcode_text_block .text_block_sep {
  width: 100px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}

/* ------------------------------------------------------------ *\
	Text Columnes
\* ------------------------------------------------------------ */
.shortcode_text_columns {
  color: #232323;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  margin-bottom: 2em;
}
.shortcode_text_columns.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.shortcode_text_columns.three-cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.shortcode_text_columns.four-cols {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

/* ------------------------------------------------------------ *\
	Service Table
\* ------------------------------------------------------------ */
.shortcode_service_table_holder {
  display: block;
  position: relative;
}

.shortcode_service_table_inner {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 12px 12px;
}

.shortcode_service_table_inner ul {
  padding: 0 !important;
}

.shortcode_service_table_inner li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.shortcode_service_table_inner li li {
  padding: 12px;
  margin: 0 24px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.15);
}

.shortcode_service_table_inner li ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

.shortcode_service_table_inner li:last-child {
  border-bottom: 0;
}

.shortcode_service_table_inner li.title_holder {
  display: block;
  position: relative;
  padding: 12px 20px;
  border: none;
}

.shortcode_service_table_inner li.title_holder i {
  color: #00a9c5;
}

.shortcode_service_table_holder .title_inner {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.shortcode_service_table_holder .service_title {
  display: block;
}

.shortcode_service_table_holder .title_holder i {
  display: block;
  line-height: 1em;
  padding: 24px 0 0;
}

/* ------------------------------------------------------------ *\
	Pricing Tables
\* ------------------------------------------------------------ */
.shortcode_price_table_holder {
  position: relative;
  display: inline-block;
  width: 100%;
}

.shortcode_price_table_holder .shortcode_price_table {
  position: relative;
  display: block;
  float: left;
  padding: 35px 0 0;
}

.price_table_inner,
.shortcode_price_table .active_price_table {
  position: relative;
  display: block;
  margin: 0 12px;
}

.shortcode_price_table .active_price_table {
  text-align: center;
  margin: -35px 12px 0;
  background-color: #00a9c5;
}

.shortcode_price_table_holder .active_price_table h5 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.price_table_inner {
  background: #f7f7f7;
}

.price_table_inner ul,
.price_table_inner ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price_table_inner ul li {
  text-align: center;
  margin: 0;
  padding: 0 24px;
}

.price_table_inner ul li.pricing_table_content > ul {
  padding: 0 0 12px;
}

.price_table_inner ul li.pricing_table_content > ul > li {
  line-height: 24px;
  padding: 12px 0;
  margin: 0 24px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.15);
}

.price_table_inner ul li.pricing_table_content > ul > li:last-child,
.shortcode_price_table_holder .shortcode_price_table.active_price .price_table_inner ul li.pricing_table_content > ul > li:last-child {
  border-bottom: none;
}

.price_table_inner ul li.prices {
  padding: 0 12px;
}

.price_table_inner .title {
  text-transform: uppercase;
  margin: 0;
  padding: 32px 0 0;
}

.price_table_inner .subtitle {
  font-size: 16px;
  padding: 0;
}

.price_table_inner .price_in_table,
.price_table_inner .title {
  display: block;
}

.price_table_inner .price_in_table {
  padding: 18px 0 12px;
  color: #1c1c1e;
}

.price_in_table .mark,
.price_in_table .value {
  font-size: 16px;
  line-height: 32px;
  vertical-align: top;
  display: inline-block;
}

.price_in_table .mark {
  position: relative;
  font-size: 21px;
  letter-spacing: 1px;
  vertical-align: bottom;
}

.price_in_table .price {
  position: relative;
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  line-height: 36px;
}

.price_table_inner ul li .button {
  margin: 8px auto;
}

.shortcode_price_table_holder.one_column .shortcode_price_table {
  float: none;
}

.shortcode_price_table_holder.two_columns .shortcode_price_table {
  width: 50%;
}

.shortcode_price_table_holder.three_columns .shortcode_price_table {
  width: 33.3%;
}

.shortcode_price_table_holder.four_columns .shortcode_price_table {
  width: 25%;
}

.shortcode_price_table_holder.five_columns .shortcode_price_table {
  width: 20%;
}

/* ------------------------------------------------------------ *\
	Padding
\* ------------------------------------------------------------ */
.shortcode_padding {
  padding: 3%;
}

/* ------------------------------------------------------------ *\
	Highlight
\* ------------------------------------------------------------ */
.shortcode_highlight {
  background-color: #fcaf48;
  padding: 4px;
}

/* ------------------------------------------------------------ *\
	Custom post type shortcodes
\* ------------------------------------------------------------ */
.shortcode_cpt + p {
  margin-top: 1.25rem;
}

.shortcode-preview {
  overflow: auto;
  margin: 20px;
}
.shortcode-preview.left {
  margin-left: 0;
}
.shortcode-preview.center {
  margin-left: auto;
  margin-right: auto;
}
.shortcode-preview.right {
  margin-right: 0;
}
.shortcode-preview.full-width {
  margin-left: 0;
  margin-right: 0;
}
.shortcode-preview:first-child {
  margin-top: 0;
}
.shortcode-preview:last-child {
  margin-bottom: 0;
}
.shortcode-preview .doc-cover {
  text-align: center;
}
.shortcode-preview .doc-cover img {
  max-height: 300px;
  width: auto;
}
.shortcode-preview .preview-title {
  margin-bottom: 10px;
  text-align: center;
}
.shortcode-preview h4.widget-title {
  margin-bottom: 30px;
}

.shortcode-preview-post_events .btn-green,
.shortcode-preview-post_events .btn-red,
.shortcode-preview-post_events .woocommerce #respond input#submit,
.woocommerce #respond .shortcode-preview-post_events input#submit,
.shortcode-preview-post_events .woocommerce a.button,
.woocommerce .shortcode-preview-post_events a.button,
.shortcode-preview-post_events .woocommerce button.button,
.woocommerce .shortcode-preview-post_events button.button,
.shortcode-preview-post_events .woocommerce input.button,
.woocommerce .shortcode-preview-post_events input.button,
.shortcode-preview-post_events .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .shortcode-preview-post_events a.checkout-button,
.shortcode-preview-post_events .woocommerce-cart table.cart input[type=submit],
.woocommerce-cart table.cart .shortcode-preview-post_events input[type=submit] {
  margin-bottom: 0;
  margin-top: 20px;
}
.shortcode-preview-post_events .widget:last-child {
  margin-bottom: 0;
}

.shortcode-preview-post_gallery .section-slider .slide {
  height: auto;
  padding: 0;
}
.shortcode-preview-post_gallery .section-slider .slide .slide-image {
  height: 100%;
}
.shortcode-preview-post_gallery .section-slider .slide .slide-description {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.shortcode-preview-post_gallery .section-slider .slide .slide-description h1 {
  font-size: 1.2rem;
  margin-top: 10px;
  padding-bottom: 0;
}
.shortcode-preview-post_gallery .section-slider .slide .slide-description h1 + p {
  margin-top: 0;
}
.shortcode-preview-post_gallery .section-slider .slide .slide-description p {
  padding: 0;
  margin: 10px auto;
  font-size: 0.9rem;
}
.shortcode-preview-post_gallery .section-slider .slide:hover .slide-description {
  opacity: 0;
}
.shortcode-preview-post_gallery .owl-dots {
  display: none !important;
}
.shortcode-preview-post_gallery.narrow .owl-next,
.shortcode-preview-post_gallery.narrow .owl-prev {
  height: 39px;
  width: 15px;
}
.shortcode-preview-post_gallery.narrow .owl-next:after,
.shortcode-preview-post_gallery.narrow .owl-next:before,
.shortcode-preview-post_gallery.narrow .owl-prev:after,
.shortcode-preview-post_gallery.narrow .owl-prev:before {
  width: 20px;
}
.shortcode-preview-post_gallery.narrow .owl-prev {
  left: 20px;
}
.shortcode-preview-post_gallery.narrow .owl-next {
  right: 20px;
}

@media (max-width: 640px) {
  .shortcode-preview {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
/* ------------------------------------------------------------ *\
	WooCommerce
\* ------------------------------------------------------------ */
.woocommerce #respond input#submit.alt:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-cart table.cart input[type=submit]:hover {
  background-color: #232323;
  color: #fff;
}

.woocommerce-LoopProduct-link {
  color: #b54d2d;
}
.woocommerce-LoopProduct-link:hover .star-rating {
  color: #b54d2d;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
}

.woocommerce input[type=number] {
  height: 3.1625rem;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: none;
}

.woocommerce-Reviews .description {
  margin-bottom: 1em;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 160px;
  height: 3.1625rem;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #232323;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #b54d2d;
}

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */
[class^=btn] {
  display: inline-block;
  vertical-align: middle;
}

.btn-white {
  font-size: 1rem;
  line-height: 17px;
  color: #232323;
  width: 33.34%;
  float: right;
  border: 0;
  background: #fff;
  padding: 10px 0;
  border-radius: 4px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.btn-white:active, .btn-white:hover {
  color: #232323;
  text-decoration: none;
  background: #fcaf48;
}

.btn-green,
.btn-red,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart table.cart input[type=submit],
.btn-yellow {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.875;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
  border-radius: 2px;
}

.btn-yellow {
  background: #fcaf48;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 #5aa47d inset;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 #5aa47d inset;
}
.btn-yellow:active, .btn-yellow:hover {
  color: #fff;
  text-decoration: none;
  background: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-green {
  background: #468966;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 #5aa47d inset;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 #5aa47d inset;
}
.btn-green:active, .btn-green:hover {
  color: #fff;
  text-decoration: none;
  background: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-red, .woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart table.cart input[type=submit] {
  background: #b54d2d;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.54), 0 1px 0 #d4795d inset;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.54), 0 1px 0 #d4795d inset;
}
.btn-red:active, .woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart table.cart input[type=submit]:active, .btn-red:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart table.cart input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background: #232323;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  font-size: 1rem;
  line-height: 2;
  color: #ababab;
  font-weight: 400;
  text-align: center;
  padding: 7px 38px;
  border: 2px solid #e2e2e2;
  border-radius: 3px;
  background-color: #fff;
}
.btn-default:active, .btn-default:hover {
  color: #232323;
  text-decoration: none;
  border-color: #232323;
  background-color: #fff;
}

.btn-blank {
  font-size: 1rem;
  line-height: 1.875;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 4px 15px;
  border: 1px solid;
  border-radius: 2px;
}
.btn-blank:active, .btn-blank:hover {
  color: #232323;
  text-decoration: none;
  border-color: #fff;
  background-color: #fff;
}

.btn-more {
  font-size: 0.875rem;
  line-height: 2;
  color: #fff;
  padding: 4px 22px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid;
  margin-bottom: 10px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.btn-read-more {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 2;
  color: #ababab;
  font-weight: lighter;
  text-align: center;
  padding: 2px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background-color: #fff;
  display: block;
  width: 200px;
}
.btn-read-more:active, .btn-read-more:hover {
  color: #232323;
  text-decoration: none;
  border-color: #232323;
  background-color: #fff;
}

/* Contact Form buttons */
.wpcf7-submit {
  font-size: 1rem;
  border: 1px solid #b54d2d;
  background: #b54d2d;
  padding: 8px 15px;
  color: #fff;
}

.wpcf7-submit:hover {
  color: #333;
  background: #fcaf48;
  cursor: pointer;
}

.paging {
  padding-top: 35px;
  text-align: center;
}
.paging ul.pagination {
  display: inline-block;
}
.paging ul.pagination li a {
  font-size: 0.9375rem;
  line-height: 19px;
  color: #ababab;
  text-align: center;
  font-weight: 300;
  width: 31px;
  height: 31px;
  padding: 5px 0;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.paging ul.pagination li a:active, .paging ul.pagination li a:focus, .paging ul.pagination li a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #232323;
  background-color: #232323;
}
.paging ul.pagination li.current a {
  color: #232323;
  border-color: #dcdcdc;
}
.paging ul.pagination li.current a:active, .paging ul.pagination li.current a:focus, .paging ul.pagination li.current a:hover {
  color: #232323;
  text-decoration: none;
  border-color: #dcdcdc;
  background-color: transparent;
}

@media (min-width: 1024px) {
  .paging {
    padding-top: 45px;
  }
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
      This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("assets/images/lightbox2/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("assets/images/lightbox2/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("assets/images/lightbox2/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("assets/images/lightbox2/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*  ----------------------------------------------------------
	Images
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
a img {
  border: none;
  display: block;
}

p img {
  margin-bottom: 0.5em;
}

/*  ----------------------------------------------------------
	Resize images to fit the main content area.
		- Applies only to images uploaded via WordPress by targeting size-* classes.
		- Other images will be left alone. Use "size-auto" class to apply to other images.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.attachment img,
.widget-area img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium {
  max-width: 100%;
  height: auto;
}

img.alignleft {
  margin-right: 1.5em;
}

img.alignright {
  margin-left: 1.5em;
}

.wp-caption {
  padding: 0.5em;
  margin: 1em;
  text-align: center;
  max-width: 100%;
  background-color: #fbfbfb;
  border-radius: 2px;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0.5em 0;
}

.alignnone {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  padding: 0 12px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery img {
  border: 1px solid #e0dddd !important;
  padding: 5px;
  border: 0 solid #f1f1f1;
}
.gallery .gallery-caption {
  color: #3b3b3d;
  font-size: 12px;
  margin: 12px 0;
  text-align: left;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}

div[class*=gallery-columns-] {
  padding: 0;
}
div[class*=gallery-columns-] .gallery-item {
  padding: 0 5px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 98%;
  height: auto;
}

.gallery-columns-3 .attachment-thumbnail {
  max-width: 72%;
  height: auto;
}

.sticky {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.bypostauthor {
  background: transparent;
}

/*  ----------------------------------------------------------
	Alignment
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
