html {
  font-family: "Lato", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  /*  base font size  15px= 1em*/
  margin: 0;
  color: #909497; }

h1 {
  font-size: 43px; }

h2 {
  font-size: 33px; }

h3 {
  font-size: 27px; }

h4 {
  font-size: 23px; }

h5 {
  font-size: 21px;
  font-weight: normal; }

h6 {
  font-size: 19px;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  color: #202020; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #202020;
  font-weight: 700; }

p {
  font-size: 15px;
  margin: 0 0 1.75em;
  color: #646667;
  line-height: 1.7em; }

a {
  color: #646667; }

a, a:hover, a:focus, a:active {
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #c8385e; }

img {
  max-width: 100%; }

/**
 * 4.0 - Forms
 */
input {
  line-height: normal; }

/*button,
button[disabled]:hover,
button[disabled]:focus,*/
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  font-size: 1em;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: none; }

/* 
button:hover,
button:focus,*/
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #00b2b7; }

/*button:focus,*/
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0; }

::-webkit-input-placeholder {
  color: #b0b0b0; }

::-moz-placeholder {
  color: #b0b0b0; }

:-ms-input-placeholder {
  color: #b0b0b0; }

:-moz-placeholder {
  color: #b0b0b0; }

.post-password-form {
  margin-bottom: 1.75em; }

.post-password-form label {
  color: #686868;
  display: block;
  font-family: 'Dosis', sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase; }

.post-password-form input[type="password"] {
  margin-top: 0.4375em; }

.post-password-form > :last-child {
  margin-bottom: 0; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }

blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

/**
 * 6.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table; }

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both; }

/**
 * 7 - Galleries
 */
.gallery {
  margin: 0 -1.1666667% 1.75em; }

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.fixed-top-menu {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #000; }

.admin-bar {
  /*	.header.transparent-menu {
  		@include breakpoint(tablet){
  			top: 0px;
  			@include breakpoint(mobile-large){
  				top: 14px;
  			}
  		}
  	}*/ }
  .admin-bar .fixed-top-menu.header-style2 {
    top: -20px; }
    @media (max-width: 990px) {
      .admin-bar .fixed-top-menu.header-style2 {
        top: 32px; } }
  .admin-bar .fixed-top-menu.header-style4 {
    top: 32px; }

.transparent-menu .primary-menu .navbar .menu li a {
  color: rgba(255, 255, 255, 0.6); }

.transparent-menu.header-style3 .fixed-top-menu.primary-menu .navbar .menu li.current-menu-parent > a {
  color: #fff; }

header.header.header-style3 .primary-menu .navbar .menu li.current-menu-parent > a {
  color: #fff !important; }

@media (max-width: 990px) {
  .primary-menu {
    padding: 0 !important; } }
.primary-menu .navbar {
  margin-bottom: 0; }
  @media (max-width: 990px) {
    .primary-menu .navbar {
      position: inherit; } }
  @media (max-width: 990px) {
    .primary-menu .navbar .navbar-header {
      height: 75px;
      width: 100%;
      position: absolute;
      background: #252525;
      z-index: 9999;
      left: 0;
      top: 0;
      right: 0; } }
  @media (max-width: 990px) and (max-width: 640px) {
    .primary-menu .navbar .navbar-header {
      padding: 15px 20px;
      background-color: #000; } }

  .primary-menu .navbar .menu {
    float: right;
    margin: 0px 20px 0px 0px;
    padding: 0;
    list-style: none; }
    @media (max-width: 990px) {
      .primary-menu .navbar .menu {
        display: none !important; } }
    .primary-menu .navbar .menu li {
      float: left; }
      .primary-menu .navbar .menu li:hover .dropdown-menu {
        visibility: visible;
        top: 120%;
        opacity: 1; }
      .primary-menu .navbar .menu li a {
        font-size: 15px;
        padding: 13px 15px;
        color: #202020;
        width: 100%;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase; }
      .primary-menu .navbar .menu li .dropdown-menu {
        min-width: 220px;
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.1);
        z-index: 1;
        display: block;
        visibility: hidden;
        top: 150%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0; }
        .primary-menu .navbar .menu li .dropdown-menu li {
          width: 100%; }
          .primary-menu .navbar .menu li .dropdown-menu li a {
            display: block;
            font-size: 95%;
            padding: 10px 30px;
            color: #646667; }
            .primary-menu .navbar .menu li .dropdown-menu li a:hover {
              color: #c8385e; }
          .primary-menu .navbar .menu li .dropdown-menu li .active-submenu {
            color: #c8385e; }
    .primary-menu .navbar .menu li.current-menu-parent > a {
      color: #c8385e; }
    .primary-menu .navbar .menu li.open > a {
      color: #c8385e; }
.primary-menu .dropdown-menu > .active a,
.primary-menu .dropdown-menu > .active a:focus,
.primary-menu .dropdown-menu > .active a:hover {
  background-color: #f5f5f5; }

.header-style1 .fixed-top-menu .navbar .menu li a {
  color: rgba(255, 255, 255, 0.6); }
.header-style1 .fixed-top-menu .navbar .menu li.current-menu-parent > a {
  color: #c8385e; }
.header-style1 .fixed-top-menu .navbar .menu li.open > a {
  color: #c8385e; }

.primary-menu .navbar .menu li:hover ul.dropdown-menu ul {
  margin-left: 0;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0; }

.primary-menu .navbar .menu li ul.dropdown-menu li:hover > ul {
  visibility: visible;
  opacity: 1; }

.admin-bar header.transparent-menu {
  margin-top: 32px; }
@media (max-width: 990px) {
  .admin-bar header.header.header-style2 .primary-menu .navbar-header .logo2 {
    top: 23px; } }

header.transparent-menu {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9; }

header.header.header-style1 .primary-menu {
  padding-left: 50px;
  padding-right: 50px; }
header.header.header-style1 a.logo {
  display: block; }
  @media (max-width: 990px) {
    header.header.header-style1 a.logo {
      position: absolute;
      top: 10px;
      right: 30px; } }

header.header .primary-menu {
  position: relative;
  padding: 25px 0px; }
  header.header .primary-menu .navbar {
    border: none; }
    header.header .primary-menu .navbar h3 {
      margin-top: 9px; }
      header.header .primary-menu .navbar h3 a {
        color: #c8385e; }

a.logo2,
a.logo {
  display: none;
  padding: 5px 0; }

.scd-box {
  float: right;
  margin-top: 10px; }
  .scd-box .search-box {
    display: inline-block;
    margin-right: 20px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer; }
  @media (max-width: 990px) {
    .scd-box {
      position: absolute;
      left: 50%;
      z-index: 9999;
      top: 18px;
      margin: 0 !important;
      transform: translateX(-50%) !important; } }
  @media (max-width: 990px) and (max-width: 640px) {
    .scd-box {
      display: none; } }
  @media (max-width: 990px) {
      .scd-box .donate-now {
        padding: 6px 30px; }
      .scd-box .search-box {
        color: #fff !important; } }

.menu-wrap {
  z-index: 9999999; }

.close-button:focus {
  background-color: transparent; }

.close-button:active {
  background-color: transparent; }

.menu-button {
  position: fixed; }
  .menu-button:active {
    background-color: transparent; }
  .menu-button:focus {
    background-color: transparent; }

.header-top {
  background-color: #202020;
  padding: 13px 0; }
  @media (max-width: 990px) {
    .header-top {
      display: none; } }

.site-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }
  .site-contact-info li {
    float: left;
    margin-left: 25px;
    font-weight: 700;
    color: #fff; }
    .site-contact-info li .sci-left {
      font-weight: 400;
      margin-right: 4px; }
      .site-contact-info li .sci-left i {
        margin-right: 4px; }

header.header.header-style2 .primary-menu {
  padding: 0 0px; }
  @media (max-width: 990px) {
    header.header.header-style2 .primary-menu .navbar-header {
      padding: 0; }
      header.header.header-style2 .primary-menu .navbar-header .logo2 {
        position: absolute;
        right: 30px;
        top: 15px;
        padding: 0 !important; } }
  header.header.header-style2 .primary-menu .navbar-header .menu-toggle .icon-bar {
    background-color: #c8385e; }
  header.header.header-style2 .primary-menu .scd-box {
    margin: 23px 0; }
    header.header.header-style2 .primary-menu .scd-box .search-box {
      color: #909497;
      margin: 12px 20px 12px 0; }
  header.header.header-style2 .primary-menu .menu li a {
    color: #909497;
    padding: 35px 15px; }
  header.header.header-style2 .primary-menu .menu li .dropdown-menu li a {
    padding: 13px 20px;
    color: #909497; }
  header.header.header-style2 .primary-menu .menu li:hover .dropdown-menu {
    top: 98%; }
  header.header.header-style2 .primary-menu .menu li.current-menu-parent a, header.header.header-style2 .primary-menu .menu li.current-menu-item a {
    color: #c8385e; }
  header.header.header-style2 .primary-menu .menu li.current-menu-parent a.active-submenu, header.header.header-style2 .primary-menu .menu li.current-menu-item a.active-submenu {
    color: #c8385e; }
  header.header.header-style2 .primary-menu .menu li.open a {
    color: #c8385e; }
  header.header.header-style2 .primary-menu .navbar-header .logo2 {
    padding: 26px 0;
    display: block; }
  header.header.header-style2 .primary-menu .navbar-header .logo {
    display: none; }

header.header.header-style3 .navbar-header .logo {
  display: block; }
  @media (max-width: 990px) {
    header.header.header-style3 .navbar-header .logo {
      position: absolute;
      top: 15px;
      right: 30px; } }
header.header.header-style3 .primary-menu .navbar .menu li.current-menu-parent > a {
  color: #202020; }
header.header.header-style3 .custom-btn {
  background-color: #fff;
  color: #c8385e; }

header.header.header-style4 {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative; }
  header.header.header-style4 .search-box i {
    color: #c8385e; }
  header.header.header-style4 > .primary-menu {
    display: none; }
    @media (max-width: 990px) {
      header.header.header-style4 > .primary-menu {
        display: block; } }
    header.header.header-style4 > .primary-menu > .navbar > .navbar-header > .logo {
      display: none; }
      @media (max-width: 990px) {
        header.header.header-style4 > .primary-menu > .navbar > .navbar-header > .logo {
          display: block;
          float: right;
          padding: 25px; } }
  @media (max-width: 990px) and (max-width: 640px) {
    header.header.header-style4 > .primary-menu > .navbar > .navbar-header > .logo {
      padding: 5px; } }

  header.header.header-style4 .primary-menu {
    padding: 0; }
    header.header.header-style4 .primary-menu .menu > li > a {
      padding: 38px 10px; }
    header.header.header-style4 .primary-menu .menu > li:hover .dropdown-menu {
      top: 99%; }
  header.header.header-style4 .site-contact {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%); }
  header.header.header-style4 .scd-box {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    text-align: center; }
  header.header.header-style4 .center-logo {
    width: 16%;
    float: left;
    text-align: center; }
    @media (max-width: 990px) {
      header.header.header-style4 .center-logo {
        display: none; } }
    header.header.header-style4 .center-logo .logo {
      display: block;
      padding: 35px 10px; }
  header.header.header-style4 .menu-left {
    width: 42%;
    float: left; }
    @media (max-width: 990px) {
      header.header.header-style4 .menu-left {
        display: none; } }
  header.header.header-style4 .menu-right {
    width: 42%;
    float: left; }
    @media (max-width: 990px) {
      header.header.header-style4 .menu-right {
        display: none; } }
  header.header.header-style4.fixed-top-menu {
    background-color: #fff; }

.custom-btn {
  font-size: 15px;
  color: #fff;
  background-color: #c8385e;
  display: inline-block;
  padding: 10px 30px;
  line-height: 1.3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
  font-weight: 700; }
  .custom-btn:hover {
    color: #fff; }
  .custom-btn:active {
    color: #fff; }
  @media (max-width: 990px) {
    .custom-btn {
      font-size: 14px; } }
  @media (max-width: 990px) and (max-width: 400px) {
    .custom-btn {
      font-size: 12px;
      padding: 8px 19px; } }

.custom-btn.small-btn {
  padding: 8px 20px;
  background-color: #f0f3f7;
  color: #646667;
  transition: all 0.3s ease-in-out; }
  .custom-btn.small-btn:hover {
    background-color: #c8385e;
    color: #fff; }

.custom-btn.btn-border {
  font-size: 15px;
  color: #646667;
  background-color: #fff;
  border: 2px solid #ececec;
  display: inline-block;
  padding: 10px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1; }
  .custom-btn.btn-border:hover {
    color: #fff;
    background-color: #c8385e;
    border-color: #c8385e; }

.custom-btn.btn3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .custom-btn.btn3:focus {
    color: #fff; }

.button-shadow {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .button-shadow:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 10px 27px 0px rgba(131, 15, 15, 0.4);
    -moz-box-shadow: 0px 10px 27px 0px rgba(131, 15, 15, 0.4);
    box-shadow: 0px 10px 27px 0px rgba(131, 15, 15, 0.4); }

.button-shadow-black {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .button-shadow-black:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.4); }

.banner-area {
  position: relative; }
  @media (max-width: 640px) {
    .banner-area {
      padding-top: 75px; } }
  .banner-area .banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto; }
    .banner-area .banner-content .banner-text {
      max-width: 570px;
      width: 100%;
      text-align: left; }
      @media (max-width: 768px) {
        .banner-area .banner-content .banner-text {
          margin: auto;
          text-align: center; } }
      .banner-area .banner-content .banner-text h1 {
        font-size: 4.875em;
        color: #fff; }
        @media (max-width: 990px) {
          .banner-area .banner-content .banner-text h1 {
            font-size: 2.875em; } }
  @media (max-width: 990px) and (max-width: 768px) {
    .banner-area .banner-content .banner-text h1 {
      font-size: 1.875em; } }

  @media (max-width: 990px) and (max-width: 768px) and (max-width: 400px) {
    .banner-area .banner-content .banner-text h1 {
      font-size: 1.575em;
      margin: 5px 0; } }

      .banner-area .banner-content .banner-text p {
        font-size: 29px;
        margin-bottom: 1.3em;
        color: #fff;
        font-weight: 300;
        line-height: 1.2em; }
        @media (max-width: 990px) {
          .banner-area .banner-content .banner-text p {
            font-size: 1em; } }
  @media (max-width: 990px) and (max-width: 400px) {
    .banner-area .banner-content .banner-text p {
      margin-bottom: 7px; } }

      .banner-area .banner-content .banner-text .custom-btn {
        background-color: #fff;
        color: #646667; }
        .banner-area .banner-content .banner-text .custom-btn:hover {
          background-color: #c8385e;
          color: #fff; }
  .banner-area img {
    width: 100%; }

.banner-style2 {
  padding-top: 0; }

.banner-area .banner-content .banner-text2 {
  text-align: center; }
  .banner-area .banner-content .banner-text2 h1 {
    font-size: 2.625em;
    color: #fff;
    font-weight: 900; }
    .banner-area .banner-content .banner-text2 h1 span {
      font-weight: 300; }
    @media (max-width: 400px) {
      .banner-area .banner-content .banner-text2 h1 {
        font-size: 1.625em; } }
  .banner-area .banner-content .banner-text2 p {
    font-size: 21px;
    color: #fff;
    font-weight: 400; }
    @media (max-width: 400px) {
      .banner-area .banner-content .banner-text2 p {
        font-size: 15px; } }
  .banner-area .banner-content .banner-text2 .urgent-cause {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2); }
    .banner-area .banner-content .banner-text2 .urgent-cause .vhsr {
      margin-bottom: 0; }
  @media (max-width: 990px) {
    .banner-area .banner-content .banner-text2 .banner-donate {
      display: none; } }
  .banner-area .banner-content .banner-text2 .custom-btn.donate-now {
    background-color: #c8385e;
    color: #fff; }

@media (max-width: 990px) {
  .banner-style3 {
    text-align: center; } }
.banner-style3 .banner-image {
  margin-top: 100px;
  margin-right: 80px;
  display: inline-block;
  box-shadow: 0px 12px 30px 4px rgba(0, 0, 0, 0.6); }
  @media (max-width: 990px) {
    .banner-style3 .banner-image {
      margin-right: 0px;
      margin-bottom: 60px; } }
  .banner-style3 .banner-image img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
.banner-style3 .banner-content {
  transform: translateY(35%); }
  @media (max-width: 990px) {
    .banner-style3 .banner-content {
      position: static;
      transform: translateY(0px); } }
  .banner-style3 .banner-content .banner-text2 {
    text-align: center; }
    .banner-style3 .banner-content .banner-text2 h1 {
      color: #fff; }
    .banner-style3 .banner-content .banner-text2 p {
      color: #fff; }
    @media (max-width: 990px) {
      .banner-style3 .banner-content .banner-text2 .banner-donate {
        display: block; } }

.gradient-background-rgba {
  background: -webkit-linear-gradient(rgba(200, 56, 94, 0.8), rgba(254, 199, 108, 0.8));
  background: -o-linear-gradient(rgba(200, 56, 94, 0.8), rgba(254, 199, 108, 0.8));
  background: -moz-linear-gradient(rgba(200, 56, 94, 0.8), rgba(254, 199, 108, 0.8));
  background: linear-gradient(rgba(200, 56, 94, 0.8), rgba(254, 199, 108, 0.8)); }

.gradient-background {
  background: -webkit-linear-gradient(#c8385e, #fec76c);
  background: -o-linear-gradient(#c8385e, #fec76c);
  background: -moz-linear-gradient(#c8385e, #fec76c);
  background: linear-gradient(#c8385e, #fec76c); }

.banner-hcyh {
  margin: 0;
  padding: 0;
  list-style: none; }
  .banner-hcyh li {
    overflow: hidden;
    padding: 5px; }
    .banner-hcyh li .banner-hcyh-icon {
      display: inline-block;
      margin-right: 10px;
      width: 55px;
      height: 55px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      background-color: #202020;
      font-size: 1.4em;
      line-height: 2.3em;
      color: #fff;
      text-align: center; }
      @media (max-width: 990px) {
        .banner-hcyh li .banner-hcyh-icon {
          width: 40px;
          height: 40px;
          line-height: 2em; } }
    .banner-hcyh li .banner-hcyh-text {
      display: inline-block;
      margin: 16px 0;
      font-weight: 700; }
      @media (max-width: 990px) {
        .banner-hcyh li .banner-hcyh-text {
          margin: 8px 0; } }

.banner-style4 {
  background-position: center center; }
  @media (max-width: 768px) {
    .banner-style4 {
      background-size: 150%; } }

@media (max-width: 400px) {
  .banner-area.banner-style4 {
    padding-top: 0; } }
.banner-area.banner-style4 .banner-content {
  position: static;
  transform: translateY(0%);
  padding: 120px 0; }
  @media (max-width: 640px) {
    .banner-area.banner-style4 .banner-content {
      padding: 50px 0; } }
  .banner-area.banner-style4 .banner-content .banner-text {
    max-width: 614px; }
    .banner-area.banner-style4 .banner-content .banner-text h1 {
      color: #202020;
      text-transform: uppercase;
      font-weight: 900; }
    .banner-area.banner-style4 .banner-content .banner-text p {
      color: #646667;
      margin-bottom: 25px; }
    .banner-area.banner-style4 .banner-content .banner-text .custom-btn {
      background-color: #c8385e;
      color: #fff; }
    .banner-area.banner-style4 .banner-content .banner-text .banner-hcyh {
      margin-bottom: 30px; }
      @media (max-width: 990px) {
        .banner-area.banner-style4 .banner-content .banner-text .banner-hcyh {
          margin-bottom: 20px; } }
  @media (max-width: 990px) and (max-width: 768px) {
    .banner-area.banner-style4 .banner-content .banner-text .banner-hcyh {
      display: none; } }

.volunteer-help-section {
  padding: 36px 0;
  font-weight: 300;
  color: #909497;
  text-align: center; }
  .volunteer-help-section .volunter-help-section-right {
    float: right; }
    @media (max-width: 990px) {
      .volunteer-help-section .volunter-help-section-right {
        float: none !important; } }
    .volunteer-help-section .volunter-help-section-right .custom-btn {
      margin-left: 10px; }

.vhsl h6 {
  font-weight: 300;
  margin: 10px 0;
  color: #909497;
  font-weight: 400; }
  .vhsl h6 a {
    color: #c8385e;
    font-weight: 700;
    text-decoration: underline; }

.donate-item {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px; }
  @media (max-width: 990px) {
    .donate-item {
      text-align: center;
      margin-bottom: 30px; } }
  .donate-item .thumb > .content {
    transition: all 0.3s ease-in-out; }
  .donate-item:hover > .thumb > .content {
    bottom: 10px; }
  .donate-item > .content {
    padding: 30px;
    text-align: center; }
    .donate-item > .content .custom-btn {
      text-transform: capitalize;
      padding: 8px 25px; }

@media (max-width: 990px) {
  .progress {
    max-width: 450px;
    width: 100%; } }

.progressbar-wrapper .progress {
  height: 11px;
  background-color: #f2f3f7;
  box-shadow: none;
  margin-bottom: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
  @media (max-width: 990px) {
    .progressbar-wrapper .progress {
      max-width: 450px;
      width: 100%; } }
  .progressbar-wrapper .progress .progress-bar {
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    background-color: #c8385e; }
.progressbar-wrapper h6 {
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 17px;
  color: #909497; }
  .progressbar-wrapper h6 span {
    color: #202020;
    font-weight: 700; }
  .progressbar-wrapper h6 .separator {
    color: #e3e3e3; }

.donate-counter-up {
  overflow: hidden;
  margin-bottom: 22px; }

.counter-up-item {
  text-align: center;
  padding: 5px; }
  .counter-up-item .counter-up-item-inner {
    background-color: #f0f3f7;
    padding: 60px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .counter-up-item .counter-up-item-inner .number-outer {
      display: block;
      font-size: 3.25em;
      line-height: 1.3;
      font-style: italic;
      font-weight: 300;
      color: #c8385e; }
    .counter-up-item .counter-up-item-inner .count-name {
      font-size: 1.5em; }

.become-donator {
  text-align: center;
  padding: 20px 0; }
  .become-donator h4 {
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px; }

.urgent-cause-section {
  background-repeat: no-repeat;
  background-size: cover; }
  .urgent-cause-section .section-head h2 {
    color: #fff; }
  .urgent-cause-section .urgent-cause {
    max-width: 920px;
    width: 100%;
    margin: auto;
    padding: 60px; }
  .urgent-cause-section .urgent-cause.separator:after {
    top: 50%; }

.urgent-cause.separator {
  position: relative; }
  .urgent-cause.separator:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: url(../../assets/img/sep.png) repeat;
    left: 0;
    top: 40%; }

.already-donated {
  margin: 0;
  list-style: none;
  padding: 0; }
  .already-donated .donate-person {
    width: 13%;
    display: inline-block;
    padding: 0 5px; }
    @media (max-width: 640px) {
      .already-donated .donate-person {
        width: 47%;
        margin-bottom: 15px; } }
  @media (max-width: 640px) and (max-width: 400px) {
    .already-donated .donate-person {
      width: 100%; } }

    .already-donated .donate-person a, .already-donated .donate-person span {
      display: block;
      overflow: hidden; }
      .already-donated .donate-person a img, .already-donated .donate-person span img {
        width: 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
    .already-donated .donate-person .amount {
      color: #202020;
      font-weight: 700; }
    .already-donated .donate-person:hover img {
      transform: scale(1.2); }

@media (max-width: 990px) {
  .uc-event-item {
    text-align: center; } }
.uc-event-item .thumb img {
  max-width: 100%; }
.uc-event-item .thumb .content {
  text-align: left;
  padding: 20px 30px;
  z-index: 2; }

.countdown-wrapper {
  display: inline-block;
  float: left; }
  @media (max-width: 640px) {
    .countdown-wrapper {
      float: none; } }

.countdown {
  padding: 25px 0;
  margin: 0 0 10px 0; }
  @media (max-width: 640px) {
    .countdown {
      padding-bottom: 10px; } }
  .countdown .countdown-item {
    width: 80px;
    display: inline-block;
    text-align: center;
    margin: 0 0px; }
    @media (max-width: 640px) {
      .countdown .countdown-item {
        margin-bottom: 10px; } }
    .countdown .countdown-item .countdown-item-inner .count-text {
      margin: 0 7px;
      text-transform: uppercase;
      color: #909497; }
    .countdown .countdown-item .countdown-item-inner .count-number {
      width: 65px;
      height: 65px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid #f0f3f7;
      display: block;
      font-size: 1.5em;
      line-height: 2.7em;
      display: inline-block;
      color: #646667;
      font-weight: 700; }

.widget .countdown {
  padding: 25px 0; }
  .widget .countdown .countdown-item {
    width: 60px;
    display: inline-block;
    text-align: center;
    margin: 0 2px; }
    .widget .countdown .countdown-item .countdown-item-inner .count-text {
      margin: 0 3px;
      text-transform: uppercase;
      color: #909497; }
    .widget .countdown .countdown-item .countdown-item-inner .count-number {
      width: 55px;
      height: 55px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid #f0f3f7;
      display: block;
      font-size: 1.3em;
      line-height: 2.2em;
      display: inline-block;
      color: #646667;
      font-weight: 700; }

.uc-content {
  background-color: #fff;
  overflow: hidden;
  padding: 0 10px; }
  @media (max-width: 640px) {
    .uc-content {
      margin-bottom: 50px;
      padding-bottom: 30px; } }
  .uc-content .custom-btn {
    float: right;
    margin: 50px 0; }
    @media (max-width: 640px) {
      .uc-content .custom-btn {
        float: none;
        margin: 0; } }

.event-list-item {
  background-color: #fff;
  padding: 15px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  min-height: 90px; }
  @media (max-width: 640px) {
    .event-list-item {
      text-align: center; } }

.event-time {
  width: 100px;
  height: 80px;
  background-color: #c8385e;
  float: left;
  text-align: center;
  padding: 5px 0;
  margin-right: 15px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  @media (max-width: 640px) {
    .event-time {
      float: none;
      margin: auto; } }
  .event-time .day {
    font-size: 2.875em;
    color: #fff;
    font-weight: 300;
    display: block;
    line-height: 1.2em; }
  .event-time .month {
    font-size: 1em;
    text-transform: uppercase;
    color: #fff; }

.event-name.content {
  padding: 0 0;
  display: inline-block; }
  .event-name.content .title {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px; }
    .event-name.content .title a {
      color: #202020;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .event-name.content .title a:hover {
        color: #c8385e; }
  .event-name.content p {
    margin: 0; }
  .event-name.content .event-location {
    margin-bottom: 8px; }

.event-list-view-2col .event-name.content,
.widget .event-name.content {
  display: inline-block;
  position: absolute;
  top: 15px; }

.hcyh-section {
  background-position: top center; }
  .hcyh-section .section-head {
    margin-bottom: 100px; }
    .hcyh-section .section-head h2 {
      color: #fff; }

.hcyh-section.style2 {
  background-image: url(../../assets/images/homepage1/hcyh-bg2.jpg); }

.hcyh-item {
  background-color: #fff;
  padding: 60px 30px 30px 30px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  @media (max-width: 990px) {
    .hcyh-item {
      margin-bottom: 70px; } }
  .hcyh-item .hcyh-icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #c8385e;
    color: #fff;
    font-size: 2.5em;
    line-height: 2.5em;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .hcyh-item .hcyh-icon i {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .hcyh-item .hcyh-icon:after {
      content: "";
      position: absolute;
      left: -5px;
      top: -5px;
      width: 110px;
      height: 110px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 5px solid rgba(255, 255, 255, 0.2);
      z-index: -9; }
  .hcyh-item:hover .hcyh-icon {
    background-color: #000;
    color: #fff; }
    .hcyh-item:hover .hcyh-icon:after {
      border: 5px solid #fff; }
  .hcyh-item:hover .title > a {
    color: #c8385e; }
  .hcyh-item .custom-btn {
    background-color: transparent;
    border: 2px solid #ececec;
    line-height: 1.3; }
    .hcyh-item .custom-btn:hover {
      border-color: #c8385e; }

.volunteer-section .custom-btn {
  margin-top: 50px; }

.volunteer-item {
  padding: 7px; }
  .volunteer-item .volunteer-item-inner {
    background-color: #fff;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    @media (max-width: 400px) {
      .volunteer-item .volunteer-item-inner {
        text-align: center; } }
  .volunteer-item .volunteer-image {
    float: left;
    margin-right: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .volunteer-item .volunteer-image img {
      width: 80px;
      height: 80px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    @media (max-width: 400px) {
      .volunteer-item .volunteer-image {
        float: none;
        margin: auto; } }
  .volunteer-item .volunteer-content {
    display: table; }
    .volunteer-item .volunteer-content .name {
      display: block;
      margin: 3px 0; }
    .volunteer-item .volunteer-content .designation {
      margin-bottom: 10px;
      display: block; }
    .volunteer-item .volunteer-content p {
      margin-bottom: 0; }
  .volunteer-item:hover .name a {
    color: #c8385e; }
  .volunteer-item:hover .volunteer-image {
    transform: scale(1.1); }

.newsletter-area .section-head {
  margin-bottom: 30px; }

@media (max-width: 990px) {
  .newsletter {
    text-align: center; } }
.newsletter > form > .input {
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  display: inline-block;
  position: relative; }
  @media (max-width: 990px) {
    .newsletter > form > .input {
      width: 100%;
      margin-bottom: 20px; } }
  .newsletter > form > .input input {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 18px 30px;
    background-color: transparent;
    border: 2px solid #595456; }
  .newsletter > form > .input .fa-envelope-open-o {
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -9px;
    color: #909497; }
.newsletter > form p {
  display: inline-block; }
  .newsletter > form p .custom-btn {
    padding: 16px 50px;
    border: none;
    margin-left: 5px; }

.footer-area {
  border-top: 3px solid #c8385e; }
  .footer-area .footer-top {
    background-color: #202020;
    padding: 70px 0; }
    @media (max-width: 768px) {
      .footer-area .footer-top {
        padding-left: 50px;
        padding-right: 50px; } }
    .footer-area .footer-top .widget {
      padding: 0 15px; }
      .footer-area .footer-top .widget h3 {
        color: #fff;
        margin-top: 10px; }
      @media (max-width: 990px) {
        .footer-area .footer-top .widget {
          margin-bottom: 50px;
          overflow: hidden; } }
      .footer-area .footer-top .widget .logo {
        margin-bottom: 20px;
        display: block; }
      .footer-area .footer-top .widget p {
        color: #c5c5c5;
        margin-bottom: 15px; }
      .footer-area .footer-top .widget .contact-list {
        margin-bottom: 20px; }
      .footer-area .footer-top .widget .widget-head h4, .footer-area .footer-top .widget .widget-head h5 {
        color: #fff;
        margin-bottom: 25px; }
      .footer-area .footer-top .widget h6 {
        margin-top: 0; }
        .footer-area .footer-top .widget h6 a {
          color: #c5c5c5; }
      .footer-area .footer-top .widget.widget_tag_cloud .tagcloud a {
        background-color: #181818;
        color: #fff; }
        .footer-area .footer-top .widget.widget_tag_cloud .tagcloud a:hover {
          background-color: #c8385e;
          color: #fff; }
  .footer-area .footer-bottom {
    text-align: center;
    background-color: #181818;
    padding: 40px 0; }
    .footer-area .footer-bottom p {
      font-size: 0.9375em;
      color: rgba(255, 255, 255, 0.6);
      margin-bottom: 0; }
      .footer-area .footer-bottom p a {
        color: #c8385e; }
  .footer-area .thumb {
    margin-bottom: 0; }

.specific-causes-area {
  overflow: hidden; }
  .specific-causes-area .specific-causes-wrapper {
    max-width: 570px;
    width: 100%;
    float: right; }
    @media (max-width: 990px) {
      .specific-causes-area .specific-causes-wrapper {
        float: none;
        max-width: 100%; } }
    .specific-causes-area .specific-causes-wrapper .section-head {
      text-align: left; }
  .specific-causes-area .specifi-causes-image {
    margin-top: 270px;
    position: relative; }
    @media (max-width: 990px) {
      .specific-causes-area .specifi-causes-image {
        margin-top: 100px; } }
    .specific-causes-area .specifi-causes-image .locaion-point {
      position: absolute; }
      .specific-causes-area .specifi-causes-image .locaion-point span {
        width: 36px;
        height: 36px;
        background-color: #c8385e;
        color: #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        line-height: 2.3em;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        -webkit-transition: 0.3;
        -moz-transition: 0.3;
        transition: 0.3; }
    .specific-causes-area .specifi-causes-image .hover span {
      box-shadow: 0px 10px 27px 0px rgba(0, 178, 184, 0.4);
      animation: pulse 2s infinite;
      animation-timing-function: linear; }
@keyframes pulse {
  0%, 100% {
    transform: scale(1.5); }
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1.5); } }
    .specific-causes-area .specifi-causes-image .locaion-point.one {
      left: 7%;
      top: 100px; }
    .specific-causes-area .specifi-causes-image .locaion-point.two {
      left: 37%;
      top: 60px; }
    .specific-causes-area .specifi-causes-image .locaion-point.three {
      left: 57%;
      top: 10px; }

.specific-causes-item {
  overflow: hidden;
  background-color: #fff;
  margin: 15px 0;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  @media (max-width: 400px) {
    .specific-causes-item {
      text-align: center; } }
  .specific-causes-item .sci-img {
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 30px; }
    @media (max-width: 400px) {
      .specific-causes-item .sci-img {
        float: none;
        margin: auto; } }
  .specific-causes-item .sci-content {
    display: table; }
    .specific-causes-item .sci-content h6 {
      font-weight: 700;
      margin-bottom: 10px;
      margin-top: 10px;
      font-size: 20px; }
    .specific-causes-item .sci-content p {
      font-weight: 700;
      margin-bottom: 15px;
      color: #646667; }
      .specific-causes-item .sci-content p span {
        color: #c8385e; }
      .specific-causes-item .sci-content p .separator {
        color: #e3e3e3; }
    .specific-causes-item .sci-content .custom-btn {
      padding: 7px 20px; }

.volunteer-style2 .section-wrapper {
  overflow: hidden; }
  .volunteer-style2 .section-wrapper .volunteer-image {
    margin: 3px;
    overflow: hidden; }
    .volunteer-style2 .section-wrapper .volunteer-image img {
      max-width: 100%;
      border-radius: 4px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .volunteer-style2 .section-wrapper .volunteer-image:hover img {
      transform: scale(1.2); }
  @media (max-width: 400px) {
    .volunteer-style2 .section-wrapper .col-xs-4 {
      width: 50%; } }
  .volunteer-style2 .section-wrapper .col-md-12 {
    overflow: hidden;
    padding-bottom: 20px; }

ul.event-list {
  padding: 0;
  margin: 0; }

.event-item.event-item-style2 {
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  margin: 15px 0;
  position: relative; }
  @media (max-width: 990px) {
    .event-item.event-item-style2 {
      text-align: center; } }
  .event-item.event-item-style2 .event-image {
    width: 210px;
    height: 195px;
    float: left;
    margin-right: 45px;
    position: relative; }
    @media (max-width: 990px) {
      .event-item.event-item-style2 .event-image {
        margin: auto;
        float: none; } }
    .event-item.event-item-style2 .event-image img {
      border-radius: 4px; }
    .event-item.event-item-style2 .event-image .event-date {
      position: absolute;
      right: -30px;
      top: 13px;
      width: 40px;
      height: 50px;
      background: #c8385e;
      text-align: center;
      line-height: 1em;
      padding: 8px 0;
      color: #fff; }
      .event-item.event-item-style2 .event-image .event-date:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top-width: 15px;
        border-top-style: solid;
        border-top-color: #c8385e;
        border-left-width: 15px;
        border-left-style: solid;
        border-left-color: transparent;
        display: block;
        z-index: 1;
        top: 0;
        left: -13px; }
  .event-item.event-item-style2 .event-name {
    max-width: 570px;
    width: 100%;
    float: left; }
    @media (max-width: 990px) {
      .event-item.event-item-style2 .event-name {
        max-width: 100%;
        float: none; } }
  .event-item.event-item-style2 .uc-content {
    text-align: right;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 0; }
    @media (max-width: 990px) {
      .event-item.event-item-style2 .uc-content {
        position: static;
        transform: translateY(0px);
        text-align: center; } }
    .event-item.event-item-style2 .uc-content .countdown-wrapper {
      float: none;
      padding: 0;
      display: block; }
      .event-item.event-item-style2 .uc-content .countdown-wrapper .countdown {
        padding: 10px 5px; }
        .event-item.event-item-style2 .uc-content .countdown-wrapper .countdown .countdown-item {
          width: 65px;
          margin: 0; }
          .event-item.event-item-style2 .uc-content .countdown-wrapper .countdown .countdown-item .countdown-item-inner .count-text {
            font-size: 0.875em; }
          .event-item.event-item-style2 .uc-content .countdown-wrapper .countdown .countdown-item .countdown-item-inner .count-number {
            font-size: 1.2em;
            width: 60px;
            height: 60px; }
    .event-item.event-item-style2 .uc-content .custom-btn {
      float: none;
      margin: 0; }

@media (max-width: 990px) {
  .post-item {
    text-align: center;
    margin-bottom: 30px; } }
@media (max-width: 990px) {
  .post-item .post-thumb {
    display: inline-block; } }
.post-item .post-thumb img {
  max-width: 100%; }
.post-item .content {
  text-align: center;
  padding: 20px 10px; }

.hcyh-section.style3 {
  border: 15px solid #f0f3f7;
  overflow: hidden;
  background-image: none; }
  .hcyh-section.style3 .hcyh-item-main {
    border-right: 15px solid #f0f3f7; }
    @media (max-width: 990px) {
      .hcyh-section.style3 .hcyh-item-main {
        border-bottom: 15px solid #f0f3f7;
        border-right: none; }
        .hcyh-section.style3 .hcyh-item-main:last-child {
          border-bottom: none; } }
    .hcyh-section.style3 .hcyh-item-main .hcyh-item {
      padding: 80px; }
      @media (max-width: 990px) {
        .hcyh-section.style3 .hcyh-item-main .hcyh-item {
          margin-bottom: 0; } }
      .hcyh-section.style3 .hcyh-item-main .hcyh-item .hcyh-icon {
        position: static;
        margin: auto;
        background-color: #fff;
        color: #c8385e;
        border: 5px solid #f0f3f7; }
      .hcyh-section.style3 .hcyh-item-main .hcyh-item:hover .hcyh-icon {
        border-color: #c8385e;
        background-color: #fff; }
    .hcyh-section.style3 .hcyh-item-main:last-child {
      border-right: none; }

.ddc-area {
  overflow: hidden; }
  @media (max-width: 1024px) {
    .ddc-area .col-md-6 {
      width: 100%;
      float: none; } }
  .ddc-area .ddc-area-left {
    overflow: hidden;
    padding: 166px 0; }
    .ddc-area .ddc-area-left h2 {
      position: relative;
      color: #fff; }
    @media (max-width: 1370px) {
      .ddc-area .ddc-area-left {
        padding: 116px 0; } }
  @media (max-width: 1370px) and (max-width: 1024px) {
    .ddc-area .ddc-area-left {
      padding: 166px 0; } }

.counter-up-style1 {
  max-width: 585px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 3px; }
  .counter-up-style1 .counter-up-item {
    width: 50%;
    float: left;
    padding: 3px; }
    .counter-up-style1 .counter-up-item .counter-up-item-inner {
      padding: 30px 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .counter-up-style1 .counter-up-item .counter-up-item-inner i {
        font-size: 3em;
        color: #000; }
      .counter-up-style1 .counter-up-item .counter-up-item-inner .number-outer {
        font-size: 2.5em; }
      .counter-up-style1 .counter-up-item .counter-up-item-inner .count-name {
        font-size: 1.2em; }

.ddc-content {
  overflow: hidden;
  padding: 96px 50px; }
  @media (max-width: 990px) {
    .ddc-content {
      text-align: center; } }
  @media (max-width: 1370px) {
    .ddc-content {
      padding: 45px 50px; } }
  .ddc-content .ddc-content-wrapper {
    overflow: hidden; }
  .ddc-content .section-head {
    text-align: left; }
    @media (max-width: 990px) {
      .ddc-content .section-head {
        text-align: center; } }
    .ddc-content .section-head h2 {
      color: #fff; }

.donate-amount {
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px; }
  .donate-amount h5 {
    margin-bottom: 20px; }
  .donate-amount .amount {
    width: 25%;
    text-align: center;
    float: left;
    padding: 5px 0;
    position: relative;
    cursor: pointer; }
    .donate-amount .amount:after {
      content: "";
      position: absolute;
      left: 3px;
      top: 50%;
      margin-top: -6px;
      width: 12px;
      height: 12px;
      border: 2px solid #909497;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
  .donate-amount .select-amount {
    color: #c8385e; }
    .donate-amount .select-amount:after {
      border-color: #c8385e;
      content: "\f111";
      font: normal normal normal 6px/1 FontAwesome;
      text-align: center;
      line-height: 8px; }
  .donate-amount select {
    display: inline-block;
    width: 40%;
    margin: 0;
    border: none;
    background-color: #f0f3f7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 4px 10px; }
    @media (max-width: 768px) {
      .donate-amount select {
        width: 100%;
        margin-bottom: 20px; } }
  .donate-amount form {
    width: 58%;
    display: inline-block; }
    .donate-amount form input {
      width: 100%;
      padding: 5px 30px;
      margin: 0;
      background-color: #f0f3f7;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      border: none; }
    @media (max-width: 768px) {
      .donate-amount form {
        width: 100%; } }

.payment-info {
  background-color: #fff;
  overflow: hidden;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .payment-info input {
    border: none;
    background: #f0f3f7;
    padding: 12px 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  .payment-info select {
    width: 100%;
    padding: 12px 20px;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #f0f3f7;
    margin-bottom: 30px; }
  .payment-info .submit {
    padding: 12px 30px;
    background-color: #c8385e;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }

.pcfpc-image {
  width: 100%;
  overflow: hidden; }
  @media (max-width: 990px) {
    .pcfpc-image {
      text-align: center; } }
  .pcfpc-image img {
    max-width: 100%; }

.pcfpc-content {
  overflow: hidden;
  background-color: #fff; }
  .pcfpc-content .urgent-cause {
    padding: 76px 30px; }
    .pcfpc-content .urgent-cause:after {
      top: 52%; }
    .pcfpc-content .urgent-cause h3 {
      font-weight: 700;
      margin-bottom: 20px; }

.pcfpc-small-post {
  margin-top: 30px; }

.pcfpc-small-post-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden; }
  @media (max-width: 990px) {
    .pcfpc-small-post-item {
      overflow: hidden;
      margin-bottom: 30px; } }
  @media (max-width: 990px) and (max-width: 400px) {
    .pcfpc-small-post-item {
      text-align: center; } }

  .pcfpc-small-post-item .pcfpc-spi-thumb {
    float: left;
    margin-right: 30px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden; }
    @media (max-width: 400px) {
      .pcfpc-small-post-item .pcfpc-spi-thumb {
        float: none;
        margin-right: 0; } }
    .pcfpc-small-post-item .pcfpc-spi-thumb img {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
  .pcfpc-small-post-item .pcfpc-spi-content {
    display: table;
    padding: 30px 0; }
    .pcfpc-small-post-item .pcfpc-spi-content h5 {
      margin-top: 2px; }
    .pcfpc-small-post-item .pcfpc-spi-content .title {
      margin: 10px 0; }

.pcfpc-spi-content .urgent-cause {
  max-width: 270px;
  width: 100%;
  text-align: left;
  margin-bottom: 10px; }
  .pcfpc-spi-content .urgent-cause .progress {
    height: 11px !important; }
    .pcfpc-spi-content .urgent-cause .progress .progress-bar {
      height: 11px; }
  .pcfpc-spi-content .urgent-cause h6 {
    font-size: 1.3em; }
.pcfpc-spi-content .custom-btn {
  background-color: #f0f3f7;
  color: #646667; }
  .pcfpc-spi-content .custom-btn:hover {
    background-color: #c8385e;
    color: #fff; }

.testimonial {
  position: relative; }
  .testimonial .testimonial-container {
    overflow: hidden; }
    .testimonial .testimonial-container .swiper-pagination {
      bottom: -50px; }
      .testimonial .testimonial-container .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border: 3px solid #ececec;
        background-color: transparent;
        margin: 0 2px; }
      .testimonial .testimonial-container .swiper-pagination .swiper-pagination-bullet-active {
        border-color: #c8385e;
        background-color: #c8385e; }
    .testimonial .testimonial-container .testimonial-content {
      text-align: center;
      padding: 30px 40px;
      border: 1px dashed #ebebeb; }
      .testimonial .testimonial-container .testimonial-content img {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        margin-bottom: 20px; }
      .testimonial .testimonial-container .testimonial-content p {
        font-size: 17px;
        font-style: italic; }
      .testimonial .testimonial-container .testimonial-content .name {
        font-weight: 700;
        margin-bottom: 10px; }
      .testimonial .testimonial-container .testimonial-content .designation {
        font-size: 14px;
        color: #202020;
        opacity: 0.7; }

.testimonial-container2 {
  padding-bottom: 160px; }
  .testimonial-container2 .carousel-indicators {
    z-index: 1;
    left: 0;
    margin-left: 0;
    width: 100%;
    margin: 0;
    bottom: 0; }
    .testimonial-container2 .carousel-indicators li {
      width: 100px;
      height: 100px;
      text-indent: 0;
      border: none;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin: 0;
      position: relative; }
      @media (max-width: 400px) {
        .testimonial-container2 .carousel-indicators li {
          width: 80px;
          height: 80px; } }
      .testimonial-container2 .carousel-indicators li:after {
        content: "";
        position: absolute;
        left: 36px;
        top: 0px;
        width: 1px;
        height: 1px;
        height: 1px;
        border-width: 0px 13px 13px;
        border-color: #c8385e transparent;
        border-style: solid;
        opacity: 0; }
        @media (max-width: 400px) {
          .testimonial-container2 .carousel-indicators li:after {
            left: 26px; } }
      .testimonial-container2 .carousel-indicators li img {
        border: 6px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .testimonial-container2 .carousel-indicators li.active img {
        border: 6px solid #c8385e;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .testimonial-container2 .carousel-indicators li.active:after {
        top: -11px;
        opacity: 1;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
  .testimonial-container2 .testimonial-content {
    max-width: 810px;
    width: 100%;
    margin: auto;
    text-align: center; }
    .testimonial-container2 .testimonial-content p {
      font-size: 19px;
      font-style: italic; }
    .testimonial-container2 .testimonial-content .name {
      margin-bottom: 10px; }
    .testimonial-container2 .testimonial-content .qoute-icon {
      width: 70px;
      height: 50px;
      text-align: center;
      font-size: 30px;
      color: #fff;
      margin: auto;
      background-color: #c8385e;
      line-height: 48px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      margin-bottom: 40px;
      position: relative; }
      .testimonial-container2 .testimonial-content .qoute-icon:after {
        content: "";
        position: absolute;
        left: 10px;
        bottom: -10px;
        width: 1px;
        height: 1px;
        height: 1px;
        border-width: 0 15px 20px;
        border-color: #c8385e transparent;
        border-style: solid;
        transform: rotate(-45deg); }

.feature-latest-event-section {
  overflow: hidden; }
  .feature-latest-event-section .features {
    margin-bottom: -5px;
    position: relative; }
    .feature-latest-event-section .features img {
      width: 100%; }
    .feature-latest-event-section .features .features-content {
      padding: 90px 0;
      width: 100%; }
      .feature-latest-event-section .features .features-content .section-head {
        background-color: rgba(0, 0, 0, 0.9);
        padding: 20px 0; }
        .feature-latest-event-section .features .features-content .section-head h2 {
          color: #fff; }
      .feature-latest-event-section .features .features-content .features-content-item {
        max-width: 560px;
        width: 100%;
        margin: auto;
        background-color: #fff;
        padding: 30px;
        text-align: center; }
        .feature-latest-event-section .features .features-content .features-content-item .uc-content {
          padding-bottom: 20px; }
          .feature-latest-event-section .features .features-content .features-content-item .uc-content .countdown-wrapper {
            float: none; }
            .feature-latest-event-section .features .features-content .features-content-item .uc-content .countdown-wrapper .countdown {
              margin-bottom: 0; }
          .feature-latest-event-section .features .features-content .features-content-item .uc-content .custom-btn {
            float: none;
            margin: 0; }
  .feature-latest-event-section .latest-event {
    max-width: 600px;
    width: 100%;
    float: left;
    padding: 85px 20px 75px 45px; }
    @media (max-width: 990px) {
      .feature-latest-event-section .latest-event {
        float: none;
        margin: auto; } }
    .feature-latest-event-section .latest-event .section-head {
      text-align: left; }
    .feature-latest-event-section .latest-event .latest-event-content {
      position: relative; }
      .feature-latest-event-section .latest-event .latest-event-content .latest-event-container {
        height: 390px;
        overflow: hidden; }
      .feature-latest-event-section .latest-event .latest-event-content .testimonial-button {
        position: absolute;
        right: 0;
        top: -60px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #c8385e;
        color: #fff;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        .feature-latest-event-section .latest-event .latest-event-content .testimonial-button:hover {
          background-color: #202020;
          color: #fff; }
      .feature-latest-event-section .latest-event .latest-event-content .testimonial-btn-left {
        right: 40px; }
  .feature-latest-event-section .become-donator {
    padding-top: 80px;
    padding-bottom: 85px;
    background-color: #8c74fe;
    margin-left: -15px;
    margin-right: -15px; }
    .feature-latest-event-section .become-donator h4 {
      color: #fff; }
    .feature-latest-event-section .become-donator .custom-btn {
      background-color: #fff;
      color: #646667; }

.wsydh-section .wsydh-content {
  max-width: 600px;
  width: 100%;
  float: right; }
  @media (max-width: 990px) {
    .wsydh-section .wsydh-content {
      max-width: 100%;
      float: none;
      padding: 0 50px; } }
  .wsydh-section .wsydh-content .wsydh-content-wrapper .wsydh-accordion {
    margin-bottom: 30px; }
    .wsydh-section .wsydh-content .wsydh-content-wrapper .wsydh-accordion .wsydh-accordion-panel {
      margin: 0;
      border: none;
      background-color: transparent;
      box-shadow: none; }
      .wsydh-section .wsydh-content .wsydh-content-wrapper .wsydh-accordion .wsydh-accordion-panel .wsydh-accordion-heading {
        padding: 0; }
        .wsydh-section .wsydh-content .wsydh-content-wrapper .wsydh-accordion .wsydh-accordion-panel .wsydh-accordion-heading .wsydh-accordion-heading-title {
          margin: 0;
          font-size: 18px; }
          .wsydh-section .wsydh-content .wsydh-content-wrapper .wsydh-accordion .wsydh-accordion-panel .wsydh-accordion-heading .wsydh-accordion-heading-title a {
            width: 100%;
            display: block;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background-color: #c8385e;
            color: #fff;
            padding: 20px 30px;
            margin-bottom: 10px;
            position: relative;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s;
            -webkit-box-shadow: 0px 10px 27px 0px rgba(91, 20, 39, 0.4);
            -moz-box-shadow: 0px 10px 27px 0px rgba(91, 20, 39, 0.4);
            box-shadow: 0px 10px 27px 0px rgba(91, 20, 39, 0.4); }
            .wsydh-section .wsydh-content .wsydh-content-wrapper .wsydh-accordion .wsydh-accordion-panel .wsydh-accordion-heading .wsydh-accordion-heading-title a:before {
              content: "\f0d7";
              position: absolute;
              right: 20px;
              top: 50%;
              margin-top: -10px;
              width: 20px;
              height: 20px;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              border-radius: 100%;
              text-align: center;
              background-color: #fff;
              color: #c8385e;
              font: normal normal normal 16px/1 FontAwesome;
              line-height: 21px;
              padding-left: 1px;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s; }
          .wsydh-section .wsydh-content .wsydh-content-wrapper .wsydh-accordion .wsydh-accordion-panel .wsydh-accordion-heading .wsydh-accordion-heading-title a.collapsed {
            background-color: #f0f3f7;
            color: #202020;
            box-shadow: none; }
            .wsydh-section .wsydh-content .wsydh-content-wrapper .wsydh-accordion .wsydh-accordion-panel .wsydh-accordion-heading .wsydh-accordion-heading-title a.collapsed:before {
              transform: rotate(180deg);
              background-color: #ccc;
              color: #fff; }
      .wsydh-section .wsydh-content .wsydh-content-wrapper .wsydh-accordion .wsydh-accordion-panel .panel-body {
        border: none;
        padding: 10px 0 0 0; }
        .wsydh-section .wsydh-content .wsydh-content-wrapper .wsydh-accordion .wsydh-accordion-panel .panel-body li {
          line-height: 2em; }
  .wsydh-section .wsydh-content .section-head {
    text-align: left; }
.wsydh-section .wsydh-map {
  padding: 40px 10px 20px 30px; }
.wsydh-section .become-donator {
  background-color: rgba(0, 178, 183, 0.9);
  background-image: url(../../assets/images/homepage4/wsydh/become-volunteer-bg.png);
  background-repeat: repeat;
  padding-top: 70px;
  padding-bottom: 90px; }
  .wsydh-section .become-donator h4 {
    color: #fff; }
  .wsydh-section .become-donator .custom-btn {
    background-color: #fff;
    color: #202020; }

.upcoming-event .post-item .thumb .event-time {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 80px;
  height: 80px;
  background-color: #c8385e;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .upcoming-event .post-item .thumb .event-time .day {
    color: #fff;
    font-size: 2.6em;
    line-height: 1em; }
.upcoming-event .post-item .content {
  text-align: left; }
  @media (max-width: 990px) {
    .upcoming-event .post-item .content {
      text-align: center; } }

.ddc-style2 {
  position: relative; }
  .ddc-style2 .ddc-area-left {
    padding: 95px 0 131px; }
    @media (max-width: 1370px) {
      .ddc-style2 .ddc-area-left {
        padding: 45px 0 107px; } }
  .ddc-style2 .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .ddc-style2 .urgent-cause {
    position: relative;
    max-width: 840px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 30px; }
    @media (max-width: 1370px) {
      .ddc-style2 .urgent-cause {
        max-width: 610px; } }
  .ddc-style2 .ddc-content {
    background-color: #c8385e; }

.latest-product {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px; }
  .latest-product .latest-product-container .product-item .product-thumb img {
    width: 100%; }
  .latest-product .latest-product-container .product-item .product-content {
    text-align: center;
    padding: 20px; }
    .latest-product .latest-product-container .product-item .product-content .name {
      line-height: 1em; }
    .latest-product .latest-product-container .product-item .product-content .price {
      color: #c8385e; }
  .latest-product .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }
    .latest-product .swiper-pagination .swiper-pagination-bullet {
      margin: 0 2px; }
    .latest-product .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #c8385e; }

.entry-content {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .entry-content {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 768px) and (max-width: 400px) {
    .entry-content {
      text-align: center; } }

  .entry-content .meta-post {
    margin-bottom: 15px; }
  .entry-content p {
    margin-bottom: 20px; }

.blog-content {
  padding-right: 20px; }
  .blog-content .content h1 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px; }
  @media (max-width: 990px) {
    .blog-content {
      padding-right: 0; } }

@media (max-width: 990px) {
  .main-content {
    margin-bottom: 60px; } }

.ccr-section {
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    .ccr-section {
      text-align: center; } }
  .ccr-section .ccr-section-title {
    margin-bottom: 20px; }

.comment-list {
  padding-left: 0;
  list-style: none; }
  @media (max-width: 640px) {
    .comment-list {
      padding-left: 20px;
      padding-right: 20px; } }
  .comment-list li {
    list-style: none;
    margin-bottom: 0px; }
    .comment-list li .comment-item {
      position: relative;
      padding-bottom: 30px; }
      .comment-list li .comment-item .profile-image {
        float: left;
        width: 70px;
        height: 70px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden; }
        @media (max-width: 640px) {
          .comment-list li .comment-item .profile-image {
            display: none; } }
      .comment-list li .comment-item .contents {
        margin-left: 100px;
        padding-bottom: 15px; }
        @media (max-width: 990px) {
          .comment-list li .comment-item .contents {
            text-align: left; } }
  @media (max-width: 990px) and (max-width: 640px) {
    .comment-list li .comment-item .contents {
      margin-left: 0; } }

        .comment-list li .comment-item .contents .comment-meta {
          line-height: 24px;
          margin-bottom: 5px; }
          .comment-list li .comment-item .contents .comment-meta .name {
            font-size: 18px;
            font-weight: 700;
            color: #646667;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s; }
          .comment-list li .comment-item .contents .comment-meta .date-time {
            color: #909497;
            font-size: 15px; }
        .comment-list li .comment-item .contents .content {
          color: #646667;
          font-size: 15px;
          line-height: 24px; }
        .comment-list li .comment-item .contents .comment-reply-link {
          background-color: #c8385e;
          color: #fff;
          padding: 7px 15px;
          display: inline-block;
          border-radius: 2px;
          margin-top: 10px;
          font-size: 15px;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          transition: 0.3s; }
    .comment-list li ul {
      padding-left: 60px; }
      @media (max-width: 990px) {
        .comment-list li ul {
          padding-left: 40px; } }
  @media (max-width: 990px) and (max-width: 640px) {
    .comment-list li ul {
      padding-left: 5px; } }

@media (max-width: 990px) {
  .comment-respond form {
    margin-left: 50px;
    margin-right: 50px; } }
.comment-respond form span.author {
  float: left;
  width: 48.5%; }
.comment-respond form input {
  display: block;
  padding: 14px;
  color: #646667;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ececec;
  outline: none;
  font-weight: 300; }
  @media (max-width: 768px) {
    .comment-respond form input {
      width: 100%; } }
.comment-respond form span.subject {
  width: 100%; }
.comment-respond form span.phone {
  width: 100%; }
.comment-respond form span.email {
  float: right; }
.comment-respond form textarea {
  width: 100%;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 15px;
  height: 210px;
  font-weight: 300;
  outline-color: #c8385e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.comment-respond form input#submit {
  padding: 10px 30px;
  background-color: #c8385e;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  margin-top: 25px;
  width: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .comment-respond form input#submit:hover {
    color: #fff;
    background-color: #c8385e; }

@media (max-width: 768px) {
  .event-entry-single {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; } }
.event-entry-single .entry-header {
  margin-bottom: 30px; }
.event-entry-single img {
  margin-bottom: 30px; }

/* ---- button-group ---- */
.button-group {
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center; }
  .button-group .button {
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    color: #909497;
    font-size: 14px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    padding: 0 7px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    outline: none; }
  .button-group .is-checked {
    color: #c8385e; }

/* ---- isotope ---- */
.grid .element-item {
  position: relative;
  float: left;
  height: auto; }
  .grid .element-item .element-item-inner img {
    width: 100%; }

.gallery-container-2col .grid {
  margin-left: -10px;
  margin-right: -10px; }
  .gallery-container-2col .grid .element-item {
    width: 50%; }
    .gallery-container-2col .grid .element-item .element-item-inner {
      padding: 10px; }

.gallery-container-3col .grid {
  margin-left: -7px;
  margin-right: -7px; }
  .gallery-container-3col .grid .element-item {
    width: 33%; }
    @media (max-width: 400px) {
      .gallery-container-3col .grid .element-item {
        width: 50%; } }
    .gallery-container-3col .grid .element-item .element-item-inner {
      padding: 7px; }

.gallery-container-4col .grid {
  margin-left: -5px;
  margin-right: -5px; }
  .gallery-container-4col .grid .element-item {
    width: 25%; }
    @media (max-width: 768px) {
      .gallery-container-4col .grid .element-item {
        width: 33%; } }
  @media (max-width: 768px) and (max-width: 400px) {
    .gallery-container-4col .grid .element-item {
      width: 50%; } }

    .gallery-container-4col .grid .element-item .element-item-inner {
      padding: 5px; }

.error-content {
  text-align: center;
  padding: 50px 0; }
  .error-content h1 {
    font-size: 16.6em;
    line-height: 1em;
    font-weight: 900;
    color: #c8385e; }
    @media (max-width: 990px) {
      .error-content h1 {
        font-size: 10.6em;
        line-height: 1em; } }
    @media (max-width: 640px) {
      .error-content h1 {
        font-size: 5.6em;
        line-height: 1em; } }
  .error-content h2 {
    font-size: 3.46em;
    line-height: 1em;
    font-weight: 900;
    color: #c8385e;
    text-transform: uppercase; }
    @media (max-width: 990px) {
      .error-content h2 {
        font-size: 2.46em;
        line-height: 1em; } }
    @media (max-width: 640px) {
      .error-content h2 {
        font-size: 1.46em;
        line-height: 1em; } }
    .error-content h2 span {
      color: #909497;
      font-weight: 300; }
  .error-content p {
    color: #909497;
    font-size: 1.2em;
    max-width: 475px;
    width: 100%;
    margin: auto; }
    @media (max-width: 990px) {
      .error-content p {
        font-size: 1em; } }
    @media (max-width: 640px) {
      .error-content p {
        font-size: 0.8em;
        width: 70%; } }
  .error-content a {
    margin-top: 30px; }
  .error-content form {
    max-width: 475px;
    width: 100%;
    margin: 50px auto;
    position: relative; }
    @media (max-width: 640px) {
      .error-content form {
        margin: 20px auto; } }
    .error-content form > input {
      width: 100%;
      border: none;
      background-color: #f0f3f7;
      padding: 17px 170px 17px 25px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
      @media (max-width: 990px) {
        .error-content form > input {
          padding: 12px 170px 12px 25px; } }
    .error-content form .submit {
      width: auto;
      position: absolute;
      right: 3px;
      top: 3px;
      background-color: #c8385e;
      padding: 14px 30px;
      color: #fff;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
      @media (max-width: 990px) {
        .error-content form .submit {
          padding: 9px 20px; } }

.error404 .site-content {
  border-top: 1px solid #f5f5f5; }

.coming-soon {
  background-image: url(../../assets/images/coming-soon/bg.jpg);
  background-size: 100%;
  height: 100vh; }
  @media (max-width: 990px) {
    .coming-soon {
      height: 100%; } }
  .coming-soon .overlay {
    background-color: rgba(0, 0, 0, 0.68);
    height: 100vh; }
    @media (max-width: 990px) {
      .coming-soon .overlay {
        height: 100%; } }
    .coming-soon .overlay .coming-soon-content {
      max-width: 650px;
      width: 100%;
      margin: auto;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateY(-50%) translateX(-50%); }
      @media (max-width: 990px) {
        .coming-soon .overlay .coming-soon-content {
          position: static;
          transform: translateY(0px) translateX(0px); } }
      .coming-soon .overlay .coming-soon-content .coming-soon-header h1 {
        color: #fff;
        font-size: 3.2em;
        font-weight: 700;
        margin-bottom: 15px; }
        @media (max-width: 990px) {
          .coming-soon .overlay .coming-soon-content .coming-soon-header h1 {
            font-size: 2.8em;
            line-height: 1em; } }
        @media (max-width: 640px) {
          .coming-soon .overlay .coming-soon-content .coming-soon-header h1 {
            font-size: 2.5em;
            line-height: 1em; } }
      .coming-soon .overlay .coming-soon-content .coming-soon-header p {
        color: #c5c5c5;
        padding: 0 60px; }
      .coming-soon .overlay .coming-soon-content .uc-content {
        background-color: transparent; }
        @media (max-width: 640px) {
          .coming-soon .overlay .coming-soon-content .uc-content {
            padding: 0;
            margin: 0; } }
        .coming-soon .overlay .coming-soon-content .uc-content .countdown-wrapper {
          float: none; }
          @media (max-width: 990px) {
            .coming-soon .overlay .coming-soon-content .uc-content .countdown-wrapper .countdown {
              margin: 0;
              padding: 0; } }
          .coming-soon .overlay .coming-soon-content .uc-content .countdown-wrapper .countdown .countdown-item {
            width: 140px; }
            @media (max-width: 990px) {
              .coming-soon .overlay .coming-soon-content .uc-content .countdown-wrapper .countdown .countdown-item {
                width: 100px; } }
            .coming-soon .overlay .coming-soon-content .uc-content .countdown-wrapper .countdown .countdown-item .countdown-item-inner .count-text {
              margin: 15px 0px;
              color: #fff;
              font-size: 1.4em; }
              @media (max-width: 990px) {
                .coming-soon .overlay .coming-soon-content .uc-content .countdown-wrapper .countdown .countdown-item .countdown-item-inner .count-text {
                  font-size: 1em; } }
            .coming-soon .overlay .coming-soon-content .uc-content .countdown-wrapper .countdown .countdown-item .countdown-item-inner .count-number {
              width: 130px;
              height: 130px;
              border: 6px solid #c8385e;
              color: #fff;
              font-size: 2.8em;
              line-height: 2.8em;
              font-weight: 400;
              background-color: rgba(0, 0, 0, 0.3); }
              @media (max-width: 990px) {
                .coming-soon .overlay .coming-soon-content .uc-content .countdown-wrapper .countdown .countdown-item .countdown-item-inner .count-number {
                  width: 90px;
                  height: 90px;
                  border: 3px solid #c8385e;
                  font-size: 1.8em;
                  line-height: 3em; } }
      .coming-soon .overlay .coming-soon-content form {
        margin-top: 30px; }
        .coming-soon .overlay .coming-soon-content form .input-email {
          max-width: 350px;
          width: 100%;
          padding: 17px 30px;
          background-color: #f0f3f7;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px;
          margin-right: 5px; }
          @media (max-width: 990px) {
            .coming-soon .overlay .coming-soon-content form .input-email {
              padding: 10px 30px;
              margin-bottom: 20px; } }
        .coming-soon .overlay .coming-soon-content form .submit {
          color: #fff;
          background-color: #c8385e;
          padding: 17px 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px; }
          @media (max-width: 990px) {
            .coming-soon .overlay .coming-soon-content form .submit {
              padding: 10px 30px; } }

.contact-us {
  padding-bottom: 0 !important; }

@media (max-width: 990px) {
  .contact-info {
    margin-bottom: 50px; } }
.contact-info .contact-info-list {
  background-color: #f0f3f7;
  padding: 30px; }
  .contact-info .contact-info-list .contact-info-item {
    padding-bottom: 15px;
    padding-top: 5px;
    border-bottom: 1px solid #e2e2e2; }
    .contact-info .contact-info-list .contact-info-item .head {
      color: #909497;
      margin: 10px 0; }
    .contact-info .contact-info-list .contact-info-item p {
      color: #646667;
      margin: 0; }
    .contact-info .contact-info-list .contact-info-item:last-child {
      border-bottom: none; }
    .contact-info .contact-info-list .contact-info-item .social-media li a {
      color: #646667; }
      .contact-info .contact-info-list .contact-info-item .social-media li a:hover {
        color: #c8385e; }

#map {
  width: 100%;
  height: 600px; }

.donate-page {
  padding-top: 40px;
  padding-bottom: 90px; }

.donate-details-area {
  max-width: 950px;
  width: 100%;
  margin: auto;
  background-color: #f0f3f7;
  padding: 30px; }
  .donate-details-area .donate-details-header {
    text-align: center;
    margin-bottom: 60px; }
    .donate-details-area .donate-details-header p {
      font-size: 1.2em;
      color: #909497;
      padding: 0 30px;
      margin: 0; }
      .donate-details-area .donate-details-header p span {
        color: #c8385e;
        font-weight: 900;
        font-style: italic; }
  .donate-details-area .ddc-content-wrapper .section-head {
    text-align: left;
    margin-bottom: 20px; }
    .donate-details-area .ddc-content-wrapper .section-head h2 {
      color: #c8385e; }

.volunteer-profile {
  overflow: hidden;
  margin-bottom: 50px; }
  @media (max-width: 990px) {
    .volunteer-profile .volunteer-image {
      text-align: center;
      margin-bottom: 30px; } }
  .volunteer-profile .volunteer-content h6 {
    color: #909497;
    font-weight: 700;
    line-height: 1.5em; }
  .volunteer-profile .volunteer-content .contact-info-list .contact-info-item {
    overflow: hidden;
    padding: 3px 0; }
    .volunteer-profile .volunteer-content .contact-info-list .contact-info-item .head {
      width: 80px;
      float: left;
      margin: 0; }
    .volunteer-profile .volunteer-content .contact-info-list .contact-info-item p {
      margin-bottom: 0;
      display: inline-block;
      margin-left: 20px; }
    .volunteer-profile .volunteer-content .contact-info-list .contact-info-item .social-media {
      display: inline-block;
      margin-left: 20px; }
      .volunteer-profile .volunteer-content .contact-info-list .contact-info-item .social-media li a {
        color: #909497; }
        .volunteer-profile .volunteer-content .contact-info-list .contact-info-item .social-media li a:hover {
          color: #c8385e; }

.similar-volunteer {
  overflow: hidden;
  margin-bottom: 30px; }
  @media (max-width: 640px) {
    .similar-volunteer {
      text-align: center; } }
  .similar-volunteer h2 {
    font-weight: 700;
    margin-bottom: 15px; }
  .similar-volunteer .already-donated .donate-person {
    width: 190px; }

.volunteer-single .become-donator {
  padding: 50px 0; }

@media (max-width: 400px) {
  .shop-content .col-xs-6 {
    width: 100%; } }
.shop-content .product-item {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .shop-content .product-item .product-thumb img {
    width: 100%; }
.shop-content .pagination-area {
  text-align: center; }

.price-range .nstSlider {
  position: relative;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
  height: 12px;
  background: #fafafa;
  border: 1px solid #e5e4e4; }
  .price-range .nstSlider .bar {
    background: transparent;
    height: 4px;
    top: 3px; }
  .price-range .nstSlider .leftGrip {
    position: absolute;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    top: -4px;
    background: #fff;
    border: 5px solid #ccc; }
  .price-range .nstSlider .rightGrip {
    position: absolute;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background: #ffc527;
    top: -4px;
    background: #fff;
    border: 5px solid #ccc; }
.price-range .price-filter {
  margin-top: 25px; }
  .price-range .price-filter .price-range-count p {
    font-size: 15px;
    font-weight: 700;
    color: #363636; }
  .price-range .price-filter button.custom-btn {
    border: none;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 20px;
    color: #fff;
    background-color: #c8385e;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }

.product-content-top {
  margin-bottom: 80px;
  overflow: hidden; }
  @media (max-width: 990px) {
    .product-content-top {
      text-align: center;
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 990px) and (max-width: 640px) {
    .product-content-top {
      padding-left: 10px;
      padding-right: 10px; } }

  @media (max-width: 990px) {
    .product-content-top .product-image {
      margin-bottom: 30px; } }
  .product-content-top .product-image img {
    max-width: 100%; }

.product-summery h2 {
  font-weight: 700;
  margin-top: 0px; }
.product-summery .price {
  color: #c8385e;
  font-weight: 400;
  margin-bottom: 15px; }
  .product-summery .price strike {
    color: #909497;
    margin-right: 5px; }

.rating {
  position: relative;
  display: inline-block;
  margin-bottom: 15px; }
  .rating .rating-inner {
    position: absolute;
    left: 0;
    top: 0; }
    .rating .rating-inner > span {
      color: #c8385e; }

.product-info-list {
  padding: 0;
  list-style: none; }
  @media (max-width: 990px) {
    .product-info-list {
      text-align: left;
      margin-bottom: 10px; } }
  .product-info-list li {
    padding: 3px 0; }
    .product-info-list li .type-info {
      width: 110px;
      float: left; }
    .product-info-list li .info {
      margin-left: 20px;
      display: inline-block; }
      .product-info-list li .info .color {
        width: 20px;
        height: 20px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        display: inline-block;
        cursor: pointer; }
      .product-info-list li .info .color1 {
        background-color: #c8385e; }
      .product-info-list li .info .color2 {
        background-color: #e26565; }
      .product-info-list li .info .color3 {
        background-color: #393939; }
      .product-info-list li .info .color4 {
        background-color: #b1b700; }

.inde-cart form {
  position: relative;
  width: 130px; }
  .inde-cart form input {
    border: none;
    background-color: #f0f3f7; }
  .inde-cart form .inde-icon {
    position: absolute;
    right: 0;
    width: 30px;
    height: 50%;
    text-align: center;
    color: #fff;
    line-height: 1em;
    cursor: pointer; }
  .inde-cart form .up {
    top: 0;
    background-color: #c8385e; }
  .inde-cart form .down {
    top: 50%;
    background-color: #000; }

.pd-nav {
  overflow: hidden;
  margin-bottom: 20px;
  list-style: none; }
  .pd-nav li {
    float: left;
    margin-right: 10px; }
    .pd-nav li a {
      padding: 10px 30px;
      background-color: #f0f3f7;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      color: #646667;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      display: block;
      font-weight: 700;
      font-size: 1.2em; }
      @media (max-width: 990px) {
        .pd-nav li a {
          font-size: 1em;
          padding: 6px 20px; } }
      .pd-nav li a:hover {
        background-color: #c8385e;
        color: #fff; }
  .pd-nav .active a {
    background-color: #c8385e;
    color: #fff; }

@media (max-width: 990px) {
  .product-description {
    padding-left: 50px;
    padding-right: 50px; } }
  @media (max-width: 990px) and (max-width: 640px) {
    .product-description {
      padding-left: 10px;
      padding-right: 10px; } }

.product-description .tab-content li {
  line-height: 2em; }

.section-clr-bg .progress {
  background-color: #f0f3f7; }

.causes-entry-content {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .causes-entry-content {
      padding-left: 30px;
      padding-right: 30px; }
      .causes-entry-content h1 {
        font-size: 1.9em; } }
  @media (max-width: 768px) and (max-width: 400px) {
    .causes-entry-content h1 {
      font-size: 1.5em; } }

.left-sidebar .sidebar {
  float: left !important; }
  @media (max-width: 990px) {
    .left-sidebar .sidebar {
      width: 100%; }
      .left-sidebar .sidebar .widget {
        max-width: 400px;
        width: 100%;
        margin: auto; } }
.left-sidebar .main-content {
  float: right !important; }

.menu-button {
  display: none; }
  @media (max-width: 990px) {
    .menu-button {
      display: block; } }
  @media (max-width: 640px) {
    .menu-button {
      top: 0; } }

.admin-bar .menu-button {
  display: none; }
  @media (max-width: 990px) {
    .admin-bar .menu-button {
      display: block; } }
  @media (max-width: 640px) {
    .admin-bar .menu-button {
      top: 40px; } }

.header {
  position: relative; }

.search-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 990px) {
    .search-area {
      height: 75px; } }
  .search-area input {
    text-align: center;
    height: 100%;
    outline: none;
    font-weight: 300;
    font-family: "Lato", sans-serif; }
  .search-area .fa-search {
    position: absolute;
    right: 60px;
    top: 50%;
    color: #fff;
    margin-top: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #c8385e;
    text-align: center;
    line-height: 29px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff; }

.header.search .search-area {
  transform: scaleY(1); }
  .header.search .search-area button {
    background: transparent; }
    .header.search .search-area button:hover {
      background: transparent; }

.scroll-btn {
  position: fixed;
  bottom: -60px;
  right: 60px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  background-color: #c8385e;
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  z-index: 999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .scroll-btn:hover {
    color: #fff; }
  .scroll-btn:active {
    color: #fff; }
  .scroll-btn:focus {
    color: #fff; }

.btn-out {
  bottom: 70px; }

.wsydh-photo-gallery .wsydh-photo-galler-container .swiper-slide a {
  display: block;
  overflow: hidden; }
  .wsydh-photo-gallery .wsydh-photo-galler-container .swiper-slide a img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .wsydh-photo-gallery .wsydh-photo-galler-container .swiper-slide a:hover img {
    transform: scale(1.6); }

.wsydh-section .section-padding {
  padding-bottom: 0; }

.content h3 {
  font-weight: 700; }

.single-post .content > h3,
.search .content > h3,
.blog .content > h3 {
  margin-top: 0;
  margin-bottom: 8px; }

.edit-link {
  margin: -22px 0 0 0; }
  .edit-link a {
    color: #c8385e; }

.template-full-width {
  overflow: hidden; }

.entry-footer {
  margin-left: 20px; }

.post-password-form label {
  font-size: 14px;
  margin-bottom: 15px; }

.post-password-required .content input[type="submit"] {
  padding: 15px; }

.comment-list li .content ul {
  padding-left: 0px;
  list-style-type: disc; }

.comment-list li .content ul li {
  list-style-type: disc; }

.comment-list li .content ol {
  padding-left: 0px;
  list-style-type: decimal; }

.comment-list li .content ol li {
  list-style-type: decimal; }

.uc-event-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }

.uc-event-item .thumb,
.upcoming-event .thumb {
  margin-bottom: 0; }

.contact-info h3,
.comment-respond h3 {
  margin-bottom: 10px;
  font-weight: 700; }

.page-header .page-header-content h3 {
  font-weight: 700;
  margin-bottom: 10px; }

.wpcf7-form-control-wrap {
  position: static; }

.cause-template-default .blog-content .thumb,
.single-post .blog-content .thumb {
  margin-bottom: 0; }

.sticky .content h3 a {
  color: #c8385e; }

.comment-author-link {
  color: #c8385e; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #909497;
  font-size: 16px;
  font-weight: 400; }

.product-content .name {
  margin: 10px 0; }

.archive .pagination-area {
  text-align: center; }

.price_label {
  float: left;
  font-size: 15px;
  font-weight: 700;
  color: #363636; }

.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  border: none;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 25px;
  color: #fff;
  background-color: #c8385e;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1px;
  height: 12px !important;
  background: #fafafa;
  border: 1px solid #e5e4e4; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #fafafa; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  top: -4px;
  background: #fff;
  border: 5px solid #ccc; }

.woocommerce .widget_price_filter .ui-slider {
  margin-right: .6em; }

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  width: 80px;
  height: 80px;
  box-shadow: none;
  margin-right: 10px; }

.woocommerce-page .sidebar .product_list_widget {
  margin-left: 0; }

.woocommerce table.shop_table {
  border-radius: 0; }

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #c8385e; }

.woocommerce a.remove {
  color: #c8385e !important; }

.cart-subtotal td,
.cart-subtotal th,
.order-total td,
.order-total th {
  border-width: 0; }

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 0; }

.woocommerce table.shop_table {
  border: 0; }

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0; }

.woocommerce table.shop_table td {
  border-top: 0; }

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  border-left: 1px solid #ececec; }

.checkout .custom-btn {
  background: #c8385e; }

.woocommerce .quantity .qty {
  width: 100%;
  border-radius: 0; }

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0 0px 10px 0; }

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px; }

.woocommerce div.product .product_title {
  margin-bottom: 5px; }

.woocommerce-product-details__short-description p {
  margin-bottom: 15px; }

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 1.5em; }

.woocommerce div.product form.cart .button {
  float: none;
  font-size: 15px;
  color: #fff;
  background-color: #c8385e;
  display: inline-block;
  padding: 10px 30px;
  line-height: 1.3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700; }

.woocommerce .woocommerce-product-rating .star-rating {
  color: #c8385e; }

ins .woocommerce-Price-amount.amount {
  font-weight: normal;
  margin-left: 5px;
  color: #c8385e; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  font-size: 15px;
  color: #646667;
  background-color: #f2f2f3;
  display: inline-block;
  padding: 5px 30px;
  line-height: 1.3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 15px;
  border: transparent; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #c8385e;
  color: #fff;
  border-bottom-color: transparent; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-width: 0;
  box-shadow: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: transparent; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 50px 0 0 1em; }

.panel {
  border: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce .star-rating {
  color: #c8385e; }

.form-row.form-row-last .button {
  margin-left: -60px;
  font-size: 15px;
  color: #fff;
  background-color: #c8385e;
  display: inline-block;
  padding: 13px 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 15px;
  border: transparent; }
  .form-row.form-row-last .button:hover {
    color: #fff;
    background-color: #c8385e; }

.form-row.place-order .button.alt {
  margin-left: -60px;
  font-size: 15px;
  color: #fff;
  background-color: #c8385e;
  display: inline-block;
  padding: 13px 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 15px;
  border: transparent; }
  .form-row.place-order .button.alt:hover {
    color: #fff;
    background-color: #c8385e; }

#add_payment_method #payment, .woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 5px; }

.your-order-review {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 6px; }

.return-to-shop .button.wc-backward {
  font-size: 15px;
  color: #fff;
  background-color: #c8385e;
  display: inline-block;
  padding: 13px 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 15px;
  border: transparent; }
  .return-to-shop .button.wc-backward:hover {
    color: #fff;
    background-color: #c8385e; }

.newsletter label {
  display: none; }

.widget_wysija_cont {
  max-width: 800px;
  margin: auto;
  text-align: center; }
  .widget_wysija_cont form .wysija-paragraph {
    width: 70%;
    float: left;
    padding-right: 10px; }
    @media (max-width: 640px) {
      .widget_wysija_cont form .wysija-paragraph {
        float: none;
        width: 100%; } }
    .widget_wysija_cont form .wysija-paragraph input {
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.6);
      color: #fff;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      margin-right: 10px;
      padding: 19px 75px 19px 20px; }
  .widget_wysija_cont form .wysija-submit {
    background-color: #c8385e;
    color: #fff;
    padding: 20px 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none; }
    @media (max-width: 640px) {
      .widget_wysija_cont form .wysija-submit {
        display: inline-block; } }
    .widget_wysija_cont form .wysija-submit:hover {
      background-color: #fff;
      color: #202020; }

.recent-news-area .post-item {
  background-color: #fff; }
.recent-news-area .title {
  margin: 10px 0; }

.give-form-title {
  display: none; }

.give-submit.give-btn {
  padding: 15px 30px;
  font-weight: normal;
  background-color: #c8385e;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .give-submit.give-btn:hover {
    transform: translateY(-5px);
    background-color: #c8385e;
    -webkit-box-shadow: 0px 10px 27px 0px rgba(131, 15, 15, 0.4);
    -moz-box-shadow: 0px 10px 27px 0px rgba(131, 15, 15, 0.4);
    box-shadow: 0px 10px 27px 0px rgba(131, 15, 15, 0.4); }

#give_purchase_form_wrap {
  background-color: #fff;
  overflow: hidden;
  padding: 20px 30px 25px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#give_checkout_user_info .give-input {
  border: none;
  background: #f2f2f3;
  padding: 12px 20px;
  border-radius: 30px;
  font-family: "Lato", sans-serif;
  color: #909497; }

#give_checkout_user_info .give-input::placeholder {
  font-family: "Lato", sans-serif; }

.give-btn {
  font-weight: normal; }

.give-default-level {
  background-color: #c8385e;
  color: #fff;
  border: 1px solid #c8385e; }

.give-donation-level-btn:focus, .give-donation-level-btn:hover {
  background-color: #c8385e;
  color: #fff;
  border: 1px solid #c8385e; }

.upcoming-event-section .event-list-item {
  min-height: 110px; }
  .upcoming-event-section .event-list-item .event-time {
    height: 85px; }

.upcoming-event .event-item.event-item-style2 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

#give-final-total-wrap {
  display: none; }

.give-total-wrap {
  background: #fff;
  margin-bottom: -15px;
  padding: 15px 15px 0px 15px;
  border-radius: 5px 5px 0 0; }

#give-donation-level-button-wrap,
#give-donation-level-radio-list {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 5px 5px; }

form[id*=give-form] #give-donation-level-radio-list {
  padding: 15px; }

form[id*=give-form] #give-donation-level-radio-list > li {
  display: inline;
  margin-right: 20px;
  color: #909497;
  font-size: 14px; }

form[id*=give-form] #give-donation-level-radio-list > li:last-child {
  padding: 10px 20px;
  font-weight: normal;
  background-color: #c8385e;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

form[id*=give-form] #give-donation-level-radio-list > li:last-child input {
  display: none; }

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  border-radius: 30px 0 0 30px;
  padding: 0 20px; }

form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
  border-radius: 0 30px 30px 0; }

.pcfpc-image .content {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

.pcfpc-image:hover .content {
  bottom: 10px; }

.swiper-pagination {
  z-index: 1; }

.event-list-view-2col .event-list-item {
  min-height: 110px; }

.section-clr-bg {
  background-color: #f0f3f7; }

.section-overlay {
  background-color: rgba(0, 0, 0, 0.5); }
  .section-overlay .section-head h2 {
    color: #fff; }

.section-padding-small {
  padding: 80px 0; }

.section-padding {
  padding: 120px 0;
  overflow: hidden; }

.section-head {
  margin-bottom: 30px;
  text-align: center; }
  .section-head h2 {
    margin-top: 0;
    font-weight: 700; }
    .section-head h2 span {
      color: #c8385e; }
  .section-head p {
    margin-bottom: 0;
    max-width: 720px;
    width: 100%;
    margin: auto; }

.thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  @media (max-width: 990px) {
    .thumb {
      display: inline-block; } }
  .thumb img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 2;
    padding: 15px 0; }
    .thumb .content .title {
      margin-top: 0;
      margin-bottom: 5px; }
      .thumb .content .title a {
        color: #fff;
        transition: all 0.3s ease-in-out; }
        .thumb .content .title a:hover {
          color: #c8385e; }
    .thumb .content p {
      margin-bottom: 0;
      color: #fff; }

.single .thumb img {
  margin-bottom: 20px; }

.post-thumb {
  overflow: hidden; }
  .post-thumb img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }

.post-item:hover .thumb img {
  transform: scale(1.1); }

.post-item:hover .post-thumb img {
  transform: scale(1.1); }

.gradient-overlay {
  position: relative; }
  .gradient-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 4%, rgba(0, 0, 0, 0.64) 5%, rgba(0, 0, 0, 0.34) 33%, transparent 65%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 4%, rgba(0, 0, 0, 0.64) 5%, rgba(0, 0, 0, 0.34) 33%, transparent 65%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 4%, rgba(0, 0, 0, 0.64) 5%, rgba(0, 0, 0, 0.34) 33%, transparent 65%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }

.contact-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .contact-list li {
    padding: 4px 0;
    color: rgba(255, 255, 255, 0.6); }
    .contact-list li i {
      float: left;
      width: 30px;
      color: rgba(255, 255, 255, 0.6); }
    .contact-list li address {
      margin: 0;
      color: rgba(255, 255, 255, 0.6); }

.social-media {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-media li {
    float: left;
    margin: 0 4px; }
    .social-media li a {
      color: rgba(255, 255, 255, 0.6);
      font-weight: 700;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .social-media li a:hover {
        color: #c8385e; }

.link-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .link-list li {
    padding: 5px 0; }
    .link-list li a {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .link-list li a:hover {
        color: #c8385e; }

.tweet-post .tweet-post-item {
  border-bottom: 1px solid #373737;
  padding: 20px 0; }
  .tweet-post .tweet-post-item:first-child {
    padding-top: 0; }
  .tweet-post .tweet-post-item:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .tweet-post .tweet-post-item .tweet-icon {
    width: 45px;
    height: 45px;
    float: left;
    background-color: #373737;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 20px;
    font-size: 1.5em;
    line-height: 2em;
    text-align: center; }
  .tweet-post .tweet-post-item .tweet-content {
    display: table; }
    .tweet-post .tweet-post-item .tweet-content h6.name {
      color: #fff;
      margin-top: 0; }
      .tweet-post .tweet-post-item .tweet-content h6.name span {
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.9375em; }
    .tweet-post .tweet-post-item .tweet-content p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.9375em;
      margin-bottom: 0;
      line-height: 1.6em; }
      .tweet-post .tweet-post-item .tweet-content p a {
        color: #c8385e; }

.urgent-cause {
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .urgent-cause .vhsr {
    margin-bottom: 60px; }
    .urgent-cause .vhsr a {
      margin: 25px 2px;
      margin-top: 16px; }
  .urgent-cause .progressbar-wrapper {
    margin-bottom: 15px; }
    .urgent-cause .progressbar-wrapper .progress {
      height: 17px; }
  .urgent-cause h6 {
    font-size: 2em;
    color: #909497;
    font-weight: 400;
    margin-bottom: 26px; }
    .urgent-cause h6 span {
      color: #202020;
      font-weight: 700; }
    .urgent-cause h6 .separator {
      color: #e5e5e5; }

.meta-post {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }
  .meta-post li {
    display: inline-block;
    margin-right: 10px; }
    .meta-post li a {
      color: #c8385e; }
    .meta-post li i {
      margin-right: 5px; }

.meta-post.style2 {
  display: block;
  overflow: hidden;
  margin-bottom: 15px; }
  .meta-post.style2 li i {
    color: #c8385e; }

.cart-box {
  display: inline-block;
  padding: 30px 20px; }
  .cart-box .cart-icon {
    position: relative;
    font-size: 25px;
    color: #646667; }
    .cart-box .cart-icon .cart-counter {
      position: absolute;
      font-size: 10px;
      top: 1px;
      right: -8px;
      width: 22px;
      height: 22px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      background-color: #c8385e;
      border: 2px solid #fff;
      color: #fff;
      line-height: 16px; }

.page-header {
  background-color: #202020;
  background-position: center center;
  padding: 78px 0;
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 990px) {
    .page-header {
      background-position: 80% 0%; } }
  .page-header .page-header-content h3 {
    font-size: 27px;
    color: #fff; }
  @media (max-width: 768px) {
    .page-header .page-header-content {
      text-align: center; } }
  .page-header .page-header-content .breadcrumb {
    background-color: transparent;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0; }
    .page-header .page-header-content .breadcrumb li {
      color: #fff; }
      .page-header .page-header-content .breadcrumb li a {
        color: #fff; }

.entry-content-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .entry-content-gallery .swiper-slide img {
    width: 100%; }
  .entry-content-gallery .entry-gallery-btn {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    z-index: 2;
    text-align: center;
    font-size: 23px;
    background-color: #fff;
    color: #202020;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .entry-content-gallery .entry-gallery-btn:hover {
      background-color: #202020;
      color: #fff; }
  .entry-content-gallery .entry-gallery-next {
    left: 10px; }
  .entry-content-gallery .entry-gallery-prev {
    right: 10px; }

blockquote.post-blockquote {
  background-color: #fbba3a;
  color: #fff;
  padding: 75px 50px;
  position: relative;
  font-style: italic; }
  blockquote.post-blockquote:before {
    content: "\f10d";
    position: absolute;
    left: 20px;
    top: 20px;
    font: normal normal normal 50px/1 FontAwesome;
    opacity: 0.3; }

blockquote.post-blockquote > p {
  color: #fff;
  font-size: 27px;
  line-height: 1.5em; }

.attachedment-link {
  background-color: #34495e;
  padding: 60px 50px 60px 100px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .attachedment-link h3 {
    font-style: italic;
    color: #fff;
    font-size: 1.73em;
    line-height: 1.5em;
    margin-top: 0; }
  .attachedment-link a {
    font-size: 15px;
    display: block;
    color: #fff; }
  .attachedment-link :before {
    content: "\f0c1";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #34495e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font: normal normal normal 30px/1 FontAwesome;
    text-align: center;
    line-height: 2em; }

@media (max-width: 990px) {
  .pagination-area {
    text-align: center; } }
.pagination-area .pagination,
.pagination-area .page-numbers {
  overflow: hidden;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination-area .pagination li,
  .pagination-area .page-numbers li {
    display: inline-block;
    margin: 2px; }
    .pagination-area .pagination li a, .pagination-area .pagination li span,
    .pagination-area .page-numbers li a,
    .pagination-area .page-numbers li span {
      float: none;
      background-color: #eee;
      color: #202020;
      display: block;
      border: none;
      font-weight: 700;
      padding: 1px 13px;
      text-align: center;
      line-height: 2.3em;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .pagination-area .pagination li a:hover, .pagination-area .pagination li span:hover,
      .pagination-area .page-numbers li a:hover,
      .pagination-area .page-numbers li span:hover {
        background-color: #c8385e;
        color: #fff; }
    .pagination-area .pagination li.active a,
    .pagination-area .page-numbers li.active a {
      background-color: #c8385e;
      color: #fff; }

.site-contact i {
  float: left;
  font-size: 48px;
  color: #c8385e;
  margin-right: 10px; }
.site-contact .site-contact-content {
  display: table; }
  .site-contact .site-contact-content p {
    margin: 0; }
  .site-contact .site-contact-content h6 {
    margin: 0; }

.site-content {
  padding-bottom: 60px;
  padding-top: 100px; }
  @media (max-width: 400px) {
    .site-content {
      overflow: hidden; } }
  .site-content .page-content .pcfpc-small-post-item {
    margin-bottom: 30px; }
  .site-content .page-content .donate-item {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .site-content .page-content .donate-item .thumb {
      margin-bottom: 0; }
  .site-content .page-content .specific-causes-item {
    margin: 0 0 30px 0;
    padding: 20px; }
    .site-content .page-content .specific-causes-item .sci-img {
      position: relative; }
      .site-content .page-content .specific-causes-item .sci-img .sci-count {
        position: absolute;
        left: 50%;
        margin-left: -18px;
        top: 0;
        margin-top: -18px;
        width: 36px;
        height: 36px;
        background-color: #c8385e;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        font-size: 21px;
        line-height: 1.6em; }
  .site-content .page-content .upcoming-event .post-item {
    margin-bottom: 30px;
    background: #fff; }

.about-video-slider ul.flex-direction-nav {
  display: none; }

.about-video-slider .flex-control-thumbs li {
  position: relative;
  z-index: 99; }
  .about-video-slider .flex-control-thumbs li img {
    padding: 5px;
    opacity: 1; }
  .about-video-slider .flex-control-thumbs li:after {
    content: "\f04b";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    margin-top: -13px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1.9;
    text-align: center;
    padding-left: 2px;
    cursor: pointer; }

.about-content h4 {
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 1.4; }
.about-content .target-tab {
  padding-left: 0;
  list-style: none;
  width: 100%;
  background-color: #f0f7f3;
  overflow: hidden;
  border-bottom-width: 3px;
  border-bottom-color: #c8385e;
  border-bottom-style: solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .about-content .target-tab li {
    float: left; }
    .about-content .target-tab li a {
      display: block;
      color: #202020;
      padding: 13px 30px;
      font-size: 16px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .about-content .target-tab li.active a {
      color: #fff;
      background-color: #c8385e; }
.about-content .about-tab-content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px; }
  .about-content .about-tab-content ul li {
    line-height: 1.9; }
    .about-content .about-tab-content ul li i {
      margin-right: 10px;
      color: #c8385e; }

.widget form,
.not-found form {
  position: relative;
  width: 100%; }
  .widget form input,
  .not-found form input {
    width: 100%;
    border: 1px solid #ececec;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none; }
  .widget form button,
  .not-found form button {
    position: absolute;
    right: 15px;
    top: 12%;
    background: transparent;
    border: 0;
    outline: 0;
    color: #909497; }

.sidebar .widget {
  margin-bottom: 50px;
  overflow: hidden; }
  .sidebar .widget ul {
    margin-left: 18px;
    margin-bottom: 0; }
    .sidebar .widget ul.meta-post, .sidebar .widget ul.popular-post {
      margin-left: 0; }
  .sidebar .widget .widget-head h3 {
    font-weight: 700;
    margin-top: 0; }
  .sidebar .widget.widget_rss ul li a {
    color: #c8385e; }
  .sidebar .widget .popular-post .thumb {
    margin-bottom: 0; }
.sidebar .widget_search .widget-head {
  display: none; }

.widget_calendar caption {
  padding-top: 0; }
.widget_calendar table {
  margin-bottom: 0; }

.catagories {
  list-style: none;
  padding-left: 0; }
  .catagories li a {
    width: 100%;
    display: block;
    font-weight: 700;
    padding: 9px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .catagories li a span {
      font-weight: 400;
      color: #909497; }
    .catagories li a:hover {
      color: #c8385e;
      padding-left: 10px; }
      .catagories li a:hover span {
        color: #c8385e; }

.popular-post,
.recent-post {
  padding-left: 0;
  list-style: none; }
  .popular-post .post-item,
  .recent-post .post-item {
    overflow: hidden;
    padding: 10px 0; }
    .popular-post .post-item .thumb,
    .recent-post .post-item .thumb {
      width: 90px;
      height: 80px;
      float: left;
      margin-right: 15px; }
    .popular-post .post-item .content,
    .recent-post .post-item .content {
      padding: 0;
      text-align: left;
      overflow: hidden; }
      .popular-post .post-item .content h6,
      .recent-post .post-item .content h6 {
        font-size: 17px;
        margin: 0 0 10px; }

.tweet-style2 .tweet-post-item {
  border: none;
  padding: 10px 0; }
  .tweet-style2 .tweet-post-item .tweet-icon {
    background-color: transparent;
    color: #c8385e;
    font-size: 3em;
    line-height: 1em; }
  .tweet-style2 .tweet-post-item .tweet-content h6.name {
    color: #646667;
    font-weight: 700; }
    .tweet-style2 .tweet-post-item .tweet-content h6.name span {
      color: #909497;
      font-weight: 400; }
  .tweet-style2 .tweet-post-item .tweet-content p {
    color: #909497;
    font-size: 1em; }

.tagcloud {
  padding-left: 0;
  list-style: none; }
  .tagcloud a {
    float: left;
    margin: 2px;
    padding: 10px 15px;
    display: block;
    background-color: #eee;
    color: #646667;
    font-size: 16px !important;
    line-height: 1.3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .tagcloud a:hover {
      background-color: #c8385e;
      color: #fff; }

.event-info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px; }
  .event-info-list li {
    padding: 7px 0;
    overflow: hidden; }
    .event-info-list li .info-type {
      width: 100px; }
      .event-info-list li .info-type i {
        color: #c8385e;
        margin-right: 6px; }
    .event-info-list li .info-detail {
      color: #646667; }

.popular-product .post-item .thumb {
  margin-right: 5px; }
.popular-product .post-item .content .title {
  margin-top: 0;
  margin-bottom: 4px; }
.popular-product .post-item .content .rating {
  margin-bottom: 0px; }
.popular-product .post-item .content .price {
  margin-bottom: 0;
  font-weight: 700; }

.table-responsives {
  overflow-y: auto; }
  .table-responsives .shop-cart {
    width: 1000px !important; }

.cart-content .shop-cart {
  width: 100%; }
  .cart-content .shop-cart thead tr {
    height: 65px;
    background-color: #f0f3f7;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec; }
    .cart-content .shop-cart thead tr th {
      border-right: 1px solid #ececec;
      text-align: center;
      font-size: 1.2em;
      font-weight: 700;
      background-color: #f0f3f7; }
    .cart-content .shop-cart thead tr .cart-item {
      width: 40%; }
    .cart-content .shop-cart thead tr .cart-price {
      width: 17%; }
    .cart-content .shop-cart thead tr .cart-quality {
      width: 17%; }
    .cart-content .shop-cart thead tr .cart-total {
      width: 17%; }
  .cart-content .shop-cart tbody tr {
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    height: 118px; }
    .cart-content .shop-cart tbody tr td {
      border-right: 1px solid #ececec;
      text-align: center;
      font-size: 1em;
      font-weight: 700;
      color: #646667; }
      .cart-content .shop-cart tbody tr td .counter-sign {
        width: 35px;
        height: 35px;
        font-size: 1em;
        line-height: 2.5em; }
      .cart-content .shop-cart tbody tr td select.selection {
        width: 80px;
        padding: 7px 2px 5px 4px;
        border: 1px solid #ececec; }
    .cart-content .shop-cart tbody tr .cart-item {
      padding: 20px;
      border-left: 1px solid #ececec; }
      .cart-content .shop-cart tbody tr .cart-item .item-image {
        width: 80px;
        height: 80px;
        float: left; }
        .cart-content .shop-cart tbody tr .cart-item .item-image img {
          width: 100%; }
      .cart-content .shop-cart tbody tr .cart-item .content {
        margin-left: 100px;
        text-align: left;
        display: table; }
        .cart-content .shop-cart tbody tr .cart-item .content .product-name {
          font-size: 1.2em;
          margin: 0;
          padding: 26px 0;
          font-weight: 700;
          color: #000; }
    .cart-content .shop-cart tbody tr .coupn-checkout {
      border-bottom: 1px solid #ececec; }
  .cart-content .shop-cart tbody .coupon-checkout .checkout-area {
    padding: 0 20px; }
    .cart-content .shop-cart tbody .coupon-checkout .checkout-area .discount-code {
      float: left; }
      .cart-content .shop-cart tbody .coupon-checkout .checkout-area .discount-code input {
        width: 280px;
        padding: 10px;
        background-color: #f0f3f7;
        font-size: 1em;
        border: 1px solid #ececec; }
      .cart-content .shop-cart tbody .coupon-checkout .checkout-area .discount-code .custom-btn {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        padding: 12px 30px;
        border: none;
        background-color: #c8385e;
        margin-left: 6px;
        margin-top: -2px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
    .cart-content .shop-cart tbody .coupon-checkout .checkout-area .checkout {
      float: right; }

.cart-second-section {
  overflow: hidden;
  margin-top: 30px; }
  .cart-second-section .calculate-shipping {
    padding: 30px 20px;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden; }
    .cart-second-section .calculate-shipping h3 {
      font-size: 1.2em;
      font-weight: 700;
      color: #646667;
      line-height: 1.2em;
      margin-bottom: 20px; }
    .cart-second-section .calculate-shipping .country {
      width: 100%;
      padding: 8px;
      border: 1px solid #ececec;
      margin-bottom: 20px; }
    .cart-second-section .calculate-shipping .state {
      width: 48%;
      float: left;
      padding: 8px;
      border: 1px solid #ececec; }
      @media (max-width: 400px) {
        .cart-second-section .calculate-shipping .state {
          width: 100%;
          margin-bottom: 20px; } }
    .cart-second-section .calculate-shipping .postcode {
      width: 48%;
      float: right;
      padding: 8px;
      border: 1px solid #ececec; }
      @media (max-width: 400px) {
        .cart-second-section .calculate-shipping .postcode {
          width: 100%; } }
    .cart-second-section .calculate-shipping .update-cart {
      font-size: 1em;
      font-weight: 700;
      padding: 10px 25px;
      background-color: #c8385e;
      border: none;
      color: #fff;
      margin-top: 20px; }
  .cart-second-section .cart-total-2 {
    border: 1px solid #ececec;
    padding: 22px 20px; }
    .cart-second-section .cart-total-2 h3 {
      font-size: 1.2em;
      font-weight: 700;
      line-height: 1.2em; }
    .cart-second-section .cart-total-2 li {
      font-size: 1em;
      font-weight: 700;
      color: #646667;
      display: block;
      overflow: hidden; }

/*# sourceMappingURL=style.css.map */
/*------------- Preloder ------------*/
#loading{
	background-color: #374140;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

#object_one {	
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
	}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
	}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
	
	}

	






@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}

@keyframes object_one {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}





@-webkit-keyframes object_two {
 

  75% { -webkit-transform: scale(0); }


}

@keyframes object_two {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_three {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  
}
