/*
Theme Name:         Chroma
Description:        An updated and customized theme based on Themes Kingdom's Charity+ theme.
Author:             Wired Impact
Author URI:         https://wiredimpact.com
Version:            1.7.8
License:            GNU General Public License v2.0
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/
/************************************************************/
/*                                                          */
/*  Theme CSS Start                                         */
/*                                                          */
/************************************************************/
/* CSS Document */
body {
  color: #5d5d5d;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a, li, button, input, textarea {
  outline: none;
}

a:hover {
  text-decoration: none;
}

/* Buttons */
a.btn,
input[type="submit"],
body .gform_page_footer input.button,
.wp-block-button a.wp-block-button__link,
.wp-block-file a.wp-block-file__button,
a.wi-button {
  width: auto;
  font-size: 16px;
  line-height: inherit;
  text-decoration: none;
  color: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  margin: 20px 0 20px 0;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  border: none;
  border-color: transparent;
  border-bottom-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

a.wi-button {
  display: inline-block;
}

a.default {
  background: #e1e4e5;
  color: #5d5d5d;
  text-shadow: none;
}

a.default:hover {
  color: #fff;
  background: #727272;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

a.btn-primary {
  background: #36608d;
  text-shadow: none;
}

a.btn-primary:hover {
  background: #254261;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

a.btn-info {
  background: #14a7e9;
  text-shadow: none;
}

a.btn-info:hover {
  /* background: #108ec7; */
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

a.btn-success {
  background: #48cb6c;
  text-shadow: none;
}

a.btn-success:hover {
  background: #3cad5b;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

a.btn-warning {
  background: #e3850c;
  text-shadow: none;
}

a.btn-warning:hover {
  background: #d25d0a;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

a.btn-danger {
  background: #e35840;
  text-shadow: none;
}

a.btn-danger:hover {
  background: #bd442f;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

a.btn-inverse {
  background: #535353;
  text-shadow: none;
}

a.btn-inverse:hover {
  background: #282828;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

a.btn,
.wp-block-button a.wp-block-button__link,
.wp-block-file a.wp-block-file__button,
a.wi-button {
  padding: 9px 20px 8px;
}

a.btn,
.wp-block-button a.wp-block-button__link,
.wp-block-file a.wp-block-file__button,
a.wi-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}

a.btn-mini {
  padding: 4px 10px 3px;
  font-size: 12px;
}

a.btn-small,
input[type="submit"],
body .gform_page_footer input.button {
  padding: 9px 14px 8px;
  font-size: 14px;
  border-radius: 2px;
}

a.btn-large {
  padding: 16px 25px 13px;
  font-size: 18px;
}

.wp-block-button a.wp-block-button__link,
.wp-block-button a.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button {
  color: #fff;
}

.wp-block-button a.wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
  outline: none;
}

.container .blog-post {
  display: inline-block;
}

.wp-activate-container {
  max-width: 940px;
  padding: 0 20px;
  margin: 4em auto;
}

@media screen and (min-width: 960px) {
  .wp-activate-container {
    padding: 0;
  }
}

.wp-activate-container label[for="key"] + br {
  content: "";
}

.wp-activate-container a {
  text-decoration: underline;
}

.wp-activate-container #submit {
  background-color: #5d5d5d;
}

.wp-activate-container #submit:hover, .wp-activate-container #submit:focus {
  opacity: 0.9;
}

/*----------//// About \\\\-------------*/
.about-page #tabs {
  border-bottom: none !important;
  padding: 0 !important;
}

p, li {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

a {
  -webkit-transition: color 0.5s linear;
  transition: color 0.5s linear;
}

.shortcodes a,
.top-content-text h3 + p a {
  text-decoration: underline;
}

.shortcodes h1 a,
.shortcodes h2 a,
.shortcodes h3 a,
.shortcodes h4 a,
.shortcodes h5 a,
.shortcodes h6 a {
  text-decoration: none;
}

h1 {
  color: #202020;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  margin: 1.5em 0 10px;
}

h2 {
  color: #202020;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1.1333333333333;
  font-weight: normal;
}

h3 {
  color: #202020;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: normal;
}

h4 {
  color: #202020;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
}

h5 {
  color: #202020;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}

h6 {
  color: #202020;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}

div > p:first-child:empty + h2,
div > p:first-child:empty + h3,
div > p:first-child:empty + h4,
div > p:first-child:empty + h5,
div > p:first-child:empty + h6 {
  margin-top: 0;
}

blockquote p {
  line-height: 1.5;
}

.shortcodes ul li {
  list-style-type: circle;
}

.shortcodes ol li {
  list-style-type: decimal;
}

.shortcodes table td {
  padding: 5px;
}

.close {
  float: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.close:hover, .close:focus {
  color: inherit;
  text-decoration: none;
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*----------//// HEADER \\\\-------------*/
.navbar-inverse .navbar-inner {
  background: black;
  border-bottom: none;
}

.navbar-inner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1100px) {
  .navbar-inner .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.navigation-wrap {
  display: table;
}

@media (min-width: 980px) {
  .navbar-inner .menu-wrap.nav-collapse {
    height: auto !important;
  }
}

@media (min-width: 1100px) {
  .navbar-inner .menu-wrap.nav-collapse {
    margin-left: auto;
  }
}

.menu-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

.admin-bar .navbar-fixed-top {
  top: 32px;
}

.fake-navbar {
  opacity: 0;
}

.fake-navbar {
  width: 100%;
}

.rev_slider_wrapper {
  float: left;
}

.navbar .custom-logo-link {
  padding: 7px 20px 7px 0px;
  float: none;
}

.navbar .custom-logo-link > img {
  max-width: 280px;
  max-height: 120px;
  width: auto;
}

.navbar .nav,
.navbar .nav > li,
.navbar .search-header {
  float: none;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.navbar .nav {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.navbar .search-header {
  height: 75px;
}

.navbar .search-header form {
  margin-bottom: 0;
}

.navbar .nav > li > a {
  position: relative;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 27px 17px 24px 17px;
  color: #fff;
  border: none !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.navbar .nav.show-button > li:last-child > a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 44px;
  top: 16px;
  left: 0;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-transition: .5s;
  transition: .5s;
}

.navbar .nav.show-button > li.dropdown:last-child > a:before {
  width: -webkit-calc( 100% - 12px);
  width: calc( 100% - 12px);
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background: none;
  color: #00acee;
  border: none !important;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  background: none;
  color: #00acee;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.nav-collapse ul li a .caret {
  border: none;
  width: 11px;
  height: 11px;
  position: relative;
  margin: 6px 4px 4px 4px !important;
  -webkit-transform: translateZ(0);
  transition: all 0.5s ease-out 0.2s;
  -webkit-transition: all 0.5s ease-out 0.2s;
  -moz-transition: all 0.5s ease-out 0.2s;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
}

.plus-up {
  height: 1px;
  background-color: #00acee;
  width: 100%;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  position: absolute;
  top: 48%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.plus-hor {
  height: 1px;
  background-color: #00acee;
  width: 100%;
  position: absolute;
  top: 48%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.nav-collapse ul li a:hover .caret {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  border-bottom: none;
}

#container .top-content-text ul.donation_ul li span.dropcap-background {
  background-color: #efefef;
  color: #000;
  float: left;
  font-size: 2em;
  font-weight: 700;
  line-height: 0.8em;
  margin: 0.1em 8px 0 0;
  padding: 0.23em 0.52em;
  text-transform: uppercase;
  width: auto;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0;
  margin: 0;
}

.dropdown-menu > li > a {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  color: #fff;
  padding: 12px 20px;
}

.dropdown-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: none;
  color: #00acee;
  border: none !important;
}

.nav li a img {
  margin: -4px 13px 0 0;
}

.dropdown-submenu > .dropdown-menu {
  margin-left: 0;
  margin-top: -1px;
}

.dropdown a.dropdown-toggle {
  border: none !important;
}

.dropdown-submenu > a:after {
  border: none;
}

.dropdown-submenu > a {
  border: none;
}

.dropdown-submenu .caret {
  border: none;
  width: 14px;
  height: 14px;
  margin: 2px 0 0 3px;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  position: absolute;
  right: 15px;
  top: 12px;
}

.dropdown-submenu:hover .caret {
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.dropdown-submenu {
  padding-right: 20px;
}

.dropdown-menu.second_level .dropdown-menu,
.dropdown-menu.second_level {
  left: 100%;
  margin-top: -45px;
}

/*-- SEARCH HEADER --*/
.search-header {
  margin: 0;
  position: relative;
}

.search-header svg {
  display: none;
  height: 100%;
  width: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  z-index: 10;
}

.search-header svg path {
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 980px) {
  .search-header svg {
    display: inline-block;
  }
}

.search-header .details {
  position: absolute;
  right: 0;
  top: 100%;
  margin: 0 0 0 40px;
}

.search-header input[type="text"] {
  height: 45px;
  width: 300px;
  color: #fff;
  background-color: #2B2B2B;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  border: none;
  border-radius: 0;
  padding: 0 15px;
  border: none;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.search-header input[type="text"]:focus {
  border: none;
}

.boxshadow img, .tp-caption.boxshadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sl-slide .sl-content {
  display: table;
}

.sl-slider .sl-slide-inner {
  display: table-cell;
  position: static;
  vertical-align: middle;
  background-size: cover !important;
}

.demo-2 .sl-slider .sl-slide-inner h2 {
  font-size: 60px;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0;
}

.sl-slide-inner blockquote p {
  color: white;
}

.sl-slider-loader {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}

.shortcodes-margin {
  margin-top: 60px;
  display: inline-block;
}

/*----------//// CONTENT \\\\-------------*/
.news-home {
  background-color: #efefef;
  border-bottom: 3px solid #08c;
  padding: 17px 0;
  float: left;
  overflow-y: hidden;
}

.overflow-hide {
  overflow-y: hidden;
  height: 30px;
}

.news-home .overflow-hide .span2 span {
  word-break: normal;
  word-wrap: normal;
}

.news-home span {
  width: auto;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #5d5d5d;
  font-size: 20px;
  line-height: 28px;
}

.news-home a {
  width: auto;
  font-family: 'Montserrat', sans-serif;
  color: #838383;
  font-size: 19px;
  line-height: 28px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-decoration: none;
}

.news-home a:hover {
  color: #fff;
}

.news-home a i.plas10 {
  float: right;
  width: 11px;
  height: 11px;
  margin: 9px;
  position: relative;
  border-radius-top-left: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  -webkit-transform: translateZ(0);
  transition: all 0.5s ease-out 0.2s;
  -webkit-transition: all 0.5s ease-out 0.2s;
  -moz-transition: all 0.5s ease-out 0.2s;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
}

.news-home a:hover i.plas10 {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

h2.title-divider a i.plas10 {
  float: right;
  width: 14px;
  height: 14px;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  margin: 5px 0 0 12px;
  position: relative;
}

h2.title-divider a:hover i.plas10 {
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

body .home-margin {
  margin-bottom: 110px;
}

.top-content-image {
  width: 100%;
  position: relative;
  float: left;
}

.top-content-image a {
  background: #000;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  width: 100%;
  height: 100%;
  display: block;
}

.top-content-image a img {
  background: #000;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  display: inline-block;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.top-content-image a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.top-content-image ul {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0px 0 10px;
}

.event-gallery .gallery-type {
  width: 60%;
}

.single-events .hasCountdown {
  width: 67%;
}

.top-content-image ul.gallery-type {
  margin: 0px 0 10px;
}

.event-gallery .flexslider .flex-control-nav li {
  float: right;
}

.event-gallery .flexslider .flex-control-nav {
  right: 20px;
  z-index: 99;
}

.top-content-image ul li {
  display: inline-block;
  list-style: none;
  background: #00acee;
  padding: 8px 16px;
}

.top-content-image ul li span {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  font-weight: 400;
  float: left;
}

.top-content-image ul li p {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-transform: uppercase;
  margin: 4px 0 0 3px;
  float: right;
}

.top-content-text a.tab-title-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  background: none;
  padding-right: 0;
  display: block;
}

.top-content-text a.tab-title-link:hover {
  color: #00acee;
}

.top-content-text h3 {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: #000000;
  line-height: 28px;
  margin: -8px 0 19px;
  font-weight: normal;
  display: inline-block;
}

.post-headlines {
  font-size: 28px;
  line-height: 38px;
}

.post-headlines:hover {
  text-decoration: none;
}

.top-content-text h3 a:hover {
  color: #08c;
  text-decoration: none;
}

.top-content-text p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px;
}

.causes-block-gallery {
  float: left;
  width: 100%;
}

.causes-block-gallery .flex-control-nav li a {
  width: 22px;
  height: 22px;
}

.top-content-text ul.donation_ul {
  list-style: none;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.top-content-text ul.donation_ul li {
  padding: 0;
  font-size: 13px;
}

.top-content-text ul.donation_ul li:first-child {
  border: none;
}

#container .top-content-text ul.donation_ul li p,
#container .tabs-home .top-content-text ul.donation_ul li p,
#container .top-content-text ul.donation_ul li span,
#container .tabs-home .top-content-text ul.donation_ul li span {
  margin: 2px 0 0 20px;
  width: auto;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #6d6d6d;
  font-size: 16px;
}

.top-content-text ul.donation_ul li img {
  position: relative;
  top: -3px;
}

.span2 .top-content-text ul.donation_ul li img {
  display: none;
}

#container .span2 .top-content-text ul.donation_ul li p {
  margin-left: 0;
}

.top-content-text > a {
  width: auto;
  font-family: 'Montserrat', sans-serif;
  color: #00acee;
  font-size: 16px;
  line-height: 24px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-decoration: none;
}

.top-content-text a:hover {
  color: #000;
}

.tab-pane .top-content-text a i.plas10 {
  background-color: #F6F6F6;
}

.top-content-text a i.plas10,
.top-content-text a div.plas10 {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 6px;
  border-radius-top-left: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  -webkit-transform: translateZ(0);
  transition: all 0.5s ease-out 0.2s;
  -webkit-transition: all 0.5s ease-out 0.2s;
  -moz-transition: all 0.5s ease-out 0.2s;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.top-content-text a:hover i.plas10 {
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

#container .tabs-home .home-tab-nav {
  background-color: #00acee;
  margin: 0 auto;
  width: 100%;
}

#container .tabs-home .nav-tabs li {
  background: none;
}

#container .tabs-home .tab-pane {
  border: none;
}

#container .tabs-home #myTab-home {
  margin: 0 auto;
}

#container .tabs-home .nav-tabs {
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.29);
}

#container .tabs-home .nav-tabs li > a {
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.29);
  padding: 15px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  color: #fff;
  line-height: 21px;
  font-weight: 400;
}

#container .tabs-home .top-content-image ul li p {
  padding: 0;
  margin: 0 0 0 3px;
}

#container .tabs-home .tab-pane p {
  margin: 0 0 25px 0;
  padding: 0;
}

#container .tabs-home .nav-tabs > .active > a,
#container .tabs-home .nav-tabs > .active > a:hover,
#container .tabs-home .nav-tabs > .active > a:focus {
  border-radius: 0;
  border: none;
  background: rgba(255, 255, 255, 0.29);
  border-right: 1px solid rgba(255, 255, 255, 0.29);
  color: #fff;
  font-weight: 600;
}

#container .tabs-home .nav-tabs > li > a:hover,
#container .tabs-home .nav-tabs > li > a:focus {
  border-radius: 0;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

#container .tabs-home .nav-tabs > li > a,
#container .tabs-home .nav-pills > li > a {
  margin: 0;
  outline: none;
}

#container .tabs-home .home-tab-content {
  background-color: #f6f6f6;
  margin: 0 auto;
  width: 100%;
  border-bottom: 3px solid #e9e9e9;
}

#container .tabs-home .tab-content {
  margin: 0 auto;
  padding: 55px 0 50px;
}

#container .tabs-home .home-tab-content .top-content-image {
  margin-bottom: 25px;
}

#container .tabs-home .tab-content h2.title-divider span {
  background-color: #F6F6F6;
}

#container .tabs-home .tab-content h2.title-divider a {
  background: #F6F6F6;
}

#container .tabs-home .tab-content h2.title-divider a i {
  background-color: #F6F6F6;
}

h1.title-divider + .shortcodes > h2:first-child,
h1.title-divider + .shortcodes > h3:first-child,
h1.title-divider + .shortcodes > h4:first-child,
h1.title-divider + .shortcodes > h5:first-child,
h1.title-divider + .shortcodes > h6:first-child {
  margin-top: 0;
}

h2.title-divider {
  margin: 0 0 45px;
  background: url("img/title-silver-line.png") repeat-x left 20px;
}

h2.title-divider span {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #202020;
  line-height: 28px;
  background: #fff;
  padding-right: 17px;
  font-weight: 600;
}

h2.title-divider a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #00acee;
  font-weight: 400;
  line-height: 28px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-decoration: none;
  padding: 0 0 0 20px;
  margin: 5px 0 0;
  background: #fff;
}

.title-right-side a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #00acee;
  font-weight: 400;
  line-height: 28px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-decoration: none;
  padding: 0 0 0 20px;
  margin: -1px 0 0;
  background: #fff;
}

h2.title-divider a:hover, .title-right-side a:hover {
  color: #202020;
}

h2.title-divider a i.plas10 {
  float: right;
  width: 11px;
  height: 11px;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  margin: 8px 0 0 12px;
  position: relative;
}

.title-right-side a i.plas10 {
  float: right;
  width: 14px;
  height: 14px;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  margin: 6px 0 0 12px;
}

h2.title-divider a:hover i.plas10, .title-right-side a:hover i.plas10 {
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.middle-content-left .block {
  margin-bottom: 60px;
  padding-bottom: 68px;
  border-bottom: 1px solid #dedede;
}

.image-relative {
  display: block;
  background: #000;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  width: 100%;
  position: relative;
}

.image-relative img {
  width: 100%;
}

.image-relative a img {
  background: #000;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.image-relative a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.image-relative .home-meta-ul {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
}

.image-relative .home-meta-ul li {
  display: inline-block;
  list-style: none;
  background: rgba(0, 172, 237, 0.8);
  padding: 15px;
  display: block;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.image-relative .home-meta-ul li:hover {
  background: #00acee;
}

.image-relative .home-meta-ul li p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  display: inline-block;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  margin: 0;
}

.image-relative .flexslider {
  float: none;
}

.image-relative .flex-control-nav {
  display: none;
}

.middle-content-left .top-content-text {
  margin-top: 30px;
}

.middle-content-left .top-content-text ul.donation_ul li {
  padding: 10px 15px;
  border-left: 1px solid #dedede;
  width: 27%;
  display: inline-block;
  border-top: none;
  text-align: center;
}

.middle-content-left .top-content-text ul.donation_ul li:first-child {
  border: none;
  display: inline-block;
  text-align: center;
}

/*-- Photos events home --*/
.home-photos-events {
  margin-bottom: 85px;
}

.home-photos-events .row-fluid .span3 {
  margin-bottom: 2.5641%;
}

.home-photos-events .row-fluid .span3 img {
  float: left;
  width: 100%;
}

#screenshot {
  position: absolute;
  background: rgba(14, 14, 14, 0.77);
  padding: 10px;
  display: none;
}

/*-- Video events home --*/
.home-video-events {
  margin-bottom: 85px;
}

.home-video-events .row-fluid .span6 {
  margin-bottom: 2.5641%;
}

.images-hover-eys {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  z-index: 99;
  left: 0;
  top: 0;
}

.images-hover-eys p {
  width: 47px;
  height: 37px;
  display: inline-block;
  text-align: center;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  background: url("img/images-hover-eys.png") no-repeat top left;
  position: relative;
  top: 50%;
  margin-right: 0px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  margin-top: -15px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.images-hover-eys p:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*----------//// FOOTER \\\\-------------*/
.footer-top {
  background: #25282f url("img/footer-top-line.png") repeat-x top left;
  padding: 55px 0 80px;
}

.footer-top h1 img {
  margin: -4px 13px 0 0;
}

.footer-top h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 50px;
}

.footer-top .row-fluid .span6 p {
  color: #777777;
  font-size: 19px;
  line-height: 26px;
  margin: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
div.StripeElement--focus {
  outline: none !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #ccc;
}

.footer-top .gform_wrapper {
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0;
  line-height: 0;
  border: 1px solid transparent;
}

.footer-top .gform_wrapper .gform_heading {
  display: none;
}

.footer-top div.gform_wrapper .gform_heading + div.gform_body,
.footer-top div.gform_wrapper .validation_error + div.gform_body {
  display: block;
  width: 85%;
  max-width: none;
}

@media only screen and (min-width: 641px) {
  .footer-top .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
    display: block;
  }
}

.footer-top div.gform_wrapper .gform_heading + div.gform_body li.gfield.gfield_contains_required,
.footer-top div.gform_wrapper .validation_error + div.gform_body li.gfield.gfield_contains_required {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

@media only screen and (min-width: 641px) {
  .footer-top .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: none !important;
  }
}

.footer-top div.gform_wrapper .gform_heading + div.gform_body li.gfield.gfield_contains_required .gfield_label,
.footer-top .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  display: none;
}

.footer-top div.gform_wrapper .gform_heading + div.gform_body li.gfield.gfield_contains_required .ginput_container,
.footer-top .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

.footer-top .gform_wrapper input[type="text"],
.footer-top .gform_wrapper input[type="email"] {
  float: left;
  width: 100%;
  height: 50px;
  padding: 5px 40px 5px 7px !important;
  margin: 0;
  color: #afafaf;
  font-size: 17px;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-top div.gform_wrapper div.gform_body + div.gform_footer {
  position: relative;
  width: 15%;
  height: 50px;
  margin: 0;
  padding: 0;
  display: inline-block;
  clear: none;
}

.footer-top .gform_wrapper div.gform_footer input[type="submit"].gform_button.button {
  margin: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  font-size: 17px;
  background: url("img/newsleter-footer-booton.png") no-repeat center center transparent;
  border: none;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-top .gform_wrapper div.gform_footer input[type="submit"].gform_button.button:hover,
.footer-top .gform_wrapper div.gform_footer input[type="submit"].gform_button.button:focus {
  border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.footer-top .validation_error,
.footer-top .validation_message {
  display: none;
}

.footer-top .gform_wrapper li.gfield.gfield_error {
  border: none;
  background: none;
  width: 100%;
}

.footer-top .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
}

.footer-top .gform_validation_error {
  border: 1px solid #790000;
}

.footer-top .gform_wrapper .gform_ajax_spinner {
  position: absolute;
  left: -38px;
  top: -webkit-calc( 50% - 15px);
  top: calc( 50% - 15px);
  width: 30px;
  height: 30px;
}

.footer-top .gform_confirmation_message {
  font-style: italic;
}

.footer-widgets {
  padding: 0;
  background: #000000;
}

.footer-widgets .span3 {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  footer .footer-widgets .span3:empty {
    border-top: none;
    padding-top: 0;
    min-height: 0;
  }
}

.footer-widgets .span3 .block {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footer-widgets .span3 .block h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  line-height: 26px;
  font-weight: bold;
  border-bottom: 1px solid rgba(223, 223, 223, 0.15);
  padding-bottom: 25px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.footer-widgets .span3 .block h2 img {
  margin: -2px 17px 0 0;
}

.footer-widgets .span3 .block p {
  color: inherit;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
}

.footer-widgets .span3 .tagcloud a {
  padding: 8px 25px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  background: #25282f;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px !important;
  color: #fff;
  margin: 0 6px 10px 0;
  display: inline-block;
  text-decoration: none;
}

.footer-widgets .span3 .tagcloud a:hover {
  background: #00acee;
}

#sidebar {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #sidebar .pull-right {
    margin-top: 5em;
  }
}

/*-- newsletter-widget-sidebar --*/
#sidebar .newsleter-widget {
  display: inline-block;
  width: 100%;
}

#sidebar .newsleter-widget span {
  display: inline-block;
  width: 100%;
}

.newsleter-widget #newsleter-form-footer {
  background: #f4f4f4 !important;
  height: 50px;
  padding: 0;
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
}

.newsleter-widget #newsleter-form-footer .input-newsletter {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #AFAFAF;
  float: left;
  font-size: 17px;
  height: 50px;
  margin: 0;
  width: 71%;
  border-color: transparent !important;
  outline: medium none !important;
  padding: 0 0 0 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsleter-widget #newsleter-form-footer .submit-newsletter {
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  margin: 0;
  height: 100%;
  color: #afafaf;
  font-size: 17px;
  background: url("img/button-newsleter-widget.png") no-repeat center center transparent;
  border: none;
  padding: 0;
  border-left: 1px solid #e9e9e9 !important;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

#sidebar .newsleter-widget #newsleter-form-footer .submit-newsletter:hover,
#sidebar .newsleter-widget #newsleter-form-footer .submit-newsletter:focus {
  border-left: 1px solid #e9e9e9 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*-- newsletter widget --*/
.newsleter-widget #newsleter-form-footer {
  background: #fff;
}

.newsleter-widget #newsleter-form-footer .submit-newsletter {
  background: url("img/button-newsleter-widget.png") no-repeat center center transparent;
}

.newsleter-widget #newsleter-form-footer .input-newsletter {
  width: 67%;
}

.newsleter-widget #newsleter-form-footer .submit-newsletter {
  border-left: 1px solid rgba(223, 223, 223, 0.71) !important;
}

/*-- blogroll-widget --*/
.footer-widgets a {
  text-decoration: underline;
}

.footer-widgets a:hover, .footer-widgets a:focus, .footer-widgets a:active {
  text-decoration: underline;
}

.footer-widgets .span3 > .block > a {
  text-decoration: none;
}

.footer-widgets ul {
  list-style: none;
  margin: 0;
}

.footer-widgets ul li {
  border-bottom: 1px solid rgba(223, 223, 223, 0.15);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.footer-widgets ul li a {
  font-size: 15px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.footer-widgets a.wi-button {
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #FFF;
}

.footer-widgets a.wi-button:hover, .footer-widgets a.wi-button:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
}

/*-- pages-widget --*/
.pages-widget ul {
  list-style: none;
  margin: 0;
}

.pages-widget ul li {
  border-bottom: 1px solid rgba(223, 223, 223, 0.15);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.pages-widget ul li a {
  font-size: 16px;
  color: #737373;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.pages-widget ul li a:hover {
  color: #00acee;
  text-decoration: none;
}

/*-- twitter-widget --*/
.twitter-widget ul {
  list-style: none;
  margin: 0;
}

.twitter-widget ul li {
  border-bottom: 1px solid rgba(223, 223, 223, 0.15);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.twitter-widget ul li p {
  margin-bottom: 5px !important;
}

.twitter-widget ul li span {
  font-size: 16px;
  line-height: 24px;
  color: #00acee;
}

/*-- Recent Posts widget --*/
.recent-posts-widget ul {
  list-style: none;
  margin: 0;
}

.recent-posts-widget ul li {
  border-bottom: 1px solid rgba(223, 223, 223, 0.15);
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.recent-posts-widget ul li p {
  color: #737373 !important;
  margin: -6px 0 5px !important;
}

.recent-posts-widget ul li span {
  font-size: 16px;
  line-height: 24px;
  color: #00acee;
  text-transform: uppercase;
}

/*-- newsletter widget --*/
.search-widget #newsleter-form-footer {
  background: #fff;
}

.search-widget #newsleter-form-footer .submit-newsletter {
  background: url("img/button-search-widget.png") no-repeat center center transparent;
}

.search-widget #newsleter-form-footer .input-newsletter {
  width: 71%;
}

.search-widget #newsleter-form-footer .submit-newsletter {
  border-left: 1px solid rgba(223, 223, 223, 0.71) !important;
}

/*-- flickr-widget --*/
.flickr-widget img {
  float: left;
  width: 100%;
}

.flickr-widget .span4 {
  margin-bottom: 2.5641%;
}

/*-- recent-comments-widget --*/
.recent-comments-widget ul {
  list-style: none;
  margin: 0;
}

.recent-comments-widget ul li {
  border-bottom: 1px solid rgba(223, 223, 223, 0.15);
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.recent-comments-widget ul li p {
  color: #737373 !important;
  margin: 0 !important;
}

/*-- recent-comments-widget --*/
.footer-widgets .donate-widget p {
  margin-bottom: 30px !important;
}

.footer-widgets .donate-widget table {
  border-radius: 0px;
  text-align: center;
  margin-bottom: 30px !important;
}

.donate-widget .table td {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  padding: 6px;
  border-radius: 0px !important;
}

.donate-widget table td.first {
  color: #26b010;
}

.donate-widget button.btn-success {
  background: #26b010;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  border: none;
  padding: 9px 12px;
}

.donate-widget .btn-success:hover,
.donate-widget .btn-success:focus,
.donate-widget .btn-success:active,
.donate-widget .btn-success.active,
.donate-widget .btn-success.disabled,
.donate-widget .btn-success[disabled] {
  background-color: #46bc34;
  color: #FFFFFF;
}

.donate-widget button.btn-success p {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px !important;
  background: url("img/donate-button-success.png") no-repeat right 4px;
  padding: 0 32px 0 0;
  width: auto;
  margin: 0 !important;
  display: inline-block;
  text-align: center;
}

/*-- Upcoming Events Widget --*/
#sidebar .widget_sc_event_list_widget .sc_events_list .sc_event_link,
#sidebar .widget_sc_event_list_widget .sc_events_list .sc_event_title,
#sidebar .widget_sc_event_list_widget .sc_events_list .sc_event_date,
.footer-widgets .widget_sc_event_list_widget .sc_events_list .sc_event_link,
.footer-widgets .widget_sc_event_list_widget .sc_events_list .sc_event_title,
.footer-widgets .widget_sc_event_list_widget .sc_events_list .sc_event_date {
  float: none;
  clear: none;
}

#sidebar .widget_sc_event_list_widget .sc_events_list .sc_event_title,
.footer-widgets .widget_sc_event_list_widget .sc_events_list .sc_event_title {
  display: block;
  margin-bottom: 0;
}

.footer-widgets .widget_sc_event_list_widget .sc_event_title {
  font-style: normal;
  font-size: 15px;
}

/*-- copyright --*/
.footer-copyright {
  background: #25282f;
}

.footer-copyright p {
  color: #858585;
  font-size: 15px;
  width: auto;
  display: inline-block;
  margin: 15px 0 15px 0 !important;
}

.footer-copyright p a {
  text-decoration: underline;
  font-size: 15px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.footer-copyright ul.soc-icon {
  width: auto;
  display: inline-block;
  margin: 0;
}

.footer-copyright ul.soc-icon li {
  margin: 8px 0 0 2px;
  padding: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
}

.footer-copyright ul.soc-icon li a {
  width: 38px;
  height: 38px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.footer-copyright ul.soc-icon li a img {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.footer-copyright ul.soc-icon li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.menu-social-links-menu-container > ul {
  list-style-type: none;
  margin: 0;
}

.menu-social-links-menu-container > ul > li > a svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  position: relative;
}

.menu-social-links-menu-container > ul > li > a svg path,
.menu-social-links-menu-container > ul > li > a svg use {
  fill: #FFF;
  -webkit-transition: fill .3s linear;
  transition: fill .3s linear;
}

.menu-social-links-menu-container {
  background-color: transparent;
}

@media (max-width: 979px) {
  .menu-social-links-menu-container {
    float: none;
  }
}

footer ul.soc-icon.social-links-menu {
  margin: 0;
  text-align: center;
}

footer ul.soc-icon.social-links-menu > li {
  position: relative;
  background-color: #000000;
}

footer ul.soc-icon.social-links-menu > li.behance {
  background-color: #1769ff;
}

footer ul.soc-icon.social-links-menu > li.codepen {
  background-color: #000000;
}

footer ul.soc-icon.social-links-menu > li.deviantart {
  background-color: #05cc47;
}

footer ul.soc-icon.social-links-menu > li.digg {
  background-color: #005be2;
}

footer ul.soc-icon.social-links-menu > li.dribbble {
  background-color: #ea4c89;
}

footer ul.soc-icon.social-links-menu > li.dropbox {
  background-color: #007ee5;
}

footer ul.soc-icon.social-links-menu > li.facebook {
  background-color: #3b5998;
}

footer ul.soc-icon.social-links-menu > li.flickr {
  background-color: #0063dc;
}

footer ul.soc-icon.social-links-menu > li.foursquare {
  background-color: #f94877;
}

footer ul.soc-icon.social-links-menu > li.github {
  background-color: #4078c0;
}

footer ul.soc-icon.social-links-menu > li.instagram {
  background-color: #c13584;
}

footer ul.soc-icon.social-links-menu > li.linkedin {
  background-color: #0077b5;
}

footer ul.soc-icon.social-links-menu > li.medium {
  background-color: #00ab6c;
}

footer ul.soc-icon.social-links-menu > li.pinterest-p {
  background-color: #bd081c;
}

footer ul.soc-icon.social-links-menu > li.get-pocket {
  background-color: #ef4056;
}

footer ul.soc-icon.social-links-menu > li.reddit-alien {
  background-color: #ff4500;
}

footer ul.soc-icon.social-links-menu > li.rss-feed {
  background-color: #f68423;
}

footer ul.soc-icon.social-links-menu > li.skype {
  background-color: #00aff0;
}

footer ul.soc-icon.social-links-menu > li.slideshare {
  background-color: #0077b5;
}

footer ul.soc-icon.social-links-menu > li.snapchat-ghost {
  background-color: #fffc00;
}

footer ul.soc-icon.social-links-menu > li.soundcloud {
  background-color: #ff8800;
}

footer ul.soc-icon.social-links-menu > li.spotify {
  background-color: #1db954;
}

footer ul.soc-icon.social-links-menu > li.stumbleupon {
  background-color: #3b4924;
}

footer ul.soc-icon.social-links-menu > li.tiktok {
  background-color: #fe2c55;
}

footer ul.soc-icon.social-links-menu > li.tumblr {
  background-color: #35465c;
}

footer ul.soc-icon.social-links-menu > li.twitch {
  background-color: #6441a5;
}

footer ul.soc-icon.social-links-menu > li.twitter {
  background-color: #1da1f2;
}

footer ul.soc-icon.social-links-menu > li.vimeo {
  background-color: #1ab7ea;
}

footer ul.soc-icon.social-links-menu > li.vine {
  background-color: #00b488;
}

footer ul.soc-icon.social-links-menu > li.vk {
  background-color: #5181b8;
}

footer ul.soc-icon.social-links-menu > li.wordpress {
  background-color: #0087be;
}

footer ul.soc-icon.social-links-menu > li.yelp {
  background-color: #af0606;
}

footer ul.soc-icon.social-links-menu > li.youtube {
  background-color: #ff0000;
}

footer ul.soc-icon.social-links-menu > li > a {
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer ul.soc-icon.social-links-menu > li > a:hover {
  opacity: 0.5;
}

footer ul.soc-icon.social-links-menu > li > a > svg {
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: none;
}

footer ul.soc-icon.social-links-menu > li > a > svg use {
  -webkit-transition: fill .3s linear;
  transition: fill .3s linear;
}

/*----------//// 404 \\\\-------------*/
.page-404 {
  display: inline-block;
  text-align: center;
  margin-bottom: 100px;
}

.page-404 .container h2 {
  display: inline-block;
  text-align: center;
  width: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 204px;
  color: #010101;
  margin: 0;
  opacity: 0.1;
  filter: alpha(opacity=10);
  line-height: 204px;
}

.page-404 .container h1 {
  display: inline-block;
  text-align: center;
  width: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 204px;
  color: #010101;
  margin: 0 10px;
  line-height: 204px;
}

.page-404 .container span {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #8f8b8b;
  margin: 0;
}

.page-404 .container p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #8f8b8b;
}

.page-404 .container p:last-of-type {
  margin: 0;
}

.page-404 .container a {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #00acee;
  margin: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-decoration: none;
  margin-left: 5px;
}

.page-404 .container a:hover {
  color: #8f8b8b;
}

.page-404 .container hr {
  margin: 30px 0;
}

.page-404 .title-404 {
  margin-bottom: 40px;
  margin-top: 180px;
}

.page-404 .text-404 {
  margin-bottom: 50px;
}

/*----------//// Events \\\\-------------*/
h1.title-divider {
  margin: 0;
  padding-bottom: 15px;
  position: relative;
}

.title-divider + .row-fluid {
  margin-top: 10px;
}

h1.title-divider span {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  color: #202020;
  line-height: 55px;
  padding-right: 100px;
  font-weight: 200;
}

h1.title-divider small {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: normal;
  color: #888888;
}

.date-box {
  background: none repeat scroll 0 0 #00ACEE;
  display: inline-block;
  list-style: none outside none;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9;
}

.date-box span {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  line-height: 30px;
}

.date-box p {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-transform: uppercase;
  margin: 0 0 0 3px;
}

.sc_event.block .top-content-image,
.page .events-page .top-content-image,
.event-category-page .top-content-image {
  margin-bottom: 14px;
  float: none;
}

.our-causes-page .top-content-image .flexslider {
  float: none;
}

.event-margin {
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
}

#container .top-content-text.event-margin > ul.donation_ul li {
  position: relative;
}

#container .top-content-text.event-margin > ul.donation_ul li img {
  position: absolute;
  top: 4px;
}

#container .top-content-text.event-margin > ul.donation_ul li p {
  margin-left: 39px;
}

.sc_event.block .event-margin {
  float: none;
}

.events-page .block,
.sc_event.block,
.event-category-page .block {
  margin-bottom: 50px;
  padding-bottom: 50px;
  float: left;
}

.events-page .intro {
  margin-bottom: 2.5em;
}

/*-- pagination --*/
.pagination {
  text-align: center;
}

.pagination .page-numbers {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination a {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  color: #b2b2b2;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  background: #f4f4f4;
  padding: 10px 9px;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination span {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #b2b2b2;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  background: transparent;
  padding: 10px 9px;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination p {
  float: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  color: #b2b2b2;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  background: #fff;
  border: 1px solid #cbcbcb;
  padding: 10px 9px;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination .current {
  background: #26b8f1;
  color: #fff;
}

.pagination a:hover {
  background: #e0e0e0;
  text-decoration: none;
}

.pagination .prev,
.pagination .next {
  background: none !important;
}

.pagination .prev {
  margin: 0 10px 0 0;
}

.pagination .next {
  margin: 0 0 0 10px;
}

.pagination .prev:hover,
.pagination .next:hover {
  color: #26b8f1;
}

.pagination hr {
  border-top: 1px solid #dfdfdf;
  margin: 70px 0 90px;
}

/* WordPress required classes */
.page .wp-post-image {
  margin-bottom: 2em;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*Danko new margins*/
.title-holder {
  max-height: 31px;
}

.title-right-side {
  float: right;
}

.title-left-side {
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  color: #202020;
  line-height: 28px;
  padding-right: 30px;
  font-weight: 600;
}

.title-middle {
  background: url("img/new-blue-line.png") no-repeat left 8px;
  height: 8px;
  display: inline;
  font-size: 10px;
  color: transparent;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-0 {
  margin: 0;
}

.hasCountdown {
  z-index: 999;
}

/*----------//// CONTACT \\\\-------------*/
.contact-text-padding {
  padding: 0px 0 20px 0;
}

.contact-page .map-contact {
  height: 425px;
  padding: 9px;
  background: #fff;
  border: 1px solid rgba(138, 29, 29, 0.17);
}

.contact-page .map-contact #map_canvas {
  border: 1px solid rgba(138, 29, 29, 0.17);
}

.contact-form {
  margin: 30px 0 30px;
}

.contact-form .control-group {
  margin-bottom: 20px;
}

.contact-form input {
  height: 40px;
  padding: 0 1%;
  width: 90%;
  border-radius: 0;
  margin: 0;
  border: none;
  font-family: 'Montserrat', sans-serif;
  color: #ada5a5;
  font-size: 17px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  background: transparent;
}

.contact-form textarea {
  height: 88%;
  padding: 1%;
  width: 90%;
  border-radius: 0;
  margin: 0;
  border: none;
  font-family: 'Montserrat', sans-serif;
  color: #ada5a5;
  font-size: 17px;
  resize: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  background: transparent;
  overflow: hidden;
}

.contact-form input.btn {
  height: 40px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: #00acee url("img/send-icon.png") no-repeat left top;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-shadow: none;
}

.contact-form {
  margin-bottom: 100px;
}

.contact-form input.btn:hover {
  background-color: #30bcf1;
  color: #fff;
  background-position: left top;
}

.contact-form .input-prepend {
  border: 1px solid rgba(138, 29, 29, 0.17);
  font-size: 17px;
  display: block;
  height: 40px;
  background: #fff;
  margin-bottom: 20px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.contact-form .texteria-holder {
  height: 190px;
}

.contact-form .input-prepend:hover,
.contact-form .input-prepend:focus {
  border: 1px solid #00acee;
}

.contact-form .input-prepend span {
  height: 40px;
  width: 49px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background: url("img/line-contact.png") no-repeat right center transparent;
}

.contact-form .name-icon {
  background: url("img/name-icon.png") no-repeat left top transparent;
  height: 100%;
  width: 100%;
  float: left;
}

.contact-form .email-icon {
  background: url("img/email-icon.png") no-repeat left top transparent;
  height: 100%;
  width: 100%;
  float: left;
}

.contact-form .subject-icon {
  background: url("img/subject-icon.png") no-repeat left top transparent;
  height: 100%;
  width: 100%;
  float: left;
}

.contact-form .message-icon {
  background: url("img/message-icon.png") no-repeat left top transparent;
  height: 100%;
  width: 100%;
  float: left;
}

.captcha-refresh {
  display: inline-block;
  background: url("theme-images/refresh-ico.png") no-repeat left bottom;
  cursor: pointer;
  width: 16px;
  height: 19px;
  vertical-align: top;
}

#contact-error {
  color: #d25555;
}

#contact-success {
  color: #33960D;
}

/*-- contact 2 --*/
.contact-map2 {
  height: 500px;
  overflow: hidden;
  width: 100%;
}

.no-news {
  margin-top: 74px;
}

.no-slider-no-news {
  margin-top: 140px;
}

h1.title-divider .bread-bullet {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.846;
  color: #555;
}

.container a.btn {
  width: auto;
}

/*----------//// EVENT SINGLE \\\\-------------*/
.event-single-page .block {
  background: none;
  padding: 0;
  margin-bottom: 30px;
}

.event-single-page .single-event-text {
  background: url("img/cross-events.png") no-repeat scroll center bottom transparent;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.single-event-text h3 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 25px;
}

.single-event-text p {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px;
}

.single-event-text a {
  display: block;
  width: 100%;
  height: 50px;
  background: #00acee;
  margin-bottom: 30px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-decoration: none;
}

.single-event-text a:hover {
  background-color: #30bcf1;
}

#container .single-event-tab,
.event-single-page .single-event-tab {
  border-bottom: 1px solid #dfdfdf !important;
  margin: 0 0 60px;
  padding: 0 0 60px;
  background: none !important;
}

.single-event-text a span {
  float: left;
  margin: 12px 0 0 25px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  position: relative;
  top: 3px;
}

.single-event-text a p {
  float: left;
  width: 67px;
  height: 50px;
  background: url("img/plas-border-67x50.png") no-repeat scroll top left transparent;
  position: relative;
  margin: 0;
}

.single-event-text a p i.plas-wite10 {
  position: absolute;
  left: 0;
  top: 0;
  width: 67px;
  height: 50px;
  background: url("img/plas-11.png") no-repeat center center;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  margin: 0;
}

.single-event-text a:hover i.plas-wite10 {
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.single-event-tab h3 {
  color: #5d5d5d;
  font-size: 23px;
  line-height: 24px;
  margin: 0 0 15px;
  font-weight: normal;
}

.single-event-tab p {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 40px;
}

.tab-pane {
  border: 1px solid #dfdfdf;
}

.tab-pane p {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 24px;
  padding: 35px 25px 25px;
  margin: 0;
}

.nav-tabs {
  margin: 0;
  border: none;
}

.nav-tabs li a {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  color: #58bef1;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  line-height: 22px;
  margin: 0 -1px 0 0;
  padding: 14px 35px;
}

.nav-tabs li:hover {
  background: #f4f3f3;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 1px solid #d2d2d2;
  background: #fff;
  color: #58bef1;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  line-height: 22px;
}

/*--soc.sher--*/
.single-soc-share {
  margin-bottom: 90px !important;
  float: left;
  width: 100%;
}

.single-soc-share .pull-left {
  width: 98px;
  margin-right: 20px;
}

.single-soc-share .pull-left a {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.single-soc-share .pull-left span {
  float: left;
  width: 100%;
  box-shadow: inset 0  0  2px  #9B9B9B;
  -moz-shadow: inset 0  0  2px  #9B9B9B;
  -webkit-box-shadow: inset 0  0  2px  #9B9B9B;
  color: #080808;
  font-size: 19px;
  font-family: 'Montserrat', sans-serif;
  padding: 9px 0;
  margin-bottom: 10px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.single-soc-share .pull-left a:hover span {
  -webkit-box-shadow: inset 0  0  2px  #ff0000;
          box-shadow: inset 0  0  2px  #ff0000;
  -moz-shadow: inset 0  0  2px  #ff0000;
  -webkit-box-shadow: inset 0  0  2px #ff0000;
}

.single-soc-share .pull-left p {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
}

.single-soc-share-link-fb p {
  background: #39599f url("img/soc-share-link-fb.png") no-repeat 3px 2px;
}

.single-soc-share-link-twitter p {
  background: #7dc8eb url("img/soc-share-link-twitter.png") no-repeat 3px -3px;
}

.single-soc-share-link-google p {
  background: #e70000 url("img/soc-share-link-google.png") no-repeat 3px 2px;
}

.single-soc-share-link-linkedin p {
  background: #51a0c8 url("img/soc-share-link-linkedin.png") no-repeat 3px 0px;
}

.single-soc-share-link-pinterest p {
  background: #ff0000 url("img/soc-share-link-pinterest.png") no-repeat -5px -2px;
}

.single-soc-share-link-stumbleupon p {
  background: #f34d10 url("img/soc-share-link-stumbleupon.png") no-repeat -11px -14px;
}

/*-- comments --*/
#comments {
  float: left;
  width: 100%;
}

#comments h3 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  line-height: 28px;
  background: url("img/comments-icon.png") no-repeat left 8px;
  padding: 0 0 15px 25px;
  font-weight: normal;
  margin: 0 0 38px;
  border-bottom: 1px solid #dedede;
}

#comments .media-list h5.media-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  float: left;
  width: auto;
}

#comments .media-list .inline {
  width: auto;
  margin-top: 0.25em;
  text-transform: uppercase;
}

#comments .media-list .inline li {
  color: #bcbcbc;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

#comments .media-list .inline li a {
  color: #00acee;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-decoration: none;
}

#comments .media-list .inline li a:hover {
  color: #bcbcbc;
}

#comments .media-body p {
  width: 100%;
  float: left;
  margin: 20px 0 0;
}

#comments .media-list .media {
  font-size: 16px;
  line-height: 24px;
  color: #5d5d5d;
  margin-bottom: 15px;
}

#comments .media-list li:first-child {
  border: none;
  margin-top: 35px;
}

#comments .media-list img {
  margin-right: 0;
}

#comments .media-list .media-body {
  margin-bottom: 35px;
}

#comments .media-list .comment-border {
  border-top: 1px solid #dfdfdf;
  display: inline-block;
  width: 100%;
}

#respond {
  display: inline-block;
  width: 100%;
}

#comments .media-list [class*=comment-child-] {
  padding-left: 8%;
  margin-top: 45px;
}

#comments .media-list [class*=comment-child-] .media-body {
  width: 80%;
}

.social-divider {
  border-top: 1px solid #dfdfdf;
  display: inline-block;
  width: 100%;
  margin: 35px 0;
}

#commentform legend {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  line-height: 28px;
  padding: 0 0 15px 0;
  font-weight: normal;
  margin: 0 0 30px;
  border-bottom: 1px solid #dedede;
}

#commentform .input-prepend {
  width: 80%;
}

#commentform input:focus {
  border: none;
}

#commentform .texteria-holder {
  width: auto;
  overflow: hidden;
}

#commentform button.btn {
  width: auto;
  padding: 0 15px 0 65px;
  height: 40px;
  border-radius: 0;
  border: none;
  background: #00acee url("img/send-icon.png") no-repeat left top;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-shadow: none;
  margin: 0 0 40px 0;
}

#commentform p {
  display: inline-block;
  margin: 0 0 10px 0;
}

.comment ul li {
  margin-top: 0 !important;
}

/*----------//// Our Causes \\\\-------------*/
.causes-page-content {
  margin-bottom: 2em;
}

.our-causes-page .block {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.our-causes-page .block .top-content-text ul.donation_ul li {
  border: 1px solid #DEDEDE;
  text-align: center;
  padding: 17px 5px 13px;
}

#container .our-causes-page .block .top-content-text ul.donation_ul li p {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  line-height: 21px;
  margin: 0;
  font-weight: 600;
}

.our-causes-page .block .top-content-text ul.donation_ul li span {
  color: #b9b9b9;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 16px;
  position: relative;
  top: 2px;
}

.our-causes-page .block .top-content-text ul.donation_ul li.make-donation {
  border: none;
  padding: 0;
  text-align: left;
}

.our-causes-page .block .top-content-text ul.donation_ul li.make-donation a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  line-height: 0.8421052631578947;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  padding: 20px 10px;
  background: #51c040;
}

.our-causes-page .block .top-content-text ul.donation_ul li.make-donation a:hover {
  background-color: #26b010;
}

.our-causes-page .block .top-content-text ul.donation_ul li.make-donation a i.plas-wite10 {
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url("img/plas-11.png") no-repeat center center;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  margin: 3px 0 0 12px;
}

.our-causes-page .block .top-content-text ul.donation_ul li.make-donation a:hover i.plas-wite10 {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

#container .our-causes-page .block .top-content-text ul.donation_ul li span.amount-raised {
  margin: 1px 2px;
  font-size: 20px;
}

.our-causes-page .flexslider {
  border-radius: 0;
  border: none;
  width: 100%;
  float: left;
}

.our-causes-page .top-content-image {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.our-causes-page .flexslider .slides, .single-events .flexslider .slides {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
}

.our-causes-page .flexslider .slides li, .single-events .flexslider .slides li {
  width: 100%;
  float: left;
  padding: 0;
  background: #fff;
}

.our-causes-page .flexslider .slides li img, .single-events .flexslider .slides li img {
  width: 100%;
  float: left;
}

.our-causes-page .flexslider .flex-direction-nav, .single-events .flexslider .flex-direction-nav {
  display: none;
}

.our-causes-page .flexslider .flex-control-nav, .single-events .flexslider .flex-control-nav {
  bottom: 32px;
}

.event-gallery .flexslider .flex-control-nav, .single-events .flexslider .flex-control-nav {
  bottom: 27px;
}

.our-causes-page .flexslider .flex-control-nav li, .single-events .flexslider .flex-control-nav li {
  width: 22px;
  height: 22px;
}

.our-causes-page .flexslider .flex-control-nav li a, .single-events .flexslider .flex-control-nav li a {
  -webkit-transition: 0s;
  transition: 0s;
  width: 22px;
  height: 22px;
}

/*----------//// Causes single \\\\-------------*/
.causes-single-page .block {
  background: none;
  padding: 0;
  margin: 0 0 0;
}

/*----------//// Video Archive \\\\-------------*/
.video-archive-page .span3 {
  margin-bottom: 2.5641%;
}

.archive .top-content-image a {
  background: #fff;
}

.video-archive-page .block {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 55px;
  margin-bottom: 70px;
}

.video-project {
  background-color: black;
}

.gallery {
  position: relative;
}

.gallery img {
  -webkit-backface-visibility: hidden;
}

.nav-tabs-gallery li {
  float: left;
  font-family: 'Lato', Arial, sans-serif;
}

.holder iframe {
  width: 100%;
  height: 315px;
}

.gallery a img {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  height: auto !important;
  -webkit-backface-visibility: hidden;
}

.type-gallery:hover {
  background-color: black;
}

.gallery a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.65);
}

/*----------//// BLOG \\\\-------------*/
.blog-page table.table {
  border-radius: 0;
  border: none;
  margin-bottom: 30px;
  float: left;
}

.blog-page table.table td {
  border: 1px solid #dedede !important;
  border-left: none !important;
  border-radius: 0 !important;
  background: none;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 8px 13px;
}

.blog-page table.table td.span2 {
  border: none !important;
  background: #00acee;
  margin: 0;
  text-align: left;
  padding: 0;
  font-weight: 200;
  width: 155px;
}

.blog-page table.table td.span2 p {
  display: inline-block;
  width: auto;
  background: rgba(255, 255, 255, 0.3);
  margin: 0;
  padding: 15px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 28px;
  color: #fff;
}

.blog-page table.table td.span2 span {
  display: inline-block;
  width: auto;
  margin: 0 0 0 8px;
  padding: 0 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -3px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.blog-page .top-content-text table.table td.span2 span {
  margin-top: 0;
}

.aq-block-aq_gallery_block .video-wrap {
  background-color: #000;
}

.format-video .video-wrap {
  display: table;
}

.format-video .video-wrap a {
  display: table-cell;
  vertical-align: middle;
}

.format-video .video-wrap img {
  margin: 18px 0 18px 0;
  -webkit-backface-visibility: hidden;
}

.blog-page table.table td p {
  display: inline-block;
  text-align: center;
  width: auto;
  background: #3bbff2;
  margin: 0;
  padding: 0;
  color: #00acee;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  background: none;
  font-weight: 400;
}

.blog-page table.table td img {
  display: inline-block;
  text-align: center;
  width: auto;
  background: #3bbff2;
  margin: -2px 6px 0 5px;
  padding: 0;
  background: none;
}

.table-bordered tbody p {
  margin-bottom: 0;
}

/*-- BLOG TABS --*/
#container .blog-tag {
  width: 100%;
  background: none;
  border-bottom: 1px solid #dfdfdf !important;
  border-top: 1px solid #dfdfdf !important;
  padding: 15px 0;
  margin-top: 60px;
}

#container .blog-tag img {
  width: auto;
  margin: 1px 16px 0 0;
}

#container .blog-tag span {
  width: auto;
  margin: 0;
  padding: 0 20px 0 0;
  color: #010101;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

#container .blog-tag a {
  width: auto;
  padding: 0;
  color: #00acee;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-decoration: none;
}

#container .blog-tag a:hover {
  color: #000;
}

/*-- AUDIO --*/
.blog-player, .home-audio-player {
  background: #00acee;
  float: left;
  margin-bottom: 28px;
}

.blog-player a.jp-play,
.blog-player a.jp-pause,
.home-audio-player a.jp-play,
.home-audio-player a.jp-pause {
  float: left;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
}

.our-causes-page .block .blog-player ul.jp-controls,
.home-audio-player .jp-controls {
  border: none !important;
  padding: 30px 30px 21px !important;
  margin: 0 !important;
  width: 92% !important;
}

.our-causes-page .block .blog-player ul.jp-controls li,
.home-audio-player .jp-controls li {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.blog-player-content div.jp-audio div.jp-type-single div.jp-progress {
  border: none;
  height: 7px;
  background: #3f3f3f;
  left: 64px;
  width: 65%;
}

.blog-player-content div.jp-play-bar,
.home-audio-player .jp-play-bar {
  background: #fff;
  border: none;
}

.blog-player-content div.jp-audio div.jp-progress {
  top: 20px;
}

.blog-player-content div.jp-audio div.jp-volume-bar {
  top: 20px;
  background: #3f3f3f;
  width: 16%;
  padding: 2px 4px 1px 2px;
  border: none;
}

.blog-player-content a.jp-mute,
.blog-player-content a.jp-unmute,
.blog-player-content a.jp-volume-max,
.home-audio-player a.jp-mute,
.home-audio-player a.jp-unmute,
.home-audio-player a.jp-volume-max {
  width: 14px;
}

.blog-player-content div.jp-audio div.jp-type-single a.jp-mute,
.blog-player-content div.jp-audio div.jp-type-single a.jp-unmute {
  top: 19px;
  right: 18%;
}

.home-audio-player div.jp-audio div.jp-type-single a.jp-mute,
.home-audio-player div.jp-audio div.jp-type-single a.jp-unmute {
  right: 18%;
}

.blog-player-content div.jp-volume-bar-value {
  background: #fff;
  border: none;
  height: 3px;
}

.blog-audio-info,
.home-audio-player .blog-audio-info {
  width: 100%;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.2);
  float: left;
}

.blog-audio-info a,
.home-audio-player .blog-audio-info a {
  float: left;
  width: auto;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  background: none;
  margin: 0 0 0 30px;
  padding: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.blog-audio-info a:hover,
.home-audio-player .blog-audio-info a:hover {
  color: #00acee;
}

/*-- BLOG IMAGES --*/
#container .images-single-blog {
  background: none;
  border: none;
  padding-bottom: 0;
  margin: 0;
  width: 100%;
}

.blog-page .top-content-image {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-page .top-content-image img {
  float: left;
  width: 100%;
}

.blog-page .wp-post-image,
.sc_event .wp-post-image {
  margin-bottom: 0;
}

.images-hover-blog {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  z-index: 99;
  left: 0;
  top: 0;
}

.blog-page .top-content-image:hover .images-hover-blog, .top-content-image:hover .images-hover-blog {
  opacity: 1;
  filter: alpha(opacity=100);
}

.images-hover-blog a {
  width: 74px;
  height: 74px;
  display: inline-block;
  text-align: center;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  position: relative;
  top: 50%;
  margin-right: 0px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  margin-top: -37px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.images-hover-blog a.blog-fancybox {
  background: url("img/blog-fancybox.png") no-repeat top left;
  left: 10px;
  position: relative;
}

.images-hover-blog a.blog-link {
  background: url("img/blog-link.png") no-repeat top left;
  right: 10px;
  position: relative;
}

.blog-page .top-content-image:hover .images-hover-blog a, .top-content-image:hover .images-hover-blog a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.images-hover-blog a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.post-border {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin: 60px 0 60px 0;
}

/*-- link-post --*/
.link-post {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  margin-bottom: 27px;
  padding: 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  background: none;
  text-transform: uppercase;
  color: #08c;
}

.link-post a {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  background: none;
  text-transform: uppercase;
}

.blog-page .span10 h3 {
  margin-top: -8px;
}

/*--------- VIDEO -----------*/
embed, iframe, object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.tk-video-holder {
  position: relative;
  padding-bottom: 56.3%;
  height: 0;
  overflow: hidden;
}

.tk-video-holder iframe,
.tk-video-holder object,
.tk-video-holder embed {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

/*----------//// SIDEBAR \\\\-------------*/
.sidebar-right {
  border-left: 1px solid #f5f5f5;
  margin-top: -1px;
}

.sidebar-left {
  border-right: 1px solid #f5f5f5;
  margin-top: -1px;
  margin-left: 0 !important;
}

#sidebar .block {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #sidebar .block:last-child {
    margin-bottom: 0;
  }
}

#sidebar .block h3 {
  margin: 0 0 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 19px;
  color: #010101;
  text-transform: uppercase;
}

#sidebar .block h3 a {
  font-size: inherit;
}

#sidebar .block h3 img {
  margin: -2px 15px 0 0;
}

#sidebar .block a,
#sidebar .block span,
#sidebar .block p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}

#sidebar .block a {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-decoration: none;
}

#sidebar .block .current_page_item > a {
  cursor: default;
}

#sidebar .block a:hover {
  color: #0088CC;
}

#sidebar .block a span {
  color: inherit;
}

#sidebar .block a.btn,
#sidebar .block a.wi-button {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin-bottom: 0;
  border-radius: 2px;
}

#sidebar .block a.btn {
  padding: 0.4em 1em 0.3em;
}

#sidebar .block a.btn:hover,
#sidebar .block a.btn:focus,
#sidebar .block a.btn:active,
#sidebar .block a.wi-button:hover,
#sidebar .block a.wi-button:focus,
#sidebar .block a.wi-button:active {
  color: #fff;
}

#sidebar .block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar .block .children {
  margin: 10px 0 10px 5%;
}

#sidebar .block ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 8px;
  margin: 0 0 8px;
  list-style: none;
}

#sidebar .block ul li:last-child a, #sidebar ul li:last-child, .footer-widgets .container ul li:last-child, .footer-widgets .container ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#sidebar .block ul .menu-item {
  border-bottom: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

#sidebar .block ul .menu-item a {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 8px;
  margin: 0 0 8px;
  list-style: none;
  width: 100%;
  display: inline-block;
}

#sidebar .block ul .menu-item ul {
  padding-left: 25px;
  margin-bottom: 10px;
}

#sidebar .block.better-section-nav .children {
  display: none;
}

#sidebar .block.better-section-nav .current_page_item > .children,
#sidebar .block.better-section-nav .current_page_ancestor > .children {
  display: block;
  margin-bottom: 2px;
}

.footer-widgets .block ul li {
  border-bottom: 1px solid rgba(223, 223, 223, 0.15);
  padding-bottom: 8px;
  margin-bottom: 8px;
  list-style: none;
}

.footer-widgets .block ul .menu-item {
  border-bottom: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-widgets .block ul .menu-item a {
  border-bottom: 1px solid rgba(223, 223, 223, 0.15);
  padding: 0 0 8px;
  margin: 0 0 8px;
  list-style: none;
  width: 100%;
  display: inline-block;
}

.footer-widgets .block ul .menu-item ul {
  padding-left: 25px;
}

#sidebar .block ul li a {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  text-decoration: none;
}

#sidebar .block ul li a:hover {
  color: #0088CC;
}

#sidebar .block .post-date {
  color: #00acee;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

#sidebar .block .twitter_ul li a {
  color: #08c;
}

#sidebar .block .twitter_ul li a:hover {
  color: #000;
}

#sidebar ul li {
  color: #000;
}

/*-- text-widget-sidebar --*/
/*-- search-widget-sidebar --*/
#sidebar #searchform {
  background: #f4f4f4;
  height: 50px;
  padding: 0;
  position: relative;
  width: 100%;
}

#sidebar .search-input {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #AFAFAF;
  float: left;
  font-size: 17px;
  height: 50px;
  margin: 0;
  width: 71%;
  border-color: transparent !important;
  outline: medium none !important;
  padding: 0 0 0 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#sidebar .search-submit-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  margin: 0;
  height: 100%;
  color: #afafaf;
  font-size: 17px;
  background: url("img/button-search-widget.png") no-repeat center center transparent;
  border: none;
  padding: 0;
  border-left: 1px solid #e9e9e9 !important;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#sidebar .search-submit-button:hover,
#sidebar .search-submit-button:focus {
  border-left: 1px solid #e9e9e9 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.footer-widgets #searchform {
  background: #f4f4f4;
  height: 50px;
  padding: 0;
  position: relative;
  width: 100%;
}

.footer-widgets .search-input {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #AFAFAF;
  float: left;
  font-size: 17px;
  height: 50px;
  margin: 0;
  width: 71%;
  border-color: transparent !important;
  outline: medium none !important;
  padding: 0 0 0 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-widgets .search-submit-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  margin: 0;
  height: 100%;
  color: #afafaf;
  font-size: 17px;
  background: url("img/button-search-widget.png") no-repeat center center transparent;
  border: none;
  padding: 0;
  border-left: 1px solid #e9e9e9 !important;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.footer-widgets .search-submit-button:hover,
.footer-widgets .search-submit-button:focus {
  border-left: 1px solid #e9e9e9 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*-- twitter-widget-sidebar --*/
#sidebar .twitter-widget-sidebar ul li {
  padding: 0 0 15px;
  margin: 0 0 15px;
}

#sidebar .twitter-widget-sidebar ul li span {
  margin-bottom: 20px;
  display: block;
}

#sidebar .twitter-widget-sidebar ul li p {
  margin: 0 !important;
  color: #00acee !important;
}

/*-- newsletter-widget-sidebar --*/
#sidebar .newsletter-widget-sidebar {
  display: inline-block;
  width: 100%;
}

#sidebar .newsletter-widget-sidebar span {
  display: inline-block;
  width: 100%;
}

.newsletter-widget-sidebar .form-newsletter-widget {
  background: #f4f4f4;
  height: 50px;
  padding: 0;
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
}

.newsletter-widget-sidebar .input-newsletter {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #AFAFAF;
  float: left;
  font-size: 17px;
  height: 50px;
  margin: 0;
  width: 71%;
  border-color: transparent !important;
  outline: medium none !important;
  padding: 0 0 0 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#sidebar .newsletter-widget-sidebar .submit-newsletter {
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  margin: 0;
  height: 100%;
  color: #afafaf;
  font-size: 17px;
  background: url("img/button-search-widget.png") no-repeat center center transparent;
  border: none;
  padding: 0;
  border-left: 1px solid #e9e9e9 !important;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

#sidebar .newsletter-widget-sidebar .submit-newsletter:hover,
#sidebar .newsletter-widget-sidebar .submit-newsletter:focus {
  border-left: 1px solid #e9e9e9 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*-- tagcloud --*/
#sidebar .tagcloud a {
  padding: 4px 27px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  background: #25282f;
  font-family: "Montserrat", sans-serif !important;
  font-size: 17px !important;
  color: #fff !important;
  margin: 0 6px 10px 0;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
}

#sidebar .tagcloud a:hover {
  background: #00acee;
}

/*-- recent-post-widget-sidebar --*/
#sidebar .recent-post-widget-sidebar {
  float: left;
  width: 100%;
}

#sidebar .recent-post-widget-sidebar .span4 a {
  background: #000;
  float: left;
  width: 100%;
}

#sidebar .recent-post-widget-sidebar .span4 a img {
  float: left;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

#sidebar .recent-post-widget-sidebar .span4 a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#sidebar .recent-post-widget-sidebar ul {
  float: left;
  width: 100%;
}

#sidebar .recent-post-widget-sidebar ul li {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#sidebar .recent-post-widget-sidebar ul li p {
  margin: -4px 0 20px;
  display: block;
}

#sidebar .recent-post-widget-sidebar ul li span {
  color: #00acee;
}

/*-- recent-comments-widget-sidebar --*/
#sidebar .recent-comments-widget-sidebar {
  float: left;
  width: 100%;
}

#sidebar .recent-comments-widget-sidebar ul {
  float: left;
  width: 100%;
}

#sidebar .recent-comments-widget-sidebar ul li {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#sidebar .recent-comments-widget-sidebar ul li p {
  margin: 0 5px 0 0;
  font-weight: bold;
  width: auto;
  display: inline;
}

/*-- calendar-widget-sidebar --*/
#sidebar #wp-calendar, .footer-widgets #wp-calendar {
  width: 100%;
}

#sidebar .block #calendar_wrap, .footer-widgets .block #calendar_wrap {
  background: #f4f4f4;
  display: block;
  padding: 25px 20px 60px;
  position: relative;
  margin-bottom: 40px;
}

#sidebar #wp-calendar caption, .footer-widgets #wp-calendar caption {
  text-align: left;
  margin-left: 10px;
  margin-bottom: 8px;
  color: #00acee;
}

#sidebar #wp-calendar, .footer-widgets #wp-calendar {
  table-layout: fixed;
}

#sidebar #wp-calendar tr td,
#sidebar #wp-calendar tr th,
.footer-widgets #wp-calendar tr td,
.footer-widgets #wp-calendar tr th {
  vertical-align: middle;
  border: none;
  color: #b1b1b1;
  line-height: 14px;
  padding: 11px 8px;
  text-align: center;
}

#sidebar #wp-calendar tbody tr td a,
#sidebar #wp-calendar tbody tr th a,
.footer-widgets #wp-calendar tbody tr td a,
.footer-widgets #wp-calendar tbody tr th a {
  font-weight: bold;
}

#wp-calendar thead {
  margin: 10px 0 0 0;
}

#sidebar #wp-calendar thead tr, .footer-widgets #wp-calendar thead tr {
  border-bottom: 1px solid #e3e3e3;
}

#sidebar #wp-calendar thead tr th, .footer-widgets #wp-calendar thead tr th {
  color: #00acee;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  line-height: 25px;
  font-weight: normal;
}

#sidebar #wp-calendar tfoot, .footer-widgets #wp-calendar tfoot {
  background: #00acee;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}

#sidebar #wp-calendar tfoot a, .footer-widgets #wp-calendar tfoot a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-left: 17px;
}

#sidebar #wp-calendar tfoot a:hover, .footer-widgets #wp-calendar tfoot a:hover {
  color: #5D5D5D;
}

#sidebar #wp-calendar tbody, .footer-widgets #wp-calendar tbody {
  margin-bottom: 20px;
}

/*-- donate-widget --*/
#sidebar .donate-widget .btn-success p {
  color: #fff;
}

#sidebar .donate-widget p {
  margin-bottom: 30px;
}

#sidebar .donate-widget table {
  margin-bottom: 30px;
  border-radius: 0px;
}

#sidebar .donate-widget table td {
  color: #8f8f8f;
  border-radius: 0px;
}

#sidebar .donate-widget table td.first {
  color: #26B010;
}

#sidebar .donate-widget .btn-success {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  padding: 9px 12px;
  border: none;
  background: #26b010;
}

#sidebar .donate-widget .btn-success:hover,
#sidebar .donate-widget .btn-success:focus,
#sidebar .donate-widget .btn-success:active,
#sidebar .donate-widget .btn-success.active,
#sidebar .donate-widget .btn-success.disabled,
#sidebar .donate-widget .btn-success[disabled] {
  background-color: #46bc34;
  color: #FFFFFF;
}

/*----- breadcrumb -----*/
.breadcrumb {
  padding: 9px 0 0 0;
  margin: -5px 0 25px 0;
  background: none;
  border: none;
  font-size: 16px;
  line-height: 1.5;
}

.breadcrumb li {
  color: #a7a7a7;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.breadcrumb li a {
  text-decoration: none;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #08c;
}

.breadcrumb li a:hover {
  color: #a7a7a7;
}

.breadcrumb > li > .divider {
  color: #a7a7a7;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: none;
}

.events-title-no-image {
  display: inline-block !important;
  float: none !important;
  margin-bottom: 20px !important;
  margin-top: 43px !important;
}

.shortcodes {
  display: inline-block;
  width: 100%;
}

.shortcodes div.wp-caption {
  overflow: auto;
}

.gallery-video .tk-video-holder {
  height: 44px;
}

.clear {
  clear: both;
}

.clear-video {
  clear: both;
  display: inline-block;
  height: 70px;
}

#sidebar .textwidget {
  line-height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
  -webkit-font-smoothing: antialiased;
}

.footer-widgets .textwidget {
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

.advertisement-widget .fullwidth-banner img {
  width: 100%;
}

.halfwidth-banner {
  width: 48%;
  margin-left: 2%;
}

.page-build-small .hasCountdown {
  width: 35%;
}

.page-build-small .flex-control-nav li {
  float: right;
  margin-left: 0;
  margin-right: 5px;
}

.page-build-small .flex-control-nav {
  margin-right: 10px;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

/* WORDPRESS DEFAULT CLASSES */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 5px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 5px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}

.gallery-caption:before {
  -webkit-box-shadow: 0 -10px 15px #000 inset;
          box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.post-pagination {
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  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;
}

/*MENU HOVER*/
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
}

.dropdown-menu {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
      transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
      transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  display: block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

.dropup .dropdown-menu {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
      transform-origin: bottom;
}

.dropup > .dropdown-menu:after {
  top: auto;
  display: inline-block;
  bottom: -6px;
  content: '';
  position: absolute;
  left: 50%;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.container .margin-bottom-builder {
  margin-bottom: 20px;
}

.margin-bottom-builder .span6, .aq-block-aq_team_block .margin-bottom-builder .top-content-text ul.donation_ul, .container .aq_block_tabs {
  margin-bottom: 0;
}

.aq-block-aq_headings_block h1, .container .aq_block_toggle, .container .aq_block_accordion_wrapper {
  margin-top: 0;
}

.aq_block_toggles_wrapper .aq_block_toggle:last-child {
  margin-bottom: 0;
}

#map_canvas {
  overflow: visible !important;
}

/*--------------------*/
/*-----Shortcodes-----*/
/*--------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("css/icons/icomoon.eot?-5ykgzv");
  src: url("css/icons/icomoon.eot?#iefix-5ykgzv") format("embedded-opentype"), url("css/icons/icomoon.woff?-5ykgzv") format("woff"), url("css/icons/icomoon.ttf?-5ykgzv") format("truetype"), url("css/icons/icomoon.svg?-5ykgzv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.shortcodes .tabs-content-holder {
  padding: 0;
}

.shortcodes .tab-content .tabs-content-holder {
  padding: 25px;
}

.shortcodes .tab-content {
  float: left;
}

body .progress {
  border-radius: 10px !important;
}

.pricing-table-one-border {
  border-radius: 4px;
  overflow: hidden;
}

#content .pricing-button a.price_btn {
  border-radius: 2px;
}

.pricing-button a.price_btn {
  border-radius: 3px;
  font-size: 16px;
}

.aq-block .progress.active .bar {
  border-radius: 10px;
}

.aq-block .pricing-table-one-center p {
  padding: 0.6em 0;
}

/*----------//// IE Styles \\\\-------------*/
.ie8 .dropdown-menu,
.ie9 .dropdown-menu {
  display: none;
}

.ie8 .open .dropdown-menu,
.ie9 .open .dropdown-menu {
  display: block;
}

/*----------//// RESPONSIVE \\\\-------------*/
@media screen and (max-width: 1220px) {
  .blog-page table.table td.span2 {
    display: inline-block;
    width: 100%;
  }
  .blog-page .top-content-text tr td {
    display: block;
    border: 1px solid #dedede !important;
    border-top: none !important;
  }
  .blog-page table.table td.span2 span {
    margin-left: 15px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1220px) {
  .blog-page table.table td.post-author {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    float: left;
  }
  .blog-page table.table td:last-child {
    width: 80px;
    border-left: none !important;
    float: left;
  }
}

@media screen and (max-width: 1220px) {
  .middle-content-left .top-content-text ul.donation_ul li img {
    vertical-align: middle;
    top: -2px;
  }
}

@media screen and (max-width: 1211px) {
  .blog-page .block div.jp-audio div.jp-type-single a.jp-mute,
  .blog-page .block div.jp-audio div.jp-type-single a.jp-unmute {
    right: 112px;
  }
  .newsleter-widget #newsleter-form-footer .input-newsletter,
  .search-widget #newsleter-form-footer .input-newsletter {
    width: 60%;
  }
  .newsletter-widget-sidebar .input-newsletter,
  #sidebar .search-input {
    width: 65%;
  }
  .navbar-fixed-top {
    margin: 0;
  }
  .middle-content-left .top-content-text ul.donation_ul li {
    width: 99%;
    display: inline-block;
    text-align: left;
    border-left: none;
    border-top: 1px solid #DEDEDE;
  }
  .middle-content-left .top-content-text ul.donation_ul li:first-child {
    border: none;
    text-align: left;
  }
  .top-content-text ul.donation_ul li span {
    width: 80%;
  }
  .news-home .span2 {
    width: 17%;
    float: left;
  }
  .news-home .span10 {
    width: 79%;
    float: right;
  }
  .top-content-text ul.donation_ul li img {
    position: relative;
    top: 4px;
    vertical-align: top;
  }
  .middle-content-left .block {
    float: left;
    width: 100%;
    padding-bottom: 46px;
  }
  #comments .media-list .media-body {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .demo-2 .sl-slider h2,
  .demo-2 .sl-slider blockquote {
    max-width: 1170px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
  .demo-2 .sl-slider h2,
  .demo-2 .sl-slider blockquote {
    max-width: 940px;
  }
  .navbar .nav > li > a {
    padding: 27px 8px;
  }
  .navbar .nav.show-button > li.dropdown:last-child > a:before {
    width: -webkit-calc( 100% - 3px);
    width: calc( 100% - 3px);
  }
}

@media (min-width: 980px) and (max-width: 1099px) {
  .navbar .navbar-inner .custom-logo-link {
    padding-top: 30px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .recent-posts-widget ul li .span4 {
    float: left;
    width: 25%;
  }
  .recent-posts-widget ul li .span8 {
    float: right;
    width: 64%;
    margin-left: 0;
  }
  .image-relative {
    float: left;
    width: 100%;
  }
  .image-relative a {
    float: left;
    width: 100%;
  }
  .top-content-text {
    float: left;
    width: 100%;
  }
  .sc_event.block .top-content-text {
    float: none;
  }
  .events-page .top-content-text {
    float: none;
  }
  .event-category-page .top-content-text {
    float: none;
  }
  .event-gallery .gallery-type {
    width: 80%;
  }
  .navbar .custom-logo-link {
    padding: 7px 20px 7px 0px;
  }
  .contact-map2 {
    top: 0;
  }
}

@media screen and (max-width: 1060px) {
  .facebook-widget iframe {
    height: 300px !important;
  }
  .single-events .hasCountdown {
    width: 75%;
  }
}

@media screen and (max-width: 990px) {
  .news-home .span2 {
    width: 23%;
  }
  .news-home .span10 {
    width: 73%;
  }
  .top-content-image ul li span {
    font-size: 22px;
  }
  .top-content-image ul li p {
    font-size: 10px;
  }
  .top-content-text ul.donation_ul li span {
    width: 69%;
  }
  #container .tabs-home .top-content-text ul.donation_ul li p {
    width: 69%;
  }
  .middle-content-left .top-content-text ul.donation_ul li {
    display: block;
    border-top: 1px solid #DEDEDE;
    border-left: none;
    width: auto;
  }
  .middle-content-left .top-content-text ul.donation_ul {
    text-align: center;
  }
  #sidebar #wp-calendar tr td,
  #sidebar #wp-calendar tr th {
    padding: 10px 8px;
  }
  .page-404 .container h2,
  .page-404 .container h1 {
    font-size: 170px;
  }
  .our-causes-page .block .top-content-text ul.donation_ul li {
    width: 100%;
    margin: 0 0 20px;
    display: block;
    min-height: 53px;
  }
  .dropdown-submenu {
    padding-left: 20px;
  }
  .navbar .btn-navbar {
    padding: 13px;
    margin: 0;
    position: absolute;
    float: none;
    right: 20px;
    background-image: none;
    border: none;
    text-shadow: none;
    outline: none;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .middle-content-left {
    margin-bottom: 30px;
    text-align: left;
  }
  .middle-content-left .top-content-text ul.donation_ul li:first-child,
  .middle-content-left .top-content-text ul.donation_ul li {
    text-align: left;
    display: block;
  }
  .middle-content-left .top-content-text a {
    float: left;
  }
  .middle-content-left .top-content-text {
    float: left;
    margin-top: 30px;
    width: 100%;
  }
  .middle-content-left .block {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 19px;
  }
  h2.title-divider span {
    font-size: 20px;
    background-image: none;
    background-color: #fff;
    padding: 0 10px 0 0;
  }
  h2.title-divider a {
    margin-top: 10px;
    font-size: 12px;
    padding-left: 10px;
  }
  h2.title-divider {
    background: url("img/title-silver-line.png") repeat-x scroll left 21px transparent;
  }
  #comments .media-list .media-body {
    width: 86%;
  }
  #comments .media-list h5.media-heading {
    font-size: 16px;
  }
  #comments .media-list .inline {
    float: left;
    width: 100%;
  }
  #comments .media-list .inline li {
    font-size: 13px;
  }
  #comments .media-list .inline li:first-child {
    padding-left: 0;
  }
}

@media screen and (max-width: 979px) {
  .navbar-inner .container, .navbar .nav, .navbar .nav > li {
    display: block;
  }
  .navbar-inner .container {
    position: relative;
  }
  .navbar .custom-logo-link {
    float: left;
    padding-left: 20px;
  }
  .menu-wrap {
    text-align: left;
  }
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
  }
  .navbar .nav.show-button > li > a {
    margin-left: 12px;
  }
  .navbar .nav.show-button > li:last-child > a {
    display: inline-block;
  }
  .navbar .nav.show-button > li > ul > li > a {
    padding-left: 27px;
  }
  .navbar .nav.show-button > li:last-child > ul > li:first-child {
    border-top: 0;
  }
  .navbar .nav.show-button > li:last-child > a:before {
    top: 0;
  }
  .navbar .nav.show-button > li.dropdown:last-child > a:before {
    width: 100%;
  }
  .top-content-home .span6 {
    float: left;
    width: 100%;
  }
  .navbar .search-header {
    display: none;
  }
  .search-header {
    float: left;
    width: 100%;
  }
  .search-header .details {
    position: relative;
    width: 50%;
  }
  .images-hover-blog {
    display: none;
  }
  .no-slider-no-news {
    margin-top: 60px;
  }
  .footer-copyright .container p {
    width: 100%;
  }
  .footer-copyright .container {
    text-align: center;
    width: 100%;
  }
  .footer-copyright ul.soc-icon {
    width: 100%;
  }
  .blog-player div.jp-audio div.jp-type-single div.jp-progress {
    width: 48%;
  }
  .single-soc-share .pull-left {
    margin-bottom: 20px;
  }
  .facebook-widget iframe {
    height: 350px !important;
  }
  .navbar-inner .nav-collapse, .nav-collapse.collapse {
    float: left;
    width: 100%;
  }
  .nav-collapse .dropdown-menu {
    display: block;
    height: auto;
    -webkit-transform: scale(1, 1);
  }
  .nav-collapse .dropdown-menu {
    display: block;
    height: auto;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1);
  }
  .fake-navbar {
    display: none;
  }
  .dropdown-menu.second_level .dropdown-menu, .dropdown-menu.second_level {
    margin-top: 0;
  }
  .navbar .nav > li > a {
    padding: 10px 12px;
  }
}

@media screen and (max-width: 850px) {
  .blog-page table.table {
    margin-bottom: 30px;
  }
  .contact-form textarea {
    padding: 10px 0 0 10px;
  }
}

@media screen and (max-width: 800px) {
  .home-photos-events .row-fluid .span3 {
    margin-bottom: 2%;
    margin-left: 2%;
    width: 48%;
  }
  .home-photos-events .row-fluid {
    margin-left: -2%;
    width: 102%;
  }
  .our-causes-page .top-content-text {
    margin-top: 4px;
  }
}

@media screen and (max-width: 795px) {
  #container .tabs-home .home-tab-content .top-content-image {
    margin-bottom: -2px;
  }
}

@media screen and (max-width: 790px) {
  .recent-posts-widget ul li .span4 {
    float: left;
    width: 35%;
  }
  .recent-posts-widget ul li .span8 {
    float: right;
    width: 54%;
    margin-left: 0;
  }
  .blog-page .top-content-image {
    margin: 0 0 30px;
  }
  .director-single-page .top-content-text {
    margin-top: 0;
  }
}

@media screen and (max-width: 780px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  .container {
    width: 95%;
  }
  #comments .media-list img {
    width: 10%;
    margin: 0;
    float: left;
  }
  #comments .media-body {
    width: 80%;
    float: right;
    margin: 0;
  }
  .recent-post-widget-sidebar ul li .span4 {
    width: 15%;
    margin: 0;
    float: left;
  }
  .recent-post-widget-sidebar ul li .span7 {
    width: 80%;
    float: right;
    margin: 0;
  }
  .flickr-widget .span4 {
    width: 31%;
    margin-left: 3%;
    float: left;
  }
  .recent-posts-widget ul li {
    width: 100%;
  }
  .top-content-text a.tab-title-link {
    width: 100%;
  }
  .top-content-text h3 {
    margin-top: 25px;
  }
  .middle-content-left .image-relative img {
    width: 100%;
  }
  h2.title-divider {
    float: left;
    width: 100%;
    margin-bottom: 40px !important;
  }
  .home-photos-events .row-fluid .span3 {
    float: left;
    width: 23%;
    margin-left: 2%;
  }
  .home-video-events .row-fluid .span6 {
    float: left;
    width: 47%;
    margin-left: 3%;
  }
  .home-video-events .row-fluid .span6 img {
    float: left;
    width: 100%;
  }
  .video-archive-page .span3 {
    float: left;
    width: 23%;
    margin-left: 2%;
  }
  .blog-page .row-fluid .span2 {
    float: left;
    width: 20%;
  }
  .blog-page .row-fluid .span10 {
    float: right;
    width: 75%;
  }
  .footer-top .span6 {
    margin-bottom: 20px;
  }
  .home-tab-content .tab-pane .span3 {
    float: left;
    margin-bottom: 30px;
  }
  .middle-content-left {
    margin-bottom: 85px;
    text-align: left;
    float: left;
    width: 100%;
  }
  .middle-content-left .top-content-text ul.donation_ul li:first-child,
  .middle-content-left .top-content-text ul.donation_ul li {
    text-align: left;
    display: block;
  }
  .middle-content-left .top-content-text a {
    float: left;
  }
  .middle-content-left .top-content-text {
    float: left;
    margin-top: 30px;
    width: 100%;
  }
  .middle-content-left .block {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .middle-content-right {
    margin-bottom: 50px;
    text-align: left;
    float: left;
    width: 100%;
  }
  .blog-page table.table {
    margin-bottom: 0;
  }
  .recent-posts-widget ul li .span4 {
    float: left;
    width: 15%;
  }
  .recent-posts-widget ul li .span8 {
    float: right;
    width: 85%;
    margin-left: 0;
  }
  .events-page .top-content-image {
    margin-bottom: 0;
  }
  .our-causes-page .top-content-image {
    margin: 0;
  }
  .our-causes-page .top-content-text h3 {
    margin: 25px 0;
  }
  .blog-page .top-content-image {
    margin: 0 0 30px;
  }
  .blog-page .block .row-fluid .span2 {
    margin-top: 32px;
  }
}

@media screen and (max-width: 770px) {
  #sidebar #wp-calendar tfoot tr,
  #calendar_wrap tbody tr td,
  #calendar_wrap thead tr th,
  #calendar_wrap caption {
    text-align: center !important;
  }
  #sidebar #wp-calendar tfoot tr td {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .page-404 .title-404 {
    margin: 100px auto 0 auto;
  }
  .page-404 .container h2, .page-404 .container h1 {
    font-size: 112px;
  }
  #container .images-single-blog {
    margin: 0 0 20px 0;
  }
  .contact-form input.btn {
    margin-bottom: 0;
  }
  .blog-player div.jp-audio div.jp-type-single div.jp-progress {
    width: 60%;
  }
  .contact-form textarea {
    padding: 15px 0 15px 15px;
    width: 95%;
  }
  #commentform .texteria-holder {
    padding-bottom: 15px;
  }
  .facebook-widget iframe {
    height: 240px !important;
  }
  .images-hover-blog a.blog-link {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #comments .media-list img {
    width: 8%;
  }
  #comments .media-list .media-body {
    width: 88%;
  }
  #comments .media-list [class*=comment-child-] .media-body {
    width: 88%;
  }
  #container {
    overflow: hidden;
  }
  .demo-2 .sl-slider .sl-slide-inner h2 {
    font-size: 40px;
  }
  .demo-2 .sl-slider .sl-slide-inner blockquote p {
    font-size: 18px;
  }
}

@media screen and (max-width: 690px) {
  .container {
    width: 90%;
  }
  #container .tabs-home .nav-tabs li > a {
    padding: 15px 10px;
  }
  .page-404 .container h2, .page-404 .container h1 {
    font-size: 120px;
    line-height: 170px;
  }
  .news-home .span2 {
    width: 26%;
  }
  .pagination .pagination-prev,
  .pagination .pagination-next {
    margin: 0;
  }
}

@media screen and (max-width: 650px) {
  .recent-posts-widget ul li .span4 {
    float: left;
    width: 15%;
  }
  .recent-posts-widget ul li .span8 {
    float: right;
    width: 82%;
    margin-left: 0;
  }
  .page-404 .title-404 {
    margin: 100px auto 0 auto;
  }
  .title-404 h2, .title-404 h1 {
    font-size: 92px;
  }
  .page-404 .container h2 {
    font-size: 92px;
  }
  .page-404 .container span {
    line-height: 35px;
  }
}

@media screen and (max-width: 635px) {
  #container .tabs-home .nav-tabs li > a {
    padding: 15px 5px;
    font-size: 18px;
  }
  #container div.jp-audio div.jp-type-single div.jp-progress {
    width: 48%;
  }
  #container .blog-page .block div.jp-audio div.jp-type-single a.jp-mute,
  #container .blog-page .block div.jp-audio div.jp-type-single a.jp-unmute {
    right: 21%;
  }
  .footer-copyright .container {
    text-align: center;
  }
  .footer-copyright p {
    width: 100%;
    text-align: center;
  }
  .footer-copyright ul.soc-icon {
    float: none;
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 615px) {
  .news-home .span2 {
    width: 30%;
  }
  .news-home .span10 {
    width: 69%;
  }
  .contact-page .map-contact {
    height: 300px;
  }
  #container .table tr td {
    border-left: 1px solid #DEDEDE !important;
    margin-bottom: -1px;
  }
  #container .table tr td.span2 {
    width: 100%;
    position: relative;
  }
  #container #sidebar #wp-calendar td {
    border: none !important;
    margin-bottom: 0;
    display: table-cell;
  }
  #container #sidebar #wp-calendar tr {
    float: none;
  }
  .page-404 .container h2, .page-404 .container h1 {
    font-size: 62px;
  }
}

@media screen and (max-width: 580px) {
  .alignleft, .alignright {
    float: none;
    display: block;
    margin: 5px auto;
  }
  .recent-posts-widget ul li .span4 {
    float: left;
    width: 15%;
  }
  .recent-posts-widget ul li .span8 {
    float: right;
    width: 79%;
    margin-left: 0;
  }
  #container .home-tab-nav #myTab-home {
    border: none !important;
  }
  .home-tab-nav ul#myTab-home li {
    width: 100%;
    border: none;
  }
  #container .tabs-home .nav-tabs > li > a:hover,
  #container .tabs-home .nav-tabs > li > a:focus,
  #container .tabs-home .nav-tabs li > a {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.29);
  }
  #container .tabs-home .nav-tabs > .active > a,
  #container .tabs-home .nav-tabs > .active > a:hover,
  #container .tabs-home .nav-tabs > .active > a:focus {
    border-right: none;
  }
  #container .home-tab-nav #myTab-home {
    float: left;
    width: 100%;
  }
  #container div.jp-audio div.jp-type-single div.jp-progress {
    width: 40%;
  }
  #comments .media-list img {
    width: 10%;
  }
  #comments .media-list .media-body {
    width: 86%;
  }
  #comments .media-list [class*=comment-child-] .media-body {
    width: 86%;
  }
}

@media screen and (max-width: 500px) {
  h1.title-divider span {
    font-size: 33px;
    line-height: 35px;
    background-image: none;
    background-color: #fff;
    padding-right: 20px;
  }
  .breadcrumb {
    margin: -15px 0 15px 0;
  }
  .nav-tabs li a {
    padding: 14px 25px;
  }
  .video-archive-page .span3 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .video-archive-page .span3 img {
    width: 100%;
  }
  .contact-map2 {
    height: 300px;
  }
  .navbar .custom-logo-link {
    padding-right: 0;
  }
  .search-header .details {
    position: relative;
    width: 80%;
  }
  .single-events .hasCountdown {
    width: 84%;
  }
  .single-events .hasCountdown li:last-child {
    display: none;
  }
  .news-home .span2 {
    width: 20%;
  }
  .news-home .span10 {
    width: 80%;
    padding-left: 30px;
  }
  .blog-page table.table td.span2 span {
    margin-left: 0;
    margin-top: 24px;
  }
}

@media screen and (max-width: 400px) {
  .blog-page .row-fluid .span2 {
    width: 20%;
  }
  .blog-page .row-fluid .span10 {
    width: 75%;
  }
  .top-content-image ul li span {
    font-size: 18px;
  }
  .date-box span {
    font-size: 18px;
  }
  .date-box p {
    font-size: 10px;
  }
  .page-404 .container h2, .page-404 .container h1 {
    font-size: 85px;
    line-height: 100px;
  }
  .recent-posts-widget ul li .span4 {
    float: left;
    width: 15%;
  }
  .recent-posts-widget ul li .span8 {
    float: right;
    width: 77%;
    margin-left: 0;
  }
  .search-header .details {
    position: relative;
    width: 90%;
  }
  .page-404 .container h2, .page-404 .container h1 {
    font-size: 72px;
  }
  .top-content-image .hasCountdown li:last-child {
    display: none;
  }
}

@media screen and (max-width: 310px) {
  .home-photos-events .row-fluid .span3 {
    margin: 0 0 20px;
    width: 100%;
  }
  .home-photos-events .row-fluid .span3 a,
  .home-photos-events .row-fluid .span3 img {
    width: 100%;
    float: left;
  }
  .top-content-image .hasCountdown li:last-child {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 979px) {
  .navbar-fixed-top {
    position: static;
  }
  .fake-navbar {
    display: none;
  }
  .navbar .btn-navbar {
    padding: 13px;
    display: block;
  }
  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar-inner .nav-collapse, .nav-collapse.collapse {
    float: left;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: block;
    height: auto;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/************************************************************/
/*                                                          */
/* Wired Impact Additions                                   */
/*                                                          */
/************************************************************/
/* Homepage */
.header-image {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1920px) {
  .header-image {
    background: none !important;
  }
}

@media screen and (min-width: 1921px) {
  .header-image {
    height: 500px;
    overflow: hidden;
    background-position: center top;
    background-size: cover;
  }
}

.header-image img {
  display: block;
}

@media screen and (min-width: 1921px) {
  .header-image img {
    display: none;
  }
}

.header-image h1 {
  position: absolute;
  width: 100%;
  padding: 0 1em;
  margin: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 55px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .header-image h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  .header-image h1 {
    font-size: 22px;
  }
}

@media (min-width: 970px) and (max-width: 1199px) {
  #container .navbar-inner > .container,
  #container .row-fluid > .container {
    width: 100%;
    max-width: 1100px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home .callouts-wrapper {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .callouts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .home .callouts-wrapper.callout-num-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home .callouts {
  margin: 0 0 2.5em 0;
}

@media screen and (min-width: 768px) {
  .home .callouts {
    margin-bottom: 0;
  }
}

.home .callouts:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .home .callout-num-1 .callouts {
    width: 100%;
    max-width: 900px;
  }
  .home .callout-num-2 .callouts {
    width: 47.5%;
  }
  .home .callout-num-3 .callouts {
    width: 31%;
  }
  .home .callout-num-4 .callouts {
    width: 23%;
  }
}

.home .callouts h4 {
  font-size: 26px;
  margin-top: 0;
}

.home .causes-heading {
  margin: 1.385em 0;
  padding-top: 1.385em;
  border-top: 2px solid #ebebeb;
  font-size: 26px;
}

@media screen and (min-width: 768px) {
  .home .causes-heading {
    margin-bottom: 0.75em;
    padding-top: 1.4em;
  }
}

.aq-block-aq_causes_block {
  margin-bottom: 2.5em;
}

.aq-block-aq_causes_block .top-content-image {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .aq-block-aq_causes_block .top-content-image {
    margin-bottom: 30px;
  }
}

.home .tk-video-holder-youtube {
  padding-bottom: 56.68%;
}

.home .wp-post-image {
  margin-bottom: 0;
}

.home .fullwidth-callout {
  padding: 2.5em 0;
  margin: 2.5em 0;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}

.home .fullwidth-callout a.btn {
  margin: 20px 0 0 0;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .home .fullwidth-callout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .fullwidth-callout div:first-child {
    width: 75%;
  }
  .home .fullwidth-callout div:last-child {
    width: 20%;
    margin-left: 5%;
    text-align: right;
  }
  .home .fullwidth-callout a.btn {
    margin: 20px 0;
  }
  .home .fullwidth-callout > div p:last-child {
    margin-bottom: 0;
  }
}

.home .fullwidth-callout h3 {
  margin-top: 0;
}

.halfwidth-callouts-container {
  clear: both;
  margin-bottom: 2.5em;
}

.callouts-wrapper + .halfwidth-callouts-container,
.aq-block-aq_causes_block + .halfwidth-callouts-container {
  margin-top: 2.5em;
  padding-top: 2em;
  border-top: 2px solid #ebebeb;
}

@media screen and (min-width: 768px) {
  .callouts-wrapper + .halfwidth-callouts-container,
  .aq-block-aq_causes_block + .halfwidth-callouts-container {
    margin-top: 2em;
  }
}

.home .halfwidth-callouts {
  margin-top: 25px;
}

.home .halfwidth-callouts:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .home .halfwidth-callouts {
    margin-top: 0;
  }
}

.home .halfwidth-callouts h5 {
  margin-top: 0;
}

.news-block-container {
  clear: both;
}

.callouts-wrapper + .news-block-container {
  margin-top: 2.5em;
}

.news-block-container > h2 {
  padding: 1.385em 0;
  margin: 0;
  font-size: 26px;
  line-height: 32px;
  border-top: 2px solid #ebebeb;
}

@media screen and (min-width: 768px) {
  .news-block-container > h2 {
    padding: 1.4em 0 0.75em;
  }
}

.fullwidth-callout + .news-block-container > h2 {
  border-top: 0;
  margin-top: -1.6666666666667em;
}

.home .news-wrap {
  width: 100%;
  margin-bottom: 2.5em;
}

.home #container .news-wrap .donation_ul > li {
  position: relative;
}

.home #container .news-wrap .donation_ul > li > img {
  position: absolute;
  top: 4px;
}

.home #container .news-wrap .donation_ul > li > p {
  margin-left: 39px;
}

.home .news-wrap .donation_ul a {
  text-decoration: none;
}

/* Basic Form */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 5px 2px 5px 7px;
  margin-bottom: 2px;
}

select {
  height: 31px;
}

/* Sugar Events Calendar */
.type-sc_event h3,
.sc_event.block h3 {
  margin-top: 0;
}

#container .top-content-text ul.donation_ul li span.sc-date-start-end-sep {
  margin: 0 5px;
}

.footer-widgets .span3 .sc_event_sep {
  display: none;
}

.footer-widgets .span3 .sc-date-start-end-sep {
  display: inline;
}

/* Gravity Forms */
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .gform_body select {
  padding: 5px 2px 5px 7px;
}

body .gform_wrapper .gform_body select {
  padding-top: 3px;
}

.gform_wrapper .field_sublabel_above ul.gfield_radio li label, .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
  padding-top: 7px;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_page_footer input.button,
#wivm-sign-up-form input[type=submit],
.post-password-form input[type="submit"] {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

body .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select,
body .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
body .gform_wrapper.gf_browser_chrome .ginput_complex select {
  margin-top: 0;
  margin-bottom: 2px;
}

body .gform_wrapper .gfield_checkbox li input[type=checkbox] {
  margin-top: 6px !important;
}

body .gform_wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper div.StripeElement {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body .gform_wrapper select:not([multiple]):not(.ui-datepicker-month):not(.ui-datepicker-year) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.5em;
  border-radius: 4px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=");
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

body .gform_wrapper .gf_browser_iphone select[multiple] {
  padding-right: 1.5em;
  border-radius: 4px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=");
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 8px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body .gform_wrapper select::-ms-expand {
  display: none;
}

body .gform_wrapper.gf_browser_ie .gform_footer input.button,
body .gform_wrapper.gf_browser_ie .gform_page_footer input.button {
  padding: 9px 14px 8px;
}

body .gform_wrapper .gform_signature_locked_reset {
  display: none !important;
}

/* Stripe Card field */
body .gform_wrapper div.StripeElement {
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 12px 2px 5px 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color linear .2s, 1 -webkit-box-shadow linear .2s;
  transition: border-color linear .2s, 1 -webkit-box-shadow linear .2s;
  transition: border-color linear .2s, 1 box-shadow linear .2s;
  transition: border-color linear .2s, 1 box-shadow linear .2s, 1 -webkit-box-shadow linear .2s;
}

@media (min-width: 642px) {
  body .gform_wrapper div.StripeElement {
    height: 32px;
    padding-top: 7px;
  }
}

body .gform_wrapper .gfield_error div.StripeElement,
body .gform_wrapper .gfield .StripeElement--invalid {
  border: 1px solid #790000;
}

/* Donate and Full Width (no sidebar) Page Template */
@media (max-width: 500px) {
  .page-template-template_donate > #container > .shortcodes-margin,
  .page-template-template-full-width > #container > .shortcodes-margin {
    margin-top: 0;
  }
}

.page-template-template_donate .featured-image img,
.page-template-template-full-width .featured-image img {
  width: 100%;
}

@media (min-width: 501px) {
  .page-template-template_donate .has-featured-image .title-divider,
  .page-template-template-full-width .has-featured-image .title-divider {
    margin-top: -3em;
    margin-left: -20px;
    padding-bottom: 0;
    padding-top: 3px;
    background-color: #FFF;
  }
  .page-template-template_donate .has-featured-image .title-divider ul.breadcrumb,
  .page-template-template-full-width .has-featured-image .title-divider ul.breadcrumb {
    padding-left: 21px;
  }
}

@media (min-width: 1024px) {
  .page-template-template_donate .has-featured-image .title-divider,
  .page-template-template-full-width .has-featured-image .title-divider {
    margin-top: -3.22em;
    margin-left: -31px;
  }
  .page-template-template_donate .has-featured-image .title-divider ul.breadcrumb,
  .page-template-template-full-width .has-featured-image .title-divider ul.breadcrumb {
    padding-left: 30px;
  }
}

@media (min-width: 501px) {
  .page-template-template_donate .has-featured-image .title-divider > span,
  .page-template-template-full-width .has-featured-image .title-divider > span {
    display: block;
    background-color: #fff;
    padding: 0 21px 0;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .page-template-template_donate .has-featured-image .title-divider > span,
  .page-template-template-full-width .has-featured-image .title-divider > span {
    padding: 0 30px 0;
    font-size: 50px;
    font-size: 3.125rem;
  }
}

/* Gravity Forms - Donate Form */
.gform_wrapper .gfield.donate-amount div.ginput_container_radio {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.gform_wrapper .donate-amount .gfield_radio li input[type="radio"] {
  display: none;
}

.gform_wrapper .top_label .donate-amount ul.gfield_radio {
  width: 100%;
}

.gform_wrapper .donate-amount .gfield_radio li {
  width: 32%;
  margin: 0 2% 1.032em 0;
  float: left;
}

.gform_wrapper .donate-amount .gfield_radio li:nth-child(3n+3) {
  margin-right: 0;
}

.gform_wrapper .donate-frequency .gfield_radio li {
  width: 49%;
  margin-right: 2%;
}

.gform_wrapper .donate-amount .gfield_radio li:last-child {
  margin-right: 0;
}

.gform_wrapper .donate-amount .gfield_radio input + label {
  width: 100%;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0.55em 0.2381em;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.donate-amount .gfield_radio input + label:hover,
.gform_wrapper .donate-amount .gfield_radio input:checked + label {
  color: #fff;
  font-weight: normal !important;
  cursor: pointer;
}

body .gform_wrapper .hide-label > .gfield_label {
  display: none;
}

/* Wired Impact Volunteer Management */
.volunteer-opp-info strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#wivm-sign-up-form input[type="text"],
#wivm-sign-up-form input[type="email"] {
  width: 100%;
}

#wivm-sign-up-form input[type=submit] {
  float: none;
}

.footer-widgets .span3 li {
  color: inherit;
}

.footer-widgets .span3 li span {
  display: block;
  font-style: italic;
  font-size: .9em;
}

.footer-widgets .span3 li span strong {
  font-weight: normal;
}

.footer-widgets .widget_wi_volunteer_management_widget ul li:last-child {
  padding-bottom: 8px;
}

.footer-widgets .widget_wi_volunteer_management_widget p {
  padding-top: 8px;
  border-top: 1px solid rgba(223, 223, 223, 0.15);
}

.footer-widgets .widget_wi_volunteer_management_widget p a {
  text-decoration: none;
}

.footer-widgets .widget_wi_volunteer_management_widget p a:after {
  content: '\203A';
  padding-left: 4px;
}

/* Blocks */
.wp-block-button a.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border-radius: 2px;
  margin: 0;
}

.wp-block-button.aligncenter {
  text-align: center;
}

ul.wp-block-gallery {
  margin-left: 0;
}

.sl-wrapper .sl-image .sl-caption {
  color: #5d5d5d;
}

.wp-block-file > a {
  display: inline-block;
}

.wp-block-file > a:not(.wp-block-file__button) {
  margin: 0 10px 10px 0;
}

.wp-block-file a.wp-block-file__button {
  border-radius: 2px;
}

.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
  opacity: 1;
}

.wp-block-table table {
  margin-bottom: 1em;
}

.wp-block-table table.has-background {
  background-color: transparent;
}

.wp-block-table table * {
  word-break: normal;
  word-wrap: normal;
}

.wp-block-table table td,
.wp-block-table table th {
  padding: 15px;
  text-align: left;
}

.wp-block-table table th {
  font-weight: 700;
}

.wp-block-table table td {
  border-top: 1px solid #dfdfdf;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}

.wp-block-table.is-style-stripes table {
  background-color: transparent;
}

.wp-block-table.is-style-stripes table thead th {
  background-color: rgba(0, 172, 238, 0.3);
}

.wp-block-table.is-style-stripes table td {
  background-color: transparent;
  border: none;
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(even) {
  background-color: rgba(0, 172, 238, 0.1);
}

.wp-block-table figcaption {
  margin-bottom: 2em;
}

.wp-block-image figcaption,
.wp-block-table figcaption {
  font-size: 14px;
  color: #696969;
}

.wp-block-image figcaption {
  text-align: center;
}

@media (max-width: 991px) {
  .wp-block-columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wp-block-columns .wp-block-column {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    /* We have to add !important because if the width of the columns are set to a custom percentage
                                            within the Column block options, WordPress uses JavaScript to output the percentage inline. */
    margin-left: 0;
    margin-right: 0;
  }
}

.wp-block-quote {
  margin: 20px 0 20px 20px;
}

.wp-block-quote p {
  font-style: italic;
}

.wp-block-quote cite {
  margin-top: 25px;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
}

.wp-block-wired-impact-progress-bar p.progress-bar-text {
  color: #777;
}

.accordion-tabs .wp-block-wired-impact-section .section-heading h3 {
  font-size: 1.15em;
  line-height: 1.5;
}

.wp-block-wired-impact-tabs .tab a {
  font-size: 1.125em;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}

.inline-cta > a {
  text-decoration: none;
}

.inline-cta > a:not(.has-bg-image) {
  background-image: none;
}

.inline-cta > a .inline-cta-heading {
  font-size: 2em;
  text-transform: uppercase;
}

.inline-cta > a p {
  margin-bottom: 1.7em;
}

.inline-cta > a .inline-cta-btn {
  padding: 0.2em 0.8em 0.25em;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  border-radius: 4px;
}

p + .events-block {
  margin-top: 30px;
}

.container .background-color-outer-container .background-color-inner-container {
  max-width: 1170px;
}

.container .background-color-outer-container .background-color-inner-container > *:first-child {
  margin-top: 0;
}

.container .background-color-outer-container .background-color-inner-container p {
  font-size: 16px;
  font-size: 1rem;
}

.container .background-color-outer-container .background-color-inner-container p.has-text-align-center {
  max-width: 850px;
  margin: 0 auto 10px;
}

.container .background-color-outer-container .background-color-inner-container p:last-of-type {
  margin-bottom: 20px;
}

.container .background-color-outer-container .background-color-inner-container .wp-block-button .wp-block-button__link:not(.button):hover,
.container .background-color-outer-container .background-color-inner-container .wp-block-button .wp-block-button__link:not(.button):focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.left a.wp-block-wired-impact-logo.logo-block-container,
.left div.wp-block-wired-impact-logo.logo-block-container {
  width: 170px;
  height: 117px;
}

a.wp-block-wired-impact-logo.logo-block-container,
div.wp-block-wired-impact-logo.logo-block-container {
  border-color: #c9c4c4;
}

.person-outer-container .person-details h2.person-name {
  margin-top: 0;
  font-size: 1.6rem;
}

.person-outer-container .person-details span.person-position,
.person-outer-container .person-details a.person-email-address,
.person-outer-container .person-details span.person-phone-number {
  font-size: 1rem;
}

.person-outer-container .person-details a.person-email-address:before {
  color: #5d5d5d;
}

.horizontal-section-outer-container > a {
  text-decoration: none;
}

.horizontal-section-outer-container h2 {
  margin-top: 0;
}

p + .horizontal-section-outer-container {
  margin-top: 30px;
}

.horizontal-section-content {
  background-color: #efefef;
}

@media (min-width: 850px) {
  .horizontal-section-outer-container.has-image .horizontal-section-content {
    min-height: 150px;
  }
}

iframe[src*="google.com/maps/"] {
  margin-bottom: 25px;
  width: 100%;
  height: 340px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  iframe[src*="google.com/maps/"] {
    height: 450px;
  }
}

@media (min-width: 1100px) {
  iframe[src*="google.com/maps/"] {
    height: 590px;
  }
}

.page-template-template-full-width *:not(.wp-block-column) > iframe[src*="google.com/maps/"] {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  width: 100vw;
}

@media (hover: hover) and (pointer: fine) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .page-template-template-full-width *:not(.wp-block-column) > iframe[src*="google.com/maps/"] {
    left: -webkit-calc( 50% + 8px);
    left: calc( 50% + 8px);
    width: -webkit-calc( 100vw - 17px);
    width: calc( 100vw - 17px);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-template-template-full-width *:not(.wp-block-column) > iframe[src*="google.com/maps/"] {
    left: -webkit-calc( 50% + 8px);
    left: calc( 50% + 8px);
    width: -webkit-calc( 100vw - 16px);
    width: calc( 100vw - 16px);
  }
}

.page-template-template-full-width .container *:not(.wp-block-column) > .wp-block-wired-impact-background-color.background-color-outer-container + iframe[src*="google.com/maps/"] {
  margin-top: -25px;
}

.page-template-template-full-width .container *:not(.wp-block-column) > iframe[src*="google.com/maps/"] + .wp-block-wired-impact-background-color.background-color-outer-container {
  margin-top: -32px;
}

.page-template-template-full-width .container *:not(.wp-block-column) > iframe[src*="google.com/maps/"]:last-child {
  margin-bottom: -94px;
}

body .wp-block-latest-posts {
  margin-left: 0;
}

body .wp-block-latest-posts > li {
  list-style-type: none;
  margin-bottom: 1.5em;
}

body .wp-block-latest-posts > li > a {
  font-size: 20px;
}

body .wp-block-latest-posts > li time {
  margin-top: 4px;
}

body .wp-block-latest-posts > li .wp-block-latest-posts__featured-image {
  margin-bottom: 0.5em;
}

body .wp-block-latest-posts > li .wp-block-latest-posts__featured-image > img {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  body .wp-block-latest-posts.is-grid > li {
    margin-bottom: 2em;
  }
}

body .wp-block-latest-posts.aligncenter {
  text-align: center;
}

.wi-icon-block-icon > i {
  color: #202020;
}

.incorrect-post-password {
  color: #790000;
  font-weight: 700;
  padding: 25px;
  border: 1px solid #C89797;
  border-radius: 4px;
  background-color: rgba(255, 223, 224, 0.25);
}

/*# sourceMappingURL=style.css.map */
