/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Template
 * 3.0 - Header
 * 4.0 - Footer
 * 5.0 - Widget
 * 6.0 - Blog
 * 7.0 - Woocommerce
 * 8.0 - ShortCode
 * 9.0 - Color
 * ----------------------------------------------------------------------------
 */
/**
 * 0.0 - Libraries and defined variable
 * ----------------------------------------------------------------------------
 */
@supports (--css:variables) {
  :root {
    --layout_site_width: 90%;
    --layout_site_max_width: 1200px;
    --text_color: #333333;
    --text_color_lighten_5: #404040;
    --text_color_lighten_10: #4d4d4d;
    --text_color_lighten_15: #595959;
    --text_color_lighten_20: #666666;
    --text_color_lighten_25: #737373;
    --text_color_lighten_30: #808080;
    --text_color_lighten_35: #8c8c8c;
    --text_color_lighten_40: #999999;
    --text_color_lighten_50: #b3b3b3;
    --text_color_lighten_60: #cccccc;
    --text_color_lighten_70: #e6e6e6;
    --text_color_darken_5: #262626;
    --text_color_darken_10: #1a1a1a;
    --text_color_darken_15: #0d0d0d;
    --text_color_darken_20: #000000;
    --text_color_darken_25: #000000;
    --text_color_fade_10: rgba(51, 51, 51, 0.1);
    --text_color_fade_20: rgba(51, 51, 51, 0.2);
    --text_color_fade_30: rgba(51, 51, 51, 0.3);
    --text_color_fade_40: rgba(51, 51, 51, 0.4);
    --text_color_fade_50: rgba(51, 51, 51, 0.5);
    --text_color_fade_60: rgba(51, 51, 51, 0.6);
    --text_color_fade_70: rgba(51, 51, 51, 0.7);
    --text_color_fade_80: rgba(51, 51, 51, 0.8);
    --text_color_fade_90: rgba(51, 51, 51, 0.9);
    --primary_color: #94da46;
    --primary_color_lighten_5: #a0de5b;
    --primary_color_lighten_10: #ade371;
    --primary_color_lighten_15: #b9e786;
    --primary_color_lighten_20: #c5eb9b;
    --primary_color_lighten_25: #d1efb0;
    --primary_color_darken_5: #88d631;
    --primary_color_darken_10: #7bc628;
    --primary_color_darken_15: #6eb023;
    --primary_color_darken_20: #609b1f;
    --primary_color_darken_25: #53861b;
    --primary_color_fade_10: rgba(148, 218, 70, 0.1);
    --primary_color_fade_20: rgba(148, 218, 70, 0.2);
    --primary_color_fade_30: rgba(148, 218, 70, 0.3);
    --primary_color_fade_40: rgba(148, 218, 70, 0.4);
    --primary_color_fade_50: rgba(148, 218, 70, 0.5);
    --primary_color_fade_60: rgba(148, 218, 70, 0.6);
    --primary_color_fade_70: rgba(148, 218, 70, 0.7);
    --primary_color_fade_80: rgba(148, 218, 70, 0.8);
    --primary_color_fade_90: rgba(148, 218, 70, 0.9);
    --secondary_color: #83cab1;
    --secondary_color_darken_20: #45a281;
    --secondary_color_fade_50: rgba(131, 202, 177, 0.5);
    --secondary_color_fade_70: rgba(131, 202, 177, 0.7);
    --secondary_color_fade_90: rgba(131, 202, 177, 0.9);
    --heading_color: #1f2a37;
    --heading_color_lighten_20: #445c78;
    --heading_color_fade_10: rgba(31, 42, 55, 0.1);
    --heading_color_fade_20: rgba(31, 42, 55, 0.2);
    --heading_color_fade_30: rgba(31, 42, 55, 0.3);
    --heading_color_fade_40: rgba(31, 42, 55, 0.4);
    --heading_color_fade_50: rgba(31, 42, 55, 0.5);
    --heading_color_fade_60: rgba(31, 42, 55, 0.6);
    --heading_color_fade_70: rgba(31, 42, 55, 0.7);
    --heading_color_fade_80: rgba(31, 42, 55, 0.8);
    --heading_color_fade_90: rgba(31, 42, 55, 0.9);
    --menu_font: Source Sans Pro;
    --menu_font_weight: 600;
    --menu_font_size: 16px;
    --sub_menu_font_size: 15px;
    --secondary_font: Pacifico;
    --secondary_font_weight: 400;
    --secondary_font_size: 15px;
    --primary_font: Source Sans Pro;
    --primary_font_weight: 400;
    --primary_font_size: 15px;
    --page_title_bg_color: #FFFFFF;
    --page_title_overlay_color: rgba(10, 10, 10, 0.5);
    --page_title_overlay_opacity: 0;
    --page_title_color: #fff;
    --page_sub_title_color: #333333;
    --page_title_margin_top: 0;
    --page_title_margin_bottom: 100px;
    --page_title_height: 300px;
    --main_menu_height: 70px;
    --logo_mobile_max_height: 70px;
    --logo_mobile_padding: 15px;
    --main_menu_mobile_height: 100px;
    --header_1_nav_layout_padding: 100px;
    --header_2_nav_layout_padding: 100px;
    --header_3_nav_layout_padding: 100px;
    --header_4_nav_layout_padding: 100px;
    --header_5_nav_layout_padding: 100px;
    --header_6_nav_layout_padding: 100px;
    --header_1_nav_distance: 20px;
    --header_2_nav_distance: 20px;
    --header_3_nav_distance: 20px;
    --header_4_nav_distance: 20px;
    --header_5_nav_distance: 20px;
    --header_6_nav_distance: 15px;
    --home_preloader_bg_color: #000;
    --top_bar_bg_color: #fff;
    --top_bar_text_color: #0f0f0f;
    --top_bar_layout_padding: 100px;
    --logo_padding_top: 10px;
    --logo_padding_bottom: 10px;
    --menu_sub_bg_color: #fff;
    --menu_sub_bg_color_darken_7: #ededed;
    --menu_sub_bg_color_darken_15: #d9d9d9;
    --menu_sub_bg_color_lighten_7: #ffffff;
    --menu_sub_bg_color_lighten_15: #ffffff;
    --menu_sub_text_color: #333;
    --header_1_nav_bg_color: #fff;
    --header_1_nav_text_color: #1f2a37;
    --header_1_height: 130px;
    --header_2_nav_bg_color: #fff;
    --header_2_nav_text_color: #1f2a37;
    --header_2_height: 120px;
    --header_3_nav_bg_color: #ffffff;
    --header_3_nav_text_color: #1f2a37;
    --header_3_height: 120px;
    --header_4_nav_bg_color: #94da46;
    --header_4_nav_text_color: #fff;
    --header_4_height: 130px;
    --header_5_nav_bg_color: #1f2a37;
    --header_5_nav_text_color: #fff;
    --header_5_height: 120px;
    --header_6_nav_bg_color: #1f2a37;
    --header_6_nav_text_color: #fff;
    --header_6_height: 120px;
    --mobile_background_color: #1f2a37;
    --mobile_text_color: #ffffff;
    --mobile_text_color_fade_60: rgba(255, 255, 255, 0.6);
    --mobile_page_title_height: 140px;
    --headersidebar_nav_bg_color: #ffffff;
    --headersidebar_nav_bg_color_lighten_10: #ffffff;
    --headersidebar_nav_text_color: #424242;
    --headersidebar_nav_text_color_fade_60: rgba(66, 66, 66, 0.6);
    --headersidebar_nav_text_color_fade_85: rgba(66, 66, 66, 0.85);
    --headersidebar_sidebar_width: 300px;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
            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);
  }
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*rollInRight*/
@-webkit-keyframes rollInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollInRight {
  -webkit-animation-name: rollInRight;
  animation-name: rollInRight;
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--primary_color), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
/*-----------SPINNER---------------------*/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
            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);
  }
}
@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;
  }
}
.animate {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
  }
}
.animate.swingInX {
  -webkit-transform-origin: top;
  -ie-transform-origin: top;
  -ms-transform-origin: top;
      transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX;
}
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
}
@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg);
  }
}
.animate.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes pulse-left-right {
  0% {
    -webkit-transform: translate(0px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(20px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0);
    opacity: 0;
  }
}
@keyframes pulse-left-right {
  0% {
    -ms-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
    opacity: 0;
  }
  50% {
    -ms-transform: translate(20px, 0);
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 1;
  }
  100% {
    -ms-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
    opacity: 0;
  }
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(30%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(30%);
            transform: translate(30%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-30%);
            transform: translate(-30%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-30%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-30%);
            transform: translate(-30%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(30%);
            transform: translate(30%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes shadow-pulse-white {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}
@keyframes shadow-pulse-white {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}
.yolo-full-width {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
}
.container .yolo-full-width {
  padding-left: 0;
  padding-right: 0;
}
.post-navigation {
  padding: 0;
  display: table;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.post-navigation .nav-links {
  width: 100%;
  margin: 0 auto;
  display: table;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  width: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.post-navigation .nav-previous .post-navigation-content,
.post-navigation .nav-next .post-navigation-content {
  margin-left: 30px;
}
.post-navigation .nav-next {
  display: table-cell;
  text-align: right;
}
.post-navigation .nav-next .post-navigation-content {
  margin-left: 0;
  margin-right: 30px;
}
.post-navigation .post-navigation-label {
  display: block;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--text_color);
}
.post-navigation .post-navigation-title {
  -ms-word-wrap: break-word;
  text-align: left;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  color: var(--secondary_color);
}
.post-navigation .post-navigation-icon {
  font-size: 24px;
  line-height: 1em;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  color: var(--text_color);
  z-index: 1;
}
.post-navigation .nav-links .nav-next .post-navigation-icon {
  right: 0;
}
/* -----------------------------------------------------------------------------
 * WordPress Default Style
 * -------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
.alignnone {
  margin: 15px 15px 0 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}
.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}
.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
a img.alignright {
  float: right;
  margin: 15px 0 0 15px;
}
a img.alignnone {
  margin: 15px 15px 0 0;
}
a img.alignleft {
  float: left;
  margin: 15px 15px 0 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  text-align: center;
  max-width: 100%;
}
.wp-caption.alignnone {
  margin: 15px 15px 30px 0;
}
.wp-caption.alignleft {
  margin: 15px 15px 30px 0;
}
.wp-caption.alignright {
  margin: 15px 0 30px 15px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 0.9em;
  font-style: italic;
  opacity: 0.7;
  line-height: 17px;
  margin: 1em 0 0 0;
  padding: 0 10%;
}
.wp-post-image {
  height: auto;
  max-width: 100%;
}
.sticky {
  opacity: 1;
}
.bypostauthor {
  opacity: 1;
}
/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}
.gallery:before {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  -webkit-box-shadow: 0 -10px 15px #000 inset;
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
.yolo-page-links {
  font-size: 0;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 50px;
}
.yolo-page-links-title {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  color: #858585;
  font-weight: normal;
  margin-right: 20px;
}
.yolo-page-link {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #888;
  text-align: center;
  line-height: 40px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.yolo-page-links .yolo-page-link:hover,
.yolo-page-links > .yolo-page-link {
  color: var(--primary_color);
}
.float-right {
  float: right;
}
/**
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
.lg-backdrop.in {
  opacity: 0.6 !important;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: var(--text_color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--heading_color);
}
.container .container,
.has-sidebar .yolo-site-content-page-inner .container,
.has-sidebar .site-content-archive-inner .container {
  padding: 0;
}
.container {
  max-width: 100%;
}
@media (min-width: 1320px) {
  .container {
    width: 1320px;
  }
}
#yolo-wrapper {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  body.float {
    padding: 20px !important;
  }
  body.boxed #yolo-wrapper {
    margin: auto;
    overflow: hidden;
    width: var(--layout_site_width);
    max-width: var(--layout_site_max_width);
  }
}
div,
iframe,
img {
  margin: 0;
  padding: 0;
}
p {
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
::-moz-selection {
  color: #fff;
  background-color: var(--primary_color);
}
::selection {
  color: #fff;
  background-color: var(--primary_color);
}
::-moz-selection {
  color: #fff;
  background-color: var(--primary_color);
}
a,
a:hover,
a.active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: var(--primary_color);
}
a:focus,
a.active {
  color: var(--primary_color);
}
input,
textarea,
button,
select {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
h1 strong,
h3 strong {
  position: relative;
  color: var(--primary_color);
  font-weight: normal;
}
h1 strong:before,
h3 strong:before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  background-color: var(--primary_color);
}
h2 a:hover {
  opacity: 1 !important;
  color: var(--primary_color) !important;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .rp_mobile_center h3,
  .rp_mobile_center p {
    text-align: center !important;
  }
}
.welcome:first-letter {
  font-weight: bold;
  color: var(--primary_color);
  position: relative;
  line-height: 1;
}
.background_position_bottom .vc_column-inner {
  background-position: bottom !important;
}
.maintanence-page {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  text-align: center;
}
.maintanence-page .maintenance-title h2 {
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 480px) {
  .maintanence-page .maintenance-title h2 {
    font-size: 50px;
  }
}
.maintanence-page .countdown-wrap .countdown-content .time_circles div h4 {
  color: #fff !important;
}
.maintanence-page .countdown-wrap .countdown-content .time_circles div span {
  color: #fff !important;
}
@media (max-width: 1199px) {
  .maintanence-page .countdown-wrap .countdown-content .time_circles {
    width: 100%;
  }
  .maintanence-page .countdown-wrap .countdown-content .time_circles canvas {
    width: auto;
  }
}
.maintanence-page .maintenance-social {
  margin-top: 0px;
}
.maintanence-page .maintenance-social .maintenance-social-profile-wrapper {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li {
  list-style: none;
  display: inline-block;
}
.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li a {
  color: #fff;
  font-size: 30px;
  padding: 0px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li a i.fa-twitter:after {
  content: 'Follow us on Twitter';
  padding-left: 20px;
  font-size: 18px;
}
.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li a i.fa-facebook:after {
  content: 'Find us on Facebook';
  padding-left: 20px;
  font-size: 18px;
}
.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li:hover a {
  color: var(--primary_color);
}
.under-construction,
.coming-soon {
  text-align: center;
}
.under-construction .logo,
.coming-soon .logo {
  max-width: 380px;
  max-height: 380px;
  margin: auto;
}
.under-construction .title,
.coming-soon .title {
  line-height: 1;
}
.under-construction .title,
.coming-soon .title {
  font-size: 36px;
  margin-top: 40px;
}
.under-construction .sub-title,
.coming-soon .sub-title {
  font-size: 16px;
  margin-top: 30px;
}
.under-construction .entry-content .mc4wp-form,
.coming-soon .entry-content .mc4wp-form {
  margin-top: 50px;
}
.under-construction .entry-content .mc4wp-form label,
.coming-soon .entry-content .mc4wp-form label {
  display: none;
}
.under-construction .entry-content .mc4wp-form input,
.coming-soon .entry-content .mc4wp-form input {
  display: none;
}
.under-construction .entry-content .mc4wp-form input[type="email"],
.coming-soon .entry-content .mc4wp-form input[type="email"] {
  border: solid 2px #DDDDDD;
  background-color: #fff;
  color: #888;
  width: 370px;
  display: block;
  padding-right: 30px;
}
.under-construction .entry-content .mc4wp-form input[type="submit"],
.coming-soon .entry-content .mc4wp-form input[type="submit"] {
  display: none;
}
.under-construction .entry-content .mc4wp-form p,
.coming-soon .entry-content .mc4wp-form p {
  display: inline-block;
}
.under-construction .entry-content .mc4wp-form span.email,
.coming-soon .entry-content .mc4wp-form span.email {
  display: inline-block;
  position: relative;
}
.under-construction .entry-content .mc4wp-form span.email i,
.coming-soon .entry-content .mc4wp-form span.email i {
  position: absolute;
  right: 14px;
  top: 14px;
}
.under-construction p .sub-title {
  line-height: 1;
}
/*-------------------------------------
INPUT
---------------------------------------*/
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
  padding: 0 15px;
  font-size: 14px;
  color: #878787;
  height: 42px;
  line-height: 1;
  background-color: #f5f5f5;
  border: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="text"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
  color: #878787;
}
input[type="text"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
textarea :-moz-placeholder,
select :-moz-placeholder {
  color: #878787;
}
input[type="text"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
textarea ::-moz-placeholder,
select ::-moz-placeholder {
  color: #878787;
}
input[type="text"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
textarea :-ms-input-placeholder,
select :-ms-input-placeholder {
  color: #878787;
}
textarea {
  height: auto;
  padding-top: 15px;
}
select {
  max-width: 100%;
}
@media (max-width: 991px) {
  .remove-margin {
    text-align: center !important;
    margin-bottom: 30px !important;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}
/* MODAL SEARCH
/*-------------------------*/
#yolo-modal-search {
  z-index: 999999;
  overflow: auto;
}
#yolo-modal-search.modal.in .modal-backdrop.in {
  height: 100%;
  position: fixed;
  background-color: var(--text_color);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#yolo-modal-search.modal.in .yolo-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#yolo-modal-search .yolo-modal-dialog {
  -webkit-transform: translate(0, -50%);
  -ms-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;
}
#yolo-modal-search .yolo-dismiss-modal {
  position: absolute;
  right: 50px;
  top: 30px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  z-index: 1040;
  cursor: pointer;
}
#yolo-modal-search .yolo-modal-search {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1041;
}
#yolo-modal-search .yolo-modal-search .yolo-search-result {
  position: absolute;
  width: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 40%;
}
@media (max-width: 767px) {
  #yolo-modal-search .yolo-modal-search .yolo-search-result {
    top: 20%;
  }
}
#yolo-modal-search .yolo-modal-search .yolo-search-wrapper {
  position: relative;
  width: 100%;
  font-size: 24px;
  color: inherit;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  display: block;
}
#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:before,
#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:after {
  content: " ";
  display: table;
}
#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:after {
  clear: both;
}
#yolo-modal-search .yolo-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;
}
#yolo-modal-search .yolo-modal-search input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
#yolo-modal-search .yolo-modal-search input[type="search"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
#yolo-modal-search .yolo-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;
}
#yolo-modal-search .ajax-search-result {
  margin: auto;
  background: rgba(77, 77, 77, 0.1);
}
#yolo-modal-search .ajax-search-result > ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
#yolo-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;
}
#yolo-modal-search .ajax-search-result li:hover,
#yolo-modal-search .ajax-search-result li.selected {
  background-color: rgba(127, 127, 127, 0.1);
}
#yolo-modal-search .ajax-search-result li > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#yolo-modal-search .ajax-search-result li + li {
  border-top: dotted 1px rgba(77, 77, 77, 0.1);
}
#yolo-modal-search .ajax-search-result li span {
  color: #fff;
}
#yolo-modal-search .ajax-search-result li img {
  max-width: 50px;
}
#yolo-modal-search .ajax-search-result li.search-view-more {
  font-size: 14px;
  font-style: italic;
}
#yolo-modal-search .ajax-search-result li.search-view-more a {
  text-decoration: underline;
}
#yolo-modal-search i.ajax-search-icon {
  color: inherit;
}
#yolo-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;
}
#yolo-modal-search div.search-view-more i.wicon {
  vertical-align: middle;
}
/* YOLO SEARCH STANDARD
/*-------------------------*/
#yolo_search_popup_wrapper .search-popup-inner {
  margin: 1em 0;
  width: 70%;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
}
#yolo_search_popup_wrapper .search-popup-inner > input {
  width: 100%;
  margin-bottom: 50px;
  font-size: 30px;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  padding: 25px 20px;
  color: #fff;
}
#yolo_search_popup_wrapper .search-popup-inner > input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#yolo_search_popup_wrapper .search-popup-inner > input:-ms-input-placeholder {
  color: #fff;
}
#yolo_search_popup_wrapper .search-popup-inner > input::-webkit-input-placeholder {
  color: #fff;
}
#yolo_search_popup_wrapper .search-popup-inner > button {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  top: -15px;
}
#yolo_search_popup_wrapper .search-popup-inner > button i {
  font-size: 30px;
  padding: 20px;
  color: #fff;
}
#yolo_search_popup_wrapper .search-popup-inner > button i:hover {
  color: var(--primary_color);
}
@media (max-width: 767px) {
  #yolo_search_popup_wrapper .search-popup-inner {
    top: 20%;
  }
}
/* 404 PAGE */
/* 404 PAGE */
.error404 section.yolo-page-title-wrap {
  margin-bottom: 0;
}
.error404 .page-title-inner {
  font-size: 32px;
}
.page404 {
  text-align: center;
  color: var(--text_color);
  padding: 5% 0;
}
.page404 .content-wrap {
  width: 100%;
  color: var(--text_color);
}
.page404 .content-wrap .page404-title .p-title {
  color: var(--text_color);
}
.page404 .content-wrap .page404-title .p-description {
  color: var(--text_color);
}
.page404 .content-wrap .page404-title .p-title-hr .hr-icon {
  position: relative;
}
.page404 .content-wrap .page404-title .p-title-hr .hr-icon i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page404 .content-wrap .page404-title .p-title-hr .hr-icon:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 120px;
  display: block;
  left: 50%;
  background-color: var(--text_color);
  margin: 10px 0 0 20px;
}
.page404 .content-wrap .page404-title .p-title-hr .hr-icon:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 120px;
  display: block;
  right: 50%;
  background-color: var(--text_color);
  margin: -11px 20px 0 0;
}
.page404 .content-wrap .page404-content {
  font-size: 190px;
  text-transform: uppercase;
  color: var(--primary_color);
}
@media (max-width: 991px) {
  .page404 .content-wrap .page404-content {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .page404 .content-wrap .page404-content {
    font-size: 70px;
  }
}
.page404 .content-wrap .return a {
  border: 1px solid var(--text_color);
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 35px;
  border-radius: 3px;
  font-weight: bold;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.page404 .content-wrap .return a:hover {
  border-color: var(--primary_color);
  background: var(--primary_color);
  color: #fff;
}
@media (max-width: 767px) {
  .page404 .content-wrap .return a {
    padding: 20px 10px;
    font-size: 15px;
  }
}
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 2px solid #eeeeee;
  color: #1e1e1e;
  background-color: #f5f5f5;
  border-radius: 100%;
}
.back-to-top i {
  font-size: 22px;
}
.back-to-top:hover {
  text-decoration: none;
  color: #1e1e1e;
}
.back-to-top.in {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
@media only screen and (min-width: 768px) {
  body.float .back-to-top {
    bottom: 30px;
    right: 30px;
  }
}
.under-construction-wrap {
  background-color: #eeeeee;
}
.under-construction-wrap .logo {
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 46px;
}
.under-construction-wrap .page-title-margin-bottom {
  margin-bottom: 140px;
}
.under-construction-wrap .social a {
  height: 30px;
  width: 30px;
  background-color: #555;
  color: #fff;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}
.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 5px;
}
.header-float #yolo-content-wrapper .main-content-archive,
.header-float #yolo-content-wrapper .yolo-site-content-page {
  margin-top: 0;
}
#yolo-content-wrapper > main[role='main'] {
  overflow: hidden;
}
#yolo-site-preload {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--home_preloader_bg_color);
}
.site-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
.wpb_map_wraper iframe {
  display: block;
  pointer-events: none;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
/*----------------------------------
Custom Revolution slider
-----------------------------------*/
.tparrows.preview1 {
  width: 34px;
}
.tparrows.preview1:after {
  width: 34px;
  font-size: 26px;
  font-family: "fontawesome";
  background: rgba(0, 0, 0, 0.4);
}
.tp-leftarrow.preview1:after {
  content: "\f104";
}
.tp-rightarrow.preview1:after {
  content: "\f105";
}
.tparrows.preview1:hover .tp-arr-iwrapper {
  opacity: 0;
}
.tparrows.preview1:hover:after {
  color: #fff;
}
.toggle-icon-wrapper {
  cursor: pointer;
  display: inline-block;
  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;
  top: 3px;
}
.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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 80%;
}
.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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 80%;
}
.toggle-icon-wrapper .toggle-icon:before {
  top: 20%;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
  vertical-align: middle;
  text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
  background: transparent !important;
}
.toggle-icon-wrapper.in .toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
/*-------------------------
Loading
---------------------------*/
.loading-wrapper {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.spinner-double-section-far {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3.125px solid #aaa;
  -webkit-animation: spinner 1.2s linear infinite;
  animation: spinner 1.2s linear infinite;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.spinner-double-section-far:before,
.spinner-double-section-far:after {
  content: '';
  position: absolute;
  top: -3.125px;
  left: -3.125px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3.125px solid transparent;
  border-top-color: tomato;
}
.spinner-double-section-far:after {
  border-top-color: transparent;
  border-bottom-color: tomato;
}
.spinner-double-section-far:before,
.spinner-double-section-far:after {
  top: -9.375px;
  left: -9.375px;
  width: 62.5px;
  height: 62.5px;
}
.modal {
  z-index: 99999;
}
.modal-content {
  border-radius: 0;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.in {
  opacity: 1;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 24px;
  display: block;
  line-height: 1;
}
#popup-product-quick-view-wrapper .popup-close {
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#popup-product-quick-view-wrapper .popup-close:hover {
  color: #fff;
  background-color: var(--secondary_color);
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.entry-content .mc4wp-form input[type="submit"] {
  padding-top: 14px;
  padding-bottom: 12px;
}
.entry-content .mc4wp-form input[type="email"] {
  width: 296px;
  height: 44px;
  display: inline-block;
}
.social.icon {
  line-height: 1;
}
.social.icon a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #999;
  text-align: center;
  margin-right: 10px;
  line-height: 30px;
}
.social.icon a i {
  color: #fff;
}
.social.icon-text {
  line-height: 1;
}
.social.icon-text a {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border-right: solid 1px #ddd;
  line-height: 1;
}
.social.icon-text a span {
  text-transform: uppercase;
  color: #777;
  padding-right: 10px;
  font-size: 11px;
}
.social.icon-text a:last-child {
  border: none;
}
.social.icon-text a:last-child span {
  padding-right: 0;
}
.center {
  text-align: center;
}
/*--------Contact Form 7 Slider*/
.contact-form-7-slider-wrap {
  background-color: #fff;
  padding: 10px;
  width: 444px;
}
.contact-form-7-slider-wrap .contact-form-7-slider-inner {
  padding: 45px 25px;
  border-style: solid;
  border-width: 1px;
}
.contact-form-7-slider-wrap h3.title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 15px;
}
.contact-form-7-slider-wrap .form-contact-wrap {
  margin: 0 -5px;
}
.contact-form-7-slider-wrap span.wpcf7-form-control-wrap,
.contact-form-7-slider-wrap .form-submit {
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  width: 100%;
}
.contact-form-7-slider-wrap span.wpcf7-form-control-wrap.your-name,
.contact-form-7-slider-wrap .form-submit.your-name,
.contact-form-7-slider-wrap span.wpcf7-form-control-wrap.your-email,
.contact-form-7-slider-wrap .form-submit.your-email {
  width: 50%;
}
.contact-form-7-slider-wrap input {
  width: 100%;
}
.contact-form-7-slider-wrap span.wpcf7-not-valid-tip {
  font-size: 12px;
  white-space: normal;
}
.contact-form-7-slider-wrap .form-submit {
  text-align: right;
  margin-top: 5px;
}
.contact-form-7-slider-wrap .form-submit input[type="submit"] {
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
  font-size: 15px;
  width: auto;
}
.contact-form-7-slider-wrap .form-submit input[type="submit"]:hover {
  background-color: transparent;
}
.contact-form-7-slider-wrap .wpcf7-textarea {
  height: 100px;
}
@media only screen and (max-width: 768px) {
  .under-construction .content,
  .coming-soon .content {
    padding-top: 270px;
    padding-bottom: 270px;
  }
}
@media only screen and (max-width: 600px) {
  .under-construction .content,
  .coming-soon .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 400px) {
  .under-construction .content,
  .coming-soon .content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .under-construction .logo,
  .coming-soon .logo {
    max-width: 250px;
    max-height: 250px;
  }
  .under-construction .title,
  .coming-soon .title {
    font-size: 36px;
    margin-top: 40px;
  }
  .under-construction .sub-title,
  .coming-soon .sub-title {
    font-size: 16px;
    margin-top: 30px;
  }
  .under-construction .entry-content .mc4wp-form input[type="email"],
  .coming-soon .entry-content .mc4wp-form input[type="email"] {
    width: auto;
  }
}
@media only screen and (max-width: 350px) {
  .page404 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .page404 .content-wrap {
    padding: 15px;
  }
  .page404 h2 {
    font-size: 60px;
  }
  .page404 h4.description,
  .page404 div.return {
    font-size: 15px;
  }
}
.contact_page h1,
.contact_page h2 {
  letter-spacing: 8px;
  font-weight: bold;
  opacity: 0.9;
}
@media (max-width: 479px) {
  .contact_page h2 {
    letter-spacing: 0;
    padding-bottom: 0 !important;
  }
}
.contact_page h1 {
  letter-spacing: 20px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .contact_page h1 {
    display: none;
  }
}
.contact_page .icon-description {
  padding-top: 15px;
}
.contact_page .wpcf7 .wpcf7-form {
  position: relative;
  padding: 0 4%;
}
.contact_page .wpcf7 .wpcf7-form p {
  float: left;
  width: 50%;
}
.contact_page .wpcf7 .wpcf7-form p .lable {
  line-height: 42px;
  text-align: center;
  float: left;
  display: inline-block;
  font-size: 13px;
  color: var(--text_color_darken_5);
  font-weight: bold;
  width: 20%;
}
.contact_page .wpcf7 .wpcf7-form p input[type="text"],
.contact_page .wpcf7 .wpcf7-form p input[type="email"] {
  display: inline-block;
  width: 80%;
  background: transparent;
  border: 2px solid var(--text_color_lighten_70);
}
.contact_page .wpcf7 .wpcf7-form p.ct-email .wpcf7-not-valid-tip {
  text-align: center;
}
.contact_page .wpcf7 .wpcf7-form p.ct_texta {
  width: 100%;
  text-align: center;
  padding-left: 0px;
  margin-left: 5%;
}
.contact_page .wpcf7 .wpcf7-form p.ct_texta textarea {
  width: 90%;
  background: transparent;
  border: 2px solid var(--text_color_lighten_70);
}
.contact_page .wpcf7 .wpcf7-form p.ct_submit {
  width: 100%;
  text-align: center;
  padding-left: 0px;
  margin-left: 5%;
}
.contact_page .wpcf7 .wpcf7-form p.ct_submit input[type="submit"] {
  display: inline-block;
  width: 90%;
  font-weight: bold;
  background-color: var(--primary_color);
}
.contact_page .wpcf7 .wpcf7-form p.ct_submit input[type="submit"]:hover {
  background-color: var(--primary_color_darken_10);
}
.contact_page .wpcf7 .wpcf7-form p.ct_submit .ajax-loader {
  position: absolute;
  right: 0px;
}
.contact_page .wpcf7 .wpcf7-form .wpcf7-response-output {
  text-align: center;
  border: none;
  color: red;
}
@media (max-width: 767px) {
  .contact_page .wpcf7 .wpcf7-form p {
    width: 100%;
  }
  .contact_page .wpcf7 .wpcf7-form p.ct_texta {
    margin-left: 10%;
  }
  .contact_page .wpcf7 .wpcf7-form p.ct_texta textarea {
    width: 80%;
  }
  .contact_page .wpcf7 .wpcf7-form p.ct_submit {
    margin-left: 10%;
  }
  .contact_page .wpcf7 .wpcf7-form p.ct_submit input[type="submit"] {
    width: 80%;
  }
}
#yolo-popup {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          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;
}
#yolo-popup .popup-title {
  margin-bottom: 15px;
}
#yolo-popup .promo-description {
  margin-left: 40px;
  position: relative;
}
#yolo-popup .promo-description:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: -10px;
  background: var(--primary_color);
}
@media (max-width: 480px) {
  #yolo-popup .promo-description {
    margin-left: 15px;
  }
}
#yolo-popup .checkbox-label {
  margin-left: 40px;
}
#yolo-popup .checkbox-label label {
  font-weight: normal;
}
@media (max-width: 480px) {
  #yolo-popup .checkbox-label {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  #yolo-popup {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#yolo-popup .wpcf7-response-output {
  max-width: 60%;
  margin-left: 40px;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .contact-page .support .vc_custom_heading,
  .contact-page .support p {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .contact-page .support {
    margin-top: 30px !important;
  }
}
.contact-page .social-footer {
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.contact-page .social-footer li {
  display: inline-block;
}
.contact-page .social-footer li a {
  display: block;
  margin: 0 10px;
  height: 30px;
  width: 30px;
  color: var(--text_color_fade_50);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
.contact-page .social-footer li a:hover {
  color: #fff;
  background-color: var(--text_color);
}
.contact-page .social-footer li a i {
  font-size: 16px;
}
@media (max-width: 320px) {
  .contact-page .social-footer li a {
    margin: 0 15px;
  }
}
.contact-page .wpb_raw_html {
  margin-bottom: 20px !important;
}
.contact-page .wpb_raw_html .icon-info {
  position: relative;
  color: var(--heading_color);
}
@media (max-width: 767px) {
  .contact-page .wpb_raw_html .icon-info {
    text-align: center;
    padding-top: 30px;
  }
}
.contact-page .wpb_raw_html .icon-info p {
  padding-left: 30px;
}
.contact-page .wpb_raw_html .icon-info p strong {
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact-page .wpb_raw_html .icon-info p {
    padding-left: 0px;
  }
}
.contact-page .wpb_raw_html .icon-info i {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 20px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact-page .wpb_raw_html .icon-info i {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-right: 0;
  }
}
body.single-yolo_footer footer {
  display: none;
}
#yolo-content-wrapper .footer-preview .wpb_content_element {
  margin-bottom: 35px;
}
/*-------------------------------------
YOLO PAGE TITLE & BREADCRUMB 
---------------------------------------*/
.header-float .yolo-page-title-section .content-page-title {
  padding-top: 60px;
}
.yolo-page-title-section {
  margin-top: var(--page_title_margin_top);
  margin-bottom: var(--page_title_margin_bottom);
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs > li {
  color: var(--page_title_color);
  list-style: none;
  display: inline-block;
  padding: 9px 10px 9px 20px;
  position: relative;
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs > li a {
  color: var(--page_title_color);
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs > li a:hover {
  color: var(--primary_color);
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs > li:before {
  position: absolute;
  left: 0;
  content: '/';
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs > li:first-child {
  padding-left: 0;
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs > li:first-child:before {
  content: none;
}
.yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs > li:last-child {
  padding-right: 0;
}
.yolo-page-title-section.page-title-style-1 .content-page-title {
  top: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yolo-page-title-section.page-title-style-2 .content-page-title {
  top: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yolo-page-title-section.page-title-style-2 .content-page-title h1 {
  text-align: center;
}
.yolo-page-title-section.page-title-style-2 .content-page-title ul.breadcrumbs {
  text-align: center;
}
.yolo-page-title-section.page-title-style-3 .content-page-title {
  top: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yolo-page-title-section.page-title-style-3 .content-page-title h1 {
  text-align: right;
}
.yolo-page-title-section.page-title-style-3 .content-page-title ul.breadcrumbs {
  text-align: right;
}
.yolo-page-title-section.page-title-style-4 .content-page-title {
  padding: 20px 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.yolo-page-title-section.page-title-style-4 .content-page-title h1 {
  text-align: left;
  margin: 0;
  line-height: 1;
}
.yolo-page-title-section.page-title-style-4 .content-page-title ul.breadcrumbs {
  text-align: right;
}
.yolo-page-title-section.page-title-style-4 .content-page-title ul.breadcrumbs li:last-child {
  padding-right: 0;
}
.yolo-page-title-section.page-title-style-4 .content-page-title .page-title-inner,
.yolo-page-title-section.page-title-style-4 .content-page-title .yolo-breadcrumb-wrap {
  width: 50%;
  float: left;
  display: inline-block;
}
.yolo-page-title-section.page-title-style-5 .content-page-title {
  padding: 20px 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.yolo-page-title-section.page-title-style-5 .content-page-title h1 {
  text-align: right;
  margin: 0;
  line-height: 1;
}
.yolo-page-title-section.page-title-style-5 .content-page-title ul.breadcrumbs {
  text-align: left;
}
.yolo-page-title-section.page-title-style-5 .content-page-title .page-title-inner,
.yolo-page-title-section.page-title-style-5 .content-page-title .yolo-breadcrumb-wrap {
  width: 50%;
  display: inline-block;
}
.yolo-page-title-section.page-title-style-5 .content-page-title .page-title-inner {
  float: right;
}
.yolo-page-title-section.page-title-style-5 .content-page-title .yolo-breadcrumb-wrap {
  float: left;
}
.yolo-page-title-wrap {
  height: 300px;
  width: 100%;
  position: relative;
  background-color: var(--page_title_bg_color);
}
.yolo-page-title-wrap .content-page-title {
  padding: 10px 0;
}
.yolo-page-title-wrap .container {
  height: 100%;
}
.page-title-inner {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.page-title-inner h1 {
  margin-bottom: 0;
  color: var(--page_title_color);
  font-size: 48px;
  text-transform: uppercase;
}
.page-title-inner .page-sub-title {
  color: var(--page_sub_title_color);
  letter-spacing: 0.05em;
  margin-top: 0;
  display: block;
}
.page-title-wrap-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-title-parallax {
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .page-title-parallax {
    background-position: center!important;
  }
}
.yolo-page-title-overlay {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: var(--page_title_overlay_color);
}
/*--------
BREADCRUMB
---------*/
ul.breadcrumbs {
  padding: 32px 0;
  margin: 0;
  list-style-type: none;
}
ul.breadcrumbs li {
  display: inline-block;
}
ul.breadcrumbs li a,
ul.breadcrumbs li span {
  line-height: 1.2;
  display: inherit;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dialog {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 9999;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: var(--text_color);
  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 {
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
  -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;
  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;
  color: #fff;
}
.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;
  animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open button[data-dialog-close] {
  position: absolute;
  border: none;
  top: 10%;
  right: 5%;
  width: 50px;
  height: 50px;
  line-height: 1;
  color: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.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;
}
/**
 * 3.0 - Header
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 1370px) {
  header.yolo-main-header.header-1 .nav-fullwith {
    padding-left: var(--header_1_nav_layout_padding);
    padding-right: var(--header_1_nav_layout_padding);
  }
}
@media screen and (min-width: 992px) {
  header.header-1.header-float {
    color: var(--header_1_nav_text_color);
  }
  header.header-1.header-float .header-customize-item a {
    color: var(--header_1_nav_text_color);
  }
}
header.header-1 {
  position: relative;
  z-index: 10;
}
header.header-1 .fl .header-logo {
  height: var(--header_1_height);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
header.header-1 .fr .header-customize-right {
  height: var(--header_1_height);
}
header.header-1 .fr .header-customize-right .search-with-category {
  margin-right: 100px;
}
header.header-1 .fr .header-customize-right .search-with-category .form-search-left > span {
  font-weight: bold;
  background-color: var(--header_1_nav_bg_color);
  color: var(--header_1_nav_text_color);
}
@media (min-width: 992px) and (max-width: 1024px) {
  header.header-1 .fr .header-customize-right .search-with-category {
    width: 405px;
    margin-right: 80px;
  }
}
header.header-1 .fr .header-customize-right .custom-text-wrapper i {
  margin-right: 10px;
  font-size: 16px;
}
header.header-1.sticky-on {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
header.header-1.sticky-out {
  background-color: var(--header_1_nav_bg_color);
}
header.header-1 .yolo-header-nav-wrapper {
  background-color: var(--header_1_nav_bg_color);
}
header.header-1 .yolo-header-wrapper .header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.header-1 .yolo-header-wrapper .header-center .menu-wrapper .yolo-main-menu > li > a:before {
  height: 15px;
  width: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
header.header-1 .yolo-header-wrapper .header-center .menu-wrapper .yolo-main-menu > li:hover > a:before {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
header.header-1 .yolo-header-wrapper .header-center .header-customize-nav {
  line-height: 60px;
}
header.header-1 .yolo-header-wrapper .header-center .header-customize-nav .header-customize-item {
  margin-left: 10px;
}
header.header-1 .yolo-header-wrapper .yolo-main-menu > li > a {
  color: var(--header_1_nav_text_color);
  padding-right: var(--header_1_nav_distance);
  padding-left: var(--header_1_nav_distance);
}
header.header-1 .header-customize-item a {
  color: var(--header_1_nav_text_color);
}
@media screen and (min-width: 1370px) {
  header.yolo-main-header.header-2 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: var(--header_2_nav_layout_padding);
    padding-right: var(--header_2_nav_layout_padding);
  }
}
@media screen and (min-width: 992px) {
  header.header-2.header-float {
    color: var(--header_2_nav_text_color);
  }
  header.header-2.header-float .header-customize-item a {
    color: var(--header_2_nav_text_color);
  }
}
header.header-2 {
  background-color: var(--header_2_nav_bg_color);
}
.header-2 .yolo-header-nav-above {
  border-bottom: 1px solid rgba(238, 238, 238, 0.5);
  color: var(--header_2_nav_text_color);
}
.header-2 .yolo-header-nav-above .container {
  position: relative;
}
.header-2 .yolo-header-nav-above .container .header-logo {
  height: var(--header_2_height);
  position: relative;
  z-index: 0;
}
.header-2 .yolo-header-nav-above .container .header-logo a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.header-2 .yolo-header-nav-above .container .fr {
  position: absolute;
  right: 15px;
  top: 0;
}
.header-2 .yolo-header-nav-above .container .fr .header-customize-right {
  height: var(--header_2_height);
  padding-left: 40px;
}
.header-2 .yolo-header-nav-above .container .fr .header-customize-item {
  z-index: 10;
}
.header-2 .yolo-header-nav-above .container .fl .header-customize-item {
  z-index: 10;
}
.header-2 .yolo-header-nav-above .container .fl .header-customize-left {
  height: var(--header_2_height);
  padding-right: 50px;
}
.header-2 .yolo-header-nav-wrapper .container {
  clear: both;
}
.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left {
  float: none;
}
.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper {
  display: inline-block;
}
.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu {
  display: inline-block;
  float: none;
}
.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li {
  display: inline-block;
  float: none;
}
.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li > a {
  padding-left: var(--header_2_nav_distance);
  padding-right: var(--header_2_nav_distance);
  color: var(--header_2_nav_text_color);
}
.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li:first-child > a {
  padding-left: 0;
}
.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu li:hover > a {
  color: var(--primary_color);
}
.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right {
  text-align: right;
}
.header-2 .yolo-header-nav-wrapper.sticky-on {
  background-color: var(--header_2_nav_bg_color);
}
.header-2 .yolo-header-nav-wrapper.sticky-on .yolo-header-wrapper {
  line-height: 60px;
}
.header-2 .yolo-header-nav-wrapper.sticky-out {
  background-color: var(--header_2_nav_bg_color);
}
.header-2 .yolo-header-nav-wrapper.sticky-out .yolo-header-wrapper {
  line-height: 60px;
}
.header-2 .header-customize-item a {
  color: var(--header_2_nav_text_color);
}
@media screen and (min-width: 1370px) {
  header.yolo-main-header.header-3 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: var(--header_3_nav_layout_padding);
    padding-right: var(--header_3_nav_layout_padding);
  }
}
@media screen and (min-width: 992px) {
  header.header-3.header-float {
    color: var(--header_3_nav_text_color);
  }
  header.header-3.header-float .header-customize-item a {
    color: var(--header_3_nav_text_color);
  }
}
header.header-3 {
  background-color: var(--header_3_nav_bg_color);
  color: var(--header_3_nav_text_color);
}
.header-3 .yolo-header-nav-above .container {
  position: relative;
}
.header-3 .yolo-header-nav-above .container .fl .header-customize-left {
  height: var(--header_3_height);
}
.header-3 .yolo-header-nav-above .container .fl .header-customize-left .search-with-category {
  width: 450px;
}
.header-3 .yolo-header-nav-above .container .fl .header-customize-left .search-with-category .search-box .form-search-left {
  width: 135px;
}
.header-3 .yolo-header-nav-above .container .fl .header-customize-left .search-with-category .search-box .form-search-left span {
  padding: 0px 13px;
}
.header-3 .yolo-header-nav-above .container .fl .header-customize-left .search-with-category .search-box .form-search-left span:after {
  right: 10px;
}
.header-3 .yolo-header-nav-above .container .fl .header-customize-left .search-with-category .search-box .form-search-right {
  padding-left: 135px;
}
.header-3 .yolo-header-nav-above .container .fr .header-customize-right {
  height: var(--header_3_height);
}
.header-3 .yolo-header-nav-wrapper .container {
  clear: both;
}
.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper {
  border-bottom: 1px solid;
}
.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left {
  float: left;
}
.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right {
  float: right;
}
.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper {
  float: left;
}
.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a {
  line-height: var(--header_3_height);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: var(--header_3_nav_distance);
  padding-right: var(--header_3_nav_distance);
  color: var(--header_3_nav_text_color);
}
.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li:last-child a {
  padding-right: 0;
}
.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu li:hover > a {
  color: var(--primary_color);
}
.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav {
  line-height: var(--header_3_height);
}
.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .header-customize-item {
  margin-left: 10px;
}
.header-3 .yolo-header-nav-wrapper.sticky-on {
  background-color: var(--header_3_nav_bg_color);
}
.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper {
  border-bottom: 2px solid transparent;
}
.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-left .header-logo a img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-right {
  float: right;
}
.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-right .header-customize-nav {
  line-height: 60px;
}
.header-3 .yolo-header-nav-wrapper.sticky-out {
  background-color: var(--header_3_nav_bg_color);
}
.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper {
  border-bottom: 2px solid transparent;
}
.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-left .header-logo a img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-right {
  float: right;
}
.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-right .header-customize-nav {
  line-height: 60px;
}
.header-3 .header-customize-item a {
  color: var(--header_3_nav_text_color);
}
@media screen and (min-width: 1370px) {
  header.yolo-main-header.header-4 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: var(--header_4_nav_layout_padding);
    padding-right: var(--header_4_nav_layout_padding);
  }
}
@media screen and (min-width: 992px) {
  header.header-4.header-float {
    color: var(--header_4_nav_text_color);
  }
  header.header-4.header-float .header-customize-item a {
    color: var(--header_4_nav_text_color);
  }
}
.header-4 .yolo-header-nav-above {
  margin-bottom: 20px;
  border-bottom-width: 0px !important;
}
.header-4 .yolo-header-nav-above .container .fl .header-logo {
  height: var(--header_4_height);
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.header-4 .fr .header-customize {
  line-height: var(--header_4_height);
}
.header-4 .fr .header-customize .search-with-category {
  margin-right: 115px;
}
.header-4 .yolo-header-nav-wrapper {
  position: relative;
  height: 60px;
  bottom: 30px;
  background-color: transparent;
}
.header-4 .yolo-header-nav-wrapper .container {
  clear: both;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header-4 .yolo-header-nav-wrapper .container .yolo-header-wrapper {
  background-color: var(--header_4_nav_bg_color);
  padding: 0 15px;
}
.header-4 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left {
  float: left;
}
.header-4 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .yolo-main-menu > li > a {
  color: var(--header_4_nav_text_color);
  padding-right: var(--header_4_nav_distance);
  padding-left: var(--header_4_nav_distance);
}
.header-4 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .yolo-main-menu li:hover > a {
  color: var(--primary_color);
}
.header-4 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right {
  float: right;
}
.header-4 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav {
  line-height: 60px;
  color: var(--header_4_nav_text_color);
}
.header-4 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .canvas-menu-toggle-wrapper {
  margin-left: 20px;
}
.header-4 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav a {
  color: var(--header_4_nav_text_color);
}
.header-4 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav a:hover {
  color: var(--primary_color);
}
.header-4 .yolo-sticky-wrapper {
  height: 0px !important;
}
.header-4 .yolo-sticky-wrapper .yolo-header-nav-wrapper.sticky-on {
  background-color: var(--header_4_nav_bg_color);
}
.header-4 .yolo-sticky-wrapper .yolo-header-nav-wrapper.sticky-on .container {
  bottom: 0px;
}
.header-4 .yolo-sticky-wrapper .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper {
  background-color: transparent;
}
.header-4 .yolo-sticky-wrapper .yolo-header-nav-wrapper.sticky-out {
  background-color: var(--header_4_nav_bg_color);
}
.header-4 .yolo-sticky-wrapper .yolo-header-nav-wrapper.sticky-out .container {
  bottom: 0px;
}
.header-4 .yolo-sticky-wrapper .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper {
  background-color: transparent;
}
.header-4 .header-customize-item a {
  color: var(--header_4_nav_text_color);
}
@media screen and (min-width: 1370px) {
  header.yolo-main-header.header-5 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: var(--header_5_nav_layout_padding);
    padding-right: var(--header_5_nav_layout_padding);
  }
}
@media screen and (min-width: 992px) {
  header.header-5.header-float {
    color: var(--header_5_nav_text_color);
  }
  header.header-5.header-float .header-customize-item a {
    color: var(--header_5_nav_text_color);
  }
}
.header-5 .yolo-header-nav-above {
  border: none !important;
}
.header-5 .yolo-header-nav-above .container {
  background: transparent;
}
.header-5 .yolo-header-nav-above .container .fl .header-logo {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  height: var(--header_5_height);
}
.header-5 .header-customize-right {
  height: var(--header_5_height) !important;
}
.header-5 .contact-info {
  padding: 0;
  margin: 0;
}
.header-5 .contact-info li {
  padding-left: 20px;
  display: table;
  float: left;
}
.header-5 .contact-info li .icon {
  height: 50px;
  width: 50px;
  border: 1px solid var(--primary_color);
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  float: left;
  display: table-cell;
}
.header-5 .contact-info li .icon i {
  line-height: 48px;
  color: var(--primary_color);
}
.header-5 .contact-info li .content-step {
  font-family: var(--primary_font);
  display: table-cell;
  line-height: 1.5;
  padding-left: 15px;
  vertical-align: middle;
}
.header-5 .contact-info li .content-step .title {
  text-transform: uppercase;
  color: var(--text_color);
  font-weight: bold;
  font-size: 16px;
}
.header-5 .contact-info li a {
  padding: 15px 20px;
  background: var(--primary_color);
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
.header-5 .contact-info li a:hover {
  background-color: var(--primary_color_darken_10);
}
@media (max-width: 1199px) {
  .header-5 .contact-info li a {
    display: none;
  }
}
.header-5 .yolo-header-nav-wrapper {
  background-color: var(--header_5_nav_bg_color);
}
.header-5 .yolo-header-nav-wrapper .container .fl .header-logo {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper {
  clear: both;
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left {
  float: left;
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper .yolo-main-menu > li > a {
  color: var(--header_5_nav_text_color);
  padding-right: var(--header_5_nav_distance);
  padding-left: var(--header_5_nav_distance);
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper .yolo-main-menu > li > a:before {
  top: auto;
  bottom: 0;
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper .yolo-main-menu > li:hover > a {
  color: var(--primary_color) !important;
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
  color: var(--primary_color) !important;
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right {
  float: right;
  color: var(--header_5_nav_text_color);
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav {
  line-height: 60px;
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form {
  width: 270px;
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form input[type="text"] {
  background-color: var(--header_5_nav_text_color);
  border: none;
  color: var(--header_5_nav_text_color);
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form input[type="text"]::-moz-placeholder {
  color: var(--header_5_nav_text_color);
  opacity: 1;
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form input[type="text"]:-ms-input-placeholder {
  color: var(--header_5_nav_text_color);
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form input[type="text"]::-webkit-input-placeholder {
  color: var(--header_5_nav_text_color);
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form button i {
  color: var(--header_5_nav_text_color);
  font-size: 15px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form button i:hover {
  color: var(--primary_color);
}
.header-5 .yolo-header-wrapper .header-customize-item a {
  color: var(--header_5_nav_text_color);
}
@media screen and (min-width: 1370px) {
  header.yolo-main-header.header-6 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: var(--header_6_nav_layout_padding);
    padding-right: var(--header_6_nav_layout_padding);
  }
}
@media screen and (min-width: 992px) {
  header.header-6.header-float {
    color: var(--header_6_nav_text_color);
  }
  header.header-6.header-float .header-customize-item a {
    color: var(--header_6_nav_text_color);
  }
}
.header-6 .yolo-top-bar aside {
  padding: 0 20px;
}
.header-6 .yolo-top-bar aside .search-form input[type="text"] {
  border-radius: 20px;
  height: 30px;
}
.header-6 .yolo-top-bar aside.widget_product_search .search-field {
  background-color: transparent;
}
.header-6 .yolo-top-bar aside.widget_product_search button i {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.header-6 .yolo-top-bar aside.widget_product_search button:hover i {
  color: var(--primary_color);
}
.header-6 .yolo-top-bar aside .textwidget i {
  padding-right: 10px;
  color: var(--primary_color);
}
header.header-6 {
  position: relative;
  background-color: var(--header_6_nav_bg_color);
}
header.header-6 .yolo-header-nav-wrapper {
  position: relative;
  height: var(--header_6_height);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left-offcanvas {
  position: relative;
  z-index: 2;
  float: left;
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left-offcanvas .canvas-menu-toggle-wrapper {
  padding-right: 70px;
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .fl {
  float: left;
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .fl .header-logo {
  text-align: center;
  height: var(--header_6_height);
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .fl .header-logo > a > img {
  max-height: var(--header_6_height);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .fl .header-logo a img {
    padding-top: 33px;
    padding-bottom: 43px;
  }
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center {
  text-align: right;
  float: right;
  margin: 0 auto;
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper {
  display: inline-block;
  float: left;
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper #main-menu {
  text-align: left;
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper #main-menu > li > a {
  color: var(--header_6_nav_text_color);
  padding-right: var(--header_6_nav_distance);
  padding-left: var(--header_6_nav_distance);
  line-height: var(--header_6_height);
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper #main-menu > li > a {
    padding: 0 5px !important;
  }
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper #main-menu li:hover > a {
  color: var(--primary_color);
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .header-customize {
  float: right;
  line-height: 120px;
  color: var(--header_6_nav_text_color);
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .header-customize .header-customize-item {
  margin-left: 15px;
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .fr .header-customize-nav {
  height: var(--header_6_height);
  line-height: var(--header_6_height);
}
header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .fr .header-customize-nav .header-customize-item {
  margin-left: 15px;
}
header.header-6 .yolo-header-nav-wrapper.sticky-in {
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
header.header-6 .yolo-header-nav-wrapper.sticky-on {
  background-color: var(--header_6_nav_bg_color);
  height: 60px;
}
header.header-6 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
  height: 60px;
}
header.header-6 .yolo-header-nav-wrapper.sticky-on .container .fl .header-logo {
  line-height: 60px;
  height: 60px !important;
}
header.header-6 .yolo-header-nav-wrapper.sticky-on .container .fl .header-logo img {
  max-height: 40px !important;
  padding-top: 10px !important;
  padding-bottom: 10px!important;
}
header.header-6 .yolo-header-nav-wrapper.sticky-on .container .header-center .menu-wrapper #main-menu > li > a {
  line-height: 60px;
  height: 60px;
}
header.header-6 .yolo-header-nav-wrapper.sticky-on .container .fr {
  float: right;
}
header.header-6 .yolo-header-nav-wrapper.sticky-on .container .fr .header-customize-nav {
  height: 60px;
  line-height: 60px;
}
header.header-6 .yolo-header-nav-wrapper.sticky-out {
  background-color: var(--header_6_nav_bg_color);
  height: 60px;
}
header.header-6 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
  height: 60px;
}
header.header-6 .yolo-header-nav-wrapper.sticky-out .container .fl .header-logo {
  line-height: 60px;
  height: 60px !important;
}
header.header-6 .yolo-header-nav-wrapper.sticky-out .container .fl .header-logo img {
  max-height: 40px !important;
  padding-top: 10px !important;
  padding-bottom: 10px!important;
}
header.header-6 .yolo-header-nav-wrapper.sticky-out .container .header-center .menu-wrapper #main-menu > li > a {
  line-height: 60px;
  height: 60px;
}
header.header-6 .yolo-header-nav-wrapper.sticky-out .container .fr .header-customize-nav {
  height: 60px;
  line-height: 60px;
}
header.header-6 .yolo-header-wrapper .header-customize-item a,
header.header-6 .yolo-header-wrapper .header-customize-item i {
  color: var(--header_6_nav_text_color);
}
.yolo-top-bar {
  background-color: var(--top_bar_bg_color);
  color: var(--top_bar_text_color);
  position: relative;
  z-index: 998;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
}
.yolo-top-bar .top-sidebar aside {
  display: inline-block;
  margin-top: 0;
  padding: 0;
  vertical-align: middle;
}
.yolo-top-bar .top-sidebar aside + aside {
  margin-left: 30px;
}
.yolo-top-bar > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yolo-top-bar > ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.yolo-top-bar > ul li + li {
  margin-left: 20px;
}
.yolo-top-bar ul.top-bar-info li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.yolo-top-bar ul.top-bar-info li > a {
  vertical-align: middle;
  line-height: 2;
  color: inherit;
}
.yolo-top-bar ul.top-bar-info li + li {
  margin-left: 20px;
}
.yolo-top-bar ul.top-bar-info i.fa {
  font-size: 14px;
  padding-right: 5px;
  vertical-align: middle;
}
.yolo-top-bar .top-sidebar .profile-text {
  padding-right: 10px;
}
.yolo-top-bar .top-sidebar h4.widget-title {
  color: var(--top_bar_text_color);
}
.yolo-top-bar .top-sidebar #wp-calendar caption,
.yolo-top-bar .top-sidebar #wp-calendar thead th {
  color: var(--top_bar_text_color);
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu {
  overflow: visible;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li {
  display: inline-block;
  position: relative;
  border: none;
  color: inherit;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li:before {
  display: none;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li:hover > ul {
  display: block;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li > a {
  padding: 0;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu li > a:hover {
  padding-left: 0;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li {
  padding: 0;
  margin: 0;
  line-height: 50px;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li + li {
  margin-left: 30px;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li + li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 1px;
  height: 16px;
  margin: auto;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 100%;
  background-color: var(--top_bar_bg_color);
  color: var(--top_bar_text_color);
  text-align: left;
  margin: 0;
  padding: 0 15px;
  min-width: 150px;
  -webkit-box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul li {
  display: block;
  white-space: nowrap;
  padding: 8px 0;
  margin: 0;
  line-height: 28px;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul li + li {
  border-top: solid 1px #f0f0f0;
}
.yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul ul {
  left: 100%;
  top: 0;
}
.yolo-top-bar .top-sidebar .widget.base-primary-color i.fa,
.yolo-top-bar .top-sidebar .widget.base-primary-color a {
  color: var(--top_bar_text_color);
}
.yolo-top-bar .top-sidebar .widget.base-primary-color.widget_nav_menu > div > ul.menu > li + li:before,
.yolo-top-bar .top-sidebar .widget.base-primary-color.separate-left:before,
.yolo-top-bar .top-sidebar .widget.base-primary-color.separate-right:after {
  background-color: var(--top_bar_text_color);
}
.yolo-top-bar .top-sidebar .separate-left {
  position: relative;
}
.yolo-top-bar .top-sidebar .separate-left:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 1px;
  height: 16px;
  margin: auto;
}
.yolo-top-bar .top-sidebar .separate-right {
  position: relative;
}
.yolo-top-bar .top-sidebar .separate-right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 1px;
  height: 16px;
  margin: auto;
}
.yolo-top-bar .top-sidebar a {
  color: inherit;
}
.yolo-top-bar .top-sidebar .widget .custom-dropdown-list > ul li > a {
  color: #333;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul > li {
  padding: 0;
  display: block;
  list-style: none;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul > li > a:after {
  content: "\f107";
  font-family: 'fontawesome';
  display: inline-block;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: none;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul ul > li {
  list-style: none;
  padding: 0 15px;
  display: block;
  line-height: 32px;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul ul > li img {
  padding-right: 5px;
}
.yolo-top-bar .top-sidebar .widget #lang_sel > ul:hover ul {
  display: block;
}
.yolo-top-bar .top-bar-left {
  text-align: left;
}
.yolo-top-bar .top-bar-right {
  text-align: right;
}
.yolo-top-bar .top-bar-right.top-sidebar .widget_nav_menu > div > ul.menu ul ul {
  left: auto;
  right: 100%;
}
.yolo-top-bar .top-bar-center {
  text-align: center;
}
@media (max-width: 991px) {
  .yolo-top-bar {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .yolo-top-bar {
    position: relative;
    z-index: 998;
    color: var(--top_bar_text_color);
    background: var(--top_bar_bg_color);
  }
  .yolo-top-bar .top-bar-left,
  .yolo-top-bar .top-bar-right {
    text-align: center;
  }
  .top-bar-right.top-sidebar .widget_nav_menu > div > ul.menu ul ul {
    right: auto;
    left: 100%;
  }
}
@media screen and (max-width: 479px) {
  .yolo-top-bar ul.top-bar-info li {
    display: block;
    margin-left: 0 !important;
  }
}
.yolo-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;
}
body.menu-mobile-in .yolo-mobile-menu-overlay {
  opacity: 1;
  z-index: 298;
  pointer-events: auto;
  cursor: url(../images/close.png) 15 15, default;
}
@media screen and (min-width: 1370px) {
  header.yolo-main-header .nav-fullwith .container {
    width: 100%;
  }
  .yolo-top-bar .topbar-fullwith {
    padding-left: var(--top_bar_layout_padding);
    padding-right: var(--top_bar_layout_padding);
  }
}
@media screen and (min-width: 992px) {
  .header-mobile-before,
  .yolo-mobile-header-wrapper,
  li.menu-fly-search {
    display: none !important;
  }
  .logo-sticky {
    list-style: none;
    display: none;
    vertical-align: middle;
  }
  header.yolo-main-header .yolo-header-wrapper {
    position: relative;
    width: 100%;
    display: table;
    z-index: 500;
  }
  header.yolo-main-header .yolo-header-wrapper .yolo-main-menu > li {
    font-family: var(--menu_font);
  }
  header.yolo-main-header .yolo-header-wrapper .yolo-main-menu > li > a {
    font-weight: var(--menu_font_weight);
    font-size: var(--menu_font_size);
  }
  header.yolo-main-header .yolo-header-wrapper .yolo-main-menu > li:hover > a {
    color: var(--primary_color);
  }
  header.yolo-main-header .yolo-header-wrapper .yolo-main-menu li.current-menu-item > a {
    color: var(--primary_color) !important;
  }
  header.yolo-main-header .yolo-header-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
    color: var(--primary_color);
  }
  header.yolo-main-header .header-left.text-center,
  header.yolo-main-header .header-right.text-center {
    text-align: center;
  }
  header.yolo-main-header .header-left {
    display: table-cell;
  }
  header.yolo-main-header .header-right {
    display: table-cell;
  }
  header.yolo-main-header .header-logo > a > img {
    padding-top: var(--logo_padding_top);
    padding-bottom: var(--logo_padding_bottom);
    padding-left: var(--logo_padding_left);
    padding-right: var(--logo_padding_right);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
  }
  header.yolo-main-header .yolo-header-nav-wrapper {
    left: 0;
    right: 0;
    z-index: 9;
    position: relative;
  }
  header.yolo-main-header .header-customize {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    margin-left: 10px;
  }
  header.yolo-main-header .header-customize .header-customize-item {
    position: relative;
    display: inline-block;
    font-family: var(--menu_font);
    font-size: 14px;
    vertical-align: middle;
    margin-right: 20px;
    color: inherit;
  }
  header.yolo-main-header .header-customize .header-customize-item:last-child {
    margin-right: 0;
  }
  header.yolo-main-header .header-customize .header-customize-item a:hover {
    color: var(--primary_color);
  }
  header.yolo-main-header .header-customize-separate .header-customize-item + .header-customize-item:before {
    content: '';
    position: absolute;
    left: -15px;
    display: block;
    width: 1px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header.yolo-main-header .icon-search-menu {
    height: 40px;
    font-size: var(--menu_font_size);
    line-height: 40px;
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.yolo-main-header ul.header-social-profile-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    z-index: 1;
  }
  header.yolo-main-header ul.header-social-profile-wrapper li {
    display: inline-block;
  }
  header.yolo-main-header ul.header-social-profile-wrapper li a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.yolo-main-header ul.header-social-profile-wrapper li a:hover {
    color: var(--primary_color);
  }
  header.yolo-main-header ul.header-social-profile-wrapper li a i {
    font-size: 16px;
  }
  header.yolo-main-header ul.header-social-profile-wrapper li + li {
    margin-left: 20px;
  }
  header.yolo-main-header .search-box input {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    vertical-align: middle;
    min-width: 280px;
  }
  header.yolo-main-header .search-box button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 20px;
    margin: auto;
    padding: 0;
    line-height: 1;
  }
  header.yolo-main-header .search-box button i {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  header.yolo-main-header .search-box button:hover i {
    color: var(--primary_color);
  }
  header.yolo-main-header .search-box.search-with-category-inner input {
    background-color: transparent;
    height: 50px;
    line-height: 46px;
    border: solid 1px #eee;
    border-left: 1px;
  }
  header.yolo-main-header .search-box-wrapper > form {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    line-height: 30px;
    border: none;
  }
  header.yolo-main-header .ajax-search-result {
    position: absolute;
    top: 100%;
    z-index: 999;
    background-color: #fff;
    color: var(--text_color);
    left: 0;
    right: 0;
    border: solid 1px #eee;
    border-top: none;
  }
  header.yolo-main-header .ajax-search-result .search-view-more {
    text-align: center;
    background: #f7f7f7;
  }
  header.yolo-main-header .ajax-search-result a,
  header.yolo-main-header .ajax-search-result span {
    color: var(--text_color) !important;
  }
  header.yolo-main-header .ajax-search-result > ul {
    position: relative;
    display: block;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.8;
  }
  header.yolo-main-header .ajax-search-result > ul > li {
    padding: 10px 15px;
    position: relative;
  }
  header.yolo-main-header .ajax-search-result > ul > li:after {
    content: '';
    display: block;
    clear: both;
  }
  header.yolo-main-header .ajax-search-result > ul > li img {
    float: left;
    width: 50px;
    margin-right: 15px;
  }
  header.yolo-main-header .ajax-search-result > ul > li.no-result {
    text-align: center;
  }
  header.yolo-main-header .ajax-search-result > ul > li.selected,
  header.yolo-main-header .ajax-search-result > ul > li:hover {
    background-color: #fafafa;
  }
  header.yolo-main-header .ajax-search-result > ul > li.selected + li:before,
  header.yolo-main-header .ajax-search-result > ul > li:hover + li:before {
    display: none;
  }
  header.yolo-main-header .ajax-search-result > ul > li + li.selected:before,
  header.yolo-main-header .ajax-search-result > ul > li + li:hover:before {
    display: none;
  }
  header.yolo-main-header .ajax-search-result > ul > li + li:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 15px;
    right: 15px;
    top: 0;
    border-top: solid 1px #eee;
  }
  header.yolo-main-header .search-with-category {
    width: 500px;
  }
  header.yolo-main-header .search-with-category > .search-with-category-inner {
    line-height: 50px;
  }
  header.yolo-main-header .search-with-category .form-search-left {
    float: left;
    width: 175px;
    position: relative;
  }
  header.yolo-main-header .search-with-category .form-search-left > span {
    border: solid 1px #eee;
    display: inline-block;
    height: 50px;
    line-height: 46px;
    vertical-align: middle;
    width: 100%;
    padding: 0 18px;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
  }
  header.yolo-main-header .search-with-category .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;
  }
  header.yolo-main-header .search-with-category .form-search-right {
    padding-left: 175px;
  }
  header.yolo-main-header .search-with-category .form-search-right button[type="button"]:hover i {
    color: var(--primary_color);
  }
  header.yolo-main-header .search-with-category .form-search-right button[type="button"] i {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  header.yolo-main-header .search-with-category .search-category-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0px;
    overflow: auto;
    padding: 5px 0;
    list-style: none;
    margin: 0;
    border: solid 1px #eee;
    border-top: none;
    background-color: #fff;
    line-height: 36px;
    z-index: 999;
    max-height: 380px;
  }
  header.yolo-main-header .search-with-category .search-category-dropdown li > span {
    cursor: pointer;
    padding: 0 15px;
    display: block;
    text-align: left;
    color: #333;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header.yolo-main-header .search-with-category .search-category-dropdown ul li > span {
    padding-left: 30px;
  }
  header.yolo-main-header .search-with-category .search-category-dropdown ul ul li > span {
    padding-left: 45px;
  }
  header.yolo-main-header .search-with-category .search-category-dropdown li > span:hover {
    color: var(--primary_color);
  }
  header.yolo-main-header .search-with-category .search-category-dropdown ul {
    padding: 0;
    list-style: inside;
  }
  header.yolo-main-header .search-with-category .ajax-search-result {
    border-width: 1px;
  }
  header.yolo-main-header .header-customize-nav .search-box-wrapper .search-box input[type="text"] {
    line-height: 45px;
    height: 45px;
    background-color: transparent;
    border: 1px solid #f5f5f5;
  }
  header.yolo-main-header .header-customize-nav .search-with-category .form-search-left > span,
  header.yolo-main-header .header-customize-nav .search-with-category .search-with-category-inner,
  header.yolo-main-header .header-customize-nav .search-with-category .form-search-right > input {
    line-height: 38px;
    height: 40px;
  }
  header.yolo-main-header .header-customize-right:before,
  header.yolo-main-header .header-customize-left:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  header.yolo-main-header .header-customize-right .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper,
  header.yolo-main-header .header-customize-left .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    margin-top: 20px;
  }
  header.yolo-main-header .header-customize.header-customize-left {
    margin-left: 0;
  }
  header.yolo-main-header .custom-list {
    margin: 0;
    list-style: none;
    padding-left: 0;
  }
  header.yolo-main-header .custom-list li {
    line-height: 24px;
  }
  header.yolo-main-header .custom-separate {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  header.header-float {
    position: absolute !important;
    z-index: 997;
    left: 0;
    right: 0;
    color: #fff;
  }
  header.header-float .yolo-sticky-wrapper .sticky-on.sticky-scheme-inherit {
    background-color: #1f2a37;
  }
  header.header-float .yolo-sticky-wrapper .sticky-on.sticky-scheme-inherit .menu-wrapper .yolo-main-menu > li > a {
    color: #fff !important;
  }
  header.header-float .yolo-sticky-wrapper .sticky-on.sticky-scheme-inherit .menu-wrapper .yolo-main-menu > li:hover > a {
    color: var(--primary_color) !important;
  }
  header.header-float .yolo-sticky-wrapper .sticky-on.sticky-scheme-inherit .header-customize-item {
    color: #fff;
  }
  header.header-float .yolo-sticky-wrapper .sticky-on.sticky-scheme-inherit .header-customize-item a {
    color: #fff;
  }
  header.header-float .yolo-sticky-wrapper .sticky-on.sticky-scheme-inherit .header-customize-item a :hover {
    color: var(--primary_color) !important;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper {
    z-index: 997;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    border: none !important;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .logo-sticky {
    display: inline-block;
    line-height: 60px;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .logo-sticky > a > img {
    max-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 50px;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-logo.has-logo-sticky {
    display: none;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-logo {
    height: 60px;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-logo > a > img {
    max-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: none;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .header-customize {
    line-height: 60px;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on {
    background-color: #eee !important;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .menu-wrapper .yolo-main-menu > li > a {
    color: var(--heading_color);
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .menu-wrapper .yolo-main-menu > li:hover > a {
    color: var(--primary_color) !important;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .header-customize-item a {
    color: var(--heading_color);
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .header-customize-item a :hover {
    color: var(--primary_color) !important;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-light.sticky-on {
    background-color: #fff !important;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-light.sticky-on .menu-wrapper .yolo-main-menu > li > a {
    color: var(--heading_color);
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-light.sticky-on .menu-wrapper .yolo-main-menu > li:hover > a {
    color: var(--primary_color) !important;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-light.sticky-on .header-customize-item a {
    color: var(--heading_color);
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-light.sticky-on .header-customize-item a :hover {
    color: var(--primary_color) !important;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on {
    background-color: var(--heading_color) !important;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .yolo-main-menu > li > a {
    color: #fff;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .yolo-main-menu > li:hover > a {
    color: var(--primary_color) !important;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .header-customize-item a {
    color: #fff;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .header-customize-item a :hover {
    color: var(--primary_color) !important;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper .yolo-header-wrapper {
    border-bottom: none;
  }
  body.boxed .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper {
    max-width: 1400px;
    margin: auto;
  }
}
header .shopping-cart-wrapper {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  position: relative;
}
header .shopping-cart-wrapper.no-price .sub-total-text {
  display: none;
}
header .shopping-cart-wrapper .widget_shopping_cart_content {
  display: block;
  text-align: left;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.total {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background-color: var(--primary_color);
  color: #fff;
  border-radius: 100%;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 150%;
  right: 0;
  left: auto;
  z-index: 9998;
  min-width: 300px;
  background-color: #fff;
  border: solid 2px #eee;
  padding: 0;
  line-height: 2em;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .cart-total {
  padding: 0 15px 20px;
  position: relative;
  color: #222222;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty {
  padding: 15px;
  text-align: center;
}
header .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;
  font-weight: bold;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
  color: var(--text_color);
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li {
  padding: 15px 0;
  margin: 0;
  position: relative;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li + li {
  border-top: solid 1px #eeeeee;
}
header .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;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left > a > img {
  height: auto;
  width: 58px;
  margin: 0;
  display: block;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right {
  overflow: hidden;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a {
  word-spacing: 1px;
  display: block;
  padding-right: 15px;
  color: var(--heading_color) !important;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a:hover {
  color: var(--primary_color);
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity {
  font-weight: 700;
  display: block;
  text-align: left;
  color: #8f8f8f;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a.mini-cart-remove {
  position: absolute;
  right: 0;
  top: 15px;
  padding-right: 0;
  font-size: 18px;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li:after {
  content: "";
  display: block;
  clear: both;
}
header .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;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
  text-transform: uppercase;
  font-weight: 700;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total > span.amount {
  font-weight: 700;
  float: right;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons {
  text-align: center;
  margin: 0;
  padding: 15px 0 0;
  font-size: 0;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
  color: #fff;
  border-radius: 0;
  line-height: 20px;
  padding: 10px;
  font-size: 12px;
  min-width: 125px;
  width: 48%;
  display: inline-block;
  text-transform: uppercase;
  background-color: #333;
  font-weight: bold;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover {
  background-color: var(--primary_color);
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button > i.fa {
  margin-right: 5px;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout {
  background-color: var(--primary_color);
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout:hover {
  background-color: var(--primary_color_darken_20);
}
@media (max-width: 480px) {
  header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
    min-width: 100px;
  }
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button {
  margin-left: 4%;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl {
  border: none;
  margin: 0;
  padding: 0;
  color: var(--text_color);
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dt {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 20px;
  clear: none;
  font-size: 11px;
  font-weight: 400;
}
header .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: 11px;
}
header .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl p {
  margin: 0;
  padding: 0;
}
header .shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list,
header .shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 15px 15px 0;
  overflow: auto;
}
header .shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar,
header .shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}
header .shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-thumb,
header .shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
header .shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper {
  top: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-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);
}
header .shopping-cart-wrapper.with-price .sub-total-text {
  position: absolute;
  bottom: -5px;
  right: 0px;
}
header .shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
  border-radius: 0;
  background-color: transparent;
}
.my-wishlist a.yolo-wishlist {
  color: var(--text_color);
}
.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper {
  position: relative;
  height: 50px;
  line-height: 50px;
  margin-top: 0px;
}
.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist {
  width: 30px;
  height: 30px;
}
.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon {
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist span.total {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background-color: var(--primary_color);
  color: #fff;
  border-radius: 100%;
}
.custom-dropdown-list {
  position: relative;
  display: inline-block;
}
.custom-dropdown-list > span {
  cursor: pointer;
}
.custom-dropdown-list:hover > ul {
  display: block;
}
.custom-dropdown-list > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: none;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
.custom-dropdown-list > ul li {
  line-height: 32px;
  padding: 0 15px;
  display: block;
}
.custom-dropdown-list > ul li > a {
  color: #333;
  white-space: nowrap;
}
.btn-book {
  padding: 15px 30px;
  background-color: var(--primary_color);
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-book:hover {
  background-color: var(--primary_color_darken_10);
}
@media screen and (min-width: 992px) {
  header.yolo-mobile-header {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  body {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    left: 0;
  }
  .mobile-top-bar-hide,
  header.yolo-main-header {
    display: none !important;
  }
  body.menu-mobile-in {
    overflow: hidden;
  }
  .container.yolo-mobile-header-wrapper {
    position: relative;
  }
  .header-mobile-before {
    text-align: center;
  }
  .header-mobile-before img {
    max-height: var(--logo_mobile_max_height);
    padding-top: var(--logo_mobile_padding);
    padding-bottom: var(--logo_mobile_padding);
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .header-logo-mobile {
    line-height: var(--logo_mobile_max_height);
    vertical-align: middle;
    text-align: center;
  }
  .header-logo-mobile img {
    max-height: var(--logo_mobile_max_height);
    padding-top: var(--logo_mobile_padding);
    padding-bottom: var(--logo_mobile_padding);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.yolo-mobile-header {
    background: #fff;
  }
  header.yolo-mobile-header .toggle-icon-wrapper {
    left: 0;
  }
  header.yolo-mobile-header .toggle-icon-wrapper .toggle-icon > span,
  header.yolo-mobile-header .toggle-icon-wrapper .toggle-icon:before,
  header.yolo-mobile-header .toggle-icon-wrapper .toggle-icon:after {
    background-color: var(--mobile_text_color);
  }
  header.yolo-mobile-header .toggle-icon-wrapper.in .toggle-icon > span {
    background-color: transparent;
  }
  header.yolo-mobile-header .toggle-icon-wrapper .toggle-icon + span {
    font-family: Oswald;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--mobile_text_color);
    font-weight: 300;
  }
  header.yolo-mobile-header .header-left,
  header.yolo-mobile-header .toggle-icon-wrapper.toggle-desktop,
  header.yolo-mobile-header .header-customize {
    display: none;
  }
  header.yolo-mobile-header .yolo-header-container-wrapper {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--mobile_background_color);
    z-index: 997;
    top: 0;
  }
  header.yolo-mobile-header .yolo-mobile-header-wrapper {
    background-color: var(--mobile_background_color);
    padding-left: 0;
    padding-right: 0;
  }
  header.yolo-mobile-header .yolo-mobile-header-inner {
    height: var(--logo_mobile_max_height);
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  header.yolo-mobile-header .yolo-mobile-header-inner .header-customize {
    display: block;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    color: var(--mobile_text_color);
  }
  header.yolo-mobile-header .yolo-mobile-header-inner .header-customize:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item + .header-customize-item {
    margin-left: 10px;
  }
  header.yolo-mobile-header .yolo-mobile-header-inner .toggle-icon-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
  }
  header.yolo-mobile-header .yolo-mobile-header-inner .icon-search-menu {
    display: inline-block;
    vertical-align: middle;
    color: var(--mobile_text_color);
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    font-size: 24px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  header.yolo-mobile-header .yolo-mobile-header-inner .icon-search-menu:hover {
    color: var(--primary_color);
  }
  header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content {
    height: var(--logo_mobile_max_height);
  }
  header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
    display: inline-block;
    vertical-align: middle;
    top: 0;
    height: 45px;
    line-height: 45px;
  }
  header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    font-size: 24px;
    color: var(--mobile_text_color);
  }
  header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:hover {
    color: var(--primary_color) !important;
  }
  header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span {
    position: absolute;
    top: 5px;
    right: 0px;
    color: #fff;
    background-color: var(--primary_color);
    border-radius: 100%;
    padding: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
  }
  .yolo-mobile-header-nav {
    background: #1f2a37;
    display: none;
    margin-bottom: 15px;
  }
  form.yolo-search-form-mobile-menu {
    display: block;
    background-color: #161e27;
    padding: 15px;
    position: relative;
  }
  form.yolo-search-form-mobile-menu input {
    background-color: #1f2a37;
    border: none;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    height: auto;
    padding: 12px;
    color: #fff;
  }
  form.yolo-search-form-mobile-menu button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 1;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    color: #fff;
  }
  ul.yolo-nav-mobile-menu {
    padding: 0;
  }
  ul.yolo-nav-mobile-menu li.menu-item {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    letter-spacing: 0.1em;
    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;
  }
  ul.yolo-nav-mobile-menu li.menu-item > a {
    padding: 15px;
    display: inline-block;
    color: #fff;
    line-height: 1.2;
  }
  ul.yolo-nav-mobile-menu li.menu-item > a:hover {
    color: var(--primary_color);
  }
  ul.yolo-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 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:before {
    content: "\f065";
    display: inline-block;
    font-family: FontAwesome;
    text-align: center;
    line-height: 45px;
    width: 45px;
  }
  ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:hover {
    cursor: pointer;
    color: var(--primary_color);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret.active:before {
    content: "\f066";
    display: inline-block;
    font-family: FontAwesome;
  }
  ul.yolo-nav-mobile-menu li.menu-item:not(.sub-menu-open):hover {
    background-color: #283647;
  }
  ul.yolo-nav-mobile-menu li.menu-item.sub-menu-open {
    border-bottom-width: 0px;
  }
  ul.yolo-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 #314358;
  }
  ul.yolo-nav-mobile-menu li.current-menu-ancestor > a,
  ul.yolo-nav-mobile-menu li.current-menu-parent > a,
  ul.yolo-nav-mobile-menu li.current-menu-item > a,
  ul.yolo-nav-mobile-menu li.menu-current > a,
  ul.yolo-nav-mobile-menu li > a:hover,
  ul.yolo-nav-mobile-menu li:hover > a,
  ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a {
    color: var(--primary_color);
  }
  ul.yolo-nav-mobile-menu li.current-menu-ancestor > a > b.caret:before,
  ul.yolo-nav-mobile-menu li.current-menu-parent > a > b.caret:before,
  ul.yolo-nav-mobile-menu li.current-menu-item > a > b.caret:before,
  ul.yolo-nav-mobile-menu li.menu-current > a > b.caret:before,
  ul.yolo-nav-mobile-menu li > a:hover > b.caret:before,
  ul.yolo-nav-mobile-menu li:hover > a > b.caret:before,
  ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a > b.caret:before {
    color: var(--primary_color);
  }
  ul.yolo-nav-mobile-menu ul.sub-menu {
    background-color: #314358;
    padding-left: 0;
    position: relative;
  }
  ul.yolo-nav-mobile-menu ul.sub-menu > li.menu-item > a {
    font-size: 13px;
  }
  ul.yolo-nav-mobile-menu ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
    border-color: transparent transparent #3b4f68;
  }
  ul.yolo-nav-mobile-menu ul ul.sub-menu {
    background-color: #3b4f68;
  }
  ul.yolo-nav-mobile-menu ul ul.sub-menu > li {
    padding-left: 10px;
  }
  ul.yolo-nav-mobile-menu ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
    border-color: transparent transparent #3b4f68;
  }
  ul.yolo-nav-mobile-menu ul ul ul.sub-menu {
    background-color: #445c78;
  }
  ul.yolo-nav-mobile-menu ul ul ul.sub-menu > li.menu-item.sub-menu-open > ul.sub-menu:before {
    border-color: transparent transparent #445c78;
  }
  ul.yolo-nav-mobile-menu ul ul ul ul.sub-menu {
    background-color: #4d6889;
  }
  .yolo-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 var(--primary_color);
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .yolo-mobile-header-nav.menu-drop-fly.in {
    left: 0;
  }
  .yolo-mobile-header .menu-drop-dropdown .yolo-mobile-header-wrapper {
    height: 70px;
  }
  .yolo-mobile-header .menu-drop-dropdown .yolo-mobile-header-nav {
    position: relative;
    z-index: 2;
    padding: 15px;
  }
  header.header-mobile-2 {
    display: block;
  }
  header.header-mobile-2 .yolo-header-container-wrapper {
    background-color: #1f2a37;
    border-bottom: none;
  }
  header.header-mobile-2 .yolo-mobile-header-wrapper {
    background-color: transparent;
  }
  header.header-mobile-2 .yolo-mobile-header-inner {
    height: var(--main_menu_mobile_height);
    position: relative;
  }
  header.header-mobile-2 .yolo-mobile-header-inner .header-customize {
    color: #eeeeee;
    right: 0;
  }
  header.header-mobile-2 .yolo-mobile-header-inner .icon-search-menu,
  header.header-mobile-2 .yolo-mobile-header-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    height: 30px;
    line-height: 32px;
    width: 36px;
    color: #fff;
  }
  header.header-mobile-2 .yolo-mobile-header-inner .icon-search-menu:before,
  header.header-mobile-2 .yolo-mobile-header-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:before {
    line-height: 28px;
  }
  header.header-mobile-2 .yolo-mobile-header-inner .shopping-cart-wrapper .widget_shopping_cart_content {
    height: var(--main_menu_mobile_height);
  }
  header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper {
    left: 0;
  }
  header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon > span,
  header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon:before,
  header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon:after {
    background-color: #eeeeee;
  }
  header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper.in .toggle-icon > span {
    background-color: transparent;
  }
  header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon + span {
    font-family: Oswald;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #eeeeee;
    font-weight: 300;
  }
  header.header-mobile-3 .header-logo-mobile {
    text-align: right;
  }
  header.header-mobile-3 .yolo-mobile-header-inner .header-customize {
    left: 50px;
    right: auto;
  }
  header.header-mobile-3 .shopping-cart-wrapper {
    position: static;
  }
  header.header-mobile-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    left: -45px;
    right: auto;
  }
  header.header-mobile-4 .header-logo-mobile {
    text-align: left;
  }
  header.header-mobile-4 .yolo-mobile-header-inner .toggle-icon-wrapper {
    right: 0px;
    left: auto;
  }
  header.header-mobile-4 .yolo-mobile-header-wrapper .header-customize {
    right: 50px;
    left: auto;
  }
  header.header-mobile-5 .yolo-sticky-wrapper {
    height: 0 !important;
  }
  header.header-mobile-5 .yolo-header-container-wrapper {
    border-bottom: none;
  }
  header.header-mobile-5 .yolo-header-container-wrapper,
  header.header-mobile-5 .yolo-mobile-header-wrapper {
    background-color: transparent;
  }
  header.header-mobile-5 .yolo-header-container-wrapper {
    background-color: transparent;
    position: absolute;
    z-index: 997;
    width: 100%;
  }
  header.header-mobile-5 .header-logo-mobile {
    text-align: left;
  }
  header.header-mobile-5 .yolo-mobile-header-inner .toggle-icon-wrapper {
    left: auto;
    right: 5px;
  }
  header.header-mobile-5 .toggle-icon-wrapper .toggle-icon > span,
  header.header-mobile-5 .toggle-icon-wrapper .toggle-icon:before,
  header.header-mobile-5 .toggle-icon-wrapper .toggle-icon:after {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  }
  header.header-mobile-5 .toggle-icon-wrapper.in .toggle-icon > span {
    display: none;
  }
  header.header-mobile-5 .yolo-mobile-header-inner .header-customize {
    right: 50px;
  }
  header.header-mobile-5 .yolo-mobile-header-inner .icon-search-menu,
  header.header-mobile-5 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    border-color: #fff;
    color: #fff;
  }
  .yolo-sticky-wrapper.is-sticky > .yolo-header-container-wrapper {
    z-index: 997;
    left: 0;
    right: 0;
  }
  .yolo-sticky-wrapper:not(.is-sticky) {
    height: auto !important;
    position: relative !important;
  }
}
@media screen and (max-width: 480px) {
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    min-width: 280px;
  }
}
@media screen and (max-width: 320px) {
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    min-width: 254px;
  }
}
/* YOLO HEADER SIDEBAR STYLE */
#yolo-wrapper {
  position: relative;
}
#yolo-wrapper .yolo-top-bar {
  z-index: 999;
}
#yolo-header.header-sidebar {
  background-color: var(--headersidebar_nav_bg_color);
  width: var(--headersidebar_sidebar_width);
  color: var(--headersidebar_nav_text_color);
  height: 100%;
  position: fixed;
  z-index: 888;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#yolo-header.header-sidebar .vertical-header-wrapper {
  height: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize {
  text-align: center;
  padding: 20px;
  width: 100%;
  margin: 0;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item {
  margin: 5px;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item .sub-total-text {
  line-height: 50px;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item .cart_list_wrapper {
  z-index: 99999;
  right: auto;
  left: 0;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form {
  width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: var(--headersidebar_nav_text_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input::-webkit-input-placeholder {
  color: var(--headersidebar_nav_text_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input::-moz-placeholder {
  color: var(--headersidebar_nav_text_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form button i {
  color: var(--headersidebar_nav_text_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form button i:hover {
  color: var(--primary_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.bt-login {
  width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.bt-login .sub-menu {
  text-align: left;
  z-index: 99999;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.search-box-wrapper {
  width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.header-social-profile-wrapper {
  width: 100%;
  position: relative;
  text-align: center;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.header-social-profile-wrapper li {
  margin-left: 0 !important;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.header-social-profile-wrapper a {
  margin-right: 4px;
  margin-left: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.header-social-profile-wrapper a i {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item.my-wishlist {
  display: inline-block;
  width: auto;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-top {
  text-align: center;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-top .header-logo {
  background-color: var(--headersidebar_nav_bg_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper {
  width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu {
  width: 100%;
  padding: 0;
  /* 1. Style dropdown menu */
  /* End dropdown menu */
  /* 2. MEGA MENU STYLE COLUMN */
  /* End Style column menu */
  /* 3. MEGA MENU STYLE TAB */
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li {
  border-bottom: 1px solid rgba(0, 0, 0, 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;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li li.current-menu-item > a {
  color: var(--primary_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a {
  padding: 15px 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--headersidebar_nav_text_color);
  line-height: 1.2;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a:before {
  display: none;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a:hover {
  color: var(--primary_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a:after {
  content: none;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b {
  opacity: 0;
  visibility: hidden;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > a:after {
  position: absolute;
  right: 10px;
  content: '';
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b:before {
  top: 0;
  position: absolute;
  right: 0;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  text-align: center;
  line-height: 40px;
  width: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
  color: var(--primary_color) !important;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
  color: var(--primary_color) !important;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > a:after {
  position: absolute;
  right: 10px;
  content: '';
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b:before {
  top: 0;
  position: absolute;
  right: 0;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  text-align: center;
  line-height: 40px;
  width: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
  color: var(--primary_color) !important;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
  color: var(--primary_color) !important;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > a:after {
  position: absolute;
  right: 10px;
  content: '';
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > b:before {
  top: 0;
  position: absolute;
  right: 0;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  text-align: center;
  line-height: 40px;
  width: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
  color: var(--primary_color) !important;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
  color: var(--primary_color) !important;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > b.menu-caret {
  color: var(--headersidebar_nav_text_color);
  float: right;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > b.menu-caret:before {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  text-align: center;
  line-height: 45px;
  width: 45px;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:not(.sub-menu-open):hover {
  background-color: var(--headersidebar_nav_bg_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.sub-menu-open {
  border-bottom-width: 0px;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.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;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:hover > a {
  color: var(--primary_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:hover > b.menu-caret {
  cursor: pointer;
  color: var(--primary_color);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu li {
  float: none;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul {
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li {
  min-width: 244px;
  float: none;
  display: list-item;
  position: relative;
  display: block;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li {
  min-width: 244px;
  float: none;
  display: list-item;
  position: relative;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li {
  min-width: 244px;
  float: none;
  display: list-item;
  position: relative;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li {
  min-width: 244px;
  float: none;
  display: list-item;
  position: relative;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li {
  min-width: 244px;
  float: none;
  display: list-item;
  position: relative;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
  min-width: 244px;
  float: none;
  display: list-item;
  position: relative;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_dropdown:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column > ul {
  position: absolute;
  display: none;
  min-width: 970px;
  width: 100%;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-2 > ul > li {
  float: left;
  width: 50%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-3 > ul > li {
  float: left;
  width: 33.3333333%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-4 > ul > li {
  float: left;
  width: 25%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-5 > ul > li {
  float: left;
  width: 20%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_column.mega-col-columns-6 > ul > li {
  float: left;
  width: 16.6666666%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul {
  position: absolute;
  display: none;
  width: 100%;
  min-width: 970px;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
  -webkit-transition: 0.3s ease 0.15s;
  -o-transition: 0.3s ease 0.15s;
  transition: 0.3s ease 0.15s;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li {
  display: block;
  width: 25%;
  position: static;
  clear: none;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li .yolo_megamenu_widget_area,
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li > ul {
  position: absolute;
  width: auto;
  height: auto;
  left: 25%;
  top: 100%;
  opacity: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li.active .yolo_megamenu_widget_area,
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab > ul > li.active > ul {
  opacity: 1;
  top: 0;
  visibility: visible;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li.menu_style_tab:hover > ul {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  display: block;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize {
  width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize.header-social-profile-wrapper {
  width: 100%;
}
#yolo-header.header-sidebar .vertical-header-wrapper .header-customize .canvas-menu-toggle-wrapper a:hover i {
  color: var(--primary_color);
}
#yolo-header.header-sidebar .vertical-header-wrapper .fb .header-customize-right {
  height: auto;
}
.header-sidebar .yolo-top-bar {
  position: fixed;
  width: 100%;
}
.header-sidebar #yolo-content-wrapper {
  padding-top: 0;
  padding-left: var(--headersidebar_sidebar_width) !important;
}
@media screen and (max-width: 991px) {
  .header-sidebar #yolo-content-wrapper {
    padding-left: 0!important;
  }
}
.header-sidebar footer {
  margin-left: var(--headersidebar_sidebar_width) !important;
}
@media screen and (max-width: 991px) {
  .header-sidebar footer {
    margin-left: 0!important;
  }
}
nav.yolo-canvas-menu-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 370px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  overflow: hidden;
  padding: 100px 40px 50px;
  -webkit-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.yolo-canvas-menu-wrapper.in {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #333333;
  color: #fff;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside {
  padding: 0;
  border: none;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside:before {
  top: 2px;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4 {
  padding-left: 10px;
  color: #fff;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4.widget-title {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4.widget-title span {
  padding: 0;
  color: var(--primary_color);
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4.widget-title:before {
  display: none;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item {
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.1em;
  font-weight: bold;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item a {
  padding: 8px 4px;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item a:hover {
  padding-left: 15px;
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul.social-profile.social-icon-bordered li a:hover i {
  color: var(--primary_color);
}
nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside .about-description {
  padding: 15px 0;
}
nav.yolo-canvas-menu-wrapper.dark {
  background-color: #333333;
  color: #fff;
}
nav.yolo-canvas-menu-wrapper.dark .widget_archive > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_categories > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_pages > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_nav_menu > div > ul,
nav.yolo-canvas-menu-wrapper.dark .woocommerce .widget_product_categories > ul,
nav.yolo-canvas-menu-wrapper.dark .widget_layered_nav > ul {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
nav.yolo-canvas-menu-wrapper.dark li + li,
nav.yolo-canvas-menu-wrapper.dark .widget_posts_item + .widget_posts_item {
  border-top-color: rgba(255, 255, 255, 0.2);
}
nav.yolo-canvas-menu-wrapper.dark .widget_categories ul ul,
nav.yolo-canvas-menu-wrapper.dark .widget_pages ul ul,
nav.yolo-canvas-menu-wrapper.dark .widget_nav_menu > div ul ul,
nav.yolo-canvas-menu-wrapper.dark .widget_product_categories ul ul {
  border-top-color: rgba(255, 255, 255, 0.2);
}
body.admin-bar nav.yolo-canvas-menu-wrapper {
  top: 32px;
}
.canvas-menu-toggle-wrapper i.micon {
  vertical-align: middle;
}
/**
 * 4.0 - Footer
 * ----------------------------------------------------------------------------
 */
/* FOOTER STYLE 
* 1. Contact form 7 submit
*/
.wpcf7 .home-1 {
  position: relative;
}
.wpcf7 .home-1 .your-email input {
  padding: 0 15px;
  height: 40px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.wpcf7 .home-1 .your-email input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
}
.wpcf7 .home-1 .your-email input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
}
.wpcf7 .home-1 .ctf7_submit {
  margin-top: 15px;
  text-align: left;
  margin-bottom: 15px;
}
.wpcf7 .home-1 .ctf7_submit input[type="submit"] {
  border-radius: 3px;
  height: 40px;
  padding: 0 15px;
  background-color: var(--primary_color);
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wpcf7 .home-1 .ctf7_submit input[type="submit"]:hover {
  background-color: #fff;
  color: var(--primary_color);
}
.wpcf7 .home-1 .ctf7_submit img {
  margin-left: -15px;
}
.wpcf7 .home-2 {
  position: relative;
}
.wpcf7 .home-2 .your-email input {
  padding: 0 15px;
  height: 40px;
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--text_color);
  color: var(--text_color);
}
.wpcf7 .home-2 .your-email input::-webkit-input-placeholder {
  color: var(--text_color_fade_80);
  font-style: italic;
}
.wpcf7 .home-2 .your-email input::-moz-placeholder {
  color: var(--text_color_fade_80);
  font-style: italic;
}
.wpcf7 .home-2 .ctf7_submit {
  margin-top: 15px;
  text-align: center;
}
.wpcf7 .home-2 .ctf7_submit input[type="submit"] {
  border-radius: 3px;
  height: 40px;
  padding: 0 15px;
  background-color: var(--primary_color);
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wpcf7 .home-2 .ctf7_submit input[type="submit"]:hover {
  background-color: var(--primary_color_darken_30);
}
.wpcf7 .home-2 .ctf7_submit img {
  margin-left: -15px;
}
.wpcf7 .home-4 {
  position: relative;
}
.wpcf7 .home-4 .your-email span.wpcf7-not-valid-tip {
  position: absolute;
  top: -35px;
  white-space: nowrap;
}
.wpcf7 .home-4 .your-email input {
  padding: 0 15px;
  height: 40px;
  width: 75%;
  background-color: transparent;
  border: 1px solid var(--text_color_fade_40);
  color: var(--text_color);
  border-right: none;
}
.wpcf7 .home-4 .your-email input::-webkit-input-placeholder {
  color: var(--text_color_fade_80);
  font-style: italic;
}
.wpcf7 .home-4 .your-email input::-moz-placeholder {
  color: var(--text_color_fade_80);
  font-style: italic;
}
@media (max-width: 768px) {
  .wpcf7 .home-4 .your-email input {
    width: 70%;
  }
}
@media (max-width: 479px) {
  .wpcf7 .home-4 .your-email input {
    width: 100%;
    border: 1px solid var(--text_color_fade_40);
    float: none;
  }
}
.wpcf7 .home-4 .ctf7_submit {
  width: 25%;
  text-align: center;
  float: right;
}
.wpcf7 .home-4 .ctf7_submit input[type="submit"] {
  border-radius: 3px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  background-color: var(--text_color);
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wpcf7 .home-4 .ctf7_submit input[type="submit"]:hover {
  background-color: var(--primary_color);
}
.wpcf7 .home-4 .ctf7_submit img {
  margin-left: -15px;
}
@media (max-width: 767px) {
  .wpcf7 .home-4 .ctf7_submit {
    width: 30%;
  }
}
@media (max-width: 479px) {
  .wpcf7 .home-4 .ctf7_submit {
    width: 60%;
    margin: 15px auto;
    float: none;
  }
}
.wpcf7 .home-10 {
  position: relative;
}
.wpcf7 .home-10 .your-email input {
  display: block;
  padding: 0 15px;
  height: 40px;
  width: 50%;
  margin: 0 auto;
  background-color: transparent;
  border-bottom: 1px solid var(--text_color_fade_40);
  color: var(--text_color);
  text-align: center;
}
.wpcf7 .home-10 .your-email input::-webkit-input-placeholder {
  color: var(--text_color_fade_80);
  font-style: italic;
}
.wpcf7 .home-10 .your-email input::-moz-placeholder {
  color: var(--text_color_fade_80);
  font-style: italic;
}
@media (max-width: 767px) {
  .wpcf7 .home-10 .your-email input {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .wpcf7 .home-10 .your-email input {
    width: 100%;
    border: 1px solid var(--text_color_fade_40);
    float: none;
  }
}
.wpcf7 .home-10 .ctf7_submit {
  width: 15%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-with: 768px) {
  .wpcf7 .home-10 .ctf7_submit {
    width: 24%;
  }
}
.wpcf7 .home-10 .ctf7_submit input[type="submit"] {
  border-radius: 3px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  border-radius: 20px;
  background-color: var(--primary_color);
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wpcf7 .home-10 .ctf7_submit input[type="submit"]:hover {
  background-color: var(--primary_color_darken_10);
}
.wpcf7 .home-10 .ctf7_submit img {
  margin-left: -15px;
}
@media (max-width: 479px) {
  .wpcf7 .home-10 .ctf7_submit {
    width: 60%;
    margin: 15px auto;
    float: none;
  }
}
.wpcf7 .popup-form {
  position: relative;
  background: none;
  color: #fff;
  margin: 0 auto;
  max-width: 50%;
  overflow: hidden;
  margin-left: 40px;
  margin-bottom: 10px;
}
.wpcf7 .popup-form .your-email input {
  width: 80%;
  background-color: #fff;
  color: var(--text_color);
}
.wpcf7 .popup-form .your-email input::-webkit-input-placeholder {
  color: var(--text_color_fade_80);
}
.wpcf7 .popup-form .your-email input::-moz-placeholder {
  color: var(--text_color_fade_80);
}
@media (max-width: 768px) {
  .wpcf7 .popup-form .your-email input {
    width: 70%;
  }
}
@media (max-width: 479px) {
  .wpcf7 .popup-form .your-email input {
    width: 100%;
  }
}
.wpcf7 .popup-form .ctf7_submit {
  width: 22%;
  float: right;
  position: absolute;
  height: 42px;
  right: 0;
  top: 0;
  padding: 0;
  background-color: var(--primary_color);
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wpcf7 .popup-form .ctf7_submit:hover {
  background-color: var(--primary_color_darken_10);
}
.wpcf7 .popup-form .ctf7_submit:hover:before {
  left: 120%;
}
.wpcf7 .popup-form .ctf7_submit:before {
  content: '';
  width: 100px;
  height: 200px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  left: -145px;
  top: -60px;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: rgba(255, 255, 255, 0.5);
}
.wpcf7 .popup-form .ctf7_submit input {
  text-transform: uppercase;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  border: none;
}
.wpcf7 .popup-form .ctf7_submit img {
  margin-left: -20px;
}
.wpcf7 .popup-form .ctf7_submit:hover:before {
  color: #fff;
}
@media (max-width: 768px) {
  .wpcf7 .popup-form .ctf7_submit {
    width: 30%;
  }
}
@media (max-width: 479px) {
  .wpcf7 .popup-form .ctf7_submit {
    width: 40%;
    float: none;
    position: relative;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .wpcf7 .popup-form {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  .wpcf7 .popup-form {
    max-width: 100%;
    margin-left: 15px;
  }
}
.wpcf7 .wpcf7-response-output {
  margin: 1em 0em 1em;
  color: var(--text_color_fade_50);
}
.wpcf7-form .cf_home3 p {
  font-size: 0;
}
.wpcf7-form .cf_home3 p input[type=text],
.wpcf7-form .cf_home3 p input[type=email],
.wpcf7-form .cf_home3 p textarea {
  background-color: transparent;
  border: 1px solid var(--primary_color);
  width: 100%;
  color: var(--text_color);
}
.wpcf7-form .cf_home3 p input[type=text]::-webkit-input-placeholder,
.wpcf7-form .cf_home3 p input[type=email]::-webkit-input-placeholder,
.wpcf7-form .cf_home3 p textarea::-webkit-input-placeholder {
  color: var(--text_color_fade_80);
  font-style: italic;
}
.wpcf7-form .cf_home3 p input[type=text]::-moz-placeholder,
.wpcf7-form .cf_home3 p input[type=email]::-moz-placeholder,
.wpcf7-form .cf_home3 p textarea::-moz-placeholder {
  color: var(--text_color_fade_80);
  font-style: italic;
}
.wpcf7-form .cf_home3 p input[type=submit] {
  background-color: var(--primary_color);
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wpcf7-form .cf_home3 p input[type=submit]:hover {
  background-color: var(--primary_color_darken_10);
}
.wpcf7-form .ct_page .content-1 {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.wpcf7-form .ct_page .content-1 p {
  margin-bottom: 15px;
  position: relative;
}
.wpcf7-form .ct_page .content-1 p span input {
  height: 35px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  background-color: transparent;
  padding: 0;
  color: var(--text_color);
}
.wpcf7-form .ct_page .content-1 p span input::-webkit-input-placeholder {
  color: var(--text_color_fade_80);
  text-transform: uppercase;
}
.wpcf7-form .ct_page .content-1 p span input::-moz-placeholder {
  color: var(--text_color_fade_80);
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .wpcf7-form .ct_page .content-1 {
    width: 100%;
  }
}
.wpcf7-form .ct_page .content-2 {
  width: 50%;
  float: right;
  padding: 0 15px;
}
.wpcf7-form .ct_page .content-2 p span textarea {
  color: var(--text_color);
  height: 185px;
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: transparent;
}
.wpcf7-form .ct_page .content-2 p span textarea::-webkit-input-placeholder {
  color: var(--text_color_fade_80);
  text-transform: uppercase;
}
.wpcf7-form .ct_page .content-2 p span textarea::-moz-placeholder {
  color: var(--text_color_fade_80);
  text-transform: uppercase;
}
.wpcf7-form .ct_page .content-2 p input {
  text-transform: uppercase;
  text-align: right;
  background-color: var(--heading_color);
  color: #fff;
  float: right;
  padding: 8px 50px;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wpcf7-form .ct_page .content-2 p input:hover {
  background-color: var(--primary_color);
}
@media (max-width: 479px) {
  .wpcf7-form .ct_page .content-2 p input {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 479px) {
  .wpcf7-form .ct_page .content-2 p {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .wpcf7-form .ct_page .content-2 {
    width: 100%;
  }
}
.wpcf7-form .bs_page select {
  background-color: transparent;
  color: var(--text_color_fade_80);
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  font-style: italic;
  border-bottom: 1px solid #eeeeee;
}
.wpcf7-form .bs_page .content-1 {
  padding-right: 15px;
}
.wpcf7-form .bs_page .content-2 {
  padding-left: 15px;
}
.wpcf7-form .bs_page .content-1,
.wpcf7-form .bs_page .content-2 {
  width: 50%;
  float: left;
}
.wpcf7-form .bs_page .content-1 p,
.wpcf7-form .bs_page .content-2 p {
  margin-bottom: 15px;
  position: relative;
}
.wpcf7-form .bs_page .content-1 p span input,
.wpcf7-form .bs_page .content-2 p span input {
  height: 35px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  background-color: transparent;
  padding: 0;
  color: var(--text_color);
}
.wpcf7-form .bs_page .content-1 p span input::-webkit-input-placeholder,
.wpcf7-form .bs_page .content-2 p span input::-webkit-input-placeholder {
  color: var(--text_color_fade_80);
  text-transform: uppercase;
  font-style: italic;
}
.wpcf7-form .bs_page .content-1 p span input::-moz-placeholder,
.wpcf7-form .bs_page .content-2 p span input::-moz-placeholder {
  color: var(--text_color_fade_80);
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 479px) {
  .wpcf7-form .bs_page .content-1,
  .wpcf7-form .bs_page .content-2 {
    width: 100%;
    padding: 0;
  }
}
.wpcf7-form .bs_page .content-3 {
  width: 100%;
  float: right;
}
.wpcf7-form .bs_page .content-3 p span textarea {
  margin-top: 40px;
  color: var(--text_color);
  height: 185px;
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: transparent;
}
.wpcf7-form .bs_page .content-3 p span textarea::-webkit-input-placeholder {
  color: var(--text_color_fade_80);
  text-transform: uppercase;
  font-style: italic;
}
.wpcf7-form .bs_page .content-3 p span textarea::-moz-placeholder {
  color: var(--text_color_fade_80);
  text-transform: uppercase;
  font-style: italic;
}
.wpcf7-form .bs_page .content-3 p input {
  text-transform: uppercase;
  text-align: right;
  background-color: var(--heading_color);
  color: #fff;
  float: right;
  padding: 8px 50px;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wpcf7-form .bs_page .content-3 p input:hover {
  background-color: var(--primary_color);
}
@media (max-width: 479px) {
  .wpcf7-form .bs_page .content-3 p input {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 479px) {
  .wpcf7-form .bs_page .content-3 p {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .wpcf7-form .bs_page .content-3 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_single_image {
    margin-top: 30px !important;
  }
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper #social-footer {
  display: inline-block;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper #social-footer li {
  display: inline-block;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper #social-footer li a {
  display: block;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper #social-footer li a:hover {
  color: var(--primary_color);
  background-color: #fff;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper #social-footer li a i {
  font-size: 16px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .yolo-footer-wrapper.footer-1 .wpb_wrapper #social-footer li a {
    margin: 0 5px;
  }
}
@media (max-width: 320px) {
  .yolo-footer-wrapper.footer-1 .wpb_wrapper #social-footer li a {
    margin: 0 10px;
  }
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper #social-footer li:first-child a {
  margin-left: 0;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper h3 {
  color: #fff;
  margin-bottom: 50px !important;
}
@media (max-width: 479px) {
  .yolo-footer-wrapper.footer-1 .wpb_wrapper h3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_raw_html {
  margin-bottom: 20px !important;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_raw_html .icon-info {
  position: relative;
  color: #fff;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_raw_html .icon-info p {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 30px;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_raw_html .icon-info p strong {
  font-size: 16px;
  color: #fff;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_raw_html .icon-info i {
  position: absolute;
  top: 5px;
  padding-right: 20px;
  font-size: 20px;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_raw_html .back-to-top {
  right: 0;
  text-align: center;
  position: relative;
  margin: 0 auto;
  background: transparent;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  height: auto;
  width: 100px;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_raw_html .back-to-top i {
  display: block;
  font-size: 30px;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_raw_html .back-to-top:hover {
  color: var(--primary_color);
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_raw_html .back-to-top:hover i {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1.5;
  animation-iteration-count: 1.5;
  color: #fff;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p {
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p i {
  padding-right: 20px;
  font-size: 20px;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .contact .wpb_wrapper .wpb_wrapper p {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .contact .wpb_wrapper .wpb_wrapper p:hover {
  color: #fff;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_wrapper .wpb_wrapper p a {
  color: var(--text_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_wrapper .wpb_wrapper p a:hover {
  color: #fff;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer li {
  display: inline-block;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer li i {
  margin: 0 25px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yolo-footer-wrapper.footer-1 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer li i:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_single_image {
    margin-top: 30px !important;
  }
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper #social-footer {
  display: inline-block;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper #social-footer li {
  display: inline-block;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper #social-footer li a {
  display: block;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper #social-footer li a:hover {
  color: var(--primary_color);
  background-color: #fff;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper #social-footer li a i {
  font-size: 16px;
}
@media (max-width: 320px) {
  .yolo-footer-wrapper.footer-2 .wpb_wrapper #social-footer li a {
    margin: 0 10px;
  }
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper #social-footer li:first-child a {
  margin-left: 0;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper h3 {
  color: #fff;
  margin-bottom: 50px !important;
}
@media (max-width: 479px) {
  .yolo-footer-wrapper.footer-2 .wpb_wrapper h3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_raw_html {
  margin-bottom: 20px !important;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_raw_html .icon-info {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_raw_html .icon-info p {
  padding-left: 30px;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_raw_html .icon-info p strong {
  color: #fff;
  font-size: 16px;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_raw_html .icon-info i {
  color: #fff;
  position: absolute;
  top: 5px;
  padding-right: 20px;
  font-size: 20px;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_raw_html .back-to-top {
  right: 0;
  text-align: center;
  position: relative;
  margin: 0 auto;
  background: transparent;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  height: auto;
  width: 100px;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_raw_html .back-to-top i {
  display: block;
  font-size: 30px;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_raw_html .back-to-top:hover {
  color: var(--primary_color);
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_raw_html .back-to-top:hover i {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1.5;
  animation-iteration-count: 1.5;
  color: #fff;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p {
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p i {
  padding-right: 20px;
  font-size: 20px;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .contact .wpb_wrapper .wpb_wrapper p {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .contact .wpb_wrapper .wpb_wrapper p:hover {
  color: #fff;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_wrapper .wpb_wrapper p a {
  color: var(--text_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_wrapper .wpb_wrapper p a:hover {
  color: #fff;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer li {
  display: inline-block;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer li i {
  margin: 0 25px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer li i:hover {
  color: #fff;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-container .instagram-pics {
  padding: 0;
  list-style-type: none;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-container .instagram-pics li {
  float: left;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child {
  list-style: none;
  margin: 0;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child:before {
  content: " ";
  display: table;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-image {
  width: 70px;
  float: left;
  height: 70px;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-image img {
  width: auto;
  height: 100%;
  max-width: none;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content {
  padding-left: 15px;
  width: 72%;
  float: left;
  margin-top: 0px;
  background-color: transparent;
  position: relative;
  bottom: auto;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content h4 {
  padding: 0;
  text-align: left;
  margin-bottom: 7px;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content h4 a:hover {
  color: var(--primary_color);
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta {
  display: block;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta i {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta time {
  margin-right: 10px;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail li:first-child:hover .posts-thumbnail-content {
  opacity: 1;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list li {
  padding-bottom: 15px;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content {
  margin-top: 0px;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content h4 a {
  color: #fff;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content h4 a:hover {
  color: var(--primary_color);
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span,
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta time {
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span i,
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta time i,
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span a,
.yolo-footer-wrapper.footer-2 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta time a {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 480px) {
  .yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_single_image {
    margin-top: 30px !important;
  }
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper #social-footer {
  display: inline-block;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper #social-footer li {
  display: inline-block;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper #social-footer li a {
  display: block;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper #social-footer li a:hover {
  color: var(--primary_color);
  background-color: #fff;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper #social-footer li a i {
  font-size: 16px;
}
@media (max-width: 320px) {
  .yolo-footer-wrapper.footer-3 .wpb_wrapper #social-footer li a {
    margin: 0 10px;
  }
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper #social-footer li:first-child a {
  margin-left: 0;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper h3 {
  color: #fff;
  margin-bottom: 50px !important;
}
@media (max-width: 479px) {
  .yolo-footer-wrapper.footer-3 .wpb_wrapper h3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_raw_html {
  margin-bottom: 20px !important;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_raw_html .icon-info {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_raw_html .icon-info p {
  padding-left: 30px;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_raw_html .icon-info p strong {
  color: #fff;
  font-size: 16px;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_raw_html .icon-info i {
  color: #fff;
  position: absolute;
  top: 5px;
  padding-right: 20px;
  font-size: 20px;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_raw_html .back-to-top {
  right: 0;
  text-align: center;
  position: relative;
  margin: 0 auto;
  background: transparent;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  height: auto;
  width: 100px;
  cursor: pointer;
  margin-top: 50px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_raw_html .back-to-top i {
  display: block;
  font-size: 30px;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_raw_html .back-to-top:hover {
  color: var(--primary_color);
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_raw_html .back-to-top:hover i {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1.5;
  animation-iteration-count: 1.5;
  color: #fff;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p {
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p i {
  padding-right: 20px;
  font-size: 20px;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .contact .wpb_wrapper .wpb_wrapper p {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .contact .wpb_wrapper .wpb_wrapper p:hover {
  color: #fff;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_wrapper .wpb_wrapper p a {
  color: var(--text_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_wrapper .wpb_wrapper p a:hover {
  color: #fff;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer li {
  display: inline-block;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer li i {
  margin: 0 25px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .wpb_wrapper .wpb_wrapper #payment-footer li i:hover {
  color: #fff;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-container .instagram-pics {
  padding: 0;
  list-style-type: none;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-container .instagram-pics li {
  float: left;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child {
  list-style: none;
  margin: 0;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child:before {
  content: " ";
  display: table;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-image {
  width: 70px;
  float: left;
  height: 70px;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-image img {
  width: auto;
  height: 100%;
  max-width: none;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content {
  padding-left: 15px;
  width: 72%;
  float: left;
  margin-top: 0px;
  background-color: transparent;
  position: relative;
  bottom: auto;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content h4 {
  padding: 0;
  text-align: left;
  margin-bottom: 7px;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content h4 a:hover {
  color: var(--primary_color);
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta {
  display: block;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta i {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta time {
  margin-right: 10px;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail li:first-child:hover .posts-thumbnail-content {
  opacity: 1;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list li {
  padding-bottom: 15px;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content {
  margin-top: 0px;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content h4 a {
  color: #fff;
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content h4 a:hover {
  color: var(--primary_color);
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span,
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta time {
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span i,
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta time i,
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span a,
.yolo-footer-wrapper.footer-3 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta time a {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 480px) {
  .yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_single_image {
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .yolo-footer-wrapper.footer-4 .wpb_wrapper > p {
    text-align: center !important;
    margin-top: 0 !important;
  }
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper h3 {
  margin-bottom: 50px !important;
}
@media (max-width: 479px) {
  .yolo-footer-wrapper.footer-4 .wpb_wrapper h3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_raw_html {
  margin-bottom: 20px !important;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_raw_html .icon-info {
  position: relative;
  color: var(--text_color);
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_raw_html .icon-info p {
  padding-left: 30px;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_raw_html .icon-info p strong {
  color: var(--text_color);
  font-size: 16px;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_raw_html .icon-info i {
  color: var(--primary_color);
  position: absolute;
  top: 5px;
  padding-right: 20px;
  font-size: 20px;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_raw_html .back-to-top {
  right: 0;
  text-align: center;
  position: relative;
  margin: 0 auto;
  background: transparent;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  height: auto;
  width: 30px;
  height: 30px;
  background-color: var(--primary_color);
  border-radius: 100%;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_raw_html .back-to-top i {
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_raw_html .back-to-top i:after {
  content: '';
  position: absolute;
  border: var(--primary_color) solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 100%;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_raw_html .back-to-top:hover i:after {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p {
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p i {
  padding-right: 20px;
  font-size: 20px;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .contact .wpb_wrapper .wpb_wrapper p {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .contact .wpb_wrapper .wpb_wrapper p:hover {
  color: #fff;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-container .instagram-pics {
  padding: 0;
  list-style-type: none;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-container .instagram-pics li {
  float: left;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child {
  list-style: none;
  margin: 0;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child:before {
  content: " ";
  display: table;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-image {
  width: 70px;
  float: left;
  height: 70px;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-image img {
  width: auto;
  height: 100%;
  max-width: none;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content {
  padding-left: 15px;
  width: 72%;
  float: left;
  margin-top: 0px;
  background-color: transparent;
  position: relative;
  bottom: auto;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content h4 {
  padding: 0;
  text-align: left;
  margin-bottom: 7px;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content h4 a:hover {
  color: var(--primary_color);
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta {
  display: block;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta i {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta time {
  margin-right: 10px;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail li:first-child:hover .posts-thumbnail-content {
  opacity: 1;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list li {
  padding-bottom: 15px;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content {
  margin-top: 0px;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content h4 a {
  color: #fff;
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content h4 a:hover {
  color: var(--primary_color);
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span,
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta time {
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span i,
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta time i,
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span a,
.yolo-footer-wrapper.footer-4 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta time a {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 479px) {
  .yolo-footer-wrapper.footer-5 .wpb_wrapper > p {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 480px) {
  .yolo-footer-wrapper.footer-5 .wpb_wrapper .wpb_single_image {
    margin-top: 30px !important;
  }
}
.yolo-footer-wrapper.footer-5 .wpb_wrapper #social-footer {
  display: block;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.yolo-footer-wrapper.footer-5 .wpb_wrapper #social-footer li {
  display: inline-block;
}
.yolo-footer-wrapper.footer-5 .wpb_wrapper #social-footer li a {
  display: block;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
.yolo-footer-wrapper.footer-5 .wpb_wrapper #social-footer li a:hover {
  color: var(--primary_color);
  background-color: #fff;
}
.yolo-footer-wrapper.footer-5 .wpb_wrapper #social-footer li a i {
  font-size: 16px;
}
@media (max-width: 320px) {
  .yolo-footer-wrapper.footer-5 .wpb_wrapper #social-footer li a {
    margin: 0 10px;
  }
}
.yolo-footer-wrapper.footer-5 .wpb_wrapper #social-footer li:first-child a {
  margin-left: 0;
}
.yolo-footer-wrapper.footer-5 .wpb_wrapper h3 {
  color: #fff;
  margin-bottom: 50px !important;
}
.yolo-footer-wrapper.footer-5 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p {
  color: #fff;
}
.yolo-footer-wrapper.footer-5 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p i {
  padding-right: 20px;
  font-size: 20px;
}
.yolo-footer-wrapper.footer-6 .wpb_wrapper #social-footer {
  display: block;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.yolo-footer-wrapper.footer-6 .wpb_wrapper #social-footer li {
  display: inline-block;
}
.yolo-footer-wrapper.footer-6 .wpb_wrapper #social-footer li a {
  display: block;
  margin: 0 5px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.yolo-footer-wrapper.footer-6 .wpb_wrapper #social-footer li a:hover {
  color: var(--primary_color);
}
.yolo-footer-wrapper.footer-6 .wpb_wrapper #social-footer li a i {
  font-size: 16px;
  padding-right: 15px;
}
@media (max-width: 320px) {
  .yolo-footer-wrapper.footer-6 .wpb_wrapper #social-footer li a {
    margin: 0 15px;
  }
}
.yolo-footer-wrapper.footer-6 .wpb_wrapper h3 {
  color: #fff;
  margin-bottom: 50px !important;
}
.yolo-footer-wrapper.footer-6 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p {
  color: #fff;
}
.yolo-footer-wrapper.footer-6 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p i {
  padding-right: 20px;
  font-size: 20px;
}
@media (max-width: 480px) {
  .yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_single_image {
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .yolo-footer-wrapper.footer-7 .wpb_wrapper > p {
    text-align: center !important;
    margin-top: 0 !important;
  }
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper h3 {
  margin-bottom: 50px !important;
}
@media (max-width: 479px) {
  .yolo-footer-wrapper.footer-7 .wpb_wrapper h3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper #social-footer {
  display: block;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper #social-footer li {
  display: inline-block;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper #social-footer li a {
  display: block;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper #social-footer li a:hover {
  color: var(--primary_color);
  background-color: #fff;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper #social-footer li a i {
  font-size: 16px;
}
@media (max-width: 320px) {
  .yolo-footer-wrapper.footer-7 .wpb_wrapper #social-footer li a {
    margin: 0 10px;
  }
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper #social-footer li:first-child a {
  margin-left: 0;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_raw_html {
  margin-bottom: 20px !important;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_raw_html .icon-info {
  position: relative;
  color: var(--text_color);
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_raw_html .icon-info p {
  padding-left: 30px;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_raw_html .icon-info p strong {
  color: var(--text_color);
  font-size: 16px;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_raw_html .icon-info i {
  color: var(--primary_color);
  position: absolute;
  top: 5px;
  padding-right: 20px;
  font-size: 20px;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_raw_html .back-to-top {
  right: 0;
  text-align: center;
  position: relative;
  margin: 0 auto;
  background: transparent;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  height: auto;
  width: 30px;
  height: 30px;
  background-color: var(--primary_color);
  border-radius: 100%;
  cursor: pointer;
  margin-top: 0px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_raw_html .back-to-top i {
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_raw_html .back-to-top i:after {
  content: '';
  position: absolute;
  border: var(--primary_color) solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 100%;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_raw_html .back-to-top:hover i:after {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p {
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p i {
  padding-right: 20px;
  font-size: 20px;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .contact .wpb_wrapper .wpb_wrapper p {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .contact .wpb_wrapper .wpb_wrapper p:hover {
  color: #fff;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail li:first-child {
  list-style: none;
  margin: 0;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail li:first-child:before {
  content: " ";
  display: table;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-image {
  width: 70px;
  float: left;
  height: 70px;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-image img {
  width: auto;
  height: 100%;
  max-width: none;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content {
  padding-left: 15px;
  width: 72%;
  float: left;
  margin-top: 0px;
  background-color: transparent;
  position: relative;
  bottom: auto;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content h4 {
  padding: 0;
  text-align: left;
  margin-bottom: 7px;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content h4 a:hover {
  color: var(--primary_color);
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta {
  display: block;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta time {
  margin-right: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail li:first-child .posts-thumbnail-content {
    width: 67%;
  }
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail li:first-child:hover .posts-thumbnail-content {
  opacity: 1;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list li {
  padding-bottom: 15px;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content {
  margin-top: 0px;
}
.yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content h4 a:hover {
  color: var(--primary_color);
}
@media (max-width: 991px) and (min-width: 768px) {
  .yolo-footer-wrapper.footer-7 .wpb_wrapper .widget-post-thumbnail .posts-thumbnail-list .posts-thumbnail-content {
    width: 67%;
  }
}
@media (max-width: 479px) {
  .yolo-footer-wrapper.footer-8 .wpb_wrapper p strong {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .yolo-footer-wrapper.footer-8 .wpb_wrapper .wpb_single_image {
    margin-top: 30px !important;
  }
}
.yolo-footer-wrapper.footer-8 .wpb_wrapper #social-footer {
  display: block;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.yolo-footer-wrapper.footer-8 .wpb_wrapper #social-footer li {
  display: inline-block;
}
.yolo-footer-wrapper.footer-8 .wpb_wrapper #social-footer li a {
  display: block;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
.yolo-footer-wrapper.footer-8 .wpb_wrapper #social-footer li a:hover {
  color: var(--primary_color);
  background-color: #fff;
}
.yolo-footer-wrapper.footer-8 .wpb_wrapper #social-footer li a i {
  font-size: 16px;
}
@media (max-width: 320px) {
  .yolo-footer-wrapper.footer-8 .wpb_wrapper #social-footer li a {
    margin: 0 10px;
  }
}
.yolo-footer-wrapper.footer-8 .wpb_wrapper #social-footer li:first-child a {
  margin-left: 0;
}
.yolo-footer-wrapper.footer-8 .wpb_wrapper h3 {
  color: #fff;
  margin-bottom: 50px !important;
}
.yolo-footer-wrapper.footer-8 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p {
  color: #fff;
}
.yolo-footer-wrapper.footer-8 .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p i {
  padding-right: 20px;
  font-size: 20px;
}
/**
 * 5.0 - Widget
 * ----------------------------------------------------------------------------
 */
.search-form {
  position: relative;
}
.search-form input[type="text"] {
  width: 100%;
  height: 42px;
  border: 1px solid #ebebeb;
  background-color: transparent;
  color: var(--primary_color);
  padding-right: 45px;
  margin-bottom: 20px;
}
.search-form input[type="text"]::-webkit-input-placeholder {
  color: var(--primary_color_fade_80);
}
.search-form input[type="text"]::-moz-placeholder {
  color: var(--primary_color_fade_80);
}
.search-form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  padding: 0;
  height: 42px;
  width: 45px;
  background-color: transparent;
  color: var(--primary_color);
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-form button[type="submit"]:hover {
  color: var(--primary_color_darken_10);
}
.screen-reader-text {
  display: none;
}
/*-------------------------------------
CALENDAR
---------------------------------------*/
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  font-weight: 600;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
  font-size: 13px;
}
#wp-calendar tbody td {
  background: #eeeeee;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td.pad:hover {
  background: transparent !important;
}
#wp-calendar tbody td:hover {
  color: #fff;
}
#wp-calendar tbody td:hover a {
  color: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
/*-----------------------------------------------------------------------------
* Widget yolo_widget_color_filter
*----------------------------------------------------------------------------*/
.yolo_widget_color_filter .yolo-filter-color {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #e0e0e0;
}
/* -----------------------------------------------------------------------------
 * Widget: price filter
 * -------------------------------------------------------------------------- */
.woocommerce .widget_price_filter h4.widget-title {
  margin-bottom: 30px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eeeeee;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 4px 25px 4px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: var(--primary_color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  background-color: var(--primary_color);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: -6px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 14px;
  color: var(--text_color);
  font-weight: bold;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  line-height: 40px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  min-width: 80px;
  font-weight: bold;
  font-size: 15px;
  padding: 12px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: var(--text_color);
  color: #fff !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
  background-color: var(--primary_color) !important;
}
/*
* Widget Cart
*
*/
.woocommerce .widget.widget_shopping_cart_content {
  border-top: 1px solid #eeeeee;
}
.woocommerce .widget.widget_shopping_cart_content .widget_shopping_cart_icon {
  display: none;
}
.woocommerce .widget.widget_shopping_cart_content .sub-total-text {
  display: none;
}
/*
*
*  Sidebar
*/
.sidebar {
  padding: 0 15px;
}
.sidebar aside + aside {
  margin-top: 3px;
}
.sidebar aside {
  padding: 25px 0px 30px 0px;
}
.sidebar aside .ad-spot .about-image a {
  position: relative;
  display: block;
}
.sidebar aside .ad-spot .about-image a:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
}
.sidebar aside .ad-spot .about-image a:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
      transform: scale(1, 0);
}
.sidebar aside .ad-spot .about-image a:hover:before,
.sidebar aside .ad-spot .about-image a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.sidebar aside .begreen-widget {
  position: relative;
  padding: 20px 10px;
}
.sidebar aside .begreen-widget:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 40px;
  width: 40px;
}
.sidebar aside .begreen-widget:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 40px;
  width: 40px;
}
.sidebar aside .begreen-widget .name_author {
  color: var(--primary_color);
}
.sidebar.right-sidebar aside,
.sidebar.left-sidebar aside {
  position: relative;
}
@media (max-width: 767px) {
  .sidebar {
    float: none;
  }
}
.sidebar h4.widget-title,
.wpb_widgetised_column h4.widget-title {
  margin-top: 0;
  font-weight: normal;
  position: relative;
  text-align: center;
}
.sidebar h3,
.wpb_widgetised_column h3 {
  text-align: center;
}
.sidebar .tagcloud,
.wpb_widgetised_column .tagcloud {
  font-size: 0;
}
.sidebar .tagcloud a,
.wpb_widgetised_column .tagcloud a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  padding: 7px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1;
  font-size: 14px;
  border: 1px solid #eeeeee;
  color: inherit;
}
.sidebar .tagcloud a:last-child,
.wpb_widgetised_column .tagcloud a:last-child {
  margin-right: 0;
}
.sidebar .tagcloud a:hover,
.wpb_widgetised_column .tagcloud a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--primary_color) !important;
  border-color: var(--primary_color);
}
.sidebar select,
.wpb_widgetised_column select {
  width: 100%;
}
.sidebar .widget_recent_comments ul li span a,
.wpb_widgetised_column .widget_recent_comments ul li span a {
  color: var(--primary_color);
}
.sidebar .widget_recent_comments ul li > a,
.wpb_widgetised_column .widget_recent_comments ul li > a {
  color: var(--text_color);
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .widget_recent_comments ul li > a:hover,
.wpb_widgetised_column .widget_recent_comments ul li > a:hover {
  color: var(--primary_color);
}
.sidebar .widget_archive ul li a,
.wpb_widgetised_column .widget_archive ul li a,
.sidebar .widget_pages ul li a,
.wpb_widgetised_column .widget_pages ul li a,
.sidebar .widget_meta ul li a,
.wpb_widgetised_column .widget_meta ul li a,
.sidebar .widget_nav_menu ul li a,
.wpb_widgetised_column .widget_nav_menu ul li a,
.sidebar .widget_recent_entries ul li a,
.wpb_widgetised_column .widget_recent_entries ul li a {
  display: inline-block;
}
.sidebar .widget_archive ul li:hover > a,
.wpb_widgetised_column .widget_archive ul li:hover > a,
.sidebar .widget_pages ul li:hover > a,
.wpb_widgetised_column .widget_pages ul li:hover > a,
.sidebar .widget_meta ul li:hover > a,
.wpb_widgetised_column .widget_meta ul li:hover > a,
.sidebar .widget_nav_menu ul li:hover > a,
.wpb_widgetised_column .widget_nav_menu ul li:hover > a,
.sidebar .widget_recent_entries ul li:hover > a,
.wpb_widgetised_column .widget_recent_entries ul li:hover > a {
  color: var(--primary_color);
}
.sidebar .widget_archive > ul,
.wpb_widgetised_column .widget_archive > ul,
.sidebar .widget_pages > ul,
.wpb_widgetised_column .widget_pages > ul,
.sidebar .widget_meta > ul,
.wpb_widgetised_column .widget_meta > ul,
.sidebar .widget_recent_comments > ul,
.wpb_widgetised_column .widget_recent_comments > ul,
.sidebar .widget_recent_entries > ul,
.wpb_widgetised_column .widget_recent_entries > ul,
.sidebar .widget_rss > ul,
.wpb_widgetised_column .widget_rss > ul,
.sidebar .widget_nav_menu > div > ul,
.wpb_widgetised_column .widget_nav_menu > div > ul,
.sidebar .widget_product_categories > ul,
.wpb_widgetised_column .widget_product_categories > ul,
.sidebar .widget_layered_nav > ul,
.wpb_widgetised_column .widget_layered_nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
  color: var(--text_color);
}
.sidebar .widget_archive > ul > li:first-child,
.wpb_widgetised_column .widget_archive > ul > li:first-child,
.sidebar .widget_pages > ul > li:first-child,
.wpb_widgetised_column .widget_pages > ul > li:first-child,
.sidebar .widget_meta > ul > li:first-child,
.wpb_widgetised_column .widget_meta > ul > li:first-child,
.sidebar .widget_recent_comments > ul > li:first-child,
.wpb_widgetised_column .widget_recent_comments > ul > li:first-child,
.sidebar .widget_recent_entries > ul > li:first-child,
.wpb_widgetised_column .widget_recent_entries > ul > li:first-child,
.sidebar .widget_rss > ul > li:first-child,
.wpb_widgetised_column .widget_rss > ul > li:first-child,
.sidebar .widget_nav_menu > div > ul > li:first-child,
.wpb_widgetised_column .widget_nav_menu > div > ul > li:first-child,
.sidebar .widget_product_categories > ul > li:first-child,
.wpb_widgetised_column .widget_product_categories > ul > li:first-child,
.sidebar .widget_layered_nav > ul > li:first-child,
.wpb_widgetised_column .widget_layered_nav > ul > li:first-child {
  padding-top: 0;
}
.sidebar .widget_archive > ul > li > a,
.wpb_widgetised_column .widget_archive > ul > li > a,
.sidebar .widget_pages > ul > li > a,
.wpb_widgetised_column .widget_pages > ul > li > a,
.sidebar .widget_meta > ul > li > a,
.wpb_widgetised_column .widget_meta > ul > li > a,
.sidebar .widget_recent_comments > ul > li > a,
.wpb_widgetised_column .widget_recent_comments > ul > li > a,
.sidebar .widget_recent_entries > ul > li > a,
.wpb_widgetised_column .widget_recent_entries > ul > li > a,
.sidebar .widget_rss > ul > li > a,
.wpb_widgetised_column .widget_rss > ul > li > a,
.sidebar .widget_nav_menu > div > ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div > ul > li > a,
.sidebar .widget_product_categories > ul > li > a,
.wpb_widgetised_column .widget_product_categories > ul > li > a,
.sidebar .widget_layered_nav > ul > li > a,
.wpb_widgetised_column .widget_layered_nav > ul > li > a {
  padding-left: 5px;
}
.sidebar .widget_archive li:last-child,
.wpb_widgetised_column .widget_archive li:last-child,
.sidebar .widget_pages li:last-child,
.wpb_widgetised_column .widget_pages li:last-child,
.sidebar .widget_meta li:last-child,
.wpb_widgetised_column .widget_meta li:last-child,
.sidebar .widget_recent_comments li:last-child,
.wpb_widgetised_column .widget_recent_comments li:last-child,
.sidebar .widget_recent_entries li:last-child,
.wpb_widgetised_column .widget_recent_entries li:last-child,
.sidebar .widget_rss li:last-child,
.wpb_widgetised_column .widget_rss li:last-child,
.sidebar .widget_nav_menu > div li:last-child,
.wpb_widgetised_column .widget_nav_menu > div li:last-child,
.sidebar .widget_product_categories li:last-child,
.wpb_widgetised_column .widget_product_categories li:last-child,
.sidebar .widget_layered_nav li:last-child,
.wpb_widgetised_column .widget_layered_nav li:last-child {
  margin-bottom: 0;
}
.sidebar .widget_archive li .show_count,
.wpb_widgetised_column .widget_archive li .show_count,
.sidebar .widget_pages li .show_count,
.wpb_widgetised_column .widget_pages li .show_count,
.sidebar .widget_meta li .show_count,
.wpb_widgetised_column .widget_meta li .show_count,
.sidebar .widget_recent_comments li .show_count,
.wpb_widgetised_column .widget_recent_comments li .show_count,
.sidebar .widget_recent_entries li .show_count,
.wpb_widgetised_column .widget_recent_entries li .show_count,
.sidebar .widget_rss li .show_count,
.wpb_widgetised_column .widget_rss li .show_count,
.sidebar .widget_nav_menu > div li .show_count,
.wpb_widgetised_column .widget_nav_menu > div li .show_count,
.sidebar .widget_product_categories li .show_count,
.wpb_widgetised_column .widget_product_categories li .show_count,
.sidebar .widget_layered_nav li .show_count,
.wpb_widgetised_column .widget_layered_nav li .show_count {
  float: right;
}
.sidebar .widget_archive li a,
.wpb_widgetised_column .widget_archive li a,
.sidebar .widget_pages li a,
.wpb_widgetised_column .widget_pages li a,
.sidebar .widget_meta li a,
.wpb_widgetised_column .widget_meta li a,
.sidebar .widget_recent_comments li a,
.wpb_widgetised_column .widget_recent_comments li a,
.sidebar .widget_recent_entries li a,
.wpb_widgetised_column .widget_recent_entries li a,
.sidebar .widget_rss li a,
.wpb_widgetised_column .widget_rss li a,
.sidebar .widget_nav_menu > div li a,
.wpb_widgetised_column .widget_nav_menu > div li a,
.sidebar .widget_product_categories li a,
.wpb_widgetised_column .widget_product_categories li a,
.sidebar .widget_layered_nav li a,
.wpb_widgetised_column .widget_layered_nav li a {
  display: block;
}
.sidebar .widget_archive a,
.wpb_widgetised_column .widget_archive a,
.sidebar .widget_pages a,
.wpb_widgetised_column .widget_pages a,
.sidebar .widget_meta a,
.wpb_widgetised_column .widget_meta a,
.sidebar .widget_recent_comments a,
.wpb_widgetised_column .widget_recent_comments a,
.sidebar .widget_recent_entries a,
.wpb_widgetised_column .widget_recent_entries a,
.sidebar .widget_rss a,
.wpb_widgetised_column .widget_rss a,
.sidebar .widget_nav_menu > div a,
.wpb_widgetised_column .widget_nav_menu > div a,
.sidebar .widget_product_categories a,
.wpb_widgetised_column .widget_product_categories a,
.sidebar .widget_layered_nav a,
.wpb_widgetised_column .widget_layered_nav a {
  color: inherit;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar .widget_archive a:hover,
.wpb_widgetised_column .widget_archive a:hover,
.sidebar .widget_pages a:hover,
.wpb_widgetised_column .widget_pages a:hover,
.sidebar .widget_meta a:hover,
.wpb_widgetised_column .widget_meta a:hover,
.sidebar .widget_recent_comments a:hover,
.wpb_widgetised_column .widget_recent_comments a:hover,
.sidebar .widget_recent_entries a:hover,
.wpb_widgetised_column .widget_recent_entries a:hover,
.sidebar .widget_rss a:hover,
.wpb_widgetised_column .widget_rss a:hover,
.sidebar .widget_nav_menu > div a:hover,
.wpb_widgetised_column .widget_nav_menu > div a:hover,
.sidebar .widget_product_categories a:hover,
.wpb_widgetised_column .widget_product_categories a:hover,
.sidebar .widget_layered_nav a:hover,
.wpb_widgetised_column .widget_layered_nav a:hover {
  text-decoration: none;
}
.sidebar .widget_archive li > a:hover,
.wpb_widgetised_column .widget_archive li > a:hover,
.sidebar .widget_pages li > a:hover,
.wpb_widgetised_column .widget_pages li > a:hover,
.sidebar .widget_nav_menu > div li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div li > a:hover,
.sidebar .widget_product_categories li > a:hover,
.wpb_widgetised_column .widget_product_categories li > a:hover {
  padding-left: 15px;
}
.sidebar .widget_categories ul ul,
.wpb_widgetised_column .widget_categories ul ul,
.sidebar .widget_pages ul ul,
.wpb_widgetised_column .widget_pages ul ul,
.sidebar .widget_nav_menu > div ul ul,
.wpb_widgetised_column .widget_nav_menu > div ul ul,
.sidebar .widget_product_categories ul ul,
.wpb_widgetised_column .widget_product_categories ul ul {
  padding-left: 0;
  list-style-type: none;
}
.sidebar .widget_categories ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul > li > a,
.sidebar .widget_pages ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul > li > a,
.sidebar .widget_product_categories ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul > li > a {
  padding-left: 25px;
}
.sidebar .widget_categories ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul > li > a:hover,
.sidebar .widget_pages ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul > li > a:hover {
  padding-left: 45px;
}
.sidebar .widget_categories ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul > li > a,
.sidebar .widget_pages ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul > li > a {
  padding-left: 45px;
}
.sidebar .widget_categories ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul > li > a:hover {
  padding-left: 65px;
}
.sidebar .widget_categories ul ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul ul > li > a,
.sidebar .widget_pages ul ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul ul > li > a {
  padding-left: 65px;
}
.sidebar .widget_categories ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul ul > li > a:hover {
  padding-left: 85px;
}
.sidebar .widget_categories ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul ul ul > li > a,
.sidebar .widget_pages ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul ul ul > li > a {
  padding-left: 85px;
}
.sidebar .widget_categories ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul ul ul > li > a:hover {
  padding-left: 105px;
}
.sidebar .widget_meta ul li a,
.wpb_widgetised_column .widget_meta ul li a {
  padding: 7px 0px;
}
.sidebar .widget_recent_comments > ul,
.wpb_widgetised_column .widget_recent_comments > ul,
.sidebar .widget_rss > ul,
.wpb_widgetised_column .widget_rss > ul {
  font-size: 13px;
  color: #999;
  line-height: 1.6;
}
.sidebar .widget_recent_comments li,
.wpb_widgetised_column .widget_recent_comments li,
.sidebar .widget_rss li,
.wpb_widgetised_column .widget_rss li {
  padding-top: 16px;
  margin-bottom: 16px;
}
.sidebar .widget_recent_comments li + li,
.wpb_widgetised_column .widget_recent_comments li + li,
.sidebar .widget_rss li + li,
.wpb_widgetised_column .widget_rss li + li {
  margin-top: 16px;
}
.sidebar .widget_layered_nav ul li,
.wpb_widgetised_column .widget_layered_nav ul li {
  padding: 9px 0 0 0;
}
.sidebar .widget_layered_nav ul li a,
.wpb_widgetised_column .widget_layered_nav ul li a {
  padding: 0 0 0 5px;
}
.sidebar .widget_layered_nav ul li span.count,
.wpb_widgetised_column .widget_layered_nav ul li span.count {
  padding: 0;
  float: right;
}
.sidebar .widget-social-profile span,
.wpb_widgetised_column .widget-social-profile span {
  display: block;
  background: var(--text_color);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
}
.sidebar .widget-social-profile ul.social-profile,
.wpb_widgetised_column .widget-social-profile ul.social-profile {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  margin-top: 10px;
}
.sidebar .widget-social-profile ul.social-profile li,
.wpb_widgetised_column .widget-social-profile ul.social-profile li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.sidebar .widget-social-profile ul.social-profile li a,
.wpb_widgetised_column .widget-social-profile ul.social-profile li a {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .widget-social-profile ul.social-profile li a i,
.wpb_widgetised_column .widget-social-profile ul.social-profile li a i {
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .widget-social-profile ul.social-profile li a:hover i,
.wpb_widgetised_column .widget-social-profile ul.social-profile li a:hover i {
  color: var(--primary_color) !important;
}
.sidebar .widget-social-profile ul.social-profile li + li,
.wpb_widgetised_column .widget-social-profile ul.social-profile li + li {
  margin-left: 0px;
}
.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 100%;
}
.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a i,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a i {
  color: #777777;
  font-size: 14px;
}
.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i {
  color: #fff;
}
.sidebar .widget-social-profile.blog-widget,
.wpb_widgetised_column .widget-social-profile.blog-widget {
  border-width: 2px;
  border-style: solid;
  padding: 30px 15px 40px 15px;
  text-align: center;
}
.sidebar .widget-social-profile.blog-widget > span,
.wpb_widgetised_column .widget-social-profile.blog-widget > span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.sidebar ul.product_list_widget li,
.wpb_widgetised_column ul.product_list_widget li {
  padding: 0;
  margin: 0;
}
.sidebar ul.product_list_widget li + li,
.wpb_widgetised_column ul.product_list_widget li + li {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
}
.sidebar ul.product_list_widget li img,
.wpb_widgetised_column ul.product_list_widget li img {
  width: 70px;
  float: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 0;
  margin-right: 15px;
}
.sidebar ul.product_list_widget li a,
.wpb_widgetised_column ul.product_list_widget li a {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: normal;
}
.sidebar ul.product_list_widget span.amount,
.wpb_widgetised_column ul.product_list_widget span.amount {
  font-size: 15px;
}
.sidebar ul.product_list_widget ins,
.wpb_widgetised_column ul.product_list_widget ins {
  text-decoration: none;
  margin-right: 3px;
}
.sidebar ul.product_list_widget del span.amount,
.wpb_widgetised_column ul.product_list_widget del span.amount {
  font-size: 13px;
  color: #999999;
}
.sidebar ul.product_list_widget .star-rating,
.wpb_widgetised_column ul.product_list_widget .star-rating {
  margin: 0 0 5px 0;
}
.sidebar .widget-posts-wrap .widget_posts_item,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item {
  padding-bottom: 25px;
}
.sidebar .widget-posts-wrap .widget_posts_item:last-child,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item:last-child {
  padding-bottom: 0;
}
.sidebar .widget-posts-wrap .widget_posts_item + .widget_posts_item,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item + .widget_posts_item {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail {
  width: 60px;
  float: left;
  margin-right: 10px;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail {
  position: relative;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  right: 0;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img {
  width: 100%;
  display: block;
}
.sidebar .widget-posts-wrap .widget-posts-content-wrap,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-content-wrap {
  position: relative;
  overflow: hidden;
}
.sidebar .widget-posts-wrap .widget-posts-title,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-title {
  font-size: 15px;
  color: #3F3F3F;
  display: block;
  line-height: 1.2;
  margin-bottom: 2px;
}
.sidebar .widget-posts-wrap .widget-posts-title:hover,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-title:hover {
  text-decoration: none;
}
.sidebar .widget-posts-wrap .owl-theme .owl-controls,
.wpb_widgetised_column .widget-posts-wrap .owl-theme .owl-controls {
  display: none !important;
}
.sidebar .widget-posts-wrap .widget-posts-date,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-date {
  font-size: 13px;
  color: #999999;
}
.sidebar .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item,
.wpb_widgetised_column .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item {
  margin-top: 20px;
}
.sidebar .widget-twitter-wrap i,
.wpb_widgetised_column .widget-twitter-wrap i {
  font-size: 14px;
}
.sidebar .widget-twitter-wrap span.twitter-time,
.wpb_widgetised_column .widget-twitter-wrap span.twitter-time {
  color: #b1b1b1;
  display: block;
}
.sidebar .widget-banner .widget-image-wrap a,
.wpb_widgetised_column .widget-banner .widget-image-wrap a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sidebar .widget-banner .widget-image-wrap a:before,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.sidebar .widget-banner .widget-image-wrap a img,
.wpb_widgetised_column .widget-banner .widget-image-wrap a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget-banner .widget-image-wrap a:hover:before,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover:before {
  opacity: 1;
}
.sidebar .widget-banner .widget-image-wrap a:hover img,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sidebar .widget-contact-info,
.wpb_widgetised_column .widget-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget-contact-info > li > i.fa,
.wpb_widgetised_column .widget-contact-info > li > i.fa {
  width: 18px;
}
.sidebar .mail-chimp-wrapper > p,
.wpb_widgetised_column .mail-chimp-wrapper > p {
  line-height: 28px;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button {
  position: relative;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button > input,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > input {
  background-color: #fbfbfb;
  color: #222;
  border: none;
  line-height: 1;
  height: 30px;
  width: 100%;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button > button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button {
  border: none;
  background: none;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button > button > span,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button > span {
  display: none;
}
.sidebar .footer-logo .sub-description,
.wpb_widgetised_column .footer-logo .sub-description {
  padding-top: 28px;
  line-height: 28px;
}
.sidebar .widget-text-intro,
.wpb_widgetised_column .widget-text-intro {
  font-size: 24px;
  text-align: center;
  border: dashed 3px #c5c5c5;
  padding: 55px 10px;
  font-weight: 400;
}
.sidebar .title-center .widget-title,
.wpb_widgetised_column .title-center .widget-title {
  text-align: center;
}
.sidebar ul.instagram-pics + p,
.wpb_widgetised_column ul.instagram-pics + p {
  margin: 0;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.02em;
}
.sidebar .widget-text-center,
.wpb_widgetised_column .widget-text-center {
  text-align: center;
}
.widget-payment-gate {
  padding-top: 10px;
}
.widget-payment-gate .payment-gate {
  list-style: none;
  display: inline-block;
}
.widget-payment-gate li {
  float: left;
  display: inline-block;
  padding-right: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.widget-payment-gate li:last-child {
  padding-right: 0px;
}
.widget-payment-gate li:hover {
  opacity: 0.6;
}
.widget-payment-gate image {
  max-width: 46px;
  max-height: 28px;
}
.widget-partner-carousel .owl-carousel .owl-item {
  height: 180px;
  display: table;
  text-align: center;
}
footer.main-footer-wrapper .sidebar aside.widget-map-scroll-up {
  margin-top: 0;
}
.sidebar.woocommerce-sidebar {
  background-color: #fff;
  padding: 0 15px;
}
.sidebar.woocommerce-sidebar .widget {
  padding-top: 2em;
}
.sidebar.woocommerce-sidebar .widget-title {
  position: relative;
  font-weight: var(--primary_font_weight);
}
.sidebar .widget_product_categories > ul > li {
  border: none;
}
.sidebar .widget_product_categories > ul > li a {
  color: var(--text_color);
  padding: 5px 0;
}
.sidebar .widget_product_categories > ul > li a:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 10px;
  height: 2px;
  background-color: #eeeeee;
  top: -4px;
  margin-right: 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar .widget_product_categories > ul > li a:hover:before {
  background-color: var(--primary_color);
}
/*
*
*  Post Thumbnail
*/
.widget-post-thumbnail ul.posts-thumbnail-list {
  padding: 0px;
  margin: 0px;
}
.widget-post-thumbnail ul.posts-thumbnail-list > li {
  padding: 0 0 35px 0;
  margin: 0;
}
.widget-post-thumbnail ul.posts-thumbnail-list li {
  list-style: none;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image {
  position: relative;
  overflow: hidden;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: var(--primary_color);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image a:after {
  content: "\f064";
  font-family: "fontawesome";
  font-size: 20px;
  position: absolute;
  color: #fff;
  filter: alpha(opacity=0);
  top: 40%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image:hover a:before {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.8;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image:hover a:after {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-left: 15px;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content h4 {
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 16px;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta {
  font-size: 13px;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta i {
  margin-right: 4px;
  color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta time,
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta span.author {
  margin-right: 10px;
  font-style: italic;
  text-transform: capitalize;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
  margin-right: 4px;
  color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count a {
  font-size: 12px;
  color: #000;
}
.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count a:hover {
  color: var(--primary_color);
}
@media (max-width: 991px) {
  .widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image {
    width: 30%;
    float: left;
  }
  .widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content {
    width: 70%;
    float: left;
    margin-top: -5px;
  }
  .widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content h4 {
    margin-bottom: 7px;
  }
  .widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content h4 a {
    /*line-height: 0px;*/
  }
  .widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta i {
    margin-right: 4px;
  }
  .widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta time {
    margin-right: 10px;
  }
  .widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
    margin-right: 4px;
  }
}
.widget-post-thumbnail ul.posts-thumbnail-list.full_width li .posts-thumbnail-content {
  padding-left: 0;
  margin-top: 20px;
  text-align: center;
}
.widget-post-thumbnail ul.posts-thumbnail-list.full_width li .posts-thumbnail-content a:hover {
  color: var(--primary_color);
}
@media (max-width: 991px) {
  .widget-post-thumbnail ul.posts-thumbnail-list.full_width li .posts-thumbnail-content {
    text-align: left;
    padding-left: 20px;
    margin-top: 6px;
  }
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail > li {
  padding: 0 0 30px 0;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li {
  list-style: none;
  margin: 0;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li:before {
  content: " ";
  display: table;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-image {
  width: 70px;
  float: left;
  height: 70px;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-image img {
  width: auto;
  height: 100%;
  max-width: none;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content {
  width: 70%;
  float: left;
  margin-top: 0px;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content h4 {
  margin-bottom: 7px;
  text-align: left;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content h4 a:hover {
  color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta i {
  margin-right: 4px;
  color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta time {
  margin-right: 10px;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
  margin-right: 4px;
  color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li:first-child {
  position: relative;
  overflow: hidden;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li:first-child .posts-thumbnail-image {
  width: 100%;
  height: auto;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li:first-child .posts-thumbnail-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li:first-child .posts-thumbnail-content {
  width: 100%;
  float: none;
  margin-top: 0px;
  padding-left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 30px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li:first-child .posts-thumbnail-content h4 {
  padding: 10px 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  color: var(--text_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li:first-child .posts-thumbnail-content h4 a:hover {
  color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li:first-child .posts-thumbnail-content .posts-thumbnail-meta {
  display: none;
}
.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li:first-child:hover .posts-thumbnail-content {
  opacity: 0;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date > li {
  padding: 0 0 35px 0;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li {
  list-style: none;
  margin: 0;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li:before {
  content: " ";
  display: table;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-date {
  width: 70px;
  float: left;
  height: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 30px;
  border: 1px solid #eeeeee;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-date span {
  display: block;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-date span.day {
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-date span.month {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content {
  width: 72%;
  float: left;
  margin-top: -2px;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content h4 {
  margin-bottom: 7px;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content h4 a:hover {
  color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content .posts-thumbnail-meta i {
  margin-right: 4px;
  color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content .posts-thumbnail-meta time {
  margin-right: 10px;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
  margin-right: 4px;
  color: var(--primary_color);
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li:hover .posts-date {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}
.widget-post-thumbnail ul.posts-thumbnail-list.date li:hover .posts-date time span {
  color: #fff !important;
}
/*
*
*  Category Widget
*/
.widget_categories h4 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.widget_categories ul {
  margin: 0;
  padding: 0;
}
.widget_categories ul.children {
  margin: 0 !important;
}
.widget_categories ul.children > li {
  border-bottom: none;
  padding-bottom: 0;
  border-top: 1px solid #eeeeee;
}
.widget_categories ul.children > li:first-child {
  border-top: none;
}
.widget_categories ul li {
  width: 100%;
  margin: 0;
  text-align: left;
  display: block;
  list-style: none;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 16px;
  font-weight: 600;
}
.widget_categories ul li a {
  padding: 10px 0px;
  display: inline-block !important;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.widget_categories ul li a:before {
  content: '\f105';
  line-height: 27px;
  font-family: fontawesome;
  width: 30px;
  text-align: center;
  opacity: 1;
  padding-right: 10px;
}
.widget_categories ul li span {
  float: right;
}
.widget_categories ul li:hover > a {
  color: var(--primary_color);
}
.widget_categories ul li:first-child {
  border-top: 1px solid #eeeeee;
}
.widget_categories ul li.current-cat,
.widget_categories ul li.current-cat-parent {
  color: var(--primary_color);
}
.widget_categories ul ul {
  margin-top: 9px;
  border-top: 1px solid #eeeeee;
}
aside {
  padding: 25px 0;
}
aside h3,
aside h4 {
  font-size: 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
aside .search-form input[type='text'] {
  border-radius: 5px;
}
aside:first-child {
  padding-top: 0;
}
aside .clear-all,
aside .compare {
  text-align: center;
  min-width: 48% !important;
  background-color: var(--text_color) !important;
  padding: 12px 25px;
  font-size: 15px !important;
  display: inline-block;
  line-height: 1.2;
  color: #fff !important;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
aside .clear-all:hover {
  background-color: var(--primary_color) !important;
}
aside .compare {
  background-color: var(--primary_color) !important;
}
aside .compare:hover {
  background-color: var(--primary_color_darken_10) !important;
}
section {
  padding: 25px 0;
}
section .about-us-widget .name_author {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
section .ad-spot .about-image a {
  position: relative;
  display: block;
}
section .ad-spot .about-image a:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
section .ad-spot .about-image a:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
section .ad-spot .about-image a:hover:before,
section .ad-spot .about-image a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section .widget-title-wrapper h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
section:first-child {
  padding-top: 0;
}
.widget_display_search {
  text-align: center;
}
.widget_display_search div {
  margin: 0 auto;
  width: 50%;
  position: relative;
}
.widget_display_search div:hover:before {
  color: var(--primary_color);
}
.widget_display_search div:before {
  content: '\f002';
  font-family: fontawesome;
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 42px;
  color: var(--text_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.widget_display_search div input[type=text] {
  color: var(--primary_color);
  width: 100%;
  background-color: #fff;
  border: 3px solid var(--primary_color);
  border-radius: 30px;
}
.widget_display_search div input[type=submit] {
  z-index: 2;
  top: 0;
  right: 0;
  position: absolute;
  color: transparent;
  background-color: transparent;
  font-size: 0;
  height: 42px;
  min-width: 50px;
}
.widget_display_search div input[type=submit]:hover {
  background-color: transparent;
}
ul.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.instagram-pics li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.instagram-pics a {
  display: block;
  position: relative;
  overflow: hidden;
}
ul.instagram-pics a:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
ul.instagram-pics a:hover:before {
  opacity: 1;
}
.instagram-col-2 ul.instagram-pics li {
  width: 50%;
}
.instagram-col-3 ul.instagram-pics li {
  width: 33.33333333%;
  padding-right: 2%;
  padding-bottom: 2%;
}
.instagram-col-4 ul.instagram-pics li {
  width: 25%;
}
.instagram-col-6 ul.instagram-pics li {
  width: 16.66666667%;
}
.instagram-col-8 ul.instagram-pics li {
  width: 12.5%;
}
.padding-2 ul.instagram-pics {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -2px;
}
.padding-2 ul.instagram-pics li {
  padding: 2px;
}
.padding-3 ul.instagram-pics {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -3px;
}
.padding-3 ul.instagram-pics li {
  padding: 3px;
}
.padding-4 ul.instagram-pics {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: -4px;
}
.padding-4 ul.instagram-pics li {
  padding: 4px;
}
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes translate {
  0% {
    background: red;
    left: 0px;
    top: 0px;
  }
  100% {
    background: red;
    left: 100px;
    top: 0px;
  }
}
@keyframes translate {
  0% {
    background: red;
    left: 100px;
    top: 0px;
  }
  100% {
    background: red;
    left: 0px;
    top: 0px;
  }
}
.blog-wrap.grid.layout-container-fluid,
.blog-wrap.masonry.layout-container-fluid {
  padding: 0 15px;
}
.hentry.sticky .post-item {
  position: relative;
}
.hentry.sticky .post-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 75px solid var(--primary_color);
  border-left: 75px solid transparent;
  z-index: 3;
}
.hentry.sticky .post-item:after {
  width: 150px;
  height: 50px;
  font-family: 'FontAwesome';
  content: "\f08d";
  position: absolute;
  right: -57px;
  top: -7px;
  color: #fff;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  z-index: 3;
}
.blog-inner .entry-thumbnail,
.begreen-post .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.blog-inner .entry-thumbnail a.item,
.begreen-post .entry-thumbnail a.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-inner .entry-thumbnail a.item i,
.begreen-post .entry-thumbnail a.item i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-inner .entry-thumbnail a.entry-thumbnail_overlay:before,
.begreen-post .entry-thumbnail a.entry-thumbnail_overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: var(--secondary_color_fade_50);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.blog-inner article.post .entry-wrap:hover a.entry-thumbnail_overlay:before,
.begreen-post article.post .entry-wrap:hover a.entry-thumbnail_overlay:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog-inner article.post .entry-wrap:hover a.item,
.begreen-post article.post .entry-wrap:hover a.item {
  opacity: 1;
}
.blog-inner article.post .entry-wrap:hover a.item i,
.begreen-post article.post .entry-wrap:hover a.item i {
  font-size: 24px;
}
.blog-inner article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.item,
.begreen-post article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.item {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.8;
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog-inner .entry-thumbnail_overlay img,
.begreen-post .entry-thumbnail_overlay img {
  width: 100%;
  display: block;
}
.blog-inner h3.entry-title,
.begreen-post h3.entry-title {
  margin-bottom: 20px;
}
.blog-inner .entry-post-meta-wrap,
.begreen-post .entry-post-meta-wrap {
  margin-bottom: 15px;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta,
.begreen-post .entry-post-meta-wrap ul.entry-meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li,
.begreen-post .entry-post-meta-wrap ul.entry-meta li {
  display: inline;
  line-height: 1.4;
  margin-right: 15px;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li i,
.begreen-post .entry-post-meta-wrap ul.entry-meta li i {
  margin-right: 5px;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li:last-child,
.begreen-post .entry-post-meta-wrap ul.entry-meta li:last-child {
  margin-right: 0;
}
.blog-inner .entry-excerpt p,
.begreen-post .entry-excerpt p {
  margin-bottom: 0;
}
.blog-inner .read-more,
.begreen-post .read-more {
  text-decoration: underline;
}
.blog-inner .jp-interface,
.begreen-post .jp-interface {
  background-color: transparent;
  height: 140px;
  border: 2px solid #eeeeee;
}
.blog-inner .jp-play-pause,
.begreen-post .jp-play-pause {
  padding: 0;
  text-align: center;
  background-color: transparent;
  height: 100%;
  width: auto;
  margin-left: 25px;
}
.blog-inner .jp-play-pause i,
.begreen-post .jp-play-pause i {
  font-size: 38px;
  line-height: 136px;
}
.blog-inner .jp-progress,
.begreen-post .jp-progress {
  margin: 0 0 0 10px;
}
.blog-inner .jp-seek-bar,
.begreen-post .jp-seek-bar {
  height: 18px;
  border: 2px solid #eeeeee;
  width: 100% !important;
}
.blog-inner .jp-volume,
.begreen-post .jp-volume {
  height: 18px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto auto auto 50px;
  padding: 0;
}
.blog-inner .jp-volume > li,
.begreen-post .jp-volume > li {
  display: inline-block;
  vertical-align: middle;
}
.blog-inner .jp-volume-bar,
.begreen-post .jp-volume-bar {
  height: 18px;
  width: 100px;
  border: 2px solid #eeeeee;
  margin-left: 10px;
}
.blog-inner .jp-volume-bar-value,
.begreen-post .jp-volume-bar-value {
  height: 14px;
}
.blog-inner article.format-link .post-format-icon,
.begreen-post article.format-link .post-format-icon,
.blog-inner article.format-quote .post-format-icon,
.begreen-post article.format-quote .post-format-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 34px;
  float: left;
  margin-right: 30px;
  color: #fff;
}
.blog-inner article.format-link .entry-content-wrap,
.begreen-post article.format-link .entry-content-wrap,
.blog-inner article.format-quote .entry-content-wrap,
.begreen-post article.format-quote .entry-content-wrap {
  position: relative;
  overflow: hidden;
}
.blog-inner article.format-link .entry-content-link,
.begreen-post article.format-link .entry-content-link {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.02em;
  color: var(--heading_color_fade_70);
}
.blog-inner article.format-link .entry-content-link a,
.begreen-post article.format-link .entry-content-link a {
  color: inherit;
}
.blog-inner article.format-quote .entry-content-quote blockquote,
.begreen-post article.format-quote .entry-content-quote blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.02em;
  color: var(--heading_color_fade_70);
}
.blog-inner article.format-quote .entry-content-quote blockquote p:before,
.begreen-post article.format-quote .entry-content-quote blockquote p:before {
  content: "“";
  margin-right: 5px;
}
.blog-inner article.format-quote .entry-content-quote blockquote cite,
.begreen-post article.format-quote .entry-content-quote blockquote cite {
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.blog-inner.blog-style-medium-image article,
.begreen-post.blog-style-medium-image article {
  margin-bottom: 60px !important;
}
.blog-inner.blog-style-medium-image .entry-thumbnail-wrap,
.begreen-post.blog-style-medium-image .entry-thumbnail-wrap {
  float: left;
  width: 50% !important;
}
.blog-inner.blog-style-medium-image .entry-content-wrap,
.begreen-post.blog-style-medium-image .entry-content-wrap {
  position: relative;
  overflow: hidden;
  width: 50% !important;
  display: inline-block;
  padding-left: 30px;
}
.blog-inner.blog-style-medium-image .entry-content-wrap .entry-detail .entry-title,
.begreen-post.blog-style-medium-image .entry-content-wrap .entry-detail .entry-title {
  margin-top: 0 !important;
}
.blog-inner.blog-style-medium-image article.format-audio .entry-thumbnail-wrap,
.begreen-post.blog-style-medium-image article.format-audio .entry-thumbnail-wrap {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0 0 40px 0;
}
.blog-inner.blog-style-medium-image .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,
.begreen-post.blog-style-medium-image .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
  display: none;
}
.blog-inner.blog-style-large-image article + article,
.begreen-post.blog-style-large-image article + article {
  margin-top: 60px;
}
.blog-inner.blog-style-large-image article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.item,
.begreen-post.blog-style-large-image article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.item {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 100px;
}
.blog-inner.blog-style-grid,
.begreen-post.blog-style-grid,
.blog-inner.blog-style-masonry,
.begreen-post.blog-style-masonry {
  margin: 0 -15px;
}
.blog-inner.blog-style-grid article,
.begreen-post.blog-style-grid article,
.blog-inner.blog-style-masonry article,
.begreen-post.blog-style-masonry article {
  float: left;
}
.blog-inner.blog-style-grid article.format-link .post-format-icon,
.begreen-post.blog-style-grid article.format-link .post-format-icon,
.blog-inner.blog-style-masonry article.format-link .post-format-icon,
.begreen-post.blog-style-masonry article.format-link .post-format-icon,
.blog-inner.blog-style-grid article.format-quote .post-format-icon,
.begreen-post.blog-style-grid article.format-quote .post-format-icon,
.blog-inner.blog-style-masonry article.format-quote .post-format-icon,
.begreen-post.blog-style-masonry article.format-quote .post-format-icon,
.blog-inner.blog-style-grid article.format-link h3.entry-title,
.begreen-post.blog-style-grid article.format-link h3.entry-title,
.blog-inner.blog-style-masonry article.format-link h3.entry-title,
.begreen-post.blog-style-masonry article.format-link h3.entry-title,
.blog-inner.blog-style-grid article.format-quote h3.entry-title,
.begreen-post.blog-style-grid article.format-quote h3.entry-title,
.blog-inner.blog-style-masonry article.format-quote h3.entry-title,
.begreen-post.blog-style-masonry article.format-quote h3.entry-title,
.blog-inner.blog-style-grid article.format-link .entry-post-meta-wrap,
.begreen-post.blog-style-grid article.format-link .entry-post-meta-wrap,
.blog-inner.blog-style-masonry article.format-link .entry-post-meta-wrap,
.begreen-post.blog-style-masonry article.format-link .entry-post-meta-wrap,
.blog-inner.blog-style-grid article.format-quote .entry-post-meta-wrap,
.begreen-post.blog-style-grid article.format-quote .entry-post-meta-wrap,
.blog-inner.blog-style-masonry article.format-quote .entry-post-meta-wrap,
.begreen-post.blog-style-masonry article.format-quote .entry-post-meta-wrap {
  display: none;
}
.blog-inner.blog-style-grid article.format-link .entry-content-wrap,
.begreen-post.blog-style-grid article.format-link .entry-content-wrap,
.blog-inner.blog-style-masonry article.format-link .entry-content-wrap,
.begreen-post.blog-style-masonry article.format-link .entry-content-wrap,
.blog-inner.blog-style-grid article.format-quote .entry-content-wrap,
.begreen-post.blog-style-grid article.format-quote .entry-content-wrap,
.blog-inner.blog-style-masonry article.format-quote .entry-content-wrap,
.begreen-post.blog-style-masonry article.format-quote .entry-content-wrap {
  padding: 35px;
}
.blog-inner.blog-style-grid .jp-interface,
.begreen-post.blog-style-grid .jp-interface,
.blog-inner.blog-style-masonry .jp-interface,
.begreen-post.blog-style-masonry .jp-interface {
  height: 70px;
}
.blog-inner.blog-style-grid .jp-play-pause,
.begreen-post.blog-style-grid .jp-play-pause,
.blog-inner.blog-style-masonry .jp-play-pause,
.begreen-post.blog-style-masonry .jp-play-pause {
  margin-left: 20px;
}
.blog-inner.blog-style-grid .jp-play-pause i,
.begreen-post.blog-style-grid .jp-play-pause i,
.blog-inner.blog-style-masonry .jp-play-pause i,
.begreen-post.blog-style-masonry .jp-play-pause i {
  line-height: 68px;
}
.blog-inner.blog-style-grid .jp-volume,
.begreen-post.blog-style-grid .jp-volume,
.blog-inner.blog-style-masonry .jp-volume,
.begreen-post.blog-style-masonry .jp-volume {
  margin: auto auto auto 30px;
}
.blog-inner.blog-style-grid .jp-volume-bar,
.begreen-post.blog-style-grid .jp-volume-bar,
.blog-inner.blog-style-masonry .jp-volume-bar,
.begreen-post.blog-style-masonry .jp-volume-bar {
  display: none !important;
}
.blog-inner.blog-style-grid .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,
.begreen-post.blog-style-grid .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,
.blog-inner.blog-style-masonry .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,
.begreen-post.blog-style-masonry .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
  display: none;
}
.blog-inner.blog-style-grid article.format-quote .entry-content-quote blockquote,
.begreen-post.blog-style-grid article.format-quote .entry-content-quote blockquote,
.blog-inner.blog-style-masonry article.format-quote .entry-content-quote blockquote,
.begreen-post.blog-style-masonry article.format-quote .entry-content-quote blockquote {
  font-size: 18px;
}
.blog-inner.blog-style-grid.blog-col-2 article,
.begreen-post.blog-style-grid.blog-col-2 article,
.blog-inner.blog-style-masonry.blog-col-2 article,
.begreen-post.blog-style-masonry.blog-col-2 article {
  width: 50%;
}
.blog-inner.blog-style-grid.blog-col-3 article,
.begreen-post.blog-style-grid.blog-col-3 article,
.blog-inner.blog-style-masonry.blog-col-3 article,
.begreen-post.blog-style-masonry.blog-col-3 article {
  width: 33.33333333%;
}
.blog-inner.blog-style-grid.blog-col-4 article,
.begreen-post.blog-style-grid.blog-col-4 article,
.blog-inner.blog-style-masonry.blog-col-4 article,
.begreen-post.blog-style-masonry.blog-col-4 article {
  width: 25%;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 66.66666667%;
}
.blog-paging-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}
.blog-paging-wrapper ul.pagination {
  padding: 0;
  margin: 0;
}
.blog-paging-wrapper .pagination > li > a,
.blog-paging-wrapper .pagination > li > span {
  font-size: 14px;
  color: var(--text_color);
  padding: 0;
  width: 50px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #eeeeee;
}
.blog-paging-wrapper .pagination > li > a.next,
.blog-paging-wrapper .pagination > li > span.next,
.blog-paging-wrapper .pagination > li > a.prev,
.blog-paging-wrapper .pagination > li > span.prev {
  font-size: 18px;
}
.blog-paging-wrapper .pagination > li > a.next:before,
.blog-paging-wrapper .pagination > li > span.next:before,
.blog-paging-wrapper .pagination > li > a.prev:before,
.blog-paging-wrapper .pagination > li > span.prev:before {
  display: none;
}
.blog-paging-wrapper .pagination > li > a.next > i,
.blog-paging-wrapper .pagination > li > span.next > i,
.blog-paging-wrapper .pagination > li > a.prev > i,
.blog-paging-wrapper .pagination > li > span.prev > i {
  line-height: 40px;
}
.blog-paging-wrapper .pagination > li > a.current,
.blog-paging-wrapper .pagination > li > span.current {
  color: var(--primary_color);
}
.blog-paging-wrapper .pagination > li > a:hover,
.blog-paging-wrapper .pagination > li > span:hover {
  background-color: #fff;
  color: var(--primary_color);
}
.blog-paging-wrapper .pagination > li {
  float: left;
}
.blog-paging-wrapper.blog-paging-load-more {
  text-align: center;
}
.blog-paging-wrapper.blog-paging-load-more .blog-load-more {
  color: #fff;
  background-color: var(--primary_color);
}
.blog-paging-wrapper.blog-paging-load-more .blog-load-more > span[class^='fa'] {
  letter-spacing: 0;
}
.blog-paging-wrapper.blog-paging-load-more .blog-load-more:hover {
  background-color: var(--primary_color_darken_10);
}
.blog-wrap .entry-thumbnail-wrap,
.begreen-post .begreen-post-image {
  /*owl-carousel*/
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel,
.begreen-post .begreen-post-image .owl-carousel {
  margin: 0;
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div,
.begreen-post .begreen-post-image .owl-carousel .owl-nav div {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  z-index: 200;
  padding: 0;
  opacity: 0;
  color: #bfbfbf;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div:hover,
.begreen-post .begreen-post-image .owl-carousel .owl-nav div:hover {
  background-color: var(--primary_color);
  color: #fff;
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div.owl-next,
.begreen-post .begreen-post-image .owl-carousel .owl-nav div.owl-next {
  right: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div.owl-prev,
.begreen-post .begreen-post-image .owl-carousel .owl-nav div.owl-prev {
  left: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.blog-wrap .entry-thumbnail-wrap:hover .owl-carousel .owl-nav div,
.begreen-post .begreen-post-image:hover .owl-carousel .owl-nav div {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.entry-content:after,
.comment-text:after {
  content: "";
  clear: both;
  display: block;
}
.entry-content table,
.comment-text table {
  border-collapse: collapse !important;
}
.entry-content table,
.comment-text table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th,
.entry-content table > tbody > tr > th,
.comment-text table > tbody > tr > th,
.entry-content table > tfoot > tr > th,
.comment-text table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.comment-text table > thead > tr > td,
.entry-content table > tbody > tr > td,
.comment-text table > tbody > tr > td,
.entry-content table > tfoot > tr > td,
.comment-text table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #eeeeee;
}
.entry-content table > caption + thead > tr:first-child > th,
.comment-text table > caption + thead > tr:first-child > th,
.entry-content table > colgroup + thead > tr:first-child > th,
.comment-text table > colgroup + thead > tr:first-child > th,
.entry-content table > thead:first-child > tr:first-child > th,
.comment-text table > thead:first-child > tr:first-child > th,
.entry-content table > caption + thead > tr:first-child > td,
.comment-text table > caption + thead > tr:first-child > td,
.entry-content table > colgroup + thead > tr:first-child > td,
.comment-text table > colgroup + thead > tr:first-child > td,
.entry-content table > thead:first-child > tr:first-child > td,
.comment-text table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.entry-content table > tbody + tbody,
.comment-text table > tbody + tbody {
  border-top: 1px solid #eeeeee;
}
.entry-content blockquote p,
.comment-text blockquote p {
  position: relative;
  overflow: hidden;
}
.entry-content blockquote cite,
.comment-text blockquote cite {
  display: block;
  font-size: 15px;
}
.entry-content input[type="submit"],
.comment-text input[type="submit"] {
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: none;
  padding: 9px 25px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.entry-content p:last-child,
.comment-text p:last-child {
  margin-bottom: 0;
}
.entry-content dd,
.comment-text dd,
.entry-content dt,
.comment-text dt {
  line-height: 2.2;
}
.entry-meta-tag {
  display: block;
  margin-bottom: 20px;
}
.entry-meta-tag label {
  display: none;
}
.entry-meta-tag a {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  font-weight: 600;
  color: #83cab1;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.entry-meta-tag a:before {
  content: "#";
  margin-right: 5px;
  display: inline-block;
}
.entry-meta-tag a:hover {
  color: var(--primary_color);
}
.social-share-wrap {
  width: 50%;
  float: left;
  text-align: right;
}
.social-share-wrap label {
  margin-bottom: 0;
  font-weight: normal;
  margin-right: 5px;
  text-transform: uppercase;
}
.social-share-wrap label i {
  margin-right: 10px;
}
.social-share-wrap ul.social-share {
  padding: 0;
  margin: 0;
  display: inline;
}
.social-share-wrap ul.social-share li {
  display: inline-block;
}
.social-share-wrap ul.social-share li a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 5px 8px;
}
.social-share-wrap ul.social-share li a:hover {
  color: var(--primary_color);
}
.social-share-wrap ul.social-share li + li {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .social-share-wrap {
    width: 100%;
    text-align: left;
  }
}
/*
* Single Post
* 
 */
.single-post .site-content-single-post {
  overflow: hidden;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info {
  position: relative;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info h1 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: normal;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info ul {
  padding-left: 0px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info ul li {
  display: inline-block;
  margin-right: 30px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info ul li i {
  font-size: 14px;
  padding-right: 10px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info .entry-post-format {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 36px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info .entry-post-format {
    display: none;
  }
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap {
  margin-bottom: 30px;
  position: relative;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap .entry-thumbnail:before {
  display: none;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap .entry-post-format {
  height: 50px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap .entry-post-format i {
  font-size: 16px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article h3.entry-title {
  font-size: 32px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content {
  margin-bottom: 25px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=password] {
  border: 1px solid var(--primary_color);
  background-color: transparent;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=submit] {
  background-color: var(--primary_color);
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=submit]:hover {
  background-color: var(--primary_color_darken_10);
}
.single-post .site-content-single-post .blog-wrap .blog-inner article blockquote {
  border-left-width: 5px;
  border-left-style: solid;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-content p {
  color: var(--text_color_fade_90);
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share {
  height: 50px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .entry-meta-tag {
  float: left;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .entry-meta-tag a {
  line-height: 48px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .social-share-wrap {
  float: right;
  line-height: 48px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .social-share-wrap label {
  font-weight: bold;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .social-share-wrap label i {
  display: none;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .social-share-wrap ul li a {
  padding: 0 2px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info {
  padding-top: 40px;
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar {
  float: left;
  width: 100px;
  margin-right: 40px;
  margin-left: 50px;
  text-align: center;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar .alignnone {
  margin: 0;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar img.avatar {
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar h3.author-title {
  margin: 20px 0 0 0;
  font-size: 13px;
  text-transform: uppercase;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-description {
  position: relative;
  overflow: hidden;
  padding-left: 10px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-description p.author-bio {
  position: relative;
  margin-bottom: 0;
  padding: 25px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-description p.author-bio:after {
  right: 100%;
  top: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #eeeeee;
  border-width: 7px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.item {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 100px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .author-info {
  text-align: center;
  margin-bottom: 30px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .author-info .author-avatar {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  position: relative;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .author-info .author-avatar img {
  border-radius: 100%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .author-info .author-avatar:before {
  content: '';
  position: absolute;
  border: var(--primary_color) solid 2px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
  border-radius: 100%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation {
  margin-top: 0;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous {
  width: 50%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a {
  padding: 15px 0px;
  display: table;
  width: 100%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a:hover .post-navigation-icon,
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a:hover .post-navigation-label {
  color: var(--primary_color);
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-left {
  display: table-cell;
  width: 70px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-left .post-navigation-label {
  white-space: nowrap;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-left .post-navigation-icon {
  margin-top: -9px;
  left: 0px;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-content {
  display: table-cell;
  vertical-align: middle;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next {
  width: 50%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a {
  padding: 15px 0px;
  display: table;
  width: 100%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-right {
  display: table-cell;
  width: 70px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-right .post-navigation-label {
  white-space: nowrap;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-right .post-navigation-icon {
  margin-top: -9px;
  right: 0px;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-content {
  display: table-cell;
  vertical-align: middle;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-content .post-navigation-title {
  text-align: right;
  padding-left: 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a:hover .post-navigation-icon,
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a:hover .post-navigation-label {
  color: var(--primary_color);
}
@media (max-width: 991px) {
  .single-post .site-content-single-post .site-content-archive-inner .blog-wrap .blog-inner article .entry-content-wrap {
    padding: 0px;
  }
  .single-post .site-content-single-post .site-content-archive-inner .blog-wrap .blog-inner article h1 {
    font-size: 25px;
  }
}
.entry-comments {
  margin-top: 50px;
  margin-bottom: 50px;
}
.entry-comments h3.comments-title {
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  position: relative;
}
.entry-comments h3.comments-title:before {
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: var(--primary_color);
  content: '';
  bottom: 0px;
  left: 0px;
}
.entry-comments .entry-comments-list {
  padding-bottom: 45px;
}
.entry-comments .entry-comments-list ol.commentlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.entry-comments .entry-comments-list ol.commentlist li .children {
  margin: 0px;
  padding-left: 25px;
}
.entry-comments .entry-comments-list ol.commentlist li .children li {
  list-style: none;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0px;
}
.entry-comments .entry-comments-list ol.commentlist li img.avatar {
  float: left;
  width: 80px;
  margin: 0;
  border-radius: 100%;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text {
  position: relative;
  padding-left: 110px;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-reply-link,
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-edit-link {
  font-size: 13px;
  text-transform: uppercase;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-edit-link {
  margin-left: 40px;
}
.entry-comments .entry-comments-list ol.commentlist li .author {
  position: relative;
}
.entry-comments .entry-comments-list ol.commentlist li .author .author-name {
  font-size: 18px;
  color: var(--text_color);
  font-weight: bold;
}
.entry-comments .entry-comments-list ol.commentlist li .author .author-name a {
  color: inherit;
}
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta-date {
  margin-left: 20px;
  position: relative;
  padding-left: 20px;
}
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta-date:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background-color: var(--primary_color);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 5px;
  left: 0px;
}
.entry-comments .entry-comments-list ol.commentlist li .text p {
  font-style: italic;
  color: var(--text_color_fade_90);
}
.entry-comments .entry-comments-list ol.commentlist li .comment-respond {
  margin-top: 20px;
}
.entry-comments .entry-comments-list ol.commentlist li:last-child .comment-text {
  border-bottom: none;
  padding-bottom: 0;
}
.entry-comments .entry-comments-list nav.comment-navigation {
  margin-bottom: 20px;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers {
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eeeeee;
  font-weight: bold;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.next,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.prev {
  font-size: 18px;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:hover,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:focus {
  color: #202020;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current {
  color: var(--primary_color);
}
.entry-comments .entry-comments-list nav.comment-navigation.comment-navigation-bottom {
  margin-bottom: 0;
  margin-top: 20px;
}
.entry-comments .row {
  margin: 0;
}
.entry-comments .row .form-submit input {
  color: var(--text_color) !important;
}
.entry-comments .row .form-submit input:hover {
  color: #fff !important;
}
.comment-reply-title {
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  position: relative;
}
.comment-reply-title:before {
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: var(--primary_color);
  content: '';
  bottom: 0px;
  left: 0px;
}
.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form textarea {
  border-radius: 0px !important;
  width: 100%;
  background-color: #fff;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="search"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="password"]:focus,
.comment-form textarea:focus {
  border-color: var(--primary_color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comment-form textarea {
  height: 100px;
}
.comment-form .form-group {
  margin-bottom: 10px;
}
.comment-form .form-submit {
  margin: 5px 0 0 0;
  text-transform: uppercase;
}
.comment-form .form-submit input[type='submit'] {
  border-radius: 0px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  background-color: var(--text_color);
  font-size: 15px;
  line-height: 1.2 !important;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 12px 25px;
  min-width: 170px;
  text-align: center;
  border: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comment-form .form-submit input[type='submit']:hover {
  background-color: var(--primary_color);
}
.comment-form .comment-notes,
.comment-form .logged-in-as {
  display: none;
}
/* cd
* General
*/
.blog-wrap {
  margin-bottom: 0;
}
.blog-wrap .blog-inner.blog-style-masonry article,
.blog-wrap .blog-inner.blog-style-grid article {
  padding: 0 15px;
  margin-bottom: 50px;
}
.blog-wrap .blog-inner article {
  margin: 0 0 30px;
}
.blog-wrap .blog-inner article .post-item .entry-wrap {
  position: relative;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap {
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap a img {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail {
  background-color: #fff;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail h3 {
  margin-top: 20px;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap li a {
  font-weight: 600;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
  position: relative;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 18px;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
  color: var(--primary_color);
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
  color: var(--text_color_fade_90);
  margin-bottom: 15px;
}
.blog-wrap .blog-inner article .post-item:hover .entry-wrap .entry-thumbnail-wrap {
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.blog-wrap .blog-inner article .post-item:hover .entry-wrap .entry-thumbnail-wrap a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .blog-wrap .blog-inner article .post-item {
    padding: 0px 0px 20px 0px;
    margin-bottom: 0;
  }
}
.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-detail .entry-title {
  margin-top: 30px !important;
}
.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
  background-color: var(--primary_color);
  color: #fff !important;
  padding: 10px 30px;
}
.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
  background-color: var(--primary_color_darken_10);
}
.hide_author .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-author {
  display: none;
}
.hide_comment .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-comment {
  display: none;
}
.hide_category .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-category {
  display: none;
}
.hide_date .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-date {
  display: none;
}
.hide_readmore .blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
  display: none;
}
@media (max-width: 991px) {
  .blog-inner.blog-style-grid article,
  .begreen-post.blog-style-grid article,
  .blog-inner.blog-style-masonry article,
  .begreen-post.blog-style-masonry article {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .blog-inner .jp-interface,
  .begreen-post .jp-interface {
    height: 70px;
  }
  .blog-inner .jp-play-pause,
  .begreen-post .jp-play-pause {
    margin-left: 20px;
  }
  .blog-inner .jp-play-pause i,
  .begreen-post .jp-play-pause i {
    line-height: 68px;
  }
  .blog-inner .jp-volume,
  .begreen-post .jp-volume {
    margin: auto auto auto 30px;
  }
  .blog-inner .jp-volume-bar,
  .begreen-post .jp-volume-bar {
    display: none !important;
  }
  .blog-inner.blog-style-medium-image .entry-thumbnail-wrap,
  .begreen-post.blog-style-medium-image .entry-thumbnail-wrap {
    float: none;
    margin: 0 0 40px 0;
    width: 100%;
    max-width: 100%;
  }
  .blog-inner.blog-style-grid article,
  .begreen-post.blog-style-grid article,
  .blog-inner.blog-style-masonry article,
  .begreen-post.blog-style-masonry article {
    width: 100% !important;
    padding: 0px 15px !important;
  }
  .blog-inner.blog-style-grid article + article,
  .begreen-post.blog-style-grid article + article,
  .blog-inner.blog-style-masonry article + article,
  .begreen-post.blog-style-masonry article + article {
    margin-top: 30px;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .blog-inner article.format-link .post-format-icon,
  .begreen-post article.format-link .post-format-icon,
  .blog-inner article.format-quote .post-format-icon,
  .begreen-post article.format-quote .post-format-icon {
    display: none;
  }
  .site-content-single-post .blog-inner .author-info .author-avatar {
    float: none;
    margin: 0 auto 20px auto;
  }
  .site-content-single-post .blog-inner .author-info .author-description {
    padding-left: 0;
  }
  .entry-comments .entry-comments-list ol.commentlist li img.avatar {
    width: 65px;
    margin-right: 10px;
  }
  .entry-comments .entry-comments-list ol.commentlist li .comment-text {
    padding-left: 0;
  }
  .entry-comments .entry-comments-list ol.commentlist li .author .comment-meta {
    position: relative;
  }
  .entry-comments-form-avatar {
    display: none;
  }
}
@media (max-width: 768px) {
  .yolo-site-content-page .blog-inner article {
    padding: 0px;
  }
}
/**
 * 7.0 - Woccommerce
 * ----------------------------------------------------------------------------
 */
.woocommerce .product-thumb:before,
.woocommerce .ylp-product-thumb:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.03);
  display: block;
  z-index: 1;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-family: var(--secondary_font);
  font-weight: var(--secondary_font_weight);
}
/*
* 1. Archive Product
* 
*/
.layout-container-fluid.archive-product-wrap {
  padding: 0 15px;
}
.tooltip-inner {
  white-space: nowrap;
}
.custom-select {
  position: relative;
}
.custom-select:before {
  content: "\f107";
  font-family: FontAwesome;
  padding: 8px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 15px;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-select:after {
  content: "";
  display: block;
  clear: both;
}
.custom-select select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select select::-ms-expand {
  display: none;
}
.woocommerce-pagination {
  position: relative;
  display: block;
  margin-top: 50px;
  line-height: 0;
  text-align: center;
  margin-bottom: 50px;
}
.breadcrumb-archive-product-wrap .container {
  position: relative;
}
.breadcrumb-archive-product-wrap .catalog-filter {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 44px;
}
.catalog-filter {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .woocommerce-ordering {
  position: relative;
}
.woocommerce .woocommerce-ordering:after {
  content: "\f107";
  font-family: FontAwesome;
  padding: 8px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 15px;
  height: 100%;
  pointer-events: none;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce .woocommerce-ordering select::-ms-expand {
  display: none;
}
.woocommerce .woocommerce-ordering select {
  color: var(--heading_color);
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0;
}
.woocommerce .woocommerce-result-count {
  font-size: 13px;
  margin-right: 30px;
  line-height: 44px;
  text-transform: uppercase;
  color: var(--heading_color);
  font-weight: bold;
}
.catalog-filter-invisible .catalog-filter,
.result-count-invisible .woocommerce-result-count,
.catalog-ordering-invisible .woocommerce-ordering {
  display: none;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating {
  float: none;
  font-size: 12px;
  width: 90px;
  letter-spacing: 5px;
  margin-top: 20px;
  margin: 15px auto 0 auto;
}
.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
  color: #ffcc00;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 5px 0px;
  color: var(--text_color);
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  display: inline-block;
  text-decoration: none;
  font-weight: inherit;
  font-style: inherit;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  display: inline-block;
  font-size: 13px;
  opacity: 1;
  margin-right: 10px;
  font-weight: inherit;
  font-style: inherit;
}
ul.pagination {
  padding: 0;
  margin: 0;
  font-size: 0;
  border-radius: 0;
}
.pagination > li {
  display: inline-block;
}
.pagination > li:last-child {
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  border: 1px solid #eeeeee;
  width: 40px;
  height: 40px;
  margin: 5px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: var(--heading_color);
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a.active,
.pagination > li > span.active {
  color: var(--primary_color);
  background-color: #fff;
}
.pagination > li > a.current,
.pagination > li > span.current {
  color: var(--primary_color);
  background-color: #fff !important;
  border-color: #eeeeee !important;
}
.pagination > li > a.next,
.pagination > li > span.next,
.pagination > li > a.prev,
.pagination > li > span.prev {
  font-size: 0;
  text-transform: uppercase;
  border-color: transparent;
  font-weight: bold;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination > li > a.next:before,
.pagination > li > span.next:before,
.pagination > li > a.prev:before,
.pagination > li > span.prev:before {
  content: '\f104';
  display: inline-block;
  font-size: 16px;
  font-family: FontAwesome;
}
.pagination > li > a.next:before,
.pagination > li > span.next:before {
  content: '\f105';
  display: inline-block;
  font-size: 16px;
  font-family: FontAwesome;
}
.pagination > li > a:last-child,
.pagination > li > span:last-child {
  border: 1px solid #eeeeee;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart {
  font-size: 15px;
  color: #fff;
  line-height: 1.2 !important;
  font-weight: normal;
  border-radius: 0;
  padding: 12px 25px;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  vertical-align: middle;
  background-color: var(--text_color);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart:hover {
  background-color: var(--primary_color);
  color: #fff;
}
.product-flash-wrap {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
}
.product-flash-wrap .product-flash {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: var(--primary_color);
  height: 50px;
  width: 50px;
  border-radius: 100%;
  line-height: 50px;
  display: block;
}
.product-flash-wrap .product-flash.on-hot {
  background-color: var(--text_color);
}
.product-flash-wrap .product-flash.on-sale:first-child {
  display: none;
}
.product-flash + .product-flash {
  margin-top: 5px;
}
.on-sale {
  background-color: #B1D1C9;
}
.on-sold {
  background-color: #DDBE86;
}
.on-new {
  background-color: #C5CDA0;
}
.on-hot {
  background-color: #FDB3A6;
}
.woocommerce div.product form.cart div.quantity,
.product-quantity div.quantity {
  margin: 0;
}
.woocommerce div.product form.cart div.quantity .quantity-inner,
.product-quantity div.quantity .quantity-inner {
  display: inline-block;
  position: relative;
  border: 1px solid #d5d5d5;
  line-height: 1;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .qty,
.product-quantity div.quantity .quantity-inner .qty {
  position: relative;
  height: 40px;
  padding: 0 0px 0 15px;
  border: none;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number,
.product-quantity div.quantity .quantity-inner .btn-number {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  z-index: 1;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="minus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="minus"] {
  right: 0px;
  bottom: 0px;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="minus"]:hover,
.product-quantity div.quantity .quantity-inner .btn-number[data-type="minus"]:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="plus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="plus"] {
  right: 0px;
  top: 0px;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="plus"]:hover,
.product-quantity div.quantity .quantity-inner .btn-number[data-type="plus"]:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.woocommerce div.product form.cart div.quantity .quantity-inner:hover .btn-number,
.product-quantity div.quantity .quantity-inner:hover .btn-number {
  opacity: 1;
}
.woocommerce div.product form.cart div.quantity label,
.product-quantity div.quantity label {
  display: inline-block;
  width: 135px;
  color: var(--heading_color);
}
@media (max-with: 480px) {
  .woocommerce div.product form.cart div.quantity label,
  .product-quantity div.quantity label {
    width: 80px;
  }
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  height: 40px;
  background-color: #F5F5F5;
  color: #858585;
  font-size: 14px;
}
.woocommerce form .form-row textarea {
  height: 130px;
}
.woocommerce form .form-row label {
  font-weight: normal;
  font-size: 13px;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 0;
}
.woocommerce form .form-row label.inline input[type=checkbox],
.woocommerce form .form-row label.inline input[type=radio] {
  margin: auto;
  vertical-align: middle;
}
.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 10px;
}
.site-content-archive-product .yolo-filter-categories-mobile {
  display: none;
  position: relative;
}
@media (max-width: 991px) {
  .site-content-archive-product .yolo-filter-categories-mobile {
    display: block;
    cursor: pointer;
  }
  .site-content-archive-product .yolo-filter-categories-mobile:after {
    content: "\f105";
    font-family: FontAwesome;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .site-content-archive-product .yolo-filter-categories-mobile.active:after {
    content: "\f107";
  }
}
.site-content-archive-product .yolo-filter-categories {
  width: 80%;
  padding-left: 15px;
  float: left;
}
.site-content-archive-product .yolo-filter-categories li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
}
.site-content-archive-product .yolo-filter-categories li a {
  font-size: 18px;
  padding: 5px 20px;
}
.site-content-archive-product .yolo-filter-categories li > .children {
  position: absolute;
  background-color: #fff;
  display: none;
  padding: 0px;
  z-index: 4;
  min-width: 200px;
  border: 1px solid #eee;
}
.site-content-archive-product .yolo-filter-categories li > .children li {
  display: block;
  margin: 0px;
}
.site-content-archive-product .yolo-filter-categories li > .children li a {
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.site-content-archive-product .yolo-filter-categories li > .children li a:last {
  border-bottom: none;
}
.site-content-archive-product .yolo-filter-categories li > .children li:hover > .children {
  top: 0px;
  right: -90%;
}
.site-content-archive-product .yolo-filter-categories li:hover > .children {
  display: block;
}
.site-content-archive-product .yolo-filter-categories li.current-cat a {
  color: var(--primary_color);
}
.site-content-archive-product .yolo-filter-categories li span {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .site-content-archive-product .yolo-filter-categories {
    width: 100%;
    float: none;
    display: none;
  }
  .site-content-archive-product .yolo-filter-categories li {
    display: block;
    margin-right: 0;
  }
  .site-content-archive-product .yolo-filter-categories li span {
    display: none;
  }
}
.site-content-archive-product .yolo-filter-search {
  text-align: right;
  width: 20%;
  float: right;
  padding-right: 15px;
  padding-left: 0;
  list-style-type: none;
}
.site-content-archive-product .yolo-filter-search li {
  display: inline-block;
  cursor: pointer;
}
.site-content-archive-product .yolo-filter-search li.active span#yolo-shop-search-btn,
.site-content-archive-product .yolo-filter-search li.active span.invert-color {
  color: var(--primary_color);
}
.site-content-archive-product .yolo-filter-search li a {
  font-size: 16px;
}
.site-content-archive-product .yolo-filter-search li span {
  margin: 0 20px;
  float: left;
}
.site-content-archive-product .yolo-filter-search .yolo-filter.active a {
  color: var(--primary_color);
}
@media (max-width: 991px) {
  .site-content-archive-product .yolo-filter-search {
    text-align: left;
    width: 100%;
    float: left;
  }
}
.site-content-archive-product .archive-product-wrap {
  position: relative;
}
.site-content-archive-product .archive-product-wrap.yolo-loading-product .product-listing {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-content-archive-product .archive-product-wrap.yolo-loaded-product .product-listing {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar {
  padding: 15px;
}
.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar a {
  margin: 0 5px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar a:after {
  content: '\f00d';
  font-family: FontAwesome;
  margin-left: 10px;
}
.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar a:first-child {
  margin-left: 0;
}
.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar.is-search {
  padding: 0;
}
.site-content-archive-product .archive-product-wrap .yolo-ajax-filter.woocommerce-sidebar aside {
  padding-top: 2em;
}
.site-content-archive-product .archive-product-wrap .yolo-ajax-filter.woocommerce-sidebar aside ul.no-col {
  padding-right: 30px;
}
.site-content-archive-product .archive-product-wrap .yolo-ajax-filter.woocommerce-sidebar aside ul.no-col li a {
  display: inline-block;
}
.site-content-archive-product .archive-product-wrap .yolo-ajax-filter.woocommerce-sidebar aside.yolo_widget_price_filter h4.widget-title {
  margin-bottom: 20px;
}
.site-content-archive-product .archive-product-wrap .yolo-ajax-filter.woocommerce-sidebar aside.widget_layered_nav ul li a:hover {
  color: var(--primary_color);
}
.site-content-archive-product .archive-product-wrap .yolo-ajax-filter.woocommerce-sidebar aside.widget_layered_nav ul li.chosen a {
  color: var(--primary_color);
}
.site-content-archive-product .archive-product-wrap .yolo-ajax-filter.woocommerce-sidebar aside.widget_layered_nav ul li.chosen a:before {
  display: none;
}
.site-content-archive-product .archive-product-wrap .yolo-ajax-filter.woocommerce-sidebar aside.widget_layered_nav ul li.chosen a:after {
  margin-left: 10px;
  content: '\f00d';
  font-family: FontAwesome;
  color: inherit;
}
.site-content-archive-product .archive-product-wrap .yolo-ajax-filter.woocommerce-sidebar.yolo-show {
  display: block;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar {
  display: none;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside {
  width: 25%;
  float: left;
  margin-top: 0;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-filter-widgets,
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-price-filter {
  list-style-type: none;
  padding-left: 0;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-filter-widgets .active,
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-price-filter .active,
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-filter-widgets .current,
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-price-filter .current {
  color: var(--primary_color);
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-filter-color a {
  display: inline-block;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .tagcloud .current-tag {
  background-color: var(--primary_color);
  color: #ffffff;
}
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget-title {
  text-align: left;
}
@media (max-width: 991px) {
  .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget {
    padding: 0;
    width: 100%;
  }
  .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget .widget-title {
    cursor: pointer;
    padding: 10px 0;
    margin: 0;
  }
  .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget .widget-title:before {
    content: "\f105";
    font-family: FontAwesome;
    width: auto;
    height: auto;
    top: auto;
    background: none;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
  }
  .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget .widget-title span {
    padding-left: 0;
  }
  .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget .widget-title.active:before {
    content: "\f107";
  }
  .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget ul,
  .site-content-archive-product .archive-product-wrap .woocommerce-sidebar.yolo-ajax-filter .widget .tagcloud {
    display: none;
  }
}
.site-content-archive-product .archive-product-wrap .product-listing {
  opacity: 1;
  margin-bottom: 30px;
  min-height: 450px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-content-archive-product .archive-product-wrap .product-listing .product-item-wrap {
  float: left;
}
.site-content-archive-product .archive-product-wrap .yolo-spinner {
  text-align: center;
  position: relative;
  top: 50px;
}
.site-content-archive-product .archive-product-wrap .yolo-spinner .fa-spinner {
  position: absolute;
}
.site-content-archive-product .archive-product-wrap .woocommerce-no-products {
  min-height: 450px;
  margin-top: 30px;
}
.site-content-archive-product .yolo-search-field {
  display: none;
  padding: 0 15px;
}
.site-content-archive-product .yolo-search-field.yolo-show {
  display: block;
}
.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore,
.site-content-archive-product .woocommerce-pagination .yolo-show-all {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  color: text_color;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore i,
.site-content-archive-product .woocommerce-pagination .yolo-show-all i {
  line-height: 0;
}
.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore:hover,
.site-content-archive-product .woocommerce-pagination .yolo-show-all:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore.yolo-hide-loadmore,
.site-content-archive-product .woocommerce-pagination .yolo-show-all.yolo-hide-loadmore {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore.yolo-show-loadmore,
.site-content-archive-product .woocommerce-pagination .yolo-show-all.yolo-show-loadmore {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-content-archive-product .woocommerce-pagination .yolo-show-all {
  width: 180px;
}
.site-content-archive-product .woocommerce-pagination .yolo-show-all:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.site-content-archive-product .container-fluid .yolo-filter-categories {
  padding-left: 30px;
}
.site-content-archive-product .container-fluid .yolo-filter-search {
  padding-right: 30px;
}
/* --------------------------------------------
	CHECKOUT
-------------------------------------------- */
h3.check-out-title {
  font-size: 30px;
  color: #25262C;
  text-align: center;
  max-width: 570px;
  margin: auto;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
.woocommerce-checkout {
  padding-top: 30px;
}
.woocommerce-checkout-info {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
  text-align: center;
  max-width: 570px;
  margin: auto;
}
.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login {
  border: none;
  padding: 20px 0;
  border-radius: 0;
  max-width: 570px;
  margin: auto;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.woocommerce-checkout form.checkout_coupon input.input-text,
.woocommerce-checkout form.login input.input-text {
  max-width: 370px;
  text-align: center !important;
}
.woocommerce-checkout form.checkout_coupon .form-row-first,
.woocommerce-checkout form.login .form-row-first,
.woocommerce-checkout form.checkout_coupon .form-row-last,
.woocommerce-checkout form.login .form-row-last {
  width: 100%;
  float: none;
}
.checkout_coupon + form.checkout.woocommerce-checkout,
.login + form.checkout.woocommerce-checkout {
  margin-top: 70px;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
  color: var(--primary_color);
  text-align: left;
  margin-bottom: 40px;
}
.woocommerce-checkout .checkout .col-2 #ship-to-different-address {
  float: none;
}
.woocommerce-checkout .checkout .col-2 #ship-to-different-address label {
  font-weight: bold !important;
  margin: 0;
  font-weight: normal;
  display: inline-block;
}
.woocommerce-checkout .checkout .col-2 #ship-to-different-address input[type=checkbox] {
  margin: 0;
  display: inline-block;
}
.select2-container .select2-choice {
  background-color: #f5f5f5;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  color: #858585;
  text-transform: none;
  border-radius: 0;
}
.select2-container .select2-choice:hover {
  text-decoration: none;
}
.select2-drop-active {
  border: none;
  background-color: #f5f5f5;
}
.create-account,
.create-account input.input-text {
  text-align: center !important;
}
#customer_details {
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
#order_review_heading {
  margin: 55px 0;
}
.woocommerce table.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table.order_details {
  border: none;
  margin: 0 0 50px 0;
  border-radius: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.order_details td,
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.order_details th {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
  padding: 7px 0;
  line-height: 1.8;
  width: 50%;
}
.woocommerce table.woocommerce-checkout-review-order-table thead th,
.woocommerce table.shop_table.order_details thead th {
  text-transform: uppercase;
  border-bottom-width: 2px;
  font-weight: bold;
}
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation,
.woocommerce table.shop_table.order_details td.product-name dl.variation {
  margin: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dd,
.woocommerce table.shop_table.order_details td.product-name dl.variation dd,
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dt,
.woocommerce table.shop_table.order_details td.product-name dl.variation dt {
  float: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.woocommerce-checkout #payment {
  background-color: transparent;
  border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
  text-align: center;
  margin-bottom: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}
.payment_box_title {
  background-color: #fafafa;
  padding: 5px 0;
}
.payment_box_title.active label {
  color: var(--primary_color);
}
.payment_box_title label {
  color: #222222;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  line-height: 2.4;
  vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  margin: 0;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  font-size: 14px;
  line-height: 1.8;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  margin: 20px 0;
  color: #777;
}
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
.woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin: 30px 0 0 0;
  text-align: center;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: var(--text_color);
  float: none;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: var(--primary_color);
}
.woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce {
  background: #fff;
  padding: 50px 20px;
}
.woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table {
  border: 0;
}
.woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead {
  background: var(--text_color);
}
.woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--primary_font);
  text-align: left;
}
@media (max-width: 479px) {
  .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th {
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
  }
  .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th.product-name {
    width: 40%;
  }
  .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th.product-price {
    width: 20%;
  }
  .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th.product-quantity {
    width: 30%;
  }
  .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th.product-subtotal {
    display: none;
  }
  .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th.product-remove {
    width: 10%;
  }
}
@media (max-width: 479px) {
  .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table {
    table-layout: fixed;
    min-width: auto;
  }
}
@media (max-width: 479px) {
  .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce {
    padding: 40px 15px;
  }
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dt {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 20px;
  clear: none;
  font-size: 12px;
  font-weight: 400;
  color: var(--text_color);
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dd {
  padding: 0;
  line-height: 20px;
  display: block;
  float: none;
  margin: 0;
  font-size: 12px;
  color: var(--text_color);
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
}
.woocommerce form .form-row .checkbox input {
  margin: 6px 0px 0 -20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.button {
  padding: 15px 30px;
  font-weight: bold;
  font-size: 17px;
}
/* --------------------------------------------
	MY-ACCOUNT
-------------------------------------------- */
.woocommerce-info,
.woocommerce-message {
  border-color: var(--primary_color);
}
.woocommerce-info > a,
.woocommerce-message > a {
  font-weight: bold;
}
.woocommerce-info:before,
.woocommerce-message:before {
  color: var(--primary_color);
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid var(--text_color);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--primary_color);
  color: #fff;
  border-color: var(--primary_color);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--primary_color);
  color: #fff;
  border-color: var(--primary_color);
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    width: 49%;
    display: inline-block;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
  font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-content > p {
  padding: 1em 2em 1em 1.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  border-top: 3px solid var(--primary_color);
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-account .woocommerce-MyAccount-content > p:before {
  content: "\e017";
  color: var(--primary_color);
  font-family: "WooCommerce";
  font-weight: bold;
  margin-right: 20px;
  border: 1px solid var(--primary_color);
  border-radius: 50%;
  padding: 3px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  padding-right: 20px;
}
.woocommerce .col2-set .col-1.woocommerce-Address,
.woocommerce-page .col2-set .col-1.woocommerce-Address {
  border-right: 2px solid var(--text_color);
}
@media (max-width: 768px) {
  .woocommerce .col2-set .col-1.woocommerce-Address,
  .woocommerce-page .col2-set .col-1.woocommerce-Address {
    width: 100%;
    border-right: none;
  }
}
.woocommerce-account .addresses .title .edit {
  margin-top: 20px;
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce table.my_account_orders {
  font-size: 14px;
  border: 2px solid #eeeeee;
}
.woocommerce table.my_account_orders th {
  font-size: 13px;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.4;
  padding: 14px 12px;
  font-weight: normal;
  border-bottom-width: 2px;
}
.woocommerce table.my_account_orders td {
  text-align: center;
}
.woocommerce table.my_account_orders .order-actions .button {
  margin: 0;
  min-width: 120px;
}
.woocommerce-account .customer_login_form_wrap .col2-set {
  margin-top: 5%;
  margin-bottom: 10%;
}
.woocommerce-account .customer_login_form_wrap .col2-set .col-1,
.woocommerce-account .customer_login_form_wrap .col2-set .col-2 {
  background: #fff;
  border: 2px solid #eeeeee;
  padding: 50px 45px 30px 45px;
}
.woocommerce-account .customer_login_form_wrap .col2-set p {
  text-align: left;
}
.woocommerce-account .customer_login_form_wrap .col2-set h2 {
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 5px;
  line-height: 1;
}
.woocommerce-account .customer_login_form_wrap .col2-set h2:before {
  content: "";
  position: absolute;
  left: -10px;
  width: 2px;
  height: 100%;
  background: var(--primary_color);
}
.woocommerce-account .customer_login_form_wrap .col2-set label {
  text-align: left;
  font-weight: 900;
}
.woocommerce-account .customer_login_form_wrap form.login,
.woocommerce-account .customer_login_form_wrap form.register {
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
  border-radius: 0;
}
.woocommerce-account .customer_login_form_wrap form.login .form-row,
.woocommerce-account .customer_login_form_wrap form.register .form-row {
  margin-bottom: 20px;
}
.woocommerce-account .customer_login_form_wrap form.login label,
.woocommerce-account .customer_login_form_wrap form.register label {
  margin-bottom: 5px;
}
.woocommerce-account .customer_login_form_wrap form.login .input-text,
.woocommerce-account .customer_login_form_wrap form.register .input-text {
  height: 40px;
  text-align: left;
  background: #fff;
  border: 2px solid #eeeeee;
}
.woocommerce-account .customer_login_form_wrap form.login label[for="rememberme"],
.woocommerce-account .customer_login_form_wrap form.register label[for="rememberme"] {
  display: block;
  text-transform: none;
  margin-top: 12px;
  color: var(--text_color);
  font-weight: normal;
}
.woocommerce-account .customer_login_form_wrap form.login label[for="rememberme"] input,
.woocommerce-account .customer_login_form_wrap form.register label[for="rememberme"] input {
  margin-right: 5px;
}
.woocommerce-account .customer_login_form_wrap form.login .button,
.woocommerce-account .customer_login_form_wrap form.register .button {
  margin-top: 5px;
  min-width: 120px;
  text-transform: uppercase;
  font-weight: 900;
  float: left;
  margin-right: 30px;
}
/* --------------------------------------------
	MY WISHLIST
-------------------------------------------- */
.wishlist-title {
  display: none;
}
.woocommerce table.shop_table.cart.wishlist_table {
  font-size: 100%;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-remove a {
  font-size: 0;
  height: 16px;
  width: 16px;
  margin: auto;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-remove a:before {
  font-size: 16px;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e681";
}
.woocommerce table.shop_table.cart.wishlist_table tr td {
  text-align: left;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-name a {
  color: #333333;
  font-size: 16px;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock,
.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-out-of-stock {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock {
  color: #D90000;
}
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
  border-right: 2px solid #eeeeee;
  text-align: right;
  padding-right: 30px;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a {
  font-size: 15px;
  min-width: 145px;
  background: var(--primary_color);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  border: none;
  float: left;
  opacity: 1;
  line-height: 40px !important;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a:after {
  content: none;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a:hover {
  background-color: var(--secondary_color);
}
.woocommerce table.shop_table.cart.wishlist_table tfoot td {
  border-top: 2px solid #eeeeee;
}
.wishlist_table tr th.product-thumbnail {
  width: 120px;
}
.wishlist_table tr th.product-remove {
  width: 70px;
}
.wishlist_table tr td.product-thumbnail a {
  max-width: 70px;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
  display: none!important;
}
/* --------------------------------------------
	PRODUCT LISTING
-------------------------------------------- */
.woocommerce .product-item-wrap,
.single-product .product-item-wrap {
  padding: 0 15px 0 15px;
  margin: 25px 0;
}
@media (max-width: 480px) {
  .woocommerce .product-item-wrap,
  .single-product .product-item-wrap {
    padding: 0px;
  }
}
.woocommerce .star-rating.rating-invisible,
.single-product .star-rating.rating-invisible {
  display: none;
}
.woocommerce .product-item-inner,
.single-product .product-item-inner {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.woocommerce .product-thumb img,
.single-product .product-thumb img {
  width: 100%;
}
.woocommerce .product-thumb,
.single-product .product-thumb {
  position: relative;
  background-color: #fff;
}
.woocommerce .product-thumb .product-thumb-primary,
.single-product .product-thumb .product-thumb-primary {
  overflow: hidden;
}
.woocommerce .product-thumb .product-thumb-primary img,
.single-product .product-thumb .product-thumb-primary img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce .product-thumb-secondary,
.single-product .product-thumb-secondary {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.woocommerce .product-link,
.single-product .product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.woocommerce .product-link:hover .product-hover-sign hr:nth-child(1),
.single-product .product-link:hover .product-hover-sign hr:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
}
.woocommerce .product-link:hover .product-hover-sign hr:nth-child(2),
.single-product .product-link:hover .product-hover-sign hr:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
}
.woocommerce .product-link .product-hover-sign,
.single-product .product-link .product-hover-sign {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 12;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .product-link .product-hover-sign hr,
.single-product .product-link .product-hover-sign hr {
  top: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  width: 40px;
  opacity: 0;
  margin: 0;
  left: 50%;
  position: absolute;
  border: 0;
  border-top: 1px solid var(--primary_color);
  height: 0;
  z-index: 11;
}
.woocommerce .product-link .product-hover-sign hr:nth-child(1),
.single-product .product-link .product-hover-sign hr:nth-child(1) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
}
.woocommerce .product-link .product-hover-sign hr:nth-child(2),
.single-product .product-link .product-hover-sign hr:nth-child(2) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
}
.woocommerce .add-to-cart-wrap,
.single-product .add-to-cart-wrap {
  display: block;
}
.woocommerce .add-to-cart-wrap a,
.single-product .add-to-cart-wrap a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  background-color: #fff;
  color: var(--text_color);
  display: block;
  padding: 0;
  opacity: 0;
  position: relative;
  border-radius: 0;
  font-size: 0;
  min-width: 0;
  vertical-align: middle;
  margin: 5px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.woocommerce .add-to-cart-wrap a:before,
.single-product .add-to-cart-wrap a:before {
  font-family: FontAwesome;
  content: "\f217";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
  display: none;
}
.woocommerce .product-actions,
.single-product .product-actions {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: -50px;
  text-align: center;
  margin: auto;
  z-index: 3;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .product-actions .add_to_wishlist,
.single-product .product-actions .add_to_wishlist,
.woocommerce .product-actions .compare,
.single-product .product-actions .compare,
.woocommerce .product-actions .product-quick-view,
.single-product .product-actions .product-quick-view,
.woocommerce .product-actions .btn_add_to_cart,
.single-product .product-actions .btn_add_to_cart,
.woocommerce .product-actions .add-to-cart-wrap a,
.single-product .product-actions .add-to-cart-wrap a {
  width: 44px;
  height: 44px;
  line-height: 44px !important;
  text-align: center;
  background-color: #fff;
  display: block;
  padding: 0;
  position: relative;
  border-radius: 0;
  font-size: 0;
  min-width: 0;
  vertical-align: middle;
  margin: 5px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.woocommerce .product-actions .add_to_wishlist i,
.single-product .product-actions .add_to_wishlist i,
.woocommerce .product-actions .compare i,
.single-product .product-actions .compare i,
.woocommerce .product-actions .product-quick-view i,
.single-product .product-actions .product-quick-view i,
.woocommerce .product-actions .btn_add_to_cart i,
.single-product .product-actions .btn_add_to_cart i,
.woocommerce .product-actions .add-to-cart-wrap a i,
.single-product .product-actions .add-to-cart-wrap a i {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce .product-actions .add_to_wishlist:hover,
.single-product .product-actions .add_to_wishlist:hover,
.woocommerce .product-actions .compare:hover,
.single-product .product-actions .compare:hover,
.woocommerce .product-actions .product-quick-view:hover,
.single-product .product-actions .product-quick-view:hover,
.woocommerce .product-actions .btn_add_to_cart:hover,
.single-product .product-actions .btn_add_to_cart:hover,
.woocommerce .product-actions .add-to-cart-wrap a:hover,
.single-product .product-actions .add-to-cart-wrap a:hover,
.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.woocommerce .product-actions .add_to_wishlist.active,
.single-product .product-actions .add_to_wishlist.active,
.woocommerce .product-actions .compare.active,
.single-product .product-actions .compare.active,
.woocommerce .product-actions .product-quick-view.active,
.single-product .product-actions .product-quick-view.active,
.woocommerce .product-actions .btn_add_to_cart.active,
.single-product .product-actions .btn_add_to_cart.active,
.woocommerce .product-actions .add-to-cart-wrap a.active,
.single-product .product-actions .add-to-cart-wrap a.active {
  color: #fff;
  background-color: var(--primary_color);
}
.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a {
  background-color: var(--primary_color);
  margin-top: 0;
}
.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a:before {
  color: #fff;
}
.woocommerce .product-actions .added_to_cart.wc-forward,
.single-product .product-actions .added_to_cart.wc-forward {
  background-color: var(--primary_color) !important;
}
.woocommerce .product-actions .added_to_cart.wc-forward i,
.single-product .product-actions .added_to_cart.wc-forward i {
  color: #fff !important;
}
.woocommerce .product-actions .compare .blockUI.blockOverlay,
.single-product .product-actions .compare .blockUI.blockOverlay {
  background: none !important;
}
.woocommerce .product-actions .product-quick-view i,
.single-product .product-actions .product-quick-view i {
  font-size: 15px;
}
.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .product-actions .add_to_wishlist,
.single-product .product-actions .add_to_wishlist {
  margin-right: 4px;
}
.woocommerce .product-actions .added-spinner,
.single-product .product-actions .added-spinner {
  color: #888;
}
.woocommerce .product-actions .added-spinner:hover,
.single-product .product-actions .added-spinner:hover {
  color: #fff;
}
.woocommerce .product-actions .yith-wcwl-add-to-wishlist + div.clear,
.single-product .product-actions .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.woocommerce .product-actions .yith-wcwl-add-button,
.single-product .product-actions .yith-wcwl-add-button {
  font-size: 0;
  position: relative;
}
.woocommerce .product-actions .yith-wcwl-add-button a i,
.single-product .product-actions .yith-wcwl-add-button a i {
  margin-right: 0px;
}
.woocommerce .product-actions .yith-wcwl-add-button .ajax-loading,
.single-product .product-actions .yith-wcwl-add-button .ajax-loading {
  display: none !important;
}
.woocommerce .product-actions .add_to_wishlist:before,
.single-product .product-actions .add_to_wishlist:before,
.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .product-actions .compare.added:before,
.single-product .product-actions .compare.added:before {
  font-family: FontAwesome;
  content: "\f08a";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a {
  background-color: var(--primary_color);
}
.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  color: #fff;
}
.woocommerce .product-actions .add_to_wishlist:before,
.single-product .product-actions .add_to_wishlist:before {
  content: '';
}
.woocommerce .product-actions .compare.added:before,
.single-product .product-actions .compare.added:before {
  content: "\f012" !important;
}
.woocommerce .product-actions .add_to_wishlist.added-spinner:before,
.single-product .product-actions .add_to_wishlist.added-spinner:before {
  content: "";
}
.woocommerce .product-actions .added-spinner:before,
.single-product .product-actions .added-spinner:before {
  content: "\f110";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.woocommerce .product-info,
.single-product .product-info {
  padding: 0 10px;
  text-align: center;
}
.woocommerce .product-info h3,
.single-product .product-info h3 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.woocommerce .product-info h3:hover,
.single-product .product-info h3:hover {
  color: var(--primary_color);
}
.woocommerce .product-info .star-rating,
.single-product .product-info .star-rating {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.woocommerce .product-info span.price,
.single-product .product-info span.price {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: var(--text_color);
}
.woocommerce .product-item-wrap.active .product-item-inner,
.single-product .product-item-wrap.active .product-item-inner,
.woocommerce .product-item-wrap:hover .product-item-inner,
.single-product .product-item-wrap:hover .product-item-inner {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.woocommerce .product-item-wrap.active .product-thumb .product-thumb-primary img,
.single-product .product-item-wrap.active .product-thumb .product-thumb-primary img,
.woocommerce .product-item-wrap:hover .product-thumb .product-thumb-primary img,
.single-product .product-item-wrap:hover .product-thumb .product-thumb-primary img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce .product-item-wrap.active .product-actions,
.single-product .product-item-wrap.active .product-actions,
.woocommerce .product-item-wrap:hover .product-actions,
.single-product .product-item-wrap:hover .product-actions {
  right: 10px;
  opacity: 1;
}
.woocommerce .product-item-wrap.active .product-link,
.single-product .product-item-wrap.active .product-link,
.woocommerce .product-item-wrap:hover .product-link,
.single-product .product-item-wrap:hover .product-link {
  opacity: 1;
  visibility: visible;
}
.woocommerce .product-item-wrap.active .product-thumb-secondary,
.single-product .product-item-wrap.active .product-thumb-secondary,
.woocommerce .product-item-wrap:hover .product-thumb-secondary,
.single-product .product-item-wrap:hover .product-thumb-secondary {
  opacity: 1;
}
.woocommerce.columns-2 .product-item-wrap,
.single-product.columns-2 .product-item-wrap {
  margin-bottom: 25px;
  margin-top: 0;
  width: 50%;
}
.woocommerce.columns-2 .product-item-wrap:nth-child(2n+1),
.single-product.columns-2 .product-item-wrap:nth-child(2n+1) {
  clear: both;
}
.woocommerce.columns-3 .product-item-wrap,
.single-product.columns-3 .product-item-wrap {
  width: 33.33333333%;
  margin-bottom: 25px;
  margin-top: 0;
}
.woocommerce.columns-3 .product-item-wrap:nth-child(3n+1),
.single-product.columns-3 .product-item-wrap:nth-child(3n+1) {
  clear: both;
}
.woocommerce.columns-4 .product-item-wrap,
.single-product.columns-4 .product-item-wrap {
  width: 25%;
  margin-bottom: 25px;
  margin-top: 0;
}
.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1),
.single-product.columns-4 .product-item-wrap:nth-child(4n+1) {
  clear: both;
}
.woocommerce.columns-5 .product-item-wrap,
.single-product.columns-5 .product-item-wrap {
  width: 20%;
  margin-bottom: 25px;
  margin-top: 0;
}
.woocommerce.product-slider .product-item-wrap,
.single-product.product-slider .product-item-wrap {
  float: none;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce.columns-5 .product-item-wrap,
  .single-product.columns-5 .product-item-wrap,
  .woocommerce .columns-4 .product-item-wrap,
  .single-product .columns-4 .product-item-wrap {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .woocommerce.columns-5 .product-item-wrap,
  .single-product.columns-5 .product-item-wrap,
  .woocommerce .columns-4 .product-item-wrap,
  .single-product .columns-4 .product-item-wrap,
  .woocommerce .columns-3 .product-item-wrap,
  .single-product .columns-3 .product-item-wrap {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .woocommerce.columns-5 .product-item-wrap,
  .single-product.columns-5 .product-item-wrap,
  .woocommerce .columns-4 .product-item-wrap,
  .single-product .columns-4 .product-item-wrap,
  .woocommerce .columns-3 .product-item-wrap,
  .single-product .columns-3 .product-item-wrap,
  .woocommerce .columns-2 .product-item-wrap,
  .single-product .columns-2 .product-item-wrap {
    width: 100%;
  }
}
.woocommerce > .woocommerce {
  margin: 0;
}
.woocommerce > .woocommerce .product-item-wrap {
  padding: 0;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb {
  width: 33.33%;
  float: left;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap {
  display: none;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  right: auto;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span {
  margin-top: 0;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span:first-child {
  display: none;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span:nth-child(2) {
  background-color: var(--primary_color);
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 100%;
  line-height: 45px;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info {
  padding: 0 0 0 15px;
  width: 66.66%;
  float: left;
  text-align: left;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info .star-rating {
  left: 0;
  margin-top: 10px;
  text-align: left;
  position: relative;
  right: auto;
  margin: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 10px;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info .star-rating:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info span.price {
  padding-top: 7px;
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info h3 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-actions {
  display: none;
}
.woocommerce.columns-1 .product-item-wrap {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 0;
}
.woocommerce.columns-1 .product-item-wrap .product-info h3 {
  font-size: 18px;
  color: var(--text_color);
  font-weight: bold;
  text-align: left;
}
.woocommerce.columns-1 .product-item-wrap .product-info .star-rating:before {
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.woocommerce.columns-1 .product-item-wrap .product-info span.price {
  text-align: left;
}
.woocommerce.columns-1 .product-item-wrap .product-info .product-single-short-description {
  text-align: left;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap {
  margin-top: 0;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap:first-child .product-item-inner {
  padding-top: 0;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap:hover .product-item-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner {
  padding: 25px 0;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap {
  left: 30px;
  top: 20px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner h3 {
  margin-top: 10px;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: normal;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner h3:hover {
  color: var(--primary_color);
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner span.price {
  font-size: 24px;
  color: var(--primary_color);
  font-weight: normal;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .star-rating {
  position: relative;
  float: right;
  left: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .star-rating span {
  color: #ffcc00;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info {
  padding: 0 15px;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions {
  margin-top: 30px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  opacity: 1;
  right: 0;
  padding: 0;
  text-align: left;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .add-to-cart-wrap {
  text-align: left;
  display: inline-block;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button {
  width: 190px;
  background-color: var(--text_color);
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  margin-left: 0;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button i {
  color: #fff;
  margin-right: 15px;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:after {
  opacity: 0;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:hover {
  background-color: var(--primary_color) !important;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-add-to-wishlist,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .product-quick-view {
  display: inline-block;
  margin-top: 0;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistaddedbrowse a,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistexistsbrowse a,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_wishlist,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.compare {
  display: inline-block;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_wishlist:hover,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.compare:hover {
  width: 44px;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistaddedbrowse a:hover:after,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistexistsbrowse a:hover:after,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_wishlist:hover:after,
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.compare:hover:after {
  opacity: 0;
}
.shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-single-short-description {
  position: relative;
}
@media (max-width: 767px) {
  .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .shortcode-product-wrap.list {
    padding: 0 15px;
  }
}
.product-paging-wrapper.text-left .woocommerce-pagination {
  margin: 0;
}
@media (min-width: 768px) {
  .product-paging-wrapper.text-left .woocommerce-pagination {
    text-align: left;
  }
}
.product-paging-wrapper.text-center .woocommerce-pagination {
  margin: 0;
}
@media (min-width: 768px) {
  .product-paging-wrapper.text-center .woocommerce-pagination {
    text-align: center;
  }
}
.product-paging-wrapper.text-right .woocommerce-pagination {
  margin: 0;
}
@media (min-width: 768px) {
  .product-paging-wrapper.text-right .woocommerce-pagination {
    text-align: right;
  }
}
/*--------------------------------------------
COMPARE
---------------------------------------------*/
.woocommerce-compare-page h1 {
  font-size: 24px;
  background-color: #f7f7f7;
}
/* --------------------------------------------
	QUICK VIEW
-------------------------------------------- */
#popup-product-quick-view-wrapper {
  margin-bottom: 0;
}
#popup-product-quick-view-wrapper .modal-body {
  padding: 30px;
}
#popup-product-quick-view-wrapper .single-product-info {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  #popup-product-quick-view-wrapper .single-product-info .single-product-image-wrap,
  #popup-product-quick-view-wrapper .single-product-info .summary-product-wrap {
    width: 50%;
  }
}
/* --------------------------------------------
	ORDER RECEIVED
-------------------------------------------- */
.woocommerce-order-received .woocommerce h2,
.woocommerce-account .woocommerce h2,
.woocommerce-order-received .woocommerce header.title h3,
.woocommerce-account .woocommerce header.title h3 {
  font-size: 25px;
  color: #25262C;
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce address,
.woocommerce-account .woocommerce address {
  line-height: 1.8;
}
.woocommerce .order_details {
  padding: 0;
}
/* --------------------------------------------
	ORDER TRACKING
-------------------------------------------- */
.order-tracking-form {
  background-color: #fff;
  padding: 30px;
}
.order-tracking-form h3 {
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.order-tracking-form h3:before {
  content: '';
  height: 27px;
  width: 2px;
  position: absolute;
  left: -15px;
  top: 0;
  background-color: var(--primary_color);
}
.order-tracking-form h3:hover {
  color: var(--primary_color);
}
.track_order {
  text-align: center;
}
.track_order p:first-child {
  line-height: 1.8;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
  float: none;
  margin: auto;
  margin-bottom: 20px;
  width: 100%;
}
.woocommerce form.track_order .form-row {
  text-align: left;
}
.woocommerce form.track_order .form-row label {
  font-size: 14px;
  font-weight: bold;
}
.woocommerce form.track_order .form-row input.button {
  min-width: 125px;
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce form.track_order .form-row input.input-text {
  text-align: left;
  height: 42px;
  border: 2px solid #eeeeee;
  background-color: #fff;
}
/* --------------------------------------------
	SHOPPING CART
-------------------------------------------- */
.woocommerce-mini-cart {
  max-height: 350px;
}
.cart-form {
  margin-bottom: 40px;
}
.woocommerce table.shop_table.cart {
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  min-width: 400px;
}
.woocommerce table.shop_table.cart thead {
  background-color: var(--primary_color);
}
.woocommerce table.shop_table.cart thead th {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.4;
  padding: 20px 0px;
  border-top: 1px solid #eeeeee !important;
}
.woocommerce table.shop_table.cart thead th.product-thumbnail {
  width: 70px;
}
.woocommerce table.shop_table.cart thead th.product-quantity {
  max-width: 200px;
}
@media (max-width: 768px) {
  .woocommerce table.shop_table.cart tbody tr {
    margin-bottom: 20px;
  }
}
.woocommerce table.shop_table.cart tbody td {
  border-top: 1px solid #eeeeee;
  padding: 20px 0px;
}
@media (max-width: 768px) {
  .woocommerce table.shop_table.cart tbody td {
    padding: 10px 15px;
  }
}
.woocommerce table.shop_table.cart .product-remove {
  border-left: 1px solid #eeeeee;
  text-align: center;
}
@media (max-width: 768px) {
  .woocommerce table.shop_table.cart .product-remove {
    border-left: 0;
  }
}
.woocommerce table.shop_table.cart .product-remove a {
  font-size: 24px;
  color: #aaa !important;
  margin: 0 auto;
}
.woocommerce table.shop_table.cart .product-remove a:hover {
  background-color: transparent;
  color: var(--primary_color) !important;
}
.woocommerce table.shop_table.cart .product-subtotal {
  border-right: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  .woocommerce table.shop_table.cart .product-subtotal {
    border-right: 0;
  }
}
.woocommerce table.shop_table.cart .actions {
  border-top: 1px solid #eeeeee;
}
.woocommerce table.shop_table.cart tbody td.product-thumbnail img {
  width: 50px;
  float: left;
}
.woocommerce table.shop_table.cart tbody .product-name {
  position: relative;
  overflow: hidden;
  font-size: 15px;
}
.woocommerce table.shop_table.cart tbody .product-name dl.variation {
  color: var(--text_color_fade_80);
  margin: 5px 0 0 0;
}
.woocommerce table.shop_table.cart tbody .product-name dl.variation dt {
  font-weight: normal;
  padding: 0 0 5px;
}
.woocommerce table.shop_table.cart tbody .product-name dl.variation dd {
  padding: 0 0 5px;
  margin: 0;
}
@media (max-width: 479px) {
  .woocommerce table.shop_table.cart td.product-quantity label {
    display: none;
  }
  .woocommerce table.shop_table.cart td.product-quantity .quantity-inner {
    border: none;
  }
  .woocommerce table.shop_table.cart td.product-quantity .quantity-inner input {
    border: none;
    background-color: transparent;
    padding: 0 10px 0 15px;
  }
}
@media (max-width: 479px) {
  .woocommerce table.shop_table.cart td.product-subtotal {
    display: none;
  }
}
.woocommerce table.shop_table.cart td.actions {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 50px;
}
.woocommerce table.shop_table.cart td.actions .coupon .input-text {
  min-width: 270px;
  padding: 0 15px;
  margin: 0 15px 0 0;
  outline: 0;
  border: none;
  height: 44px;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table.cart td.actions .coupon .input-text {
    min-width: auto;
  }
}
@media (max-width: 479px) {
  .woocommerce table.shop_table.cart td.actions .coupon .input-text {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .woocommerce table.shop_table.cart td.actions .coupon {
    padding-bottom: 0;
  }
}
.woocommerce table.shop_table.cart td.actions a.button {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .woocommerce table.shop_table.cart td.actions a.button {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .woocommerce table.shop_table.cart td.actions a {
    margin-top: 15px;
  }
}
.woocommerce table.shop_table.cart td.actions .button {
  padding: 13px 25px;
  min-width: 140px;
  border-radius: 3px;
  background-color: var(--text_color);
  color: #fff;
}
.woocommerce table.shop_table.cart td.actions .button:hover {
  background-color: var(--primary_color);
}
.woocommerce table.shop_table.cart td.actions .button.checkout-button {
  background-color: var(--primary_color);
}
.woocommerce table.shop_table.cart td.actions .button.checkout-button:hover {
  background-color: var(--primary_color_darken_15);
}
@media (max-width: 479px) {
  .woocommerce table.shop_table.cart td.actions .button {
    min-width: auto;
    width: 100%;
    margin-bottom: 5px;
  }
}
.woocommerce table.shop_table.cart td.actions input[name="update_cart"] {
  background-color: var(--text_color);
}
.woocommerce table.shop_table.cart td.actions input[name="update_cart"]:hover {
  background-color: var(--primary_color);
}
@media (max-width: 479px) {
  .woocommerce table.shop_table.cart td.actions input[name="update_cart"] {
    width: 100%;
  }
}
.cart-collaterals h4.widget-title {
  font-size: 18px;
  color: var(--text_color);
  margin-bottom: 45px;
  text-align: left;
  border-left: 2px solid var(--primary_color);
  padding-left: 15px;
}
.cart-collaterals h2 {
  color: var(--text_color);
  margin-bottom: 45px;
  text-align: left;
  border-left: 2px solid var(--primary_color);
  padding-left: 15px;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.woocommerce .cart-collaterals .cart_totals_inner,
.woocommerce-page .cart-collaterals .cart_totals_inner,
.woocommerce-shipping-calculator {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}
@media (max-width: 479px) {
  .woocommerce .cart-collaterals .cart_totals_inner,
  .woocommerce-page .cart-collaterals .cart_totals_inner,
  .woocommerce-shipping-calculator {
    width: 100%;
  }
}
.shipping-calculator-form {
  display: block !important;
}
.shipping-calculator-form .button {
  padding: 13px 25px !important;
  display: block !important;
  width: 100%;
  background-color: var(--secondary_color) !important;
}
.shipping-calculator-form .button:hover {
  background-color: var(--primary_color) !important;
}
.shipping-calculator-form p {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  line-height: 1.8;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal strong,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total strong {
  font-weight: normal;
}
.woocommerce ul#shipping_method {
  line-height: 2;
}
.woocommerce ul#shipping_method li {
  padding: 0;
  text-indent: 0;
}
.woocommerce ul#shipping_method li input[type=radio] {
  margin: 0;
  vertical-align: middle;
}
.woocommerce ul#shipping_method li label {
  font-weight: normal;
  margin: 0;
}
.woocommerce ul#shipping_method .amount {
  font-weight: normal;
}
p.return-to-shop {
  margin-bottom: 80px !important;
}
.woocommerce-checkout .entry-content .woocommerce {
  background: #fff;
  padding: 50px 20px;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #order_review_heading {
  border-left: 2px solid var(--primary_color);
  padding-left: 15px;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
  border-left: 2px solid var(--primary_color);
  padding-left: 15px;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p {
  margin-bottom: 25px;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--text_color);
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label .required {
  color: var(--primary_color);
}
@media (max-width: 479px) {
  .woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p {
    width: 100%;
  }
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 {
  border-left: 2px solid var(--primary_color);
  padding-left: 15px;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p {
  margin-bottom: 25px;
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--text_color);
}
.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label .required {
  color: var(--primary_color);
}
@media (max-width: 479px) {
  .woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p {
    width: 100%;
  }
}
/* --------------------------------------------
	SINGLE PRODUCT INFO
-------------------------------------------- */
.site-content-single-product .single-product-info {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.site-content-single-product .single-product-info .single-product-image-wrap {
  float: left;
  width: 60%;
  padding-right: 5%;
}
@media (max-width: 991px) {
  .site-content-single-product .single-product-info .single-product-image-wrap {
    width: 50%;
  }
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image {
  position: relative;
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap {
  left: 0px;
  top: 0px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div {
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div:hover {
  background-color: var(--primary_color);
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div.owl-prev {
  left: -40px;
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div.owl-next {
  right: -40px;
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner:hover .owl-buttons div {
  opacity: 1;
}
.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-main-image {
  display: block;
}
.site-content-single-product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  padding: 0;
}
.site-content-single-product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
  width: 100%;
}
.site-content-single-product .single-product-info .single-product-image-wrap .product-image-total-1,
.site-content-single-product .single-product-info .single-product-image-wrap .product-thumb-disable {
  display: none;
}
.site-content-single-product .single-product-info .single-product-image-wrap .product-thumb-wrap {
  width: 80%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1:hover .owl-nav {
  opacity: 1;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  line-height: 1;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div:hover {
  color: var(--primary_color);
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div.owl-next {
  right: 30px;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div.owl-prev {
  left: 30px;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2:hover .owl-nav {
  opacity: 1;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  padding: 7px 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div:hover {
  background-color: var(--primary_color);
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div.owl-next {
  right: 0;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div.owl-prev {
  left: 0;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image {
  padding: 10px;
  text-align: center;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a {
  display: block;
  position: relative;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .synced .thumbnail-image a:before {
  background-color: var(--primary_color_fade_30);
}
.site-content-single-product .single-product-info .summary-product-wrap {
  float: left;
  width: 40%;
}
@media (max-width: 991px) {
  .site-content-single-product .single-product-info .summary-product-wrap {
    width: 50%;
  }
}
.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating {
  margin-bottom: 10px;
  vertical-align: middle;
  line-height: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating .woocommerce-review-link {
  font-size: 15px;
  line-height: 1.4;
  color: #878787;
  margin-right: 15px;
}
.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating .star-rating {
  float: none;
  margin: 0;
  display: inline-block;
  font-size: 13px;
  height: 15px;
  vertical-align: middle;
}
.site-content-single-product .single-product-info .summary-product-wrap p.price {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: var(--primary_color);
}
.site-content-single-product .single-product-info .summary-product-wrap p.price del {
  font-size: 32px;
  color: #a8a8a8;
}
.site-content-single-product .single-product-info .summary-product-wrap .product-single-short-description {
  margin-bottom: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product-single-short-description p {
  margin-bottom: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart {
  margin-bottom: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity {
  margin-right: 5px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .button,
.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart {
  text-transform: uppercase;
  background-color: var(--heading_color);
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .button:hover,
.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart:hover {
  background-color: var(--primary_color);
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .button.added {
  display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table {
  border: none;
  margin-bottom: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td {
  padding-bottom: 20px;
  line-height: 42px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.label {
  padding: 0 10px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table label {
  font-weight: normal;
  font-size: 15px;
  color: #1f1f1f;
  margin: 0;
  line-height: 42px;
  width: auto;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price {
  font-weight: normal;
  line-height: 42px;
  font-size: 18px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price ins {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price del {
  display: inline-block;
  font-size: 16px;
  color: #a0a0a0;
  opacity: 1;
  margin-right: 15px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price .out-of-stock {
  display: inline-block;
  margin-bottom: 0;
  color: #cacaca;
  font-size: 11px;
  margin-left: 3px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations {
  width: 100%;
  margin: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr:nth-child(3) td {
  padding: 0;
  padding-left: 10px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td.label {
  padding: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr + tr td,
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr + tr td.label {
  padding: 10px 0 0 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td.label label {
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 0;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap:after,
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations_button:after {
  content: "";
  display: block;
  clear: both;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation span.price {
  font-size: 30px !important;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap .single_add_to_cart_button {
  background-color: var(--primary_color);
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap .single_add_to_cart_button:hover {
  background-color: #222;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function {
  margin-top: 5px;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-to-wishlist {
  margin: 0 15px 0 0;
  display: inline-block;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist {
  font-size: 14px;
  color: var(--text_color);
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:hover:before {
  background-color: var(--primary_color);
  color: #fff;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:before {
  font-family: FontAwesome;
  content: "\f004";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-color: #FAFAFA;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: #888888;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before {
  content: "\f012";
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--text_color);
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare i {
  font-size: 11px;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-color: #FAFAFA;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: #888888;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare:hover i {
  background-color: var(--primary_color);
  color: #fff;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .feedback {
  display: none !important;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .fa-heart-o {
  display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span {
  display: block;
  padding-bottom: 15px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span + span {
  margin-top: 5px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta .yith-wcbr-brands-logo {
  padding: 0px;
  margin: 0px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta .yith-wcbr-brands {
  display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta label {
  margin-bottom: 0;
  font-weight: bold;
  color: var(--heading_color);
  width: 135px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta .tagged_as a {
  padding-right: 3px;
}
.site-content-single-product .single-product-info .summary-product-wrap .stock {
  display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap .select_option {
  margin-right: 15px;
}
.site-content-single-product .single-product-info .summary-product-wrap .select_option span {
  font-weight: bold;
  color: var(--text_color_fade_50);
}
.site-content-single-product .single-product-info .summary-product-wrap .select_option.selected span {
  color: #000;
}
.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap {
  width: 100%;
  text-align: left;
}
.site-content-single-product .single-product-info .yith-wcwl-add-to-wishlist {
  display: none;
}
.site-content-single-product .single-product-info .compare {
  display: none;
}
@media (max-width: 768px) {
  .site-content-single-product .single-product-info .single-product-image-wrap {
    width: 100%;
  }
  .site-content-single-product .single-product-info .summary-product-wrap {
    width: 100%;
  }
  .site-content-single-product .single-product-info .summary-product-wrap h1 {
    padding-top: 30px;
  }
}
.site-content-single-product.modal .single-product-info {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.site-content-single-product.modal .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modal-body .single-product-info .summary-product-wrap form.variations_form .variations {
  margin-bottom: 10px !important;
}
.single-product-wrap > .container {
  margin-bottom: 80px;
}
.single-product-wrap .full {
  margin-top: -25px;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info {
  padding: 0;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .single-product-image-wrap {
  padding: 30px 12%;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  padding: 0;
  text-align: center;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
  width: 80%;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product .single-product-info .summary-product-wrap {
  padding: 75px 0 75px 70px;
  background: #fcfcfc;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product.product-type-variable .single-product-info .single-product-image-wrap {
  padding: 40px 12%;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product.product-type-variable .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
  width: 100% !important;
}
.single-product-wrap .full .site-content-single-product .single-product-inner .product.product-type-variable .single-product-info .summary-product-wrap {
  width: 50%;
  padding: 75px 0 75px 70px;
  background: #fcfcfc;
}
/* --------------------------------------------
	SINGLE PRODUCT TAB
-------------------------------------------- */
.woocommerce div.product .woocommerce-tabs {
  margin-top: 80px;
}
.woocommerce div.product .woocommerce-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce div.product .woocommerce-tabs .container {
  background-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  float: left;
  width: 270px;
  padding: 0px;
  background-color: #fff;
  margin: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: block;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  width: 100%;
  text-align: right;
  font-size: 20px;
  color: var(--heading_color);
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 15px 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: var(--primary_color);
}
.woocommerce div.product .woocommerce-tabs .panel {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px 10px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 24px;
  margin: 0px;
  padding: 0 30px 20px 30px;
  position: relative;
  text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs .panel .commentlist {
  padding: 0 0 0 30px;
}
.woocommerce div.product .woocommerce-tabs .panel #review_form_wrapper {
  padding: 0 30px;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes th {
  padding: 8px 8px 8px 30px;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes .alt th,
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes .alt td {
  background-color: #fff;
}
.woocommerce div.product .woocommerce-tabs #tab-description {
  line-height: 1.8;
}
.woocommerce div.product .woocommerce-tabs #tab-description p {
  padding: 0px 30px 0 30px;
}
@media (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    width: 100%;
  }
  .woocommerce div.product .woocommerce-tabs div.panel {
    width: 100%;
  }
}
/* --------------------------------------------
	SINGLE PRODUCT REVIEW
-------------------------------------------- */
.woocommerce #reviews .woocommerce-noreviews {
  display: none;
  padding: 0 40px;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  border-color: transparent;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0;
  border: none;
  position: static;
  border-radius: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 80px;
  padding: 0 25px 0px 25px;
  border: none;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  float: right;
  margin: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: bold;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  margin-right: 20px;
  color: var(--text_color);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  text-transform: capitalize;
}
.woocommerce #review_form #respond .comment-form {
  margin-top: 30px;
}
.woocommerce #review_form #respond h3.comment-reply-title {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.woocommerce #review_form #respond p {
  margin: 10px 0px;
}
.woocommerce #review_form #respond p p.stars {
  padding: 0px;
}
.woocommerce #review_form #respond p.form-submit {
  margin-top: 20px;
}
.woocommerce #review_form #respond p.form-submit input {
  background-color: var(--text_color);
}
.woocommerce #review_form #respond p.form-submit input:hover {
  background-color: var(--primary_color);
}
.woocommerce #review_form #respond .comment-fields-wrap .row {
  margin: 0;
}
.woocommerce #review_form #respond .comment-fields-wrap .row label {
  margin-bottom: 10px;
}
.woocommerce #review_form #respond .comment-fields-wrap .row .comment-form-rating:hover label,
.woocommerce #review_form #respond .comment-fields-wrap .row .comment-form-comment:hover label {
  color: var(--primary_color);
}
.upsells.products,
.related.products,
.cross-sells {
  margin-top: 30px;
}
.upsells.products h4.widget-title,
.related.products h4.widget-title,
.cross-sells h4.widget-title {
  font-size: 30px;
  border-bottom: 1px solid;
}
.upsells.products .product-slider .owl-theme .owl-controls,
.related.products .product-slider .owl-theme .owl-controls,
.cross-sells .product-slider .owl-theme .owl-controls {
  margin: 0;
  height: 0;
  position: absolute;
  top: -98px;
  right: 15px;
}
.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div {
  width: 42px;
  height: 42px;
  border: 2px solid #eeeeee;
  background-color: transparent;
  padding: 0;
  line-height: 38px;
  opacity: 1;
  color: var(--text_color);
  margin: 0;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div:hover,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div:hover,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-right: 5px;
}
.site-content-single-product .related.products h4.widget-title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  padding: 50px 0px;
  background-color: #fff;
}
.related {
  padding: 80px 0;
  padding-top: 0px;
  background-color: #fff;
}
.related .widget-title {
  position: relative;
  border: none !important;
  text-align: center;
  margin: 0;
  z-index: 1;
  font-weight: normal;
  margin-bottom: 50px;
}
.related .slider .owl-nav div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 0;
  height: 44px;
  width: 44px;
  padding: 0;
  background-color: rgba(128, 128, 128, 0.5);
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.related .slider .owl-nav div i {
  font-size: 24px;
  color: #fff;
  line-height: 44px;
}
.related .slider .owl-nav div:hover {
  background-color: var(--primary_color);
}
.related .slider .owl-nav .owl-prev {
  left: -10px;
}
.related .slider .owl-nav .owl-next {
  right: -10px;
}
.related .slider .product-item-wrap {
  padding: 0px 10px;
}
.related .slider .product-item-wrap .product-info h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.woocommerce.slider .product {
  margin: 15px 0;
}
.variable-items-wrapper.color-variable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  list-style: none;
  margin-bottom: 0 !important;
}
.variable-items-wrapper.color-variable-wrapper > li {
  width: 20px !important;
  height: 20px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin-right: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.variable-items-wrapper.color-variable-wrapper > li.selected {
  cursor: pointer;
  border-color: var(--primary_color);
}
.variable-items-wrapper.label-variable-wrapper {
  padding-left: 15px;
}
.variable-items-wrapper.label-variable-wrapper > li {
  cursor: pointer;
  position: relative;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 5px;
}
.variable-items-wrapper.label-variable-wrapper > li.selected {
  cursor: pointer;
  border-color: var(--primary_color);
}
.single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul {
  height: 60px;
}
.single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a {
  height: 60px;
}
.single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a:hover {
  border-color: var(--primary_color);
}
.single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li.selected a {
  border-color: var(--primary_color);
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery {
  margin-top: -60px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul {
  height: 50px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a {
  height: 50px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a:hover {
  border-color: var(--primary_color);
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li.selected a {
  border-color: var(--primary_color);
}
.product-thumb-wrap .owl-carousel .owl-stage {
  margin: 0 auto;
}
/**
 * 8.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
/* 

* I. Plugin shortcode CSS 
* 3. Add To Cart Woocommerce CSS
* 4. FAQs CSS
*/
/* I. Plugin shortcode CSS */
.banner-shortcode-wrap {
  background-color: #fff;
}
.banner-shortcode-wrap.style_1 {
  overflow: hidden;
}
.banner-shortcode-wrap.style_1:hover .banner-content:before {
  opacity: 1;
}
.banner-shortcode-wrap.style_1:hover .banner-content .banner-label {
  color: #fff;
}
.banner-shortcode-wrap.style_1 a {
  display: block;
}
.banner-shortcode-wrap.style_1 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_1 .banner-content img {
  width: 100%;
}
.banner-shortcode-wrap.style_1 .banner-content:before {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--text_color_fade_50);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-title {
  cursor: pointer;
  top: 50%;
  left: 50%;
  position: absolute;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-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;
  font-size: 60px;
  color: #fff;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-title:first-letter {
  color: var(--primary_color);
}
.banner-shortcode-wrap.style_1 .banner-content .banner-title:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--primary_color);
  bottom: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-title:hover:before {
  opacity: 1;
  width: 100%;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-label {
  z-index: 2;
  position: absolute;
  top: 140px;
  text-transform: uppercase;
  color: var(--heading_color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 24px;
  font-weight: bold;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-label.label_left {
  left: -30px;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_1 .banner-content .banner-label.label_left {
    left: -60px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_1 .banner-content .banner-label.label_left {
    left: -80px;
  }
}
.banner-shortcode-wrap.style_1 .banner-content .banner-label.label_right {
  right: -20px;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_1 .banner-content .banner-label.label_right {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_1 .banner-content .banner-label.label_right {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_1 {
    margin: 15px 0;
  }
}
.banner-shortcode-wrap.style_2 {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  margin: 15px 0;
}
.banner-shortcode-wrap.style_2 .banner-content {
  position: relative;
  text-align: center;
}
.banner-shortcode-wrap.style_2 .banner-content:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  background-color: var(--text_color_fade_60);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-image:before {
  opacity: 0;
  z-index: 1;
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  border-left: 2px solid;
  border-right: 2px solid;
  height: 100%;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  border-color: var(--text_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-image:after {
  opacity: 0;
  z-index: 1;
  content: '';
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  border-color: var(--text_color);
  width: 100%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-content-inner {
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_2 .banner-content .banner-content-inner .banner-title,
.banner-shortcode-wrap.style_2 .banner-content .banner-content-inner .banner-label {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-content-inner .banner-button {
  cursor: pointer;
  font-size: 0px;
  font-weight: 600;
  margin-top: 0px;
  color: white;
  padding: 0px;
  display: inline-block;
  background-color: var(--heading_color);
  text-transform: uppercase;
  height: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-content-inner .banner-button:hover {
  background-color: var(--primary_color);
}
.banner-shortcode-wrap.style_2 .banner-content img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.banner-shortcode-wrap.style_2:hover {
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.banner-shortcode-wrap.style_2:hover .banner-content:before {
  background-color: #fff;
}
.banner-shortcode-wrap.style_2:hover .banner-content .banner-image:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  border-color: #fff;
}
.banner-shortcode-wrap.style_2:hover .banner-content .banner-image:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: #fff;
}
.banner-shortcode-wrap.style_2:hover .banner-content .banner-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-shortcode-wrap.style_2:hover .banner-content .banner-content-inner .banner-title,
.banner-shortcode-wrap.style_2:hover .banner-content .banner-content-inner .banner-label {
  color: var(--heading_color) !important;
}
.banner-shortcode-wrap.style_2:hover .banner-content .banner-content-inner .banner-button {
  height: 32px;
  padding: 5px 20px;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_2 {
    margin: 10px 0;
  }
}
.banner-shortcode-wrap.style_3:hover .banner-content:before,
.banner-shortcode-wrap.style_3:hover .banner-content:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.banner-shortcode-wrap.style_3:hover .banner-content .banner-overlay {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running bounceIn;
  animation: 700ms ease-in-out 0s normal none 1 running bounceIn;
  opacity: 1;
}
.banner-shortcode-wrap.style_3 .banner-content {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.banner-shortcode-wrap.style_3 .banner-content img {
  width: 100%;
}
.banner-shortcode-wrap.style_3 .banner-content:before {
  opacity: 0;
  content: '';
  position: absolute;
  height: 60px;
  width: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.banner-shortcode-wrap.style_3 .banner-content:after {
  opacity: 0;
  content: '';
  position: absolute;
  height: 2px;
  width: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.banner-shortcode-wrap.style_3 .banner-content .banner-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  background: var(--text_color_fade_30);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_3 {
    margin: 15px 0;
  }
}
.banner-shortcode-wrap.style_4 {
  overflow: hidden;
}
.banner-shortcode-wrap.style_4:hover .banner-content .banner-title:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner-shortcode-wrap.style_4:hover .banner-content:before {
  opacity: 1;
  -webkit-animation: 500ms ease-in-out normal none 1 running rollIn;
  animation: 500ms ease-in-out normal none 1 running rollIn;
}
.banner-shortcode-wrap.style_4:hover .banner-content.title_left:before {
  -webkit-animation: 500ms ease-in-out normal none 1 running rollInRight;
  animation: 500ms ease-in-out normal none 1 running rollInRight;
}
.banner-shortcode-wrap.style_4:hover .banner-content .banner-label {
  color: #fff;
}
.banner-shortcode-wrap.style_4 a {
  display: block;
}
.banner-shortcode-wrap.style_4 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_4 .banner-content img {
  width: 100%;
}
.banner-shortcode-wrap.style_4 .banner-content:before {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--text_color_fade_50);
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-title {
  cursor: pointer;
  position: absolute;
  top: 20px;
  margin: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 60px;
  color: #fff;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-title:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--primary_color);
  bottom: 0;
  opacity: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  -webkit-transition: all 0.4s ease 0.4s;
  -o-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-title.title_left {
  left: 30px;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-title.title_right {
  right: 30px;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-title:hover {
  color: var(--primary_color);
}
.banner-shortcode-wrap.style_4 .banner-content .banner-label {
  z-index: 2;
  position: absolute;
  top: 220px;
  text-transform: uppercase;
  color: var(--heading_color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 24px;
  font-weight: bold;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-label.label_left {
  left: 20%;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .banner-label.label_left {
    left: 3%;
  }
}
.banner-shortcode-wrap.style_4 .banner-content .banner-label.label_right {
  right: 23%;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .banner-label.label_right {
    right: 8%;
  }
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_4 {
    margin: 15px 0;
  }
}
.banner-shortcode-wrap.style_5 {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  margin: 0;
}
.banner-shortcode-wrap.style_5 .banner-content {
  position: relative;
  text-align: center;
}
.banner-shortcode-wrap.style_5 .banner-content .banner-image:before {
  opacity: 0;
  z-index: 1;
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-left: 2px solid;
  border-right: 2px solid;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  border-color: var(--heading_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_5 .banner-content .banner-image:after {
  opacity: 0;
  z-index: 1;
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  border-color: var(--heading_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_5 .banner-content .banner-content-inner {
  z-index: 3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_5 .banner-content .banner-content-inner .banner-title {
  margin-top: 10px;
  color: var(--heading_color);
  font-size: 24px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_5 .banner-content .banner-content-inner .banner-title:hover {
  color: var(--primary_color);
}
.banner-shortcode-wrap.style_5 .banner-content .banner-content-inner .banner-button {
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
  color: white;
  padding: 5px 20px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: var(--primary_color);
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_5 .banner-content .banner-content-inner .banner-button:hover {
  background-color: var(--primary_color_darken_15);
}
.banner-shortcode-wrap.style_5 .banner-content img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_5 .banner-content {
    height: 200px;
  }
  .banner-shortcode-wrap.style_5 .banner-content .banner-image {
    height: 100%;
  }
  .banner-shortcode-wrap.style_5 .banner-content .banner-image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.banner-shortcode-wrap.style_5:hover {
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.banner-shortcode-wrap.style_5:hover .banner-content:before {
  background-color: #fff;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_5 {
    margin: 10px 0;
  }
}
.banner-shortcode-wrap.style_6 {
  position: relative;
  background: #f1f1f1;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_6:before {
  z-index: 1;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_6:after {
  z-index: 1;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_6:hover {
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.banner-shortcode-wrap.style_6:hover:before,
.banner-shortcode-wrap.style_6:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner-shortcode-wrap.style_6:hover .banner-content img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.banner-shortcode-wrap.style_6 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_6 .banner-content img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_6 .banner-content .banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-shortcode-wrap.style_6 .banner-content .banner-overlay .banner-overlay-content {
  position: absolute;
  width: 100%;
  bottom: 10%;
  text-transform: uppercase;
}
.banner-shortcode-wrap.style_6 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
  color: #fff;
}
.banner-shortcode-wrap.style_6 .banner-content .banner-overlay .banner-overlay-content .banner-label {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-shortcode-wrap.style_6 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_6 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_6 {
    margin: 30px 0;
  }
}
.banner-shortcode-wrap.style_7 {
  text-align: center;
  overflow: hidden;
}
.banner-shortcode-wrap.style_7:hover .banner-content .banner-title {
  opacity: 0;
}
.banner-shortcode-wrap.style_7:hover .banner-content img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.banner-shortcode-wrap.style_7:hover .banner-content .banner-overlay {
  opacity: 1;
}
.banner-shortcode-wrap.style_7:hover .banner-content .banner-overlay .banner-overlay-content .sep-x,
.banner-shortcode-wrap.style_7:hover .banner-content .banner-overlay .banner-overlay-content .banner-label {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.banner-shortcode-wrap.style_7 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-title {
  font-size: 18px;
  position: absolute;
  margin-top: 35px;
  width: 100%;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  opacity: 1;
}
.banner-shortcode-wrap.style_7 .banner-content img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .sep-x {
  -webkit-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  transform: translate(0, -200px);
  position: relative;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .sep-x i {
  color: #fff;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .sep-x i.center {
  position: relative;
  text-align: center;
  top: -5px;
  padding: 5px;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
  color: #fff;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
    font-size: 18px;
  }
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .banner-label {
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate(0, 200px);
  font-size: 18px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_8 {
  background: none;
  text-align: center;
  overflow: hidden;
}
.banner-shortcode-wrap.style_8:hover .banner-content.shadow_left .banner-image {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_8:hover .banner-content.shadow_right .banner-image {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_8 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_8 .banner-content .banner-image .banner-overlay .banner-overlay-content .banner-hover-title {
  font-size: 36px;
  color: var(--primary_color) !important;
  margin-bottom: 0;
  font-weight: bold;
}
.banner-shortcode-wrap.style_8 .banner-content .banner-image .banner-overlay .banner-overlay-content .banner-label {
  font-size: 24px;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left {
  margin-right: 10%;
  margin-bottom: 10%;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 20px solid #e0e0e0;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image {
  position: relative;
  -webkit-transform: translate(10%, 10%);
  -ms-transform: translate(10%, 10%);
  transform: translate(10%, 10%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image img {
  width: 100%;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image .banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image .banner-overlay .banner-overlay-content {
  position: absolute;
  width: 100%;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image .banner-overlay .banner-overlay-content .banner-hover-title {
  text-transform: uppercase;
  color: #fff;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image .banner-overlay .banner-overlay-content .banner-label {
  color: #fff;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right {
  margin-left: 10%;
  margin-bottom: 10%;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 20px solid #e0e0e0;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image {
  position: relative;
  -webkit-transform: translate(-10%, 10%);
  -ms-transform: translate(-10%, 10%);
  transform: translate(-10%, 10%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image img {
  width: 100%;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image .banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image .banner-overlay .banner-overlay-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image .banner-overlay .banner-overlay-content .banner-hover-title {
  text-transform: uppercase;
  color: #fff;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image .banner-overlay .banner-overlay-content .banner-label {
  color: #fff;
}
/* Clients Shortcode CSS */
.clients-shortcode-wrap {
  position: relative;
}
.clients-shortcode-wrap.style_1 .clients-list .client-item {
  text-align: center;
}
@media (max-width: 767px) {
  .clients-shortcode-wrap.style_1 .clients-list .client-item {
    padding: 0 20px;
  }
}
.clients-shortcode-wrap.style_1 .clients-list .client-item img {
  width: auto;
  margin: 0 auto;
}
.clients-shortcode-wrap.style_1:hover .owl-nav .owl-prev,
.clients-shortcode-wrap.style_1:hover .owl-nav .owl-next {
  opacity: 1;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev,
.clients-shortcode-wrap.style_1 .owl-nav .owl-next {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev:hover,
.clients-shortcode-wrap.style_1 .owl-nav .owl-next:hover {
  cursor: pointer;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev i,
.clients-shortcode-wrap.style_1 .owl-nav .owl-next i {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 15px;
  background-color: #fff;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev {
  left: 0;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-next {
  right: 0;
}
.countdown-shortcode-wrap .countdown-content .list-time {
  list-style: none;
  list-style-type: none;
  padding: 0;
  text-align: center;
  color: #fff;
}
.countdown-shortcode-wrap .countdown-content .list-time li {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  background: #c3c3c3;
  width: 80px;
  height: 90px;
}
.countdown-shortcode-wrap .countdown-content .list-time li:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 15px;
  background: #f6f6f6;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.countdown-shortcode-wrap .countdown-content .list-time li p {
  margin: 0;
}
.countdown-shortcode-wrap .countdown-content .list-time li p.countdown-number {
  font-size: 24px;
}
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownDays .redCountdownValue div,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownHours .redCountdownValue div,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownMinutes .redCountdownValue div,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownSeconds .redCountdownValue div,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownDays .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownHours .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownMinutes .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownSeconds .redCountdownValue span {
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
}
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownDays .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownHours .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownMinutes .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownSeconds .redCountdownValue span {
  font-weight: normal;
}
@media (max-width: 479px) {
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownDays .redCountdownValue span,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownHours .redCountdownValue span,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownMinutes .redCountdownValue span,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownSeconds .redCountdownValue span {
    font-size: 20px !important;
  }
}
@media (max-width: 479px) {
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownDays,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownHours,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownMinutes,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownSeconds {
    display: block;
    margin: 20px auto;
  }
}
/* GMaps Shortcode CSS */
.gmaps-shortcode-wrap .map-info {
  max-width: 280px;
}
.gmaps-shortcode-wrap .map-info .info-image {
  float: left;
  max-width: 200px;
  padding: 10px;
}
.gmaps-shortcode-wrap .map-info .info-address {
  padding: 15px 0 10px 0;
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button {
  width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid var(--primary_color);
  text-align: center;
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover {
  background: var(--primary_color);
  cursor: pointer;
}
.hidden {
  display: none;
}
.portfolio-container {
  overflow-x: hidden;
  position: relative;
}
.portfolio-container .portfolio .paging a {
  background-color: var(--text_color);
  color: #fff;
  border-color: var(--text_color);
}
.portfolio-container .portfolio .paging a:hover {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}
.portfolio-tabs {
  margin-bottom: 30px;
}
.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: 4px;
  margin-right: 4px;
  position: relative;
}
.portfolio-tabs .tab-wrapper ul li:first-child {
  margin-left: 0;
}
.portfolio-tabs .tab-wrapper ul li a {
  font-size: 18px;
  font-weight: 600;
  border: none;
  min-width: auto;
  padding: 5px 20px;
  line-height: 36px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-tabs .tab-wrapper ul li:hover a {
  color: var(--primary_color);
}
.portfolio-tabs .tab-wrapper ul li.active a {
  color: var(--primary_color);
  text-decoration: underline;
}
.portfolio-tabs.filter_style2 {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .portfolio-tabs.filter_style2 {
    margin-bottom: 30px;
  }
}
.portfolio-tabs.filter_style2 .tab-wrapper ul li a {
  border: 1px solid transparent;
  border-radius: 15px;
  line-height: 1.2;
}
.portfolio-tabs.filter_style2 .tab-wrapper ul li:hover a {
  border-color: var(--primary_color);
}
.portfolio-tabs.filter_style2 .tab-wrapper ul li.active a {
  border-color: var(--primary_color);
}
.portfolio-tabs.filter_style3 {
  margin-bottom: 20px;
}
.portfolio-tabs.filter_style3 .tab-wrapper ul li a {
  border-radius: 15px;
  line-height: 1.2;
}
.portfolio-tabs.filter_style3 .tab-wrapper ul li:hover a {
  color: #fff;
  background-color: var(--primary_color);
}
.portfolio-tabs.filter_style3 .tab-wrapper ul li.active a {
  color: #fff;
  background-color: var(--primary_color);
}
.portfolio-tabs.filter_style4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.portfolio-tabs.filter_style4 .tab-wrapper ul li a {
  padding: 10px 15px;
  border-radius: 0px;
  line-height: 1.2;
}
.portfolio-tabs.filter_style4 .tab-wrapper ul li:hover a {
  color: #fff;
  background-color: var(--primary_color);
}
.portfolio-tabs.filter_style4 .tab-wrapper ul li.active a {
  color: #fff;
  background-color: var(--primary_color);
}
@media (max-width: 991px) {
  .portfolio-tabs {
    margin: 40px 0 !important;
  }
  .portfolio-tabs .tab-wrapper.right,
  .portfolio-tabs .tab-wrapper.left {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .portfolio-tabs {
    margin: 20px 0 !important;
    margin-top: 30px !important;
  }
}
.paging {
  text-align: center;
}
.paging .load-more {
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding: 6px 30px;
  border: 1px solid #eeeeee;
  color: var(--text_color);
  border-radius: 3px;
}
.paging .load-more:hover {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  color: #fff;
}
/* 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 .portfolio-item {
  float: left;
}
.portfolio-wrapper .portfolio-item h5 {
  margin: 20px 0;
}
.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-15 .portfolio-item .entry-thumbnail.effect_2 {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}
.portfolio-wrapper.col-padding-20 .portfolio-item {
  padding: 0 20px;
  margin: 20px 0;
}
.portfolio-wrapper.begreen-col-md-2 .portfolio-item {
  width: 50%;
}
.portfolio-wrapper.begreen-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.begreen-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 24px;
}
.portfolio-wrapper.begreen-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper.begreen-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
  font-size: 18px;
}
.portfolio-wrapper.begreen-col-md-2 .portfolio-item.portrait {
  width: 50%;
}
.portfolio-wrapper.begreen-col-md-2 .portfolio-item.landscape {
  width: 100%;
}
.portfolio-wrapper.begreen-col-md-2 .portfolio-item.small_squared {
  width: 50%;
}
.portfolio-wrapper.begreen-col-md-2 .portfolio-item.big_squared {
  width: 100%;
}
.portfolio-wrapper.begreen-col-md-3 .portfolio-item {
  width: 33.3333333%;
}
.portfolio-wrapper.begreen-col-md-3 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.begreen-col-md-3 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 18px;
}
.portfolio-wrapper.begreen-col-md-3 .portfolio-item.portrait {
  width: 33.3333333%;
}
.portfolio-wrapper.begreen-col-md-3 .portfolio-item.landscape {
  width: 66.6666666%;
}
.portfolio-wrapper.begreen-col-md-3 .portfolio-item.small_squared {
  width: 33.3333333%;
}
.portfolio-wrapper.begreen-col-md-3 .portfolio-item.big_squared {
  width: 66.6666666%;
}
.portfolio-wrapper.begreen-col-md-4 .portfolio-item {
  width: 25%;
}
.portfolio-wrapper.begreen-col-md-4 .portfolio-item.portrait {
  width: 25%;
}
.portfolio-wrapper.begreen-col-md-4 .portfolio-item.landscape {
  width: 50%;
}
.portfolio-wrapper.begreen-col-md-4 .portfolio-item.small_squared {
  width: 20%;
}
.portfolio-wrapper.begreen-col-md-4 .portfolio-item.big_squared {
  width: 50%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .portfolio-wrapper.begreen-col-md-4 .portfolio-item {
    width: 50%;
  }
}
.portfolio-wrapper.begreen-col-md-5 .portfolio-item {
  width: 20%;
}
.portfolio-wrapper.begreen-col-md-5 .portfolio-item.portrait {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.begreen-col-md-5 .portfolio-item.portrait {
    width: 50%;
  }
}
.portfolio-wrapper.begreen-col-md-5 .portfolio-item.landscape {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.begreen-col-md-5 .portfolio-item.landscape {
    width: 50%;
  }
}
.portfolio-wrapper.begreen-col-md-5 .portfolio-item.small_squared {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.begreen-col-md-5 .portfolio-item.small_squared {
    width: 50%;
  }
}
.portfolio-wrapper.begreen-col-md-5 .portfolio-item.big_squared {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.begreen-col-md-5 .portfolio-item.big_squared {
    width: 50%;
  }
}
.portfolio-wrapper.begreen-col-md-6 .portfolio-item {
  width: 16.6666667%;
}
.portfolio-wrapper.begreen-col-md-6 .portfolio-item.portrait {
  width: 16.6666667%;
}
.portfolio-wrapper.begreen-col-md-6 .portfolio-item.landscape {
  width: 33.3333333%;
}
.portfolio-wrapper.begreen-col-md-6 .portfolio-item.small_squared {
  width: 16.6666667%;
}
.portfolio-wrapper.begreen-col-md-6 .portfolio-item.big_squared {
  width: 33.3333333%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper .portfolio-item {
    width: 50% !important;
    height: auto !important;
  }
  .portfolio-wrapper .portfolio-item img {
    height: auto !important;
  }
}
@media screen and (max-width: 479px) {
  .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 #eeeeee;
  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: var(--text_color);
  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: var(--primary_color);
}
.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: var(--text_color);
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-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: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%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  opacity: 0;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.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);
  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);
  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.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_4 .entry-thumbnail-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  display: inline-block;
}
.portfolio-wrapper .portfolio-item .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-hover-wrapper .entry-hover-inner i {
  font-size: 24px;
  z-index: 1;
}
.portfolio-wrapper .portfolio-item .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  position: relative;
  width: 100%;
  font-size: 22px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: 600;
}
.portfolio-wrapper .portfolio-item.hover-dir .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  border: 8px solid var(--primary_color_fade_90);
  background-color: rgba(255, 255, 255, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover {
  background-color: var(--secondary_color_fade_90);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-hover-inner i {
  color: #fff;
  border-color: #fff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-hover-inner .title {
  color: #fff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-hover-inner span {
  color: #fff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover {
  background: -o-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-hover-inner i {
  color: #fff;
  border-color: #fff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-hover-inner .title {
  color: #fff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-hover-inner span {
  color: #fff;
}
.portfolio-wrapper .portfolio-item.hover-dir .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: rgba(255, 255, 255, 0.9);
}
.portfolio-full.detail-01 .portfolio-top {
  margin-top: 100px;
  text-align: center;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 img {
  width: 100%;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  line-height: 1;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div:hover {
  color: var(--primary_color);
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div.owl-next {
  right: 30px;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div.owl-prev {
  left: 30px;
}
.portfolio-full.detail-01 .paging-wrap {
  margin-top: 15px;
}
.portfolio-full.detail-01 .paging-wrap .container .row {
  margin: 0;
}
.portfolio-full.detail-01 .paging-wrap .container .row:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  padding: 7px 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div:hover {
  background-color: var(--primary_color);
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div.owl-next {
  right: 0;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div.owl-prev {
  left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap {
  padding-top: 30px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-title-wrap h2 {
  position: relative;
  padding-bottom: 15px;
  margin-top: 15px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-title-wrap h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: var(--primary_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box:first-child h6 {
  margin-top: 20px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box h6 {
  margin-top: 20px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box div {
  line-height: 1.4;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-tag span:hover {
  background: var(--primary_color);
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #eeeeee;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li a {
  display: block;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li a i {
  line-height: 38px;
  width: 40px;
  text-align: center;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
  margin-right: 0;
}
.portfolio-full.detail-02 .container {
  margin-top: 100px;
  text-align: center;
}
.portfolio-full.detail-02 .container .col-md-6 .post-slideshow .item {
  margin-bottom: 30px;
}
.portfolio-full.detail-02 .container .col-md-6 .post-slideshow .item img {
  width: 100%;
}
.portfolio-full.detail-02 .col-md-6 {
  text-align: left;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info h2 {
  margin-top: 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: var(--primary_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box h6 {
  margin-top: 20px;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box div {
  line-height: 1.4;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: var(--primary_color);
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #eeeeee;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  display: block;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
  line-height: 38px;
  width: 40px;
  text-align: center;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
  margin-right: 0;
}
.portfolio-full.detail-03 .container {
  margin-top: 100px;
  text-align: center;
}
.portfolio-full.detail-03 .container .col-md-8 img {
  width: 100%;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  line-height: 1;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div:hover {
  color: var(--primary_color);
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div.owl-next {
  right: 30px;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div.owl-prev {
  left: 30px;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap {
  margin-top: 15px;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container {
  margin-top: 0;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row {
  margin: 0;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  padding: 7px 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div:hover {
  background-color: var(--primary_color);
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div.owl-next {
  right: 0;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div.owl-prev {
  left: 0;
}
.portfolio-full.detail-03 .col-md-4 {
  text-align: left;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info h2 {
  margin-top: 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: var(--primary_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box h6 {
  margin-top: 20px;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box div {
  line-height: 1.4;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: var(--primary_color);
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #eeeeee;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  display: block;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
  line-height: 38px;
  width: 40px;
  text-align: center;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
  margin-right: 0;
}
.portfolio-full.detail-04 .container {
  margin-top: 100px;
  text-align: center;
}
.portfolio-full.detail-04 .container .col-md-8 img {
  width: 100%;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item-inner {
  position: relative;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item-inner .grid-image-hover {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  background-color: rgba(255, 255, 255, 0.9);
  -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.detail-04 .container .col-md-8 .post-grid .col-md-6 .item-inner .grid-image-hover i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-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.detail-04 .container .col-md-8 .post-grid .col-md-6 .item-inner .grid-image-hover i:hover {
  color: var(--primary_color);
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item-inner:hover .grid-image-hover {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-full.detail-04 .col-md-4 {
  text-align: left;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info h2 {
  margin-top: 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: var(--primary_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box h6 {
  margin-top: 20px;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box div {
  line-height: 1.4;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: var(--primary_color);
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #eeeeee;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  display: block;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
  line-height: 38px;
  width: 40px;
  text-align: center;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
  margin-right: 0;
}
.portfolio-full.detail-05 .container {
  margin-top: 100px;
}
.portfolio-full.detail-05 .container .col-md-12 img {
  width: 100%;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item-inner {
  position: relative;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item-inner .grid-image-hover {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  background-color: rgba(255, 255, 255, 0.9);
  -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.detail-05 .container .col-md-12 .post-grid .col-md-4 .item-inner .grid-image-hover i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-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.detail-05 .container .col-md-12 .post-grid .col-md-4 .item-inner .grid-image-hover i:hover {
  color: var(--primary_color);
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item-inner:hover .grid-image-hover {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-full.detail-05 .container.portfolio-content-wrap {
  margin-top: 50px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 {
  text-align: left;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 .portfolio-info h2 {
  color: var(--text_color);
  margin-top: 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 .portfolio-info h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: var(--primary_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box:first-child h6 {
  margin-top: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box h6 {
  margin-top: 20px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box div {
  line-height: 1.4;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: var(--primary_color);
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #eeeeee;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  display: block;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
  line-height: 38px;
  width: 40px;
  text-align: center;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
  margin-right: 0;
}
.portfolio-related-wrap .heading-wrap .post-navigation {
  margin-top: 80px;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links .nav-previous .post-navigation-content,
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links .nav-next .post-navigation-content {
  display: none;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links a div i {
  color: var(--text_color);
  top: 0;
  margin-top: 0;
  text-align: center;
  height: 50px;
  width: 60px;
  line-height: 50px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links a div:hover i {
  color: var(--primary_color);
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links > i {
  color: var(--text_color);
  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-align: center;
  color: var(--text_color);
  font-size: 36px;
  margin-top: 50px;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon {
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon i {
  font-size: 12px;
  color: #6fd9ec;
  height: 30px;
  width: 30px;
  background-color: #fff;
  line-height: 30px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon:before {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.portfolio-related-wrap .portfolio-related {
  margin-top: 60px;
  margin-bottom: 90px;
  position: relative;
}
.portfolio-related-wrap .portfolio-related.portfolio-wrapper .portfolio-item {
  width: 100% !important;
  padding: 0 15px;
}
.portfolio-related-wrap .portfolio-related .owl-nav div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 0;
  height: 44px;
  width: 44px;
  padding: 0;
  background-color: rgba(128, 128, 128, 0.5);
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-related-wrap .portfolio-related .owl-nav div i {
  font-size: 24px;
  color: #fff;
  line-height: 44px;
}
.portfolio-related-wrap .portfolio-related .owl-nav div:hover {
  background-color: var(--primary_color);
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-prev {
  left: -10px;
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-next {
  right: -10px;
}
/* Icon Box Shortcode CSS */
.icon-box-shortcode-wrap.style_1 {
  position: relative;
  text-align: center;
  height: 270px;
  border: 1px solid #fafafa;
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_1:hover .polygon_bg {
  opacity: 0;
}
.icon-box-shortcode-wrap.style_1:hover .icon-box-container .icon-wrap img {
  -webkit-filter: grayscale(1) brightness(0.2);
  -moz-filter: grayscale(1) brightness(0.2);
  -o-filter: grayscale(1) brightness(0.2);
  -ms-filter: grayscale(1) brightness(0.2);
  filter: grayscale(1) brightness(0.2);
}
.icon-box-shortcode-wrap.style_1:hover .icon-box-container .icon-wrap span {
  color: var(--text_color) !important;
}
.icon-box-shortcode-wrap.style_1:hover .icon-box-container .icon-title {
  color: var(--primary_color);
}
.icon-box-shortcode-wrap.style_1:hover .icon-box-container .icon-title a {
  color: var(--primary_color) !important;
}
.icon-box-shortcode-wrap.style_1:hover .icon-box-container .icon-description {
  height: 50px;
  opacity: 1;
}
.icon-box-shortcode-wrap.style_1 .polygon_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap img {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap span:before {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-title {
  margin-top: 30px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  margin-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;
  font-size: 18px;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-title a:hover {
  color: var(--primary_color) !important;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-description {
  width: 100%;
  color: var(--text_color_fade_90);
  opacity: 0;
  height: 0;
  padding: 0 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-description p {
  text-align: center;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_1 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_2 {
  position: relative;
  text-align: center;
  height: 120px;
}
.icon-box-shortcode-wrap.style_2:hover .icon-box-container .icon-wrap .icon-main {
  background-color: var(--primary_color);
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap {
  cursor: pointer;
  width: 20%;
  float: left;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap .icon-main {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  line-height: 68px;
  background-color: var(--heading_color);
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap .icon-main span {
  line-height: 68px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap .icon-main span:before {
  font-size: 36px;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap .icon-main {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap {
    width: 100%;
    float: none;
  }
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content {
  width: 80%;
  float: right;
  text-align: left;
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
  color: var(--heading_color);
  margin: 0;
  margin-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;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title a {
  color: var(--heading_color);
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title a:hover {
  color: var(--primary_color) !important;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title:hover {
  color: var(--primary_color);
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
    margin-top: 20px;
  }
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 85%;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description p {
  text-align: center;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content {
    padding-left: 30px;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 {
    height: auto;
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_3 {
  position: relative;
  text-align: center;
}
.icon-box-shortcode-wrap.style_3:hover .icon-box-container .icon-wrap .icon-main img,
.icon-box-shortcode-wrap.style_3:hover .icon-box-container .icon-wrap .icon-main span {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container {
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap {
  cursor: pointer;
  width: 20%;
  float: left;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap .icon-main {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  line-height: 68px;
  background-color: var(--primary_color);
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap .icon-main span {
  line-height: 68px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap .icon-main span:before {
  font-size: 36px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) and (min-width: 768px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap .icon-main {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap .icon-main {
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap {
    width: 100%;
    float: none;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap {
    width: 100%;
    float: none;
  }
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content {
  width: 80%;
  margin-left: 20%;
  text-align: left;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 30px;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
  margin: 0;
  padding-top: 20px;
  padding-left: 5%;
  margin-bottom: 15px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
    padding-left: 0;
  }
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title:hover {
  color: var(--primary_color);
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-description {
  color: var(--text_color_fade_90);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 95%;
  padding-left: 5%;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-description p {
  text-align: center;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-description {
    padding-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_4 {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_4:hover .icon-box-container .icon-wrap .icon-main {
  background-color: var(--primary_color) !important;
}
.icon-box-shortcode-wrap.style_4:hover .icon-box-container .icon-wrap .icon-main:before {
  -webkit-animation: sonarEffect 1s ease-out 75ms infinite;
  animation: sonarEffect 1s ease-out 75ms infinite;
  -webkit-animation-direction: alternate;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap {
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap .icon-main {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  line-height: 100px;
  margin: 0 auto;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap .icon-main span {
  line-height: 100px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap .icon-main span:before {
  font-size: 36px;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap .icon-main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-title {
  margin-top: 30px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: var(--heading_color);
  font-weight: 600;
  margin-bottom: 0px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 18px;
  padding-bottom: 20px;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-title a {
  color: var(--heading_color);
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-title a:hover {
  color: var(--primary_color);
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-title:before {
  content: '';
  background-color: var(--text_color_fade_30);
  position: absolute;
  width: 67px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-description {
  margin-top: 15px;
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-description p {
  text-align: center;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_4 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_5 {
  position: relative;
  text-align: center;
  height: 240px;
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_5:hover .polygon_bg {
  opacity: 0;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-wrap img {
  -webkit-filter: grayscale(1) brightness(2);
  -moz-filter: grayscale(1) brightness(2);
  -o-filter: grayscale(1) brightness(2);
  -ms-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-wrap span {
  color: #fff !important;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-title {
  color: var(--primary_color);
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-title a {
  color: var(--primary_color) !important;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-description {
  height: 50px;
  opacity: 1;
}
.icon-box-shortcode-wrap.style_5 .polygon_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap img {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap span:before {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title {
  margin-top: 30px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: var(--primary_color);
  font-weight: 600;
  margin-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;
  font-size: 18px;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title a {
  color: var(--primary_color);
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title a:hover {
  color: var(--primary_color) !important;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-description {
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  height: 0;
  padding: 0 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-description p {
  text-align: center;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_5 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_6 {
  position: relative;
  text-align: center;
}
.icon-box-shortcode-wrap.style_6:hover .icon-box-container .icon-wrap .icon-main img,
.icon-box-shortcode-wrap.style_6:hover .icon-box-container .icon-wrap .icon-main span {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap {
  cursor: pointer;
  width: 30%;
  float: left;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap .icon-main {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: var(--primary_color);
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap .icon-main span {
  line-height: 70px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap .icon-main span:before {
  font-size: 36px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap .icon-main {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap {
    width: 100%;
    float: none;
  }
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content {
  width: 70%;
  margin-left: 30%;
  text-align: left;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 20px;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--text_color);
  margin: 0;
  padding-top: 25px;
  padding-left: 5%;
  margin-bottom: 15px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title a {
  color: var(--text_color);
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title a:hover {
  color: var(--primary_color) !important;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title {
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title {
    padding-left: 0;
  }
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title:hover {
  color: var(--primary_color);
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-description {
  margin-top: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  text-align: left;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-description {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_7 {
  position: relative;
  text-align: center;
  height: 270px;
  border: 1px solid #fafafa;
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_7:hover:before {
  opacity: 1;
}
.icon-box-shortcode-wrap.style_7:hover .polygon_bg {
  opacity: 0;
}
.icon-box-shortcode-wrap.style_7:hover .icon-box-container .icon-wrap img {
  -webkit-filter: grayscale(1) brightness(2);
  -moz-filter: grayscale(1) brightness(2);
  -o-filter: grayscale(1) brightness(2);
  -ms-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}
.icon-box-shortcode-wrap.style_7:hover .icon-box-container .icon-wrap span {
  color: var(--text_color) !important;
}
.icon-box-shortcode-wrap.style_7:hover .icon-box-container .icon-title {
  color: var(--primary_color);
}
.icon-box-shortcode-wrap.style_7:hover .icon-box-container .icon-title a {
  color: var(--primary_color) !important;
}
.icon-box-shortcode-wrap.style_7:hover .icon-box-container .icon-description {
  height: 50px;
  opacity: 1;
}
.icon-box-shortcode-wrap.style_7:before {
  content: '';
  background-color: var(--text_color);
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_7 .polygon_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-wrap {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-wrap img {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-wrap span:before {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-title {
  margin-top: 30px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  margin-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;
  font-size: 18px;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-title a {
  color: var(--text_color);
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-title a:hover {
  color: var(--primary_color) !important;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-description {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  height: 0;
  padding: 0 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-description p {
  text-align: center;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_7 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_8 {
  position: relative;
  text-align: center;
}
.icon-box-shortcode-wrap.style_8:hover .icon-box-container .icon-wrap .icon-main {
  background-color: var(--text_color);
}
.icon-box-shortcode-wrap.style_8:hover .icon-box-container .icon-wrap .icon-main img,
.icon-box-shortcode-wrap.style_8:hover .icon-box-container .icon-wrap .icon-main span {
  -webkit-animation: toRightFromLeft 0.5s forwards;
  animation: toRightFromLeft 0.5s forwards;
}
.icon-box-shortcode-wrap.style_8:hover .icon-box-container .icon-wrap .icon-main img {
  -webkit-filter: grayscale(1) brightness(10);
  -moz-filter: grayscale(1) brightness(10);
  -o-filter: grayscale(1) brightness(10);
  -ms-filter: grayscale(1) brightness(10);
  filter: grayscale(1) brightness(10);
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap {
  cursor: pointer;
  width: 20%;
  float: left;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap .icon-main {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  line-height: 68px;
  background-color: #fff;
  overflow: hidden;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap .icon-main span {
  line-height: 68px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap .icon-main span:before {
  font-size: 36px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap .icon-main {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap {
    width: 100%;
    float: none;
  }
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content {
  width: 80%;
  margin-left: 20%;
  text-align: left;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 30px;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title {
  margin: 0;
  padding-top: 10px;
  padding-left: 5%;
  margin-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;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title a:hover {
  color: #fff !important;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title {
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title {
    padding-left: 0;
  }
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title:hover {
  color: #fff;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-description {
  color: var(--text_color_fade_90);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 95%;
  padding-left: 5%;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-description p {
  text-align: center;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-description {
    padding-left: 0;
  }
}
@media (max-width: 1500px) and (min-width: 992px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content {
    margin-left: 30%;
  }
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 {
    margin: 15px 0;
  }
}
.yolo-teammember.teammember-carousel:hover .owl-nav .owl-next,
.yolo-teammember.teammember-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}
.yolo-teammember.teammember-carousel .teammember-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item {
  background-color: #fff;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover {
  background-color: #fafafa;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-image {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-image img {
  width: 100%;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile {
  height: 25px;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile li a i {
  font-size: 16px;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content {
  cursor: pointer;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-image {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta {
  position: relative;
  text-align: center;
  height: 95px;
  border-right: 1px solid #eeeeee;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-meta-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
  color: var(--heading_color);
  font-family: var(--secondary_font);
  font-weight: var(--secondary_font_weight);
  font-size: 18px;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title:hover {
  color: var(--primary_color);
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  margin-bottom: 0px;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 0;
  height: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li {
  font-size: 16px;
  display: inline;
  margin-right: 10px;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a {
  color: var(--heading_color);
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a:hover {
  color: var(--primary_color);
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a i {
  font-size: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-carousel .owl-nav {
  color: #222222;
}
.yolo-teammember.teammember-carousel .owl-nav:hover {
  cursor: pointer;
}
.yolo-teammember.teammember-carousel .owl-nav .owl-prev,
.yolo-teammember.teammember-carousel .owl-nav .owl-next {
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-teammember.teammember-carousel .owl-nav .owl-prev i,
.yolo-teammember.teammember-carousel .owl-nav .owl-next i {
  padding: 15px;
  background: #fff;
}
.yolo-teammember.teammember-carousel .owl-nav .owl-prev:hover i,
.yolo-teammember.teammember-carousel .owl-nav .owl-next:hover i {
  color: var(--primary_color);
}
.yolo-teammember.teammember-carousel .owl-next {
  right: 0;
}
.yolo-teammember.teammember-carousel .owl-prev {
  left: 0;
}
.yolo-teammember.teammember-carousel .columns-2 {
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-carousel .columns-2 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-carousel .columns-2 {
    width: 100%;
  }
}
.yolo-teammember.teammember-carousel .columns-3 {
  width: 33.33333333%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-carousel .columns-3 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-carousel .columns-3 {
    width: 100%;
  }
}
.yolo-teammember.teammember-carousel .columns-4 {
  width: 25%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-carousel .columns-4 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-carousel .columns-4 {
    width: 100%;
  }
}
.yolo-teammember.teammember-carousel .columns-5 {
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-carousel .columns-5 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-carousel .columns-5 {
    width: 100%;
  }
}
.yolo-teammember.style_2 {
  position: relative;
}
.yolo-teammember.style_2 .teammember-list .teammember-item {
  padding: 0 15px;
  margin: 15px 0;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-image {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-image img {
  width: 100%;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-meta {
  border-right: none;
  height: 115px;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  font-style: italic;
  margin: 5px 0;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile {
  height: auto;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile li a i {
  font-size: 16px;
}
.yolo-teammember.style_2 .teammember-list .teammember-item:hover {
  background-color: transparent;
}
.yolo-teammember.style_2 .teammember-list .teammember-item:hover .teammember-content {
  -webkit-box-shadow: 0 0 7px 2px var(--text_color_fade_30);
  box-shadow: 0 0 7px 2px var(--text_color_fade_30);
}
.yolo-teammember.style_2 .teammember-list .teammember-item:hover .teammember-content .teammember-image {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.yolo-teammember.style_2 .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile {
  height: auto;
}
.yolo-teammember.style_2 .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile li a i {
  font-size: 16px;
}
.yolo-teammember.style_3:hover .teammember-control .teammember-nav {
  opacity: 1;
}
.yolo-teammember.style_3 .teammember-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-teammember.style_3 .teammember-list .center .teammember-item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.yolo-teammember.style_3 .teammember-list .center .teammember-item .teammember-content .teammember-image {
  opacity: 1;
}
.yolo-teammember.style_3 .teammember-list .center .teammember-item .teammember-content .teammember-image img {
  width: 100%;
}
.yolo-teammember.style_3 .teammember-list .center .teammember-item .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile {
  display: block;
}
.yolo-teammember.style_3 .teammember-list .teammember-item {
  padding: 0 15px;
  margin: 15px 0;
  background-color: transparent;
}
.yolo-teammember.style_3 .teammember-list .teammember-item:hover {
  background-color: transparent;
}
.yolo-teammember.style_3 .teammember-list .teammember-item:hover .teammember-content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.yolo-teammember.style_3 .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile {
  height: auto;
}
.yolo-teammember.style_3 .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile li a i {
  font-size: 24px;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content {
  cursor: pointer;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-image {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta {
  position: relative;
  text-align: center;
  height: auto;
  border-right: none;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-meta-inner {
  position: relative;
  width: 100%;
  top: 0%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
  margin-top: 15px;
  color: var(--heading_color);
  font-family: var(--secondary_font);
  font-weight: var(--secondary_font_weight);
  font-size: 24px;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title:hover {
  color: var(--primary_color);
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  font-size: 15px;
  margin-bottom: 5px;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile {
  display: none;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 0;
  height: auto;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li {
  font-size: 16px;
  display: inline;
  margin-right: 10px;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a {
  color: var(--text_color);
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a:hover {
  color: var(--primary_color);
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a i {
  font-size: 24px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.style_3 .teammember-control {
  color: #222222;
}
.yolo-teammember.style_3 .teammember-control:hover {
  cursor: pointer;
}
.yolo-teammember.style_3 .teammember-control .teammember-nav {
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-teammember.style_3 .teammember-control .teammember-nav i {
  padding: 15px;
  background: #fff;
}
.yolo-teammember.style_3 .teammember-control .teammember-nav.nav_next {
  right: 0;
}
.yolo-teammember.style_3 .teammember-control .teammember-nav.nav_prev {
  left: 0;
}
.yolo-teammember.style_3 .teammember-control .teammember-nav:hover i {
  color: var(--primary_color);
}
.yolo-team-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../images/3.GIF);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 99999 !important;
}
.yolo-team-fix.db {
  display: block;
}
.yolo-team-fix.bk-noimage {
  background-image: none;
}
.yolo-team-fix .yolo-team-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
@media (max-width: 767px) {
  .yolo-team-fix .yolo-team-wrap {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 10px;
    right: 10px;
  }
}
.yolo-team-content {
  background: #fff;
  top: 10%;
  bottom: 10%;
  right: 10%;
  left: 10%;
  height: auto;
  position: relative;
  padding: 50px 20px 40px 0;
  overflow-y: scroll;
}
.yolo-team-content .team-left .teammember-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .yolo-team-content {
    width: 100%;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
@media (max-width: 480px) {
  .yolo-team-content {
    padding: 0;
    height: 300px;
  }
  .yolo-team-content .team-right {
    padding-top: 10px;
    width: 100% !important;
  }
  .yolo-team-content .team-left {
    padding-top: 20px;
    width: 100% !important;
  }
  .yolo-team-content .team-left .yolo-team-image {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .yolo-team-content {
    padding: 0;
    height: 300px;
    overflow-y: scroll;
  }
  .yolo-team-content .team-right {
    padding-top: 10px;
    width: 100% !important;
  }
  .yolo-team-content .team-right .team-certificates {
    display: none;
  }
  .yolo-team-content .team-left {
    padding-top: 20px;
    width: 100% !important;
  }
  .yolo-team-content .team-left .yolo-team-image {
    width: 60%;
    margin: 0 auto;
  }
}
.yolo-team-content .team-remove {
  width: 40px;
  height: 40px;
  background: #eeeff0;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--text_color);
  border: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 480px) {
  .yolo-team-content .team-remove {
    margin-top: -40px;
    position: fixed;
  }
}
.yolo-team-content .team-remove:hover {
  background: #000;
  color: #fff;
}
.yolo-team-content .team-left {
  width: 40%;
  float: left;
  text-align: center;
}
.yolo-team-content .team-left h4 {
  font-size: 24px;
  margin: 22px 10px 8px;
  padding: 0;
  color: var(--primary_color);
}
.yolo-team-content .team-left .team_position {
  display: block;
}
.yolo-team-content .team-right {
  width: 60%;
  float: left;
  padding-left: 30px;
}
.yolo-team-content .team-right .team-title {
  font-size: 24px;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}
.yolo-team-content .team-right .team-title:before {
  width: 4px;
  height: 4px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.yolo-team-content .team-right .team-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yolo-team-content .team-right .team-contact ul li {
  line-height: 28px;
}
.yolo-team-content .team-right .team-contact ul li i {
  color: var(--primary_color);
  padding-right: 17px;
}
.yolo-team-content .team-right .team-contact .team_socials a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 13px;
  color: var(--text_color);
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.yolo-team-content .team-right .team-contact .team_socials a:hover {
  color: var(--primary_color);
}
.yolo-team-content .team-specialty {
  margin-top: 20px;
}
.yolo-team-content .team-specialty .team-specialty-attr {
  margin-top: 13px;
}
.yolo-team-content .team-specialty .team-specialty-attr ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50%;
}
.yolo-team-content .team-specialty .team-specialty-attr ul li {
  line-height: 36px;
  position: relative;
  padding: 0 0 0 14px;
}
.yolo-team-content .team-specialty .team-specialty-attr ul li:before {
  width: 4px;
  height: 4px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: var(--text_color);
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.yolo-team-content .team-certificates {
  margin-top: 20px;
  color: var(--text_color);
}
.teamember-bu2 {
  height: 300px;
}
@media (max-width: 1500px) {
  .teamember-bu2 {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .teamember-bu2 {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .teamember-bu2 {
    height: 190px;
  }
}
@media (max-width: 480px) {
  .teamember-bu2 {
    height: 160px;
  }
}
/* TESTIMONIAL */
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro .sp-mask.sp-grab,
  .yolo-testimonial.slider-pro .sp-grabbing {
    height: 550px !important;
  }
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide {
  padding: 75px;
  background-color: #f6f6f6;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content {
  padding-left: 50px;
  position: relative;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content p {
  color: var(--text_color_lighten_20);
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content hr {
  width: 60px;
  position: absolute;
  left: 0;
  margin-left: 50px;
  border-top: 1px solid var(--text_color_lighten_50);
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 1.3;
  color: var(--primary_color);
}
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content {
    padding-top: 45px;
    padding-left: 0;
  }
  .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info {
  padding-left: 50px;
  margin-top: 65px;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info img {
  width: 60px;
  float: left;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta {
  margin-left: 80px;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta p {
  color: var(--text_color_lighten_20);
  margin: 0;
}
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide {
    height: 550px !important;
  }
}
.yolo-testimonial.slider-pro .sp-selected-thumbnail:before {
  display: none;
  border-color: var(--primary_color) !important;
}
.yolo-testimonial.slider-pro .sp-selected-thumbnail:after {
  display: none;
  border-right-color: var(--primary_color) !important;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail {
  width: 100%;
  height: 100%;
  left: 28px;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .sp-thumbnail-inner {
  position: relative;
  background-size: cover!important;
  width: 100%;
  height: 100%;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info img {
  width: 90px;
  float: left;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta {
  z-index: 2;
  margin-left: 120px;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-top: 0;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta p {
  margin: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: var(--text_color_lighten_20);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay:before {
  content: '';
  right: -64%;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-30deg) skewY(0);
  -ms-transform: skewX(-30deg) skewY(0);
  transform: skewX(-30deg) skewY(0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay i {
  position: absolute;
  left: 65%;
  top: 50%;
  -webkit-transform: translate(-65%, -50%);
      -ms-transform: translate(-65%, -50%);
          transform: translate(-65%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay i:before {
  font-size: 18px;
  color: white;
  height: 50px;
  width: 50px;
  background-color: var(--primary_color);
  display: block;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-overlay:before {
  right: 0%;
  -webkit-transform: skewX(0) skewY(0);
  -ms-transform: skewX(0) skewY(0);
  transform: skewX(0) skewY(0);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-overlay i {
  left: 75%;
  -webkit-transform: translate(-75%, -50%);
      -ms-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-info .testimonial-meta h3 {
  color: #fff;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-info .testimonial-meta p {
  color: #fff;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container {
  margin-top: 8px;
  margin-bottom: 8px;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-overlay:before {
  right: 0%;
  -webkit-transform: skewX(0) skewY(0);
  -ms-transform: skewX(0) skewY(0);
  transform: skewX(0) skewY(0);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-overlay i {
  left: 75%;
  -webkit-transform: translate(-75%, -50%);
      -ms-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-info .testimonial-meta h3 {
  color: #fff;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-info .testimonial-meta p {
  color: #fff;
}
@media (max-width: 1199px) {
  .yolo-testimonial.slider-pro .sp-thumbnails {
    display: none;
  }
}
.yolo-testimonial.slider-pro .testimonial-control {
  position: absolute;
  height: 40px;
  width: 90px;
  bottom: 55px;
  left: 100px;
  z-index: 1;
}
.yolo-testimonial.slider-pro .testimonial-control .nav_prev,
.yolo-testimonial.slider-pro .testimonial-control .nav_next {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.slider-pro .testimonial-control .nav_prev:hover,
.yolo-testimonial.slider-pro .testimonial-control .nav_next:hover {
  color: var(--primary_color);
}
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro .testimonial-control {
    bottom: 10px;
  }
}
.yolo-testimonial.slider-pro-2 {
  position: relative;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top {
  padding: 10px;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay {
  background: #fff;
  height: 450px;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
  margin: 0;
  padding-top: 115px;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-image {
  text-align: center;
}
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-image {
    display: none;
  }
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content {
  position: relative;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content .testimonial-meta h3 {
  text-transform: uppercase;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content .testimonial-meta span:first-child {
  text-transform: uppercase;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content:before {
  content: "\f10d";
  position: absolute;
  left: 50%;
  top: -75px;
  font-size: 30px;
  font-family: fontawesome;
  opacity: 0.3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
    padding-top: 20px;
  }
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-bottom .testimonial-meta {
  margin: 50px 0;
}
.yolo-testimonial.slider-pro-2 .sp-bottom-thumbnails.sp-has-pointer .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  border-color: var(--primary_color);
}
.yolo-testimonial.slider-pro-2 .sp-bottom-thumbnails.sp-has-pointer .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  border-bottom-color: var(--primary_color);
}
.yolo-testimonial.slider-pro-2 .testimonial-control {
  display: none;
  top: -70px;
  z-index: 10;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #222222;
}
.yolo-testimonial.slider-pro-2 .testimonial-control:hover {
  cursor: pointer;
}
.yolo-testimonial.slider-pro-2 .testimonial-control .testimonial-nav {
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.slider-pro-2 .testimonial-control .testimonial-nav i {
  padding: 15px;
  background: #ffffff;
}
.yolo-testimonial.testimonial-carousel {
  text-align: left;
  position: relative;
}
.yolo-testimonial.testimonial-carousel .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item {
  background-color: #fff;
  padding: 70px;
  margin: 50px 0;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .icon {
  width: 10%;
  float: left;
  position: relative;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .icon i {
  font-size: 72px;
  color: var(--primary_color);
}
@media (max-width: 991px) and (min-width: 768px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .icon {
    position: absolute;
    top: 30px;
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .icon {
    position: absolute;
    top: 30px;
    opacity: 0.4;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .icon {
    position: absolute;
    top: 30px;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content {
  position: relative;
  margin-bottom: 0;
  width: 60%;
  padding-right: 30px;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .text-content {
  line-height: 1.6;
  position: relative;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .text-content:before {
  content: '';
  position: absolute;
  height: 60px;
  width: 4px;
  background-color: var(--text_color);
  left: 15%;
  top: 0;
}
@media (max-width: 991px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .text-content:before {
    display: none;
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-title {
  text-align: right;
  color: var(--heading_color);
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-position {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-position {
    text-align: center;
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-special {
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-image {
  width: 35%;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) and (min-width: 768px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-image {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-image {
    width: 25%;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
  }
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-image img {
    border-radius: 100%;
    border: 5px solid var(--primary_color);
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-image {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item {
    padding: 70px 40px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item {
    padding: 70px 20px;
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .owl-dots {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yolo-testimonial.testimonial-carousel .testimonial-list .owl-dots .owl-dot {
  margin: 6px 0;
  height: 12px;
  width: 12px;
  background-color: #f1f1f1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .owl-dots .owl-dot.active,
.yolo-testimonial.testimonial-carousel .testimonial-list .owl-dots .owl-dot:hover {
  background-color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel .testimonial-control {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--text_color);
}
.yolo-testimonial.testimonial-carousel .testimonial-control:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel .testimonial-control .testimonial-nav {
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel .testimonial-control .testimonial-nav i {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 15px;
  background: #fff;
}
.yolo-testimonial.testimonial-carousel-2 {
  text-align: center;
  padding: 0px 100px;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-2:hover .owl-nav .owl-prev,
.yolo-testimonial.testimonial-carousel-2:hover .owl-nav .owl-next {
  opacity: 1;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-image {
  position: relative;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-image i {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 72px;
  z-index: 1;
  color: var(--primary_color);
  text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -moz-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -webkit-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -ms-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -o-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-image img {
  border-radius: 100%;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item p {
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 80%;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-title {
  color: var(--heading_color);
  font-size: 30px;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 10px;
  margin-top: 0;
  color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-2 .owl-nav:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-2 .owl-nav .owl-prev,
.yolo-testimonial.testimonial-carousel-2 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: var(--text_color);
  opacity: 0;
  margin: 0 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-2 .owl-nav .owl-prev:hover i,
.yolo-testimonial.testimonial-carousel-2 .owl-nav .owl-next:hover i {
  color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-2 .owl-nav .owl-prev i,
.yolo-testimonial.testimonial-carousel-2 .owl-nav .owl-next i {
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-2 .owl-nav .owl-next {
  right: 20px;
}
.yolo-testimonial.testimonial-carousel-2 .owl-nav .owl-prev {
  left: 20px;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-2 .owl-nav .owl-next {
    right: -20px;
  }
  .yolo-testimonial.testimonial-carousel-2 .owl-nav .owl-prev {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .yolo-testimonial.testimonial-carousel-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.yolo-testimonial.testimonial-carousel-3 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-3:hover .owl-nav .owl-prev,
.yolo-testimonial.testimonial-carousel-3:hover .owl-nav .owl-next {
  opacity: 1;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-image {
  position: relative;
  height: 225px;
  width: 225px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-image img {
  border-radius: 100%;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item p {
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 80%;
  margin-top: 30px;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-title {
  position: relative;
  margin-top: 20px;
  color: var(--heading_color);
  font-family: var(--secondary_font);
  font-weight: var(--secondary_font_weight);
  font-size: 24px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-title:before {
  content: '.';
  padding-right: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-title:after {
  content: '.';
  padding-left: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-title:hover {
  color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  font-size: 14px;
  padding-bottom: 10px;
  margin-top: 0;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #f1f1f1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .owl-dots .owl-dot.active,
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .owl-dots .owl-dot:hover {
  background-color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-prev,
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: var(--text_color);
  opacity: 0;
  margin: 0 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-prev:hover i,
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-next:hover i {
  color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-prev i,
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-next i {
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-next {
  right: 20px;
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-prev {
  left: 20px;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-next {
    right: -20px;
  }
  .yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-prev {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .yolo-testimonial.testimonial-carousel-3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.yolo-testimonial.testimonial-carousel-4 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-4:hover .owl-nav .owl-prev,
.yolo-testimonial.testimonial-carousel-4:hover .owl-nav .owl-next {
  opacity: 1;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-image {
  position: relative;
  height: 225px;
  width: 225px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-image img {
  border-radius: 100%;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-image i {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 72px;
  z-index: 1;
  color: #fff;
  text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -moz-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -webkit-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -ms-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -o-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-image {
    margin-top: 20px;
    height: 180px;
    width: 180px;
  }
  .yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-image i {
    font-size: 60px;
  }
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item p {
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 80%;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 30px;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-title {
  color: var(--heading_color);
  font-family: var(--secondary_font);
  font-weight: var(--secondary_font_weight);
  position: relative;
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-title:before {
  content: '.';
  padding-right: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-title:after {
  content: '.';
  padding-left: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-title:hover {
  color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  font-size: 14px;
  padding-bottom: 10px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.5);
}
.yolo-testimonial.testimonial-carousel-4 .owl-nav:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-4 .owl-nav .owl-prev,
.yolo-testimonial.testimonial-carousel-4 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: var(--text_color);
  opacity: 0;
  margin: 0 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-4 .owl-nav .owl-prev:hover i,
.yolo-testimonial.testimonial-carousel-4 .owl-nav .owl-next:hover i {
  color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-4 .owl-nav .owl-prev i,
.yolo-testimonial.testimonial-carousel-4 .owl-nav .owl-next i {
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-4 .owl-nav .owl-next {
  right: 20px;
}
.yolo-testimonial.testimonial-carousel-4 .owl-nav .owl-prev {
  left: 20px;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-4 .owl-nav .owl-next {
    right: -20px;
  }
  .yolo-testimonial.testimonial-carousel-4 .owl-nav .owl-prev {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .yolo-testimonial.testimonial-carousel-4 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.yolo-testimonial.testimonial-carousel-5 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-5:hover .owl-nav .owl-prev,
.yolo-testimonial.testimonial-carousel-5:hover .owl-nav .owl-next {
  opacity: 1;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-image {
  position: relative;
  height: 140px;
  width: 140px;
  border-radius: 100%;
  margin: 0 auto;
  padding: 7px;
  margin-top: 10px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-image img {
  border-radius: 100%;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item p {
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 80%;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 20px;
  font-size: 16px;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-title {
  color: var(--heading_color);
  position: relative;
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  font-family: var(--secondary_font);
  font-weight: var(--secondary_font_weight);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-title:before {
  content: '.';
  padding-right: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-title:after {
  content: '.';
  padding-left: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-title:hover {
  color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item i {
  margin-top: 20px;
  font-size: 30px;
  color: #fff;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  font-size: 15px;
  padding-bottom: 10px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.7);
}
.yolo-testimonial.testimonial-carousel-5 .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.yolo-testimonial.testimonial-carousel-5 .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #f1f1f1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-5 .owl-dots .owl-dot.active,
.yolo-testimonial.testimonial-carousel-5 .owl-dots .owl-dot:hover {
  background-color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-5 .owl-nav:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-5 .owl-nav .owl-prev,
.yolo-testimonial.testimonial-carousel-5 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: var(--text_color);
  opacity: 0;
  margin: 0 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-5 .owl-nav .owl-prev:hover i,
.yolo-testimonial.testimonial-carousel-5 .owl-nav .owl-next:hover i {
  color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-5 .owl-nav .owl-prev i,
.yolo-testimonial.testimonial-carousel-5 .owl-nav .owl-next i {
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-5 .owl-nav .owl-next {
  right: 20px;
}
.yolo-testimonial.testimonial-carousel-5 .owl-nav .owl-prev {
  left: 20px;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-5 .owl-nav .owl-next {
    right: -20px;
  }
  .yolo-testimonial.testimonial-carousel-5 .owl-nav .owl-prev {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .yolo-testimonial.testimonial-carousel-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-5 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.yolo-testimonial.testimonial-carousel-6 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-6:hover .owl-nav .owl-prev,
.yolo-testimonial.testimonial-carousel-6:hover .owl-nav .owl-next {
  opacity: 1;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-image {
  position: relative;
  height: 125px;
  width: 125px;
  border-radius: 100%;
  margin: 0 auto;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-image img {
  border-radius: 100%;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item p {
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 66%;
  margin-top: 20px;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-title {
  position: relative;
  margin-top: 20px;
  color: var(--heading_color);
  font-size: 24px;
  font-family: var(--secondary_font);
  font-weight: var(--secondary_font_weight);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-title:before {
  content: '.';
  padding-right: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-title:after {
  content: '.';
  padding-left: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-title:hover {
  color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item i {
  margin-top: 30px;
  font-size: 40px;
  color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}
.yolo-testimonial.testimonial-carousel-6 .owl-nav:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-6 .owl-nav .owl-prev,
.yolo-testimonial.testimonial-carousel-6 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: var(--text_color);
  opacity: 0;
  margin: 0 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-6 .owl-nav .owl-prev:hover i,
.yolo-testimonial.testimonial-carousel-6 .owl-nav .owl-next:hover i {
  color: var(--primary_color);
}
.yolo-testimonial.testimonial-carousel-6 .owl-nav .owl-prev i,
.yolo-testimonial.testimonial-carousel-6 .owl-nav .owl-next i {
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-6 .owl-nav .owl-next {
  right: 20px;
}
.yolo-testimonial.testimonial-carousel-6 .owl-nav .owl-prev {
  left: 20px;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-6 .owl-nav .owl-next {
    right: -20px;
  }
  .yolo-testimonial.testimonial-carousel-6 .owl-nav .owl-prev {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .yolo-testimonial.testimonial-carousel-6 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*
* 1. PRODUCT MASONRY (GRID,...)
* 2. PRODUCT LIST
*/
/* 1. PRODUCT MASONRY */
.shortcode-product-wrap {
  position: relative;
}
.shortcode-product-wrap .product-filters ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-bottom: 25px;
}
.shortcode-product-wrap .product-filters ul.filter-center {
  text-align: center;
}
.shortcode-product-wrap .product-filters ul.filter-left {
  text-align: left;
}
.shortcode-product-wrap .product-filters ul.filter-right {
  text-align: right;
}
.shortcode-product-wrap .product-filters ul.style_1 {
  margin-bottom: 35px;
}
.shortcode-product-wrap .product-filters ul.style_1 li a {
  position: relative;
  padding: 5px;
  color: var(--text_color);
}
.shortcode-product-wrap .product-filters ul.style_1 li a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--text_color);
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-filters ul.style_1 li a:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--text_color);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.shortcode-product-wrap .product-filters ul.style_1 li a:hover,
.shortcode-product-wrap .product-filters ul.style_1 li a.selected {
  color: var(--primary_color);
}
.shortcode-product-wrap .product-filters ul.style_1 li a:hover:before,
.shortcode-product-wrap .product-filters ul.style_1 li a.selected:before,
.shortcode-product-wrap .product-filters ul.style_1 li a:hover:after,
.shortcode-product-wrap .product-filters ul.style_1 li a.selected:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: var(--primary_color);
}
.shortcode-product-wrap .product-filters ul.style_1 li.bt-order {
  font-weight: 600;
  border: 1px solid var(--text_color);
  padding: 5px 15px;
  cursor: pointer;
}
@media (max-width: 479px) {
  .shortcode-product-wrap .product-filters ul.style_1 li.bt-order {
    border: none;
    width: 100%;
  }
}
.shortcode-product-wrap .product-filters ul.style_1 li.bt-order:hover,
.shortcode-product-wrap .product-filters ul.style_1 li.bt-order.active {
  color: var(--primary_color);
  border-color: var(--primary_color);
}
.shortcode-product-wrap .product-filters ul.style_2 {
  margin-bottom: 45px;
}
.shortcode-product-wrap .product-filters ul.style_2 li a {
  color: var(--text_color);
  position: relative;
  padding: 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-filters ul.style_2 li a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--primary_color);
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-filters ul.style_2 li a:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--primary_color);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.shortcode-product-wrap .product-filters ul.style_2 li a:hover,
.shortcode-product-wrap .product-filters ul.style_2 li a.selected {
  color: var(--primary_color);
}
.shortcode-product-wrap .product-filters ul.style_2 li a:hover:before,
.shortcode-product-wrap .product-filters ul.style_2 li a.selected:before,
.shortcode-product-wrap .product-filters ul.style_2 li a:hover:after,
.shortcode-product-wrap .product-filters ul.style_2 li a.selected:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.shortcode-product-wrap .product-filters ul.style_3 {
  margin-bottom: 25px;
}
.shortcode-product-wrap .product-filters ul.style_3 li a {
  color: var(--text_color);
  position: relative;
  padding: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-filters ul.style_3 li a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: var(--primary_color);
  left: -10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.shortcode-product-wrap .product-filters ul.style_3 li a:hover,
.shortcode-product-wrap .product-filters ul.style_3 li a.selected {
  color: var(--primary_color);
}
.shortcode-product-wrap .product-filters ul.style_3 li a:hover:before,
.shortcode-product-wrap .product-filters ul.style_3 li a.selected:before {
  background-color: var(--primary_color);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.shortcode-product-wrap .product-filters ul.style_4 li a {
  position: relative;
  text-transform: uppercase;
}
.shortcode-product-wrap .product-filters ul.style_4 li a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: transparent;
  left: -10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  bottom: 10px;
}
.shortcode-product-wrap .product-filters ul.style_4 li a:hover:before,
.shortcode-product-wrap .product-filters ul.style_4 li a.selected:before {
  background-color: var(--primary_color);
  left: 10px;
}
.shortcode-product-wrap .product-filters ul.style_5 li a {
  color: var(--text_color);
  margin: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.shortcode-product-wrap .product-filters ul.style_5 li a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 120%;
  background-color: transparent;
  left: -20%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.shortcode-product-wrap .product-filters ul.style_5 li a:hover:before,
.shortcode-product-wrap .product-filters ul.style_5 li a.selected:before {
  left: 0;
  background-color: var(--text_color);
}
@media (max-width: 991px) {
  .shortcode-product-wrap .product-filters ul.style_5 {
    margin-top: 60px;
    text-align: center;
  }
}
.shortcode-product-wrap .product-filters ul.style_6 li a {
  margin: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.shortcode-product-wrap .product-filters ul.style_6 li a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 120%;
  background-color: transparent;
  left: -20%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.shortcode-product-wrap .product-filters ul.style_6 li a:hover,
.shortcode-product-wrap .product-filters ul.style_6 li a.selected {
  color: var(--text_color);
}
.shortcode-product-wrap .product-filters ul.style_6 li a:hover:before,
.shortcode-product-wrap .product-filters ul.style_6 li a.selected:before {
  left: 0;
  background-color: var(--text_color);
}
.shortcode-product-wrap .product-filters ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .shortcode-product-wrap .product-filters ul li {
    margin-bottom: 15px;
  }
}
.shortcode-product-wrap .product-filters ul li a {
  font-weight: bold;
  color: var(--text_color_fade_60);
  margin: 0 30px;
  padding: 15px 0;
  text-transform: uppercase;
  display: block;
}
.shortcode-product-wrap .product-filters ul li a.selected {
  color: var(--text_color);
}
.shortcode-product-wrap .product-sort {
  display: none;
  margin-bottom: 40px;
}
.shortcode-product-wrap .product-sort .list-sort {
  display: inline-block;
  padding: 5px 30px 5px 10px;
}
.shortcode-product-wrap .product-sort .asc-desc {
  display: inline-block;
}
.shortcode-product-wrap .product-sort.sorting-center {
  text-align: center;
}
.shortcode-product-wrap .product-sort.sorting-right {
  text-align: right;
}
.shortcode-product-wrap .product-sort.sorting-left {
  text-align: left;
}
.shortcode-product-wrap .product-wrap {
  margin: 0 -15px;
}
.shortcode-product-wrap .product-wrap .product-item-inner .product-actions .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.shortcode-product-wrap .product-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a {
  margin-top: 5px;
}
@media (max-width: 479px) {
  .shortcode-product-wrap .product-wrap {
    margin: 0;
  }
}
.shortcode-product-wrap .product-style_1 .star-rating {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.shortcode-product-wrap .product-style_1 .product-flash-wrap {
  top: 20px;
  left: 20px;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.shortcode-product-wrap .product-style_1 .product-flash-wrap .product-flash {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}
.shortcode-product-wrap .product-style_1 .product-flash-wrap .product-flash:nth-child(2) {
  display: none;
}
.shortcode-product-wrap .product-style_1 span.price {
  margin-top: 0;
  text-align: center;
  padding-left: 15px;
  margin-bottom: 15px;
}
.shortcode-product-wrap .product-style_1 h3 {
  margin-top: 20px;
  margin-bottom: 0 !important;
  text-align: center;
}
.shortcode-product-wrap .product-style_2 .star-rating {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.shortcode-product-wrap .product-style_2 .product-flash-wrap {
  top: 20px;
  left: 20px;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.shortcode-product-wrap .product-style_2 .product-flash-wrap .product-flash {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}
.shortcode-product-wrap .product-style_2 .product-flash-wrap .product-flash:nth-child(2) {
  display: none;
}
.shortcode-product-wrap .product-style_2 .product-link {
  background-color: var(--secondary_color_fade_70);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-style_2 .product-link .product-hover-sign {
  display: none;
}
.shortcode-product-wrap .product-style_2 span.price {
  margin-top: 0;
  text-align: center;
  padding-left: 15px;
  margin-bottom: 15px;
}
.shortcode-product-wrap .product-style_2 h3 {
  margin-top: 20px;
  margin-bottom: 0 !important;
  text-align: center;
}
.shortcode-product-wrap .product-style_3 .product-link {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  left: -100%;
  background-color: var(--text_color_fade_70);
}
.shortcode-product-wrap .product-style_3 .star-rating {
  position: absolute;
  right: auto;
}
.shortcode-product-wrap .product-style_3 .product-flash-wrap {
  top: 20px;
  left: 20px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.shortcode-product-wrap .product-style_3 .product-flash-wrap .product-flash {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}
.shortcode-product-wrap .product-style_3 .product-flash-wrap .product-flash:nth-child(2) {
  display: none;
}
.shortcode-product-wrap .product-style_3 span.price {
  text-align: left;
  padding-left: 15px !important;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-style_3 h3 {
  margin-top: 10px;
  text-align: left;
  padding-left: 15px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-style_3:hover .product-link {
  left: 0;
}
.shortcode-product-wrap .slider_home4 .owl-wrapper-outer:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 320px;
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
}
.shortcode-product-wrap .slider_home4 .owl-wrapper-outer:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 320px;
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1919px) {
  .shortcode-product-wrap .slider_home4 .owl-wrapper-outer:before {
    display: none;
  }
  .shortcode-product-wrap .slider_home4 .owl-wrapper-outer:after {
    display: none;
  }
}
.shortcode-product-wrap .product-style_4 .star-rating {
  display: none;
}
.shortcode-product-wrap .product-style_4 .product-flash-wrap {
  top: 20px;
  left: 20px;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.shortcode-product-wrap .product-style_4 .product-flash-wrap .product-flash {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}
.shortcode-product-wrap .product-style_4 .product-flash-wrap .product-flash:nth-child(2) {
  display: none;
}
.shortcode-product-wrap .product-style_4 span.price {
  text-align: center;
  padding-left: 15px;
}
.shortcode-product-wrap .product-style_4 h3 {
  margin-top: 20px;
  margin-bottom: 0 !important;
  text-align: center;
}
.shortcode-product-wrap .product-style_5 .product-flash-wrap {
  top: 20px;
  left: 20px;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.shortcode-product-wrap .product-style_5 .product-flash-wrap .product-flash {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}
.shortcode-product-wrap .product-style_5 .product-flash-wrap .product-flash:nth-child(2) {
  display: none;
}
.shortcode-product-wrap .product-style_5 span.price {
  margin-top: 5px;
  margin-bottom: 15px!important;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-style_5 h3 {
  margin-top: 15px;
  margin-bottom: 0 !important;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .products-slider .product-listing {
  height: auto!important;
  margin: 0;
}
.shortcode-product-wrap .products-slider .product-listing .product-style {
  margin: 0 10px;
}
.shortcode-product-wrap .products-slider .product-listing .product-style.style_2 .product-item-inner .product-thumb .product-thumb-primary img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.shortcode-product-wrap .products-slider-control .products-nav {
  opacity: 0;
  z-index: 99;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .products-slider-control .products-nav:hover {
  cursor: pointer;
}
.shortcode-product-wrap .products-slider-control .products-nav.nav-prev {
  left: -15px;
  float: left;
}
@media (max-width: 320px) {
  .shortcode-product-wrap .products-slider-control .products-nav.nav-prev {
    left: 0;
  }
}
.shortcode-product-wrap .products-slider-control .products-nav.nav-next {
  right: -15px;
  float: right;
}
@media (max-width: 320px) {
  .shortcode-product-wrap .products-slider-control .products-nav.nav-next {
    right: 0;
  }
}
.shortcode-product-wrap .products-slider-control .products-nav i {
  padding: 15px;
  background: #fff;
}
.shortcode-product-wrap .product-paging-wrapper {
  margin-bottom: 50px;
}
.shortcode-product-wrap.slider:hover .products-slider-control .products-nav {
  opacity: 1;
}
h3.sc-title {
  font-size: 30px;
  padding-bottom: 20px;
  padding-left: 5px;
  margin-bottom: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sc-product-wrap .owl-theme .owl-controls {
  margin: 0;
  height: 0;
  position: absolute;
  top: -98px;
  right: 15px;
}
.sc-product-wrap .owl-theme .owl-controls .owl-buttons div {
  width: 42px;
  height: 42px;
  border: 2px solid #eee;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  line-height: 38px;
  opacity: 1;
  color: #333333;
  margin: 0;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sc-product-wrap .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.sc-product-wrap .owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-right: 5px;
}
.sc-product-wrap .product-category .product-category-inner {
  position: relative;
  margin-bottom: 15px;
}
.sc-product-wrap .product-category .product-category-inner:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(221, 221, 221, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.sc-product-wrap .product-category .product-category-inner:after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 2px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sc-product-wrap .product-category .product-category-inner:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(15px) translateX(15px);
  -ms-transform: translateY(15px) translateX(15px);
  transform: translateY(15px) translateX(15px);
}
.sc-product-wrap .product-category .product-category-inner:hover div a {
  padding-right: 45px;
}
.sc-product-wrap .product-category .product-category-inner:hover div a i {
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
.sc-product-wrap .product-category .product-category-inner div {
  position: absolute;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.sc-product-wrap .product-category .product-category-inner div a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sc-product-wrap .product-category .product-category-inner div a i {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  height: 20px;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sc-product-wrap .product-category img {
  width: 100%;
}
.sc-product-wrap.no-title .owl-theme .owl-controls {
  position: static;
}
.sc-product-wrap.no-title .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  margin: -60px 0 0 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  color: #777;
  border: none;
  width: 41px;
  height: 41px;
  line-height: 41px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.sc-product-wrap.no-title .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #ffffff;
  color: #888888;
}
.sc-product-wrap.no-title .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -30px;
}
.sc-product-wrap.no-title .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -30px;
}
.sc-product-wrap.no-title:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
  visibility: visible;
}
.sc-product-wrap.no-title:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 30px;
}
.sc-product-wrap.no-title:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 30px;
}
.product-creative {
  position: relative;
}
.product-creative .next,
.product-creative .prev {
  border: 2px solid #F7F7F7;
  display: inline-block;
  font-size: 17px;
  height: 42px;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 42px;
  color: #000;
}
.product-creative .next:hover,
.product-creative .prev:hover {
  background-color: #F7F7F7;
  cursor: pointer;
}
.product-creative .next {
  right: 0;
}
.product-creative .prev {
  right: 48px;
}
.product-creative .product-item-inner.double-size .product-info {
  position: absolute;
  bottom: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  text-align: left;
}
.product-creative .product-item-wrap {
  display: inline-block;
  float: left;
}
.product-creative .layout-style-2col .product-thumb .mobile-mode {
  display: none;
}
.sc-product-sidebar-wrap {
  border: 2px solid #eee;
  padding: 30px 15px;
}
.sc-product-sidebar-wrap h4.sc-title {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sc-product-sidebar-wrap .product-listing.woocommerce {
  margin: 0;
}
.sc-product-sidebar-wrap .product-listing.woocommerce .product-item-wrap {
  padding: 0;
}
.sc-product-sidebar-wrap .product-item-wrap + .product-item-wrap {
  margin-top: 20px;
}
.sc-product-sidebar-wrap .product-sidebar-item + .product-sidebar-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.sc-product-sidebar-wrap .product-sidebar-item:after {
  content: "";
  display: block;
  clear: both;
}
.sc-product-sidebar-wrap .product-sidebar-image {
  float: left;
  width: 70px;
  margin-right: 15px;
}
.sc-product-sidebar-wrap .product-sidebar-info {
  position: relative;
  overflow: hidden;
}
.sc-product-sidebar-wrap .product-sidebar-title {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.sc-product-sidebar-wrap span.amount {
  font-size: 15px;
  line-height: 1.2;
}
.sc-product-sidebar-wrap ins {
  display: inline-block;
  text-decoration: none;
}
.sc-product-sidebar-wrap del span.amount {
  display: inline-block;
  font-size: 13px;
  color: #999999;
  opacity: 1;
  margin-right: 10px;
  font-weight: normal;
  text-decoration: inherit;
}
.sc-product-sidebar-wrap .owl-theme .owl-controls {
  margin: 0;
  height: 0;
  position: absolute;
  top: -70px;
  right: 0;
}
.sc-product-sidebar-wrap .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  border-radius: 0;
  padding: 0;
  opacity: 1;
  color: #999999;
  margin: 0;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sc-product-sidebar-wrap .owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-right: 25px;
}
.sc-product-sidebar-wrap.style-02.no-title {
  border: none;
  padding: 0;
}
.sc-product-sidebar-wrap.no-title .owl-theme .owl-controls {
  display: none !important;
}
.sc-product-sidebar-wrap .comment a.title {
  font-size: 15px;
  line-height: 1.3;
  display: block;
  margin: 0 0 15px 0;
}
.sc-product-sidebar-wrap .comment .star-rating {
  margin: 0 0 10px 0;
}
.sc-product-sidebar-wrap .comment .comment-content {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999999;
}
@media only screen and (max-width: 1023px) {
  .product-creative .product-item-inner.double-size .product-info {
    position: relative;
    padding: 30px;
  }
  .product-creative .layout-style-2col .product-thumb .wp-post-image:first-child {
    display: none;
  }
  .product-creative .layout-style-2col .product-thumb .mobile-mode {
    display: block;
  }
}
@media only screen and (max-width: 590px) {
  .product-creative .col-xs-6 {
    width: 100%;
  }
  .sc-product-wrap.product-creative h3.sc-title {
    padding-right: 90px;
  }
}
/* 2. PRODUCT LIST */
.products-list .product-listing .product-style.list_style_1 .product-item-inner .product-info {
  text-align: left;
}
.products-list .product-listing .product-style.list_style_1 .product-item-inner .product-info .star-rating:before {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
/* Pagination style */
.product-paging-wrapper.product-paging-none {
  display: none;
}
/* Single Product Shortcode CSS */
.shortcode-single-product-wrap .product-item-wrap {
  padding: 0;
  margin: 0;
}
.shortcode-single-product-wrap .product-item-wrap .product-item-inner {
  position: relative;
  overflow: hidden;
}
.shortcode-single-product-wrap .product-item-wrap .product-thumb img {
  width: 100%;
}
.shortcode-single-product-wrap .product-item-wrap .product-thumb {
  position: relative;
}
.shortcode-single-product-wrap .product-item-wrap .product-thumb .product-thumb-primary {
  overflow: hidden;
}
.shortcode-single-product-wrap .product-item-wrap .product-thumb .product-thumb-primary img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shortcode-single-product-wrap .product-item-wrap .product-thumb-secondary {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.shortcode-single-product-wrap .product-item-wrap .product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-color: var(--secondary_color_fade_70);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shortcode-single-product-wrap .product-item-wrap .product-link:hover .product-hover-sign hr:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
}
.shortcode-single-product-wrap .product-item-wrap .product-link:hover .product-hover-sign hr:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
}
.shortcode-single-product-wrap .product-item-wrap .product-link .product-hover-sign {
  display: none;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 12;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.shortcode-single-product-wrap .product-item-wrap .product-link .product-hover-sign hr {
  top: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  width: 40px;
  opacity: 0;
  margin: 0;
  left: 50%;
  position: absolute;
  border: 0;
  border-top: 1px solid var(--primary_color);
  height: 0;
  z-index: 11;
}
.shortcode-single-product-wrap .product-item-wrap .product-link .product-hover-sign hr:nth-child(1) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
}
.shortcode-single-product-wrap .product-item-wrap .product-link .product-hover-sign hr:nth-child(2) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a {
  margin-top: 5px;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-actions {
  right: 0;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-link {
  opacity: 1;
  visibility: visible;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-thumb-secondary {
  opacity: 1;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-thumb-primary img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions {
  width: 100%;
  right: 0;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .add-to-cart-wrap {
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .add-to-cart-wrap a {
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .yith-wcwl-wishlistaddedbrowse a,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .yith-wcwl-wishlistexistsbrowse a,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .add_to_wishlist,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .compare,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .product-quick-view,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .btn_add_to_cart,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .add-to-cart-wrap a {
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .yith-wcwl-add-to-wishlist {
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-flash {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: var(--primary_color);
  padding: 2px 5px;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  line-height: 80px;
  display: block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-flash.on-hot {
  background-color: var(--text_color);
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info {
  position: absolute;
  padding: 0 10px;
  text-align: center;
  bottom: 0;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info h3 {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 20px;
  text-align: left;
  font-size: 24px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info h3 {
    font-size: 16px;
  }
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info .star-rating {
  display: none;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info span.price {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
  font-size: 30px;
  padding: 5px 20px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info span.price del {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info span.price {
    font-size: 18px;
  }
  .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info span.price del {
    font-size: 16px;
  }
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 {
  margin-bottom: 25px;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 .product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-color: var(--text_color_fade_70);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 .product-link:hover .product-hover-sign hr:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 .product-link:hover .product-hover-sign hr:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2:hover .product-link {
  opacity: 1;
  visibility: visible;
  -webkit-animation: 350ms ease-in-out normal none 1 running zoomIn;
  animation: 350ms ease-in-out normal none 1 running zoomIn;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 .product-item-inner .product-info h3 {
  margin-bottom: 0px;
  margin-top: 20px;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 .product-item-inner .product-info span.price {
  margin-bottom: 15px;
  margin-top: 0;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap {
  float: none;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap:hover .product-actions {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner {
  background-color: #fff;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner .product-thumb {
  width: 50%;
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap {
  left: 80%;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner .product-thumb .product-thumb-primary img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding-top: 0;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner .product-info {
  float: left;
  width: 50%;
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner .product-info .product-actions {
  background-color: transparent;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap {
  float: none;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap .product-item-inner {
  background: #f6f6f6;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap .product-item-inner .product-thumb {
  width: 50%;
  display: inline-block;
  float: left;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap .product-item-inner .product-thumb .product-brand-logo {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 70%;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap .product-item-inner .product-thumb .product-thumb-primary img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap .product-item-inner .product-info {
  width: 50%;
  display: inline-block;
  background: none;
  margin-top: 10%;
}
@media (max-width: 767px) {
  .shortcode-single-product-wrap {
    position: relative;
  }
}
.product-paging-load-more .product-load-more {
  background-color: var(--primary_color);
  border-color: transparent !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-paging-load-more .product-load-more:hover {
  background-color: var(--primary_color_darken_10);
}
.recent-news-container .owl-nav .owl-next,
.recent-news-container .owl-nav .owl-prev {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-container .owl-nav .owl-next i,
.recent-news-container .owl-nav .owl-prev i {
  padding: 15px;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-container .owl-nav .owl-next {
  right: 0;
}
.recent-news-container .owl-nav .owl-next:hover i {
  color: var(--primary_color);
}
.recent-news-container .owl-nav .owl-prev {
  left: 0;
}
.recent-news-container .owl-nav .owl-prev:hover i {
  color: var(--primary_color);
}
.recent-news-home_1 {
  position: relative;
}
.recent-news-home_1:hover .owl-nav .owl-next,
.recent-news-home_1:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}
.recent-news-home_1 .recent-news-container article {
  position: relative;
  padding: 0 15px;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .overlay-bg {
  z-index: 2;
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image {
  overflow: hidden;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: var(--text_color_fade_60);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image:after {
  content: '\f0c1';
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 36px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  -webkit-transition: all 0.35s ease 0.2s;
  -o-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image:hover:after {
  color: var(--primary_color);
}
.recent-news-home_1 .recent-news-container article .post-content {
  position: relative;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner {
  z-index: 2;
  background: #fff;
  display: table;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content {
  width: 80%;
  display: table-cell;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .btn-readmore {
  display: none;
  text-transform: uppercase;
  position: relative;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .btn-readmore:before {
  content: "//";
  font-family: Fontawesome;
  color: var(--primary_color);
  position: relative;
  left: 0;
  height: 100%;
  top: 0;
  opacity: 0;
  width: 10px;
  font-size: 14px;
  padding-right: 5px;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .btn-readmore .span-text {
  margin-left: -13px;
  color: var(--text_color);
  font-weight: 700;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .btn-readmore:hover:before {
  opacity: 1;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .btn-readmore:hover .span-text {
  font-style: italic;
  margin-left: 0;
  color: var(--primary_color);
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-meta {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-meta .post-meta-inner {
  position: relative;
  text-align: center;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-meta .post-meta-inner .post-day {
  display: block;
  font-size: 55px;
  color: var(--primary_color);
  font-weight: bold;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-meta .post-meta-inner .post-month {
  position: absolute;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--primary_color);
  opacity: 0.5;
  top: 5px;
  left: 50%;
  z-index: 0;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recent-news-home_1 .recent-news-container article:hover .post-thumbnail .post-image:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.recent-news-home_1 .recent-news-container article:hover .post-thumbnail .post-image:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.recent-news-home_1 .recent-news-container article:hover .post-thumbnail .post-meta {
  top: 15%;
}
.recent-news-home_2 .recent-news-container article {
  padding: 25px 0;
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail .overlay-bg:after {
  right: 0;
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail .overlay-bg:before {
  left: 0;
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail a.btn-readmore:before {
  opacity: 1;
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail a.btn-readmore h6 {
  opacity: 1;
  margin-top: 10px;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail {
  position: relative;
  overflow: hidden;
  width: 40%;
  float: left;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail img {
  width: 100%;
  -webkit-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail a.btn-readmore {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recent-news-home_2 .recent-news-container article .post-thumbnail a.btn-readmore:before {
  content: '\f10e';
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 100%;
  line-height: 28px;
  color: #fff;
  font-family: FontAwesome;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.45s ease 0.1s;
  -o-transition: all 0.45s ease 0.1s;
  transition: all 0.45s ease 0.1s;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail a.btn-readmore h6 {
  opacity: 0;
  color: #fff;
  margin: 0;
  margin-top: -25px;
  -webkit-transition: all 0.45s ease 0.1s;
  -o-transition: all 0.45s ease 0.1s;
  transition: all 0.45s ease 0.1s;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail a.btn-readmore h6:hover {
  color: var(--primary_color);
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .overlay-bg {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .overlay-bg:before,
.recent-news-home_2 .recent-news-container article .post-thumbnail .overlay-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: var(--text_color_fade_20);
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .overlay-bg:before {
  left: -100%;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .overlay-bg:after {
  right: -100%;
}
@media (max-width: 480px) {
  .recent-news-home_2 .recent-news-container article .post-thumbnail {
    width: 100%;
  }
}
.recent-news-home_2 .recent-news-container article .post-content {
  width: 60%;
  float: right;
  padding-left: 15px;
}
.recent-news-home_2 .recent-news-container article .post-content .post-info span {
  margin-right: 15px;
  font-style: italic;
}
.recent-news-home_2 .recent-news-container article .post-content .post-info i {
  margin-right: 5px;
}
.recent-news-home_2 .recent-news-container article .post-content .post-excerpt {
  position: relative;
  padding-top: 10px;
}
.recent-news-home_2 .recent-news-container article .post-content .category-content a:hover {
  color: var(--primary_color) !important;
}
@media (max-width: 480px) {
  .recent-news-home_2 .recent-news-container article .post-content {
    width: 100%;
  }
}
.recent-news-home_2 .recent-news-container article:first-child,
.recent-news-home_2 .recent-news-container article:last-child {
  padding: 0;
}
@media (max-width: 991px) {
  .recent-news-home_2 .recent-news-container article:first-child,
  .recent-news-home_2 .recent-news-container article:last-child {
    padding: 25px 0;
  }
}
.recent-news-home_3 .recent-news-container:hover .owl-nav .owl-prev,
.recent-news-home_3 .recent-news-container:hover .owl-nav .owl-next {
  opacity: 1;
  visibility: visible;
}
.recent-news-home_3 .recent-news-container .recent-news-list {
  padding: 0;
  margin: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item {
  list-style: none;
  list-style-type: none;
  background-color: #fff;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row {
  margin: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n) article .post-thumbnail {
  float: right;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n) article .post-thumbnail .post-meta {
  right: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n) article .post-information:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 18px 0 18px 20px;
  content: "";
  right: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
}
@media (max-width: 479px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n) article .post-information:before {
    display: none;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n+1) article .post-thumbnail .post-meta {
  left: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n+1) article .post-information:before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 18px 20px 18px 0;
  content: "";
  left: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  z-index: 10;
}
@media (max-width: 480px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n+1) article .post-information:before {
    display: none;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article {
  padding: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail {
  overflow: hidden;
  position: relative;
  width: 50%;
  float: left;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail:before {
  width: 50px;
  height: 50px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin-left: -25px;
  margin-top: -25px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 1;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail a:before {
  z-index: 1;
  background-color: #fff;
  width: 25px;
  height: 1px;
  content: '';
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail a:after {
  z-index: 1;
  background-color: #fff;
  width: 1px;
  height: 25px;
  content: '';
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail img {
  height: auto;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) and (min-width: 480px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail .post-meta {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 50px;
  width: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 7px 3px rgba(0, 0, 0, 0.1);
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail .post-meta .post-meta-inner {
  position: relative;
  text-align: center;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail .post-meta .post-meta-inner .post-day {
  margin-top: 5px;
  display: block;
  font-size: 34px;
  color: var(--primary_color);
  font-weight: bold;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail .post-meta .post-meta-inner .post-month {
  position: absolute;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--primary_color);
  opacity: 0.5;
  top: 6px;
  left: 50%;
  z-index: 0;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) and (min-width: 481px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail {
    max-height: 240px;
  }
}
@media (max-width: 480px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail {
    width: 100%;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information {
  max-height: 240px;
  width: 50%;
  float: left;
  padding: 28px 25px;
  position: relative;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .category {
  text-transform: uppercase;
  color: var(--primary_color);
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .post-blog-title {
  margin-top: 10px;
  margin-bottom: 15px;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .post-blog-title a {
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .post-blog-title a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background-color: var(--heading_color);
  bottom: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .post-blog-title:hover a {
  color: var(--primary_color);
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .post-blog-title:hover a:before {
  background-color: var(--primary_color);
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .btn-readmore {
  border: 1px solid var(--heading_color);
  padding: 5px 15px;
  color: var(--text_color);
  border-radius: 3px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .btn-readmore span:after {
  content: '\f061';
  font-family: FontAwesome;
  padding-left: 5px;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .btn-readmore:hover {
  color: #fff;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}
@media (max-width: 991px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information {
    padding: 30px 25px;
  }
}
@media (max-width: 480px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information {
    width: 100%;
    padding: 20px 15px;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-thumbnail:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-thumbnail:after {
  opacity: 1;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-thumbnail a:before {
  left: 50%;
  opacity: 1;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-thumbnail a:after {
  top: 50%;
  opacity: 1;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-thumbnail img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-information .post-blog-title a:before {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 991px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article {
    border-bottom: 1px solid #eeeeee;
  }
}
.recent-news-home_4 {
  position: relative;
}
.recent-news-home_4:hover .owl-nav .owl-next,
.recent-news-home_4:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}
.recent-news-home_4 .recent-news-container article {
  position: relative;
  padding: 0 15px;
}
.recent-news-home_4 .recent-news-container article .post-meta {
  width: 15%;
  float: left;
  vertical-align: middle;
}
.recent-news-home_4 .recent-news-container article .post-meta .post-meta-inner {
  position: relative;
  text-align: center;
  background-color: var(--heading_color);
}
.recent-news-home_4 .recent-news-container article .post-meta .post-meta-inner .post-day {
  display: block;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding-top: 8px;
}
.recent-news-home_4 .recent-news-container article .post-meta .post-meta-inner .post-month {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .recent-news-home_4 .recent-news-container article .post-meta {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .recent-news-home_4 .recent-news-container article .post-meta {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
  }
}
.recent-news-home_4 .recent-news-container article .post-thumbnail {
  width: 85%;
  position: relative;
  overflow: hidden;
}
.recent-news-home_4 .recent-news-container article .post-thumbnail .overlay-bg {
  z-index: 2;
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
.recent-news-home_4 .recent-news-container article .post-thumbnail .post-image {
  position: relative;
  overflow: hidden;
}
.recent-news-home_4 .recent-news-container article .post-thumbnail .post-image img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.recent-news-home_4 .recent-news-container article .post-thumbnail .post-image:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: var(--text_color_fade_60);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
.recent-news-home_4 .recent-news-container article .post-thumbnail .post-image:after {
  content: '\f0c1';
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 36px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  -webkit-transition: all 0.7s ease 0.2s;
  -o-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}
.recent-news-home_4 .recent-news-container article .post-thumbnail .post-image:hover:after {
  color: var(--primary_color);
}
@media (max-width: 991px) {
  .recent-news-home_4 .recent-news-container article .post-thumbnail {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .recent-news-home_4 .recent-news-container article .post-thumbnail {
    width: 100%;
  }
}
.recent-news-home_4 .recent-news-container article .post-content {
  z-index: 2;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .post-author {
  font-weight: 600;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content > span i {
  padding-right: 10px;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .post-excerpt {
  margin-top: 10px;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .btn-readmore {
  display: none;
  text-transform: uppercase;
  position: relative;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .btn-readmore:before {
  content: "//";
  font-family: Fontawesome;
  color: var(--primary_color);
  position: relative;
  left: 0;
  height: 100%;
  top: 0;
  opacity: 0;
  width: 10px;
  font-size: 14px;
  padding-right: 5px;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .btn-readmore .span-text {
  margin-left: -13px;
  color: var(--text_color);
  font-weight: 700;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .btn-readmore:hover:before {
  opacity: 1;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .btn-readmore:hover .span-text {
  font-style: italic;
  margin-left: 0;
  color: var(--primary_color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recent-news-home_4 .recent-news-container article .post-content {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 479px) {
  .recent-news-home_4 .recent-news-container article .post-content {
    width: 100%;
    position: relative;
    padding: 15px;
  }
}
.recent-news-home_4 .recent-news-container article:hover .post-thumbnail .post-image:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.recent-news-home_4 .recent-news-container article:hover .post-thumbnail .post-image:before {
  -webkit-animation: 800ms ease-in-out normal none 1 running flipInX;
  animation: 800ms ease-in-out normal none 1 running flipInX;
  opacity: 1;
}
.recent-news-home_4 .recent-news-container article:hover .post-thumbnail .post-meta {
  top: 15%;
}
.recent-news-home_5 .recent-news-container {
  position: relative;
}
.recent-news-home_5 .recent-news-container .recent-news-control .news-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-home_5 .recent-news-container .recent-news-control .news-nav:hover {
  cursor: pointer;
}
.recent-news-home_5 .recent-news-container .recent-news-control .news-nav:hover i {
  color: var(--primary_color);
}
.recent-news-home_5 .recent-news-container .recent-news-control .news-nav.nav-prev {
  float: left;
  margin-left: 25px;
}
.recent-news-home_5 .recent-news-container .recent-news-control .news-nav.nav-next {
  right: 0;
  float: right;
  margin-right: 25px;
}
.recent-news-home_5 .recent-news-container .recent-news-control .news-nav i {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 15px;
  background: #fff;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item {
  position: relative;
  margin: 0 25px;
  text-align: center;
  background: #fff;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item.slick-active .post-information {
  opacity: 1;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
  position: relative;
  height: 550px;
  overflow: hidden;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail a {
  display: block;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail a img {
  width: 100%;
  -webkit-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
@media (max-width: 1199px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
    height: 375px;
  }
}
@media (max-width: 991px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
    height: 220px;
  }
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information {
  opacity: 0;
  position: absolute;
  width: 45%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  -o-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
  z-index: 0;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .category {
  text-transform: uppercase;
  color: var(--text_color_fade_50);
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .category:before {
  content: '';
  background-color: var(--primary_color);
  height: 3px;
  width: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-title {
  position: relative;
  z-index: 1;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-title a {
  display: block;
  color: var(--text_color) !important;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-title a:hover {
  color: var(--primary_color) !important;
}
@media (max-width: 479px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-title {
    font-size: 24px;
  }
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-meta {
  color: var(--text_color_fade_70);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-meta .post-date {
  font-size: 12px;
  margin-right: 30px;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-meta .post-count-comments {
  font-size: 12px;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-meta i {
  margin-right: 5px;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .btn-readmore {
  position: relative;
  z-index: 1;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .btn-readmore span {
  padding: 10px 20px;
  border: 1px solid var(--primary_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-weight: 600;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .btn-readmore span:hover {
  background-color: var(--primary_color);
  color: #fff;
}
@media (max-width: 1199px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information:before {
    display: none;
  }
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item:hover .post-information:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
@media (max-width: 1919px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item {
    margin: 0;
  }
}
.recent-news-home_6 .recent-news-container article {
  padding: 25px 0;
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail .overlay-bg:after {
  bottom: 0;
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail .overlay-bg:before {
  top: 0;
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail a.btn-readmore:before {
  opacity: 1;
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail a.btn-readmore h6 {
  opacity: 1;
  margin-top: 10px;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail {
  position: relative;
  overflow: hidden;
  width: 40%;
  float: left;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail img {
  width: 100%;
  -webkit-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore:before {
  content: '\f10e';
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 100%;
  line-height: 28px;
  color: #fff;
  font-family: FontAwesome;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.45s ease 0.1s;
  -o-transition: all 0.45s ease 0.1s;
  transition: all 0.45s ease 0.1s;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore h6 {
  opacity: 0;
  color: #fff;
  margin: 0;
  margin-top: -25px;
  -webkit-transition: all 0.45s ease 0.1s;
  -o-transition: all 0.45s ease 0.1s;
  transition: all 0.45s ease 0.1s;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore h6:hover {
  color: var(--primary_color);
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .overlay-bg {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .overlay-bg:before,
.recent-news-home_6 .recent-news-container article .post-thumbnail .overlay-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: var(--text_color_fade_20);
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .overlay-bg:before {
  top: -100%;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .overlay-bg:after {
  bottom: -100%;
}
@media (max-width: 1700px) and (min-width: 992px) {
  .recent-news-home_6 .recent-news-container article .post-thumbnail {
    height: 240px;
  }
  .recent-news-home_6 .recent-news-container article .post-thumbnail img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .recent-news-home_6 .recent-news-container article .post-thumbnail {
    width: 100%;
  }
}
.recent-news-home_6 .recent-news-container article .post-content {
  width: 60%;
  float: right;
  padding-left: 15px;
}
.recent-news-home_6 .recent-news-container article .post-content .post-info span {
  margin-right: 15px;
  font-style: italic;
}
.recent-news-home_6 .recent-news-container article .post-content .post-info i {
  margin-right: 5px;
}
.recent-news-home_6 .recent-news-container article .post-content .post-excerpt {
  position: relative;
  padding-top: 10px;
}
.recent-news-home_6 .recent-news-container article .post-content .category-content a:hover {
  color: var(--primary_color) !important;
}
@media (max-width: 480px) {
  .recent-news-home_6 .recent-news-container article .post-content {
    width: 100%;
  }
}
.recent-news-home_6 .recent-news-container article:first-child,
.recent-news-home_6 .recent-news-container article:last-child {
  padding: 0;
}
@media (max-width: 991px) {
  .recent-news-home_6 .recent-news-container article:first-child,
  .recent-news-home_6 .recent-news-container article:last-child {
    padding: 25px 0;
  }
}
.recent-news-home_9 {
  position: relative;
}
.recent-news-home_9:hover .owl-nav .owl-prev,
.recent-news-home_9:hover .owl-nav .owl-next {
  opacity: 1;
  visibility: visible;
}
.recent-news-home_9 .recent-news-container article {
  position: relative;
  padding: 0 15px;
  text-align: right;
}
.recent-news-home_9 .recent-news-container article .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.recent-news-home_9 .recent-news-container article .post-thumbnail .overlay-bg {
  z-index: 2;
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
.recent-news-home_9 .recent-news-container article .post-thumbnail .post-image {
  overflow: hidden;
}
.recent-news-home_9 .recent-news-container article .post-thumbnail .post-image img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.recent-news-home_9 .recent-news-container article .post-thumbnail .post-image:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: var(--text_color_fade_60);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
.recent-news-home_9 .recent-news-container article .post-thumbnail .post-image:after {
  content: '\f0c1';
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 36px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  -webkit-transition: all 0.35s ease 0.2s;
  -o-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
.recent-news-home_9 .recent-news-container article .post-thumbnail .post-image:hover:after {
  color: var(--primary_color);
}
.recent-news-home_9 .recent-news-container article .avatar_author {
  position: relative;
  z-index: 2;
  height: 60px;
  width: 60px;
  padding: 5px;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 10px;
  margin-top: -30px;
  display: inline-block;
}
.recent-news-home_9 .recent-news-container article .avatar_author img {
  border-radius: 100%;
}
.recent-news-home_9 .recent-news-container article .post-content {
  position: relative;
  text-align: left;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner {
  z-index: 2;
  background: #fff;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-main-content .category {
  text-transform: uppercase;
  color: var(--primary_color);
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-main-content .entry-title {
  margin-top: 10px;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-meta {
  font-style: italic;
  margin: 15px 0 10px;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-meta .post-count-comments i {
  padding-right: 5px;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-meta .post-date {
  margin-left: 15px;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-meta .post-date i {
  padding-right: 5px;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .btn-readmore {
  margin-top: 10px;
  border: 1px solid var(--text_color);
  padding: 5px 20px;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: inline-block;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .btn-readmore span:after {
  content: '\f061';
  font-family: FontAwesome;
  padding-left: 5px;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .btn-readmore:hover {
  color: #fff;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}
.recent-news-home_9 .recent-news-container article:hover .post-thumbnail .post-image:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.recent-news-home_9 .recent-news-container article:hover .post-thumbnail .post-image:before {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running pulse;
  animation: 500ms ease-in-out 0s normal none 1 running pulse;
  opacity: 1;
}
.recent-news-home_9 .recent-news-container article:hover .post-thumbnail .post-meta {
  top: 15%;
}
/* Yolo video player*/
.yolo-video-player {
  position: relative;
  display: table;
  width: 100%;
}
.yolo-video-player .container-text {
  position: relative;
}
.yolo-video-player .yl-button-play {
  opacity: 1;
  display: table-cell;
  vertical-align: middle;
}
.yolo-video-player .yl-button-play .yl-introduction {
  top: -100px;
  left: 0;
  position: absolute;
  font-size: 120px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .yolo-video-player .yl-button-play .yl-introduction {
    top: -115px;
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .yolo-video-player .yl-button-play .yl-introduction {
    top: -115px;
    font-size: 80px;
    width: 100%;
  }
}
.yolo-video-player .yl-button-play .yl-description {
  right: 0;
  bottom: -100px;
  position: absolute;
  font-size: 120px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .yolo-video-player .yl-button-play .yl-description {
    bottom: -115px;
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .yolo-video-player .yl-button-play .yl-description {
    bottom: -115px;
    font-size: 80px;
    width: 100%;
  }
}
.yolo-video-player .yl-button-play .play-button {
  text-align: center;
  display: table;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.yolo-video-player .yl-button-play .play-button:hover {
  cursor: pointer;
}
.yolo-video-player .yl-button-play .play-button:hover i {
  color: var(--secondary_color) !important;
}
.yolo-video-player .yl-button-play .play-button i {
  vertical-align: middle;
  display: table-cell;
  font-size: 210px;
  color: var(--primary_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .yolo-video-player .yl-button-play .play-button i {
    font-size: 160px;
  }
}
@media (max-width: 480px) {
  .yolo-video-player .yl-button-play .play-button i {
    font-size: 130px;
  }
}
.yolo-video-player .iframe-video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: none;
  overflow: hidden;
  background-color: #000000;
}
.yolo-video-player .iframe-video-player .video-close {
  padding: 5px 10px;
  right: 0;
  cursor: pointer;
  color: white;
  background: var(--primary_color);
  z-index: 1;
  position: absolute;
}
.yolo-video-player.style_2 .container-text {
  position: relative;
}
.yolo-video-player.style_2 .yl-button-play .yl-introduction {
  top: 0px;
  left: 0;
  position: relative;
  font-size: 72px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .yolo-video-player.style_2 .yl-button-play .yl-introduction {
    font-size: 36px;
  }
}
.yolo-video-player.style_2 .yl-button-play .yl-description {
  right: 0;
  bottom: 0px;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .yolo-video-player.style_2 .yl-button-play .yl-description {
    font-size: 18px;
  }
}
.yolo-video-player.style_2 .yl-button-play .play-button {
  text-align: center;
  display: table;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.yolo-video-player.style_2 .yl-button-play .play-button:hover {
  cursor: pointer;
}
.yolo-video-player.style_2 .yl-button-play .play-button:hover i {
  color: var(--secondary_color) !important;
}
.yolo-video-player.style_2 .yl-button-play .play-button i {
  vertical-align: middle;
  display: table-cell;
  font-size: 210px;
  color: var(--primary_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .yolo-video-player.style_2 .yl-button-play .play-button i {
    font-size: 150px;
  }
}
.yolo-video-player.style_2 .iframe-video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: none;
  overflow: hidden;
  background-color: #000000;
}
.yolo-video-player.style_2 .iframe-video-player .video-close {
  padding: 5px 10px;
  right: 0;
  cursor: pointer;
  color: white;
  background: var(--primary_color);
  z-index: 1;
  position: absolute;
}
.yolo-video-player.style_3 {
  display: block;
}
.yolo-video-player.style_3 .container-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .yolo-video-player.style_3 .container-text {
    position: relative;
  }
}
.yolo-video-player.style_3 .yl-button-play {
  display: block;
}
.yolo-video-player.style_3 .yl-button-play .yl-introduction {
  top: 0px;
  left: 0;
  position: relative;
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .yolo-video-player.style_3 .yl-button-play .yl-introduction {
    font-size: 24px;
  }
}
.yolo-video-player.style_3 .yl-button-play .yl-description {
  right: 0;
  bottom: 0px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .yolo-video-player.style_3 .yl-button-play .yl-description {
    font-size: 16px;
  }
}
.yolo-video-player.style_3 .yl-button-play .play-button {
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.yolo-video-player.style_3 .yl-button-play .play-button:hover {
  cursor: pointer;
}
.yolo-video-player.style_3 .yl-button-play .play-button:hover i {
  color: var(--secondary_color) !important;
}
.yolo-video-player.style_3 .yl-button-play .play-button i {
  vertical-align: middle;
  display: block;
  font-size: 120px;
  color: var(--primary_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .yolo-video-player.style_3 .yl-button-play .play-button i {
    font-size: 100px;
  }
}
.yolo-video-player.style_3 .iframe-video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: none;
  overflow: hidden;
  background-color: #000000;
}
.yolo-video-player.style_3 .iframe-video-player .video-close {
  padding: 5px 10px;
  right: 0;
  cursor: pointer;
  color: white;
  background: var(--primary_color);
  z-index: 1;
  position: absolute;
}
.yolo-instagram-wrap {
  position: relative;
  z-index: 0;
}
.yolo-instagram-wrap .instagram-title {
  position: relative;
  z-index: 2;
  height: 0;
}
.yolo-instagram-wrap .instagram-title h3 {
  display: inline-block;
  background-color: var(--text_color);
  color: #fff;
  padding: 15px 25px;
  margin-top: 0;
  z-index: 1;
  margin-bottom: 0;
  position: absolute;
}
.yolo-instagram-wrap .yolo-instagram.grid .instagram-info {
  float: left;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-8 .instagram-info {
  width: 12.5%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-7 .instagram-info {
  width: 14.285%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-6 .instagram-info {
  width: 16.6666%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-5 .instagram-info {
  width: 20%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-4 .instagram-info {
  width: 25%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-3 .instagram-info {
  width: 33.333%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-3 .instagram-info img {
  width: 100%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-2 .instagram-info {
  width: 50%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-2 .instagram-info img {
  width: 100%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-1 .instagram-info {
  width: 100%;
}
@media (max-width: 991px) {
  .yolo-instagram-wrap .yolo-instagram.grid.columns-8 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-7 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-6 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-5 .instagram-info {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .yolo-instagram-wrap .yolo-instagram.grid.columns-8 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-7 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-6 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-5 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-4 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-4 .instagram-info {
    width: 33.33%;
  }
}
.yolo-instagram-wrap .instagram-info {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-instagram-wrap .instagram-info:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.yolo-instagram-wrap .owl-nav .owl-next,
.yolo-instagram-wrap .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 15px;
  color: #808080;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-instagram-wrap .owl-nav .owl-next:hover,
.yolo-instagram-wrap .owl-nav .owl-prev:hover {
  color: var(--primary_color);
}
.yolo-instagram-wrap .owl-nav .owl-prev {
  left: 15px;
}
.yolo-instagram-wrap .owl-nav .owl-next {
  right: 15px;
}
.yolo-instagram-wrap:hover .owl-nav .owl-prev,
.yolo-instagram-wrap:hover .owl-nav .owl-next {
  opacity: 1;
}
.yolo-instagram-wrap .btn_gallery {
  text-align: right;
  height: 0;
  position: relative;
}
.yolo-instagram-wrap .btn_gallery a {
  right: 15px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: inline-block;
  background: var(--primary_color);
  padding: 10px 35px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-instagram-wrap .btn_gallery a:hover {
  background-color: var(--primary_color_darken_15);
}
.yolo-instagram-wrap .graysc {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.counter-wrap-style_1 {
  position: relative;
  border: 1px solid transparent;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.counter-wrap-style_1:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 0;
  height: 5px;
  background-color: var(--primary_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 5px;
}
.counter-wrap-style_1 .gr-counter {
  position: relative;
}
.counter-wrap-style_1 .gr-counter .content-inner {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.counter-wrap-style_1 .gr-counter .content-inner .gr-number-counter {
  position: relative;
  font-size: 48px;
  color: var(--heading_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 1;
  padding-bottom: 20px;
}
.counter-wrap-style_1 .gr-counter .content-inner .gr-text-defaul {
  white-space: nowrap;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-top: 15px;
  padding-bottom: 15px;
}
.counter-wrap-style_1:hover:before {
  background-color: var(--text_color);
}
.counter-wrap-style_1:hover .gr-counter .content-inner .gr-number-counter,
.counter-wrap-style_1:hover .gr-counter .content-inner .gr-text-defaul {
  color: var(--primary_color);
}
.counter-wrap-style_1:hover .gr-counter .content-inner .gr-text-defaul {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
.counter-wrap-style_1:hover .gr-counter .content-inner .gr-number-counter {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
@media (max-width: 991px) {
  .counter-wrap-style_1 {
    margin: 15px auto;
  }
}
.counter-wrap-style_2 {
  position: relative;
  margin: 50px auto;
  height: 330px;
  width: 330px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0px 7px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 7px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
}
.counter-wrap-style_2:before {
  content: '';
  background-color: var(--primary_color_fade_20);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.counter-wrap-style_2 .gr-counter .content-inner {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  font-weight: bold;
}
.counter-wrap-style_2 .gr-counter .content-inner .icon-wrap {
  height: 125px;
  width: 125px;
  border-radius: 100%;
  line-height: 125px;
  margin: 0 auto;
  background-color: #f2f2f2;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 1919px) {
  .counter-wrap-style_2 .gr-counter .content-inner .icon-wrap {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.counter-wrap-style_2 .gr-counter .content-inner .gr-number-counter {
  margin-top: 15px;
  position: relative;
  font-size: 48px;
  color: var(--heading_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 1;
}
.counter-wrap-style_2 .gr-counter .content-inner .gr-text-defaul {
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-top: 5px;
}
.counter-wrap-style_2:hover:before {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 1;
}
.counter-wrap-style_2:hover .gr-counter .content-inner .icon-wrap {
  background-color: var(--primary_color);
}
.counter-wrap-style_2:hover .gr-counter .content-inner .icon-wrap img {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
.counter-wrap-style_2:hover .gr-counter .content-inner .gr-text-defaul {
  color: var(--text_color_fade_80);
}
@media (max-width: 1919px) {
  .counter-wrap-style_2 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 991px) {
  .counter-wrap-style_2 {
    margin: 15px auto;
  }
}
.counter-wrap-style_3 {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
}
.counter-wrap-style_3 .gr-counter .content-inner {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
}
.counter-wrap-style_3 .gr-counter .content-inner .icon-wrap {
  margin: 0 auto;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.counter-wrap-style_3 .gr-counter .content-inner .gr-number-counter {
  margin-top: 20px;
  position: relative;
  font-size: 36px;
  color: var(--heading_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 1;
}
.counter-wrap-style_3 .gr-counter .content-inner .gr-text-defaul {
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-top: 5px;
}
.counter-wrap-style_3:hover .gr-counter .content-inner .icon-wrap img {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.counter-wrap-style_3:hover .gr-counter .content-inner .gr-number-counter {
  color: var(--primary_color);
}
@media (max-width: 1919px) {
  .counter-wrap-style_3 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 991px) {
  .counter-wrap-style_3 {
    margin: 15px auto;
  }
}
/* Slider text Shortcode CSS */
.slider-text-shortcode-wrap {
  position: relative;
}
.slider-text-shortcode-wrap.style_1 .slider-list .slider-item {
  display: table;
  text-align: left;
  color: #fff;
}
.slider-text-shortcode-wrap.style_1 .slider-list .slider-item a {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
  overflow: hidden;
}
.slider-text-shortcode-wrap.style_1 .slider-list .slider-item a h1 {
  position: relative;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slider-text-shortcode-wrap.style_1 .slider-list .slider-item a h1:before {
  content: '';
  width: 165px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slider-text-shortcode-wrap.style_1 .slider-list .slider-item a h1:after {
  content: '';
  width: 98px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.slider-text-shortcode-wrap.style_1 .slider-list .slider-item a .desc {
  color: rgba(255, 255, 255, 0.8);
}
.slider-text-shortcode-wrap.style_1 .slider-list .slider-item .number {
  text-align: center;
  color: #fff;
  display: table-cell;
  font-size: 72px;
  vertical-align: top;
  width: 10%;
  line-height: 1;
}
.slider-text-shortcode-wrap.style_1 .slider-list .slider-item:hover a h1 {
  color: var(--primary_color);
}
.slider-text-shortcode-wrap.style_1 .slider-list .owl-dots {
  left: 10%;
  padding-left: 30px;
  position: relative;
  margin-top: 30px;
}
.slider-text-shortcode-wrap.style_1 .slider-list .owl-dots .owl-dot {
  display: inline-block;
  background-color: #fff;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-right: 15px;
  position: relative;
}
.slider-text-shortcode-wrap.style_1 .slider-list .owl-dots .owl-dot.active:before {
  position: absolute;
  content: '';
  background-color: var(--primary_color);
  height: 10px;
  width: 10px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Clients Shortcode CSS */
.slider_images-shortcode-wrap {
  position: relative;
}
.slider_images-shortcode-wrap .slider_list:hover .owl-nav .owl-prev,
.slider_images-shortcode-wrap .slider_list:hover .owl-nav .owl-next {
  opacity: 1;
}
.slider_images-shortcode-wrap .slider_list .owl-nav .owl-prev,
.slider_images-shortcode-wrap .slider_list .owl-nav .owl-next {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slider_images-shortcode-wrap .slider_list .owl-nav .owl-prev:hover,
.slider_images-shortcode-wrap .slider_list .owl-nav .owl-next:hover {
  cursor: pointer;
}
.slider_images-shortcode-wrap .slider_list .owl-nav .owl-prev i,
.slider_images-shortcode-wrap .slider_list .owl-nav .owl-next i {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 15px;
  background: #ffffff;
}
.slider_images-shortcode-wrap .slider_list .owl-nav .owl-prev {
  left: 0;
}
.slider_images-shortcode-wrap .slider_list .owl-nav .owl-next {
  right: 0;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  text-align: center;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item .slider_img {
  position: relative;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item .slider_img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid rgba(238, 238, 238, 0.5);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  left: 0;
  z-index: 1;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item .content-slider {
  position: relative;
  height: 90px;
  margin-top: -80px;
  overflow: hidden;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item .content-slider .title {
  position: absolute;
  opacity: 0;
  left: -100%;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item .content-slider .price {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .slider_images-shortcode-wrap.style_1 .slider_list .slider_item .content-slider {
    margin-top: -60px;
  }
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item:hover .slider_img:before {
  border-color: var(--primary_color);
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item:hover .content-slider .title,
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item:hover .content-slider .price {
  text-align: center;
  opacity: 1;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item:hover .content-slider .title {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item:hover .content-slider .price {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider_images-shortcode-wrap.style_1 .slider_list .center .slider_item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item {
  text-align: center;
  margin: 30px 0;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item .slider_img {
  position: relative;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item .slider_img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.75);
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item .content-slider {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 2;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item .content-slider .title {
  margin-top: 10px;
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item .content-slider .price {
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 18px;
  font-weight: 600;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item:hover .slider_img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item:hover .slider_img:before {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item:hover .content-slider .title,
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item:hover .content-slider .price {
  text-align: center;
  opacity: 1;
  color: #fff;
}
.slider_images-shortcode-wrap.style_2 .owl-item:hover {
  z-index: 2;
}
@media (max-width: 767px) {
  .slider_images-shortcode-wrap.style_2 {
    padding: 0 15px;
  }
}
.login-popup {
  background: #fff;
  color: #363738;
  padding: 30px;
  min-width: 357px;
}
.login-popup h2 {
  color: var(--primary_color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.7375em;
  text-align: center;
}
.login-popup .close-btn {
  position: absolute;
  top: 0;
  right: 3px;
  font-size: 1.2em;
  color: #000;
  color: rgba(0, 0, 0, 0.5);
}
.login-popup .close-btn:hover {
  color: var(--primary_color);
}
.login-popup .message {
  color: #fff;
  margin: 0 0 10px;
}
.login-popup .message.success {
  background: #609450;
}
.login-popup .message.error {
  background: #BD362F;
}
.login-popup .message.notice {
  background: #FAA732;
}
/*** Login Form ***/
#form p {
  padding: 0;
  margin: 0 0 10px;
}
#form .field-titles {
  text-transform: uppercase;
  font-size: 0.8125em;
  line-height: 1.53846154em;
  font-weight: bold;
}
#form .input {
  font-size: 1.23076923em;
  padding: 5px;
  border: 1px solid #E6E6E6;
  background: #fff;
}
#form .input:hover,
#form .input:focus {
  border: 1px solid var(--primary_color);
}
#form #forgetmenot {
  position: relative;
  float: left;
  margin: 0;
}
#form #forgetmenot label {
  position: relative;
  top: 5px;
  font-size: 1.05em;
  cursor: pointer;
}
#form #forgetmenot label:hover {
  color: var(--primary_color);
}
#form .submit {
  width: 100%;
}
#form .submit .button {
  background: var(--primary_color);
  color: #fff;
  font-size: 1em;
  outline: 0;
  border: none;
  padding: 7px 18px;
  width: 100%;
  height: 42px;
}
#form .submit .button:hover {
  background: var(--primary_color_darken_10);
}
#additional-settings {
  font-size: 1.05em;
  position: relative;
  margin-top: 15px;
  bottom: 0px;
}
#additional-settings a {
  color: var(--primary_color);
}
#additional-settings a:hover {
  opacity: 0.8;
}
/* 3. Add To Cart Woocommerce CSS */
.product.woocommerce.add_to_cart_inline {
  display: none;
}
.add-to-cart-wrap {
  text-align: center;
}
/* 4. FAQs */
.yolo-faqs .vc_tta-panels-container {
  background: #fff;
}
.yolo-faqs .vc_tta-panels-container .vc_tta-panels {
  padding: 5% 10%;
}
.yolo-faqs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  border-bottom: 1px solid #f6f6f6;
  padding: 15px 0px;
}
.yolo-faqs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background: none;
  border: none;
}
.yolo-faqs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text {
  text-transform: uppercase;
  font-size: 14px;
}
.yolo-faqs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: none;
  border: none;
  margin-left: 5%;
}
.begreen-heading {
  font-size: 30px;
  line-height: 1.2;
  padding-bottom: 24px;
  padding-left: 5px;
  position: relative;
}
.begreen-heading:after {
  content: '';
  border-bottom: 1px solid;
  display: block;
  padding-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.begreen-heading.style2 {
  margin-top: 35px;
  padding-bottom: 10px;
}
.begreen-heading.style2:after {
  border-bottom: 1px solid #eeeeee;
  padding-top: 0;
  bottom: auto;
  top: -34px;
}
.owl-yolo-shortcode .owl-controls .owl-buttons div {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  line-height: 40px;
}
.owl-yolo-shortcode .owl-controls .owl-buttons div i {
  color: #000;
  font-size: 20px;
}
.owl-yolo-shortcode .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
.owl-yolo-shortcode .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-prev {
  left: -45px;
  opacity: 1;
}
.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-next {
  right: -45px;
  opacity: 1;
}
.owl-yolo-shortcode .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px;
}
@media (max-width: 800px) {
  .owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }
  .owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-next {
    right: 0;
  }
}
.begreen-button {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
.begreen-button i {
  position: absolute;
  font-size: 20px;
  line-height: 1.2;
}
.begreen-button.i_left {
  padding-left: 40px !important;
}
.begreen-button.i_right {
  padding-right: 40px !important;
}
.begreen-button.i_left i {
  left: 15px;
  margin-right: 5px;
}
.begreen-button.i_right i {
  margin-left: 5px;
  right: 15px;
}
.begreen-button.style1 {
  border: 2px solid;
  color: #fff;
}
.begreen-button.style1.gray-color {
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #888;
}
.begreen-button.style1:hover,
.begreen-button.style1.active {
  color: #fff;
}
.begreen-button.style2 {
  border: 2px solid #eeeeee;
}
.begreen-button.style2:hover,
.begreen-button.style2.active {
  color: #fff;
}
.begreen-button.style2.button-light {
  color: #fff;
}
.begreen-button.button-1x {
  min-width: 140px;
  padding: 4px 15px;
}
.begreen-button.button-1x i {
  top: 4px;
}
.begreen-button.button-2x {
  min-width: 140px;
  padding: 7px 20px;
}
.begreen-button.button-2x i {
  top: 7px;
}
.begreen-button.button-3x {
  min-width: 160px;
  padding: 10px 20px;
}
.begreen-button.button-3x i {
  top: 10px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading {
  margin: 0 !important;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 {
  font-size: 14px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a {
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  padding: 17px;
  color: #202020;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a:hover,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a:hover {
  text-decoration: none;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a .vc_tta-icon,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a .vc_tta-icon {
  font-size: 26px;
  width: 35px;
  vertical-align: middle;
  display: inline-block;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a span,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a span,
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a i,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a i {
  color: #202020;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon {
  width: 7px;
  height: 4px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  border-width: 4px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-body,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-body {
  border: none !important;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel {
  padding-top: 1px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel {
  padding-top: 2px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel {
  padding-top: 3px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel {
  padding-top: 4px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel {
  padding-top: 5px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel {
  padding-top: 10px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel {
  padding-top: 15px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel {
  padding-top: 20px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel {
  padding-top: 25px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel {
  padding-top: 30px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel {
  padding-top: 35px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 5px !important;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-body {
  border: 1px solid #DDDDDD !important;
}
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-body {
  background-color: #DDDDDD !important;
}
@media (max-width: 480px) {
  .vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-title-text:not(:empty):not(:first-child),
  .vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-title-text:not(:empty):not(:first-child),
  .vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-title-text:not(:empty) ~ *,
  .vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-title-text:not(:empty) ~ * {
    margin-left: 0 !important;
  }
  .vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-icon,
  .vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-icon {
    display: none !important;
  }
}
/* tour */
.vc_tta-style-tour_style1 .vc_tta-panel-heading {
  border-bottom: 1px solid #eeeeee;
}
.vc_tta-style-tour_style1 .vc_tta-tabs-list {
  margin: 0 !important;
  border: 3px solid #eeeeee;
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: flex-start !important;
  align-self: flex-start !important;
  padding: 30px 0 !important;
}
.vc_tta-style-tour_style1 .vc_tta-tabs-list .vc_tta-tab:last-child .vc_tta-title-text {
  border-bottom: 0;
}
.vc_tta-style-tour_style1 .vc_tta-title-text {
  font-size: 15px;
  color: #999999 !important;
  border-bottom: 1px solid #eeeeee;
  display: block;
  padding-bottom: 10px;
  padding-left: 6px;
}
.vc_tta-style-tour_style1 .vc_tta-title-text a {
  color: #999999 !important;
}
.vc_tta-style-tour_style1 .vc_tta-panel-body {
  padding-top: 0 !important;
}
.vc_tta-style-tour_style1 .vc_tta-tab > a {
  padding: 0 20px !important;
}
.vc_tta-style-tour_style1 .vc_tta-tabs-container {
  margin: 10px 10px 0 0 !important;
}
@media (max-width: 767px) {
  .vc_tta-style-tour_style1 .vc_tta-panels-container {
    border: 3px solid #eeeeee !important;
  }
}
/* Tabs */
.vc_tta-style-tab_style1 .vc_tta-tabs-container {
  border-bottom: 1px solid;
}
.vc_tta-style-tab_style1 .vc_tta-tabs-container h2 {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 30px;
  padding-left: 5px;
}
.vc_tta-style-tab_style1 .vc_tta-tabs-container .vc_tta-tabs-list {
  padding-bottom: 4px;
}
.vc_tta-style-tab_style1 .vc_tta-tabs-container .vc_tta-title-text {
  font-size: 15px;
}
.vc_tta-style-tab_style1 .vc_tta-panel-heading {
  border-bottom: 1px solid !important;
}
.vc_tta-style-tab_style1 .vc_tta-panel-body {
  border-width: 0 !important;
}
.vc_tta-style-tab_style1.vc_general .vc_tta-panel-body {
  -webkit-transition: padding 0.6s ease-in-out;
  -o-transition: padding 0.6s ease-in-out;
  transition: padding 0.6s ease-in-out;
}
/* message_box */
.vc_color-hm-info.vc_message_box {
  color: #6379B7;
  border-color: #6379B7;
  background-color: #F7FAFF;
}
.vc_color-hm-info.vc_message_box .vc_message_box-icon {
  color: #6379B7;
}
.vc_color-hm-info.vc_message_box-solid {
  color: #6379B7;
  border-color: transparent;
  background-color: #F7FAFF;
}
.vc_color-hm-info.vc_message_box-solid .vc_message_box-icon {
  color: #6379B7;
}
.vc_color-hm-info.vc_message_box-outline,
.vc_color-hm-info.vc_message_box-solid-icon {
  color: #6379B7;
  border-color: #6379B7;
  background-color: transparent;
}
.vc_color-hm-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #6379B7;
}
.vc_color-hm-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #6379B7;
  background-color: #F7FAFF;
}
.vc_color-hm-info.vc_message_box-3d {
  -webkit-box-shadow: 0 5px 0 #6379B7;
          box-shadow: 0 5px 0 #6379B7;
}
/* 2 */
.vc_color-hm-warning.vc_message_box {
  color: #F2C800;
  border-color: #F2C800;
  background-color: #FFFDF3;
}
.vc_color-hm-warning.vc_message_box .vc_message_box-icon {
  color: #F2C800;
}
.vc_color-hm-warning.vc_message_box-solid {
  color: #F2C800;
  border-color: transparent;
  background-color: #FFFDF3;
}
.vc_color-hm-warning.vc_message_box-solid .vc_message_box-icon {
  color: #F2C800;
}
.vc_color-hm-warning.vc_message_box-outline,
.vc_color-hm-warning.vc_message_box-solid-icon {
  color: #F2C800;
  border-color: #F2C800;
  background-color: transparent;
}
.vc_color-hm-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #F2C800;
}
.vc_color-hm-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #F2C800;
  background-color: #FFFDF3;
}
.vc_color-hm-warning.vc_message_box-3d {
  -webkit-box-shadow: 0 5px 0 #F2C800;
          box-shadow: 0 5px 0 #F2C800;
}
/* 3 */
.vc_color-hm-success.vc_message_box {
  color: #339B62;
  border-color: #339B62;
  background-color: #F5FCF8;
}
.vc_color-hm-success.vc_message_box .vc_message_box-icon {
  color: #339B62;
}
.vc_color-hm-success.vc_message_box-solid {
  color: #339B62;
  border-color: transparent;
  background-color: #F5FCF8;
}
.vc_color-hm-success.vc_message_box-solid .vc_message_box-icon {
  color: #339B62;
}
.vc_color-hm-success.vc_message_box-outline,
.vc_color-hm-success.vc_message_box-solid-icon {
  color: #339B62;
  border-color: #339B62;
  background-color: transparent;
}
.vc_color-hm-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #339B62;
}
.vc_color-hm-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #339B62;
  background-color: #F5FCF8;
}
.vc_color-hm-success.vc_message_box-3d {
  -webkit-box-shadow: 0 5px 0 #339B62;
          box-shadow: 0 5px 0 #339B62;
}
/* 4 */
.vc_color-hm-danger.vc_message_box {
  color: #CB323E;
  border-color: #CB323E;
  background-color: #FDF4F3;
}
.vc_color-hm-danger.vc_message_box .vc_message_box-icon {
  color: #CB323E;
}
.vc_color-hm-danger.vc_message_box-solid {
  color: #CB323E;
  border-color: transparent;
  background-color: #FDF4F3;
}
.vc_color-hm-danger.vc_message_box-solid .vc_message_box-icon {
  color: #CB323E;
}
.vc_color-hm-danger.vc_message_box-outline,
.vc_color-hm-danger.vc_message_box-solid-icon {
  color: #CB323E;
  border-color: #CB323E;
  background-color: transparent;
}
.vc_color-hm-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #CB323E;
}
.vc_color-hm-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #CB323E;
  background-color: #FDF4F3;
}
.vc_color-hm-danger.vc_message_box-3d {
  -webkit-box-shadow: 0 5px 0 #CB323E;
          box-shadow: 0 5px 0 #CB323E;
}
.vc_color-hm-info p,
.vc_color-hm-warning p,
.vc_color-hm-success p,
.vc_color-hm-danger p {
  padding: 25px 0 23px 23px;
}
.vc_color-hm-info i,
.vc_color-hm-warning i,
.vc_color-hm-success i,
.vc_color-hm-danger i {
  font-size: 36px;
  margin-left: 15px;
}
.contact-get-in-touch .wpcf7-text,
.contact-get-in-touch .wpcf7-textarea {
  width: 100%;
}
.contact-get-in-touch p {
  color: #202020;
  font-size: 13px;
}
.contact-get-in-touch .contact-title {
  font-size: 14px;
  color: #868686;
  padding: 0 15px;
}
.contact-get-in-touch h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.contact-get-in-touch span.wpcf7-form-control-wrap {
  display: block;
  padding-top: 8px;
}
.v-line {
  position: relative;
  min-height: 66px;
}
.v-line:after {
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: -26px;
  bottom: -26px;
  margin: auto;
  width: 1px;
  display: block;
  content: '';
}
.box-message .wpb_text_column {
  min-height: 187px;
  padding-top: 53px;
  border: 1px solid;
}
.box-message .wpb_text_column:hover * {
  color: #fff !important;
}
.box-message .wpb_text_column a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .v-line:after {
    display: none;
  }
}
.min-height-366 {
  min-height: 366px;
}
.i-location,
.i-phone,
.i-mail,
.i-clock {
  color: #868686;
  margin-bottom: 10px;
}
.i-location:before,
.i-phone:before,
.i-mail:before,
.i-clock:before {
  font-family: fontawesome;
  font-size: 20px;
  display: inline-block;
  width: 40px;
}
.i-location:before {
  content: "\f041";
}
.i-phone:before {
  content: "\f095";
}
.i-mail:before {
  content: "\f0e0";
}
.i-clock:before {
  content: "\f017";
}
@media (max-width: 1400px) {
  .title-opacity {
    font-size: 60px !important;
  }
}
@media (max-width: 1199px) {
  .title-opacity {
    display: none !important;
  }
}
/* Visual Composer */
/*
 *
 * Custom Heading
 *
 */
.vc_custom_heading.rotate-left {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  position: absolute;
  top: 7%;
  left: 13%;
  white-space: nowrap;
}
.vc_custom_heading.rotate-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  position: absolute;
  top: 7%;
  left: 90%;
  white-space: nowrap;
}
.vc_custom_heading.letter-spacing-5px {
  letter-spacing: 5px;
}
.vc_custom_heading.letter-spacing-10px {
  letter-spacing: 10px;
}
.vc_custom_heading.text-decoration strong {
  position: relative;
}
.vc_custom_heading.text-decoration strong:before {
  content: "";
  width: 130%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  margin-left: -15%;
  bottom: 50%;
}
.wpb_wrapper h2.heading-our-team {
  font-weight: bold;
  letter-spacing: 15px;
}
.wpb_wrapper h3.heading-our-team {
  font-weight: bold;
  letter-spacing: 5px;
}
.tab_belive {
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
}
.tab_belive .vc_tta-tabs-container .vc_tta-tabs-list {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #ebebeb;
}
.tab_belive .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin: 0;
}
.tab_belive .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  background-color: #fff;
  border: none;
  border-right: 1px solid #ebebeb;
  border-radius: 0;
  text-transform: uppercase;
  color: var(--text_color);
  padding: 10px 15px;
}
.tab_belive .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a,
.tab_belive .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a {
  background-color: var(--primary_color);
  border-right: 1px solid var(--primary_color);
  color: #fff;
}
.tab_belive .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child a {
  border-right: none;
}
.skill_process .vc_general {
  height: 15px;
  margin: 50px 0;
  background-color: var(--primary_color_fade_40);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.skill_process .vc_general small.vc_label {
  position: absolute;
  top: -35px;
  width: 100%;
  font-size: 18px;
  padding: 0;
}
.skill_process .vc_general small.vc_label span {
  font-size: 14px;
  line-height: 30px;
  right: 0;
  position: absolute;
}
.skill_process .vc_general span {
  border-radius: 0 !important;
}
.skill_process2 .vc_general {
  height: 10px;
  margin: 65px 0;
  border: 1px solid;
  border-color: var(--primary_color_fade_40);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.skill_process2 .vc_general small.vc_label {
  position: absolute;
  top: -35px;
  width: 100%;
  font-size: 18px;
  padding: 0;
}
.skill_process2 .vc_general small.vc_label span {
  font-size: 14px;
  line-height: 30px;
  right: 0;
  position: absolute;
}
.skill_process2 .vc_general span {
  height: 10px !important;
  top: -1px !important;
  border-radius: 0 !important;
}
html .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: var(--primary_color);
  background-color: var(--primary_color);
  color: #fff;
}
/**
 * 9.0 - Color
 * ----------------------------------------------------------------------------
 */
.round-1 .site-loading-center-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;
  animation: round-1-one 1.5s infinite;
}
.round-1 #spinner_two {
  -webkit-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;
  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 .site-loading-center-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);
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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 .site-loading-center-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;
  animation: round-3-first 2s infinite;
}
.round-3 #second_spinner {
  -webkit-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 .site-loading-center-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;
  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 .site-loading-center-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;
  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;
  animation: round-5-one 1s infinite;
}
.round-5 #spinner_two {
  -webkit-animation: round-5-two 1s infinite;
  animation: round-5-two 1s infinite;
}
.round-5 #spinner_three {
  -webkit-animation: round-5-three 1s infinite;
  animation: round-5-three 1s infinite;
}
.round-5 #spinner_four {
  -webkit-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 .site-loading-center-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;
  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;
  animation: round-6-one 1s infinite;
}
.round-6 #spinner_two {
  -webkit-animation: round-6-two 1s infinite;
  animation: round-6-two 1s infinite;
}
.round-6 #spinner_three {
  -webkit-animation: round-6-three 1s infinite;
  animation: round-6-three 1s infinite;
}
.round-6 #spinner_four {
  -webkit-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 .site-loading-center-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;
  animation: round-7 2s linear infinite;
}
.round-7 #spinner_two {
  -webkit-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;
  animation: round-7 2s linear infinite -0.8s;
}
.round-7 #spinner_four {
  -webkit-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;
  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 .site-loading-center-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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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 .site-loading-center-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;
  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);
  }
}
.square-1 .site-loading-center-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;
  -webkit-animation: square-1 1s infinite ease-in-out;
  animation: square-1 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@-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 .site-loading-center-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);
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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 .site-loading-center-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;
  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 .site-loading-center-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;
  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;
  animation: square-4-second 1s infinite;
}
.square-4 #third_spinner {
  -webkit-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;
  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 .site-loading-center-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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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 .site-loading-center-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;
  animation: square-6-one 1s infinite;
}
.square-6 #spinner_two {
  -webkit-animation: square-6-two 1s infinite;
  animation: square-6-two 1s infinite;
}
.square-6 #spinner_three {
  -webkit-animation: square-6-three 1s infinite;
  animation: square-6-three 1s infinite;
}
.square-6 #spinner_four {
  -webkit-animation: square-6-four 1s infinite;
  animation: square-6-four 1s infinite;
}
.square-6 #spinner_five {
  -webkit-animation: square-6-five 1s infinite;
  animation: square-6-five 1s infinite;
}
.square-6 #spinner_six {
  -webkit-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 .site-loading-center-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;
  animation: square-7-one 2s infinite;
}
.square-7 #spinner_two {
  -webkit-animation: square-7-two 2s infinite;
  animation: square-7-two 2s infinite;
}
.square-7 #spinner_three {
  -webkit-animation: square-7-three 2s infinite;
  animation: square-7-three 2s infinite;
}
.square-7 #spinner_four {
  -webkit-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 .site-loading-center-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);
  transform: rotate(45deg);
  -webkit-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;
  animation: square-8-one 1.5s infinite;
}
.square-8 #spinner_two {
  -webkit-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;
  animation: square-8-three 1.5s infinite;
}
.square-8 #spinner_four {
  -webkit-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 .site-loading-center-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);
  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;
  animation: square-9-one 2s infinite;
}
.square-9 #spinner_two {
  -webkit-animation: square-9-two 2s infinite;
  animation: square-9-two 2s infinite;
}
.square-9 #spinner_three {
  -webkit-animation: square-9-three 2s infinite;
  animation: square-9-three 2s infinite;
}
.square-9 #spinner_four {
  -webkit-animation: square-9-four 2s infinite;
  animation: square-9-four 2s infinite;
}
.square-9 #spinner_big {
  -webkit-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);
  }
}
/**
 * 10.0 - Color
 * ----------------------------------------------------------------------------
 */
/* 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,
.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;
}
.navbar-nav a {
  text-decoration: none;
}
.navbar-nav {
  display: inline-block;
  cursor: default;
}
.navbar-nav li {
  list-style: none;
}
.navbar-nav > li > a {
  position: relative;
  display: block;
  z-index: 510;
  padding: 19px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav > li > a span.yolo_sub_label {
  font-size: 11px;
}
/* Change ' +' in order to change the Dropdown symbol */
.navbar-nav li > a:after {
  font-family: FontAwesome;
  content: ' \f107';
}
.navbar-nav li > a:only-child:after {
  content: '';
}
span.yolo_sub_label {
  font-size: 10px;
  font-weight: normal;
  color: #eeeeee;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  padding: 1px 2px;
  vertical-align: baseline;
  margin-left: 4px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  top: -1px;
}
/* 1. MEGA MENU STYLE COLUMN */
.navbar-nav > li.menu_style_column > ul {
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: var(--menu_sub_bg_color);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.navbar-nav > li.menu_style_column:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.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%;
}
/* 2. MEGA MENU STYLE DROPDOWN */
.navbar-nav > li.menu_style_dropdown {
  z-index: 9999;
  position: relative;
}
.navbar-nav > li.menu_style_dropdown > a > i {
  line-height: 20px;
}
.navbar-nav > li.menu_style_dropdown > a > i.left {
  padding-right: 10px;
  float: left;
}
.navbar-nav > li.menu_style_dropdown > a > i.center {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > a > i.right {
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}
.navbar-nav > li.menu_style_dropdown > a > span {
  font-size: 9px;
  line-height: 14px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
}
.navbar-nav > li.menu_style_dropdown ul.sub-menu {
  background-color: var(--menu_sub_bg_color);
}
.navbar-nav > li.menu_style_dropdown > ul {
  position: absolute;
  display: none;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: #fff;
  -webkit-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 {
  min-width: 250px;
  float: none;
  display: list-item;
  position: relative;
  display: block;
  border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li:last-child {
  border-bottom: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li a {
  padding-left: 20px !important;
}
.navbar-nav > li.menu_style_dropdown > ul > li a > i {
  line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li a > i.left {
  padding-right: 10px;
  float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li a > i.center {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li a > i.right {
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li a > span {
  font-size: 9px;
  line-height: 12px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul {
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 90%;
  display: none;
  opacity: 0;
  background-color: #fff;
  visibility: hidden;
  overflow: hidden;
  -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 > ul > li {
  text-align: left;
  min-width: 250px;
  float: none;
  display: list-item;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li:last-child {
  border-bottom: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i {
  line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i.left {
  padding-right: 10px;
  float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i.center {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > i.right {
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > span {
  font-size: 10px;
  line-height: 18px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul {
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 90%;
  display: none;
  opacity: 0;
  background-color: #fff;
  visibility: hidden;
  overflow: hidden;
  -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 > ul > li > ul > li {
  min-width: 250px;
  float: none;
  display: list-item;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i {
  line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i.left {
  padding-right: 10px;
  float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i.center {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > i.right {
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > span {
  font-size: 10px;
  line-height: 18px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul {
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 90%;
  display: none;
  opacity: 0;
  background-color: #fff;
  visibility: hidden;
  overflow: hidden;
  -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 > ul > li > ul > li > ul > li {
  min-width: 250px;
  float: none;
  display: list-item;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i {
  line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i.left {
  padding-right: 10px;
  float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i.center {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > i.right {
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > span {
  font-size: 10px;
  line-height: 18px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul {
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 90%;
  display: none;
  opacity: 0;
  background-color: #fff;
  visibility: hidden;
  overflow: hidden;
  -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 > ul > li > ul > li > ul > li > ul > li {
  min-width: 250px;
  float: none;
  display: list-item;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i {
  line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i.left {
  padding-right: 10px;
  float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i.center {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > i.right {
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > span {
  font-size: 10px;
  line-height: 18px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 90%;
  display: none;
  opacity: 0;
  background-color: #fff;
  visibility: hidden;
  overflow: hidden;
  -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 > ul > li > ul > li > ul > li > ul > li > ul > li {
  min-width: 250px;
  float: none;
  display: list-item;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i {
  line-height: 25px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i.left {
  padding-right: 10px;
  float: left;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i.center {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > i.right {
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > span {
  font-size: 10px;
  line-height: 18px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 90%;
  display: none;
  opacity: 0;
  background-color: #fff;
  visibility: hidden;
  overflow: hidden;
  -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 > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.navbar-nav > li.menu_style_dropdown > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.navbar-nav > li.menu_style_dropdown > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
/* Display Dropdowns on Hover */
.navbar-nav > li.menu_style_dropdown:hover > ul {
  opacity: 1;
  display: block;
  visibility: visible;
  overflow: visible;
}
/* 3. MEGA MENU STYLE TAB */
.navbar-nav > li.menu_style_tab > ul {
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -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:after {
  content: '';
  position: absolute;
  left: 25%;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #eeeeee;
}
.navbar-nav > li.menu_style_tab > ul > li {
  display: block;
  width: 25%;
  position: static;
  clear: none;
  border-bottom: 1px solid #eeeeee;
}
.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 {
  padding: 15px 20px;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--menu_sub_text_color);
}
.navbar-nav > li.menu_style_tab > ul > li > a:after {
  content: '';
}
.navbar-nav > li.menu_style_tab > ul > li > a:before {
  content: '';
  position: absolute;
  height: 0;
  width: 2px;
  top: 0;
  left: 0;
  background-color: var(--primary_color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.navbar-nav > li.menu_style_tab > ul > li.active > a {
  color: var(--primary_color);
}
.navbar-nav > li.menu_style_tab > ul > li ul.social-profile > li a i {
  padding-right: 10px;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area .widget-post-thumbnail ul {
  width: 100%;
  left: 0;
  padding: 0;
  position: relative;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area .widget-post-thumbnail ul li {
  width: 25%;
  display: inline-block;
  padding-top: 20px;
  padding: 8px;
  padding-bottom: 15px;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content h4 a {
  color: var(--menu_sub_text_color);
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content .posts-thumbnail-meta span.author,
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content .posts-thumbnail-meta time {
  color: var(--menu_sub_text_color);
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_megamenu_widget_area,
.navbar-nav > li.menu_style_tab > ul > li ul {
  padding: 20px 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: auto;
  height: auto;
  left: 25%;
  top: 100%;
  right: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.navbar-nav > li.menu_style_tab > ul > li .yolo_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 .yolo_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 .yolo_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 .yolo_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.active .yolo_megamenu_widget_area,
.navbar-nav > li.menu_style_tab > ul > li.active ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.navbar-nav > li.menu_style_tab > ul {
  background: var(--menu_sub_bg_color);
}
.navbar-nav > li.menu_style_tab:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
/* YOLO MOBILE MENU */
.yolo-nav-mobile-menu li {
  list-style-type: none;
}
.yolo-nav-mobile-menu li > ul.sub-menu {
  display: none;
}
.yolo_widget_area > .yolo_megamenu_widget_area section {
  position: relative;
}
.yolo_widget_area > .yolo_megamenu_widget_area section:first-child {
  padding-top: 25px;
}
.yolo_widget_area > .yolo_megamenu_widget_area section:hover .widget-title-wrapper h3 {
  color: var(--primary_color);
}
.yolo_widget_area > .yolo_megamenu_widget_area section .widget-title-wrapper {
  margin: 0;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .widget-title-wrapper h3 {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: left;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .widget-title-wrapper h3:before {
  content: '';
  background-color: var(--primary_color);
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 2px;
  width: 46px;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget {
  width: 100%;
  left: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li {
  color: #333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: none;
  padding: 15px 0;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li a img {
  width: 33.33%;
  float: left;
  margin: 0;
  padding-right: 10px;
  max-width: 80px;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li a:after {
  content: '';
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li .star-rating {
  margin: 10px 0;
  text-align: left;
}
.yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li .star-rating:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.yolo_megamenu_widget_area ul.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.yolo_megamenu_widget_area ul.instagram-pics li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.yolo_megamenu_widget_area ul.instagram-pics a {
  display: block;
  position: relative;
  overflow: hidden;
}
.yolo_megamenu_widget_area ul.instagram-pics a:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.yolo_megamenu_widget_area ul.instagram-pics a:before img {
  width: 100%;
}
.yolo_megamenu_widget_area ul.instagram-pics a:hover:before {
  opacity: 1;
}
.yolo_megamenu_widget_area .instagram-col-2 ul.instagram-pics li {
  width: 50%;
}
.yolo_megamenu_widget_area .instagram-col-3 ul.instagram-pics li {
  width: 33.33333333%;
}
.yolo_megamenu_widget_area .instagram-col-4 ul.instagram-pics li {
  width: 25%;
}
.yolo_megamenu_widget_area .instagram-col-6 ul.instagram-pics li {
  width: 16.66666667%;
}
.yolo_megamenu_widget_area .instagram-col-8 ul.instagram-pics li {
  width: 12.5%;
}
.yolo_megamenu_widget_area .padding-2 ul.instagram-pics {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -2px;
  padding: 15px 15px 50px 0;
}
.yolo_megamenu_widget_area .padding-2 ul.instagram-pics li {
  padding: 4px;
}
.yolo_megamenu_widget_area .padding-3 ul.instagram-pics {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -3px;
  padding: 15px 15px 50px 0;
}
.yolo_megamenu_widget_area .padding-3 ul.instagram-pics li {
  padding: 3px;
}
.yolo_megamenu_widget_area .padding-4 ul.instagram-pics {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: -4px;
  padding: 15px 15px 50px 0;
}
.yolo_megamenu_widget_area .padding-4 ul.instagram-pics li {
  padding: 4px;
}
.yolo_megamenu_widget_area .title-center .widget-title {
  text-align: center;
}
.yolo_megamenu_widget_area ul.instagram-pics + p {
  margin: 0;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.02em;
}
.yolo_megamenu_widget_area .widget-text-center {
  text-align: center;
}
.menu-wrapper #main-menu > li:first-child > a {
  padding-left: 0;
}
.menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li {
  position: relative;
}
.menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 0%;
  background: var(--primary_color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li:hover:before {
  height: 100%;
}
.menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: var(--menu_sub_text_color);
}
.menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li a:hover {
  color: var(--primary_color);
}
.menu-wrapper #main-menu li.menu_style_column > .sub-menu {
  padding: 40px 0px;
  background-color: var(--menu_sub_bg_color);
}
.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li {
  border-left: 2px solid #eeeeee;
}
.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li:first-child {
  border: none;
  padding-left: 2px;
}
.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li .sub-menu {
  background-color: transparent;
}
.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li > a {
  position: relative;
  display: block;
  padding: 0 20px 15px 20px !important;
  margin-bottom: 20px;
  color: var(--menu_sub_text_color);
  font-weight: 700;
  text-transform: uppercase;
}
.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li > a:hover {
  color: var(--primary_color);
}
.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li > a:after {
  content: '';
  background-color: var(--primary_color);
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 2px;
  width: 46px;
}
.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li ul li:before {
  width: 2px;
  left: -2px;
}
.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li ul li a {
  padding: 10px 20px !important;
}
.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li .yolo_megamenu_widget_area > .widget-social-profile > span {
  padding: 10px 20px;
  display: block;
}
.menu-wrapper #main-menu li.menu_style_column > .sub-menu > li .yolo_megamenu_widget_area > .widget-social-profile ul li i {
  padding-right: 10px;
}
/* Menu Tagcloud */
.yolo_widget_area .tagcloud {
  font-size: 0;
  margin-top: 20px;
}
.yolo_widget_area .tagcloud a {
  color: var(--text_color) !important;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  padding: 7px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1;
  font-size: 14px;
  border: 1px solid #eeeeee;
  font-weight: 500;
}
.yolo_widget_area .tagcloud a:last-child {
  margin-right: 0;
}
.yolo_widget_area .tagcloud a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--primary_color) !important;
  border-color: var(--primary_color);
}
/*# sourceMappingURL=yolo.css.map */