/*
Theme Name: Milo Eco
Theme URI: http://milotheme.com/eco
Author: MiloTheme
Author URI: http://milotheme.com/
Description: Eco is the ECO non profit Woocommerce theme from MiloTheme have many features: mega menu,...and much more
Version: 1.5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready
Text Domain: milo-eco
Domain Path: /languages/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*-----------------------------------
 * TABLE OF CONTENT
 * 1. LIBRARIES AND DEFINED VARIABLES
 * 2. CORE
 * 3. THEME
 * 4. HEADER
 * 5. FOOTER
 * 6. BLOG
 * 7. WOOCOMMERCE
 * 8. SHORTCODES
 * 9. THEMECHECK
 * 10. RESPONSIVE PAGES
 *-----------------------------------*/
/*-----------------------------------
 * 1. LIBRARIES AND DEFINED VARIABLES
 *-----------------------------------*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.35s linear;
  -moz-transition: opacity 0.35s linear;
  -ms-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .35s linear;
  -o-transition: all .35s linear;
  transition: all .35s linear;
}
.fade-scale.in {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}
@-webkit-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}
@-o-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}
@keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}
/*-----------------------------------
 * ICON HOVER EFFECT KEYFRAMES
 *-----------------------------------*/
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00a97e, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00a97e, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00a97e, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00a97e, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00a97e, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00a97e, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/*-----------------------------------
 * 2. CORE
 *-----------------------------------*/
/* =WordPress Core
 * see: https://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 15px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
.alignright {
  float: right;
  margin: 15px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 15px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 15px 0 20px 20px;
}
a img.alignnone {
  margin: 15px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 15px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 16px;
  margin: 0;
  padding: 5px 4px 5px;
  font-style: italic;
  margin-bottom: 20px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}
/* WordPress Block
-------------------------------------------------------------- */
/* WordPress Block
-------------------------------------------------------------- */
.wp-block-cover-text {
  color: #00a97e !important;
}
.wp-block-search__input {
  width: calc(30%);
  height: 40px;
  background-color: #faf8f4;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 5px;
  font-weight: 400;
}
.wp-block-search__button {
  width: 60px!important;
  height: 40px;
  padding: 0;
  font-size: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border: none;
  background: #fff;
  outline: none;
  margin-left: 0!important;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-search__button:hover {
  color: #00a97e;
}
.wp-block-search__button:before {
  content: "\f4a4";
  font-family: Ionicons;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*-----------------------------------
 * LOADING
 *-----------------------------------*/
.square-1 {
  background-color: #bd4932;
}
.square-1 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}
.square-1 .spinner {
  width: 80px;
  height: 80px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  -webkit-animation: square-1 1s infinite ease-in-out;
  -o-animation: square-1 1s infinite ease-in-out;
  animation: square-1 1s infinite ease-in-out;
}
@-webkit-keyframes square-1 {
  0% {
    -webkit-transform: perspective(160px);
  }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
  }
}
@keyframes square-1 {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
.square-2 {
  background-color: #db9e36;
}
.square-2 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.square-2 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 65px;
  top: 65px;
}
.square-2 .spinner:nth-child(2n+0) {
  margin-right: 0;
}
.square-2 #spinner_one {
  -webkit-animation: square-2-one 2s infinite;
  -o-animation: square-2-one 2s infinite;
  animation: square-2-one 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.square-2 #spinner_two {
  -webkit-animation: square-2-two 2s infinite;
  -o-animation: square-2-two 2s infinite;
  animation: square-2-two 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.square-2 #spinner_three {
  -webkit-animation: square-2-three 2s infinite;
  -o-animation: square-2-three 2s infinite;
  animation: square-2-three 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.square-2 #spinner_four {
  -webkit-animation: square-2-four 2s infinite;
  -o-animation: square-2-four 2s infinite;
  animation: square-2-four 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.square-2 #spinner_five {
  -webkit-animation: square-2-five 2s infinite;
  -o-animation: square-2-five 2s infinite;
  animation: square-2-five 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.square-2 #spinner_six {
  -webkit-animation: square-2-six 2s infinite;
  -o-animation: square-2-six 2s infinite;
  animation: square-2-six 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.square-2 #spinner_seven {
  -webkit-animation: square-2-seven 2s infinite;
  -o-animation: square-2-seven 2s infinite;
  animation: square-2-seven 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.square-2 #spinner_eight {
  -webkit-animation: square-2-eight 2s infinite;
  -o-animation: square-2-eight 2s infinite;
  animation: square-2-eight 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.square-2 #spinner_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: square-2-big 2s infinite;
  -o-animation: square-2-big 2s infinite;
  animation: square-2-big 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes square-2-one {
  50% {
    -webkit-transform: translate(-65px, -65px);
  }
}
@keyframes square-2-one {
  50% {
    transform: translate(-65px, -65px);
    -webkit-transform: translate(-65px, -65px);
  }
}
@-webkit-keyframes square-2-two {
  50% {
    -webkit-transform: translate(0, -65px);
  }
}
@keyframes square-2-two {
  50% {
    transform: translate(0, -65px);
    -webkit-transform: translate(0, -65px);
  }
}
@-webkit-keyframes square-2-three {
  50% {
    -webkit-transform: translate(65px, -65px);
  }
}
@keyframes square-2-three {
  50% {
    transform: translate(65px, -65px);
    -webkit-transform: translate(65px, -65px);
  }
}
@-webkit-keyframes square-2-four {
  50% {
    -webkit-transform: translate(65px, 0);
  }
}
@keyframes square-2-four {
  50% {
    transform: translate(65px, 0);
    -webkit-transform: translate(65px, 0);
  }
}
@-webkit-keyframes square-2-five {
  50% {
    -webkit-transform: translate(65px, 65px);
  }
}
@keyframes square-2-five {
  50% {
    transform: translate(65px, 65px);
    -webkit-transform: translate(65px, 65px);
  }
}
@-webkit-keyframes square-2-six {
  50% {
    -webkit-transform: translate(0, 65px);
  }
}
@keyframes square-2-six {
  50% {
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px);
  }
}
@-webkit-keyframes square-2-seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
  }
}
@keyframes square-2-seven {
  50% {
    transform: translate(-65px, 65px);
    -webkit-transform: translate(-65px, 65px);
  }
}
@-webkit-keyframes square-2-eight {
  50% {
    -webkit-transform: translate(-65px, 0);
  }
}
@keyframes square-2-eight {
  50% {
    transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0);
  }
}
@-webkit-keyframes square-2-big {
  50% {
    -webkit-transform: scale(0.5);
  }
}
@keyframes square-2-big {
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.square-3 {
  background-color: #ffd34e;
}
.square-3 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}
.square-3 .spinner {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #fff;
  left: 73px;
  top: 73px;
  position: absolute;
}
.square-3 #first_spinner {
  -webkit-animation: square-3-first-animate 1s infinite ease-in-out;
  -o-animation: square-3-first-animate 1s infinite ease-in-out;
  animation: square-3-first-animate 1s infinite ease-in-out;
}
.square-3 #second_spinner {
  -webkit-animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
  -moz-animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
  -o-animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
  -ms-transition: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
  animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
}
.square-3 #third_spinner {
  -webkit-animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
  -moz-animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
  -o-animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
  -ms-transition: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
  animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
}
@-webkit-keyframes square-3-first-animate {
  0% {
    -webkit-transform: perspective(100px);
  }
  50% {
    -webkit-transform: perspective(100px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(-180deg) rotateX(-180deg);
  }
}
@keyframes square-3-first-animate {
  0% {
    transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
  }
}
@-webkit-keyframes square-3-second {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}
@keyframes square-3-second {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}
@-webkit-keyframes square-3-second-animate {
  0% {
    -webkit-transform: perspective(200px);
  }
  50% {
    -webkit-transform: perspective(200px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes square-3-second-animate {
  0% {
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(200px) rotateX(180deg) rotateY(0deg);
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(200px) rotateX(180deg) rotateY(180deg);
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
  }
}
@-webkit-keyframes square-3-third {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}
@keyframes square-3-third {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}
@-webkit-keyframes square-3-third-animate {
  0% {
    -webkit-transform: perspective(300px);
  }
  50% {
    -webkit-transform: perspective(300px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(300px) rotateY(-180deg) rotateX(-180deg);
  }
}
@keyframes square-3-third-animate {
  0% {
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
  }
}
.square-4 {
  background-color: #ffffff;
}
.square-4 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}
.square-4 .spinner {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0);
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #ef4a4a;
  left: 37px;
  top: 37px;
  position: absolute;
}
.square-4 #first_spinner {
  -webkit-animation: square-4-first 1s infinite;
  -o-animation: square-4-first 1s infinite;
  animation: square-4-first 1s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.square-4 #second_spinner {
  -webkit-animation: square-4-second 1s infinite;
  -o-animation: square-4-second 1s infinite;
  animation: square-4-second 1s infinite;
}
.square-4 #third_spinner {
  -webkit-animation: square-4-third 1s infinite;
  -o-animation: square-4-third 1s infinite;
  animation: square-4-third 1s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.square-4 #forth_spinner {
  -webkit-animation: square-4-forth 1s infinite;
  -o-animation: square-4-forth 1s infinite;
  animation: square-4-forth 1s infinite;
}
@-webkit-keyframes square-4-first {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(150%, 150%) scale(2, 2);
    -webkit-transform: translate(150%, 150%) scale(2, 2);
    transform: translate(150%, 150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}
@keyframes square-4-first {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(150%, 150%) scale(2, 2);
    -webkit-transform: translate(150%, 150%) scale(2, 2);
    transform: translate(150%, 150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}
@-webkit-keyframes square-4-second {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(-150%, 150%) scale(2, 2);
    -webkit-transform: translate(-150%, 150%) scale(2, 2);
    transform: translate(-150%, 150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}
@keyframes square-4-second {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(-150%, 150%) scale(2, 2);
    -webkit-transform: translate(-150%, 150%) scale(2, 2);
    transform: translate(-150%, 150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}
@-webkit-keyframes square-4-third {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(-150%, -150%) scale(2, 2);
    -webkit-transform: translate(-150%, -150%) scale(2, 2);
    transform: translate(-150%, -150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}
@keyframes square-4-third {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(-150%, -150%) scale(2, 2);
    -webkit-transform: translate(-150%, -150%) scale(2, 2);
    transform: translate(-150%, -150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}
@-webkit-keyframes square-4-forth {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(150%, -150%) scale(2, 2);
    -webkit-transform: translate(150%, -150%) scale(2, 2);
    transform: translate(150%, -150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}
@keyframes square-4-forth {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(150%, -150%) scale(2, 2);
    -webkit-transform: translate(150%, -150%) scale(2, 2);
    transform: translate(150%, -150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}
.square-5 {
  background-color: #2980b9;
}
.square-5 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;
}
.square-5 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}
.square-5 .spinner:nth-child(3n+0) {
  margin-right: 0px;
}
.square-5 #spinner_one {
  -webkit-animation: square-5 1s -0.9s ease-in-out infinite;
  -o-animation: square-5 1s -0.9s ease-in-out infinite;
  animation: square-5 1s -0.9s ease-in-out infinite;
}
.square-5 #spinner_two {
  -webkit-animation: square-5 1s -0.8s ease-in-out infinite;
  -o-animation: square-5 1s -0.8s ease-in-out infinite;
  animation: square-5 1s -0.8s ease-in-out infinite;
}
.square-5 #spinner_three {
  -webkit-animation: square-5 1s -0.7s ease-in-out infinite;
  -o-animation: square-5 1s -0.7s ease-in-out infinite;
  animation: square-5 1s -0.7s ease-in-out infinite;
}
.square-5 #spinner_four {
  -webkit-animation: square-5 1s -0.6s ease-in-out infinite;
  -o-animation: square-5 1s -0.6s ease-in-out infinite;
  animation: square-5 1s -0.6s ease-in-out infinite;
}
.square-5 #spinner_five {
  -webkit-animation: square-5 1s -0.5s ease-in-out infinite;
  -o-animation: square-5 1s -0.5s ease-in-out infinite;
  animation: square-5 1s -0.5s ease-in-out infinite;
}
.square-5 #spinner_six {
  -webkit-animation: square-5 1s -0.4s ease-in-out infinite;
  -o-animation: square-5 1s -0.4s ease-in-out infinite;
  animation: square-5 1s -0.4s ease-in-out infinite;
}
.square-5 #spinner_seven {
  -webkit-animation: square-5 1s -0.3s ease-in-out infinite;
  -o-animation: square-5 1s -0.3s ease-in-out infinite;
  animation: square-5 1s -0.3s ease-in-out infinite;
}
.square-5 #spinner_eight {
  -webkit-animation: square-5 1s -0.2s ease-in-out infinite;
  -o-animation: square-5 1s -0.2s ease-in-out infinite;
  animation: square-5 1s -0.2s ease-in-out infinite;
}
.square-5 #spinner_nine {
  -webkit-animation: square-5 1s -0.1s ease-in-out infinite;
  -o-animation: square-5 1s -0.1s ease-in-out infinite;
  animation: square-5 1s -0.1s ease-in-out infinite;
}
@-webkit-keyframes square-5 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes square-5 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.square-6 {
  background-color: #3498db;
}
.square-6 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 118px;
  width: 72px;
  margin-top: -59px;
  margin-left: -36px;
}
.square-6 .spinner {
  width: 26px;
  height: 26px;
  background-color: #fff;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}
.square-6 .spinner:nth-child(2n+0) {
  margin-right: 0;
}
.square-6 #spinner_one {
  -webkit-animation: square-6-one 1s infinite;
  -o-animation: square-6-one 1s infinite;
  animation: square-6-one 1s infinite;
}
.square-6 #spinner_two {
  -webkit-animation: square-6-two 1s infinite;
  -o-animation: square-6-two 1s infinite;
  animation: square-6-two 1s infinite;
}
.square-6 #spinner_three {
  -webkit-animation: square-6-three 1s infinite;
  -o-animation: square-6-three 1s infinite;
  animation: square-6-three 1s infinite;
}
.square-6 #spinner_four {
  -webkit-animation: square-6-four 1s infinite;
  -o-animation: square-6-four 1s infinite;
  animation: square-6-four 1s infinite;
}
.square-6 #spinner_five {
  -webkit-animation: square-6-five 1s infinite;
  -o-animation: square-6-five 1s infinite;
  animation: square-6-five 1s infinite;
}
.square-6 #spinner_six {
  -webkit-animation: square-6-six 1s infinite;
  -o-animation: square-6-six 1s infinite;
  animation: square-6-six 1s infinite;
}
@-webkit-keyframes square-6-one {
  50% {
    -ms-transform: translate(-100px, 46px) rotate(-179deg);
    -webkit-transform: translate(-100px, 46px) rotate(-179deg);
    transform: translate(-100px, 46px) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes square-6-one {
  50% {
    -ms-transform: translate(-100px, 46px) rotate(-179deg);
    -webkit-transform: translate(-100px, 46px) rotate(-179deg);
    transform: translate(-100px, 46px) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes square-6-two {
  50% {
    -ms-transform: translate(100px, 46px) rotate(179deg);
    -webkit-transform: translate(100px, 46px) rotate(179deg);
    transform: translate(100px, 46px) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes square-6-two {
  50% {
    -ms-transform: translate(100px, 46px) rotate(179deg);
    -webkit-transform: translate(100px, 46px) rotate(179deg);
    transform: translate(100px, 46px) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes square-6-three {
  50% {
    -ms-transform: translate(-100px, 0) rotate(-179deg);
    -webkit-transform: translate(-100px, 0) rotate(-179deg);
    transform: translate(-100px, 0) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes square-6-three {
  50% {
    -ms-transform: translate(-100px, 0) rotate(-179deg);
    -webkit-transform: translate(-100px, 0) rotate(-179deg);
    transform: translate(-100px, 0) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes square-6-four {
  50% {
    -ms-transform: translate(100px, 0) rotate(179deg);
    -webkit-transform: translate(100px, 0) rotate(179deg);
    transform: translate(100px, 0) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes square-6-four {
  50% {
    -ms-transform: translate(100px, 0) rotate(179deg);
    -webkit-transform: translate(100px, 0) rotate(179deg);
    transform: translate(100px, 0) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes square-6-five {
  50% {
    -ms-transform: translate(-100px, -46px) rotate(-179deg);
    -webkit-transform: translate(-100px, -46px) rotate(-179deg);
    transform: translate(-100px, -46px) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes square-6-five {
  50% {
    -ms-transform: translate(-100px, -46px) rotate(-179deg);
    -webkit-transform: translate(-100px, -46px) rotate(-179deg);
    transform: translate(-100px, -46px) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes square-6-six {
  50% {
    -ms-transform: translate(100px, -46px) rotate(179deg);
    -webkit-transform: translate(100px, -46px) rotate(179deg);
    transform: translate(100px, -46px) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes square-6-six {
  50% {
    -ms-transform: translate(100px, -46px) rotate(179deg);
    -webkit-transform: translate(100px, -46px) rotate(179deg);
    transform: translate(100px, -46px) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.square-7 {
  background-color: #e74c3c;
}
.square-7 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}
.square-7 .spinner {
  width: 25px;
  height: 25px;
  background-color: #fff;
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
}
.square-7 .spinner:nth-child(2n+0) {
  margin-right: 0;
}
.square-7 #spinner_one {
  -webkit-animation: square-7-one 2s infinite;
  -o-animation: square-7-one 2s infinite;
  animation: square-7-one 2s infinite;
}
.square-7 #spinner_two {
  -webkit-animation: square-7-two 2s infinite;
  -o-animation: square-7-two 2s infinite;
  animation: square-7-two 2s infinite;
}
.square-7 #spinner_three {
  -webkit-animation: square-7-three 2s infinite;
  -o-animation: square-7-three 2s infinite;
  animation: square-7-three 2s infinite;
}
.square-7 #spinner_four {
  -webkit-animation: square-7-four 2s infinite;
  -o-animation: square-7-four 2s infinite;
  animation: square-7-four 2s infinite;
}
@-webkit-keyframes square-7-one {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-7-one {
  25% {
    transform: translate(75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(75px, 75px) rotate(-180deg);
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    transform: translate(0, 75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes square-7-two {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-7-two {
  25% {
    transform: translate(0, 75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(-75px, 75px) rotate(-180deg);
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes square-7-three {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-7-three {
  25% {
    transform: translate(0, -75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(75px, -75px) rotate(-180deg);
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    transform: translate(75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes square-7-four {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-7-four {
  25% {
    transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(-75px, -75px) rotate(-180deg);
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    transform: translate(0, -75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.square-8 {
  background-color: #2c3e50;
}
.square-8 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: square-8-loading-center-absolute 1.5s infinite;
  -o-animation: square-8-loading-center-absolute 1.5s infinite;
  animation: square-8-loading-center-absolute 1.5s infinite;
}
.square-8 .spinner {
  width: 25px;
  height: 25px;
  background-color: #fff;
  float: left;
}
.square-8 #spinner_one {
  -webkit-animation: square-8-one 1.5s infinite;
  -o-animation: square-8-one 1.5s infinite;
  animation: square-8-one 1.5s infinite;
}
.square-8 #spinner_two {
  -webkit-animation: square-8-two 1.5s infinite;
  -o-animation: square-8-two 1.5s infinite;
  animation: square-8-two 1.5s infinite;
}
.square-8 #spinner_three {
  -webkit-animation: square-8-three 1.5s infinite;
  -o-animation: square-8-three 1.5s infinite;
  animation: square-8-three 1.5s infinite;
}
.square-8 #spinner_four {
  -webkit-animation: square-8-four 1.5s infinite;
  -o-animation: square-8-four 1.5s infinite;
  animation: square-8-four 1.5s infinite;
}
@-webkit-keyframes square-8-loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes square-8-loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes square-8-one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes square-8-one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes square-8-two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes square-8-two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes square-8-three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes square-8-three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes square-8-four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes square-8-four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.square-9 {
  background-color: #1e1e20;
}
.square-9 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.square-9 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 110px;
  float: left;
  margin-bottom: 110px;
}
.square-9 .spinner:nth-child(2n+0) {
  margin-right: 0;
}
.square-9 #spinner_one {
  -webkit-animation: square-9-one 2s infinite;
  -o-animation: square-9-one 2s infinite;
  animation: square-9-one 2s infinite;
}
.square-9 #spinner_two {
  -webkit-animation: square-9-two 2s infinite;
  -o-animation: square-9-two 2s infinite;
  animation: square-9-two 2s infinite;
}
.square-9 #spinner_three {
  -webkit-animation: square-9-three 2s infinite;
  -o-animation: square-9-three 2s infinite;
  animation: square-9-three 2s infinite;
}
.square-9 #spinner_four {
  -webkit-animation: square-9-four 2s infinite;
  -o-animation: square-9-four 2s infinite;
  animation: square-9-four 2s infinite;
}
.square-9 #spinner_big {
  -webkit-animation: square-9-big 0.5s infinite;
  -o-animation: square-9-big 0.5s infinite;
  animation: square-9-big 0.5s infinite;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
}
@-webkit-keyframes square-9-big {
  25% {
    -webkit-transform: scale(0.5);
  }
}
@keyframes square-9-big {
  25% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes square-9-one {
  25% {
    -webkit-transform: translate(130px, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(130px, 130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, 130px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-9-one {
  25% {
    transform: translate(130px, 0) rotate(-90deg);
    -webkit-transform: translate(130px, 0) rotate(-90deg);
  }
  50% {
    transform: translate(130px, 130px) rotate(-180deg);
    -webkit-transform: translate(130px, 130px) rotate(-180deg);
  }
  75% {
    transform: translate(0, 130px) rotate(-270deg);
    -webkit-transform: translate(0, 130px) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes square-9-two {
  25% {
    -webkit-transform: translate(0, 130px) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(-130px, 130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(-130px, 0) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-9-two {
  25% {
    transform: translate(0, 130px) rotate(-90deg);
    -webkit-transform: translate(0, 130px) rotate(-90deg);
  }
  50% {
    transform: translate(-130px, 130px) rotate(-180deg);
    -webkit-transform: translate(-130px, 130px) rotate(-180deg);
  }
  75% {
    transform: translate(-130px, 0) rotate(-270deg);
    -webkit-transform: translate(-130px, 0) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes square-9-three {
  25% {
    -webkit-transform: translate(0, -130px) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(130px, -130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(130px, 0) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-9-three {
  25% {
    transform: translate(0, -130px) rotate(-90deg);
    -webkit-transform: translate(0, -130px) rotate(-90deg);
  }
  50% {
    transform: translate(130px, -130px) rotate(-180deg);
    -webkit-transform: translate(130px, -130px) rotate(-180deg);
  }
  75% {
    transform: translate(130px, 0) rotate(-270deg);
    -webkit-transform: translate(130px, 0) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes square-9-four {
  25% {
    -webkit-transform: translate(-130px, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(-130px, -130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, -130px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes square-9-four {
  25% {
    transform: translate(-130px, 0) rotate(-90deg);
    -webkit-transform: translate(-130px, 0) rotate(-90deg);
  }
  50% {
    transform: translate(-130px, -130px) rotate(-180deg);
    -webkit-transform: translate(-130px, -130px) rotate(-180deg);
  }
  75% {
    transform: translate(0, -130px) rotate(-270deg);
    -webkit-transform: translate(0, -130px) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.round-1 {
  background-color: #374140;
}
.round-1 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.round-1 .spinner {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 100%;
}
.round-1 #spinner_one {
  -webkit-animation: round-1-one 1.5s infinite;
  -o-animation: round-1-one 1.5s infinite;
  animation: round-1-one 1.5s infinite;
}
.round-1 #spinner_two {
  -webkit-animation: round-1-two 1.5s infinite;
  -o-animation: round-1-two 1.5s infinite;
  animation: round-1-two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.round-1 #spinner_three {
  -webkit-animation: round-1-three 1.5s infinite;
  -o-animation: round-1-three 1.5s infinite;
  animation: round-1-three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes round-1-one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes round-1-two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes round-1-three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
.round-2 {
  background-color: #dc3522;
}
.round-2 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.round-2 .spinner {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  position: absolute;
  left: 65px;
  top: 65px;
  border-radius: 50%;
}
.round-2 .spinner:nth-child(2n+0) {
  margin-right: 0;
}
.round-2 #spinner_one {
  -webkit-animation: round-2-one 2s infinite;
  -o-animation: round-2-one 2s infinite;
  animation: round-2-one 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.round-2 #spinner_two {
  -webkit-animation: round-2-two 2s infinite;
  -o-animation: round-2-two 2s infinite;
  animation: round-2-two 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.round-2 #spinner_three {
  -webkit-animation: round-2-three 2s infinite;
  -o-animation: round-2-three 2s infinite;
  animation: round-2-three 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.round-2 #spinner_four {
  -webkit-animation: round-2-four 2s infinite;
  -o-animation: round-2-four 2s infinite;
  animation: round-2-four 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.round-2 #spinner_five {
  -webkit-animation: round-2-five 2s infinite;
  -o-animation: round-2-five 2s infinite;
  animation: round-2-five 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.round-2 #spinner_six {
  -webkit-animation: round-2-six 2s infinite;
  -o-animation: round-2-six 2s infinite;
  animation: round-2-six 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.round-2 #spinner_seven {
  -webkit-animation: round-2-seven 2s infinite;
  -o-animation: round-2-seven 2s infinite;
  animation: round-2-seven 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.round-2 #spinner_eight {
  -webkit-animation: round-2-eight 2s infinite;
  -o-animation: round-2-eight 2s infinite;
  animation: round-2-eight 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.round-2 #spinner_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: round-2-big 2s infinite;
  -o-animation: round-2-big 2s infinite;
  animation: round-2-big 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes round-2-big {
  50% {
    -webkit-transform: scale(0.5);
  }
}
@keyframes round-2-big {
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes round-2-one {
  50% {
    -webkit-transform: translate(-65px, -65px);
  }
}
@keyframes round-2-one {
  50% {
    transform: translate(-65px, -65px);
    -webkit-transform: translate(-65px, -65px);
  }
}
@-webkit-keyframes round-2-two {
  50% {
    -webkit-transform: translate(0, -65px);
  }
}
@keyframes round-2-two {
  50% {
    transform: translate(0, -65px);
    -webkit-transform: translate(0, -65px);
  }
}
@-webkit-keyframes round-2-three {
  50% {
    -webkit-transform: translate(65px, -65px);
  }
}
@keyframes round-2-three {
  50% {
    transform: translate(65px, -65px);
    -webkit-transform: translate(65px, -65px);
  }
}
@-webkit-keyframes round-2-four {
  50% {
    -webkit-transform: translate(65px, 0);
  }
}
@keyframes round-2-four {
  50% {
    transform: translate(65px, 0);
    -webkit-transform: translate(65px, 0);
  }
}
@-webkit-keyframes round-2-five {
  50% {
    -webkit-transform: translate(65px, 65px);
  }
}
@keyframes round-2-five {
  50% {
    transform: translate(65px, 65px);
    -webkit-transform: translate(65px, 65px);
  }
}
@-webkit-keyframes round-2-six {
  50% {
    -webkit-transform: translate(0, 65px);
  }
}
@keyframes round-2-six {
  50% {
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px);
  }
}
@-webkit-keyframes round-2-seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
  }
}
@keyframes round-2-seven {
  50% {
    transform: translate(-65px, 65px);
    -webkit-transform: translate(-65px, 65px);
  }
}
@-webkit-keyframes round-2-eight {
  50% {
    -webkit-transform: translate(-65px, 0);
  }
}
@keyframes round-2-eight {
  50% {
    transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0);
  }
}
.round-3 {
  background-color: #88a825;
}
.round-3 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 200px;
  margin-top: -25px;
  margin-left: -100px;
}
.round-3 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  margin-top: 15px;
  border-radius: 100%;
}
.round-3 #first_spinner {
  -webkit-animation: round-3-first 2s infinite;
  -o-animation: round-3-first 2s infinite;
  animation: round-3-first 2s infinite;
}
.round-3 #second_spinner {
  -webkit-animation: round-3-second 2s infinite;
  -o-animation: round-3-second 2s infinite;
  animation: round-3-second 2s infinite;
}
@-webkit-keyframes round-3-first {
  25% {
    -ms-transform: translate(90px, 0) scale(2);
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
  50% {
    -ms-transform: translate(180px, 0) scale(1);
    -webkit-transform: translate(180px, 0) scale(1);
    transform: translate(180px, 0) scale(1);
  }
  75% {
    -ms-transform: translate(90px, 0) scale(2);
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
}
@keyframes round-3-first {
  25% {
    -ms-transform: translate(90px, 0) scale(2);
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
  50% {
    -ms-transform: translate(180px, 0) scale(1);
    -webkit-transform: translate(180px, 0) scale(1);
    transform: translate(180px, 0) scale(1);
  }
  75% {
    -ms-transform: translate(90px, 0) scale(2);
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
}
@-webkit-keyframes round-3-second {
  25% {
    -ms-transform: translate(-90px, 0) scale(2);
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
  50% {
    -ms-transform: translate(-180px, 0) scale(1);
    -webkit-transform: translate(-180px, 0) scale(1);
    transform: translate(-180px, 0) scale(1);
  }
  75% {
    -ms-transform: translate(-90px, 0) scale(2);
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
}
@keyframes round-3-second {
  25% {
    -ms-transform: translate(-90px, 0) scale(2);
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
  50% {
    -ms-transform: translate(-180px, 0) scale(1);
    -webkit-transform: translate(-180px, 0) scale(1);
    transform: translate(-180px, 0) scale(1);
  }
  75% {
    -ms-transform: translate(-90px, 0) scale(2);
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
}
.round-4 {
  background-color: #35203b;
}
.round-4 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 300px;
  margin-top: -25px;
  margin-left: -150px;
}
.round-4 .spinner {
  width: 18px;
  height: 18px;
  background-color: #fff;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 100%;
  -webkit-animation: round-4 1s infinite;
  -o-animation: round-4 1s infinite;
  animation: round-4 1s infinite;
}
.round-4 .spinner:last-child {
  margin-right: 0px;
}
.round-4 .spinner:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.round-4 .spinner:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.round-4 .spinner:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.round-4 .spinner:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.round-4 .spinner:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.round-4 .spinner:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.round-4 .spinner:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.round-4 .spinner:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes round-4 {
  50% {
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
}
@keyframes round-4 {
  50% {
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
}
.round-5 {
  background-color: #cf4a30;
}
.round-5 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: round-5-loading-center-absolute 1s infinite;
  -o-animation: round-5-loading-center-absolute 1s infinite;
  animation: round-5-loading-center-absolute 1s infinite;
}
.round-5 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.round-5 .spinner:nth-child(2n+0) {
  margin-right: 0;
}
.round-5 #spinner_one {
  -webkit-animation: round-5-one 1s infinite;
  -o-animation: round-5-one 1s infinite;
  animation: round-5-one 1s infinite;
}
.round-5 #spinner_two {
  -webkit-animation: round-5-two 1s infinite;
  -o-animation: round-5-two 1s infinite;
  animation: round-5-two 1s infinite;
}
.round-5 #spinner_three {
  -webkit-animation: round-5-three 1s infinite;
  -o-animation: round-5-three 1s infinite;
  animation: round-5-three 1s infinite;
}
.round-5 #spinner_four {
  -webkit-animation: round-5-four 1s infinite;
  -o-animation: round-5-four 1s infinite;
  animation: round-5-four 1s infinite;
}
@-webkit-keyframes round-5-loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round-5-loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes round-5-one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@keyframes round-5-one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@-webkit-keyframes round-5-two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@keyframes round-5-two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@-webkit-keyframes round-5-three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@keyframes round-5-three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@-webkit-keyframes round-5-four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
@keyframes round-5-four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
.round-6 {
  background-color: #ed8c2b;
}
.round-6 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 140px;
  margin-top: -10px;
  margin-left: -70px;
  -webkit-animation: round-6-loading-center-absolute 1s infinite;
  -o-animation: round-6-loading-center-absolute 1s infinite;
  animation: round-6-loading-center-absolute 1s infinite;
}
.round-6 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.round-6 .spinner:last-child {
  margin-right: 0;
}
.round-6 #spinner_one {
  -webkit-animation: round-6-one 1s infinite;
  -o-animation: round-6-one 1s infinite;
  animation: round-6-one 1s infinite;
}
.round-6 #spinner_two {
  -webkit-animation: round-6-two 1s infinite;
  -o-animation: round-6-two 1s infinite;
  animation: round-6-two 1s infinite;
}
.round-6 #spinner_three {
  -webkit-animation: round-6-three 1s infinite;
  -o-animation: round-6-three 1s infinite;
  animation: round-6-three 1s infinite;
}
.round-6 #spinner_four {
  -webkit-animation: round-6-four 1s infinite;
  -o-animation: round-6-four 1s infinite;
  animation: round-6-four 1s infinite;
}
@-webkit-keyframes round-6-loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round-6-loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes round-6-one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@keyframes round-6-one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@-webkit-keyframes round-6-two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@keyframes round-6-two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@-webkit-keyframes round-6-three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@keyframes round-6-three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@-webkit-keyframes round-6-four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
@keyframes round-6-four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
.round-7 {
  background-color: #db5800;
}
.round-7 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 100px;
  margin-top: -10px;
  margin-left: -50px;
}
.round-7 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
}
.round-7 #spinner_one {
  -webkit-animation: round-7 2s linear infinite;
  -o-animation: round-7 2s linear infinite;
  animation: round-7 2s linear infinite;
}
.round-7 #spinner_two {
  -webkit-animation: round-7 2s linear infinite -0.4s;
  -o-animation: round-7 2s linear infinite -0.4s;
  animation: round-7 2s linear infinite -0.4s;
}
.round-7 #spinner_three {
  -webkit-animation: round-7 2s linear infinite -0.8s;
  -o-animation: round-7 2s linear infinite -0.8s;
  animation: round-7 2s linear infinite -0.8s;
}
.round-7 #spinner_four {
  -webkit-animation: round-7 2s linear infinite -1.2s;
  -o-animation: round-7 2s linear infinite -1.2s;
  animation: round-7 2s linear infinite -1.2s;
}
.round-7 #spinner_five {
  -webkit-animation: round-7 2s linear infinite -1.6s;
  -o-animation: round-7 2s linear infinite -1.6s;
  animation: round-7 2s linear infinite -1.6s;
}
@-webkit-keyframes round-7 {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
@keyframes round-7 {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
.round-8 {
  background-color: #ff9000;
}
.round-8 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;
}
.round-8 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
  border-radius: 50%;
}
.round-8 .spinner:nth-child(3n+0) {
  margin-right: 0px;
}
.round-8 #spinner_one {
  -webkit-animation: round-8 1s -0.9s ease-in-out infinite;
  -o-animation: round-8 1s -0.9s ease-in-out infinite;
  animation: round-8 1s -0.9s ease-in-out infinite;
}
.round-8 #spinner_two {
  -webkit-animation: round-8 1s -0.8s ease-in-out infinite;
  -o-animation: round-8 1s -0.8s ease-in-out infinite;
  animation: round-8 1s -0.8s ease-in-out infinite;
}
.round-8 #spinner_three {
  -webkit-animation: round-8 1s -0.7s ease-in-out infinite;
  -o-animation: round-8 1s -0.7s ease-in-out infinite;
  animation: round-8 1s -0.7s ease-in-out infinite;
}
.round-8 #spinner_four {
  -webkit-animation: round-8 1s -0.6s ease-in-out infinite;
  -o-animation: round-8 1s -0.6s ease-in-out infinite;
  animation: round-8 1s -0.6s ease-in-out infinite;
}
.round-8 #spinner_five {
  -webkit-animation: round-8 1s -0.5s ease-in-out infinite;
  -o-animation: round-8 1s -0.5s ease-in-out infinite;
  animation: round-8 1s -0.5s ease-in-out infinite;
}
.round-8 #spinner_six {
  -webkit-animation: round-8 1s -0.4s ease-in-out infinite;
  -o-animation: round-8 1s -0.4s ease-in-out infinite;
  animation: round-8 1s -0.4s ease-in-out infinite;
}
.round-8 #spinner_seven {
  -webkit-animation: round-8 1s -0.3s ease-in-out infinite;
  -o-animation: round-8 1s -0.3s ease-in-out infinite;
  animation: round-8 1s -0.3s ease-in-out infinite;
}
.round-8 #spinner_eight {
  -webkit-animation: round-8 1s -0.2s ease-in-out infinite;
  -o-animation: round-8 1s -0.2s ease-in-out infinite;
  animation: round-8 1s -0.2s ease-in-out infinite;
}
.round-8 #spinner_nine {
  -webkit-animation: round-8 1s -0.1s ease-in-out infinite;
  -o-animation: round-8 1s -0.1s ease-in-out infinite;
  animation: round-8 1s -0.1s ease-in-out infinite;
}
@-webkit-keyframes round-8 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes round-8 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.round-9 {
  background-color: #f0c600;
}
.round-9 .milo-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  border-radius: 50%;
}
.round-9 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: round-9 0.8s infinite;
  -o-animation: round-9 0.8s infinite;
  animation: round-9 0.8s infinite;
}
.round-9 #spinner_one {
  top: 19px;
  left: 19px;
}
.round-9 #spinner_two {
  top: 0px;
  left: 65px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.round-9 #spinner_three {
  top: 19px;
  left: 111px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.round-9 #spinner_four {
  top: 65px;
  left: 130px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.round-9 #spinner_five {
  top: 111px;
  left: 111px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.round-9 #spinner_six {
  top: 130px;
  left: 65px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.round-9 #spinner_seven {
  top: 111px;
  left: 19px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.round-9 #spinner_eight {
  top: 65px;
  left: 0px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@-webkit-keyframes round-9 {
  25% {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes round-9 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
#milo-site-preloader {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
#milo-site-preloader .milo-loading-site {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*-----------------------------------
 * DIALOG
 *-----------------------------------*/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
}
.dialog.dialog--open {
  visibility: visible;
}
.dialog__content {
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
.dialog--open .dialog__overlay {
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dialog__content {
  padding: 0;
}
.dialog.dialog--open .dialog__content {
  opacity: 1;
}
.morph-shape {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -2px;
  left: -2px;
  z-index: -1;
}
.morph-shape svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  -o-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}
.dialog-inner {
  opacity: 0;
}
.dialog-inner div button {
  background-color: transparent;
}
.dialog-inner div button i {
  font-size: 20px;
}
.dialog--open .dialog-inner {
  padding: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  -o-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  -o-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open button[data-dialog-close] {
  position: absolute;
  border: none;
  outline: none;
  top: 10%;
  right: 5%;
  width: 50px;
  height: 50px;
  line-height: 1;
  color: #fff;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dialog.dialog--open button[data-dialog-close]:hover {
  color: #00a97e;
}
.dialog.dialog--open p {
  line-height: 1.5;
  font-size: 18px;
}
@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* FadeInDown for Search Popup*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.dialog--open {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*-----------------------------------
 * NEWSLETTER POPUP
 *-----------------------------------*/
#milo-popup {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 95%;
  padding: 115px 70px 70px;
  position: relative;
  text-align: left;
  background-repeat: no-repeat !important;
  background-size: cover!important;
}
#milo-popup .newsletter-title {
  color: #00a97e;
  font-size: 64px;
  font-family: 'Salsa';
}
#milo-popup .newsletter-description {
  max-width: 320px;
  line-height: 1.8;
}
#milo-popup .subscribe-default {
  position: relative;
  padding-bottom: 5px;
}
#milo-popup .subscribe-default .subscribe-email {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
}
#milo-popup .subscribe-default .subscribe-email input[type="email"] {
  border: 1px solid #e9e9e9;
  font-style: italic;
  width: 100%;
  padding: 9px 0 9px 9px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#milo-popup .subscribe-default .subscribe-email input[type="email"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#milo-popup .subscribe-default .subscribe-email input[type="email"]:-ms-input-placeholder {
  color: #fff;
}
#milo-popup .subscribe-default .subscribe-email input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}
#milo-popup .subscribe-default .subscribe-email input[type="email"]:focus {
  outline: none;
}
#milo-popup .subscribe-default .subscribe-submit {
  position: absolute;
  right: 0;
}
#milo-popup .subscribe-default .subscribe-submit input[type="submit"] {
  border: none;
  background: none;
  text-transform: uppercase;
  padding: 10px 35px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  background: #ebcb57;
}
#milo-popup .subscribe-default .subscribe-submit input[type="submit"]:hover {
  background: #00a97e;
  color: #fff;
}
#milo-popup .subscribe-default .subscribe-submit input[type="submit"]:focus {
  outline: none;
}
#milo-popup .checkbox-label {
  margin-top: 50px;
}
#milo-popup .checkbox-label label {
  font-weight: normal;
}
@media (max-width: 480px) {
  #milo-popup .checkbox-label {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  #milo-popup {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* 
* Add css3 animation effect 
* More details here: http://codepen.io/dimsemenov/pen/GAIkt
*/
/* 
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
====== Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
====== Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
====== Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
/*-----------------------------------
 * Milo Widget
 *-----------------------------------*/
.widget-social-profile .social-profile {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-social-profile .social-profile li {
  display: inline-block;
  margin-right: 5px;
}
.widget-social-profile .social-profile li:last-child {
  margin-right: 0;
}
.widget-social-profile .social-profile li a {
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.widget-social-profile .social-profile li a i {
  background-color: #fff;
  color: #00a97e;
  font-size: 14px;
  height: 30px;
  line-height: 21px;
  padding: 5px;
  text-align: center;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget-social-profile .social-profile li a:hover i {
  background-color: #00a97e;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget-donation-causes ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.widget-donation-causes ul li .cause-content .cause-title {
  font-weight: normal;
  line-height: 1.4;
}
.widget-donation-causes ul li .cause-content .cause-meta span {
  padding: 0 6px;
}
.widget-donation-causes ul li .cause-content .cause-meta span:first-child {
  padding-left: 0;
}
.widget-donation-causes ul li .cause-content .cause-meta span i {
  color: #00a97e;
  padding-right: 5px;
}
.widget-donation-causes ul.title-only li .cause-image {
  display: none;
}
.widget-donation-causes ul.title-only li .cause-content .cause-title {
  font-weight: normal;
}
.widget-donation-causes ul.has-thumbnail li {
  padding-bottom: 10px;
}
.widget-donation-causes ul.has-thumbnail li .cause-image {
  width: 27%;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.widget-donation-causes ul.has-thumbnail li .cause-content {
  width: 65%;
  float: right;
}
.widget-donation-events ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.widget-donation-events ul li .event-content .event-title {
  font-weight: normal;
  line-height: 1.4;
}
.widget-donation-events ul li .event-content .event-meta span {
  padding: 0 6px;
}
.widget-donation-events ul li .event-content .event-meta span:first-child {
  padding-left: 0;
}
.widget-donation-events ul li .event-content .event-meta span i {
  color: #00a97e;
  padding-right: 5px;
}
.widget-donation-events ul.title-only li .event-image {
  display: none;
}
.widget-donation-events ul.title-only li .event-content .event-title {
  font-weight: normal;
}
.widget-donation-events ul.has-thumbnail li {
  padding-bottom: 10px;
}
.widget-donation-events ul.has-thumbnail li .event-image {
  width: 27%;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.widget-donation-events ul.has-thumbnail li .event-content {
  width: 65%;
  float: right;
}
.event-categories-list,
.cause-categories-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.event-categories-list li,
.cause-categories-list li {
  padding: 8px 0;
}
.event-categories-list li:last-child,
.cause-categories-list li:last-child {
  padding-bottom: 0;
}
.event-categories-list li a,
.cause-categories-list li a {
  position: relative;
  padding-left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.event-categories-list li a:hover,
.cause-categories-list li a:hover {
  padding-left: 20px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.event-categories-list li a:hover:before,
.cause-categories-list li a:hover:before {
  left: 0;
  opacity: 1;
}
.event-categories-list li a:before,
.cause-categories-list li a:before {
  content: "\f178";
  font-family: "FontAwesome";
  left: -20px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.event-categories-list li ul,
.cause-categories-list li ul {
  padding-left: 20px;
}
/*-----------------------------------
 * 3. THEME
 *-----------------------------------*/
/*-----------------------------------
 * BASE STYLE
 *-----------------------------------*/
body {
  color: #888888;
  line-height: 1.8;
}
a {
  text-decoration: none;
  color: #888888;
}
a:hover {
  color: #00a97e;
  text-decoration: none;
}
a:active {
  color: #00a97e;
  text-decoration: none;
}
a:focus {
  color: #00a97e;
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e3a32;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.8;
}
/*-----------------------------------
 * LAYOUT STYLE
 *-----------------------------------*/
body.layout-boxed #milo-main {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
body.layout-float {
  padding: 20px!important;
}
body #milo-main {
  background: #fff;
}
/*-----------------------------------
 * BACK TO TOP
 *-----------------------------------*/
.back-to-top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: -50px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top.in {
  bottom: 30px;
}
.back-to-top:hover {
  background: rgba(0, 0, 0, 0.5);
}
.back-to-top i {
  color: #fff;
  font-size: 18px;
}
/*-----------------------------------
 * DEMO CONTROL
 *-----------------------------------*/
#demo-controls .demo-controls-wrapper {
  display: block;
  position: fixed;
  top: 200px;
  width: 200px;
  z-index: 999;
  background: #fff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#demo-controls .demo-controls-wrapper.in {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#demo-controls .demo-controls-wrapper .demo-control-open {
  display: block;
  height: 50px;
  position: absolute;
  width: 50px;
  left: 100%;
  top: 10px;
  border-radius: 0 4px 4px 0;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 4px 1px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 4px 1px 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 1px 2px 2px rgba(0, 0, 0, 0.15);
  margin-left: -1px;
  text-align: center;
  line-height: 55px;
}
#demo-controls .demo-controls-wrapper .demo-control-open:hover {
  cursor: pointer;
}
#demo-controls .demo-controls-wrapper .demo-control-open i {
  font-size: 21px;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll {
  margin: 20px;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-buynow .button-buynow {
  display: block;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #00a97e;
  background: #00a97e;
  text-transform: uppercase;
  color: #fff;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-buynow .button-buynow:hover {
  background: #000;
  border: 1px solid #000;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-title {
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 30px;
  background: #00a97e;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row {
  margin-top: 15px;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .demo-control-btn {
  display: inline-block;
  width: 47%;
  padding: 5px 10px;
  color: #000;
  border: 1px solid #00a97e;
  text-align: center;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .demo-control-btn.active {
  background: #00a97e;
  color: #fff;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .demo-control-btn:hover {
  background: #00a97e;
  color: #fff;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .demo-control-btn.wide-buton {
  margin-right: 2%;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .switch-body-background {
  padding: 0;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .switch-body-background li {
  width: 27px;
  height: 27px;
  float: left;
  display: block;
  margin: 0 5px 5px 0;
  cursor: pointer;
  position: relative;
  background-image: url('assets/images/pattern-bg.png');
  background-repeat: no-repeat;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .switch-body-background li.active {
  -webkit-box-shadow: 0 0 0 1px #00a97e;
  -moz-box-shadow: 0 0 0 1px #00a97e;
  box-shadow: 0 0 0 1px #00a97e;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-demos .demo-control-section .demo-control-title {
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-demos .demo-control-section .demo-control-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 30px;
  background: #00a97e;
}
/*-----------------------------------
 * AJAX LOADING OVERFLOW
 *-----------------------------------*/
.milo-ajax-overflow {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.milo-ajax-overflow.active {
  display: table;
  z-index: 99999999;
}
.milo-ajax-overflow .milo-ajax-loading {
  width: 60px;
  height: 50px;
  background-color: #fff;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.milo-ajax-overflow .milo-ajax-loading .loading-wrapper {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.milo-ajax-overflow .spinner {
  width: 5px;
  height: 5px;
  background-color: #ebcb57;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: round-9 0.8s infinite;
  -o-animation: round-9 0.8s infinite;
  animation: round-9 0.8s infinite;
}
.milo-ajax-overflow #spinner_one {
  top: 5px;
  left: 5px;
}
.milo-ajax-overflow #spinner_two {
  top: 0px;
  left: 16px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.milo-ajax-overflow #spinner_three {
  top: 5px;
  left: 27px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.milo-ajax-overflow #spinner_four {
  top: 16px;
  left: 31px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.milo-ajax-overflow #spinner_five {
  top: 27px;
  left: 27px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.milo-ajax-overflow #spinner_six {
  top: 31px;
  left: 16px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.milo-ajax-overflow #spinner_seven {
  top: 27px;
  left: 5px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.milo-ajax-overflow #spinner_eight {
  top: 16px;
  left: 0px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
/*-----------------------------------
 * PAGE TITLE AND BREADCRUMBS
 *-----------------------------------*/
.milo-page-title-section {
  margin-bottom: 80px;
  position: relative;
}
.milo-page-title-section .milo-page-title-wrapper {
  height: 255px;
  padding-top: 70px;
}
.milo-page-title-section .milo-page-title-wrapper .page-title-inner .block-center-inner h1 {
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .milo-page-title-section .milo-page-title-wrapper .page-title-inner .block-center-inner h1 {
    font-size: 24px;
  }
}
.milo-page-title-section .milo-page-title-wrapper .page-title-inner .block-center-inner .page-sub-title {
  display: block;
  position: relative;
  padding-top: 15px;
  color: #2e3a32;
}
.milo-page-title-section .milo-breadcrumb-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
}
.milo-page-title-section .milo-breadcrumb-wrapper .breadcrumbs {
  list-style-type: none;
  list-style: none;
  padding: 0;
}
.milo-page-title-section .milo-breadcrumb-wrapper .breadcrumbs li {
  float: left;
  padding-right: 15px;
  position: relative;
}
.milo-page-title-section .milo-breadcrumb-wrapper .breadcrumbs li span {
  color: #ebcb57;
}
.milo-page-title-section .milo-breadcrumb-wrapper .breadcrumbs li a {
  color: #fff;
}
.milo-page-title-section .milo-breadcrumb-wrapper .breadcrumbs li a:hover {
  color: #00a97e;
}
.milo-page-title-section .milo-breadcrumb-wrapper .breadcrumbs li:first-child:before {
  display: none;
}
.milo-page-title-section .milo-breadcrumb-wrapper .breadcrumbs li:before {
  color: #fff;
  content: '\f105';
  font-family: fontAwesome;
  position: absolute;
  left: -10px;
}
/*-----------------------------------
 * CUSTOMIZE VISUAL COMPOSER OVERLAY
 *-----------------------------------*/
.overlay-bg-vc-wapper {
  position: relative;
}
.overlay-bg-vc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*-----------------------------------
 * CONTACT PAGES
 *-----------------------------------*/
.contact-form .contact-name {
  float: left;
  margin-bottom: 20px;
  padding-right: 5px;
  width: 50%;
}
.contact-form .contact-email {
  float: left;
  margin-bottom: 20px;
  padding-left: 5px;
  width: 50%;
}
.contact-form .contact-subject {
  clear: both;
  margin-bottom: 20px;
}
.contact-form .contact-submit input {
  background: #00a97e;
  border: none;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  padding: 8px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .contact-submit input:hover {
  background: #3c3c3c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .contact-label {
  padding: 10px 0;
  text-transform: uppercase;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eeeff0;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  outline: none;
  border: 1px solid #00a97e;
}
.contact-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-top: 3%;
  margin-bottom: 6%;
  padding: 40px 15px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.contact-wrapper .contact-info-wrapper > .vc_column-inner > .wpb_wrapper {
  background: #00a97e;
  padding: 30px;
}
.contact-wrapper .contact-info-wrapper .contact-about {
  color: #fff;
  list-style: none;
  list-style-type: none;
  padding: 0;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.contact-wrapper .contact-info-wrapper .contact-about li {
  margin-bottom: 10px;
}
.contact-wrapper .contact-info-wrapper .contact-about li i {
  padding-right: 10px;
}
.contact-wrapper .contact-info-wrapper .contact-social {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.contact-wrapper .contact-info-wrapper .contact-social li {
  display: inline-block;
  margin-right: 5px;
}
.contact-wrapper .contact-info-wrapper .contact-social li:last-child {
  margin-right: 0;
}
.contact-wrapper .contact-info-wrapper .contact-social li a {
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.contact-wrapper .contact-info-wrapper .contact-social li a i {
  background-color: #fff;
  color: #00a97e;
  font-size: 14px;
  height: 30px;
  line-height: 21px;
  padding: 5px;
  text-align: center;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-wrapper .contact-info-wrapper .contact-social li a:hover i {
  background-color: #3c3c3c;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*-----------------------------------
 * ABOUT US PAGES
 *-----------------------------------*/
.faq-toggle {
  background: #f4f3f3;
}
.faq-toggle.vc_toggle_default .vc_toggle_title {
  padding: 15px 30px;
}
.faq-toggle.vc_toggle_default .vc_toggle_title:hover {
  background: #00a97e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-toggle.vc_toggle_default .vc_toggle_title:hover h4 {
  color: #fff;
}
.faq-toggle.vc_toggle_default .vc_toggle_title h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.faq-toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
  background: #585757;
  border: 1px solid #585757;
  left: 93%;
  height: 1px;
}
.faq-toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
  background: #585757;
  border: 1px solid #585757;
  width: 1px!important;
}
.faq-toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
  background: #585757;
}
.faq-toggle.vc_toggle_default .vc_toggle_content {
  background: #fff;
  margin-top: 0;
  padding: 20px 15px 10px 30px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.faq-toggle.vc_toggle_active .vc_toggle_title {
  background: #00a97e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-toggle.vc_toggle_active .vc_toggle_title h4 {
  color: #fff;
}
/*-----------------------------------
 * OUR STORY
 *-----------------------------------*/
.our-story-volunteer {
  padding-left: 15px;
  padding-right: 15px;
}
.milo-content-404 {
  position: relative;
  width: 100%;
}
.milo-content-404 .page-content {
  text-align: center;
  font-weight: 700;
}
.milo-content-404 .page-content .milo-title-404 {
  line-height: 250px;
  font-size: 250px;
  color: #dddddd;
}
@media screen and (max-width: 991px) {
  .milo-content-404 .page-content .milo-title-404 {
    font-size: 200px;
    line-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .milo-content-404 .page-content .milo-title-404 {
    font-size: 150px;
    line-height: 150px;
  }
}
.milo-content-404 .page-content p.txt2 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .milo-content-404 .page-content p.txt2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .milo-content-404 .page-content p.txt2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.milo-content-404 .page-content p.txt3 {
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #888888;
}
.milo-content-404 .page-content a {
  color: #000;
  text-decoration: none;
}
.milo-content-404 .page-content a:hover {
  color: #00a97e;
}
/*-----------------------------------
 * 4. HEADER
 *-----------------------------------*/
/*-----------------------------------
 * HEADER
 *-----------------------------------*/
/*-----------------------------------
 * TOPBAR
 *-----------------------------------*/
.milo-top-bar {
  background: #00a97e;
  height: 50px;
}
.milo-top-bar .top-sidebar {
  line-height: 50px;
}
.milo-top-bar .top-sidebar.top-bar-left {
  text-align: left;
  color: #fff;
}
.milo-top-bar .top-sidebar.top-bar-left .top-phone {
  margin-right: 50px;
}
@media screen and (max-width: 991px) {
  .milo-top-bar .top-sidebar.top-bar-left .top-phone {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .milo-top-bar .top-sidebar.top-bar-left {
    text-align: center;
  }
}
.milo-top-bar .top-sidebar.top-bar-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .milo-top-bar .top-sidebar.top-bar-right {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .milo-top-bar.mobile-top-bar-hide {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .milo-top-bar {
    height: auto;
  }
}
body.header-float .milo-top-bar {
  border-bottom: 1px solid #e9e9e9;
}
header.header-1 {
  height: 120px;
}
header.header-1 .milo-header-wrapper .header-left {
  line-height: 120px;
}
header.header-1 .milo-header-wrapper .header-right .menu-wrapper {
  float: left;
  display: inline-block;
}
header.header-1 .milo-header-wrapper .header-right .menu-wrapper .milo-main-menu > li > a {
  line-height: 120px;
  padding-top: 0;
  padding-bottom: 0;
}
header.header-1 .milo-header-wrapper .header-right .menu-wrapper .milo-main-menu > li > a:after {
  display: none;
}
header.header-1 .milo-header-wrapper .header-right .header-customize {
  display: flex;
  align-items: center;
  height: 120px;
}
header.header-1 .milo-sticky-wrapper .milo-header-nav-wrapper.sticky-on .milo-header-wrapper .header-left {
  line-height: 60px;
}
header.header-1 .milo-sticky-wrapper .milo-header-nav-wrapper.sticky-on .milo-header-wrapper .header-right .header-customize-nav {
  height: 60px;
}
header.header-1 .milo-sticky-wrapper .milo-header-nav-wrapper.sticky-on .milo-header-wrapper .header-right .header-customize-nav .header-customize-item.search-button-wrapper a i {
  color: #fff;
  border-color: #fff;
}
header.header-1 .milo-sticky-wrapper .milo-header-nav-wrapper.sticky-on .milo-header-wrapper .header-right .header-customize-nav .header-customize-item.shopping-cart-wrapper i {
  color: #fff;
  border-color: #fff;
}
header.header-1 .milo-sticky-wrapper .milo-header-nav-wrapper.sticky-out .header-left {
  line-height: 60px;
}
header.header-1 .milo-sticky-wrapper .milo-header-nav-wrapper.sticky-out .header-customize-nav {
  height: 60px;
}
header.header-1 .milo-sticky-wrapper .milo-header-nav-wrapper.sticky-out .header-customize-nav .header-customize-item.search-button-wrapper a i {
  color: #fff;
  border-color: #fff;
}
header.header-1 .milo-sticky-wrapper .milo-header-nav-wrapper.sticky-out .header-customize-nav .header-customize-item.shopping-cart-wrapper i {
  color: #fff;
  border-color: #fff;
}
header.header-1.header-float .milo-header-nav-wrapper .milo-header-wrapper .menu-wrapper .milo-main-menu > li > a {
  color: #fff;
}
header.header-1.header-float .milo-header-nav-wrapper .milo-header-wrapper .menu-wrapper .milo-main-menu > li:hover > a {
  color: #00a97e;
}
header.header-1.header-float .milo-header-nav-wrapper .milo-header-wrapper .header-customize-nav .header-customize-item.search-button-wrapper a i {
  color: #fff;
}
header.header-1.header-float .milo-header-nav-wrapper .milo-header-wrapper .header-customize-nav .header-customize-item.shopping-cart-wrapper i {
  color: #fff;
}
header.header-2 .milo-header-nav-above {
  position: relative;
}
header.header-2 .milo-header-nav-above .container .fl {
  position: relative;
  z-index: 99;
}
header.header-2 .milo-header-nav-above .container .fl .header-customize-left {
  height: 200px;
}
header.header-2 .milo-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li {
  padding: 0 5px;
}
header.header-2 .milo-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li:first-child {
  padding-left: 0;
}
header.header-2 .milo-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i {
  padding: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
}
header.header-2 .milo-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i:hover {
  background: rgba(0, 169, 126, 0.7) !important;
}
header.header-2 .milo-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i.fa-facebook {
  background: #acc2ee;
}
header.header-2 .milo-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i.fa-twitter {
  background: #b3eafc;
}
header.header-2 .milo-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i.fa-instagram {
  background: #bdb19e;
}
header.header-2 .milo-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i.fa-pinterest {
  background: #eaa6a9;
}
header.header-2 .milo-header-nav-above .container .header-logo {
  height: 200px;
  position: relative;
}
header.header-2 .milo-header-nav-above .container .header-logo a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
header.header-2 .milo-header-nav-above .container .fr {
  position: absolute;
  right: 15px;
  top: 0;
}
header.header-2 .milo-header-nav-above .container .fr .header-customize-right {
  height: 200px;
}
header.header-2 .milo-header-nav-above .container .fr .header-customize-right .custom-text-wrapper i {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
}
header.header-2 .milo-header-nav-wrapper .milo-header-wrapper .header-center {
  display: flex;
}
header.header-2 .milo-header-nav-wrapper .milo-header-wrapper .header-center .header-center-primary-menu {
  margin: 0 auto;
}
header.header-2 .milo-header-nav-wrapper .milo-header-wrapper .header-center .header-center-primary-menu .menu-wrapper #main-menu > li > a {
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
header.header-2 .milo-sticky-wrapper .milo-header-nav-wrapper.sticky-on .milo-header-wrapper .header-center .header-center-primary-menu .menu-wrapper .milo-main-menu > li > a {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.header-3 .milo-header-wrapper .header-left {
  float: left;
}
.header-3 .milo-header-wrapper .header-left .header-logo {
  line-height: 140px;
}
.header-3 .milo-header-wrapper .header-right {
  float: right;
}
.header-3 .milo-header-wrapper .header-right .menu-wrapper {
  float: left;
}
.header-3 .milo-header-wrapper .header-right .menu-wrapper .milo-main-menu > li > a {
  line-height: 140px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}
.header-3 .milo-header-wrapper .header-right .header-customize-nav {
  line-height: 140px;
}
.header-3 .milo-header-wrapper .milo-sticky-wrapper .milo-header-nav-wrapper .container {
  clear: both;
}
.header-3 .milo-header-wrapper .milo-sticky-wrapper.sticky-on .container .milo-header-wrapper .header-left .header-logo a img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-3 .milo-header-wrapper .milo-sticky-wrapper.sticky-on .container .milo-header-wrapper .header-right {
  float: right;
}
.header-3 .milo-header-wrapper .milo-sticky-wrapper.sticky-on .container .milo-header-wrapper .header-right .menu-wrapper .milo-main-menu > li > a {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.header-3 .milo-header-wrapper .milo-sticky-wrapper.sticky-on .container .milo-header-wrapper .header-right .header-customize-nav {
  line-height: 60px;
}
.header-3 .milo-header-wrapper .milo-sticky-wrapper.sticky-out .container .milo-header-wrapper .header-left .header-logo a img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-3 .milo-header-wrapper .milo-sticky-wrapper.sticky-out .container .milo-header-wrapper .header-right {
  float: right;
}
.header-3 .milo-header-wrapper .milo-sticky-wrapper.sticky-out .container .milo-header-wrapper .header-right .menu-wrapper .milo-main-menu > li > a {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.header-3 .milo-header-wrapper .milo-sticky-wrapper.sticky-out .container .milo-header-wrapper .header-right .header-customize-nav {
  line-height: 60px;
}
/* MILO HEADER SIDEBAR STYLE */
#milo-wrapper {
  position: relative;
}
#milo-wrapper .milo-top-bar {
  z-index: 999;
}
#milo-header.header-sidebar {
  background-color: #fff;
  height: 100%;
  position: fixed;
  z-index: 888;
  width: 300px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
}
#milo-header.header-sidebar .vertical-header-wrapper {
  height: 100%;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-top {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-top .header-logo {
  padding: 40px 0;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper {
  width: 100%;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu {
  padding: 0;
  width: 100%;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu li.current-menu-item > a {
  color: #00a97e;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li {
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  float: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a {
  display: block;
  padding: 10px 20px;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a:after {
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:hover > a:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown:hover > ul {
  left: 100%;
  top: 0;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column > ul {
  background: #fff;
  left: 100%;
  min-width: 970px;
  top: 0;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul {
  background: #fff;
  left: 100%;
  min-width: 970px;
  top: 0;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item {
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.header-social-profile-wrapper {
  margin-top: 60px;
  border-bottom: 1px solid #e9e9e9;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.search-button-wrapper {
  margin-top: 30px;
}
#milo-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.search-button-wrapper a i {
  margin-left: 0;
}
.header-sidebar .milo-top-bar {
  position: fixed;
  width: 100%;
}
.header-sidebar #milo-content-main {
  padding-top: 0;
  padding-left: 300px !important;
}
@media screen and (max-width: 991px) {
  .header-sidebar #milo-content-main {
    padding-left: 0!important;
  }
}
.header-sidebar footer {
  margin-left: 300px !important;
}
@media screen and (max-width: 991px) {
  .header-sidebar footer {
    margin-left: 0!important;
  }
}
.header-5 .milo-header-nav-above .header-customize {
  height: 100px;
}
.header-5 .milo-header-nav-wrapper {
  display: table;
  width: 100%;
  height: 80px;
}
.header-5 .header-logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.header-5 .header-left {
  float: left;
  vertical-align: middle;
  line-height: 80px;
}
.header-5 .header-right {
  float: right;
  line-height: 80px;
}
/* Style for Mega Menu */
/***** TABLE OF CONTENTS *****
*** 1. GENERAL
*** 2. MEGA MENU STYLE COLUMN
*** 3. MEGA MENU STYLE DROPDOWN
*** 4. MEGA MENU STYLE TAB
*/
/* RESET MENU STYLE */
.navbar-nav {
  cursor: default;
  display: inline-block;
  padding: 0;
}
.navbar-nav a,
.navbar-nav ul,
.navbar-nav li,
.navbar-nav div,
.navbar-nav form,
.navbar-nav input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: 'Poppins';
}
.navbar-nav a {
  text-decoration: none;
  position: relative;
}
.navbar-nav li {
  list-style: none;
}
.navbar-nav > li > a {
  display: inline-block;
  padding: 20px 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav > li a i {
  line-height: 20px;
}
.navbar-nav > li a i.left {
  padding-right: 5px;
  float: left;
}
.navbar-nav > li a i.center {
  padding-left: 5px;
}
.navbar-nav > li a i.right {
  padding-left: 5px;
}
.navbar-nav > li a span.milo_sub_label {
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
  padding: 1px 3px;
}
.navbar-nav > li a:after {
  content: '\f107';
  font-family: FontAwesome;
  padding-left: 5px;
}
.navbar-nav > li a:only-child:after {
  content: '';
}
.navbar-nav > li.menu_style_dropdown:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > a:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > ul {
  display: block;
  left: 100%;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  visibility: visible;
}
.navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > ul > li:hover > a:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > ul > li:hover > ul {
  display: block;
  left: 100%;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  visibility: visible;
}
.navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > ul > li:hover > ul > li:hover > a:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul {
  display: block;
  left: 100%;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  visibility: visible;
}
.navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > a:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul {
  display: block;
  left: 100%;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  visibility: visible;
}
.navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > a:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul {
  display: block;
  left: 100%;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  visibility: visible;
}
.navbar-nav > li.menu_style_dropdown ul {
  background-color: #fff;
  display: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.navbar-nav > li.menu_style_dropdown ul li {
  display: block;
  float: none;
  min-width: 250px;
  position: relative;
}
.navbar-nav > li.menu_style_dropdown ul li a {
  display: block;
  line-height: 20px;
  padding: 10px 20px;
}
.navbar-nav > li.menu_style_dropdown ul li a:after {
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-nav > li.menu_style_column.mega-col-columns-2 > ul > li {
  float: left;
  width: 50%;
}
.navbar-nav > li.menu_style_column.mega-col-columns-3 > ul > li {
  float: left;
  width: 33.3333333%;
}
.navbar-nav > li.menu_style_column.mega-col-columns-4 > ul > li {
  float: left;
  width: 25%;
}
.navbar-nav > li.menu_style_column.mega-col-columns-5 > ul > li {
  float: left;
  width: 20%;
}
.navbar-nav > li.menu_style_column.mega-col-columns-6 > ul > li {
  float: left;
  width: 16.6666666%;
}
.navbar-nav > li.menu_style_column:hover > ul {
  display: block;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.navbar-nav > li.menu_style_column > ul {
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 30px 0px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.navbar-nav > li.menu_style_column > ul > li {
  border-left: 1px solid #e9e9e9;
}
.navbar-nav > li.menu_style_column > ul > li:first-child {
  border: none;
  padding-left: 2px;
}
.navbar-nav > li.menu_style_column > ul > li > a {
  position: relative;
  display: block;
  padding: 0 20px 15px 20px !important;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav > li.menu_style_column > ul > li > a:hover {
  color: #00a97e;
}
.navbar-nav > li.menu_style_column > ul > li > a:after {
  display: none;
}
.navbar-nav > li.menu_style_column > ul > li ul li a {
  display: block;
  padding: 10px 20px !important;
  position: relative;
}
.navbar-nav > li.menu_style_tab > ul {
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 99%;
  visibility: hidden;
  width: 100%;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.navbar-nav > li.menu_style_tab > ul:before {
  background: #fafafa;
  border-right: 1px solid #e9e9e9;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 25%;
}
.navbar-nav > li.menu_style_tab > ul > li {
  clear: none;
  display: block;
  position: static;
  text-align: right;
  width: 25%;
}
.navbar-nav > li.menu_style_tab > ul > li:first-child {
  margin-top: 20px;
}
.navbar-nav > li.menu_style_tab > ul > li:hover a:before,
.navbar-nav > li.menu_style_tab > ul > li.active a:before {
  height: 100%;
}
.navbar-nav > li.menu_style_tab > ul > li > a {
  display: block;
  font-weight: 600;
  padding: 10px 20px;
  position: relative;
}
.navbar-nav > li.menu_style_tab > ul > li > a:after {
  content: '';
}
.navbar-nav > li.menu_style_tab > ul > li > a:before {
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav > li.menu_style_tab > ul > li.active > a {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #00a97e;
  background: #fff;
}
.navbar-nav > li.menu_style_tab > ul > li > .milo_megamenu_widget_area,
.navbar-nav > li.menu_style_tab > ul > li > ul {
  background: #fff;
  height: auto;
  left: 25%;
  opacity: 0;
  padding: 20px 20px;
  position: absolute;
  right: 0;
  top: 50px;
  text-align: left;
  visibility: hidden;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-nav > li.menu_style_tab > ul > li > .milo_megamenu_widget_area.columns-1 section,
.navbar-nav > li.menu_style_tab > ul > li > ul.columns-1 section {
  width: 100%;
}
.navbar-nav > li.menu_style_tab > ul > li > .milo_megamenu_widget_area.columns-2 section,
.navbar-nav > li.menu_style_tab > ul > li > ul.columns-2 section {
  width: 50%;
  float: left;
}
.navbar-nav > li.menu_style_tab > ul > li > .milo_megamenu_widget_area.columns-3 section,
.navbar-nav > li.menu_style_tab > ul > li > ul.columns-3 section {
  width: 33.3333%;
  float: left;
}
.navbar-nav > li.menu_style_tab > ul > li > .milo_megamenu_widget_area.columns-4 section,
.navbar-nav > li.menu_style_tab > ul > li > ul.columns-4 section {
  width: 25%;
  float: left;
}
.navbar-nav > li.menu_style_tab > ul > li > .milo_megamenu_widget_area .widget-title-wrapper a,
.navbar-nav > li.menu_style_tab > ul > li > ul .widget-title-wrapper a {
  display: none;
}
.navbar-nav > li.menu_style_tab > ul > li.active .milo_megamenu_widget_area,
.navbar-nav > li.menu_style_tab > ul > li.active ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  z-index: 999;
}
.navbar-nav > li.menu_style_tab:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.milo_widget_area > .milo_megamenu_widget_area section {
  position: relative;
}
.milo_widget_area > .milo_megamenu_widget_area section .widget-title-wrapper h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #888888;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.milo_widget_area > .milo_megamenu_widget_area section .product_list_widget {
  left: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.milo_widget_area > .milo_megamenu_widget_area section .product_list_widget > li {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.milo_widget_area > .milo_megamenu_widget_area section .product_list_widget > li:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.milo_widget_area > .milo_megamenu_widget_area section .product_list_widget > li a img {
  border: 1px solid #e9e9e9;
  float: left;
  margin: 0;
  margin-right: 10px;
  padding: 5px;
  width: 33.33%;
}
.milo_widget_area > .milo_megamenu_widget_area section .product_list_widget > li a:after {
  content: '';
}
.milo_widget_area > .milo_megamenu_widget_area section .product_list_widget > li .star-rating {
  margin: 10px 0;
  text-align: left;
}
.milo_widget_area > .milo_megamenu_widget_area section .product_list_widget > li .star-rating:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.milo_widget_area > .milo_megamenu_widget_area section .product_list_widget > li .star-rating span:before {
  color: #ebcb57;
}
.milo_widget_area > .milo_megamenu_widget_area section .widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px!important;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 10px;
  color: #ababab;
  border-top: solid 1px #ababab;
  border-left: solid 1px #ababab;
  border-right: solid 1px #ababab;
  border-bottom: solid 1px #ababab;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.milo_widget_area > .milo_megamenu_widget_area section .widget_product_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #00a97e;
  border-top: solid 1px #00a97e;
  border-left: solid 1px #00a97e;
  border-right: solid 1px #00a97e;
  border-bottom: solid 1px #00a97e;
}
.milo_widget_area > .milo_megamenu_widget_area section.widget-donation-causes ul li .cause-content .cause-meta span a:after {
  display: none;
}
.milo_widget_area > .milo_megamenu_widget_area section.widget-donation-events ul li .event-content .event-meta span a:after {
  display: none;
}
.milo_megamenu_widget_area ul.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.milo_megamenu_widget_area ul.instagram-pics li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.milo_megamenu_widget_area ul.instagram-pics a {
  display: block;
  position: relative;
  overflow: hidden;
}
.milo_megamenu_widget_area ul.instagram-pics a:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  background-color: rgba(0, 169, 126, 0.5);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.milo_megamenu_widget_area ul.instagram-pics a:hover:before {
  opacity: 1;
}
.milo_megamenu_widget_area ul.instagram-pics a img {
  padding: 5px;
  border: 1px solid #e9e9e9;
}
.milo_megamenu_widget_area ul.instagram-pics + p {
  margin: 0;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.02em;
}
.milo_megamenu_widget_area .null-instagram-feed.columns-4 .instagram-pics {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
}
.milo_megamenu_widget_area .null-instagram-feed.columns-4 .instagram-pics li {
  width: 25%;
  display: inline-block;
  padding: 5px;
}
.milo_megamenu_widget_area .null-instagram-feed.columns-4 .instagram-pics li a {
  display: block;
  position: relative;
  overflow: hidden;
}
/*-----------------------------------
 * HEADER MOBILE
 *-----------------------------------*/
/* MILO MOBILE MENU */
header.milo-mobile-header {
  display: none;
  /*-----------------------------------
     * HEADER MOBILE 1
     *-----------------------------------*/
  /*-----------------------------------
     * HEADER MOBILE 2
     *-----------------------------------*/
  /*-----------------------------------
     * HEADER MOBILE 3
     *-----------------------------------*/
  /*-----------------------------------
     * HEADER MOBILE STICKY
     *-----------------------------------*/
}
@media screen and (max-width: 991px) {
  header.milo-mobile-header {
    display: block;
  }
}
header.milo-mobile-header .milo-header-container-wrapper {
  background-color: #fff;
  border-bottom: solid 1px #e9e9e9;
  top: 0;
  width: 100%;
  z-index: 996;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper {
  background-color: #fff;
  position: relative;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner {
  height: 60px;
  position: relative;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-logo-mobile {
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-logo-mobile img {
  max-height: 50px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize {
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  color: #000;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav {
  background: #333;
  display: none;
  margin-bottom: 15px;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly {
  display: block;
  position: fixed;
  margin: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
  width: 280px;
  left: -280px;
  border-right: solid 2px #00a97e;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly.in {
  left: 0;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu {
  padding: 0;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-item {
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-item > a {
  padding: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-item > a:hover {
  color: #00a97e;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-item > b.menu-caret {
  color: #fff;
  float: right;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-item > b.menu-caret:before {
  content: "\f218";
  display: inline-block;
  font-family: Ionicons;
  text-align: center;
  line-height: 45px;
  width: 45px;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-item > b.menu-caret:hover {
  cursor: pointer;
  color: #00a97e;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-item > b.menu-caret.active:before {
  content: "\f209";
  display: inline-block;
  font-family: Ionicons;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-item:not(.sub-menu-open):hover {
  background-color: #404040;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-item.sub-menu-open {
  border-bottom-width: 0px;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-item.sub-menu-open > ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 15px;
  z-index: 1;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #4d4d4d;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.current-menu-ancestor > a,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.current-menu-parent > a,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.current-menu-item > a,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-current > a,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li > a:hover,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li:hover > a,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li ul.sub-menu li:hover > a {
  color: #00a97e;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.current-menu-ancestor > a > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.current-menu-parent > a > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.current-menu-item > a > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li.menu-current > a > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li > a:hover > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li:hover > a > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu li ul.sub-menu li:hover > a > b.caret:before {
  color: #00a97e;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu ul.sub-menu {
  background-color: #4d4d4d;
  padding-left: 0;
  position: relative;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu ul.sub-menu > li.menu-item > a {
  font-size: 10px;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
  border-color: transparent transparent #595959;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu ul ul.sub-menu {
  background-color: #595959;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
  border-color: transparent transparent #595959;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu ul ul ul.sub-menu {
  background-color: #666666;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu ul ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
  border-color: transparent transparent #666666;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-fly ul.milo-nav-mobile-menu ul ul ul ul.sub-menu {
  background-color: #737373;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu {
  padding: 15px;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-item {
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-item > a {
  padding: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-item > a:hover {
  color: #00a97e;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-item > b.menu-caret {
  color: #fff;
  float: right;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-item > b.menu-caret:before {
  content: "\f218";
  display: inline-block;
  font-family: Ionicons;
  text-align: center;
  line-height: 45px;
  width: 45px;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-item > b.menu-caret:hover {
  cursor: pointer;
  color: #00a97e;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-item > b.menu-caret.active:before {
  content: "\f209";
  display: inline-block;
  font-family: Ionicons;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-item:not(.sub-menu-open):hover {
  background-color: #404040;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-item.sub-menu-open {
  border-bottom-width: 0px;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-item.sub-menu-open > ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 15px;
  z-index: 1;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #4d4d4d;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.current-menu-ancestor > a,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.current-menu-parent > a,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.current-menu-item > a,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-current > a,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li > a:hover,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li:hover > a,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li ul.sub-menu li:hover > a {
  color: #00a97e;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.current-menu-ancestor > a > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.current-menu-parent > a > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.current-menu-item > a > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li.menu-current > a > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li > a:hover > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li:hover > a > b.caret:before,
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu li ul.sub-menu li:hover > a > b.caret:before {
  color: #00a97e;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu ul.sub-menu {
  background-color: #4d4d4d;
  padding-left: 20px;
  position: relative;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu ul.sub-menu > li.menu-item > a {
  font-size: 10px;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
  border-color: transparent transparent #595959;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu ul ul.sub-menu {
  background-color: #595959;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
  border-color: transparent transparent #595959;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu ul ul ul.sub-menu {
  background-color: #666666;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu ul ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
  border-color: transparent transparent #666666;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav.menu-drop-dropdown ul.milo-nav-mobile-menu ul ul ul ul.sub-menu {
  background-color: #737373;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav .milo-nav-mobile-menu li {
  list-style: none;
  list-style-type: none;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-nav .milo-nav-mobile-menu li > ul.sub-menu {
  background-color: #444;
  position: relative;
  list-style: none;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  display: none;
  background: transparent;
}
header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-menu-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header.milo-mobile-header.header-mobile-1 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper {
  border-left: none;
}
header.milo-mobile-header.header-mobile-1 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper a i {
  margin-left: 10px;
  margin-right: 10px;
}
header.milo-mobile-header.header-mobile-1 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon i {
  padding: 0 5px;
}
header.milo-mobile-header.header-mobile-1 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon .total {
  right: 0px;
}
header.milo-mobile-header.header-mobile-1 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-logo-mobile {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
header.milo-mobile-header.header-mobile-2 .header-mobile-before {
  text-align: center;
}
header.milo-mobile-header.header-mobile-2 .header-mobile-before img {
  max-height: 50px;
  padding: 5px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header.milo-mobile-header.header-mobile-2 .milo-header-container-wrapper {
  background-color: #333;
  border-bottom: none;
}
header.milo-mobile-header.header-mobile-2 .milo-header-container-wrapper .milo-mobile-header-wrapper {
  background-color: transparent;
}
header.milo-mobile-header.header-mobile-2 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner {
  position: relative;
}
header.milo-mobile-header.header-mobile-2 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .toggle-icon-wrapper.in .toggle-icon span {
  background: transparent;
}
header.milo-mobile-header.header-mobile-2 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .toggle-icon-wrapper .toggle-icon:after,
header.milo-mobile-header.header-mobile-2 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .toggle-icon-wrapper .toggle-icon:before {
  background: none repeat scroll 0 0 #fff;
}
header.milo-mobile-header.header-mobile-2 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .toggle-icon-wrapper .toggle-icon span {
  background: none repeat scroll 0 0 #fff;
}
header.milo-mobile-header.header-mobile-2 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper {
  border-left: none;
}
header.milo-mobile-header.header-mobile-2 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper a i {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}
header.milo-mobile-header.header-mobile-2 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon i {
  padding: 0 5px;
  color: #fff;
}
header.milo-mobile-header.header-mobile-2 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon .total {
  right: 0px;
}
header.milo-mobile-header.header-mobile-3 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-logo-mobile {
  position: absolute;
}
header.milo-mobile-header.header-mobile-3 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize {
  right: 50px;
  left: auto;
}
header.milo-mobile-header.header-mobile-3 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper {
  border-left: none;
}
header.milo-mobile-header.header-mobile-3 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper a i {
  margin-left: 10px;
  height: 24px;
}
header.milo-mobile-header.header-mobile-3 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon i {
  padding: 0 5px;
  height: 24px;
}
header.milo-mobile-header.header-mobile-3 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon .total {
  right: 0px;
}
header.milo-mobile-header.header-mobile-3 .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-header-inner .toggle-icon-wrapper {
  right: 0;
  left: auto;
}
header.milo-mobile-header.header-mobile-3 .shopping-cart-wrapper {
  position: static;
}
header.milo-mobile-header.header-mobile-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
  left: -200px;
  right: auto;
}
@media screen and (max-width: 320px) {
  header.milo-mobile-header.header-mobile-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    left: -175px;
  }
}
header.milo-mobile-header .milo-sticky-wrapper.is-sticky > .milo-header-container-wrapper {
  z-index: 997;
  left: 0;
  right: 0;
}
header.milo-mobile-header .milo-sticky-wrapper:not(.is-sticky) {
  height: auto!important;
  position: relative!important;
}
body {
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.menu-mobile-in {
  left: 280px;
  overflow: hidden;
}
body.menu-mobile-in header.milo-mobile-header .milo-header-container-wrapper .milo-mobile-header-wrapper .milo-mobile-menu-overlay {
  opacity: 1;
  z-index: 299;
  pointer-events: auto;
  cursor: crosshair;
  color: #fff;
}
body.menu-mobile-in .milo-sticky-wrapper.is-sticky > .milo-header-container-wrapper .menu-drop-fly {
  left: 280px;
  right: -280px;
}
form.milo-search-form-mobile-menu {
  display: none;
}
/*-----------------------------------
 * HEADER MOBILE ICON TOGGLE
 *-----------------------------------*/
.toggle-icon-wrapper {
  display: inline-block;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
.toggle-icon-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 30px;
}
.toggle-icon-wrapper .toggle-icon > span {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-icon-wrapper .toggle-icon:before {
  top: 20%;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
  bottom: 20%;
  -o-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.toggle-icon-wrapper.in .toggle-icon span {
  background: transparent;
}
.toggle-icon-wrapper.in .toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*-----------------------------------
 * HEADER CUSTOMIZE
 *-----------------------------------*/
.header-customize-right:before,
.header-customize-left:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.header-customize-item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}
.header-customize-item .donate-button-menu {
  background: #00a97e;
  color: #fff;
  font-weight: bold;
  margin-left: 15px;
  padding: 8px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-customize-item .donate-button-menu:hover {
  background: #3c3c3c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*-----------------------------------
 * SEARCH BUTTON POPUP AJAX
 *-----------------------------------*/
#milo_search_popup_wrapper .search-popup-inner {
  margin: 1em 0;
  width: 70%;
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  -o-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
}
#milo_search_popup_wrapper .search-popup-inner > input {
  width: 100%;
  margin-bottom: 50px;
  font-size: 25px;
  outline: none;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 10px 20px;
  color: #fff;
}
#milo_search_popup_wrapper .search-popup-inner > input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#milo_search_popup_wrapper .search-popup-inner > input:-ms-input-placeholder {
  color: #fff;
}
#milo_search_popup_wrapper .search-popup-inner > input::-webkit-input-placeholder {
  color: #fff;
}
#milo_search_popup_wrapper .search-popup-inner > button {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  top: 0px;
}
#milo_search_popup_wrapper .search-popup-inner > button i {
  font-size: 30px;
  padding: 12px;
  color: #fff;
}
#milo_search_popup_wrapper .search-popup-inner > button i:hover {
  color: #00a97e;
}
@media (max-width: 767px) {
  #milo_search_popup_wrapper .search-popup-inner {
    top: 20%;
  }
}
/*-----------------------------------
 * MODAL SEARCH BUTTON STANDARD
 *-----------------------------------*/
#milo-modal-search {
  z-index: 9999;
  overflow: auto;
}
#milo-modal-search.modal.in .modal-backdrop.in {
  height: 100%;
  position: fixed;
  background-color: #333;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#milo-modal-search.modal.in .milo-modal-dialog {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 9999;
}
#milo-modal-search .milo-modal-dialog {
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}
#milo-modal-search .milo-dismiss-modal {
  position: absolute;
  right: 50px;
  top: 30px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  z-index: 1040;
  cursor: pointer;
}
#milo-modal-search .milo-modal-search {
  position: relative;
  width: 100%;
  height: 100%;
}
#milo-modal-search .milo-modal-search .milo-search-result {
  position: absolute;
  width: 80%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 40%;
}
@media (max-width: 767px) {
  #milo-modal-search .milo-modal-search .milo-search-result {
    top: 20%;
  }
}
#milo-modal-search .milo-modal-search .milo-search-wrapper {
  position: relative;
  width: 100%;
  font-size: 24px;
  color: inherit;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  display: block;
}
#milo-modal-search .milo-modal-search .milo-search-wrapper:before,
#milo-modal-search .milo-modal-search .milo-search-wrapper:after {
  content: " ";
  display: table;
}
#milo-modal-search .milo-modal-search .milo-search-wrapper:after {
  clear: both;
}
#milo-modal-search .milo-modal-search input[type="search"] {
  border: none;
  outline: none;
  display: block;
  float: left;
  width: 100%;
  padding-right: 60px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 22px;
  color: #fff;
}
#milo-modal-search .milo-modal-search input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
#milo-modal-search .milo-modal-search input[type="search"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
#milo-modal-search .milo-modal-search button {
  position: absolute;
  display: block;
  color: #fff;
  bottom: 5px;
  right: 0;
  line-height: 1;
  border: none;
  outline: none;
  font-size: 24px;
  background-color: transparent;
}
#milo-modal-search .ajax-search-result {
  margin: auto;
  background: rgba(77, 77, 77, 0.1);
}
#milo-modal-search .ajax-search-result > ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
#milo-modal-search .ajax-search-result li {
  padding: 5px 20px;
  color: inherit;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
}
#milo-modal-search .ajax-search-result li:hover,
#milo-modal-search .ajax-search-result li.selected {
  background-color: rgba(127, 127, 127, 0.1);
}
#milo-modal-search .ajax-search-result li > a {
  color: #fff;
}
#milo-modal-search .ajax-search-result li + li {
  border-top: dotted 1px rgba(77, 77, 77, 0.1);
}
#milo-modal-search .ajax-search-result li span {
  color: #fff;
  float: right;
}
#milo-modal-search .ajax-search-result li.search-view-more {
  font-size: 14px;
  font-style: italic;
}
#milo-modal-search .ajax-search-result li.search-view-more a {
  text-decoration: underline;
}
#milo-modal-search i.ajax-search-icon {
  color: inherit;
}
#milo-modal-search div.search-view-more {
  background-color: rgba(255, 255, 0, 0.1);
  padding: 5px 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  text-align: center;
}
#milo-modal-search div.search-view-more i.wicon {
  vertical-align: middle;
}
/*-----------------------------------
 * SOCIAL
 *-----------------------------------*/
.header-social-profile-wrapper {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.header-social-profile-wrapper li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  font-size: 14px;
}
/*-----------------------------------
 * SEARCH WITH CATEGORY
 *-----------------------------------*/
.search-with-category-inner {
  height: 50px;
  display: inline-flex;
}
.search-with-category-inner .form-search-left {
  float: left;
  width: 175px;
  position: relative;
}
.search-with-category-inner .form-search-left > span {
  border: solid 1px #eeeeee;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  width: 100%;
  border-right: none;
  padding: 0 15px;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
}
.search-with-category-inner .form-search-left > span:after {
  content: '\f0d7';
  font-family: 'fontawesome';
  position: absolute;
  right: 15px;
  margin: auto;
  top: 15px;
  bottom: 0;
  height: 17px;
  font-size: 14px;
  line-height: 3px;
}
.search-with-category-inner .form-search-left .search-category-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
  padding: 5px 0;
  list-style: none;
  margin: 0;
  background-color: #fff;
  line-height: 36px;
  z-index: 10;
  max-height: 380px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.search-with-category-inner .form-search-left .search-category-dropdown span {
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
.search-with-category-inner .form-search-right {
  position: relative;
}
.search-with-category-inner .form-search-right input[type="text"] {
  width: 100%;
  padding-left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  outline: none;
}
.search-with-category-inner .form-search-right button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 20px;
  margin: auto;
  padding: 0;
  line-height: 1;
  outline: none;
}
/*-----------------------------------
 * WISHLIST
 *-----------------------------------*/
.my-wishlist-wrapper {
  position: relative;
  margin-left: 20px;
}
.my-wishlist-wrapper .milo-wishlist i.wicon {
  cursor: pointer;
  width: 45px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 35px;
  color: #eee;
}
.my-wishlist-wrapper .milo-wishlist span.total {
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background-color: #ffb535;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
/*-----------------------------------
 * SHOPPING CART
 *-----------------------------------*/
.shopping-cart-wrapper.no-price .sub-total-text {
  display: none;
}
.shopping-cart-wrapper.with-price .sub-total-text {
  position: absolute;
  top: 25px;
  right: 0px;
}
.shopping-cart-wrapper.with-price .sub-total-text span.amount {
  color: rgba(136, 136, 136, 0.7);
}
.shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.shopping-cart-wrapper .widget_shopping_cart_content {
  display: block;
  text-align: left;
}
.shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper {
  margin-top: 20px;
  top: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
@media screen and (max-width: 991px) {
  .shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper {
    margin-top: 0;
  }
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
  position: relative;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon .total {
  position: absolute;
  top: -5px;
  right: 12px;
  background: #ebcb57;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
  cursor: pointer;
  text-align: left;
  color: #888888;
  padding: 0 40px;
  font-size: 24px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:hover {
  color: #00a97e;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 150%;
  right: 0;
  left: auto;
  min-width: 300px;
  background-color: #fff;
  border: solid 2px #e9e9e9;
  padding: 0;
  z-index: 999;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty {
  padding: 15px;
  text-align: center;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4 {
  text-transform: uppercase;
  padding: 0 0 15px;
  margin: 0;
  font-size: 16px;
  word-spacing: 0.2em;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
  color: #888888;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li {
  padding: 15px 0;
  margin: 0;
  position: relative;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li + li {
  border-top: solid 1px #e9e9e9;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  border: solid 1px #eee;
  background: #fff;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left > a > img {
  height: auto;
  width: 58px;
  margin: 0;
  display: block;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right {
  overflow: hidden;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a {
  text-transform: uppercase;
  word-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding-right: 15px;
  color: #2e3a32;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a:hover {
  color: #00a97e;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity {
  font-size: 12px;
  display: block;
  text-align: left;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a.remove {
  position: absolute;
  right: 0;
  top: 15px;
  padding-right: 0;
  font-size: 18px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li:after {
  content: "";
  display: block;
  clear: both;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .cart-total {
  padding: 0 15px 20px;
  position: relative;
  color: #2e3a32;
  font-weight: 700;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total {
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  line-height: 43px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
  text-transform: uppercase;
  font-weight: 400;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total > span.amount {
  font-weight: 700;
  float: right;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons {
  text-align: center;
  margin: 0;
  padding: 15px 0 0;
  font-size: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px;
  font-size: 12px;
  min-width: 115px;
  width: 48%;
  display: inline-block;
  text-transform: uppercase;
  background-color: #333;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover {
  background-color: #00a97e;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button > i.fa {
  margin-right: 5px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout {
  background-color: #00a97e;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout:hover {
  background-color: #004332;
}
@media (max-width: 480px) {
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
    min-width: 100px;
  }
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button {
  margin-left: 4%;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl {
  border: none;
  margin: 0;
  padding: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dt {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dd {
  padding: 0;
  line-height: 20px;
  display: block;
  float: none;
  margin: 0;
  font-size: 12px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl p {
  margin: 0;
  padding: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 15px 15px 0;
  max-height: 350px;
  overflow-y: scroll;
}
.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-track,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}
.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-moz-scrollbar-track,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-moz-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}
.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-moz-scrollbar,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-moz-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-thumb,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00a97e;
}
.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-moz-scrollbar-thumb,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-moz-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00a97e;
}
/*-----------------------------------
 * SEARCH BUTTON
 *-----------------------------------*/
.header-customize-item.search-button-wrapper {
  border-left: 1px solid #e9e9e9;
}
.header-customize-item.search-button-wrapper a:hover i {
  color: #00a97e;
}
.header-customize-item.search-button-wrapper a i {
  color: #888888;
  font-size: 24px;
  margin-left: 20px;
}
/*-----------------------------------
 * SEARCH BOX
 *-----------------------------------*/
.header-customize-item .form-search-left .search-category-dropdown li {
  list-style: none;
}
.header-customize-item .form-search-left .search-category-dropdown li ul {
  margin: 0;
  padding: 0;
}
.header-customize-item .ajax-search-result {
  position: absolute;
  top: 100%;
  max-width: 300px;
  right: 0;
  padding: 10px;
  z-index: 6;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.header-customize-item .ajax-search-result ul {
  margin: 0;
  padding: 0;
}
.header-customize-item .ajax-search-result ul li {
  list-style: none;
}
.header-customize-item .ajax-search-result ul li.no-result {
  text-align: center;
}
/*-----------------------------------
 * CANVAS MENU
 *-----------------------------------*/
nav.milo-canvas-menu-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 270px;
  transform: translateX(0);
  overflow: hidden;
  padding: 25px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.milo-canvas-menu-wrapper.in {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
nav.milo-canvas-menu-wrapper .milo-canvas-menu-close {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #eee;
  left: 20px;
  top: 20px;
}
header.milo-main-header {
  /*-----------------------------------
     * LOGO RETINA FOR HIGH RESOLUTION DISPLAY
     *-----------------------------------*/
}
@media screen and (max-width: 991px) {
  header.milo-main-header {
    display: none;
  }
}
header.milo-main-header .milo-header-nav-wrapper .milo-header-wrapper {
  position: relative;
  width: 100%;
  display: table;
  z-index: 99;
}
header.milo-main-header .milo-header-nav-wrapper .milo-header-wrapper .menu-wrapper .milo-main-menu > li > a {
  color: #888888;
  font-size: 15px;
  font-weight: 500;
}
header.milo-main-header .milo-header-nav-wrapper .milo-header-wrapper .menu-wrapper .milo-main-menu > li:hover > a {
  color: #00a97e;
}
header.milo-main-header .milo-header-nav-wrapper .milo-header-wrapper .menu-wrapper .milo-main-menu > li > ul {
  background: #fff;
}
header.milo-main-header .milo-header-nav-wrapper .milo-header-wrapper .menu-wrapper .milo-main-menu li.current-menu-item > a {
  color: #00a97e !important;
}
header.milo-main-header .fl {
  float: left;
}
header.milo-main-header .fr {
  float: right;
}
header.milo-main-header .header-left {
  float: left;
}
header.milo-main-header .header-right {
  float: right;
  display: inline-flex;
}
header.milo-main-header.header-float {
  position: absolute!important;
  z-index: 997;
  left: 0;
  right: 0;
}
header.milo-main-header .header-logo a.logo-retina {
  display: none;
}
header.milo-main-header .header-logo a.logo-sticky {
  display: none;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  header.milo-main-header .header-logo a.logo-default {
    display: none;
  }
  header.milo-main-header .header-logo a.logo-retina {
    display: block;
  }
}
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper {
  z-index: 996;
  left: 0;
  right: 0;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  border: none!important;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper.sticky-on {
  height: 60px;
  background-color: #333;
}
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper.sticky-on .menu-wrapper .milo-main-menu > li > a {
  color: #fff;
  line-height: 60px;
}
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper.sticky-on .menu-wrapper .milo-main-menu > li > a:hover {
  color: #00a97e;
}
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper.sticky-in {
  -webkit-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
}
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper.sticky-out {
  -webkit-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  height: 60px;
  background: #333;
}
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper.sticky-out .menu-wrapper .milo-main-menu > li > a {
  color: #fff !important;
  line-height: 60px;
}
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper .header-logo a {
  line-height: 60px;
}
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper .header-logo a img {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper .header-logo a.logo-default,
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper .header-logo a.logo-retina {
  display: none;
}
header.milo-main-header .milo-sticky-wrapper.is-sticky > .milo-header-nav-wrapper .header-logo a.logo-sticky {
  display: block;
}
/*-----------------------------------
 * 5. FOOTER
 *-----------------------------------*/
/*-----------------------------------
 * FOOTER
 *-----------------------------------*/
.original-footer {
  text-align: center;
  padding: 30px 0;
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .footer-about,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .footer-about {
  color: #888888;
  list-style: none;
  list-style-type: none;
  padding: 0;
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .footer-about li,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .footer-about li {
  margin-bottom: 10px;
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .footer-about li i,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .footer-about li i {
  padding-right: 10px;
  color: #00a97e;
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .footer-social,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .footer-social {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .footer-social li,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .footer-social li {
  display: inline-block;
  margin-right: 5px;
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .footer-social li:last-child,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .footer-social li:last-child {
  margin-right: 0;
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .footer-social li a,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .footer-social li a {
  color: transparent;
  font-size: 0;
  line-height: 0;
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .footer-social li a i,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .footer-social li a i {
  background-color: #888888;
  color: #353535;
  font-size: 14px;
  height: 30px;
  line-height: 21px;
  padding: 5px;
  text-align: center;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .footer-social li a:hover i,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .footer-social li a:hover i {
  background-color: #353535;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .footer-social,
  #milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .footer-social {
    margin-top: 10px;
    text-align: left;
  }
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .widget_tag_cloud .widget-title-wrapper,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .widget_tag_cloud .widget-title-wrapper {
  display: none;
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .widget_tag_cloud .tagcloud a,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px!important;
  padding: 5px 10px;
  margin-top: 10px;
  margin-right: 5px;
  color: #888888;
  border: 1px solid #888888;
}
#milo-footer-main.footer-default .wpb_column .vc_column-inner .wpb_wrapper .widget_tag_cloud .tagcloud a:hover,
#milo-footer-main.footer-left-menu .wpb_column .vc_column-inner .wpb_wrapper .widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #00a97e;
  border-top: solid 1px #00a97e;
  border-left: solid 1px #00a97e;
  border-right: solid 1px #00a97e;
  border-bottom: solid 1px #00a97e;
}
.subscribe-default .subscribe-email {
  width: 70%;
  display: inline-block;
}
.subscribe-default .subscribe-email input[type='email'] {
  background: none;
  border: 1px solid #e9e9e9;
  padding: 6px 10px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.subscribe-default .subscribe-email input[type='email']:focus {
  border: 1px solid #00a97e;
  outline: none;
}
.subscribe-default .subscribe-submit {
  display: inline-block;
  text-align: right;
  width: 29%;
}
.subscribe-default .subscribe-submit input[type='submit'] {
  padding: 8px 25px;
  background: #00a97e;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.subscribe-default .subscribe-submit input[type='submit']:focus {
  outline: none;
}
.subscribe-default .subscribe-submit input[type='submit']:hover {
  background: #3c3c3c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*-----------------------------------
 * 6. BLOG
 *-----------------------------------*/
/*-----------------------------------
 * BLOG
 *-----------------------------------*/
.milo-archive-blog {
  margin-bottom: 60px;
}
.milo-archive-blog .archive-content .archive-content-layout article {
  padding-bottom: 40px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail {
  position: relative;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail:hover .post-thumbnail-overlay:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail:hover .prettyPhoto {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay {
  position: relative;
  display: block;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 169, 126, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay img {
  width: 100%;
  overflow: hidden;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay img.img-responsive {
  width: auto;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail .prettyPhoto {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail .prettyPhoto:hover {
  color: #00a97e;
  border: 1px solid #00a97e;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-nav .owl-prev:hover {
  color: #00a97e;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-nav .owl-next:hover {
  color: #00a97e;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-link-wrapper .post-content-link {
  background: #00a97e;
  display: flex;
  height: 60px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-link-wrapper .post-content-link i {
  color: #fff;
  line-height: 60px;
  text-align: center;
  width: 60px;
  font-size: 24px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-link-wrapper .post-content-link a {
  color: #fff;
  font-style: italic;
  font-family: 'Salsa';
  font-size: 24px;
  margin-left: 20px;
  line-height: 60px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-link-wrapper .post-content-link a:hover {
  color: #ebcb57;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface {
  background-color: #00a97e;
  height: 60px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls {
  height: 60px;
  line-height: 60px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls a {
  color: #58615b;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls a:hover {
  color: #fff;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls a i {
  font-size: 16px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar {
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
  background: #58615b;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-volume .jp-volume-bar {
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-volume .jp-volume-bar .jp-volume-bar-value {
  background: #58615b;
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper {
  background: #00a97e;
  padding: 15px;
  position: relative;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper:before {
  bottom: 0;
  color: rgba(255, 255, 255, 0.2);
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 40px;
  position: absolute;
  right: 40px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper blockquote {
  border-left: none;
  color: #fff;
  font-style: italic;
  margin-bottom: 0;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper blockquote a {
  color: #fff;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper blockquote a:hover {
  color: #ebcb57;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper {
  padding: 40px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-title {
  margin-top: 0;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-title a {
  color: #00a97e;
  font-family: 'Salsa';
  font-weight: normal;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-title a:hover {
  color: #ebcb57;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info {
  color: #888888;
  margin-top: 15px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-sticky {
  display: inline-block;
  margin-right: 10px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-sticky i {
  margin-right: 3px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-date {
  display: inline-block;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-author {
  display: inline-block;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-author a {
  color: #888888;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-author a:hover {
  color: #00a97e;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-category {
  display: inline-block;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-comment {
  display: inline-block;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info div {
  border-right: 1px solid #ddd;
  line-height: 18px;
  padding: 0 30px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info div:first-child {
  padding-left: 0;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info div:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info div {
    padding: 0 10px;
  }
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info i {
  color: #00a97e;
  margin-right: 10px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-excerpt {
  margin-top: 20px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .read-more {
  color: #00a97e;
  display: block;
  margin-top: 35px;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .read-more:hover {
  color: #ebcb57;
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .read-more:hover i {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.milo-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .read-more i {
  opacity: 0;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.milo-archive-blog .archive-content .archive-content-layout article.format-standard:not(.has-post-thumbnail) .post-wrapper .post-content-wrapper .post-detail .post-meta-category {
  margin-top: 0;
}
.milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-thumbnail-wrapper {
  float: left;
  padding-left: 40px;
  padding-top: 40px;
  width: 50%;
}
.milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-thumbnail-wrapper .post-thumbnail {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-thumbnail-wrapper {
    width: 100%;
  }
  .milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-thumbnail-wrapper .post-thumbnail {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-thumbnail-wrapper {
    width: 100%;
  }
}
.milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper {
  float: left;
  padding-left: 0;
  width: 50%;
}
.milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail {
  margin-left: 10px;
}
.milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail .post-meta-info div {
  padding: 0 10px;
}
.milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail .post-meta-info div:first-child {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper {
    width: 100%;
  }
  .milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .milo-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper {
    width: 100%;
  }
}
.milo-archive-blog .archive-content .archive-content-layout article.medium-image.format-audio .post-wrapper .post-content-wrapper {
  width: 100%;
}
.milo-archive-blog .archive-content .archive-content-layout article.medium-image.format-audio .post-wrapper .post-content-wrapper .post-detail {
  margin-left: 0;
}
.milo-archive-blog .archive-content .archive-content-layout article.medium-image.format-audio .post-wrapper .post-content-wrapper .post-detail .post-meta-category {
  margin-top: 30px;
}
.milo-archive-blog .archive-content .archive-content-layout article.masonry .post-content-wrapper,
.milo-archive-blog .archive-content .archive-content-layout article.grid .post-content-wrapper {
  padding: 25px;
}
.milo-archive-blog .archive-content .archive-content-layout article.masonry .post-content-wrapper .post-detail .post-meta-info div,
.milo-archive-blog .archive-content .archive-content-layout article.grid .post-content-wrapper .post-detail .post-meta-info div {
  padding: 0 8px;
}
.milo-archive-blog .archive-content .archive-content-layout article.masonry .post-content-wrapper .post-detail .post-meta-info div:first-child,
.milo-archive-blog .archive-content .archive-content-layout article.grid .post-content-wrapper .post-detail .post-meta-info div:first-child {
  padding-left: 0;
}
.milo-archive-blog .archive-paging.default .page-numbers {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.milo-archive-blog .archive-paging.default .page-numbers li {
  display: inline-block;
  margin-right: 5px;
}
.milo-archive-blog .archive-paging.default .page-numbers li span,
.milo-archive-blog .archive-paging.default .page-numbers li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  background: #e1e1e1;
}
.milo-archive-blog .archive-paging.default .page-numbers li span.current {
  background: #00a97e !important;
  color: #fff !important;
}
.milo-archive-blog .archive-paging.default .page-numbers li a:hover,
.milo-archive-blog .archive-paging.default .page-numbers li a:focus {
  background: #00a97e;
  color: #fff;
}
.milo-archive-blog .archive-paging.load-more {
  text-align: center;
}
.milo-archive-blog .archive-paging.load-more button {
  background: #00a97e;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 5px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.milo-archive-blog .archive-paging.load-more button:hover {
  background: #ebcb57;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.milo-archive-blog .archive-paging.load-more button:focus {
  outline: none;
}
.milo-single-blog {
  margin-bottom: 60px;
}
.milo-single-blog .single-content .single-wrapper {
  padding: 40px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.milo-single-blog .single-content .single-wrapper article.format-standard .post-meta-wrapper .post-meta-info .post-title {
  padding-top: 0;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper {
  margin: -40px -40px 0 -40px;
  overflow: hidden;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail {
  position: relative;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail:hover .post-thumbnail-overlay:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail:hover .prettyPhoto {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay {
  position: relative;
  display: block;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 169, 126, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay img {
  width: 100%;
  overflow: hidden;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay img.img-responsive {
  width: auto;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .prettyPhoto {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .prettyPhoto:hover {
  color: #00a97e;
  border: 1px solid #00a97e;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post_format_text_link {
  background: #00a97e;
  padding: 15px 40px;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post_format_text_link a {
  color: #fff;
  font-family: 'Salsa';
  font-size: 24px;
  font-style: italic;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post_format_text_link a:hover {
  color: #ebcb57;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post_quote {
  background: #00a97e;
  color: #fff;
  font-family: 'Salsa';
  font-size: 24px;
  font-style: italic;
  line-height: 1.4;
  padding: 15px 40px;
  position: relative;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .post_quote:before {
  bottom: 0;
  color: rgba(255, 255, 255, 0.2);
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 40px;
  position: absolute;
  right: 40px;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface {
  background-color: #00a97e;
  height: 60px;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls {
  height: 60px;
  line-height: 60px;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls a {
  color: #58615b;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls a:hover {
  color: #fff;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls a i {
  font-size: 16px;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar {
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
  background: #58615b;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-volume .jp-volume-bar {
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-volume .jp-volume-bar .jp-volume-bar-value {
  background: #58615b;
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .owl-nav .owl-prev {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .owl-nav .owl-next {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .milo-single-blog .single-content .single-wrapper article .post-thumbnail-wrapper {
    margin: -20px -20px 0 -20px;
  }
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-title {
  font-family: 'Salsa';
  font-weight: normal;
  padding-top: 30px;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info {
  color: #888888;
  margin-top: 15px;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-sticky {
  display: inline-block;
  margin-right: 10px;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-sticky i {
  margin-right: 3px;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-date {
  display: inline-block;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-author {
  display: inline-block;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-author a {
  color: #888888;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-author a:hover {
  color: #00a97e;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-category {
  display: inline-block;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-comment {
  display: inline-block;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info div {
  border-right: 1px solid #ddd;
  line-height: 18px;
  padding: 0 30px;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info div:first-child {
  padding-left: 0;
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info div:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info div {
    padding: 0 10px;
  }
}
.milo-single-blog .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info i {
  color: #00a97e;
  margin-right: 10px;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper {
  margin-top: 25px;
  padding-bottom: 55px;
  border-bottom: 1px solid #e9e9e9;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-content {
  padding-bottom: 20px;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-tags {
  display: inline-block;
  float: left;
  margin-top: 5px;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-tags .post-meta-tag i {
  color: #00a97e;
  margin-right: 15px;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-tags .post-meta-tag a {
  color: #888888;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-tags .post-meta-tag a:hover {
  color: #00a97e;
}
@media screen and (max-width: 767px) {
  .milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-tags .post-meta-tag a {
    display: inline-block;
  }
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-social-share {
  display: inline-block;
  float: right;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-social-share .social-share-wrapper {
  text-align: center;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-social-share .social-share-wrapper .social-share {
  list-style-type: none;
  list-style: none;
  padding: 0;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-social-share .social-share-wrapper .social-share li {
  background: rgba(0, 169, 126, 0.5);
  display: inline-block;
  height: 30px;
  line-height: 32px;
  width: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-social-share .social-share-wrapper .social-share li.social-label {
  display: none;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-social-share .social-share-wrapper .social-share li:hover {
  background: #00a97e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-social-share .social-share-wrapper .social-share li a {
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .milo-single-blog .single-content .single-wrapper article .post-content-wrapper .post-social-share {
    float: left;
    margin-top: 50px;
  }
}
.milo-single-blog .single-content .single-wrapper .single-post-navigation {
  border-bottom: 1px solid #e9e9e9;
}
.milo-single-blog .single-content .single-wrapper .single-post-navigation .nav-links {
  width: 50%;
  display: inline-block;
  padding: 30px 0;
}
.milo-single-blog .single-content .single-wrapper .single-post-navigation .nav-links.nav-previous {
  float: left;
  text-align: left;
}
.milo-single-blog .single-content .single-wrapper .single-post-navigation .nav-links.nav-previous .post-navigation-left {
  background: #00a97e;
  color: #fff;
  padding: 8px 30px!important;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.milo-single-blog .single-content .single-wrapper .single-post-navigation .nav-links.nav-previous .post-navigation-left:hover {
  background: #3c3c3c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.milo-single-blog .single-content .single-wrapper .single-post-navigation .nav-links.nav-previous .post-navigation-left i {
  font-size: 16px;
  margin-right: 10px;
}
.milo-single-blog .single-content .single-wrapper .single-post-navigation .nav-links.nav-next {
  float: right;
  text-align: right;
}
.milo-single-blog .single-content .single-wrapper .single-post-navigation .nav-links.nav-next .post-navigation-right {
  background: #00a97e;
  color: #fff;
  float: right;
  padding: 8px 30px!important;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.milo-single-blog .single-content .single-wrapper .single-post-navigation .nav-links.nav-next .post-navigation-right:hover {
  background: #3c3c3c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.milo-single-blog .single-content .single-wrapper .single-post-navigation .nav-links.nav-next .post-navigation-right i {
  font-size: 16px;
  margin-left: 10px;
}
.milo-single-blog .single-content .single-wrapper .author-info {
  background: #00a97e;
  display: flex;
  padding: 20px;
}
.milo-single-blog .single-content .single-wrapper .author-info .author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.milo-single-blog .single-content .single-wrapper .author-info .author-description {
  margin-left: 30px;
}
.milo-single-blog .single-content .single-wrapper .author-info .author-description .author-title {
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .milo-single-blog .single-content .single-wrapper {
    padding: 20px;
  }
}
#comments .comments-title {
  color: #00a97e;
  font-family: 'Salsa';
  font-weight: normal;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #comments .comments-title {
    font-size: 28px;
  }
}
#comments .post-comments-list .comment-list {
  padding: 0;
  list-style: none;
  list-style-type: none;
}
#comments .post-comments-list .comment-list li .comment-body {
  padding: 40px 0;
  border-bottom: 1px solid #e9e9e9;
}
#comments .post-comments-list .comment-list li .comment-body .author-avatar {
  width: 90px;
  float: left;
}
#comments .post-comments-list .comment-list li .comment-body .author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ebeeef;
}
#comments .post-comments-list .comment-list li .comment-body .comment-text {
  padding-left: 90px;
}
#comments .post-comments-list .comment-list li .comment-body .comment-text .author .author-name a {
  font-weight: 700;
}
#comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta {
  padding-top: 5px;
}
#comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta .comment-meta-date {
  color: #ababab;
  font-size: 12px;
  font-style: italic;
  width: 50%;
  float: left;
}
#comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta .comment-meta-action {
  width: 50%;
  float: right;
  text-align: right;
  text-transform: uppercase;
}
#comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta .comment-meta-action a {
  margin-left: 10px;
}
#comments .post-comments-list .comment-list li .comment-body .comment-text .text {
  margin-top: 20px;
  line-height: 1.8;
}
#comments .post-comments-list .comment-list li .children {
  padding-left: 90px;
}
@media screen and (max-width: 991px) {
  #comments .post-comments-list .comment-list li .children {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #comments .post-comments-list .comment-list li .children {
    padding-left: 10px;
  }
}
#comments .post-comments-list .comment-list .children {
  list-style: none;
  list-style-type: none;
}
#comments .post-comments-form {
  margin-top: 50px;
}
#comments .post-comments-form #respond-wrapper h3 {
  font-size: 14px;
  color: #00a97e;
  text-transform: uppercase;
}
#comments .post-comments-form #respond-wrapper .comment-form {
  margin-top: 20px;
}
#comments .post-comments-form #respond-wrapper .comment-form input,
#comments .post-comments-form #respond-wrapper .comment-form textarea {
  padding: 10px 15px;
  height: auto;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#comments .post-comments-form #respond-wrapper .comment-form input:focus,
#comments .post-comments-form #respond-wrapper .comment-form textarea:focus {
  border: 1px solid #00a97e;
  outline: none;
}
#comments .post-comments-form #respond-wrapper .comment-form .comment-form-comment {
  margin-top: 10px;
}
#comments .post-comments-form #respond-wrapper .comment-form .submit {
  background: #00a97e;
  border: none;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  padding: 8px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#comments .post-comments-form #respond-wrapper .comment-form .submit:hover {
  background: #3c3c3c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-sidebar aside,
.single-sidebar aside,
.page-sidebar aside {
  margin-bottom: 30px;
}
.archive-sidebar .widget-title,
.single-sidebar .widget-title,
.page-sidebar .widget-title {
  font-size: 18px;
  margin-top: 0;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.archive-sidebar .widget-title:before,
.single-sidebar .widget-title:before,
.page-sidebar .widget-title:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: #00a97e;
  bottom: 0;
}
.archive-sidebar .widget_categories ul,
.single-sidebar .widget_categories ul,
.page-sidebar .widget_categories ul,
.archive-sidebar .widget_archive ul,
.single-sidebar .widget_archive ul,
.page-sidebar .widget_archive ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.archive-sidebar .widget_categories ul li,
.single-sidebar .widget_categories ul li,
.page-sidebar .widget_categories ul li,
.archive-sidebar .widget_archive ul li,
.single-sidebar .widget_archive ul li,
.page-sidebar .widget_archive ul li {
  padding: 8px 0;
}
.archive-sidebar .widget_categories ul li:last-child,
.single-sidebar .widget_categories ul li:last-child,
.page-sidebar .widget_categories ul li:last-child,
.archive-sidebar .widget_archive ul li:last-child,
.single-sidebar .widget_archive ul li:last-child,
.page-sidebar .widget_archive ul li:last-child {
  padding-bottom: 0;
}
.archive-sidebar .widget_categories ul li a,
.single-sidebar .widget_categories ul li a,
.page-sidebar .widget_categories ul li a,
.archive-sidebar .widget_archive ul li a,
.single-sidebar .widget_archive ul li a,
.page-sidebar .widget_archive ul li a {
  position: relative;
  padding-left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_categories ul li a:hover,
.single-sidebar .widget_categories ul li a:hover,
.page-sidebar .widget_categories ul li a:hover,
.archive-sidebar .widget_archive ul li a:hover,
.single-sidebar .widget_archive ul li a:hover,
.page-sidebar .widget_archive ul li a:hover {
  padding-left: 20px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_categories ul li a:hover:before,
.single-sidebar .widget_categories ul li a:hover:before,
.page-sidebar .widget_categories ul li a:hover:before,
.archive-sidebar .widget_archive ul li a:hover:before,
.single-sidebar .widget_archive ul li a:hover:before,
.page-sidebar .widget_archive ul li a:hover:before {
  left: 0;
  opacity: 1;
}
.archive-sidebar .widget_categories ul li a:before,
.single-sidebar .widget_categories ul li a:before,
.page-sidebar .widget_categories ul li a:before,
.archive-sidebar .widget_archive ul li a:before,
.single-sidebar .widget_archive ul li a:before,
.page-sidebar .widget_archive ul li a:before {
  content: "\f178";
  font-family: "FontAwesome";
  left: -20px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_categories ul li ul,
.single-sidebar .widget_categories ul li ul,
.page-sidebar .widget_categories ul li ul,
.archive-sidebar .widget_archive ul li ul,
.single-sidebar .widget_archive ul li ul,
.page-sidebar .widget_archive ul li ul {
  padding-left: 20px;
}
.archive-sidebar .widget_categories select,
.single-sidebar .widget_categories select,
.page-sidebar .widget_categories select,
.archive-sidebar .widget_archive select,
.single-sidebar .widget_archive select,
.page-sidebar .widget_archive select {
  margin-top: 15px;
}
.archive-sidebar .widget_calendar .calendar_wrap table,
.single-sidebar .widget_calendar .calendar_wrap table,
.page-sidebar .widget_calendar .calendar_wrap table {
  width: 100%;
  border: 1px solid #e9e9e9;
  text-align: center;
}
.archive-sidebar .widget_calendar .calendar_wrap table th,
.single-sidebar .widget_calendar .calendar_wrap table th,
.page-sidebar .widget_calendar .calendar_wrap table th {
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  padding: 5px 0;
  background: #00a97e;
  color: #fff;
}
.archive-sidebar .widget_calendar .calendar_wrap table td,
.single-sidebar .widget_calendar .calendar_wrap table td,
.page-sidebar .widget_calendar .calendar_wrap table td {
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0;
}
.archive-sidebar .widget_pages ul,
.single-sidebar .widget_pages ul,
.page-sidebar .widget_pages ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.archive-sidebar .widget_pages ul li,
.single-sidebar .widget_pages ul li,
.page-sidebar .widget_pages ul li {
  padding: 8px 0;
}
.archive-sidebar .widget_pages ul li:last-child,
.single-sidebar .widget_pages ul li:last-child,
.page-sidebar .widget_pages ul li:last-child {
  padding-bottom: 0;
}
.archive-sidebar .widget_pages ul li a,
.single-sidebar .widget_pages ul li a,
.page-sidebar .widget_pages ul li a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_pages ul li a:hover,
.single-sidebar .widget_pages ul li a:hover,
.page-sidebar .widget_pages ul li a:hover {
  margin-left: 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_pages ul li ul.children,
.single-sidebar .widget_pages ul li ul.children,
.page-sidebar .widget_pages ul li ul.children {
  padding-left: 20px;
}
.archive-sidebar .widget_meta ul,
.single-sidebar .widget_meta ul,
.page-sidebar .widget_meta ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.archive-sidebar .widget_meta ul li,
.single-sidebar .widget_meta ul li,
.page-sidebar .widget_meta ul li {
  padding: 8px 0;
}
.archive-sidebar .widget_meta ul li:last-child,
.single-sidebar .widget_meta ul li:last-child,
.page-sidebar .widget_meta ul li:last-child {
  padding-bottom: 0;
}
.archive-sidebar .widget_meta ul li a,
.single-sidebar .widget_meta ul li a,
.page-sidebar .widget_meta ul li a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_meta ul li a:hover,
.single-sidebar .widget_meta ul li a:hover,
.page-sidebar .widget_meta ul li a:hover {
  margin-left: 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_recent_comments ul,
.single-sidebar .widget_recent_comments ul,
.page-sidebar .widget_recent_comments ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.archive-sidebar .widget_recent_comments ul li,
.single-sidebar .widget_recent_comments ul li,
.page-sidebar .widget_recent_comments ul li {
  padding: 8px 0;
}
.archive-sidebar .widget_recent_comments ul li:last-child,
.single-sidebar .widget_recent_comments ul li:last-child,
.page-sidebar .widget_recent_comments ul li:last-child {
  padding-bottom: 0;
}
.archive-sidebar .widget_recent_comments ul li a,
.single-sidebar .widget_recent_comments ul li a,
.page-sidebar .widget_recent_comments ul li a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_recent_comments ul li a:hover,
.single-sidebar .widget_recent_comments ul li a:hover,
.page-sidebar .widget_recent_comments ul li a:hover {
  margin-left: 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_recent_entries ul,
.single-sidebar .widget_recent_entries ul,
.page-sidebar .widget_recent_entries ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.archive-sidebar .widget_recent_entries ul li,
.single-sidebar .widget_recent_entries ul li,
.page-sidebar .widget_recent_entries ul li {
  padding: 8px 0;
}
.archive-sidebar .widget_recent_entries ul li:last-child,
.single-sidebar .widget_recent_entries ul li:last-child,
.page-sidebar .widget_recent_entries ul li:last-child {
  padding-bottom: 0;
}
.archive-sidebar .widget_recent_entries ul li a,
.single-sidebar .widget_recent_entries ul li a,
.page-sidebar .widget_recent_entries ul li a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_recent_entries ul li a:hover,
.single-sidebar .widget_recent_entries ul li a:hover,
.page-sidebar .widget_recent_entries ul li a:hover {
  margin-left: 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_rss > ul,
.single-sidebar .widget_rss > ul,
.page-sidebar .widget_rss > ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.archive-sidebar .widget_rss > ul li,
.single-sidebar .widget_rss > ul li,
.page-sidebar .widget_rss > ul li {
  padding: 8px 0;
}
.archive-sidebar .widget_rss > ul li:last-child,
.single-sidebar .widget_rss > ul li:last-child,
.page-sidebar .widget_rss > ul li:last-child {
  padding-bottom: 0;
}
.archive-sidebar .widget_rss > ul li a,
.single-sidebar .widget_rss > ul li a,
.page-sidebar .widget_rss > ul li a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_rss > ul li a:hover,
.single-sidebar .widget_rss > ul li a:hover,
.page-sidebar .widget_rss > ul li a:hover {
  margin-left: 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-sidebar .widget_nav_menu ul,
.single-sidebar .widget_nav_menu ul,
.page-sidebar .widget_nav_menu ul {
  padding: 0;
  margin: 0 0 1.75em 1.25em;
}
.archive-sidebar .widget_nav_menu ul li > ul,
.single-sidebar .widget_nav_menu ul li > ul,
.page-sidebar .widget_nav_menu ul li > ul {
  margin-bottom: 0;
}
.archive-sidebar .widget_search .search-form,
.single-sidebar .widget_search .search-form,
.page-sidebar .widget_search .search-form {
  position: relative;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.archive-sidebar .widget_search .search-form label,
.single-sidebar .widget_search .search-form label,
.page-sidebar .widget_search .search-form label {
  display: block;
}
.archive-sidebar .widget_search .search-form label input[type="search"],
.single-sidebar .widget_search .search-form label input[type="search"],
.page-sidebar .widget_search .search-form label input[type="search"] {
  width: calc(100% - 60px);
  height: 45px;
  border: none;
  outline: none;
  padding-left: 10px;
  font-weight: 400;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.archive-sidebar .widget_search .search-form .search-submit,
.single-sidebar .widget_search .search-form .search-submit,
.page-sidebar .widget_search .search-form .search-submit {
  width: 60px;
  padding: 0;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border: none;
  background: none;
  outline: none;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.archive-sidebar .widget_search .search-form .search-submit:hover,
.single-sidebar .widget_search .search-form .search-submit:hover,
.page-sidebar .widget_search .search-form .search-submit:hover {
  color: #00a97e;
}
.archive-sidebar .widget_tag_cloud .tagcloud a,
.single-sidebar .widget_tag_cloud .tagcloud a,
.page-sidebar .widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px!important;
  padding: 5px 10px;
  margin-top: 10px;
  margin-right: 5px;
  color: #888888;
  border-top: solid 1px #b1b1b1;
  border-left: solid 1px #b1b1b1;
  border-right: solid 1px #b1b1b1;
  border-bottom: solid 1px #b1b1b1;
}
.archive-sidebar .widget_tag_cloud .tagcloud a:hover,
.single-sidebar .widget_tag_cloud .tagcloud a:hover,
.page-sidebar .widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #00a97e;
  border-top: solid 1px #00a97e;
  border-left: solid 1px #00a97e;
  border-right: solid 1px #00a97e;
  border-bottom: solid 1px #00a97e;
}
.archive-sidebar .widget-post-thumbnail ul,
.single-sidebar .widget-post-thumbnail ul,
.page-sidebar .widget-post-thumbnail ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.archive-sidebar .widget-post-thumbnail ul.size-thumbnail li,
.single-sidebar .widget-post-thumbnail ul.size-thumbnail li,
.page-sidebar .widget-post-thumbnail ul.size-thumbnail li {
  margin-bottom: 20px;
}
.archive-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-image,
.single-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-image,
.page-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-image {
  width: 27%;
  float: left;
  margin-right: 10px;
}
.archive-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content,
.single-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content,
.page-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content {
  width: 65%;
  float: right;
}
.archive-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content h4,
.single-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content h4,
.page-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content h4 {
  margin-top: 0px;
  font-size: 14px;
  line-height: 1.6;
}
.archive-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content h4 a,
.single-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content h4 a,
.page-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content h4 a {
  color: #2e3a32;
}
.archive-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content h4 a:hover,
.single-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content h4 a:hover,
.page-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content h4 a:hover {
  color: #00a97e;
}
.archive-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta span,
.single-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta span,
.page-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta span {
  padding: 0 6px;
}
.archive-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta span:first-child,
.single-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta span:first-child,
.page-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta span:first-child {
  padding-left: 0;
}
.archive-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i,
.single-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i,
.page-sidebar .widget-post-thumbnail ul.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
  margin-right: 5px;
}
.archive-sidebar .null-instagram-feed.columns-3 .instagram-pics,
.single-sidebar .null-instagram-feed.columns-3 .instagram-pics,
.page-sidebar .null-instagram-feed.columns-3 .instagram-pics {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  padding-top: 15px;
}
.archive-sidebar .null-instagram-feed.columns-3 .instagram-pics li,
.single-sidebar .null-instagram-feed.columns-3 .instagram-pics li,
.page-sidebar .null-instagram-feed.columns-3 .instagram-pics li {
  display: inline-block;
  padding: 2px;
  width: 33.333333%;
}
.archive-sidebar .null-instagram-feed.columns-3 .instagram-pics li a,
.single-sidebar .null-instagram-feed.columns-3 .instagram-pics li a,
.page-sidebar .null-instagram-feed.columns-3 .instagram-pics li a {
  display: block;
  position: relative;
}
.archive-sidebar .null-instagram-feed.columns-3 .instagram-pics li a:hover:before,
.single-sidebar .null-instagram-feed.columns-3 .instagram-pics li a:hover:before,
.page-sidebar .null-instagram-feed.columns-3 .instagram-pics li a:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-sidebar .null-instagram-feed.columns-3 .instagram-pics li a:before,
.single-sidebar .null-instagram-feed.columns-3 .instagram-pics li a:before,
.page-sidebar .null-instagram-feed.columns-3 .instagram-pics li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 169, 126, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-sidebar .null-instagram-feed.columns-3 .clear a,
.single-sidebar .null-instagram-feed.columns-3 .clear a,
.page-sidebar .null-instagram-feed.columns-3 .clear a {
  display: none;
}
.archive-sidebar select,
.single-sidebar select,
.page-sidebar select {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .archive-sidebar,
  .single-sidebar,
  .page-sidebar {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .archive-sidebar,
  .single-sidebar,
  .page-sidebar {
    margin-top: 30px;
  }
}
.archive-sidebar .widget-donation-events ul li .event-content .event-title,
.single-sidebar .widget-donation-events ul li .event-content .event-title,
.page-sidebar .widget-donation-events ul li .event-content .event-title {
  font-weight: 700;
}
.archive-sidebar .widget-donation-events ul li .event-content .event-title a,
.single-sidebar .widget-donation-events ul li .event-content .event-title a,
.page-sidebar .widget-donation-events ul li .event-content .event-title a {
  color: #2e3a32;
}
.archive-sidebar .widget-donation-events ul li .event-content .event-title a:hover,
.single-sidebar .widget-donation-events ul li .event-content .event-title a:hover,
.page-sidebar .widget-donation-events ul li .event-content .event-title a:hover {
  color: #00a97e;
}
.archive-sidebar .widget-donation-causes ul li .cause-content .cause-title,
.single-sidebar .widget-donation-causes ul li .cause-content .cause-title,
.page-sidebar .widget-donation-causes ul li .cause-content .cause-title {
  font-weight: 700;
}
.archive-sidebar .widget-donation-causes ul li .cause-content .cause-title a,
.single-sidebar .widget-donation-causes ul li .cause-content .cause-title a,
.page-sidebar .widget-donation-causes ul li .cause-content .cause-title a {
  color: #2e3a32;
}
.archive-sidebar .widget-donation-causes ul li .cause-content .cause-title a:hover,
.single-sidebar .widget-donation-causes ul li .cause-content .cause-title a:hover,
.page-sidebar .widget-donation-causes ul li .cause-content .cause-title a:hover {
  color: #00a97e;
}
.search-form {
  position: relative;
  max-width: 300px;
}
.search-form label {
  display: block;
}
.search-form label input[type="search"] {
  width: calc(100% - 60px);
  height: 45px;
  border: none;
  outline: none;
  padding-left: 10px;
  font-weight: 400;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.search-form .search-submit {
  width: 60px;
  padding: 0;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border: none;
  background: none;
  outline: none;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.search-form .search-submit:hover {
  color: #00a97e;
}
p.search-not-found {
  padding-bottom: 10px;
}
/*-----------------------------------
 * 7. WOOCOMMERCE
 *-----------------------------------*/
/*-----------------------------------
 * WOOCOMMERCE
 *-----------------------------------*/
ul.products {
  list-style: none;
  padding: 0;
}
ul.products li {
  padding: 0 15px;
  margin: 25px 0;
  overflow: hidden;
}
li.product:hover .product-inner .product-thumb-primary:before,
li.type-product:hover .product-inner .product-thumb-primary:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li.product:hover .product-inner .product-actions,
li.type-product:hover .product-inner .product-actions {
  top: 40%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
li.product:hover .product-inner .star-rating,
li.type-product:hover .product-inner .star-rating {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li.product .product-inner,
li.type-product .product-inner {
  position: relative;
  text-align: center;
}
li.product .product-inner .product-thumb-primary,
li.type-product .product-inner .product-thumb-primary {
  position: relative;
}
li.product .product-inner .product-thumb-primary:before,
li.type-product .product-inner .product-thumb-primary:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border: 3px solid #00a97e;
  -moz-border: 3px solid #00a97e;
  -o-border: 3px solid #00a97e;
  border: 3px solid #00a97e;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li.product .product-inner .product-thumb-primary img,
li.type-product .product-inner .product-thumb-primary img {
  width: 100%;
}
li.product .product-inner .product-flash,
li.type-product .product-inner .product-flash,
li.product .product-inner .onsale,
li.type-product .product-inner .onsale {
  width: 50px;
  background-color: #d7e34f!important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  color: #fff;
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%!important;
  font-size: 12px!important;
  text-transform: uppercase!important;
  bottom: 24%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: auto;
  min-width: auto;
  padding: 0;
  top: auto!important;
  line-height: 14px;
  font-weight: 400;
  padding-top: 3px;
}
li.product .product-inner .product-flash.on-hot,
li.type-product .product-inner .product-flash.on-hot {
  background-color: #d13420!important;
}
li.product .product-inner .onsale,
li.type-product .product-inner .onsale {
  background-color: #f5a64a!important;
}
li.product .product-inner h2,
li.type-product .product-inner h2 {
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
  color: #212121;
}
li.product .product-inner h2:hover,
li.type-product .product-inner h2:hover {
  color: #00a97e;
}
li.product .product-inner .star-rating,
li.type-product .product-inner .star-rating {
  position: absolute;
  top: 5%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  margin: 0 auto;
  font-family: star;
  width: 5.4em;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 12px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li.product .product-inner .star-rating:before,
li.type-product .product-inner .star-rating:before {
  content: "\73 \73 \73 \73 \73";
  color: #ebcb57;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
li.product .product-inner .star-rating span,
li.type-product .product-inner .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
li.product .product-inner .star-rating span:before,
li.type-product .product-inner .star-rating span:before {
  position: absolute;
  content: "\53 \53 \53 \53 \53";
  top: 0;
  left: 0;
  color: #ebcb57;
}
li.product .product-inner .price,
li.type-product .product-inner .price {
  font-size: 18px!important;
  font-family: 'Salsa';
  color: #ababab!important;
}
li.product .product-inner .price .woocommerce-Price-amount,
li.type-product .product-inner .price .woocommerce-Price-amount {
  color: #ebcb57;
}
li.product .product-inner .price del,
li.type-product .product-inner .price del {
  display: inline-block !important;
  opacity: 1;
  color: #000;
}
li.product .product-inner .price del span.woocommerce-Price-amount,
li.type-product .product-inner .price del span.woocommerce-Price-amount {
  color: #000;
  opacity: 0.5;
}
li.product .product-inner .price ins,
li.type-product .product-inner .price ins {
  color: #ebcb57;
  display: inline-block !important;
  font-weight: normal!important;
  text-decoration: none;
}
li.product .product-inner .price ins span.woocommerce-Price-amount,
li.type-product .product-inner .price ins span.woocommerce-Price-amount {
  color: #ebcb57;
  padding: 0 5px;
}
li.product .product-actions,
li.type-product .product-actions {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
li.product .product-actions i.icon,
li.type-product .product-actions i.icon {
  margin-left: 0;
}
li.product .product-actions a:hover,
li.type-product .product-actions a:hover {
  background-color: #000 !important;
}
li.product .product-actions a:hover .button-tooltip,
li.type-product .product-actions a:hover .button-tooltip {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(-50%, -10px);
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  -o-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
li.product .product-actions a .button-tooltip,
li.type-product .product-actions a .button-tooltip {
  padding: 3px 5px;
  position: absolute;
  text-transform: none;
  display: inline-block;
  min-width: 80px;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 100%;
  left: 50%;
  background: #fff !important;
  color: #888888 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: normal;
}
li.product .product-actions a .button-tooltip:after,
li.type-product .product-actions a .button-tooltip:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: "";
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}
li.product .product-actions .yith-wcwl-add-to-wishlist,
li.type-product .product-actions .yith-wcwl-add-to-wishlist {
  position: relative;
  display: inline-block;
  margin-top: 0;
}
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 41px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i,
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i,
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
  margin: 0;
}
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  display: none!important;
}
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
li.product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
li.type-product .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #ebcb57;
}
li.product .product-actions .add_to_compare,
li.type-product .product-actions .add_to_compare {
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
li.product .product-actions .add_to_compare a,
li.type-product .product-actions .add_to_compare a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 43px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
li.product .product-actions .add_to_compare a.added,
li.type-product .product-actions .add_to_compare a.added {
  color: #ebcb57;
}
li.product .product-actions .add-to-cart-wrapper,
li.type-product .product-actions .add-to-cart-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
li.product .product-actions .add-to-cart-wrapper a,
li.type-product .product-actions .add-to-cart-wrapper a,
li.product .product-actions .add-to-cart-wrapper .add_to_cart_button,
li.type-product .product-actions .add-to-cart-wrapper .add_to_cart_button,
li.product .product-actions .add-to-cart-wrapper .added_to_cart,
li.type-product .product-actions .add-to-cart-wrapper .added_to_cart {
  display: inline-block !important;
  width: 35px;
  height: 36px;
  line-height: 43px!important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  margin-top: 0!important;
  padding: 0!important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
li.product .product-actions .add-to-cart-wrapper a.added,
li.type-product .product-actions .add-to-cart-wrapper a.added,
li.product .product-actions .add-to-cart-wrapper .add_to_cart_button.added,
li.type-product .product-actions .add-to-cart-wrapper .add_to_cart_button.added,
li.product .product-actions .add-to-cart-wrapper .added_to_cart.added,
li.type-product .product-actions .add-to-cart-wrapper .added_to_cart.added {
  display: none!important;
}
li.product .product-actions .add-to-cart-wrapper a.loading,
li.type-product .product-actions .add-to-cart-wrapper a.loading,
li.product .product-actions .add-to-cart-wrapper .add_to_cart_button.loading,
li.type-product .product-actions .add-to-cart-wrapper .add_to_cart_button.loading,
li.product .product-actions .add-to-cart-wrapper .added_to_cart.loading,
li.type-product .product-actions .add-to-cart-wrapper .added_to_cart.loading {
  opacity: 1!important;
}
li.product .product-actions .add-to-cart-wrapper a.loading:after,
li.type-product .product-actions .add-to-cart-wrapper a.loading:after,
li.product .product-actions .add-to-cart-wrapper .add_to_cart_button.loading:after,
li.type-product .product-actions .add-to-cart-wrapper .add_to_cart_button.loading:after,
li.product .product-actions .add-to-cart-wrapper .added_to_cart.loading:after,
li.type-product .product-actions .add-to-cart-wrapper .added_to_cart.loading:after {
  display: none!important;
}
li.product .product-actions .add-to-cart-wrapper a:hover,
li.type-product .product-actions .add-to-cart-wrapper a:hover,
li.product .product-actions .add-to-cart-wrapper .add_to_cart_button:hover,
li.type-product .product-actions .add-to-cart-wrapper .add_to_cart_button:hover,
li.product .product-actions .add-to-cart-wrapper .added_to_cart:hover,
li.type-product .product-actions .add-to-cart-wrapper .added_to_cart:hover {
  background-color: #000 !important;
}
li.product .product-actions .add-to-cart-wrapper .added_to_cart,
li.type-product .product-actions .add-to-cart-wrapper .added_to_cart {
  font-size: 0;
}
li.product .product-actions .add-to-cart-wrapper .added_to_cart i,
li.type-product .product-actions .add-to-cart-wrapper .added_to_cart i {
  color: #ebcb57;
  font-size: 14px;
  line-height: 43px;
}
li.product .product-actions .quickview,
li.type-product .product-actions .quickview {
  position: relative;
  display: inline-block;
}
li.product .product-actions .quickview a,
li.type-product .product-actions .quickview a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.milo-archive-product {
  margin-bottom: 60px;
}
.milo-archive-product .gridlist-toggle {
  float: left;
  margin-right: 60px;
}
.milo-archive-product .gridlist-toggle span {
  background: #eeeeee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
}
.milo-archive-product .gridlist-toggle span.active {
  background: #ebcb57;
  color: #fff;
}
.milo-archive-product .gridlist-toggle span:hover {
  cursor: pointer;
}
.milo-archive-product .gridlist-toggle span i {
  font-size: 16px;
}
.milo-archive-product .catalog-filter .woocommerce-result-count {
  margin: 0;
  line-height: 35px;
  color: #ababab;
}
.milo-archive-product .catalog-filter .woocommerce-ordering {
  margin-bottom: 30px;
}
.milo-archive-product .catalog-filter .woocommerce-ordering select {
  height: 35px;
  background: #eeeeee;
  border: 1px solid #e9e9e9;
  color: #ababab;
  padding: 0 10px;
}
.milo-archive-product .term-description {
  padding-bottom: 10px;
  display: none;
}
.milo-archive-product .archive-product-wrapper {
  overflow: hidden;
  position: relative;
}
.milo-archive-product .archive-product-wrapper ul.products {
  margin-left: -15px;
  margin-right: -15px;
}
.milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-2 li.product {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-2 li.product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-2 li.product {
    width: 100%;
  }
}
.milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-3 li.product {
  width: 33.333333%;
}
@media screen and (max-width: 991px) {
  .milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-3 li.product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-3 li.product {
    width: 100%;
  }
}
.milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-4 li.product {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-4 li.product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-4 li.product {
    width: 100%;
  }
}
.milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-5 li.product {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-5 li.product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .milo-archive-product .archive-product-wrapper ul.products.grid.archive-product-columns-5 li.product {
    width: 100%;
  }
}
.milo-archive-product .archive-product-wrapper ul.products.grid li.product {
  padding: 0 15px;
  margin: 0 0 30px 0;
}
.milo-archive-product .archive-product-wrapper ul.products.grid li.product .product-short-description {
  display: none;
}
.milo-archive-product .archive-product-wrapper ul.products.list {
  margin-left: 0px;
  margin-right: 0px;
}
.milo-archive-product .archive-product-wrapper ul.products.list li.product {
  width: 100%;
  padding: 0px;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
.milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-flash,
.milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .onsale {
  left: 5px!important;
  top: 5px!important;
  bottom: auto!important;
  margin: 0;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-thumb-primary,
.milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-thumb-one {
  float: left;
  margin-right: 20px;
  position: relative;
}
.milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-thumb-primary img,
.milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-thumb-one img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-thumb-primary img,
  .milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-thumb-one img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-thumb-primary,
  .milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-thumb-one {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .star-rating {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  margin: 0;
  margin-top: 15px;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .star-rating {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner span.price {
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner span.price {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-top: 35px!important;
  padding-bottom: 10px!important;
  margin-top: 0px!important;
}
@media screen and (max-width: 767px) {
  .milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner h2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-short-description {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-short-description {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.milo-archive-product .archive-product-wrapper ul.products.list li.product .product-inner .product-actions {
  opacity: 1;
  width: auto;
  top: auto;
  left: 280px;
  bottom: auto;
  right: auto;
  margin-top: 10px;
}
.milo-archive-product .woocommerce-pagination {
  text-align: center;
  font-family: 'Salsa';
}
.milo-archive-product .woocommerce-pagination .page-numbers {
  border: none;
}
.milo-archive-product .woocommerce-pagination .page-numbers li {
  border: none;
  margin-right: 15px;
}
.milo-archive-product .woocommerce-pagination .page-numbers li span,
.milo-archive-product .woocommerce-pagination .page-numbers li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 12px;
  text-align: center;
}
.milo-archive-product .woocommerce-pagination .page-numbers li span.current {
  background: #ebcb57 !important;
  color: #fff !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.milo-archive-product .woocommerce-pagination .page-numbers li a:hover,
.milo-archive-product .woocommerce-pagination .page-numbers li a:focus {
  background: none;
  color: #ebcb57;
}
.archive-product-header {
  padding: 20px 0;
}
.archive-product-header .milo-shop-filter-menu {
  list-style: none;
  list-style-type: none;
  padding: 0;
  float: right;
  width: 20%;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
}
.archive-product-header .milo-shop-filter-menu li {
  display: inline-block;
  margin-right: 10px;
}
.archive-product-header .milo-shop-filter-menu li.current-cat a {
  color: #00a97e;
}
.archive-product-header .milo-shop-filter-menu li.active a {
  color: #00a97e;
}
.archive-product-header .milo-shop-filter-menu li.milo-shop-categories-btn-wrap {
  display: none;
}
@media screen and (max-width: 991px) {
  .archive-product-header .milo-shop-filter-menu li.milo-shop-categories-btn-wrap {
    display: inline-block;
    margin-right: 30px;
  }
}
.archive-product-header .milo-shop-filter-menu li span {
  margin-right: 10px;
}
.archive-product-header .milo-shop-filter-menu li a {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .archive-product-header .milo-shop-filter-menu {
    width: 100%;
    text-align: left;
  }
}
.archive-product-header .milo-shop-categories {
  list-style: none;
  list-style-type: none;
  padding: 0;
  float: left;
  width: 80%;
  overflow: hidden;
}
.archive-product-header .milo-shop-categories.fade-in {
  opacity: 1;
}
.archive-product-header .milo-shop-categories li {
  display: inline-block;
  margin-right: 10px;
}
.archive-product-header .milo-shop-categories li.current-cat a {
  color: #00a97e;
}
.archive-product-header .milo-shop-categories li.active a {
  color: #00a97e;
}
.archive-product-header .milo-shop-categories li span {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .archive-product-header .milo-shop-categories li span {
    display: none;
  }
}
.archive-product-header .milo-shop-categories li a {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .archive-product-header .milo-shop-categories li {
    width: 100%;
    line-height: 1.6;
    margin: 0 0 5px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
  }
}
@media screen and (max-width: 991px) {
  .archive-product-header .milo-shop-categories {
    display: none;
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
.archive-product-header #milo-shop-sidebar {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.archive-product-header #milo-shop-sidebar.fade-in {
  opacity: 1;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside {
  width: 25%;
  float: left;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside .widget-title {
  font-family: 'Salsa';
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
  position: relative;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside .widget-title:after {
  position: absolute;
  content: "\f489";
  font-family: Ionicons;
  right: 5px;
  font-size: 18px;
  display: none;
  top: 2px;
}
@media screen and (max-width: 991px) {
  .archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside .widget-title:after {
    display: block;
  }
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside .widget-title.active:after {
  position: absolute;
  content: "\f462";
  font-family: Ionicons;
  right: 5px;
  font-size: 18px;
  display: none;
  top: 2px;
}
@media screen and (max-width: 991px) {
  .archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside .widget-title.active:after {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside .widget-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside {
    float: none;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
  }
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside ul,
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside div {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside ul.show,
  .archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside div.show {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside ul,
  .archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax aside div {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo-product-sorting {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo-product-sorting li {
  margin-bottom: 5px;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo-product-sorting li.active {
  color: #00a97e;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo-price-filter {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo-price-filter li {
  margin-bottom: 5px;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo-price-filter li.current {
  color: #00a97e;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo_widget_color_filter ul li {
  margin-bottom: 5px;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo_widget_color_filter ul li.chosen a {
  position: relative;
  display: inline-block;
  color: #00a97e;
  height: 28px;
  padding: 0 10px 0 30px;
  border: 1px solid #00a97e;
  margin-left: -10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo_widget_color_filter ul li.chosen a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  font-family: 'Ionicons';
  font-size: 16px;
  content: "\f2d7";
  color: #00a97e;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo_widget_color_filter ul li.chosen a:hover {
  color: #888888;
  border: 1px solid #888888;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo_widget_color_filter ul li.chosen a:hover:before {
  color: #888888;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo_widget_color_filter ul li a i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .milo_widget_color_filter ul li span {
  display: none;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px!important;
  padding: 5px 10px;
  color: #888888;
  margin-top: 10px;
  margin-right: 5px;
  border: 1px solid #e9e9e9;
}
.archive-product-header #milo-shop-sidebar .woocommerce-sidebar-ajax .widget_product_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #00a97e;
  border: 1px solid #00a97e;
}
.archive-product-header .milo-shop-search {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.archive-product-header .milo-shop-search.fade-in {
  opacity: 1;
}
.archive-product-header .milo-shop-search .milo-shop-search-input-wrap {
  overflow: hidden;
  position: relative;
}
.archive-product-header .milo-shop-search .milo-shop-search-input-wrap #milo-shop-search-close {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  font-size: 24px;
  line-height: 1;
  color: #aaa;
  width: 23px;
  height: 23px;
  margin-top: -12px;
}
.archive-product-header .milo-shop-search .milo-shop-search-input-wrap .search-form {
  max-width: 100%;
}
.archive-product-header .milo-shop-search .milo-shop-search-input-wrap .search-form input {
  background: none;
  border: 0 none;
  display: block;
  font-size: 21px;
  padding: 0 30px 0 0;
  width: 100%;
}
.archive-product-header .milo-shop-search .milo-shop-search-input-wrap .search-form input:focus {
  outline: none;
}
.archive-product-header .milo-shop-search #milo-shop-search-notice {
  font-size: 14px;
  color: #aaa;
  height: 0;
  opacity: 0;
  cursor: default;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.archive-product-header .milo-shop-search #milo-shop-search-notice.show {
  height: 30px;
  opacity: 1;
}
.milo-loadmore-wrapper .milo-loadmore-link {
  display: none;
}
.milo-loadmore-wrapper .milo-loadmore-controls {
  text-align: center;
}
.milo-loadmore-wrapper .milo-loadmore-controls.milo-loader .milo-loadmore-btn i {
  display: inline-block;
}
.milo-loadmore-wrapper .milo-loadmore-controls.hide-btn .milo-loadmore-btn {
  display: none;
}
.milo-loadmore-wrapper .milo-loadmore-controls .milo-loadmore-btn {
  background: #00a97e;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px 30px;
  text-transform: uppercase;
  width: 170px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.milo-loadmore-wrapper .milo-loadmore-controls .milo-loadmore-btn:hover {
  background: #3c3c3c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.milo-loadmore-wrapper .milo-loadmore-controls .milo-loadmore-btn i {
  margin-right: 10px;
  display: none;
}
.milo-loadmore-wrapper .milo-loadmore-controls .milo-loadmore-all {
  display: none;
}
.milo-loadmore-wrapper .milo-loadmore-controls .milo-loadmore-all.show {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#milo-shop-products-overlay {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1000;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#milo-shop-products-overlay.show {
  visibility: visible;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#milo-shop-products-overlay.fade-out {
  opacity: 0;
}
#milo-shop-products-overlay i {
  top: 160px;
  left: 50%;
  position: absolute;
  opacity: 1;
  color: #00a97e;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* Results button/bar */
.milo-shop-results-bar {
  margin-bottom: 20px;
  overflow: hidden;
}
.milo-shop-results-bar a {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  overflow: hidden;
  margin-right: 8px;
  padding: 5px 15px 5px 35px;
  border: 1px solid #888888;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.milo-shop-results-bar a:last-child {
  margin-right: 0;
}
.milo-shop-results-bar a:hover {
  text-decoration: line-through;
}
.milo-shop-results-bar a span {
  color: #2e3a32;
}
.milo-shop-results-bar a i {
  position: absolute;
  top: 6px;
  left: 12px;
  font-size: 16px;
  line-height: 1;
}
.milo-single-product .single-product-content {
  margin-top: 40px;
}
.milo-single-product .single-product-content .single-product-inner .product .single-product-navigation .pre-product,
.milo-single-product .single-product-content .single-product-inner .product .single-product-navigation .next-product {
  width: 50%;
  display: inline-block;
  padding: 30px 0;
  font-family: 'Salsa';
  font-style: italic;
  font-size: 20px;
}
.milo-single-product .single-product-content .single-product-inner .product .single-product-navigation .pre-product {
  float: left;
}
.milo-single-product .single-product-content .single-product-inner .product .single-product-navigation .next-product {
  float: right;
  text-align: right;
}
.milo-single-product .single-product-content .single-product-inner .product .related {
  margin-top: 50px;
}
.milo-single-product .single-product-content .single-product-inner .product .related.products > h2 {
  font-family: 'Salsa';
  font-weight: normal;
  color: #00a97e;
}
.milo-single-product .single-product-content .single-product-inner .product .related.products .related-products {
  margin-top: 30px;
}
.milo-single-product .single-product-content .single-product-inner .product .related.products .related-products .owl-item .product {
  width: 100%;
}
.milo-single-product .single-product-content .single-product-inner .product .related.products .related-products .owl-nav {
  position: absolute;
  right: 0;
  top: -60px;
}
.milo-single-product .single-product-content .single-product-inner .product .related.products .related-products .owl-nav .owl-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #00a97e;
  color: #fff;
  margin-right: 10px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.milo-single-product .single-product-content .single-product-inner .product .related.products .related-products .owl-nav .owl-prev:hover {
  background: #ebcb57;
}
.milo-single-product .single-product-content .single-product-inner .product .related.products .related-products .owl-nav .owl-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #00a97e;
  color: #fff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.milo-single-product .single-product-content .single-product-inner .product .related.products .related-products .owl-nav .owl-next:hover {
  background: #ebcb57;
}
.woocomerce-single-top-info {
  display: inline-block;
  width: 100%;
}
.woocomerce-single-top-info .single-product-image-wrapper {
  position: relative;
  width: 50%;
  float: left;
}
@media screen and (max-width: 991px) {
  .woocomerce-single-top-info .single-product-image-wrapper {
    width: 100%;
  }
}
.woocomerce-single-top-info .single-product-image-wrapper .product-flash,
.woocomerce-single-top-info .single-product-image-wrapper .onsale {
  width: 50px;
  background-color: #d7e34f!important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  color: #fff;
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%!important;
  font-size: 14px!important;
  text-transform: uppercase!important;
  text-align: center;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: auto;
  min-width: auto;
  padding: 3px 5px;
  top: 20px;
  line-height: 14px;
  font-weight: 400;
}
.woocomerce-single-top-info .single-product-image-wrapper .product-flash.on-hot {
  background-color: #d13420!important;
}
.woocomerce-single-top-info .single-product-image-wrapper .onsale {
  background-color: #f5a64a!important;
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner #sync1:hover .owl-nav .owl-prev,
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner #sync1:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-prev,
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-prev:hover,
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-next:hover {
  background: #ebcb57;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-prev {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap {
  margin-top: 20px;
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap:hover #sync2 .owl-nav .owl-prev,
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap:hover #sync2 .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-item.synced {
  border: 3px solid #00a97e;
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .thumbnail-image {
  padding: 1px;
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-prev,
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-prev:hover,
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-next:hover {
  background: #ebcb57;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-prev {
  left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocomerce-single-top-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocomerce-single-top-info .entry-summary .product_title {
  font-size: 24px;
  text-transform: uppercase;
}
.woocomerce-single-top-info .entry-summary .woocommerce-product-details__short-description {
  margin-top: 30px;
}
.woocomerce-single-top-info .entry-summary .woocommerce-product-rating {
  padding-top: 15px;
}
.woocomerce-single-top-info .entry-summary .woocommerce-product-rating .star-rating {
  color: #ebcb57;
}
.woocomerce-single-top-info .entry-summary .woocommerce-product-rating .star-rating:before {
  color: #ebcb57;
}
.woocomerce-single-top-info .entry-summary p.price {
  font-family: 'Salsa';
  font-size: 18px;
  color: #ababab;
  margin-top: 20px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
}
.woocomerce-single-top-info .entry-summary p.price .woocommerce-Price-amount {
  margin-right: 5px;
  color: #ebcb57;
}
.woocomerce-single-top-info .entry-summary p.price del {
  opacity: 1;
}
.woocomerce-single-top-info .entry-summary p.price del .woocommerce-Price-amount {
  color: #ababab;
}
.woocomerce-single-top-info .entry-summary p.price ins {
  text-decoration: none;
}
.woocomerce-single-top-info .entry-summary form.cart {
  margin-top: 25px;
  margin-bottom: 10px !important;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations {
  margin-bottom: 0px!important;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations tr {
  margin-bottom: 20px;
  width: 33.333333%;
  float: left;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations tr td label {
  color: #2e3a32;
  font-size: 14px;
  text-transform: uppercase;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations tr td.value {
  margin-top: -5px;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations tr td select {
  height: 35px;
  border-radius: 0;
  padding-left: 20px;
  outline: none;
  width: 100%;
  border: 1px solid #e9e9e9;
  font-style: italic;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations .variable-items-wrapper.color-variable-wrapper {
  display: flex;
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0 !important;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations .variable-items-wrapper.color-variable-wrapper > li {
  width: 20px !important;
  height: 20px !important;
  display: inline-flex;
  padding: 0;
  margin-right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations .variable-items-wrapper.color-variable-wrapper > li.selected {
  cursor: pointer;
  border-color: #00a97e;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations .variable-items-wrapper.color-variable-wrapper > li.selected:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1px solid #cdcdcd;
  top: -3px;
  left: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations .variable-items-wrapper.label-variable-wrapper {
  padding-left: 15px;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations .variable-items-wrapper.label-variable-wrapper > li {
  cursor: pointer;
  position: relative;
  padding: 5px 10px;
  border: 1px solid;
  margin-right: 5px;
}
.woocomerce-single-top-info .entry-summary form.cart table.variations .variable-items-wrapper.label-variable-wrapper > li.selected {
  cursor: pointer;
  border-color: #00a97e;
}
.woocomerce-single-top-info .entry-summary form.cart .quantity input[type="number"] {
  height: 40px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.woocomerce-single-top-info .entry-summary form.cart .single_add_to_cart_button {
  height: 40px;
  background: #ebcb57;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.woocomerce-single-top-info .entry-summary form.cart .single_add_to_cart_button:hover {
  background: #00a97e;
}
.woocomerce-single-top-info .entry-summary form.cart .woocommerce-variation-price {
  margin-bottom: 20px;
}
.woocomerce-single-top-info .entry-summary form.cart .woocommerce-variation-price span.price {
  color: #ebcb57;
  font-family: 'Salsa';
}
.woocomerce-single-top-info .entry-summary form.cart .woocommerce-variation-price span.price del {
  margin-right: 20px;
  opacity: 1;
  color: #ababab;
}
.woocomerce-single-top-info .entry-summary form.cart .woocommerce-variation-price span.price ins {
  text-decoration: none;
}
.woocomerce-single-top-info .entry-summary .yith-wcwl-add-to-wishlist {
  width: auto;
  float: left;
  text-transform: uppercase;
  margin-right: 10px;
}
.woocomerce-single-top-info .entry-summary .yith-wcwl-add-to-wishlist a {
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  display: block;
  background: #ebcb57;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.woocomerce-single-top-info .entry-summary .yith-wcwl-add-to-wishlist a:hover {
  background: #00a97e;
}
.woocomerce-single-top-info .entry-summary .yith-wcwl-add-to-wishlist img {
  display: none!important;
}
.woocomerce-single-top-info .entry-summary .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.woocomerce-single-top-info .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i,
.woocomerce-single-top-info .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
  margin-right: 5px;
}
.woocomerce-single-top-info .entry-summary a.compare {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  background: #ebcb57;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.woocomerce-single-top-info .entry-summary a.compare:before {
  content: '\f4a9';
  font-family: Ionicons;
  font-weight: 400;
  margin-right: 8px;
}
.woocomerce-single-top-info .entry-summary a.compare.added i {
  display: none;
}
.woocomerce-single-top-info .entry-summary a.compare.added:after {
  display: none;
}
.woocomerce-single-top-info .entry-summary a.compare:hover {
  background-color: #00a97e;
}
.woocomerce-single-top-info .entry-summary a.compare:hover:before {
  color: #fff;
}
.woocomerce-single-top-info .entry-summary .product_meta {
  margin-top: 30px;
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
}
.woocomerce-single-top-info .entry-summary .product_meta span.devide_sign {
  font-weight: 400;
}
.woocomerce-single-top-info .entry-summary .product_meta .sku_wrapper,
.woocomerce-single-top-info .entry-summary .product_meta .posted_in {
  color: #2e3a32;
  font-weight: 700;
  text-transform: uppercase;
}
.woocomerce-single-top-info .entry-summary .product_meta .sku_wrapper a,
.woocomerce-single-top-info .entry-summary .product_meta .posted_in a {
  text-transform: none;
}
.woocomerce-single-top-info .entry-summary .product_meta .sku_wrapper {
  display: table;
  padding-bottom: 15px;
}
.woocomerce-single-top-info .entry-summary .product_meta .sku_wrapper .sku {
  font-weight: 400;
  padding-left: 20px;
  color: #888888;
}
.woocomerce-single-top-info .entry-summary .product_meta .posted_in {
  padding-top: 15px;
  padding-right: 15px;
}
.woocomerce-single-top-info .entry-summary .product_meta .posted_in a {
  font-weight: 400;
}
.woocomerce-single-top-info .entry-summary .product_meta .posted_in a:first-child {
  padding-left: 20px;
}
.woocomerce-single-top-info .entry-summary .product_meta .tagged_as {
  display: block;
  color: #2e3a32;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 15px;
  padding-right: 15px;
}
.woocomerce-single-top-info .entry-summary .product_meta .tagged_as a {
  text-transform: none;
}
.woocomerce-single-top-info .entry-summary .product_meta .tagged_as a {
  font-weight: 400;
}
.woocomerce-single-top-info .entry-summary .product_meta .tagged_as a:first-child {
  padding-left: 20px;
}
.woocomerce-single-top-info .entry-summary .product_meta .tagged_as .devide_sign {
  color: #888888;
}
.woocomerce-single-top-info .entry-summary .post-social-share {
  margin-top: 15px;
}
.woocomerce-single-top-info .entry-summary .post-social-share .social-share-wrapper .social-share {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocomerce-single-top-info .entry-summary .post-social-share .social-share-wrapper .social-share li {
  display: inline-block;
  text-align: center;
}
.woocomerce-single-top-info .entry-summary .post-social-share .social-share-wrapper .social-share li.social-label {
  text-transform: uppercase;
  color: #2e3a32;
  font-weight: 700;
  margin-right: 10px;
}
.woocomerce-single-top-info .entry-summary .post-social-share .social-share-wrapper .social-share li a {
  padding: 0 10px;
}
.woocomerce-single-top-info .entry-summary .post-social-share .social-share-wrapper .social-share li:hover a {
  color: #00a97e;
}
.single-product-content .woocommerce-tabs {
  margin-top: 60px;
}
.single-product-content .woocommerce-tabs ul.tabs {
  padding: 0;
  text-align: center;
}
.single-product-content .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #e9e9e9 !important;
}
.single-product-content .woocommerce-tabs ul.tabs li {
  border: none!important;
  background: none!important;
}
.single-product-content .woocommerce-tabs ul.tabs li:before,
.single-product-content .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.single-product-content .woocommerce-tabs ul.tabs li.active {
  border-bottom: 1px solid #ebcb57 !important;
}
.single-product-content .woocommerce-tabs ul.tabs li.active a {
  color: #00a97e !important;
}
.single-product-content .woocommerce-tabs ul.tabs li a {
  font-family: 'Salsa';
  font-size: 24px;
  font-weight: 400!important;
  color: #ababab;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px!important;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #00a97e;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel p {
  line-height: 1.8;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist {
  padding: 0;
  margin-top: 40px!important;
  border-bottom: 1px solid #e9e9e9;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist li .comment_container img {
  width: 70px!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text {
  margin-left: 80px!important;
  border: none!important;
  padding-top: 5px!important;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating {
  color: #ebcb57;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating:before {
  color: #ebcb57;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta {
  font-size: 14px!important;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper {
  margin-top: 30px;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  font-size: 18px;
  color: #00a97e;
  text-transform: uppercase;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating {
  margin-top: 15px!important;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label {
  text-transform: uppercase;
  font-weight: 400;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars {
  display: inline-block;
  margin: 0 0 0 20px!important;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars span a:before {
  top: 4px;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-comment label {
  text-transform: uppercase;
  font-weight: 400;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-comment textarea {
  padding: 5px 10px;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-author,
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-email {
  width: 50%;
  float: left;
  margin-bottom: 20px!important;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-author label,
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-email label {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-author input,
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-email input {
  width: 100%;
  padding: 5px 10px;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 10px;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-email {
  padding-left: 10px;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit .submit {
  background-color: #ebcb57 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400!important;
  padding: 10px 30px!important;
}
.single-product-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit .submit:hover {
  background-color: #00a97e !important;
}
/*-----------------------------------
 * WOOCOMMERCE SIDEBAR
 * USED FOR PAGE SIDEBAR TOO (IF IS WOOCOMMERCE THEME)
 *-----------------------------------*/
.woocommerce-sidebar aside.widget {
  margin-bottom: 30px;
  position: relative;
}
.woocommerce-sidebar .widget-title {
  font-size: 18px;
  margin-top: 0;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.woocommerce-sidebar .widget-title:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: #00a97e;
  bottom: 0;
}
.woocommerce-sidebar .widget_product_categories .product-categories {
  margin: 0;
  padding: 0;
}
.woocommerce-sidebar .widget_product_categories .product-categories li {
  list-style: none;
  padding: 8px 0;
}
.woocommerce-sidebar .widget_product_categories .product-categories li a {
  text-transform: uppercase;
  color: #ababab;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-sidebar .widget_product_categories .product-categories li span {
  float: right;
  color: #ababab;
}
.woocommerce-sidebar .widget_product_categories .product-categories li:hover a {
  color: #00a97e;
  padding-left: 10px;
}
.woocommerce-sidebar .widget_product_categories .product-categories li.cat-parent:hover ul li a {
  padding-left: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-sidebar .widget_product_categories .product-categories li.cat-parent:hover ul li a:hover {
  padding-left: 10px;
}
.woocommerce-sidebar .widget_price_filter form {
  margin-top: 30px;
}
.woocommerce-sidebar .widget_price_filter form .price_slider_wrapper .ui-widget-content {
  background-color: #eeeff0;
  height: 3px;
}
.woocommerce-sidebar .widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range {
  background-color: #ebcb57;
}
.woocommerce-sidebar .widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  background-color: #ebcb57;
  width: 12px;
  height: 12px;
}
.woocommerce-sidebar .widget_price_filter form .price_slider_wrapper .price_slider_amount button {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #00a97e;
  border-radius: 0px;
  font-weight: 400;
  padding: 5px 10px;
}
.woocommerce-sidebar .widget_price_filter form .price_slider_wrapper .price_slider_amount button.button:hover {
  background-color: #ebcb57;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-sidebar .widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_icon {
  display: inline-block;
  position: relative;
}
.woocommerce-sidebar .widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_icon i {
  font-size: 18px;
}
.woocommerce-sidebar .widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_icon .total {
  position: absolute;
  border: none;
  top: -5px;
  right: -10px;
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ebcb57;
  color: #fff;
  text-align: center;
  line-height: 13px;
  font-size: 12px;
}
.woocommerce-sidebar .widget_shopping_cart .widget_shopping_cart_content .sub-total-text {
  display: inline-block;
  margin-left: 20px;
}
.woocommerce-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper ul {
  margin-top: 10px;
}
.woocommerce-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper ul li {
  padding-left: 0;
}
.woocommerce-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper ul li .cart-right a {
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper .cart-total {
  margin-top: 10px;
}
.woocommerce-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper .cart-total .total {
  text-transform: uppercase;
  padding: 10px 0 0;
}
.woocommerce-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper .cart-total .buttons .button {
  text-transform: uppercase;
  background: #ebcb57;
  color: #fff;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper .cart-total .buttons .button:hover {
  background: #00a97e;
}
.woocommerce-sidebar .yith-woocompare-widget .compare {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #000;
  border-radius: 0px;
}
.woocommerce-sidebar .yith-woocompare-widget .compare:hover {
  background-color: #ebcb57;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-sidebar .widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px!important;
  padding: 5px 10px;
  color: #888888;
  margin-top: 10px;
  border-top: solid 1px #888888;
  border-left: solid 1px #888888;
  border-right: solid 1px #888888;
  border-bottom: solid 1px #888888;
}
.woocommerce-sidebar .widget_product_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #00a97e;
  border-top: solid 1px #00a97e;
  border-left: solid 1px #00a97e;
  border-right: solid 1px #00a97e;
  border-bottom: solid 1px #00a97e;
}
.woocommerce-sidebar ul.product_list_widget li {
  width: 100%;
  display: table;
}
.woocommerce-sidebar ul.product_list_widget li .product-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: table;
  font-weight: 400;
  color: #2e3a32;
}
.woocommerce-sidebar ul.product_list_widget li .product-title:hover {
  color: #00a97e;
}
.woocommerce-sidebar ul.product_list_widget li img {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
.woocommerce-sidebar ul.product_list_widget li span.amount {
  margin-right: 10px;
  font-size: 14px;
  color: #ebcb57;
}
.woocommerce-sidebar ul.product_list_widget li ins {
  display: inline-flex;
  text-decoration: none;
}
.woocommerce-sidebar ul.product_list_widget li del span {
  color: #888888 !important;
}
.woocommerce-sidebar .widget_product_search .woocommerce-product-search {
  display: inline-flex;
}
.woocommerce-sidebar .widget_product_search .woocommerce-product-search input[type="search"] {
  height: 40px;
  outline: none;
  padding-left: 10px;
  border: 1px solid #e9e9e9;
}
.woocommerce-sidebar .widget_product_search .woocommerce-product-search input[type="submit"] {
  height: 40px;
  background: #ebcb57;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px;
  border: none;
}
.woocommerce-sidebar .widget_product_search .woocommerce-product-search input[type="submit"]:hover {
  background: #00a97e;
}
.woocommerce-sidebar .widget_product_search .woocommerce-product-search input[type="submit"]:focus {
  outline: none;
}
.woocommerce-sidebar .widget_layered_nav ul li {
  list-style: none;
  padding: 8px 0;
}
.woocommerce-sidebar .widget_layered_nav ul li a {
  text-transform: uppercase;
  color: #ababab;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-sidebar .widget_layered_nav ul li span {
  float: right;
  color: #ababab;
}
.woocommerce-sidebar .widget_layered_nav ul li:hover a {
  color: #00a97e;
  padding-left: 10px;
}
.woocommerce-sidebar .yith-woocompare-widget {
  display: table;
  width: 100%;
}
.woocommerce-sidebar .yith-woocompare-widget ul {
  margin: 0;
  padding: 0;
}
.woocommerce-sidebar .yith-woocompare-widget ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  display: inline-flex;
  width: 100%;
}
.woocommerce-sidebar .yith-woocompare-widget ul li:before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 10px;
}
/*-----------------------------------
 * WOOCOMMERCE SHOPPING CART
 *-----------------------------------*/
.woocommerce-cart .woocommerce {
  margin-top: 30px;
}
.woocommerce-cart .woocommerce .button {
  padding: 10px 15px!important;
  text-transform: uppercase;
  background: #00a97e;
  color: #fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-cart .woocommerce .button:hover {
  background: #ebcb57;
}
.woocommerce-cart .woocommerce .shopping-cart-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #00a97e;
}
.woocommerce-cart .woocommerce table.shop_table_responsive {
  border: none !important;
}
.woocommerce-cart .woocommerce table.shop_table_responsive thead tr {
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce table.shop_table_responsive thead tr th {
  border: none;
}
.woocommerce-cart .woocommerce table.shop_table_responsive thead tr th:first-child {
  padding-left: 0;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr.cart_item td.product-thumbnail {
  padding-left: 0;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr.cart_item td.product-thumbnail img {
  width: auto ;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr.cart_item td.product-name a {
  text-transform: uppercase;
  color: #2e3a32;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr.cart_item td.product-name a:hover {
  color: #00a97e;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr td.actions {
  padding: 20px 0 0;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr td.actions .coupon .input-text {
  border-right: none;
  margin-right: 0;
  min-width: 150px;
  padding: 4px 10px 5px 10px;
  text-align: left;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table_responsive tbody tr td.actions .coupon .input-text {
    min-width: 120px;
  }
}
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr td.actions .coupon input[name='apply_coupon'] {
  background: #ebcb57;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr td.actions .coupon input[name='apply_coupon']:hover {
  background: #00a97e;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr td.actions .coupon input[type="submit"] {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody tr {
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody tr td {
  padding-right: 0;
  text-align: right;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background: #00a97e;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background: #ebcb57;
}
/*-----------------------------------
 * WOOCOMMERCE MY ACCOUNT
 *-----------------------------------*/
.woocommerce-account .woocommerce {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 15px 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #00a97e;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table thead {
  text-transform: uppercase;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p input {
  padding: 10px 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p input[type=submit] {
  margin-top: 30px;
  background: #00a97e;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p input[type=submit]:hover {
  background: #ebcb57;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content fieldset {
  margin-top: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content fieldset legend {
  position: relative;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  padding-left: 3px;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
  margin-top: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #00a97e;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a.button:hover {
  background: #ebcb57;
}
.woocommerce-account .woocommerce .customer_login_form_wrap h2 {
  text-transform: uppercase;
}
.woocommerce-account .woocommerce .customer_login_form_wrap form {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-account .woocommerce .customer_login_form_wrap form input {
  padding: 10px 15px;
}
.woocommerce-account .woocommerce .customer_login_form_wrap form .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #00a97e;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
}
.woocommerce-account .woocommerce .customer_login_form_wrap form .button:hover {
  background: #ebcb57;
}
/*-----------------------------------
 * WOOCOMMERCE WISHLIST
 *-----------------------------------*/
.woocommerce-wishlist .woocommerce .wishlist-title {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.woocommerce-wishlist .woocommerce .wishlist-title h2 {
  text-transform: uppercase;
  color: #00a97e;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .woocommerce-wishlist .woocommerce .wishlist-title h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-wishlist .woocommerce .wishlist-title h2 {
    font-size: 16px;
  }
}
.woocommerce-wishlist .woocommerce .wishlist_table {
  margin-top: 15px;
  font-size: 100%;
  text-transform: uppercase;
}
.woocommerce-wishlist .woocommerce .wishlist_table thead tr th {
  border-top: none;
}
.woocommerce-wishlist .woocommerce .wishlist_table tbody .product-remove a.remove {
  margin: 0 auto;
}
.woocommerce-wishlist .woocommerce .wishlist_table tbody .product-name a {
  color: #2e3a32;
}
.woocommerce-wishlist .woocommerce .wishlist_table tbody .product-name a:hover {
  color: #00a97e;
}
.woocommerce-wishlist .woocommerce .wishlist_table tbody .product-price {
  text-align: left;
}
.woocommerce-wishlist .woocommerce .wishlist_table tbody .product-stock-status {
  text-align: left;
}
.woocommerce-wishlist .woocommerce .wishlist_table tbody .product-add-to-cart .add-to-cart-wrapper a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #00a97e;
  color: #fff;
  padding: 10px 15px;
  min-width: 187px;
}
.woocommerce-wishlist .woocommerce .wishlist_table tbody .product-add-to-cart .add-to-cart-wrapper a:hover {
  background: #ebcb57;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile {
  padding: 0;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile > li {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li .item-wrapper .product-thumbnail {
  border: 1px solid #e9e9e9;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li .item-details h3 {
  font-size: 14px;
  margin-top: 0;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li table.item-details-table td {
  vertical-align: top;
  line-height: 1.8;
  font-size: 12px;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li table.item-details-table td.label {
  padding: 0;
  padding-right: 5px;
  color: #2e3a32;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li table.item-details-table td.value {
  padding: 0;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li table.additional-info td {
  vertical-align: top;
  line-height: 1.8;
  font-size: 12px;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li table.additional-info td.label {
  color: #2e3a32;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li table.additional-info td.value {
  padding: 0;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li .product-add-to-cart {
  text-align: left;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li .product-add-to-cart a.button {
  margin-left: 0!important;
  background: #00a97e;
  color: #fff !important;
  font-weight: 700;
  padding: 12px 15px!important;
  min-width: 187px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li .product-add-to-cart a.button:hover {
  background: #ebcb57;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li .product-add-to-cart a.button:focus {
  outline: none;
}
.woocommerce-wishlist .woocommerce .wishlist_table.mobile li .product-remove {
  position: absolute;
  top: -5px;
  right: 0;
}
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share {
    margin-bottom: 60px;
  }
}
.woocommerce-checkout .woocommerce {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce form .form-row {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce .form-row input.input-text,
.woocommerce-checkout .woocommerce .form-row textarea {
  border: 1px solid #e9e9e9;
  padding: 10px 15px;
  font-style: italic;
}
.woocommerce-checkout .woocommerce .form-row label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order th {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #place_order {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #00a97e;
  color: #fff;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #place_order:hover {
  background: #ebcb57;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-thankyou-order-received {
  color: #00a97e;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 30px;
}
.woocommerce-thankyou-order-details {
  padding: 20px 30px;
  width: 50%;
  border: 1px solid #e9e9e9;
}
.woocommerce-thankyou-order-details .method {
  margin-top: 20px;
}
.woocommerce form .form-row .select2-container:focus {
  outline: none;
}
.woocommerce form .form-row .select2-container.select2-container--focus {
  outline: none;
}
.woocommerce form .form-row .select2-container.select2-container--open .select2-selection {
  border: 1px solid #aaa;
}
.woocommerce form .form-row .select2-container .select2-selection {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  height: 35px;
  outline: none;
}
.woocommerce form .form-row .select2-container .select2-selection .select2-selection__rendered {
  line-height: 33px;
}
.woocommerce form .form-row .select2-container .select2-selection .select2-selection__rendered:focus,
.woocommerce form .form-row .select2-container .select2-selection .select2-selection__rendered:active {
  outline: none;
}
.woocommerce form .form-row .select2-container .select2-selection .select2-selection__arrow b {
  margin-top: 0;
}
.woocommerce form .form-row .input-checkbox {
  position: relative;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper {
  position: relative;
  width: 50%;
  float: left;
}
@media screen and (max-width: 991px) {
  .popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper {
    width: 100%;
  }
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .product-flash,
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .onsale {
  width: 50px;
  background-color: #d7e34f!important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  color: #fff;
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%!important;
  font-size: 14px!important;
  text-transform: uppercase!important;
  text-align: center;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: auto;
  min-width: auto;
  padding: 3px 5px;
  top: 20px;
  line-height: 14px;
  font-weight: 400;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .product-flash.on-hot {
  background-color: #d13420!important;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .onsale {
  background-color: #f5a64a!important;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner #sync1:hover .owl-nav .owl-prev,
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner #sync1:hover .owl-nav .owl-next {
  opacity: 1;
  -moz-transform: all 0.3s ease;
  -webkit-transform: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transform: all 0.3s ease;
  transform: all 0.3s ease;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-prev,
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  -moz-transform: all 0.3s ease;
  -webkit-transform: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transform: all 0.3s ease;
  transform: all 0.3s ease;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-prev:hover,
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-next:hover {
  background: #ebcb57;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-prev {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner #sync1 .owl-nav .owl-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap {
  margin-top: 20px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap:hover #sync2 .owl-nav .owl-prev,
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap:hover #sync2 .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-item.synced {
  border: 3px solid #00a97e;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .thumbnail-image {
  padding: 1px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-prev,
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-prev:hover,
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-next:hover {
  background: #ebcb57;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-prev {
  left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .single-product-image-wrapper .single-product-image-inner .product-thumb-wrap #sync2 .owl-nav .owl-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_title {
  font-size: 24px;
  text-transform: uppercase;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .woocommerce-product-details__short-description {
  margin-top: 30px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .woocommerce-product-rating {
  padding-top: 15px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .woocommerce-product-rating .star-rating {
  color: #ebcb57;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .woocommerce-product-rating .star-rating:before {
  color: #ebcb57;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary p.price {
  font-family: 'Salsa';
  font-size: 18px;
  color: #ababab;
  margin-top: 20px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary p.price .woocommerce-Price-amount {
  margin-right: 5px;
  color: #ebcb57;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary p.price del {
  opacity: 1;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary p.price del .woocommerce-Price-amount {
  color: #ababab;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary p.price ins {
  text-decoration: none;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart {
  margin-top: 25px;
  margin-bottom: 10px !important;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations {
  margin-bottom: 0px!important;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations tr {
  margin-bottom: 20px;
  width: 33.333333%;
  float: left;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations tr td label {
  color: #2e3a32;
  font-size: 14px;
  text-transform: uppercase;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations tr td.value {
  margin-top: -5px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations tr td select {
  height: 35px;
  border-radius: 0;
  padding-left: 20px;
  outline: none;
  width: 100%;
  border: 1px solid #e9e9e9;
  font-style: italic;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations .variable-items-wrapper.color-variable-wrapper {
  display: flex;
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0 !important;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations .variable-items-wrapper.color-variable-wrapper > li {
  width: 20px !important;
  height: 20px !important;
  display: inline-flex;
  padding: 0;
  margin-right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations .variable-items-wrapper.color-variable-wrapper > li.selected {
  cursor: pointer;
  border-color: #00a97e;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations .variable-items-wrapper.color-variable-wrapper > li.selected:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1px solid #cdcdcd;
  top: -3px;
  left: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations .variable-items-wrapper.label-variable-wrapper {
  padding-left: 15px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations .variable-items-wrapper.label-variable-wrapper > li {
  cursor: pointer;
  position: relative;
  padding: 5px 10px;
  border: 1px solid;
  margin-right: 5px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart table.variations .variable-items-wrapper.label-variable-wrapper > li.selected {
  cursor: pointer;
  border-color: #00a97e;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart .quantity input[type="number"] {
  height: 40px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart .single_add_to_cart_button {
  height: 40px;
  background: #ebcb57;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart .single_add_to_cart_button:hover {
  background: #00a97e;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart .woocommerce-variation-price {
  margin-bottom: 20px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart .woocommerce-variation-price span.price {
  color: #ebcb57;
  font-family: 'Salsa';
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart .woocommerce-variation-price span.price del {
  margin-right: 20px;
  opacity: 1;
  color: #ababab;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary form.cart .woocommerce-variation-price span.price ins {
  text-decoration: none;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .yith-wcwl-add-to-wishlist {
  width: auto;
  float: left;
  text-transform: uppercase;
  margin-right: 10px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .yith-wcwl-add-to-wishlist a {
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  display: block;
  background: #00a97e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .yith-wcwl-add-to-wishlist a:hover {
  background: #ebcb57;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .yith-wcwl-add-to-wishlist img {
  display: none!important;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i,
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
  margin-right: 5px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary a.compare {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  background: #00a97e;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary a.compare:before {
  content: '\f065';
  font-family: fontAwesome;
  font-weight: 400;
  margin-right: 8px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary a.compare.added i {
  display: none;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary a.compare.added:after {
  display: none;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary a.compare:hover {
  background-color: #ebcb57;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary a.compare:hover:before {
  color: #fff;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta {
  margin-top: 30px;
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta span.devide_sign {
  font-weight: 400;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .sku_wrapper,
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .posted_in {
  color: #2e3a32;
  font-weight: 700;
  text-transform: uppercase;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .sku_wrapper a,
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .posted_in a {
  text-transform: none;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .sku_wrapper {
  display: table;
  padding-bottom: 15px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .sku_wrapper .sku {
  font-weight: 400;
  padding-left: 20px;
  color: #888888;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .posted_in {
  padding-top: 15px;
  padding-right: 15px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .posted_in a {
  font-weight: 400;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .posted_in a:first-child {
  padding-left: 20px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .tagged_as {
  display: block;
  color: #2e3a32;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 15px;
  padding-right: 15px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .tagged_as a {
  text-transform: none;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .tagged_as a {
  font-weight: 400;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .tagged_as a:first-child {
  padding-left: 20px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .product_meta .tagged_as .devide_sign {
  color: #888888;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .post-social-share {
  margin-top: 15px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .post-social-share .social-share-wrapper .social-share {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .post-social-share .social-share-wrapper .social-share li {
  display: inline-block;
  text-align: center;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .post-social-share .social-share-wrapper .social-share li.social-label {
  text-transform: uppercase;
  color: #2e3a32;
  font-weight: 700;
  margin-right: 10px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .post-social-share .social-share-wrapper .social-share li a {
  padding: 0 10px;
}
.popup-product-quick-view-wrapper .woocomerce-quickview-info .entry-summary .post-social-share .social-share-wrapper .social-share li:hover a {
  color: #00a97e;
}
.woocommerce.columns-1 ul.products li.product {
  margin-bottom: 0;
}
.woocommerce.columns-1 ul.products li.product .product-inner {
  text-align: left;
}
.woocommerce.columns-1 ul.products li.product .product-inner .onsale,
.woocommerce.columns-1 ul.products li.product .product-inner .product-flash {
  left: 47%!important;
  margin-bottom: -50%;
}
.woocommerce.columns-1 ul.products li.product .product-inner .product-thumb-primary {
  width: 33%;
  float: left;
}
.woocommerce.columns-1 ul.products li.product .product-inner .product-thumb-primary img {
  margin-bottom: 0;
}
.woocommerce.columns-1 ul.products li.product .product-inner .star-rating {
  top: 10%;
  left: 17%;
}
.woocommerce.columns-1 ul.products li.product .product-inner .woocommerce-loop-product__title,
.woocommerce.columns-1 ul.products li.product .product-inner .price {
  margin-left: 40%;
}
.woocommerce.columns-1 ul.products li.product .product-inner .product-actions {
  display: none;
}
@media screen and (max-width: 991px) {
  .woocommerce.columns-1 ul.products li.product {
    width: 100%;
  }
}
/*-----------------------------------
 * General Style
 *-----------------------------------*/
.woocommerce table,
.woocommerce th,
.woocommerce td {
  border: none;
}
.woocommerce thead {
  background: none;
}
.woocommerce table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce a.button,
.woocommerce input.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ebcb57;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  background: #00a97e;
  color: #fff;
}
.woocommerce-message {
  border-top-color: #00a97e;
}
.woocommerce-message:before {
  color: #00a97e;
}
.woocommerce-info {
  border-top-color: #00a97e;
}
.woocommerce-info:before {
  color: #00a97e;
}
/*-----------------------------------
 * 8. SHORTCODES
 *-----------------------------------*/
/*-----------------------------------
 * SHORTCODES
 *-----------------------------------*/
/* Shortcode banner */
.banner-shortcode-wrapper {
  background-color: #fff;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper {
  position: relative;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper:hover .banner-title {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image {
  position: relative;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.bottom_left {
  text-align: right;
  margin-left: 20px;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.bottom_left:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 3px solid #00a97e;
  -moz-transform: translate(-20px, 20px);
  -webkit-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  -o-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.bottom_left:hover img {
  opacity: 0.8;
  -moz-transform: translate(-20px, 20px);
  -webkit-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  -o-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.bottom_right {
  text-align: left;
  margin-right: 20px;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.bottom_right:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 3px solid #00a97e;
  -moz-transform: translate(20px, 20px);
  -webkit-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  -o-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.bottom_right:hover img {
  opacity: 0.8;
  -moz-transform: translate(20px, 20px);
  -webkit-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  -o-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.top_left {
  text-align: right;
  margin-left: 20px;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.top_left:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 3px solid #00a97e;
  -moz-transform: translate(-20px, -20px);
  -webkit-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  -o-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.top_left:hover img {
  opacity: 0.8;
  -moz-transform: translate(-20px, -20px);
  -webkit-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  -o-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.top_right {
  text-align: left;
  margin-right: 20px;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.top_right:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 3px solid #00a97e;
  -moz-transform: translate(20px, -20px);
  -webkit-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  -o-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image.top_right:hover img {
  opacity: 0.8;
  -moz-transform: translate(20px, -20px);
  -webkit-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  -o-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-shortcode-wrapper.style_2 .banner-content-wrapper {
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.banner-shortcode-wrapper.style_2 .banner-content-wrapper:hover .banner-content-inner {
  background: rgba(0, 169, 126, 0.2);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-shortcode-wrapper.style_2 .banner-content-wrapper:hover .banner-content-inner:before {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-shortcode-wrapper.style_2 .banner-content-wrapper:hover .banner-content-inner:after {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-shortcode-wrapper.style_2 .banner-content-wrapper:hover .banner-content-inner .banner-content {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner:before {
  content: '';
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner:after {
  content: '';
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
  font-weight: 300;
  color: #fff;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background {
  position: relative;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background.bottom_left {
  margin-left: 20px;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background.bottom_left:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 3px solid #00a97e;
  -moz-transform: translate(-20px, 20px);
  -webkit-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  -o-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background.bottom_left:hover img {
  opacity: 0.8;
  -moz-transform: translate(-20px, 20px);
  -webkit-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  -o-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background.bottom_right {
  margin-right: 20px;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background.bottom_right:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 3px solid #00a97e;
  -moz-transform: translate(20px, 20px);
  -webkit-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  -o-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background.top_left {
  margin-left: 20px;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background.top_left:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 3px solid #00a97e;
  -moz-transform: translate(-20px, -20px);
  -webkit-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  -o-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background.top_left:hover img {
  opacity: 0.8;
  -moz-transform: translate(-20px, -20px);
  -webkit-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  -o-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background.top_right {
  margin-right: 20px;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background.top_right:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 3px solid #00a97e;
  -moz-transform: translate(20px, -20px);
  -webkit-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  -o-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background.top_right:hover img {
  opacity: 0.8;
  -moz-transform: translate(20px, -20px);
  -webkit-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  -o-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background .banner-content {
  position: relative;
  z-index: 2;
  padding: 50px 45px;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background .banner-content i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 34px;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background .banner-content .banner-description {
  font-family: 'Salsa';
  color: #fff;
  font-weight: 400;
  font-size: 34px;
}
.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-background .banner-content .banner-title {
  text-transform: uppercase;
  font-weight: 400;
  color: #888888;
  margin-top: 30px;
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper:hover .banner-content-inner:before {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content {
  position: absolute;
  padding: 20px;
  width: 100%;
  color: #fff;
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content.left {
  text-align: left;
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content.center {
  text-align: center;
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content.right {
  text-align: right;
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content.top {
  top: 0;
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content.bottom {
  bottom: 0;
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content.middle {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.2) 3px 0px 10px;
}
@media screen and (max-width: 991px) {
  .banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
    font-size: 24px;
  }
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content .banner-sub-title {
  font-family: 'Salsa';
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content .banner-sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content .banner-sub-title {
    font-size: 20px;
  }
}
.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-content-inner .banner-content .banner-button-text {
  text-transform: uppercase;
}
.banner-shortcode-wrapper.style_5 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrapper.style_5 .banner-content .banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-shortcode-wrapper.style_5 .banner-content .banner-overlay:before {
  content: '';
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.banner-shortcode-wrapper.style_5 .banner-content .banner-overlay:after {
  content: '';
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 25%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.banner-shortcode-wrapper.style_5 .banner-content .banner-overlay .banner-title-wrap:before {
  content: '';
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.banner-shortcode-wrapper.style_5 .banner-content .banner-overlay .banner-title-wrap:after {
  content: '';
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 75%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.banner-shortcode-wrapper.style_5 .banner-content .banner-overlay .banner-title-wrap .banner-title {
  font-size: 70px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 5px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 4px solid transparent;
  outline: 1px solid #fff;
  padding: 10px 40px;
  mix-blend-mode: lighten;
  font-weight: 300;
  z-index: 2;
}
@media (max-width: 1919px) {
  .banner-shortcode-wrapper.style_5 .banner-content .banner-overlay .banner-title-wrap .banner-title {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-shortcode-wrapper.style_5 .banner-content .banner-overlay .banner-title-wrap .banner-title {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrapper.style_5 .banner-content .banner-overlay .banner-title-wrap .banner-title {
    font-size: 28px;
  }
}
.banner-shortcode-wrapper.style_5 .banner-content .banner-overlay .banner-title-wrap .banner-title:first-word {
  font-size: 100px;
}
.banner-shortcode-wrapper.style_5 .banner-content .banner-overlay .banner-title-wrap .banner-title:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.banner-shortcode-wrapper.style_5 .banner-content:hover .banner-overlay:before {
  top: 100%;
}
.banner-shortcode-wrapper.style_5 .banner-content:hover .banner-overlay:after {
  top: -100%;
}
.banner-shortcode-wrapper.style_5 .banner-content:hover .banner-overlay .banner-title-wrap:before {
  top: 100%;
}
.banner-shortcode-wrapper.style_5 .banner-content:hover .banner-overlay .banner-title-wrap:after {
  top: -100%;
}
@media (max-width: 767px) {
  .banner-shortcode-wrapper.style_5 .banner-content {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrapper.style_5.effect_2 .banner-content img {
    width: 100%;
  }
}
.banner-shortcode-wrapper.style_5.effect_2 .banner-content .banner-overlay:before {
  height: 25%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-shortcode-wrapper.style_5.effect_2 .banner-content .banner-overlay:after {
  height: 25%;
  width: 100%;
  top: 25%;
  left: 0;
}
.banner-shortcode-wrapper.style_5.effect_2 .banner-content .banner-overlay .banner-title-wrap:before {
  height: 25%;
  width: 100%;
  top: 50%;
  left: 0;
}
.banner-shortcode-wrapper.style_5.effect_2 .banner-content .banner-overlay .banner-title-wrap:after {
  height: 25%;
  width: 100%;
  top: 75%;
  left: 0;
}
.banner-shortcode-wrapper.style_5.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title {
  line-height: 0.8;
  font-weight: bold;
}
.banner-shortcode-wrapper.style_5.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
  font-size: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-shortcode-wrapper.style_5.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title {
    font-size: 36px !important;
  }
  .banner-shortcode-wrapper.style_5.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrapper.style_5.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title {
    font-size: 36px !important;
  }
  .banner-shortcode-wrapper.style_5.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
    font-size: 24px;
  }
}
.banner-shortcode-wrapper.style_5.effect_2 .banner-content:hover .banner-overlay:before {
  left: 100%;
}
.banner-shortcode-wrapper.style_5.effect_2 .banner-content:hover .banner-overlay:after {
  left: -100%;
}
.banner-shortcode-wrapper.style_5.effect_2 .banner-content:hover .banner-overlay .banner-title-wrap:before {
  left: 100%;
}
.banner-shortcode-wrapper.style_5.effect_2 .banner-content:hover .banner-overlay .banner-title-wrap:after {
  left: -100%;
}
.banner-shortcode-wrapper.style_5.effect_3 .banner-content .banner-overlay:before {
  height: 25%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-shortcode-wrapper.style_5.effect_3 .banner-content .banner-overlay:after {
  height: 25%;
  width: 100%;
  top: 25%;
  left: 0;
}
.banner-shortcode-wrapper.style_5.effect_3 .banner-content .banner-overlay .banner-title-wrap:before {
  height: 25%;
  width: 100%;
  top: 50%;
  right: 0;
  left: auto;
}
.banner-shortcode-wrapper.style_5.effect_3 .banner-content .banner-overlay .banner-title-wrap:after {
  height: 25%;
  width: 100%;
  top: 75%;
  right: 0;
  left: auto;
}
.banner-shortcode-wrapper.style_5.effect_3 .banner-content .banner-overlay .banner-title-wrap .banner-title {
  line-height: 0.8;
  font-weight: bold;
}
.banner-shortcode-wrapper.style_5.effect_3 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
  font-size: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-shortcode-wrapper.style_5.effect_3 .banner-content .banner-overlay .banner-title-wrap .banner-title {
    font-size: 36px !important;
  }
  .banner-shortcode-wrapper.style_5.effect_3 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrapper.style_5.effect_3 .banner-content .banner-overlay .banner-title-wrap .banner-title {
    font-size: 36px !important;
  }
  .banner-shortcode-wrapper.style_5.effect_3 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
    font-size: 24px;
  }
}
.banner-shortcode-wrapper.style_5.effect_3 .banner-content:hover .banner-overlay:before {
  width: 0;
  opacity: 0;
}
.banner-shortcode-wrapper.style_5.effect_3 .banner-content:hover .banner-overlay:after {
  width: 0;
  opacity: 0;
}
.banner-shortcode-wrapper.style_5.effect_3 .banner-content:hover .banner-overlay .banner-title-wrap:before {
  width: 0;
  opacity: 0;
}
.banner-shortcode-wrapper.style_5.effect_3 .banner-content:hover .banner-overlay .banner-title-wrap:after {
  width: 0;
  opacity: 0;
}
.countdown-shortcode-wrapper.number .countdown-content .list-time {
  list-style: none;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.countdown-shortcode-wrapper.number .countdown-content .list-time li {
  position: relative;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
.countdown-shortcode-wrapper.number .countdown-content .list-time li:hover {
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-shortcode-wrapper.number .countdown-content .list-time li p {
  margin: 0;
  font-family: 'Salsa';
  font-style: italic;
}
.countdown-shortcode-wrapper.number .countdown-content .list-time li p.countdown-number {
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 5px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .countdown-shortcode-wrapper.number .countdown-content .list-time li p.countdown-number {
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.countdown-shortcode-wrapper.number .countdown-content .list-time li p:last-child {
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  text-align: center;
}
.countdown-shortcode-wrapper.number .countdown-content .list-time li p.countdown-text {
  display: none;
}
.counter-shortcode-wrapper.style_1 .counter-image {
  float: left;
  width: 25%;
}
.counter-shortcode-wrapper.style_1 .counter-image img {
  padding-top: 10px;
}
.counter-shortcode-wrapper.style_1 .gr-counter {
  color: #fff;
  float: right;
  padding-left: 10px;
  width: 75%;
}
.counter-shortcode-wrapper.style_1 .gr-counter .gr-number-counter {
  font-size: 36px;
  font-weight: 700;
}
.counter-shortcode-wrapper.style_1 .gr-counter .gr-text-default {
  font-size: 18px;
  text-transform: uppercase;
}
.counter-shortcode-wrapper.style_2 .counter-image {
  float: left;
  width: 25%;
}
.counter-shortcode-wrapper.style_2 .counter-image img {
  padding-top: 10px;
}
.counter-shortcode-wrapper.style_2 .gr-counter {
  color: #2e3a32;
  float: right;
  padding-left: 15px;
  width: 75%;
}
.counter-shortcode-wrapper.style_2 .gr-counter .gr-number-counter {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.counter-shortcode-wrapper.style_2 .gr-counter .gr-text-default {
  font-size: 18px;
}
.counter-shortcode-wrapper.style_2 .counter-description {
  clear: both;
  padding-top: 10px;
}
/* Clients Shortcode CSS */
.clients-shortcode-wrapper {
  position: relative;
}
.clients-shortcode-wrapper.style_1:hover .clients-control .clients-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients-shortcode-wrapper.style_1 .clients-list .client-item {
  overflow: hidden;
}
.clients-shortcode-wrapper.style_1 .clients-list .client-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.clients-shortcode-wrapper.style_1 .clients-list .client-item img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.clients-shortcode-wrapper.style_1 .clients-control .clients-nav {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients-shortcode-wrapper.style_1 .clients-control .clients-nav:hover {
  background: #ebcb57;
  cursor: pointer;
}
.clients-shortcode-wrapper.style_1 .clients-control .clients-nav.nav_next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.clients-shortcode-wrapper.style_1 .clients-control .clients-nav.nav_prev {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* GMaps Shortcode CSS */
.gmaps-shortcode-wrapper .map-info {
  max-width: 280px;
}
.gmaps-shortcode-wrapper .map-info .info-image {
  float: left;
  max-width: 200px;
}
.gmaps-shortcode-wrapper .map-info .info-address {
  padding: 15px 0 10px 0;
}
.gmaps-shortcode-wrapper .map-info .info-address p {
  text-align: center;
  color: #9d3a3a;
  font-weight: bold;
}
.gmaps-shortcode-wrapper.toggle_button .gmaps-button-wrap .gmaps-toggle-button {
  width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #00a97e;
  text-align: center;
}
.gmaps-shortcode-wrapper.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover {
  background: #00a97e;
  cursor: pointer;
}
/* Icon Box Shortcode CSS */
.icon-box-shortcode-wrapper {
  position: relative;
  z-index: 2;
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper {
  text-align: center;
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper:hover .icon-wrap span:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -o-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-wrap {
  font-size: 50px;
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-wrap span {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: ease-out 0.1s;
  -o-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-wrap span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content {
  padding: 0 25px;
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  color: #2e3a32;
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-description {
  line-height: 24px;
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-readmore a {
  color: #00a97e;
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-readmore a:hover {
  color: #ebcb57;
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-readmore a:hover i {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-readmore a i {
  opacity: 0;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.icon-box-shortcode-wrapper.style_2 {
  position: relative;
  z-index: 9;
}
.icon-box-shortcode-wrapper.style_2 .icon-box-content-wrapper {
  background: #fff;
  padding-top: 40px;
  text-align: center;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-box-shortcode-wrapper.style_2 .icon-box-content-wrapper:hover {
  background: #00a97e;
  padding-bottom: 40px;
  margin-top: -20px;
  margin-bottom: -20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-box-shortcode-wrapper.style_2 .icon-box-content-wrapper:hover .icon-content {
  color: #fff;
}
.icon-box-shortcode-wrapper.style_2 .icon-box-content-wrapper:hover .icon-content .icon-readmore a {
  color: #fff;
}
.icon-box-shortcode-wrapper.style_2 .icon-box-content-wrapper .icon-content {
  padding: 0 25px 40px 25px;
}
.icon-box-shortcode-wrapper.style_2 .icon-box-content-wrapper .icon-content .icon-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  color: #2e3a32;
}
.icon-box-shortcode-wrapper.style_2 .icon-box-content-wrapper .icon-content .icon-description {
  line-height: 24px;
}
.icon-box-shortcode-wrapper.style_2 .icon-box-content-wrapper .icon-content .icon-readmore a {
  color: #00a97e;
}
.icon-box-shortcode-wrapper.style_2 .icon-box-content-wrapper .icon-content .icon-readmore a:hover {
  color: #ebcb57;
}
.icon-box-shortcode-wrapper.style_2 .icon-box-content-wrapper .icon-content .icon-readmore a:hover i {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.icon-box-shortcode-wrapper.style_2 .icon-box-content-wrapper .icon-content .icon-readmore a i {
  opacity: 0;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper {
  text-align: center;
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper:hover .icon-wrap span:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -o-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper .icon-wrap {
  font-size: 50px;
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper .icon-wrap span {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: ease-out 0.1s;
  -o-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper .icon-wrap span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper .icon-content {
  padding: 0 25px;
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper .icon-content .icon-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  color: #2e3a32;
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper .icon-content .icon-description {
  line-height: 24px;
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper .icon-content .icon-readmore a {
  color: #00a97e;
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper .icon-content .icon-readmore a:hover {
  color: #ebcb57;
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper .icon-content .icon-readmore a:hover i {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.icon-box-shortcode-wrapper.style_3 .icon-box-content-wrapper .icon-content .icon-readmore a i {
  opacity: 0;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
/*-----------------------------------
 * SHORTCODES RECENT NEWS
 *-----------------------------------*/
.recent-news-shortcode-wrapper.style_1 {
  position: relative;
}
.recent-news-shortcode-wrapper.style_1:hover .recent-news-control .news-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article {
  padding: 3px;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article:hover .recent_news_content .post-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-thumbnail {
  overflow: hidden;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-content {
  padding: 25px;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-content .post-meta {
  margin: 20px 0;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-content .post-meta span {
  border-left: 1px solid #e9e9e9;
  padding: 0 15px;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-content .post-meta span:first-child {
  border-left: none;
  padding-left: 0;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-content .post-meta span i {
  color: #00a97e;
  margin-right: 8px;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-content .post-title a {
  color: #2e3a32;
  text-transform: uppercase;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-content .post-title a:hover {
  color: #00a97e;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-content .btn-readmore {
  color: #00a97e;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-content .btn-readmore:hover {
  color: #ebcb57;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-content .btn-readmore:hover i {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.recent-news-shortcode-wrapper.style_1 .recent-news-container article .recent_news_content .post-content .btn-readmore i {
  opacity: 0;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.recent-news-shortcode-wrapper.style_1 .recent-news-control .news-nav {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-control .news-nav:hover {
  background: #ebcb57;
  cursor: pointer;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-control .news-nav.nav-next {
  right: 3px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.recent-news-shortcode-wrapper.style_1 .recent-news-control .news-nav.nav-prev {
  left: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.images-gallery-shortcode-wrapper.style_1 .images-list .image-item {
  position: relative;
}
.images-gallery-shortcode-wrapper.style_1 .images-list .image-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.images-gallery-shortcode-wrapper.style_1 .images-list .image-item:hover:before {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.images-gallery-shortcode-wrapper .images-list .image-item {
  float: left;
}
.images-gallery-shortcode-wrapper .images-list .image-item img {
  width: 100%;
}
.images-gallery-shortcode-wrapper .images-list .image-item.image-col-2 {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .images-gallery-shortcode-wrapper .images-list .image-item.image-col-2 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrapper .images-list .image-item.image-col-2 {
    width: 100%;
  }
}
.images-gallery-shortcode-wrapper .images-list .image-item.image-col-3 {
  width: 33.333333%;
}
@media screen and (max-width: 991px) {
  .images-gallery-shortcode-wrapper .images-list .image-item.image-col-3 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrapper .images-list .image-item.image-col-3 {
    width: 100%;
  }
}
.images-gallery-shortcode-wrapper .images-list .image-item.image-col-4 {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .images-gallery-shortcode-wrapper .images-list .image-item.image-col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrapper .images-list .image-item.image-col-4 {
    width: 100%;
  }
}
.images-gallery-shortcode-wrapper .images-list .image-item.image-col-5 {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .images-gallery-shortcode-wrapper .images-list .image-item.image-col-5 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrapper .images-list .image-item.image-col-5 {
    width: 100%;
  }
}
/* Decoration Shortcode CSS */
.decoration-shortcode-wrapper.line {
  height: 4px;
}
.decoration-shortcode-wrapper.line .zigzag {
  position: relative;
  width: 100%;
}
.decoration-shortcode-wrapper.line .zigzag:before {
  content: ' ';
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
}
.decoration-shortcode-wrapper.line .zigzag:before {
  background: linear-gradient(45deg, #FCFCFB 25%, transparent 25%), linear-gradient(315deg, #FCFCFB 25%, transparent 25%), linear-gradient(225deg, #FFFFFF 25%, transparent 25%) -2px 0, linear-gradient(135deg, #FFFFFF 25%, transparent 25%) -2px 0;
  background-size: 4px 4px;
  background-color: #00a97e;
}
.decoration-shortcode-wrapper .rectangle {
  padding: 30px 0;
  border: 5px solid #00a97e;
}
@media screen and (max-width: 767px) {
  .decoration-shortcode-wrapper .rectangle {
    display: none;
  }
}
.decoration-shortcode-wrapper .circle {
  border-radius: 50%;
  background-color: #00a97e;
}
@media screen and (max-width: 767px) {
  .decoration-shortcode-wrapper .circle {
    display: none;
  }
}
/*-----------------------------------
 * VIDEO SHORTCODE
 *-----------------------------------*/
.video-shortcode-wrapper.style_1 .video-shortcode-content {
  position: relative;
}
.video-shortcode-wrapper.style_1 .video-shortcode-content .video-image {
  text-align: right;
}
.video-shortcode-wrapper.style_1 .video-shortcode-content .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-shortcode-wrapper.style_1 .video-shortcode-content .video-button:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.video-shortcode-wrapper.style_1 .video-shortcode-content .video-button:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -o-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.video-shortcode-wrapper.style_1 .video-shortcode-content .video-button a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  background: #00a97e;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.video-shortcode-wrapper.style_1 .video-shortcode-content .video-button a i {
  font-size: 10px;
  margin-left: 2px;
}
/* Posttype shortcode */
/* TEAM MEMBER */
.teammember-shortcode-wrapper.carousel {
  position: relative;
}
.teammember-shortcode-wrapper.carousel:hover .teammember-slider-control .teammember-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item {
  padding: 3px;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item:hover .teammember-content .teammember-image:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item:hover .teammember-content .teammember-image .teammember-socials {
  -moz-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item .teammember-content {
  background: #fff;
  -webkit-box-shadow: 1px 0 10px rgba(109, 108, 108, 0.1);
  -moz-box-shadow: 1px 0 10px rgba(109, 108, 108, 0.1);
  box-shadow: 1px 0 10px rgba(109, 108, 108, 0.1);
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item .teammember-content .teammember-image {
  position: relative;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item .teammember-content .teammember-image:after {
  background: rgba(0, 169, 126, 0.7);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item .teammember-content .teammember-image .teammember-socials {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 1;
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item .teammember-content .teammember-image .teammember-socials .social-item {
  display: inline-block;
  padding: 0 3px;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item .teammember-content .teammember-image .teammember-socials .social-item:hover a {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item .teammember-content .teammember-image .teammember-socials .social-item a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  color: #00a97e;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item .teammember-content .teammember-meta {
  text-align: center;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
  color: #00a97e;
  margin-top: 35px;
  text-transform: uppercase;
}
.teammember-shortcode-wrapper.carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  color: #5c5d5d;
  padding-bottom: 15px;
  padding-top: 5px;
}
.teammember-shortcode-wrapper.carousel .teammember-slider-control .teammember-nav {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teammember-shortcode-wrapper.carousel .teammember-slider-control .teammember-nav:hover {
  background: #ebcb57;
  cursor: pointer;
}
.teammember-shortcode-wrapper.carousel .teammember-slider-control .teammember-nav.nav-next {
  right: 3px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.teammember-shortcode-wrapper.carousel .teammember-slider-control .teammember-nav.nav-prev {
  left: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* TESTIMONIAL */
.testimonial-shortcode-wrapper.carousel:hover .testimonial-slider-control .testimonial-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-top {
  background-color: #fff;
  padding: 35px 25px;
  position: relative;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-top:before {
  border-top: 20px solid #fff;
  border-right: 15px solid transparent;
  content: '';
  display: block;
  left: 8%;
  height: 0px;
  position: absolute;
  top: 100%;
  width: 0px;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-bottom {
  margin-top: 35px;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-bottom .testimonial-image {
  float: left;
  width: 25%;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-bottom .testimonial-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-bottom .testimonial-meta {
  width: 75%;
  float: right;
  margin-top: 15px;
  padding-left: 20px;
}
.testimonial-shortcode-wrapper.carousel .testimonial-slider-control .testimonial-nav {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-shortcode-wrapper.carousel .testimonial-slider-control .testimonial-nav:hover {
  background: #ebcb57;
  cursor: pointer;
}
.testimonial-shortcode-wrapper.carousel .testimonial-slider-control .testimonial-nav.nav-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonial-shortcode-wrapper.carousel .testimonial-slider-control .testimonial-nav.nav-prev {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonial-shortcode-wrapper.carousel_2:hover .testimonial-slider-control .testimonial-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item {
  padding: 0 15% 40px 15%;
}
.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-content {
  text-align: center;
}
.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-top {
  margin-top: 35px;
}
.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-top .testimonial-image img {
  margin: 0 auto;
  width: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-top .testimonial-meta .testimonial-title {
  color: #fff;
}
.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-top .testimonial-meta .testimonial-position {
  color: #fff;
}
.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-bottom {
  color: #fff;
  margin-top: 30px;
}
.testimonial-shortcode-wrapper.carousel_2 .testimonial-slider-control .testimonial-nav {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-shortcode-wrapper.carousel_2 .testimonial-slider-control .testimonial-nav:hover {
  background: #ebcb57;
  cursor: pointer;
}
.testimonial-shortcode-wrapper.carousel_2 .testimonial-slider-control .testimonial-nav.nav-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonial-shortcode-wrapper.carousel_2 .testimonial-slider-control .testimonial-nav.nav-prev {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonial-shortcode-wrapper.carousel_2 .owl-dots {
  text-align: center;
}
.testimonial-shortcode-wrapper.carousel_2 .owl-dots .owl-dot {
  background: transparent;
  border: 1px solid #fff;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-shortcode-wrapper.carousel_2 .owl-dots .owl-dot.active {
  background: #fff;
}
.testimonial-shortcode-wrapper.carousel:hover .testimonial-slider-control .testimonial-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-top {
  background-color: #f4f3f3;
  padding: 35px 25px;
  position: relative;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-top:before {
  border-top: 20px solid #f4f3f3;
  border-right: 15px solid transparent;
  content: '';
  display: block;
  left: 8%;
  height: 0px;
  position: absolute;
  top: 100%;
  width: 0px;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-bottom {
  margin-top: 35px;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-bottom .testimonial-image {
  float: left;
  width: 25%;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-bottom .testimonial-image img {
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-bottom .testimonial-meta {
  width: 75%;
  float: right;
  margin-top: 15px;
  padding-left: 20px;
}
.testimonial-shortcode-wrapper.carousel .testimonial-slider-control .testimonial-nav {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-shortcode-wrapper.carousel .testimonial-slider-control .testimonial-nav:hover {
  background: #ebcb57;
  cursor: pointer;
}
.testimonial-shortcode-wrapper.carousel .testimonial-slider-control .testimonial-nav.nav-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonial-shortcode-wrapper.carousel .testimonial-slider-control .testimonial-nav.nav-prev {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hidden {
  display: none;
}
.portfolio-container {
  overflow: hidden;
  position: relative;
}
.portfolio-tabs {
  margin-bottom: 35px;
}
.portfolio-tabs .tab-wrapper.left {
  text-align: left;
}
.portfolio-tabs .tab-wrapper.center {
  text-align: center;
}
.portfolio-tabs .tab-wrapper.right {
  text-align: right;
}
.portfolio-tabs .tab-wrapper ul {
  list-style: none;
  padding: 0;
  position: relative;
}
.portfolio-tabs .tab-wrapper ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.portfolio-tabs .tab-wrapper ul li:first-child {
  margin-left: 0;
}
.portfolio-tabs .tab-wrapper ul li a {
  color: #888888;
  border: none;
  min-width: auto;
  padding: 5px 10px;
  text-transform: uppercase;
}
.portfolio-tabs .tab-wrapper ul li a:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00a97e;
}
.portfolio-tabs .tab-wrapper ul li:hover a {
  color: #00a97e;
}
.portfolio-tabs .tab-wrapper ul li.active a {
  color: #00a97e;
}
.portfolio-tabs .tab-wrapper ul li.active a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.paging {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}
.paging .load-more {
  background: #00a97e;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 8px 30px!important;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.paging .load-more:hover {
  background-color: #3c3c3c;
}
/* pretty Photo */
div.light_rounded .pp_description,
div.light_square .pp_description {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
div.light_rounded .pp_description a,
div.light_square .pp_description a {
  text-decoration: none;
}
div.light_rounded .pp_description a:hover,
div.light_square .pp_description a:hover {
  text-decoration: none;
}
/* end pretty Photo */
.portfolio-wrapper.col-padding-5 .portfolio-item {
  padding: 0 5px;
  margin: 5px 0;
}
.portfolio-wrapper.col-padding-10 .portfolio-item {
  padding: 0 10px;
  margin: 10px 0;
}
.portfolio-wrapper.col-padding-15 .portfolio-item {
  padding: 0 15px;
  margin: 15px 0;
}
.portfolio-wrapper.col-padding-20 .portfolio-item {
  padding: 0 20px;
  margin: 20px 0;
}
.portfolio-wrapper.eco-col-md-2 .portfolio-item {
  width: 50%;
}
.portfolio-wrapper.eco-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.eco-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 24px;
}
.portfolio-wrapper.eco-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper.eco-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
  font-size: 18px;
}
.portfolio-wrapper.eco-col-md-2 .portfolio-item.portrait {
  width: 50%;
}
.portfolio-wrapper.eco-col-md-2 .portfolio-item.landscape {
  width: 100%;
}
.portfolio-wrapper.eco-col-md-2 .portfolio-item.small_squared {
  width: 50%;
}
.portfolio-wrapper.eco-col-md-2 .portfolio-item.big_squared {
  width: 100%;
}
.portfolio-wrapper.eco-col-md-3 .portfolio-item {
  width: 33.3333333%;
}
.portfolio-wrapper.eco-col-md-3 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.eco-col-md-3 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 18px;
}
.portfolio-wrapper.eco-col-md-3 .portfolio-item.portrait {
  width: 33.3333333%;
}
.portfolio-wrapper.eco-col-md-3 .portfolio-item.landscape {
  width: 66.6666666%;
}
.portfolio-wrapper.eco-col-md-3 .portfolio-item.small_squared {
  width: 33.3333333%;
}
.portfolio-wrapper.eco-col-md-3 .portfolio-item.big_squared {
  width: 66.6666666%;
}
.portfolio-wrapper.eco-col-md-4 .portfolio-item {
  width: 25%;
}
.portfolio-wrapper.eco-col-md-4 .portfolio-item.portrait {
  width: 25%;
}
.portfolio-wrapper.eco-col-md-4 .portfolio-item.landscape {
  width: 50%;
}
.portfolio-wrapper.eco-col-md-4 .portfolio-item.small_squared {
  width: 25%;
}
.portfolio-wrapper.eco-col-md-4 .portfolio-item.big_squared {
  width: 50%;
}
.portfolio-wrapper.eco-col-md-5 .portfolio-item {
  width: 20%;
}
.portfolio-wrapper.eco-col-md-5 .portfolio-item.portrait {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .portfolio-wrapper.eco-col-md-5 .portfolio-item.portrait {
    width: 50%;
  }
}
.portfolio-wrapper.eco-col-md-5 .portfolio-item.landscape {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .portfolio-wrapper.eco-col-md-5 .portfolio-item.landscape {
    width: 50%;
  }
}
.portfolio-wrapper.eco-col-md-5 .portfolio-item.small_squared {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .portfolio-wrapper.eco-col-md-5 .portfolio-item.small_squared {
    width: 50%;
  }
}
.portfolio-wrapper.eco-col-md-5 .portfolio-item.big_squared {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .portfolio-wrapper.eco-col-md-5 .portfolio-item.big_squared {
    width: 50%;
  }
}
.portfolio-wrapper.eco-col-md-6 .portfolio-item {
  width: 16.6666667%;
}
.portfolio-wrapper.eco-col-md-6 .portfolio-item.portrait {
  width: 16.6666667%;
}
.portfolio-wrapper.eco-col-md-6 .portfolio-item.landscape {
  width: 33.3333333%;
}
.portfolio-wrapper.eco-col-md-6 .portfolio-item.small_squared {
  width: 16.6666667%;
}
.portfolio-wrapper.eco-col-md-6 .portfolio-item.big_squared {
  width: 33.3333333%;
}
@media screen and (max-width: 991px) {
  .portfolio-wrapper .portfolio-item {
    width: 50%!important;
    height: auto!important;
  }
  .portfolio-wrapper .portfolio-item img {
    height: auto!important;
  }
}
@media screen and (max-width: 991px) {
  .portfolio-wrapper .portfolio-item {
    width: 100%!important;
    height: auto!important;
  }
  .portfolio-wrapper .portfolio-item img {
    height: auto!important;
  }
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom {
  border: 1px solid #e9e9e9;
  text-align: center;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  position: relative;
  text-transform: uppercase;
  color: #00a97e;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:hover,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:hover {
  color: #00a97e;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:before,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #00a97e;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail:hover .entry-thumbnail-hover {
  opacity: 1;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  display: inline-block;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 169, 126, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  opacity: 0;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #00a97e !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #00a97e !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  color: #00a97e !important;
  top: 60% !important;
  position: absolute;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #00a97e !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #00a97e !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #00a97e !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #00a97e;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #00a97e !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #00a97e !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #00a97e;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover {
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid #00a97e;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
  position: absolute;
  top: auto !important;
  bottom: 50%!important;
  left: 50% !important;
  -moz-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  white-space: nowrap;
  color: #00a97e !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #00a97e !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  white-space: nowrap;
  color: #00a97e;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i {
  color: #00a97e !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 48px;
  border: 1px solid transparent;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 24px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:before {
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:hover {
  font-size: 24px;
  border-color: #00a97e;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: 10px solid rgba(0, 169, 126, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #00a97e !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover {
  text-align: center;
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
  background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
  background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #00a97e !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #00a97e;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #00a97e;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover {
  text-align: center;
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
  color: #fff !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #00a97e !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #fff !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #00a97e;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border: 3px solid #00a97e;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  width: 100%;
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span {
  display: block;
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
  position: absolute;
  top: auto !important;
  bottom: 50%!important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  white-space: nowrap;
  color: #00a97e !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #00a97e !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  white-space: nowrap;
  color: #00a97e;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover {
  text-align: center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  margin-bottom: 20px;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #00a97e !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #00a97e !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #00a97e;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover .entry-thumbnail-hover {
  opacity: 1;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_5 .entry-thumbnail-hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_1 .entry-thumbnail-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_2 img,
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_3 img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  display: inline-block;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: 10px solid rgba(0, 169, 126, 0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #00a97e !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover {
  text-align: center;
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
  background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
  background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #00a97e !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #00a97e;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #00a97e;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover {
  text-align: center;
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  border: none;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
  color: #fff !important;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #00a97e !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #fff !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #00a97e;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border: 3px solid #00a97e;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  text-align: center;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  width: 100%;
  text-align: center;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span {
  display: block;
  text-align: center;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
  position: absolute;
  top: auto !important;
  bottom: 50%!important;
  left: 50% !important;
  -moz-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  white-space: nowrap;
  color: #00a97e !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #00a97e !important;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  white-space: nowrap;
  color: #00a97e;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover {
  text-align: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  margin-bottom: 20px;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #00a97e !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #00a97e !important;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #00a97e;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
/* SINGLE PORTFOLIO */
.portfolio-full.single-01 .portfolio-top .post-slideshow:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.single-01 .portfolio-top .post-slideshow img {
  width: 100%;
}
.portfolio-full.single-01 .portfolio-top .post-slideshow .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-full.single-01 .portfolio-top .post-slideshow .owl-nav > div {
  top: 50%;
  padding: 10px 20px;
  position: absolute;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-full.single-01 .portfolio-top .post-slideshow .owl-nav > div:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.portfolio-full.single-01 .portfolio-top .post-slideshow .owl-nav > div.owl-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio-full.single-01 .portfolio-top .post-slideshow .owl-nav > div.owl-prev {
  left: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio-full.single-01 .paging-wrap {
  margin-top: 15px;
}
.portfolio-full.single-01 .paging-wrap .container .slideshow-paging:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.single-01 .paging-wrap .container .slideshow-paging .owl-stage-outer .owl-item {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-full.single-01 .paging-wrap .container .slideshow-paging .owl-stage-outer .owl-item.synced {
  opacity: 1;
}
.portfolio-full.single-01 .paging-wrap .container .slideshow-paging .owl-stage-outer .owl-item:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-full.single-01 .paging-wrap .container .slideshow-paging .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-full.single-01 .paging-wrap .container .slideshow-paging .owl-nav > div {
  top: 50%;
  position: absolute;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-full.single-01 .paging-wrap .container .slideshow-paging .owl-nav > div:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.portfolio-full.single-01 .paging-wrap .container .slideshow-paging .owl-nav > div.owl-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio-full.single-01 .paging-wrap .container .slideshow-paging .owl-nav > div.owl-prev {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio-full.single-01 .portfolio-content-wrap {
  padding-top: 30px;
}
.portfolio-full.single-01 .portfolio-content-wrap .portfolio-title {
  position: relative;
  font-family: 'Salsa';
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 15px;
}
.portfolio-full.single-01 .portfolio-content-wrap .portfolio-title:before {
  content: '';
  height: 1px;
  width: 60px;
  background-color: #00a97e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.single-01 .portfolio-content-wrap .portfolio-info {
  margin-top: 15px;
}
.portfolio-full.single-01 .portfolio-content-wrap .portfolio-info .portfolio-info-box {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.portfolio-full.single-01 .portfolio-content-wrap .portfolio-info .portfolio-info-box:last-child {
  border: none;
}
.portfolio-full.single-01 .portfolio-content-wrap .portfolio-info .portfolio-info-box .info-title {
  color: #2e3a32;
  float: left;
  width: 30%;
}
.portfolio-full.single-01 .portfolio-content-wrap .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
}
.portfolio-full.single-01 .portfolio-content-wrap .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  background: rgba(0, 169, 126, 0.5);
  display: inline-block;
  height: 30px;
  line-height: 32px;
  text-align: center;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.portfolio-full.single-01 .portfolio-content-wrap .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:hover {
  background: #00a97e;
}
.portfolio-full.single-01 .portfolio-content-wrap .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  color: #fff;
  display: block;
}
.portfolio-full.single-02 .post-slideshow .item {
  margin-bottom: 30px;
}
.portfolio-full.single-02 .post-slideshow .item img {
  width: 100%;
}
.portfolio-full.single-02 .portfolio-title {
  position: relative;
  font-family: 'Salsa';
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 0;
}
.portfolio-full.single-02 .portfolio-title:before {
  content: '';
  height: 1px;
  width: 60px;
  background-color: #00a97e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.single-02 .portfolio-info {
  margin-top: 50px;
}
.portfolio-full.single-02 .portfolio-info .portfolio-info-box {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.portfolio-full.single-02 .portfolio-info .portfolio-info-box:last-child {
  border: none;
}
.portfolio-full.single-02 .portfolio-info .portfolio-info-box .info-title {
  color: #2e3a32;
  float: left;
  width: 30%;
}
.portfolio-full.single-02 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
}
.portfolio-full.single-02 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  background: rgba(0, 169, 126, 0.5);
  display: inline-block;
  height: 30px;
  line-height: 32px;
  text-align: center;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.portfolio-full.single-02 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:hover {
  background: #00a97e;
}
.portfolio-full.single-02 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  color: #fff;
  display: block;
}
.portfolio-full.single-03 .post-slideshow:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.single-03 .post-slideshow img {
  width: 100%;
}
.portfolio-full.single-03 .post-slideshow .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-full.single-03 .post-slideshow .owl-nav > div {
  top: 50%;
  padding: 10px 20px;
  position: absolute;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-full.single-03 .post-slideshow .owl-nav > div:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.portfolio-full.single-03 .post-slideshow .owl-nav > div.owl-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio-full.single-03 .post-slideshow .owl-nav > div.owl-prev {
  left: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio-full.single-03 .paging-wrap {
  margin-top: 15px;
}
.portfolio-full.single-03 .paging-wrap .container .slideshow-paging:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.single-03 .paging-wrap .container .slideshow-paging .owl-stage-outer .owl-item {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-full.single-03 .paging-wrap .container .slideshow-paging .owl-stage-outer .owl-item.synced {
  opacity: 1;
}
.portfolio-full.single-03 .paging-wrap .container .slideshow-paging .owl-stage-outer .owl-item:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-full.single-03 .paging-wrap .container .slideshow-paging .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-full.single-03 .paging-wrap .container .slideshow-paging .owl-nav > div {
  top: 50%;
  position: absolute;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-full.single-03 .paging-wrap .container .slideshow-paging .owl-nav > div:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.portfolio-full.single-03 .paging-wrap .container .slideshow-paging .owl-nav > div.owl-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio-full.single-03 .paging-wrap .container .slideshow-paging .owl-nav > div.owl-prev {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio-full.single-03 .portfolio-title {
  position: relative;
  font-family: 'Salsa';
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 0;
}
.portfolio-full.single-03 .portfolio-title:before {
  content: '';
  height: 1px;
  width: 60px;
  background-color: #00a97e;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .portfolio-full.single-03 .portfolio-title {
    margin-top: 20px;
  }
}
.portfolio-full.single-03 .portfolio-info {
  margin-top: 50px;
}
.portfolio-full.single-03 .portfolio-info .portfolio-info-box {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.portfolio-full.single-03 .portfolio-info .portfolio-info-box:last-child {
  border: none;
}
.portfolio-full.single-03 .portfolio-info .portfolio-info-box .info-title {
  color: #2e3a32;
  float: left;
  width: 30%;
}
.portfolio-full.single-03 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
}
.portfolio-full.single-03 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  background: rgba(0, 169, 126, 0.5);
  display: inline-block;
  height: 30px;
  line-height: 32px;
  text-align: center;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.portfolio-full.single-03 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:hover {
  background: #00a97e;
}
.portfolio-full.single-03 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  color: #fff;
  display: block;
}
.portfolio-full.single-04 .post-grid .item {
  margin-bottom: 30px;
  position: relative;
}
.portfolio-full.single-04 .post-grid .item .grid-image-hover {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-full.single-04 .post-grid .item .grid-image-hover i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-full.single-04 .post-grid .item .grid-image-hover i:hover {
  color: #00a97e;
}
.portfolio-full.single-04 .post-grid .item:hover .grid-image-hover {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-full.single-04 .portfolio-title {
  position: relative;
  font-family: 'Salsa';
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 0;
}
.portfolio-full.single-04 .portfolio-title:before {
  content: '';
  height: 1px;
  width: 60px;
  background-color: #00a97e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.single-04 .portfolio-info {
  margin-top: 50px;
}
.portfolio-full.single-04 .portfolio-info .portfolio-info-box {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.portfolio-full.single-04 .portfolio-info .portfolio-info-box:last-child {
  border: none;
}
.portfolio-full.single-04 .portfolio-info .portfolio-info-box .info-title {
  color: #2e3a32;
  float: left;
  width: 30%;
}
.portfolio-full.single-04 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
}
.portfolio-full.single-04 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  background: rgba(0, 169, 126, 0.5);
  display: inline-block;
  height: 30px;
  line-height: 32px;
  text-align: center;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.portfolio-full.single-04 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:hover {
  background: #00a97e;
}
.portfolio-full.single-04 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  color: #fff;
  display: block;
}
.portfolio-full.single-05 .post-grid .item {
  margin-bottom: 30px;
  position: relative;
}
.portfolio-full.single-05 .post-grid .item .grid-image-hover {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-full.single-05 .post-grid .item .grid-image-hover i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-full.single-05 .post-grid .item .grid-image-hover i:hover {
  color: #00a97e;
}
.portfolio-full.single-05 .post-grid .item:hover .grid-image-hover {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-full.single-05 .portfolio-title {
  position: relative;
  font-family: 'Salsa';
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 0;
}
.portfolio-full.single-05 .portfolio-title:before {
  content: '';
  height: 1px;
  width: 60px;
  background-color: #00a97e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.single-05 .portfolio-info {
  margin-top: 50px;
}
.portfolio-full.single-05 .portfolio-info .portfolio-info-box {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.portfolio-full.single-05 .portfolio-info .portfolio-info-box:last-child {
  border: none;
}
.portfolio-full.single-05 .portfolio-info .portfolio-info-box .info-title {
  color: #2e3a32;
  float: left;
  width: 30%;
}
.portfolio-full.single-05 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
}
.portfolio-full.single-05 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  background: rgba(0, 169, 126, 0.5);
  display: inline-block;
  height: 30px;
  line-height: 32px;
  text-align: center;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.portfolio-full.single-05 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:hover {
  background: #00a97e;
}
.portfolio-full.single-05 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  color: #fff;
  display: block;
}
.portfolio-related-wrap .heading-wrap .post-navigation {
  margin-top: 50px;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  padding: 10px 0;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links .nav-previous {
  width: 50%;
  float: left;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links .nav-next {
  width: 50%;
  float: right;
  text-align: right;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links > i {
  color: #00a97e;
  line-height: 50px;
  font-size: 28px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-related-wrap .heading-wrap .heading {
  text-transform: uppercase;
  color: #2e3a32;
  font-family: 'Salsa';
  margin-top: 70px;
  padding-bottom: 20px;
  position: relative;
}
.portfolio-related-wrap .heading-wrap .heading:before {
  content: '';
  height: 1px;
  width: 60px;
  background-color: #00a97e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-related-wrap .portfolio-related {
  margin-bottom: 80px;
  position: relative;
}
.portfolio-related-wrap .portfolio-related .owl-nav div {
  top: 50%;
  padding: 5px 13px;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-related-wrap .portfolio-related .owl-nav div:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-prev {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-next {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Woo shortcode */
/*-----------------------------------
 * PRODUCT BASE
 *-----------------------------------*/
.products-shortcode-paging-wrapper {
  margin-top: 30px;
}
.products-shortcode-paging-wrapper.paging-default .woocommerce-pagination {
  font-family: 'Salsa';
}
.products-shortcode-paging-wrapper.paging-default .woocommerce-pagination ul.page-numbers {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: none;
}
.products-shortcode-paging-wrapper.paging-default .woocommerce-pagination ul.page-numbers li {
  border: none;
  display: inline-block;
  margin-right: 15px;
}
.products-shortcode-paging-wrapper.paging-default .woocommerce-pagination ul.page-numbers li span,
.products-shortcode-paging-wrapper.paging-default .woocommerce-pagination ul.page-numbers li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.products-shortcode-paging-wrapper.paging-default .woocommerce-pagination ul.page-numbers li span.current {
  background: #ebcb57 !important;
  color: #fff !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.products-shortcode-paging-wrapper.paging-default .woocommerce-pagination ul.page-numbers li a:hover,
.products-shortcode-paging-wrapper.paging-default .woocommerce-pagination ul.page-numbers li a:focus {
  background: none;
  color: #ebcb57;
}
.products-shortcode-paging-wrapper.paging-load-more button {
  background: #ebcb57;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.products-shortcode-paging-wrapper.paging-load-more button:hover {
  background: #00a97e;
}
/*-----------------------------------
 * SHORTCODES PRODUCTS SLIDER
 *-----------------------------------*/
.products-slider-shortcode-wrapper.carousel {
  position: relative;
}
.products-slider-shortcode-wrapper.carousel:hover .products-slider-control .products-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products-slider-shortcode-wrapper.carousel ul.products {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.products-slider-shortcode-wrapper.carousel ul.products li.product {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}
.products-slider-shortcode-wrapper.carousel .products-slider-control .products-nav {
  position: absolute;
  display: block;
  top: 35%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products-slider-shortcode-wrapper.carousel .products-slider-control .products-nav:hover {
  background: #ebcb57;
  cursor: pointer;
}
.products-slider-shortcode-wrapper.carousel .products-slider-control .products-nav.nav-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.products-slider-shortcode-wrapper.carousel .products-slider-control .products-nav.nav-prev {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*-----------------------------------
 * SHORTCODES PRODUCT LIST (COPY FROM ARCHIVE PRODUCT)
 *-----------------------------------*/
.products-shortcode-wrapper.list ul.products {
  margin-left: -15px;
  margin-right: -15px;
}
.products-shortcode-wrapper.list ul.products.list {
  margin-left: 0px;
  margin-right: 0px;
}
.products-shortcode-wrapper.list ul.products.list li.product {
  width: 100%;
  padding: 0px;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
.products-shortcode-wrapper.list ul.products.list li.product .product-inner .product-flash,
.products-shortcode-wrapper.list ul.products.list li.product .product-inner .onsale {
  left: 5px!important;
  top: 5px!important;
  bottom: auto!important;
  margin: 0;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.products-shortcode-wrapper.list ul.products.list li.product .product-inner .product-thumb-primary,
.products-shortcode-wrapper.list ul.products.list li.product .product-inner .product-thumb-one {
  float: left;
  margin-right: 20px;
  position: relative;
}
.products-shortcode-wrapper.list ul.products.list li.product .product-inner .product-thumb-primary img,
.products-shortcode-wrapper.list ul.products.list li.product .product-inner .product-thumb-one img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .products-shortcode-wrapper.list ul.products.list li.product .product-inner .product-thumb-primary img,
  .products-shortcode-wrapper.list ul.products.list li.product .product-inner .product-thumb-one img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .products-shortcode-wrapper.list ul.products.list li.product .product-inner .product-thumb-primary,
  .products-shortcode-wrapper.list ul.products.list li.product .product-inner .product-thumb-one {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.products-shortcode-wrapper.list ul.products.list li.product .product-inner .star-rating {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  margin: 0;
  margin-top: 15px;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .products-shortcode-wrapper.list ul.products.list li.product .product-inner .star-rating {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.products-shortcode-wrapper.list ul.products.list li.product .product-inner span.price {
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .products-shortcode-wrapper.list ul.products.list li.product .product-inner span.price {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.products-shortcode-wrapper.list ul.products.list li.product .product-inner h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-top: 35px!important;
  padding-bottom: 10px!important;
  margin-top: 0px!important;
}
@media screen and (max-width: 767px) {
  .products-shortcode-wrapper.list ul.products.list li.product .product-inner h2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.products-shortcode-wrapper.list ul.products.list li.product .product-inner p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .products-shortcode-wrapper.list ul.products.list li.product .product-inner p {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.products-shortcode-wrapper.list ul.products.list li.product .product-inner .product-actions {
  opacity: 1;
  width: auto;
  top: auto;
  left: 280px;
  bottom: auto;
  right: auto;
  margin-top: 10px;
}
/*-----------------------------------
 * SHORTCODES PRODUCTS GRID
 *-----------------------------------*/
.products-shortcode-wrapper.grid .product-filters ul,
.products-shortcode-wrapper.masonry .product-filters ul {
  list-style: none;
  list-style-type: none;
  text-transform: uppercase;
  padding: 0;
}
.products-shortcode-wrapper.grid .product-filters ul.filter-center,
.products-shortcode-wrapper.masonry .product-filters ul.filter-center {
  text-align: center;
}
.products-shortcode-wrapper.grid .product-filters ul.filter-left,
.products-shortcode-wrapper.masonry .product-filters ul.filter-left {
  text-align: left;
}
.products-shortcode-wrapper.grid .product-filters ul.filter-right,
.products-shortcode-wrapper.masonry .product-filters ul.filter-right {
  text-align: right;
}
.products-shortcode-wrapper.grid .product-filters ul.style_1 li,
.products-shortcode-wrapper.masonry .product-filters ul.style_1 li {
  display: inline-block;
}
.products-shortcode-wrapper.grid .product-filters ul.style_1 li a,
.products-shortcode-wrapper.masonry .product-filters ul.style_1 li a {
  padding: 10px 15px;
}
.products-shortcode-wrapper.grid .product-filters ul.style_1 li a.selected,
.products-shortcode-wrapper.masonry .product-filters ul.style_1 li a.selected {
  color: #ebcb57;
  border: 1px solid #ebcb57;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .products-shortcode-wrapper.grid .product-filters ul.style_1 li,
  .products-shortcode-wrapper.masonry .product-filters ul.style_1 li {
    margin-top: 15px;
  }
}
.products-shortcode-wrapper.grid .product-filters ul.style_2 li,
.products-shortcode-wrapper.masonry .product-filters ul.style_2 li {
  display: inline-block;
}
.products-shortcode-wrapper.grid ul.products,
.products-shortcode-wrapper.masonry ul.products {
  margin-left: -15px;
  margin-right: -15px;
}
.products-shortcode-wrapper.grid ul.products.shortcode-product-columns-2 li.product,
.products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-2 li.product,
.products-shortcode-wrapper.grid ul.products.shortcode-product-columns-2 li.type-product,
.products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-2 li.type-product {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-2 li.product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-2 li.product,
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-2 li.type-product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-2 li.type-product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-2 li.product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-2 li.product,
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-2 li.type-product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-2 li.type-product {
    width: 100%;
  }
}
.products-shortcode-wrapper.grid ul.products.shortcode-product-columns-3 li.product,
.products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-3 li.product,
.products-shortcode-wrapper.grid ul.products.shortcode-product-columns-3 li.type-product,
.products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-3 li.type-product {
  width: 33.333333%;
}
@media screen and (max-width: 991px) {
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-3 li.product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-3 li.product,
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-3 li.type-product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-3 li.type-product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-3 li.product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-3 li.product,
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-3 li.type-product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-3 li.type-product {
    width: 100%;
  }
}
.products-shortcode-wrapper.grid ul.products.shortcode-product-columns-4 li.product,
.products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-4 li.product,
.products-shortcode-wrapper.grid ul.products.shortcode-product-columns-4 li.type-product,
.products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-4 li.type-product {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-4 li.product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-4 li.product,
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-4 li.type-product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-4 li.type-product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-4 li.product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-4 li.product,
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-4 li.type-product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-4 li.type-product {
    width: 100%;
  }
}
.products-shortcode-wrapper.grid ul.products.shortcode-product-columns-5 li.product,
.products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-5 li.product,
.products-shortcode-wrapper.grid ul.products.shortcode-product-columns-5 li.type-product,
.products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-5 li.type-product {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-5 li.product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-5 li.product,
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-5 li.type-product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-5 li.type-product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-5 li.product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-5 li.product,
  .products-shortcode-wrapper.grid ul.products.shortcode-product-columns-5 li.type-product,
  .products-shortcode-wrapper.masonry ul.products.shortcode-product-columns-5 li.type-product {
    width: 100%;
  }
}
.products-in-category-tabs-wrapper .products-tabs {
  list-style: none;
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin-bottom: 35px;
}
.products-in-category-tabs-wrapper .products-tabs li {
  display: inline-block;
  cursor: pointer;
  color: #ababab;
  font-size: 14px;
  margin: 0 30px;
}
.products-in-category-tabs-wrapper .products-tabs li span {
  display: block;
  position: relative;
  padding: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products-in-category-tabs-wrapper .products-tabs li:hover {
  color: #00a97e;
}
.products-in-category-tabs-wrapper .products-tabs li.current {
  color: #ebcb57;
  padding: 3px 10px;
  border-top: solid 1px #ebcb57;
  border-left: solid 1px #ebcb57;
  border-right: solid 1px #ebcb57;
  border-bottom: solid 1px #ebcb57;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .products-in-category-tabs-wrapper .products-tabs {
    margin-bottom: 10px;
  }
  .products-in-category-tabs-wrapper .products-tabs li {
    margin: 0 10px;
  }
}
.products-in-category-tabs-wrapper .products-content {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products-in-category-tabs-wrapper .products-content.loading {
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products-in-category-tabs-wrapper .products-content.loading:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0;
  z-index: 5;
  background-color: #fff;
}
.products-in-category-tabs-wrapper .products-content.loading:before {
  content: '\f110';
  font-family: fontAwesome;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 6;
  font-size: 24px;
}
.products-in-category-tabs-wrapper .products-content.slider ul.products:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products-in-category-tabs-wrapper .products-content.slider ul.products li.type-product {
  width: 100%!important;
  padding: 0;
  margin: 0;
}
.products-in-category-tabs-wrapper .products-content.slider ul.products .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products-in-category-tabs-wrapper .products-content.slider ul.products .owl-nav .owl-prev,
.products-in-category-tabs-wrapper .products-content.slider ul.products .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 40%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.products-in-category-tabs-wrapper .products-content.slider ul.products .owl-nav .owl-prev:hover,
.products-in-category-tabs-wrapper .products-content.slider ul.products .owl-nav .owl-next:hover {
  background: #ebcb57;
  cursor: pointer;
}
.products-in-category-tabs-wrapper .products-content.slider ul.products .owl-nav .owl-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.products-in-category-tabs-wrapper .products-content.slider ul.products .owl-nav .owl-prev {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.products-in-category-tabs-wrapper .products-content.grid ul.products {
  margin: 0 -15px;
  padding: 0;
}
.products-in-category-tabs-wrapper .products-content.grid ul.products li.type-product {
  position: relative;
}
.products-in-category-tabs-wrapper .products-content.grid ul.products.columns-2 li.type-product {
  width: 50%;
  float: left;
}
@media screen and (max-width: 991px) {
  .products-in-category-tabs-wrapper .products-content.grid ul.products.columns-2 li.type-product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-in-category-tabs-wrapper .products-content.grid ul.products.columns-2 li.type-product {
    width: 100%;
  }
}
.products-in-category-tabs-wrapper .products-content.grid ul.products.columns-3 li.type-product {
  width: 33.333333%;
  float: left;
}
@media screen and (max-width: 991px) {
  .products-in-category-tabs-wrapper .products-content.grid ul.products.columns-3 li.type-product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-in-category-tabs-wrapper .products-content.grid ul.products.columns-3 li.type-product {
    width: 100%;
  }
}
.products-in-category-tabs-wrapper .products-content.grid ul.products.columns-4 li.type-product {
  width: 25%;
  float: left;
}
@media screen and (max-width: 991px) {
  .products-in-category-tabs-wrapper .products-content.grid ul.products.columns-4 li.type-product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-in-category-tabs-wrapper .products-content.grid ul.products.columns-4 li.type-product {
    width: 100%;
  }
}
.products-in-category-tabs-wrapper .products-content.grid ul.products.columns-5 li.type-product {
  width: 20%;
  float: left;
}
@media screen and (max-width: 991px) {
  .products-in-category-tabs-wrapper .products-content.grid ul.products.columns-5 li.type-product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-in-category-tabs-wrapper .products-content.grid ul.products.columns-5 li.type-product {
    width: 100%;
  }
}
.products-in-category-tabs-wrapper .products-content.grid ul.products.columns-6 li.type-product {
  width: 16.666666%;
  float: left;
}
@media screen and (max-width: 991px) {
  .products-in-category-tabs-wrapper .products-content.grid ul.products.columns-6 li.type-product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-in-category-tabs-wrapper .products-content.grid ul.products.columns-6 li.type-product {
    width: 100%;
  }
}
.products-in-category-tabs-wrapper .see-more-wrapper {
  display: none;
}
/* Donation shortcode */
/* Donation Single Cause Shortcode CSS */
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper {
  background-color: #00a97e;
}
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper:hover .cause-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-thumbnail {
  display: inline-block;
  float: left;
  width: 50%;
  overflow: hidden;
}
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 991px) {
  .single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-thumbnail {
    width: 100%;
  }
}
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-information {
  display: inline-block;
  float: right;
  padding: 40px 50px 30px 50px;
  width: 50%;
}
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-information .cause-title {
  text-transform: uppercase;
}
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-information .cause-title a {
  color: #2e3a32;
}
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-information .cause-title a:hover {
  color: #fff;
}
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-information .cause-excerpt {
  color: #fff;
}
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-information .cause-statistic {
  margin-top: 50px;
  position: relative;
}
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-information .donate-button a {
  background-color: #ebcb57;
  border: 2px solid #ebcb57;
}
.single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-information .donate-button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-information {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-cause-shortcode-wrapper.style_1 .single-cause-content-wrapper .cause-information {
    padding: 25px 30px 25px 30px;
  }
}
.single-cause-shortcode-wrapper.style_2 {
  position: relative;
  z-index: 9;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper:hover .cause-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-thumbnail {
  display: inline-block;
  float: left;
  width: 50%;
  overflow: hidden;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 991px) {
  .single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-thumbnail {
    width: 100%;
  }
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-information {
  display: inline-block;
  float: right;
  padding: 40px 50px 30px 50px;
  width: 50%;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-information .cause-title {
  text-transform: uppercase;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-information .cause-title a {
  color: #2e3a32;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-information .cause-title a:hover {
  color: #00a97e;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-information .cause-statistic {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-information {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-information {
    padding: 25px 30px 25px 30px;
  }
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-statistic .cause-progress {
  background-color: #00a97e;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-statistic .cause-progress .progress-bar {
  background: #ebcb57;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-statistic .cause-progress .number {
  background-color: #00a97e;
  color: #fff;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-statistic .cause-progress .number:after {
  border-color: #00a97e transparent transparent;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-statistic .cause-raised-goal {
  color: #00a97e;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .cause-statistic .cause-raised-goal label {
  color: #3c3c3c;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .donate-button a {
  background-color: #00a97e;
  border: 2px solid #00a97e;
}
.single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .single-cause-shortcode-wrapper.style_2 .single-cause-content-wrapper .donate-button {
    margin-top: 20px;
  }
}
.donate-button {
  clear: both;
  margin-top: 40px;
}
.donate-button a {
  background-color: #3c3c3c;
  border: 2px solid #3c3c3c;
  border-radius: 20px;
  font-weight: bold;
  padding: 8px 30px!important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.donate-button a:hover {
  background-color: transparent;
  border-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.donate-button a:focus {
  outline: none;
}
.cause-slider-shortcode-wrapper.carousel:hover .cause-slider-control .cause-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item {
  padding: 3px;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item:hover .cause-content .cause-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-thumbnail {
  overflow: hidden;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-information {
  background-color: #fff;
  padding: 30px;
  position: relative;
  text-align: center;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-information .cause-title {
  text-transform: uppercase;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-information .cause-title a {
  color: #2e3a32;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-information .cause-title a:hover {
  color: #00a97e;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-information .cause-statistic .cause-progress {
  background-color: #00a97e;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-information .cause-statistic .cause-progress .number {
  background-color: #00a97e;
  color: #fff;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-information .cause-statistic .cause-progress .number:after {
  border-color: #00a97e transparent transparent;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-information .cause-statistic .cause-raised-goal {
  color: #00a97e;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-information .cause-statistic .cause-raised-goal label {
  color: #2e3a32;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-information .donate-button a {
  background-color: transparent;
  border: 2px solid #00a97e;
  color: #00a97e;
}
.cause-slider-shortcode-wrapper.carousel .causes .cause-item .cause-content .cause-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
.cause-slider-shortcode-wrapper.carousel .cause-slider-control .cause-nav {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cause-slider-shortcode-wrapper.carousel .cause-slider-control .cause-nav:hover {
  background: #ebcb57;
  cursor: pointer;
}
.cause-slider-shortcode-wrapper.carousel .cause-slider-control .cause-nav.nav-next {
  right: 3px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cause-slider-shortcode-wrapper.carousel .cause-slider-control .cause-nav.nav-prev {
  left: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.causes-shortcode-wrapper.grid .causes,
.causes-shortcode-wrapper.masonry .causes {
  margin-left: -15px;
  margin-right: -15px;
}
.causes-shortcode-wrapper.grid .causes.columns-2 .cause-item,
.causes-shortcode-wrapper.masonry .causes.columns-2 .cause-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .causes-shortcode-wrapper.grid .causes.columns-2 .cause-item,
  .causes-shortcode-wrapper.masonry .causes.columns-2 .cause-item {
    width: 100%;
  }
}
.causes-shortcode-wrapper.grid .causes.columns-3 .cause-item,
.causes-shortcode-wrapper.masonry .causes.columns-3 .cause-item {
  width: 33.333333%;
}
@media screen and (max-width: 991px) {
  .causes-shortcode-wrapper.grid .causes.columns-3 .cause-item,
  .causes-shortcode-wrapper.masonry .causes.columns-3 .cause-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .causes-shortcode-wrapper.grid .causes.columns-3 .cause-item,
  .causes-shortcode-wrapper.masonry .causes.columns-3 .cause-item {
    width: 100%;
  }
}
.causes-shortcode-wrapper.grid .causes.columns-4 .cause-item,
.causes-shortcode-wrapper.masonry .causes.columns-4 .cause-item {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .causes-shortcode-wrapper.grid .causes.columns-4 .cause-item,
  .causes-shortcode-wrapper.masonry .causes.columns-4 .cause-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .causes-shortcode-wrapper.grid .causes.columns-4 .cause-item,
  .causes-shortcode-wrapper.masonry .causes.columns-4 .cause-item {
    width: 100%;
  }
}
.causes-shortcode-wrapper.grid .causes.columns-5 .cause-item,
.causes-shortcode-wrapper.masonry .causes.columns-5 .cause-item {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .causes-shortcode-wrapper.grid .causes.columns-5 .cause-item,
  .causes-shortcode-wrapper.masonry .causes.columns-5 .cause-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .causes-shortcode-wrapper.grid .causes.columns-5 .cause-item,
  .causes-shortcode-wrapper.masonry .causes.columns-5 .cause-item {
    width: 100%;
  }
}
.causes-shortcode-wrapper.grid .causes.columns-6 .cause-item,
.causes-shortcode-wrapper.masonry .causes.columns-6 .cause-item {
  width: 16.666666%;
}
@media screen and (max-width: 991px) {
  .causes-shortcode-wrapper.grid .causes.columns-6 .cause-item,
  .causes-shortcode-wrapper.masonry .causes.columns-6 .cause-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .causes-shortcode-wrapper.grid .causes.columns-6 .cause-item,
  .causes-shortcode-wrapper.masonry .causes.columns-6 .cause-item {
    width: 100%;
  }
}
.causes-shortcode-wrapper.grid .causes .cause-item,
.causes-shortcode-wrapper.masonry .causes .cause-item {
  padding: 0 15px;
  margin-bottom: 40px;
}
.causes-shortcode-wrapper.grid .causes .cause-item:hover .cause-content .cause-thumbnail img,
.causes-shortcode-wrapper.masonry .causes .cause-item:hover .cause-content .cause-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-thumbnail,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-thumbnail {
  overflow: hidden;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-thumbnail img,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-information,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-information {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-information .cause-title,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-information .cause-title {
  text-transform: uppercase;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-information .cause-title a,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-information .cause-title a {
  color: #2e3a32;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-information .cause-title a:hover,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-information .cause-title a:hover {
  color: #00a97e;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-information .cause-statistic .cause-progress,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-information .cause-statistic .cause-progress {
  background-color: #00a97e;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-information .cause-statistic .cause-progress .number,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-information .cause-statistic .cause-progress .number {
  background-color: #00a97e;
  color: #fff;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-information .cause-statistic .cause-progress .number:after,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-information .cause-statistic .cause-progress .number:after {
  border-color: #00a97e transparent transparent;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-information .cause-statistic .cause-raised-goal,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-information .cause-statistic .cause-raised-goal {
  color: #00a97e;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-information .cause-statistic .cause-raised-goal label,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-information .cause-statistic .cause-raised-goal label {
  color: #2e3a32;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-information .donate-button a,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-information .donate-button a {
  background-color: transparent;
  border: 2px solid #00a97e;
  color: #00a97e;
}
.causes-shortcode-wrapper.grid .causes .cause-item .cause-content .cause-information .donate-button a:hover,
.causes-shortcode-wrapper.masonry .causes .cause-item .cause-content .cause-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
.causes-shortcode-paging-wrapper {
  margin-top: 10px;
}
.causes-shortcode-paging-wrapper .donation-pagination .page-numbers {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.causes-shortcode-paging-wrapper .donation-pagination .page-numbers li {
  display: inline-block;
  margin-right: 5px;
}
.causes-shortcode-paging-wrapper .donation-pagination .page-numbers li span,
.causes-shortcode-paging-wrapper .donation-pagination .page-numbers li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  background: #e1e1e1;
}
.causes-shortcode-paging-wrapper .donation-pagination .page-numbers li span.current {
  background: #00a97e !important;
  color: #fff !important;
}
.causes-shortcode-paging-wrapper .donation-pagination .page-numbers li a:hover,
.causes-shortcode-paging-wrapper .donation-pagination .page-numbers li a:focus {
  background: #00a97e;
  color: #fff;
}
.causes-shortcode-paging-wrapper.paging-load-more button {
  background-color: #00a97e;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 8px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.causes-shortcode-paging-wrapper.paging-load-more button:hover {
  background-color: #3c3c3c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.causes-shortcode-paging-wrapper.paging-load-more button:focus {
  outline: none;
}
.causes-shortcode-wrapper.list .causes .cause-item {
  margin-bottom: 40px;
}
.causes-shortcode-wrapper.list .causes .cause-item:hover .cause-content .cause-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-thumbnail {
  display: inline-block;
  float: left;
  width: 45%;
  overflow: hidden;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 991px) {
  .causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-thumbnail {
    width: 100%;
  }
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-information {
  display: inline-block;
  float: right;
  padding: 10px 35px 15px 35px;
  width: 55%;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-information .cause-title {
  text-transform: uppercase;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-information .cause-title a {
  color: #2e3a32;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-information .cause-title a:hover {
  color: #00a97e;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-information .cause-statistic {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-information {
    width: 100%;
  }
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-statistic .cause-progress {
  background-color: #00a97e;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-statistic .cause-progress .number {
  background-color: #00a97e;
  color: #fff;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-statistic .cause-progress .number:after {
  border-color: #00a97e transparent transparent;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-statistic .cause-raised-goal {
  color: #00a97e;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .cause-statistic .cause-raised-goal label {
  color: #3c3c3c;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .donate-button {
  margin-top: 20px;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .donate-button a {
  background-color: #00a97e;
  border: 2px solid #00a97e;
}
.causes-shortcode-wrapper.list .causes .cause-item .cause-content .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.event-slider-shortcode-wrapper.carousel:hover .event-slider-control .event-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-slider-shortcode-wrapper.carousel .events .event-item {
  padding: 3px;
}
.event-slider-shortcode-wrapper.carousel .events .event-item:hover .event-content .event-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-thumbnail {
  overflow: hidden;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information {
  background-color: #fff;
  padding: 20px;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information .event-title {
  text-transform: uppercase;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information .event-time {
  margin-top: 20px;
  line-height: 1.4;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information .event-time .event-start {
  border-right: 1px solid #ddd;
  display: inline-block;
  padding-right: 15px;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information .event-time .event-end {
  display: inline-block;
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information .event-time .event-end {
    margin-top: 10px;
    padding-left: 0;
  }
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information .event-time i {
  color: #00a97e;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information .event-address {
  margin-top: 8px;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information .event-address i {
  color: #00a97e;
  font-size: 18px;
  margin-right: 8px;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information .event-excerpt {
  margin-top: 15px;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information .donate-button a {
  background-color: transparent;
  border: 2px solid #00a97e;
  color: #00a97e;
}
.event-slider-shortcode-wrapper.carousel .events .event-item .event-content .event-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
.event-slider-shortcode-wrapper.carousel .event-slider-control .event-nav {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-slider-shortcode-wrapper.carousel .event-slider-control .event-nav:hover {
  background: #ebcb57;
  cursor: pointer;
}
.event-slider-shortcode-wrapper.carousel .event-slider-control .event-nav.nav-next {
  right: 3px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-slider-shortcode-wrapper.carousel .event-slider-control .event-nav.nav-prev {
  left: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-shortcode-wrapper.grid .events,
.events-shortcode-wrapper.masonry .events {
  margin-left: -15px;
  margin-right: -15px;
}
.events-shortcode-wrapper.grid .events.columns-2 .event-item,
.events-shortcode-wrapper.masonry .events.columns-2 .event-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .events-shortcode-wrapper.grid .events.columns-2 .event-item,
  .events-shortcode-wrapper.masonry .events.columns-2 .event-item {
    width: 100%;
  }
}
.events-shortcode-wrapper.grid .events.columns-3 .event-item,
.events-shortcode-wrapper.masonry .events.columns-3 .event-item {
  width: 33.333333%;
}
@media screen and (max-width: 991px) {
  .events-shortcode-wrapper.grid .events.columns-3 .event-item,
  .events-shortcode-wrapper.masonry .events.columns-3 .event-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .events-shortcode-wrapper.grid .events.columns-3 .event-item,
  .events-shortcode-wrapper.masonry .events.columns-3 .event-item {
    width: 100%;
  }
}
.events-shortcode-wrapper.grid .events.columns-4 .event-item,
.events-shortcode-wrapper.masonry .events.columns-4 .event-item {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .events-shortcode-wrapper.grid .events.columns-4 .event-item,
  .events-shortcode-wrapper.masonry .events.columns-4 .event-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .events-shortcode-wrapper.grid .events.columns-4 .event-item,
  .events-shortcode-wrapper.masonry .events.columns-4 .event-item {
    width: 100%;
  }
}
.events-shortcode-wrapper.grid .events.columns-5 .event-item,
.events-shortcode-wrapper.masonry .events.columns-5 .event-item {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .events-shortcode-wrapper.grid .events.columns-5 .event-item,
  .events-shortcode-wrapper.masonry .events.columns-5 .event-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .events-shortcode-wrapper.grid .events.columns-5 .event-item,
  .events-shortcode-wrapper.masonry .events.columns-5 .event-item {
    width: 100%;
  }
}
.events-shortcode-wrapper.grid .events.columns-6 .event-item,
.events-shortcode-wrapper.masonry .events.columns-6 .event-item {
  width: 16.666666%;
}
@media screen and (max-width: 991px) {
  .events-shortcode-wrapper.grid .events.columns-6 .event-item,
  .events-shortcode-wrapper.masonry .events.columns-6 .event-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .events-shortcode-wrapper.grid .events.columns-6 .event-item,
  .events-shortcode-wrapper.masonry .events.columns-6 .event-item {
    width: 100%;
  }
}
.events-shortcode-wrapper.grid .events.columns-3 .event-item .event-content .event-information .event-time .event-start,
.events-shortcode-wrapper.masonry .events.columns-3 .event-item .event-content .event-information .event-time .event-start,
.events-shortcode-wrapper.grid .events.columns-4 .event-item .event-content .event-information .event-time .event-start,
.events-shortcode-wrapper.masonry .events.columns-4 .event-item .event-content .event-information .event-time .event-start,
.events-shortcode-wrapper.grid .events.columns-5 .event-item .event-content .event-information .event-time .event-start,
.events-shortcode-wrapper.masonry .events.columns-5 .event-item .event-content .event-information .event-time .event-start,
.events-shortcode-wrapper.grid .events.columns-6 .event-item .event-content .event-information .event-time .event-start,
.events-shortcode-wrapper.masonry .events.columns-6 .event-item .event-content .event-information .event-time .event-start {
  display: block;
  padding-right: 0;
  border: none;
}
.events-shortcode-wrapper.grid .events.columns-3 .event-item .event-content .event-information .event-time .event-end,
.events-shortcode-wrapper.masonry .events.columns-3 .event-item .event-content .event-information .event-time .event-end,
.events-shortcode-wrapper.grid .events.columns-4 .event-item .event-content .event-information .event-time .event-end,
.events-shortcode-wrapper.masonry .events.columns-4 .event-item .event-content .event-information .event-time .event-end,
.events-shortcode-wrapper.grid .events.columns-5 .event-item .event-content .event-information .event-time .event-end,
.events-shortcode-wrapper.masonry .events.columns-5 .event-item .event-content .event-information .event-time .event-end,
.events-shortcode-wrapper.grid .events.columns-6 .event-item .event-content .event-information .event-time .event-end,
.events-shortcode-wrapper.masonry .events.columns-6 .event-item .event-content .event-information .event-time .event-end {
  display: block;
  margin-top: 5px;
  padding-left: 0;
}
.events-shortcode-wrapper.grid .events .event-item,
.events-shortcode-wrapper.masonry .events .event-item {
  padding: 0 15px;
  margin-bottom: 40px;
}
.events-shortcode-wrapper.grid .events .event-item:hover .event-content .event-thumbnail img,
.events-shortcode-wrapper.masonry .events .event-item:hover .event-content .event-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.events-shortcode-wrapper.grid .events .event-item .event-content,
.events-shortcode-wrapper.masonry .events .event-item .event-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-thumbnail,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-thumbnail {
  overflow: hidden;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-thumbnail img,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information {
  background-color: #fff;
  padding: 30px;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .event-title,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .event-title {
  text-transform: uppercase;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .event-title a,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .event-title a {
  color: #2e3a32;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .event-title a:hover,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .event-title a:hover {
  color: #00a97e;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .event-time,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .event-time {
  margin-top: 20px;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .event-time i,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .event-time i {
  color: #00a97e;
  margin-right: 5px;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .event-time .event-start,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .event-time .event-start {
  border-right: 1px solid #e9e9e9;
  display: inline-block;
  line-height: 1.4;
  padding-right: 20px;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .event-time .event-end,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .event-time .event-end {
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .events-shortcode-wrapper.grid .events .event-item .event-content .event-information .event-time .event-end,
  .events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .event-time .event-end {
    padding-left: 0;
  }
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .event-address,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .event-address {
  margin-top: 5px;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .event-address i,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .event-address i {
  color: #00a97e;
  font-size: 18px;
  margin-right: 10px;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .event-excerpt,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .event-excerpt {
  margin-top: 15px;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .donate-button a,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .donate-button a {
  background-color: transparent;
  border: 2px solid #00a97e;
  color: #00a97e;
}
.events-shortcode-wrapper.grid .events .event-item .event-content .event-information .donate-button a:hover,
.events-shortcode-wrapper.masonry .events .event-item .event-content .event-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
.events-shortcode-paging-wrapper {
  margin-top: 10px;
}
.events-shortcode-paging-wrapper .donation-pagination .page-numbers {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.events-shortcode-paging-wrapper .donation-pagination .page-numbers li {
  display: inline-block;
  margin-right: 5px;
}
.events-shortcode-paging-wrapper .donation-pagination .page-numbers li span,
.events-shortcode-paging-wrapper .donation-pagination .page-numbers li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  background: #e1e1e1;
}
.events-shortcode-paging-wrapper .donation-pagination .page-numbers li span.current {
  background: #00a97e !important;
  color: #fff !important;
}
.events-shortcode-paging-wrapper .donation-pagination .page-numbers li a:hover,
.events-shortcode-paging-wrapper .donation-pagination .page-numbers li a:focus {
  background: #00a97e;
  color: #fff;
}
.events-shortcode-paging-wrapper.paging-load-more button {
  background-color: #00a97e;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 8px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.events-shortcode-paging-wrapper.paging-load-more button:hover {
  background-color: #3c3c3c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.events-shortcode-paging-wrapper.paging-load-more button:focus {
  outline: none;
}
.event-list-shortcode-wrapper.list .events .event-item {
  margin-bottom: 40px;
}
.event-list-shortcode-wrapper.list .events .event-item:hover .event-content .event-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-thumbnail {
  display: inline-block;
  float: left;
  width: 45%;
  overflow: hidden;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 991px) {
  .event-list-shortcode-wrapper.list .events .event-item .event-content .event-thumbnail {
    width: 100%;
  }
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information {
  background-color: #fff;
  display: inline-block;
  float: right;
  padding: 20px 30px;
  width: 55%;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .event-title {
  text-transform: uppercase;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .event-title a {
  color: #2e3a32;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .event-title a:hover {
  color: #00a97e;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .event-time {
  margin-top: 20px;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .event-time .event-start {
  border-right: 1px solid #ddd;
  display: inline-block;
  line-height: 1.4;
  padding-right: 20px;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .event-time .event-end {
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .event-time .event-end {
    padding-left: 0;
  }
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .event-time i {
  color: #00a97e;
  margin-right: 5px;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .event-address {
  margin-top: 5px;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .event-address i {
  color: #00a97e;
  font-size: 18px;
  margin-right: 10px;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .event-excerpt {
  margin-top: 15px;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .donate-button {
  margin-top: 20px;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .donate-button a {
  background-color: transparent;
  border: 2px solid #00a97e;
  color: #00a97e;
}
.event-list-shortcode-wrapper.list .events .event-item .event-content .event-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .event-list-shortcode-wrapper.list .events .event-item .event-content .event-information {
    width: 100%;
  }
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item {
  margin-bottom: 40px;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item.odd .event-thumbnail {
  float: right!important;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item:last-child {
  margin-bottom: 0;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item:hover .event-content .event-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-thumbnail {
  width: 50%;
  float: left;
  overflow: hidden;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 991px) {
  .event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-thumbnail {
    width: 100%;
  }
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information {
  background-color: #fff;
  padding: 20px 30px;
  width: 50%;
  float: right;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .event-title {
  text-transform: uppercase;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .event-title a {
  color: #2e3a32;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .event-title a:hover {
  color: #00a97e;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .event-time {
  margin-top: 20px;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .event-time .event-start {
  border-right: 1px solid #ddd;
  display: inline-block;
  line-height: 1.4;
  padding-right: 20px;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .event-time .event-end {
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .event-time .event-end {
    margin-top: 5px;
    padding-left: 0;
  }
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .event-time i {
  color: #00a97e;
  margin-right: 5px;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .event-address {
  margin-top: 5px;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .event-address i {
  color: #00a97e;
  font-size: 18px;
  margin-right: 10px;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .event-excerpt {
  margin-top: 15px;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .donate-button a {
  background-color: transparent;
  border: 2px solid #00a97e;
  color: #00a97e;
}
.event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .event-list-shortcode-wrapper.list-zigzac .events .event-item .event-content .event-information {
    width: 100%;
  }
}
.event-tooltip {
  background: #00a97e;
  height: auto;
  line-height: 200%;
  max-width: 250px;
  padding: 10px;
  position: absolute;
  width: auto;
  z-index: 10001;
}
.event-tooltip .event-info {
  color: #fff;
}
.event-tooltip .event-info h4 {
  font-family: 'Salsa';
}
.event-tooltip .event-info p {
  margin-bottom: 0;
}
.event-tooltip .event-info label {
  margin-right: 10px;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-center h2 {
  color: #00a97e;
  font-family: 'Salsa';
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-center h2:before {
  content: '';
  width: 80px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #00a97e;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-center h2 {
    margin-top: 15px;
  }
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-button-group {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-button-group button {
  background: #fff;
  border: none;
  height: auto;
  padding: 5px 10px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-button-group button.fc-state-hover {
  background: #00a97e;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-button-group button.fc-state-active {
  background: #00a97e;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-button-group button.fc-corner-left {
  border-right: 1px solid #e9e9e9;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 18px;
  -webkit-border-top-left-radius: 18px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 18px;
  -moz-border-radius-topleft: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-button-group button.fc-corner-right {
  border-left: 1px solid #e9e9e9;
  -webkit-border-top-right-radius: 18px;
  -webkit-border-bottom-right-radius: 18px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 18px;
  -moz-border-radius-bottomright: 18px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-button-group button:focus {
  outline: none;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-today-button {
  background: #fff;
  border: none;
  height: auto;
  padding: 5px 10px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-today-button.fc-state-hover {
  background: #00a97e;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-today-button:focus {
  outline: none;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-state-disabled {
  opacity: 0.7;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-header-toolbar .fc-state-disabled:hover {
  background: rgba(0, 169, 126, 0.7);
  color: rgba(255, 255, 255, 0.7);
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-view-container table thead {
  background: none;
  text-transform: uppercase;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-view-container table thead tr th {
  border: medium none;
  padding: 10px;
  text-align: left;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-view-container table .fc-body .fc-widget-content .fc-content-skeleton td {
  padding-left: 10px;
  padding-top: 5px;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-view-container table .fc-body .fc-widget-content .fc-content-skeleton td .fc-day-number {
  float: none;
}
.event-calendar-shortcode-wrapper.style_1 .event-calendar .fc-view-container table .fc-body .fc-widget-content .fc-content-skeleton .fc-event-container .fc-event {
  background: #00a97e;
  border-color: #00a97e;
  color: #fff;
  padding: 3px 5px;
}
.secondary-font {
  font-family: 'Salsa';
}
.rotate-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 17%;
  left: -24%;
  position: absolute;
}
.rotate-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 27%;
  position: absolute;
  right: -43%;
}
.eco-button a,
.eco-button button {
  font-weight: bold;
  padding: 8px 30px!important;
}
.vc_custom_heading.default {
  color: #00a97e;
}
.vc_custom_heading.style_1 {
  color: #00a97e;
  font-family: 'Salsa';
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.vc_custom_heading.style_1:after {
  background: #00a97e;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 120px;
}
.vc_custom_heading.style_2 {
  color: #00a97e;
  font-family: 'Salsa';
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.vc_custom_heading.style_2:after {
  background: #00a97e;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 120px;
}
.vc_custom_heading.style_3 {
  color: #00a97e;
  font-family: 'Salsa';
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.vc_custom_heading.style_3:after {
  background: #00a97e;
  bottom: 0;
  content: '';
  height: 1px;
  right: 0;
  position: absolute;
  width: 120px;
}
/*-----------------------------------
 * 9. THEMECHECK
 *-----------------------------------*/
table {
  border-collapse: collapse;
}
table thead {
  background: rgba(0, 169, 126, 0.3);
}
table,
th,
td {
  border: 1px solid #e9e9e9;
}
th,
td {
  padding: 5px;
}
.post-password-form input[type="password"] {
  background: none;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.post-password-form input[type="password"]:focus {
  border: 1px solid #00a97e;
  outline: none;
}
.post-password-form input[type=submit] {
  background: #ebcb57;
  border: none;
  color: #fff;
  padding: 2px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.post-password-form input[type=submit]:hover {
  background: #00a97e;
}
/*-----------------------------------
 * 10. RESPONSIVE PAGES
 *-----------------------------------*/
@media screen and (max-width: 767px) {
  .new-collection .reset-position {
    margin-top: auto!important;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: auto!important;
  }
}
@media screen and (max-width: 767px) {
  .banner-home-1 .reset-position .vc_column-inner {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}
@media screen and (max-width: 767px) {
  .gallery-home-2 .reset-position {
    margin-top: auto!important;
    margin-right: auto!important;
    text-align: center!important;
  }
}
@media screen and (max-width: 767px) {
  .banner-home-2 .reset-font-size {
    font-size: 40px!important;
  }
}
@media screen and (max-width: 767px) {
  .banner-home-2 .reset-position .vc_column-inner {
    margin-top: auto!important;
    margin-left: auto!important;
  }
}
@media screen and (max-width: 991px) {
  .banner-home-3 .reset-position {
    position: relative;
    bottom: auto!important;
    left: auto!important;
    right: auto!important;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .banner-home-3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lookbook-home-3 .reset-font-size {
    font-size: 40px!important;
  }
}
/*-----------------------------------
 * 11. DONATION
 *-----------------------------------*/
/*-----------------------------------
 * DONATION
 *-----------------------------------*/
article.milo_event.large-image .post-wrapper .event-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
article.milo_event.large-image .post-wrapper .event-content .event-information {
  background-color: #fff;
  padding: 30px;
}
article.milo_event.large-image .post-wrapper .event-content .event-information .event-title {
  text-transform: uppercase;
}
article.milo_event.large-image .post-wrapper .event-content .event-information .event-title a {
  color: #2e3a32;
}
article.milo_event.large-image .post-wrapper .event-content .event-information .event-title a:hover {
  color: #00a97e;
}
article.milo_event.large-image .post-wrapper .event-content .event-information .event-time {
  margin-top: 20px;
}
article.milo_event.large-image .post-wrapper .event-content .event-information .event-time i {
  color: #00a97e;
  margin-right: 5px;
}
article.milo_event.large-image .post-wrapper .event-content .event-information .event-time .event-start {
  border-right: 1px solid #e9e9e9;
  display: inline-block;
  line-height: 1.4;
  padding-right: 20px;
}
article.milo_event.large-image .post-wrapper .event-content .event-information .event-time .event-end {
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  article.milo_event.large-image .post-wrapper .event-content .event-information .event-time .event-end {
    padding-left: 0;
  }
}
article.milo_event.large-image .post-wrapper .event-content .event-information .event-address {
  margin-top: 5px;
}
article.milo_event.large-image .post-wrapper .event-content .event-information .event-address i {
  color: #00a97e;
  font-size: 18px;
  margin-right: 10px;
}
article.milo_event.large-image .post-wrapper .event-content .event-information .event-excerpt {
  margin-top: 15px;
}
article.milo_event.large-image .post-wrapper .event-content .event-information .donate-button a {
  background-color: transparent;
  border: 2px solid #00a97e;
  color: #00a97e;
}
article.milo_event.large-image .post-wrapper .event-content .event-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
article.milo_event.medium-image .post-wrapper .event-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
article.milo_event.medium-image .post-wrapper .event-content .event-thumbnail {
  display: inline-block;
  float: left;
  width: 45%;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information {
  display: inline-block;
  float: right;
  padding: 20px 30px;
  width: 55%;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .event-title {
  text-transform: uppercase;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .event-title a {
  color: #2e3a32;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .event-title a:hover {
  color: #00a97e;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .event-time {
  margin-top: 20px;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .event-time .event-start {
  border-right: 1px solid #ddd;
  display: inline-block;
  line-height: 1.4;
  padding-right: 20px;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .event-time .event-end {
  display: inline-block;
  padding-left: 20px;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .event-time i {
  color: #00a97e;
  margin-right: 5px;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .event-address {
  margin-top: 5px;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .event-address i {
  color: #00a97e;
  font-size: 18px;
  margin-right: 10px;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .event-excerpt {
  margin-top: 15px;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .donate-button {
  margin-top: 20px;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .donate-button a {
  background-color: transparent;
  border: 2px solid #00a97e;
  color: #00a97e;
}
article.milo_event.medium-image .post-wrapper .event-content .event-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
article.milo_event.grid .event-content,
article.milo_event.masonry .event-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
article.milo_event.grid .event-content .event-information,
article.milo_event.masonry .event-content .event-information {
  background-color: #fff;
  padding: 30px;
}
article.milo_event.grid .event-content .event-information .event-title,
article.milo_event.masonry .event-content .event-information .event-title {
  text-transform: uppercase;
}
article.milo_event.grid .event-content .event-information .event-title a,
article.milo_event.masonry .event-content .event-information .event-title a {
  color: #2e3a32;
}
article.milo_event.grid .event-content .event-information .event-title a:hover,
article.milo_event.masonry .event-content .event-information .event-title a:hover {
  color: #00a97e;
}
article.milo_event.grid .event-content .event-information .event-time,
article.milo_event.masonry .event-content .event-information .event-time {
  margin-top: 20px;
}
article.milo_event.grid .event-content .event-information .event-time i,
article.milo_event.masonry .event-content .event-information .event-time i {
  color: #00a97e;
  margin-right: 0px;
}
article.milo_event.grid .event-content .event-information .event-time .event-start,
article.milo_event.masonry .event-content .event-information .event-time .event-start {
  border-right: 1px solid #e9e9e9;
  display: inline-block;
  line-height: 1.4;
  padding-right: 3px;
}
article.milo_event.grid .event-content .event-information .event-time .event-end,
article.milo_event.masonry .event-content .event-information .event-time .event-end {
  display: inline-block;
  padding-left: 0px;
}
article.milo_event.grid .event-content .event-information .event-address,
article.milo_event.masonry .event-content .event-information .event-address {
  margin-top: 5px;
}
article.milo_event.grid .event-content .event-information .event-address i,
article.milo_event.masonry .event-content .event-information .event-address i {
  color: #00a97e;
  font-size: 18px;
  margin-right: 5px;
}
article.milo_event.grid .event-content .event-information .event-excerpt,
article.milo_event.masonry .event-content .event-information .event-excerpt {
  margin-top: 15px;
}
article.milo_event.grid .event-content .event-information .donate-button a,
article.milo_event.masonry .event-content .event-information .donate-button a {
  background-color: transparent;
  border: 2px solid #00a97e;
  color: #00a97e;
}
article.milo_event.grid .event-content .event-information .donate-button a:hover,
article.milo_event.masonry .event-content .event-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
/*-----------------------------------
 * SINGLE EVENT
 *-----------------------------------*/
.single-wrapper article.milo_event .post-wrapper .post-thumbnail-wrapper {
  position: relative;
}
.single-wrapper article.milo_event .post-wrapper .post-thumbnail-wrapper .event-meta-wrapper {
  background: #00a97e;
}
.single-wrapper article.milo_event .post-wrapper .post-thumbnail-wrapper .event-meta-wrapper .event-meta-info {
  color: #fff;
  padding: 30px 40px;
}
.single-wrapper article.milo_event .post-wrapper .post-thumbnail-wrapper .event-meta-wrapper .event-meta-info div {
  display: inline-block;
  padding: 0 40px;
  border-right: 1px solid #e9e9e9;
  font-weight: bold;
  text-transform: uppercase;
}
.single-wrapper article.milo_event .post-wrapper .post-thumbnail-wrapper .event-meta-wrapper .event-meta-info div:first-child {
  padding-left: 0;
}
.single-wrapper article.milo_event .post-wrapper .post-thumbnail-wrapper .event-meta-wrapper .event-meta-info div:last-child {
  padding-right: 0;
  border: none;
}
.single-wrapper article.milo_event .post-wrapper .post-thumbnail-wrapper .event-meta-wrapper .event-meta-info div i {
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .single-wrapper article.milo_event .post-wrapper .post-thumbnail-wrapper .event-meta-wrapper .event-meta-info div {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .single-wrapper article.milo_event .post-wrapper .post-thumbnail-wrapper .event-meta-wrapper .event-meta-info div {
    border: none;
    display: block;
    padding: 0;
  }
}
.single-wrapper article.milo_event .post-wrapper .event-title {
  padding-top: 40px;
  font-weight: normal;
  font-family: 'Salsa';
  font-size: 32px;
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper {
  border: none;
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .event-countdown-wrapper {
  border: 1px solid #00a97e;
  height: 450px;
  padding-left: 0;
  text-align: center;
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .event-countdown-wrapper .event-countdown ul {
  color: #00a97e;
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .event-countdown-wrapper .event-countdown ul li .countdown-number {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 0;
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .event-countdown-wrapper .event-countdown ul li .countdown-text {
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .event-countdown-wrapper .event-countdown ul li .countdown-text:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  background: #00a97e;
  bottom: -10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .event-countdown-wrapper .event-buy-ticket {
  padding-top: 50px;
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .event-countdown-wrapper .event-buy-ticket a {
  background: #00a97e;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 8px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .event-countdown-wrapper .event-buy-ticket a:hover,
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .event-countdown-wrapper .event-buy-ticket a:focus {
  background: #3c3c3c;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .single-wrapper article.milo_event .post-wrapper .post-content-wrapper .event-countdown-wrapper {
    margin-top: 20px;
  }
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .post-social-share {
  display: block;
  float: left;
  margin-top: 40px;
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .post-social-share .social-share-wrapper .social-share li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.single-wrapper article.milo_event .post-wrapper .post-content-wrapper .post-social-share .social-share-wrapper .social-share li.social-label {
  background: none;
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  width: auto;
}
@media screen and (max-width: 767px) {
  .single-wrapper article.milo_event .post-wrapper .post-content-wrapper .post-social-share .social-share-wrapper .social-share li.social-label {
    display: block;
  }
}
.event-popup {
  background: #fff;
  margin: 0 auto;
  width: 450px;
}
.event-popup .popup-content {
  padding: 15px;
  position: relative;
}
.event-popup .popup-content .popup-header .popup-header-info {
  clear: both;
  text-align: center;
}
.event-popup .popup-content .popup-header .popup-header-info .popup-title {
  text-transform: uppercase;
  color: #00a97e;
  font-size: 22px;
  font-weight: bold;
}
.event-popup .popup-content .popup-header .popup-header-info .popup-event-title {
  font-size: 16px;
  padding-bottom: 20px;
  position: relative;
}
.event-popup .popup-content .popup-header .popup-header-info .popup-event-title:before {
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #00a97e;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.event-popup .popup-content .popup-header .popup-event-info {
  margin-bottom: 30px;
  margin-top: 25px;
}
.event-popup .popup-content .popup-header .popup-event-info div {
  display: inline-block;
  text-align: center;
  width: 28%;
}
.event-popup .popup-content .popup-header .popup-event-info div i {
  color: #00a97e;
  margin-right: 10px;
}
.event-popup .popup-content .popup-header .popup-event-info div.event-phone {
  text-align: left;
  width: 40%;
}
.event-popup .popup-content .popup-header .popup-event-info div.event-ticket-price {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .event-popup .popup-content .popup-header .popup-event-info div {
    text-align: left!important;
    width: 100%!important;
  }
}
.event-popup .popup-content .popup-body .milo-event-form-register .response-message .register-success {
  color: #00a97e;
  text-align: center;
}
.event-popup .popup-content .popup-body .milo-event-form-register .response-message .register-failed {
  color: red;
  text-align: center;
}
.event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .event-form-title {
  color: #00a97e;
  margin-top: 30px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .event-form-title:before {
  content: '';
  width: 60px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #00a97e;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .row {
  padding-bottom: 20px;
}
.event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .row input[type='text'],
.event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .row input[type='email'],
.event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .row textarea {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #e9e9e9;
}
.event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .row input[type='text']:focus,
.event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .row input[type='email']:focus,
.event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .row textarea:focus {
  border: 1px solid #00a97e;
  outline: none;
}
@media screen and (max-width: 480px) {
  .event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .row input[type='text'],
  .event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .row input[type='email'] {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .event-popup .popup-content .popup-body .milo-event-form-register .event-form-info .row {
    padding-bottom: 0;
  }
}
.event-popup .popup-content .popup-body .milo-event-form-register .event-register-submit {
  padding-bottom: 20px;
}
.event-popup .popup-content .popup-body .milo-event-form-register .event-register-submit .milo-notice {
  color: red;
}
.event-popup .popup-content .popup-body .milo-event-form-register .event-register-submit .milo-notice.milo-event-loader {
  text-align: center;
}
.event-popup .popup-content .popup-body .milo-event-form-register .event-register-submit button {
  background: #fff;
  border: 2px solid #00a97e;
  color: #00a97e;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 20px;
  padding: 8px 35px;
  text-transform: uppercase;
  width: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event-popup .popup-content .popup-body .milo-event-form-register .event-register-submit button:hover,
.event-popup .popup-content .popup-body .milo-event-form-register .event-register-submit button:focus {
  outline: none;
  background: #00a97e;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .event-popup {
    width: 300px;
  }
}
article.milo_cause.grid .post-wrapper .cause-content,
article.milo_cause.masonry .post-wrapper .cause-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
article.milo_cause.grid .post-wrapper .cause-content .cause-information,
article.milo_cause.masonry .post-wrapper .cause-content .cause-information {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
article.milo_cause.grid .post-wrapper .cause-content .cause-information .cause-title,
article.milo_cause.masonry .post-wrapper .cause-content .cause-information .cause-title {
  text-transform: uppercase;
}
article.milo_cause.grid .post-wrapper .cause-content .cause-information .cause-title a,
article.milo_cause.masonry .post-wrapper .cause-content .cause-information .cause-title a {
  color: #2e3a32;
}
article.milo_cause.grid .post-wrapper .cause-content .cause-information .cause-title a:hover,
article.milo_cause.masonry .post-wrapper .cause-content .cause-information .cause-title a:hover {
  color: #00a97e;
}
article.milo_cause.grid .post-wrapper .cause-content .cause-information .cause-statistic .cause-progress,
article.milo_cause.masonry .post-wrapper .cause-content .cause-information .cause-statistic .cause-progress {
  background-color: #00a97e;
}
article.milo_cause.grid .post-wrapper .cause-content .cause-information .cause-statistic .cause-progress .progress-bar .tooltip > .tooltip-inner,
article.milo_cause.masonry .post-wrapper .cause-content .cause-information .cause-statistic .cause-progress .progress-bar .tooltip > .tooltip-inner {
  background-color: #00a97e;
  color: #fff;
}
article.milo_cause.grid .post-wrapper .cause-content .cause-information .cause-statistic .cause-progress .progress-bar .popOver + .tooltip > .tooltip-arrow,
article.milo_cause.masonry .post-wrapper .cause-content .cause-information .cause-statistic .cause-progress .progress-bar .popOver + .tooltip > .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #00a97e;
}
article.milo_cause.grid .post-wrapper .cause-content .cause-information .cause-statistic .cause-raised-goal,
article.milo_cause.masonry .post-wrapper .cause-content .cause-information .cause-statistic .cause-raised-goal {
  color: #00a97e;
}
article.milo_cause.grid .post-wrapper .cause-content .cause-information .cause-statistic .cause-raised-goal label,
article.milo_cause.masonry .post-wrapper .cause-content .cause-information .cause-statistic .cause-raised-goal label {
  color: #2e3a32;
}
article.milo_cause.grid .post-wrapper .cause-content .cause-information .donate-button a,
article.milo_cause.masonry .post-wrapper .cause-content .cause-information .donate-button a {
  background-color: transparent;
  border: 2px solid #00a97e;
  color: #00a97e;
}
article.milo_cause.grid .post-wrapper .cause-content .cause-information .donate-button a:hover,
article.milo_cause.masonry .post-wrapper .cause-content .cause-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
article.milo_cause.medium-image .post-wrapper .cause-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
article.milo_cause.medium-image .post-wrapper .cause-content .cause-thumbnail {
  display: inline-block;
  float: left;
  width: 45%;
}
article.milo_cause.medium-image .post-wrapper .cause-content .cause-information {
  display: inline-block;
  float: right;
  padding: 20px 35px 20px 35px;
  width: 55%;
}
article.milo_cause.medium-image .post-wrapper .cause-content .cause-information .cause-title {
  text-transform: uppercase;
}
article.milo_cause.medium-image .post-wrapper .cause-content .cause-information .cause-title a {
  color: #2e3a32;
}
article.milo_cause.medium-image .post-wrapper .cause-content .cause-information .cause-title a:hover {
  color: #00a97e;
}
article.milo_cause.medium-image .post-wrapper .cause-content .cause-information .cause-statistic {
  margin-top: 50px;
  position: relative;
}
article.milo_cause.medium-image .post-wrapper .cause-content .tooltip > .tooltip-inner {
  background-color: #00a97e;
  color: #fff;
}
article.milo_cause.medium-image .post-wrapper .cause-content .popOver + .tooltip > .tooltip-arrow {
  border-top: 5px solid #00a97e;
}
article.milo_cause.medium-image .post-wrapper .cause-content .cause-statistic .cause-progress {
  background-color: #393939;
}
article.milo_cause.medium-image .post-wrapper .cause-content .cause-statistic .cause-progress .progress-bar {
  background: #00a97e;
}
article.milo_cause.medium-image .post-wrapper .cause-content .cause-statistic .cause-raised-goal {
  color: #00a97e;
}
article.milo_cause.medium-image .post-wrapper .cause-content .cause-statistic .cause-raised-goal label {
  color: #3c3c3c;
}
article.milo_cause.medium-image .post-wrapper .cause-content .donate-button {
  margin-top: 20px;
}
article.milo_cause.medium-image .post-wrapper .cause-content .donate-button a {
  background-color: #00a97e;
  border: 2px solid #00a97e;
}
article.milo_cause.medium-image .post-wrapper .cause-content .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
article.milo_cause.large-image .post-wrapper .cause-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
article.milo_cause.large-image .post-wrapper .cause-content .cause-information {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
article.milo_cause.large-image .post-wrapper .cause-content .cause-information .cause-title {
  text-transform: uppercase;
}
article.milo_cause.large-image .post-wrapper .cause-content .cause-information .cause-title a {
  color: #2e3a32;
}
article.milo_cause.large-image .post-wrapper .cause-content .cause-information .cause-title a:hover {
  color: #00a97e;
}
article.milo_cause.large-image .post-wrapper .cause-content .cause-information .cause-statistic .cause-progress {
  background-color: #00a97e;
}
article.milo_cause.large-image .post-wrapper .cause-content .cause-information .cause-statistic .cause-progress .progress-bar .tooltip > .tooltip-inner {
  background-color: #00a97e;
  color: #fff;
}
article.milo_cause.large-image .post-wrapper .cause-content .cause-information .cause-statistic .cause-progress .progress-bar .popOver + .tooltip > .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #00a97e;
}
article.milo_cause.large-image .post-wrapper .cause-content .cause-information .cause-statistic .cause-raised-goal {
  color: #00a97e;
}
article.milo_cause.large-image .post-wrapper .cause-content .cause-information .cause-statistic .cause-raised-goal label {
  color: #2e3a32;
}
article.milo_cause.large-image .post-wrapper .cause-content .cause-information .donate-button a {
  background-color: transparent;
  border: 2px solid #00a97e;
  color: #00a97e;
}
article.milo_cause.large-image .post-wrapper .cause-content .cause-information .donate-button a:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
/*-----------------------------------
 * SINGLE CAUSE
 *-----------------------------------*/
.single-wrapper article.milo_cause .post-wrapper .post-thumbnail-wrapper {
  overflow: hidden;
  position: relative;
}
.single-wrapper article.milo_cause .post-wrapper .post-thumbnail-wrapper .cause-meta-wrapper {
  background: #00a97e;
}
.single-wrapper article.milo_cause .post-wrapper .post-thumbnail-wrapper .cause-meta-wrapper .cause-meta-info {
  color: #fff;
  padding: 25px 40px;
}
.single-wrapper article.milo_cause .post-wrapper .post-thumbnail-wrapper .cause-meta-wrapper .cause-meta-info .cause-right {
  margin-top: 25px;
  text-align: right;
}
.single-wrapper article.milo_cause .post-wrapper .post-thumbnail-wrapper .cause-meta-wrapper .cause-meta-info .cause-right button,
.single-wrapper article.milo_cause .post-wrapper .post-thumbnail-wrapper .cause-meta-wrapper .cause-meta-info .cause-right a {
  background: #3c3c3c;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 8px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-wrapper article.milo_cause .post-wrapper .post-thumbnail-wrapper .cause-meta-wrapper .cause-meta-info .cause-right button:hover,
.single-wrapper article.milo_cause .post-wrapper .post-thumbnail-wrapper .cause-meta-wrapper .cause-meta-info .cause-right a:hover,
.single-wrapper article.milo_cause .post-wrapper .post-thumbnail-wrapper .cause-meta-wrapper .cause-meta-info .cause-right button:focus,
.single-wrapper article.milo_cause .post-wrapper .post-thumbnail-wrapper .cause-meta-wrapper .cause-meta-info .cause-right a:focus {
  background: #fff;
  color: #3c3c3c;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .single-wrapper article.milo_cause .post-wrapper .post-thumbnail-wrapper .cause-meta-wrapper .cause-meta-info .cause-right {
    text-align: center;
  }
}
.single-wrapper article.milo_cause .post-wrapper .post-content-wrapper {
  border: none;
}
.single-wrapper article.milo_cause .post-wrapper .post-content-wrapper .post-social-share {
  display: block;
  float: left;
  margin-top: 40px;
}
.single-wrapper article.milo_cause .post-wrapper .post-content-wrapper .post-social-share .social-share-wrapper .social-share li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.single-wrapper article.milo_cause .post-wrapper .post-content-wrapper .post-social-share .social-share-wrapper .social-share li.social-label {
  background: none;
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  width: auto;
}
@media screen and (max-width: 767px) {
  .single-wrapper article.milo_cause .post-wrapper .post-content-wrapper .post-social-share .social-share-wrapper .social-share li.social-label {
    display: block;
  }
}
.cause-statistic {
  margin-top: 40px;
}
.cause-statistic .cause-progress {
  background-color: #fff;
  height: 5px;
  position: relative;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.cause-statistic .cause-progress .progress-bar {
  background: #ebcb57;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: width 2.5s ease-in-out;
  -o-transition: width 2.5s ease-in-out;
  transition: width 2.5s ease-in-out;
}
.cause-statistic .cause-progress .number {
  position: absolute;
  bottom: 15px;
  line-height: 1.4;
  background-color: #fff;
  color: #00a97e;
  font-weight: bold;
  font-size: 13px;
  padding: 7px 15px 3px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cause-statistic .cause-progress .number:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #fff transparent transparent;
  margin-top: 2px;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cause-statistic .cause-raised-goal {
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
}
.cause-statistic .cause-raised-goal .cause-raised {
  float: left;
}
.cause-statistic .cause-raised-goal .cause-goal {
  float: right;
}
.cause-statistic .cause-raised-goal label {
  font-weight: normal;
}
.cause-popup {
  background: #fff;
  margin: 0 auto;
  width: 450px;
}
.cause-popup .popup-content {
  padding: 15px;
  position: relative;
}
.cause-popup .popup-content .popup-header .popup-header-info {
  clear: both;
  text-align: center;
}
.cause-popup .popup-content .popup-header .popup-header-info .popup-title {
  text-transform: uppercase;
  color: #00a97e;
  font-size: 22px;
  font-weight: bold;
}
.cause-popup .popup-content .popup-header .popup-header-info .popup-cause-title {
  font-size: 16px;
  padding-bottom: 20px;
  position: relative;
}
.cause-popup .popup-content .popup-header .popup-header-info .popup-cause-title:before {
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #00a97e;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cause-popup .popup-content .popup-body {
  margin-top: 30px;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-radio .donate-form-group {
  width: 100%;
  background: #f5f5f5;
  color: #7b7a7a;
  cursor: pointer;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-radio .donate-form-group.checked {
  background: #00a97e;
  color: #fff;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-radio .donate-form-group label {
  margin-bottom: 0;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-radio .donate-form-group input[type='radio'] {
  display: none;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-radio .donate-amount-button {
  border: 1px solid #e9e9e9;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-radio .donate-amount-button.active {
  background-color: #00a97e;
  border-color: #00a97e;
  color: #fff;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-text {
  margin-top: 20px;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-text .donate-amount-custom label {
  font-weight: normal;
  width: 150px;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-text .donate-amount-custom input[type='number'] {
  border: 1px solid #e9e9e9;
  font-weight: normal;
  padding: 6px 10px;
  width: calc(100% - 155px);
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-text .donate-amount-custom input[type='number']:focus {
  border: 1px solid #00a97e;
  outline: none;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-title {
  color: #00a97e;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-title:before {
  content: '';
  width: 60px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #00a97e;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-info .row {
  padding-bottom: 20px;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-info .row input[type='text'],
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-info .row input[type='email'],
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-info .row textarea {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #e9e9e9;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-info .row input[type='text']:focus,
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-info .row input[type='email']:focus,
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-info .row textarea:focus {
  border: 1px solid #00a97e;
  outline: none;
}
@media screen and (max-width: 480px) {
  .cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-info .row input[type='text'],
  .cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-info .row input[type='email'] {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-info .row {
    padding-bottom: 0;
  }
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-submit {
  padding-bottom: 20px;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-submit .milo-notice {
  color: red;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-submit .milo-notice.milo-paypal-loader {
  text-align: center;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-submit button {
  background: #fff;
  border: 2px solid #00a97e;
  color: #00a97e;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 20px;
  padding: 8px 35px;
  text-transform: uppercase;
  width: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-submit button:hover,
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-submit button:focus {
  outline: none;
  background: #00a97e;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cause-popup .popup-content .popup-body .milo-donate-form-paypal .donate-form-submit button i {
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .cause-popup {
    width: 300px;
  }
}
