/*
	Theme Name: Elise
	Theme URI: http://themeforest.net/item/elise-modern-multipurpose-wordpress-theme/10768925
	Author: Leopard Themes
	Author URI: http://loprd.pl
	Description: An Modern, Ultra Responsive Multi-Purpose Theme.
	Version: 1.3.19
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: white, dark, light, fluid-layout, custom-header, custom-menu, post-formats, rtl-language-support, sticky-post, translation-ready
	Text Domain: Elise
*/
/* Table of contents */
/* ----------------- */
/*
1. Basics
2. Navigation
   / Secondary Navigation
3. Content
   / Page Title
4. Blog
5. Portfolio
6. Templates
7. Shortcodes
8. Widgets
9. Footer
10. Layouts
11. WooCommerce
12. Responsive
*/
/* 1. Basics */
/* --------- */
body {
  background: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #747474;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern" 1, "salt" 1;
  -moz-font-feature-settings: "kern=1, salt=1";
  -ms-font-feature-settings: "kern" 1, "salt" 1;
  -o-font-feature-settings: "kern" 1, "salt" 1;
  -webkit-font-feature-settings: "kern" 1, "salt" 1;
  font-feature-settings: "kern" 1, "salt" 1;
}

@media (min-width: 1200px) {
  .container {
    width: 1176px;
  }
}
a {
  color: #8dc73f;
  font-weight: 600;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #8dc73f;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
  margin-top: 15px;
  border-top: none;
}

p {
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elise-counter {
  font-weight: 300;
  letter-spacing: -1px;
  color: #262626;
  margin: 0 0 20px 0;
  font-family: "Raleway", Arial, sans-serif;
}
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
.elise-counter:empty {
  margin: 0;
}

h1,
.elise-counter,
.hero {
  font-size: 40px;
  line-height: 48px;
}

h2 {
  font-size: 32px;
  line-height: 38px;
}

h3 {
  font-size: 26px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

h5 {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}

small, label, h6 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px;
}

.checkbox {
  margin: 0;
}

/* Extra classes */
.jumbo {
  font-size: 3.6em;
  line-height: 1.1em;
}

.zindex-99 {
  z-index: 99;
  position: relative;
}

.img-fullwidth,
.img-fullwidth img {
  max-width: none !important;
}

/* 2. Navigation */
/* --------------*/
#navbar {
  background: #fff;
  /*@include box-shadow(0 1px 1px rgba(0,0,0,0.15));*/
  width: 100%;
  height: 90px;
  z-index: 100;
  position: relative;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#navbar .container, #navbar .row, #navbar [class*="col-"] {
  height: 100%;
}

.logo {
  float: left;
  z-index: 101;
  position: relative;
  height: 100%;
  margin-right: 50px;
}
.logo a {
  font-size: 30px;
  font-weight: 700;
  color: #262626;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo a:hover {
  text-decoration: none;
}
.header-standard .logo a img, .header-extended .logo a img {
  max-height: 90px;
}
.header-centered .logo a img {
  max-height: 90px;
}
.header-bar .logo a img {
  max-height: 70px;
}

.nav-container {
  position: relative;
}

.main-nav {
  display: inline-block;
}

.nav-container,
.main-nav,
.menu-main-menu-container,
.main-nav ul {
  height: 100%;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.main-nav ul li:not(.nav-icons) {
  float: left;
  position: relative;
  height: 100%;
}
.main-nav ul li:not(.nav-icons) a {
  color: #262626;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0 16px;
  line-height: 90px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
}
.main-nav ul li:not(.nav-icons) a:hover {
  color: #8dc73f;
  text-decoration: underline;
}
.main-nav ul li:not(.nav-icons) a span {
  position: relative;
}
.main-nav ul li:not(.nav-icons) ul {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 99;
  -moz-box-shadow: 0 15px 71px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.15), 0 -2px 0 #8dc73f;
  -webkit-box-shadow: 0 15px 71px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.15), 0 -2px 0 #8dc73f;
  box-shadow: 0 15px 71px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.15), 0 -2px 0 #8dc73f;
  min-width: 190px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  height: auto;
}
.main-nav ul li:not(.nav-icons) ul li {
  width: 100%;
  height: auto;
}
.main-nav ul li:not(.nav-icons) ul li a {
  padding: 10px 17px;
  width: 100%;
  height: auto;
  line-height: 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #262626;
  font-weight: 600;
  font-size: 12px;
}
.main-nav ul li:not(.nav-icons) ul li a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: #8dc73f;
}
.main-nav ul li:not(.nav-icons) ul li ul {
  top: 0px !important;
  left: 100%;
}
.main-nav ul li:not(.nav-icons) ul li:last-child a {
  border-bottom: none;
}
.main-nav ul li:not(.nav-icons) ul li:last-child ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-nav ul li:not(.nav-icons) ul li:last-child ul li:last-child a {
  border-bottom: none;
}
.main-nav ul li:not(.nav-icons):hover > a {
  color: #8dc73f;
  text-decoration: underline;
}
.main-nav ul li:not(.nav-icons):hover ul > li:hover > a {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #8dc73f;
}
.main-nav ul li:not(.nav-icons):hover > ul {
  display: block;
}
.main-nav ul .nav-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  padding-left: 20px;
}
.main-nav ul .nav-icons span {
  float: left;
}
.main-nav ul .nav-icons a {
  padding: 0 7px;
  color: #acacac;
}
.main-nav ul .nav-icons a:hover {
  text-decoration: none;
}
.main-nav ul .nav-secondary-nav a,
.main-nav ul .nav-search a {
  font-size: 14px !important;
}
.main-nav ul .menu-item-has-children a span::after {
  position: absolute;
  right: -10px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 0;
  opacity: 0.5;
  top: 50%;
  font-size: 10px;
  margin-top: -1px;
}
.main-nav ul .menu-item-has-children ul li a span::after {
  content: "";
}
.main-nav ul .menu-item-has-children ul .menu-item-has-children ul > a span::after {
  content: "";
}
.main-nav ul .menu-item-has-children ul .menu-item-has-children > a span::after {
  content: "\f105";
  float: right;
  font-size: 11px;
  position: relative;
  right: 0;
  margin-top: 0px;
  line-height: inherit;
}
.main-nav ul .current-menu-item:not(.nav-icons) > a,
.main-nav ul .current-menu-ancestor:not(.nav-icons) > a {
  color: #8dc73f;
}
.main-nav ul .current-menu-item:not(.nav-icons) ul li a,
.main-nav ul .current-menu-ancestor:not(.nav-icons) ul li a {
  color: #262626;
}
.main-nav ul .current-menu-item:not(.nav-icons) ul li a span,
.main-nav ul .current-menu-ancestor:not(.nav-icons) ul li a span {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-nav ul .current-menu-item:not(.nav-icons) ul li a:hover,
.main-nav ul .current-menu-ancestor:not(.nav-icons) ul li a:hover {
  color: #8dc73f;
}
.main-nav .nav-icons {
  position: relative;
  height: 100%;
}
.main-nav .nav-icons ul li a {
  display: block;
}

.hover-boxed ul li:not(.nav-icons) a {
  padding: 0;
}
.hover-boxed ul li:not(.nav-icons) a span:not(.woo-cart-items-count) {
  padding: 16px;
}
.hover-boxed ul li:not(.nav-icons) ul {
  top: calc(50% + 32px) !important;
}
.hover-boxed ul li:not(.nav-icons) ul li a span:not(.woo-cart-items-count) {
  background: none;
  padding: 0;
}
.hover-boxed ul .menu-item-has-children a span::after {
  right: 5px;
}

/* Navbar Styles */
/*---------------*/
.header-standard .nav-menu-left .nav-container {
  text-align: left;
}
.header-standard .nav-menu-left .nav-icons {
  position: absolute;
  right: 15px;
}
.header-standard .nav-menu-center .nav-container {
  text-align: center;
}
.header-standard .nav-menu-center .logo {
  position: absolute;
  left: 15px;
}
.header-standard .nav-menu-center .nav-icons {
  position: absolute;
  right: 0;
}
.header-standard .nav-menu-right .nav-container {
  text-align: right;
}
.header-standard.header-full-width .nav-menu-left .nav-container {
  width: 1176px;
  position: static;
  margin: 0 auto;
}

/* Navbar Centered */
.header-centered #navbar {
  height: 150px;
}
.header-centered #navbar .container, .header-centered #navbar .row, .header-centered #navbar .col-md-12 {
  height: 100%;
}
.header-centered #navbar .hover-boxed ul li:not(.nav-icons) ul a {
  line-height: 21px;
}
.header-centered #navbar .hover-boxed ul li:not(.nav-icons) ul {
  top: auto !important;
}
.header-centered #navbar .hover-boxed ul li:not(.nav-icons) ul ul {
  top: 0 !important;
}
.header-centered .main-nav ul li:not(.nav-icons) a {
  line-height: 60px;
}
.header-centered .main-nav ul li:not(.nav-icons) ul li a {
  line-height: 21px;
}
.header-centered .nav-centered-bar-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 60px;
}
.header-centered .logo {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  margin-top: -30px;
}
.header-centered .nav-icons {
  position: relative;
}
.header-centered .hover-boxed-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 10px;
}
.header-centered .hover-boxed-wrap .logo {
  top: 0;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  margin: 0;
  height: auto;
  width: 100%;
  position: relative;
}
.header-centered .hover-boxed-wrap .logo a {
  top: 0;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.header-centered .hover-boxed-wrap .nav-icons {
  top: 0;
  position: relative !important;
}
.header-centered .hover-boxed-wrap .main-nav {
  margin-top: 29px;
}
.header-centered .nav-menu-left .nav-container {
  margin-left: -15px;
  text-align: left;
}
.header-centered .nav-menu-left .nav-icons {
  right: 0px;
  position: absolute;
  top: 0;
}
.header-centered .nav-menu-left .logo {
  left: 15px;
}
.header-centered .nav-menu-left .hover-boxed-wrap .logo {
  text-align: left;
  margin-left: -15px;
}
.header-centered .nav-menu-center .nav-container {
  text-align: center;
}
.header-centered .nav-menu-center .logo {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-centered .nav-menu-center .nav-icons {
  top: 0;
}
.header-centered .nav-menu-center .hover-boxed-wrap .logo {
  text-align: center;
}
.header-centered .nav-menu-right .nav-container {
  text-align: right;
  margin-left: -30px;
}
.header-centered .nav-menu-right .logo {
  right: 15px;
  margin-right: 0;
}
.header-centered .nav-menu-right .nav-icons {
  top: 0;
}
.header-centered .nav-menu-right .hover-boxed-wrap .logo {
  text-align: right;
  margin-left: 15px;
}

.header-standard.header-full-width #navbar .container,
.header-centered.header-full-width #navbar .container,
.header-extended.header-full-width #navbar .container {
  width: 100%;
  padding: 0 3%;
}

.header-full-width #sticky-header .container,
.header-full-width #top-bar .container {
  width: 100%;
  padding: 0 3%;
}

/* Nav Bar */
.header-bar #navbar {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  height: 70px;
  border-bottom: none !important;
}
.header-bar #navbar .header-style-bar {
  background: #fff;
  margin-top: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 15px 71px rgba(0, 0, 0, 0.03), 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 71px rgba(0, 0, 0, 0.03), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 71px rgba(0, 0, 0, 0.03), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.header-bar #navbar .main-nav ul li:not(.nav-icons) a {
  line-height: 70px;
}
.header-bar #navbar .main-nav ul li:not(.nav-icons) ul li a {
  line-height: 21px;
}
.header-bar .logo {
  padding-left: 7px;
}
.header-bar .page-title-container {
  padding-top: 100px;
}
.header-bar .nav-menu-left .nav-container {
  text-align: left;
}
.header-bar .nav-menu-left .nav-icons {
  position: absolute;
  right: 0;
}
.header-bar .nav-menu-center .nav-container {
  text-align: center;
}
.header-bar .nav-menu-center .logo {
  position: absolute;
}
.header-bar .nav-menu-center .nav-icons {
  position: absolute;
  right: 0;
}
.header-bar .nav-menu-right .nav-container {
  text-align: right;
}

/* Nav Extended */
.header-extended #navbar {
  height: auto;
}
.header-extended #navbar .nav-top-bar-wrap {
  width: 100%;
  height: 100px;
}
.header-extended #navbar .nav-bottom-bar-wrap {
  height: 60px;
  width: 100%;
  border-top: 1px solid #e9e9e9;
}
.header-extended #navbar .logo {
  margin-right: 15px;
}
.header-extended #navbar .logo-desc {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid #e9e9e9;
  float: left;
  padding: 3px 15px;
  color: #c1c1c1;
}
.header-extended #navbar .logo-desc:empty {
  border: none;
  padding: 0;
}
.header-extended #navbar .nav-social-icons {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
}
.header-extended .main-nav ul li:not(.nav-icons) a {
  line-height: 60px;
}
.header-extended .main-nav ul li:not(.nav-icons) ul li a {
  line-height: 21px;
}
.header-extended .main-nav .nav-icons {
  position: absolute;
  right: 0;
}
.header-extended .main-nav .nav-icons a {
  padding: 0 8px;
}
.header-extended .menu-left {
  text-align: left;
  margin-left: -15px;
}
.header-extended .menu-center {
  text-align: center;
}
.header-extended .menu-right {
  text-align: right;
}
.header-extended .menu-right .nav-icons {
  position: static;
}

.main-nav ul .nav-icons .nav-shopping-cart {
  top: auto;
}

/* Mega Menu */
/*-----------*/
.main-nav ul .elise-mega-menu:not(.nav-icons) {
  position: static !important;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul {
  left: 0;
  width: 100%;
  position: absolute;
  padding: 5px 15px;
  top: auto;
  display: none;
  padding-bottom: 10px;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li {
  width: 25%;
  float: left;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li > a {
  padding: 15px 17px 10px;
  border-bottom: none;
  cursor: default;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li > a span {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 10px !important;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li > a span::after {
  content: "\f107";
  font-size: 10px;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li > a:hover {
  text-decoration: none;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li ul {
  position: relative;
  left: 0;
  top: 0;
  border: none;
  margin-right: 0px;
  margin-left: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li ul li {
  width: 100%;
  border-right: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li ul li a {
  padding: 4px 17px;
  border-bottom: none !important;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li ul li a span {
  padding-bottom: 0;
  border-bottom: none;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li ul li a span::after {
  content: "";
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li ul li a:hover {
  text-decoration: underline !important;
  color: #8dc73f !important;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li ul li:last-child a {
  border-bottom: none;
  padding-bottom: 15px;
}
.main-nav ul .elise-mega-menu:not(.nav-icons) > ul > li ul li ul li a:last-child {
  padding: 4px 17px;
}
.main-nav ul .elise-mega-menu:not(.nav-icons):hover ul {
  display: block;
}

.elise-mega-menu.menu-columns-2 > ul > li {
  width: 50% !important;
}
.elise-mega-menu.menu-columns-2 > ul > li:nth-child(3n) {
  clear: both;
}
.elise-mega-menu.menu-columns-3 > ul > li {
  width: 33.33333333333% !important;
}
.elise-mega-menu.menu-columns-3 > ul > li:nth-child(4n) {
  clear: both;
}
.elise-mega-menu.menu-columns-4 > ul > li {
  width: 25% !important;
}
.elise-mega-menu.menu-columns-4 > ul > li:nth-child(5n) {
  clear: both;
}

.main-nav ul .elise-mega-menu:not(.nav-icons):hover ul > li:hover > a {
  text-decoration: none;
  color: #262626;
}

/* Nav Icons */
.nav-icons a {
  padding: 0 7px !important;
  color: gray !important;
}
.nav-icons a span {
  position: relative;
}
.nav-icons .shop-cart-items {
  background: #8dc73f;
  color: #fff;
  position: absolute;
  width: 16px;
  text-align: center;
  top: -8px;
  line-height: 16px;
  font-size: 11px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  left: 7px;
}

/* Transparent headers */
.header-standard.header-transparent #navbar,
.header-fullwidth.header-transparent #navbar {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: auto;
  left: 0;
}
.header-standard.header-transparent .page-title-container,
.header-fullwidth.header-transparent .page-title-container {
  padding-top: 90px;
}

.header-centered.header-transparent #navbar {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
}
.header-centered.header-transparent .page-title-container {
  padding-top: 150px;
}

/* Top bar */
#top-bar {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  height: 40px;
  position: relative;
  color: #b3b3b3;
  -moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
}
#top-bar .nav-social-icons {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content {
  height: 100%;
  float: left;
  padding-right: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content p {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
#top-bar .container,
#top-bar .row,
#top-bar [class*="col-"] {
  height: 100%;
}
#top-bar a {
  color: #b3b3b3;
  font-weight: 400;
}
#top-bar a:hover {
  color: #b3b3b3;
}
#top-bar p a {
  text-decoration: underline;
}
#top-bar p a:hover {
  text-decoration: none;
}

#top-bar .woo-settings {
  float: right;
  position: relative;
  z-index: 101;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 10px;
}
#top-bar .woo-settings ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  background: #333;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-width: 150px;
  padding: 5px 10px;
  display: none;
}
#top-bar .woo-settings ul li a {
  display: block;
  padding: 3px;
  color: #fff;
}
#top-bar .woo-settings:hover {
  cursor: pointer;
}
#top-bar .woo-settings:hover ul {
  display: block;
}

.woo-settings-cog {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  height: 24px;
  text-align: center;
  padding-top: 1px;
}
.woo-settings-cog i {
  font-size: 14px;
}

.woo-settings-login {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

/* Sticky header */
#sticky-header {
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  -moz-transition: -moz-transform 0.1s, visibility 0.3s;
  -o-transition: -o-transform 0.1s, visibility 0.3s;
  -webkit-transition: -webkit-transform 0.1s, visibility 0.3s;
  transition: transform 0.1s, visibility 0.3s;
  visibility: hidden;
}
#sticky-header.sh-visible {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#sticky-header.sh-hidden {
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  visibility: hidden;
}

.navbar-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 900;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  height: 60px;
}
.touch .navbar-sticky {
  display: none;
}
.layout-bordered .navbar-sticky {
  top: 0;
}
.admin-bar .navbar-sticky {
  top: auto;
}
.navbar-sticky .logo-sticky {
  float: left;
  z-index: 101;
  position: relative;
  height: 60px;
  margin-right: 50px;
}
.navbar-sticky .logo-sticky a {
  font-size: 30px;
  font-weight: 700;
  color: #262626;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-sticky .logo-sticky a:hover {
  text-decoration: none;
}
.navbar-sticky .logo-sticky a img {
  max-height: 30px;
}
.navbar-sticky .main-nav ul li:not(.nav-icons) a {
  line-height: 60px;
}
.navbar-sticky .main-nav ul li:not(.nav-icons) ul li a {
  line-height: 21px;
}
.navbar-sticky.nav-menu-center .logo-sticky {
  position: absolute;
}

/* Search Bar */
.search-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 105;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -15px;
}
.navbar-sticky .search-bar {
  height: 60px;
}
.search-bar .input-group {
  width: 100%;
}
.search-bar .input-group-addon {
  display: none;
}
.search-bar form {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 90%;
  padding-left: 30px;
  position: relative;
}
.search-bar form::before {
  content: "\f002";
  font: 20px "FontAwesome";
  position: absolute;
  left: 0;
  top: 1px;
}
.search-bar input {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 0;
  background: transparent;
}
.search-bar .close-btn {
  right: 15px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.search-bar .close-btn a {
  color: gray;
  font-size: 16px;
  padding: 20px;
  display: block;
  padding-left: 30px;
}

.search-bar-visible {
  visibility: visible;
}

.search-bar-hidden {
  visibility: hidden;
}

.nav-mobile {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}
.nav-mobile a {
  font-size: 14px;
  padding: 6px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #eee;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  height: 33px;
  width: 33px;
  text-decoration: none;
}

/* Sidebar Navigation */
.secondary-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.6s, visibility 0s 0.6s;
  -o-transition: opacity 0.6s, visibility 0s 0.6s;
  -webkit-transition: opacity 0.6s, visibility 0s;
  -webkit-transition-delay: 0s, 0.6s;
  transition: opacity 0.6s, visibility 0s 0.6s;
}

.secondary-navigation.open {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.sec-nav-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background-image: -webkit-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background-image: linear-gradient(-45deg, #8dc73f, rgba(141, 199, 63, 0.8));
  top: 0;
  left: 0;
  z-index: 1000;
}

.sec-nav-close-btn {
  position: absolute;
}
.sec-nav-close-btn a::before {
  content: "\e804\e803";
  font-family: 'fontello';
  letter-spacing: -1px;
  font-size: 14px;
}
.sec-nav-close-btn a:hover {
  text-decoration: none;
}

.sidebar-nav-wrap {
  width: 285px;
  height: 100%;
  top: 0;
  right: 0;
  -moz-transform: translateX(285px);
  -ms-transform: translateX(285px);
  -webkit-transform: translateX(285px);
  transform: translateX(285px);
  background: #fff;
  position: absolute;
  z-index: 1001;
  padding: 35px 30px;
  text-align: left;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -moz-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
}
.sidebar-nav-wrap .sec-nav-close-btn {
  right: 30px;
  top: 35px;
}
.sidebar-nav-wrap .sec-nav-close-btn a {
  color: #262626;
  font-size: 16px;
  font-family: 'Raleway';
}

.secondary-navigation.open .sidebar-nav-wrap {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition: -moz-transform 0.3s 0.1s;
  -o-transition: -o-transform 0.3s 0.1s;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: transform 0.3s 0.1s;
}

.sidebar-nav-logo {
  margin-bottom: 50px;
}

.sidebar-nav {
  margin-bottom: 30px;
}
.sidebar-nav .elise-mega-menu > ul > li {
  width: 100% !important;
}
.sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-nav ul li {
  position: relative;
}
.sidebar-nav ul li a {
  color: #262626;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding: 4px 0;
  display: block;
  font-family: "Raleway", Arial, sans-serif;
}
.sidebar-nav ul li ul li a {
  padding-left: 15px;
}
.sidebar-nav ul li ul li a::before {
  content: "\2012\0020";
  color: #ddd;
  position: absolute;
  left: 0;
}
.sidebar-nav .nav-icons {
  display: none;
}

/* Full Navigation */
.full-nav-wrap {
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: relative;
  overflow-y: scroll;
}
.full-nav-wrap .sec-nav-close-btn {
  right: 50px;
  top: 50px;
}
.full-nav-wrap .sec-nav-close-btn a {
  color: #fff;
}
.full-nav-wrap .sec-nav-close-btn a::before {
  font-size: 20px;
  letter-spacing: -2px;
}
.full-nav-wrap .sidebar-nav-logo {
  margin-bottom: 0px;
  padding: 50px;
}

.full-nav {
  position: relative;
  text-align: center;
  opacity: 0.4;
  -moz-transform: translateY(-30%) rotateX(60deg);
  -ms-transform: translateY(-30%) rotateX(60deg);
  -webkit-transform: translateY(-30%) rotateX(60deg);
  transform: translateY(-30%) rotateX(60deg);
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.full-nav .elise-mega-menu > ul > li {
  width: 100% !important;
}
.full-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.full-nav ul li {
  margin: 0;
}
.full-nav ul li a {
  color: #fff;
  font-size: 30px;
  line-height: 18px;
  font-weight: 300;
  display: block;
  padding: 25px 0;
  font-family: "Raleway", Arial, sans-serif;
}
.full-nav ul li a:hover {
  background: #fff;
  color: #8dc73f;
  text-decoration: none;
}
.full-nav .nav-icons {
  display: none;
}

.secondary-navigation.open .full-nav {
  opacity: 1;
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  -webkit-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
}

.secondary-navigation.closed .full-nav {
  opacity: 0.4;
  -moz-transform: translateY(30%) rotateX(-35deg);
  -ms-transform: translateY(30%) rotateX(-35deg);
  -webkit-transform: translateY(30%) rotateX(-35deg);
  transform: translateY(30%) rotateX(-35deg);
}

/* 3. Content */
/* ---------- */
::-moz-selection {
  background: #B7B7B7;
}

::selection {
  background: #DDDDDD;
}

.margin-bottom {
  margin-bottom: 55px;
}

.margin-top {
  margin-top: 55px;
}

.no-padding {
  padding: 0;
}

.content {
  background: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section {
  padding: 55px 0 60px 0;
}
.section.portfolio {
  padding: 40px 0 45px 0;
}

.col-md-25 {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.section-shadow {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  z-index: 2;
  position: relative;
}

.diff-background {
  background: #f7f7f7;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blank-image {
  background: rgba(0, 0, 0, 0.1);
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px !important;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px !important;
}

.aligncenter {
  text-align: center;
  margin: 20px auto;
  display: block;
}

.wp-caption,
.gallery-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding-top: 8px;
  font-style: italic;
}

.wp-caption.alignnone {
  margin-bottom: 15px;
}

.wp-caption.alignleft {
  margin: 5px 0;
  text-align: left;
}

.wp-caption.alignright {
  margin: 5px 0;
  text-align: right;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding-top: 8px;
  font-style: italic;
}

/* Highlights */
[class^="highlight-"] {
  margin: 0;
  padding: 3px 5px;
  color: #fff;
  display: inline-block;
}

.highlight-accent {
  background: rgba(141, 199, 63, 0.9);
}

.highlight-dark {
  background: rgba(0, 0, 0, 0.8);
}

.highlight-light {
  background: rgba(255, 255, 255, 0.9);
  color: #262626;
}

.highlight-grey {
  background: rgba(0, 0, 0, 0.3);
}

.color-accent {
  color: #8dc73f;
}

iframe {
  border: none;
}

/* Page Title */
.page-title-container {
  position: relative;
  background: #f5f5f5;
}
.page-title-container .pt-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.page-title-container .container, .page-title-container .row, .page-title-container [class*="col-"] {
  height: 100%;
}
.page-title-container h1:empty {
  display: none;
}

.elise-title {
  display: inline-block;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
}

.elise-subtitle {
  line-height: inherit;
  margin-top: 5px;
  margin-bottom: 0;
}
.elise-subtitle span {
  display: inline-block;
}

.page-title {
  height: 100%;
  width: 100%;
}
.page-title .title-wrap {
  margin: 0;
  overflow-wrap: break-word;
  display: inline-block;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.page-title-centered {
  text-align: center;
}
.page-title-centered [class*="highlight"] {
  margin: 0 auto;
}

.pt-w-breadcrumbs.page-title-left .title-wrap {
  max-width: 70%;
  padding-right: 20px;
}
.pt-w-breadcrumbs.page-title-left .breadcrumb {
  max-width: 30%;
  padding-left: 20px;
}

.woocommerce h1.page-title {
  display: none;
}

.page-navigation {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  z-index: 50;
  background: #fff;
  max-height: 40px;
  line-height: 21px;
}
.page-navigation .buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.page-navigation .buttons li {
  float: left;
  text-align: center;
  border-left: 1px solid #f0f0f0;
}
.page-navigation .buttons li a {
  color: #bbb;
  font-size: 13px;
  padding: 10px;
  display: block;
  min-width: 41px;
  max-height: 40px;
  opacity: 0.5;
}
.page-navigation .buttons:hover .btn-filtering a {
  opacity: 1;
}
.page-navigation .buttons:hover li a {
  opacity: 1;
}
.page-navigation .buttons:hover li a:hover {
  text-decoration: none;
  color: #8dc73f;
  opacity: 1;
}
.page-navigation .buttons .btn-filtering a {
  opacity: 1;
}
.page-navigation .pn-share-buttons li {
  border: none !important;
}

.btn-share {
  position: relative;
}
.btn-share .pn-share-buttons {
  visibility: hidden;
}
.btn-share:hover .pn-share-buttons {
  visibility: visible;
}
.btn-share:hover > a {
  color: #8dc73f;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #aaa;
  padding: 10px 0;
  font-size: 13px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  height: 34px;
}
.page-title-container .breadcrumb {
  height: auto;
}
.page-title .breadcrumb {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 15px;
}
.breadcrumb li a {
  color: #aaa;
  font-weight: 400;
}
.breadcrumb li:last-child {
  color: #888;
}
.breadcrumb > .active {
  font-weight: 600;
}
.breadcrumb > li + li:before {
  padding: 0;
  content: "/";
  margin: 0px 4px;
  color: inherit;
  opacity: .7;
}
.breadcrumb .cat-sep {
  color: inherit;
  opacity: .7;
}
.breadcrumb .fa {
  opacity: 0.2;
  color: #000;
}

.sidebar-right .sidebar-content {
  padding-right: 45px;
}
.single-product .sidebar-right .sidebar-content {
  padding-right: 15px;
}

.sidebar-left .sidebar-content {
  padding-left: 45px;
}
.single-product .sidebar-left .sidebar-content {
  padding-left: 15px;
}

#top-bar #lang_sel,
#top-bar #lang_sel_list.lang_sel_list_vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
  height: auto;
  z-index: 101;
  float: left;
}
#top-bar #lang_sel a.lang_sel_sel {
  background: none;
  font-weight: 600;
}

#lang_sel_list.lang_sel_list_vertical li {
  width: auto;
}

.widget #lang_sel {
  width: 100%;
}
.widget #lang_sel li {
  width: 100%;
}

#lang_sel a,
#lang_sel a:visited {
  border: none;
  font-weight: inherit;
  color: inherit;
  line-height: 40px;
}

#lang_sel a.lang_sel_sel {
  color: inherit;
}

#lang_sel_list.lang_sel_list_vertical ul {
  border-top: none;
}

#lang_sel ul ul {
  width: 100%;
  border-top: none;
  top: 100%;
}

#lang_sel ul ul a, #lang_sel ul ul a:visited {
  background: #262626;
  color: #fff;
  line-height: inherit;
  padding: 5px 10px;
}
#lang_sel ul ul a:hover, #lang_sel ul ul a:visited:hover {
  color: #f2f2f2;
  background: #262626;
}

a.lang_sel_sel {
  font-weight: 600 !important;
}

#lang_sel_footer {
  background: #242424;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#lang_sel_footer a {
  color: #ccc;
  font-weight: 300;
}
#lang_sel_footer a:hover {
  color: #ccc;
}

#lang_sel_list.lang_sel_list_vertical {
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}
#lang_sel_list.lang_sel_list_vertical a,
#lang_sel_list.lang_sel_list_vertical a:visited {
  border: none;
}

/* Back to top */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  -moz-transition: opacity 0.4s, visibility 0s 0.4s;
  -o-transition: opacity 0.4s, visibility 0s 0.4s;
  -webkit-transition: opacity 0.4s, visibility 0s;
  -webkit-transition-delay: 0s, 0.4s;
  transition: opacity 0.4s, visibility 0s 0.4s;
  z-index: 5;
}
.back-to-top.btt-visible {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.back-to-top.btt-hidden {
  visibility: hidden;
  opacity: 0;
}

.back-to-top-btn {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #eee;
  color: #8dc73f;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  height: 33px;
  width: 33px;
  text-decoration: none;
  line-height: 33px;
  text-align: center;
}
.back-to-top-btn:hover {
  background: #8dc73f;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* Spinner */
@keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes colors {
  0% {
    border-top: 4px solid #4285F4;
  }
  25% {
    border-top: 4px solid #DE3E35;
  }
  50% {
    border-top: 4px solid #F7C223;
  }
  75% {
    border-top: 4px solid #1B9A59;
  }
  100% {
    border-top: 4px solid #4285F4;
  }
}
@-webkit-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes colors {
  0% {
    border-top: 4px solid #4285F4;
  }
  25% {
    border-top: 4px solid #DE3E35;
  }
  50% {
    border-top: 4px solid #F7C223;
  }
  75% {
    border-top: 4px solid #1B9A59;
  }
  100% {
    border-top: 4px solid #4285F4;
  }
}
@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes colors {
  0% {
    border-top: 4px solid #4285F4;
  }
  25% {
    border-top: 4px solid #DE3E35;
  }
  50% {
    border-top: 4px solid #F7C223;
  }
  75% {
    border-top: 4px solid #1B9A59;
  }
  100% {
    border-top: 4px solid #4285F4;
  }
}
@-o-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes colors {
  0% {
    border-top: 4px solid #4285F4;
  }
  25% {
    border-top: 4px solid #DE3E35;
  }
  50% {
    border-top: 4px solid #F7C223;
  }
  75% {
    border-top: 4px solid #1B9A59;
  }
  100% {
    border-top: 4px solid #4285F4;
  }
}
.spinner,
.add_to_cart_button.loading::after {
  background: transparent;
  border: 4px solid transparent;
  width: 30px;
  height: 30px;
  transform: rotate(0deg);
  animation: spinner 0.7s infinite cubic-bezier(0.445, 0.15, 0.55, 0.85), colors 2.8s infinite cubic-bezier(0.445, 0.15, 0.55, 0.85);
  -webkit-animation: spinner 0.7s infinite cubic-bezier(0.445, 0.15, 0.55, 0.85), colors 2.8s infinite cubic-bezier(0.445, 0.15, 0.55, 0.85);
  -moz-animation: spinner 0.7s infinite cubic-bezier(0.445, 0.15, 0.55, 0.85), colors 2.8s infinite cubic-bezier(0.445, 0.15, 0.55, 0.85);
  -o-animation: spinner 0.7s infinite cubic-bezier(0.445, 0.15, 0.55, 0.85), colors 2.8s infinite cubic-bezier(0.445, 0.15, 0.55, 0.85);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}

.ig-spinner {
  z-index: 2;
}

/* Loaders */
.portfolio-masonry .spinner {
  top: 15px;
}
.portfolio-masonry .row {
  visibility: hidden;
  opacity: 0;
}

.blog-masonry.bm-hidden {
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.6s, visibility 0s 0.6s;
  -o-transition: opacity 0.6s, visibility 0s 0.6s;
  -webkit-transition: opacity 0.6s, visibility 0s;
  -webkit-transition-delay: 0s, 0.6s;
  transition: opacity 0.6s, visibility 0s 0.6s;
}

.blog-masonry.bm-visible {
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  visibility: visible;
  opacity: 1;
}

.portfolio-masonry .row {
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.6s, visibility 0s 0.6s;
  -o-transition: opacity 0.6s, visibility 0s 0.6s;
  -webkit-transition: opacity 0.6s, visibility 0s;
  -webkit-transition-delay: 0s, 0.6s;
  transition: opacity 0.6s, visibility 0s 0.6s;
}

.portfolio-masonry .row.pm-visible {
  -moz-transition: opacity 0.4s, height 0.4s, width 0.4s;
  -o-transition: opacity 0.4s, height 0.4s, width 0.4s;
  -webkit-transition: opacity 0.4s, height 0.4s, width 0.4s;
  transition: opacity 0.4s, height 0.4s, width 0.4s;
  visibility: visible;
  opacity: 1;
}

.elise_woo_add-to-cart {
  position: relative;
}

.add_to_cart_button.loading {
  color: rgba(255, 255, 255, 0.2);
}
.add_to_cart_button.loading:hover {
  color: rgba(0, 0, 0, 0.2);
}

.add_to_cart_button.loading::after {
  content: "";
  margin-left: -15px;
  margin-top: -15px;
  left: 50%;
  top: 50%;
}

/* Search Results */
.result {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.result h3 {
  margin-bottom: 0;
}
.result h3 a {
  font-weight: 300;
}
.result h3 a:after {
  content: "\0020\e01b";
  font-family: 'Typicons';
}
.result p {
  margin: 10px 0 0;
}
.result small {
  margin-bottom: 10px;
}

/* Forms */
input, textarea, select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 10px;
  font-size: 13px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: none;
  max-width: 100%;
  background: #fff;
}
#footer-widget-area input, #footer-widget-area textarea, #footer-widget-area select {
  color: #e6e6e6;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
}

select option {
  color: #747474;
}

textarea {
  padding: 10px;
  width: 100%;
  min-width: 100%;
}

.form-control {
  font-size: 13px;
}

.input-group input {
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0px 0px 3px;
  border-right: none;
  width: 100%;
  border-right: 0 !important;
}

.input-group-addon {
  background: transparent;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#footer-widget-area .input-group-addon {
  color: #e6e6e6;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
}
#footer-widget-area .input-group-addon:last-child {
  border-left: 0;
}

.search input {
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0px 0px 3px;
  /*padding: 5px 10px;*/
  border-right: 0;
}

/* Pagination */
.pagination > li > a,
.pagination > li > span,
.woocommerce-pagination .page-numbers > li > a,
.woocommerce-pagination .page-numbers > li > span {
  padding: 8px 13px;
  border: none;
  -moz-box-shadow: inset 0 0 0 1px #cccccc;
  -webkit-box-shadow: inset 0 0 0 1px #cccccc;
  box-shadow: inset 0 0 0 1px #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 34px;
  height: 34px;
  color: #262626;
  background: transparent;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.woocommerce-pagination .page-numbers > li > a:hover,
.woocommerce-pagination .page-numbers > li > span:hover {
  color: #262626;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.pagination > li > a:empty,
.pagination > li > span:empty,
.woocommerce-pagination .page-numbers > li > a:empty,
.woocommerce-pagination .page-numbers > li > span:empty {
  display: none;
}

.pagination,
.woocommerce-pagination .page-numbers {
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0;
}
.pagination li,
.woocommerce-pagination .page-numbers li {
  float: left;
  margin-right: 10px;
}
.pagination li .current, .pagination li .current:hover, .pagination li span.current,
.woocommerce-pagination .page-numbers li .current,
.woocommerce-pagination .page-numbers li .current:hover,
.woocommerce-pagination .page-numbers li span.current {
  background: #8dc73f;
  border: none;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.pagination li a,
.woocommerce-pagination .page-numbers li a {
  display: block;
}
.pagination .next, .pagination .prev,
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
  -moz-box-shadow: inset 0 0 0 1px #8dc73f;
  -webkit-box-shadow: inset 0 0 0 1px #8dc73f;
  box-shadow: inset 0 0 0 1px #8dc73f;
  padding: 4px 8px;
  color: #8dc73f;
  font-size: 18px;
}
.pagination .next:hover, .pagination .prev:hover,
.woocommerce-pagination .page-numbers .next:hover,
.woocommerce-pagination .page-numbers .prev:hover {
  color: #fff;
  background: #8dc73f;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-right: 0;
}

.page-template-portfolio-php .pagination-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 40px;
}

.wp_link_pages {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  margin-top: 40px;
}
.wp_link_pages:after {
  content: "";
  display: table;
  clear: both;
}
.wp_link_pages li {
  position: relative;
  float: left;
  margin-right: 10px;
  padding: 8px 13px;
  background: #8dc73f;
  width: 34px;
  height: 34px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wp_link_pages li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 8px 13px;
  background: #fff;
  -moz-box-shadow: inset 0 0 0 1px #cccccc;
  -webkit-box-shadow: inset 0 0 0 1px #cccccc;
  box-shadow: inset 0 0 0 1px #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #262626;
}
.wp_link_pages li a:hover {
  background: #eee;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.wp_link_pages li span:empty {
  display: none;
}

.comment-nav-section {
  *zoom: 1;
}
.comment-nav-section:after {
  content: "";
  display: table;
  clear: both;
}
.comment-nav-section .current, .comment-nav-section a {
  -moz-box-shadow: inset 0 0 0 1px #cccccc;
  -webkit-box-shadow: inset 0 0 0 1px #cccccc;
  box-shadow: inset 0 0 0 1px #cccccc;
  padding: 3px 9px;
  height: 25px;
  float: left;
  margin-right: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comment-nav-section .current {
  background: #8dc73f;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.comment-nav-section a {
  color: #262626;
}
.comment-nav-section a:hover {
  text-decoration: none;
  background: #eee;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* 404 Page */
.four-zero-four .error-img, .four-zero-four h1 {
  margin-bottom: 50px;
}
.four-zero-four .fof-search {
  margin-top: 40px;
}

/* 4. Blog */
/* ------- */
.post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}
.single .post {
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0px;
}

.blog-header {
  margin-bottom: 5px;
  *zoom: 1;
}
.blog-header:after {
  content: "";
  display: table;
  clear: both;
}
.blog-header h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-header h3 a {
  color: #262626;
  font-weight: 300;
  padding-bottom: 3px;
}
.blog-header h3 a:hover {
  color: #8dc73f;
}
.sticky .blog-header h3::before {
  content: "\f006\0020";
  font-family: "FontAwesome";
  color: #F0ECBF;
}
.blog-header .time {
  float: right;
  text-align: center;
  position: relative;
  margin: 0px 0 10px 10px;
}
.blog-header .time::before {
  font-family: 'Typicons';
  top: 0px;
  color: black;
  font-size: 43px;
  z-index: 1;
  opacity: 0.05;
  line-height: 49px;
}
.format-standard .blog-header .time::before {
  content: "\e062";
}
.format-image .blog-header .time::before {
  content: "\e03a";
}
.format-gallery .blog-header .time::before {
  content: "\e08c";
}
.format-audio .blog-header .time::before {
  content: "\e0c0";
}
.format-video .blog-header .time::before {
  content: "\e130";
}
.format-quote .blog-header .time::before {
  content: "\e0b8";
}
.format-link .blog-header .time::before {
  content: "\e09b";
}
.blog-header .time .month {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1px;
  margin-left: 2px;
}
.blog-header .time a {
  font-size: 26px;
  font-weight: 300;
  color: #8dc73f;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  margin-left: 10px;
  float: right;
}
.blog-header .time a:hover {
  text-decoration: none;
}

.blog-media {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.blog-media img {
  width: 100%;
}
.single-post .blog-media {
  margin-bottom: 20px;
}
.format-standard .blog-media a::after, .format-image .blog-media a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background: -webkit-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background: linear-gradient(-45deg, #8dc73f, rgba(141, 199, 63, 0.8));
  opacity: 0;
}
.format-standard .blog-media a:hover::after, .format-image .blog-media a:hover::after {
  opacity: 1;
}

.blog-content img {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.blog-content .more-link {
  color: #8dc73f;
  padding: 8px 30px;
  font-size: 13px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
.blog-content .more-link::after {
  content: " →";
}
.blog-content .more-link:hover, .blog-content .more-link:focus {
  color: #fff;
  text-decoration: none;
  background: #99cd53;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-content p {
  margin-bottom: 20px;
}
.blog-content p:last-child, .blog-content p:only-child {
  margin-bottom: 0px;
}
.blog-content .gallery img {
  width: 100%;
  border: none !important;
}
.blog-content table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-content thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-content th {
  padding: 5px;
}
.blog-content iframe, .blog-content embed {
  max-width: 100%;
}

.post-author {
  border-top: 1px solid #e9e9e9;
  padding: 20px 0 0;
  margin-top: 50px;
  *zoom: 1;
  position: relative;
}
.post-author:after {
  content: "";
  display: table;
  clear: both;
}
.post-author small {
  margin-bottom: 30px;
}
.post-author .avatar {
  width: 80px;
  position: absolute;
  left: 0;
}
.post-author .avatar img {
  max-width: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.post-author .description {
  width: 100%;
  padding-left: 100px;
}
.post-author .description .author-name a {
  color: #262626;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.post-author .description p:empty {
  min-height: 40px;
}

.entry-meta {
  color: #bababa;
  font-size: 0.9em;
}
.single .entry-meta {
  margin-bottom: 20px;
}
.entry-meta .categories a {
  color: #bababa;
  font-weight: 400;
  display: inline-block;
}
.entry-meta .author a, .entry-meta .share a {
  color: #bababa;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.entry-meta .comments {
  color: #bababa;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.format-quote .bc-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.blog-medium .format-quote .bc-wrap {
  padding-left: 20px;
}
.format-quote .time {
  position: absolute;
  right: 0px;
}
.format-quote .blog-header {
  position: relative;
}
.format-quote .entry-meta p {
  margin-bottom: 10px;
  padding-right: 70px;
}
.format-quote blockquote p {
  font-size: 28px;
  line-height: 34px;
  padding: 0;
  margin-bottom: 20px;
  color: #262626;
}
.format-quote blockquote footer {
  color: #8dc73f;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 13px;
  border-top: none;
  padding: 0;
}
.format-quote blockquote footer::before {
  content: "\2013";
  position: relative;
  top: auto;
  left: auto;
  color: #8dc73f;
  font: 13px 'Open Sans';
}
.format-quote blockquote:hover footer {
  border: none;
}
.format-quote blockquote::before {
  content: "";
  background: transparent;
  height: 30px;
  width: 70px;
  display: block;
  float: right;
}
.single .format-quote blockquote::before {
  display: none;
}
.blog-masonry .format-quote blockquote p {
  font-size: 24px;
  line-height: 30px;
}

.format-link {
  /*	border: 1px solid rgba(0,0,0,.1);
  	padding: 20px;
  
  	.blog-full-width & {
  		padding: 0;
  	}
  
  	.blog-masonry & {
  		padding: 0;
  	}*/
}
.format-link .bc-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.blog-medium .format-link .bc-wrap {
  padding-left: 20px;
}
.format-link h3 a::after {
  content: "\2002\e01b";
  font-family: "Typicons";
}
.format-link .link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 13px;
}
.format-link .link::before {
  content: "\2013\2002";
  color: #8dc73f;
}
.format-link .entry-meta p {
  margin-bottom: 10px;
}

.format-gallery .post-gallery-slider img {
  text-align: center;
}

.blog-medium .post.has-post-thumbnail {
  min-height: 284px;
}
.blog-medium .blog-media {
  width: 312px;
  position: absolute;
  left: 0;
}
.blog-medium .bc-wrap {
  width: 100%;
  padding-left: 0;
}
.blog-medium .has-post-thumbnail .bc-wrap {
  padding-left: 342px;
}
.no-sidebar .blog-medium .blog-media {
  width: 412px;
  position: absolute;
}
.no-sidebar .blog-medium .post.has-post-thumbnail {
  min-height: 343px;
}
.no-sidebar .blog-medium .has-post-thumbnail .bc-wrap {
  padding-left: 442px;
}
.no-sidebar .blog-medium .format-gallery.has-post-thumbnail {
  min-height: 398px;
}
.blog-medium .format-gallery.has-post-thumbnail {
  min-height: 347px;
}

.blog-masonry .post {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
  margin-bottom: 30px;
}
.blog-masonry .post:hover {
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.blog-masonry .blog-media {
  border: none;
  margin-bottom: 0;
}
.blog-masonry .bc-wrap {
  padding: 25px;
  position: relative;
}
.blog-masonry .bc-wrap h3 {
  font-size: 24px;
  line-height: 28px;
}
.blog-masonry .bc-wrap h3::before {
  font-size: 26px;
}
.blog-masonry .blog-header {
  margin-bottom: 0;
}
.no-sidebar .blog-masonry .col-md-12 {
  text-align: center;
}
.blog-masonry .pagination {
  margin-top: 20px;
  margin-left: 0;
}
.blog-masonry .format-link .bc-wrap,
.blog-masonry .format-quote .bc-wrap {
  border: none;
}

.blog-full-width .post {
  border-bottom: 0;
  padding-bottom: 0;
  border: none;
  margin-bottom: 80px;
}
.blog-full-width .bc-wrap {
  padding: 0;
  padding-bottom: 80px;
  border: none;
  border-bottom: 1px solid #e9e9e9;
}
.blog-full-width .blog-header {
  margin-bottom: 10px;
}
.blog-full-width .blog-media {
  margin-bottom: 35px;
}
.single .blog-full-width .blog-media {
  margin-bottom: 30px;
}
.blog-full-width .blog-content .more-link {
  margin-top: 10px;
}
.single .blog-full-width .bc-wrap {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-full-width .format-quote .time {
  float: right;
  position: relative;
  margin: 0;
}

.article-addons {
  margin-top: 45px;
}
.article-addons:empty {
  margin: 0;
}

.article-share,
.article-tag-list {
  text-transform: uppercase;
  font-size: 12px;
  color: #c4c4c4;
  letter-spacing: 2px;
  width: 50%;
}

.article-share {
  float: right;
  text-align: right;
}
.article-share span {
  margin-right: 10px;
}

.article-tag-list {
  float: left;
}
.article-tag-list a {
  background: #f0f0f0;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 0px 5px;
  letter-spacing: 0px;
  font-weight: 400;
  display: inline-block;
}

/* Comments */
#comments {
  margin-top: 50px;
}
#comments h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.commentslist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.commentslist ul {
  list-style: none;
  margin: 0;
  padding-left: 0px;
}
.commentslist ul li {
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #e2e2e2;
}
.commentslist ul li::before {
  content: "";
  position: absolute;
  top: 20px;
  border-bottom: 1px solid #e2e2e2;
  left: 0;
  width: 20px;
}
.commentslist #respond {
  margin-bottom: 30px;
}

.the-comment {
  *zoom: 1;
  background: #F3F3F3;
  padding: 25px 15px;
  margin-bottom: 20px;
  position: relative;
}
.the-comment:after {
  content: "";
  display: table;
  clear: both;
}
.the-comment .avatar {
  width: 70px;
  position: absolute;
  top: 14px;
  left: 9px;
}
.the-comment .avatar img {
  max-width: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.the-comment .comment-content {
  width: 100%;
  padding-left: 91px;
  min-height: 75px;
}
.the-comment .comment-content .meta {
  color: #262626;
  margin-bottom: 10px;
}
.the-comment .comment-content p {
  margin-bottom: 0;
}
ul li .the-comment .avatar {
  width: 48px;
}
ul li .the-comment .avatar img {
  max-width: 48px;
  width: 100%;
}
ul li .the-comment .comment-content {
  width: 100%;
  padding-left: 70px;
  min-height: initial;
}

.bypostauthor {
  -moz-box-shadow: inset 2px 0 0 #8dc73f;
  -webkit-box-shadow: inset 2px 0 0 #8dc73f;
  box-shadow: inset 2px 0 0 #8dc73f;
}

.comments-navigation .pagination {
  margin-top: 20px;
}

.comment-respond {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e9e9e9;
}

.comment-reply-title small {
  margin-top: 8px;
  float: right;
}
.comment-reply-title small a {
  font-size: 13px;
}

#comment-input {
  *zoom: 1;
  margin-bottom: 15px;
}
#comment-input:after {
  content: "";
  display: table;
  clear: both;
}
#comment-input .input-group {
  width: 33.33333333333%;
  float: left;
  padding-right: 15px;
}
#comment-input .input-group:last-child {
  padding-right: 0;
}

.form-allowed-tags {
  margin-top: 10px;
  margin-bottom: 0;
}

.form-submit {
  display: block;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.form-submit input {
  width: 200px;
}

.awaiting-moderation {
  text-transform: uppercase;
  background: #E6E6E6;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 7px !important;
  color: #AAAAAA;
  padding: 0px 4px;
}

/* 5. Portfolio */
/* ------------ */
.portfolio-fullwidth {
  padding: 15px 30px;
}
.portfolio-fullwidth .container {
  width: 100%;
  padding: 0;
}

.portfolio-items--container .row {
  margin-right: -15px;
  margin-left: -15px;
}
.portfolio-items--container .row [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}
.portfolio-item a img {
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.portfolio-item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.portfolio-item a figure small {
  font-size: 11px;
  font-weight: 400;
}
.portfolio-item a figure small:empty {
  margin: 0;
}
.portfolio-item a figure small .portfolio-cat:after {
  content: "\002C\0020";
}
.portfolio-item a figure small .portfolio-cat:last-child:after {
  content: "";
}
.portfolio-item a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background-image: -webkit-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background-image: linear-gradient(-45deg, #8dc73f, rgba(141, 199, 63, 0.8));
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -moz-transition: opacity 0.1s 0.03s;
  -o-transition: opacity 0.1s 0.03s;
  -webkit-transition: opacity 0.1s;
  -webkit-transition-delay: 0.03s;
  transition: opacity 0.1s 0.03s;
}
.ie .portfolio-item a .overlay {
  background: rgba(141, 199, 63, 0.8);
}
.portfolio-item a .overlay .see-more, .portfolio-item a .overlay .quick-view {
  color: #fff;
  position: absolute;
  font-weight: 300;
}
.portfolio-item a .overlay .see-more {
  top: 0px;
  left: 30px;
  font-size: 18px;
  opacity: 0;
  -moz-transition: top 0.3s, opacity 0.2s;
  -o-transition: top 0.3s, opacity 0.2s;
  -webkit-transition: top 0.3s, opacity 0.2s;
  transition: top 0.3s, opacity 0.2s;
}
.portfolio-item a .overlay .see-more::after {
  content: "\0020\e01b";
  font-family: 'Typicons';
}
.portfolio-item .quick-view {
  right: 30px;
  bottom: 0px;
  font-size: 12px;
  text-align: right;
  color: #fff;
  position: absolute;
  font-weight: 400;
  z-index: 4;
  display: block;
  opacity: 0;
  -moz-transition: bottom 0.3s, opacity 0.2s;
  -o-transition: bottom 0.3s, opacity 0.2s;
  -webkit-transition: bottom 0.3s, opacity 0.2s;
  transition: bottom 0.3s, opacity 0.2s;
}
.portfolio-item .quick-view:hover {
  text-decoration: underline !important;
}
.portfolio-item .quick-view::before {
  content: "\f002";
  font-family: 'FontAwesome';
  display: block;
  font-size: 22px;
  top: -20px;
}
.portfolio-item:hover a {
  text-decoration: none;
}

.portfolio-masonry {
  position: relative;
}
.portfolio-masonry .portfolio-masonry-tall .portfolio-item img,
.portfolio-masonry .portfolio-masonry-big .portfolio-item img {
  height: 100%;
  width: auto;
}
.portfolio-masonry img {
  max-width: none;
}

.portfolio-style-overlay .portfolio-item a figure {
  position: absolute;
  top: 0px;
  left: 0px;
  letter-spacing: -1px;
  z-index: 2;
  opacity: 1;
  -moz-transition: top 0.3s, opacity 0.2s;
  -o-transition: top 0.3s, opacity 0.2s;
  -webkit-transition: top 0.3s, opacity 0.2s;
  transition: top 0.3s, opacity 0.2s;
  padding: 30px;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
}
.portfolio-style-overlay .portfolio-item a figure h3 {
  color: #fff;
  font-size: 24px;
}
.portfolio-style-overlay .portfolio-item a figure small {
  margin-bottom: 10px;
  color: #fff;
}
.portfolio-style-overlay .portfolio-item a.gradient::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 90%);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 90%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 90%);
  -webkit-backface-visibility: hidden;
}
.portfolio-style-overlay .portfolio-item:hover a figure {
  top: 30px;
  opacity: 0;
}
.portfolio-style-overlay .portfolio-item:hover a .overlay {
  opacity: 1;
}
.portfolio-style-overlay .portfolio-item:hover a .overlay .see-more {
  top: 30px;
  opacity: 1;
}
.portfolio-style-overlay .portfolio-item:hover .quick-view {
  bottom: 20px;
  opacity: 1;
}

.portfolio-style-bottom .portfolio-item {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.portfolio-style-bottom .portfolio-item a figure {
  position: relative;
  padding: 10px 0;
  z-index: 5;
  background: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 79px;
}
.portfolio-style-bottom .portfolio-item a figure small {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #747474;
}
.portfolio-style-bottom .portfolio-item a figure h3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portfolio-style-bottom .portfolio-item a figure::before {
  content: "\f0d8";
  font-family: 'FontAwesome';
  position: absolute;
  top: -13px;
  left: 20px;
  color: #fff;
  z-index: 100 !important;
  font-size: 20px;
}
.portfolio-style-bottom .portfolio-item .quick-view {
  bottom: 60px;
}
.portfolio-style-bottom .portfolio-item:hover a figure h3 {
  text-decoration: underline;
}
.portfolio-style-bottom .portfolio-item:hover a .overlay {
  opacity: 1;
}
.portfolio-style-bottom .portfolio-item:hover a .overlay .see-more {
  top: 30px;
  opacity: 1;
}
.portfolio-style-bottom .portfolio-item:hover .quick-view {
  bottom: 95px;
  opacity: 1;
}

.project-meta {
  margin-bottom: 50px;
}
.project-layout-wide .project-meta {
  margin-bottom: 0px;
}

.project-description {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  padding-right: 15px;
}
.project-layout-medium .project-description {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 0px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  padding-right: 0px;
}

.project-info-wrap {
  padding-left: 0;
}
.project-meta-fullwidth .project-info-wrap {
  padding-left: 15px;
}

.project-info {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.project-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-info small {
  margin-bottom: 7px;
}
.project-info .info-item {
  margin-bottom: 15px;
  padding-left: 30px;
}
.project-info .info-item:hover {
  -moz-box-shadow: -1px 0 0 #8dc73f;
  -webkit-box-shadow: -1px 0 0 #8dc73f;
  box-shadow: -1px 0 0 #8dc73f;
}

.project-name {
  -moz-box-shadow: -1px 0 0 #8dc73f;
  -webkit-box-shadow: -1px 0 0 #8dc73f;
  box-shadow: -1px 0 0 #8dc73f;
}
.project-name span {
  color: #8dc73f;
}

.project-url {
  margin-top: 30px;
}

.project-categories .portfolio-cat:after {
  content: "\002C\0020";
}
.project-categories .portfolio-cat:last-child:after {
  content: "";
}

.project-meta-fullwidth .project-description {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  padding-right: 0;
}
.project-meta-fullwidth .project-info {
  display: table;
  width: 100%;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  table-layout: fixed;
}
.project-meta-fullwidth .project-info ul {
  display: table-row;
}
.project-meta-fullwidth .project-info ul .info-item {
  display: table-cell;
  padding: 0;
  padding-top: 15px;
}
.project-meta-fullwidth .project-info ul .info-item span {
  padding-right: 45px;
  overflow-wrap: break-word;
  display: block;
}
.project-meta-fullwidth .project-info ul .info-item:hover {
  -moz-box-shadow: 0px -1px 0 #8dc73f;
  -webkit-box-shadow: 0px -1px 0 #8dc73f;
  box-shadow: 0px -1px 0 #8dc73f;
}
.project-meta-fullwidth .project-name {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.project-meta-fullwidth .project-url {
  vertical-align: middle;
}
.project-meta-fullwidth .project-categories .portfolio-cat {
  padding-right: 0 !important;
  display: inline !important;
}

.project-layout-medium {
  margin-bottom: 0;
}
.project-layout-medium .project-description {
  padding-left: 15px;
}
.project-layout-medium .project-info {
  border-left: none;
}
.project-layout-medium .project-info .project-name {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.project-layout-medium .project-info .info-item {
  padding-left: 15px;
}
.project-layout-medium .project-info .info-item:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.project-layout-medium .col-md-9 {
  padding-right: 45px;
}

.project-gallery-wide-wrapper {
  background: #333;
  overflow: hidden;
  padding: 60px 0;
  width: 100%;
}

.project-image-slider-wide.rsElise .rsBullets {
  padding-top: 0px;
  height: 52px;
}

.project-image-inline .rsContent {
  margin-bottom: 30px;
}
.project-image-inline .rsContent:last-child {
  margin-bottom: 0;
}

/* Project Comments */
.project-comments {
  padding-bottom: 60px;
  padding-top: 30px;
}
.project-comments #comments {
  margin-top: 0;
}

/* Portfolio Filtering */
.project-filtering-wrap {
  background: #333;
  padding: 30px 0;
  width: 100%;
}

.project-filtering-wrap.f-hidden {
  display: none;
}

.project-filtering {
  width: 100%;
  display: block;
}

.filters {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.filters:after {
  content: "";
  display: table;
  clear: both;
}
.filters li {
  float: left;
}
.filters li .filter-title {
  padding: 10px 30px 10px 0;
  display: block;
  margin: 0;
}
.filters li a {
  padding: 10px 15px;
  display: block;
  cursor: pointer;
  color: #ddd;
  font-weight: 400;
}
.filters li .active {
  background: #8dc73f;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.elise-portfolio-shortcode .project-filtering {
  margin-bottom: 20px;
}
.elise-portfolio-shortcode .project-filtering.filtering-left {
  text-align: left;
}
.elise-portfolio-shortcode .project-filtering.filtering-center {
  text-align: center;
}
.elise-portfolio-shortcode .project-filtering.filtering-right {
  text-align: right;
}
.elise-portfolio-shortcode .filters {
  display: inline-block;
}
.elise-portfolio-shortcode .filters li a {
  color: #656565;
}
.elise-portfolio-shortcode .filters li .active {
  color: #fff;
}

/* Isotope transitions */
.portfolio-items--container .row,
.portfolio-items--container .row .item {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /* change duration value to whatever you like */
}

.portfolio-items--container .row .item {
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.portfolio-items--container .row.no-transition,
.portfolio-items--container .row.no-transition .item,
.portfolio-items--container .row .item.no-transition {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* 6. Templates */
/* ------------ */
/* Side Navigation */
.side-navigation-page.snp-right .content-wrap {
  padding-right: 45px;
}
.side-navigation-page.snp-right .sidebar-wrap {
  padding-left: 15px;
}
.side-navigation-page.snp-left .content-wrap {
  padding-left: 45px;
}
.side-navigation-page.snp-left .sidebar-wrap {
  padding-right: 15px;
}

.side-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
.side-navigation li a {
  display: block;
  padding: 10px 15px;
  color: #747474;
  margin-left: -15px;
  font-weight: 400;
}
.side-navigation li a::after {
  content: "\e01b";
  font-family: "Typicons";
  float: right;
  font-weight: 400;
}
.side-navigation .current_page_item {
  padding: 5px 0;
}
.side-navigation .current_page_item a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #8dc73f;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}

/* 7. Shortcodes */
/* ------------- */
.elise-blog-shortcode .post .vc_container_inner.container {
  width: 100%;
}

.vc_row {
  position: relative;
}

.vc_bg_has_overlay {
  position: relative;
}

.vc_bg_parallax_wrap,
.bg_video_wrap {
  overflow: hidden;
}

.vc_bg_overlay,
.vc_bg_parallax,
.vc_bg_parallax_wrap,
.bg_video_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block !important;
}

.vc_bg_standard.vc_bg_fixed {
  background-attachment: fixed !important;
}

.vc_bg_video {
  min-width: 100%;
  min-height: 101%;
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vc_bg_parallax {
  height: 140%;
  -moz-transform: translate3d(0, -25%, 0px);
  -ms-transform: translate3d(0, -25%, 0px);
  -webkit-transform: translate3d(0, -25%, 0px);
  transform: translate3d(0, -25%, 0px);
}

.vc_bg_shadow {
  position: relative;
}
.vc_bg_shadow::after {
  content: '';
  position: absolute;
  height: 5px;
  top: -5px;
  width: 100%;
  display: block !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.row__vertical-align--wrapper {
  width: 100%;
  display: table;
  height: 0;
}
.row__vertical-align--wrapper .row__vertical-align--container {
  display: table-cell;
  vertical-align: middle;
}

.wpb_content_element:last-child {
  margin-bottom: 0;
}

.full-width-page {
  padding: 0 15px;
}

.vc_row_fullwidthcontent .full-width-container {
  *zoom: 1;
  width: 100%;
}
.vc_row_fullwidthcontent .full-width-container:after {
  content: "";
  display: table;
  clear: both;
}
.vc_row_fullwidthcontent .full-width-container > .row {
  margin: 0;
}
.vc_row_fullwidthcontent .full-width-container > .row > .wpb_column > .vc_column-inner {
  padding: 0;
}

.vc_window_height {
  min-height: 100vh;
}

.wpb_text_column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpb_text_column ul li::before {
  content: "\2014";
  opacity: 0.5;
  margin-right: 10px;
}

.btn, input[type="submit"],
.woocommerce #respond input#submit {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  padding: 8px 30px;
  text-shadow: none;
  font-weight: 400;
}
.btn:hover, .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus {
  color: #fff;
  text-decoration: none;
  background: #99cd53;
}
.btn:active, .btn.active, input[type="submit"]:active, input[type="submit"].active,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, input[type="submit"].disabled, input[type="submit"][disabled], fieldset[disabled] input[type="submit"],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit[disabled], fieldset[disabled]
.woocommerce #respond input#submit {
  cursor: not-allowed;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
  color: #727272;
}

input[type="submit"] {
  padding: 7px 30px;
  margin-top: -1px;
}

.btn-link,
.btn-outlined {
  color: #262626;
  font-weight: normal;
  cursor: pointer;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
}
.btn-link:hover, .btn-link:focus,
.btn-outlined:hover,
.btn-outlined:focus {
  color: #fff;
  text-decoration: none;
  background: #99cd53;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus,
.btn-outlined[disabled]:hover,
.btn-outlined[disabled]:focus, fieldset[disabled]
.btn-outlined:hover, fieldset[disabled]
.btn-outlined:focus {
  color: #747474;
  text-decoration: none;
}

/* Btn Colors */
.btn-default, input[type="submit"],
.woocommerce #respond input#submit {
  color: #fff;
  background: #8dc73f;
}

.btn-success {
  color: #fff;
  background: #8dc73f;
}
.btn-success:hover {
  background: #99cd53;
}

.btn-info {
  color: #fff;
  background: #2C77C8;
}
.btn-info:hover {
  background: #3a84d4;
}

.btn-warning {
  color: #fff;
  background: #e2b001;
}
.btn-warning:hover {
  background: #fbc401;
}

.btn-danger {
  color: #fff;
  background: #d84033;
}
.btn-danger:hover {
  background: #dc5448;
}

.btn-light {
  background: #eee;
  color: #747474;
}
.btn-light:hover {
  color: #747474;
  background: #e1e1e1;
}

.btn-dark {
  color: #fff;
  background: #262626;
}
.btn-dark:hover {
  background: #333333;
}

.btn-outlined {
  background: transparent;
  color: #8dc73f;
  -moz-box-shadow: inset 0 0 0 1px #8dc73f;
  -webkit-box-shadow: inset 0 0 0 1px #8dc73f;
  box-shadow: inset 0 0 0 1px #8dc73f;
}
.btn-outlined.btn-success {
  color: #8dc73f;
  -moz-box-shadow: inset 0 0 0 1px #8dc73f;
  -webkit-box-shadow: inset 0 0 0 1px #8dc73f;
  box-shadow: inset 0 0 0 1px #8dc73f;
}
.btn-outlined.btn-info {
  color: #2C77C8;
  -moz-box-shadow: inset 0 0 0 1px #2C77C8;
  -webkit-box-shadow: inset 0 0 0 1px #2C77C8;
  box-shadow: inset 0 0 0 1px #2C77C8;
}
.btn-outlined.btn-warning {
  color: #e2b001;
  -moz-box-shadow: inset 0 0 0 1px #e2b001;
  -webkit-box-shadow: inset 0 0 0 1px #e2b001;
  box-shadow: inset 0 0 0 1px #e2b001;
}
.btn-outlined.btn-danger {
  color: #d84033;
  -moz-box-shadow: inset 0 0 0 1px #d84033;
  -webkit-box-shadow: inset 0 0 0 1px #d84033;
  box-shadow: inset 0 0 0 1px #d84033;
}
.btn-outlined.btn-dark {
  color: #262626;
  -moz-box-shadow: inset 0 0 0 1px rgba(38, 38, 38, 0.6);
  -webkit-box-shadow: inset 0 0 0 1px rgba(38, 38, 38, 0.6);
  box-shadow: inset 0 0 0 1px rgba(38, 38, 38, 0.6);
}
.btn-outlined:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.btn-outlined.btn-light {
  color: #eee;
  -moz-box-shadow: inset 0 0 0 1px #eee;
  -webkit-box-shadow: inset 0 0 0 1px #eee;
  box-shadow: inset 0 0 0 1px #eee;
}
.btn-outlined.btn-light:hover {
  color: #747474;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-squared {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-rounded.btn-lg {
  -moz-border-radius: 39px;
  -webkit-border-radius: 39px;
  border-radius: 39px;
}
.btn-rounded.btn-md {
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
}
.btn-rounded.btn-sm {
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
}
.btn-rounded.btn-xs {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}

.btn-lg {
  padding: 11px 50px;
  min-width: 200px;
}

.btn-sm {
  padding: 5px 15px;
  font-size: 12px;
}

.btn-xs {
  padding: 3px 15px;
  font-size: 12px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-center {
  position: relative;
  left: 50%;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.btn-right {
  position: relative;
  left: 100%;
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}

/* Icon box */
.elise-iconbox {
  z-index: 2;
  position: relative;
}
.elise-iconbox .elise-iconbox-icon {
  color: #8dc73f;
  margin-bottom: 20px;
}
.elise-iconbox h1, .elise-iconbox h2, .elise-iconbox h3, .elise-iconbox h4, .elise-iconbox h5, .elise-iconbox h6 {
  margin-bottom: 15px;
}
.elise-iconbox h4, .elise-iconbox h5 {
  font-weight: 400;
}
.elise-iconbox p {
  position: relative;
}
.elise-iconbox p:last-child {
  margin-bottom: 0;
}
.elise-iconbox.iconbox-center {
  text-align: center;
}
.elise-iconbox.iconbox-right {
  text-align: right;
}

.iconbox-inline {
  position: relative;
}
.iconbox-inline.ii-left {
  text-align: left;
}
.iconbox-inline.ii-left .elise-iconbox-icon {
  position: absolute;
  left: 0;
}
.iconbox-inline.ii-left h1, .iconbox-inline.ii-left h2, .iconbox-inline.ii-left h3, .iconbox-inline.ii-left h4, .iconbox-inline.ii-left h5, .iconbox-inline.ii-left h6, .iconbox-inline.ii-left p,
.iconbox-inline.ii-left .elise-iconbox-more {
  padding-left: 60px;
}
.iconbox-inline.ii-right {
  text-align: right;
}
.iconbox-inline.ii-right .elise-iconbox-icon {
  position: absolute;
  right: 0;
}
.iconbox-inline.ii-right h1, .iconbox-inline.ii-right h2, .iconbox-inline.ii-right h3, .iconbox-inline.ii-right h4, .iconbox-inline.ii-right h5, .iconbox-inline.ii-right h6, .iconbox-inline.ii-right p,
.iconbox-inline.ii-right .elise-iconbox-more {
  padding-right: 60px;
}

.iconbox-border {
  background: #fff;
  margin-bottom: 30px !important;
  padding: 20px;
  border-top: 2px solid #8dc73f;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.iconbox-border .iconbox-header {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iconbox-border.ii-left {
  text-align: left;
}
.iconbox-border.ii-left .elise-iconbox-icon {
  left: 20px;
}
.iconbox-border.ii-left p, .iconbox-border.ii-left .elise-iconbox-more {
  padding-left: 0;
}
.iconbox-border.ii-left h1, .iconbox-border.ii-left h2, .iconbox-border.ii-left h3, .iconbox-border.ii-left h4, .iconbox-border.ii-left h5, .iconbox-border.ii-left h6 {
  padding-left: 40px;
}
.iconbox-border.ii-right {
  text-align: right;
}
.iconbox-border.ii-right .elise-iconbox-icon {
  right: 20px;
}
.iconbox-border.ii-right p, .iconbox-border.ii-right .elise-iconbox-more {
  padding-right: 0;
}
.iconbox-border.ii-right h1, .iconbox-border.ii-right h2, .iconbox-border.ii-right h3, .iconbox-border.ii-right h4, .iconbox-border.ii-right h5, .iconbox-border.ii-right h6 {
  padding-right: 40px;
}
.iconbox-border p {
  padding-left: 0;
}
.iconbox-border h6, .iconbox-border small {
  padding-top: 5px;
  margin-bottom: 20px;
}

.elise-iconbox-more {
  margin-top: 20px;
}
.elise-iconbox-more .btn-link {
  color: #747474;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.elise-iconbox-more .btn-link:hover {
  color: #fff;
  background: #99cd53;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.iconbox-block .icon-bg,
.iconbox-inline .icon-bg {
  display: inline-block;
  text-align: center;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  margin-top: -2px;
}
.iconbox-block .icon-bg .typcn,
.iconbox-block .icon-bg .vc-oi,
.iconbox-inline .icon-bg .typcn,
.iconbox-inline .icon-bg .vc-oi {
  display: block;
}
.iconbox-block .icon-circle,
.iconbox-inline .icon-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.iconbox-block .icon-shadow,
.iconbox-inline .icon-shadow {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 3px 40px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 3px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 3px 40px rgba(0, 0, 0, 0.05);
}

.iconbox-block .elise-iconbox-icon {
  height: 60px;
}
.iconbox-block .iconbox-icon-wrap {
  font-size: 42px;
  line-height: 60px;
}
.iconbox-block .icon-bg {
  width: 60px;
  height: 60px;
  padding: 12px 0;
  font-size: 38px;
  margin-top: -2px;
  line-height: 30px;
}
.iconbox-block .icon-bg .typcn {
  font-size: 34px;
}
.iconbox-block.icon-large .elise-iconbox-icon {
  height: 86px;
}
.iconbox-block.icon-large .iconbox-icon-wrap {
  font-size: 60px;
  line-height: 86px;
}
.iconbox-block.icon-large .icon-bg {
  width: 86px;
  height: 86px;
  padding: 23px 0;
  font-size: 44px;
  line-height: 43px;
}
.iconbox-block.icon-large .icon-bg .typcn {
  margin-top: -5px;
  font-size: 50px;
}
.iconbox-block.iconbox-image .elise-iconbox-icon {
  height: auto;
}

.iconbox-inline .iconbox-icon-wrap {
  font-size: 34px;
}
.iconbox-inline .icon-bg {
  width: 40px;
  height: 40px;
  padding: 8px 0;
  font-size: 26px;
  margin-top: -2px;
}
.iconbox-inline .icon-bg .typcn {
  margin-top: -1px;
  font-size: 30px;
}
.iconbox-inline.iconbox-border .iconbox-icon-wrap {
  font-size: 26px;
  display: inline-block;
  margin-top: 2px;
}
.iconbox-inline.iconbox-border .icon-bg {
  width: 32px;
  height: 32px;
  padding: 6px 0;
  font-size: 20px;
  margin-top: -2px;
}
.iconbox-inline.iconbox-border .icon-bg .typcn {
  margin-top: -1px;
  font-size: 22px;
}

/* Tabs */
.tab-content {
  background: #fff;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 25px;
  position: relative;
  z-index: 2;
}
.wpb_tour .tab-content {
  margin-left: 31.66666667%;
}

.elise-tab > .wpb_content_element:last-child {
  margin-bottom: 0;
}

.elise-tabs-nav {
  list-style: none;
  padding: 0;
  *zoom: 1;
}
.elise-tabs-nav:after {
  content: "";
  display: table;
  clear: both;
}
.elise-tabs-nav li {
  float: left;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs > li > a,
.elise-tabs-nav > li > a {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
}

.nav > li > a,
.elise-tabs-nav > li > a {
  padding: 15px 25px !important;
  background: rgba(0, 0, 0, 0.03);
  font-weight: 400;
}
.nav > li > a:hover,
.elise-tabs-nav > li > a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.wpb_content_element .wpb_tabs_nav li {
  background: transparent !important;
  margin: 0 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.elise-tabs-nav > li.ui-tabs-active > a {
  border: none;
  background: #fff;
  color: #262626;
  outline: none;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0px 2px 0 #8dc73f;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0px 2px 0 #8dc73f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0px 2px 0 #8dc73f;
}

.wpb_tour_next_prev_nav {
  padding-left: 0 !important;
}

.wpb_content_element .wpb_tabs_nav {
  z-index: 1 !important;
}

/* Tour */
.wpb_tour .tab-content {
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  padding-left: 30px;
  margin-left: 25%;
}
.wpb_tour .wpb_tabs_nav {
  width: 25% !important;
}
.wpb_tour .elise-tabs-nav > li.ui-tabs-active > a {
  -moz-box-shadow: inset 2px 0 0 #8dc73f;
  -webkit-box-shadow: inset 2px 0 0 #8dc73f;
  box-shadow: inset 2px 0 0 #8dc73f;
  border-left: none;
  border-right: none;
}
.wpb_tour .elise-tabs-nav > li > a {
  padding: 15px !important;
  background: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.wpb_tour .elise-tabs-nav > li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* Alert */
.alert {
  border: none;
  background: transparent;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
}
.alert::before {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 15px;
  color: #fff;
  padding: 1px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  width: 20px;
  text-align: center;
}

.alert-info {
  border-top: 2px solid #2C77C8;
  color: #2C77C8;
}
.alert-info::before {
  content: "\f129";
  background: #2C77C8;
}

.alert-success {
  border-top: 2px solid #8dc73f;
  color: #8dc73f;
}
.alert-success::before {
  content: "\f00c";
  background: #8dc73f;
}

.alert-warning {
  border-top: 2px solid #e2b001;
  color: #e2b001;
}
.alert-warning::before {
  content: "\f12a";
  background: #e2b001;
}

.alert-danger {
  border-top: 2px solid #d84033;
  color: #d84033;
}
.alert-danger::before {
  content: "\f00d";
  background: #d84033;
}

/* Blockquote */
blockquote {
  border-left: none;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
blockquote p, blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
  padding-bottom: 20px;
  margin-bottom: 0;
}
blockquote p::before, blockquote p::after, blockquote h1::before, blockquote h1::after, blockquote h2::before, blockquote h2::after, blockquote h3::before, blockquote h3::after, blockquote h4::before, blockquote h4::after, blockquote h5::before, blockquote h5::after, blockquote h6::before, blockquote h6::after {
  font: 16px 'FontAwesome';
  position: relative;
  color: rgba(0, 0, 0, 0.1);
}
blockquote p::before, blockquote h1::before, blockquote h2::before, blockquote h3::before, blockquote h4::before, blockquote h5::before, blockquote h6::before {
  content: "\f10d";
  top: -5px;
  margin-right: 10px;
}
blockquote p::after, blockquote h1::after, blockquote h2::after, blockquote h3::after, blockquote h4::after, blockquote h5::after, blockquote h6::after {
  content: "\f10e";
  top: 5px;
  margin-left: 10px;
}
blockquote p {
  font-size: 18px;
  line-height: 26px;
}
blockquote footer {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  position: relative;
  color: #262626;
  *zoom: 1;
  color: #ccc;
}
blockquote footer:after {
  content: "";
  display: table;
  clear: both;
}
blockquote footer .author {
  width: 50%;
  float: right;
  text-align: left;
  padding-left: 5px;
  padding-top: 7px;
  color: #262626;
}
blockquote footer .avatar {
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 5px;
}
blockquote footer .avatar img {
  max-width: 55px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: inline;
}
blockquote footer small {
  padding-top: 4px;
  font-size: 11px;
  margin-bottom: 0;
}
blockquote footer small::before {
  content: "";
}
blockquote footer::before {
  content: "\f0d7";
  font: 18px 'FontAwesome';
  position: absolute;
  top: -7px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
blockquote footer.f_full .author, blockquote footer.f_full .avatar {
  width: 100% !important;
  text-align: center;
}
blockquote footer.f_full .avatar img {
  max-width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 10px;
}
.elise-shortcode-testimonial blockquote:hover footer {
  border-top: 1px solid #8dc73f !important;
}
.elise-shortcode-testimonial blockquote:hover footer::before {
  color: #8dc73f;
}

blockquote.blockquote-bordered p {
  border: 1px solid transparent;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
blockquote.blockquote-bordered footer {
  border-top: none !important;
  position: relative;
}
blockquote.blockquote-bordered footer .avatar {
  text-align: left;
  width: 60px;
  position: absolute;
}
blockquote.blockquote-bordered footer .author {
  width: 100%;
  text-align: left;
  padding-left: 70px;
  min-height: 56px;
}
blockquote.blockquote-bordered footer.f_full .author {
  padding-left: 0;
  min-height: inherit;
}
blockquote.blockquote-bordered footer.f_full .avatar {
  position: relative;
}
blockquote.blockquote-bordered footer::before {
  top: -7px;
  left: 30px;
}
.elise-shortcode-testimonial blockquote.blockquote-bordered:hover p {
  border: 1px solid #8dc73f !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.elise-shortcode-testimonial blockquote.blockquote-bordered footer {
  border-top: none !important;
}

/* Social Icons */
.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.social-icons:after {
  content: "";
  display: table;
  clear: both;
}
.social-icons li {
  height: 32px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}
.social-icons li a {
  height: 32px;
  width: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  background: transparent;
  -moz-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -o-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -webkit-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  text-align: center;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  color: #919191;
}
#footer-widget-area .social-icons li a {
  -moz-box-shadow: inset 0 0 0 1px #6F6F6F;
  -webkit-box-shadow: inset 0 0 0 1px #6F6F6F;
  box-shadow: inset 0 0 0 1px #6F6F6F;
  color: #cfcfcf;
}
#footer-widget-area .social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a i {
  display: block;
  height: 32px;
  padding: 10px 0;
  top: 0;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  position: relative;
}
.social-icons li:hover a i {
  top: -100%;
}
.social-icons.si-large li {
  height: 50px;
}
.social-icons.si-large li a {
  height: 50px;
  width: 50px;
  font-size: 16px;
}
.social-icons.si-large li a i {
  height: 50px;
  padding: 18px 0;
}
.article-share .social-icons {
  display: inline-block;
  float: right;
  margin-top: -3px;
  opacity: .6;
}
.article-share .social-icons li {
  height: 24px;
  margin: 0;
}
.article-share .social-icons li a {
  width: 24px;
  height: 24px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888888;
}
.article-share .social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.article-share .social-icons li a i {
  height: 24px;
  padding: 7px;
}
.article-share .social-icons:hover {
  opacity: 1;
}
.nav-top-bar-wrap .social-icons {
  height: 32px;
}
.nav-top-bar-wrap .social-icons li {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 3px;
}
#top-bar .social-icons li {
  margin: 0;
}
#top-bar .social-icons li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #b3b3b3;
}
#top-bar .social-icons li a:hover {
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
#top-bar .social-icons li a i {
  padding: 15px 0;
}
#top-bar .social-icons li, #top-bar .social-icons a, #top-bar .social-icons i {
  height: 40px;
}
.social-icons .facebook a:hover {
  background: #3B5998;
}
.social-icons .twitter a:hover {
  background: #33ccff;
}
.social-icons .pinterest a:hover {
  background: #cb2027;
}
.social-icons .github a:hover {
  background: #000000;
}
.social-icons .linkedin a:hover {
  background: #007bb6;
}
.social-icons .dribbble a:hover {
  background: #EE508D;
}
.social-icons .google-plus a:hover {
  background: #dd4b39;
}
.social-icons .youtube a:hover {
  background: #bb0000;
}
.social-icons .vimeo-square a:hover {
  background: #44bbff;
}
.social-icons .flickr a:hover {
  background: #ff0084;
}
.social-icons .skype a:hover {
  background: #00AFF0;
}
.social-icons .instagram a:hover {
  background: #517fa4;
}
.social-icons .tumblr a:hover {
  background: #00225F;
}
.social-icons .codepen a:hover {
  background: #252527;
}
.social-icons .behance a:hover {
  background: #1769ff;
}
.social-icons .deviantart a:hover {
  background: #4e6252;
}
.social-icons .digg a:hover {
  background: #000;
}
.social-icons .dropbox a:hover {
  background: #007ee5;
}
.social-icons .foursquare a:hover {
  background: #0072b1;
}
.social-icons .jsfiddle a:hover {
  background: #4679bd;
}
.social-icons .openid a:hover {
  background: #f78c40;
}
.social-icons .reddit a:hover {
  background: #ff4500;
}
.social-icons .soundcloud a:hover {
  background: #f80;
}
.social-icons .spotify a:hover {
  background: #7ab800;
}
.social-icons .steam a:hover {
  background: #262627;
}
.social-icons .stumbleupon a:hover {
  background: #eb4924;
}
.social-icons .vine a:hover {
  background: #00b488;
}
.social-icons .lastfm a:hover {
  background: #c3000d;
}
.social-icons .vk a:hover {
  background: #45668e;
}
.social-icons .apple a:hover {
  background: #202020;
}
.social-icons .windows a:hover {
  background: #00bcf2;
}
.social-icons .wordpress a:hover {
  background: #21759b;
}

.pn-share-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background: #333;
  top: 100%;
  left: -100%;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 82px;
  z-index: 4;
}
.pn-share-buttons::before {
  content: "\f0d8";
  font-family: "FontAwesome";
  top: -12px;
  right: 18px;
  position: absolute;
  color: #333;
}
.pn-share-buttons li {
  margin: 0;
  height: 40px;
}
.pn-share-buttons li a {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 0 !important;
  height: 40px;
  color: #fff !important;
}
.pn-share-buttons li a i {
  height: 40px;
  padding: 15px 0 !important;
}
.pn-share-buttons li a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
}

.elise-shortcode-social-icons.si-left {
  text-align: left;
}
.elise-shortcode-social-icons.si-center {
  text-align: center;
}
.elise-shortcode-social-icons.si-right {
  text-align: right;
}
.elise-shortcode-social-icons .social-icons {
  display: inline-block;
}

/* Audio Player */
.audio-player {
  *zoom: 1;
  position: relative;
  max-height: 150px;
  background: rgba(0, 0, 0, 0.03);
}
.audio-player:after {
  content: "";
  display: table;
  clear: both;
}
.audio-player a {
  outline: none;
}
.audio-player .jp-cover {
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
}
.audio-player .jp-info {
  width: 100%;
  float: left;
  padding-left: 150px;
}
.audio-player .jp-info .jp-time {
  display: inline-block;
  padding: 20px;
  width: 70%;
  font-size: 16px;
}
.audio-player .jp-info .jp-time .jp-current-time, .audio-player .jp-info .jp-time .time-sep, .audio-player .jp-info .jp-time .jp-duration {
  display: inline-block;
}

.jp-author {
  padding: 20px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -1px;
}
.jp-author .song-author, .jp-author .song-title {
  display: inline-block;
  color: #262626;
}

.play-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.jp-play, .jp-pause {
  display: block;
  color: #fff;
  font-size: 30px;
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
}

.jp-progress, .jp-seek-bar {
  width: 100%;
  height: 20px;
  background: rgba(0, 0, 0, 0.03);
}

.jp-play-bar {
  height: 100%;
  background: #8dc73f;
}

.jp-volume {
  float: right;
  width: 30%;
  padding: 8px 0;
}

.jp-mute, .jp-unmute {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  float: left;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
}

.jp-volume-bar {
  height: 10px;
  width: 65%;
  background: #ddd;
  float: right;
  position: relative;
  top: 16px;
  margin-right: 10px;
}

.jp-volume-bar-value {
  height: 100%;
  background: #8dc73f;
}

.blog-medium .audio-player,
.blog-masonry .audio-player {
  min-height: 130px;
}
.blog-medium .jp-cover,
.blog-masonry .jp-cover {
  width: 110px;
}
.blog-medium .jp-info,
.blog-masonry .jp-info {
  padding-left: 110px;
}
.blog-medium .jp-info .jp-time,
.blog-masonry .jp-info .jp-time {
  padding: 0 15px;
  font-size: 13px;
}
.blog-medium .jp-author,
.blog-masonry .jp-author {
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 400;
}
.blog-medium .jp-progress, .blog-medium .jp-seek-bar,
.blog-masonry .jp-progress,
.blog-masonry .jp-seek-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
}
.blog-medium .jp-volume,
.blog-masonry .jp-volume {
  display: none;
}

/* Royal slider */
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsNoArrows .rsArrow {
  display: none !important;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.rsSlide > div {
  height: 100%;
  margin-bottom: 0;
}
.rsSlide > .vc_row,
.rsSlide > .recentposts-row {
  padding: 3px 1px;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  height: 100%;
  position: relative;
}

.royalSlider > .rsContent {
  visibility: hidden;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
  margin: 0 !important;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  margin: 0 !important;
}

.grab-cursor {
  cursor: url(img/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(img/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsVisible {
  overflow: visible;
}
.rsVisible .rsOverflow {
  overflow: visible;
}

/* Scaling transforms */
.rsVisible .rsSlide img {
  opacity: 0.2;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.rsVisible .rsActiveSlide img {
  opacity: 1;
}

.visibleNearby {
  width: 100%;
  background: #141414;
  color: #FFF;
  height: 850px;
  margin: 0;
  overflow: hidden;
}
.visibleNearby .rsSlide {
  padding: 6 0px 0;
  text-align: center;
}
.visibleNearby .rsThumbsHor {
  padding-top: 4px;
}

.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #141414;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}

.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}

/******************************
*
*  RoyalSlider Default Inverted Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'img/rs-default-inverted.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsElise,
.rsElise .rsOverflow,
.rsElise .rsSlide,
.rsElise .rsVideoFrameHolder,
.rsElise .rsThumbs {
  background: transparent;
}

/***************
*
*  1. Arrows
*
****************/
.rsElise .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsElise.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

.rsElise.rsNavTop .rsArrow {
  width: 34px;
}
.rsElise.rsNavTop .rsArrowIcn {
  top: 0;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.rsElise.rsNavOuter .rsArrow {
  width: 70px;
}
.rsElise.rsNavOuter .rsArrowIcn {
  margin-top: -20px;
}
.rsElise.rsNavOuter.rsWithBullets .rsArrowIcn {
  margin-top: -30px;
}

.rsElise.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsElise.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsElise.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

.rsElise.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

.rsElise .rsArrowIcn {
  width: 40px;
  height: 40px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 9px;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: inset -2px -2px 7px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset -2px -2px 7px rgba(0, 0, 0, 0.05);
  box-shadow: inset -2px -2px 7px rgba(0, 0, 0, 0.05);
}
.rsElise .rsArrowIcn::before {
  font: 20px/40px 'FontAwesome';
}

.rsElise.rsHor .rsArrowLeft .rsArrowIcn::before {
  content: "\f0d9";
  margin-left: -2px;
}

.rsElise.rsHor .rsArrowRight .rsArrowIcn::before {
  content: "\f0da";
  margin-left: 2px;
}

.rsElise.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

.rsElise.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsElise .rsArrowDisabled .rsArrowIcn {
  filter: alpha(opacity=20);
  opacity: .2;
  *display: none;
}

.rsElise.rsNavOuter {
  position: relative;
}
.rsElise.rsNavOuter .rsArrowLeft {
  left: -70px;
  padding-right: 30px;
}
.rsElise.rsNavOuter .rsArrowRight {
  right: -70px;
  padding-left: 30px;
}

.rsElise.rsNavInner {
  position: relative;
}
.rsElise.rsNavInner .rsArrow {
  height: 40px;
}
.rsElise.rsNavInner .rsArrowIcn {
  margin-top: 0;
  top: 40px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  border: 1px solid white;
  color: #fff;
}
.rsElise.rsNavInner .rsArrowLeft {
  left: auto;
  right: 65px;
}
.rsElise.rsNavInner .rsArrowRight {
  right: 20px;
}

.rsElise.rsNavTop {
  position: relative;
}
.rsElise.rsNavTop .rsArrowIcn {
  height: 34px;
  width: 34px;
  margin-top: 0px;
}
.rsElise.rsNavTop .rsArrowIcn::before {
  font: 18px/34px 'FontAwesome';
}
.rsElise.rsNavTop .rsArrow {
  height: auto;
  top: -67px;
  padding-bottom: 72px;
}
.rsElise.rsNavTop .rsArrowLeft {
  left: auto;
  right: 39px;
}
.rsElise.rsNavTop .rsArrowRight {
  right: 0;
}

.rsElise .rsArrow:hover .rsArrowIcn {
  color: #8dc73f;
  border: 1px solid #8dc73f;
}

/***************
*
*  2. Bullets
*
****************/
.rsElise .rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 15px;
  width: 100%;
  height: 35px;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}

.rsElise .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 9px;
  cursor: pointer;
}

.rsElise .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
}
.rsElise .rsBullet span:hover {
  background: #8dc73f;
}

.rsElise .rsBullet.rsNavSelected span {
  height: 8px;
  width: 8px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: -1px;
}

.visibleNearby .rsNav {
  position: absolute;
  bottom: 0;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsElise .rsThumbsHor {
  width: 100%;
  height: 60px;
  margin-top: 4px;
}

.rsElise .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsElise.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsElise.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsElise .rsThumb {
  float: left;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

.rsElise .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsElise .rsThumb.rsNavSelected {
  background: #FFF;
}

.rsElise .rsThumb.rsNavSelected img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.rsElise .rsTmb {
  display: block;
}

/* Thumbnails with text */
.rsElise .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.rsElise .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsElise .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
}

.rsElise .rsThumbsArrow:hover {
  background: rgba(255, 255, 255, 0.9);
}

.rsElise.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsElise.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsElise.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsElise.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsElise.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsElise .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("img/rs-default-inverted.png");
}

.rsElise.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsElise.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsElise.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsElise.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsElise .rsThumbsArrowDisabled {
  display: none !important;
}

/***************
*
*  4. Tabs
*
****************/
.rsElise .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsElise .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

.rsElise .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsElise .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsElise .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsElise .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsElise .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsElise .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("img/rs-default-inverted.png") 0 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
  border-radius: 2px;
}

.rsElise .rsFullscreenIcn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.rsElise.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsElise .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsElise .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(img/rs-default-inverted.png) no-repeat 0 -32px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
}

.rsElise .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(255, 255, 255, 0.9);
}

.rsElise .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}

.rsElise .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsElise .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsElise .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("img/rs-default-inverted.png") -64px 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
}

.rsElise .rsCloseVideoIcn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

/***************
*
*  8. Global caption
*
****************/
.rsElise .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

/* Magnific Popup */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.7;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: 18px;
  font-weight: 300;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Progress Bar */
.vc_progress_bar .vc_single_bar {
  height: 15px;
  background: rgba(0, 0, 0, 0.05) !important;
}

.vc_label {
  margin-bottom: 7px;
}

.vc_label_units {
  color: #8dc73f;
}

.vc_progress_bar .vc_single_bar .vc_bar,
.vc_progress_bar .vc_single_bar {
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px;
  border-radius: 8px !important;
}

.vc_progress_bar .vc_single_bar .vc_bar {
  background: #8dc73f !important;
}

/* Timeline */
.timeline-hidden {
  visibility: hidden;
}

.timeline-visible {
  visibility: visible;
}

.timeline-spinner {
  left: 50%;
  z-index: 2;
  margin-left: -15px;
  margin-top: 10px;
}

.elise_timeline_wrapper {
  position: relative;
  padding: 80px 0 20px 0;
}

.timeline-stamp {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 110px;
}

.timeline_line {
  position: absolute;
  width: 1px;
  border-right: 2px solid rgba(0, 0, 0, 0.15);
  height: 100%;
  z-index: 1;
  top: 0px;
}
.timeline_line::before {
  content: "\f102";
  font-family: "FontAwesome";
  left: -24px;
  width: 50px;
  height: 50px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  background: #fff;
  border: 1px solid #e9e9e9;
  text-align: center;
  font-size: 30px;
  padding: 13px 0;
  color: #8dc73f;
}
.timeline_line::after {
  content: "";
  left: -4px;
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
}

.elise_timeline_block_wrap {
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
}
.elise_timeline_block_wrap:hover .tl-arrow {
  color: #8dc73f !important;
}
.elise_timeline_block_wrap:hover .tl-arrow::after {
  background: #8dc73f !important;
}
.elise_timeline_block_wrap:hover .elise_timeline_block {
  border: 1px solid #8dc73f !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.elise_timeline_block {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.tl-arrow {
  color: #ccc;
}
.tl-arrow::before {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 16px;
  top: 20px;
  content: "\f0da";
  right: 24px;
  z-index: 1;
}
.tl-arrow::after {
  content: "";
  right: -35px;
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 26px;
  right: -4px;
}

.timeline_block_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.timeline_block_title .tl-title {
  font-weight: 400;
}
.timeline_block_title .tl-date::before {
  content: "\0020\00B7\0020";
}

.elise_timeline_content p:last-child {
  margin-bottom: 0;
}

.timeline-center .timeline_line {
  left: 49.95%;
}
.timeline-center .elise_timeline_block_wrap {
  width: 50%;
  padding-right: 30px;
}
.timeline-center .tl_block_left {
  padding-right: 30px;
  padding-left: 0px;
}
.timeline-center .tl_block_left .tl-arrow::before {
  content: "\f0da";
  right: 25px;
}
.timeline-center .tl_block_left .tl-arrow::after {
  right: -4px;
}
.timeline-center .tl_block_right {
  padding-left: 30px;
  padding-right: 0px;
}
.timeline-center .tl_block_right .tl-arrow::before {
  content: "\f0d9";
  left: 25px;
}
.timeline-center .tl_block_right .tl-arrow::after {
  left: -4px;
}

.timeline-left .timeline_line {
  left: 25px;
}
.timeline-left .elise_timeline_block_wrap {
  width: 100%;
  padding-left: 57px;
}
.timeline-left .tl_block_left {
  padding-left: 57px;
  padding-right: 0px;
}
.timeline-left .tl_block_left .tl-arrow::before {
  content: "\f0d9";
  left: 52px;
}
.timeline-left .tl_block_left .tl-arrow::after {
  left: 22px;
}

.timeline-right .timeline_line {
  right: 25px;
}
.timeline-right .elise_timeline_block_wrap {
  width: 100%;
  padding-right: 57px;
}
.timeline-right .tl_block_left {
  padding-right: 57px;
  padding-left: 0px;
}
.timeline-right .tl_block_left .tl-arrow::before {
  content: "\f0da";
  right: 52px;
}
.timeline-right .tl_block_left .tl-arrow::after {
  right: 22px;
}
.timeline-right .timeline_block_title,
.timeline-right .elise_timeline_content {
  text-align: right;
}

/* Recent Posts */
.elise-recentposts {
  color: #000;
}
.elise-recentposts .post {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.recentposts-grid .recentposts-row {
  margin-top: 30px;
}
.recentposts-grid .recentposts-row:first-child {
  margin-top: 0;
}

.recentposts-a {
  display: block;
}
.recentposts-a:hover {
  text-decoration: none;
}
.recentposts-a:hover .btn-link {
  color: #fff;
  text-decoration: none;
  background: #99cd53;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.recentposts-carousel {
  padding-bottom: 15px;
}
.recentposts-carousel .recentposts-post {
  margin-bottom: 5px;
}

.recentposts-post {
  padding: 30px;
  height: 300px;
  border-top: 2px solid #8dc73f;
  background: #fff;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

[class*="format-"] .recentposts-post::before {
  position: absolute;
  font-family: 'Typicons';
  top: 14px;
  color: #000;
  right: -10px;
  font-size: 122px;
  z-index: 1;
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  opacity: 0.05;
}

.format-standard .recentposts-post::before {
  content: "\e062";
}

.format-image .recentposts-post::before {
  content: "\e03a";
}

.format-gallery .recentposts-post::before {
  content: "\e08c";
}

.format-audio .recentposts-post::before {
  content: "\e0c0";
}

.format-video .recentposts-post::before {
  content: "\e130";
}

.format-quote .recentposts-post::before {
  content: "\e0b8";
}

.format-link .recentposts-post::before {
  content: "\e09b";
}

.recentpost-title h3 {
  font-size: 24px;
  line-height: 35px;
  display: block;
  overflow: hidden;
  height: 140px;
}

.recentpost-date small {
  font-size: 11px;
  color: #262626;
  opacity: .5;
  margin-bottom: 10px;
}

.recentpost-readmore {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.recentpost-readmore .btn {
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* Pricing Table */
.elise-pricing-table {
  width: 100%;
  *zoom: 1;
  z-index: 2;
  position: relative;
}
.elise-pricing-table:after {
  content: "";
  display: table;
  clear: both;
}

.elise-pricing-column {
  float: left;
  text-align: center;
  background: #fff;
  position: relative;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pt-column-1 .elise-pricing-column {
  width: 100%;
}
.pt-column-1 .elise-pricing-column:nth-of-type(1n+2) {
  display: none;
}
.pt-columns-2 .elise-pricing-column {
  width: 50%;
}
.pt-columns-2 .elise-pricing-column:nth-of-type(1n+3) {
  display: none;
}
.pt-columns-3 .elise-pricing-column {
  width: 33.3333333333%;
}
.pt-columns-3 .elise-pricing-column:nth-of-type(1n+4) {
  display: none;
}
.pt-columns-4 .elise-pricing-column {
  width: 25%;
}
.pt-columns-4 .elise-pricing-column:nth-of-type(1n+5) {
  display: none;
}
.pt-columns-5 .elise-pricing-column {
  width: 20%;
}
.pt-columns-5 .elise-pricing-column:nth-of-type(1n+6) {
  display: none;
}

.pt-header {
  position: relative;
  background: #f9f9f9;
  overflow: hidden;
  border-top: 1px solid #8dc73f;
}

.pt-title,
.pt-price {
  position: relative;
  z-index: 1;
}

.pt-title {
  margin-bottom: 0;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pt-price {
  padding: 20px 0;
}
.pt-price h2 {
  margin-bottom: 0;
  display: inline-block;
}
.pt-price h2 [class^="currency-"] {
  font-size: 22px;
  margin-top: -3px;
}
.pt-price h2 .currency-bef {
  float: left;
  margin-right: 2px;
}
.pt-price h2 .currency-aft {
  float: right;
  margin-right: 2px;
}
.pt-price span {
  font-size: 16px;
  font-weight: 300;
  margin-left: 3px;
}

.pt-icon {
  position: absolute;
  top: 0px;
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  right: -90px;
}
.pt-icon i {
  color: rgba(0, 0, 0, 0.03);
  z-index: 0;
  font-size: 200px;
}
.pt-icon i.typcn {
  font-size: 240px;
}
.pt-icon i.fa {
  margin-right: 50px;
  margin-top: -50px;
}

.pt-features {
  padding: 20px;
  color: #262626;
}
.pt-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  min-width: 60%;
  max-width: 60%;
}
.pt-features ul li {
  text-align: left;
  padding: 0.3em 5px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.pt-features ul li:last-child {
  border-bottom: none;
}
.pt-features ul li .qty {
  font-weight: 700;
}

.pt-choose {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pt-choose .btn {
  min-width: 70%;
}

.pt-featured {
  z-index: 10;
  padding-bottom: 10px;
}

.pt-featured-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  bottom: 100%;
  background: #8dc73f;
}
.pt-featured-text small {
  color: #fff;
  font-size: 10px;
  display: block;
  margin-bottom: 0;
  padding: 0 10px;
}

/* Team Member */
.tm-photo {
  margin-bottom: 20px;
  text-align: center;
}

.tm-name h3 {
  margin-bottom: 5px;
}
.tm-name small {
  margin-bottom: 0;
  color: #aaa;
}

.tm-desc {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  margin-top: 15px;
}

/* Counters */
.elise-shortcode-counter.counter-left {
  text-align: left;
}
.elise-shortcode-counter.counter-center {
  text-align: center;
}
.elise-shortcode-counter.counter-right {
  text-align: right;
}
.elise-shortcode-counter h1 {
  margin-bottom: 0;
}
.elise-shortcode-counter small {
  margin-top: 10px;
  margin-bottom: 0;
}

/* Toggle FAQ */
.elise-toggle-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.elise-toggle-wrapper:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.vc_toggle {
  margin-bottom: 0 !important;
}

.elise-toggle-title {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.vc_toggle_default {
  background: none !important;
  position: relative;
}
.vc_toggle_default .vc_toggle_title {
  padding-right: 48px !important;
}
.vc_toggle_default .vc_toggle_title::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #8dc73f;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vc_toggle_default .vc_toggle_icon {
  display: none !important;
}
.vc_toggle_default .vc_toggle_title,
.vc_toggle_default .vc_toggle_content {
  padding-left: 0 !important;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_title::after {
  content: "\f106";
}

.elise-toggle-content {
  padding: 15px 0 30px 0;
  display: none;
}
.elise-toggle-content p:last-child {
  margin-bottom: 0;
}

.last_toggle_el_margin {
  display: none;
}

/* Accordion */
.elise-accordion .wpb_accordion_section {
  background: #fff;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.elise-accordion .elise-accordion-header {
  margin: 0;
  position: relative;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.elise-accordion .elise-accordion-header a {
  display: block;
  padding: 15px 25px;
  -moz-box-shadow: inset 0 2px 0 #8dc73f;
  -webkit-box-shadow: inset 0 2px 0 #8dc73f;
  box-shadow: inset 0 2px 0 #8dc73f;
  padding-right: 73px;
}
.elise-accordion .elise-accordion-header a::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.elise-accordion .elise-accordion-header.ui-accordion-header-active a::after {
  content: "\f106";
}
.elise-accordion .elise-accordion-header:focus {
  outline: none;
}
.elise-accordion .elise-accordion-content {
  padding: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.elise-accordion .elise-accordion-content p:last-child {
  margin-bottom: 0;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  display: none !important;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background: transparent !important;
}

/* Single img */
.img_rounded,
.img_rounded-bordered {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.img_rounded:hover::before,
.img_rounded-bordered:hover::before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

img.img_bordered,
img.img_rounded-bordered {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.single-img_shadow img {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.single-img-wrapper {
  position: relative;
}
.single-img-wrapper .img-caption {
  position: absolute;
  max-width: 70%;
  background: rgba(141, 199, 63, 0.95);
  color: #fff;
  padding: 10px 15px;
  z-index: 1;
}
.single-img-wrapper .img-caption h1, .single-img-wrapper .img-caption h2, .single-img-wrapper .img-caption h3, .single-img-wrapper .img-caption h4, .single-img-wrapper .img-caption h5, .single-img-wrapper .img-caption h6, .single-img-wrapper .img-caption small, .single-img-wrapper .img-caption p, .single-img-wrapper .img-caption a {
  color: #fff;
  margin-bottom: 0;
}

.img-caption.c-bottom-left {
  bottom: 30px;
  left: 30px;
}
.img-caption.c-bottom-right {
  bottom: 30px;
  right: 30px;
}
.img-caption.c-top-left {
  top: 30px;
  left: 30px;
}
.img-caption.c-top-right {
  top: 30px;
  right: 30px;
}

/* Gallery */
.carousel-view {
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: block;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  text-align: right;
}
.carousel-view::before {
  content: "\f002";
  font-family: 'FontAwesome';
  display: block;
  font-size: 18px;
}
.carousel-view:hover {
  text-decoration: none;
}

.img-link.carousel-view::before {
  content: "\f08e";
}

.image_grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.image_grid ul li {
  float: left;
}

a.magnpopup:not(.carousel-view),
a.img-link:not(.carousel-view) {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
a.magnpopup:not(.carousel-view):hover,
a.img-link:not(.carousel-view):hover {
  opacity: 0.7;
}

a.magnpopup:not(.carousel-view).si_overlay:hover,
a.img-link:not(.carousel-view).si_overlay:hover {
  opacity: 1;
}
a.magnpopup:not(.carousel-view).si_overlay:hover:before,
a.img-link:not(.carousel-view).si_overlay:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background-image: -webkit-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background-image: linear-gradient(-45deg, #8dc73f, rgba(141, 199, 63, 0.8));
  z-index: 1;
}
.img_rounded a.magnpopup:not(.carousel-view).si_overlay:hover:before, .img_rounded
a.img-link:not(.carousel-view).si_overlay:hover:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
a.magnpopup:not(.carousel-view).si_overlay:hover::after,
a.img-link:not(.carousel-view).si_overlay:hover::after {
  font-family: 'FontAwesome';
  display: block;
  font-size: 22px;
  color: #fff;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a.magnpopup:not(.carousel-view).img_rounded:hover:before,
a.img-link:not(.carousel-view).img_rounded:hover:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

a.magnpopup:not(.carousel-view).si_overlay:hover:after {
  content: "\f002";
}

a.img-link:not(.carousel-view).si_overlay:hover:after {
  content: "\f08e";
}

/* Call to Action */
.elise-call-to-action {
  padding: 40px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 #8dc73f;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 #8dc73f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 #8dc73f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.elise-call-to-action p {
  margin-top: 10px;
}
.elise-call-to-action p:last-child {
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.elise-call-to-action h1, .elise-call-to-action h2, .elise-call-to-action h3, .elise-call-to-action h4, .elise-call-to-action h5, .elise-call-to-action h6, .elise-call-to-action small {
  margin-bottom: 0px;
  z-index: 2;
  position: relative;
}
.elise-call-to-action::before {
  content: "\e090";
  font-family: 'Typicons';
  font-size: 140px;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 1;
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  color: rgba(0, 0, 0, 0.05);
}

.cta-btn {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

.elise-cta-btn-pos-right .cta-content {
  padding-right: 20%;
  margin-right: 30px;
}
.elise-cta-btn-pos-right .btn {
  position: absolute;
  right: 40px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 20%;
  white-space: normal;
}

.elise-cta-btn-pos-left .cta-content {
  padding-left: 20%;
  margin-left: 30px;
}
.elise-cta-btn-pos-left .btn {
  position: absolute;
  left: 40px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 20%;
  white-space: normal;
}

.elise-cta-btn-pos-bottom .btn {
  margin-top: 20px;
}

/* Separators */
.elise_separator {
  display: table;
  width: 100%;
}

.elise_separator .elise_sep_text {
  line-height: 1em;
  font-size: 100%;
  display: table-cell;
  white-space: pre;
}

.elise_separator.elise_separator_align_center .elise_sep_text {
  padding: 0 0.8em;
}

.elise_separator.elise_separator_align_left {
  margin-left: 0;
}

.elise_separator.elise_separator_align_left .elise_sep_text {
  padding: 0 0.8em 0 0;
}

.elise_separator.elise_separator_align_left .elise_sep_holder {
  width: 100%;
}

.elise_separator.elise_separator_align_left .elise_sep_holder.elise_sep_holder_l {
  display: none;
}

.elise_separator.elise_separator_align_right {
  margin-right: 0;
}

.elise_separator.elise_separator_align_right .elise_sep_text {
  padding: 0 0 0 0.8em;
  margin: 0 !important;
}

.elise_separator.elise_separator_align_right .elise_sep_holder {
  width: 100%;
}

.elise_separator.elise_separator_align_right .elise_sep_holder.elise_sep_holder_r {
  display: none;
}

.elise_separator .elise_sep_holder {
  display: table-cell;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.elise_separator .elise_sep_holder .elise_sep_line {
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

.elise_separator.elise_sep_double {
  height: 5px;
}

.elise_separator.elise_sep_double .elise_sep_line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 5px;
}

.elise_separator.elise_sep_dashed .elise_sep_line {
  border-top-style: dashed;
}

.elise_separator.elise_sep_dotted .elise_sep_line {
  border-top-style: dotted;
}

.wpb_separator,
.elise_text_separator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wave,
.elise_separator.elise_sep_wave .elise_sep_holder .elise_sep_line {
  height: 7px;
  background: url(img/hr-wave.png) repeat-x;
  border-bottom: none;
  border-top: none;
}

.shadow,
.elise_separator.elise_sep_shadow .elise_sep_holder .elise_sep_line {
  background: url(img/shadow-sep.png) no-repeat center 3px;
  height: 15px;
  border-bottom: none;
  border-top: none;
}

.elise_separator.elise_sep_shadow .elise_sep_holder_l .elise_sep_line {
  background-position: left 3px;
}

.elise_separator.elise_sep_shadow .elise_sep_holder_r .elise_sep_line {
  background-position: right 3px;
}

.elise_sep_btt .elise_sep_text {
  cursor: pointer;
}
.elise_sep_btt .elise_sep_text .sep_title::after {
  content: "\0020\f106";
  font-family: "FontAwesome";
}

.elise_sep_wrapper {
  display: inline-block;
  width: 100%;
}
.elise_el_width_medium .elise_sep_wrapper {
  width: 50%;
}
.elise_el_width_small .elise_sep_wrapper {
  width: 20%;
}

.elise_sep_position_left {
  text-align: left;
}

.elise_sep_position_center {
  text-align: center;
}

.elise_sep_position_right {
  text-align: right;
}

.elise_sep_container {
  display: table;
  width: 100%;
}

/* Separator
---------------------------------------------------------- */
.wpb_separator {
  clear: both;
  height: 1px;
}

/* Text Separator
---------------------------------------------------------- */
.elise_text_separator {
  clear: both;
  height: 1px;
}

.elise_text_separator div {
  display: inline-block;
  background-color: #ffffff;
  padding: 1px 1em;
  position: relative;
  top: -9px;
}

.separator_align_center {
  text-align: center;
}

.separator_align_left {
  text-align: left;
}

.separator_align_right {
  text-align: right;
}

/* Pie Chart */
.elise-pie-chart-wrapper.elise-pie-left {
  text-align: left;
}
.elise-pie-chart-wrapper.elise-pie-right {
  text-align: right;
}
.elise-pie-chart-wrapper.elise-pie-center {
  text-align: center;
}

.elise-pie-chart {
  position: relative;
  display: inline-block;
}
.elise-pie-chart .elise-pie-value-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
}
.elise-pie-chart .elise-pie-value-wrapper .elise-counter {
  margin-bottom: 0;
  margin-top: -5px;
}
.elise-pie-chart .elise-pie-value-wrapper .pc-medium {
  font-size: 28px;
}
.elise-pie-chart .elise-pie-value-wrapper .pc-small {
  font-size: 20px;
}
.elise-pie-chart .elise-pie-value-wrapper small {
  max-width: 65%;
  text-align: center;
  margin: 0 auto;
  line-height: 15px;
  margin-top: 5px;
}

/* Google maps */
.elise-google-maps {
  height: 500px;
  width: 100%;
}
.elise-google-maps img {
  max-width: none !important;
}

/* Contact Form 7 */
.wpcf7-not-valid {
  border-color: #d84033;
}

div.wpcf7-response-output {
  padding: 10px 15px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  margin-top: 20px;
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
  border: none;
  border-top: 2px solid #e2b001;
}

div.wpcf7-mail-sent-ok {
  border: none;
  border-top: 2px solid #8dc73f;
}

div.wpcf7-mail-sent-ng {
  border: none;
  border-top: 2px solid #d84033;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d84033;
}

/* Recent Projects */
.recentprojects-carousel .portfolio-item {
  margin-bottom: 3px;
}

/* 8. Widgets */
/* ---------- */
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget {
  margin-bottom: 60px;
}
.sidebar-nav-widgets .widget {
  margin-bottom: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget h6 {
  color: #656565;
}
.widget h6:empty {
  margin: 0;
}
#footer-widget-area .widget h6 {
  color: #999999;
}

/* Latest News/Comments Widget */
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
  background: #f2f2f2;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #aaa;
  font-family: "Raleway", Arial, sans-serif;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#footer-widget-area .widget_recent_comments ul li, #footer-widget-area
.widget_recent_entries ul li, #footer-widget-area
.widget_rss ul li {
  background: rgba(255, 255, 255, 0.05);
}
.widget_recent_comments ul li .post-date::before,
.widget_recent_comments ul li .rss-date::before,
.widget_recent_entries ul li .post-date::before,
.widget_recent_entries ul li .rss-date::before,
.widget_rss ul li .post-date::before,
.widget_rss ul li .rss-date::before {
  content: "\e033\0020";
  font-family: 'Typicons';
}
.widget_recent_comments ul li .url,
.widget_recent_entries ul li .url,
.widget_rss ul li .url {
  display: inline !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  color: #aaa;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 18px;
}
.widget_recent_comments ul li .url::after,
.widget_recent_entries ul li .url::after,
.widget_rss ul li .url::after {
  content: "";
}
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a {
  color: #262626;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  display: block !important;
  text-transform: none;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 22px;
}
#footer-widget-area .widget_recent_comments ul li a, #footer-widget-area
.widget_recent_entries ul li a, #footer-widget-area
.widget_rss ul li a {
  color: #e6e6e6;
}

.widget_recent_comments ul li::before {
  content: "\e0b8\0020";
  font-family: 'Typicons';
}

.widget_rss ul li {
  text-transform: none;
  letter-spacing: 0;
}
.widget_rss ul li .rss-date {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget_rss ul li .rssSummary {
  color: #747474;
  line-height: 18px;
}
.widget_rss h6 .rsswidget {
  color: #262626;
  font-weight: 700;
  letter-spacing: 2px;
  color: #656565;
}
.widget_rss h6 .rsswidget:first-child::before {
  content: "\f09e";
  font-family: 'FontAwesome';
  color: #8dc73f;
  font-size: 11px;
}
.widget_rss h6 .rsswidget img {
  display: none;
}
#footer-widget-area .widget_rss h6 .rsswidget {
  color: #999999;
}

/* News Tabs */
.widget_recent_posts_tab .tab-content {
  padding: 15px;
  background: #fff;
}
#footer-widget-area .widget_recent_posts_tab .tab-content {
  background: rgba(45, 45, 45, 0.7);
  color: #e6e6e6;
}
.widget_recent_posts_tab .nav-tabs > li.active > a,
.widget_recent_posts_tab .nav-tabs > li.active > a:hover,
.widget_recent_posts_tab .nav-tabs > li.active > a:focus {
  background: #fff;
}
#footer-widget-area .widget_recent_posts_tab .nav-tabs > li.active > a, #footer-widget-area
.widget_recent_posts_tab .nav-tabs > li.active > a:hover, #footer-widget-area
.widget_recent_posts_tab .nav-tabs > li.active > a:focus {
  background: rgba(45, 45, 45, 0.7);
  color: #e6e6e6;
}
.widget_recent_posts_tab .nav > li > a {
  padding: 15px 0 !important;
}
.widget_recent_posts_tab .recent_posts,
.widget_recent_posts_tab .popular_posts,
.widget_recent_posts_tab .recent_comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_posts_tab .recent_posts li,
.widget_recent_posts_tab .popular_posts li,
.widget_recent_posts_tab .recent_comments li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.widget_recent_posts_tab .recent_posts li .post-date,
.widget_recent_posts_tab .recent_posts li .post-views,
.widget_recent_posts_tab .recent_posts li .comment-author-tab,
.widget_recent_posts_tab .popular_posts li .post-date,
.widget_recent_posts_tab .popular_posts li .post-views,
.widget_recent_posts_tab .popular_posts li .comment-author-tab,
.widget_recent_posts_tab .recent_comments li .post-date,
.widget_recent_posts_tab .recent_comments li .post-views,
.widget_recent_posts_tab .recent_comments li .comment-author-tab {
  font-size: 11px;
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.widget_recent_posts_tab .recent_posts li .post-date::before,
.widget_recent_posts_tab .popular_posts li .post-date::before,
.widget_recent_posts_tab .recent_comments li .post-date::before {
  content: "\e033\0020";
  font-family: 'Typicons';
}
.widget_recent_posts_tab .recent_posts li .post-views::before,
.widget_recent_posts_tab .popular_posts li .post-views::before,
.widget_recent_posts_tab .recent_comments li .post-views::before {
  content: "\b7\0020";
}
.widget_recent_posts_tab .recent_posts li .comment-author-tab a,
.widget_recent_posts_tab .popular_posts li .comment-author-tab a,
.widget_recent_posts_tab .recent_comments li .comment-author-tab a {
  font-size: 11px;
  display: inline;
  opacity: 1;
  letter-spacing: 0px;
}
.widget_recent_posts_tab .recent_posts li .comment-author-tab a::after,
.widget_recent_posts_tab .popular_posts li .comment-author-tab a::after,
.widget_recent_posts_tab .recent_comments li .comment-author-tab a::after {
  content: none;
}
.widget_recent_posts_tab .recent_posts li .comment-author-tab::before,
.widget_recent_posts_tab .popular_posts li .comment-author-tab::before,
.widget_recent_posts_tab .recent_comments li .comment-author-tab::before {
  content: "\e0b8\0020";
  font-family: 'Typicons';
}
.widget_recent_posts_tab .recent_posts li a,
.widget_recent_posts_tab .popular_posts li a,
.widget_recent_posts_tab .recent_comments li a {
  color: #262626;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  display: block;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 22px;
}
#footer-widget-area .widget_recent_posts_tab .recent_posts li a, #footer-widget-area
.widget_recent_posts_tab .popular_posts li a, #footer-widget-area
.widget_recent_posts_tab .recent_comments li a {
  color: #e6e6e6;
}
.widget_recent_posts_tab .recent_posts li .recent_comments_excerpt,
.widget_recent_posts_tab .popular_posts li .recent_comments_excerpt,
.widget_recent_posts_tab .recent_comments li .recent_comments_excerpt {
  font-size: 13px;
  line-height: 20px;
  font-family: "Raleway", Arial, sans-serif;
  color: #747474;
  text-transform: none;
}
.widget_recent_posts_tab .recent_posts li .recent_comments_excerpt::before,
.widget_recent_posts_tab .popular_posts li .recent_comments_excerpt::before,
.widget_recent_posts_tab .recent_comments li .recent_comments_excerpt::before {
  content: "\00AB\0020";
}
.widget_recent_posts_tab .recent_posts li .recent_comments_excerpt::after,
.widget_recent_posts_tab .popular_posts li .recent_comments_excerpt::after,
.widget_recent_posts_tab .recent_comments li .recent_comments_excerpt::after {
  content: " »";
}
.widget_recent_posts_tab .recent_posts li:last-child,
.widget_recent_posts_tab .popular_posts li:last-child,
.widget_recent_posts_tab .recent_comments li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.widget_recent_posts_tab .nav-tabs li {
  text-align: center;
}
.widget_recent_posts_tab .nav-tabs .recent-posts-tab,
.widget_recent_posts_tab .nav-tabs .popular-posts-tab {
  width: 38%;
}
.widget_recent_posts_tab .nav-tabs .recent-comments-tab {
  width: 24%;
}

/* Widget Categores */
/*------------------*/
.widget_categories ul,
.widget_archive ul,
.woocommerce.widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_categories ul > li,
.widget_archive ul > li,
.woocommerce.widget_product_categories ul > li {
  width: 100%;
}
.widget_categories ul > li a,
.widget_archive ul > li a,
.woocommerce.widget_product_categories ul > li a {
  color: #262626;
  border-bottom: 1px solid #e9e9e9;
  display: block;
  padding: 10px 0;
  font-weight: 400;
}
#footer-widget-area .widget_categories ul > li a, #footer-widget-area
.widget_archive ul > li a, #footer-widget-area
.woocommerce.widget_product_categories ul > li a {
  color: #e6e6e6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget_categories ul > li a::after,
.widget_archive ul > li a::after,
.woocommerce.widget_product_categories ul > li a::after {
  content: "\e01b";
  font-family: 'Typicons';
  float: right;
  font-weight: 400;
}
.sidebar-nav-widgets .widget_categories ul > li a::after, .sidebar-nav-widgets
.widget_archive ul > li a::after, .sidebar-nav-widgets
.woocommerce.widget_product_categories ul > li a::after {
  float: left;
  content: "\e00e";
}
.widget_categories ul > li:last-child a,
.widget_archive ul > li:last-child a,
.woocommerce.widget_product_categories ul > li:last-child a {
  border-bottom: none;
}
#footer-widget-area .widget_categories ul > li:last-child a, #footer-widget-area
.widget_archive ul > li:last-child a, #footer-widget-area
.woocommerce.widget_product_categories ul > li:last-child a {
  border-bottom: none;
}
.widget_categories ul > li ul li::before,
.widget_archive ul > li ul li::before,
.woocommerce.widget_product_categories ul > li ul li::before {
  content: "\2014";
  color: #ddd;
  padding: 10px 0;
  float: left;
  padding-right: 5px;
}

.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li {
  padding: 2px 0;
}
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a {
  color: #262626;
  font-weight: 400;
}
#footer-widget-area .widget_pages ul li a, #footer-widget-area
.widget_meta ul li a, #footer-widget-area
.widget_nav_menu ul li a {
  color: #e6e6e6;
}
.widget_pages ul li ul li a::before,
.widget_meta ul li ul li a::before,
.widget_nav_menu ul li ul li a::before {
  content: "\2014";
  color: #ddd;
  float: left;
  padding-right: 5px;
}

.widget select {
  width: 100%;
}

/* Calendar Widget */
/*----------------*/
.widget_calendar #calendar_wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  text-transform: uppercase;
  font-size: 13px;
  color: #747474;
  padding: 10px 0;
  font-family: "Raleway", Arial, sans-serif;
  text-transform: none;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.widget_calendar #wp-calendar thead tr {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 11px;
}
.widget_calendar #wp-calendar thead tr th {
  text-align: center;
  padding: 5px 0;
}
.widget_calendar #wp-calendar tbody {
  padding-bottom: 5px;
  text-align: center;
}
.widget_calendar #wp-calendar tbody tr {
  font-family: "Raleway", Arial, sans-serif;
}
.widget_calendar #wp-calendar tbody tr td {
  padding: 5px 0;
}
.widget_calendar #wp-calendar tbody tr td a {
  display: block;
}
.widget_calendar #wp-calendar tfoot td {
  padding: 5px;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.widget_calendar #wp-calendar tfoot td a {
  font-weight: 400;
  color: #747474;
  display: block;
  text-indent: -9999px;
  position: relative;
}
.widget_calendar #wp-calendar tfoot td a::before {
  font-family: "FontAwesome";
  position: absolute;
  width: 15px;
  text-indent: 0;
}
.widget_calendar #wp-calendar tfoot td a:hover {
  color: #8dc73f;
  text-decoration: none;
}
.widget_calendar #wp-calendar tfoot tr .pad {
  height: 0;
  font-size: 0;
  padding: 0;
  line-height: 0;
}
.widget_calendar #wp-calendar tfoot #prev a::before {
  content: "\f0a8";
  left: 5px;
}
.widget_calendar #wp-calendar tfoot #next a::before {
  content: "\f0a9";
  right: 5px;
}

/* Tags */
/*----------------*/
.widget_tag_cloud .tagcloud a {
  background: #f0f0f0;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0px 5px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 1.6em;
}
#footer-widget-area .widget_tag_cloud .tagcloud a {
  background: rgba(45, 45, 45, 0.7);
  color: #e6e6e6;
}

/* Twitter Widget */
/*----------------*/
.widget-twitter .tweet ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-twitter .tweet ul li {
  margin-bottom: 20px;
}
.widget-twitter .tweet ul li .tweet_time a {
  font-size: 12px;
  opacity: .5;
  color: #e6e6e6;
  font-weight: 400;
}
.widget-twitter .tweet .btn-link {
  margin-top: 10px;
  color: #e6e6e6;
  -moz-box-shadow: inset 0 0 0 1px #e6e6e6;
  -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.widget-twitter .tweet .btn-link:hover {
  color: #fff;
  background: #33ccff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.widget-twitter .tweet .btn-link::before {
  content: "\f099\2002";
  font-family: 'FontAwesome';
}

.no-widget-added a {
  color: #8dc73f;
  font-weight: 400;
  font-style: italic;
}

/* Widget Recent Projects */
/*------------------------*/
.widget_recent_projects .recent_project {
  list-style: none;
  margin: 0 -3px;
  padding: 0;
  *zoom: 1;
}
.widget_recent_projects .recent_project:after {
  content: "";
  display: table;
  clear: both;
}
.widget_recent_projects .recent_project li {
  float: left;
  width: 50%;
}
.col-md-6 .widget_recent_projects .recent_project li {
  width: 25%;
}
.col-md-4 .widget_recent_projects .recent_project li {
  width: 33.3333333%;
}

.widget-portfolio-item {
  position: relative;
  overflow: hidden;
  margin: 3px;
}
.widget-portfolio-item a {
  display: block;
}
.widget-portfolio-item a img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: none;
}
.widget-portfolio-item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.widget-portfolio-item a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background-image: -webkit-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background-image: linear-gradient(-45deg, #8dc73f, rgba(141, 199, 63, 0.8));
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -moz-transition: opacity 0.1s 0.03s;
  -o-transition: opacity 0.1s 0.03s;
  -webkit-transition: opacity 0.1s;
  -webkit-transition-delay: 0.03s;
  transition: opacity 0.1s 0.03s;
}
.ie .widget-portfolio-item a .overlay {
  background: rgba(141, 199, 63, 0.8);
}
.widget-portfolio-item a .overlay .see-more {
  position: absolute;
  font-weight: 300;
  top: 0px;
  left: 0px;
  font-size: 14px;
  opacity: 0;
  -moz-transition: top 0.3s, opacity 0.2s;
  -o-transition: top 0.3s, opacity 0.2s;
  -webkit-transition: top 0.3s, opacity 0.2s;
  transition: top 0.3s, opacity 0.2s;
  width: 100%;
  height: 100%;
}
.widget-portfolio-item a .overlay .see-more h5 {
  padding: 0 15px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  max-height: 44px;
  line-height: 22px;
}
.widget-portfolio-item:hover a .overlay {
  opacity: 1;
}
.widget-portfolio-item:hover a .overlay .see-more {
  top: 15px;
  opacity: 1;
}

/* 9. Footer */
/* --------- */
#footer-widget-area {
  padding: 70px 0 70px 0;
  background: #252525;
  color: #e6e6e6;
  border-bottom: 1px solid #323232;
  position: relative;
}

#copyrights {
  padding: 30px 0;
  background: #2d2d2d;
  color: #999999;
  font-size: 12px;
  line-height: 18px;
}
#copyrights a {
  color: #cccccc;
  font-weight: 400;
}
#copyrights p {
  margin-bottom: 0;
}
#copyrights .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
#copyrights .menu li {
  float: left;
  margin-right: 7px;
}
#copyrights .menu li::after {
  content: "\b7";
  margin-left: 7px;
}
#copyrights .menu li:last-child {
  margin: 0;
}
#copyrights .menu li:last-child::after {
  content: "";
  margin: 0;
}

/* 10. Layouts */
/* ----------- */
.layout-wrapper {
  position: relative;
}

.layout-boxed {
  background-color: #282828;
}
@media (min-width: 1296px) {
  .layout-boxed .layout-wrapper {
    margin: 0 auto;
    width: 1296px;
    overflow: hidden;
  }
  .layout-boxed .layout-wrapper #navbar {
    width: 1296px;
  }
}

.layout-bordered {
  background-color: #282828;
}
@media (min-width: 1256px) {
  .layout-bordered .layout-wrapper {
    margin: 0 auto;
    margin: 20px;
    overflow: hidden;
  }
}

@media (min-width: 1296px) {
  .layout-wrapper-shadow {
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.08);
  }

  .header-standard.header-full-width.header-transparent.layout-bordered #navbar .container,
  .header-centered.header-full-width.header-transparent.layout-bordered #navbar .container,
  .header-extended.header-full-width.header-transparent.layout-bordered #navbar .container {
    padding: 0 100px;
  }
}
/* 11. WooCommerce */
/* --------------- */
.woocommerce .elise_woo-col-2 li.product,
.woocommerce ul.products.columns-2 li.product {
  width: 50%;
}
.woocommerce .elise_woo-col-3 li.product,
.woocommerce ul.products.columns-3 li.product {
  width: 33.3333333333%;
}
.woocommerce .elise_woo-col-4 li.product,
.woocommerce ul.products.columns-4 li.product {
  width: 25%;
}
.woocommerce .elise_woo-col-5 li.product,
.woocommerce ul.products.columns-5 li.product {
  width: 20%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 25%;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  text-decoration: underline;
}

.woocommerce .radio input[type=radio], .woocommerce .radio-inline input[type=radio], .woocommerce .checkbox input[type=checkbox], .woocommerce .checkbox-inline input[type=checkbox],
.woocommerce-page .radio input[type=radio],
.woocommerce-page .radio-inline input[type=radio],
.woocommerce-page .checkbox input[type=checkbox],
.woocommerce-page .checkbox-inline input[type=checkbox] {
  margin-left: 0;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  margin: 0 -15px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  -moz-transition: all 0.2s, top 0.3s;
  -o-transition: all 0.2s, top 0.3s;
  -webkit-transition: all 0.2s, top 0.3s;
  transition: all 0.2s, top 0.3s;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  margin: 0;
  width: 120px;
  top: 12px;
  right: -33px;
  z-index: 4;
  min-height: 0;
  min-width: 0;
  line-height: 30px;
  font-size: 13px;
}
.woocommerce ul.products li.product:hover h4,
.woocommerce-page ul.products li.product:hover h4 {
  text-decoration: underline;
}
.woocommerce ul.products li.product:hover .woo_elise_thumb-overlay,
.woocommerce-page ul.products li.product:hover .woo_elise_thumb-overlay {
  bottom: 0;
}
.woocommerce ul.products li.product:hover .elise_gallery_image_thumb_overlay,
.woocommerce-page ul.products li.product:hover .elise_gallery_image_thumb_overlay {
  top: 0;
}
.woocommerce h4,
.woocommerce-page h4 {
  margin-bottom: 0px;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  background: #8dc73f;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  min-height: 0;
  min-width: 0;
  line-height: 30px;
  font-size: 13px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count {
  margin-bottom: 30px;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.woocommerce table.shop_table.cart,
.woocommerce-page table.shop_table.cart {
  margin-bottom: 50px;
}
.woocommerce table.shop_table .quantity,
.woocommerce-page table.shop_table .quantity {
  margin: 0;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  background: rgba(0, 0, 0, 0.05);
  padding: 15px 12px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 11px;
  text-transform: uppercase;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  padding: 15px 12px;
}
.woocommerce table.shop_table td.actions .coupon .input-text,
.woocommerce-page table.shop_table td.actions .coupon .input-text {
  padding: 6px 15px;
  width: auto;
  background: #fff;
}
.woocommerce table.shop_table td.actions,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table td.actions,
.woocommerce-page table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td {
  background: rgba(0, 0, 0, 0.02);
}
.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-size: 11px;
}
.woocommerce #customer_details,
.woocommerce #order_review table.shop_table,
.woocommerce-page #customer_details,
.woocommerce-page #order_review table.shop_table {
  margin-bottom: 30px;
}
.woocommerce input.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce-page input.button,
.woocommerce-page button.button,
.woocommerce-page a.button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  padding: 9px 30px;
  text-shadow: none;
  font-weight: 400;
  background-image: none;
  border: none;
  background: #eee;
  text-shadow: none;
  color: #747474;
}
.woocommerce input.button.alt,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page a.button.alt {
  color: #fff;
  text-shadow: none;
  background: #8dc73f;
}
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page a.button.alt:hover {
  text-shadow: none;
  background-image: none;
  background: #99cd53;
}
.woocommerce input.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page a.button:hover {
  text-shadow: none;
  background-image: none;
  background: #e1e1e1;
}
.woocommerce input.button,
.woocommerce-page input.button {
  margin-top: 20px;
}
.woocommerce .place-order input.button,
.woocommerce-page .place-order input.button {
  margin-top: 0px;
}
.woocommerce .cart-collaterals .shipping_calculator hr.shadow,
.woocommerce-page .cart-collaterals .shipping_calculator hr.shadow {
  margin-top: 0;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button {
  -moz-box-shadow: inset 0 0 0 1px #ddd;
  -webkit-box-shadow: inset 0 0 0 1px #ddd;
  box-shadow: inset 0 0 0 1px #ddd;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:hover,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:hover {
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button::after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button::after {
  content: "\f107";
  font-family: "FontAwesome";
}
.woocommerce .shipping-calculator-form,
.woocommerce-page .shipping-calculator-form {
  width: 100%;
}
.woocommerce .shipping-calculator-form p.form-row:first-child,
.woocommerce-page .shipping-calculator-form p.form-row:first-child {
  padding-top: 15px !important;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 3px 0;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  margin: 0;
  width: 100%;
}
.woocommerce .cart_totals h2,
.woocommerce-page .cart_totals h2 {
  font-size: 26px;
  line-height: 30px;
}
.woocommerce .cart_totals tbody th,
.woocommerce-page .cart_totals tbody th {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
  vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .cross-sells h2,
.woocommerce-page .cross-sells h2 {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background: #fff;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.woocommerce #payment div.payment_box::after,
.woocommerce-page #payment div.payment_box::after {
  border: 8px solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  border-top: none;
}
.woocommerce .addresses .title small,
.woocommerce-page .addresses .title small {
  float: left;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  margin-bottom: 50px;
  font-size: 1em;
}
.woocommerce h2,
.woocommerce-page h2 {
  font-size: 26px;
  line-height: 30px;
}
.woocommerce fieldset,
.woocommerce-page fieldset {
  margin-top: 50px;
}
.woocommerce fieldset legend,
.woocommerce-page fieldset legend {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Raleway", Arial, sans-serif;
}
.woocommerce #shipping_method label,
.woocommerce-page #shipping_method label {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce .woocommerce-price-suffix,
.woocommerce-page .woocommerce-price-suffix {
  display: inline;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce .woocommerce-price-suffix .amount::before,
.woocommerce-page .woocommerce-price-suffix .amount::before {
  content: "/";
  color: #eee;
}
.woocommerce .cart-collaterals .cart_totals table tr td small,
.woocommerce table.shop_table td small,
.woocommerce .widget_shopping_cart_content .total small,
.woocommerce-page .cart-collaterals .cart_totals table tr td small,
.woocommerce-page table.shop_table td small,
.woocommerce-page .widget_shopping_cart_content .total small {
  font-weight: 400;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #aaa;
}

.add_to_cart_inline {
  position: relative;
}
.add_to_cart_inline .amount,
.add_to_cart_inline ins .amount {
  font-size: 30px;
  font-weight: 300;
  margin-right: 20px;
  color: #8dc73f;
}
.add_to_cart_inline ins {
  text-decoration: none;
}
.add_to_cart_inline del .amount {
  margin-right: 0;
  font-size: 16px;
  color: inherit;
}
.add_to_cart_inline .add_to_cart_button {
  background: #8dc73f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  padding: 11px 50px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  position: relative;
}
.add_to_cart_inline .add_to_cart_button .fa {
  margin-right: 5px;
}
.add_to_cart_inline .added_to_cart {
  margin-left: 10px;
}
.add_to_cart_inline .added_to_cart::after {
  content: "";
}

.woocommerce-checkout .alert {
  margin-bottom: 40px;
}
.woocommerce-checkout form.checkout_coupon {
  margin-bottom: 40px !important;
  margin-top: -20px !important;
}
.woocommerce-checkout table.shop_table {
  margin-bottom: 40px !important;
}

p.demo_store {
  background: rgba(141, 199, 63, 0.9);
  color: #fff;
  border: none;
  bottom: 0px;
  top: auto;
  left: 0;
  padding: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  z-index: 3;
  font-size: 11px;
}

.woocommerce form .form-row label.inline,
.woocommerce-page form .form-row label.inline {
  float: right;
  margin-top: 24px;
  position: relative;
}
.woocommerce form .form-row label.inline input,
.woocommerce-page form .form-row label.inline input {
  position: absolute;
  left: -20px;
}
.woocommerce .lost_password,
.woocommerce-page .lost_password {
  margin-bottom: 0;
  margin-top: 15px;
}

.woocommerce-checkout form.checkout_coupon input.button {
  margin-top: 0 !important;
}

.elise_woo_title h4 {
  display: inline-block;
  width: 65%;
  float: left;
}
.elise_woo_title .price {
  text-align: right;
  width: 35%;
  display: inline-block !important;
  position: relative;
  margin-top: 4px;
  margin-bottom: 0 !important;
}
.elise_woo_title .price .amount {
  font-size: 16px;
  color: #8dc73f;
  font-weight: 600;
  display: inline-block;
}
.elise_woo_title .price ins {
  text-decoration: none;
}
.elise_woo_title .price del {
  position: absolute;
  bottom: -24px;
  right: 0;
}
.elise_woo_title .price del .amount {
  color: #aaa;
  font-size: 13px;
  font-weight: 400;
}
.elise_woo_title .star-rating,
.elise_woo_title .product-category-title {
  display: block;
  width: 100%;
}
.elise_woo_title .product-category-title {
  float: left;
  color: #aaa;
  font-weight: 400;
  margin-bottom: 5px;
}

ul.alert {
  list-style: none;
  *zoom: 1;
}
ul.alert:after {
  content: "";
  display: table;
  clear: both;
}
ul.alert li {
  float: left;
  width: 100%;
}

.alert a.button {
  float: right;
  margin-top: -4px;
}

.elise_woo_imagewrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.woo_elise_thumb-overlay {
  position: absolute;
  bottom: -60px;
  background: rgba(141, 199, 63, 0.9);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhkYzczZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background: -webkit-linear-gradient(135deg, #8dc73f, rgba(141, 199, 63, 0.8));
  background: linear-gradient(-45deg, #8dc73f, rgba(141, 199, 63, 0.8));
  width: 100%;
  height: 60px;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  z-index: 3;
}

p.myaccount_user,
p.order-info {
  margin-bottom: 40px;
}

p.myaccount_address {
  margin-bottom: 30px;
}

.addresses .address {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.elise_woo_logout {
  position: relative;
}
.elise_woo_logout a {
  position: absolute;
  right: 0;
  top: -50px;
}

.elise_woo_add-to-cart,
.elise_woo_view-product {
  width: 50%;
  float: left;
  text-align: center;
}
.elise_woo_add-to-cart a,
.elise_woo_view-product a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 400;
}
.elise_woo_add-to-cart a i,
.elise_woo_view-product a i {
  display: block;
  font-size: 19px;
}
.elise_woo_add-to-cart a:hover,
.elise_woo_view-product a:hover {
  background: white;
  color: #747474;
}

.elise_woo_add-to-cart a.added {
  display: none;
}
.elise_woo_add-to-cart a:after {
  content: "";
}
.elise_woo_add-to-cart a.added_to_cart {
  display: block;
  padding: 10px 0;
}
.elise_woo_add-to-cart a.added_to_cart::before {
  content: "\f00c";
  font-family: "FontAwesome";
  display: block;
  font-size: 19px;
}

.elise_gallery_image_thumb_overlay {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  -moz-transition: top 2s;
  -o-transition: top 2s;
  -webkit-transition: top 2s;
  transition: top 2s;
}

/* Product Page */
.woocommerce div.product,
.woocommerce #content div.product,
.woocommerce-page div.product,
.woocommerce-page #content div.product {
  position: relative;
}
.woocommerce .product_title,
.woocommerce-page .product_title {
  margin-bottom: 30px;
}
.woocommerce .elise_woo_onsale-wrap,
.woocommerce-page .elise_woo_onsale-wrap {
  height: 90px;
  width: 90px;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  margin: 0;
  width: 120px;
  top: 15px;
  right: -30px;
  left: auto;
  background: rgba(141, 199, 63, 0.9);
}
.woocommerce .elise_woo_price-rating,
.woocommerce-page .elise_woo_price-rating {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 35%;
  display: table-cell;
}
.woocommerce .elise_woo_sp_pricing,
.woocommerce-page .elise_woo_sp_pricing {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: table-cell;
}
.woocommerce .elise_woo_sp_pricing p,
.woocommerce-page .elise_woo_sp_pricing p {
  margin-bottom: 0;
}
.woocommerce .elise_woo_sp_pricing .amount,
.woocommerce-page .elise_woo_sp_pricing .amount {
  font-size: 30px;
  color: #8dc73f;
  font-weight: 300;
}
.woocommerce .elise_woo_sp_pricing ins,
.woocommerce-page .elise_woo_sp_pricing ins {
  text-decoration: none;
}
.woocommerce .elise_woo_sp_pricing del .amount,
.woocommerce-page .elise_woo_sp_pricing del .amount {
  font-size: 16px;
  color: #aaa;
}
.woocommerce div.product .price,
.woocommerce-page div.product .price {
  color: #8dc73f;
  font-weight: 300;
}
.woocommerce .elise_woo_short-desc,
.woocommerce-page .elise_woo_short-desc {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.woocommerce .elise_woo_sp_small,
.woocommerce-page .elise_woo_sp_small {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
  margin: 0;
}
.woocommerce .woocommerce-review-link,
.woocommerce-page .woocommerce-review-link {
  margin-top: -6px;
  float: left;
  margin-left: 10px;
  font-weight: 400;
  color: #747474;
}
.woocommerce form.cart,
.woocommerce-page form.cart {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
  margin-right: 7px;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
  height: auto;
  padding: 4px 8px;
  padding-right: 0;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  height: 18px;
  background: #eee;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 0 0;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
  -moz-border-radius: 0 0 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 0;
}
.woocommerce .product_meta,
.woocommerce-page .product_meta {
  float: left;
}
.woocommerce .product_meta > span,
.woocommerce-page .product_meta > span {
  display: block;
  color: rgba(116, 116, 116, 0.7);
  font-size: 12px;
}
.woocommerce .product_meta > span a,
.woocommerce-page .product_meta > span a {
  color: #747474;
  font-weight: 400;
}
.woocommerce div.product p.stock,
.woocommerce-page div.product p.stock {
  margin-bottom: 0;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  color: #8dc73f;
}
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product {
  width: 25%;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  margin-bottom: 50px;
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  margin-bottom: 50px;
}
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
  padding-top: 2px;
  margin: 0 -2px;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a {
  width: 33.333333333333%;
  margin: 0;
  padding: 2px;
}
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce-page div.product div.images .flex-control-thumbs {
  padding-top: 2px;
  margin: 0 -2px;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-page div.product div.images .flex-control-thumbs li {
  width: 33.333333333333%;
  margin: 0;
  padding: 2px;
}
.woocommerce #reviews #comments,
.woocommerce-page #reviews #comments {
  margin-top: 0;
}
.woocommerce #reviews #comments h2,
.woocommerce #reviews h3,
.woocommerce-page #reviews #comments h2,
.woocommerce-page #reviews h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}
.woocommerce #reviews label,
.woocommerce-page #reviews label {
  margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  padding: 15px;
  background: #f3f3f3;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
  margin-bottom: 0;
}
.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
  margin-bottom: 20px;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
  padding-top: 30px;
  margin-top: 10px;
  border-top: 1px solid #e9e9e9;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 1em;
  margin-bottom: 10px;
  color: #262626;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-weight: 400;
}
.woocommerce .woocommerce-tabs .tab-content,
.woocommerce-page .woocommerce-tabs .tab-content {
  padding-bottom: 10px;
}
.woocommerce div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations {
  border-collapse: initial;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce .reset_variations,
.woocommerce-page .reset_variations {
  color: #747474;
  font-weight: 400;
  float: right;
  margin-top: 5px;
}
.woocommerce .reset_variations::before,
.woocommerce-page .reset_variations::before {
  content: "\f00d\0020";
  font-family: "FontAwesome";
}
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .sidebar-left nav.woocommerce-pagination,
.woocommerce-page .sidebar-left nav.woocommerce-pagination {
  text-align: right;
}
.woocommerce .sidebar-right nav.woocommerce-pagination,
.woocommerce-page .sidebar-right nav.woocommerce-pagination {
  text-align: left;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
  margin-left: 5px;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
  padding: 11px 13px;
  font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #8dc73f;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li .next, .woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce-page nav.woocommerce-pagination ul li .next,
.woocommerce-page nav.woocommerce-pagination ul li .prev {
  padding: 6px 8px;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  margin-top: 7px;
}

.single-product .product-type-variable {
  margin-bottom: 30px;
}
.single-product .product-type-variable .elise_woo_sp_pricing ins .amount {
  font-size: 24px;
}
.single-product .product-type-variable .elise_woo_sp_pricing del .amount {
  font-size: 14px;
}
.single-product .product-type-variable .single_variation {
  margin-bottom: 20px;
}
.single-product .product-type-variable .single_variation .amount {
  font-size: 30px;
  color: #8dc73f;
  font-weight: 300;
}
.single-product .product-type-variable .single_variation ins {
  text-decoration: none;
}
.single-product .product-type-variable .single_variation del .amount {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
}

div.pp_woocommerce .pp_content_container {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous {
  text-shadow: none;
  margin-top: 2px;
}

/* Woocommerce widgets */
.woocommerce.widget_product_categories ul li {
  position: relative;
}
.woocommerce.widget_product_categories ul li a {
  font-size: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.woocommerce.widget_product_categories ul li a::after {
  content: "";
}
.woocommerce.widget_product_categories ul li:last-child a {
  border-bottom: 1px solid #e9e9e9;
}
.woocommerce.widget_product_categories ul li .count {
  position: absolute;
  right: 0;
  top: 9px;
}

.woocommerce-checkout #payment {
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce a.remove {
  font-weight: 400;
  border: 1px solid;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  line-height: 16px;
  height: 20px;
  width: 20px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.05);
}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background: rgba(0, 0, 0, 0.03);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #8dc73f;
  -moz-box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  border: none;
  width: 10px;
  height: 10px;
  top: -3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px;
}
.woocommerce .widget_price_filter .price_label,
.woocommerce-page .widget_price_filter .price_label {
  font-size: 13px;
  color: #747474;
  text-align: left;
}
.woocommerce .widget_price_filter .price_label .from, .woocommerce .widget_price_filter .price_label .to,
.woocommerce-page .widget_price_filter .price_label .from,
.woocommerce-page .widget_price_filter .price_label .to {
  color: #262626;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  color: #8dc73f;
  font-weight: normal;
  cursor: pointer;
  -moz-box-shadow: inset 0 0 0 1px #8dc73f;
  -webkit-box-shadow: inset 0 0 0 1px #8dc73f;
  box-shadow: inset 0 0 0 1px #8dc73f;
  background: transparent;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  padding: 8px 16px;
  text-shadow: none;
  float: right;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .widget_price_filter .price_slider_amount .button:hover {
  background: #8dc73f;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a {
  font-weight: 400;
  color: #262626;
  padding: 5px 0;
  display: inline-block;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
  background: #8dc73f;
  color: #fff;
  border: none;
  margin-top: 5px;
  padding: 1px 5px;
  margin-bottom: 5px;
  border-radius: 3px;
}
.woocommerce .widget_layered_nav ul li:last-child,
.woocommerce-page .widget_layered_nav ul li:last-child {
  border-bottom: none;
}
.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
  margin: 0;
  padding: 5px 0;
  font-weight: 400;
  font-size: 13px;
  color: #747474;
  font-family: "Raleway", Arial, sans-serif;
  display: inline-block;
  float: right;
}
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
  background: #8dc73f;
  color: #fff;
  border: none;
  font-weight: 400;
  margin: 0 2px 2px 0;
  padding: 1px 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  display: inline-block;
}
.woocommerce .widget_shopping_cart ul li,
.woocommerce .widget_products ul li,
.woocommerce .widget_recently_viewed_products ul li,
.woocommerce .widget_recent_reviews ul li,
.woocommerce .widget_top_rated_products ul li,
.woocommerce-page .widget_shopping_cart ul li,
.woocommerce-page .widget_products ul li,
.woocommerce-page .widget_recently_viewed_products ul li,
.woocommerce-page .widget_recent_reviews ul li,
.woocommerce-page .widget_top_rated_products ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .widget_shopping_cart ul li a,
.woocommerce .widget_products ul li a,
.woocommerce .widget_recently_viewed_products ul li a,
.woocommerce .widget_recent_reviews ul li a,
.woocommerce .widget_top_rated_products ul li a,
.woocommerce-page .widget_shopping_cart ul li a,
.woocommerce-page .widget_products ul li a,
.woocommerce-page .widget_recently_viewed_products ul li a,
.woocommerce-page .widget_recent_reviews ul li a,
.woocommerce-page .widget_top_rated_products ul li a {
  font-size: 14px;
  font-family: "Raleway", Arial, sans-serif;
  color: #262626;
  font-weight: 400;
}
.woocommerce .widget_shopping_cart ul li .quantity,
.woocommerce .widget_products ul li .quantity,
.woocommerce .widget_recently_viewed_products ul li .quantity,
.woocommerce .widget_recent_reviews ul li .quantity,
.woocommerce .widget_top_rated_products ul li .quantity,
.woocommerce-page .widget_shopping_cart ul li .quantity,
.woocommerce-page .widget_products ul li .quantity,
.woocommerce-page .widget_recently_viewed_products ul li .quantity,
.woocommerce-page .widget_recent_reviews ul li .quantity,
.woocommerce-page .widget_top_rated_products ul li .quantity {
  color: #747474;
}
.woocommerce .widget_shopping_cart ul li .quantity .amount,
.woocommerce .widget_products ul li .quantity .amount,
.woocommerce .widget_recently_viewed_products ul li .quantity .amount,
.woocommerce .widget_recent_reviews ul li .quantity .amount,
.woocommerce .widget_top_rated_products ul li .quantity .amount,
.woocommerce-page .widget_shopping_cart ul li .quantity .amount,
.woocommerce-page .widget_products ul li .quantity .amount,
.woocommerce-page .widget_recently_viewed_products ul li .quantity .amount,
.woocommerce-page .widget_recent_reviews ul li .quantity .amount,
.woocommerce-page .widget_top_rated_products ul li .quantity .amount {
  color: #8dc73f;
  font-weight: 600;
}
.woocommerce .widget_shopping_cart ul li .amount,
.woocommerce .widget_products ul li .amount,
.woocommerce .widget_recently_viewed_products ul li .amount,
.woocommerce .widget_recent_reviews ul li .amount,
.woocommerce .widget_top_rated_products ul li .amount,
.woocommerce-page .widget_shopping_cart ul li .amount,
.woocommerce-page .widget_products ul li .amount,
.woocommerce-page .widget_recently_viewed_products ul li .amount,
.woocommerce-page .widget_recent_reviews ul li .amount,
.woocommerce-page .widget_top_rated_products ul li .amount {
  color: #8dc73f;
  font-weight: 600;
}
.woocommerce .widget_shopping_cart ul li ins,
.woocommerce .widget_products ul li ins,
.woocommerce .widget_recently_viewed_products ul li ins,
.woocommerce .widget_recent_reviews ul li ins,
.woocommerce .widget_top_rated_products ul li ins,
.woocommerce-page .widget_shopping_cart ul li ins,
.woocommerce-page .widget_products ul li ins,
.woocommerce-page .widget_recently_viewed_products ul li ins,
.woocommerce-page .widget_recent_reviews ul li ins,
.woocommerce-page .widget_top_rated_products ul li ins {
  text-decoration: none;
}
.woocommerce .widget_shopping_cart ul li del,
.woocommerce .widget_products ul li del,
.woocommerce .widget_recently_viewed_products ul li del,
.woocommerce .widget_recent_reviews ul li del,
.woocommerce .widget_top_rated_products ul li del,
.woocommerce-page .widget_shopping_cart ul li del,
.woocommerce-page .widget_products ul li del,
.woocommerce-page .widget_recently_viewed_products ul li del,
.woocommerce-page .widget_recent_reviews ul li del,
.woocommerce-page .widget_top_rated_products ul li del {
  color: #aaa;
}
.woocommerce .widget_shopping_cart ul li del .amount,
.woocommerce .widget_products ul li del .amount,
.woocommerce .widget_recently_viewed_products ul li del .amount,
.woocommerce .widget_recent_reviews ul li del .amount,
.woocommerce .widget_top_rated_products ul li del .amount,
.woocommerce-page .widget_shopping_cart ul li del .amount,
.woocommerce-page .widget_products ul li del .amount,
.woocommerce-page .widget_recently_viewed_products ul li del .amount,
.woocommerce-page .widget_recent_reviews ul li del .amount,
.woocommerce-page .widget_top_rated_products ul li del .amount {
  font-weight: 400;
  color: #aaa;
}
.woocommerce .widget_shopping_cart ul li img,
.woocommerce .widget_products ul li img,
.woocommerce .widget_recently_viewed_products ul li img,
.woocommerce .widget_recent_reviews ul li img,
.woocommerce .widget_top_rated_products ul li img,
.woocommerce-page .widget_shopping_cart ul li img,
.woocommerce-page .widget_products ul li img,
.woocommerce-page .widget_recently_viewed_products ul li img,
.woocommerce-page .widget_recent_reviews ul li img,
.woocommerce-page .widget_top_rated_products ul li img {
  width: 40px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .widget_shopping_cart ul li:last-child,
.woocommerce .widget_products ul li:last-child,
.woocommerce .widget_recently_viewed_products ul li:last-child,
.woocommerce .widget_recent_reviews ul li:last-child,
.woocommerce .widget_top_rated_products ul li:last-child,
.woocommerce-page .widget_shopping_cart ul li:last-child,
.woocommerce-page .widget_products ul li:last-child,
.woocommerce-page .widget_recently_viewed_products ul li:last-child,
.woocommerce-page .widget_recent_reviews ul li:last-child,
.woocommerce-page .widget_top_rated_products ul li:last-child {
  border-bottom: none;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce-page .widget_shopping_cart .cart_list li {
  padding-top: 10px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce-page .widget_shopping_cart .cart_list li a.remove {
  top: 15px;
  border: 1px solid;
  line-height: 10px;
  width: 13px;
  height: 13px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  border-top: 0;
  color: #747474;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.woocommerce .widget_shopping_cart .total::before,
.woocommerce-page .widget_shopping_cart .total::before {
  content: "";
  background: url(img/shadow-sep.png) no-repeat center;
  height: 15px;
  display: block;
}
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce-page .widget_shopping_cart .total .amount {
  color: #262626;
  letter-spacing: 0;
  font-size: 13px;
  text-transform: none;
}
.woocommerce .widget_shopping_cart .buttons a.button,
.woocommerce-page .widget_shopping_cart .buttons a.button {
  width: 50%;
  float: left;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  padding: 9px 0;
  text-align: center;
  font-size: 12px;
}
.woocommerce .widget_shopping_cart .buttons a.button.checkout,
.woocommerce-page .widget_shopping_cart .buttons a.button.checkout {
  background: #8dc73f;
  color: #fff;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
.woocommerce .widget_shopping_cart .buttons a.button.checkout:hover,
.woocommerce-page .widget_shopping_cart .buttons a.button.checkout:hover {
  background: #99cd53;
}
.woocommerce .widget_product_tag_cloud .tagcloud a,
.woocommerce-page .widget_product_tag_cloud .tagcloud a {
  background: #f0f0f0;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0px 5px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 1.6em;
}
#footer-widget-area .woocommerce .widget_product_tag_cloud .tagcloud a, #footer-widget-area
.woocommerce-page .widget_product_tag_cloud .tagcloud a {
  background: #262626;
  color: #e6e6e6;
}
.woocommerce .widget_recent_reviews ul li .reviewer,
.woocommerce .widget_top_rated_products ul li .reviewer,
.woocommerce-page .widget_recent_reviews ul li .reviewer,
.woocommerce-page .widget_top_rated_products ul li .reviewer {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  line-height: 21px;
}
.woocommerce .widget_recent_reviews ul li .star-rating::before,
.woocommerce .widget_recent_reviews ul li .star-rating span::before,
.woocommerce .widget_top_rated_products ul li .star-rating::before,
.woocommerce .widget_top_rated_products ul li .star-rating span::before,
.woocommerce-page .widget_recent_reviews ul li .star-rating::before,
.woocommerce-page .widget_recent_reviews ul li .star-rating span::before,
.woocommerce-page .widget_top_rated_products ul li .star-rating::before,
.woocommerce-page .widget_top_rated_products ul li .star-rating span::before {
  font-size: 10px;
}

.widget_product_search label {
  display: none;
}
.widget_product_search input[type="text"],
.widget_product_search input[type="search"] {
  width: 70%;
  float: left;
  border-right: none;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
}
.widget_product_search input[type="submit"] {
  width: 30%;
  padding: 7px 0;
  margin: 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}

.nav-shopping-bag a {
  position: relative;
  width: auto !important;
  font-size: 18px !important;
}
.nav-shopping-bag .nav-shopping-cart {
  left: auto;
  right: 0;
  width: 300px !important;
}
.nav-shopping-bag .nav-shopping-cart li {
  padding: 10px 15px;
}
.nav-shopping-bag .nav-shopping-cart span {
  float: none !important;
}
.nav-shopping-bag .nav-shopping-cart .cart_list {
  display: block !important;
  position: relative !important;
  left: 0 !important;
  *zoom: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.nav-shopping-bag .nav-shopping-cart .cart_list:after {
  content: "";
  display: table;
  clear: both;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 2em;
  position: relative;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li:last-child {
  border-bottom: none;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li.empty::after {
  content: "";
  display: none;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li a {
  height: auto;
  line-height: 14px;
  border-bottom: none !important;
  display: inline;
  font-size: 14px !important;
  font-weight: 400;
  font-family: "Raleway", Arial, sans-serif;
  padding: 0 !important;
  color: #262626 !important;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li a img {
  float: right;
  width: 40px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li a.remove {
  position: absolute;
  top: 10px;
  color: red !important;
  padding: 2px !important;
  border: 1px solid !important;
  line-height: 7px !important;
  left: 0;
  text-decoration: none;
  display: block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li a.remove:hover {
  color: #fff !important;
  background: red !important;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li .quantity {
  color: #747474;
  float: none !important;
  display: block;
  width: auto;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li .quantity .amount {
  color: #8dc73f;
  font-weight: 600;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li dl {
  padding-left: 0;
  border-left: 0;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li dl dd {
  margin: 0;
  padding: 0;
}
.nav-shopping-bag .nav-shopping-cart .cart_list li dl dt {
  padding: 0;
}
.nav-shopping-bag .nav-shopping-cart .total {
  border-top: 0;
  color: #747474;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.nav-shopping-bag .nav-shopping-cart .total .amount {
  color: #262626;
  letter-spacing: 0;
  font-size: 13px;
  text-transform: none;
}
.nav-shopping-bag .nav-shopping-cart .total::before {
  content: "";
  background: url(img/shadow-sep.png) no-repeat center;
  height: 15px;
  display: block;
  margin-top: 10px;
}
.nav-shopping-bag .nav-shopping-cart .buttons {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.nav-shopping-bag .nav-shopping-cart .buttons a.button {
  float: left;
  width: 50% !important;
  text-align: center;
  font-size: 13px !important;
  background: #eee;
  font-weight: 400;
  padding: 4px 0 !important;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) !important;
  font-family: inherit;
}
.nav-shopping-bag .nav-shopping-cart .buttons a.button::after {
  content: "";
}
.nav-shopping-bag .nav-shopping-cart .buttons a.button:hover {
  background: #e1e1e1;
  text-decoration: none !important;
}
.nav-shopping-bag .nav-shopping-cart .buttons a.button.checkout {
  background: #8dc73f;
  color: #fff !important;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
.nav-shopping-bag .nav-shopping-cart .buttons a.button.checkout:hover {
  background: #99cd53;
}
.nav-shopping-bag .woo-cart-items-count {
  position: absolute !important;
  background: #8dc73f;
  font-size: 10px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  top: 50%;
  left: 50%;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  text-align: center;
  color: #fff;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -12px;
  font-weight: 700;
}

address:last-child {
  margin-bottom: 0;
}

/* 12. Responsive */
/* -------------- */
@media (max-width: 992px) {
  .sidebar-right section[class*="col-"],
  .side-navigation-page.snp-right .content-wrap {
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .sidebar-left section[class*="col-"],
  .side-navigation-page.snp-left .content-wrap {
    padding-left: 15px;
    margin-bottom: 40px;
  }

  .jp-volume {
    display: none;
  }

  .side-navigation li a {
    margin-left: 0px;
  }

  .portfolio-masonry img,
  .portfolio-item a img {
    max-width: 100% !important;
  }

  .col-md-12 .blog-medium .blog-media {
    width: 312px;
  }

  .col-md-12 .blog-medium .has-post-thumbnail .bc-wrap {
    padding-left: 332px;
  }

  .project-description {
    padding-right: 0px;
  }

  .project-info {
    display: table;
    width: 100%;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    table-layout: fixed;
  }
  .project-info ul {
    display: table-row;
  }
  .project-info ul .info-item {
    display: table-cell;
    padding: 0;
    padding-top: 15px;
  }
  .project-info ul .info-item span {
    padding-right: 30px;
    overflow-wrap: break-word;
    display: block;
  }
  .project-info ul .info-item:hover {
    -moz-box-shadow: 0px -1px 0 #8dc73f;
    -webkit-box-shadow: 0px -1px 0 #8dc73f;
    box-shadow: 0px -1px 0 #8dc73f;
  }

  .project-name {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .project-url {
    vertical-align: middle;
  }

  .project-categories .portfolio-cat {
    padding-right: 0 !important;
    display: inline !important;
  }

  .project-info-wrap {
    padding-left: 15px;
  }

  .project-layout-medium .project-description,
  .project-layout-medium .project-info .info-item {
    padding-left: 0;
  }
  .project-layout-medium .project-description {
    margin-bottom: 30px;
  }
  .project-layout-medium .project-gallery {
    margin-bottom: 30px;
  }

  .widget_recent_projects .recent_project li {
    width: 20%;
  }

  .rsElise.rsNavOuter .rsArrow {
    display: none !important;
  }

  .elise-recentposts [class^="col-"] {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }

  .elise-recentposts .recentposts-row {
    margin-top: 0;
  }

  .pt-columns-3 .elise-pricing-column,
  .pt-columns-4 .elise-pricing-column,
  .pt-columns-5 .elise-pricing-column {
    width: 50%;
  }

  [class^="col-"],
  [class^="vc_col-"],
  .widget {
    margin-bottom: 30px;
  }
  [class^="col-"]:last-child, .full-width-container > [class^="col-"],
  [class^="vc_col-"]:last-child, .full-width-container >
  [class^="vc_col-"],
  .widget:last-child, .full-width-container >
  .widget {
    margin-bottom: 0;
  }

  .woocommerce.columns-3 ul.products li.product, .elise_woo-col-3 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product, .elise_woo-col-4 ul.products li.product,
  .woocommerce.columns-5 ul.products li.product, .elise_woo-col-5 ul.products li.product {
    width: 50%;
  }

  .vc_bg_video {
    width: auto;
    height: 100%;
  }

  .wpb_single_image img {
    max-width: 100%;
  }

  .wpb_single_image {
    text-align: center !important;
  }

  .pt-featured {
    margin-top: 25px;
  }

  .vc_column_container {
    float: none;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 30px 0 40px 0;
  }

  .rsElise .rsThumb {
    width: 44px;
    height: 44px;
  }

  .rsElise .rsThumbsHor {
    height: 44px;
  }

  .rsElise .rsThumbsVer {
    width: 44px;
  }

  .article-share, .article-tag-list {
    width: 100%;
  }

  .article-share {
    display: none;
  }

  .page-navigation .breadcrumb,
  .page-title .breadcrumb {
    display: none;
  }

  .page-navigation .buttons {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .page-navigation .buttons li {
    display: table-cell;
    float: none;
    border-left: none;
  }
  .page-navigation .buttons .social-icons li {
    float: left;
  }
  .page-navigation .buttons .pn-share-buttons {
    left: 50%;
    width: 41px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .widget,
  .side-navigation {
    margin-bottom: 50px;
  }

  #footer-widget-area {
    padding: 50px 0 10px 0;
  }

  .portfolio-item a figure small {
    display: none;
  }

  .portfolio-item .quick-view {
    display: none;
  }

  .portfolio-masonry.portfolio-style-overlay .col-sm-6 .portfolio-item a figure,
  .portfolio-style-overlay [class*="col-"] .portfolio-item a figure {
    padding: 15px 20px;
  }

  .portfolio-item a .overlay .see-more {
    display: none;
  }

  [class*="col-"] .portfolio-item a figure h3 {
    font-size: 16px;
    line-height: 28px;
  }

  .portfolio-style-bottom .portfolio-item a figure {
    height: 48px;
  }

  .project-gallery-wide-wrapper {
    padding: 15px 0;
  }

  .blog-medium .blog-media {
    position: relative;
    width: 100%;
  }

  .blog-medium .has-post-thumbnail .bc-wrap {
    padding-left: 0;
  }

  .blog-masonry .col-sm-6 {
    width: 100%;
  }

  .col-md-12 .blog-medium .blog-media {
    width: 100%;
    position: relative;
  }

  .col-md-12 .blog-medium .has-post-thumbnail .bc-wrap {
    padding-left: 0;
  }

  .portfolio-items--container .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .portfolio-items--container .row [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .project-description {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .widget_recent_projects .recent_project li {
    width: 33.33333333%;
  }

  .nav-tabs > li {
    width: 100%;
  }

  .col-md-25 {
    width: 50%;
  }

  .full-width-page {
    padding: 0 15px;
  }
  .full-width-page .vc_row_fullwidthcontent {
    margin: 0 -15px !important;
  }

  .timeline-center .elise_timeline_block_wrap {
    width: 100%;
    padding: 0;
  }

  .timeline-center .tl_block_left,
  .timeline-center .tl_block_right {
    padding: 0;
  }

  .timeline-center .tl-arrow {
    display: none;
  }

  .elise-recentposts [class^="col-"] {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }

  .pt-featured {
    margin-top: 20px;
  }

  .vc_row_fullwidthcontent .full-width-container [class^="vc_col-"] {
    margin-bottom: 0;
  }

  .wpb_single_image img {
    max-width: 100%;
  }

  .wpb_single_image {
    text-align: center !important;
  }
}
@media (max-width: 568px) {
  .pt-columns-2 .elise-pricing-column,
  .pt-columns-3 .elise-pricing-column,
  .pt-columns-4 .elise-pricing-column,
  .pt-columns-5 .elise-pricing-column {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .vc_elise_row_fullwidth {
    width: 1176px;
  }
}
@media (min-width: 1281px) {
  .layout-wide .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-masonry .col-md-4,
  .layout-wide .portfolio-fullwidth .portfolio-masonry .col-md-4,
  .layout-bordered .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-masonry .col-md-4,
  .layout-bordered .portfolio-fullwidth .portfolio-masonry .col-md-4 {
    width: 25%;
  }
  .layout-wide .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-masonry .col-md-8,
  .layout-wide .portfolio-fullwidth .portfolio-masonry .col-md-8,
  .layout-bordered .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-masonry .col-md-8,
  .layout-bordered .portfolio-fullwidth .portfolio-masonry .col-md-8 {
    width: 50%;
  }
  .layout-wide .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-1col .col-md-12,
  .layout-wide .portfolio-fullwidth .portfolio-1col .col-md-12,
  .layout-bordered .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-1col .col-md-12,
  .layout-bordered .portfolio-fullwidth .portfolio-1col .col-md-12 {
    width: 50%;
  }
  .layout-wide .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-2col .col-sm-6,
  .layout-wide .portfolio-fullwidth .portfolio-2col .col-sm-6,
  .layout-bordered .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-2col .col-sm-6,
  .layout-bordered .portfolio-fullwidth .portfolio-2col .col-sm-6 {
    width: 33.33333333%;
  }
  .layout-wide .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-3col .col-md-4,
  .layout-wide .portfolio-fullwidth .portfolio-3col .col-md-4,
  .layout-bordered .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-3col .col-md-4,
  .layout-bordered .portfolio-fullwidth .portfolio-3col .col-md-4 {
    width: 25%;
  }
  .layout-wide .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-4col .col-md-3,
  .layout-wide .portfolio-fullwidth .portfolio-4col .col-md-3,
  .layout-bordered .vc_row_fullwidthcontent .elise-portfolio-shortcode .portfolio-4col .col-md-3,
  .layout-bordered .portfolio-fullwidth .portfolio-4col .col-md-3 {
    width: 20%;
  }
}
.elise-non-responsive {
  min-width: 1080px;
}
.elise-non-responsive .vc_row .vc_col-sm-1,
.elise-non-responsive .col-xs-1,
.elise-non-responsive .col-sm-1,
.elise-non-responsive .col-md-1,
.elise-non-responsive .col-lg-1 {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-2,
.elise-non-responsive .col-xs-2,
.elise-non-responsive .col-sm-2,
.elise-non-responsive .col-md-2,
.elise-non-responsive .col-lg-2 {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-3,
.elise-non-responsive .col-xs-3,
.elise-non-responsive .col-sm-3,
.elise-non-responsive .col-md-3,
.elise-non-responsive .col-lg-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-4,
.elise-non-responsive .col-xs-4,
.elise-non-responsive .col-sm-4,
.elise-non-responsive .col-md-4,
.elise-non-responsive .col-lg-4 {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-5,
.elise-non-responsive .col-xs-5,
.elise-non-responsive .col-sm-5,
.elise-non-responsive .col-md-5,
.elise-non-responsive .col-lg-5 {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-6,
.elise-non-responsive .col-xs-6,
.elise-non-responsive .col-sm-6,
.elise-non-responsive .col-md-6,
.elise-non-responsive .col-lg-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-7,
.elise-non-responsive .col-xs-7,
.elise-non-responsive .col-sm-7,
.elise-non-responsive .col-md-7,
.elise-non-responsive .col-lg-7 {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-8,
.elise-non-responsive .col-xs-8,
.elise-non-responsive .col-sm-8,
.elise-non-responsive .col-md-8,
.elise-non-responsive .col-lg-8 {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-9,
.elise-non-responsive .col-xs-9,
.elise-non-responsive .col-sm-9,
.elise-non-responsive .col-md-9,
.elise-non-responsive .col-lg-9 {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-10,
.elise-non-responsive .col-xs-10,
.elise-non-responsive .col-sm-10,
.elise-non-responsive .col-md-10,
.elise-non-responsive .col-lg-10 {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-11,
.elise-non-responsive .col-xs-11,
.elise-non-responsive .col-sm-11,
.elise-non-responsive .col-md-11,
.elise-non-responsive .col-lg-11 {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-12,
.elise-non-responsive .col-xs-12,
.elise-non-responsive .col-sm-12,
.elise-non-responsive .col-md-12,
.elise-non-responsive .col-lg-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-12 {
  margin-left: 100%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-11 {
  margin-left: 91.66666667%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-10 {
  margin-left: 83.33333333%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-9 {
  margin-left: 75%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-8 {
  margin-left: 66.66666667%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-7 {
  margin-left: 58.33333333%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-6 {
  margin-left: 50%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-5 {
  margin-left: 41.66666667%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-4 {
  margin-left: 33.33333333%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-3 {
  margin-left: 25%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-2 {
  margin-left: 16.66666667%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-1 {
  margin-left: 8.33333333%;
}
.elise-non-responsive .vc_row .vc_col-sm-offset-0 {
  margin-left: 0%;
}
.elise-non-responsive .vc_row .vc_hidden-sm {
  display: none !important;
}
.elise-non-responsive .elise_shortcode_recent_projects .portfolio-3col [class^="col-"] {
  width: 33.33333333%;
}
.elise-non-responsive .elise_shortcode_recent_projects .portfolio-4col [class^="col-"] {
  width: 25%;
}
.elise-non-responsive .elise_shortcode_recent_projects .portfolio-5col [class^="col-"] {
  width: 20%;
}
.elise-non-responsive .content {
  overflow: visible;
}
.elise-non-responsive .portfolio-masonry .portfolio-masonry-big,
.elise-non-responsive .portfolio-masonry .portfolio-masonry-wide {
  width: 66.66666667%;
}
.elise-non-responsive .portfolio-masonry .portfolio-masonry-small,
.elise-non-responsive .portfolio-masonry .portfolio-masonry-tall {
  width: 33.33333333%;
}
.elise-non-responsive [class*="col-md-push-"] {
  float: right;
}
