/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Document Setup
3.0 - Site Structure
	3.1 - Header
	3.2 - Main Content
	3.3 - Footer
	3.4 - Contact
	3.5 - Rev Slider
4.0 - Posts
5.0 - Pages
	5.1 - Page Title & Breadcrumb
	5.2 - Blog
	5.3 - Shop
	5.4 - Events
	5.5 - Causes
	5.6 - 404
6.0 - Shortcodes
	6.1 - CMS Counter
	6.2 - CMS Fancy Box Single
	6.3 - CMS Call To Action
	6.4 - CMS Grid
	6.5 - Custom Heading
	6.6 - CMS Carousel
	6.7 - Text Block
	6.8 - Single Image
	6.9 - VC Row
	6.10 - VC Video
	6.11 - VC Html
	6.12 - CMS Count Down
7.0 - Widgets
/*------------------------------------------------------------*/
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
/*--------------------------------------------------------------
3.0 Structure
--------------------------------------------------------------*/
/*------------------------------
	3.2 Main Content
------------------------------*/
/* 
------------------------------*/
/*------------------------------
	3.3 Footer
------------------------------*/
/* Footer widget area
------------------------------*/
/* Navigation Menu */
/* Change Search position */
/*--------------------------------------------------------------
4.0 Posts
--------------------------------------------------------------*/
/* WordPress caption style
------------------------------*/
/*--------------------------------------------------------------
5.0 Pages
--------------------------------------------------------------*/
/*------------------------------
	5.1 Page title & Breadcrum
------------------------------*/
/* Page title
------------------------------*/
/*------------------------------
	5.5 Author Page
------------------------------*/
/*archive product*/
/*--------------------------------------------------------------
6.0 Shortcodes
--------------------------------------------------------------*/
/*------------------------------
	6.1 - CMS Counter
------------------------------*/
/*--------------------------------------------------------------
4.0 Widgets
--------------------------------------------------------------*/
/* Categories Widget
------------------------------*/
html {
  font-size: 62.5%; }

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

body {
  background: #fff; }

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

::-moz-selection {
  background: transparent;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

.row-overlay-color {
  position: relative; }

.left-50 {
  left: 50%;
  /*------------------------------
	2.2 Links
------------------------------*/ }

a {
  color: #999;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */
  /*------------------------------
	2.3 Heading
------------------------------*/ }
  a:hover {
    color: #435061; }
  a:hover, a:active, a:focus {
    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: #999;
    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: #435061; }

h1 {
  margin: 40px 0 32px 0; }

h2 {
  margin: 27px 0 18px 0; }

h3 {
  letter-spacing: normal;
  margin: 26px 0 16px 0; }

h4 {
  letter-spacing: normal;
  margin: 21px 0 19px 0; }

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

h6 {
  letter-spacing: normal;
  margin: 18px 0 13px 0;
  /*------------------------------
	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: 35px 20px 35px 32px;
  margin: 30px 0px 32px;
  background-color: #f6f6f6;
  border-left: 5px solid #000;
  font-style: italic;
  color: #666;
  font-weight: 400; }
  blockquote p {
    line-height: 54px;
    font-size: 14px; }
  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; }

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-radius: 2px;
  background: transparent;
  color: #999;
  font-size: 14px;
  margin: 0;
  outline: medium none;
  padding: 8px 20px 8px 0; }

.form-control {
  box-shadow: none; }
  .form-control:focus {
    border-color: #999;
    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 {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  /* BACKGROUND GRADIENT */
  clip: auto !important;
  color: #999;
  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; }

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

.modal-backdrop {
  background-color: rgba(28, 28, 28, 0.88); }
  .modal-backdrop.in {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }

.donate.modal {
  margin: 150px auto 0px;
  background-color: rgba(83, 83, 83, 0.9);
  border-radius: 5px; }
  .donate.modal .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
    .donate.modal .btn:hover {
      background-color: #535353; }
  @media screen and (min-width: 1200px) {
  .donate.modal {
    width: 1170px;
    height: 570px; } }

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-weight: 300; }

@media screen and (max-width: 600px) {
  /*------------------------------
	3.1 Header
------------------------------*/
    #wpadminbar {
      position: fixed !important; } }

.cshero-main-header {
  line-height: 200px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  /* BACKGROUND GRADIENT */
  /* BOX SIZING */ }
  .cshero-main-header .pray-logo a {
    display: inline-block; }
  .cshero-main-header .row {
    position: relative; }
  .cshero-main-header.menu-header-2 .main-navigation .menu-main-menu > li > a {
    color: #c6c6c6; }
    .cshero-main-header.menu-header-2 .main-navigation .menu-main-menu > li > a:hover {
      color: #fff;
      -webkit-transition: color 0.4s ease 0s;
      -khtml-transition: color 0.4s ease 0s;
      -moz-transition: color 0.4s ease 0s;
      -ms-transition: color 0.4s ease 0s;
      -o-transition: color 0.4s ease 0s;
      transition: color 0.4s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cshero-main-header.menu-header-2 .collapse i {
      color: #fff; }
    .cshero-main-header.menu-header-2 .search-icon i {
      color: #fff; }
  .cshero-main-header.header-fixed {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    background-color: #fff; }

.admin-bar .cshero-main-header.header-fixed {
  top: 30px; }

.wrap-header2 {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9990; }
  .wrap-header2 .cshero-main-header {
    box-shadow: none; }
  .wrap-header2 .header-fixed {
    background-color: #666; }
  .wrap-header2 .pray-menu {
    text-align: right; }
    @media screen and (max-width: 991px) {
  .wrap-header2 .pray-menu {
    text-align: left; } }
  .wrap-header2 .main-navigation {
    display: inline-block !important; }
  @media screen and (max-width: 767px) {
  .wrap-header2 {
    position: relative;
    background-color: #333; } }
  .wrap-header2 .widget_search input.form-search::-webkit-input-placeholder {
    color: #bbb; }
    .wrap-header2 .widget_search input.form-search::-moz-placeholder {
      color: #bbb; }
    .wrap-header2 .widget_search input.form-search:-moz-placeholder {
      color: #bbb; }
    .wrap-header2 .widget_search input.form-search:-ms-input-placeholder {
      color: #bbb; }
  @media screen and (min-width: 992px) {
  .wrap-header2 .header-2 {
    margin-bottom: 9px; } }

.header-top-wrap {
  background-color: #333; }
  .header-top-wrap.header-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent; }
    .header-top-wrap.header-2 .widget_cs_social_widget {
      float: right;
      line-height: inherit;
      margin-top: 10px;
      margin-left: 15px; }
    .header-top-wrap.header-2 .widget_cs_social_widget a {
      color: #c6c6c6; }
    .header-top-wrap.header-2 .widget_cs_social_widget a:hover {
      color: #fff; }
    .header-top-wrap.header-2 .widget_text li {
      color: #c6c6c6; }
    .header-top-wrap.header-2 .widget_text a {
      color: #c6c6c6; }
    .header-top-wrap.header-2 .searchform .form-search {
      background: transparent none repeat scroll 0% 0%;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .header-top-wrap .widget_text li {
    display: inline-block;
    color: #8e8e8e;
    font-size: 14px;
    margin-right: 40px;
    line-height: inherit;
    padding-top: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; }
    .header-top-wrap .widget_text i {
      font-size: 14px;
      margin-right: 5px; }
    .header-top-wrap .widget_text a {
      color: #8e8e8e;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-weight: bold; }
    .header-top-wrap .widget_text a:hover, .header-top-wrap .widget_text a:focus {
      outline: none;
      color: transparent;
      -webkit-transition: color 0.4s ease 0s;
      -khtml-transition: color 0.4s ease 0s;
      -moz-transition: color 0.4s ease 0s;
      -ms-transition: color 0.4s ease 0s;
      -o-transition: color 0.4s ease 0s;
      transition: color 0.4s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
  .header-top-wrap .header-top-right .form-search {
    padding: 13px 30px 14px;
    width: 270px;
    float: right;
    color: #fff; }
    .header-top-wrap .header-top-right .form-search::-webkit-input-placeholder {
      font-style: italic;
      color: #8e8e8e;
      font-weight: 400;
      font-size: 13px;
      font-family: 'Montserrat', sans-serif; }
    .header-top-wrap .header-top-right .form-search::-moz-placeholder {
      font-style: italic;
      color: #8e8e8e;
      font-weight: 400;
      font-size: 13px;
      font-family: 'Montserrat', sans-serif; }
    .header-top-wrap .header-top-right .form-search:-moz-placeholder {
      font-style: italic;
      color: #8e8e8e;
      font-weight: 400;
      font-size: 13px;
      font-family: 'Montserrat', sans-serif; }
    .header-top-wrap .header-top-right .form-search:-ms-input-placeholder {
      font-style: italic;
      color: #8e8e8e;
      font-weight: 400;
      font-size: 13px;
      font-family: 'Montserrat', sans-serif; }
    @media screen and (max-width: 991px) {
    .header-top-wrap .header-top-right .searchform {
      width: 270px;
      margin: 0px auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
    .header-top-wrap .header-top-right .searchform {
      float: right; } }
    @media screen and (max-width: 991px) {
  .header-top-wrap .header-top-right {
    margin-bottom: 15px;
    margin-top: 15px; } }
  @media screen and (max-width: 991px) {
    .header-top-wrap .header-top-left {
      text-align: center; }
      .header-top-wrap .header-top-left ul li {
        display: block; }
      .header-top-wrap .header-top-left ul li + li {
        padding-top: 0px; }
      .header-top-wrap .header-top-left ul {
        padding-bottom: 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
  .header-top-wrap .header-top-left {
    text-align: left; } }

.donate-now {
  float: right; }
  .donate-now a {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    background-color: transparent;
    padding: 13px 14px; }
    .donate-now a:hover, .donate-now a:focus {
      outline: none;
      background-color: #535353;
      color: #fff;
      -webkit-transition: background-color 0.4s ease 0s;
      -khtml-transition: background-color 0.4s ease 0s;
      -moz-transition: background-color 0.4s ease 0s;
      -ms-transition: background-color 0.4s ease 0s;
      -o-transition: background-color 0.4s ease 0s;
      transition: background-color 0.4s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    @media screen and (max-width: 991px) {
  .donate-now a {
    background-color: transparent; } }

#cshero-header-logo a {
  line-height: 200px;
  display: inline-block;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -khtml-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */ }

@media screen and (max-width: 991px) {
  /* Primary menu
------------------------------*/
    #cshero-header-navigation {
      display: none; }
    .cshero-main-header .donate-now {
      line-height: normal;
      padding: 0px 15px;
      margin-bottom: 30px;
      width: 100%; }
      .cshero-main-header .donate-now .wrap-donate-header {
        padding: 10px 0px;
        background-color: transparent;
        text-align: center;
        -webkit-transition: background-color 0.4s ease 0s;
        -khtml-transition: background-color 0.4s ease 0s;
        -moz-transition: background-color 0.4s ease 0s;
        -ms-transition: background-color 0.4s ease 0s;
        -o-transition: background-color 0.4s ease 0s;
        transition: background-color 0.4s ease 0s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
        .cshero-main-header .donate-now .wrap-donate-header:hover {
          background-color: #535353; }
          .cshero-main-header .donate-now .wrap-donate-header:hover a {
            background-color: transparent; }
    #cshero-header-navigation.pray-menu {
      display: block;
      position: relative;
      width: 100%;
      z-index: 999;
      background-color: #fff; }
      #cshero-header-navigation.pray-menu .main-navigation {
        padding-bottom: 20px;
        width: 100%;
        line-height: normal; }
      #cshero-header-navigation.pray-menu .main-navigation ul {
        list-style: none;
        width: 100% !important;
        padding: 0px 15px; }
      #cshero-header-navigation.pray-menu .main-navigation .submenu-open {
        margin-top: 5px; }
      #cshero-header-navigation.pray-menu .main-navigation li {
        position: relative;
        background-color: #fff;
        margin-bottom: 5px; }
        #cshero-header-navigation.pray-menu .main-navigation li.current-menu-ancestor > a, #cshero-header-navigation.pray-menu .main-navigation li.current-menu-parent > a {
          background-color: transparent;
          color: #fff; }
          #cshero-header-navigation.pray-menu .main-navigation li.current-menu-ancestor .cs-menu-toggle, #cshero-header-navigation.pray-menu .main-navigation li.current-menu-parent .cs-menu-toggle {
            color: #fff; }
          #cshero-header-navigation.pray-menu .main-navigation li.current-menu-ancestor > ul > li.current_page_item > a, #cshero-header-navigation.pray-menu .main-navigation li.current-menu-parent > ul > li.current_page_item > a {
            background-color: transparent;
            color: #fff; }
        #cshero-header-navigation.pray-menu .main-navigation li .cs-menu-toggle {
          position: absolute;
          right: 15px;
          top: 4px;
          color: #999;
          font-size: 18px;
          z-index: 3;
          -webkit-transition: color 0.4s ease 0s;
          -khtml-transition: color 0.4s ease 0s;
          -moz-transition: color 0.4s ease 0s;
          -ms-transition: color 0.4s ease 0s;
          -o-transition: color 0.4s ease 0s;
          transition: color 0.4s ease 0s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
          #cshero-header-navigation.pray-menu .main-navigation li .cs-menu-toggle:hover {
            cursor: pointer; }
        #cshero-header-navigation.pray-menu .main-navigation li a {
          font-size: 13px;
          text-transform: uppercase;
          color: #8e8e8e;
          padding: 10px 20px;
          font-weight: bold;
          font-family: 'Montserrat', sans-serif; }
          #cshero-header-navigation.pray-menu .main-navigation li a:hover, #cshero-header-navigation.pray-menu .main-navigation li a:focus {
            background-color: transparent;
            outline: none;
            color: #fff; }
        #cshero-header-navigation.pray-menu .main-navigation li:hover > a, #cshero-header-navigation.pray-menu .main-navigation li:focus > a {
          background-color: transparent;
          outline: none;
          color: #fff; }
          #cshero-header-navigation.pray-menu .main-navigation li:hover .cs-menu-toggle, #cshero-header-navigation.pray-menu .main-navigation li:focus .cs-menu-toggle {
            color: #fff; }
      #cshero-header-navigation.pray-menu .main-navigation a {
        display: block; }
    .donate-now {
      float: left; } }

.cshero-main-header .cshero-header-cart-search.cms-in-phone {
  display: block; }
  .cshero-main-header .cshero-header-cart-search.cms-in-desktop {
    display: none; }

.search-icon, .search-input {
  display: none; }

@media screen and (min-width: 992px) {
  /* For add widget to mega menu */
    .cs-menu-toggle {
      display: none; }
    #cshero-menu-mobile {
      display: none !important; }
    #cshero-header-navigation #site-navigation {
      display: block; }
    .main-navigation .menu-main-menu {
      margin: 0;
      padding: 0;
      /* Start Mega Menu */ }
      .main-navigation .menu-main-menu > li.current-menu-parent > a, .main-navigation .menu-main-menu > li.current-menu-ancestor > a, .main-navigation .menu-main-menu > li.current-menu-item > a {
        color: #000; }
        .main-navigation .menu-main-menu > li.current-menu-parent > ul li.current-menu-parent, .main-navigation .menu-main-menu > li.current-menu-ancestor > ul li.current-menu-parent, .main-navigation .menu-main-menu > li.current-menu-item > ul li.current-menu-parent {
          background-color: transparent; }
          .main-navigation .menu-main-menu > li.current-menu-parent > ul li.current-menu-parent > a, .main-navigation .menu-main-menu > li.current-menu-ancestor > ul li.current-menu-parent > a, .main-navigation .menu-main-menu > li.current-menu-item > ul li.current-menu-parent > a {
            color: #fff;
            border-bottom-color: transparent; }
        .main-navigation .menu-main-menu > li.menu-item-has-children > a:before {
          content: "";
          border-bottom: 14px solid #eee;
          border-top: 14px solid transparent;
          border-left: 14px solid transparent;
          border-right: 14px solid transparent;
          position: absolute;
          z-index: 99;
          left: 35px;
          bottom: 22px;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -webkit-opacity: 0;
          -khtml-opacity: 0;
          -moz-opacity: 0;
          -ms-opacity: 0;
          -o-opacity: 0;
          opacity: 0;
          /* BACKGROUND GRADIENT */
          /* OUTLINE RADIUS */ }
        .main-navigation .menu-main-menu > li.menu-item-has-children > a:after {
          content: "";
          border-bottom: 14px solid #fff;
          border-top: 14px solid transparent;
          border-left: 14px solid transparent;
          border-right: 14px solid transparent;
          position: absolute;
          z-index: 99;
          left: 35px;
          bottom: 21px;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -webkit-opacity: 0;
          -khtml-opacity: 0;
          -moz-opacity: 0;
          -ms-opacity: 0;
          -o-opacity: 0;
          opacity: 0;
          /* BACKGROUND GRADIENT */
          /* OUTLINE RADIUS */ }
        .main-navigation .menu-main-menu > li.menu-item-has-children:hover a:after, .main-navigation .menu-main-menu > li.menu-item-has-children:hover a:before {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1;
          /* BACKGROUND GRADIENT */
          /* OUTLINE RADIUS */ }
        .main-navigation .menu-main-menu > li > a {
          color: #8e8e8e;
          font-size: 13px;
          outline: none;
          font-family: 'Montserrat', sans-serif;
          font-weight: bold;
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          -webkit-transition: all 0.4s ease 0s;
          -khtml-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
          -ms-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
        .main-navigation .menu-main-menu > li > a:hover, .main-navigation .menu-main-menu > li > a:focus {
          outline: none;
          color: #000; }
          .main-navigation .menu-main-menu > li > a:hover span, .main-navigation .menu-main-menu > li > a:focus span {
            border-right-color: transparent; }
        .main-navigation .menu-main-menu > li > a span {
          padding: 0px 12px;
          position: relative;
          display: block;
          border-right: 2px solid #8e8e8e;
          line-height: 12px;
          -webkit-transition: all 0.4s ease 0s;
          -khtml-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
          -ms-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
        .main-navigation .menu-main-menu > li:last-child span {
          border-right: none; }
      .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 {
          line-height: 1.4;
          padding: 13.5px 0px;
          font-size: 13px;
          outline: none;
          display: inline-block;
          text-decoration: none;
          -webkit-transition: all 0.4s ease 0s;
          -khtml-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
          -ms-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
        .main-navigation .menu-main-menu li a:hover, .main-navigation .menu-main-menu li a:focus {
          outline: none;
          color: #000;
          -webkit-transition: all 0.4s ease 0s;
          -khtml-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
          -ms-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
        .main-navigation .menu-main-menu li a span {
          position: relative;
          display: block;
          font-family: 'Montserrat', sans-serif; }
        .main-navigation .menu-main-menu li li {
          margin: 0;
          padding: 0;
          font-size: 12px;
          font-weight: 24px;
          text-transform: uppercase;
          width: 100%;
          padding: 0px 20px;
          -webkit-transition: all 0.2s ease 0s;
          -khtml-transition: all 0.2s ease 0s;
          -moz-transition: all 0.2s ease 0s;
          -ms-transition: all 0.2s ease 0s;
          -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
        .main-navigation .menu-main-menu li li a {
          color: #8e8e8e;
          display: block;
          min-width: 160px;
          text-decoration: none;
          font-weight: bold;
          border-bottom: 1px solid #eee;
          -webkit-transition: all 0.2s ease 0s;
          -khtml-transition: all 0.2s ease 0s;
          -moz-transition: all 0.2s ease 0s;
          -ms-transition: all 0.2s ease 0s;
          -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
        .main-navigation .menu-main-menu li li.current-menu-item {
          background-color: transparent; }
          .main-navigation .menu-main-menu li li.current-menu-item a {
            color: #fff;
            border-bottom: 1px solid transparent; }
        .main-navigation .menu-main-menu li li:hover {
          background-color: transparent;
          -webkit-transition: all 0.2s ease 0s;
          -khtml-transition: all 0.2s ease 0s;
          -moz-transition: all 0.2s ease 0s;
          -ms-transition: all 0.2s ease 0s;
          -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
          .main-navigation .menu-main-menu li li:hover > a {
            border-bottom: 1px solid transparent;
            color: #fff;
            -webkit-transition: all 0.2s ease 0s;
            -khtml-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            -ms-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
            /* BACKGROUND GRADIENT */
            /* TRIPLE BORDERS */ }
        .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;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1;
          /* BACKGROUND GRADIENT */
          /* OUTLINE RADIUS */
          display: block; }
      .main-navigation .menu-main-menu ul {
        position: absolute;
        top: 79px;
        clip: rect(1px, 1px, 1px, 1px);
        background-color: #fff;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        /* BACKGROUND GRADIENT */
        /* BOX SIZING */
        left: 0;
        padding: 0px;
        margin: 0;
        pointer-events: none;
        transition: all 0.4s ease 0s;
        visibility: hidden;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */
        min-width: 250px;
        display: none; }
    #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% - 60px) !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_right.sub-menu {
        left: auto;
        right: 90px;
        margin: auto; }
        #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu .sub-menu {
          background-color: transparent; }
      #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 !important; }
        #cshero-header-navigation .main-navigation ul.multicolumn > li {
          padding-left: 24px;
          padding-right: 15px; }
        #cshero-header-navigation .main-navigation ul.multicolumn > li:hover > a span.menu-title {
          color: #fff; }
        #cshero-header-navigation .main-navigation ul.multicolumn > li > a span.menu-title {
          font-size: 13px;
          line-height: 12px;
          display: block;
          text-transform: uppercase;
          font-family: 'Montserrat', sans-serif;
          font-weight: bold; }
          #cshero-header-navigation .main-navigation ul.multicolumn > li > a span.menu-title:before {
            content: ""; }
        #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: 12px;
            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 {
          -webkit-box-shadow: none;
          -khtml-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          -o-box-shadow: none;
          box-shadow: none;
          /* BACKGROUND GRADIENT */
          box-shadow: none !important;
          clip: inherit;
          pointer-events: inherit;
          visibility: visible;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1;
          /* BACKGROUND GRADIENT */
          /* OUTLINE RADIUS */ }
      #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: -10px 0; }
  #cshero-header-navigation .menu-main-menu .multicolumn .widget .textwidget {
    background: #c6c7c9; }
  #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;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    overflow: hidden;
    display: block !important; }
    #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; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget ul .loc-icon-container {
      left: 0;
      position: absolute; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget ul .loc-icon-container .main-menu-contact-icon {
      border: 2px solid #fff;
      border-radius: 50%;
      color: #fff;
      display: block;
      font-size: 18px;
      font-weight: 100 !important;
      height: 46px;
      padding: 12px;
      width: 46px; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget ul .menu-contact-text-container {
      min-height: 46px;
      padding-left: 60px;
      padding-top: 11px; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget ul .menu-contact-text-container a {
      color: #fff !important;
      padding: 0 !important; }

@media screen and (min-width: 1200px) {
  .main-navigation .menu-main-menu > li > a span {
    padding: 0px 22px; } }

@media screen and (max-width: 991px) {
  #cshero-menu-mobile {
    display: block !important;
    float: right; }
    #cshero-menu-mobile i {
      padding: 15px; }
      #cshero-menu-mobile i:hover {
        cursor: pointer; }

  .header-2 .header-top-right .widget_search {
    display: none; }
    .header-2 .header-top-right .widget_cs_social_widget {
      float: none;
      text-align: center; }

  .sub-menu {
    display: none; }
    .sub-menu.submenu-open {
      display: block; }

  .pray-menu {
    position: absolute !important;
    height: 0px;
    top: 99px;
    display: block !important;
    padding: 0px;
    z-index: 999;
    overflow: hidden;
    width: 100% !important;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
    .pray-menu .donate-now {
      display: none; }
    .pray-menu.collapse {
      padding-top: 20px;
      height: 390px;
      z-index: 2;
      overflow-y: scroll;
      border-top: 3px solid transparent;
      -webkit-transition: all 0.4s ease 0s;
      -khtml-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .pray-menu.collapse .donate-now {
      display: block; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    #cshero-menu-mobile {
      padding-left: 5px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
        .header-2 .header-top-right .widget_cs_social_widget {
          text-align: right; } }

@media screen and (max-width: 767px) {
  .search-icon, .search-input {
    display: block;
    float: right; }
    .search-icon:hover, .search-input:hover {
      cursor: pointer; }
    .search-icon i, .search-input i {
      padding: 15px; }

  .header-1 .header-top-right {
    display: none; }

  .header-2 .header-top-right {
    margin-top: 0px; }
    .header-2 .header-top-left ul {
      padding-bottom: 0px; }
      .header-2 .header-top-left li {
        margin-right: 0px; }

  .search-input {
    position: absolute;
    right: 5px;
    bottom: -20px;
    line-height: 25px;
    z-index: 999; }
    .search-input .widget_search {
      height: 0px;
      -webkit-transition: height 0.4s ease 0s;
      -khtml-transition: height 0.4s ease 0s;
      -moz-transition: height 0.4s ease 0s;
      -ms-transition: height 0.4s ease 0s;
      -o-transition: height 0.4s ease 0s;
      transition: height 0.4s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .search-input.search-show .widget_search {
      height: 45px; }
    .search-input button {
      display: none; }
    .search-input .form-search {
      border-radius: 3px;
      padding: 10px 15px; }
      .search-input .form-search::-webkit-input-placeholder {
        font-style: italic;
        color: #8e8e8e; }
      .search-input .form-search::-moz-placeholder {
        font-style: italic;
        color: #8e8e8e; }
      .search-input .form-search:-moz-placeholder {
        font-style: italic;
        color: #8e8e8e; }
      .search-input .form-search:-ms-input-placeholder {
        font-style: italic;
        color: #8e8e8e; } }

.footer-top {
  padding: 81px 0px 60px;
  background-color: #2e2e2e; }
  .footer-top li {
    padding: 0 0 20px 0;
    margin-bottom: 0; }
  .footer-top div.bold li a {
    font-weight: bold; }
  .footer-top .menu li a {
    text-transform: uppercase;
    color: #7e8082; }
  .footer-top .menu li a:hover, .footer-top .menu li a:focus {
    outline: none;
    color: #999; }
  @media screen and (min-width: 992px) {
      .footer-top .widget_recent_entries ul {
        margin-top: -16px; } }
  .footer-top .widget_recent_entries li {
    padding: 9px 0px;
    border-bottom: 1px solid #474747;
    position: relative; }
  .footer-top .widget_recent_entries li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; }
  .footer-top .widget_recent_entries li a:hover, .footer-top .widget_recent_entries li a:focus {
    outline: none;
    color: #fff; }
  .footer-top .widget_recent_entries li a:before {
    content: "\f101";
    font-family: "FontAwesome";
    color: inherit;
    margin-right: 20px; }
  .footer-top .widget_recent_entries li span {
    color: #a3a6a8;
    font-size: 13px;
    display: block;
    line-height: 18px; }

.footer-bottom {
  background-color: #252525; }
  .footer-bottom .cs-social {
    float: right;
    line-height: 68px; }
  .footer-bottom .cs-social a i {
    color: #5f5f5f; }
  .footer-bottom .cs-social a i:hover {
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    color: #fff; }
  .footer-bottom .copyright {
    line-height: 68px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.25px;
    color: #999; }
  .footer-bottom .copyright a {
    color: #999; }
  .footer-bottom .copyright a:hover, .footer-bottom .copyright a:focus {
    outline: none;
    color: #fff; }

.back_to_top.on {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
  z-index: 999;
  color: transparent;
  display: block; }

.back_to_top.off {
  display: none;
  /* Footer 1
------------------------------*/ }

.footer-information {
  padding: 12px 0px 20px;
  border-bottom: 1px solid #474747;
  margin-bottom: 30px;
  /* Footer 3,4
------------------------------*/ }
  .footer-information .widget {
    color: #999;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px; }
  .footer-information .logo-footer {
    display: block;
    padding-bottom: 33px; }

.footer-top .widget_tag_cloud, .footer-top .widget_recent_entries, .footer-top .contact-us {
  margin-bottom: 30px; }
  .footer-top .wg-title {
    color: #fff;
    margin: 12px 0 48px; }
  .footer-top a, .footer-top li, .footer-top .menu li a, .footer-top .widget_recent_entries li a {
    color: #666; }
  .footer-top .widget li {
    margin-bottom: 0; }
  .footer-top .widget li a:hover {
    color: #fff; }
  .footer-top .widget .contact-us li {
    color: #999;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.25px; }
  @media screen and (min-width: 992px) {
          .footer-top .widget .contact-us li:first-child {
            margin-top: -6px; } }
  .footer-top .widget .contact-us a {
    color: #999; }
  .footer-top .widget .contact-us i {
    margin: 5px 20px 20px 0px;
    color: ;
    font-size: 18px;
    float: left;
    color: #525252; }
  .footer-top .menu li a:hover, .footer-top a:hover, .footer-top .widget_recent_entries li a:hover {
    color: #fff; }

.widget_cs_social_widget li a {
  color: rgba(255, 255, 255, 0.3); }
  .widget_cs_social_widget li a:hover {
    color: #fff; }

@media screen and (max-width: 991px) {
  /*------------------------------
		3.4 - Contact
------------------------------*/
    .footer-bottom .copyright {
      line-height: normal;
      padding-top: 15px;
      text-align: center;
      margin-bottom: 10px; }
      .footer-bottom .cs-social {
        float: none;
        text-align: center;
        line-height: normal;
        padding-bottom: 15px; } }

.contact {
  /*------------------------------
		3.5 - Rev Slider
------------------------------*/ }
  .contact h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 36px;
    color: #435061;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 22px; }
  .contact input.name, .contact input.subject, .contact input.email {
    width: 100%;
    background-color: #f6f6f6;
    padding-left: 25px;
    margin-top: 27px;
    height: 56px;
    color: #000; }
  .contact input.name::-webkit-input-placeholder, .contact input.subject::-webkit-input-placeholder, .contact input.email::-webkit-input-placeholder {
    color: #999;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
  .contact input.name::-moz-placeholder, .contact input.subject::-moz-placeholder, .contact input.email::-moz-placeholder {
    color: #999;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
  .contact input.name:-moz-placeholder, .contact input.subject:-moz-placeholder, .contact input.email:-moz-placeholder {
    color: #999;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
  .contact input.name:-ms-input-placeholder, .contact input.subject:-ms-input-placeholder, .contact input.email:-ms-input-placeholder {
    color: #999;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
  .contact input.subject {
    margin-bottom: 27px; }
  .contact textarea {
    background-color: #f6f6f6;
    padding: 20px 25px;
    margin-bottom: 26px;
    height: 209px;
    width: 100%;
    color: #000; }
  .contact textarea::-webkit-input-placeholder {
    color: #999;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
  .contact textarea::-moz-placeholder {
    color: #999;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
  .contact textarea:-moz-placeholder {
    color: #999;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
  .contact textarea:-ms-input-placeholder {
    color: #999;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
  .contact input.sub {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
    color: #fff;
    background-color: transparent;
    padding: 10px 27.7px;
    border-radius: 0px;
    letter-spacing: 1.05px; }
  .contact input.sub:hover {
    background-color: #535353;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .contact .submit-button {
    text-align: center;
    margin-bottom: 20px; }
  .contact .wpcf7-response-output {
    clear: both;
    text-align: center;
    margin: 0px; }

.rev_slider .tp-mask-wrap .tp-caption {
  transition: all 0.4s ease 0s !important; }

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

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

.button-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -khtml-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  /* BACKGROUND GRADIENT */
  /* TRANSFORM STYLE */
  background-color: transparent;
  padding: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */ }
  .button-control:hover {
    background-color: #535353; }
  .button-control span.fa {
    color: #fff;
    font-size: 25px; }
  .button-control.left {
    left: 0px; }
  .button-control.right {
    right: 0px; }

.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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ccc;
  font-size: 12px;
  font-size: 12px;
  padding: 6px 8px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  text-align: center;
  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
------------------------------*/ }

#fbcomments iframe {
  width: 100% !important; }

.comments-area .comments-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #435061;
  text-transform: uppercase;
  margin: 6px 0px 8px;
  letter-spacing: 0.8px; }
  .comments-area ul.children, .comments-area ol.comment-list {
    list-style-type: none; }
  .comments-area ol.comment-list {
    padding: 0; }
  .comments-area .children {
    padding-left: 70px; }
  .comments-area .comment-list .comment {
    padding-top: 30px; }
  .comments-area .comment-list > .comment {
    border: none; }
  .comments-area .comment-author-image {
    padding-right: 10px;
    float: left;
    position: relative; }
  .comments-area .comment-author-image:before {
    content: "";
    position: absolute;
    left: 80px;
    top: 20px;
    border-right: 10px solid #f7f7f7;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 10px solid transparent; }
  @media screen and (max-width: 1024px) {
      .comments-area .comment-author-image:before {
        left: 50px; } }
  .comments-area .comment-author-image img {
    width: 70px;
    margin-right: 19px; }
  .comments-area .comment-main {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 11px 22px 22px; }
  .comments-area p {
    color: #666;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: -2px; }
  .comments-area .comment-author {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    display: block;
    color: #333;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 5px; }
  .comments-area .comment-date {
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    color: #999;
    line-height: 30px;
    font-weight: 300; }
  .comments-area .reply {
    margin-top: 10px; }
  .comments-area .comment-reply-link {
    display: inline-block;
    background-color: #535353;
    color: #fff;
    padding: 0px 10px;
    border-radius: 2px; }
  .comments-area .comment-reply-link:hover {
    background-color: transparent; }
  .comments-area .comment-text p {
    padding-bottom: 30px;
    /* Respond */ }
  .comments-area .comment-respond .form-submit {
    margin: 0; }
  .comments-area .comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #435061;
    margin-top: 30px;
    letter-spacing: 0.8px; }
  .comments-area .comment-respond .logged-in-as a {
    color: #999;
    font-size: 12px;
    font-weight: 300; }
  .comments-area .comment-respond .logged-in-as a:hover {
    color: transparent; }
  .comments-area .comment-respond .comment-form-author input, .comments-area .comment-respond .comment-form-email input {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    margin-bottom: 19px;
    padding-left: 15px; }
  .comments-area .comment-respond .comment-form-author input::-webkit-input-placeholder, .comments-area .comment-respond .comment-form-email input::-webkit-input-placeholder {
    font-weight: 300;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .comments-area .comment-respond .comment-form-author input::-moz-placeholder, .comments-area .comment-respond .comment-form-email input::-moz-placeholder {
    font-weight: 300;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .comments-area .comment-respond .comment-form-author input:-moz-placeholder, .comments-area .comment-respond .comment-form-email input:-moz-placeholder {
    font-weight: 300;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .comments-area .comment-respond .comment-form-author input:-ms-input-placeholder, .comments-area .comment-respond .comment-form-email input:-ms-input-placeholder {
    font-weight: 300;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .comments-area .comment-respond .comment-form-comment {
    margin-bottom: 15px; }
  .comments-area .comment-respond .comment-form-comment textarea {
    padding: 15px;
    width: 100%;
    height: 180px;
    border: 1px solid #e5e5e5; }
  .comments-area .comment-respond .comment-form-comment textarea::-webkit-input-placeholder {
    font-weight: 300;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .comments-area .comment-respond .comment-form-comment textarea::-moz-placeholder {
    font-weight: 300;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .comments-area .comment-respond .comment-form-comment textarea:-moz-placeholder {
    font-weight: 300;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .comments-area .comment-respond .comment-form-comment textarea:-ms-input-placeholder {
    font-weight: 300;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .comments-area .comment-respond .submit {
    display: inline-block;
    padding: 16px 30.5px;
    background: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    border-radius: 0px; }
  .comments-area .comment-respond .submit:hover {
    background: #535353; }

@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: 20px; } }

.template-cms_grid .content-grid-blog {
  position: relative;
  margin-bottom: 20px;
  padding-top: 10px; }
  .template-cms_grid .content-grid-blog img {
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .template-cms_grid .content-grid-blog img:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  .template-cms_grid .content-grid-blog .content-archive {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 27px 30px 26px;
    background-color: #f7f7f7; }
  .template-cms_grid .content-grid-blog .entry-footer {
    margin-top: 22px;
    text-align: right; }
  .template-cms_grid .content-grid-blog .entry-footer a {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding-bottom: 2px;
    color: #435061;
    line-height: 30px;
    border-bottom: 1px solid #435061; }
  .template-cms_grid .content-grid-blog .entry-footer a:hover, .template-cms_grid .content-grid-blog .entry-footer a:focus {
    color: transparent;
    border-bottom-color: transparent; }
  .template-cms_grid .content-grid-blog .entry-meta ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 15px; }
  .template-cms_grid .content-grid-blog .entry-meta li {
    display: inline-block; }
  .template-cms_grid .content-grid-blog .entry-meta li a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    color: #8e8e8e; }
  .template-cms_grid .content-grid-blog .entry-meta li a:hover, .template-cms_grid .content-grid-blog .entry-meta li a:focus {
    color: transparent;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .template-cms_grid .content-grid-blog .entry-meta i {
    margin-right: 6px;
    color: #8e8e8e; }
  .template-cms_grid .content-grid-blog .entry-title {
    margin: 0px 0px 8px;
    line-height: 0px; }
  .template-cms_grid .content-grid-blog .entry-title a {
    color: #435061;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal; }
  .template-cms_grid .content-grid-blog .entry-title a:hover, .template-cms_grid .content-grid-blog .entry-title a:focus {
    color: transparent;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .template-cms_grid .content-grid-blog .entry-date {
    position: absolute;
    z-index: 2;
    background-color: transparent;
    width: 60px;
    height: 60px;
    left: 10px;
    text-align: center;
    padding-top: 11px; }
  .template-cms_grid .content-grid-blog .entry-date .time {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; }
  .template-cms_grid .content-grid-blog .entry-date .time.day {
    font-size: 30px;
    font-weight: bold; }
  .template-cms_grid .content-grid-blog .entry-date .time.month {
    font-size: 12px;
    padding-top: 1px;
    line-height: normal;
    letter-spacing: 2.4px; }

.single-blog {
  padding: 60px 0px 70px; }
  .single-blog .entry-header {
    padding-top: 10px; }
  .single-blog .entry-content {
    padding-top: 24px; }
  .single-blog .entry-content p {
    line-height: 26px; }
  .single-blog .entry-content li {
    line-height: 42px; }
  .single-blog .entry-content blockquote p {
    line-height: 36px; }
  .single-blog img {
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .single-blog img:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  .single-blog .entry-meta {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0px; }
  .single-blog .entry-meta ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px; }
  .single-blog .entry-meta li {
    display: inline-block;
    margin-right: 27px; }
  .single-blog .entry-meta li a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    color: #8e8e8e; }
  .single-blog .entry-meta li a:hover, .single-blog .entry-meta li a:focus {
    color: transparent;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .single-blog .entry-meta i {
    margin-right: 6px;
    color: #8e8e8e; }
  .single-blog .entry-title {
    line-height: 0px;
    color: #435061;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    margin: 25px 0px; }

.search .blog-wrap img {
  display: none; }
  .search .blog-wrap .entry-date {
    display: none; }
  .search .blog-wrap .content-archive {
    border-top: 1px solid #d7d7d7; }

.search .no-results.not-found .searchform {
  width: 370px; }
  .search .no-results.not-found .form-search {
    width: 100%;
    height: 50px;
    padding-left: 25px; }
  .search .no-results.not-found .form-search::-webkit-input-placeholder {
    font-style: italic;
    color: #fff; }
  .search .no-results.not-found .form-search::-moz-placeholder {
    font-style: italic;
    color: #fff; }
  .search .no-results.not-found .form-search:-moz-placeholder {
    font-style: italic;
    color: #fff; }
  .search .no-results.not-found .form-search:-ms-input-placeholder {
    font-style: italic;
    color: #fff; }

.page-title {
  position: relative;
  text-align: center;
  padding: 121px 0px 157px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/page_title.jpg"); }
  .page-title .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  .page-title .page-title-text h1 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    margin-bottom: 34px;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .page-title .page-title-text h1 {
      line-height: 40px !important; } }

.single-post .page-title-text h1 {
  margin-bottom: 29px; }
  .single-post .page-title {
    padding-bottom: 162px; }

@media screen and (max-width: 767px) {
  /* Breadcrum
------------------------------*/
    #page-title {
      padding: 50px 0 40px; } }

#breadcrumb-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  #breadcrumb-text li {
    margin: 0;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 14px; }
  #breadcrumb-text li a {
    text-decoration: none;
    color: #c9c9c9; }
  #breadcrumb-text li a:hover, #breadcrumb-text li a:focus {
    color: transparent !important; }
  #breadcrumb-text li a:after {
    content: '/';
    display: inline-block;
    padding: 0 7px; }

@media screen and (max-width: 767px) {
  /*------------------------------
	5.2 Blog
------------------------------*/
    #breadcrumb-text ul.breadcrumbs {
      margin: 10px 0 0; }
      #breadcrumb-text ul.breadcrumbs li a {
        text-align: left; } }

.pray-single-blog {
  margin-bottom: 20px;
  padding-top: 10px; }
  .pray-single-blog .entry-content {
    padding-top: 24px; }
  .pray-single-blog .entry-meta {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0px; }
  .pray-single-blog .entry-meta ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px; }
  .pray-single-blog .entry-meta li {
    display: inline-block; }
  .pray-single-blog .entry-meta li a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    color: #8e8e8e; }
  .pray-single-blog .entry-meta li a:hover, .pray-single-blog .entry-meta li a:focus {
    color: transparent;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  @media screen and (max-width: 767px) {
      .pray-single-blog .entry-meta li {
        display: block; } }
  .pray-single-blog .entry-meta i {
    margin-right: 6px;
    color: #8e8e8e; }
  .pray-single-blog .entry-title {
    line-height: 0px;
    color: #435061;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    margin: 25px 0px; }

#page-right-sidebar, #page-left-sidebar, .archive-wrap {
  padding: 60px 0px 43px; }
  #page-right-sidebar .archive-title, #page-left-sidebar .archive-title, .archive-wrap .archive-title {
    color: #435061; }
  #page-right-sidebar .archive-title a, #page-left-sidebar .archive-title a, .archive-wrap .archive-title a {
    color: inherit; }
  #page-right-sidebar .archive-title a:hover, #page-left-sidebar .archive-title a:hover, .archive-wrap .archive-title a:hover, #page-right-sidebar .archive-title a:focus, #page-left-sidebar .archive-title a:focus, .archive-wrap .archive-title a:focus {
    color: transparent; }
  #page-right-sidebar nav.paging-navigation, #page-left-sidebar nav.paging-navigation, .archive-wrap nav.paging-navigation {
    margin-top: -13px; }

.blog-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-top: 10px;
  /*------------------------------
	5.3 Portfolio
------------------------------*/
  /*------------------------------
	5.4 Shop
------------------------------*/ }
  .blog-wrap img {
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .blog-wrap img:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  .blog-wrap .entry-video iframe {
    width: 100%;
    margin-bottom: -8px; }
  .blog-wrap .content-archive {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 27px 30px 26px;
    background-color: #f7f7f7; }
  .blog-wrap .entry-footer {
    margin-top: 25px;
    text-align: right; }
  .blog-wrap .entry-footer a {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding-bottom: 2px;
    color: #435061;
    line-height: 30px;
    border-bottom: 1px solid #435061; }
  .blog-wrap .entry-footer a:hover, .blog-wrap .entry-footer a:focus {
    color: transparent;
    border-bottom-color: transparent; }
  .blog-wrap .entry-meta ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 15px; }
  .blog-wrap .entry-meta li {
    display: inline-block;
    margin-right: 30px; }
  .blog-wrap .entry-meta li a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    color: #8e8e8e; }
  .blog-wrap .entry-meta li a:hover, .blog-wrap .entry-meta li a:focus {
    color: transparent;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .blog-wrap .entry-meta i {
    margin-right: 6px;
    color: #8e8e8e; }
  .blog-wrap .entry-title {
    margin: 0px 0px 8px;
    line-height: 0px; }
  .blog-wrap .entry-title a {
    color: #435061;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal; }
  .blog-wrap .entry-title a:hover, .blog-wrap .entry-title a:focus {
    color: transparent;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .blog-wrap .entry-date {
    position: absolute;
    background-color: transparent;
    width: 60px;
    height: 60px;
    left: 10px;
    z-index: 2;
    text-align: center;
    padding-top: 11px; }
  .blog-wrap .entry-date .time {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; }
  .blog-wrap .entry-date .time.day {
    font-size: 30px;
    font-weight: bold; }
  .blog-wrap .entry-date .time.month {
    font-size: 12px;
    padding-top: 1px;
    line-height: normal;
    letter-spacing: 2.4px; }

.pray-product {
  padding: 60px 0px 43px; }
  .pray-product .woocommerce-result-count {
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 36.01px;
    margin: 0px; }
  .pray-product .sort-by {
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase; }
  .pray-product ul.page-numbers {
    display: none; }
  .pray-product .pagination {
    margin-top: 0px; }
  .pray-product .select-box {
    float: right;
    overflow: hidden;
    position: relative;
    width: 240px; }
  .pray-product .select-box:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 0px;
    top: 1px; }
  .pray-product .orderby {
    padding: 0px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-top: 2px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* BACKGROUND GRADIENT */ }
  .pray-product .woocommerce-ordering {
    padding-top: 6px;
    margin-bottom: 51px; }

.pray-product-item {
  text-align: center;
  margin-bottom: 23px !important;
  /*product related*/ }
  .pray-product-item .woocommerce-loop-product__title {
    font-size: 14px;
    font-weight: 300;
    color: #a6a6a6;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 2px;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .pray-product-item .woocommerce-loop-product__title:hover {
    color: #435061; }
  .pray-product-item .price {
    display: inline-block; }
  .pray-product-item .price ins {
    float: left;
    padding-right: 5px; }
  .pray-product-item .image-shop {
    position: relative; }
  .pray-product-item .image-shop .section-shop {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    -webkit-transform: translatey(-50%);
    -khtml-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    -webkit-transition: opacity 0.4s ease 0s;
    -khtml-transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .pray-product-item .image-shop .section-shop a.button {
    background-color: #535353;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 7px 17px;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .pray-product-item .image-shop .section-shop a.button:hover {
    background-color: transparent; }
  .pray-product-item .image-shop .section-shop a.added_to_cart {
    background-color: #535353;
    color: #fff;
    width: 44px;
    height: 44px;
    position: relative;
    top: -4px;
    text-indent: -9999px;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  @media (min-width: 768px) and (max-width: 991px) {
        .pray-product-item .image-shop .section-shop a.added_to_cart {
          top: 5px; } }
  .pray-product-item .image-shop .section-shop a.added_to_cart:hover {
    background-color: transparent; }
  .pray-product-item .image-shop .section-shop a.added_to_cart.wc-forward:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 44px;
    text-indent: 0;
    text-align: center;
    margin: 0;
    color: #fff;
    content: "\f178";
    font-family: "FontAwesome";
    font-variant: normal;
    font-weight: 400;
    margin-left: 0;
    text-transform: none; }
  .pray-product-item .image-shop:hover .section-shop {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  @media screen and (max-width: 767px) {
    .pray-product-item .image-shop img {
      width: 100%; } }
  @media screen and (min-width: 1200px) {
  .pray-product-item {
    height: 418px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .pray-product-item {
    height: 353px; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .pray-product-item {
    height: 305px; } }

.woocommerce .template-cms_carousel--related .star-rating {
  height: 14px;
  color: #333;
  margin: 0px auto;
  float: none; }
  .woocommerce .template-cms_carousel--related .star-rating:before {
    color: #333; }

.related.products {
  padding-top: 21px; }

.reviews .comments h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #435061;
  text-transform: uppercase; }
  .reviews .comments img {
    width: auto !important; }
  .reviews .comments .comment-text {
    margin-left: 85px !important; }
  .reviews .comments .comment-text .star-rating {
    float: right; }
  .reviews .comments .comment-text .description {
    border: none; }
  .reviews .review_form_wrapper .review_form h3.comment-reply-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #435061;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .reviews .review_form_wrapper .review_form p label {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 26px;
    color: #435061;
    text-transform: capitalize; }
  .reviews .review_form_wrapper .review_form textarea {
    padding: 15px;
    width: 100%;
    height: 180px !important;
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6; }
  .reviews .review_form_wrapper .review_form .comment-form-author input, .reviews .review_form_wrapper .review_form .comment-form-email input {
    border: 1px solid #e5e5e5;
    width: 100%;
    padding-left: 15px;
    height: 56px;
    background-color: #f6f6f6; }
  .reviews .review_form_wrapper .review_form #respond input#submit.submit {
    display: inline-block;
    padding: 15px 36px;
    background: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 13px; }
  .reviews .review_form_wrapper .review_form #respond input#submit.submit:hover {
    background: #535353; }

.related-title {
  display: flex;
  align-items: center;
  margin-bottom: 87px;
  /*cart*/ }
  .related-title h3 {
    font-weight: bold;
    font-size: 24px;
    color: #435061;
    text-transform: uppercase;
    margin: 0px auto;
    padding: 0px 57px;
    position: relative; }
  .related-title h3:after {
    content: "";
    height: 4px;
    width: 40px;
    position: absolute;
    background-color: #d8d8d8;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 50px; }
  .related-title h3:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    top: 42px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    background-color: #d8d8d8; }
  @media screen and (max-width: 480px) {
    .related-title h3 {
      font-size: 16px;
      padding: 0px 20px; } }
  .related-title .title-l, .related-title .title-r {
    position: relative;
    height: 1px;
    flex: 1 1 auto; }
  .related-title .line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%; }

.overflow-cart {
  overflow-x: scroll; }

table.cart.pray-cart-item thead {
  background-color: #f1f1f1; }
  table.cart.pray-cart-item thead th {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 10px 20px !important; }
  table.cart.pray-cart-item .cart_item {
    text-align: center !important; }
  table.cart.pray-cart-item .product-remove a.remove {
    width: 20px;
    height: 20px;
    line-height: 21px; }
  table.cart.pray-cart-item img {
    width: 60px; }
  table.cart.pray-cart-item .product-name a:hover {
    color: transparent; }
  table.cart.pray-cart-item .product-quantity input {
    height: 36px;
    padding: 0px; }
  table.cart.pray-cart-item .product-quantity input.input-text {
    padding: 0px !important;
    text-align: center;
    font-size: 12px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    color: #333 !important;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: textfield;
    -khtml-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
    appearance: textfield;
    /* BACKGROUND GRADIENT */ }
  @media screen and (max-width: 767px) {
      table.cart.pray-cart-item .product-quantity input.input-text {
        width: 25px; } }
  table.cart.pray-cart-item .quantity-input {
    width: 100%;
    border: 1px solid #d6d6d6 !important;
    text-align: center;
    height: 38px; }
  table.cart.pray-cart-item .quantity-input input.minus, table.cart.pray-cart-item .quantity-input input.plus {
    color: #333;
    font-size: 14px;
    padding: 0px;
    width: 50px;
    height: 36px;
    background-color: #f5f5f5;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  table.cart.pray-cart-item .quantity-input input.minus:hover, table.cart.pray-cart-item .quantity-input input.plus:hover {
    background-color: transparent; }
  @media screen and (max-width: 767px) {
      table.cart.pray-cart-item .quantity-input input.minus, table.cart.pray-cart-item .quantity-input input.plus {
        width: 25px; } }
  table.cart.pray-cart-item .quantity-input input.minus {
    float: left;
    border-right: 1px solid #d6d6d6 !important; }
  table.cart.pray-cart-item .quantity-input input.plus {
    float: right;
    border-left: 1px solid #d6d6d6 !important; }
  table.cart.pray-cart-item .actions input {
    height: 36px; }
  table.cart.pray-cart-item .actions input.input-text {
    width: 120px !important; }
  table.cart.pray-cart-item .actions input.button {
    background-color: #535353;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    border-radius: 0px; }
  table.cart.pray-cart-item .actions input.button:hover {
    background-color: transparent;
    color: #fff; }
  @media screen and (max-width: 768px) {
      table.cart.pray-cart-item .actions input.button {
        float: right; } }

.return-to-shop a.button {
  background-color: #535353;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */
  border-radius: 0px;
  /*check out*/ }
  .return-to-shop a.button:hover {
    background-color: transparent;
    color: #fff; }

.pray-collaterals h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #666;
  font-weight: bold; }
  .pray-collaterals .wc-proceed-to-checkout a.checkout-button {
    background-color: #535353;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .pray-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: transparent; }

.woocommerce .form-row input.input-text {
  height: 36px;
  border: 1px solid #999;
  padding-left: 25px; }
  .woocommerce .form-row textarea {
    border: 1px solid #999;
    padding-left: 25px;
    height: 400px !important; }
  .woocommerce input.button {
    background-color: #535353;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .woocommerce input.button:hover {
    color: #fff;
    background-color: transparent; }

.pray-woocommerce-info {
  border-top-color: transparent;
  margin-bottom: 15px; }
  .pray-woocommerce-info:before {
    color: transparent; }
  .pray-woocommerce-info a:hover {
    color: transparent; }

.pray-woocommerce-message {
  border-top-color: transparent;
  margin-bottom: 15px; }
  .pray-woocommerce-message:before {
    color: transparent; }
  .pray-woocommerce-message a:hover {
    color: transparent; }

@media screen and (max-width: 600px) {
      .woocommerce-thankyou-order-details li {
        margin-bottom: 10px;
        float: none; } }

.checkout.woocommerce-checkout h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  font-weight: bold; }
  .checkout.woocommerce-checkout table.shop_table thead {
    background-color: #f1f1f1; }

.pray-prayment#payment #place_order {
  background-color: #535353;
  border-radius: 0px; }
  .pray-prayment#payment #place_order:hover {
    background-color: transparent; }

.product-type-simple .quantity-input {
  border: 1px solid #d6d6d6 !important;
  text-align: center;
  height: 38px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*content single product*/ }
  .product-type-simple .quantity-input input.minus, .product-type-simple .quantity-input input.plus {
    color: #333;
    font-size: 14px;
    padding: 0px;
    width: 98px;
    height: 36px;
    background-color: #f5f5f5;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .product-type-simple .quantity-input input.minus:hover, .product-type-simple .quantity-input input.plus:hover {
    background-color: transparent; }
  @media screen and (max-width: 480px) {
    .product-type-simple .quantity-input input.minus, .product-type-simple .quantity-input input.plus {
      width: 50px; } }
  .product-type-simple .quantity-input input.minus {
    float: left;
    border-right: 1px solid #d6d6d6 !important; }
  .product-type-simple .quantity-input input.plus {
    float: right;
    border-left: 1px solid #d6d6d6 !important; }
  .product-type-simple .quantity-input .input-text {
    padding: 0px !important;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #333 !important;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: textfield;
    -khtml-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
    appearance: textfield;
    /* BACKGROUND GRADIENT */ }

.wrap-product {
  padding: 70px 0px 35px; }
  .wrap-product .images {
    width: 100% !important; }
  .wrap-product div.product .woocommerce-product-rating {
    margin-top: -2px;
    margin-bottom: 7px; }
  .wrap-product div.product .woocommerce-product-rating .star-rating {
    font-size: 14px;
    height: 22px; }
  .wrap-product .summary.entry-summary {
    width: 100% !important; }
  .wrap-product .pray-woocommerce-message {
    padding: 15px; }
  .wrap-product .pray-woocommerce-message a.button {
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    padding: 10px;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .wrap-product .pray-woocommerce-message a.button:hover {
    background-color: #535353; }
  .wrap-product div.product form.cart .button.single_add_to_cart_button {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 24px;
    background-color: transparent;
    border-radius: 0px;
    padding: 11px 51px;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .wrap-product div.product form.cart .button.single_add_to_cart_button:hover {
    background-color: #535353; }
  .wrap-product .product-navigation {
    float: right; }
  .wrap-product .product-navigation a {
    background-color: #e9e9e9;
    border-radius: 0px;
    padding: 17px 18px;
    border: 0px; }
  .wrap-product .product-navigation a:hover {
    background-color: transparent; }
  .wrap-product .product-navigation i {
    color: #333;
    font-size: 24px; }
  .wrap-product .pray-variations-form {
    margin-bottom: 0px !important;
    padding-top: 20px; }
  .wrap-product .pray-variations-form table.variations {
    margin-bottom: 19px !important; }
  .wrap-product .pray-variations-form label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    letter-spacing: 0.7px;
    font-family: 'Lato', sans-serif; }
  .wrap-product .pray-variations-form label:before {
    content: "*";
    color: red;
    font-size: 17px;
    position: absolute;
    right: -10px;
    top: 1px; }
  .wrap-product .pray-variations-form .quantity {
    border: 1px solid #d6d6d6 !important;
    text-align: center;
    height: 38px; }
  .wrap-product .pray-variations-form .quantity input.minus, .wrap-product .pray-variations-form .quantity input.plus {
    border-radius: 0px;
    color: #333;
    font-size: 24px;
    padding: 0px;
    width: 98px;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .wrap-product .pray-variations-form .quantity input.minus:hover, .wrap-product .pray-variations-form .quantity input.plus:hover {
    background-color: transparent;
    border-color: transparent; }
  @media screen and (max-width: 480px) {
        .wrap-product .pray-variations-form .quantity input.minus, .wrap-product .pray-variations-form .quantity input.plus {
          width: 50px; } }
  .wrap-product .pray-variations-form .quantity input.minus {
    float: left;
    border-right: 1px solid #d6d6d6 !important; }
  .wrap-product .pray-variations-form .quantity input.plus {
    float: right;
    border-left: 1px solid #d6d6d6 !important; }
  .wrap-product .pray-variations-form .quantity .input-text {
    padding: 0px !important;
    font-size: 12px;
    line-height: 40px;
    color: #333;
    height: 40px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: textfield;
    -khtml-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
    appearance: textfield;
    /* BACKGROUND GRADIENT */ }
  .wrap-product .pray-variations-form select {
    width: 100%;
    height: 38px;
    border: 1px solid #d6d6d6;
    padding-left: 15px;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* BACKGROUND GRADIENT */ }
  .wrap-product .pray-variations-form .value {
    position: relative;
    height: 58px; }
  .wrap-product .pray-variations-form .value .reset_variations {
    display: none; }
  .wrap-product .pray-variations-form .value:before {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #666;
    top: 6px;
    right: 10px; }
  .wrap-product .product_title.entry-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #435061;
    margin-bottom: -7px;
    display: inline-block;
    margin-top: -7px !important; }
  .wrap-product div.product p.price {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 13px; }
  .wrap-product div.product p.price ins, .wrap-product div.product p.price .amount {
    color: #9c0;
    text-decoration: none; }
  .wrap-product div.product p.price del .amount {
    color: #a6a6a6; }
  .wrap-product .pray-stock {
    color: #9c0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 48px;
    text-transform: capitalize;
    padding-bottom: 6px;
    margin-bottom: 0px; }
  .wrap-product .pray-stock span.value {
    color: #435061; }
  .wrap-product .pray-price-wrap {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 24px; }
  .wrap-product .description {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px; }
  .wrap-product .wrap-share {
    display: block; }
  .wrap-product .title-social h3 {
    margin: 8px 0px 0px !important; }
  .wrap-product div.product form.cart {
    margin-bottom: 0px !important; }
  .wrap-product .woocommerce-variation-add-to-cart {
    padding-top: 20px !important;
    border-top: 1px solid #d6d6d6; }
  .wrap-product .title-social, .wrap-product .post-share {
    display: inline-block; }
  .wrap-product .title-social i, .wrap-product .post-share i {
    font-size: 15px;
    color: #ccc;
    margin: 0px 6px;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .wrap-product .title-social i:hover, .wrap-product .post-share i:hover {
    color: transparent; }
  .wrap-product .post-share a {
    color: #ccc;
    font-size: 15px; }
  .wrap-product .title-social h3 {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 36px;
    color: #999; }
  .wrap-product .panel.entry-content {
    box-shadow: none;
    border: none; }
  .wrap-product .woocommerce-variation.single_variation, .wrap-product .woocommerce-variation-availability, .wrap-product a.reset_variations {
    display: none !important;
    /*woocommerce-tabs*/ }
  .wrap-product div.product .woocommerce-tabs {
    margin-top: 41px; }
  .wrap-product div.product .woocommerce-tabs ul.tabs {
    border-radius: none;
    border-color: transparent; }
  .wrap-product div.product .woocommerce-tabs ul.tabs:before {
    border-bottom-color: #ccc; }
  .wrap-product div.product .woocommerce-tabs ul.tabs li {
    border: none;
    padding: 0px; }
  .wrap-product div.product .woocommerce-tabs ul.tabs li a {
    color: #ccc;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20.68px;
    font-weight: bold;
    background-color: #fff;
    padding: 15px 30px;
    text-transform: uppercase; }
    .wrap-product div.product .woocommerce-tabs ul.tabs li a:hover, .wrap-product div.product .woocommerce-tabs ul.tabs li a:focus {
      color: #435061;
      background-color: #f5f5f5; }
    @media screen and (max-width: 480px) {
          .wrap-product div.product .woocommerce-tabs ul.tabs li a {
            padding: 5px 20px;
            font-weight: 300; } }
  .wrap-product div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 3px solid transparent; }
    .wrap-product div.product .woocommerce-tabs ul.tabs li.active a {
      color: #435061;
      background-color: #f5f5f5; }
  .wrap-product div.product .woocommerce-tabs ul.tabs li:before, .wrap-product div.product .woocommerce-tabs ul.tabs li:after {
    box-shadow: none !important;
    border: none !important; }
  .wrap-product div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 35px !important; }
    @media screen and (max-width: 480px) {
          .wrap-product div.product .woocommerce-tabs ul.tabs li:first-child {
            margin-left: 0px !important; } }
  @media screen and (max-width: 480px) {
        .wrap-product div.product .woocommerce-tabs ul.tabs {
          text-align: center; } }

.pray-content-message {
  background-color: #e9e9e9;
  padding: 10px;
  /*sale*/ }

.pray-onsale {
  right: -5px;
  background-color: transparent;
  position: absolute;
  top: 5px;
  transform: rotate(-90deg);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  padding: 3px 16px; }

.single_variation_wrap .quantity-input {
  display: none !important; }

body.author .archive-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 26px; }
  body.author .author-info {
    background: #eee;
    padding: 20px; }
  body.author .author-avatar {
    float: left;
    margin-right: 20px; }
  body.author .author-description {
    overflow: hidden; }
  body.author .author-description h2 {
    margin: 7px 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    font-family: ; }

body.search-results #main {
  background: #fff;
  /*donate*/ }

.donate {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff; }
  @media screen and (max-width: 1199px) {
  .donate {
    padding-bottom: 30px; } }

.cms-overlay-color {
  position: absolute !important;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%; }

.row-overlay-color {
  position: relative; }

.wrap-donate {
  text-align: center;
  position: relative;
  margin-top: 30px;
  padding: 0px 15px; }
  .wrap-donate a {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #000; }
  .wrap-donate .title-donate {
    margin-bottom: 27px; }
  .wrap-donate .title-donate h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #fff; }
  @media screen and (max-width: 480px) {
      .wrap-donate .title-donate h2 {
        font-size: 20px; } }
  .wrap-donate .check-box {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    color: #535353;
    text-align: left;
    margin-bottom: 24px; }
  .wrap-donate .check-box label {
    text-transform: uppercase;
    color: #535353; }
  @media screen and (max-width: 480px) {
      .wrap-donate .check-box label {
        display: block; } }
  .wrap-donate .input-text {
    margin-bottom: 30px; }
  .wrap-donate .input-text input {
    border: 1px solid #e8e8e8;
    width: 100%;
    padding-left: 30px;
    height: 58px;
    color: #969696;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .wrap-donate .input-text input::-webkit-input-placeholder {
    color: #969696 !important; }
  .wrap-donate .input-text input::-moz-placeholder {
    color: #969696 !important; }
  .wrap-donate .input-text input:-moz-placeholder {
    color: #969696 !important; }
  .wrap-donate .input-text input:-ms-input-placeholder {
    color: #969696 !important; }
  @media screen and (max-width: 767px) {
      .wrap-donate .input-text input {
        margin-bottom: 30px; } }
  .wrap-donate .select-donate {
    position: relative;
    margin-bottom: 45px; }
  .wrap-donate .select-donate select {
    text-transform: uppercase;
    width: 100%;
    height: 58px;
    color: #969696;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-left: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* BACKGROUND GRADIENT */ }
  .wrap-donate .select-donate select:hover, .wrap-donate .select-donate select:focus {
    outline: none; }
  .wrap-donate .select-donate option {
    padding: 2px 20px; }
  .wrap-donate .select-donate .donate-select {
    border: 1px solid red;
    overflow: hidden;
    color: #969696;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .wrap-donate .select-donate .donate-select:hover {
    border-color: transparent; }
  .wrap-donate .select-donate .donate-select:after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #969696;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .wrap-donate .submit-donate input {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 30px;
    border-radius: 0px; }
  .wrap-donate .submit-donate input:hover {
    background-color: #535353;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }

.modal .close_popup {
  border-color: #fff !important; }

@media screen and (min-width: 1200px) {
  /*------------------------------
		5.4 - Events
------------------------------*/
    .wrap-donate {
      padding: 30px 0px 45px; } }

.template-cms_grid--events-list-style .content-grid-event {
  background-color: #f7f7f7; }
  .template-cms_grid--events-list-style .pagination {
    margin-top: 10px; }
  .template-cms_grid--events-list-style .header-event {
    height: 280px;
    width: 370px;
    padding: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  @media screen and (max-width: 1199px) {
    .template-cms_grid--events-list-style .header-event {
      height: 100%;
      width: 100%; } }
  .template-cms_grid--events-list-style .header-event img {
    height: 100%; }
  .template-cms_grid--events-list-style .header-event img:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  @media screen and (max-width: 1199px) {
      .template-cms_grid--events-list-style .header-event img {
        width: 100%; } }
  .template-cms_grid--events-list-style .entry-content {
    line-height: 24px;
    color: #666;
    font-size: 12px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-transform: initial;
    margin-bottom: 18px; }
  .template-cms_grid--events-list-style .content-event {
    padding: 26px 15px 30px 15px;
    background-color: transparent; }

.header-event {
  position: relative; }
  .header-event img:hover {
    -webkit-transition: opacity 0.4s ease 0s;
    -khtml-transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  .header-event .entry-date {
    position: absolute;
    background-color: transparent;
    height: 90px;
    width: 78px;
    text-align: center;
    z-index: 2; }
  .header-event .time {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 18px; }
  .header-event .time.day {
    font-size: 48px;
    font-weight: bold;
    line-height: 78px;
    letter-spacing: 1.2px; }
  .header-event .time.month {
    margin-top: -18px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 10px; }
  @media screen and (max-width: 767px) {
  .header-event img {
    width: 100%; } }

.content-grid-event {
  margin: 10px 0px 20px; }

.content-event {
  padding: 28px 30px 30px;
  color: #979797;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background-color: #f7f7f7;
  /*------------------------------
		5.5 - Causes
------------------------------*/ }
  .content-event h2 {
    color: #435061;
    font-size: 14px;
    line-height: normal;
    margin-top: 0px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 7px;
    margin-bottom: 3px;
    font-weight: bold; }
  .content-event .time-event {
    line-height: 20px; }
  .content-event i {
    margin-right: 6px; }

.comments-area p {
  font-size: 12px; }

.share-causes {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 24px 0px;
  margin-top: 21px; }
  .share-causes .title-social, .share-causes .post-share {
    display: inline-block; }
  .share-causes .title-social i, .share-causes .post-share i {
    font-size: 16px;
    color: #979797;
    margin: 0px 7px;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .share-causes .title-social i:hover, .share-causes .post-share i:hover {
    color: #435061; }
  @media screen and (min-width: 1200px) {
    .share-causes .post-share {
      margin-left: 12px; } }
  .share-causes .title-social h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 26px;
    color: #435061;
    margin: 0px; }

.pray-single-blog {
  margin-bottom: 16px; }
  .pray-single-blog img {
    width: 100%; }
  .pray-single-blog img.paypal_icon {
    width: auto; }

.single-cause {
  padding: 60px 0px 30px;
  /*------------------------------
			5.6 - 404
------------------------------*/ }
  .single-cause .wrap-header {
    position: relative; }
  .single-cause .widget_search input.form-search::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .single-cause .widget_search input.form-search::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .single-cause .widget_search input.form-search:-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .single-cause .widget_search input.form-search:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .single-cause .widget.widget_categories a {
    padding-left: 0px;
    font-size: 12px; }
  .single-cause .widget.widget_categories a:before {
    display: none; }
  .single-cause .cms-recent-posts article {
    margin-bottom: 32px;
    margin-top: 0px; }
  .single-cause .entry-process {
    height: 5px;
    width: 100%;
    background-color: #ededed;
    position: absolute;
    bottom: 70px;
    z-index: 2; }
  .single-cause .entry-process .percent {
    background-color: transparent;
    height: 5px;
    left: 0px;
    position: absolute;
    top: 0px; }
  .single-cause .entry-process .number {
    background-color: transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 50%;
    padding: 3px 5px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .single-cause .pray-single-donate {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center; }
  .single-cause .single-cause-donate a {
    color: #fff;
    background-color: transparent;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 11px 29px;
    float: right;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .single-cause .single-cause-donate a:hover, .single-cause .single-cause-donate a:focus {
    background-color: #535353;
    outline: none;
    text-decoration: none; }
  .single-cause .entry-meta .detail-author a {
    text-transform: capitalize;
    color: #979797;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .single-cause .entry-meta .detail-author a:hover {
    color: transparent; }
  .single-cause .entry-meta .detail-terms {
    margin-left: 28px; }
  .single-cause .entry-meta .detail-terms a {
    color: #8e8e8e;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .single-cause .entry-meta .detail-terms a:hover {
    color: transparent; }
  @media screen and (max-width: 767px) {
      .single-cause .entry-meta .detail-terms {
        margin-left: 0px; } }
  .single-cause .entry-meta .detail-public {
    margin-left: 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #8e8e8e;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
      .single-cause .entry-meta .detail-public {
        margin-left: 0px; } }
  .single-cause .entry-meta i {
    margin-right: 12px;
    color: #979797; }
  .single-cause .wrap-title h2.entry-title {
    display: inline-block; }
  .single-cause .wrap-title .single-cause-donate {
    display: inline-block;
    float: right;
    padding-top: 12px; }
  .single-cause .entry-content {
    padding-top: 24px; }
  .single-cause .entry-content p {
    line-height: 26px; }
  .single-cause .entry-content li {
    line-height: 42px; }
  .single-cause .entry-content blockquote p {
    line-height: 36px;
    font-weight: 500; }
  .single-cause .pray-single-donate {
    text-align: center; }
  .single-cause .pray-single-donate h5 {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;
    margin-top: 12px;
    line-height: normal;
    margin-bottom: 6px; }
  .single-cause .pray-single-donate .goal {
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    font-family: 'Montserrat', sans-serif; }
  .single-cause .pray-single-donate .goal.raised {
    border-right: 1px solid #433f3d; }

.error404 .page-title {
  display: none; }
  .error404 .wrap-error404 {
    position: relative;
    text-align: center;
    color: #ccc;
    padding-bottom: 200px;
    padding-top: 194px; }
  .error404 .wrap-error404 input.form-search {
    width: 100%;
    background-color: #f6f6f6;
    height: 50px;
    padding-left: 15px; }
  .error404 .wrap-error404 input.form-search::-webkit-input-placeholder {
    font-style: italic;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 400; }
  .error404 .wrap-error404 input.form-search::-moz-placeholder {
    font-style: italic;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 400; }
  .error404 .wrap-error404 input.form-search:-moz-placeholder {
    font-style: italic;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 400; }
  .error404 .wrap-error404 input.form-search:-ms-input-placeholder {
    font-style: italic;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 400; }
  .error404 .wrap-error404 .searchform {
    position: relative;
    margin-top: 32px;
    width: 370px;
    margin: 0px auto; }
  @media screen and (max-width: 767px) {
      .error404 .wrap-error404 .searchform {
        width: 100%; } }
  .error404 .wrap-error404 .searchform i {
    color: #999; }
  .error404 .wrap-error404 .searchform button {
    right: 7px; }
  .error404 .entry-header .error {
    padding-top: 104px;
    font-size: 150px;
    font-weight: bold;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #f0f0f0; }
  .error404 .title-404 {
    color: #333;
    font-family: ;
    font-weight: bold;
    font-size: 35px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    -webkit-transform: translatey(-37%);
    -khtml-transform: translatey(-37%);
    -moz-transform: translatey(-37%);
    -ms-transform: translatey(-37%);
    -o-transform: translatey(-37%);
    transform: translatey(-37%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .error404 .entry-header i {
    font-size: 100px; }
  .error404 .content {
    padding-top: 52px;
    color: #666;
    font-size: 14px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 32px; }
  .error404 .content a {
    border-bottom: 1px solid #666; }
  .error404 .content a:hover {
    color: transparent;
    border-bottom-color: transparent; }

.template-cms_counter_single {
  /*------------------------------
	6.2 - CMS Fancy Box Single
------------------------------*/ }
  .template-cms_counter_single .cms-counter-body {
    color: #435061;
    font-weight: bold;
    padding-top: 47px; }
  @media screen and (min-width: 768px;) {
    border-right: 1px solid #d7d7d7; }
  .template-cms_counter_single#cms-counter-4 .cms-counter-body {
    border-right: none; }
  .template-cms_counter_single .cms-icon {
    font-size: 60px;
    line-height: 30px; }
  .template-cms_counter_single .cms-icon i {
    margin-bottom: 18px; }
  .template-cms_counter_single .cms-counter {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px; }
  .template-cms_counter_single h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 7px;
    color: #435061;
    font-weight: bold; }

.fancyboxes-single-1 {
  color: #666;
  padding-top: 94px;
  padding-bottom: 127px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */ }
  .fancyboxes-single-1 i {
    font-size: 40px; }
  .fancyboxes-single-1 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #435061;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 4px; }
  .fancyboxes-single-1 .fancy-box-content {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.35px; }
  .fancyboxes-single-1:hover {
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .fancyboxes-single-1:hover h3 {
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }

.fancyboxes-single-2 .cms-fancyboxes-body {
  background-size: cover;
  position: relative; }
  .fancyboxes-single-2 .cms-fancybox-item {
    background-color: rgba(41, 175, 138, 0.7);
    padding: 1px 42px 32px;
    border-top: 5px solid transparent;
    color: #fff;
    -webkit-transition: border-top-color 0.4s ease 0s;
    -khtml-transition: border-top-color 0.4s ease 0s;
    -moz-transition: border-top-color 0.4s ease 0s;
    -ms-transition: border-top-color 0.4s ease 0s;
    -o-transition: border-top-color 0.4s ease 0s;
    transition: border-top-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .fancyboxes-single-2 .cms-fancybox-item:hover {
    border-top-color: #fff;
    -webkit-transition: border-top-color 0.4s ease 0s;
    -khtml-transition: border-top-color 0.4s ease 0s;
    -moz-transition: border-top-color 0.4s ease 0s;
    -ms-transition: border-top-color 0.4s ease 0s;
    -o-transition: border-top-color 0.4s ease 0s;
    transition: border-top-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .fancyboxes-single-2 .fancy-box-title-lage h2 {
    font-size: 100px;
    font-weight: bold;
    line-height: 110px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 23px; }
  .fancyboxes-single-2 h3 {
    margin-top: 15px;
    margin-bottom: 39px;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 1.8px;
    color: #eef2f6;
    text-transform: uppercase; }
  .fancyboxes-single-2 .cms-fancyboxes-foot {
    margin-top: 71px;
    text-align: right; }
  .fancyboxes-single-2 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff; }
  .fancyboxes-single-2 a:hover, .fancyboxes-single-2 a:focus {
    outline: none;
    color: transparent;
    border-color: transparent; }
  @media screen and (max-width: 767px) {
  .fancyboxes-single-2 {
    margin-right: 15px;
    margin-left: 15px; } }

.fancyboxes-single-3 .cms-fancybox-item {
  text-align: center;
  position: relative; }
  .fancyboxes-single-3 .fancy-box-icon {
    display: inline-block;
    background-color: transparent;
    width: 60px;
    height: 60px; }
  .fancyboxes-single-3 .fancy-box-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 60px; }
  @media screen and (min-width: 1200px) {
    .fancyboxes-single-3 .fancy-box-icon {
      left: 15px;
      position: absolute; } }
  @media screen and (max-width: 767px) {
    .fancyboxes-single-3 .fancy-box-icon {
      display: block;
      margin: 0px auto; } }
  .fancyboxes-single-3 h3 {
    display: inline-block;
    color: #637285;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    margin-left: 11px;
    margin-bottom: 0px;
    margin-top: 0px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .fancyboxes-single-3 h3 {
      display: block;
      margin-left: 0px; } }
  @media screen and (min-width: 1200px) {
    .fancyboxes-single-3 h3 {
      right: 18px;
      top: 14px;
      position: absolute; } }

.fancyboxes-single-4 i {
  font-size: 30px;
  background-color: transparent;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px; }
  .fancyboxes-single-4 h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 32px;
    color: #435061;
    text-transform: uppercase;
    padding-top: 3px;
    margin-bottom: 5px; }
  .fancyboxes-single-4 .cms-fancybox-item {
    padding: 9px 20px 20px; }

.fancyboxes-single-5 {
  border: 1px solid #ececec;
  padding: 0px 60px 43px;
  -webkit-transition: background-color 0.4s ease 0s;
  -khtml-transition: background-color 0.4s ease 0s;
  -moz-transition: background-color 0.4s ease 0s;
  -ms-transition: background-color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */ }
  .fancyboxes-single-5 .fancy-box-icon {
    margin-top: -55px; }
  .fancyboxes-single-5 i {
    font-size: 30px;
    color: #fff;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background-color: transparent; }
  .fancyboxes-single-5 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 1.8px;
    color: #435061;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 8px; }
  .fancyboxes-single-5 p {
    letter-spacing: 0.35px;
    margin-bottom: 31px; }
  .fancyboxes-single-5 a {
    border: 1px solid #ececec;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #066666;
    padding: 11.5px 30px; }
  @media screen and (max-width: 991px) {
    .fancyboxes-single-5 a {
      padding: 10px; } }
  .fancyboxes-single-5:hover {
    background-color: #f9f9f9;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .fancyboxes-single-5:hover a {
    background-color: transparent;
    color: #fff;
    border-color: transparent;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  @media screen and (max-width: 767px) {
  .fancyboxes-single-5 {
    margin-bottom: 70px !important; } }

@media screen and (max-width: 767px) {
  /*------------------------------
	6.3 - CMS Call To Action
------------------------------*/
    .fancyboxes-single-1, .fancyboxes-single-2, .fancyboxes-single-3, .fancyboxes-single-4, .fancyboxes-single-5 {
      margin-bottom: 15px; } }

.call_to_action {
  padding: 106px 0px 94px;
  color: #fff; }
  .call_to_action .icon {
    text-align: center; }
  .call_to_action i {
    color: #19c2c9;
    font-size: 30px;
    line-height: 30px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: #f4f4f4; }
  .call_to_action h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 8px;
    color: #fff; }
  .call_to_action a {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 33px;
    line-height: 70px;
    color: #fff; }
  @media screen and (max-width: 767px) {
  .call_to_action {
    text-align: center;
    padding: 50px 0px 15px; }
    .call_to_action .icon {
      margin-bottom: 15px; } }

.call-to-action-1 {
  text-align: center;
  /*------------------------------
	6.4 - CMS Grid
------------------------------*/ }
  .call-to-action-1 h2 {
    color: #637285;
    font-weight: bold;
    font-size: 48px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 24px; }
  @media screen and (max-width: 1199px) {
    .call-to-action-1 h2 {
      line-height: 48px; } }
  .call-to-action-1 p {
    line-height: 38px;
    font-weight: 300;
    font-size: 18px;
    color: #637285;
    margin-bottom: 34px; }
  .call-to-action-1 a {
    font-size: 13px;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    color: #fff;
    padding: 13.5px 30.4px;
    padding-left: -1.2px;
    margin-bottom: 13px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .call-to-action-1 a:hover, .call-to-action-1 a:focus {
    color: #fff;
    outline: none;
    background-color: #535353; }

.cms-grid-filter {
  text-align: center;
  margin-bottom: 74px !important; }
  .cms-grid-filter a {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    color: #435061;
    position: relative; }
  .cms-grid-filter a:before {
    content: "";
    height: 4px;
    background-color: #435061;
    width: 0px;
    position: absolute;
    bottom: -4px;
    -webkit-transition: width 0.4s linear 0s;
    -khtml-transition: width 0.4s linear 0s;
    -moz-transition: width 0.4s linear 0s;
    -ms-transition: width 0.4s linear 0s;
    -o-transition: width 0.4s linear 0s;
    transition: width 0.4s linear 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-grid-filter a.active, .cms-grid-filter a:hover, .cms-grid-filter a:focus {
    outline: none; }
  .cms-grid-filter a.active:before, .cms-grid-filter a:hover:before, .cms-grid-filter a:focus:before {
    width: 100%; }
  .cms-grid-filter li {
    margin: 0px 13px; }
  @media screen and (max-width: 991px) {
    .cms-grid-filter li {
      margin: 0px 13px 15px 13px; } }
  @media screen and (max-width: 991px) {
  .cms-grid-filter {
    margin-bottom: 30px !important; } }

.template-cms_grid--causes .cms-grid-filter a:before {
  bottom: -10px; }

.template-cms_grid--events .pagination {
  margin-top: 10px; }

.template-cms_grid--our-events .header-our-event img {
  width: 100%;
  -webkit-transition: opacity 0.4s ease 0s;
  -khtml-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */ }
  .template-cms_grid--our-events .header-our-event img:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  .template-cms_grid--our-events i {
    color: #979797;
    font-size: 12px;
    margin-right: 7px; }
  .template-cms_grid--our-events .content-our-event {
    background-color: #f7f7f7;
    float: left;
    width: 100%;
    margin-bottom: 30px; }
  .template-cms_grid--our-events .content-infor {
    padding: 21px 21px 10px 29px;
    width: 80%;
    float: left; }
  .template-cms_grid--our-events .content-infor .entry-title {
    font-size: 16px;
    color: #435061;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1px;
    margin-bottom: 8px; }
  .template-cms_grid--our-events .content-infor ul {
    padding: 0px;
    list-style: none; }
  .template-cms_grid--our-events .content-infor li {
    display: inline-block;
    margin-right: 6px; }
  .template-cms_grid--our-events .content-infor .our-event-tags a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #979797;
    font-family: 'Montserrat', sans-serif; }
  .template-cms_grid--our-events .content-infor .our-event-tags a:hover {
    color: transparent; }
  .template-cms_grid--our-events .content-infor .our-events-time, .template-cms_grid--our-events .content-infor .location-our-event {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #979797;
    font-family: 'Montserrat', sans-serif; }
  .template-cms_grid--our-events .entry-date {
    float: left; }
  .template-cms_grid--our-events .entry-date .day.time {
    font-size: 48px;
    font-weight: bold;
    line-height: 78px;
    letter-spacing: 1.2px;
    font-family: 'Montserrat', sans-serif;
    color: #fff; }
  .template-cms_grid--our-events .entry-date .time.month {
    margin-top: -18px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    letter-spacing: 3.6px; }
  .template-cms_grid--our-events .entry-date {
    background-color: #29af8a;
    height: 115px;
    width: 101px;
    text-align: center; }
  @media screen and (max-width: 1199px) {
    .template-cms_grid--our-events .entry-date {
      width: 100%; } }

.template-cms_grid--gallery .cms-grid .content-grid {
  position: relative;
  margin-bottom: 30px; }
  .template-cms_grid--gallery .cms-grid .content-grid .link {
    left: 0;
    right: 0;
    top: 38.5%;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%) scale(0);
    -khtml-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .template-cms_grid--gallery .cms-grid .content-grid .link i {
    font-size: 20px;
    color: #f9fbfa;
    border: 1px solid #fff;
    padding: 17px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .template-cms_grid--gallery .cms-grid .content-grid .link i:hover {
    background-color: #535353; }
  .template-cms_grid--gallery .cms-grid .content-grid .item-thumbnail {
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .template-cms_grid--gallery .cms-grid .content-grid .item-thumbnail img {
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .template-cms_grid--gallery .cms-grid .content-grid:hover .item-thumbnail {
    background-color: transparent;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .template-cms_grid--gallery .cms-grid .content-grid:hover .item-thumbnail img {
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    opacity: 0.2;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  .template-cms_grid--gallery .cms-grid .content-grid:hover .link {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: transform 0.4s ease 0s;
    -khtml-transition: transform 0.4s ease 0s;
    -moz-transition: transform 0.4s ease 0s;
    -ms-transition: transform 0.4s ease 0s;
    -o-transition: transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }

.paging-navigation {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif; }
  .paging-navigation .page-numbers {
    width: 42px;
    height: 36px;
    border: 1px solid #91a1b4;
    float: left;
    line-height: 35px;
    color: #91a1b4;
    position: relative;
    margin-left: -1px; }
  .paging-navigation .page-numbers.next, .paging-navigation .page-numbers.prev {
    width: 85px;
    color: #435061;
    font-weight: 300; }
  .paging-navigation .page-numbers.next {
    margin-left: 13px; }
  .paging-navigation .page-numbers.prev {
    margin-right: 13px; }
  .paging-navigation .page-numbers.current, .paging-navigation .page-numbers:hover {
    color: #fff;
    z-index: 2;
    border-color: transparent;
    background-color: transparent; }
  @media screen and (max-width: 360px) {
    .paging-navigation .page-numbers.next {
      margin-left: 5px;
      width: 60px; }

    .paging-navigation .page-numbers.prev {
      margin-right: 5px;
      width: 60px; } }

.template-cms_grid--causes .header-cause, .cms-carousel-causes .header-cause {
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */ }
  .template-cms_grid--causes .header-cause:hover, .cms-carousel-causes .header-cause:hover {
    background-color: transparent; }
  .template-cms_grid--causes img, .cms-carousel-causes img {
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    width: 100%; }
  .template-cms_grid--causes img:hover, .cms-carousel-causes img:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  @media screen and (max-width: 767px) {
    .template-cms_grid--causes img, .cms-carousel-causes img {
      width: 100%; } }
  .template-cms_grid--causes .pagination, .cms-carousel-causes .pagination {
    margin: -1px 0px 0px; }
  .template-cms_grid--causes .header-cause, .cms-carousel-causes .header-cause {
    position: relative; }
  .template-cms_grid--causes .entry-process, .cms-carousel-causes .entry-process {
    height: 5px;
    width: 100%;
    background-color: #ededed;
    position: absolute;
    bottom: 20px;
    z-index: 2; }
  .template-cms_grid--causes .entry-process .percent, .cms-carousel-causes .entry-process .percent {
    background-color: transparent;
    height: 5px;
    left: 0px;
    position: absolute;
    top: 0px; }
  .template-cms_grid--causes .entry-process .number, .cms-carousel-causes .entry-process .number {
    background-color: transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 50%;
    padding: 3px 5px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .template-cms_grid--causes .cms-grid-item, .cms-carousel-causes .cms-grid-item {
    margin-bottom: 30px; }
  .template-cms_grid--causes h2.entry-title, .cms-carousel-causes h2.entry-title {
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 12px; }
  .template-cms_grid--causes h2.entry-title a, .cms-carousel-causes h2.entry-title a {
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    text-transform: uppercase;
    color: #435061;
    font-size: 16px;
    font-weight: bold; }
  .template-cms_grid--causes h2.entry-title a:hover, .cms-carousel-causes h2.entry-title a:hover {
    color: transparent; }
  @media screen and (max-width: 991px) {
    .template-cms_grid--causes h2.entry-title, .cms-carousel-causes h2.entry-title {
      line-height: 20px; } }
  .template-cms_grid--causes .wrap-content-cause, .cms-carousel-causes .wrap-content-cause {
    background-color: #f7f7f7; }
  .template-cms_grid--causes .content-cause, .cms-carousel-causes .content-cause {
    padding: 16px 30px 36px 30px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7; }
  .template-cms_grid--causes .cause-donate, .cms-carousel-causes .cause-donate {
    text-align: center; }
  .template-cms_grid--causes .cause-donate h5, .cms-carousel-causes .cause-donate h5 {
    color: #91a1b4;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: -1px; }
  .template-cms_grid--causes .cause-donate .goal, .cms-carousel-causes .cause-donate .goal {
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background-color: #f7f7f7;
    padding-bottom: 11px;
    color: #435061;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    font-family: 'Montserrat', sans-serif; }
  .template-cms_grid--causes .cause-donate .goal.raised, .cms-carousel-causes .cause-donate .goal.raised {
    border-left: 1px solid #d7d7d7; }
  .template-cms_grid--causes .cause-donate .pray-cause-donate, .cms-carousel-causes .cause-donate .pray-cause-donate {
    background-color: transparent;
    padding: 0px; }
  .template-cms_grid--causes .cause-donate .pray-cause-donate a, .cms-carousel-causes .cause-donate .pray-cause-donate a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: bold;
    padding: 10px; }
  .template-cms_grid--causes .cause-donate .pray-cause-donate a:hover, .cms-carousel-causes .cause-donate .pray-cause-donate a:hover {
    background-color: #535353;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }

.single-cause .modal .popup_title {
  background-color: transparent; }
  .single-cause .modal .close_popup {
    padding-top: 2px;
    line-height: 24px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .single-cause .modal .close_popup:hover {
    color: transparent; }
  .single-cause .form-checkbox input {
    height: 13px !important;
    margin-left: 0px; }
  .single-cause .popup_content input, .single-cause .popup_content textarea {
    border: 1px solid;
    border-radius: 4px;
    padding-left: 10px; }
  .single-cause .popup_content input {
    height: 39px; }
  .single-cause .popup_content input[type="text"], .single-cause .popup_content input[type="email"] {
    border-radius: 4px; }
  .single-cause .popup_content .button.bordered_1 {
    border-color: transparent;
    color: transparent; }
  .single-cause .popup_content .button.bordered_1:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff; }
  .single-cause .popup_content .button.active {
    background-color: transparent;
    border-color: transparent; }
  .single-cause .popup_content .button.active:hover {
    color: #fff;
    background-color: #535353;
    border-color: #535353; }
  .single-cause .popup_content .button.button_donate {
    background-color: transparent;
    border-color: transparent; }
  .single-cause .popup_content .button.button_donate:hover {
    color: #fff;
    background-color: #535353;
    border-color: #535353; }

.cause-process-wrap {
  background-color: #29af8a;
  width: 76px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 9;
  -webkit-border-radius: 0 0 38px 38px;
  -khtml-border-radius: 0 0 38px 38px;
  -moz-border-radius: 0 0 38px 38px;
  -ms-border-radius: 0 0 38px 38px;
  -o-border-radius: 0 0 38px 38px;
  border-radius: 0 0 38px 38px;
  /* BACKGROUND GRADIENT */ }
  .cause-process-wrap .cause-process {
    margin: 20px auto 0; }
  .cause-process-wrap .cause-process .circle-info-half {
    color: #fff;
    display: block;
    font-size: 13px;
    left: 50%;
    position: absolute;
    top: 11px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

.cms-grid-item .cause-process-wrap {
  width: 60px;
  height: 70px;
  left: 10px;
  -webkit-border-radius: 0 0 30px 30px;
  -khtml-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  -o-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
  /* BACKGROUND GRADIENT */ }
  .cms-grid-item .cause-process-wrap .cause-process {
    margin-top: 14px; }
  .cms-grid-item .cause-process-wrap .cause-process .circle-info-half {
    font-size: 12px;
    top: 8px; }

.cause-donate-shortcode-wrap a.top_donate_link {
  display: none; }
  .cause-donate-shortcode-wrap .site_donate_form.modal {
    position: static !important;
    filter: alpha(opacity=1 !important * 100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1 !important * 100)";
    -webkit-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    display: block !important; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog {
    padding-top: 0 !important;
    margin-top: 0;
    -webkit-transform: translate(0) !important;
    -khtml-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .wrap-donate {
    margin-top: 0; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .modal-content {
    background-color: rgba(255, 255, 255, 0.4); }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_title {
    background-color: transparent;
    padding-top: 70px;
    padding-bottom: 0; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_title .close_popup {
    display: none; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content {
    background-color: transparent;
    padding-left: 40px;
    padding-right: 40px; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content .check-box input {
    margin: 0 7px; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content .col-xs-12, .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content label, .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content select {
    color: #fff; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content option {
    color: #969696; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content input {
    color: #fff;
    border-color: red; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content input::-webkit-input-placeholder {
    color: #fff !important; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content input::-moz-placeholder {
    color: #fff !important; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content input:-moz-placeholder {
    color: #fff !important; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content input:-ms-input-placeholder {
    color: #fff !important; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content .donate-select:hover {
    border-color: #fff; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content .donate-select:after {
    color: #fff; }
  .cause-donate-shortcode-wrap .site_donate_form.modal .modal-dialog .popup_content .button_donate {
    line-height: 45px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    height: 45px;
    padding: 0 30px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }

@media screen and (min-width: 767px) {
  /*------------------------------
	6.5 - Custom Heading
------------------------------*/
    .site_donate_form .modal-dialog {
      padding-top: 100px; } }

.style-1 {
  text-align: center; }
  .style-1 .vc_custom_heading {
    text-align: center !important;
    font-size: 24px;
    line-height: 30px;
    color: #435061;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .style-1 .vc_custom_heading:before {
    content: "";
    height: 4px;
    background-color: #d8d8d8;
    width: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -18px; }
  .style-1 .vc_custom_heading:after {
    content: "";
    height: 4px;
    background-color: #d8d8d8;
    width: 30px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -26px; }

.style-2 {
  /*------------------------------
	6.6 - CMS Carousel
------------------------------*/ }
  .style-2 .vc_custom_heading {
    font-size: 35px;
    line-height: 80px;
    color: #637285;
    position: relative;
    margin: 0px; }
  .style-2 .vc_custom_heading:after {
    content: "";
    height: 3px;
    background-color: #19c2c9;
    width: 75px;
    position: absolute;
    left: 0px;
    bottom: -6px; }

.owl-controls .owl-nav {
  text-align: center; }
  .owl-controls .owl-nav .owl-prev {
    padding: 20px 0px;
    display: inline-block;
    margin-right: 5px; }
  .owl-controls .owl-nav .owl-next {
    padding: 20px 0px;
    display: inline-block;
    margin-left: 5px; }

.owl-carousel .owl-item img {
  transform-style: inherit !important; }

.cms-carousel-team .cms-carousel-item {
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */
  position: relative; }
  .cms-carousel-team .cms-carousel-item:hover {
    background-color: transparent; }
  .cms-carousel-team .cms-carousel-item:hover img {
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    opacity: 0.2;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  .cms-carousel-team .cms-carousel-item:hover .wrap-infor {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms-carousel-team .owl-prev-fake, .cms-carousel-team .owl-next-fake {
    display: inline-block; }
  .cms-carousel-team .owl-prev-fake i, .cms-carousel-team .owl-next-fake i {
    font-size: 30px;
    color: #a1a1a1;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-carousel-team .owl-prev-fake i:hover, .cms-carousel-team .owl-next-fake i:hover {
    color: #435061;
    cursor: pointer; }
  .cms-carousel-team .owl-prev-fake {
    border-right: 2px solid #a1a1a1;
    margin-right: 10px;
    height: 26px; }
  .cms-carousel-team .owl-prev-fake i {
    margin-right: 16px;
    margin-bottom: 2px !important;
    line-height: 26px; }
  .cms-carousel-team .header-wrap {
    margin-bottom: 30px; }
  .cms-carousel-team .header-wrap .header-title, .cms-carousel-team .header-wrap .join-team {
    background-color: #f7f7f7;
    height: 270px;
    text-align: center;
    position: relative;
    color: #637285; }
  .cms-carousel-team .header-wrap h2 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 119px;
    margin-bottom: 26px;
    letter-spacing: 1.75px; }
  .cms-carousel-team .header-wrap .wrap-join {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    padding-top: 8px;
    -webkit-transform: translatey(-50%);
    -khtml-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms-carousel-team .header-wrap .wrap-join i {
    display: block;
    font-size: 36px;
    line-height: 24px;
    margin-bottom: 22px; }
  .cms-carousel-team .header-wrap a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #637285;
    border-bottom: 2px solid #637285;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-carousel-team .header-wrap a:hover {
    color: transparent;
    border-bottom-color: transparent; }
  @media screen and (max-width: 768px) {
    .cms-carousel-team .header-wrap .header-title {
      margin-bottom: 15px; } }
  .cms-carousel-team img {
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-carousel-team .wrap-infor {
    position: absolute;
    top: 116px;
    text-align: center;
    left: 0px;
    right: 0px;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-carousel-team .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 0.45px;
    margin-bottom: 3px; }
  .cms-carousel-team .role {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 0.45px; }
  .cms-carousel-team .social {
    padding-top: 71px; }
  .cms-carousel-team .social a {
    font-size: 15px;
    color: #e2e2e2;
    margin: 0px 10px;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-carousel-team .social a:hover {
    color: #fff; }

.cms-carousel-causes .header-title, .cms-carousel-testimonius .header-title, .cms-carousel-news .header-title {
  border-left: 10px solid transparent;
  background-color: #f7f7f7;
  padding: 17px 27px 17px 19px;
  margin-bottom: 50px; }
  .cms-carousel-causes .header-title h2, .cms-carousel-testimonius .header-title h2, .cms-carousel-news .header-title h2 {
    color: transparent;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px; }
  @media screen and (max-width: 480px) {
      .cms-carousel-causes .header-title h2, .cms-carousel-testimonius .header-title h2, .cms-carousel-news .header-title h2 {
        font-size: 18px; } }
  .cms-carousel-causes .header-title .owl-nav-wrap, .cms-carousel-testimonius .header-title .owl-nav-wrap, .cms-carousel-news .header-title .owl-nav-wrap {
    display: inline-block;
    float: right;
    margin-top: 4px; }
  .cms-carousel-causes .header-title .owl-prev-fake, .cms-carousel-testimonius .header-title .owl-prev-fake, .cms-carousel-news .header-title .owl-prev-fake, .cms-carousel-causes .header-title .owl-next-fake, .cms-carousel-testimonius .header-title .owl-next-fake, .cms-carousel-news .header-title .owl-next-fake {
    display: inline-block;
    height: 29px; }
  .cms-carousel-causes .header-title .owl-prev-fake i, .cms-carousel-testimonius .header-title .owl-prev-fake i, .cms-carousel-news .header-title .owl-prev-fake i, .cms-carousel-causes .header-title .owl-next-fake i, .cms-carousel-testimonius .header-title .owl-next-fake i, .cms-carousel-news .header-title .owl-next-fake i {
    font-size: 30px;
    color: #a1a1a1;
    line-height: 26px;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-carousel-causes .header-title .owl-prev-fake i:hover, .cms-carousel-testimonius .header-title .owl-prev-fake i:hover, .cms-carousel-news .header-title .owl-prev-fake i:hover, .cms-carousel-causes .header-title .owl-next-fake i:hover, .cms-carousel-testimonius .header-title .owl-next-fake i:hover, .cms-carousel-news .header-title .owl-next-fake i:hover {
    color: #435061;
    cursor: pointer; }
  .cms-carousel-causes .header-title .owl-prev-fake, .cms-carousel-testimonius .header-title .owl-prev-fake, .cms-carousel-news .header-title .owl-prev-fake {
    border-right: 2px solid #a1a1a1;
    margin-right: 12px; }
  .cms-carousel-causes .header-title .owl-prev-fake i, .cms-carousel-testimonius .header-title .owl-prev-fake i, .cms-carousel-news .header-title .owl-prev-fake i {
    margin-right: 15px;
    margin-bottom: 2px !important; }

.cms-carousel-testimonius .cms-carousel-item {
  background-color: #f7f7f7;
  text-align: center;
  padding: 37px; }
  .cms-carousel-testimonius .entry-content {
    letter-spacing: 0.35px; }
  .cms-carousel-testimonius .wrap-infor i {
    color: #d1d1d1;
    font-size: 36px;
    margin: 14px auto 25px; }
  .cms-carousel-testimonius .title {
    text-transform: uppercase;
    color: #333;
    letter-spacing: 0.35px;
    font-weight: bold;
    line-height: 15px;
    font-size: 18px; }
  .cms-carousel-testimonius .title-testimonius {
    color: #999;
    text-transform: capitalize;
    letter-spacing: 0.35px;
    margin-bottom: 22px; }
  .cms-carousel-testimonius .cms-grid-media {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    overflow: hidden;
    margin: 21px auto 43px; }

.cms-carousel-news {
  /*------------------------------
	6.7 - Text Block
------------------------------*/ }
  .cms-carousel-news .content-news {
    position: relative; }
  .cms-carousel-news .content-news img {
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-carousel-news .content-news img:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  .cms-carousel-news .content-news .content-archive {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 27px 30px 26px;
    background-color: #f7f7f7; }
  .cms-carousel-news .content-news .entry-footer {
    margin-top: 21px;
    text-align: right; }
  .cms-carousel-news .content-news .entry-footer a {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding-bottom: 2px;
    color: #435061;
    line-height: 30px;
    border-bottom: 1px solid #435061; }
  .cms-carousel-news .content-news .entry-footer a:hover, .cms-carousel-news .content-news .entry-footer a:focus {
    color: transparent;
    border-bottom-color: transparent; }
  .cms-carousel-news .content-news .entry-meta ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 15px; }
  .cms-carousel-news .content-news .entry-meta li {
    display: inline-block; }
  .cms-carousel-news .content-news .entry-meta li a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    color: #8e8e8e; }
  .cms-carousel-news .content-news .entry-meta li a:hover, .cms-carousel-news .content-news .entry-meta li a:focus {
    color: transparent;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-carousel-news .content-news .entry-meta i {
    margin-right: 6px;
    color: #8e8e8e; }
  .cms-carousel-news .content-news .entry-title {
    margin: 0px 0px 8px;
    line-height: 0px; }
  .cms-carousel-news .content-news .entry-title a {
    color: #435061;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal; }
  .cms-carousel-news .content-news .entry-title a:hover, .cms-carousel-news .content-news .entry-title a:focus {
    color: transparent;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-carousel-news .content-news .entry-date {
    position: absolute;
    z-index: 2;
    background-color: transparent;
    width: 60px;
    height: 60px;
    left: 10px;
    text-align: center;
    padding-top: 11px; }
  .cms-carousel-news .content-news .entry-date .time {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; }
  .cms-carousel-news .content-news .entry-date .time.day {
    font-size: 30px;
    font-weight: bold; }
  .cms-carousel-news .content-news .entry-date .time.month {
    font-size: 12px;
    padding-top: 1px;
    line-height: normal;
    letter-spacing: 2.4px; }

.wpb_text_column {
  margin: 0px;
  /*------------------------------
	6.8 - Single Image
------------------------------*/ }
  .wpb_text_column h5 {
    color: #637285;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.45px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 9px; }
  .wpb_text_column .wpb_wrapper {
    padding-bottom: 31px;
    border-bottom: 1px solid #e5e5e5; }

.wpb_single_image {
  /*------------------------------
		6.9 - VC Row
------------------------------*/ }
  .wpb_single_image .vc_single_image-wrapper {
    position: relative; }
  .wpb_single_image .vc_single_image-wrapper:before, .wpb_single_image .vc_single_image-wrapper:after {
    background-color: #f7f7f7;
    height: 270px;
    width: 30px;
    content: ""; }
  @media screen and (max-width: 1199px) {
    .wpb_single_image .vc_single_image-wrapper:before, .wpb_single_image .vc_single_image-wrapper:after {
      display: none; } }
  .wpb_single_image .vc_single_image-wrapper:before {
    position: absolute;
    top: 30px;
    left: -30px; }
  .wpb_single_image .vc_single_image-wrapper:after {
    position: absolute;
    top: 30px; }

.row-up {
  overflow: inherit !important;
  /*------------------------------
		6.10 - VC Video
------------------------------*/ }
  @media screen and (min-width: 992px) {
    .row-up .vc_inner:first-child {
      margin-top: -251px; } }

.wpb_video_widget {
  /*------------------------------
		6.11 - VC Html
------------------------------*/ }
  .wpb_video_widget .wpb_heading {
    color: transparent;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px; }
  @media screen and (max-width: 480px) {
    .wpb_video_widget .wpb_heading {
      font-size: 18px; } }
  .wpb_video_widget .wpb_video_wrapper {
    height: 397px;
    padding-top: 0px !important; }
  .wpb_video_widget .header-title {
    border-left: 10px solid transparent;
    background-color: #f7f7f7;
    padding: 17px 27px 17px 19px;
    margin-bottom: 50px; }
  .wpb_video_widget .wrap-join-us {
    background-color: #f7f7f7;
    padding: 37px 28px; }
  .wpb_video_widget .wrap-join-us h3 {
    margin: 0px;
    color: #435061;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    font-weight: bold; }
  @media (min-width: 768px) and (max-width: 992px) {
      .wpb_video_widget .wrap-join-us h3 {
        margin-bottom: 20px; } }
  .wpb_video_widget .wrap-join-us a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    display: inline-block;
    float: right;
    margin-top: -7px;
    padding: 10px 30px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .wpb_video_widget .wrap-join-us a:hover, .wpb_video_widget .wrap-join-us a:focus {
    outline: none;
    background-color: #535353; }
  @media (min-width: 768px) and (max-width: 992px) {
      .wpb_video_widget .wrap-join-us a {
        float: left; } }
  @media screen and (max-width: 480px) {
    .wpb_video_widget .wrap-join-us {
      text-align: center; }
      .wpb_video_widget .wrap-join-us h3 {
        display: block;
        margin-bottom: 20px; }
      .wpb_video_widget .wrap-join-us a {
        float: none; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .wpb_video_widget .wrap-join-us {
      padding-top: 20px;
      padding-bottom: 70px; } }

.donate-app {
  text-align: center;
  color: #fff;
  margin-bottom: 48px; }
  .donate-app h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    margin-bottom: 23px; }
  @media screen and (max-width: 1199px) {
    .donate-app h2 {
      line-height: 55px; } }

.title-event-come {
  font-weight: bold;
  font-size: 60px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0px; }
  @media screen and (max-width: 991px) {
  .title-event-come {
    line-height: 48px;
    font-size: 48px; } }

.link-app {
  /*------------------------------
	6.12 - CMS Count Down
------------------------------*/ }
  .link-app .icon, .link-app .content-app {
    display: inline-block; }
  .link-app .icon i {
    /*hover 435061*/
    color: #fff;
    font-size: 48px;
    line-height: 24px;
    margin-right: 2px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .link-app a {
    border: 1px solid #fff;
    float: right;
    padding: 21px 36px 16px 27px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .link-app a:hover, .link-app a:focus {
    outline: none;
    background-color: #fff; }
  .link-app a:hover .icon i, .link-app a:focus .icon i {
    color: #435061; }
  .link-app a:hover p, .link-app a:focus p {
    color: #435061; }
  .link-app a:hover h5, .link-app a:focus h5 {
    color: #435061; }
  @media screen and (max-width: 1199px) {
    .link-app a {
      padding: 10px; } }
  .link-app .ios a {
    float: right; }
  @media screen and (max-width: 991px) {
    .link-app .ios a {
      float: left;
      margin-bottom: 35px; } }
  .link-app .androids a {
    float: left; }
  .link-app .content-app p {
    font-size: 12px;
    /*hover 435061*/
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .link-app .content-app h5 {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    /*hover 435061*/
    color: #fff;
    line-height: 23px;
    margin: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }

.event-come {
  text-align: center; }
  .event-come .event-title {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 6px; }
  .event-come .infor-event-come ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  .event-come li {
    display: inline-block;
    text-transform: uppercase;
    color: #e6e6e6;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 6.5px; }
  .event-come i {
    font-family: "fontawesome";
    margin-right: 8px; }
  .event-come .read-more-event {
    margin: 39px 0px; }
  .event-come .read-more-event a {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    padding: 13.5px 31.4px; }
  .event-come .read-more-event a:hover, .event-come .read-more-event a:focus {
    outline: none;
    background-color: #535353;
    color: #fff;
    text-decoration: none; }

.cms-countdown-bar {
  text-align: center;
  margin-bottom: 41px;
  margin-top: 87px; }
  .cms-countdown-bar li {
    display: inline-block;
    margin: 0px 15px; }
  .cms-countdown-bar li span {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff; }
  .cms-countdown-bar li div {
    margin-bottom: 8px; }
  .cms-countdown-bar .cms-count {
    width: 168px;
    height: 168px;
    border: 1px solid #fff;
    line-height: 168px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    line-height: 30px;
    color: #fff;
    font-weight: bold; }

.event-come-home-2 .icon-come, .event-come-home-2 .events-come {
  display: inline-block;
  color: #435061; }
  .event-come-home-2 .icon-come i {
    font-size: 60px;
    margin-right: 39px; }
  .event-come-home-2 .event-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 6px; }
  .event-come-home-2 .infor-event-come ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  .event-come-home-2 li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-right: 12px; }
  .event-come-home-2 li i {
    font-family: "fontawesome";
    margin-right: 8px; }
  @media screen and (max-width: 991px) {
  .event-come-home-2 {
    text-align: center;
    margin-bottom: 25px; } }

.cms-countdown-2-bar {
  margin: 0px;
  float: right; }
  .cms-countdown-2-bar li {
    width: 70px;
    height: 70px;
    border: none;
    display: inline-block;
    margin-left: 30px;
    text-align: center;
    background-color: #435061; }
  .cms-countdown-2-bar li span {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif; }
  @media screen and (max-width: 991px) {
    .cms-countdown-2-bar li {
      margin-bottom: 15px; } }
  .cms-countdown-2-bar .cms-count {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0px 4px; }
  @media screen and (max-width: 991px) {
  .cms-countdown-2-bar {
    float: none; }
    .cms-countdown-2-bar ul {
      text-align: center;
      margin: 0px auto; } }

.widget {
  overflow: hidden; }
  .widget.widget_categories a {
    font-family: 'Montserrat', sans-serif;
    line-height: 39px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8e8e8e;
    display: block;
    padding-left: 17px;
    border-bottom: 1px solid #e1e5eb;
    position: relative; }
  .widget.widget_categories a:before {
    position: absolute;
    content: "\45";
    color: #666;
    font-family: "ElegantIcons";
    font-size: 15px;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .widget.widget_categories a:after {
    content: "";
    height: 1px;
    background-color: #e1e5eb;
    width: 200px;
    position: absolute;
    left: -100px;
    bottom: -1px; }
  .widget.widget_categories a:hover {
    padding-left: 27px;
    color: transparent; }
  .widget.widget_categories a:hover:before {
    left: 10px;
    color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .widget.widget_categories > ul {
    margin-top: -15px; }
  .widget.widget_categories > ul > li:last-child a {
    border-bottom: none; }
  .widget:after, .widget:before {
    display: table;
    content: ''; }
  .widget .wg-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px; }
  .widget ul, .widget ol {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .widget ul ul, .widget ol ul {
    padding-left: 20px; }

.widget-area .widget, .wpb_widgetised_column .widget {
  margin-bottom: 40px; }
  .widget-area .widget.widget_search .searchform, .wpb_widgetised_column .widget.widget_search .searchform {
    position: relative; }
  .widget-area .widget.widget_search input.form-search, .wpb_widgetised_column .widget.widget_search input.form-search {
    width: 100%;
    background-color: #f6f6f6;
    height: 50px;
    padding-left: 15px; }
  .widget-area .widget.widget_search input.form-search::-webkit-input-placeholder, .wpb_widgetised_column .widget.widget_search input.form-search::-webkit-input-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .widget-area .widget.widget_search input.form-search::-moz-placeholder, .wpb_widgetised_column .widget.widget_search input.form-search::-moz-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .widget-area .widget.widget_search input.form-search:-moz-placeholder, .wpb_widgetised_column .widget.widget_search input.form-search:-moz-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .widget-area .widget.widget_search input.form-search:-ms-input-placeholder, .wpb_widgetised_column .widget.widget_search input.form-search:-ms-input-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .widget-area .widget.widget_search i, .wpb_widgetised_column .widget.widget_search i {
    color: #435061; }
  .widget-area .wg-title, .wpb_widgetised_column .wg-title {
    position: relative;
    color: #435061;
    margin: 0px 0px 30px;
    font-size: 16px;
    text-transform: uppercase; }
  .widget-area .wg-title:after, .wpb_widgetised_column .wg-title:after {
    content: "";
    height: 4px;
    background-color: #d8d8d8;
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: -9px; }

.widget_text select {
  width: 100%; }

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

.textwidget option {
  padding: 10px 0; }

.widget_pages, .widget_nav_menu {
  /* Calendar
------------------------------*/ }
  .widget_pages ul li, .widget_nav_menu ul li {
    line-height: 30px;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0; }
  .widget_pages ul li span, .widget_nav_menu ul li span {
    float: right; }

.widget_calendar {
  /* Tag Cloud
------------------------------*/ }
  .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; }

.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 12px !important;
  letter-spacing: 0.25px;
  margin: 0 6px 10px 0;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #535353;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  color: #999;
  /* List Authors
------------------------------*/ }
  .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }

.widget-area .widget .list_authors {
  /* Newletter
------------------------------*/ }
  .widget-area .widget .list_authors li {
    display: inline-block;
    border: none;
    padding: 0; }
  .widget-area .widget .list_authors li a img {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */ }
  .widget-area .widget .list_authors li.last {
    margin-right: 0; }

.widget_newsletterwidget {
  margin-bottom: 0 !important; }
  .widget_newsletterwidget.widget {
    overflow: visible; }

.newsletter-widget {
  border: medium none;
  text-align: center;
  margin: 0;
  padding: 0; }
  .newsletter-widget p {
    float: none;
    display: inline-block;
    position: relative;
    width: 100%; }
  .newsletter-widget p:after {
    content: "\f0e0";
    font-size: 16px;
    font-family: "FontAwesome";
    color: #435061;
    position: absolute;
    top: 13px;
    right: 15px; }
  .newsletter-widget p + p {
    display: none; }
  .newsletter-widget .newsletter-email {
    border-color: #f6f6f6;
    height: 50px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    width: 100%;
    padding-left: 20px;
    font-style: italic;
    font-family: 'Montserrat', sans-serif; }
  .newsletter-widget .newsletter-email::-webkit-input-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif; }
  .newsletter-widget .newsletter-email::-moz-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif; }
  .newsletter-widget .newsletter-email:-moz-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif; }
  .newsletter-widget .newsletter-email:-ms-input-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif; }
  .newsletter-widget .newsletter-submit {
    display: none;
    font-family: ;
    font-weight: 400;
    margin-bottom: 30px;
    background-color: #535961;
    color: #fff;
    padding: 10px 37px;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .newsletter-widget .newsletter-submit:hover {
    background-color: transparent; }

.newsletter-widget input::-webkit-input-placeholder, .newsletter-widget input::-moz-placeholder, .newsletter-widget input:-ms-input-placeholder {
  color: #a6a7a9; }

@media screen and (min-width: 992px) {
  .newsletter-widget {
    text-align: right; }
    .newsletter-widget p {
      margin: 0;
      float: left; } }

@media screen and (max-width: 1340px) and (min-width: 1200px) {
  /* Search
------------------------------*/
    .cms-shop-newsletter-wrap > .container {
      width: 100%; } }

.searchform {
  position: relative; }
  .searchform button {
    background: 0 none;
    position: absolute;
    top: 13px;
    right: 18px;
    border: none;
    outline: none;
    color: #fff; }
  .searchform .form-search {
    background-color: #3f3f3f; }

.search-in-faq {
  /* CMS Categories
------------------------------*/ }
  .search-in-faq .searchform input[type=text], .search-in-faq .searchform button {
    font-size: 18px;
    color: #ddd; }

.cms-custom-widget, .cms_categories_widget, .widget_product_categories {
  /* CMS Recent Post
------------------------------*/ }
  .cms-custom-widget li, .cms_categories_widget li, .widget_product_categories li {
    background: 0 none;
    margin-bottom: 0; }
  .cms-custom-widget small, .cms_categories_widget small, .widget_product_categories small {
    color: #aaa; }
  .cms-custom-widget small:before, .cms_categories_widget small:before, .widget_product_categories small:before {
    content: '/';
    display: inline-block;
    padding: 0 7px; }

.cms-recent-posts {
  margin-top: -15px;
  /* Product Filter Price
------------------------------*/ }
  .cms-recent-posts article {
    margin-bottom: 15px;
    margin-top: -7px; }
  .cms-recent-posts article:last-child {
    margin-bottom: 0px; }
  .cms-recent-posts .featured-image {
    float: left;
    margin-right: 17px;
    padding-top: 7px; }
  .cms-recent-posts .featured-image a {
    display: block; }
  .cms-recent-posts .featured-image img {
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-recent-posts .featured-image img:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  .cms-recent-posts .template-cms_grid--causes .entry-content {
    padding: 0px; }
  .cms-recent-posts .post-element {
    overflow: hidden; }
  .cms-recent-posts .post-element h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #435061; }
  .cms-recent-posts .post-element a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #435061; }
  .cms-recent-posts .post-element a:hover {
    color: transparent;
    -webkit-transition: color 0.4s ease 0s;
    -khtml-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cms-recent-posts .post-element .entry-meta span {
    display: inline-block; }
  .cms-recent-posts .post-element .entry-meta span + span:before {
    content: '/';
    display: inline-block;
    padding: 0px 7px; }

.widget_price_filter {
  /* List Product Widget
------------------------------*/ }
  .widget_price_filter .form-control {
    font-size: 12px; }

.woocommerce .woocommerce ul.product_list_widget {
  /* Product Category Wg
------------------------------*/ }
  .woocommerce .woocommerce ul.product_list_widget li {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0; }
  .woocommerce .woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0; }
  .woocommerce .woocommerce ul.product_list_widget li a {
    font-weight: normal;
    display: inline-block; }
  .woocommerce .woocommerce ul.product_list_widget li a.cms-featured-wg {
    float: left; }
  .woocommerce .woocommerce ul.product_list_widget li a img {
    float: left;
    margin: 0 15px 0 0;
    width: 70px; }
  .woocommerce .woocommerce ul.product_list_widget li .cms-widget-product-desc {
    overflow: hidden; }
  .woocommerce .woocommerce ul.product_list_widget li .cms-widget-product-desc .product-title {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.4;
    font-size: 13px; }
  .woocommerce .woocommerce ul.product_list_widget li .cms-widget-product-desc del, .woocommerce .woocommerce ul.product_list_widget li .cms-widget-product-desc ins {
    line-height: 19px !important;
    font-size: 13px !important; }
  .woocommerce .woocommerce ul.product_list_widget li .cms-widget-product-desc ins {
    text-decoration: none; }
  .woocommerce .woocommerce ul.product_list_widget li .cms-widget-product-desc .star-rating {
    line-height: 1 !important; }

.widget_product_categories .product-categories li a:hover {
  padding-left: 0;
  /* For Menu Wg
------------------------------*/ }

.widget-menu {
  /* Cart Search Widget
------------------------------*/ }
  .widget-menu li {
    margin-bottom: 7px; }

#cshero-header-navigation {
  position: static; }
  #cshero-header-navigation .cshero-header-cart-search {
    float: right; }

.cshero-header-cart-search .header {
  position: relative;
  z-index: 30;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -khtml-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */
  visibility: hidden; }

.cd-search-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  float: left;
  color: transparent;
  z-index: 3; }
  .cd-search-trigger:after, .cd-search-trigger:before {
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -khtml-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    -webkit-transform: translateZ(0);
    -khtml-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-backface-visibility: hidden;
    -khtml-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* BACKGROUND GRADIENT */ }
  .cd-search-trigger:before {
    top: 11px;
    left: 11px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999; }
  .cd-search-trigger:after {
    height: 1px;
    width: 8px;
    background: #999;
    bottom: 16px;
    right: 13px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .cd-search-trigger span:before, .cd-search-trigger span:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #999;
    /* Force Hardware Acceleration in WebKit */
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    -webkit-transform: translateZ(0);
    -khtml-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-backface-visibility: hidden;
    -khtml-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* BACKGROUND GRADIENT */
    -webkit-transition: opacity 0.3s, transform 0.3s;
    -khtml-transition: opacity 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, transform 0.3s;
    -ms-transition: opacity 0.3s, transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .cd-search-trigger span:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cd-search-trigger span:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cd-search-trigger.search-is-visible:before, .cd-search-trigger.search-is-visible:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  .cd-search-trigger.search-is-visible span:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    -webkit-transform: rotate(135deg);
    -khtml-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cd-search-trigger.search-is-visible span:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

.icon_cart_wrap:before, .icon_cart_wrap:after {
  content: '';
  display: none; }

.header-fixed .cd-search {
  height: ; }

.cd-search {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0px;
  left: 0;
  z-index: 3;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  /* BACKGROUND GRADIENT */
  /* OUTLINE RADIUS */
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  -khtml-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */
  -webkit-transform: translateZ(0);
  -khtml-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  /* BACKGROUND GRADIENT */
  /* TRANSFORM STYLE */ }
  .cd-search form {
    height: 100%;
    width: 100%; }
  .cd-search input {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    border-radius: 0;
    border: none;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 0 40px;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* BACKGROUND GRADIENT */ }
  .cd-search input:focus {
    outline: none; }
  .cd-search.is-visible {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -khtml-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
    -khtml-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
    -o-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    -webkit-transform: translateZ(0);
    -khtml-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    z-index: 28; }

.cd-search input::-webkit-input-placeholder, .cd-search input::-moz-placeholder, .cd-search input:-ms-input-placeholder {
  color: #7f7f7f; }

.cd-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, .8);
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  /* BACKGROUND GRADIENT */
  /* OUTLINE RADIUS */
  -webkit-backface-visibility: hidden;
  -khtml-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* BACKGROUND GRADIENT */
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  -khtml-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */ }
  .cd-overlay.is-visible {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -khtml-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }

@media screen and (max-width: 1024px) {
  body .container-m-30 {
    padding: 0 15px; }
    body .cd-search-trigger {
      margin-top: 5px; }
      body .cd-search-trigger:before {
        width: 12px;
        height: 12px;
        left: 15px;
        top: 10px;
        border: 2px solid #999; }
      body .cd-search-trigger:after {
        width: 7px;
        bottom: 21px;
        right: 14px;
        height: 2px; }
    body .icon_cart_wrap {
      margin-top: 3px; }
    body .cd-search-trigger.search-is-visible {
      right: -37px; } }

.cshero-header-cart-search .icon_cart_wrap {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  float: left;
  color: transparent;
  position: relative;
  color: #999; }
  .cshero-header-cart-search .icon_cart_wrap:before, .cshero-header-cart-search .icon_cart_wrap:after {
    content: '';
    display: none; }
  .cshero-header-cart-search .icon_cart_wrap i {
    display: block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 18px;
    margin: -2px 0 0 0; }
  .cshero-header-cart-search .icon_cart_wrap span {
    background: transparent;
    border-radius: 50%;
    color: #999;
    font-size: 10px;
    height: 16px;
    left: 3px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 16px; }

.cshero-header-cart-search {
  /* Mini cart */ }
  .cshero-header-cart-search .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: 350px;
    min-width: 300px;
    padding: 20px;
    position: absolute;
    right: 40px;
    top: 200px;
    display: none;
    z-index: 99; }
  body .cshero-header-cart-search ul.product-list-widget, .woocommerce .cshero-header-cart-search ul.product-list-widget {
    list-style: none;
    margin: 0;
    padding: 0; }
  body .cshero-header-cart-search ul.product-list-widget li, .woocommerce .cshero-header-cart-search ul.product-list-widget li {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px; }
  body .cshero-header-cart-search ul.product-list-widget li a, .woocommerce .cshero-header-cart-search ul.product-list-widget li a {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    outline: none; }
  body .cshero-header-cart-search ul.product-list-widget li a img, .woocommerce .cshero-header-cart-search ul.product-list-widget li a img {
    width: 70px;
    box-shadow: none;
    float: right;
    height: auto;
    margin-left: 4px; }

.cshero-header-cart-search .shopping_cart_dropdown {
  /* Social
------------------------------*/ }
  .cshero-header-cart-search .shopping_cart_dropdown .btn {
    font-size: 11px;
    line-height: 16px;
    padding: 10px 15px;
    background-color: #535961;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    text-transform: uppercase;
    margin-left: 0px;
    clear: both;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    font-weight: normal;
    border: none; }
  .cshero-header-cart-search .shopping_cart_dropdown .btn:hover {
    background: #101010;
    color: #fff; }
  .cshero-header-cart-search .shopping_cart_dropdown .total {
    text-transform: uppercase; }

.widget_cs_social_widget li {
  display: inline-block;
  margin: 0; }
  .widget_cs_social_widget li a {
    font-size: 15px;
    margin: 0px 10px; }

.widget.woocommerce .wg-title, .widget.widget_nm_color_filters .wg-title {
  position: relative;
  color: #435061;
  margin: 0px 0px 29px;
  font-size: 16px;
  text-transform: uppercase; }
  .widget.woocommerce .wg-title:after, .widget.widget_nm_color_filters .wg-title:after {
    content: "";
    height: 4px;
    background-color: #d8d8d8;
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: -9px; }

.widget_product_search {
  margin-bottom: 40px; }
  .widget_product_search .woocommerce-product-search {
    position: relative; }
  .widget_product_search .screen-reader-text {
    display: none; }
  .widget_product_search input[type="submit"] {
    padding: 10px 20px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .widget_product_search input[type="submit"]:hover {
    background-color: #435061; }
  .widget_product_search input.search-field {
    width: 100%;
    background-color: #f6f6f6;
    height: 50px;
    padding-left: 15px; }
  .widget_product_search input.search-field::-webkit-input-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .widget_product_search input.search-field::-moz-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .widget_product_search input.search-field:-moz-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .widget_product_search input.search-field:-ms-input-placeholder {
    font-style: italic;
    color: #8e8e8e;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; }
  .widget_product_search button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 15px; }

.widget_product_categories {
  margin-bottom: 18px; }
  .widget_product_categories a {
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8e8e8e;
    display: block;
    padding-left: 12px;
    border-bottom: 1px solid #e1e5eb;
    position: relative; }
  .widget_product_categories a:before {
    position: absolute;
    content: "\f0da";
    color: #666;
    font-family: "FontAwesome";
    font-size: 15px;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .widget_product_categories a:after {
    content: "";
    height: 1px;
    background-color: #e1e5eb;
    width: 200px;
    position: absolute;
    left: -100px;
    bottom: -1px; }
  .widget_product_categories a:hover {
    padding-left: 22px !important;
    color: transparent; }
  .widget_product_categories a:hover:before {
    left: 10px;
    color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .widget_product_categories > ul {
    margin-top: -15px; }
  .widget_product_categories > ul > li:last-child a {
    border-bottom: none; }

.woocommerce .star-rating {
  height: 14px;
  color: #333;
  margin: 0px auto;
  float: none;
  font-size: 10px; }
  .woocommerce .star-rating:before {
    color: #333; }
  .woocommerce div.product span.price {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; }
  .woocommerce div.product span.price ins, .woocommerce div.product span.price .amount {
    color: #d3b800;
    text-decoration: none; }
  .woocommerce div.product span.price del .amount {
    color: #a6a6a6; }
  .woocommerce .widget_price_filter {
    margin-bottom: 38px;
    padding-top: 7px; }
  .woocommerce .widget_price_filter h3.wg-title {
    margin-bottom: 36px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    background-color: #333; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 0px;
    background-color: transparent;
    top: -6px; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 1px;
    background-color: transparent; }
  .woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    background-color: #535353;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif; }
  .woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: transparent;
    -webkit-transition: background-color 0.4s ease 0s;
    -khtml-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .woocommerce .widget_price_filter .price_slider_amount .price_label {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 40.01px;
    font-weight: 300;
    color: #333; }

.widget_nm_color_filters .color-item {
  margin: 0px; }
  .widget_nm_color_filters .color-item:last-child .color-link a {
    border-bottom: none; }
  .widget_nm_color_filters .color-filters-wrap {
    margin-top: -15px !important;
    margin-bottom: 0px !important; }
  .widget_nm_color_filters .color-link a {
    color: #8e8e8e;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #e1e5eb;
    width: 100%;
    line-height: 40px;
    position: relative;
    padding-left: 12px; }
  .widget_nm_color_filters .color-link a:before {
    position: absolute;
    content: "\f0da";
    color: #666;
    font-family: "FontAwesome";
    font-size: 15px;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .widget_nm_color_filters .color-link a:hover {
    padding-left: 22px !important;
    color: transparent; }
  .widget_nm_color_filters .color-link a:hover:before {
    left: 10px;
    color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }

.widget_newsletterwidget .wg-title {
  position: relative;
  color: #435061;
  margin-bottom: 29px;
  font-size: 16px;
  text-transform: uppercase; }
  .widget_newsletterwidget .wg-title:after {
    content: "";
    height: 4px;
    background-color: #d8d8d8;
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: -9px; }

.single.single-post article, .home.blog article {
  padding: 0px; }
  .single.single-post article img:hover, .home.blog article img:hover {
    opacity: 1 !important; }
  .single.single-post .content-archive, .home.blog .content-archive {
    padding-top: 70px; }
  .single.single-post .no-image, .home.blog .no-image {
    border-top: 1px solid #d7d7d7; }
  .single.single-post .widget.widget_categories a::before, .home.blog .widget.widget_categories a::before {
    top: auto !important; }
  .single.single-post .widget_nav_menu ul li span, .home.blog .widget_nav_menu ul li span {
    float: left !important; }
  @media screen and (max-width: 460px) {
    .single.single-post .paging-navigation .page-numbers, .home.blog .paging-navigation .page-numbers {
      margin-bottom: 5px; }
      .single.single-post .paging-navigation .page-numbers.prev, .home.blog .paging-navigation .page-numbers.prev {
        margin-right: 15px; } }
  @media screen and (max-width: 460px) {
    .single.single-post .paging-navigation .page-numbers.next, .home.blog .paging-navigation .page-numbers.next {
      margin-left: 0px;
      margin-right: 15px; } }

.single.single-post article .entry-blog-single .blog-feature-image:hover img, .page.page-child article .entry-blog-single .blog-feature-image:hover img {
  transform: none; }
  .single.single-post article .blog-content h1, .page.page-child article .blog-content h1, .single.single-post article .entry-content h1, .page.page-child article .entry-content h1, .single.single-post article .blog-content h2, .page.page-child article .blog-content h2, .single.single-post article .entry-content h2, .page.page-child article .entry-content h2, .single.single-post article .blog-content h3, .page.page-child article .blog-content h3, .single.single-post article .entry-content h3, .page.page-child article .entry-content h3, .single.single-post article .blog-content h4, .page.page-child article .blog-content h4, .single.single-post article .entry-content h4, .page.page-child article .entry-content h4, .single.single-post article .blog-content h5, .page.page-child article .blog-content h5, .single.single-post article .entry-content h5, .page.page-child article .entry-content h5, .single.single-post article .blog-content h6, .page.page-child article .blog-content h6, .single.single-post article .entry-content h6, .page.page-child article .entry-content h6 {
    font-weight: bold; }
  .single.single-post article .blog-gallery .gallery-item, .page.page-child article .blog-gallery .gallery-item {
    margin: 0px !important; }
  .single.single-post article .blog-gallery:hover .gallery-item .landscape a img, .page.page-child article .blog-gallery:hover .gallery-item .landscape a img {
    transform: none !important; }
  .single.single-post .post pre, .page.page-child .post pre, .single.single-post .page pre, .page.page-child .page pre, .single.single-post .comments-area pre, .page.page-child .comments-area pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .single.single-post .post dl, .page.page-child .post dl, .single.single-post .page dl, .page.page-child .page dl, .single.single-post .comments-area dl, .page.page-child .comments-area dl {
    margin: 0 20px; }
  .single.single-post .post dl dt, .page.page-child .post dl dt, .single.single-post .page dl dt, .page.page-child .page dl dt, .single.single-post .comments-area dl dt, .page.page-child .comments-area dl dt {
    font-weight: bold; }
  .single.single-post .post dl dd, .page.page-child .post dl dd, .single.single-post .page dl dd, .page.page-child .page dl dd, .single.single-post .comments-area dl dd, .page.page-child .comments-area dl dd {
    margin: 0 0 20px; }
  .single.single-post .post table, .page.page-child .post table, .single.single-post .page table, .page.page-child .page table, .single.single-post .comments-area table, .page.page-child .comments-area table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%; }
  .single.single-post .post table caption, .page.page-child .post table caption, .single.single-post .page table caption, .page.page-child .page table caption, .single.single-post .comments-area table caption, .page.page-child .comments-area table caption, .single.single-post .post table th, .page.page-child .post table th, .single.single-post .page table th, .page.page-child .page table th, .single.single-post .comments-area table th, .page.page-child .comments-area table th, .single.single-post .post table td, .page.page-child .post table td, .single.single-post .page table td, .page.page-child .page table td, .single.single-post .comments-area table td, .page.page-child .comments-area table td {
    font-weight: normal;
    text-align: left; }
  .single.single-post .post table caption, .page.page-child .post table caption, .single.single-post .page table caption, .page.page-child .page table caption, .single.single-post .comments-area table caption, .page.page-child .comments-area table caption {
    font-size: 16px;
    margin: 20px 0; }
  .single.single-post .post table th, .page.page-child .post table th, .single.single-post .page table th, .page.page-child .page table th, .single.single-post .comments-area table th, .page.page-child .comments-area table th {
    font-weight: bold;
    text-transform: uppercase; }
  .single.single-post .post table td, .page.page-child .post table td, .single.single-post .page table td, .page.page-child .page table td, .single.single-post .comments-area table td, .page.page-child .comments-area table td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0; }
  .single.single-post .post table del, .page.page-child .post table del, .single.single-post .page table del, .page.page-child .page table del, .single.single-post .comments-area table del, .page.page-child .comments-area table del {
    color: #333; }
  .single.single-post .post table ins, .page.page-child .post table ins, .single.single-post .page table ins, .page.page-child .page table ins, .single.single-post .comments-area table ins, .page.page-child .comments-area table ins {
    background: #fff9c0;
    text-decoration: none; }
  .single.single-post footer #cshero-footer-bottom, .page.page-child footer #cshero-footer-bottom {
    text-align: center; }
  .single.single-post dl.gallery-item, .page.page-child dl.gallery-item {
    margin: 0px; }

.sticky .entry-blog .entry-header .content-archive .entry-title:before {
  content: "\f08d";
  font-family: "FontAwesome";
  color: inherit;
  font-size: 23px; }

.modal.site_donate_form .popup_title {
  background: transparent; }
  .modal.site_donate_form .popup_content {
    padding: 20px; }
  .modal.site_donate_form .close_popup:hover {
    color: transparent; }
  .modal.site_donate_form .button {
    border-color: transparent;
    background: transparent; }
  .modal.site_donate_form .button:hover, .modal.site_donate_form .button:focus {
    color: #fff;
    background: transparent; }
  .modal.site_donate_form .button.bordered_1 {
    background: transparent;
    color: transparent; }
  .modal.site_donate_form .button.bordered_1:hover {
    color: #fff;
    background: transparent; }
  .modal.site_donate_form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 0px 10px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    color: #535353; }
  .modal.site_donate_form .form-control::-webkit-input-placeholder {
    font-weight: 300;
    color: #535353;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .modal.site_donate_form .form-control::-moz-placeholder {
    font-weight: 300;
    color: #535353;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .modal.site_donate_form .form-control:-moz-placeholder {
    font-weight: 300;
    color: #535353;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .modal.site_donate_form .form-control:-ms-input-placeholder {
    font-weight: 300;
    color: #535353;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .modal.site_donate_form .form-control:hover, .modal.site_donate_form .form-control:focus {
    border-color: transparent; }
  .modal.site_donate_form .form-control.custom-amount {
    height: 40px; }
  .modal.site_donate_form h2 {
    margin: 0;
    color: #fff; }
  .modal.site_donate_form .close_popup {
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .modal.site_donate_form button.button_donate:hover {
    background: #535353;
    border-color: #535353; }
  .modal.site_donate_form .site_donation_popup_form .amount_wrapper .form-control {
    width: 170px; }
