/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Document Setup
	2.1 - Typography
	2.2 - Links
	2.3 - Heading
	2.4 - Base
	2.5 - Content
	2.6 - Table
	2.7 - Form
	2.8 - Accessibility
3.0 - Site Structure
	3.1 - Header
	3.2 - Main Content
	3.3 - Footer
4.0 - Posts
5.0 - Pages
	5.1 - Page Title & Breadcrumb
	5.2 - Blog
	5.3 - Portfolio
	5.4 - Shop
	5.5 - Author Page
	5.6 - Archive
	5.7 - Search
6.0 - Shortcodes
	6.1 - Button
	6.2 - Dropcaps
	6.3 - HighLight
	6.4 - Custom heading
7.0 - Widgets
8.0 - Support
	8.1 - OWL carousel
	8.2 - Magnific Popup CSS
9.0 - Responsive
/*------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
/*--------------------------------------------------------------
3.0 Structure
--------------------------------------------------------------*/
/*------------------------------
	3.2 Main Content
------------------------------*/
/* 
------------------------------*/
/*------------------------------
	3.3 Footer
------------------------------*/
/* mail chimp */
/* Navigation Menu */
/*--------------------------------------------------------------
4.0 Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Pages
--------------------------------------------------------------*/
/*------------------------------
	5.1 Page title & Breadcrum
------------------------------*/
/* Page title
------------------------------*/
/*------------------------------
	5.5 Author Page
------------------------------*/
/*------------------------------
	5.6 Archive
------------------------------*/
/*--------------------------------------------------------------
6.0 Shortcodes
--------------------------------------------------------------*/
/*------------------------------
	6.1 Buttons
------------------------------*/
/*--------------------------------------------------------------
4.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 Supports
--------------------------------------------------------------*/
/**
   * Remove all paddings around the image on small screen
   */
#cshero-header-logo img {
  max-height: 60px; }

.sticky-desktop.header-fixed {
  position: fixed; }

html {
  font-size: 62.5%; }

body, button, input, select, textarea {
  font-size: 15px;
  line-height: 1.6;
  position: relative; }

body {
  background: #fff;
  font-size: 16px;
  line-height: 1.875;
  color: #898989; }

pre, code, input, textarea {
  font: inherit; }

::-moz-selection {
  background: #fbf18e;
  color: #2a2b2f; }

::selection {
  background: #fbf18e;
  color: #2a2b2f;
  /*------------------------------
	2.2 Links
------------------------------*/ }

a {
  color: #666;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*------------------------------
	2.3 Heading
------------------------------*/ }
  a:hover, a:active, a:focus {
    color: #f83730;
    outline: none;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  margin: 10px 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #666;
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
      color: #f83730; }

h1 {
  margin: 40px 0 18px 0;
  font-size: 60px; }

h2 {
  margin: 27px 0 18px 0;
  font-size: 36px; }

h3 {
  letter-spacing: normal;
  margin: 26px 0 18px 0;
  font-size: 24px; }

h4 {
  letter-spacing: normal;
  margin: 21px 0 13px 0;
  font-size: 18px; }

h5 {
  letter-spacing: normal;
  margin: 18px 0 13px 0;
  font-size: 16px; }

h6 {
  letter-spacing: normal;
  margin: 18px 0 13px 0;
  font-size: 14px;
  /*------------------------------
	2.4 Base
------------------------------*/ }

address, caption, cite, code, dfn, th, var {
  font-weight: 400; }

a, abbr, acronym, address, applet, b, big, body, 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;
  /*------------------------------
	2.5 Content
------------------------------*/ }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

b, strong {
  font-weight: bold; }

blockquote {
  clear: both;
  padding: 10px 20px;
  padding-left: 30px;
  margin: 0 0 20px;
  border-left: 3px solid #eee;
  font-style: normal;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 32px;
  color: #666;
  font-weight: 300; }
  blockquote p {
    line-height: 1.5;
    font-size: 21px; }
  blockquote cite {
    font-style: normal;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 400; }
  blockquote .small, blockquote footer, blockquote small {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #7e8082;
    font-style: normal; }

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; }

abbr, acronym, dfn {
  cursor: help;
  font-size: 0.95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #eee;
  letter-spacing: 1px; }

mark {
  background-color: #fff9c0;
  text-decoration: none; }

small {
  font-size: 85%; }

big {
  font-size: 125%; }

.icon-list {
  list-style-type: none;
  margin-left: 24px;
  padding-left: 0; }
  .icon-list li {
    position: relative; }
  .icon-list > li [class*=" fa-"] {
    position: absolute;
    left: -21px;
    text-align: center;
    top: 4px;
    width: 14px; }

audio, video {
  max-width: 100%;
  width: 100%;
  /*------------------------------
	2.6 Table
------------------------------*/
  /* table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-collapse: collapse;
    border-spacing: 0;
}

table > thead > tr > th, 
table > tbody > tr > th, 
table > tfoot > tr > th, 
table > thead > tr > td, 
table > tbody > tr > td, 
table > tfoot > tr > td {
    border: 1px solid #eee;
    line-height: 1.42857;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

table > thead > tr > th, table > thead > tr > td {
    border-bottom-width: 2px;
    font-weight: bold;
} */
  /*------------------------------
	2.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; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px; }

input, textarea, input[type="submit"]:focus {
  outline: 0 none; }

input, textarea, select, .login-select, .form-control {
  border: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: transparent;
  color: #666;
  font-size: 14px;
  margin: 0;
  outline: medium none;
  padding: 8px 14px;
  height: 40px;
  background-color: #fff; }

.form-control {
  box-shadow: none; }
  .form-control:focus {
    border-color: #f83730;
    box-shadow: none; }

body {
  /*------------------------------
	2.8 Accessibility
------------------------------*/
  /* Text meant only for screen readers */ }
  body input[type=text], body input[type=email], body input[type=password], body input[type=phone] {
    border-radius: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  border-radius: 3px;
  clip: auto !important;
  color: #666;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 1.7em;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar */
  z-index: 100000;
  /* Define
------------------------------*/ }

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

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

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

.site {
  overflow: hidden;
  /* Topbar */ }

.gv-topbar-wrap {
  /*------------------------------
	3.1 Header
------------------------------*/ }
  .gv-topbar-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .gv-topbar-wrap .topbar-left, .gv-topbar-wrap .topbar-right {
    height: 100px; }
  .gv-topbar-wrap .social-indiv-wrap {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
    .gv-topbar-wrap .social-indiv-wrap .social-indiv-inner li {
      padding-right: 18px;
      float: left; }
      .gv-topbar-wrap .social-indiv-wrap .social-indiv-inner li:last-child {
        padding-right: 0; }
      .gv-topbar-wrap .social-indiv-wrap .social-indiv-inner a {
        color: #000;
        font-size: 16px; }
      .gv-topbar-wrap .social-indiv-wrap .social-indiv-inner a:hover, .gv-topbar-wrap .social-indiv-wrap .social-indiv-inner a:focus {
        color: #f83730; }
  .gv-topbar-wrap .topbar-right ul {
    list-style: none;
    height: 100%;
    display: table; }
    .gv-topbar-wrap .topbar-right li {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      padding-left: 50px;
      padding-right: 48px;
      position: relative;
      color: #666;
      line-height: 1; }
      .gv-topbar-wrap .topbar-right li.email:before {
        content: '\f199';
        font-family: fontawesome;
        font-size: 35px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .gv-topbar-wrap .topbar-right li.phone:before {
        content: '\f098';
        font-family: fontawesome;
        font-size: 35px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .gv-topbar-wrap .topbar-right li.donate {
        padding: 0; }
      .gv-topbar-wrap .topbar-right li span {
        font-size: 20px;
        line-height: 1;
        display: block; }
      .gv-topbar-wrap .topbar-right li small {
        font-size: 12px;
        line-height: 1; }
  @media screen and (max-width: 991px) {
  .gv-topbar-wrap .topbar-left, .gv-topbar-wrap .topbar-right {
    height: 60px; }
  .gv-topbar-wrap .topbar-right .email, .gv-topbar-wrap .topbar-right .phone {
    display: none; } }
  @media screen and (max-width: 480px) {
  .gv-topbar-wrap {
    display: none; } }

.site-header {
  background: #f1f1f1;
  position: relative; }
  .site-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .site-header .container {
    position: relative; }
  .site-header .site-branding, .site-header #cshero-header-navigation {
    height: 100%;
    display: table; }
  .site-header .main_logo, .site-header .giving-phone-icon {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative; }
    .site-header .main_logo a, .site-header .giving-phone-icon a {
      display: inline-block; }

.cshero-main-header {
  height: 100px; }
  .cshero-main-header > .container, .cshero-main-header #cshero-header-navigation, .cshero-main-header .main-navigation, .cshero-main-header .menu-main-menu {
    height: 100%;
    /* Sticky */ }
  .cshero-main-header.fixed-big {
    position: fixed;
    width: 100%;
    z-index: 990;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }

.widget_cart_search_wrap {
  position: relative; }
  .widget_cart_search_wrap .header-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    position: relative; }
    .widget_cart_search_wrap .header-icon .cart_total {
      background: #f83730;
      border-radius: 50%;
      font-size: 12px;
      height: 18px;
      line-height: 18px;
      position: absolute;
      right: -7px;
      top: 0;
      width: 20px;
      color: #fff !important; }
  .widget_cart_search_wrap .icon_cart_wrap:hover span, .widget_cart_search_wrap .icon_cart_wrap:focus span {
    color: #fff !important; }

@media screen and (min-width: 992px) {
  .site-branding .widget_cart_search_wrap {
    display: none;
    visibility: hidden; } }

@media screen and (max-width: 991px) {
  .site-branding {
    width: 100%;
    float: none !important; }
    .site-branding:before, .site-branding:after {
      content: '';
      display: table;
      overflow: hidden; }
    .site-branding .widget_cart_search_wrap {
      display: inline-block; }

  #cshero-header-navigation .widget_cart_search_wrap {
    display: none;
    visibility: hidden; } }

.cshero-popup-search {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 10001;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  /* Primary menu
------------------------------*/ }
  .cshero-popup-search.open {
    opacity: 1;
    visibility: visible; }
  .cshero-popup-search .cshero-search-inner {
    position: relative;
    top: 50%;
    transform: translate(0px, -50%); }
    .cshero-popup-search .cshero-search-inner .searchform {
      position: relative; }
      .cshero-popup-search .cshero-search-inner .searchform input[type="text"] {
        background-color: transparent;
        border: medium none;
        color: #fff;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        height: 75px;
        box-shadow: none;
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms; }
      .cshero-popup-search .cshero-search-inner .searchform input[type="text"]::-webkit-input-placeholder {
        color: #fff;
        opacity: 1; }
      .cshero-popup-search .cshero-search-inner .searchform input[type="text"]:-moz-placeholder {
        color: #fff;
        opacity: 1; }
      .cshero-popup-search .cshero-search-inner .searchform input[type="text"]::-moz-placeholder {
        color: #fff;
        opacity: 1; }
      .cshero-popup-search .cshero-search-inner .searchform input[type="text"]:-ms-input-placeholder {
        color: #fff;
        opacity: 1; }
      .cshero-popup-search .cshero-search-inner .searchform input[type="text"]:hover, .cshero-popup-search .cshero-search-inner .searchform input[type="text"]:focus {
        border-bottom-color: rgba(255, 255, 255, 0.8); }
      .cshero-popup-search .cshero-search-inner .searchform .searchsubmit {
        background-color: transparent;
        border: medium none;
        height: 50px;
        width: 50px;
        position: absolute;
        right: 0;
        top: auto;
        bottom: 10px;
        z-index: 99;
        font-size: 30px;
        color: #fff;
        -webkit-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms; }
      .cshero-popup-search .cshero-search-inner .searchform .searchsubmit:hover, .cshero-popup-search .cshero-search-inner .searchform .searchsubmit:focus {
        color: #f83730; }
    @media screen and (max-width: 480px) {
  .cshero-popup-search .cshero-search-inner .searchform input[type="text"] {
    font-size: 15px;
    height: 40px; }
    .cshero-popup-search .cshero-search-inner .searchform .searchsubmit {
      width: 40px;
      height: 40px;
      line-height: 40px;
      bottom: 0;
      font-size: 15px; } }

@media screen and (min-width: 992px) {
  /* For add widget to mega menu */
    #site-navigation, .widget_cart_search_wrap {
      display: table-cell;
      vertical-align: middle; }
    .menu-primary-menu-container {
      height: 100%; }
    .main-navigation .menu-main-menu > li > a.is-one-page {
      /* End */ }
      .main-navigation .menu-main-menu > li > a.is-one-page:hover, .main-navigation .menu-main-menu > li > a.is-one-page:focus, .main-navigation .menu-main-menu > li > a.is-one-page.current {
        color: #f83730; }
      .main-navigation .menu-main-menu li .cs-menu-toggle {
        position: absolute;
        top: 50%;
        right: 10px;
        display: none;
        font-size: 15px;
        line-height: 1;
        color: #d3d3d3;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .main-navigation .menu-main-menu > ul {
        margin: 0;
        padding: 0;
        display: table;
        height: 100%; }
      .main-navigation .menu-main-menu > ul > li {
        display: table-cell;
        float: none;
        height: 100%;
        vertical-align: middle; }
        .main-navigation .menu-main-menu > ul > li.current_page_item > a {
          color: #f83730; }
    .main-navigation .menu-main-menu {
      margin: 0;
      padding: 0;
      display: table;
      height: 100%;
      /* Start Mega Menu */ }
      .main-navigation .menu-main-menu > li {
        display: table-cell;
        float: none !important;
        height: 100%;
        vertical-align: middle; }
      .main-navigation .menu-main-menu > li.current_page_item > a, .main-navigation .menu-main-menu > li.current-menu-ancestor > a {
        color: #f83730; }
      .main-navigation .menu-main-menu > li.menu-item-has-children > a:after {
        content: '\f107';
        display: inline-block;
        font-family: fontawesome;
        color: inherit;
        position: relative;
        top: 1px;
        padding-left: 7px; }
      .main-navigation .menu-main-menu > li.no_group:hover a:before {
        background: rgba(0, 0, 0, 0);
        bottom: 0px;
        content: '';
        display: block;
        height: 23px;
        left: 0;
        position: absolute;
        width: 100%; }
      .main-navigation .menu-main-menu li {
        position: relative;
        margin: 0;
        text-align: left;
        float: left;
        list-style: none; }
      .main-navigation .menu-main-menu li a {
        color: #fff;
        line-height: 24px;
        white-space: nowrap;
        padding: 15px;
        font-size: 13px;
        outline: none;
        display: inline-block;
        text-decoration: none; }
        .main-navigation .menu-main-menu li a:hover, .main-navigation .menu-main-menu li a:focus {
          outline: none;
          color: #f83730; }
        .main-navigation .menu-main-menu li a span {
          position: relative;
          display: inline; }
      .main-navigation .menu-main-menu li li {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: 24px;
        width: 100%; }
        .main-navigation .menu-main-menu li li a {
          color: #666;
          display: block;
          min-width: 160px;
          padding: 9px 9px 9px 0;
          text-decoration: none; }
          .main-navigation .menu-main-menu li li a:hover, .main-navigation .menu-main-menu li li a:focus {
            color: #f83730;
            padding-left: 5px;
            -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s; }
        .main-navigation .menu-main-menu li li.current-menu-item a {
          color: #fff; }
        .main-navigation .menu-main-menu li li .cs-menu-toggle {
          display: block;
          color: #666; }
        .main-navigation .menu-main-menu li li.current-menu-item > a {
          color: #f83730;
          padding-left: 5px; }
      .main-navigation .menu-main-menu li:hover, .main-navigation .menu-main-menu li:focus {
        z-index: 100; }
        .main-navigation .menu-main-menu li:hover > ul, .main-navigation .menu-main-menu li:focus > ul {
          border-left: 0;
          clip: inherit;
          pointer-events: inherit;
          visibility: visible;
          opacity: 1;
          display: block;
          top: 100%;
          -webkit-transition: all 300ms ease 0s;
          transition: all 300ms ease 0s; }
      .main-navigation .menu-main-menu li ul {
        background: #fff;
        left: 0;
        padding: 10px 10px 10px 24px;
        margin: 0;
        pointer-events: none;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: 130%;
        min-width: 200px;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out; }
    #cshero-header-navigation .main-navigation {
      /* End Start Mega Menu */
      /* Menu Stick Wall */ }
      #cshero-header-navigation .main-navigation .columns2 > li:nth-of-type(2n+1), #cshero-header-navigation .main-navigation .columns3 > li:nth-child(3n+1), #cshero-header-navigation .main-navigation .columns4 > li:nth-child(4n+1), #cshero-header-navigation .main-navigation .columns5 > li:nth-child(5n+1) {
        clear: left;
        border-right: 0px solid transparent; }
      #cshero-header-navigation .main-navigation .columns5 > li {
        width: 20% !important; }
      #cshero-header-navigation .main-navigation .columns4 > li {
        width: 25% !important; }
      #cshero-header-navigation .main-navigation .columns3 > li {
        width: 33.3344% !important; }
      #cshero-header-navigation .main-navigation .columns2 > li {
        width: 50% !important; }
      #cshero-header-navigation .main-navigation [class*="columns"] > li {
        float: left; }
      #cshero-header-navigation .main-navigation [class*="columns"] > li > a {
        width: 100%; }
      #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width {
        position: inherit; }
      #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu {
        left: 0;
        margin: 0 auto;
        right: 0;
        width: calc(100% - 30px) !important;
        z-index: 999; }
      #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu .sub-menu {
        background-color: transparent;
        padding: 0; }
      #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_left.sub-menu, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.autodrop_submenu.sub-menu {
        left: 0;
        right: auto;
        margin: auto; }
      #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_left.sub-menu .sub-menu, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.autodrop_submenu.sub-menu .sub-menu {
        background-color: transparent;
        padding: 0; }
      #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu {
        left: auto;
        right: 0px;
        margin: auto; }
      #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu .sub-menu {
        background-color: transparent;
        padding: 0; }
      #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_center.sub-menu {
        left: 50%;
        margin: auto;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%); }
      #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_center.sub-menu .sub-menu {
        background-color: transparent;
        padding: 0; }
      #cshero-header-navigation .main-navigation li.group > ul.sub-menu {
        display: block;
        float: left;
        left: 0;
        position: relative;
        width: 100%;
        height: inherit; }
      #cshero-header-navigation .main-navigation ul.multicolumn {
        padding: 10px 0px 20px !important; }
      #cshero-header-navigation .main-navigation ul.multicolumn > li {
        padding-left: 24px;
        padding-right: 15px; }
        #cshero-header-navigation .main-navigation ul.multicolumn > li > a {
          padding: 0; }
          #cshero-header-navigation .main-navigation ul.multicolumn > li > a span.menu-title {
            color: #666;
            font-size: 16px;
            line-height: 25px;
            margin: 20px 0 13px;
            display: block;
            text-transform: uppercase;
            font-family: "Lato", Arial, Helvetica, sans-serif;
            font-weight: 400; }
            #cshero-header-navigation .main-navigation ul.multicolumn > li > a span.menu-title:before {
              content: ""; }
          #cshero-header-navigation .main-navigation ul.multicolumn > li > a:hover {
            background-color: transparent; }
        #cshero-header-navigation .main-navigation ul.multicolumn > li a i {
          display: inline-block;
          float: left;
          font-size: 16px;
          line-height: 16px;
          margin-right: 14px;
          margin-top: 3px; }
          #cshero-header-navigation .main-navigation ul.multicolumn > li a span {
            font-size: 12px;
            line-height: 24px;
            text-transform: uppercase; }
        #cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu ul.sub-menu {
          background-color: rgba(10, 10, 10, 0.95) !important;
          margin-top: 0px !important; }
        #cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu li:hover ul.sub-menu {
          margin-top: 0 !important; }
        #cshero-header-navigation .main-navigation ul.multicolumn > li:hover {
          position: relative;
          z-index: 10; }
      #cshero-header-navigation .main-navigation ul.multicolumn ul.sub-menu {
        box-shadow: none !important;
        clip: inherit;
        pointer-events: inherit;
        visibility: visible;
        opacity: 1;
        box-shadow: none; }
      #cshero-header-navigation .main-navigation ul.multicolumn .cs-menu-toggle {
        display: none !important; }
      #cshero-header-navigation .main-navigation ul.standar-dropdown li:hover ul.sub-menu {
        margin-top: 0 !important; }
    #cshero-header-navigation .main-navigation li ul ul {
      top: 0;
      left: 100%;
      width: 250px;
      /* End Menu Stick Wall */ }
      #cshero-header-navigation .main-navigation li ul ul.back {
        right: 100%;
        left: auto; }
      #cshero-header-navigation .main-navigation li ul ul.back ul:not(.back) {
        right: 100%;
        left: auto; }
      #cshero-header-navigation .main-navigation li ul ul.back ul.back {
        left: 100%;
        right: auto; }
        #cshero-header-navigation .main-navigation li ul ul.back ul.back ul:not(.back) {
          left: 100%;
          right: auto; }
        #cshero-header-navigation .main-navigation li ul ul.back ul.back ul.back {
          right: 100%;
          left: auto; } }

#cshero-header-navigation .menu-main-menu .multicolumn .widget {
  margin: 30px 0 0 0; }
  #cshero-header-navigation .menu-main-menu .multicolumn .widget .textwidget {
    background: #c6c7c9; }
  #cshero-header-navigation .menu-main-menu .multicolumn .widget.widget_giving_recent_postype .cms-recent-item .entry-title {
    margin-top: 10px; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget.widget_giving_recent_postype .cms-recent-item .entry-title a {
      padding: 0;
      font-size: 16px; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget.widget_giving_recent_postype .cms-recent-item .description {
      display: none; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget.widget_giving_recent_postype .cms-recent-item .entry-meta {
      padding: 0 !important;
      margin: 0 !important; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget.widget_giving_recent_postype .cms-recent-item li {
      color: #666;
      padding: 0; }
  #cshero-header-navigation .menu-main-menu .multicolumn .widget ul {
    clip: inherit;
    color: #fff;
    background: 0 none;
    box-shadow: none;
    position: static;
    padding: 59px 0 50px 28px !important;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    display: block !important;
    -webkit-transition: none;
    transition: none; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget ul li {
      font-size: 12px;
      line-height: 24px;
      text-transform: uppercase;
      padding-bottom: 12px;
      padding-right: 15px; }
  @media screen and (max-width: 991px) {
  #cshero-header-navigation .menu-main-menu .multicolumn .widget {
    background-color: #fff; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget .cms-recent-item {
      background-color: #fff;
      padding: 20px;
      margin-bottom: 0; }
      #cshero-header-navigation .menu-main-menu .multicolumn .widget .cms-recent-item:nth-child(2n + 1) {
        background: #f1f1f1; }
        #cshero-header-navigation .menu-main-menu .multicolumn .widget .cms-recent-item:nth-child(2n + 1) ul.entry-meta {
          background-color: #f1f1f1 !important; }
      #cshero-header-navigation .menu-main-menu .multicolumn .widget .cms-recent-item ul.entry-meta {
        background-color: #fff !important; }
      #cshero-header-navigation .menu-main-menu .multicolumn .widget .cms-recent-item a {
        padding: 0 !important;
        color: #666 !important; }
        #cshero-header-navigation .menu-main-menu .multicolumn .widget .cms-recent-item a:hover, #cshero-header-navigation .menu-main-menu .multicolumn .widget .cms-recent-item a:focus {
          color: #f83730 !important; } }

@media screen and (max-width: 991px) {
  .cshero-main-header {
    background: rgba(0, 0, 0, 0.7);
    position: relative; }
    .cshero-main-header .container {
      position: relative; }

  #cshero-header-navigation {
    position: relative;
    z-index: 1; }

  #cshero-menu-mobile {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0;
    position: static;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    #cshero-menu-mobile:hover, #cshero-menu-mobile:focus {
      background: #f83730;
      color: #fff; }

  #cshero-header-navigation {
    display: none;
    padding-bottom: 50px !important; }

  .menu-main-menu > li.current-menu-item > a span::before, .menu-main-menu > li.current-menu-ancestor > a span::before {
    display: none !important; }

  #cshero-header-navigation ul#menu-main-menu ul {
    background-image: none !important; }

  .main-navigation .menu-main-menu li .cs-menu-toggle {
    position: absolute;
    top: 12px;
    right: 15px;
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #333;
    cursor: pointer;
    z-index: 3; }
    .main-navigation .menu-main-menu li .cs-menu-toggle i {
      width: 30px;
      height: 30px;
      line-height: 30px; }

  .widget_cart_search_wrap .header {
    float: right; }

  #site-navigation {
    background: #666;
    width: 100%; }

  #cshero-header-navigation {
    padding: 0;
    width: 100%; }

  #cshero-header-navigation ul#menu-main-menu {
    padding: 10px 0 0 0;
    position: static;
    margin: 0; }
    #cshero-header-navigation ul#menu-main-menu li {
      float: none;
      list-style: none;
      margin: 0;
      text-align: left;
      position: relative; }
    #cshero-header-navigation ul#menu-main-menu li a {
      display: block;
      border: none;
      color: #d3d3d3;
      font-weight: 400;
      margin: 0;
      font-size: 13px;
      line-height: 20px !important;
      padding: 16px 9px 16px 17px;
      text-align: left;
      text-decoration: none;
      width: 100%;
      text-transform: uppercase; }
      #cshero-header-navigation ul#menu-main-menu li a:hover {
        color: #fff; }
    #cshero-header-navigation ul#menu-main-menu li.current-menu-item a {
      color: #fff; }
    #cshero-header-navigation ul#menu-main-menu li li a {
      padding: 15px 9px 15px 27px; }
    #cshero-header-navigation ul#menu-main-menu li li li a {
      padding-left: 45px; }
    #cshero-header-navigation ul#menu-main-menu ul {
      background: #3e4045;
      box-shadow: none;
      position: relative;
      margin: 0;
      padding: 0;
      display: none;
      z-index: 99;
      width: 100% !important; }
    #cshero-header-navigation ul#menu-main-menu ul ul {
      background: #323538; } }

.subscriber-wrap {
  background: #f83730;
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative; }
  .subscriber-wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .subscriber-wrap .subscriber-inner {
    position: relative; }
  .subscriber-wrap .subscriber-title {
    margin-right: 15px;
    margin-top: 5px; }
    .subscriber-wrap .subscriber-title h3 {
      font-size: 30px;
      line-height: 1;
      margin: 0;
      color: #fff; }
    .subscriber-wrap .subscriber-title h3 b {
      font-weight: 800px; }
    .subscriber-wrap .subscriber-title h3 b span {
      color: #000; }
    .subscriber-wrap .subscriber-title span {
      color: #fff; }
  .subscriber-wrap .mail-chimp-field {
    float: left;
    margin: 0px; }
  .subscriber-wrap .form-control {
    margin: 0;
    width: 100%;
    max-width: 232px;
    border: none;
    background: #fff;
    height: 42px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .subscriber-wrap .form-control:hover, .subscriber-wrap .form-control:focus {
      background: #f2f2f2; }
  .subscriber-wrap .mail-chimp-btn {
    float: left; }
  .subscriber-wrap .cms-button {
    background: transparent;
    margin-left: 20px;
    padding: 9px 27px;
    height: auto;
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .subscriber-wrap .cms-button:hover, .subscriber-wrap .cms-button:focus {
      background: transparent;
      color: #f83730;
      opacity: 1;
      color: #fff !important; }
  @media screen and (max-width: 991px) {
  .subscriber-wrap {
    padding-bottom: 45px; }
    .subscriber-wrap .subscriber-inner {
      display: block;
      text-align: center; }

    .subscriber-wrap .subscriber-title, .subscriber-wrap .subscriber-form {
      max-width: none;
      width: 100%;
      margin: 0; }

    .subscriber-wrap .subscriber-title {
      margin-bottom: 25px; }

    .subscriber-wrap .mc4wp-form-fields {
      display: inline-block; }

    .subscriber-wrap .mc4wp-response {
      float: none;
      text-align: center;
      margin: 0 auto; } }
  @media screen and (max-width: 630px) {
  .subscriber-wrap .mail-chimp-field {
    margin: 0 0 10px;
    width: 100%; }
    .subscriber-wrap .mail-chimp-field .form-control {
      width: 100%;
      max-width: none; }
  .subscriber-wrap .mail-chimp-btn {
    width: 100%;
    text-align: center; }
    .subscriber-wrap .mail-chimp-btn .cms-button {
      margin: 0;
      width: auto; } }

.mc4wp-response {
  width: 100%;
  padding: 0px;
  float: left;
  color: #fff;
  max-width: 320px;
  margin-top: 10px;
  /* Footer General */ }

.site-footer {
  position: relative;
  /* Footer Top
------------------------------*/ }
  .site-footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.footer-top .ft-top-wga:first-child {
  margin-left: 0 !important; }
  @media screen and (min-width: 992px) {
      .footer-top .tt-3-col:last-child {
        width: 33.3333%; } }
  .footer-top .tt-4-col:last-child {
    margin-left: 0 !important; }

.footer-bottom {
  position: relative; }
  .footer-bottom .footer-bottom-inner {
    display: table;
    width: 100%;
    height: 47px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .footer-bottom .footer-bottom-inner .copyright-wrap {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      color: #666;
      font-size: 12px; }
    .footer-bottom .footer-bottom-inner .copyright-wrap .widget {
      margin-bottom: 0 !important; }

.ef3-back-to-top {
  visibility: hidden;
  cursor: pointer;
  margin: auto;
  overflow: auto;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  background: #bfbfc1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 27px;
  -webkit-transition: all 0.3 ease 0s;
  transition: all 0.3 ease 0s; }
  .ef3-back-to-top.on {
    visibility: visible; }
  .ef3-back-to-top i {
    position: relative;
    top: -2px; }
  .ef3-back-to-top:hover, .ef3-back-to-top:focus {
    opacity: 0.7; }

.format-quote blockquote, .gv-blog-single blockquote, .wpb_wrapper blockquote {
  position: relative;
  border: 1px solid #d1d1d1;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 33px;
  padding: 20px 20px 20px 30px; }
  .format-quote blockquote:before, .gv-blog-single blockquote:before, .wpb_wrapper blockquote:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #f83730; }
  .format-quote blockquote p, .gv-blog-single blockquote p, .wpb_wrapper blockquote p {
    font-size: 24px; }
  .format-quote blockquote .small, .gv-blog-single blockquote .small, .wpb_wrapper blockquote .small, .format-quote blockquote footer, .gv-blog-single blockquote footer, .wpb_wrapper blockquote footer, .format-quote blockquote small, .gv-blog-single blockquote small, .wpb_wrapper blockquote small, .format-quote blockquote span, .gv-blog-single blockquote span, .wpb_wrapper blockquote span, .format-quote blockquote cite, .gv-blog-single blockquote cite, .wpb_wrapper blockquote cite {
    display: block;
    font-size: 18px;
    color: #010101;
    position: relative;
    line-height: 2;
    font-weight: 400;
    margin-top: 20px; }
  .format-quote blockquote .small:before, .gv-blog-single blockquote .small:before, .wpb_wrapper blockquote .small:before, .format-quote blockquote footer:before, .gv-blog-single blockquote footer:before, .wpb_wrapper blockquote footer:before, .format-quote blockquote small:before, .gv-blog-single blockquote small:before, .wpb_wrapper blockquote small:before, .format-quote blockquote span:before, .gv-blog-single blockquote span:before, .wpb_wrapper blockquote span:before, .format-quote blockquote cite:before, .gv-blog-single blockquote cite:before, .wpb_wrapper blockquote cite:before {
    content: '-';
    display: inline-block;
    padding-right: 4px; }
  .format-quote blockquote cite, .gv-blog-single blockquote cite, .wpb_wrapper blockquote cite {
    margin: 20px 0 0 0 !important; }

.wp-audio-shortcode {
  margin-bottom: 33px; }

.gv-blog-single {
  border-bottom: none !important;
  /* WordPress caption style
------------------------------*/ }
  .gv-blog-single blockquote {
    margin-bottom: 44px;
    margin-top: 29px; }
  .gv-blog-single .entry-content {
    margin-bottom: 20px !important; }
  .gv-blog-single .meta-tags {
    margin-bottom: 15px; }
  .gv-blog-single .meta-tags .tag-links {
    color: #000;
    padding-right: 5px;
    font-size: 18px; }
  .gv-blog-single .single-social-share .share {
    font-size: 18px;
    color: #000;
    padding-right: 5px; }
  .gv-blog-single .single-social-share a {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    line-height: 21px;
    background: #bcbcbc;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 12px; }
  .gv-blog-single .single-social-share a:hover, .gv-blog-single .single-social-share a:focus {
    background: #f83730;
    color: #fff; }

.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; }

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

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

@media screen and (max-width: 767px) {
  .alignleft, .entry-thumbnail.thumbnail, .alignright {
    margin-bottom: 20px; } }

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

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

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

.bypostauthor {
  margin: 0;
  /* Gallery
------------------------------*/ }

.gallery {
  margin-bottom: 20px; }

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-size: 12px;
  padding: 6px 8px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }
  .gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

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

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none; }

.attachment {
  margin-bottom: 20px;
  /* Comments
------------------------------*/ }

.comments-area .comments-title small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #777; }
  .comments-area .comments-title small:before {
    content: '/';
    display: inline-block;
    padding: 0 7px; }
  .comments-area ul.children, .comments-area ol.comment-list {
    list-style-type: none; }
  .comments-area ol.comment-list {
    padding: 0;
    margin-bottom: 50px; }
  .comments-area ol.comment-list .comment-body {
    margin-bottom: 20px; }
  .comments-area .children {
    padding-left: 70px; }
  .comments-area .comment-list .comment {
    padding-top: 0px; }
  .comments-area .comment-list > .comment {
    border: none; }
  .comments-area .comment-author-image {
    padding-right: 10px;
    float: left; }
  .comments-area .comment-author-image img {
    width: 70px;
    margin-right: 15px;
    border-radius: 50%; }
  .comments-area .comment-main {
    overflow: hidden;
    position: relative;
    top: -5px; }
  .comments-area .comment-meta {
    margin-bottom: 10px; }
  .comments-area .comment-meta .comment-author {
    display: inline-block;
    font-size: 18px; }
  .comments-area .comment-meta .comment-date {
    font-size: 14px;
    color: #f83730;
    padding-left: 20px; }
  .comments-area .comment-content {
    font-size: 16px; }
  .comments-area .comment-content p {
    margin-bottom: 0; }
  .comments-area .comment-content .comment-reply-link {
    display: inline-block;
    color: #f83730; }
  .comments-area .comment-content .comment-reply-link:hover, .comments-area .comment-content .comment-reply-link:focus {
    color: #666; }
  .comments-area .comments-title, .comments-area .comment-reply-title {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 26px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
    /* Respond */ }
  .comments-area .comment-respond .comment-form .form-control {
    margin-bottom: 20px; }
  .comments-area .comment-respond .form-submit .submit {
    display: block;
    background: #f83730;
    color: #fff;
    border: none;
    line-height: 1.1;
    font-size: 18px;
    padding: 12px 40px;
    border-radius: 0;
    height: inherit;
    -webkit-transition: opacity 0.3 ease 0s;
    transition: opacity 0.3 ease 0s; }
  .comments-area .comment-respond .form-submit .submit:hover, .comments-area .comment-respond .form-submit .submit:focus {
    opacity: 0.7; }

@media screen and (max-width: 1024px) {
  .comments-area .comment-author-image img {
    width: 50px;
    margin-right: 10px; }
    .comments-area .children {
      padding-left: 35px; } }

@media screen and (max-width: 767px) {
  .comments-area .comment-respond {
    margin-bottom: 80px; } }

@media screen and (max-width: 480px) {
  .comments-area .children {
    padding-left: 0px; } }

.page-title-inner {
  padding: 50px 0;
  position: relative; }
  .page-title-inner:before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    border-top: 1px solid #fff;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0; }
  .page-title-inner h1 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 800; }

@media screen and (max-width: 991px) {
  /* Breadcrum
------------------------------*/
    .page-title {
      margin-top: 80px !important; }
      .page-title .page-title-inner:before {
        display: none; } }

#breadcrumb-text {
  text-align: right;
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
  /*------------------------------
	5.2 Blog
------------------------------*/
  /* Default
------------------------------*/ }
  @media screen and (max-width: 991px) {
  #breadcrumb-text {
    text-align: left;
    margin-top: 10px; } }
  #breadcrumb-text span[typeof=ListItem]:first-child {
    position: relative; }
  #breadcrumb-text span[typeof=ListItem]:first-child:before {
    content: '\f0c1';
    font-family: fontawesome;
    font-size: 14px;
    padding-right: 7px; }
  #breadcrumb-text em {
    display: inline-block;
    padding: 0 7px; }
  #breadcrumb-text a {
    color: #fff; }
  #breadcrumb-text a:hover, #breadcrumb-text a:focus {
    color: #f83730; }
  #breadcrumb-text i.fa {
    display: inline-block;
    padding: 0 8px; }

.gv-blog-loop, .gv-blog-single {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d2d2d2;
  /* Nav */ }
  .gv-blog-loop .fluid-width-video-wrapper, .gv-blog-single .fluid-width-video-wrapper {
    margin-bottom: 33px; }
  .gv-blog-loop .post-thumbnail, .gv-blog-single .post-thumbnail {
    margin-bottom: 33px;
    position: relative; }
  .gv-blog-loop .post-thumbnail a, .gv-blog-single .post-thumbnail a {
    display: inline-block;
    position: relative;
    overflow: hidden; }
  .gv-blog-loop .post-thumbnail a:hover img, .gv-blog-single .post-thumbnail a:hover img, .gv-blog-loop .post-thumbnail a:focus img, .gv-blog-single .post-thumbnail a:focus img {
    opacity: 0.8;
    -webkit-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1); }
  .gv-blog-loop .post-thumbnail img, .gv-blog-single .post-thumbnail img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s; }
  .gv-blog-loop .post-thumbnail .date-time, .gv-blog-single .post-thumbnail .date-time {
    display: table;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: -40px;
    right: 40px;
    color: #fff;
    background: #f83730;
    text-align: center; }
  @media screen and (max-width: 480px) {
      .gv-blog-loop .post-thumbnail .date-time, .gv-blog-single .post-thumbnail .date-time {
        width: 60px;
        height: 60px;
        bottom: -30px;
        right: 30px; } }
  .gv-blog-loop .post-thumbnail .date-time .date-time-inner, .gv-blog-single .post-thumbnail .date-time .date-time-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }
  .gv-blog-loop .post-thumbnail .date-time span, .gv-blog-single .post-thumbnail .date-time span {
    font-size: 14px;
    line-height: 1; }
  .gv-blog-loop .post-thumbnail .date-time .date, .gv-blog-single .post-thumbnail .date-time .date {
    display: block;
    font-size: 18px;
    font-weight: 800; }
  .gv-blog-loop .post-thumbnail .date-time .date small, .gv-blog-single .post-thumbnail .date-time .date small {
    font-size: 14px;
    font-weight: 400; }
  .gv-blog-loop .entry-title, .gv-blog-single .entry-title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.1; }
  .gv-blog-loop .entry-title a, .gv-blog-single .entry-title a {
    color: #000; }
  .gv-blog-loop .entry-title a:hover, .gv-blog-single .entry-title a:hover, .gv-blog-loop .entry-title a:focus, .gv-blog-single .entry-title a:focus {
    color: #f83730; }
  .gv-blog-loop .entry-meta ul, .gv-blog-single .entry-meta ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0; }
  .gv-blog-loop .entry-meta ul li, .gv-blog-single .entry-meta ul li {
    float: left;
    padding-right: 13px;
    color: #f83730;
    font-size: 14px; }
  .gv-blog-loop .entry-meta ul li.gvbl-heart a, .gv-blog-single .entry-meta ul li.gvbl-heart a {
    color: #f83730; }
    .gv-blog-loop .entry-meta ul li.gvbl-heart a:hover, .gv-blog-single .entry-meta ul li.gvbl-heart a:hover, .gv-blog-loop .entry-meta ul li.gvbl-heart a:focus, .gv-blog-single .entry-meta ul li.gvbl-heart a:focus {
      color: #666; }
  .gv-blog-loop .entry-meta ul li.detail-author, .gv-blog-single .entry-meta ul li.detail-author {
    color: #000; }
  .gv-blog-loop .entry-meta ul li.detail-author a, .gv-blog-single .entry-meta ul li.detail-author a {
    color: #000;
    font-style: italic; }
    .gv-blog-loop .entry-meta ul li.detail-author a:hover, .gv-blog-single .entry-meta ul li.detail-author a:hover, .gv-blog-loop .entry-meta ul li.detail-author a:focus, .gv-blog-single .entry-meta ul li.detail-author a:focus {
      color: #f83730; }
  .gv-blog-loop .entry-content, .gv-blog-single .entry-content {
    margin-bottom: 30px; }
  .gv-blog-loop .entry-footer a, .gv-blog-single .entry-footer a {
    display: inline-block;
    border: 2px solid #949494;
    color: #666;
    padding: 5px 28px; }
  .gv-blog-loop .entry-footer a:hover, .gv-blog-single .entry-footer a:hover, .gv-blog-loop .entry-footer a:focus, .gv-blog-single .entry-footer a:focus {
    border-color: #f83730;
    background-color: #f83730;
    color: #fff; }
  .gv-blog-loop .slide, .gv-blog-single .slide {
    margin-bottom: 33px; }
  .gv-blog-loop .slide .carousel-control, .gv-blog-single .slide .carousel-control {
    width: 40px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0.8);
    top: 50%;
    text-shadow: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .gv-blog-loop .slide .carousel-control span, .gv-blog-single .slide .carousel-control span {
    font-size: 27px;
    color: #666; }
  .gv-blog-loop .slide .carousel-control:hover, .gv-blog-single .slide .carousel-control:hover, .gv-blog-loop .slide .carousel-control:focus, .gv-blog-single .slide .carousel-control:focus {
    background: #f83730; }
  .gv-blog-loop .slide .carousel-control:hover span, .gv-blog-single .slide .carousel-control:hover span, .gv-blog-loop .slide .carousel-control:focus span, .gv-blog-single .slide .carousel-control:focus span {
    color: #fff; }

.paging-navigation {
  margin-bottom: 50px; }
  .paging-navigation .loop-pagination {
    margin: 0;
    display: block;
    text-align: center; }
  .paging-navigation .loop-pagination .page-numbers {
    font-size: 18px;
    padding: 6px 3px;
    display: inline-block; }
  .paging-navigation .loop-pagination .page-numbers.prev, .paging-navigation .loop-pagination .page-numbers.next {
    float: left;
    display: inline-block;
    background: transparent;
    border: 2px solid #949494;
    font-size: 18px;
    color: #666;
    padding: 4px 22px; }
  .paging-navigation .loop-pagination .page-numbers.prev:hover, .paging-navigation .loop-pagination .page-numbers.next:hover, .paging-navigation .loop-pagination .page-numbers.prev:focus, .paging-navigation .loop-pagination .page-numbers.next:focus {
    background: #f83730;
    color: #fff;
    border-color: #f83730; }
  .paging-navigation .loop-pagination .page-numbers.next {
    float: right; }
  .paging-navigation .loop-pagination .page-numbers.current {
    color: #f83730; }

.cms-grid-wraper {
  /*------------------------------
	5.3 Portfolio
------------------------------*/
  /* Single Portfolio
------------------------------*/
  /* Related Portfolio */
  /*------------------------------
	5.4 Shop
------------------------------*/ }
  .cms-grid-wraper .paging-navigation {
    margin-bottom: 40px; }

.cms-woo-breadcrumb {
  display: none; }

.calimera-result-count .container {
  width: 100%;
  padding: 0; }

@media screen and (max-width: 480px) {
    .woocommerce-ordering {
      width: 100%;
      margin-bottom: 30px !important;
      float: left; } }
  .woocommerce-ordering .giving-select-wrap:before {
    top: 8px; }
  .woocommerce-ordering select {
    width: 100%;
    padding: 8px 30px 8px 8px;
    height: auto;
    border: 1px solid #969696;
    cursor: pointer;
    color: #969696;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .woocommerce-ordering select:hover, .woocommerce-ordering select:focus, .woocommerce-ordering select:active {
    outline: none;
    color: #343434; }

@media screen and (min-width: 768px) {
  /* Product Loop
------------------------------*/
    .giving-shop-leftsidebar > .col-md-8 {
      float: right; }
      .giving-shop-leftsidebar > .col-md-4 {
        float: left; } }

.cms-product {
  /* Woo Navigation */ }
  .cms-product .cms-product-inner {
    display: block;
    position: relative; }
  .cms-product .cms-product-inner .onsale {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-family: ;
    background: #f83730 !important;
    min-height: auto !important;
    height: auto !important;
    line-height: inherit !important;
    padding: 0 15px;
    border-radius: 0;
    left: 0px;
    top: 10px;
    z-index: 1; }
  .cms-product .cms-product-inner .gv-thumb {
    overflow: hidden;
    position: relative; }
  .cms-product .cms-product-inner .gv-thumb img {
    width: 100% !important;
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s; }
  .cms-product .cms-product-inner .gv-thumb:hover img, .cms-product .cms-product-inner .gv-thumb:focus img {
    opacity: 0.8;
    -webkit-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1); }
  .cms-product .cms-product-inner h3 {
    display: inline-block;
    text-transform: none;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 0;
    font-weight: normal;
    padding: 0px 10px 5px 0;
    margin: 25px 0 0;
    display: block;
    text-transform: uppercase; }
  .cms-product .cms-product-inner h3 a {
    color: #000; }
  .cms-product .cms-product-inner h3 a:hover, .cms-product .cms-product-inner h3 a:focus {
    color: #f83730; }
  .cms-product .cms-product-inner .star-rating {
    float: none !important;
    font-size: 12px;
    height: 14px; }
  .cms-product .cms-product-inner .shop-bottom .price {
    color: #f83730;
    display: inline-block;
    margin-top: 10px;
    padding: 0px;
    font-size: 18px; }
  .cms-product .cms-product-inner .shop-bottom .price del span, .cms-product .cms-product-inner .shop-bottom .price ins span {
    color: #f83730 !important; }
  .cms-product .cms-product-inner .shop-bottom .price ins {
    text-decoration: none;
    margin-left: 4px; }
  .cms-product .button.add_to_cart_button {
    font-size: 18px;
    line-height: 1;
    color: #666;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #949494;
    position: relative;
    background: #fff;
    border-radius: 0;
    font-weight: normal;
    margin-top: 10px; }
  .cms-product .button.add_to_cart_button:hover, .cms-product .button.add_to_cart_button:focus {
    background-color: #f83730;
    border-color: #f83730;
    color: #fff; }
  .cms-product .added_to_cart.wc-forward {
    margin-top: 15px;
    margin-left: 5px; }
  @media screen and (max-width: 480px) {
  .cms-product {
    width: 100% !important; } }

.woo-pagination {
  display: block;
  text-align: center; }
  .woo-pagination ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none; }
  .woo-pagination ul li {
    float: left; }
  .woo-pagination ul .page-numbers {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    color: #969696;
    margin: 0 5px; }
  .woo-pagination ul .page-numbers:hover, .woo-pagination ul .page-numbers:focus, .woo-pagination ul .page-numbers.current {
    background-color: #f83730;
    color: #fff; }
  @media screen and (max-width: 480px) {
      .woo-pagination ul .page-numbers {
        margin-bottom: 5px; } }

.woo-related {
  /* Product Single
------------------------------*/ }
  .woo-related .owl-carousel .owl-stage-outer {
    padding-bottom: 10px; }
  .woo-related .heading {
    font-weight: 900; }

.giving-product-single .giving-image-wrap {
  position: relative; }
  .giving-product-single .giving-image-wrap .onsale {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-family: ;
    background: #f83730 !important;
    min-height: auto !important;
    height: auto !important;
    line-height: inherit !important;
    padding: 0 15px;
    border-radius: 0;
    left: -10px;
    top: 10px;
    z-index: 1; }
  .giving-product-single .giving-image-wrap .carousel .carousel-control {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 70px;
    line-height: 70px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    top: 50%;
    visibility: visible;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .giving-product-single .giving-image-wrap .carousel .carousel-control span {
    font-size: 27px;
    color: #343434; }
  .giving-product-single .giving-image-wrap .carousel .carousel-control.right {
    left: auto;
    right: 0; }
  .giving-product-single .entry-summary .entry-title {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 10px; }
  .giving-product-single .entry-summary .woocommerce-product-rating .star-rating {
    height: 18px; }
  .giving-product-single .entry-summary .price {
    text-transform: uppercase;
    color: #222 !important; }
  .giving-product-single .entry-summary .price ins span, .giving-product-single .entry-summary .price del span {
    color: #222 !important; }
  .giving-product-single .entry-summary .price ins {
    text-decoration: none; }
  .giving-product-single .variations_form.cart .variations .heading {
    vertical-align: top;
    padding-top: 12px; }
  .giving-product-single .variations_form.cart .variations .heading span {
    display: inline-block;
    position: relative; }
  .giving-product-single .variations_form.cart .variations select {
    width: 100%;
    padding: 8px 20px;
    height: 45px;
    border-radius: 0px;
    border: 1px solid #969696;
    font-style: italic;
    cursor: pointer;
    color: #969696;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .giving-product-single .variations_form.cart .variations select:hover, .giving-product-single .variations_form.cart .variations select:focus, .giving-product-single .variations_form.cart .variations select:active {
    outline: none;
    color: #343434; }
  .giving-product-single .cart {
    margin-top: 35px; }
  .giving-product-single .cart .quantity {
    margin-right: 24px !important; }
  .giving-product-single .cart .quantity .minus, .giving-product-single .cart .quantity .plus {
    float: left;
    padding: 0;
    height: 45px;
    width: 36px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #ccc !important;
    border-radius: 0; }
  .giving-product-single .cart .quantity .input-text {
    float: left;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 11px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    border-radius: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .giving-product-single .button.single_add_to_cart_button {
    background: #f83730 !important;
    font-family: ;
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 10px 40px;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .giving-product-single .button.single_add_to_cart_button:hover, .giving-product-single .button.single_add_to_cart_button:focus {
    background: #666 !important;
    color: #fff; }
  @media screen and (max-width: 480px) {
    .giving-product-single .button.single_add_to_cart_button {
      padding: 10px 20px; } }
  .giving-product-single .product_meta > span {
    display: block;
    margin-bottom: 8px;
    font-weight: bold; }
  .giving-product-single .product_meta a {
    font-weight: normal; }
  .giving-product-single .post-share {
    /* Tab */ }
  .giving-product-single .post-share a {
    margin-left: 10px;
    font-weight: normal; }
  .giving-product-single .giving-section .woocommerce-tabs .tabs.wc-tabs {
    padding: 0;
    margin: 0; }
  .giving-product-single .giving-section .woocommerce-tabs .tabs.wc-tabs li {
    margin: 0;
    border-radius: 0;
    background: 0 none;
    border-color: transparent; }
  .giving-product-single .giving-section .woocommerce-tabs .tabs.wc-tabs li:hover {
    background: #eee; }
  .giving-product-single .giving-section .woocommerce-tabs .tabs.wc-tabs li + li {
    margin-left: -1px; }
  .giving-product-single .giving-section .woocommerce-tabs .tabs.wc-tabs li.active {
    border-color: #d3ced2;
    border-bottom-color: #fff; }
  .giving-product-single .giving-section .woocommerce-tabs .tabs.wc-tabs li:before, .giving-product-single .giving-section .woocommerce-tabs .tabs.wc-tabs li:after {
    display: none; }
  .giving-product-single .giving-section .woocommerce-tabs .tabs.wc-tabs li a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-family: ; }
  .giving-product-single .giving-section .woocommerce-tabs .woocommerce-Tabs-panel.panel {
    padding-top: 25px;
    border-radius: 0;
    box-shadow: none; }
  .giving-product-single .giving-section .woocommerce-tabs #giving-woo-reviews .commentlist {
    list-style: none;
    padding: 0; }
  .giving-product-single .giving-section .woocommerce-tabs #giving-woo-reviews .commentlist li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px; }
  .giving-product-single .giving-section .woocommerce-tabs #giving-woo-reviews .commentlist .avatar {
    float: left; }
  .giving-product-single .giving-section .woocommerce-tabs #giving-woo-reviews .commentlist .comment-text {
    padding-left: 100px; }
  .giving-product-single .giving-section .woocommerce-tabs #giving-woo-reviews #reply-title, .giving-product-single .giving-section .woocommerce-tabs #giving-woo-reviews .woocommerce-Reviews-title {
    font-size: 20px;
    text-transform: none !important; }
  .giving-product-single .giving-section .woocommerce-tabs #review_form_wrapper #reply-title {
    text-transform: uppercase; }
  .giving-product-single .giving-section .woocommerce-tabs #review_form_wrapper #submit {
    background: #f83730 !important;
    font-family: ;
    font-size: 13px;
    line-height: 22px;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 10px 40px;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .giving-product-single .giving-section .woocommerce-tabs #review_form_wrapper #submit:hover, .giving-product-single .giving-section .woocommerce-tabs #review_form_wrapper #submit:focus {
    background: #666 !important;
    color: #fff; }
  @media screen and (max-width: 480px) {
        .giving-product-single .giving-section .woocommerce-tabs #review_form_wrapper #submit {
          padding: 10px 20px; } }

body .woocommerce .return-to-shop a.button {
  font-size: 18px;
  line-height: 1;
  color: #666;
  padding: 10px 20px;
  display: inline-block;
  border: 2px solid #949494;
  position: relative;
  background: #fff;
  border-radius: 0;
  font-weight: normal; }
  body .woocommerce .return-to-shop a.button:hover, body .woocommerce .return-to-shop a.button:focus {
    background-color: #f83730;
    border-color: #f83730;
    color: #fff; }

.woocommerce .woocommerce-message {
  /* Minicart */ }
  .woocommerce .woocommerce-message a.button {
    background: #f83730 !important;
    font-family: ;
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 10px 40px;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .woocommerce .woocommerce-message a.button:hover, .woocommerce .woocommerce-message a.button:focus {
    background: #666 !important;
    color: #fff; }
  @media screen and (max-width: 480px) {
    .woocommerce .woocommerce-message a.button {
      padding: 10px 20px; } }

.shopping_cart_dropdown {
  display: none;
  /* Page Cart */ }

.woocommerce .giving-cart-list tbody .product-thumbnail a img {
  width: 80px !important; }
  .woocommerce .giving-cart-list tbody .product-quantity .minus, .woocommerce .giving-cart-list tbody .product-quantity .plus {
    display: none; }
  .woocommerce .giving-cart-list tbody .product-quantity .input-text {
    width: 100px !important; }
  @media screen and (max-width: 480px) {
    .woocommerce .giving-cart-list .coupon input {
      width: 100% !important;
      margin-bottom: 10px !important; } }
  .woocommerce form input.button, .woocommerce .wc-proceed-to-checkout .checkout-button {
    background: #f83730 !important;
    font-family: ;
    font-size: 13px !important;
    line-height: 22px !important;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 10px 40px;
    color: #fff !important;
    border-radius: 0px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .woocommerce form input.button:hover, .woocommerce .wc-proceed-to-checkout .checkout-button:hover, .woocommerce form input.button:focus, .woocommerce .wc-proceed-to-checkout .checkout-button:focus {
    background: #666 !important;
    color: #fff; }
  .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment li .input-radio {
    height: inherit; }

.widget_cart_search_wrap .shopping_cart_dropdown {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  left: auto !important;
  max-width: 310px;
  min-width: 250px;
  padding: 20px;
  position: absolute;
  right: 40px;
  top: ;
  display: none;
  z-index: 99; }
  .woocommerce-checkout {
    /* Mini cart */ }
  .woocommerce-checkout .login #rememberme {
    height: auto; }
  @media screen and (max-width: 500px) {
  .woocommerce-checkout .checkout_coupon .form-row {
    width: 100%; }
    .woocommerce-checkout .checkout_coupon .form-row input {
      width: 100%; } }
  .woocommerce-checkout .woocommerce-shipping-fields h3 label {
    font-weight: 400; }

body .widget_cart_search_wrap ul.product_list_widget, .woocommerce .widget_cart_search_wrap ul.product_list_widget, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0; }
  body .widget_cart_search_wrap ul.product_list_widget .mini_cart_item, .woocommerce .widget_cart_search_wrap ul.product_list_widget .mini_cart_item, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    position: relative; }
  body .widget_cart_search_wrap ul.product_list_widget .mini_cart_item .remove, .woocommerce .widget_cart_search_wrap ul.product_list_widget .mini_cart_item .remove, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item .remove {
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  body .widget_cart_search_wrap ul.product_list_widget .mini_cart_item .product-desc, .woocommerce .widget_cart_search_wrap ul.product_list_widget .mini_cart_item .product-desc, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item .product-desc {
    overflow: hidden;
    padding-left: 20px; }
  body .widget_cart_search_wrap ul.product_list_widget .mini_cart_item .product-desc h5, .woocommerce .widget_cart_search_wrap ul.product_list_widget .mini_cart_item .product-desc h5, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item .product-desc h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 20px; }
  body .widget_cart_search_wrap ul.product_list_widget .mini_cart_item a, .woocommerce .widget_cart_search_wrap ul.product_list_widget .mini_cart_item a, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item a {
    font-weight: 400;
    font-size: 13px;
    display: block;
    outline: none; }
  body .widget_cart_search_wrap ul.product_list_widget .mini_cart_item a img, .woocommerce .widget_cart_search_wrap ul.product_list_widget .mini_cart_item a img, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item a img {
    width: 70px;
    box-shadow: none;
    float: right;
    height: auto;
    margin-left: 0px; }
  body .widget_cart_search_wrap p, .woocommerce .widget_cart_search_wrap p, .woocommerce.widget .widget_shopping_cart_content p {
    text-align: right; }
  body .widget_cart_search_wrap .total, .woocommerce .widget_cart_search_wrap .total, .woocommerce.widget .widget_shopping_cart_content .total {
    border-top: 1px solid #eee;
    padding-top: 15px; }
  body .widget_cart_search_wrap .total strong, .woocommerce .widget_cart_search_wrap .total strong, .woocommerce.widget .widget_shopping_cart_content .total strong {
    color: #666;
    text-transform: none;
    font-weight: 600; }
  body .widget_cart_search_wrap .buttons .cms-button, .woocommerce .widget_cart_search_wrap .buttons .cms-button, .woocommerce.widget .widget_shopping_cart_content .buttons .cms-button {
    font-size: 11px;
    padding: 5px 20px; }

@media screen and (max-width: 767px) {
  /* Woo Widget */
    .woo-3-cols-ir > .row:before, .woo-3-cols-ir > .row:after {
      display: none; } }

.widget_shopping_cart .widget_shopping_cart_content .buttons a {
  font-weight: normal;
  background: #f83730;
  border-radius: 0;
  color: #fff; }
  .widget_shopping_cart .widget_shopping_cart_content .buttons a:hover, .widget_shopping_cart .widget_shopping_cart_content .buttons a:focus {
    background: #000;
    color: #fff; }

.widget_price_filter button.button {
  font-weight: normal;
  background: #f83730;
  border-radius: 0;
  color: #fff; }
  .widget_price_filter button.button:hover, .widget_price_filter button.button:focus {
    background: #000;
    color: #fff; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #d1d1d1;
  height: 9px;
  border-radius: 0; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    background-color: #f83730; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    background-color: #f83730;
    width: 12px;
    height: 13px;
    border-radius: 0;
    top: -2px; }

.widget_product_categories .product-categories {
  overflow: hidden; }
  .widget_product_categories .product-categories ul {
    padding: 0; }
  .widget_product_categories .product-categories li {
    border: none;
    padding: 0px; }
  .widget_product_categories .product-categories li:before {
    content: ''; }
  .widget_product_categories .product-categories li.cat-parent {
    padding-bottom: 0; }
  .widget_product_categories .product-categories a {
    display: inline-block;
    padding: 10px 0 10px 25px; }
  .widget_product_categories .product-categories a:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 5px;
    left: 14px;
    padding-bottom: 31px;
    position: absolute;
    left: 0;
    color: #ddd;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .widget_product_categories .product-categories a:after {
    content: '';
    border-bottom: 1px solid #e9e9e9;
    width: 10000%;
    position: absolute;
    left: -500px;
    bottom: 0;
    display: block; }
  .widget_product_categories .product-categories a:hover:before, .widget_product_categories .product-categories a:focus:before {
    color: #f83730; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: auto; }

.woocommerce.widget ul.product_list_widget:not(.cart_list) li {
  margin-bottom: 20px;
  padding: 0;
  font-size: 13px; }
  .woocommerce.widget ul.product_list_widget:not(.cart_list) li:last-child {
    margin-bottom: 0; }
  .woocommerce.widget ul.product_list_widget:not(.cart_list) li a {
    font-weight: normal;
    display: inline-block; }
  .woocommerce.widget ul.product_list_widget:not(.cart_list) li a.woo-featured-wg {
    float: left; }
  .woocommerce.widget ul.product_list_widget:not(.cart_list) li a img {
    float: left;
    margin: 0 15px 0 0;
    width: 70px; }
  .woocommerce.widget ul.product_list_widget:not(.cart_list) li .woo-widget-product-desc {
    padding-left: 85px; }
  .woocommerce.widget ul.product_list_widget:not(.cart_list) li .woo-widget-product-desc .product-title {
    display: block;
    font-weight: 400;
    line-height: 1.4;
    font-size: 13px;
    margin-bottom: 2px; }
  .woocommerce.widget ul.product_list_widget:not(.cart_list) li .woo-widget-product-desc del, .woocommerce.widget ul.product_list_widget:not(.cart_list) li .woo-widget-product-desc ins {
    line-height: 19px !important;
    font-size: 13px !important; }
  .woocommerce.widget ul.product_list_widget:not(.cart_list) li .woo-widget-product-desc ins {
    text-decoration: none; }
  .woocommerce.widget ul.product_list_widget:not(.cart_list) li .woo-widget-product-desc .star-rating {
    line-height: 1 !important;
    margin-top: 2px; }

.woocommerce-cart-form .product-thumbnail {
  max-width: 40px !important; }
  .woocommerce-cart-form .product-thumbnail img {
    width: 100% !important; }
  .woocommerce-cart-form .product-quantity .minus, .woocommerce-cart-form .product-quantity .plus {
    display: none; }
  .woocommerce-cart-form .product-quantity .input-text {
    padding: 8px 4px 8px 4px;
    width: 70px; }

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce .checkout_coupon .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .woocommerce-checkout-payment .button, .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-account input.button {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #fff !important;
  background: #f83730 !important;
  padding: 9px 26px;
  display: inline-block;
  border: 2px solid #f83730;
  position: relative;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s; }
  .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce .checkout_coupon .button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .woocommerce-checkout-payment .button:hover, .woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce .woocommerce-account input.button:hover, .woocommerce .cart .button:active, .woocommerce .cart input.button:active, .woocommerce .checkout_coupon .button:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce .woocommerce-checkout-payment .button:active, .woocommerce .woocommerce-MyAccount-content .button:active, .woocommerce .woocommerce-account input.button:active, .woocommerce .cart .button:focus, .woocommerce .cart input.button:focus, .woocommerce .checkout_coupon .button:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce .woocommerce-checkout-payment .button:focus, .woocommerce .woocommerce-MyAccount-content .button:focus, .woocommerce .woocommerce-account input.button:focus {
    color: #fff !important;
    background: #c10000 !important;
    border-color: #c10000 !important; }

.site-content {
  /*------------------------------
	5.7 Search
------------------------------*/ }
  .site-content .is-sidebar-left .gv-sidebar {
    margin-left: 0 !important; }
  .site-content .is-sidebar-left .gv-content {
    float: right; }

.no-results {
  margin-bottom: 80px;
  /*------------------------------
	5.8 404 Page
------------------------------*/ }
  .no-results h1 {
    margin-top: 0; }

.error-404 {
  /*------------------------------
	5.9 Volunteer
------------------------------*/
  /* Loop */ }
  .error-404 .page-header {
    text-align: center;
    padding: 0;
    margin: 0;
    border: none; }
  .error-404 .page-header h1 {
    display: inline-block;
    font-size: 200px;
    line-height: 1;
    color: #000;
    font-weight: 800;
    margin: 70px 0 0; }
  @media screen and (max-width: 480px) {
      .error-404 .page-header h1 {
        font-size: 120px;
        margin-bottom: 30px; } }
  .error-404 .page-content {
    margin-top: -65px; }
  .error-404 .top {
    z-index: 2;
    width: 100%;
    top: 130px; }
  .error-404 .top a, .error-404 .top .searchform {
    margin-top: 35px; }
  .error-404 p {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.2; }
  @media screen and (max-width: 767px) {
  .error-404 .page-content {
    margin-top: 0; }
    .error-404 .page-content .top {
      position: static !important; }
      .error-404 .page-content .top > div {
        width: 100%;
        float: none !important;
        margin-bottom: 50px;
        text-align: center !important; }

    .error-404 .page-content .col-md-6 {
      display: none; } }

.volunteer-inner {
  position: relative; }
  .volunteer-inner .volunteer-name {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 33px;
    margin-bottom: 15px; }
  .volunteer-inner .volunteer-role {
    margin-bottom: 25px; }
  .volunteer-inner .vlt-thumb-wrap img {
    position: relative;
    z-index: 2; }

.vlt-circle-wrap {
  position: absolute;
  display: table;
  top: 0;
  right: 0;
  /* Volunteer Single */ }
  .vlt-circle-wrap .vlt-circle-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 247px;
    height: 247px;
    border-radius: 50%;
    padding: 20px 30px 20px 135px;
    box-shadow: inset 0px 0px 0px 13px #f83730;
    font-size: 24px;
    color: #000;
    font-family: "Lato", Arial, Helvetica, sans-serif; }
  .vlt-circle-wrap .vlt-circle-inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 50%;
    border: 13px solid transparent;
    border-top-color: #d1d1d1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .vlt-circle-wrap .vlt-circle-inner div {
    z-index: 5; }
  .vlt-circle-wrap .vlt-circle-inner span {
    color: #f83730;
    font-size: 36px;
    font-weight: 900; }
  .vlt-circle-wrap.vlt-circle-in-sig {
    display: table;
    position: static; }
  .vlt-circle-wrap.vlt-circle-in-sig .vlt-circle-inner {
    padding: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 26px;
    color: #f83730;
    text-align: center;
    box-shadow: inset 0px 0px 0px 10px #f83730; }
  .vlt-circle-wrap.vlt-circle-in-sig .vlt-circle-inner:before {
    border-width: 10px;
    border-top-color: transparent;
    border-right-color: #d1d1d1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.single-volunteer .site-content {
  padding-bottom: 65px; }

.vlt-single {
  /*------------------------------
	5.10 Causes 
------------------------------*/
  /* Loop
------------------------------*/ }
  .vlt-single .vlt-title {
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 15px; }
  .vlt-single .vlt-role {
    font-size: 14px; }
  .vlt-single .bio {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin-bottom: 14px;
    margin-top: 14px; }
  .vlt-single .vlt-exp {
    color: #000;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
    margin-top: 30px; }
  .vlt-single .vlt-social {
    padding: 0;
    margin: 40px 0 0;
    list-style: none; }
  .vlt-single .vlt-social li {
    float: left;
    margin-right: 10px; }
  .vlt-single .vlt-social li a {
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    background: #f83730;
    font-size: 12px;
    color: #fff;
    display: block; }
  .vlt-single .vlt-social li a:hover, .vlt-single .vlt-social li a:focus {
    background: #333;
    color: #fff; }
  .vlt-single .vlt-cols-wrap h3 {
    color: #000;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 28px; }
  @media screen and (min-width: 992px) {
    .vlt-single .vlt-cols-wrap > div {
      padding-right: 65px; } }
  .vlt-single .vlt-circle-wrap {
    display: table;
    margin-top: 35px; }
  .vlt-single .vlt-circle-wrap .vlt-info {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-left: 25px; }
  .vlt-single .vlt-circle-wrap span {
    display: block;
    padding: 5px 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 900; }
  .vlt-single .vlt-circle-wrap span + span {
    color: #272727;
    font-size: 18px;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
  .vlt-single .volunteer-info .col-md-4 {
    margin-bottom: 35px; } }
  @media screen and (max-width: 480px) {
  .vlt-single .volunteer-info .col-md-4 img {
    width: 100%; } }

.cause-loop {
  padding: 0 15px; }
  .cause-loop .cause-media {
    position: relative; }
  .cause-loop.cause-loop-cfull .post-thumbnail {
    border-radius: 0; }
  .cause-loop.cause-loop-cfull .post-thumbnail img {
    border-radius: 0; }
  .cause-loop .post-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s; }
  .cause-loop .post-thumbnail img {
    border-radius: 50%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s; }
  .cause-loop .post-thumbnail:hover img, .cause-loop .post-thumbnail:focus img {
    opacity: 0.8;
    -webkit-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1); }
  .cause-loop .post-thumbnail .date-time {
    display: none; }
  .cause-loop .cause-title {
    font-size: 18px;
    line-height: 1.1;
    margin: 35px 0 28px;
    text-transform: uppercase; }
  .cause-loop .cause-title a {
    color: #000; }
  .cause-loop .cause-title a:hover, .cause-loop .cause-title a:focus {
    color: #f83730; }
  .cause-loop .cms-button {
    margin-top: 35px;
    /* Loop layout 2 */ }
  .cause-loop.cause-loop-clist {
    padding: 0;
    /* Full */ }
  .cause-loop.cause-loop-clist .cause-title {
    text-transform: none;
    font-size: 30px;
    font-weight: 900; }
  @media screen and (min-width: 992px) {
      .cause-loop.cause-loop-clist .cause-title {
        margin-top: 0; } }
  .cause-loop.cause-loop-clist .cause-title a {
    color: #000; }
  .cause-loop.cause-loop-clist .cause-title a:hover, .cause-loop.cause-loop-clist .cause-title a:focus {
    color: #f83730; }
  .cause-loop.cause-loop-clist .cause-adds {
    margin-bottom: 20px; }
  .cause-loop.cause-loop-clist .cause-adds span {
    display: inline-block;
    padding-right: 20px;
    color: #f83730; }
  .cause-loop.cause-loop-clist .cause-adds span i {
    padding-right: 5px; }
  .cause-loop.cause-loop-clist .status-text strong {
    font-weight: 900; }
  .cause-loop.cause-loop-clist .status-text span:first-child:after {
    padding: 0 25px;
    content: ''; }
  .cause-loop.cause-loop-clist .status-text span:first-child:before {
    content: '';
    height: 100%;
    width: 2px;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    right: 23px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg); }
  .cause-loop.cause-loop-clist .cause-circle-status {
    margin-top: 30px; }
  .cause-loop.cause-loop-clist .cms-button {
    margin-top: 0; }
  @media screen and (max-width: 480px) {
    .cause-loop.cause-loop-clist .cause-circle-status .status-text, .cause-loop.cause-loop-clist .cause-circle-status .cms-button {
      float: none !important; }
      .cause-loop.cause-loop-clist .cause-circle-status .cms-button {
        margin-top: 25px; } }
  .cause-loop.cause-loop-cfull .overlay-wrap {
    position: relative;
    overflow: hidden; }
  .cause-loop.cause-loop-cfull .overlay-wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .cause-loop.cause-loop-cfull .overlay-wrap img {
    width: 100%; }
  .cause-loop.cause-loop-cfull .cause-circle-status {
    margin-top: 20px; }
  .cause-loop.cause-loop-cfull .cause-status {
    color: #000;
    font-size: 18px; }
  .cause-loop.cause-loop-cfull .cause-status .result {
    padding-left: 5px; }
  .cause-loop.cause-loop-cfull .cause-status .result:after {
    content: '/';
    padding: 0 7px;
    display: inline-block; }
  .cause-loop.cause-loop-cfull .cause-status .goal {
    color: #f83730; }
  .cause-loop.cause-loop-cfull .cause-status strong {
    font-weight: 900; }
  .cause-loop.cause-loop-cfull .status-bar {
    margin-bottom: 0;
    margin-top: 30px; }
  .cause-loop.cause-loop-cfull .cause-ctn {
    width: 100%; }
  @media screen and (min-width: 992px) {
      .cause-loop.cause-loop-cfull .cause-ctn {
        position: absolute;
        left: 0;
        bottom: 0; } }
  .cause-loop.cause-loop-cfull .cause-ctn .block {
    padding: 30px;
    background: #fff; }
  .cause-loop.cause-loop-cfull .cause-title {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 900;
    font-size: 30px;
    padding: 25px 30px 0; }
  .cause-loop.cause-loop-cfull .cause-title a {
    color: #000; }
  .cause-loop.cause-loop-cfull .cause-title a:hover, .cause-loop.cause-loop-cfull .cause-title a:focus {
    color: #f83730; }
  @media screen and (min-width: 992px) {
      .cause-loop.cause-loop-cfull .cause-title {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 25px 30px; }
        .cause-loop.cause-loop-cfull .cause-title a {
          color: #fff; }
          .cause-loop.cause-loop-cfull .cause-title a:hover, .cause-loop.cause-loop-cfull .cause-title a:focus {
            color: #f83730; } }
  .cause-loop.cause-loop-cfull .cause-adds span {
    display: inline-block;
    padding-right: 20px;
    color: #f83730; }
  .cause-loop.cause-loop-cfull .cause-adds span i {
    padding-right: 5px; }
  @media screen and (max-width: 500px) {
    .cause-loop.cause-loop-cfull .cause-title {
      padding-left: 0;
      padding-right: 0; }

    .cause-loop.cause-loop-cfull .cause-ctn .block {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; } }

.circle-bar-wrap {
  position: absolute;
  right: 0;
  bottom: 0; }
  .circle-bar-wrap:before {
    content: '';
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .circle-bar-wrap span {
    width: 100%;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #f83730;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .circle-bar-wrap canvas {
    position: relative;
    display: block; }

.cause-circle-status {
  /* Cause single */ }
  .cause-circle-status .status-bar {
    margin-bottom: 28px;
    width: 100%;
    height: 9px;
    background-color: #d1d1d1;
    position: relative; }
  .cause-circle-status .status-bar div {
    background: #f83730;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .cause-circle-status .status-text span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.1;
    color: #000;
    position: relative; }
  .cause-circle-status .status-text span:first-child:after {
    content: '/';
    display: inline-block;
    padding: 0 7px; }
  .cause-circle-status .status-text span + span {
    color: #f83730; }

.gv-zodonations-single .zodnt-thumb {
  position: relative;
  margin-bottom: 30px; }
  .gv-zodonations-single .zodnt-thumb .circle-bar-wrap {
    bottom: -50px;
    right: 40px; }
  @media screen and (max-width: 767px) {
      .gv-zodonations-single .zodnt-thumb .circle-bar-wrap {
        bottom: -30px; } }
  .gv-zodonations-single .post-thumbnail img {
    width: 100%; }
  .gv-zodonations-single .post-thumbnail .date-time {
    display: none; }
  .gv-zodonations-single .entry-header .entry-title {
    font-size: 30px;
    font-weight: 900;
    color: #000;
    margin-top: 0; }
  .gv-zodonations-single .entry-header .cause-adds span {
    display: inline-block;
    padding-right: 20px;
    color: #f83730; }
  .gv-zodonations-single .entry-header .cause-adds span i {
    padding-right: 5px; }
  .gv-zodonations-single .entry-content {
    margin-top: 30px;
    font-size: 16px; }
  .gv-zodonations-single .border-box {
    border: 1px solid #d1d1d1;
    padding: 30px 30px 40px 30px;
    background: #fff; }
  .gv-zodonations-single .border-box .cause-status {
    color: #000;
    font-size: 18px; }
  .gv-zodonations-single .border-box .cause-status .result {
    padding-left: 5px; }
  .gv-zodonations-single .border-box .cause-status .result:after {
    content: '/';
    padding: 0 7px;
    display: inline-block; }
  .gv-zodonations-single .border-box .cause-status .goal {
    color: #f83730; }
  .gv-zodonations-single .border-box .cause-status strong {
    font-weight: 900; }
  .gv-zodonations-single .border-box .status-bar {
    margin-bottom: 0;
    margin-top: 30px; }
  .gv-zodonations-single .btn-donate a {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background: #f83730;
    padding: 10px 38px;
    display: inline-block;
    border: 2px solid #f83730;
    position: relative; }
  .gv-zodonations-single .btn-donate a:hover, .gv-zodonations-single .btn-donate a:focus {
    color: #fff;
    background: #c10000;
    border-color: #c10000; }
  .gv-zodonations-single .single-meta-wrap .meta-tags {
    padding: 10px 0; }
  .gv-zodonations-single .meta-tags {
    font-size: 18px;
    color: #000; }
  .gv-zodonations-single .single-social-share .share {
    color: #000;
    font-size: 18px;
    display: inline-block;
    float: left; }
  .gv-zodonations-single .single-social-share a {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    background: #bcbcbc;
    margin-left: 6px;
    margin-top: 2px; }
  .gv-zodonations-single .single-social-share a:hover, .gv-zodonations-single .single-social-share a:focus {
    color: #fff;
    background: #f83730; }
  .gv-zodonations-single .cause-gallery h3 {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 37px; }
  .gv-zodonations-single .cause-gallery .owl-item img {
    width: 100%; }

.site_donation_popup_form .form-group input {
  height: auto; }

@media screen and (max-width: 480px) {
  /*------------------------------
	5.11 Coming Soon
------------------------------*/
    .single-zodonations .post-navigation a {
      font-size: 14px; } }

.page-template-coming-soon {
  /*------------------------------
	5.12 Contact
------------------------------*/ }
  .page-template-coming-soon .gv-topbar-wrap, .page-template-coming-soon .site-header, .page-template-coming-soon .subscriber-wrap, .page-template-coming-soon .site-footer {
    display: none; }
  .page-template-coming-soon .site-content {
    padding: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative; }
  .page-template-coming-soon .site-content:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .page-template-coming-soon .mc4wp-form .mail-chimp-btn {
    text-align: center;
    margin-top: 20px; }
  .page-template-coming-soon .mc4wp-form .mail-chimp-btn .cms-button {
    height: auto; }

.contact-wrap.content-right .ajax-loader {
  margin: 15px 8px 0 4px; }

.contact-info-wrap {
  /*------------------------------
	5.13 Event
------------------------------*/ }
  .contact-info-wrap .ct-info {
    position: relative;
    overflow: hidden; }
  .contact-info-wrap .ct-info span.fa {
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #f83730;
    color: #fff;
    font-size: 22px; }
  .contact-info-wrap .ct-info .info {
    padding-right: 60px; }
  .contact-info-wrap .ct-info .info span {
    display: block;
    color: #000;
    font-size: 18px; }
  .contact-info-wrap .ct-info .info span:first-child {
    font-weight: 900;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 12px; }
  .contact-info-wrap .ct-info .info span a {
    color: #000; }
    .contact-info-wrap .ct-info .info span a:hover, .contact-info-wrap .ct-info .info span a:focus {
      color: #f83730; }
  @media screen and (max-width: 991px) {
  .contact-info-wrap.text-center991 {
    text-align: center !important; }
    .contact-info-wrap.text-center991 .ct-info span {
      float: none !important;
      margin-bottom: 20px; }
      .contact-info-wrap.text-center991 .ct-info .info {
        padding-right: 0; } }

.gv-event-item .event-thumb-wrap {
  position: relative;
  overflow: hidden; }
  .gv-event-item .event-thumb-wrap img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s; }
  .gv-event-item .event-thumb-wrap:hover img, .gv-event-item .event-thumb-wrap:focus img {
    opacity: 0.8;
    -webkit-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1); }
  .gv-event-item .event-info .event-title a {
    color: #000; }
  .gv-event-item .event-info .event-title a:hover, .gv-event-item .event-info .event-title a:focus {
    color: #f83730; }
  .gv-event-item .event-info .event-desc {
    margin-bottom: 15px; }
  .gv-event-item .event-info .metadata {
    padding: 0;
    margin: 0;
    list-style: none; }
  .gv-event-item .event-info .metadata li {
    width: 100%;
    display: block;
    margin-bottom: 5px; }
  .gv-event-item .event-info .metadata li i {
    color: #f83730;
    padding-right: 10px; }

.gv-event-single .post-thumbnail {
  margin-bottom: 35px; }
  .gv-event-single .post-thumbnail img {
    width: 100%; }
  .gv-event-single .post-thumbnail .date-time {
    display: none; }
  .gv-event-single .event-map {
    height: 360px; }
  .gv-event-single .entry-title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
    color: #000;
    margin-top: 0; }
  @media screen and (min-width: 992px) {
    .gv-event-single .entry-title {
      padding-right: 100px; } }
  .gv-event-single .meta-info {
    margin-bottom: 20px;
    color: #f83730; }
  .gv-event-single .meta-info span {
    display: inline-block;
    padding-right: 15px; }
  .gv-event-single .meta-info .event-local {
    position: relative; }
  .gv-event-single .meta-info .event-local:before {
    content: '\f041';
    font-family: fontawesome; }
  .gv-event-single .meta-info .ticket-wrap {
    margin-top: 20px; }
  @media screen and (min-width: 992px) {
      .gv-event-single .meta-info .ticket-wrap {
        right: 0;
        bottom: 5px;
        position: absolute;
        margin-top: 0; } }
  .gv-event-single .event-time-progress {
    position: relative; }
  .gv-event-single .event-time-progress .countdown-container {
    max-width: 460px; }
  @media screen and (max-width: 991px) {
      .gv-event-single .event-time-progress .countdown-container {
        max-width: 260px; } }
  @media screen and (max-width: 480px) {
      .gv-event-single .event-time-progress .countdown-container {
        margin: 0 auto; } }
  .gv-event-single .event-time-progress .pull-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .gv-event-single .gallery.gallery-columns-2 {
    margin: 50px 0 30px !important; }
  .gv-event-single .gallery.gallery-columns-2 .gallery-item {
    margin: 0px !important;
    max-width: 50%; }
  .gv-event-single .gallery.gallery-columns-2 .gallery-item img {
    border: none !important; }
  .gv-event-single .gallery.gallery-columns-2 .gallery-item:first-child .gallery-icon {
    margin-right: 15px;
    display: inline-block; }
  .gv-event-single .gallery.gallery-columns-2 .gallery-item + .gallery-item .gallery-icon {
    margin-left: 15px;
    display: inline-block; }
  @media screen and (max-width: 480px) {
      .gv-event-single .gallery.gallery-columns-2 .gallery-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px !important; }
        .gv-event-single .gallery.gallery-columns-2 .gallery-item .gallery-icon {
          margin: 0 !important; }
        .gv-event-single .gallery.gallery-columns-2 .gallery-item img {
          width: 100%; } }
  .gv-event-single .event-time-progress .container {
    width: 100%;
    max-width: calc(100% - 200px);
    float: left;
    padding: 0; }
  .gv-event-single .event-time-progress .clock-item .wrap {
    width: 100px;
    height: 100px;
    line-height: 100px; }
  .gv-event-single .event-time-progress .clock-item .wrap .inner .kineticjs-content {
    box-shadow: 0 0 0 10px #f83730 inset; }
  @media screen and (max-width: 767px) {
      .gv-event-single .event-time-progress .clock-item {
        margin: 0 0 25px 0;
        width: 50%;
        float: left; } }
  .gv-event-single .event-time-progress .text .val, .gv-event-single .event-time-progress .text .type-time {
    font-size: 18px;
    line-height: 1; }
  .gv-event-single .event-time-progress .text .type-time {
    color: #666; }
  .gv-event-single .event-time-progress .text p {
    margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    .gv-event-single .event-time-progress .container {
      max-width: 100% !important; }

    .gv-event-single .event-time-progress .pull-right {
      position: static;
      float: none !important;
      width: 100%;
      margin-top: 20px;
      text-align: center;
      overflow: hidden;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }
  .gv-event-single .event-share {
    margin-top: 35px;
    font-size: 18px; }
  .gv-event-single .event-share .share {
    color: #000;
    float: left;
    margin-right: 15px; }
  .gv-event-single .event-share a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background-color: #bcbcbc;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 3px;
    display: block;
    float: left; }
  .gv-event-single .event-share a:hover, .gv-event-single .event-share a:focus {
    background-color: #f83730;
    color: #fff; }
  .gv-event-single .event-tags {
    margin-top: 25px; }
  .gv-event-single .event-tags span {
    color: #000;
    font-size: 18px; }
  @media screen and (max-width: 767px) {
    .gv-event-single .event-tags {
      margin-bottom: 60px; } }

.cms-button {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #f83730;
  padding: 10px 26px;
  display: inline-block;
  border: 2px solid #f83730;
  position: relative; }
  .cms-button:hover, .cms-button:focus {
    color: #fff;
    background: #c10000;
    border-color: #c10000; }
  .cms-button.wpcf7-submit {
    height: auto; }
  .cms-button.btn-style-border {
    background: #fff;
    color: #f83730;
    /* Color */ }
  .cms-button.btn-style-border:before, .cms-button.btn-style-border:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    z-index: 1;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  .cms-button.btn-style-border:before {
    border-top: 2px solid #949494;
    border-bottom: 2px solid #949494; }
  .cms-button.btn-style-border:after {
    border-left: 2px solid #949494;
    border-right: 2px solid #949494;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  .cms-button.btn-style-border:hover, .cms-button.btn-style-border:focus {
    color: #666;
    background: #fff; }
  .cms-button.btn-style-border:hover:before, .cms-button.btn-style-border:focus:before, .cms-button.btn-style-border:hover:after, .cms-button.btn-style-border:focus:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  .cms-button.btn-style-border.vc_btn3-color-gray {
    background: transparent;
    border-color: #949494;
    color: #666; }
  .cms-button.btn-style-border.vc_btn3-color-gray:before, .cms-button.btn-style-border.vc_btn3-color-gray:after {
    border-color: #f83730; }
  .cms-button.btn-style-border.vc_btn3-color-gray:hover, .cms-button.btn-style-border.vc_btn3-color-gray:focus {
    background: #fff;
    color: #f83730; }
  .cms-button.btn-style-border.vc_btn3-color-gray:hover:before, .cms-button.btn-style-border.vc_btn3-color-gray:focus:before, .cms-button.btn-style-border.vc_btn3-color-gray:hover:after, .cms-button.btn-style-border.vc_btn3-color-gray:focus:after {
    border-color: #f83730; }
  .cms-button.btn-style-border.vc_btn3-color-white {
    background: transparent;
    border-color: #fff;
    color: #fff; }
  .cms-button.btn-style-border.vc_btn3-color-white:before, .cms-button.btn-style-border.vc_btn3-color-white:after {
    border-color: #949494; }
  .cms-button.btn-style-border.vc_btn3-color-white:hover, .cms-button.btn-style-border.vc_btn3-color-white:focus {
    background: transparent;
    color: #949494; }
  .cms-button.btn-style-border.vc_btn3-color-white:hover:before, .cms-button.btn-style-border.vc_btn3-color-white:focus:before, .cms-button.btn-style-border.vc_btn3-color-white:hover:after, .cms-button.btn-style-border.vc_btn3-color-white:focus:after {
    border-color: #949494; }
  .cms-button.vc_btn3-color-gray {
    background: #949494;
    border-color: #949494;
    color: #fff; }
  .cms-button.vc_btn3-color-gray:hover, .cms-button.vc_btn3-color-gray:focus {
    background: #f83730;
    border-color: #f83730;
    color: #fff; }
  .cms-button.vc_btn3-color-white {
    background: #fff;
    border-color: #fff;
    color: #666; }
  .cms-button.vc_btn3-color-white:hover, .cms-button.vc_btn3-color-white:focus {
    background: #f83730;
    border-color: #f83730;
    color: #fff; }

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

.align-right {
  text-align: right;
  /*------------------------------
	6.2 Dropcaps
------------------------------*/ }

.cms-dropcap {
  margin-bottom: 30px !important;
  /*------------------------------
	6.3 HighLight
------------------------------*/ }
  .cms-dropcap .cms-first-letter {
    display: inline-block;
    float: left;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
    margin: 0 37px 10px 0;
    text-align: center;
    padding: 0;
    color: #f83730;
    font-family: "Lato", Arial, Helvetica, sans-serif; }
  .cms-dropcap.box.square .cms-first-letter {
    display: inline-block;
    float: left;
    font-size: 50px;
    font-weight: 400;
    line-height: 75px;
    margin: 6px 20px 0 0;
    padding-bottom: 2px;
    text-align: center;
    width: 56px;
    font-family: ; }
  .cms-dropcap.box.circle .cms-first-letter {
    display: inline-block;
    float: left;
    font-size: 40px;
    height: 75px;
    line-height: 70px;
    text-align: center;
    width: 75px;
    border-radius: 50%;
    padding-left: 1px;
    background-attachment: scroll;
    background-color: #eee;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    margin: 8px 20px 0 0; }

.cms-highlight {
  background-color: #f83730;
  color: #fff;
  padding: 0 5px;
  /*------------------------------
	6.4 Custom heading
------------------------------*/ }

.cms-heading-inner {
  /*------------------------------
	6.5 Fancybox Single
------------------------------*/
  /* fancy 1 */ }
  .cms-heading-inner em {
    font-style: inherit;
    color: #f83730; }
  .cms-heading-inner.m-0 {
    margin: 0; }
  @media screen and (max-width: 991px) {
  .cms-heading-inner.text-center-phone {
    text-align: center !important; } }

.fancy-style-1 {
  overflow: hidden; }
  .fancy-style-1 .pull-left {
    color: #fff;
    background: #f83730;
    font-size: 24px;
    padding: 10px 8px; }
  .fancy-style-1 .pull-left span {
    display: block; }
  .fancy-style-1 .pull-left .number {
    margin-bottom: 8px; }
  .fancy-style-1 .over-h {
    padding-left: 45px; }
  .fancy-style-1 h4 {
    margin-top: 0;
    color: #f83730;
    display: inline-block;
    text-transform: uppercase; }

.fancy-style-2 {
  /*------------------------------
	6.6 Counter Single
------------------------------*/ }
  .fancy-style-2 .fcbox {
    padding: 60px 28%;
    margin: 0 auto; }
  @media screen and (max-width: 500px) {
    .fancy-style-2 .fcbox {
      padding: 60px 10%; } }
  .fancy-style-2 .overlay-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .fancy-style-2 h4 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 1.1;
    position: relative; }
  .fancy-style-2 h4 span {
    display: inline-block;
    padding-right: 7px; }
  .fancy-style-2 .cms-button.vc_btn3-color-white {
    border-color: #fff;
    background-color: transparent;
    color: #fff; }
  .fancy-style-2 .cms-button.vc_btn3-color-white:hover, .fancy-style-2 .cms-button.vc_btn3-color-white:focus {
    border-color: #fff;
    background-color: #fff;
    color: #f83730; }

.cms-counter-single {
  color: #fff;
  display: table;
  overflow: hidden;
  margin: 0 auto 35px;
  /*------------------------------
	6.7 VC Tabs
------------------------------*/ }
  .cms-counter-single .cms-counter {
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: #fff;
    position: relative; }
  .cms-counter-single .cms-counter:before {
    content: '.';
    color: #fff; }
  .cms-counter-single h4 {
    color: #fff; }
  .cms-counter-single h4 em {
    display: block;
    font-style: inherit; }
  .cms-counter-single .cms-icon {
    color: #fff;
    font-size: 55px;
    margin-left: 40px; }

.vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-tabs-container {
  margin: 0 !important; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tab {
    margin: 0px 10px;
    cursor: pointer;
    border: 2px solid #949494; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tab a {
    font-size: 18px;
    line-height: 1;
    padding: 8px 33px;
    border: none;
    background: #fff;
    border-radius: 0 !important; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tab a:hover, .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tab a:focus {
    color: #fff;
    background-color: #f83730;
    border-color: #f83730; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tab:hover, .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tab:focus, .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tab.vc_active {
    border-color: #f83730; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tab:hover a, .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tab:focus a, .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tab.vc_active a {
    color: #fff;
    background-color: #f83730; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels-container {
    margin-top: 40px; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panels {
    background: #fff !important;
    border: none !important; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    margin: 0; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panel-body {
    padding: 0 !important; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panel-body .vc_toggle_content {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panel-body .vc_toggle_active .vc_toggle_title:before {
    content: '\f067'; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panel-body .vc_toggle_title {
    position: relative;
    padding-left: 40px; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panel-body .vc_toggle_title:before {
    content: '\f068';
    font-family: fontawesome;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    display: block;
    background-color: #f83730;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .vc_tta-tabs.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panel-body .vc_toggle_title i {
    display: none; }

.vc_toggle.vc_toggle_default {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 0;
  margin-top: 35px;
  padding: 0 0 35px; }

@media screen and (max-width: 767px) {
  /*------------------------------
	6.8 Clients
------------------------------*/
    body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
      background-color: transparent; }
      body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-body, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-body::after, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-body::before {
        display: none;
        border: none; } }

.cms-client-item .box {
  padding: 10px;
  margin: 15px 0; }
  .cms-client-item .box img {
    display: block;
    margin: 0 auto; }
  .cms-client-item .box.opacity {
    margin-bottom: 10px !important;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .cms-client-item .box.opacity:hover, .cms-client-item .box.opacity:focus {
    opacity: 1; }
  .cms-client-item .grayscale img {
    cursor: pointer;
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 0.5;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  .cms-client-item .grayscale:hover img {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 1; }

.cms-carousel-client-item.cms-client-item .box {
  padding: 0;
  margin: 0;
  background-color: none; }
  .cms-carousel-client-item.cms-client-item img {
    width: inherit; }

.cms-clients-wrap.grid-border {
  overflow: hidden; }
  .cms-clients-wrap.grid-border .row {
    margin: 0;
    position: relative;
    right: -1px;
    bottom: -1px; }
  .cms-clients-wrap.grid-border .cms-client-item {
    padding-left: 0;
    padding-right: 0; }
  .cms-clients-wrap.grid-border .cms-client-item .box {
    margin: 0;
    padding: 30px 20px;
    border-bottom: 1px solid #f1f1f4;
    border-right: 1px solid #f1f1f4;
    background: #fff; }

.cms-clients-wrap.bg-transp .box {
  background-color: transparent; }

.m-p-0.cms-clients-wrap .box {
  margin: 0;
  padding: 0;
  /*------------------------------
	6.9 Circle Countdown
------------------------------*/ }

.countdown-container {
  position: relative; }

.clock-item .wrap {
  width: 247px;
  height: 247px;
  margin: 0 auto; }
  .clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%; }
  .clock-item .inner .kineticjs-content {
    border-radius: 50%; }
  .clock-item .text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .clock-item .text .val {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    color: #f83730; }
  .clock-item .text .type-time {
    font-size: 30px; }

.clock-canvas {
  background-color: transparent;
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%; }

@media (max-width: 1199px) and (min-width: 992px) {
  .page-template-coming-soon .clock-item .wrap {
    width: 100%;
    height: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .clock-item {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .clock-item {
    margin: 0px 30px 30px 30px; } }

@media (max-width: 480px) {
  /*------------------------------
	6.10 XGrid
------------------------------*/
    .clock-item {
      margin-left: 0px;
      margin-right: 0px; } }

.owl-item .gv-blog-loop, .template-cms_xgrid .gv-blog-loop {
  margin-bottom: 0;
  border-bottom: none;
  /*------------------------------
	6.11 CMS Causes Single
------------------------------*/ }
  .owl-item .gv-blog-loop .cms-button, .template-cms_xgrid .gv-blog-loop .cms-button {
    border-color: #949494;
    color: #666;
    background-color: transparent; }
  .owl-item .gv-blog-loop .cms-button:hover, .template-cms_xgrid .gv-blog-loop .cms-button:hover, .owl-item .gv-blog-loop .cms-button:focus, .template-cms_xgrid .gv-blog-loop .cms-button:focus {
    border-color: #fa736e;
    color: #f83730;
    background-color: transparent; }

.cms-cause-single {
  /*------------------------------
	6.12 CMS Event Single
------------------------------*/ }
  .cms-cause-single .has-border:before {
    content: ''; }
  .cms-cause-single .causet-title {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    color: #000; }
  .cms-cause-single .cause-circle-status .status-text {
    display: inline-block;
    margin-right: 30px; }
  .cms-cause-single .cause-circle-status .status-text span {
    font-size: 30px;
    font-weight: 900; }
  .cms-cause-single .cause-circle-status .status-text span:after {
    display: none; }
  .cms-cause-single .cause-circle-status .status-text .goal {
    position: relative;
    top: 5px; }
  .cms-cause-single.default .cms-button {
    background-color: transparent;
    border-color: #000;
    color: #000; }
  .cms-cause-single.default .cms-button:hover, .cms-cause-single.default .cms-button:focus {
    background-color: #f83730;
    border-color: #f83730;
    color: #fff; }
  .cms-cause-single.white .causet-title, .cms-cause-single.white .desc, .cms-cause-single.white .status-text .goal {
    color: #fff; }
  @media screen and (min-width: 992px) {
  .cms-cause-single.right .col-md-6 {
    float: right; } }
  @media screen and (max-width: 991px) {
  .cms-cause-single .col-md-6 {
    margin-bottom: 40px; }
    .cms-cause-single .col-md-6 img {
      width: 100%; } }
  @media screen and (max-width: 480px) {
  .cms-cause-single .cause-circle-status .status-text {
    display: block;
    margin-bottom: 30px; } }

.event-sigl-wrap .event-title {
  margin-top: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1; }
  .event-sigl-wrap .event-meta {
    list-style: none;
    margin: 0;
    padding: 0; }
  .event-sigl-wrap .event-meta li {
    float: left;
    margin-right: 15px;
    font-size: 13px; }
  .event-sigl-wrap .countdown-container {
    width: 100%;
    padding: 0; }
  .event-sigl-wrap .event-down .clock-item {
    float: left;
    margin-left: 30px; }
  .event-sigl-wrap .event-down .clock-item .wrap {
    width: 80px;
    height: 80px; }
  .event-sigl-wrap .event-down .clock-item .wrap .kineticjs-content {
    box-shadow: 0 0 0 5px #272727 inset; }
  .event-sigl-wrap .event-down .clock-item .wrap .text .val, .event-sigl-wrap .event-down .clock-item .wrap .text p {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 0; }
  .event-sigl-wrap .event-down .clock-item .wrap .text p {
    font-size: 14px; }
  .event-sigl-wrap.white .event-title a, .event-sigl-wrap.white .event-meta li {
    color: #fff; }
  @media screen and (max-width: 991px) {
  .event-sigl-wrap .event-down {
    float: none !important;
    width: 100%;
    margin-top: 40px; }
    .event-sigl-wrap .event-down .clock-item {
      margin-left: 0;
      margin-right: 30px; } }

.widget {
  margin-bottom: 40px;
  overflow: hidden; }
  .widget:after, .widget:before {
    display: table;
    content: ''; }
  .widget .wg-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 20px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    line-height: 1.4; }
  .widget ul, .widget ol {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .widget ul ul, .widget ol ul {
    padding-left: 20px; }
  .widget li {
    margin-bottom: 7px; }

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.giving-select-wrap {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .giving-select-wrap:before {
    content: '\f0d7';
    font-family: fontawesome;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    color: #666;
    z-index: 2; }
  .giving-select-wrap:hover select, .giving-select-wrap:focus select {
    border-color: #f83730;
    color: #666; }
  .giving-select-wrap:hover:before, .giving-select-wrap:focus:before {
    color: #666; }

.widget_nav_menu ul.sub-menu {
  padding: 0;
  margin-left: 14px; }

.textwidget option {
  padding: 10px 0; }

.widget_rss li, .widget_meta li, .widget_archive li, .widget_recent_entries li, .widget_recent_comments li, .widget_recent_entries li, .widget_product_categories li {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0 10px 25px;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .widget_rss li:last-child, .widget_meta li:last-child, .widget_archive li:last-child, .widget_recent_entries li:last-child, .widget_recent_comments li:last-child, .widget_recent_entries li:last-child, .widget_product_categories li:last-child {
    border-bottom: none; }
  .widget_rss li a, .widget_meta li a, .widget_archive li a, .widget_recent_entries li a, .widget_recent_comments li a, .widget_recent_entries li a, .widget_product_categories li a {
    position: relative; }
  .widget_rss li:before, .widget_meta li:before, .widget_archive li:before, .widget_recent_entries li:before, .widget_recent_comments li:before, .widget_recent_entries li:before, .widget_product_categories li:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 5px;
    left: 14px;
    padding-bottom: 31px;
    position: absolute;
    left: 0;
    color: #ddd;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .widget_rss li:hover:before, .widget_meta li:hover:before, .widget_archive li:hover:before, .widget_recent_entries li:hover:before, .widget_recent_comments li:hover:before, .widget_recent_entries li:hover:before, .widget_product_categories li:hover:before {
    color: #ef4c4a; }

.widget_nav_menu ul.sub-menu {
  padding: 0;
  margin-left: 14px; }

.widget_pages, .widget_categories {
  overflow: hidden;
  width: 100%; }
  .widget_pages > ul, .widget_categories > ul, .widget_pages .menu, .widget_categories .menu {
    overflow: hidden; }
  .widget_pages li, .widget_categories li {
    line-height: 30px;
    width: 100%;
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none; }
  .widget_pages li span, .widget_categories li span {
    float: right; }
  .widget_pages li a, .widget_categories li a {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
    margin-bottom: 7px;
    display: inline-block;
    position: relative;
    padding-left: 25px; }
  .widget_pages li a:before, .widget_categories li a:before {
    content: '';
    display: block;
    width: 100000%;
    height: 1px;
    background-color: #eaeaea;
    left: -500%;
    bottom: -1px;
    position: absolute; }
  .widget_pages li a:after, .widget_categories li a:after {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 5px;
    left: 14px;
    padding-bottom: 31px;
    position: absolute;
    left: 0;
    color: #ddd;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .widget_pages li:hover a:after, .widget_categories li:hover a:after {
    color: #ef4c4a; }

.widget_nav_menu {
  overflow: hidden;
  width: 100%;
  /* Calendar
------------------------------*/ }
  .widget_nav_menu > ul, .widget_nav_menu .menu {
    overflow: hidden; }
  .widget_nav_menu li {
    line-height: 30px;
    width: 100%;
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none; }
  .widget_nav_menu li span {
    float: right; }
  .widget_nav_menu li a {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
    margin-bottom: 7px;
    display: inline-block;
    position: relative;
    padding-left: 25px; }
  .widget_nav_menu li a:before {
    content: '';
    display: block;
    width: 100000%;
    height: 1px;
    background-color: #eaeaea;
    left: -500%;
    bottom: -1px;
    position: absolute; }

.widget_calendar caption {
  margin-bottom: 10px; }
  .widget_calendar thead th {
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold; }
  .widget_calendar table, .widget_calendar table td {
    border-collapse: separate;
    border-spacing: 1px; }
  .widget_calendar table {
    width: 100%; }
  .widget_calendar table tbody td {
    text-align: center; }
  .widget_calendar tbody .pad {
    background: transparent; }
  .widget_calendar tbody td {
    background: #eee; }
  .widget_calendar tbody a {
    font-weight: bold; }

.search-form-inner {
  position: relative;
  /* Tags cloud
------------------------------*/ }
  .search-form-inner .form-control {
    padding-right: 50px; }
  .search-form-inner .form-control:hover, .search-form-inner .form-control:focus {
    border-color: #f83730; }
  .search-form-inner .searchsubmit {
    background: 0 none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0; }
  .search-form-inner .searchsubmit:hover, .search-form-inner .searchsubmit:focus {
    color: #f83730; }

.tagcloud {
  /* Giving Recent Post
------------------------------*/ }
  .tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    line-height: 1.4;
    padding: 7px 22px;
    margin: 0 3px 5px 0;
    background: #f1f1f1; }
  .tagcloud a:hover, .tagcloud a:focus {
    background: #f83730;
    color: #fff; }

.cms-recent-posts .cms-latest-item:nth-child(2n) {
  background-color: #f5f5f5; }
  .cms-recent-posts .cms-latest-item .featured-wrap {
    width: 70px;
    height: 70px;
    float: left; }
  .cms-recent-posts .cms-latest-item .latest-item-info {
    overflow: hidden;
    padding: 5px 5px 5px 30px; }
  .cms-recent-posts .cms-latest-item h4 {
    margin: 0px 0 8px;
    font-size: 15px;
    font-weight: 400;
    color: #666; }
  .cms-recent-posts .cms-latest-item .entry-meta {
    padding-left: 0; }
  .cms-recent-posts .cms-latest-item .entry-meta li {
    float: left;
    font-size: 13px;
    color: #666;
    margin-bottom: 0; }
  .cms-recent-posts .cms-latest-item .entry-meta li.gvbl-comment {
    margin-left: 10px; }
  .cms-recent-posts .cms-latest-item .entry-meta .entry-date {
    position: relative; }
  .cms-recent-posts .cms-latest-item .entry-meta .entry-date:after {
    content: '|';
    display: inline-block;
    padding: 0 8px; }

.site-footer .cms-recent-posts .cms-latest-item:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.4);
  /* Custom widget
------------------------------*/ }

.footer-top {
  /* Giving Image Widget
------------------------------*/ }
  .footer-top .widget {
    margin-bottom: 20px; }
  .footer-top .widget .wg-title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 16px; }
  .footer-top .cpt-footer {
    overflow: hidden;
    margin-bottom: 5px; }
  .footer-top .cpt-footer a {
    display: inline-block;
    margin-bottom: 10px; }
  .footer-top .add-wrap li .fa {
    color: #f83730;
    padding-right: 10px; }
  .footer-top .add-wrap li span, .footer-top .add-wrap li a {
    color: #fff; }
  .footer-top .add-wrap li a:hover, .footer-top .add-wrap li a:focus {
    color: #f83730; }
  .footer-top .social-indiv-inner li {
    float: left; }
  .footer-top .social-indiv-inner a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 17px; }
  .footer-top .social-indiv-inner a:hover, .footer-top .social-indiv-inner a:focus {
    color: #f83730; }
  .footer-top .cms-recent-posts .entry-meta li {
    color: #fff; }

.giving-image-wg {
  /* Giving Gallery Widget
------------------------------*/ }
  .giving-image-wg .desc {
    margin-top: 20px; }

.widget_cms_gallery_widget {
  /* Recent Postype
------------------------------*/ }
  .widget_cms_gallery_widget .images {
    margin-left: -30px; }
  .widget_cms_gallery_widget .images li {
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
    margin-left: 30px; }
  .widget_cms_gallery_widget .images img {
    width: 98px;
    height: 98px; }

.widget_giving_recent_postype .cms-recent-post.layout-col .cms-recent-item {
  margin-bottom: 20px; }
  .widget_giving_recent_postype .cms-recent-post.layout-col .cms-recent-item:nth-child(2n + 1) {
    background-color: #f1f1f1; }
  .widget_giving_recent_postype .cms-recent-post.layout-col .entry-title {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4; }
  .widget_giving_recent_postype .cms-recent-post.layout-col .entry-title a {
    color: #666; }
  .widget_giving_recent_postype .cms-recent-post.layout-col .entry-title a:hover, .widget_giving_recent_postype .cms-recent-post.layout-col .entry-title a:focus {
    color: #f83730; }
  .widget_giving_recent_postype .cms-recent-post.layout-col .entry-meta {
    display: none; }
  .widget_giving_recent_postype .cms-recent-post.layout-col .entry-media {
    width: 70px;
    float: left;
    margin-right: 20px; }
  .widget_giving_recent_postype .cms-recent-post.layout-col .item-content {
    overflow: hidden; }
  .widget_giving_recent_postype .cms-recent-post.layout-fullwidth .entry-media img {
    width: 100%; }
  .widget_giving_recent_postype .cms-recent-post.layout-fullwidth .entry-title a {
    color: #000; }
  .widget_giving_recent_postype .cms-recent-post.layout-fullwidth .entry-title a:hover, .widget_giving_recent_postype .cms-recent-post.layout-fullwidth .entry-title a:focus {
    color: #f83730; }
  .widget_giving_recent_postype .cms-recent-post.layout-fullwidth .entry-meta li {
    margin-bottom: 4px; }
  .widget_giving_recent_postype .cms-recent-post.layout-fullwidth .entry-meta li i {
    color: #f83730;
    padding-right: 8px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 0; }

.disp-table {
  display: table; }

.dis-table-cell {
  display: table-cell; }

.pos-abs {
  position: absolute !important; }

.pos-rev {
  position: relative; }

.pos-static, .vc_row .wpb_column.pos-stt {
  position: static !important; }

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

.pos-right-0 {
  right: 0 !important; }

.ptb-100 {
  padding: 100px 0; }

body .over-vis {
  overflow: visible !important; }
  body.page-dis-footer .site-footer {
    display: none; }

.vc_separator > span, .wpb_revslider_element > div {
  z-index: 1; }

.over-h {
  overflow: hidden; }

.text-primary {
  color: #f83730 !important; }

.text-white {
  color: #fff !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.p-10 {
  padding: 10px !important; }

.p-30 {
  padding: 30px; }

.p-40 {
  padding: 40px 0; }

.mt-0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-11 {
  margin-bottom: 11px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-23 {
  margin-bottom: 23px !important; }

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

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

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

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

.mb-50 {
  margin-bottom: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.woo-section-top {
  margin-bottom: 90px; }

.ml-20 {
  margin-left: 20px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.p-100-cont {
  padding-top: 100px;
  padding-bottom: 100px; }

.p-110-cont {
  padding-top: 110px;
  padding-bottom: 110px; }

.p-140-cont {
  padding-top: 140px;
  padding-bottom: 140px; }

.p-160-cont {
  padding-top: 160px;
  padding-bottom: 160px; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.fontw-900 {
  font-weight: 900 !important; }

.fontw-800 {
  font-weight: 800 !important; }

.fontw-700 {
  font-weight: 700 !important; }

.fontw-600 {
  font-weight: 600 !important; }

.fontw-500 {
  font-weight: 500 !important; }

.fontw-400 {
  font-weight: 400 !important; }

.fontw-300 {
  font-weight: 300 !important; }

.font-21 {
  font-size: 21px !important; }

.font-13 {
  font-size: 13px !important; }

.width-1lit {
  width: 100% !important; }

.font-lato {
  font-family: "Lato", Arial, Helvetica, sans-serif !important; }

.full-height-row {
  min-height: 100vh;
  align-content: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /*------------------------------
	8.1 OWL carousel
------------------------------*/
  /* Owl core
-----------------------------------------------------*/ }
  .full-height-row:before, .full-height-row:after {
    content: '';
    display: block;
    width: 100%;
    height: 0; }

.center {
  text-align: center; }

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 5; }
  .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }
  .owl-carousel .owl-item {
    float: left; }
  .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transform-style: inherit; }
  .owl-carousel .owl-page, .owl-carousel .owl-buttons div {
    cursor: pointer; }
  .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden; }

.owl-controls {
  /* Owl custom
-----------------------------------------------------*/ }

.owl-buttons {
  position: static; }

.owl-carousel {
  overflow: hidden;
  /*------------------------------
	8.2 Magnific Popup CSS 
------------------------------*/ }
  .owl-carousel .owl-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 6;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* owl-dot */ }
  .owl-carousel .owl-nav div i {
    height: 40px;
    line-height: 40px; }
  .owl-carousel .owl-nav div:hover {
    background: rgba(0, 0, 0, 0.7); }
  .owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px; }
  .owl-carousel .owl-dots {
    z-index: 5;
    display: block;
    width: 100%;
    position: static;
    text-align: center;
    margin-top: 20px; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: 0px;
    margin: 0 5px; }
  .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background: #cecece;
    position: relative;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1); }
  .owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {
    background: #f83730; }
  .owl-carousel .owl-pag-2 .owl-dots {
    bottom: 10px; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .mfp-wrap .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }
  .mfp-wrap .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .mfp-wrap .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #ccc; }
  .mfp-preloader a:hover {
    color: white; }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 14px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  /* Main image in popup */ }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: black; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 40px 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
  /* The shadow behind the image */ }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
    .mfp-img-mobile .mfp-image-holder img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-image-holder .mfp-figure:after {
      top: 0;
      bottom: 0; }
      .mfp-img-mobile .mfp-image-holder .mfp-figure small {
        display: inline;
        margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
    .mfp-img-mobile .mfp-bottom-bar .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-bottom-bar .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, .6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (max-width: 900px) {
  /* Row background video
------------------------------*/
    .mfp-wrap .mfp-arrow {
      -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
      transform: scale(0.75); }
      .mfp-wrap .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0; }
      .mfp-wrap .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%; }
      .mfp-wrap .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.row-bg-video .cms-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  overflow: hidden;
  width: 100%; }
  .row-bg-video .cms-bg-video .wp-video {
    height: 100% !important; }
  .row-bg-video .cms-bg-video .wp-video .mejs-container {
    height: 100% !important;
    width: 100% !important; }
  .row-bg-video .cms-bg-video .wp-video .mejs-container .mejs-inner {
    height: 100% !important; }
    .row-bg-video .cms-bg-video .wp-video .mejs-container .mejs-inner .mejs-controls {
      display: none;
      visibility: hidden !important; }
    .row-bg-video .cms-bg-video .wp-video .mejs-container .mejs-inner .mejs-layers {
      display: none; }
    .row-bg-video .cms-bg-video .wp-video .mejs-container .mejs-inner .mejs-mediaelement {
      height: 100% !important; }
      .row-bg-video .cms-bg-video .wp-video .mejs-container .mejs-inner .mejs-mediaelement video {
        width: auto !important;
        height: auto !important;
        min-width: 100%;
        min-height: 100%;
        max-width: none !important; }
  .row-bg-video .cms-bg-video .wp-video .mejs-container, .row-bg-video .cms-bg-video .wp-video .mejs-embed, .row-bg-video .cms-bg-video .wp-video .mejs-embed body, .row-bg-video .cms-bg-video .wp-video .mejs-container .mejs-controls {
    background: transparent !important; }

.event-sm-form input {
  width: 100%;
  margin-bottom: 15px;
  /* Row background parallax
------------------------------*/ }

.vc_parallax_row .vc_column_container {
  z-index: 2; }
  .vc_parallax_row .wpc_parallax_bg, .vc_parallax_row .wpc_parallax_overlay {
    background-position: center;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .vc_parallax_row .wpc_parallax_overlay {
    background-repeat: repeat;
    z-index: 1; }
  .vc_parallax_row .not-mobile {
    background-attachment: fixed;
    background-repeat: no-repeat; }
  @media screen and (min-width: 991px) {
    .vc_parallax_row .not-mobile {
      background-size: cover; } }

.wpc_parallax_overlay {
  background-position: center;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /* Unit */ }

table {
  width: 100%; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

td, th {
  display: table-cell;
  vertical-align: inherit;
  text-align: left; }

th, caption {
  text-transform: uppercase; }

dd {
  margin: 0 0 20px; }

.entry-title .fa-thumb-tack {
  display: none; }

.sticky .entry-title .fa-thumb-tack {
  display: inline-block; }

.entry-content .pagination .page-numbers {
  background: #4b4e53;
  padding: 6px 12px;
  margin-right: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .entry-content .pagination a .page-numbers {
    background: #eee;
    color: #7e8082; }
  .entry-content .pagination a:hover .page-numbers {
    background: #4b4e53;
    color: #fff; }

body .comment-content ul ul {
  padding-left: 30px; }

.comments-area ul {
  list-style-type: square; }

.comments-area ol {
  list-style-type: decimal; }

@media screen and (max-width: 991px) {
  .remove-mg-991.vc_column_container .vc_column-inner {
    margin-top: 0 !important;
    margin-top: 0 !important; } }

@media screen and (max-width: 767px) {
  .pl15-767 > .vc_column-inner {
    padding-left: 15px !important; } }

.ef3-gtb-block {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto; }
  .ef3-gtb-block.align-wide {
    max-width: 1100px; }
  .ef3-gtb-block.align-full {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw; }
  .ef3-gtb-block.align-full img {
    width: 100vw; }
  .ef3-gtb-block .alignleft {
    float: left;
    margin: 0 30px 30px 0; }
  [dir="rtl"] .ef3-gtb-block .alignleft {
    float: right;
    margin: 0 0 30px 30px; }
  .ef3-gtb-block .alignright {
    float: right;
    margin: 0 0 30px 30px; }
  [dir="rtl"] .ef3-gtb-block .alignright {
    float: left;
    margin: 0 30px 30px 0; }
  .ef3-gtb-block.ef3-block-separator {
    display: block;
    clear: both; }
  .ef3-gtb-block .blockquote, .ef3-gtb-block blockquote {
    margin-top: 0;
    padding: 0; }
  .ef3-gtb-block .blockquote:before, .ef3-gtb-block blockquote:before {
    display: none; }
  .ef3-gtb-block.wp-block-paragraph p {
    margin-bottom: 30px; }
  .ef3-gtb-block.wp-block-latest-posts, .ef3-gtb-block.wp-block-categories, .ef3-gtb-block.wp-block-archives, .ef3-gtb-block.ef3-block-pullquote {
    margin-bottom: 30px; }

.alignwide {
  max-width: 1100px; }

ul.wp-block-gallery {
  padding-left: 0;
  padding-right: 0; }

.wp-block-heading > * {
  margin-bottom: 30px; }

.wp-block-column .ef3-gtb-block {
  max-width: 100%; }
