/*--------------------------------------------------------------
1.0 Default
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1;
  color: #000;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif; }
  @media screen and (min-width: 1230px) {
    body .container {
      width: 1230px; } }

ol,
ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

blockquote,
q {
  quotes: none; }

input[type='email'],
input[type='text'],
input[type='password'],
input[type='number'] {
  height: 41px; }

.wpcf7-not-valid-tip {
  font-size: 14px !important; }

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center; }

input[type='email'],
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  border: 1px solid #ededed;
  transition: all 0.3s ease 0s;
  border-radius: 12px;
  width: 100%;
  padding: 7px 12px; }
  input[type='email']:hover, input[type='email']:focus,
  input[type='text']:hover,
  input[type='text']:focus,
  input[type='password']:hover,
  input[type='password']:focus,
  input[type='number']:hover,
  input[type='number']:focus,
  textarea:hover,
  textarea:focus {
    border-color: #1ed670 !important; }
  input[type='email']::-webkit-input-placeholder,
  input[type='text']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.66);
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    font-family: "Open Sans", sans-serif; }
  input[type='email']::-moz-placeholder,
  input[type='text']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.66);
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    font-family: "Open Sans", sans-serif; }
  input[type='email']:-moz-placeholder,
  input[type='text']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.66);
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    font-family: "Open Sans", sans-serif; }
  input[type='email']:-ms-input-placeholder,
  input[type='text']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.66);
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    font-family: "Open Sans", sans-serif; }

table {
  border-collapse: separate;
  border-spacing: 0; }

/*
normalize.css : https://github.com/necolas/normalize.css
-------------------------------------------------------------
Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Correct `block` display not defined for any HTML5 element in IE 8/9.
Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
Correct `block` display not defined for `main` in IE 11. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

a img {
  border: 0; }

/* 1. Correct `inline-block` display not defined in IE 8/9.
2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/* Prevent modern browsers from displaying `audio` without controls.
Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/* Address `[hidden]` styling not present in IE 8/9/10.
Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden],
template {
  display: none; }

/* Text-level semantics
-------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted; }

/* Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b,
strong {
  font-weight: bold; }

/* Address styling not present in Safari and Chrome. */
dfn {
  font-style: italic; }

/* Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/* Embedded content
-------------------------------------------------------------- */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* Grouping content
-------------------------------------------------------------- */
pre {
  overflow: auto; }

/* Form
-------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

/* Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible; }

button,
select {
  text-transform: none; }

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Correct inability to style clickable `input` types in iOS.
3. Improve usability and consistency of cursor style between image-type * `input` and others. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* 
Appearance in Safari/Chrome */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* Inner-padding issues in Chrome OSX, Safari 5 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default; }

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* FF3/4 have !important on line-height in UA stylesheet
Inner spacing ie IE6/7 */
button,
input {
  line-height: normal;
  *overflow: visible; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

a
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/* Table
-------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*------------------------------
    1.1 Typography
------------------------------*/
pre,
body code,
input,
textarea {
  font: inherit; }

::-moz-selection {
  background: rgba(30, 214, 112, 0.75);
  color: #fff; }

::selection {
  background: rgba(30, 214, 112, 0.75);
  color: #fff; }

/*------------------------------
    1.2 Links
------------------------------*/
body a {
  color: #acacac;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  body a:hover {
    color: #1ed670;
    text-decoration: none; }
  body a:hover, body a:active, body a:focus {
    outline: none;
    text-decoration: none;
    color: #1ed670; }

/*------------------------------
    1.3 Heading
------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 50px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 10px; }

body {
  color: rgba(78, 78, 78, 0.87);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 12px;
  letter-spacing: 0.3px; }

/*------------------------------
    1.4 Base
------------------------------*/
address, caption, cite, code, dfn, var {
  font-weight: 400; }

th {
  font-weight: bold; }

a, abbr, acronym, address, applet, b, big, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, html, i, iframe, img, ins, kbd, label, legend, object, q, s, samp, small, span, strike, strong, sub, sup, tbody, td, tfoot, th, thead, tr, tt, u, var {
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0; }

pre {
  border-radius: 0;
  white-space: pre;
  word-wrap: break-word;
  padding: 30px; }

/*------------------------------
    1.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

dfn,
cite,
em,
i {
  font-style: italic; }

figure {
  margin: 0; }

address {
  margin: 20px 0; }

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 20px; }

details summary {
  font-weight: bold;
  margin-bottom: 20px; }

details:focus {
  outline: none; }

body code {
  background-color: transparent; }

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted; }

input {
  border: none; }

mark {
  background-color: #999;
  text-decoration: none;
  color: #fff;
  padding: 0; }

small {
  font-size: 85%; }

big {
  font-size: 125%; }

audio, video {
  max-width: 100%;
  width: 100%; }

ins {
  background-color: #999;
  text-decoration: none;
  color: #fff;
  padding: 0; }

/*------------------------------
    1.6 Table
------------------------------*/
/*------------------------------
    1.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #eee; }

textarea {
  resize: vertical; }

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #eee;
  padding: 10px; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

select, .login-select, .form-control {
  border: none;
  background: transparent;
  font-size: 14px;
  margin: 0;
  outline: medium none; }

/* Define
------------------------------*/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.wrap-table {
  width: 100%;
  text-align: center; }
  .wrap-table th {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    color: #222626; }
  .wrap-table td {
    color: #717c7c;
    font-size: 16px;
    line-height: 48px;
    font-weight: 300;
    padding: 4px 0 7px; }
  .wrap-table thead {
    border-bottom: 1px solid #222626; }
  .wrap-table tbody tr {
    border-bottom: 1px solid #e8e9e9; }
  .wrap-table table {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .wrap-table {
      overflow-x: scroll; }
      .wrap-table table {
        width: 767px; } }

/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 13px;
  margin-top: 5px; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    max-width: 98%; }
  .wp-caption .wp-caption-text {
    margin: 10px 0; }

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px; }

.entry-thumbnail.thumbnail {
  display: inline;
  float: left;
  margin-right: 30px; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px; }

.alignright {
  display: inline;
  float: right;
  margin: 20px 0 20px 40px; }

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
  margin-bottom: 20px; }

img.wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none; }

.gallery-caption {
  font-family: inherit; }

.bypostauthor {
  margin: 0; }

.edit-page .edit-link {
  margin: 10px 0;
  display: inline-block; }
  .edit-page .edit-link a {
    background-color: #1ed670;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 20px 3px;
    border: 2px solid #1ed670; }
    .edit-page .edit-link a:hover, .edit-page .edit-link a:focus {
      color: #1ed670;
      background-color: #fff; }

.screen-reader-text {
  display: none; }

.sidebar-area .widget li {
  line-height: 30px; }

.widget_nav_menu .sub-menu {
  margin-left: 15px; }

.widget_nav_menu a {
  line-height: 35px; }

.widget select {
  width: 100%;
  border: 1px solid #eee;
  margin: 10px 0; }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */ }

table th {
  color: #02113e;
  text-align: center; }

td {
  font-weight: normal;
  text-align: center; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px; }

th {
  font-weight: 700; }

td {
  border-top: 1px solid #ededed;
  padding: 10px;
  /*--- Definition Lists ---*/ }

dl {
  margin: 0 0 0 25px; }

dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #02113e; }

dl dd {
  line-height: normal;
  margin-bottom: 20px; }

dl dd a {
  color: #0735be; }

code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #0735be; }

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word; }

.sidebar-area .children {
  margin-left: 15px; }

.widget_nav_menu {
  display: none; }

.single-blog .wrap-content-single li {
  padding: 5px 0; }

.single-blog .wrap-content-single ul {
  list-style: initial; }

.single-blog .wrap-content-single ul, .single-blog .wrap-content-single ol {
  margin-left: 20px; }

.single-blog .wrap-content-single ol {
  list-style: decimal;
  margin-left: 25px; }

.sticky .post-title:before {
  content: "\f08d";
  font-family: "FontAwesome";
  color: inherit;
  font-size: 37px;
  margin-right: 10px; }

.widget_tag_cloud a {
  color: #444;
  font-size: 13px !important;
  background-color: #eee;
  border-radius: 3px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 6px;
  margin-bottom: 10px;
  padding: 0 10px; }

.widget_tag_cloud a:hover {
  background-color: #1ed670;
  color: #fff; }

.comment-body ul {
  margin-left: 25px;
  list-style: initial; }

.comment-body ol {
  margin-left: 25px;
  list-style: decimal; }

.comment-body li {
  line-height: 30px; }

.entry-content li {
  padding: 5px 0; }

.entry-content ul {
  list-style: initial; }

.entry-content ul,
.entry-content ol {
  margin-left: 20px; }

.entry-content ol {
  list-style: decimal; }

/*---- Body Content ----*/
.site-content {
  padding-top: 80px;
  padding-bottom: 80px; }

@media screen and (min-width: 1200px) {
  .vc_row.move-top {
    overflow: visible !important; }
    .vc_row.move-top .vc_column-inner {
      margin-top: -13px; }
  .vc_row.move-top-35 {
    overflow: visible !important; }
    .vc_row.move-top-35 .vc_column-inner {
      margin-top: -35px; }
  .vc_row.move-top-30 {
    overflow: visible !important; }
    .vc_row.move-top-30 .vc_column-inner {
      margin-top: -30px; }
  .vc_row.row-visible {
    overflow: visible !important; } }

@media screen and (max-width: 1199px) {
  .vc_row.move-top {
    overflow: visible !important; }
    .vc_row.move-top .vc_column-inner {
      margin-top: 35px; }
  .vc_row.move-top-35 {
    overflow: visible !important; }
    .vc_row.move-top-35 .vc_column-inner {
      margin-top: 35px; }
  .vc_row.move-top-30 {
    overflow: visible !important; }
    .vc_row.move-top-30 .vc_column-inner {
      margin-top: 35px; } }

/*---- Blog Content ----*/
.blog-default .site-main .wrap-post {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }

.blog-default .site-main .post-edit-link {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #000; }
  .blog-default .site-main .post-edit-link:hover {
    color: #1ed670; }

.blog-default .site-main .wrap-footer {
  position: absolute;
  right: 30px;
  bottom: 23px;
  left: 30px; }
  .blog-default .site-main .wrap-footer .date {
    float: right; }
  .blog-default .site-main .wrap-footer a,
  .blog-default .site-main .wrap-footer .date {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #000; }
  .blog-default .site-main .wrap-footer a {
    position: relative;
    display: inline-block; }
    .blog-default .site-main .wrap-footer a:before {
      content: '';
      background-color: #a3a3a3;
      width: 0%;
      position: absolute;
      bottom: 0;
      height: 1px;
      transition: all 0.25s ease 0s; }
    .blog-default .site-main .wrap-footer a:hover:before {
      width: 100%; }
  @media screen and (max-width: 1199px) {
    .blog-default .site-main .wrap-footer {
      left: 30px; } }

.blog-default .site-main article {
  margin-bottom: 30px; }

.blog-default .site-main .wrap-media {
  width: 400px;
  float: left; }
  .blog-default .site-main .wrap-media img {
    width: 100%; }
  @media screen and (max-width: 1199px) {
    .blog-default .site-main .wrap-media {
      width: 100%;
      float: none; } }

.blog-default .site-main .wrap-content {
  width: calc(100% - 400px);
  float: left;
  position: relative;
  padding: 40px 30px; }
  @media screen and (max-width: 1199px) {
    .blog-default .site-main .wrap-content {
      width: 100%;
      float: none; } }

.blog-default .site-main .post-title {
  margin-bottom: 30px; }
  .blog-default .site-main .post-title a {
    color: #000;
    font-size: 42px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
    .blog-default .site-main .post-title a:hover {
      color: #1ed670; }

.blog-default .site-main .archive_detail {
  margin-bottom: 10px; }
  .blog-default .site-main .archive_detail .detail-author,
  .blog-default .site-main .archive_detail .detail-comment {
    margin-right: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    font-family: "Open Sans", sans-serif; }
    .blog-default .site-main .archive_detail .detail-author a,
    .blog-default .site-main .archive_detail .detail-comment a {
      font-size: 16px;
      color: rgba(0, 0, 0, 0.87); }
      .blog-default .site-main .archive_detail .detail-author a:hover,
      .blog-default .site-main .archive_detail .detail-comment a:hover {
        color: #1ed670; }

.blog-default .site-main .entry-content p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  font-family: "Open Sans", sans-serif; }

.format-video iframe {
  margin-bottom: -4px;
  width: 100%; }

.format-gallery .control span {
  border: 1px solid #fff;
  height: 56px;
  line-height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .format-gallery .control span:hover {
    background-color: rgba(56, 56, 63, 0.5); }

.format-gallery .control.left span {
  left: 20px; }

.format-gallery .control.right span {
  right: 20px; }

/*---- Single Blog ----*/
.single-post .site-content {
  padding-bottom: 40px;
  padding-top: 0; }

.single-post .scroll-post.scroll-down {
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  top: 0px; }

.single-post.hd-fixed .scroll-post.scroll-up {
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  top: 102px; }

.single-blog .wrap-scroll {
  margin-bottom: 33px; }

.single-blog .scroll-post {
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding-top: 22px;
  transition: top 0.25s ease 0s;
  padding-bottom: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }
  .single-blog .scroll-post .progress-bar {
    position: absolute;
    top: 0;
    background-color: #8224e3;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 6;
    width: 100%; }
  .single-blog .scroll-post .progress-amt {
    position: absolute;
    top: 0;
    background-color: #1ed670;
    left: 0;
    width: 0px;
    height: 4px;
    z-index: 8;
    transition: all 0.25s ease 0s; }
  .single-blog .scroll-post .scroll-content {
    padding: 0 15px; }
    @media screen and (min-width: 1270px) {
      .single-blog .scroll-post .scroll-content {
        width: 1270px;
        margin: 0 auto; } }
  .single-blog .scroll-post .scroll-avt {
    width: 45px;
    float: left;
    overflow: hidden;
    border-radius: 100%;
    height: 45px; }
    .single-blog .scroll-post .scroll-avt img {
      width: 100%;
      height: 100%; }
  .single-blog .scroll-post .scroll-share {
    float: left;
    width: 400px; }
    @media screen and (max-width: 991px) {
      .single-blog .scroll-post .scroll-share {
        width: 100%;
        margin-top: 15px; } }
    .single-blog .scroll-post .scroll-share p {
      color: #010000;
      font-size: 14px;
      letter-spacing: 0.03em;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      float: left;
      line-height: 40px; }
    .single-blog .scroll-post .scroll-share .scroll-share-ul {
      float: left;
      padding-left: 20px; }
      @media screen and (max-width: 499px) {
        .single-blog .scroll-post .scroll-share .scroll-share-ul {
          padding-left: 0; } }
      .single-blog .scroll-post .scroll-share .scroll-share-ul li {
        display: inline-block;
        margin-right: 11px; }
        @media screen and (max-width: 499px) {
          .single-blog .scroll-post .scroll-share .scroll-share-ul li {
            margin-right: 0; } }
        .single-blog .scroll-post .scroll-share .scroll-share-ul li:last-child {
          margin-right: 0; }
      .single-blog .scroll-post .scroll-share .scroll-share-ul .scroll-share-btn {
        width: 52px;
        height: 40px;
        font-size: 18px;
        color: #fff;
        border-radius: 6px;
        line-height: 40px;
        display: inline-block;
        text-align: center; }
        @media screen and (max-width: 499px) {
          .single-blog .scroll-post .scroll-share .scroll-share-ul .scroll-share-btn {
            width: 45px; } }
        .single-blog .scroll-post .scroll-share .scroll-share-ul .scroll-share-btn.facebook {
          background-color: #3b5998;
          border-color: #3b5998; }
        .single-blog .scroll-post .scroll-share .scroll-share-ul .scroll-share-btn.twitter {
          background-color: #55acee;
          border-color: #55acee; }
        .single-blog .scroll-post .scroll-share .scroll-share-ul .scroll-share-btn.linkedin {
          background-color: #007bb6;
          border-color: #007bb6; }
        .single-blog .scroll-post .scroll-share .scroll-share-ul .scroll-share-btn.email {
          background-color: #404040;
          border-color: #404040; }
        .single-blog .scroll-post .scroll-share .scroll-share-ul .scroll-share-btn.google-plus {
          background-color: #dd4b39;
          border-color: #dd4b39; }
        .single-blog .scroll-post .scroll-share .scroll-share-ul .scroll-share-btn:hover {
          background-color: #1ed670;
          border-color: #1ed670; }
  .single-blog .scroll-post .content-scroll {
    float: left;
    width: calc( 100% - 445px);
    padding: 0 15px; }
    @media screen and (max-width: 991px) {
      .single-blog .scroll-post .content-scroll {
        width: calc( 100% - 45px); } }
    .single-blog .scroll-post .content-scroll h5 {
      color: #010000;
      font-size: 18px;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.03em;
      margin-bottom: 0; }
    .single-blog .scroll-post .content-scroll .detail-date {
      color: #010000;
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 0.03em; }

.single-blog .footer-thumbnail {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.78);
  left: 0;
  right: 0;
  padding-top: 12px;
  padding-bottom: 12px; }
  .single-blog .footer-thumbnail h5 {
    font-size: 13px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    float: left;
    width: 80%;
    line-height: 1;
    padding-left: 15px; }
    @media screen and (max-width: 1199px) {
      .single-blog .footer-thumbnail h5 {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
  .single-blog .footer-thumbnail p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.66);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    float: right;
    width: 20%;
    line-height: 13px;
    text-align: right;
    padding-right: 15px; }
    @media screen and (max-width: 1199px) {
      .single-blog .footer-thumbnail p {
        width: 100%;
        float: none; } }

.single-blog .wrap-content-single p {
  font-size: 14px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 22px; }

.single-blog .wrap-content-single ins {
  background-color: transparent;
  color: #6244c5;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 34px; }

.single-blog .related_storie {
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb; }
  .single-blog .related_storie .post-title-recent {
    line-height: 20px; }
    .single-blog .related_storie .post-title-recent a {
      font-size: 22px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      color: #000;
      line-height: 1.2;
      display: inline-block; }
      .single-blog .related_storie .post-title-recent a:hover {
        color: #1ed670; }
      @media screen and (max-width: 1199px) {
        .single-blog .related_storie .post-title-recent a {
          line-height: 20px; } }
    @media screen and (max-width: 1199px) {
      .single-blog .related_storie .post-title-recent {
        line-height: 30px; } }
  .single-blog .related_storie .post-thumbnail-recent img {
    width: 100%; }
  .single-blog .related_storie .title-related {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 37px; }
  .single-blog .related_storie .wrap-post {
    background-color: #fff;
    overflow: hidden;
    border-radius: 6px; }
  .single-blog .related_storie .wrap-content {
    min-height: 205px;
    position: relative;
    padding: 11px 25px 40px; }
    .single-blog .related_storie .wrap-content .wrap-footer {
      position: absolute;
      left: 25px;
      right: 25px;
      bottom: 19px; }
      .single-blog .related_storie .wrap-content .wrap-footer .date {
        float: right; }
      .single-blog .related_storie .wrap-content .wrap-footer a,
      .single-blog .related_storie .wrap-content .wrap-footer .date {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        color: #000; }
      .single-blog .related_storie .wrap-content .wrap-footer a {
        position: relative;
        bottom: 0px;
        display: inline-block; }
        .single-blog .related_storie .wrap-content .wrap-footer a:before {
          content: '';
          background-color: #a3a3a3;
          width: 0%;
          position: absolute;
          bottom: 0;
          height: 1px;
          transition: all 0.25s ease 0s; }
        .single-blog .related_storie .wrap-content .wrap-footer a:hover:before {
          width: 100%; }
  @media screen and (max-width: 1199px) {
    .single-blog .related_storie .item {
      margin-bottom: 20px; } }

.single-blog .post-edit-link {
  color: #1ed670;
  position: relative; }
  .single-blog .post-edit-link:before {
    position: absolute;
    content: '';
    background-color: #1ed670;
    width: 0%;
    height: 1px;
    bottom: 0;
    -webkit-transition: width 0.25s ease 0s;
    transition: width 0.25s ease 0s; }
  .single-blog .post-edit-link:hover:before {
    width: 100%; }

@media screen and (min-width: 1200px) {
  .single-blog.is-sidebar-full .site-main {
    max-width: 870px;
    margin: 0 auto; } }

.single-blog .post-thumbnail {
  margin-bottom: 43px; }
  .single-blog .post-thumbnail img {
    width: 100%; }

.single-blog iframe,
.single-blog #gallery-nav {
  margin-bottom: 43px; }

.single-blog .site-main .single-title {
  color: #000;
  font-size: 42px;
  line-height: 48px;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  font-weight: 700; }
  @media screen and (max-width: 599px) {
    .single-blog .site-main .single-title {
      font-size: 28px;
      line-height: 30px; } }

.single-blog .site-main .wrap-excerpt p {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 22px; }

.single-blog .site-main .single_detail {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #a5a5a5;
  margin-bottom: 21px;
  letter-spacing: 0.025em;
  text-transform: uppercase; }
  .single-blog .site-main .single_detail a {
    color: #a5a5a5;
    text-transform: uppercase; }
    .single-blog .site-main .single_detail a:hover {
      color: #1ed670; }

.single-blog .site-main .post-thumbnail {
  border-radius: 6px;
  overflow: hidden;
  position: relative; }
  .single-blog .site-main .post-thumbnail img {
    width: 100%; }

.single-blog .site-main .single_share {
  margin-bottom: 78px; }
  .single-blog .site-main .single_share li {
    display: inline-block;
    margin-right: 9px; }
    .single-blog .site-main .single_share li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1199px) {
      .single-blog .site-main .single_share li {
        margin-bottom: 15px; } }
  .single-blog .site-main .single_share .button-share {
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    color: #fff;
    padding: 0 20px;
    line-height: 36px;
    border-style: solid;
    border-width: 2px;
    background-color: #1ed670; }
    .single-blog .site-main .single_share .button-share.facebook {
      background-color: #3b5998;
      border-color: #3b5998; }
    .single-blog .site-main .single_share .button-share.twitter {
      background-color: #55acee;
      border-color: #55acee; }
    .single-blog .site-main .single_share .button-share.linkedin {
      background-color: #007bb6;
      border-color: #007bb6; }
    .single-blog .site-main .single_share .button-share.email {
      background-color: #404040;
      border-color: #404040; }
    .single-blog .site-main .single_share .button-share.google-plus {
      background-color: #dd4b39;
      border-color: #dd4b39; }
    .single-blog .site-main .single_share .button-share:hover {
      background-color: #1ed670;
      border-color: #1ed670; }
  .single-blog .site-main .single_share i {
    font-size: 18px;
    margin-right: 30px;
    position: relative;
    bottom: -2px; }
  .single-blog .site-main .single_share .print {
    color: #404040;
    margin-left: 27px; }

.single-blog .entry-tag {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 32px;
  margin-bottom: 58px; }
  .single-blog .entry-tag a {
    display: inline-block;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #d1d0d0;
    padding: 0 20px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.55);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 15px; }
    .single-blog .entry-tag a:hover {
      color: #1ed670; }

.single-blog .site-content {
  padding-bottom: 157px; }

.single-blog .edit-link {
  padding: 20px 0;
  display: inline-block; }

.comments-area {
  margin-top: 45px;
  overflow: hidden; }
  .comments-area .children {
    margin-left: 100px; }
    @media screen and (max-width: 767px) {
      .comments-area .children {
        margin-left: 30px; } }
  .comments-area .comment-awaiting-moderation {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 20px; }
  .comments-area h3.count-comment {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 23px;
    color: #262626;
    text-transform: uppercase; }
  .comments-area .comment-respond .comment-reply-title {
    color: #383b3f;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
  .comments-area .comment-respond .form-submit {
    margin-bottom: 80px; }
  .comments-area .comment-respond .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px; }
  .comments-area .comment-respond .row {
    margin-left: -10px;
    margin-right: -10px; }
  .comments-area .comment-respond input[type='text'],
  .comments-area .comment-respond textarea,
  .comments-area .comment-respond input[type='email'] {
    width: 100%;
    border-radius: 0;
    padding: 0 15px !important;
    border: 1px solid #e7e7e7 !important;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .comments-area .comment-respond input[type='text']:focus,
    .comments-area .comment-respond textarea:focus,
    .comments-area .comment-respond input[type='email']:focus {
      border-color: #1ed670; }
    .comments-area .comment-respond input[type='text']::-webkit-input-placeholder,
    .comments-area .comment-respond textarea::-webkit-input-placeholder,
    .comments-area .comment-respond input[type='email']::-webkit-input-placeholder {
      color: #a5a5a5;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-weight: 400;
      opacity: 1; }
    .comments-area .comment-respond input[type='text']::-moz-placeholder,
    .comments-area .comment-respond textarea::-moz-placeholder,
    .comments-area .comment-respond input[type='email']::-moz-placeholder {
      color: #a5a5a5;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-weight: 400;
      opacity: 1; }
    .comments-area .comment-respond input[type='text']:-moz-placeholder,
    .comments-area .comment-respond textarea:-moz-placeholder,
    .comments-area .comment-respond input[type='email']:-moz-placeholder {
      color: #a5a5a5;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-weight: 400;
      opacity: 1; }
    .comments-area .comment-respond input[type='text']:-ms-input-placeholder,
    .comments-area .comment-respond textarea:-ms-input-placeholder,
    .comments-area .comment-respond input[type='email']:-ms-input-placeholder {
      color: #a5a5a5;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-weight: 400;
      opacity: 1; }
  .comments-area .comment-respond input[type='text'],
  .comments-area .comment-respond input[type='email'] {
    height: 45px;
    line-height: 43px;
    margin-bottom: 20px !important; }
  .comments-area .comment-respond textarea {
    height: 200px;
    padding-top: 15px !important;
    line-height: normal; }
  .comments-area .comment-respond input[type='submit'] {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    color: #fff;
    text-transform: capitalize;
    border-radius: 50px;
    border: 2px solid #1ed670;
    height: 46px;
    padding: 0 40px;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 42px;
    background-color: #1ed670;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .comments-area .comment-respond input[type='submit']:hover, .comments-area .comment-respond input[type='submit']:focus {
      background-color: #fff;
      color: #1ed670; }
  .comments-area .comment-body {
    position: relative;
    padding-bottom: 44px; }
    .comments-area .comment-body:before {
      content: '';
      position: absolute;
      bottom: 43px;
      height: 1px;
      right: 0;
      width: 1920px;
      background-color: #ebebeb; }
    .comments-area .comment-body .comment-author-image {
      border-radius: 50px;
      overflow: hidden;
      float: left;
      max-width: 60px; }
    .comments-area .comment-body p {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #000;
      line-height: 22px;
      margin-bottom: 18px; }
    .comments-area .comment-body .footer {
      font-size: 11px;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      text-transform: uppercase; }
      .comments-area .comment-body .footer .comment-reply-link {
        color: #8224e3; }
        .comments-area .comment-body .footer .comment-reply-link:hover {
          color: #1ed670; }
      .comments-area .comment-body .footer .detail-date {
        color: #a5a5a5; }
        .comments-area .comment-body .footer .detail-date span {
          margin: 0 10px; }
    .comments-area .comment-body .comment-meta {
      margin-left: 85px;
      padding-top: 0px;
      margin-bottom: 33px; }
    .comments-area .comment-body .comment-author {
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      color: #262626;
      font-weight: 500;
      text-transform: capitalize;
      margin-bottom: 15px; }
    .comments-area .comment-body .comment-date {
      color: #808080;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 22px;
      text-transform: capitalize; }
    .comments-area .comment-body .reply {
      position: absolute;
      top: 19px;
      right: 0; }
      .comments-area .comment-body .reply a {
        color: #b4b4b4;
        font-size: 16px; }
        .comments-area .comment-body .reply a:hover {
          color: #3c3c3c; }
  .comments-area .parent .comment-body:before {
    display: none; }

.post-author-wrap {
  background-color: #f2f2f2;
  margin-top: 80px; }
  .post-author-wrap .wrap-left {
    float: left; }
  .post-author-wrap .wrap-right {
    margin-left: 285px;
    font-family: "Open Sans", sans-serif;
    padding-top: 39px; }
    .post-author-wrap .wrap-right h4 {
      margin-top: 0;
      color: #383b3f;
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 11px; }
    .post-author-wrap .wrap-right p {
      margin-bottom: 20px; }
    .post-author-wrap .wrap-right .author-pos {
      font-size: 12px;
      color: #1ed670;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      margin-top: 0;
      margin-bottom: 22px; }
    .post-author-wrap .wrap-right .author-infor {
      font-size: 14px;
      color: #818181;
      font-weight: 300; }
    .post-author-wrap .wrap-right .author_social li {
      display: inline-block;
      margin-right: 25px; }
      .post-author-wrap .wrap-right .author_social li:last-child {
        margin-right: 0; }
      .post-author-wrap .wrap-right .author_social li a {
        font-size: 14px; }
      .post-author-wrap .wrap-right .author_social li.facebook a {
        color: #3e5992; }
      .post-author-wrap .wrap-right .author_social li.twitter a {
        color: #5daae4; }
      .post-author-wrap .wrap-right .author_social li.google a {
        color: #e34d4a; }

/*---- Single Causes ----*/
.single-cshcauses .wrap-single-causes {
  background-image: url(../images/bg.jpg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat; }

.single-cshcauses .wrap-recent-donate {
  padding-top: 14px; }
  .single-cshcauses .wrap-recent-donate h4 {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 9px; }
  .single-cshcauses .wrap-recent-donate .recent-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 38px;
    padding-top: 30px; }
    .single-cshcauses .wrap-recent-donate .recent-item .recent-avt {
      float: left;
      width: 70px;
      height: 70px;
      overflow: hidden; }
      .single-cshcauses .wrap-recent-donate .recent-item .recent-avt img {
        border-radius: 50px; }
    .single-cshcauses .wrap-recent-donate .recent-item .recent-content {
      float: left;
      width: calc( 100% - 70px);
      padding-left: 15px;
      padding-top: 12px; }
      .single-cshcauses .wrap-recent-donate .recent-item .recent-content h5 {
        color: #000;
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        margin-bottom: 11px;
        text-transform: capitalize; }
      .single-cshcauses .wrap-recent-donate .recent-item .recent-content p {
        font-style: italic;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        color: #000;
        line-height: 18px;
        margin-bottom: 10px; }
      .single-cshcauses .wrap-recent-donate .recent-item .recent-content span {
        color: #1ed670;
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700; }

.single-cshcauses .wrap-content_donate {
  margin-bottom: 40px; }

.single-cshcauses .wrap-contact {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 20px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02); }
  .single-cshcauses .wrap-contact:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -30px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.08); }
  .single-cshcauses .wrap-contact .wrap-contact__avt {
    width: 75px;
    float: left; }
    .single-cshcauses .wrap-contact .wrap-contact__avt img {
      width: 100%;
      border-radius: 50px; }
  .single-cshcauses .wrap-contact .wrap-contact__info {
    float: left;
    width: calc( 100% - 75px);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    position: relative; }
    .single-cshcauses .wrap-contact .wrap-contact__info h4 {
      font-size: 16px;
      color: #000;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      margin-bottom: 2px; }
    .single-cshcauses .wrap-contact .wrap-contact__info p {
      font-size: 13px;
      color: rgba(0, 0, 0, 0.87);
      font-family: "Open Sans", sans-serif;
      font-weight: 500; }
    .single-cshcauses .wrap-contact .wrap-contact__info .contact-mail {
      color: #000;
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      position: absolute;
      bottom: 0;
      right: 0; }
      .single-cshcauses .wrap-contact .wrap-contact__info .contact-mail:hover {
        color: #1ed670; }

.single-cshcauses .share {
  margin-top: 65px; }
  .single-cshcauses .share a {
    height: 54px;
    border-radius: 50px;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    line-height: 50px;
    text-align: center; }
  .single-cshcauses .share .share-fb {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
    width: 188px;
    margin-right: 11px; }
    @media screen and (max-width: 1199px) {
      .single-cshcauses .share .share-fb {
        margin-right: 0;
        margin-bottom: 15px; } }
    .single-cshcauses .share .share-fb:hover {
      color: #3b5998;
      background-color: #fff; }
    .single-cshcauses .share .share-fb i {
      font-size: 22px;
      margin-right: 16px; }
  .single-cshcauses .share .cshcs-donate {
    width: 180px;
    background-color: #1ed670;
    border-color: #1ed670;
    color: #fff; }
    .single-cshcauses .share .cshcs-donate:hover {
      color: #1ed670;
      background-color: #fff; }
    @media screen and (max-width: 1199px) {
      .single-cshcauses .share .cshcs-donate {
        width: 188px; } }

.single-cshcauses .site-content {
  padding-bottom: 0;
  background-color: #f5f5f5; }

.single-cshcauses .site-main {
  padding-bottom: 77px; }

.single-cshcauses .wrap-infor {
  margin-bottom: 50px; }
  .single-cshcauses .wrap-infor .wrap-thumbnail {
    height: 315px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    background-size: cover;
    background-position: center; }
  .single-cshcauses .wrap-infor .wrap-content {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    padding-top: 34px;
    padding-bottom: 20px; }
    .single-cshcauses .wrap-infor .wrap-content .wrap-content_info,
    .single-cshcauses .wrap-infor .wrap-content .wrap-infor {
      float: left; }
    .single-cshcauses .wrap-infor .wrap-content .wrap-content_info {
      width: 65%;
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .single-cshcauses .wrap-infor .wrap-content .wrap-content_info {
          width: 100%;
          padding-left: 15px;
          padding-right: 15px;
          margin-bottom: 30px; } }
      .single-cshcauses .wrap-infor .wrap-content .wrap-content_info h1 {
        color: #000;
        font-size: 32px;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        line-height: 34px;
        margin-bottom: 16px;
        letter-spacing: 0.01em; }
      .single-cshcauses .wrap-infor .wrap-content .wrap-content_info p {
        letter-spacing: 0.03em;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.87);
        line-height: 26px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        max-width: 590px;
        margin-bottom: 45px; }
      .single-cshcauses .wrap-infor .wrap-content .wrap-content_info .local-event {
        color: #000;
        font-weight: 700;
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
        letter-spacing: 0.01em; }
    .single-cshcauses .wrap-infor .wrap-content .wrap-infor {
      width: 35%;
      text-align: right;
      padding-right: 15px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .single-cshcauses .wrap-infor .wrap-content .wrap-infor {
          width: 100%;
          padding-left: 15px;
          padding-right: 15px;
          text-align: left; } }
      .single-cshcauses .wrap-infor .wrap-content .wrap-infor li {
        display: inline-block;
        text-align: left;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.67);
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        margin-right: 60px; }
        .single-cshcauses .wrap-infor .wrap-content .wrap-infor li:last-child {
          margin-right: 0; }
        .single-cshcauses .wrap-infor .wrap-content .wrap-infor li span {
          display: block;
          color: #1ed670;
          font-size: 30px;
          font-weight: 700; }
        @media screen and (max-width: 1199px) {
          .single-cshcauses .wrap-infor .wrap-content .wrap-infor li {
            display: block;
            margin-bottom: 15px;
            margin-right: 0;
            text-align: right; } }
        @media screen and (max-width: 767px) {
          .single-cshcauses .wrap-infor .wrap-content .wrap-infor li {
            text-align: left; } }
  .single-cshcauses .wrap-infor .prosess {
    height: 8px;
    width: 100%;
    position: relative;
    background-color: #86eeb4; }
    .single-cshcauses .wrap-infor .prosess span {
      position: absolute;
      left: 0;
      height: 8px;
      background-color: #1ed670;
      z-index: 2; }
      .single-cshcauses .wrap-infor .prosess span:before {
        content: '';
        position: absolute;
        right: -5px;
        top: -4px;
        border-radius: 50px;
        box-shadow: 0 1px 8px rgba(30, 214, 112, 0.65);
        background-color: #1ed670;
        z-index: 3;
        width: 16px;
        height: 16px; }

.single-cshcauses .wrap-gallery {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 50px; }
  .single-cshcauses .wrap-gallery h3 {
    color: #000;
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 29px; }
  .single-cshcauses .wrap-gallery img {
    border-radius: 12px; }

.single-cshcauses .wrap-featured-cause {
  background-color: #f6f5f5;
  padding-top: 55px;
  padding-bottom: 30px; }
  .single-cshcauses .wrap-featured-cause h2 {
    color: #1ed670;
    font-size: 48px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 11px; }
  .single-cshcauses .wrap-featured-cause p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.01em; }
  .single-cshcauses .wrap-featured-cause .header {
    float: left; }
    @media screen and (max-width: 1199px) {
      .single-cshcauses .wrap-featured-cause .header {
        float: none; } }
  .single-cshcauses .wrap-featured-cause .button-casuse {
    float: right;
    padding-top: 15px; }
    @media screen and (max-width: 1199px) {
      .single-cshcauses .wrap-featured-cause .button-casuse {
        float: none; } }
    .single-cshcauses .wrap-featured-cause .button-casuse .find-cause,
    .single-cshcauses .wrap-featured-cause .button-casuse .create-cause {
      width: 180px;
      height: 48px;
      border-radius: 50px;
      border: 2px solid #1ed670;
      display: inline-block;
      text-align: center;
      line-height: 44px; }
      @media screen and (max-width: 499px) {
        .single-cshcauses .wrap-featured-cause .button-casuse .find-cause,
        .single-cshcauses .wrap-featured-cause .button-casuse .create-cause {
          display: block; } }
    .single-cshcauses .wrap-featured-cause .button-casuse .find-cause {
      color: #1ed670;
      background-color: #fff; }
      .single-cshcauses .wrap-featured-cause .button-casuse .find-cause:hover {
        color: #fff;
        background-color: #1ed670; }
      @media screen and (max-width: 499px) {
        .single-cshcauses .wrap-featured-cause .button-casuse .find-cause {
          margin-bottom: 20px; } }
    .single-cshcauses .wrap-featured-cause .button-casuse .create-cause {
      background-color: #1ed670;
      color: #fff;
      margin-left: 26px; }
      .single-cshcauses .wrap-featured-cause .button-casuse .create-cause:hover {
        color: #1ed670;
        background-color: #fff; }
      @media screen and (max-width: 499px) {
        .single-cshcauses .wrap-featured-cause .button-casuse .create-cause {
          margin-left: 0; } }

.single-cshcauses .featured-cause {
  margin-top: 48px; }
  .single-cshcauses .featured-cause .wrap-thumbnail img {
    width: 100%;
    transition: all 0.25s ease 0s;
    transform: scale(1) rotate(0deg); }
  .single-cshcauses .featured-cause .wrap-thumbnail:hover img {
    transform: scale(1.2) rotate(-5deg); }
  .single-cshcauses .featured-cause .cause-content {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
  .single-cshcauses .featured-cause .prosess {
    height: 4px;
    width: 100%;
    position: relative;
    background-color: #86eeb4; }
    .single-cshcauses .featured-cause .prosess span {
      position: absolute;
      left: 0;
      height: 4px;
      background-color: #1ed670;
      z-index: 2; }
      .single-cshcauses .featured-cause .prosess span:before {
        content: '';
        position: absolute;
        right: -4px;
        top: -4px;
        border-radius: 50px;
        box-shadow: 0 1px 8px rgba(30, 214, 112, 0.65);
        background-color: #1ed670;
        z-index: 3;
        width: 12px;
        height: 12px; }
  .single-cshcauses .featured-cause .wrap-infor-causes {
    margin-bottom: 18px; }
    .single-cshcauses .featured-cause .wrap-infor-causes li {
      float: left;
      width: 33.333333%;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.65);
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.01em; }
    .single-cshcauses .featured-cause .wrap-infor-causes span {
      display: block;
      color: #1ed670;
      font-size: 16px;
      font-weight: 700; }
  .single-cshcauses .featured-cause .wap-content {
    padding: 25px 12px 50px;
    background-color: #fff;
    position: relative; }
    .single-cshcauses .featured-cause .wap-content .wrap-footer {
      position: absolute;
      bottom: 23px;
      left: 12px;
      right: 12px; }
      .single-cshcauses .featured-cause .wap-content .wrap-footer .view-event {
        position: relative;
        bottom: -1px;
        color: #1ed670;
        font-size: 14px;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        float: right;
        opacity: 0;
        visibility: hidden; }
        .single-cshcauses .featured-cause .wap-content .wrap-footer .view-event:hover {
          color: #8224e3; }
      .single-cshcauses .featured-cause .wap-content .wrap-footer .local-event {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        font-family: "Open Sans", sans-serif; }
    .single-cshcauses .featured-cause .wap-content:hover .wrap-footer .view-event {
      opacity: 1;
      visibility: visible; }
  .single-cshcauses .featured-cause p {
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.65); }
  .single-cshcauses .featured-cause .event-title {
    line-height: 0;
    margin-bottom: 14px; }
    .single-cshcauses .featured-cause .event-title a {
      color: #000000;
      font-size: 18px;
      line-height: 22px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      display: inline-block;
      letter-spacing: 0.01em; }
      .single-cshcauses .featured-cause .event-title a:hover {
        color: #1ed670; }

/*---- Navigation ----*/
.paging-navigation {
  text-align: right; }
  .paging-navigation .page-numbers {
    width: 21px;
    height: 25px;
    line-height: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e2e2;
    display: inline-block;
    margin: 0 5px;
    color: #bdbdbd;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .paging-navigation .page-numbers.next, .paging-navigation .page-numbers.prev {
      width: auto;
      padding: 0 5px; }
    .paging-navigation .page-numbers.next {
      margin-right: 0; }
    .paging-navigation .page-numbers.prev {
      margin-left: 0; }
    .paging-navigation .page-numbers.current, .paging-navigation .page-numbers:hover {
      color: #8224e3;
      border-color: transparent; }

.post-navigation {
  margin-top: 80px; }
  .post-navigation a {
    max-width: 100%;
    position: relative;
    display: inline-block;
    height: 150px;
    text-align: center;
    overflow: hidden; }
    .post-navigation a:before {
      position: absolute;
      content: '';
      background-color: rgba(60, 60, 60, 0.8);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .post-navigation a:hover:before, .post-navigation a:focus:before {
      background-color: #3c3c3c; }
  .post-navigation p {
    color: #fe5d4b;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0; }
  .post-navigation h4 {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 0; }
  .post-navigation .content {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%); }

/*---- Single Cause ----*/
.single-zodonations .site-content {
  padding-top: 160px;
  padding-bottom: 160px; }

@media screen and (min-width: 1200px) {
  .single-cause [class^="col-lg-"],
  .single-cause [class*=" col-lg-"] {
    padding-right: 30px;
    padding-left: 30px; }
  .single-cause .row {
    margin: 0 -30px; } }

.single-cause .post-thumbnail {
  margin-bottom: 46px; }
  .single-cause .post-thumbnail img {
    width: 100%; }

.single-cause .entry-title {
  color: #383b3f;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 41px;
  text-transform: uppercase;
  margin-bottom: 23px; }
  @media screen and (max-width: 991px) {
    .single-cause .entry-title {
      font-size: 25px;
      line-height: 30px; } }

.single-cause .contents {
  font-size: 14px;
  color: #818181;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 24px; }
  .single-cause .contents .cause-title {
    font-size: 16px;
    color: #383b3f;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: normal;
    margin-top: 46px; }
  .single-cause .contents ul {
    margin-bottom: 48px;
    margin-top: 18px; }
  .single-cause .contents li {
    color: #818181;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    margin-bottom: 18px; }
    .single-cause .contents li:before {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50px;
      background-color: #1ed670;
      position: absolute;
      top: 7px;
      left: 5px; }

.single-cause .entry-process {
  position: relative;
  height: 30px;
  margin-bottom: 20px; }
  .single-cause .entry-process .percent {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    border-radius: 50px;
    height: 6px;
    top: 4px; }
  .single-cause .entry-process .number {
    position: absolute;
    background-color: #1ed670;
    height: 6px;
    border-radius: 50px;
    left: 0;
    top: 4px;
    transition: width 0.3s ease 0s; }

.single-cause .process-donate {
  text-align: center; }
  .single-cause .process-donate .raised,
  .single-cause .process-donate .text-donate,
  .single-cause .process-donate .goal {
    float: left;
    width: 33.333333%; }
  .single-cause .process-donate .text-donate {
    color: rgba(56, 59, 63, 0.1);
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .single-cause .process-donate .raised,
  .single-cause .process-donate .goal {
    color: #818181;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding-top: 15px; }
  .single-cause .process-donate .raised {
    text-align: left; }
  .single-cause .process-donate .goal {
    text-align: right; }

.single-cause .cause-donate {
  text-align: center;
  margin-bottom: 53px; }
  .single-cause .cause-donate a {
    font-size: 12px;
    color: #fff;
    background-color: #1ed670;
    letter-spacing: 0.2em;
    border-radius: 50px;
    text-transform: uppercase;
    height: 60px;
    line-height: 56px;
    padding: 0 85px;
    border: 3px solid #1ed670;
    display: inline-block; }
    .single-cause .cause-donate a:hover {
      background-color: transparent;
      color: #1ed670; }

/*---- Banner ----*/
.banner {
  min-height: 615px;
  position: relative;
  margin-bottom: 80px; }
  @media screen and (max-width: 991px) {
    .banner {
      min-height: 415px; } }
  .banner .banner-overlay {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(56, 59, 63, 0.8); }
  .banner h3, .banner h5 {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1;
    top: 210px; }
    @media screen and (max-width: 991px) {
      .banner h3, .banner h5 {
        top: 170px; } }
  .banner h5 {
    font-size: 30px;
    color: #ccc;
    margin-bottom: 25px; }
    @media screen and (max-width: 499px) {
      .banner h5 {
        font-size: 18px; } }
  .banner h3 {
    font-size: 100px;
    color: #fff; }
    @media screen and (max-width: 991px) {
      .banner h3 {
        font-size: 60px; } }
    @media screen and (max-width: 499px) {
      .banner h3 {
        font-size: 45px; } }

/*---- Single Events ----*/
.single-events .site-content {
  padding-top: 160px;
  padding-bottom: 140px; }

@media screen and (min-width: 1200px) {
  .single-event [class^="col-lg-"],
  .single-event [class*=" col-lg-"] {
    padding-right: 30px;
    padding-left: 30px; }
  .single-event > .row {
    margin: 0 -30px; } }

.single-event .entry-cmt {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }

.single-event .wrap-maps {
  border-radius: 12px;
  margin-top: 30px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }

.single-event .wrap-speak {
  margin-top: 30px;
  padding-top: 20px; }
  .single-event .wrap-speak .author-social li {
    display: inline-block;
    margin-right: 25px; }
    .single-event .wrap-speak .author-social li:last-child {
      margin-right: 0; }
    .single-event .wrap-speak .author-social li a {
      font-size: 32px; }
      .single-event .wrap-speak .author-social li a.facebook {
        color: #3e5992; }
      .single-event .wrap-speak .author-social li a.twitter {
        color: #5daae4; }
      .single-event .wrap-speak .author-social li a.google-plus {
        color: #dd4b39; }
      .single-event .wrap-speak .author-social li a.linkedin {
        color: #007bb5; }
      .single-event .wrap-speak .author-social li a:hover {
        color: #1ed670; }
  .single-event .wrap-speak .avt,
  .single-event .wrap-speak .wrap-content-speak {
    float: left; }
    @media screen and (max-width: 1199px) {
      .single-event .wrap-speak .avt,
      .single-event .wrap-speak .wrap-content-speak {
        float: none; } }
  .single-event .wrap-speak .avt {
    width: 200px; }
    @media screen and (max-width: 1199px) {
      .single-event .wrap-speak .avt {
        width: 100%;
        margin: 0 auto; } }
    .single-event .wrap-speak .avt img {
      width: 100%;
      border-radius: 100%; }
  .single-event .wrap-speak .wrap-content-speak {
    width: calc( 100% - 200px);
    padding-top: 10px;
    padding-left: 30px; }
    @media screen and (max-width: 1199px) {
      .single-event .wrap-speak .wrap-content-speak {
        padding-left: 0;
        width: 100%; } }
    .single-event .wrap-speak .wrap-content-speak h3 {
      font-size: 28px;
      color: #000;
      font-family: "Open Sans", sans-serif;
      font-weight: 500; }
    .single-event .wrap-speak .wrap-content-speak p {
      font-size: 14px;
      line-height: 24px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 33px; }

.single-event .wrap-content .event-cmt {
  margin-top: 7px; }
  .single-event .wrap-content .event-cmt .comment-respond input[type='text'],
  .single-event .wrap-content .event-cmt .comment-respond input[type='email'],
  .single-event .wrap-content .event-cmt textarea {
    border-radius: 12px; }
  .single-event .wrap-content .event-cmt .comment-respond input[type='text'],
  .single-event .wrap-content .event-cmt .comment-respond input[type='email'] {
    margin-bottom: 30px !important; }
  .single-event .wrap-content .event-cmt h3 {
    font-size: 32px;
    color: #042036;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 10px; }
  .single-event .wrap-content .event-cmt p {
    color: #042036;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 30px; }
    .single-event .wrap-content .event-cmt p.comment-notes {
      opacity: 0.8; }
  .single-event .wrap-content .event-cmt .comment-respond .form-submit {
    margin-bottom: 0; }
  .single-event .wrap-content .event-cmt .comment-respond input[type="submit"] {
    background-color: #8224e3;
    height: 50px;
    line-height: 46px;
    width: 100%;
    border: 2px solid #8224e3;
    margin-top: 30px; }
    .single-event .wrap-content .event-cmt .comment-respond input[type="submit"]:hover {
      background-color: #fff;
      color: #8224e3; }

.single-event .nav-tabs {
  padding-bottom: 14px;
  margin-top: 95px; }
  .single-event .nav-tabs li {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 1199px) {
      .single-event .nav-tabs li {
        margin-bottom: 10px; } }
    .single-event .nav-tabs li a {
      margin: 0;
      border: none;
      padding: 0;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.66); }
    .single-event .nav-tabs li.active > a,
    .single-event .nav-tabs li:hover > a {
      background-color: transparent;
      color: #8224e3;
      border: none; }
  .single-event .nav-tabs i {
    font-size: 16px;
    margin-right: 8px; }

.single-event .wrap-buy-tickets {
  background-color: #fff;
  padding: 21px 20px;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }
  .single-event .wrap-buy-tickets .wrap-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 22px; }
    .single-event .wrap-buy-tickets .wrap-top .wrap-date-time {
      color: #8224e3;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      text-align: center;
      width: 40px;
      float: left;
      line-height: normal; }
      .single-event .wrap-buy-tickets .wrap-top .wrap-date-time .day {
        font-size: 32px;
        margin-bottom: -5px; }
      .single-event .wrap-buy-tickets .wrap-top .wrap-date-time .mon {
        font-size: 18px;
        margin-bottom: -5px; }
      .single-event .wrap-buy-tickets .wrap-top .wrap-date-time .year {
        font-size: 17px;
        letter-spacing: -0.8px; }
    .single-event .wrap-buy-tickets .wrap-top .wrap-content {
      padding-left: 10px;
      float: left;
      width: calc( 100% - 40px); }
      .single-event .wrap-buy-tickets .wrap-top .wrap-content h3 {
        margin-bottom: -2px;
        font-size: 20px;
        color: #000000;
        line-height: 28px;
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        margin-top: 0;
        position: relative;
        top: -3px; }
      .single-event .wrap-buy-tickets .wrap-top .wrap-content span {
        font-size: 12px;
        color: rgba(64, 64, 64, 0.66);
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
        letter-spacing: 0.03em;
        text-transform: uppercase; }
  .single-event .wrap-buy-tickets .wrap-middle {
    padding-top: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 16px;
    margin-bottom: 20px; }
    .single-event .wrap-buy-tickets .wrap-middle .title {
      font-size: 18px;
      color: #000;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      width: calc( 100% - 65px);
      display: inline-block; }
    .single-event .wrap-buy-tickets .wrap-middle .form-control {
      width: 65px;
      display: inline-block;
      float: right; }
    .single-event .wrap-buy-tickets .wrap-middle .info-children {
      display: block;
      font-size: 12px;
      color: #404040;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      line-height: normal; }
    .single-event .wrap-buy-tickets .wrap-middle .children .title {
      line-height: normal; }
    .single-event .wrap-buy-tickets .wrap-middle .adults {
      margin-bottom: 26px; }
    .single-event .wrap-buy-tickets .wrap-middle .adults,
    .single-event .wrap-buy-tickets .wrap-middle .children {
      line-height: 40px; }
  .single-event .wrap-buy-tickets .wrap-footer {
    text-align: center; }
    .single-event .wrap-buy-tickets .wrap-footer a {
      height: 46px;
      color: #fff;
      background-color: #1ed670;
      border-width: 2px;
      border-style: solid;
      border-radius: 50px;
      display: inline-block;
      min-width: 240px;
      line-height: 42px;
      font-size: 14px;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      border-color: #1ed670; }
      .single-event .wrap-buy-tickets .wrap-footer a:hover {
        color: #1ed670;
        background-color: #fff;
        text-decoration: none; }
      .single-event .wrap-buy-tickets .wrap-footer a:focus {
        text-decoration: none; }

.single-event .event-countdown {
  display: block;
  margin: 62px 0 60px; }
  .single-event .event-countdown .cms-countdown {
    float: left;
    width: 70%;
    height: 60px;
    align-items: center;
    display: flex; }
    .single-event .event-countdown .cms-countdown .title {
      display: block;
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      letter-spacing: 0.2em;
      color: #383b3f;
      margin-bottom: 14px;
      font-weight: 700; }
    .single-event .event-countdown .cms-countdown li {
      display: inline-block;
      text-align: center;
      margin-right: 60px; }
      .single-event .event-countdown .cms-countdown li:last-child {
        margin-right: 0; }
      @media (min-height: 992px) and (max-width: 1199px) {
        .single-event .event-countdown .cms-countdown li {
          margin-right: 45px; } }
    .single-event .event-countdown .cms-countdown .cms-count {
      display: block;
      font-size: 20px;
      color: #383b3f; }
    @media screen and (max-width: 991px) {
      .single-event .event-countdown .cms-countdown {
        width: 100%;
        display: inline-block;
        float: none;
        text-align: center;
        height: auto; }
        .single-event .event-countdown .cms-countdown li {
          margin: 0 0 15px;
          display: block; } }
  .single-event .event-countdown .event-btn {
    text-align: center; }
    .single-event .event-countdown .event-btn a {
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      background-color: #1ed670;
      border: 2px solid #1ed670;
      height: 60px;
      line-height: 60px;
      width: 30%;
      padding: 0;
      border-radius: 50px; }
      .single-event .event-countdown .event-btn a:hover, .single-event .event-countdown .event-btn a:focus {
        color: #1ed670;
        background-color: #fff;
        outline: none; }
      @media screen and (max-width: 991px) {
        .single-event .event-countdown .event-btn a {
          display: inline-block;
          width: 200px; } }

.single-event .content-event img {
  width: 100%; }

.single-event .post-thumbnail {
  margin-bottom: 60px; }

.single-event h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  color: #383b3f;
  margin-bottom: 27px;
  text-transform: uppercase; }

.single-event .event-meta {
  list-style: none;
  padding: 0;
  margin-bottom: 21px; }
  .single-event .event-meta i {
    color: #1ed670;
    font-size: 14px;
    margin-right: 13px;
    min-width: 15px; }
  .single-event .event-meta li {
    display: inline-block;
    margin-right: 40px;
    font-style: normal; }
    .single-event .event-meta li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1199px) {
      .single-event .event-meta li {
        display: block;
        line-height: 25px; } }

.single-event .wrap-share-event {
  margin-top: 32px; }
  .single-event .wrap-share-event p {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #808080; }
  .single-event .wrap-share-event .wrap-share {
    display: inline-block; }
    .single-event .wrap-share-event .wrap-share a {
      font-size: 14px;
      margin: 0 15px; }
      .single-event .wrap-share-event .wrap-share a i.fa-facebook {
        color: #3e5992; }
        .single-event .wrap-share-event .wrap-share a i.fa-facebook:hover {
          color: #1ed670; }
      .single-event .wrap-share-event .wrap-share a i.fa-twitter {
        color: #5daae4; }
        .single-event .wrap-share-event .wrap-share a i.fa-twitter:hover {
          color: #1ed670; }
      .single-event .wrap-share-event .wrap-share a i.fa-google {
        color: #e34d4a; }
        .single-event .wrap-share-event .wrap-share a i.fa-google:hover {
          color: #1ed670; }

.search .post-thumbnail {
  display: none; }

/*---- Single Events ----*/
.single-cshevents .site-content {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(../images/bg.jpg); }

.single-event .wrap-content h3 {
  font-size: 28px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 21px; }

.single-event .wrap-content p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 23px;
  color: rgba(0, 0, 0, 0.87); }

@media screen and (min-width: 1200px) {
  .single-event .wrap-content {
    padding-right: 30px; } }

@media screen and (min-width: 1200px) {
  .single-event .wrap-details {
    padding-left: 60px; } }

@media screen and (max-width: 991px) {
  .single-event .wrap-details {
    margin-top: 50px; } }

.single-event .wrap-details h3 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px; }

.single-event .wrap-contact {
  margin-bottom: 41px; }
  .single-event .wrap-contact i {
    color: rgba(0, 0, 0, 0.66);
    margin-right: 10px; }
  .single-event .wrap-contact li {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 30px;
    font-size: 14px;
    padding-left: 5px;
    color: rgba(0, 0, 0, 0.87); }
  .single-event .wrap-contact span {
    font-weight: 400;
    float: right; }

.wrap-featured-causes .wrap-thumbnail {
  border-radius: 6px 6px 0 0;
  overflow: hidden; }
  .wrap-featured-causes .wrap-thumbnail img {
    border-radius: 6px 6px 0 0; }

.wrap-featured-causes h3 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #8224e3; }

.wrap-featured-causes .wrap-infor {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 15px 13px; }

.wrap-featured-causes h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
  color: #000;
  margin-bottom: 14px; }

.wrap-featured-causes p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 38px;
  font-family: "Open Sans", sans-serif;
  color: rgba(0, 0, 0, 0.66); }

.wrap-featured-causes .view-cause {
  float: right;
  color: #1ed670;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px; }

.wrap-featured-causes .local-event {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px; }

.wrap-featured-causes .wrap-donate {
  margin-bottom: 24px; }
  .wrap-featured-causes .wrap-donate li {
    display: inline-block;
    margin: 0 18px; }
    .wrap-featured-causes .wrap-donate li:last-child {
      margin-right: 0; }
    .wrap-featured-causes .wrap-donate li:first-child {
      margin-left: 0; }
  .wrap-featured-causes .wrap-donate .c {
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #1ed670; }
  .wrap-featured-causes .wrap-donate .title {
    font-size: 12px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.66); }

.cshcs-create-cause-link {
  text-align: center; }
  .cshcs-create-cause-link a {
    background-color: #1ed670;
    height: 48px;
    border: 2px solid #1ed670;
    border-radius: 50px;
    padding: 0 40px;
    color: #fff;
    line-height: 44px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    display: inline-block; }
    .cshcs-create-cause-link a:hover {
      color: #1ed670;
      background-color: #fff; }

#cshcs-wrap-cause #cshcs-cause-form input[type="submit"] {
  height: 48px;
  border: 2px solid #1ed670;
  line-height: 44px;
  background-color: #1ed670;
  color: #fff;
  transition: all 0.3s ease 0s; }
  #cshcs-wrap-cause #cshcs-cause-form input[type="submit"]:hover {
    color: #1ed670;
    background-color: #fff; }

.page-id-517 .site-content {
  padding-top: 0; }

@media screen and (min-width: 1260px) {
  .single-charity > .container {
    width: 1260px; } }

.single-charity .content__sidebar .sidebar__donate {
  background-color: #fff;
  padding: 20px 15px;
  position: relative;
  margin-bottom: 40px; }
  .single-charity .content__sidebar .sidebar__donate:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -30px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.08); }

.single-charity .content__sidebar .sidebar__recent-donate {
  padding-top: 14px; }
  .single-charity .content__sidebar .sidebar__recent-donate h4 {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 9px; }
  .single-charity .content__sidebar .sidebar__recent-donate .recent-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 38px;
    padding-top: 30px; }
    .single-charity .content__sidebar .sidebar__recent-donate .recent-item .recent-avt {
      float: left;
      width: 70px;
      height: 70px;
      overflow: hidden; }
      .single-charity .content__sidebar .sidebar__recent-donate .recent-item .recent-avt img {
        border-radius: 50px; }
    .single-charity .content__sidebar .sidebar__recent-donate .recent-item .recent-content {
      float: left;
      width: calc( 100% - 70px);
      padding-left: 15px;
      padding-top: 12px; }
      .single-charity .content__sidebar .sidebar__recent-donate .recent-item .recent-content h5 {
        color: #000;
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        margin-bottom: 11px;
        text-transform: capitalize; }
      .single-charity .content__sidebar .sidebar__recent-donate .recent-item .recent-content p {
        font-style: italic;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        color: #000;
        line-height: 18px;
        margin-bottom: 10px; }
      .single-charity .content__sidebar .sidebar__recent-donate .recent-item .recent-content span {
        color: #1ed670;
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700; }

.single-charity .content__sidebar .wrap-top--avt {
  width: 60px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  float: left; }

.single-charity .content__sidebar .wrap-top {
  margin-bottom: 35px; }
  .single-charity .content__sidebar .wrap-top h5 {
    float: left;
    width: calc(100% - 60px);
    color: #000;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 24px;
    padding-left: 20px;
    padding-top: 12px; }

.single-charity .content__sidebar .cshcs-donate {
  height: 48px;
  border: 2px solid #1ed670;
  line-height: 44px;
  width: 100%;
  color: #fff;
  display: inline-block;
  border-radius: 12px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: center;
  background-color: #1ed670; }
  .single-charity .content__sidebar .cshcs-donate:hover {
    color: #1ed670;
    background-color: #fff; }

.single-charity .single-charity__header {
  height: 375px;
  background-position: center;
  background-size: cover; }

.single-charity .number-charity {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #bebdbd;
  font-size: 14px;
  margin-bottom: 16px;
  display: inline-block; }
  .single-charity .number-charity i {
    color: #1ed670; }

.single-charity .single-charity__content .content__header--contact {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  line-height: 28px;
  letter-spacing: 0.01em; }
  .single-charity .single-charity__content .content__header--contact span {
    font-weight: 500; }

.single-charity .single-charity__content .content__header {
  background-color: #fff;
  padding: 50px 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02);
  border-radius: 12px; }
  .single-charity .single-charity__content .content__header h4 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 28px; }
  .single-charity .single-charity__content .content__header p {
    margin-bottom: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.87); }

@media screen and (min-width: 1200px) {
  .single-charity .single-charity__content .content__recent .row {
    margin-left: -22px;
    margin-right: -22px; }
  .single-charity .single-charity__content .content__recent .col-xs-12 {
    padding-left: 22px;
    padding-right: 22px; } }

.single-charity .single-charity__content .content__recent .cause-content {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }

.single-charity .single-charity__content .content__recent img {
  width: 100%; }

.single-charity .single-charity__content .content__recent .prosess {
  height: 4px;
  width: 100%;
  position: relative;
  background-color: #86eeb4; }
  .single-charity .single-charity__content .content__recent .prosess span {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #1ed670;
    z-index: 2; }
    .single-charity .single-charity__content .content__recent .prosess span:before {
      content: '';
      position: absolute;
      right: -4px;
      top: -4px;
      border-radius: 50px;
      box-shadow: 0 1px 8px rgba(30, 214, 112, 0.65);
      background-color: #1ed670;
      z-index: 3;
      width: 12px;
      height: 12px; }

.single-charity .single-charity__content .content__recent .wrap-infor-causes {
  margin-bottom: 18px; }
  .single-charity .single-charity__content .content__recent .wrap-infor-causes li {
    float: left;
    width: 33.333333%;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em; }
  .single-charity .single-charity__content .content__recent .wrap-infor-causes span {
    display: block;
    color: #1ed670;
    font-size: 16px;
    font-weight: 700; }

.single-charity .single-charity__content .content__recent .wap-content {
  padding: 25px 12px 50px;
  background-color: #fff;
  position: relative; }
  .single-charity .single-charity__content .content__recent .wap-content .wrap-footer {
    position: absolute;
    bottom: 23px;
    left: 12px;
    right: 12px; }
    .single-charity .single-charity__content .content__recent .wap-content .wrap-footer .view-event {
      position: relative;
      bottom: -1px;
      color: #1ed670;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      float: right; }
      .single-charity .single-charity__content .content__recent .wap-content .wrap-footer .view-event:hover {
        color: #8224e3; }
    .single-charity .single-charity__content .content__recent .wap-content .wrap-footer .local-event {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif; }

.single-charity .single-charity__content .content__recent p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.65); }

.single-charity .single-charity__content .content__recent .event-title {
  line-height: 0;
  margin-bottom: 14px; }
  .single-charity .single-charity__content .content__recent .event-title a {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em; }
    .single-charity .single-charity__content .content__recent .event-title a:hover {
      color: #1ed670; }

.single-charity .donate-infor .number {
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #1ed670;
  margin-bottom: 9px; }

.single-charity .donate-infor span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66); }

.single-charity .donate-infor .infor__donate,
.single-charity .donate-infor .infor__raised {
  display: inline-block;
  margin-left: 55px;
  margin-right: 55px; }
  @media screen and (max-width: 767px) {
    .single-charity .donate-infor .infor__donate,
    .single-charity .donate-infor .infor__raised {
      display: block;
      margin-top: 10px;
      margin-bottom: 10px; } }

.single-charity .single-charity__infor {
  text-align: center;
  margin-bottom: 65px; }
  .single-charity .single-charity__infor .single-charity__infor--avt {
    width: 120px;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    background-color: #fff;
    margin-bottom: 11px; }
  .single-charity .single-charity__infor h5 {
    font-size: 24px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 11px; }
  .single-charity .single-charity__infor .share {
    margin-bottom: 52px; }
    .single-charity .single-charity__infor .share li {
      display: inline-block; }
    .single-charity .single-charity__infor .share .button-share {
      font-size: 28px; }
      .single-charity .single-charity__infor .share .button-share.facebook {
        color: #3b5998; }
      .single-charity .single-charity__infor .share .button-share.twitter {
        color: #55acee; }
      .single-charity .single-charity__infor .share .button-share:hover {
        color: #1ed670; }

.modal-backdrop {
  z-index: 98 !important; }

body .modal .modal-content {
  line-height: normal;
  text-align: left; }
  @media screen and (max-width: 767px) {
    body .modal .modal-content {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  body .modal .modal-content h2 {
    font-size: 32px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #000;
    margin-bottom: 40px !important; }
  body .modal .modal-content label {
    color: rgba(0, 0, 0, 0.66);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500; }
  body .modal .modal-content .cshcs-tab-payment .cshcs-left-nav,
  body .modal .modal-content .cshcs-tab-payment .cshcs-right-nav {
    border: 2px solid #1ed670;
    height: 45px;
    line-height: 41px;
    background-color: #fff;
    color: #1ed670;
    border-radius: 50px;
    padding-top: 0 50px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    transition: all 0.25s ease 0s; }
    @media screen and (max-width: 767px) {
      body .modal .modal-content .cshcs-tab-payment .cshcs-left-nav,
      body .modal .modal-content .cshcs-tab-payment .cshcs-right-nav {
        float: none !important;
        margin-top: 20px !important; } }
    body .modal .modal-content .cshcs-tab-payment .cshcs-left-nav:hover,
    body .modal .modal-content .cshcs-tab-payment .cshcs-right-nav:hover {
      color: #fff;
      background-color: #1ed670; }
  body .modal .modal-content .cshcs-tab-payment #cshcs-select-method-col1 h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: "Open Sans", sans-serif; }
  body .modal .modal-content .cshcs-tab-payment #cshcs-select-method-col1 span,
  body .modal .modal-content .cshcs-tab-payment #cshcs-select-method-col1 .cshcs-donate-amount-label {
    font-size: 32px !important;
    color: #1ed670;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
  body .modal .modal-content .cshcs-tab-message .form-control {
    border: 1px solid #ccc; }
  body .modal .modal-content .cshcs-tab-message #cshcs-button-avatar {
    padding: 0;
    line-height: 30px; }
  body .modal .modal-content .cshcs-tab-message #cshcs-donor-name input[type="text"] {
    width: calc( 100% - 100px) !important;
    height: 40px;
    border-radius: 6px; }
  body .modal .modal-content .cshcs-tab-message #cshcs-email-phone input[type="email"],
  body .modal .modal-content .cshcs-tab-message #cshcs-email-phone input[type="text"] {
    border-radius: 6px;
    padding-left: 20px !important; }
  body .modal .modal-content .cshcs-tab-message .cshcs-left-nav,
  body .modal .modal-content .cshcs-tab-message .cshcs-right-nav {
    border: 2px solid #1ed670;
    height: 45px;
    line-height: 41px;
    background-color: #fff;
    color: #1ed670;
    border-radius: 50px;
    padding-top: 0 50px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    transition: all 0.25s ease 0s; }
    @media screen and (max-width: 767px) {
      body .modal .modal-content .cshcs-tab-message .cshcs-left-nav,
      body .modal .modal-content .cshcs-tab-message .cshcs-right-nav {
        float: none !important;
        margin-top: 20px !important; } }
    body .modal .modal-content .cshcs-tab-message .cshcs-left-nav:hover,
    body .modal .modal-content .cshcs-tab-message .cshcs-right-nav:hover {
      color: #fff;
      background-color: #1ed670; }
  body .modal .modal-content .cshcs-tab-make-donate .cshcs-left-nav,
  body .modal .modal-content .cshcs-tab-make-donate .cshcs-right-nav {
    border: 2px solid #1ed670;
    height: 45px;
    line-height: 41px;
    background-color: #fff;
    color: #1ed670;
    border-radius: 50px;
    padding-top: 0 50px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    transition: all 0.25s ease 0s; }
    @media screen and (max-width: 767px) {
      body .modal .modal-content .cshcs-tab-make-donate .cshcs-left-nav,
      body .modal .modal-content .cshcs-tab-make-donate .cshcs-right-nav {
        float: none !important;
        margin-top: 20px !important; } }
    body .modal .modal-content .cshcs-tab-make-donate .cshcs-left-nav:hover,
    body .modal .modal-content .cshcs-tab-make-donate .cshcs-right-nav:hover {
      color: #fff;
      background-color: #1ed670; }
  body .modal .modal-content .cshcs-tab-make-donate ul li {
    text-align: center !important;
    height: 60px;
    margin-right: 0 !important;
    padding-left: 7px;
    padding-right: 7px; }
    @media (min-width: 500px) and (max-width: 767px) {
      body .modal .modal-content .cshcs-tab-make-donate ul li {
        width: 20%; } }
    @media screen and (max-width: 499px) {
      body .modal .modal-content .cshcs-tab-make-donate ul li {
        width: 50%; } }
    body .modal .modal-content .cshcs-tab-make-donate ul li span {
      height: 60px;
      border: 2px solid #f5f4f4;
      border-radius: 12px;
      background-color: #fff;
      color: rgba(0, 0, 0, 0.66) !important;
      font-family: "Open Sans", sans-serif;
      font-weight: 400 !important;
      font-size: 24px !important;
      line-height: 56px;
      letter-spacing: 0.01em;
      transition: all 0.25s ease 0s; }
      body .modal .modal-content .cshcs-tab-make-donate ul li span.cshcs-span-selected, body .modal .modal-content .cshcs-tab-make-donate ul li span:hover {
        background-color: #1ed670;
        color: #fff !important; }
      @media screen and (max-width: 767px) {
        body .modal .modal-content .cshcs-tab-make-donate ul li span {
          height: 50px;
          line-height: 46px;
          font-size: 14px; } }
    @media screen and (max-width: 767px) {
      body .modal .modal-content .cshcs-tab-make-donate ul li {
        padding-left: 5px;
        padding-right: 5px; } }
  body .modal .modal-content .cshcs-tab-make-donate #cshcs-button-amout {
    margin-bottom: 40px;
    margin-left: -7px;
    margin-right: -7px; }
    @media screen and (max-width: 767px) {
      body .modal .modal-content .cshcs-tab-make-donate #cshcs-button-amout {
        margin-bottom: 10px;
        margin: 0 -5px 0 -5px; } }
  body .modal .modal-content .cshcs-tab-make-donate #cshcs-left-money,
  body .modal .modal-content .cshcs-tab-make-donate #cshcs-right-money {
    border: 2px solid #f5f4f4; }
  body .modal .modal-content .cshcs-tab-make-donate .form-control {
    border-top: 2px solid #f5f4f4;
    border-bottom: 2px solid #f5f4f4;
    font-size: 34px !important;
    color: #1ed670;
    font-family: "Open Sans", sans-serif;
    font-weight: 500; }
    body .modal .modal-content .cshcs-tab-make-donate .form-control:focus {
      border-color: #f5f4f4 !important;
      border-left: none;
      border-right: none; }
  body .modal .modal-content .cshcs-tab-make-donate .wrap-number {
    margin-bottom: 30px; }
  body .modal .modal-content .cshcs-tab-make-donate .cshcs-wrap-select {
    height: 60px;
    border: 2px solid #f5f4f4;
    border-radius: 6px; }
    body .modal .modal-content .cshcs-tab-make-donate .cshcs-wrap-select select {
      width: 100%;
      height: 56px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
    @media screen and (max-width: 767px) {
      body .modal .modal-content .cshcs-tab-make-donate .cshcs-wrap-select {
        height: 50px; }
        body .modal .modal-content .cshcs-tab-make-donate .cshcs-wrap-select select {
          height: 46px; } }

.modal .popup_content {
  padding: 0 !important; }
  .modal .popup_content input[type="tel"] {
    height: 41px; }
  .modal .popup_content input[type="tel"],
  .modal .popup_content textarea {
    border: 1px solid #ededed;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    width: 100%;
    padding: 7px 12px; }
    .modal .popup_content input[type="tel"]:hover, .modal .popup_content input[type="tel"]:focus,
    .modal .popup_content textarea:hover,
    .modal .popup_content textarea:focus {
      border-color: #1ed670; }
  .modal .popup_content input[name="donor[adults]"],
  .modal .popup_content input[name="donor[children]"] {
    margin-bottom: 10px;
    display: inline-block;
    max-width: 100px; }
  .modal .popup_content .title-donor {
    display: inline-block;
    width: 60px; }

.cshev-sort-events .cshev-sort-by span {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-right: 12px; }

.cshev-sort-events .cshev-sort-by .cshev-wrap-select {
  position: relative;
  display: inline-block; }
  .cshev-sort-events .cshev-sort-by .cshev-wrap-select:before {
    content: '\f312';
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    color: #000;
    top: 2px;
    right: 15px;
    font-size: 14px; }

.cshev-sort-events .cshev-sort-by select {
  border-radius: 100px;
  height: 29px;
  width: 215px;
  padding: 0 15px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px !important; }

.cshev-sort-events .cshev-results .cshev-results-show {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px; }

.cshev-sort-events .cshev-results .cshev-results-per-page label {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px !important; }

.cshev-sort-events .cshev-results .cshev-results-per-page .cshev-per-page {
  color: #bdbdbd;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px; }
  .cshev-sort-events .cshev-results .cshev-results-per-page .cshev-per-page.cshev-highlight, .cshev-sort-events .cshev-results .cshev-results-per-page .cshev-per-page:hover {
    color: #000; }

/*---- Custom Heading ----*/
@media screen and (max-width: 1199px) {
  .vc_custom_heading {
    text-align: center !important; } }

.vc_custom_heading.line-bottom {
  position: relative; }
  .vc_custom_heading.line-bottom span {
    margin-bottom: 40px;
    position: absolute;
    content: '';
    background-color: #1ed670;
    height: 2px;
    width: 53px;
    bottom: -73px;
    left: 50%;
    transform: translatex(-50%); }
  @media screen and (min-width: 1200px) {
    .vc_custom_heading.line-bottom.block-left span {
      left: 0%;
      transform: translatex(0%); }
    .vc_custom_heading.line-bottom.block-right span {
      left: 100%;
      transform: translatex(-100%); } }

.vc_custom_heading.heading-2 {
  margin-bottom: 60px; }
  .vc_custom_heading.heading-2 p {
    color: rgba(78, 78, 78, 0.87);
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding-top: 23px; }

/*---- Fancybox Single ----*/
.fancy-box-4 {
  opacity: 0.55; }
  .fancy-box-4 .fancy-icon,
  .fancy-box-4 .fancy-content {
    float: left; }
  .fancy-box-4 .fancy-icon {
    line-height: 51px;
    margin-right: 20px; }
    .fancy-box-4 .fancy-icon img {
      max-width: 30px;
      line-height: 51px; }
    .fancy-box-4 .fancy-icon i {
      font-size: 32px;
      line-height: 51px;
      color: #000;
      transition: all 0.25s ease 0s; }
  .fancy-box-4 h4 {
    color: #000;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    transition: all 0.25s ease 0s; }
  .fancy-box-4 .wrap-content {
    height: 51px;
    line-height: 51px;
    background-color: transparent;
    transition: all 0.25s ease 0s;
    border-radius: 50px;
    padding: 0 20px;
    display: inline-block; }
    .fancy-box-4 .wrap-content:hover {
      background-color: #fff; }
      .fancy-box-4 .wrap-content:hover h4 {
        color: #1ed670; }
      .fancy-box-4 .wrap-content:hover .fancy-icon i {
        color: #1ed670; }

.fancy-box-3 {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 25px 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04); }
  @media screen and (max-width: 1199px) {
    .fancy-box-3 {
      padding: 15px; } }
  .fancy-box-3 .fancy-image {
    margin-bottom: 20px; }
  .fancy-box-3 h4 {
    color: #000;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 10px; }
  .fancy-box-3 p {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87); }

.fancy-box-1 {
  text-align: center; }
  .fancy-box-1 .fancy-image {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    text-align: center;
    line-height: 150px;
    margin: 0 auto;
    margin-bottom: 22px;
    background-color: #fff; }
    .fancy-box-1 .fancy-image i {
      font-size: 55px;
      color: #464646; }
    .fancy-box-1 .fancy-image img {
      vertical-align: top; }
  .fancy-box-1 h4 {
    font-size: 18px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 12px; }
  .fancy-box-1 p, .fancy-box-1 a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.66);
    font-size: 16px; }
  .fancy-box-1 a:hover {
    color: #1ed670; }
  @media screen and (max-width: 1199px) {
    .fancy-box-1 {
      padding: 30px 0; } }

.fancy-box-2 .fancy-image {
  width: 70px;
  float: left;
  text-align: center; }
  .fancy-box-2 .fancy-image i {
    font-size: 32px;
    color: #8224e3; }
  @media screen and (max-width: 991px) {
    .fancy-box-2 .fancy-image {
      width: 100%;
      float: none;
      margin-bottom: 20px; } }

.fancy-box-2 .fancy-content {
  float: left;
  width: calc( 100% - 70px); }
  .fancy-box-2 .fancy-content h4 {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    font-family: 'brownbold'; }
  .fancy-box-2 .fancy-content p {
    color: rgba(78, 78, 78, 0.87);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }
  @media screen and (max-width: 991px) {
    .fancy-box-2 .fancy-content {
      float: none;
      width: 100%;
      text-align: center; } }

@media screen and (max-width: 991px) {
  .fancy-box-2 {
    padding: 30px 0; } }

/*---- About Cause ----*/
.wrap-about-cause {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 63px;
  padding-left: 15px;
  padding-right: 15px; }
  .wrap-about-cause h3 {
    color: #ffffff;
    font-family: 'brownbold';
    font-size: 58px;
    letter-spacing: 0.01em;
    margin-bottom: 33px;
    font-weight: 400; }
  .wrap-about-cause .sub-title {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 18px;
    margin: 0 auto 54px;
    max-width: 690px; }
  .wrap-about-cause .about-cause {
    color: #fff;
    font-family: "brownbold";
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 3px; }
    .wrap-about-cause .about-cause span {
      font-size: 42px;
      color: #1ed670; }

/*---- Carousel ----*/
.cms-carousel-charity .owl-controls {
  display: none; }

.carousel-causes .owl-controls {
  display: none; }

.carousel-causes .cms-carousel-item .cause-content {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
  .carousel-causes .cms-carousel-item .cause-content .wrap-thumbnail {
    height: 135px;
    background-size: cover;
    background-position: center; }
    .carousel-causes .cms-carousel-item .cause-content .wrap-thumbnail img {
      transition: all 0.25s ease 0s; }
    .carousel-causes .cms-carousel-item .cause-content .wrap-thumbnail:hover img {
      transform: scale(1.2) rotate(-5deg); }

.carousel-causes .cms-carousel-item img {
  width: 100%; }

.carousel-causes .cms-carousel-item .prosess {
  height: 4px;
  width: 100%;
  position: relative;
  background-color: #86eeb4; }
  .carousel-causes .cms-carousel-item .prosess span {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #1ed670;
    z-index: 2; }
    .carousel-causes .cms-carousel-item .prosess span:before {
      content: '';
      position: absolute;
      right: -4px;
      top: -4px;
      border-radius: 50px;
      box-shadow: 0 1px 8px rgba(30, 214, 112, 0.65);
      background-color: #1ed670;
      z-index: 3;
      width: 12px;
      height: 12px; }

.carousel-causes .cms-carousel-item .wrap-infor-causes-carousel {
  margin-bottom: 25px; }
  .carousel-causes .cms-carousel-item .wrap-infor-causes-carousel ul {
    list-style: none;
    margin-left: 0; }
  .carousel-causes .cms-carousel-item .wrap-infor-causes-carousel li {
    float: left;
    width: 78px;
    padding: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em; }
  .carousel-causes .cms-carousel-item .wrap-infor-causes-carousel span {
    display: block;
    color: #1ed670;
    font-size: 16px;
    font-weight: 700; }

.carousel-causes .cms-carousel-item .wap-content {
  padding: 25px 12px 50px;
  background-color: #fff;
  position: relative; }
  .carousel-causes .cms-carousel-item .wap-content .wrap-footer {
    position: absolute;
    bottom: 23px;
    left: 12px;
    right: 12px; }
    .carousel-causes .cms-carousel-item .wap-content .wrap-footer .view-event {
      position: relative;
      bottom: -1px;
      color: #1ed670;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      float: right;
      opacity: 0;
      visibility: hidden;
      transition: all 0.25s ease 0s; }
      .carousel-causes .cms-carousel-item .wap-content .wrap-footer .view-event:hover {
        color: #8224e3; }
    .carousel-causes .cms-carousel-item .wap-content .wrap-footer .local-event {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif; }

.carousel-causes .cms-carousel-item p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 20px; }

.carousel-causes .cms-carousel-item .event-title {
  line-height: 0;
  margin-bottom: 16px; }
  .carousel-causes .cms-carousel-item .event-title a {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.01em; }
    .carousel-causes .cms-carousel-item .event-title a:hover {
      color: #1ed670; }

.carousel-causes .cms-carousel-item:hover .wap-content .wrap-footer .view-event {
  opacity: 1;
  visibility: visible; }

.carousel-testimonials-2 {
  text-align: center;
  margin-bottom: 30px; }
  .carousel-testimonials-2 .owl-nav {
    display: none; }
  .carousel-testimonials-2 .owl-stage-outer {
    margin-bottom: 33px; }
  .carousel-testimonials-2 .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px; }
    .carousel-testimonials-2 .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      background-color: #e5e4e4;
      display: inline-block;
      border-radius: 50px;
      transition: all 0.3s ease 0s; }
    .carousel-testimonials-2 .owl-dots .owl-dot.active span, .carousel-testimonials-2 .owl-dots .owl-dot:hover span {
      width: 19px;
      background-color: #8224e3; }
  .carousel-testimonials-2 .wrap-content {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 48px;
    letter-spacing: 0.01em;
    font-style: italic;
    margin-bottom: 35px;
    color: #000; }
  .carousel-testimonials-2 h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #8224e3;
    font-size: 18px;
    letter-spacing: 0.01em;
    margin-bottom: 5px; }
  .carousel-testimonials-2 span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    letter-spacing: 0.01em; }

.carousel-testimonials {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px; }
  .carousel-testimonials .testimonials__thumbnail {
    text-align: center; }
    .carousel-testimonials .testimonials__thumbnail .post-thumbnail {
      max-width: 220px;
      border-radius: 100%;
      overflow: hidden;
      margin: 0 auto; }
  .carousel-testimonials .testimonials__content {
    padding-top: 60px; }
    .carousel-testimonials .testimonials__content p {
      color: rgba(0, 0, 0, 0.66);
      font-size: 20px;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 21px; }
    .carousel-testimonials .testimonials__content span {
      color: #6e6e6e;
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 500; }
  .carousel-testimonials .carousel-indicators {
    position: absolute;
    width: auto;
    top: 0;
    left: 33.333333%;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    right: 0; }
    @media screen and (min-width: 1200px) {
      .carousel-testimonials .carousel-indicators {
        padding: 0 0 0 80px; } }
    @media screen and (min-width: 1200px) {
      .carousel-testimonials .carousel-indicators:before {
        content: '';
        position: absolute;
        background: url("../images/quote.png");
        left: 10px;
        width: 38px;
        height: 30px;
        top: -7px; } }
    @media screen and (max-width: 991px) {
      .carousel-testimonials .carousel-indicators {
        position: static;
        margin-bottom: 30px;
        text-align: center; } }
    .carousel-testimonials .carousel-indicators li {
      width: auto;
      height: auto;
      text-indent: inherit;
      background-color: transparent;
      border: none;
      margin-right: 35px;
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.33);
      font-family: "Open Sans", sans-serif;
      transition: all 0.25s ease 0s; }
      .carousel-testimonials .carousel-indicators li.active, .carousel-testimonials .carousel-indicators li:hover {
        color: #000;
        width: auto;
        height: auto; }
      @media screen and (max-width: 991px) {
        .carousel-testimonials .carousel-indicators li {
          margin-right: 20px;
          margin-bottom: 10px; } }

/*---- VC Row ----*/
/*---- CMS Grid ----*/
.grid-event .cause-2 {
  background-color: #fff;
  padding-left: 40px;
  padding-top: 63px; }
  @media screen and (max-width: 1199px) {
    .grid-event .cause-2 {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  .grid-event .cause-2 .wrap-item-cause {
    padding-right: 30px;
    overflow-y: scroll;
    max-height: 400px; }
  .grid-event .cause-2 .header-cause {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    @media screen and (min-width: 1200px) {
      .grid-event .cause-2 .header-cause {
        margin-right: 45px; } }
    .grid-event .cause-2 .header-cause h5 {
      color: #000;
      font-size: 22px;
      font-family: "Open Sans", sans-serif;
      letter-spacing: 0.01em;
      font-weight: 700;
      margin-bottom: 0;
      padding-bottom: 12px;
      float: left;
      width: calc( 100% - 100px); }
    .grid-event .cause-2 .header-cause a {
      float: left;
      width: 100px;
      text-align: right;
      color: #1ed670;
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.01em;
      opacity: 1;
      transition: all 0.25s ease 0s; }
      .grid-event .cause-2 .header-cause a:hover {
        opacity: 0.7; }
  .grid-event .cause-2 .upcoming-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 33px;
    padding-bottom: 23px; }
    .grid-event .cause-2 .upcoming-item .upcoming-item__info {
      width: 400px;
      float: left; }
    .grid-event .cause-2 .upcoming-item .upcoming-item__date {
      width: calc(100% - 400px);
      float: left;
      text-align: right; }
      .grid-event .cause-2 .upcoming-item .upcoming-item__date .wrap__top {
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.87);
        font-size: 28px;
        margin-bottom: 2px;
        line-height: 1; }
        .grid-event .cause-2 .upcoming-item .upcoming-item__date .wrap__top span {
          font-size: 16px;
          position: relative;
          top: -10px;
          color: rgba(0, 0, 0, 0.87); }
      .grid-event .cause-2 .upcoming-item .upcoming-item__date .wrap__bottom {
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        color: #000;
        line-height: 1;
        font-size: 16px; }
    .grid-event .cause-2 .upcoming-item:last-child {
      border-bottom: none; }
    .grid-event .cause-2 .upcoming-item h3 {
      line-height: 0;
      margin-bottom: 8px; }
      .grid-event .cause-2 .upcoming-item h3 a {
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        color: #000;
        line-height: 1; }
        .grid-event .cause-2 .upcoming-item h3 a:hover {
          color: #1ed670; }
    .grid-event .cause-2 .upcoming-item span {
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.66); }

.grid-event .cause-1 {
  padding-top: 76px;
  padding-bottom: 73px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 100px; }
  @media screen and (max-width: 1199px) {
    .grid-event .cause-1 {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  .grid-event .cause-1 h5 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.65);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 13px; }
  .grid-event .cause-1 h3 {
    line-height: 0;
    margin-bottom: 15px; }
    .grid-event .cause-1 h3 a {
      font-size: 58px;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      line-height: 1; }
      @media screen and (max-width: 599px) {
        .grid-event .cause-1 h3 a {
          font-size: 28px; } }
      .grid-event .cause-1 h3 a:hover {
        color: #1ed670; }
  .grid-event .cause-1 .date-time {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.87);
    font-size: 28px;
    margin-bottom: 14px; }
    .grid-event .cause-1 .date-time span {
      font-size: 16px;
      position: relative;
      top: -10px; }
  .grid-event .cause-1 .event-venue {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.66);
    font-size: 16px;
    margin-bottom: 25px; }
  .grid-event .cause-1 .excerpt {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.87);
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 35px; }
  .grid-event .cause-1 .view-event {
    height: 48px;
    border-radius: 50px;
    background-color: #1ed670;
    color: #fff;
    border: 2px solid #1ed670;
    line-height: 44px;
    display: inline-block;
    width: 160px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center; }
    .grid-event .cause-1 .view-event:hover {
      color: #1ed670;
      background-color: #fff; }

@media screen and (min-width: 1200px) {
  .grid-event .cause-left {
    padding-right: 0; } }

@media screen and (min-width: 1200px) {
  .grid-event .cause-right {
    padding-left: 0; } }

.grid-charity .wrap-thumbnail {
  margin-bottom: 20px;
  line-height: 170px; }

.grid-charity .grid-item {
  text-align: center;
  min-height: 280px;
  margin-bottom: 10px; }

.grid-charity h5 {
  margin: 0 auto 10px;
  max-width: 170px; }
  .grid-charity h5 a {
    font-weight: 700;
    font-style: 18px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    letter-spacing: 0.01em; }
    .grid-charity h5 a:hover {
      color: #1ed670; }

.grid-charity span {
  font-weight: 400;
  font-style: 14px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  letter-spacing: 0.01em; }

.cms-grid-causes-4 .cause-2 .wrap-thumbnail {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }

.cms-grid-causes-4 .cause-2 .country-select {
  width: 50px;
  text-align: center;
  float: left;
  padding-top: 13px; }

.cms-grid-causes-4 .cause-2 .cause-content {
  margin-bottom: 30px; }

.cms-grid-causes-4 .cause-2 .wrap-image {
  width: 170px;
  float: left; }
  @media screen and (max-width: 599px) {
    .cms-grid-causes-4 .cause-2 .wrap-image {
      width: 100%;
      margin-bottom: 20px; } }
  .cms-grid-causes-4 .cause-2 .wrap-image img {
    width: 100%; }

.cms-grid-causes-4 .cause-2 .wap-content {
  width: calc( 100% - 230px);
  float: left;
  padding-left: 15px;
  padding-top: 13px; }
  @media screen and (max-width: 599px) {
    .cms-grid-causes-4 .cause-2 .wap-content {
      width: 100%;
      padding-right: 15px; } }

.cms-grid-causes-4 .cause-2 .wrap-infor-causes ul {
  margin-left: 0;
  list-style: none; }

.cms-grid-causes-4 .cause-2 .wrap-infor-causes li {
  float: left;
  width: 90px;
  padding: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em; }

.cms-grid-causes-4 .cause-2 .wrap-infor-causes span {
  display: block;
  color: #1ed670;
  font-size: 16px;
  font-weight: 700; }

.cms-grid-causes-4 .cause-2 .event-title {
  line-height: 0;
  margin-bottom: 14px; }
  .cms-grid-causes-4 .cause-2 .event-title a {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em; }
    .cms-grid-causes-4 .cause-2 .event-title a:hover {
      color: #1ed670; }

.cms-grid-causes-4 .cause-2 .prosess {
  height: 4px;
  width: 100%;
  position: relative;
  background-color: #86eeb4; }
  .cms-grid-causes-4 .cause-2 .prosess span {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #1ed670;
    z-index: 2; }
    .cms-grid-causes-4 .cause-2 .prosess span:before {
      content: '';
      position: absolute;
      right: -4px;
      top: -4px;
      border-radius: 50px;
      box-shadow: 0 1px 8px rgba(30, 214, 112, 0.65);
      background-color: #1ed670;
      z-index: 3;
      width: 12px;
      height: 12px; }

.cms-grid-causes-4 .cause-1 .cause-content {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }

.cms-grid-causes-4 .cause-1 img {
  width: 100%; }

.cms-grid-causes-4 .cause-1 .prosess {
  height: 4px;
  width: 100%;
  position: relative;
  background-color: #86eeb4; }
  .cms-grid-causes-4 .cause-1 .prosess span {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #1ed670;
    z-index: 2; }
    .cms-grid-causes-4 .cause-1 .prosess span:before {
      content: '';
      position: absolute;
      right: -4px;
      top: -4px;
      border-radius: 50px;
      box-shadow: 0 1px 8px rgba(30, 214, 112, 0.65);
      background-color: #1ed670;
      z-index: 3;
      width: 12px;
      height: 12px; }

.cms-grid-causes-4 .cause-1 .wrap-infor-causes {
  margin-bottom: 18px; }
  .cms-grid-causes-4 .cause-1 .wrap-infor-causes ul {
    margin-left: 0;
    list-style: none; }
  .cms-grid-causes-4 .cause-1 .wrap-infor-causes li {
    float: left;
    width: 90px;
    padding: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em; }
  .cms-grid-causes-4 .cause-1 .wrap-infor-causes span {
    display: block;
    color: #1ed670;
    font-size: 16px;
    font-weight: 700; }

.cms-grid-causes-4 .cause-1 .wap-content {
  padding: 25px 12px 50px;
  background-color: #fff;
  position: relative; }
  .cms-grid-causes-4 .cause-1 .wap-content .wrap-footer {
    position: absolute;
    bottom: 23px;
    left: 12px;
    right: 12px; }
    .cms-grid-causes-4 .cause-1 .wap-content .wrap-footer .view-event {
      position: relative;
      bottom: -1px;
      color: #1ed670;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      float: right; }
      .cms-grid-causes-4 .cause-1 .wap-content .wrap-footer .view-event:hover {
        color: #8224e3; }
    .cms-grid-causes-4 .cause-1 .wap-content .wrap-footer .local-event {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif; }

.cms-grid-causes-4 .cause-1 p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.65); }

.cms-grid-causes-4 .cause-1 .event-title {
  line-height: 0;
  margin-bottom: 14px; }
  .cms-grid-causes-4 .cause-1 .event-title a {
    color: #000000;
    font-size: 24px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em; }
    .cms-grid-causes-4 .cause-1 .event-title a:hover {
      color: #1ed670; }

.cms-grid-causes-3 .cause-content {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
  .cms-grid-causes-3 .cause-content:hover .wap-content .view-event {
    opacity: 1;
    visibility: visible; }

.cms-grid-causes-3 .wrap-thumbnail img {
  width: 100%;
  transition: all 0.25s ease 0s;
  transform: scale(1) rotate(0); }

.cms-grid-causes-3 .wrap-thumbnail:hover img {
  transform: scale(1.2) rotate(-5deg); }

.cms-grid-causes-3 .prosess {
  height: 4px;
  width: 100%;
  position: relative;
  background-color: #86eeb4; }
  .cms-grid-causes-3 .prosess span {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #1ed670;
    z-index: 2; }
    .cms-grid-causes-3 .prosess span:before {
      content: '';
      position: absolute;
      right: -4px;
      top: -4px;
      border-radius: 50px;
      box-shadow: 0 1px 8px rgba(30, 214, 112, 0.65);
      background-color: #1ed670;
      z-index: 3;
      width: 12px;
      height: 12px; }

.cms-grid-causes-3 .wrap-infor-causes {
  margin-bottom: 18px; }
  .cms-grid-causes-3 .wrap-infor-causes ul {
    margin-left: 0;
    list-style: none; }
  .cms-grid-causes-3 .wrap-infor-causes li {
    float: left;
    width: 33.333333%;
    font-size: 12px;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em; }
  .cms-grid-causes-3 .wrap-infor-causes span {
    display: block;
    color: #1ed670;
    font-size: 16px;
    font-weight: 700; }

.cms-grid-causes-3 .wap-content {
  padding: 25px 12px 50px;
  background-color: #fff;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .cms-grid-causes-3 .wap-content {
      min-width: 280px; } }
  .cms-grid-causes-3 .wap-content .wrap-footer {
    position: absolute;
    bottom: 23px;
    left: 12px;
    right: 12px; }
    .cms-grid-causes-3 .wap-content .wrap-footer .view-event {
      position: relative;
      bottom: -1px;
      color: #1ed670;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      float: right;
      opacity: 0;
      visibility: hidden; }
      .cms-grid-causes-3 .wap-content .wrap-footer .view-event:hover {
        color: #8224e3; }
    .cms-grid-causes-3 .wap-content .wrap-footer .local-event {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif; }

.cms-grid-causes-3 p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 20px; }

.cms-grid-causes-3 .event-title {
  line-height: 0;
  margin-bottom: 14px; }
  .cms-grid-causes-3 .event-title a {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em; }
    .cms-grid-causes-3 .event-title a:hover {
      color: #1ed670; }

.cms-grid-causes-2 .cause-item .cause-content {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
  .cms-grid-causes-2 .cause-item .cause-content .wrap-thumbnail {
    height: 135px;
    background-size: cover;
    background-position: center; }

.cms-grid-causes-2 .cause-item img {
  width: 100%; }

.cms-grid-causes-2 .cause-item .prosess {
  height: 4px;
  width: 100%;
  position: relative;
  background-color: #86eeb4; }
  .cms-grid-causes-2 .cause-item .prosess span {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #1ed670;
    z-index: 2; }
    .cms-grid-causes-2 .cause-item .prosess span:before {
      content: '';
      position: absolute;
      right: -4px;
      top: -4px;
      border-radius: 50px;
      box-shadow: 0 1px 8px rgba(30, 214, 112, 0.65);
      background-color: #1ed670;
      z-index: 3;
      width: 12px;
      height: 12px; }

.cms-grid-causes-2 .cause-item .wrap-infor-causes {
  margin-bottom: 18px; }
  .cms-grid-causes-2 .cause-item .wrap-infor-causes ul {
    margin-left: 0;
    list-style: none; }
  .cms-grid-causes-2 .cause-item .wrap-infor-causes li {
    float: left;
    width: 78px;
    padding: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em; }
  .cms-grid-causes-2 .cause-item .wrap-infor-causes span {
    display: block;
    color: #1ed670;
    font-size: 16px;
    font-weight: 700; }

.cms-grid-causes-2 .cause-item .wap-content {
  padding: 25px 12px 50px;
  background-color: #fff;
  position: relative; }
  .cms-grid-causes-2 .cause-item .wap-content .wrap-footer {
    position: absolute;
    bottom: 23px;
    left: 12px;
    right: 12px; }
    .cms-grid-causes-2 .cause-item .wap-content .wrap-footer .view-event {
      position: relative;
      bottom: -1px;
      color: #1ed670;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      float: right; }
      .cms-grid-causes-2 .cause-item .wap-content .wrap-footer .view-event:hover {
        color: #8224e3; }
    .cms-grid-causes-2 .cause-item .wap-content .wrap-footer .local-event {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif; }

.cms-grid-causes-2 .cause-item p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.65); }

.cms-grid-causes-2 .cause-item .event-title {
  line-height: 0;
  margin-bottom: 14px; }
  .cms-grid-causes-2 .cause-item .event-title a {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em; }
    .cms-grid-causes-2 .cause-item .event-title a:hover {
      color: #1ed670; }

.cms-grid-causes .cms-grid-filter {
  margin-bottom: 60px;
  background-color: #fff;
  padding-left: 55px;
  padding-right: 55px; }
  @media screen and (max-width: 991px) {
    .cms-grid-causes .cms-grid-filter {
      padding-left: 15px;
      padding-right: 15px; } }
  .cms-grid-causes .cms-grid-filter p,
  .cms-grid-causes .cms-grid-filter ul {
    float: left; }
  .cms-grid-causes .cms-grid-filter p {
    margin: 0;
    line-height: 72px;
    color: #bdbdbd;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    width: 105px; }
    @media screen and (max-width: 991px) {
      .cms-grid-causes .cms-grid-filter p {
        width: 100%;
        text-align: center; } }
  .cms-grid-causes .cms-grid-filter .cms-filter-category {
    margin-left: 0;
    line-height: 72px;
    text-align: center;
    width: calc(100% - 110px); }
    @media screen and (max-width: 991px) {
      .cms-grid-causes .cms-grid-filter .cms-filter-category {
        line-height: 22px;
        width: 100%;
        padding-bottom: 20px; } }
    .cms-grid-causes .cms-grid-filter .cms-filter-category > li {
      padding-left: 0;
      padding-right: 0;
      margin-left: 30px; }
      @media screen and (max-width: 991px) {
        .cms-grid-causes .cms-grid-filter .cms-filter-category > li {
          margin-left: 0px; } }
    .cms-grid-causes .cms-grid-filter .cms-filter-category a {
      color: rgba(0, 0, 0, 0.87);
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      padding: 20px 10px;
      position: relative; }
      @media screen and (max-width: 991px) {
        .cms-grid-causes .cms-grid-filter .cms-filter-category a {
          padding: 0 15px; } }
      .cms-grid-causes .cms-grid-filter .cms-filter-category a:before {
        content: '';
        height: 3px;
        width: 0%;
        background-color: #8224e3;
        position: absolute;
        left: 0px;
        bottom: -6px;
        transition: all 0.25s ease 0s; }
        @media screen and (max-width: 991px) {
          .cms-grid-causes .cms-grid-filter .cms-filter-category a:before {
            display: none; } }
      .cms-grid-causes .cms-grid-filter .cms-filter-category a:hover, .cms-grid-causes .cms-grid-filter .cms-filter-category a.active {
        color: #8224e3; }
        .cms-grid-causes .cms-grid-filter .cms-filter-category a:hover:before, .cms-grid-causes .cms-grid-filter .cms-filter-category a.active:before {
          width: 100%; }

.cms-grid-causes .pagination {
  margin-bottom: 16px;
  margin-top: 58px; }

.cms-grid-causes .wrap-causes .cause-content {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }

.cms-grid-causes .wrap-causes .wrap-thumbnail img {
  width: 100%;
  transform: scale(1) rotate(0deg);
  transition: all 0.25s ease 0s; }

.cms-grid-causes .wrap-causes .wrap-thumbnail:hover img {
  transform: scale(1.2) rotate(-5deg); }

.cms-grid-causes .wrap-causes .prosess {
  height: 4px;
  width: 100%;
  position: relative;
  background-color: #86eeb4; }
  .cms-grid-causes .wrap-causes .prosess span {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #1ed670;
    z-index: 2; }
    .cms-grid-causes .wrap-causes .prosess span:before {
      content: '';
      position: absolute;
      right: -4px;
      top: -4px;
      border-radius: 50px;
      box-shadow: 0 1px 8px rgba(30, 214, 112, 0.65);
      background-color: #1ed670;
      z-index: 3;
      width: 12px;
      height: 12px; }

.cms-grid-causes .wrap-causes .wrap-infor-causes {
  margin-bottom: 18px; }
  .cms-grid-causes .wrap-causes .wrap-infor-causes ul {
    margin-left: 0;
    list-style: none; }
  .cms-grid-causes .wrap-causes .wrap-infor-causes li {
    float: left;
    width: 33.333333%;
    font-size: 12px;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em; }
  .cms-grid-causes .wrap-causes .wrap-infor-causes span {
    display: block;
    color: #1ed670;
    font-size: 16px;
    font-weight: 700; }

.cms-grid-causes .wrap-causes .wap-content {
  padding: 25px 12px 50px;
  background-color: #fff;
  position: relative; }
  .cms-grid-causes .wrap-causes .wap-content .wrap-footer {
    position: absolute;
    bottom: 23px;
    left: 12px;
    right: 12px; }
    .cms-grid-causes .wrap-causes .wap-content .wrap-footer .view-event {
      position: relative;
      bottom: -1px;
      color: #1ed670;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      float: right;
      opacity: 0;
      visibility: hidden; }
      .cms-grid-causes .wrap-causes .wap-content .wrap-footer .view-event:hover {
        color: #8224e3; }
    .cms-grid-causes .wrap-causes .wap-content .wrap-footer .local-event {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif; }
  .cms-grid-causes .wrap-causes .wap-content:hover .wrap-footer .view-event {
    opacity: 1;
    visibility: visible; }

.cms-grid-causes .wrap-causes p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.65); }

.cms-grid-causes .wrap-causes .event-title {
  line-height: 0;
  margin-bottom: 14px; }
  .cms-grid-causes .wrap-causes .event-title a {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0.01em; }
    .cms-grid-causes .wrap-causes .event-title a:hover {
      color: #1ed670; }

.cms-grid-post-8 .cms-grid-filter {
  text-align: center;
  margin-bottom: 89px; }
  .cms-grid-post-8 .cms-grid-filter .cms-filter-category {
    margin-left: 0;
    list-style: none; }
  .cms-grid-post-8 .cms-grid-filter li {
    margin: 0 23px;
    padding: 0; }
    .cms-grid-post-8 .cms-grid-filter li:last-child {
      margin-right: 0; }
    .cms-grid-post-8 .cms-grid-filter li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 1199px) {
      .cms-grid-post-8 .cms-grid-filter li {
        margin-bottom: 10px; } }
  .cms-grid-post-8 .cms-grid-filter a {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.33);
    position: relative; }
    .cms-grid-post-8 .cms-grid-filter a:before {
      content: '';
      position: absolute;
      bottom: -27px;
      width: 0%;
      height: 9px;
      transition: all 0.25s ease 0s;
      background-color: #fff; }
      @media screen and (max-width: 991px) {
        .cms-grid-post-8 .cms-grid-filter a:before {
          background-color: rgba(0, 0, 0, 0.67); } }
      @media screen and (max-width: 991px) {
        .cms-grid-post-8 .cms-grid-filter a:before {
          display: none; } }
    .cms-grid-post-8 .cms-grid-filter a:hover, .cms-grid-post-8 .cms-grid-filter a.active {
      color: rgba(255, 255, 255, 0.87); }
      .cms-grid-post-8 .cms-grid-filter a:hover:before, .cms-grid-post-8 .cms-grid-filter a.active:before {
        width: 100%; }
    @media screen and (max-width: 991px) {
      .cms-grid-post-8 .cms-grid-filter a {
        color: #000; }
        .cms-grid-post-8 .cms-grid-filter a:hover, .cms-grid-post-8 .cms-grid-filter a.active {
          color: #1ed670; } }

.cms-grid-post-8 .post-content {
  margin-bottom: 30px; }

.cms-grid-post-8 img {
  border-radius: 6px;
  width: 100%; }

@media screen and (max-width: 991px) {
  .cms-grid-post-8 {
    margin-top: 30px !important;
    margin-bottom: 20px; } }

.cms-grid-events .paging-navigation {
  padding-top: 38px; }
  @media screen and (min-width: 1200px) {
    .cms-grid-events .paging-navigation {
      margin-right: -30px; } }

@media screen and (min-width: 1260px) {
  .cms-grid-events .wrap-event {
    margin-right: -30px; } }

.cms-grid-events .event-sidebar {
  padding-top: 43px; }

.cms-grid-events .event-title {
  line-height: 18px;
  margin-bottom: 14px; }
  .cms-grid-events .event-title a {
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #000;
    display: inline-block; }
    .cms-grid-events .event-title a:hover {
      color: #1ed670; }

.cms-grid-events .event-content {
  margin-bottom: 30px; }
  .cms-grid-events .event-content .wrap-thumbnail {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    position: relative; }
    .cms-grid-events .event-content .wrap-thumbnail:before {
      content: '';
      bottom: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-image: -webkit-linear-gradient(bottom, rgba(130, 36, 227, 0.65), rgba(16, 0, 67, 0.15));
      background-image: linear-gradient(bottom, rgba(130, 36, 227, 0.65), rgba(16, 0, 67, 0.15)); }
    .cms-grid-events .event-content .wrap-thumbnail img {
      width: 100%; }
    .cms-grid-events .event-content .wrap-thumbnail .wrap-date-time {
      color: #fff;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      position: absolute;
      bottom: 17px;
      left: 12px;
      text-transform: uppercase; }
      .cms-grid-events .event-content .wrap-thumbnail .wrap-date-time .day {
        font-size: 22px;
        margin-bottom: 4px; }
      .cms-grid-events .event-content .wrap-thumbnail .wrap-date-time .mon {
        font-size: 14px;
        margin-bottom: 5px; }
      .cms-grid-events .event-content .wrap-thumbnail .wrap-date-time .year {
        font-size: 13px;
        letter-spacing: -0.8px; }
    .cms-grid-events .event-content .wrap-thumbnail .wrap-ticket {
      color: #fff;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      position: absolute;
      bottom: 15px;
      right: 12px;
      text-align: right; }
      .cms-grid-events .event-content .wrap-thumbnail .wrap-ticket .ticket {
        font-size: 14px;
        margin-bottom: 5px; }
      .cms-grid-events .event-content .wrap-thumbnail .wrap-ticket span {
        font-size: 22px; }
  .cms-grid-events .event-content .wap-content {
    background-color: #fff;
    padding: 9px 12px 40px;
    position: relative;
    overflow: hidden;
    min-height: 250px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.04); }
    .cms-grid-events .event-content .wap-content p {
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.66);
      line-height: 20px; }
    .cms-grid-events .event-content .wap-content .wrap-footer {
      position: absolute;
      bottom: 23px;
      left: 12px;
      right: 12px; }
      .cms-grid-events .event-content .wap-content .wrap-footer .view-event {
        position: relative;
        bottom: -1px;
        color: #1ed670;
        font-size: 14px;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        float: right;
        opacity: 0;
        visibility: hidden; }
        .cms-grid-events .event-content .wap-content .wrap-footer .view-event:hover {
          color: #8224e3; }
      .cms-grid-events .event-content .wap-content .wrap-footer .local-event {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        font-family: "Open Sans", sans-serif; }
  .cms-grid-events .event-content:hover .wap-content .wrap-footer .view-event {
    opacity: 1;
    visibility: visible; }

.cms-grid-post-6 .post-content-1,
.cms-grid-post-6 .post-content-2 {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: none;
  transition: all 0.25s ease 0s; }
  .cms-grid-post-6 .post-content-1:hover,
  .cms-grid-post-6 .post-content-2:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }

.cms-grid-post-6 .post-content-1 {
  min-height: 380px;
  position: relative;
  background-size: cover; }
  .cms-grid-post-6 .post-content-1:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65); }
  .cms-grid-post-6 .post-content-1 img {
    width: 100%; }
  .cms-grid-post-6 .post-content-1 .post-title {
    margin-bottom: 12px; }
    .cms-grid-post-6 .post-content-1 .post-title a {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      line-height: 28px;
      font-size: 24px; }
      .cms-grid-post-6 .post-content-1 .post-title a:hover {
        color: #1ed670; }
  .cms-grid-post-6 .post-content-1 p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.87);
    font-size: 13px;
    line-height: 22px; }
  .cms-grid-post-6 .post-content-1 .wap-content {
    position: absolute;
    z-index: 1;
    bottom: 52px;
    left: 30px;
    right: 30px; }
    @media screen and (max-width: 1199px) {
      .cms-grid-post-6 .post-content-1 .wap-content {
        left: 15px;
        right: 15px; } }
    .cms-grid-post-6 .post-content-1 .wap-content .wrap-footer {
      position: absolute;
      bottom: -30px;
      right: 0;
      left: 0; }
      .cms-grid-post-6 .post-content-1 .wap-content .wrap-footer .date {
        float: right; }
      .cms-grid-post-6 .post-content-1 .wap-content .wrap-footer a,
      .cms-grid-post-6 .post-content-1 .wap-content .wrap-footer .date {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        color: rgba(255, 255, 255, 0.87); }
      .cms-grid-post-6 .post-content-1 .wap-content .wrap-footer a {
        position: relative;
        bottom: 2px;
        display: inline-block; }
        .cms-grid-post-6 .post-content-1 .wap-content .wrap-footer a:before {
          content: '';
          background-color: rgba(255, 255, 255, 0.87);
          width: 0%;
          position: absolute;
          bottom: 0;
          height: 1px;
          transition: all 0.25s ease 0s; }
        .cms-grid-post-6 .post-content-1 .wap-content .wrap-footer a:hover:before {
          width: 100%; }

.cms-grid-post-6 .post-content-2 .post-title {
  line-height: 0;
  margin-bottom: 6px; }
  .cms-grid-post-6 .post-content-2 .post-title a {
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 18px; }
    .cms-grid-post-6 .post-content-2 .post-title a:hover {
      color: #1ed670; }

.cms-grid-post-6 .post-content-2 .cms-grid-media {
  height: 180px; }
  .cms-grid-post-6 .post-content-2 .cms-grid-media img {
    width: 100%; }

.cms-grid-post-6 .post-content-2 p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: rgba(0, 0, 0, 0.87); }

.cms-grid-post-6 .post-content-2 .wap-content {
  background-color: #fff;
  padding: 10px 15px 30px;
  min-height: 200px;
  position: relative; }
  .cms-grid-post-6 .post-content-2 .wap-content .wrap-footer {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px; }
    .cms-grid-post-6 .post-content-2 .wap-content .wrap-footer .date {
      float: right; }
    .cms-grid-post-6 .post-content-2 .wap-content .wrap-footer a,
    .cms-grid-post-6 .post-content-2 .wap-content .wrap-footer .date {
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      color: #000; }
    .cms-grid-post-6 .post-content-2 .wap-content .wrap-footer a {
      position: relative;
      bottom: 4px;
      display: inline-block; }
      .cms-grid-post-6 .post-content-2 .wap-content .wrap-footer a:before {
        content: '';
        background-color: #a3a3a3;
        width: 0%;
        position: absolute;
        bottom: 0;
        height: 1px;
        transition: all 0.25s ease 0s; }
      .cms-grid-post-6 .post-content-2 .wap-content .wrap-footer a:hover:before {
        width: 100%; }

.cms-grid-teams .team-content {
  text-align: center;
  margin-bottom: 43px; }
  .cms-grid-teams .team-content ul {
    position: absolute;
    top: 50%;
    transform: translatey(50%) scale(0.5);
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.25s ease 0s; }
    .cms-grid-teams .team-content ul li {
      display: inline-block;
      margin: 0 7px; }
    .cms-grid-teams .team-content ul a {
      font-size: 24px;
      color: #fff; }
      .cms-grid-teams .team-content ul a:hover {
        color: #1ed670; }
  .cms-grid-teams .team-content .cms-grid-media {
    max-width: 200px;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    background-color: transparent;
    position: relative;
    margin-bottom: 27px;
    transition: all 0.25s ease 0s; }
    .cms-grid-teams .team-content .cms-grid-media img {
      opacity: 1; }
    .cms-grid-teams .team-content .cms-grid-media:hover {
      background-color: #000;
      box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15); }
      .cms-grid-teams .team-content .cms-grid-media:hover img {
        opacity: 0.5;
        transition: all 0.25s ease 0s; }
      .cms-grid-teams .team-content .cms-grid-media:hover ul {
        opacity: 1;
        transform: translatey(-50%) scale(1); }
  .cms-grid-teams .team-content h3 {
    color: #1e1e27;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px; }
  .cms-grid-teams .team-content p {
    margin: 0;
    color: #c2c1ca;
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }

.cms-grid-post-4 .cms-grid-filter {
  border-top: 1px solid #f6f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  margin-bottom: 91px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 991px) {
    .cms-grid-post-4 .cms-grid-filter {
      text-align: center;
      padding-left: 15px;
      padding-right: 15px; } }
  .cms-grid-post-4 .cms-grid-filter span {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    max-width: 130px;
    float: left;
    line-height: normal; }
    @media screen and (max-width: 991px) {
      .cms-grid-post-4 .cms-grid-filter span {
        float: none;
        max-width: none; } }
  .cms-grid-post-4 .cms-grid-filter .cms-filter-category {
    margin-left: 0;
    float: left;
    padding-top: 9px; }
    @media screen and (max-width: 991px) {
      .cms-grid-post-4 .cms-grid-filter .cms-filter-category {
        float: none; } }
    .cms-grid-post-4 .cms-grid-filter .cms-filter-category > li {
      padding-left: 0;
      padding-right: 0;
      margin-right: 40px; }
      .cms-grid-post-4 .cms-grid-filter .cms-filter-category > li:last-child {
        margin-right: 0; }
    .cms-grid-post-4 .cms-grid-filter .cms-filter-category a {
      color: rgba(0, 0, 0, 0.68);
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      position: relative; }
      .cms-grid-post-4 .cms-grid-filter .cms-filter-category a:before {
        content: '';
        height: 3px;
        width: 0%;
        background-color: #8224e3;
        position: absolute;
        bottom: -27px;
        transition: all 0.25s ease 0s; }
        @media screen and (max-width: 991px) {
          .cms-grid-post-4 .cms-grid-filter .cms-filter-category a:before {
            display: none; } }
      .cms-grid-post-4 .cms-grid-filter .cms-filter-category a:hover, .cms-grid-post-4 .cms-grid-filter .cms-filter-category a.active {
        color: #8224e3; }
        .cms-grid-post-4 .cms-grid-filter .cms-filter-category a:hover:before, .cms-grid-post-4 .cms-grid-filter .cms-filter-category a.active:before {
          width: 100%; }

.cms-grid-post-4 .cms-grid-item {
  margin-bottom: 30px; }
  .cms-grid-post-4 .cms-grid-item img {
    width: 100%; }

.cms-grid-post-4 .post-content {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.25s ease 0s; }
  .cms-grid-post-4 .post-content:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
  .cms-grid-post-4 .post-content .wrap-footer {
    position: absolute;
    right: 30px;
    bottom: 23px;
    left: 430px; }
    .cms-grid-post-4 .post-content .wrap-footer .date {
      float: right; }
    .cms-grid-post-4 .post-content .wrap-footer a,
    .cms-grid-post-4 .post-content .wrap-footer .date {
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      color: #000; }
    .cms-grid-post-4 .post-content .wrap-footer a {
      position: relative;
      display: inline-block; }
      .cms-grid-post-4 .post-content .wrap-footer a:before {
        content: '';
        background-color: #a3a3a3;
        width: 0%;
        position: absolute;
        bottom: 0;
        height: 1px;
        transition: all 0.25s ease 0s; }
      .cms-grid-post-4 .post-content .wrap-footer a:hover:before {
        width: 100%; }
    @media screen and (max-width: 1199px) {
      .cms-grid-post-4 .post-content .wrap-footer {
        left: 30px; } }
  .cms-grid-post-4 .post-content .cms-grid-media {
    width: 400px;
    float: left; }
    .cms-grid-post-4 .post-content .cms-grid-media img {
      width: 100%; }
    @media screen and (max-width: 1199px) {
      .cms-grid-post-4 .post-content .cms-grid-media {
        width: 100%;
        float: none; } }
  .cms-grid-post-4 .post-content .wap-content {
    width: calc(100% - 400px);
    float: left;
    padding: 34px 30px 40px; }
    @media screen and (max-width: 1199px) {
      .cms-grid-post-4 .post-content .wap-content {
        width: 100%;
        float: none; } }
  .cms-grid-post-4 .post-content .post-title {
    margin-bottom: 30px; }
    .cms-grid-post-4 .post-content .post-title a {
      color: #000;
      font-size: 42px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700; }
      .cms-grid-post-4 .post-content .post-title a:hover {
        color: #1ed670; }
  .cms-grid-post-4 .post-content .entry-content p {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    font-family: "Open Sans", sans-serif; }

.cms-grid-post-3 .cms-grid-filter {
  border-top: 1px solid #f6f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  margin-bottom: 91px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 991px) {
    .cms-grid-post-3 .cms-grid-filter {
      text-align: center;
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  .cms-grid-post-3 .cms-grid-filter span {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    max-width: 130px;
    float: left;
    line-height: normal; }
    @media screen and (max-width: 991px) {
      .cms-grid-post-3 .cms-grid-filter span {
        float: none;
        max-width: none; } }
  .cms-grid-post-3 .cms-grid-filter .cms-filter-category {
    margin-left: 0;
    float: left;
    padding-top: 9px; }
    @media screen and (max-width: 991px) {
      .cms-grid-post-3 .cms-grid-filter .cms-filter-category {
        float: none; } }
    .cms-grid-post-3 .cms-grid-filter .cms-filter-category > li {
      padding-left: 0;
      padding-right: 0;
      margin-right: 40px; }
      .cms-grid-post-3 .cms-grid-filter .cms-filter-category > li:last-child {
        margin-right: 0; }
    .cms-grid-post-3 .cms-grid-filter .cms-filter-category a {
      color: rgba(0, 0, 0, 0.68);
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      position: relative; }
      .cms-grid-post-3 .cms-grid-filter .cms-filter-category a:before {
        content: '';
        height: 3px;
        width: 0%;
        background-color: #8224e3;
        position: absolute;
        bottom: -27px;
        transition: all 0.25s ease 0s; }
        @media screen and (max-width: 991px) {
          .cms-grid-post-3 .cms-grid-filter .cms-filter-category a:before {
            display: none; } }
      .cms-grid-post-3 .cms-grid-filter .cms-filter-category a:hover, .cms-grid-post-3 .cms-grid-filter .cms-filter-category a.active {
        color: #8224e3; }
        .cms-grid-post-3 .cms-grid-filter .cms-filter-category a:hover:before, .cms-grid-post-3 .cms-grid-filter .cms-filter-category a.active:before {
          width: 100%; }

.cms-grid-post-3 .cms-grid-item {
  margin-bottom: 30px; }
  .cms-grid-post-3 .cms-grid-item img {
    width: 100%; }

.cms-grid-post-3 .post-content {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.25s ease 0s; }
  .cms-grid-post-3 .post-content:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
  .cms-grid-post-3 .post-content .wrap-footer {
    position: absolute;
    right: 30px;
    bottom: 23px;
    left: 730px; }
    .cms-grid-post-3 .post-content .wrap-footer .date {
      float: right; }
    .cms-grid-post-3 .post-content .wrap-footer a,
    .cms-grid-post-3 .post-content .wrap-footer .date {
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      color: #000; }
    .cms-grid-post-3 .post-content .wrap-footer a {
      position: relative;
      display: inline-block; }
      .cms-grid-post-3 .post-content .wrap-footer a:before {
        content: '';
        background-color: #a3a3a3;
        width: 0%;
        position: absolute;
        bottom: 0;
        height: 1px;
        transition: all 0.25s ease 0s; }
      .cms-grid-post-3 .post-content .wrap-footer a:hover:before {
        width: 100%; }
    @media screen and (max-width: 1199px) {
      .cms-grid-post-3 .post-content .wrap-footer {
        left: 30px; } }
  .cms-grid-post-3 .post-content .cms-grid-media {
    width: 700px;
    float: left; }
    .cms-grid-post-3 .post-content .cms-grid-media img {
      width: 100%; }
    @media screen and (max-width: 1199px) {
      .cms-grid-post-3 .post-content .cms-grid-media {
        width: 100%;
        float: none; } }
  .cms-grid-post-3 .post-content .wap-content {
    width: calc(100% - 700px);
    float: left;
    padding: 34px 30px 40px; }
    @media screen and (max-width: 1199px) {
      .cms-grid-post-3 .post-content .wap-content {
        width: 100%;
        float: none; } }
  .cms-grid-post-3 .post-content .post-title {
    margin-bottom: 30px; }
    .cms-grid-post-3 .post-content .post-title a {
      color: #000;
      font-size: 42px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700; }
      .cms-grid-post-3 .post-content .post-title a:hover {
        color: #1ed670; }
  .cms-grid-post-3 .post-content .entry-content p {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    font-family: "Open Sans", sans-serif; }

.cms-grid-post-1 .pagination {
  margin: 33px 0 30px; }

.cms-grid-post-1 .cms-grid-filter {
  border-top: 1px solid #f6f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  margin-bottom: 91px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 991px) {
    .cms-grid-post-1 .cms-grid-filter {
      text-align: center;
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  .cms-grid-post-1 .cms-grid-filter span {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    max-width: 130px;
    float: left;
    line-height: normal; }
    @media screen and (max-width: 991px) {
      .cms-grid-post-1 .cms-grid-filter span {
        float: none;
        max-width: none; } }
  .cms-grid-post-1 .cms-grid-filter .cms-filter-category {
    margin-left: 0;
    float: left;
    padding-top: 9px; }
    @media screen and (max-width: 991px) {
      .cms-grid-post-1 .cms-grid-filter .cms-filter-category {
        float: none; } }
    .cms-grid-post-1 .cms-grid-filter .cms-filter-category > li {
      padding-left: 0;
      padding-right: 0;
      margin-right: 40px; }
      .cms-grid-post-1 .cms-grid-filter .cms-filter-category > li:last-child {
        margin-right: 0; }
    .cms-grid-post-1 .cms-grid-filter .cms-filter-category a {
      color: rgba(0, 0, 0, 0.68);
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      position: relative; }
      .cms-grid-post-1 .cms-grid-filter .cms-filter-category a:before {
        content: '';
        height: 3px;
        width: 0%;
        background-color: #8224e3;
        position: absolute;
        bottom: -28px;
        transition: all 0.25s ease 0s; }
        @media screen and (max-width: 991px) {
          .cms-grid-post-1 .cms-grid-filter .cms-filter-category a:before {
            display: none; } }
      .cms-grid-post-1 .cms-grid-filter .cms-filter-category a:hover, .cms-grid-post-1 .cms-grid-filter .cms-filter-category a.active {
        color: #8224e3; }
        .cms-grid-post-1 .cms-grid-filter .cms-filter-category a:hover:before, .cms-grid-post-1 .cms-grid-filter .cms-filter-category a.active:before {
          width: 100%; }

.cms-grid-post-1 .cms-grid-item {
  margin-bottom: 30px; }
  .cms-grid-post-1 .cms-grid-item img {
    width: 100%; }

.cms-grid-post-1 .post-content {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease 0s; }
  .cms-grid-post-1 .post-content:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }

.cms-grid-post-1 .wap-content {
  min-height: 210px;
  padding: 11px 25px 40px; }

.cms-grid-post-1 .post-title {
  margin-bottom: 15px; }
  .cms-grid-post-1 .post-title a {
    color: #000;
    font-size: 32px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
    .cms-grid-post-1 .post-title a:hover {
      color: #1ed670; }

.cms-grid-post-1 .wrap-footer {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 19px; }
  .cms-grid-post-1 .wrap-footer .date {
    float: right; }
  .cms-grid-post-1 .wrap-footer a,
  .cms-grid-post-1 .wrap-footer .date {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #000; }
  .cms-grid-post-1 .wrap-footer a {
    position: relative;
    bottom: 0px;
    display: inline-block; }
    .cms-grid-post-1 .wrap-footer a:before {
      content: '';
      background-color: #a3a3a3;
      width: 0%;
      position: absolute;
      bottom: 0;
      height: 1px;
      transition: all 0.25s ease 0s; }
    .cms-grid-post-1 .wrap-footer a:hover:before {
      width: 100%; }

/*---- VC Acordion ----*/
.wpb-js-composer .vc_tta-panel {
  margin-bottom: 27px; }
  .wpb-js-composer .vc_tta-panel:last-child {
    margin-bottom: 0; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_tta-panel-heading {
  border-width: 0 0 1px 0;
  border-color: #e3e3e3;
  border-style: solid;
  border-radius: 0 !important;
  padding-bottom: 19px; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_tta-panel-title > a {
  padding: 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_tta-panel-body {
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 1px 0 !important;
  padding: 0 0 28px !important; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_active.vc_tta-panel {
  margin-bottom: 27px; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_active .vc_tta-panel-heading {
  background-color: transparent;
  border-color: transparent;
  padding-bottom: 17px; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #8224e3; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_active .vc_tta-panel-body {
  border-bottom-color: #e3e3e3; }

.page.wpb-js-composer .vc_tta .vc_tta-controls-icon {
  height: 10px;
  width: 10px; }
  .page.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    border-width: 0 1px 1px 0; }

/*---- Counter Single ----*/
.cms-counter-wraper {
  text-align: center; }
  .cms-counter-wraper .cms-icon {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 18px; }
    .cms-counter-wraper .cms-icon i {
      color: #1ed670;
      font-size: 64px;
      width: 100%;
      height: 100%;
      line-height: 120px; }
  .cms-counter-wraper .cms-counter {
    font-family: 'brownbold';
    font-size: 48px;
    color: #1ed670;
    margin-bottom: 21px; }
  .cms-counter-wraper h3 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000; }
  @media screen and (max-width: 991px) {
    .cms-counter-wraper {
      margin-bottom: 30px;
      margin-top: 10px; } }

/*---- Subscribe ----*/
.wrap-cta-3 {
  background: #fff;
  border-radius: 12px;
  margin: 15px 0;
  padding: 35px 50px 18px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04); }
  @media screen and (max-width: 991px) {
    .wrap-cta-3 {
      padding: 35px 15px 18px; } }
  .wrap-cta-3 .wrap-info h4 {
    font-size: 28px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 9px; }
    .wrap-cta-3 .wrap-info h4 i {
      color: #1ed670;
      font-size: 30px;
      margin-left: 10px; }
  .wrap-cta-3 .wrap-info p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.66);
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  .wrap-cta-3 .wrap-link {
    text-align: right;
    margin-top: 5px; }
    .wrap-cta-3 .wrap-link a {
      font-size: 14px;
      color: #fff;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      height: 46px;
      border: 2px solid #1ed670;
      line-height: 42px;
      border-radius: 50px;
      padding: 0 35px;
      display: inline-block;
      background-color: #1ed670; }
      .wrap-cta-3 .wrap-link a:hover {
        color: #1ed670;
        background-color: #fff; }

@media screen and (max-width: 991px) {
  .vc_empty_space.rm-space {
    display: none; } }

.wrap-cta-2 h4 {
  color: #fff;
  font-size: 32px;
  font-family: 'brownbold';
  margin-bottom: 11px;
  font-weight: 400; }

.wrap-cta-2 p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
  font-family: 'brownregular';
  margin: 0;
  font-weight: 400; }

@media screen and (max-width: 991px) {
  .wrap-cta-2 {
    text-align: center; } }

.wrap-cta-2 .wrap-link {
  text-align: right;
  padding-top: 16px; }
  @media screen and (max-width: 991px) {
    .wrap-cta-2 .wrap-link {
      text-align: center; } }
  .wrap-cta-2 .wrap-link a {
    height: 48px;
    border: 2px solid #1ed670;
    line-height: 44px;
    display: inline-block;
    border-radius: 50px;
    padding: 0 45px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #1ed670; }
    .wrap-cta-2 .wrap-link a:hover {
      color: #1ed670;
      background-color: #fff; }

.wrap-cta h4 {
  color: #fff;
  font-size: 48px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 11px; }

@media screen and (min-width: 1300px) {
  .wrap-cta .wrap-info {
    margin-left: -30px;
    margin-right: -30px; } }

.wrap-cta p {
  color: rgba(255, 255, 255, 0.87);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0; }

@media screen and (max-width: 991px) {
  .wrap-cta {
    text-align: center; } }

@media screen and (max-width: 991px) {
  .wrap-cta .wrap-subscribe {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .wrap-cta .wrap-subscribe {
    text-align: right; } }

@media screen and (min-width: 1200px) {
  .wrap-cta .wrap-subscribe {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 16px; } }

.wrap-cta .wrap-subscribe .mc4wp-response {
  display: none; }

.wrap-cta .wrap-subscribe input[type='submit'] {
  height: 48px !important;
  color: #1ed670 !important;
  border-radius: 50px !important;
  background-color: #fff !important;
  border: 2px solid #fff !important;
  line-height: 44px !important;
  transition: all 0.25s ease 0s !important;
  display: inline-block !important;
  width: 120px !important; }
  @media screen and (min-width: 1200px) {
    .wrap-cta .wrap-subscribe input[type='submit'] {
      width: 160px !important;
      margin-left: 10px !important; } }
  .wrap-cta .wrap-subscribe input[type='submit']:hover {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #8224e3 !important; }

.wrap-cta .wrap-subscribe input[type='email'] {
  max-width: 330px !important;
  border: 2px solid #8224e3 !important;
  border-radius: 50px !important;
  background-color: transparent !important;
  padding: 0 30px !important;
  color: #fff !important;
  height: 48px !important; }
  .wrap-cta .wrap-subscribe input[type='email']::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    opacity: 1; }
  .wrap-cta .wrap-subscribe input[type='email']::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    opacity: 1; }
  .wrap-cta .wrap-subscribe input[type='email']:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    opacity: 1; }
  .wrap-cta .wrap-subscribe input[type='email']:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    opacity: 1; }
  @media screen and (max-width: 1199px) {
    .wrap-cta .wrap-subscribe input[type='email'] {
      margin-bottom: 20px; } }

/*---- Button ----*/
.cms-button-wrapper {
  margin-bottom: 20px; }
  .cms-button-wrapper a {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #fff;
    height: 50px;
    letter-spacing: 0.01em;
    line-height: 46px;
    padding: 0 25px;
    border-radius: 100px;
    display: inline-block;
    background-color: #1ed670;
    border: 2px solid #1ed670; }
    .cms-button-wrapper a:hover {
      background-color: #fff;
      color: #1ed670; }
  .cms-button-wrapper.inline {
    display: inline-block; }
  @media screen and (max-width: 991px) {
    .cms-button-wrapper {
      text-align: center; } }

/*---- CMS Search Donate ----*/
/*---- CMS Image ----*/
.cms-image {
  margin-bottom: 30px; }
  .cms-image img {
    width: 100%; }

/*---- CMS Gallery ----*/
.cms-gallery {
  margin-bottom: 20px; }
  .cms-gallery .item {
    max-width: 25%;
    float: left;
    padding: 1px;
    width: 100%; }
    .cms-gallery .item:first-child {
      padding-left: 0; }
      @media screen and (max-width: 991px) {
        .cms-gallery .item:first-child {
          padding-left: 1px; } }
    .cms-gallery .item:last-child {
      padding-right: 0; }
      @media screen and (max-width: 991px) {
        .cms-gallery .item:last-child {
          padding-right: 1px; } }
    .cms-gallery .item img {
      width: 100%; }
    @media screen and (max-width: 799px) {
      .cms-gallery .item {
        max-width: 50%; } }

/*---- VC Bootstrap Tabs ----*/
.vc-bootstrap-tabs .wrap-nav {
  padding-top: 63px; }
  @media screen and (max-width: 991px) {
    .vc-bootstrap-tabs .wrap-nav {
      padding-top: 0;
      margin-bottom: 30px; } }

.vc-bootstrap-tabs h4 {
  color: #000000;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 22px; }

.vc-bootstrap-tabs .nav-tabs {
  border: none; }
  .vc-bootstrap-tabs .nav-tabs > li {
    float: none;
    margin: 0 0 18px 0; }
    .vc-bootstrap-tabs .nav-tabs > li > a {
      padding: 0;
      border: none !important;
      font-size: 16px;
      color: #707070;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      background-color: transparent !important; }
    .vc-bootstrap-tabs .nav-tabs > li.active > a {
      color: #8224e3;
      font-weight: 500; }
    .vc-bootstrap-tabs .nav-tabs > li:hover > a {
      color: #8224e3; }
    .vc-bootstrap-tabs .nav-tabs > li i {
      margin-right: 15px; }

.vc-bootstrap-tabs .tab-content {
  background-color: #fff;
  padding: 35px 70px 39px;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 991px) {
    .vc-bootstrap-tabs .tab-content {
      padding-left: 20px;
      padding-right: 20px; } }

/*----- Search Cause -----*/
#causes-searchform select {
  padding: 0 25px;
  height: 54px;
  width: 100%;
  background-color: #fff;
  color: rgba(0, 24, 58, 0.66);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

#causes-searchform .wrap-search {
  position: relative; }
  @media screen and (max-width: 991px) {
    #causes-searchform .wrap-search {
      margin-bottom: 20px; } }
  #causes-searchform .wrap-search input[type="text"] {
    border: 1px solid #ededed;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
    width: 100%;
    padding: 0 25px;
    height: 54px;
    line-height: 52px; }
  #causes-searchform .wrap-search .search-submit {
    position: absolute;
    top: 17px;
    right: 20px;
    background-color: transparent;
    font-size: 18px;
    color: #8224e3;
    border: none; }

#causes-searchform .wrap-select {
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    #causes-searchform .wrap-select {
      margin-bottom: 20px; } }
  #causes-searchform .wrap-select:before {
    content: '\f312';
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    color: #8224e3;
    top: 17px;
    right: 20px;
    font-size: 18px; }

/*---- Footer ----*/
#footer-bottom {
  border-top: 1px solid #ececec;
  padding-bottom: 21px;
  padding-top: 25px;
  background-color: #fff; }
  #footer-bottom .footer-menu li {
    display: inline-block;
    margin-right: 27px; }
    #footer-bottom .footer-menu li:last-child {
      margin-right: 0; }
  #footer-bottom .footer-menu a {
    color: rgba(0, 0, 0, 0.68);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500; }
    @media screen and (max-width: 1199px) {
      #footer-bottom .footer-menu a {
        line-height: 25px; } }
    #footer-bottom .footer-menu a:hover {
      color: #1ed670; }
  #footer-bottom .footer-menu .children {
    display: none; }
  #footer-bottom .footer-bottom-right {
    text-align: right;
    position: relative;
    top: -5px; }
    #footer-bottom .footer-bottom-right p {
      position: relative;
      top: -2px;
      color: rgba(0, 0, 0, 0.68);
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 500;
      display: inline-block;
      margin-right: 25px; }
    #footer-bottom .footer-bottom-right .social-footer {
      display: inline-block; }
      #footer-bottom .footer-bottom-right .social-footer li {
        display: inline-block;
        margin-right: 15px; }
        #footer-bottom .footer-bottom-right .social-footer li:last-child {
          margin-right: 0; }
      #footer-bottom .footer-bottom-right .social-footer a {
        color: #acacac;
        font-size: 24px; }
        #footer-bottom .footer-bottom-right .social-footer a:hover {
          color: #1ed670; }
    @media screen and (max-width: 1199px) {
      #footer-bottom .footer-bottom-right {
        text-align: inherit; } }
    @media screen and (max-width: 991px) {
      #footer-bottom .footer-bottom-right {
        padding-top: 20px; } }
  @media screen and (max-width: 1199px) {
    #footer-bottom {
      text-align: center; } }

#footer-top {
  padding-top: 58px;
  padding-bottom: 59px;
  border-top: 1px solid #ececec;
  background-color: #fff; }
  #footer-top .infor-bottom-top {
    max-width: 365px; }
    #footer-top .infor-bottom-top .footer-title {
      font-size: 32px;
      color: #1ed670;
      font-family: 'brownbold';
      margin-bottom: 23px; }
    #footer-top .infor-bottom-top .info-us {
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      color: rgba(0, 0, 0, 0.87);
      font-weight: 500; }
    @media screen and (max-width: 1199px) {
      #footer-top .infor-bottom-top {
        margin: 0 auto 30px;
        text-align: center; } }
    @media screen and (max-width: 991px) {
      #footer-top .infor-bottom-top {
        max-width: none; } }
  #footer-top li {
    margin-bottom: 12px; }
  #footer-top a {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.67); }
    #footer-top a:hover {
      color: #1ed670; }
  @media screen and (max-width: 991px) {
    #footer-top {
      padding-bottom: 50px;
      padding-top: 50px;
      text-align: center; }
      #footer-top .wrap-section {
        margin-bottom: 50px; } }

/*---- Header ----*/
@media screen and (min-width: 1300px) {
  .main_logo {
    margin-left: -45px; } }

@media (min-width: 1040px) and (max-width: 1199px) {
  .main_logo {
    margin-left: -45px; } }

.main_logo .site-title {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .main_logo .site-title {
      text-align: center; } }
  .main_logo .site-title a {
    line-height: 90px;
    font-size: 32px;
    color: #8224e3;
    font-family: 'brownbold'; }

@media screen and (max-width: 991px) {
  .main_logo {
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  .main_logo {
    text-align: center; } }

.right-header {
  line-height: 102px;
  text-align: right;
  margin-left: -60px; }
  .right-header a {
    color: #8224e3; }
  @media screen and (min-width: 1300px) {
    .right-header {
      margin-right: -45px; } }
  @media (min-width: 1040px) and (max-width: 1199px) {
    .right-header {
      margin-right: -45px; } }
  .right-header .login {
    font-size: 14px;
    color: #8224e3;
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }
    .right-header .login:hover {
      color: #1ed670; }
  .right-header .search-header {
    font-size: 18px;
    color: #8224e3; }
    .right-header .search-header i {
      margin-right: 10px;
      position: relative;
      bottom: -2px; }
      @media screen and (min-width: 1240px) {
        .right-header .search-header i {
          margin-right: 30px; } }
      @media (min-width: 1040px) and (max-width: 1200px) {
        .right-header .search-header i {
          margin-right: 30px; } }
  .right-header .cshcs-donate {
    height: 46px;
    margin-left: 37px;
    border: 2px solid #1ed670;
    line-height: 42px;
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    border-radius: 50px;
    background-color: #1ed670;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500; }
    .right-header .cshcs-donate:hover {
      color: #1ed670;
      background-color: #fff; }
    @media (min-width: 992px) and (max-width: 1299px) {
      .right-header .cshcs-donate {
        margin-left: 15px;
        padding-right: 10px;
        padding-left: 10px; } }
    @media screen and (max-width: 449px) {
      .right-header .cshcs-donate {
        display: block;
        margin: 0; } }
  @media screen and (max-width: 991px) {
    .right-header {
      margin-right: 0;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .right-header {
      text-align: center;
      margin-bottom: 20px;
      margin-top: 20px;
      line-height: 40px; } }

.menu-transparent .right-header a {
  color: #fff; }
  @media screen and (max-width: 991px) {
    .menu-transparent .right-header a {
      color: #8224e3; } }

.menu-transparent .right-header .login,
.menu-transparent .right-header .search-header {
  color: #fff; }
  @media screen and (max-width: 991px) {
    .menu-transparent .right-header .login,
    .menu-transparent .right-header .search-header {
      color: #8224e3; } }

.menu-transparent .right-header .cshcs-donate {
  color: #fff; }
  .menu-transparent .right-header .cshcs-donate:hover {
    color: #1ed670; }

.menu-transparent .header-fixed .right-header a {
  color: #8224e3; }

.menu-transparent .header-fixed .right-header .login,
.menu-transparent .header-fixed .right-header .search-header {
  color: #8224e3; }

.menu-transparent .header-fixed .right-header .cshcs-donate {
  color: #fff; }
  .menu-transparent .header-fixed .right-header .cshcs-donate:hover {
    color: #1ed670; }

/*---- Page Title ----*/
.upcoming_events {
  margin-top: -50px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 991px) {
    .upcoming_events {
      margin-top: -20px; } }
  .upcoming_events h4 {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #8224e3;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
    text-align: center;
    margin-left: 20px; }
  .upcoming_events .wrap-upcoming-events {
    padding: 31px 15px 28px; }
    @media screen and (max-width: 1199px) {
      .upcoming_events .wrap-upcoming-events .row .wrap-item {
        border-bottom: 1px solid #999;
        padding-bottom: 20px;
        margin-bottom: 20px;
        display: block;
        float: none;
        width: auto; }
        .upcoming_events .wrap-upcoming-events .row .wrap-item:last-child {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; } }
  .upcoming_events .wrap-item {
    width: 400px;
    float: left;
    padding: 0 15px; }
  .upcoming_events .wrap-date-time {
    color: #404040;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    float: left; }
    .upcoming_events .wrap-date-time .day {
      font-size: 22px;
      margin-bottom: 4px; }
    .upcoming_events .wrap-date-time .mon {
      font-size: 14px;
      margin-bottom: 3px; }
    .upcoming_events .wrap-date-time .year {
      font-size: 13px;
      letter-spacing: -0.8px; }
  .upcoming_events .wrap-content {
    padding-left: 10px;
    float: left;
    width: calc( 100% - 40px);
    font-size: 14px;
    color: #404040;
    font-weight: 500;
    font-family: "Open Sans", sans-serif; }
    .upcoming_events .wrap-content h3 {
      line-height: 8px;
      margin-bottom: 20px; }
      .upcoming_events .wrap-content h3 a {
        font-size: 22px;
        color: #8224e3;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        line-height: 20px; }
        .upcoming_events .wrap-content h3 a:hover {
          color: #1ed670; }

.single-cshevents .wap-info-single.scroll-down {
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  top: 0px;
  z-index: 9; }

.single-cshevents.hd-fixed .wap-info-single.scroll-up {
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  top: 102px;
  z-index: 9; }

.wap-info-single {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.33);
  padding-bottom: 25px;
  padding-top: 30px;
  background-color: #fff;
  transition: top 0.25s ease 0s; }
  .wap-info-single .wrap-info,
  .wap-info-single .wrap-option {
    padding: 0 15px; }
  .wap-info-single .wrap-info {
    float: left; }
  .wap-info-single .wrap-option {
    float: right; }
  .wap-info-single .wrap-option {
    margin-top: 7px; }
    .wap-info-single .wrap-option a {
      height: 46px;
      border-radius: 50px;
      border-width: 2px;
      border-style: solid;
      border-color: #1ed670;
      display: inline-block;
      color: #1ed670;
      background-color: #fff;
      padding: 0 25px;
      line-height: 42px;
      text-decoration: none; }
      .wap-info-single .wrap-option a:hover {
        background-color: #1ed670;
        color: #fff; }
    .wap-info-single .wrap-option i {
      padding-left: 4px; }
    .wap-info-single .wrap-option .button-share-event {
      margin-left: 11px; }
  .wap-info-single .wrap-date-time {
    color: #404040;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    float: left; }
    .wap-info-single .wrap-date-time .day {
      font-size: 22px;
      margin-bottom: -3px; }
    .wap-info-single .wrap-date-time .mon {
      font-size: 14px;
      margin-bottom: -3px; }
    .wap-info-single .wrap-date-time .year {
      font-size: 13px;
      letter-spacing: -0.8px; }
  .wap-info-single .wrap-content {
    padding-left: 10px;
    float: left;
    width: calc( 100% - 40px);
    font-size: 14px;
    color: #404040;
    font-weight: 500;
    font-family: "Open Sans", sans-serif; }
    .wap-info-single .wrap-content h3 {
      margin-bottom: 10px;
      font-size: 22px;
      color: #8224e3;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      margin-top: 0; }
    .wap-info-single .wrap-content .local-event {
      color: #000;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 14px; }
    .wap-info-single .wrap-content .price-ticket {
      background-color: #1ed670;
      width: auto;
      padding: 0 5px;
      min-height: 25px;
      line-height: 25px;
      color: #fff;
      display: inline-block;
      border-radius: 3px;
      text-align: center;
      margin-left: 20px;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.wrap-single-event {
  padding-bottom: 32px;
  padding-top: 167px;
  position: relative; }
  .wrap-single-event:before {
    content: '';
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(130, 36, 227, 0.65), rgba(16, 0, 67, 0.4));
    background-image: linear-gradient(bottom, rgba(130, 36, 227, 0.65), rgba(16, 0, 67, 0.4)); }
  .wrap-single-event .wrap-date-time,
  .wrap-single-event .wrap-content {
    padding: 0 15px;
    float: left;
    position: relative;
    z-index: 1; }
  .wrap-single-event .wrap-date-time {
    font-family: "brownbold";
    font-weight: 400;
    text-align: center;
    color: #fff;
    width: 100px;
    padding-top: 9px;
    text-transform: uppercase; }
    .wrap-single-event .wrap-date-time span {
      background-color: #1ed670;
      width: 65px;
      min-height: 25px;
      line-height: 25px;
      color: #fff;
      display: inline-block;
      border-radius: 3px; }
    .wrap-single-event .wrap-date-time .day {
      font-size: 58px;
      margin-bottom: 1px;
      line-height: 1; }
    .wrap-single-event .wrap-date-time .mon {
      font-size: 27px;
      margin-bottom: 2px;
      line-height: 1; }
    .wrap-single-event .wrap-date-time .year {
      font-size: 30px;
      margin-bottom: 21px;
      letter-spacing: -0.8px; }
    @media screen and (max-width: 499px) {
      .wrap-single-event .wrap-date-time {
        padding-top: 0; } }
  .wrap-single-event .wrap-content {
    width: calc( 100% - 100px); }
    .wrap-single-event .wrap-content h1 {
      font-size: 58px;
      font-family: "brownbold";
      font-weight: 400;
      letter-spacing: 0.01px;
      color: #fff;
      margin-top: 0;
      max-width: 780px;
      display: inline-block;
      margin-bottom: 30px; }
      @media screen and (max-width: 499px) {
        .wrap-single-event .wrap-content h1 {
          font-size: 28px;
          margin-bottom: 20px; } }
    .wrap-single-event .wrap-content span {
      font-size: 18px;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      max-width: 620px;
      display: inline-block;
      line-height: 26px;
      letter-spacing: 0.3px; }
      @media screen and (max-width: 499px) {
        .wrap-single-event .wrap-content span {
          font-size: 14px;
          line-height: 20px; } }

.page-title {
  padding: 113px 0 122px;
  right: 0;
  background-color: #8224e3;
  background-image: -webkit-linear-gradient(bottom, rgba(130, 36, 227, 0.65), rgba(130, 36, 227, 0.15));
  background-image: linear-gradient(bottom, rgba(130, 36, 227, 0.65), rgba(130, 36, 227, 0.15)); }
  .page-title h1 {
    font-size: 58px;
    margin-bottom: 34px;
    color: #fff;
    font-weight: 400;
    font-family: 'brownbold'; }
    @media screen and (max-width: 991px) {
      .page-title h1 {
        margin-bottom: 20px;
        font-size: 30px; } }
  .page-title p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.87);
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 26px;
    max-width: 700px;
    line-height: 32px;
    margin: 0 auto;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 991px) {
      .page-title p {
        line-height: 20px;
        font-size: 15px; } }
  @media screen and (max-width: 991px) {
    .page-title {
      padding: 50px 0 40px; } }

.page-title-post {
  padding-top: 66px;
  padding-bottom: 58px;
  background-color: #f6f5f5;
  border-bottom: 4px solid #8224e3; }
  .page-title-post .wrap-post {
    position: relative;
    background-color: #404040;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
  .page-title-post .wrap-footer {
    position: absolute;
    right: 30px;
    bottom: 23px;
    left: 730px; }
    .page-title-post .wrap-footer .date {
      float: right; }
    .page-title-post .wrap-footer a,
    .page-title-post .wrap-footer .date {
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      color: rgba(255, 255, 255, 0.87); }
    .page-title-post .wrap-footer a {
      position: relative;
      display: inline-block; }
      .page-title-post .wrap-footer a:before {
        content: '';
        background-color: #a3a3a3;
        width: 0%;
        position: absolute;
        bottom: 0;
        height: 1px;
        transition: all 0.25s ease 0s; }
      .page-title-post .wrap-footer a:hover:before {
        width: 100%; }
    @media screen and (max-width: 1199px) {
      .page-title-post .wrap-footer {
        left: 30px; } }
  .page-title-post .wrap-media {
    width: 700px;
    float: left; }
    .page-title-post .wrap-media img {
      width: 100%; }
    @media screen and (max-width: 1199px) {
      .page-title-post .wrap-media {
        width: 100%;
        float: none; } }
    @media screen and (min-width: 1200px) {
      .page-title-post .wrap-media .post-thumbnail {
        max-height: 380px; } }
  .page-title-post .wrap-content {
    width: calc(100% - 700px);
    float: left;
    padding: 40px 30px; }
    @media screen and (max-width: 1199px) {
      .page-title-post .wrap-content {
        width: 100%;
        float: none; } }
  .page-title-post .post-title {
    margin-bottom: 30px; }
    @media screen and (min-width: 767px) {
      .page-title-post .post-title {
        line-height: 0; } }
    .page-title-post .post-title a {
      color: #fff;
      font-size: 42px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      line-height: 48px; }
      @media screen and (min-width: 767px) {
        .page-title-post .post-title a {
          font-size: 22px;
          line-height: 28px; } }
      .page-title-post .post-title a:hover {
        color: #1ed670; }
  .page-title-post .entry-content p {
    color: rgba(255, 255, 255, 0.87);
    font-size: 13px;
    font-family: "Open Sans", sans-serif; }

/*---- Page 404 ----*/
.wrap-404-page {
  text-align: center; }
  .wrap-404-page .wrap-search {
    position: relative;
    max-width: 500px;
    margin: 0 auto; }
  .wrap-404-page input[type='text'] {
    background-color: #fff;
    width: 100%;
    padding: 0 20px;
    height: 42px;
    border: 1px solid #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }
    .wrap-404-page input[type='text']:hover, .wrap-404-page input[type='text']:focus {
      border-color: #1ed670; }
    .wrap-404-page input[type='text']::-webkit-input-placeholder {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
    .wrap-404-page input[type='text']::-moz-placeholder {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
    .wrap-404-page input[type='text']:-moz-placeholder {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
    .wrap-404-page input[type='text']:-ms-input-placeholder {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
  .wrap-404-page button {
    background-color: transparent;
    height: 42px;
    border: none;
    position: absolute;
    right: 15px;
    color: #000; }

/*---- Page Contact Us ----*/
.contact-us {
  max-width: 870px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 12px;
  margin: 0 auto;
  padding: 36px 30px 5px 30px; }
  .contact-us .title {
    color: #042036;
    font-size: 32px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 20px; }
  .contact-us .sub-title {
    color: #042036;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0px; }
  .contact-us textarea,
  .contact-us input[type='text'],
  .contact-us input[type='email'] {
    margin-top: 30px;
    margin-bottom: 0 !important; }
  .contact-us input[type='text'],
  .contact-us input[type='email'] {
    margin-bottom: 8px !important; }
  .contact-us textarea {
    height: 123px; }
  .contact-us input[type='submit'] {
    color: #fff;
    margin-top: 26px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #8224e3;
    line-height: 46px;
    width: 100%;
    transition: all 0.25s ease 0s;
    background-color: #8224e3; }
    .contact-us input[type='submit']:hover {
      background-color: #fff;
      color: #8224e3; }
  @media screen and (max-width: 599px) {
    .contact-us {
      padding: 30px 15px 5px 15px; } }

@media screen and (min-width: 992px) {
  .like-us .wrap-right {
    text-align: right; } }

.like-us a {
  border-radius: 100px;
  height: 39px;
  border-width: 1px;
  border-style: solid;
  width: 225px;
  position: relative;
  text-align: center;
  line-height: 37px;
  display: inline-block; }
  .like-us a i {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 24px;
    color: #fff;
    transition: all 0.25s ease 0s;
    transform: translatey(-50%); }
  .like-us a span {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #fff;
    transition: all 0.25s ease 0s; }
  .like-us a.facebook {
    background-color: #3b5998;
    border-color: #3b5998; }
  .like-us a.twitter {
    background-color: #55acee;
    border-color: #55acee; }
  .like-us a:hover {
    background-color: #fff;
    border-color: #1ed670; }
    .like-us a:hover span {
      color: #1ed670; }
    .like-us a:hover i {
      color: #1ed670; }

@media screen and (max-width: 991px) {
  .like-us {
    text-align: center; }
    .like-us a {
      margin-bottom: 20px; } }

/*---- Loading Page ----*/
/*---- Body Style ----*/
/*---- Modal Event ----*/
/*---- Back To Top ----*/
.charity-back-to-top {
  position: fixed;
  right: 20px;
  background-color: #1ed670;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  opacity: 1;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  visibility: visible;
  border: 2px solid #1ed670;
  transition: all 0.5s ease 0s; }
  .charity-back-to-top i {
    color: #fff;
    font-size: 34px;
    line-height: 55px;
    transition: all 0.3s ease 0s; }
  .charity-back-to-top:hover {
    cursor: pointer;
    background-color: #fff; }
    .charity-back-to-top:hover i {
      color: #1ed670;
      animation: BackToTop 0.5s ease 0s infinite; }
  .charity-back-to-top.scroll-down {
    bottom: -80px; }
  .charity-back-to-top.scroll-up {
    bottom: 120px; }

@keyframes BackToTop {
  50% {
    transform: translatey(-5px); }
  100% {
    transform: translatey(0px); } }

@-webkit-keyframes BackToTop {
  50% {
    transform: translatey(-5px); }
  100% {
    transform: translatey(0px); } }

@-moz-keyframes BackToTop {
  50% {
    transform: translatey(-5px); }
  100% {
    transform: translatey(0px); } }

@-o-keyframes BackToTop {
  50% {
    transform: translatey(-5px); }
  100% {
    transform: translatey(0px); } }

/*---- Orther ----*/
.find-us {
  text-align: center; }
  .find-us span {
    color: #3a5a98;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    transition: all 0.25s ease 0s; }
  .find-us i {
    color: #3a5a98;
    font-size: 32px;
    margin-left: 10px;
    transition: all 0.25s ease 0s; }
  .find-us a:hover span,
  .find-us a:hover i {
    color: #1ed670; }

/*---- Login ----*/
.form-logout {
  margin: 0 auto;
  max-width: 430px;
  background-color: #fff;
  border-radius: 12px;
  padding: 50px 30px; }
  .form-logout h3 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: "Open Sans", sans-serif;
    font-weight: 500; }
  .form-logout p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.87);
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }
    .form-logout p a {
      color: rgba(0, 0, 0, 0.87);
      font-weight: 400;
      font-family: "Open Sans", sans-serif; }
      .form-logout p a:hover {
        color: #1ed670; }

.site-content .form-login {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 40px 15px;
  background-color: #fff; }
  .site-content .form-login .login-or {
    display: block; }
  .site-content .form-login .login_submit {
    height: 46px;
    border-radius: 50px;
    border: 1px solid #1ed670;
    background-color: #1ed670;
    line-height: 44px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    width: 100%;
    transition: all 0.25s ease 0s;
    margin: 20px 0 0 0; }
    .site-content .form-login .login_submit:hover {
      background-color: #fff;
      color: #1ed670; }

.wrap-register .lost-password {
  max-width: 430px;
  background-color: #fff;
  border-radius: 12px;
  margin: 0 auto;
  padding: 30px; }
  .wrap-register .lost-password .lost-password-title {
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif; }
  .wrap-register .lost-password .lost_pwd_user {
    position: relative; }
    .wrap-register .lost-password .lost_pwd_user:before {
      font-size: 16px;
      color: rgba(0, 0, 0, 0.37);
      font-family: 'Material-Design-Iconic-Font';
      position: absolute;
      bottom: -39px;
      left: 17px;
      content: '\f205'; }
  .wrap-register .lost-password label {
    color: rgba(0, 0, 0, 0.5);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px; }
  .wrap-register .lost-password .lost_pwd_form {
    display: block !important; }
  .wrap-register .lost-password input[type='text'] {
    height: 53px;
    border-radius: 12px !important;
    border: 1px solid #ebe8e8 !important;
    padding: 0 20px 0 40px !important;
    line-height: 51px;
    margin-bottom: 4px;
    box-shadow: none !important; }
    .wrap-register .lost-password input[type='text']::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .lost-password input[type='text']::-moz-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .lost-password input[type='text']:-moz-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .lost-password input[type='text']:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .lost-password input[type='text']:focus, .wrap-register .lost-password input[type='text']:hover {
      border-color: #1ed670 !important;
      box-shadow: none !important; }
  .wrap-register .lost-password input[type='submit'] {
    height: 46px;
    border-radius: 50px;
    border: 1px solid #1ed670;
    background-color: #1ed670;
    line-height: 44px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    width: 100%;
    transition: all 0.25s ease 0s;
    margin: 20px 0 0 0; }
    .wrap-register .lost-password input[type='submit']:hover {
      background-color: #fff;
      color: #1ed670; }

.wrap-register .form-register {
  max-width: 430px;
  background-color: #fff;
  border-radius: 12px;
  margin: 0 auto;
  padding: 30px 30px 27px; }
  .wrap-register .form-register .register-title {
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif; }
  .wrap-register .form-register .register_form {
    display: block !important; }
  .wrap-register .form-register .register-subtitle {
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    font-family: "Open Sans", sans-serif; }
  .wrap-register .form-register input[type='text'],
  .wrap-register .form-register input[type='email'],
  .wrap-register .form-register input[type='password'] {
    height: 53px;
    border-radius: 12px !important;
    border: 1px solid #ebe8e8 !important;
    padding: 0 20px 0 40px !important;
    line-height: 51px;
    margin-bottom: 4px;
    box-shadow: none !important; }
    .wrap-register .form-register input[type='text']::-webkit-input-placeholder,
    .wrap-register .form-register input[type='email']::-webkit-input-placeholder,
    .wrap-register .form-register input[type='password']::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .form-register input[type='text']::-moz-placeholder,
    .wrap-register .form-register input[type='email']::-moz-placeholder,
    .wrap-register .form-register input[type='password']::-moz-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .form-register input[type='text']:-moz-placeholder,
    .wrap-register .form-register input[type='email']:-moz-placeholder,
    .wrap-register .form-register input[type='password']:-moz-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .form-register input[type='text']:-ms-input-placeholder,
    .wrap-register .form-register input[type='email']:-ms-input-placeholder,
    .wrap-register .form-register input[type='password']:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .form-register input[type='text']:focus, .wrap-register .form-register input[type='text']:hover,
    .wrap-register .form-register input[type='email']:focus,
    .wrap-register .form-register input[type='email']:hover,
    .wrap-register .form-register input[type='password']:focus,
    .wrap-register .form-register input[type='password']:hover {
      border-color: #1ed670 !important;
      box-shadow: none !important; }
  .wrap-register .form-register input[type='submit'] {
    height: 46px;
    border-radius: 50px;
    border: 1px solid #1ed670;
    background-color: #1ed670;
    line-height: 44px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    width: 100%;
    transition: all 0.25s ease 0s;
    margin: 40px 0 0 0; }
    .wrap-register .form-register input[type='submit']:hover {
      background-color: #fff;
      color: #1ed670; }
  .wrap-register .form-register .register-or {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    padding-top: 17px;
    z-index: 2;
    display: inline-block;
    text-align: center;
    color: rgba(0, 0, 0, 0.33); }
    .wrap-register .form-register .register-or:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 5px;
      height: 1px;
      z-index: -1;
      background-color: #ebe8e8; }
    .wrap-register .form-register .register-or:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 10px;
      background-color: #fff;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      margin: 0 auto; }
  .wrap-register .form-register .login-facebook {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 19px; }
  .wrap-register .form-register .register_user,
  .wrap-register .form-register .register_email,
  .wrap-register .form-register .register_pass,
  .wrap-register .form-register .confirm_pass {
    position: relative; }
    .wrap-register .form-register .register_user:before,
    .wrap-register .form-register .register_email:before,
    .wrap-register .form-register .register_pass:before,
    .wrap-register .form-register .confirm_pass:before {
      font-size: 16px;
      color: rgba(0, 0, 0, 0.37);
      font-family: 'Material-Design-Iconic-Font';
      position: absolute;
      bottom: -43px;
      left: 17px; }
  .wrap-register .form-register .register_user:before {
    content: '\f205'; }
  .wrap-register .form-register .register_email:before {
    content: '\f15a'; }
  .wrap-register .form-register .register_pass:before,
  .wrap-register .form-register .confirm_pass:before {
    content: '\f183'; }

.wrap-register .have-account {
  text-align: center;
  padding-top: 29px; }
  .wrap-register .have-account a {
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative; }
    .wrap-register .have-account a:before {
      content: '';
      background-color: rgba(255, 255, 255, 0.87);
      bottom: 0;
      height: 2px;
      position: absolute;
      width: 100%;
      transition: all 0.25s ease 0s; }
    .wrap-register .have-account a:hover {
      color: #1ed670; }
      .wrap-register .have-account a:hover:before {
        background-color: #1ed670; }

.wrap-register .form-login {
  max-width: 430px;
  background-color: #fff;
  border-radius: 12px;
  margin: 0 auto;
  padding: 30px; }
  .wrap-register .form-login .login-title {
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif; }
  .wrap-register .form-login .login-subtitle {
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    font-family: "Open Sans", sans-serif; }
  .wrap-register .form-login input[type='text'],
  .wrap-register .form-login input[type='password'] {
    height: 53px;
    border-radius: 12px !important;
    border: 1px solid #ebe8e8 !important;
    padding: 0 20px 0 40px !important;
    line-height: 51px;
    margin-bottom: 4px;
    background-color: #f7f5f5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13) !important; }
    .wrap-register .form-login input[type='text']::-webkit-input-placeholder,
    .wrap-register .form-login input[type='password']::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .form-login input[type='text']::-moz-placeholder,
    .wrap-register .form-login input[type='password']::-moz-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .form-login input[type='text']:-moz-placeholder,
    .wrap-register .form-login input[type='password']:-moz-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .form-login input[type='text']:-ms-input-placeholder,
    .wrap-register .form-login input[type='password']:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.37);
      font-size: 14px;
      font-weight: 500;
      opacity: 1;
      font-family: "Open Sans", sans-serif; }
    .wrap-register .form-login input[type='text']:focus, .wrap-register .form-login input[type='text']:hover,
    .wrap-register .form-login input[type='password']:focus,
    .wrap-register .form-login input[type='password']:hover {
      border-color: #1ed670 !important;
      box-shadow: none !important; }
  .wrap-register .form-login .footer-login {
    margin: 20px 0 0 0; }
  .wrap-register .form-login .forgot_password {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-top: 15px; }
    .wrap-register .form-login .forgot_password:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      height: 2px;
      position: absolute;
      width: 100%;
      transition: all 0.25s ease 0s; }
    .wrap-register .form-login .forgot_password:hover {
      color: #1ed670; }
      .wrap-register .form-login .forgot_password:hover:before {
        background-color: #1ed670; }
  .wrap-register .form-login input[type='submit'] {
    height: 46px;
    border-radius: 50px;
    border: 1px solid #1ed670;
    background-color: #1ed670;
    line-height: 44px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    width: 100%;
    font-size: 14px;
    max-width: 155px;
    float: right;
    transition: all 0.25s ease 0s; }
    .wrap-register .form-login input[type='submit']:hover {
      background-color: #fff;
      color: #1ed670; }
  .wrap-register .form-login .login_form {
    margin-top: -2px; }
  .wrap-register .form-login .login-or {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    padding-top: 12px;
    z-index: 2;
    display: inline-block;
    text-align: center;
    color: rgba(0, 0, 0, 0.33); }
    .wrap-register .form-login .login-or:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 5px;
      height: 1px;
      z-index: -1;
      background-color: #ebe8e8; }
    .wrap-register .form-login .login-or:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 10px;
      background-color: #fff;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      margin: 0 auto; }
  .wrap-register .form-login .login-facebook {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 19px; }
  .wrap-register .form-login .login_user,
  .wrap-register .form-login .pass_user {
    position: relative; }
    .wrap-register .form-login .login_user:before,
    .wrap-register .form-login .pass_user:before {
      font-size: 16px;
      color: rgba(0, 0, 0, 0.37);
      font-family: 'Material-Design-Iconic-Font';
      position: absolute;
      bottom: -43px;
      left: 17px; }
  .wrap-register .form-login .login_user:before {
    content: '\f15a'; }
  .wrap-register .form-login .pass_user:before {
    content: '\f183'; }
  .wrap-register .form-login .create-account {
    text-align: center;
    border-top: 1px solid #ebe8e8;
    padding-top: 28px;
    margin-top: 26px; }
    .wrap-register .form-login .create-account a {
      position: relative;
      font-size: 14px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      color: rgba(0, 0, 0, 0.5); }
      .wrap-register .form-login .create-account a:before {
        content: '';
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        height: 2px;
        position: absolute;
        width: 100%;
        transition: all 0.25s ease 0s; }
      .wrap-register .form-login .create-account a:hover {
        color: #1ed670; }
        .wrap-register .form-login .create-account a:hover:before {
          background-color: #1ed670; }

.wrap-register .form-login {
  max-height: 0;
  padding: 0 30px;
  overflow: hidden;
  transition: max-height 0.25s ease 0s,padding 0.25s ease 0s; }
  .wrap-register .form-login.show {
    max-height: 10000px;
    padding: 30px;
    overflow: hidden; }
  .wrap-register .form-login.hidden-item {
    max-height: 0px;
    padding: 0px 30px;
    overflow: hidden; }

.wrap-register .lost-password {
  max-height: 0;
  padding: 0 30px;
  overflow: hidden;
  transition: max-height 0.25s ease 0s,padding 0.25s ease 0s; }
  .wrap-register .lost-password.show {
    max-height: 10000px;
    padding: 30px;
    overflow: hidden; }

.wrap-register .form-register {
  max-height: 10000px;
  overflow: hidden;
  padding: 30px 30px 27px;
  transition: max-height 0.25s ease 0s,padding 0.25s ease 0s; }
  .wrap-register .form-register.hidden-item {
    max-height: 0px;
    padding: 0px 30px;
    overflow: hidden; }

.wrap-register .have-account.hidden-item {
  display: none; }

.title-join-us {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }
  .title-join-us span {
    font-weight: 500; }

.header-fixed #cshero-header-logo .main_logo .site-title a {
  color: #8224e3; }

.header-fixed #cshero-header-navigation .menu-main-menu > li > a {
  color: #8224e3; }
  .header-fixed #cshero-header-navigation .menu-main-menu > li > a:hover {
    color: #1ed670; }

.header-fixed #cshero-header-navigation .menu-main-menu > li.current_page_item > a {
  color: #1ed670; }

.faq-special .vc_column-inner > .wpb_wrapper {
  max-width: 430px;
  max-height: 500px;
  background-color: #fff;
  overflow-y: scroll;
  border-radius: 12px;
  padding: 30px;
  float: right;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media screen and (min-width: 1200px) {
    .faq-special .vc_column-inner > .wpb_wrapper {
      margin-bottom: -80px;
      margin-top: -85px; } }
  @media screen and (max-width: 767px) {
    .faq-special .vc_column-inner > .wpb_wrapper {
      width: 100%;
      max-width: none; } }

.title-blog {
  text-align: center;
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 42px;
  margin-bottom: 0; }
  @media screen and (max-width: 1199px) {
    .title-blog {
      text-align: left; } }

.view-blog {
  text-align: right; }
  .view-blog a {
    text-align: center;
    height: 48px;
    border-radius: 50px;
    border: 2px solid #1ed670;
    background-color: #1ed670;
    color: #fff;
    line-height: 44px;
    padding: 0 35px;
    display: inline-block; }
    .view-blog a:hover {
      color: #1ed670;
      background-color: #fff; }
  @media screen and (max-width: 1199px) {
    .view-blog {
      text-align: left; } }

body .vc_row {
  background-position: bottom !important; }
  body .vc_row.pos-top {
    background-position: top !important; }
  body .vc_row.pos-bottom {
    background-position: bottom !important; }

.wrap-search-cause-md {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translatey(-50%);
  background-image: url(../images/bg_search.jpg);
  padding: 50px 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; }
  .wrap-search-cause-md .wrap-search-cause-md-content {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto; }
  .wrap-search-cause-md h4 {
    font-size: 58px;
    color: #ffffff;
    text-align: center;
    font-family: brownbold;
    font-weight: 400;
    font-style: normal; }
  .wrap-search-cause-md p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.86);
    text-align: center;
    font-family: Roboto;
    font-weight: 100;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px; }

.searchform-md {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  max-width: 600px;
  margin: 0 auto;
  transform: translatey(-50%); }
  .searchform-md .search-submit {
    border: none;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 14px; }
  .searchform-md .form-search {
    height: 45px; }

@media screen and (min-width: 1700px) {
  .wrap-boxed {
    max-width: 1700px;
    margin: 0 auto;
    overflow: hidden; } }

/*---- Loading Page ----*/
#charity-loadding {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff; }
  #charity-loadding .wrap-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #charity-loadding .text {
    color: #1ed670;
    display: inline-block;
    margin-left: 5px; }
  #charity-loadding .bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px; }
    #charity-loadding .bounceball:before {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #1ed670;
      transform-origin: 50%;
      animation: bounce 500ms alternate infinite ease; }

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2); }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1); }
  100% {
    top: 0; } }

*::-webkit-scrollbar {
  width: 10px; }

*::-webkit-scrollbar-track {
  background: #f6f5f5; }

*::-webkit-scrollbar-thumb {
  background-color: #1ed670;
  border-radius: 50px; }

.main_logo a {
  line-height: 102px; }

.sticky_logo a {
  line-height: 102px;
  font-size: 30px;
  color: #8224e3; }

/* ==========================================================================
	Style Main Menu
========================================================================== */
/*
-----> Minimum width of 992 pixels.
*/
@media screen and (min-width: 992px) {
  #cshero-menu-mobile, .cs-menu-toggle {
    display: none; }
  .admin-bar .header-1.header-fixed.scroll-up {
    top: 32px;
    transition: all 0.25s ease 0s; }
  .admin-bar .header-1.header-fixed.scroll-down {
    top: 32px; }
  .admin-bar.single-cshevents .wap-info-single.scroll-down {
    top: 32px; }
  .admin-bar.single-post .wrap-scroll .scroll-post.scroll-down {
    top: 20px; }
  .admin-bar.single-post.hd-fixed .wrap-scroll .scroll-post.scroll-up {
    top: 134px; }
  .admin-bar.single-cshevents.hd-fixed .wap-info-single.scroll-up {
    top: 134px; }
  .hd-fixed .site-header {
    height: 120px; }
  li li.menu-item-has-children > a:after {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 15px;
    float: right; }
  .sub-menu {
    background-color: #fff;
    min-width: 250px;
    text-align: left; }
    .sub-menu a {
      font-weight: 400;
      font-size: 12px;
      text-transform: uppercase;
      color: #818181;
      letter-spacing: 0.2em;
      line-height: 1.6;
      font-family: "Open Sans", sans-serif;
      padding: 5px 20px;
      display: block; }
      .sub-menu a:hover {
        color: #1ed670; }
  .menu-item > ul {
    position: absolute;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    padding: 20px 0;
    top: 130px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: top 0.25s ease 0s, opacity 0.25s ease 0s;
    transition: top 0.25s ease 0s, opacity 0.25s ease 0s; }
  ul.sub-menu li > ul {
    top: 0;
    left: 120%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: left 0.25s ease 0s;
    transition: left 0.25s ease 0s; }
  .header-1 {
    background-color: #fff;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1); }
    .header-1.header-fixed {
      background: #fff none repeat scroll 0 0;
      height: 120px;
      left: 0px;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      position: fixed;
      right: 0px;
      width: auto;
      z-index: 99;
      top: -120px;
      transition: all 0.25s ease 0s; }
      .header-1.header-fixed.scroll-up {
        top: 0px;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
        transition: all 0.25s ease 0s; }
      .header-1.header-fixed.scroll-down {
        top: 0px;
        transition: all 0.25s ease 0s; }
  .header-fixed #cshero-header-navigation .menu-main-menu > li.current-menu-ancestor > a,
  #cshero-header-navigation .menu-main-menu > li.current-menu-ancestor > a {
    color: #1ed670; }
  .menu-main-menu {
    text-align: center; }
    .menu-main-menu li.menu-item {
      position: relative; }
    .menu-main-menu > li {
      position: relative;
      display: inline-block;
      padding: 0 3%; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .menu-main-menu > li.user-link {
        position: absolute;
        right: -182px;
        bottom: 4px;
        margin: 0;
        padding: 0;
        z-index: 10; }
        .menu-main-menu > li.user-link a {
          padding: 0;
          line-height: 1;
          font-size: 12px;
          color: #1ed670 !important; }
          .menu-main-menu > li.user-link a:hover, .menu-main-menu > li.user-link a:active {
            color: #1ed670;
            text-decoration: underline; }
      .menu-main-menu > li.logout-link {
        position: absolute;
        right: -227px;
        bottom: 4px;
        margin: 0;
        padding: 0;
        z-index: 10; }
        .menu-main-menu > li.logout-link a {
          padding: 0;
          line-height: 1;
          font-size: 12px;
          color: #1ed670 !important; }
          .menu-main-menu > li.logout-link a:hover, .menu-main-menu > li.logout-link a:active {
            color: #1ed670;
            text-decoration: underline; } }
    @media screen and (min-width: 992px) and (min-width: 1040px) {
      .menu-main-menu > li.user-link {
        right: -224px;
        bottom: 3px; }
        .menu-main-menu > li.user-link a {
          font-size: 12px; }
      .menu-main-menu > li.logout-link {
        right: -270px;
        bottom: 3px; }
        .menu-main-menu > li.logout-link a {
          font-size: 12px; } }
    @media screen and (min-width: 992px) and (min-width: 1230px) {
      .menu-main-menu > li.user-link {
        right: -236px;
        bottom: 2px; }
        .menu-main-menu > li.user-link a {
          font-size: 13px; }
      .menu-main-menu > li.logout-link {
        right: -289px;
        bottom: 2px; }
        .menu-main-menu > li.logout-link a {
          font-size: 13px; } }
    @media screen and (min-width: 992px) and (min-width: 1300px) {
      .menu-main-menu > li.user-link {
        right: -280px;
        bottom: -6px; }
        .menu-main-menu > li.user-link a {
          font-size: 14px; }
      .menu-main-menu > li.logout-link {
        right: -332px;
        bottom: -6px; }
        .menu-main-menu > li.logout-link a {
          font-size: 14px; } }

@media screen and (min-width: 992px) {
      .menu-main-menu > li:first-child {
        padding-left: 0; }
      .menu-main-menu > li:last-child {
        padding-right: 0; }
      .menu-main-menu > li > a {
        font-weight: 400;
        font-size: 14px;
        text-transform: capitalize;
        color: #6747cd;
        letter-spacing: 0.3px;
        line-height: 102px;
        font-family: "Open Sans", sans-serif;
        padding: 28px 0; }
        .menu-main-menu > li > a:hover {
          color: #1ed670; }
      .menu-main-menu > li:hover.menu-item > ul {
        top: 102px;
        opacity: 1;
        visibility: visible; }
      .menu-main-menu > li ul > li:hover > ul {
        top: 0;
        opacity: 1;
        left: 100%;
        visibility: visible; }
      .menu-main-menu > li.current-menu-item > a,
      .menu-main-menu > li.current-menu-ancestor > a {
        color: #1ed670; }
      .menu-main-menu > li ul li.current-menu-item > a,
      .menu-main-menu > li ul li.current-menu-ancestor > a {
        color: #1ed670; } }
    @media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
      .menu-main-menu > li {
        padding: 0 2%; } }

@media screen and (min-width: 992px) {
  .menu-transparent .header-1 {
    background-color: transparent;
    box-shadow: none;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.5s ease 0s; }
    .menu-transparent .header-1.header-fixed {
      background-color: #fff; }
  .menu-transparent.hd-fixed .site-header {
    height: 0; }
  /* End Menu Sub Level */
  /* Menu Stick Wall */
  #cshero-header .main-navigation ul:not(.wg-menu-item).back {
    right: 100%;
    left: auto; }
    #cshero-header .main-navigation ul:not(.wg-menu-item).back ul:not(.back) {
      right: 100%;
      left: auto; }
    #cshero-header .main-navigation ul:not(.wg-menu-item).back ul.back {
      left: 100%;
      right: auto; }
      #cshero-header .main-navigation ul:not(.wg-menu-item).back ul.back ul:not(.back) {
        left: 100%;
        right: auto; }
      #cshero-header .main-navigation ul:not(.wg-menu-item).back ul.back ul.back {
        right: 100%;
        left: auto; }
  /* End Menu Stick Wall */ }

@media screen and (max-width: 991px) {
  #cshero-header-navigation {
    position: absolute;
    top: 105px;
    left: 0;
    border-top: 1px solid #eee;
    right: 0;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    height: 0;
    min-height: 0;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    z-index: 99;
    visibility: hidden;
    opacity: 0; }
    #cshero-header-navigation.menu-open {
      visibility: visible;
      opacity: 1;
      height: auto;
      padding: 30px;
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3); }
  #cshero-header {
    position: relative; }
    #cshero-header .menu-mobile {
      display: inline-block;
      width: 40px;
      height: 30px;
      line-height: 30px;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transition: all 0.4s ease 0s;
      transform: translate(-50%, -50%); }
      #cshero-header .menu-mobile:hover {
        cursor: pointer; }
  /* Dropdown Sub Menu */
  .cs-menu-toggle {
    display: block;
    background-color: #1ed670;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    color: #fff;
    width: 30px;
    font-size: 20px;
    -webkit-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
    .cs-menu-toggle:before {
      content: "\f105";
      font-family: "FontAwesome";
      color: #fff; }
  .menu-main-menu > li {
    position: relative; }
    .menu-main-menu > li a {
      display: block;
      border-bottom: none;
      font-size: 14px;
      color: #606060;
      font-weight: 800;
      line-height: 16px;
      font-family: "Open Sans", sans-serif;
      padding: 10px 0;
      text-transform: uppercase; }
      .menu-main-menu > li a:hover {
        color: #1ed670; }
    .menu-main-menu > li.current-menu-item > a,
    .menu-main-menu > li.current-menu-ancestor > a,
    .menu-main-menu > li.current-menu-ancestor > a:hover {
      color: #1ed670; }
    .menu-main-menu > li ul li.current-menu-item > a,
    .menu-main-menu > li ul li.current-menu-ancestor > a {
      color: #1ed670; }
    .menu-main-menu > li li {
      position: relative; }
    .menu-main-menu > li .sub-menu {
      max-height: 0;
      overflow: hidden;
      padding-left: 10px;
      -webkit-transition: max-height 600ms linear 0ms;
      transition: max-height 600ms linear 0ms; }
      .menu-main-menu > li .sub-menu li > a {
        display: block;
        border-bottom: none;
        font-size: 14px;
        color: #606060;
        font-weight: 800;
        line-height: 16px;
        font-family: "Open Sans", sans-serif;
        padding: 10px 0;
        text-transform: uppercase; }
        .menu-main-menu > li .sub-menu li > a:hover {
          color: #1ed670; }
      .menu-main-menu > li .sub-menu.submenu-open {
        max-height: 1000px; }
        .menu-main-menu > li .sub-menu.submenu-open + .cs-menu-toggle:before {
          color: #fff;
          content: "\f107"; } }

@media screen and (max-width: 767px) {
  #cshero-header-navigation {
    top: 175px; } }

@media screen and (max-width: 599px) {
  #cshero-header.main-header {
    height: auto; }
  #cshero-header-logo {
    text-align: center;
    width: 100%; }
  #social-header {
    width: 100%;
    margin-top: 20px; }
    #social-header .header-icon {
      text-align: center; }
    #social-header a {
      line-height: 40px; }
  #cshero-header-navigation {
    top: 215px; }
  #cshero-header .menu-mobile {
    top: 90px; }
  #social-header2 {
    width: 100%; }
    #social-header2 .social-header {
      justify-content: center;
      padding-right: 0;
      padding-top: 20px;
      height: 100px; } }

/*---- Widget Footer ----*/
.widget select {
  height: 40px; }

.widget a {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500; }
  .widget a:hover {
    color: #1ed670; }

.wg-ft-title {
  font-size: 16px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.03em;
  margin-top: 0;
  margin-bottom: 15px; }

#footer-top .mc4wp-form-fields p {
  margin-bottom: 33px;
  color: #999;
  font-size: 14px;
  font-weight: 300; }

#footer-top .mc4wp-form-fields input[type='email'] {
  height: 50px;
  border: 1px solid #4c4f53;
  min-width: 350px;
  padding: 0 30px;
  background-color: transparent; }
  #footer-top .mc4wp-form-fields input[type='email']::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }
  #footer-top .mc4wp-form-fields input[type='email']::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }
  #footer-top .mc4wp-form-fields input[type='email']:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }
  #footer-top .mc4wp-form-fields input[type='email']:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }
  @media screen and (max-width: 1199px) {
    #footer-top .mc4wp-form-fields input[type='email'] {
      min-width: 100%; } }

#footer-top .mc4wp-form-fields button {
  background-color: transparent;
  height: 50px;
  border: none;
  position: absolute;
  right: 30px;
  color: #fff; }

#footer-top .mc4wp-form-fields .wrap-form {
  position: relative; }

/*---- Sidebar Widget ----*/
.sidebar-area .widget,
.wpb_widgetised_column .widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb; }
  .sidebar-area .widget:last-child,
  .wpb_widgetised_column .widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.wg-title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 0px; }

/*  Recent Post
----------------------------------*/
.cms-recent-posts {
  padding-bottom: 16px !important; }
  .cms-recent-posts .wg-title {
    margin-bottom: 20px; }
    @media screen and (min-width: 1200px) {
      .cms-recent-posts .wg-title {
        padding-left: 30px; } }
  .cms-recent-posts .recent-post-thumbnail {
    max-width: 70px;
    float: left;
    border-radius: 6px;
    overflow: hidden; }
  .cms-recent-posts .recent-post-item {
    margin-bottom: 15px; }
    @media screen and (min-width: 1200px) {
      .cms-recent-posts .recent-post-item {
        padding-left: 30px; } }
  .cms-recent-posts .recent-post-content {
    float: left;
    width: calc( 100% - 70px);
    padding-left: 10px; }
  .cms-recent-posts .entry-widget-title {
    margin-top: 3px;
    margin-bottom: 0px;
    line-height: 0; }
    .cms-recent-posts .entry-widget-title a {
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      color: #444444;
      font-weight: 700;
      line-height: 18px; }
      .cms-recent-posts .entry-widget-title a:hover, .cms-recent-posts .entry-widget-title a:focus {
        color: #1ed670; }
  .cms-recent-posts .date-time {
    color: #444444;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 12px;
    margin: 0; }

/*  Search
----------------------------------*/
.widget_search {
  padding-bottom: 34px; }
  .widget_search .wrap-search {
    position: relative; }
  .widget_search input[type='text'] {
    background-color: #fff;
    width: 100%;
    padding: 0 20px;
    height: 42px;
    border: 1px solid #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }
    .widget_search input[type='text']:hover, .widget_search input[type='text']:focus {
      border-color: #1ed670; }
    .widget_search input[type='text']::-webkit-input-placeholder {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
    .widget_search input[type='text']::-moz-placeholder {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
    .widget_search input[type='text']:-moz-placeholder {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
    .widget_search input[type='text']:-ms-input-placeholder {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
  .widget_search button {
    background-color: transparent;
    height: 42px;
    border: none;
    position: absolute;
    right: 15px;
    color: #000; }

/*  Categories
----------------------------------*/
.widget_categories {
  padding-bottom: 22px; }
  @media screen and (min-width: 1200px) {
    .widget_categories .wg-title {
      padding-left: 30px; } }
  .widget_categories > ul {
    margin-left: 0; }
    @media screen and (min-width: 1200px) {
      .widget_categories > ul {
        padding-left: 30px; } }
  .widget_categories li {
    line-height: 32px;
    padding: 0; }
  .widget_categories a {
    color: rgba(0, 0, 0, 0.87);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500; }
    .widget_categories a:hover {
      color: #1ed670; }

/*  Follow Us
----------------------------------*/
.follow-us-charity {
  text-align: center; }
  .follow-us-charity .wg-title {
    margin-bottom: 19px; }
  .follow-us-charity i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    line-height: 30px;
    border-width: 1px;
    font-size: 18px;
    border-style: solid;
    transition: all 0.25s ease 0s; }
    .follow-us-charity i.zmdi-facebook {
      background-color: #3b5998;
      border-color: #3b5998; }
    .follow-us-charity i.zmdi-twitter {
      background-color: #55acee;
      border-color: #55acee; }
    .follow-us-charity i.zmdi-vk {
      background-color: #45668d;
      border-color: #45668d; }
    .follow-us-charity i.zmdi-instagram {
      background-color: #da1e9c;
      border-color: #da1e9c; }
    .follow-us-charity i.zmdi-youtube-play {
      background-color: #E42A26;
      border-color: #E42A26; }
    .follow-us-charity i.zmdi-tumblr {
      background-color: #2D4863;
      border-color: #2D4863; }
    .follow-us-charity i:hover {
      color: #1ed670;
      background-color: #fff; }
  .follow-us-charity li {
    display: inline-block;
    margin: 2px; }

/*---- Cause Widget ----*/
#sidebar-cause .cms-recent-posts .cs-title {
  margin-bottom: 36px; }

#sidebar-cause .widget_tag_cloud .cs-title {
  margin-bottom: 36px; }

#sidebar-cause .widget {
  margin-bottom: 50px; }
  #sidebar-cause .widget:last-child {
    margin-bottom: 0; }

#sidebar-cause .widget_cause_search {
  margin-bottom: 58px; }
  #sidebar-cause .widget_cause_search .searchform {
    position: relative; }
  #sidebar-cause .widget_cause_search .cs-title {
    margin-bottom: 36px; }
  #sidebar-cause .widget_cause_search input[type='text'] {
    border: 1px solid #e7e8ea;
    width: 100%;
    padding: 0 30px;
    height: 50px;
    background-color: transparent; }
    #sidebar-cause .widget_cause_search input[type='text']:hover, #sidebar-cause .widget_cause_search input[type='text']:focus {
      border-color: #1ed670; }
    #sidebar-cause .widget_cause_search input[type='text']::-webkit-input-placeholder {
      color: #818181;
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      opacity: 1; }
    #sidebar-cause .widget_cause_search input[type='text']::-moz-placeholder {
      color: #818181;
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      opacity: 1; }
    #sidebar-cause .widget_cause_search input[type='text']:-moz-placeholder {
      color: #818181;
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      opacity: 1; }
    #sidebar-cause .widget_cause_search input[type='text']:-ms-input-placeholder {
      color: #818181;
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      opacity: 1; }
  #sidebar-cause .widget_cause_search button {
    background-color: transparent;
    height: 50px;
    border: none;
    position: absolute;
    right: 15px;
    color: #383b3f; }

#sidebar-cause .cause-categories {
  margin-bottom: 44px; }
  #sidebar-cause .cause-categories a {
    color: #818181;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    line-height: 36px; }
    #sidebar-cause .cause-categories a:before {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50px;
      background-color: #1ed670;
      position: absolute;
      top: 10px;
      left: 5px; }
    #sidebar-cause .cause-categories a:hover {
      padding-left: 25px;
      color: #1ed670; }

#sidebar-cause .cms-recent-cause .recent-cause-thumbnail {
  max-width: 85px;
  float: left; }

#sidebar-cause .cms-recent-cause .recent-cause-item {
  margin-bottom: 20px; }
  #sidebar-cause .cms-recent-cause .recent-cause-item:last-child {
    margin-bottom: 0; }

#sidebar-cause .cms-recent-cause .recent-cause-content {
  margin-left: 105px; }

#sidebar-cause .cms-recent-cause .entry-widget-title {
  margin-top: 9px;
  margin-bottom: 7px; }
  #sidebar-cause .cms-recent-cause .entry-widget-title a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #383b3f;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase; }
    #sidebar-cause .cms-recent-cause .entry-widget-title a:hover, #sidebar-cause .cms-recent-cause .entry-widget-title a:focus {
      color: #1ed670; }

#sidebar-cause .cms-recent-cause .excerpt {
  color: #818181;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 17px; }

@media screen and (max-width: 767px) {
  #sidebar-cause {
    margin-bottom: 50px; } }

.cs-title {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #383b3f;
  margin-bottom: 25px;
  font-weight: bold;
  margin-top: 0px; }
  @media screen and (max-width: 991px) {
    .cs-title {
      font-size: 28px; } }

/*---- Woocommerce Sidebar ----*/
.widget_product_categories a {
  color: #818181;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  line-height: 36px; }
  .widget_product_categories a:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #1ed670;
    position: absolute;
    top: 10px;
    left: 5px; }
  .widget_product_categories a:hover {
    padding-left: 25px;
    color: #1ed670; }

.sidebar-shop .widget_product_search {
  margin-bottom: 58px; }

.sidebar-shop .widget_product_categories {
  margin-bottom: 44px; }
  .sidebar-shop .widget_product_categories .shop-title {
    margin-bottom: 23px; }

.sidebar-shop .widget_price_filter {
  margin-bottom: 53px; }

@media screen and (max-width: 767px) {
  .sidebar-shop {
    margin-bottom: 50px; } }

.widget_product_search .product-search {
  position: relative; }

.widget_product_search input[type='text'] {
  border: 1px solid #e7e8ea;
  width: 100%;
  padding: 0 30px;
  height: 50px;
  background-color: transparent; }
  .widget_product_search input[type='text']::-webkit-input-placeholder {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }
  .widget_product_search input[type='text']::-moz-placeholder {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }
  .widget_product_search input[type='text']:-moz-placeholder {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }
  .widget_product_search input[type='text']:-ms-input-placeholder {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }

.widget_product_search button {
  background-color: transparent;
  height: 50px;
  border: none;
  position: absolute;
  right: 15px;
  color: #383b3f; }

.widget_product_search .wg-title {
  margin-bottom: 34px; }

.shop-title {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #383b3f;
  margin-bottom: 34px;
  font-weight: bold;
  margin-top: 18px; }
  @media screen and (max-width: 991px) {
    .shop-title {
      font-size: 28px; } }

.sidebar-shop .widget {
  margin-bottom: 50px; }

.sidebar-shop .widget_price_filter .ui-slider-horizontal {
  height: 6px; }

.sidebar-shop .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #f2f2f2; }

.sidebar-shop .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #1ed670; }

.sidebar-shop .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #1ed670; }

.sidebar-shop .widget_price_filter .price_slider_amount .button {
  background-color: #1ed670;
  border: 1px solid #1ed670;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.3s ease 0s; }
  .sidebar-shop .widget_price_filter .price_slider_amount .button:hover, .sidebar-shop .widget_price_filter .price_slider_amount .button:focus {
    color: #1ed670;
    background-color: #fff; }

.sidebar-shop .widget_shopping_cart .woocommerce-mini-cart-item {
  position: relative !important;
  margin-bottom: 10px;
  padding-top: 10px !important;
  border-top: 1px solid #e7e8ea;
  min-height: 90px; }
  .sidebar-shop .widget_shopping_cart .woocommerce-mini-cart-item .remove {
    position: absolute !important;
    top: 50% !important;
    transform: translatey(-50%); }
  .sidebar-shop .widget_shopping_cart .woocommerce-mini-cart-item img {
    width: 80px !important;
    display: block;
    position: absolute;
    right: 0; }
  .sidebar-shop .widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    max-width: 210px;
    color: #383b3f; }

.sidebar-shop .widget_shopping_cart .total {
  font-size: 14px;
  font-family: "Open Sans", sans-serif; }

.sidebar-shop .widget_shopping_cart a.button {
  background-color: #1ed670;
  border: 1px solid #1ed670;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 10px;
  transition: all 0.3s ease 0s; }
  .sidebar-shop .widget_shopping_cart a.button:hover, .sidebar-shop .widget_shopping_cart a.button:focus {
    color: #1ed670;
    background-color: #fff; }

/*---- Event Widget ----*/
.wg-pass-event .wrap-pass-event {
  margin-bottom: 20px; }
  .wg-pass-event .wrap-pass-event:last-child {
    margin-bottom: 0; }

.wg-pass-event .pass-event-thumbnail {
  max-width: 85px;
  display: inline-block;
  float: left; }

.wg-pass-event .entry-widget-title {
  color: #383b3f;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  line-height: 22px; }
  .wg-pass-event .entry-widget-title a {
    color: #383b3f; }
    .wg-pass-event .entry-widget-title a:hover, .wg-pass-event .entry-widget-title a:focus {
      color: #1ed670;
      outline: none; }

.wg-pass-event p {
  color: #808080;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.wg-pass-event .pass-event-content {
  width: calc(100% - 85px);
  float: left;
  padding: 10px 0 0 20px; }

.wg-comming-event {
  margin-bottom: 40px !important; }
  .wg-comming-event .entry-widget-title {
    color: #383b3f;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 17px; }
    .wg-comming-event .entry-widget-title a {
      color: #383b3f; }
      .wg-comming-event .entry-widget-title a:hover {
        color: #1ed670; }
  .wg-comming-event .pass-event-thumbnail {
    margin-bottom: 34px; }
  .wg-comming-event .wg-event-meta {
    list-style: outside none none;
    padding: 0;
    margin-top: 20px; }
    .wg-comming-event .wg-event-meta li {
      list-style: outside none none;
      margin-bottom: 16px;
      padding: 0;
      display: block; }
    .wg-comming-event .wg-event-meta i {
      color: #1ed670;
      font-size: 14px;
      margin-right: 13px;
      min-width: 15px; }
  .wg-comming-event .excerpt {
    color: #818181;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }

.env-title {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #383b3f;
  margin-bottom: 34px;
  font-weight: bold;
  margin-top: 0px; }
  @media screen and (max-width: 991px) {
    .env-title {
      font-size: 28px; } }

.sidebar-event .widget {
  margin-bottom: 60px; }

.search-no-results .site-main input[type='text'] {
  border: 1px solid #e7e8ea;
  width: 100%;
  padding: 0 30px;
  height: 50px;
  background-color: transparent; }
  .search-no-results .site-main input[type='text']::-webkit-input-placeholder {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }
  .search-no-results .site-main input[type='text']::-moz-placeholder {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }
  .search-no-results .site-main input[type='text']:-moz-placeholder {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }
  .search-no-results .site-main input[type='text']:-ms-input-placeholder {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }

.search-no-results .site-main .search-submit {
  height: 50px;
  border: 2px solid #1ed670;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 0 55px;
  line-height: 60px;
  border-radius: 5px;
  background-color: #1ed670;
  margin-top: 10px;
  transition: all 0.3s ease 0s; }
  .search-no-results .site-main .search-submit i {
    font-size: 28px; }
  .search-no-results .site-main .search-submit:hover {
    background-color: #fff;
    color: #1ed670; }

.search-results .wrap-media,
.search-results .wrap-footer {
  display: none; }

.event-sidebar h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 17px; }

.event-sidebar .cshev-reset {
  float: right;
  margin-top: 17px;
  font-size: 12px; }

.event-sidebar .cshev-price-filter-wrap li,
.event-sidebar .cshev-category-filter-wrap li,
.event-sidebar .cshev-date-start-filter-wrap li {
  margin-top: 6px; }

.event-sidebar .cshev-price-filter-wrap label,
.event-sidebar .cshev-category-filter-wrap label,
.event-sidebar .cshev-date-start-filter-wrap label {
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87); }

.event-sidebar .cshev-price-filter-wrap input[type="checkbox"],
.event-sidebar .cshev-category-filter-wrap input[type="checkbox"],
.event-sidebar .cshev-date-start-filter-wrap input[type="checkbox"] {
  position: relative;
  top: -1px;
  width: 15px;
  text-align: center; }
  .event-sidebar .cshev-price-filter-wrap input[type="checkbox"]:hover,
  .event-sidebar .cshev-category-filter-wrap input[type="checkbox"]:hover,
  .event-sidebar .cshev-date-start-filter-wrap input[type="checkbox"]:hover {
    cursor: pointer; }

.event-sidebar .cshev-price-filter-wrap,
.event-sidebar .cshev-category-filter-wrap {
  border-bottom: 1px solid #e3e2e2;
  padding-bottom: 27px;
  margin-bottom: 32px; }

@media screen and (max-width: 991px) {
  .event-sidebar {
    margin-bottom: 40px; } }

.cause-sidebar {
  margin-bottom: 20px; }
  .cause-sidebar .cshcs-reset {
    float: right;
    font-size: 12px;
    margin-top: 17px; }
  .cause-sidebar input[type="checkbox"] {
    position: relative;
    top: -2px;
    width: 15px;
    text-align: center; }
    .cause-sidebar input[type="checkbox"]:hover {
      cursor: pointer; }
  .cause-sidebar h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #000;
    margin-bottom: 17px; }
  .cause-sidebar .cshcs-category-filter-wrap li,
  .cause-sidebar .cshcs-date-end-filter-wrap li {
    margin-top: 6px; }
  .cause-sidebar .cshcs-category-filter-wrap label,
  .cause-sidebar .cshcs-date-end-filter-wrap label {
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87); }
  .cause-sidebar .cshcs-category-filter-wrap {
    border-bottom: 1px solid #e3e2e2;
    padding-bottom: 27px;
    margin-bottom: 32px; }
  @media screen and (max-width: 991px) {
    .cause-sidebar {
      margin-bottom: 40px; } }

/*---- Archive Shop ----*/
.post-type-archive-product .site-content {
  padding-top: 30px; }
  @media screen and (max-width: 1199px) {
    .post-type-archive-product .site-content {
      padding-top: 80px; } }

@media screen and (min-width: 1260px) {
  .charity-products > .container {
    width: 1260px; } }

@media screen and (min-width: 1260px) {
  .charity-products.is-sidebar-left .sidebar-shop .cshcs-wrap-filter,
  .charity-products.is-sidebar-left .sidebar-shop .banner-sidebar {
    margin-right: -30px; }
  .charity-products.is-sidebar-left .main-content {
    padding-left: 45px; } }

@media screen and (min-width: 1260px) {
  .charity-products.is-sidebar-right .sidebar-shop .cshcs-wrap-filter,
  .charity-products.is-sidebar-right .sidebar-shop .banner-sidebar {
    margin-left: -30px; }
  .charity-products.is-sidebar-right .main-content {
    padding-right: 45px; } }

.charity-products .cshcs-wrap-filter {
  background-color: #fff;
  padding: 30px 10px;
  margin-bottom: 30px;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
  @media screen and (min-width: 1260px) {
    .charity-products .cshcs-wrap-filter {
      padding: 30px;
      margin-top: -80px; } }
  .charity-products .cshcs-wrap-filter .cshcs-reset {
    float: right;
    margin-top: 17px;
    font-size: 12px; }
  .charity-products .cshcs-wrap-filter input[type="checkbox"] {
    position: relative;
    top: -2px;
    width: 15px;
    text-align: center; }
    .charity-products .cshcs-wrap-filter input[type="checkbox"]:hover {
      cursor: pointer; }
  .charity-products .cshcs-wrap-filter .wrap-search {
    position: relative; }
  .charity-products .cshcs-wrap-filter .searchform {
    margin-bottom: 38px; }
  .charity-products .cshcs-wrap-filter .form-search {
    height: 40px;
    border: 1px solid #e3e2e2;
    border-radius: 6px;
    padding: 0 15px; }
    .charity-products .cshcs-wrap-filter .form-search::-webkit-input-placeholder {
      color: #bdbdbd;
      font-size: 14px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
    .charity-products .cshcs-wrap-filter .form-search::-moz-placeholder {
      color: #bdbdbd;
      font-size: 14px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
    .charity-products .cshcs-wrap-filter .form-search:-moz-placeholder {
      color: #bdbdbd;
      font-size: 14px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
    .charity-products .cshcs-wrap-filter .form-search:-ms-input-placeholder {
      color: #bdbdbd;
      font-size: 14px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      opacity: 1; }
  .charity-products .cshcs-wrap-filter .search-submit {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 12px;
    color: #bdbdbd;
    font-size: 18px; }
  .charity-products .cshcs-wrap-filter h3 {
    color: #000;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
  .charity-products .cshcs-wrap-filter label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }
  .charity-products .cshcs-wrap-filter .cshcs-gender-filter-wrap,
  .charity-products .cshcs-wrap-filter .cshcs-category-filter-wrap,
  .charity-products .cshcs-wrap-filter .cshcs-color-filter-wrap {
    border-bottom: 1px solid #e3e2e2;
    margin-bottom: 30px;
    padding-bottom: 25px; }

.charity-products .product__link {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -22px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  z-index: 2;
  opacity: 0; }
  .charity-products .product__link:hover {
    color: #1ed670; }

.charity-products .product-thumbnail {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  overflow: hidden; }
  .charity-products .product-thumbnail img {
    border-radius: 12px;
    width: 100%;
    transform: scale(1) rotate(0deg);
    transition: all 0.4s ease 0s; }
  .charity-products .product-thumbnail:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 100%;
    z-index: 1;
    transition: all 0.25s ease 0s;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); }
  .charity-products .product-thumbnail:hover .product__link {
    bottom: 22px;
    opacity: 1; }
  .charity-products .product-thumbnail:hover:before {
    bottom: 0; }
  .charity-products .product-thumbnail:hover img {
    transform: scale(1.2) rotate(-12deg); }

.charity-products .info-product {
  padding-top: 19px; }

.charity-products .banner-top {
  margin-bottom: 30px; }
  .charity-products .banner-top img {
    width: 100%; }

.charity-products .banner-sidebar img {
  width: 100%; }

.charity-products .charity-onsale:before {
  content: '';
  border-color: #1ed670 transparent transparent #1ed670;
  border-style: solid;
  border-width: 30px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0; }

.charity-products .charity-onsale .title {
  position: absolute;
  left: 5px;
  top: 15px;
  z-index: 3;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transform: rotate(-45deg); }

.charity-products .woocommerce-loop-product__title {
  font-size: 18px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  transition: all 0.25s ease 0s;
  margin-bottom: 15px; }
  .charity-products .woocommerce-loop-product__title:hover {
    color: #8224e3; }

.charity-products div.product span.price {
  color: #1ed670;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }
  .charity-products div.product span.price ins {
    background: transparent;
    color: #1ed670; }
  .charity-products div.product span.price del {
    color: rgba(0, 0, 0, 0.15);
    opacity: 1; }

.charity-products .wrap-rate-price .star-rating {
  float: right;
  font-size: 14px;
  margin-bottom: 0; }
  .charity-products .wrap-rate-price .star-rating span {
    color: #ffd600; }

.charity-products .charity-product {
  margin-bottom: 35px; }
  @media screen and (max-width: 1199px) {
    .charity-products .charity-product {
      min-height: 300px; } }

.charity-products .wrap-filter {
  margin-bottom: 30px; }
  .charity-products .wrap-filter .woocommerce-result-count {
    margin: 0;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #000; }
  .charity-products .wrap-filter .woocommerce-ordering {
    margin: 0;
    background-color: #fff;
    border-radius: 50px;
    width: 215px;
    height: 30px;
    position: relative; }
    .charity-products .wrap-filter .woocommerce-ordering:before {
      content: '\f312';
      font-family: 'Material-Design-Iconic-Font';
      position: absolute;
      right: 15px;
      top: 7px;
      color: #000; }
    .charity-products .wrap-filter .woocommerce-ordering select {
      padding: 5px 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }

/*---- Single Shop ----*/
.single-product .site-content {
  padding: 0; }

.single-product #reviews #comments ol.commentlist li {
  display: block; }
  .single-product #reviews #comments ol.commentlist li .star-rating:before {
    color: #1ed670; }
  .single-product #reviews #comments ol.commentlist li .star-rating span {
    color: #1ed670; }

.single-product .related {
  border-top: 1px solid #e3e2e2;
  padding-top: 55px;
  margin-top: 100px; }
  .single-product .related .related--title {
    color: #000;
    font-size: 32px;
    font-family: 'brownbold';
    text-align: center;
    margin-bottom: 60px; }
  .single-product .related .product-thumbnail {
    position: relative;
    border-radius: 12px;
    overflow: hidden; }
    .single-product .related .product-thumbnail img {
      border-radius: 12px;
      width: 100%; }
  .single-product .related .info-product {
    padding-top: 19px; }
  .single-product .related .banner-top {
    margin-bottom: 30px; }
  .single-product .related .charity-onsale:before {
    content: '';
    border-color: #1ed670 transparent transparent #1ed670;
    border-style: solid;
    border-width: 30px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0; }
  .single-product .related .charity-onsale .title {
    position: absolute;
    left: 5px;
    top: 15px;
    z-index: 3;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transform: rotate(-45deg); }
  .single-product .related .product__link {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .single-product .related .woocommerce-loop-product__title {
    font-size: 18px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    transition: all 0.25s ease 0s;
    margin-bottom: 15px; }
    .single-product .related .woocommerce-loop-product__title:hover {
      color: #8224e3; }
  .single-product .related div.product span.price {
    color: #1ed670;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
    .single-product .related div.product span.price ins {
      background: transparent;
      color: #1ed670; }
    .single-product .related div.product span.price del {
      color: rgba(0, 0, 0, 0.15);
      opacity: 1; }
  .single-product .related .wrap-rate-price .star-rating {
    float: right;
    font-size: 14px;
    margin-bottom: 0; }
    .single-product .related .wrap-rate-price .star-rating span {
      color: #ffd600; }
  @media screen and (max-width: 1199px) {
    .single-product .related .charity-product {
      margin-bottom: 30px; } }

.single-product .comment-respond p.stars a:before {
  color: #1ed670; }

.single-product .comment-respond .comment-reply-title {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #000;
  padding-top: 20px;
  margin-bottom: 10px;
  display: inline-block; }

.single-product #respond input#submit {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 5px;
  border: 2px solid #1ed670;
  height: 46px;
  padding: 0 40px;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 42px;
  background-color: #1ed670;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .single-product #respond input#submit:hover, .single-product #respond input#submit:focus {
    background-color: #fff;
    color: #1ed670; }

.single-product #reviews #comments .woocommerce-Reviews-title {
  font-size: 28px; }

.single-product .wrap-product-infor {
  background-color: #ededed;
  padding-top: 30px;
  padding-bottom: 115px; }

@media screen and (min-width: 1300px) {
  .single-product .product-infor {
    margin: 0 -15px; } }

.single-product .woocommerce-message {
  margin: 0 -15px 30px; }
  @media screen and (min-width: 1300px) {
    .single-product .woocommerce-message {
      margin: 0 -45px 30px; } }
  .single-product .woocommerce-message .button {
    color: #fff;
    background-color: #1ed670;
    height: 35px;
    padding: 0 30px;
    border: 1px solid #1ed670;
    line-height: 33px;
    transition: all 0.25s ease 0s;
    font-family: "Open Sans", sans-serif; }
    .single-product .woocommerce-message .button:hover {
      color: #1ed670;
      background-color: #fff; }

.single-product .wrap-product-summary {
  background-color: #f6f5f5;
  padding-top: 113px;
  padding-bottom: 67px; }
  @media screen and (min-width: 1300px) {
    .single-product .wrap-product-summary .wrap-content {
      margin: 0 -30px; } }
  @media screen and (max-width: 991px) {
    .single-product .wrap-product-summary .wrap-content {
      padding: 0 15px; } }
  .single-product .wrap-product-summary .panel {
    background-color: transparent; }
  .single-product .wrap-product-summary .woocommerce-tabs {
    margin: 0 auto;
    max-width: 770px; }
    .single-product .wrap-product-summary .woocommerce-tabs #tab-description {
      text-align: center;
      box-shadow: none;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .single-product .wrap-product-summary .woocommerce-tabs #tab-description {
          text-align: left; } }
      .single-product .wrap-product-summary .woocommerce-tabs #tab-description .product_meta {
        padding-top: 73px; }
        .single-product .wrap-product-summary .woocommerce-tabs #tab-description .product_meta span {
          color: #000;
          font-size: 14px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400; }
        .single-product .wrap-product-summary .woocommerce-tabs #tab-description .product_meta .sku,
        .single-product .wrap-product-summary .woocommerce-tabs #tab-description .product_meta a {
          color: #999;
          font-size: 14px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400; }
        .single-product .wrap-product-summary .woocommerce-tabs #tab-description .product_meta a:hover {
          color: #1ed670; }

.single-product .woocommerce-tabs .wc-tabs {
  text-align: center;
  margin-bottom: 86px; }
  @media screen and (max-width: 767px) {
    .single-product .woocommerce-tabs .wc-tabs {
      text-align: left;
      margin-bottom: 26px; } }

.single-product .woocommerce-tabs li {
  display: inline-block;
  margin: 0 50px; }
  .single-product .woocommerce-tabs li a {
    color: rgba(0, 0, 0, 0.33);
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500; }
  .single-product .woocommerce-tabs li.active a, .single-product .woocommerce-tabs li:hover a {
    color: #1ed670; }
  .single-product .woocommerce-tabs li:first-child {
    margin-left: 0; }
  .single-product .woocommerce-tabs li:last-child {
    margin-right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-product .woocommerce-tabs li {
      margin: 0 20px; } }
  @media screen and (max-width: 767px) {
    .single-product .woocommerce-tabs li {
      display: block;
      line-height: 30px;
      margin: 0; } }

.single-product .woocommerce-breadcrumb {
  margin: 0 0 30px;
  background-color: #fff;
  border-radius: 12px;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  color: #999;
  font-size: 14px;
  font-family: "Open Sans", sans-serif; }
  .single-product .woocommerce-breadcrumb > span {
    display: inline-block;
    text-align: center;
    width: 35px; }
  .single-product .woocommerce-breadcrumb span,
  .single-product .woocommerce-breadcrumb a {
    color: #000;
    font-weight: 500; }
  .single-product .woocommerce-breadcrumb a:hover {
    color: #1ed670; }
  @media screen and (min-width: 1300px) {
    .single-product .woocommerce-breadcrumb {
      margin: 0 -45px 30px; } }
  @media (min-width: 991px) and (max-width: 1299px) {
    .single-product .woocommerce-breadcrumb {
      margin: 0 -15px 30px; } }
  @media screen and (max-width: 767px) {
    .single-product .woocommerce-breadcrumb {
      height: auto;
      line-height: 25px;
      padding: 15px; } }

.single-product .product-meta {
  text-align: center; }
  @media (min-width: 992px) and (max-width: 1299px) {
    .single-product .product-meta {
      margin-right: -15px; } }
  @media screen and (min-width: 1300px) {
    .single-product .product-meta {
      margin-right: -30px; } }
  .single-product .product-meta .product_title {
    font-size: 42px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 29px;
    margin-top: 8px; }
  .single-product .product-meta .product-share {
    padding-top: 30px; }
    .single-product .product-meta .product-share h4 {
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      color: #000;
      margin-bottom: 19px; }
    .single-product .product-meta .product-share li {
      display: inline-block;
      margin: 0 10px; }
      .single-product .product-meta .product-share li i {
        font-size: 28px; }
  .single-product .product-meta .variations_form {
    margin-top: 48px; }
  .single-product .product-meta .variations {
    text-align: left; }
    .single-product .product-meta .variations td {
      padding-bottom: 10px; }
    .single-product .product-meta .variations .label {
      color: #000;
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.03em;
      padding: 0;
      text-align: left; }
    .single-product .product-meta .variations .reset_variations {
      display: none !important; }
    .single-product .product-meta .variations .value {
      padding: 0; }
      .single-product .product-meta .variations .value select {
        border: 2px solid #000;
        border-radius: 12px;
        width: 100%;
        height: 39px;
        padding: 0 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        color: #000;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-weight: 500; }
    .single-product .product-meta .variations .tawcvs-swatches {
      padding: 0;
      line-height: 42px; }
      .single-product .product-meta .variations .tawcvs-swatches .swatch-color {
        width: 25px;
        height: 25px;
        position: relative;
        box-shadow: none;
        opacity: 1;
        margin-right: 30px; }
        .single-product .product-meta .variations .tawcvs-swatches .swatch-color:before {
          content: '';
          position: absolute;
          left: -6px;
          top: -6px;
          height: 35px;
          width: 35px;
          border-radius: 100px;
          background-color: transparent;
          border-width: 3px;
          border-style: solid;
          border-color: transparent;
          transition: all 0.25s ease 0s; }
        .single-product .product-meta .variations .tawcvs-swatches .swatch-color.selected.swatch, .single-product .product-meta .variations .tawcvs-swatches .swatch-color:hover {
          box-shadow: none; }
          .single-product .product-meta .variations .tawcvs-swatches .swatch-color.selected.swatch:before, .single-product .product-meta .variations .tawcvs-swatches .swatch-color:hover:before {
            border-color: #1ed670; }
  .single-product .product-meta .cart button.button.alt {
    padding: 0;
    margin-top: 30px;
    height: 60px;
    border-style: solid;
    border-width: 2px;
    border-color: #1ed670;
    background-color: #1ed670;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    width: 100%;
    transition: all 0.25s ease 0s;
    border-radius: 12px; }
    .single-product .product-meta .cart button.button.alt:hover {
      color: #1ed670;
      background-color: #fff; }
  .single-product .product-meta .price {
    line-height: normal;
    margin-bottom: 32px;
    color: #1ed670;
    font-size: 52px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif; }
    .single-product .product-meta .price ins {
      color: #1ed670;
      font-size: 52px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      background-color: transparent; }
    .single-product .product-meta .price del {
      font-size: 42px;
      color: rgba(0, 0, 0, 0.15);
      font-weight: 500;
      font-family: "Open Sans", sans-serif; }
  .single-product .product-meta .woocommerce-product-rating {
    margin-bottom: 21px; }
    .single-product .product-meta .woocommerce-product-rating .star-rating {
      margin: 0;
      float: none;
      display: inline-block;
      color: #ffd600; }
    .single-product .product-meta .woocommerce-product-rating .woocommerce-review-link {
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      color: #999999;
      position: relative;
      top: -2px; }
  .single-product .product-meta .description {
    color: #000;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 13px; }
  .single-product .product-meta .woocommerce-product-details__short-description {
    color: #999;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 22px; }

.single-product .product-infor .product-thumbnail {
  position: relative;
  border-radius: 12px;
  overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1299px) {
    .single-product .product-infor .product-thumbnail {
      margin-left: -15px; } }
  @media screen and (min-width: 1300px) {
    .single-product .product-infor .product-thumbnail {
      margin-left: -30px; } }
  .single-product .product-infor .product-thumbnail .charity-onsale:before {
    content: '';
    border-color: #1ed670 transparent transparent #1ed670;
    border-style: solid;
    border-width: 35px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0; }
  .single-product .product-infor .product-thumbnail .charity-onsale .title {
    position: absolute;
    left: 5px;
    top: 15px;
    z-index: 3;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transform: rotate(-45deg); }

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  border-radius: 12px; }

.single-product .flex-viewport {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px; }

.single-product .flex-control-nav {
  text-align: center; }
  .single-product .flex-control-nav li {
    max-width: 170px;
    margin: 0 15px 20px;
    display: inline-block; }
    @media screen and (max-width: 1299px) {
      .single-product .flex-control-nav li {
        max-width: 100px;
        margin: 0 5px 10px; } }
    @media screen and (min-width: 1200px) {
      .single-product .flex-control-nav li:first-child {
        margin-left: 0; }
      .single-product .flex-control-nav li:last-child {
        margin-right: 0; } }
  .single-product .flex-control-nav img {
    border-radius: 12px; }

/*---- Shop Cart ----*/
.charity-cart-empty {
  text-align: center; }
  .charity-cart-empty .cart-empty {
    color: #000;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500; }
  .charity-cart-empty a.button {
    color: #fff;
    background-color: #1ed670;
    height: 35px;
    padding: 0 30px;
    border: 1px solid #1ed670;
    line-height: 33px;
    transition: all 0.25s ease 0s;
    font-family: "Open Sans", sans-serif; }
    .charity-cart-empty a.button:hover {
      color: #1ed670;
      background-color: #fff; }

.woocommerce-cart .wrap-back-shop {
  margin-bottom: 10px; }
  .woocommerce-cart .wrap-back-shop a {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.33);
    font-family: "Open Sans", sans-serif;
    font-size: 18px; }
    .woocommerce-cart .wrap-back-shop a:hover {
      color: #1ed670; }

.woocommerce-cart .wrap-cart {
  max-width: 570px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px; }

.woocommerce-cart .wrap-action {
  max-width: 570px;
  margin: 0 auto; }
  .woocommerce-cart .wrap-action .go-shop,
  .woocommerce-cart .wrap-action .checkout-button {
    border-radius: 50px;
    border: 2px solid #1ed670;
    display: inline-block;
    height: 46px;
    line-height: 42px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center; }
    .woocommerce-cart .wrap-action .go-shop i,
    .woocommerce-cart .wrap-action .checkout-button i {
      margin: 0 8px; }
  .woocommerce-cart .wrap-action .go-shop {
    background-color: #fff;
    color: #1ed670;
    min-width: 185px; }
    .woocommerce-cart .wrap-action .go-shop:hover {
      color: #fff;
      background-color: #1ed670; }
  .woocommerce-cart .wrap-action .checkout-button {
    background-color: #1ed670;
    color: #fff;
    min-width: 370px; }
    .woocommerce-cart .wrap-action .checkout-button:hover {
      color: #1ed670;
      background-color: #fff; }

.woocommerce-cart .cart_totals table {
  margin: 0; }

.woocommerce-cart .cart-title {
  font-size: 42px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 60px; }

.woocommerce-cart .product-infor {
  text-align: left;
  position: relative;
  vertical-align: top !important;
  width: calc( 100% - 69px);
  display: inline-block; }
  .woocommerce-cart .product-infor .product-infor-price {
    position: absolute;
    bottom: 0;
    right: 0; }

.woocommerce-cart .wrap-bottom {
  border-top: 1px solid #e3e2e2; }
  .woocommerce-cart .wrap-bottom td {
    border: none;
    padding: 0;
    text-align: right;
    float: right; }
  .woocommerce-cart .wrap-bottom th {
    text-align: left;
    float: left; }
  .woocommerce-cart .wrap-bottom .cart-subtotal {
    padding: 20px 30px 18px;
    display: block; }
  .woocommerce-cart .wrap-bottom .order-total {
    background-color: #f9fafc;
    border-top: 1px solid #e3e2e2;
    padding: 3px 30px 4px;
    display: block; }
    .woocommerce-cart .wrap-bottom .order-total th {
      color: #0b002f;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 22px; }
    .woocommerce-cart .wrap-bottom .order-total td {
      color: #8224e3;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 22px; }

.woocommerce-cart .wrap-top {
  padding: 18px 30px 18px;
  border-bottom: 1px solid #e3e2e2; }
  .woocommerce-cart .wrap-top h4 {
    margin: 0;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #8224e3; }

.woocommerce-cart .product-infor-title {
  line-height: normal;
  margin-bottom: 5px; }
  .woocommerce-cart .product-infor-title a {
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #000; }
    .woocommerce-cart .product-infor-title a:hover {
      color: #1ed670; }

.woocommerce-cart .product-infor-qty {
  line-height: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans", sans-serif;
  font-weight: 500; }

.woocommerce-cart table.shop_table {
  border: none;
  padding: 0 30px;
  margin: 0; }
  .woocommerce-cart table.shop_table .cart_item {
    padding: 22px 0;
    display: block;
    border-bottom: 1px solid #edecec; }
    .woocommerce-cart table.shop_table .cart_item:last-child {
      border-bottom: 0; }
  .woocommerce-cart table.shop_table.charity-cart td {
    padding: 0;
    border: none; }
  .woocommerce-cart table.shop_table.charity-cart .product-infor {
    padding-left: 16px; }
  .woocommerce-cart table.shop_table.charity-cart .product-thumbnail {
    width: auto;
    text-align: left;
    display: inline-block; }
    .woocommerce-cart table.shop_table.charity-cart .product-thumbnail img {
      width: 65px;
      border-radius: 6px; }

/*---- Shop Checkout ----*/
.wrap-checkout .wrap-header-checkout {
  padding-bottom: 30px; }
  .wrap-checkout .wrap-header-checkout h3 {
    font-size: 42px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    display: inline-block; }
  .wrap-checkout .wrap-header-checkout .wrap-contact-checkout {
    float: right;
    color: #0f120b;
    position: relative;
    top: 13px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500; }
    .wrap-checkout .wrap-header-checkout .wrap-contact-checkout i {
      font-size: 16px;
      margin-right: 6px; }
    .wrap-checkout .wrap-header-checkout .wrap-contact-checkout p {
      display: inline-block;
      margin-bottom: 0; }
    .wrap-checkout .wrap-header-checkout .wrap-contact-checkout a {
      color: inherit; }
      .wrap-checkout .wrap-header-checkout .wrap-contact-checkout a:hover {
        color: #1ed670; }

.wrap-checkout .checkout-detail .woocommerce-info {
  border: 1px solid #d8d8d8;
  color: #8224e3;
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
  margin-bottom: 30px !important;
  line-height: 58px;
  background-color: transparent; }
  .wrap-checkout .checkout-detail .woocommerce-info:before {
    color: #8224e3;
    top: -2px !important;
    left: 30px !important;
    content: '\f126';
    font-family: "Material-Design-Iconic-Font"; }
  .wrap-checkout .checkout-detail .woocommerce-info a {
    color: #8224e3;
    position: relative; }
    .wrap-checkout .checkout-detail .woocommerce-info a:before {
      position: absolute;
      content: '';
      background-color: #8224e3;
      width: 0%;
      height: 1px;
      bottom: 0;
      -webkit-transition: width 0.25s ease 0s;
      transition: width 0.25s ease 0s; }
    .wrap-checkout .checkout-detail .woocommerce-info a:hover:before {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .wrap-checkout .checkout-detail .woocommerce-info {
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      line-height: normal; }
      .wrap-checkout .checkout-detail .woocommerce-info:before {
        top: 20px !important; } }

.woocommerce-checkout .site-content {
  background-color: #f9fafc; }

.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  position: relative;
  top: -3px; }

.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox span {
  padding-left: 20px; }

.woocommerce-checkout .step-checkout {
  padding-bottom: 58px;
  padding-top: 52px; }
  .woocommerce-checkout .step-checkout i {
    color: #8224e3;
    font-size: 22px;
    width: 40px;
    margin-right: 19px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #8224e3; }
  .woocommerce-checkout .step-checkout li {
    color: rgba(130, 36, 227, 0.87);
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    display: inline-block;
    margin-right: 50px; }
    .woocommerce-checkout .step-checkout li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1199px) {
      .woocommerce-checkout .step-checkout li {
        display: block;
        margin-bottom: 10px;
        margin-right: 0; } }
    .woocommerce-checkout .step-checkout li.bj-step-active i {
      color: #fff;
      background-color: #8224e3; }

.woocommerce-checkout a.button.pay,
.woocommerce-checkout a.button.wc-backward {
  height: 40px;
  background-color: #1ed670;
  border: 2px solid #1ed670;
  padding: 0 50px !important;
  margin-top: 0;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 36px;
  border-radius: 5px;
  transition: all 0.3s ease 0s; }
  .woocommerce-checkout a.button.pay:hover,
  .woocommerce-checkout a.button.wc-backward:hover {
    background-color: #fff;
    color: #1ed670; }

.woocommerce-checkout .checkout-detail {
  transition: all 0.3s ease 0s; }

@media screen and (min-width: 1520px) {
  .woocommerce-checkout .checkout-detail {
    margin-right: -120px; } }

@media (min-width: 1200px) and (max-width: 1519px) {
  .woocommerce-checkout .checkout-detail {
    margin-left: -100px; } }

@media screen and (min-width: 1200px) {
  .woocommerce-checkout .content-checkout {
    padding-right: 100px; } }

@media screen and (max-width: 991px) {
  .woocommerce-checkout .content-checkout {
    margin-bottom: 70px; } }

.woocommerce-checkout .woocommerce-checkout-review-order h3 {
  font-size: 18px;
  color: #8224e3;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 52px;
  padding: 0 30px; }

.woocommerce-checkout .woocommerce-checkout-review-order .wrap-content {
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  background-color: #fff !important; }

.woocommerce-checkout .woocommerce-checkout-review-order .wc_payment_methods {
  padding: 30px !important;
  border-top: 1px solid #d8d8d8; }
  .woocommerce-checkout .woocommerce-checkout-review-order .wc_payment_methods > li {
    line-height: 3.5 !important; }
  .woocommerce-checkout .woocommerce-checkout-review-order .wc_payment_methods img {
    width: auto; }

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  background-color: transparent !important; }

.woocommerce-checkout .woocommerce-checkout-review-order #payment #place_order {
  float: none;
  width: 100%;
  border-radius: 6px;
  border: 2px solid #1ed670;
  background-color: #1ed670;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease 0s;
  height: 46px;
  line-height: 42px;
  padding: 0 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500; }
  .woocommerce-checkout .woocommerce-checkout-review-order #payment #place_order:hover {
    color: #1ed670;
    background-color: #fff; }

.woocommerce-checkout .wrap-shiping-form {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background-color: #fff; }
  .woocommerce-checkout .wrap-shiping-form h3 {
    font-size: 18px;
    color: #1ed670;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    line-height: 52px;
    font-weight: 700;
    padding: 0 30px; }
  .woocommerce-checkout .wrap-shiping-form label {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #0b002f;
    font-weight: 500; }
  .woocommerce-checkout .wrap-shiping-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px; }
  .woocommerce-checkout .wrap-shiping-form .select2-container--default .select2-selection--single {
    height: 40px; }
  .woocommerce-checkout .wrap-shiping-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px; }
  .woocommerce-checkout .wrap-shiping-form .woocommerce-additional-fields {
    padding: 0 30px; }
    .woocommerce-checkout .wrap-shiping-form .woocommerce-additional-fields textarea {
      border-bottom: 1px solid #d8d8d8 !important;
      border-left: none !important;
      border-right: none !important;
      border-top: none !important;
      height: 50px;
      padding: 0 !important;
      width: 100%; }
      .woocommerce-checkout .wrap-shiping-form .woocommerce-additional-fields textarea::-webkit-input-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
      .woocommerce-checkout .wrap-shiping-form .woocommerce-additional-fields textarea::-moz-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
      .woocommerce-checkout .wrap-shiping-form .woocommerce-additional-fields textarea:-moz-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
      .woocommerce-checkout .wrap-shiping-form .woocommerce-additional-fields textarea:-ms-input-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
  .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields {
    padding: 12px 30px 38px;
    border-top: 1px solid #d8d8d8; }
    .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='text'],
    .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='tel'],
    .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='email'] {
      border-bottom: 1px solid #d8d8d8 !important;
      border-left: none !important;
      border-right: none !important;
      border-top: none !important;
      height: 40px;
      padding: 0 !important;
      width: 100%;
      border-radius: 0; }
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='text']::-webkit-input-placeholder,
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='tel']::-webkit-input-placeholder,
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='email']::-webkit-input-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='text']::-moz-placeholder,
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='tel']::-moz-placeholder,
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='email']::-moz-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='text']:-moz-placeholder,
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='tel']:-moz-placeholder,
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='email']:-moz-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='text']:-ms-input-placeholder,
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='tel']:-ms-input-placeholder,
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields input[type='email']:-ms-input-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
    @media screen and (max-width: 767px) {
      .woocommerce-checkout .wrap-shiping-form .woocommerce-shipping-fields {
        padding-right: 10px;
        padding-left: 10px; } }

.woocommerce-checkout .wrap-content-checkout .owl-carousel {
  padding-bottom: 76px; }

.woocommerce-checkout .wrap-content-checkout .woocommerce-info {
  margin-bottom: 30px !important; }

.woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input[type='text'],
.woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input[type='password'] {
  border: 1px solid #d8d8d8;
  height: 41px;
  display: block;
  border-radius: 6px;
  padding: 0 25px;
  width: 100%; }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input[type='text']::-webkit-input-placeholder,
  .woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input[type='password']::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.68);
    letter-spacing: 0.05em;
    font-size: 14px;
    font-family: "averta-regular";
    opacity: 1;
    font-style: italic; }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input[type='text']::-moz-placeholder,
  .woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input[type='password']::-moz-placeholder {
    color: rgba(68, 68, 68, 0.68);
    letter-spacing: 0.05em;
    font-size: 14px;
    font-family: "averta-regular";
    opacity: 1;
    font-style: italic; }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input[type='text']:-moz-placeholder,
  .woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input[type='password']:-moz-placeholder {
    color: rgba(68, 68, 68, 0.68);
    letter-spacing: 0.05em;
    font-size: 14px;
    font-family: "averta-regular";
    opacity: 1;
    font-style: italic; }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input[type='text']:-ms-input-placeholder,
  .woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input[type='password']:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.68);
    letter-spacing: 0.05em;
    font-size: 14px;
    font-family: "averta-regular";
    opacity: 1;
    font-style: italic; }

.woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input.button {
  height: 40px;
  background-color: #1ed670;
  border: 1px solid #1ed670;
  padding: 0 30px !important;
  margin-top: 0;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 40px;
  border-radius: 5px;
  transition: all 0.3s ease 0s; }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-form-login input.button:hover {
    background-color: #fff;
    color: #1ed670; }

.woocommerce-checkout .wrap-content-checkout form .form-row {
  padding: 0;
  margin-bottom: 14px; }

.woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields {
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08); }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields #ship-to-different-address {
    position: absolute;
    bottom: 24px; }
    .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields #ship-to-different-address .woocommerce-form__checkbox {
      margin: 0; }
    .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields #ship-to-different-address .woocommerce-form__input {
      margin-left: 0;
      position: relative;
      top: 3px;
      height: 20px;
      width: 20px; }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px; }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single {
    height: 40px; }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px; }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields label {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #0b002f; }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields h3 {
    font-size: 18px;
    color: #8224e3;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 52px;
    padding: 0 30px; }
  .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    padding: 12px 30px 38px;
    border-top: 1px solid #d8d8d8; }
    .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='text'],
    .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='tel'],
    .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='email'] {
      border-bottom: 1px solid #d8d8d8 !important;
      border-left: none !important;
      border-right: none !important;
      border-top: none !important;
      height: 40px;
      padding: 0 !important;
      width: 100%;
      border-radius: 0; }
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='text']::-webkit-input-placeholder,
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='tel']::-webkit-input-placeholder,
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='email']::-webkit-input-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='text']::-moz-placeholder,
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='tel']::-moz-placeholder,
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='email']::-moz-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='text']:-moz-placeholder,
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='tel']:-moz-placeholder,
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='email']:-moz-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='text']:-ms-input-placeholder,
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='tel']:-ms-input-placeholder,
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type='email']:-ms-input-placeholder {
        color: rgba(11, 0, 47, 0.87);
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: "averta-regular";
        opacity: 1;
        font-style: italic; }
    @media screen and (max-width: 767px) {
      .woocommerce-checkout .wrap-content-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
        padding-left: 10px;
        padding-right: 10px; } }

.woocommerce-checkout .wrap-content-checkout .owl-prev,
.woocommerce-checkout .wrap-content-checkout .owl-next {
  position: absolute;
  bottom: 0;
  display: inline-block;
  border-radius: 6px;
  border: 2px solid #1ed670;
  background-color: #1ed670;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease 0s;
  height: 46px;
  line-height: 42px;
  padding: 0 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500; }
  .woocommerce-checkout .wrap-content-checkout .owl-prev:hover,
  .woocommerce-checkout .wrap-content-checkout .owl-next:hover {
    color: #1ed670;
    background-color: #fff; }

.woocommerce-checkout .wrap-content-checkout .owl-next {
  right: 0; }

.woocommerce-checkout .wrap-review-order .woocommerce-checkout-review-order {
  border: 1px solid #d8dadf;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden; }

.woocommerce-checkout .wrap-review-order h3 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #8224e3;
  line-height: 52px; }

.woocommerce-checkout .wrap-review-order .review-order {
  border-top: 1px solid #d8dadf;
  border-bottom: 1px solid #d8dadf;
  padding: 10px 30px 0; }

.woocommerce-checkout .wrap-review-order .subtotal {
  padding-top: 16px; }
  .woocommerce-checkout .wrap-review-order .subtotal .cart-subtotal,
  .woocommerce-checkout .wrap-review-order .subtotal .cart-discount,
  .woocommerce-checkout .wrap-review-order .subtotal .fee,
  .woocommerce-checkout .wrap-review-order .subtotal .tax-total,
  .woocommerce-checkout .wrap-review-order .subtotal .shiping {
    padding: 0 30px;
    line-height: 43px; }
    .woocommerce-checkout .wrap-review-order .subtotal .cart-subtotal h5,
    .woocommerce-checkout .wrap-review-order .subtotal .cart-discount h5,
    .woocommerce-checkout .wrap-review-order .subtotal .fee h5,
    .woocommerce-checkout .wrap-review-order .subtotal .tax-total h5,
    .woocommerce-checkout .wrap-review-order .subtotal .shiping h5 {
      color: #0b002f;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 0;
      display: inline-block; }
    .woocommerce-checkout .wrap-review-order .subtotal .cart-subtotal .woocommerce-Price-amount,
    .woocommerce-checkout .wrap-review-order .subtotal .cart-discount .woocommerce-Price-amount,
    .woocommerce-checkout .wrap-review-order .subtotal .fee .woocommerce-Price-amount,
    .woocommerce-checkout .wrap-review-order .subtotal .tax-total .woocommerce-Price-amount,
    .woocommerce-checkout .wrap-review-order .subtotal .shiping .woocommerce-Price-amount {
      float: right;
      color: #0b002f;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      font-size: 18px; }
  .woocommerce-checkout .wrap-review-order .subtotal .order-total {
    border-top: 1px solid #d8dadf;
    padding: 0 30px;
    line-height: 48px;
    background-color: #f9fafc;
    margin-top: 12px; }
    .woocommerce-checkout .wrap-review-order .subtotal .order-total h5 {
      font-size: 22px;
      color: #0b002f;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      display: inline-block;
      margin-bottom: 0; }
    .woocommerce-checkout .wrap-review-order .subtotal .order-total span.woocommerce-Price-amount {
      float: right;
      color: #8224e3;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 22px; }

.woocommerce-checkout .wrap-review-order .order-item {
  border-bottom: 1px dashed #d8dadf;
  padding-bottom: 22px;
  padding-top: 23px;
  position: relative; }
  .woocommerce-checkout .wrap-review-order .order-item:last-child {
    border-bottom: none; }
  .woocommerce-checkout .wrap-review-order .order-item .thumbnail-product {
    max-width: 62px;
    overflow: hidden;
    border-radius: 6px;
    float: left; }
    @media screen and (max-width: 599px) {
      .woocommerce-checkout .wrap-review-order .order-item .thumbnail-product {
        float: none;
        margin-bottom: 20px; } }
  .woocommerce-checkout .wrap-review-order .order-item h5 {
    font-size: 18px;
    color: #0f120b;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 4px; }
  .woocommerce-checkout .wrap-review-order .order-item p {
    font-size: 14px;
    color: rgba(15, 18, 11, 0.48);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 1px; }
  .woocommerce-checkout .wrap-review-order .order-item .cart-info span {
    font-size: 14px;
    color: rgba(15, 18, 11, 0.87);
    font-family: "Open Sans", sans-serif;
    font-weight: 500; }
  .woocommerce-checkout .wrap-review-order .order-item .product-total {
    position: absolute;
    bottom: 22px;
    right: 0px; }
  .woocommerce-checkout .wrap-review-order .order-item .cart-info {
    width: calc( 100% - 141px);
    float: left;
    padding-left: 28px; }
    @media screen and (max-width: 599px) {
      .woocommerce-checkout .wrap-review-order .order-item .cart-info {
        float: none;
        padding-left: 0;
        width: calc( 100% - 100px); } }
  .woocommerce-checkout .wrap-review-order .order-item .product-total span {
    font-size: 18px;
    color: #0b002f;
    font-family: "Open Sans", sans-serif;
    font-weight: 500; }

@media screen and (min-width: 768px) {
  .social-media--left {
    text-align: left; }
  .social-media--center {
    text-align: center; }
  .social-media--right {
    text-align: right; } }

@media screen and (max-width: 767px) {
  .sticky_logo {
    display: block !important;
    width: 320px;
    max-width: 84%; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .sticky_logo {
    display: block !important;
    width: 320px;
    max-width: 84%; } }

@media screen and (max-width: 767px) {
  #cshero-menu-mobile.menu-mobile {
    font-size: 30px;
    top: 48%;
    right: 0%;
    left: unset; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #cshero-menu-mobile.menu-mobile {
    font-size: 28px;
    top: 48%;
    right: 0;
    left: unset; } }

@media screen and (max-width: 767px) {
  .right-header {
    display: block; }
    .right-header a.cshcs-donate {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .right-header .cshcs-donate {
    margin-right: 50px; } }

@media screen and (max-width: 991px) {
  .main_logo {
    display: none; } }

#profile-edit-iframe {
  width: 100%;
  height: 4500px; }
  @media screen and (min-width: 768px) {
    #profile-edit-iframe {
      height: 4250px; } }
  @media screen and (min-width: 992px) {
    #profile-edit-iframe {
      height: 3750px; } }

#wpbody-content {
  padding: 0; }

.pmp__profile-photo {
  max-width: 100%; }

.pmp__link {
  color: #1ed670; }
  .pmp__link:hover, .pmp__link:active {
    text-decoration: underline; }

.pmp-directory__member {
  margin: 20px auto;
  width: 150px;
  display: block; }

.pmp-directory__link {
  display: block;
  text-align: center; }
  .pmp-directory__link:hover .pmp-directory__image {
    opacity: 1; }

.pmp-directory__name {
  margin-top: 10px;
  color: #1ed670;
  margin-bottom: 0; }

.pmp-directory__city, .pmp-directory__private {
  margin-top: 0;
  font-size: 12px;
  margin-bottom: 0; }

.pmp-directory__image {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  opacity: 0.85;
  transition: all 0.5s ease-in-out; }

@media screen and (min-width: 768px) {
  .pmpro_checkout-fields .pmpro_checkout-field-username {
    width: 48%; }
  .pmpro_checkout-fields .pmpro_checkout-field-password,
  .pmpro_checkout-fields .pmpro_checkout-field-password2,
  .pmpro_checkout-fields .pmpro_checkout-field-bemail,
  .pmpro_checkout-fields .pmpro_checkout-field-bconfirmemail {
    width: 48%;
    display: inline-block;
    vertical-align: top; } }

#pmpro_checkout_box-contact .pmpro_checkout-fields > div {
  width: 31%;
  display: inline-block;
  vertical-align: top; }

#pmpro_checkout_box-address #address_line_1_div,
#pmpro_checkout_box-address #address_line_2_div {
  width: 48%;
  display: inline-block;
  vertical-align: top; }

#pmpro_checkout_box-address #address_city_div,
#pmpro_checkout_box-address #address_state_div,
#pmpro_checkout_box-address #address_zip_div {
  width: 31%;
  display: inline-block;
  vertical-align: top; }

.pmpro_form select {
  border: 1px solid #ededed;
  transition: all 0.3s ease 0s;
  border-radius: 12px;
  width: 100%;
  padding: 7px 12px;
  background: white;
  height: 41px;
  -webkit-appearance: none;
  -moz-appearance: none; }

form.pmpro_form .pmprorh_checkbox_span label {
  font-weight: normal; }

span.divider {
  color: #1ed670;
  display: none; }
  @media screen and (min-width: 992px) {
    span.divider {
      display: inline-block; } }

.btn.btn-edit {
  background: #1ed670;
  color: white;
  border-radius: 50px; }
  .btn.btn-edit:hover {
    opacity: 0.75; }

.btn.btn-directory {
  background: #8224e3;
  color: white;
  border-radius: 50px;
  margin-left: 20px; }
  .btn.btn-directory:hover {
    opacity: 0.75; }

.btn.btn-danger {
  border-radius: 50px;
  margin-left: 20px; }
  .btn.btn-danger:hover {
    opacity: 0.75; }

.footer-menu .user-link,
.footer-menu .logout-link {
  display: none !important; }

.edit-profile {
  position: relative;
  border-radius: 50%;
  display: block;
  margin: auto;
  overflow: hidden;
  width: 150px;
  height: 150px; }
  .edit-profile span {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    left: 0;
    font-size: 12px;
    color: #fafafa;
    display: block;
    padding: 5px 0;
    transition: all .25s; }
  .edit-profile:hover span {
    padding: 65px 0; }

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

.wrap-cta .wrap-subscribe {
  margin-left: 0; }

.wrap-cta h4 {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  #cms-grid .cms-grid {
    display: flex;
    justify-content: space-between; } }

.team-content div.cms-grid-media a {
  pointer-events: none; }

.team-content div.cms-grid-media:hover {
  background-color: transparent !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; }
  .team-content div.cms-grid-media:hover img {
    opacity: 1 !important; }

/*# sourceMappingURL=static.css.map */