<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Haru Circle
Theme URI: http://harutheme.com/circle
Author: HaruTheme
Author URI: http://harutheme.com/
Description: Circle is the Video, Film WordPress theme from HaruTheme have many features: video manage, mega menu,...and much more
Version: 2.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready
Text Domain: haru-circle
Domain Path: /languages/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*-----------------------------------
 * TABLE OF CONTENT
 * 1. LIBRARIES AND DEFINED VARIABLES
 * 2. CORE
 * 3. THEME
 * 4. HEADER
 * 5. FOOTER
 * 6. BLOG
 * 7. WOOCOMMERCE
 * 8. SHORTCODES
 * 9. THEMECHECK
 * 10. RESPONSIVE PAGES
 *-----------------------------------*/
/*-----------------------------------
 * 1. LIBRARIES AND DEFINED VARIABLES
 *-----------------------------------*/
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}

@-webkit-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}

@-o-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}

@keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}

/*-----------------------------------
 * ICON HOVER EFFECT KEYFRAMES
 *-----------------------------------*/
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*-----------------------------------
 * 2. CORE
 *-----------------------------------*/
/* =WordPress Core
 * see: https://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 16px;
  margin: 0;
  padding: 5px 4px 5px;
  font-style: italic;
  margin-bottom: 20px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.bypostauthor &gt; article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}

/*-----------------------------------
 * LOADING
 *-----------------------------------*/
.square-1 {
  background-color: #bd4932;
}

.square-1 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

.square-1 .spinner {
  width: 80px;
  height: 80px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  -webkit-animation: square-1 1s infinite ease-in-out;
  -o-animation: square-1 1s infinite ease-in-out;
  animation: square-1 1s infinite ease-in-out;
}

@-webkit-keyframes square-1 {
  0% {
    -webkit-transform: perspective(160px);
  }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
  }
}

@keyframes square-1 {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}

.square-2 {
  background-color: #db9e36;
}

.square-2 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.square-2 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 65px;
  top: 65px;
}

.square-2 .spinner:nth-child(2n+0) {
  margin-right: 0;
}

.square-2 #spinner_one {
  -webkit-animation: square-2-one 2s infinite;
  -o-animation: square-2-one 2s infinite;
  animation: square-2-one 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.square-2 #spinner_two {
  -webkit-animation: square-2-two 2s infinite;
  -o-animation: square-2-two 2s infinite;
  animation: square-2-two 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.square-2 #spinner_three {
  -webkit-animation: square-2-three 2s infinite;
  -o-animation: square-2-three 2s infinite;
  animation: square-2-three 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.square-2 #spinner_four {
  -webkit-animation: square-2-four 2s infinite;
  -o-animation: square-2-four 2s infinite;
  animation: square-2-four 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.square-2 #spinner_five {
  -webkit-animation: square-2-five 2s infinite;
  -o-animation: square-2-five 2s infinite;
  animation: square-2-five 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.square-2 #spinner_six {
  -webkit-animation: square-2-six 2s infinite;
  -o-animation: square-2-six 2s infinite;
  animation: square-2-six 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.square-2 #spinner_seven {
  -webkit-animation: square-2-seven 2s infinite;
  -o-animation: square-2-seven 2s infinite;
  animation: square-2-seven 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.square-2 #spinner_eight {
  -webkit-animation: square-2-eight 2s infinite;
  -o-animation: square-2-eight 2s infinite;
  animation: square-2-eight 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.square-2 #spinner_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: square-2-big 2s infinite;
  -o-animation: square-2-big 2s infinite;
  animation: square-2-big 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes square-2-one {
  50% {
    -webkit-transform: translate(-65px, -65px);
  }
}

@keyframes square-2-one {
  50% {
    transform: translate(-65px, -65px);
    -webkit-transform: translate(-65px, -65px);
  }
}

@-webkit-keyframes square-2-two {
  50% {
    -webkit-transform: translate(0, -65px);
  }
}

@keyframes square-2-two {
  50% {
    transform: translate(0, -65px);
    -webkit-transform: translate(0, -65px);
  }
}

@-webkit-keyframes square-2-three {
  50% {
    -webkit-transform: translate(65px, -65px);
  }
}

@keyframes square-2-three {
  50% {
    transform: translate(65px, -65px);
    -webkit-transform: translate(65px, -65px);
  }
}

@-webkit-keyframes square-2-four {
  50% {
    -webkit-transform: translate(65px, 0);
  }
}

@keyframes square-2-four {
  50% {
    transform: translate(65px, 0);
    -webkit-transform: translate(65px, 0);
  }
}

@-webkit-keyframes square-2-five {
  50% {
    -webkit-transform: translate(65px, 65px);
  }
}

@keyframes square-2-five {
  50% {
    transform: translate(65px, 65px);
    -webkit-transform: translate(65px, 65px);
  }
}

@-webkit-keyframes square-2-six {
  50% {
    -webkit-transform: translate(0, 65px);
  }
}

@keyframes square-2-six {
  50% {
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px);
  }
}

@-webkit-keyframes square-2-seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
  }
}

@keyframes square-2-seven {
  50% {
    transform: translate(-65px, 65px);
    -webkit-transform: translate(-65px, 65px);
  }
}

@-webkit-keyframes square-2-eight {
  50% {
    -webkit-transform: translate(-65px, 0);
  }
}

@keyframes square-2-eight {
  50% {
    transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0);
  }
}

@-webkit-keyframes square-2-big {
  50% {
    -webkit-transform: scale(0.5);
  }
}

@keyframes square-2-big {
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

.square-3 {
  background-color: #ffd34e;
}

.square-3 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

.square-3 .spinner {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #fff;
  left: 73px;
  top: 73px;
  position: absolute;
}

.square-3 #first_spinner {
  -webkit-animation: square-3-first-animate 1s infinite ease-in-out;
  -o-animation: square-3-first-animate 1s infinite ease-in-out;
  animation: square-3-first-animate 1s infinite ease-in-out;
}

.square-3 #second_spinner {
  -webkit-animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
  -moz-animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
  -o-animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
  -ms-transition: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
  animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
}

.square-3 #third_spinner {
  -webkit-animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
  -moz-animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
  -o-animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
  -ms-transition: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
  animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
}

@-webkit-keyframes square-3-first-animate {
  0% {
    -webkit-transform: perspective(100px);
  }
  50% {
    -webkit-transform: perspective(100px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(-180deg) rotateX(-180deg);
  }
}

@keyframes square-3-first-animate {
  0% {
    transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
  }
}

@-webkit-keyframes square-3-second {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}

@keyframes square-3-second {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}

@-webkit-keyframes square-3-second-animate {
  0% {
    -webkit-transform: perspective(200px);
  }
  50% {
    -webkit-transform: perspective(200px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes square-3-second-animate {
  0% {
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(200px) rotateX(180deg) rotateY(0deg);
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(200px) rotateX(180deg) rotateY(180deg);
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
  }
}

@-webkit-keyframes square-3-third {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}

@keyframes square-3-third {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}

@-webkit-keyframes square-3-third-animate {
  0% {
    -webkit-transform: perspective(300px);
  }
  50% {
    -webkit-transform: perspective(300px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(300px) rotateY(-180deg) rotateX(-180deg);
  }
}

@keyframes square-3-third-animate {
  0% {
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
  }
}

.square-4 {
  background-color: white;
}

.square-4 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.square-4 .spinner {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0);
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #ef4a4a;
  left: 37px;
  top: 37px;
  position: absolute;
}

.square-4 #first_spinner {
  -webkit-animation: square-4-first 1s infinite;
  -o-animation: square-4-first 1s infinite;
  animation: square-4-first 1s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.square-4 #second_spinner {
  -webkit-animation: square-4-second 1s infinite;
  -o-animation: square-4-second 1s infinite;
  animation: square-4-second 1s infinite;
}

.square-4 #third_spinner {
  -webkit-animation: square-4-third 1s infinite;
  -o-animation: square-4-third 1s infinite;
  animation: square-4-third 1s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.square-4 #forth_spinner {
  -webkit-animation: square-4-forth 1s infinite;
  -o-animation: square-4-forth 1s infinite;
  animation: square-4-forth 1s infinite;
}

@-webkit-keyframes square-4-first {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(150%, 150%) scale(2, 2);
    -webkit-transform: translate(150%, 150%) scale(2, 2);
    transform: translate(150%, 150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}

@keyframes square-4-first {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(150%, 150%) scale(2, 2);
    -webkit-transform: translate(150%, 150%) scale(2, 2);
    transform: translate(150%, 150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}

@-webkit-keyframes square-4-second {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(-150%, 150%) scale(2, 2);
    -webkit-transform: translate(-150%, 150%) scale(2, 2);
    transform: translate(-150%, 150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}

@keyframes square-4-second {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(-150%, 150%) scale(2, 2);
    -webkit-transform: translate(-150%, 150%) scale(2, 2);
    transform: translate(-150%, 150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}

@-webkit-keyframes square-4-third {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(-150%, -150%) scale(2, 2);
    -webkit-transform: translate(-150%, -150%) scale(2, 2);
    transform: translate(-150%, -150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}

@keyframes square-4-third {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(-150%, -150%) scale(2, 2);
    -webkit-transform: translate(-150%, -150%) scale(2, 2);
    transform: translate(-150%, -150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}

@-webkit-keyframes square-4-forth {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(150%, -150%) scale(2, 2);
    -webkit-transform: translate(150%, -150%) scale(2, 2);
    transform: translate(150%, -150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}

@keyframes square-4-forth {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
  50% {
    -ms-transform: translate(150%, -150%) scale(2, 2);
    -webkit-transform: translate(150%, -150%) scale(2, 2);
    transform: translate(150%, -150%) scale(2, 2);
  }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1);
  }
}

.square-5 {
  background-color: #2980b9;
}

.square-5 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;
}

.square-5 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}

.square-5 .spinner:nth-child(3n+0) {
  margin-right: 0px;
}

.square-5 #spinner_one {
  -webkit-animation: square-5 1s -0.9s ease-in-out infinite;
  -o-animation: square-5 1s -0.9s ease-in-out infinite;
  animation: square-5 1s -0.9s ease-in-out infinite;
}

.square-5 #spinner_two {
  -webkit-animation: square-5 1s -0.8s ease-in-out infinite;
  -o-animation: square-5 1s -0.8s ease-in-out infinite;
  animation: square-5 1s -0.8s ease-in-out infinite;
}

.square-5 #spinner_three {
  -webkit-animation: square-5 1s -0.7s ease-in-out infinite;
  -o-animation: square-5 1s -0.7s ease-in-out infinite;
  animation: square-5 1s -0.7s ease-in-out infinite;
}

.square-5 #spinner_four {
  -webkit-animation: square-5 1s -0.6s ease-in-out infinite;
  -o-animation: square-5 1s -0.6s ease-in-out infinite;
  animation: square-5 1s -0.6s ease-in-out infinite;
}

.square-5 #spinner_five {
  -webkit-animation: square-5 1s -0.5s ease-in-out infinite;
  -o-animation: square-5 1s -0.5s ease-in-out infinite;
  animation: square-5 1s -0.5s ease-in-out infinite;
}

.square-5 #spinner_six {
  -webkit-animation: square-5 1s -0.4s ease-in-out infinite;
  -o-animation: square-5 1s -0.4s ease-in-out infinite;
  animation: square-5 1s -0.4s ease-in-out infinite;
}

.square-5 #spinner_seven {
  -webkit-animation: square-5 1s -0.3s ease-in-out infinite;
  -o-animation: square-5 1s -0.3s ease-in-out infinite;
  animation: square-5 1s -0.3s ease-in-out infinite;
}

.square-5 #spinner_eight {
  -webkit-animation: square-5 1s -0.2s ease-in-out infinite;
  -o-animation: square-5 1s -0.2s ease-in-out infinite;
  animation: square-5 1s -0.2s ease-in-out infinite;
}

.square-5 #spinner_nine {
  -webkit-animation: square-5 1s -0.1s ease-in-out infinite;
  -o-animation: square-5 1s -0.1s ease-in-out infinite;
  animation: square-5 1s -0.1s ease-in-out infinite;
}

@-webkit-keyframes square-5 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes square-5 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.square-6 {
  background-color: #3498db;
}

.square-6 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 118px;
  width: 72px;
  margin-top: -59px;
  margin-left: -36px;
}

.square-6 .spinner {
  width: 26px;
  height: 26px;
  background-color: #fff;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}

.square-6 .spinner:nth-child(2n+0) {
  margin-right: 0;
}

.square-6 #spinner_one {
  -webkit-animation: square-6-one 1s infinite;
  -o-animation: square-6-one 1s infinite;
  animation: square-6-one 1s infinite;
}

.square-6 #spinner_two {
  -webkit-animation: square-6-two 1s infinite;
  -o-animation: square-6-two 1s infinite;
  animation: square-6-two 1s infinite;
}

.square-6 #spinner_three {
  -webkit-animation: square-6-three 1s infinite;
  -o-animation: square-6-three 1s infinite;
  animation: square-6-three 1s infinite;
}

.square-6 #spinner_four {
  -webkit-animation: square-6-four 1s infinite;
  -o-animation: square-6-four 1s infinite;
  animation: square-6-four 1s infinite;
}

.square-6 #spinner_five {
  -webkit-animation: square-6-five 1s infinite;
  -o-animation: square-6-five 1s infinite;
  animation: square-6-five 1s infinite;
}

.square-6 #spinner_six {
  -webkit-animation: square-6-six 1s infinite;
  -o-animation: square-6-six 1s infinite;
  animation: square-6-six 1s infinite;
}

@-webkit-keyframes square-6-one {
  50% {
    -ms-transform: translate(-100px, 46px) rotate(-179deg);
    -webkit-transform: translate(-100px, 46px) rotate(-179deg);
    transform: translate(-100px, 46px) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes square-6-one {
  50% {
    -ms-transform: translate(-100px, 46px) rotate(-179deg);
    -webkit-transform: translate(-100px, 46px) rotate(-179deg);
    transform: translate(-100px, 46px) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes square-6-two {
  50% {
    -ms-transform: translate(100px, 46px) rotate(179deg);
    -webkit-transform: translate(100px, 46px) rotate(179deg);
    transform: translate(100px, 46px) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes square-6-two {
  50% {
    -ms-transform: translate(100px, 46px) rotate(179deg);
    -webkit-transform: translate(100px, 46px) rotate(179deg);
    transform: translate(100px, 46px) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes square-6-three {
  50% {
    -ms-transform: translate(-100px, 0) rotate(-179deg);
    -webkit-transform: translate(-100px, 0) rotate(-179deg);
    transform: translate(-100px, 0) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes square-6-three {
  50% {
    -ms-transform: translate(-100px, 0) rotate(-179deg);
    -webkit-transform: translate(-100px, 0) rotate(-179deg);
    transform: translate(-100px, 0) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes square-6-four {
  50% {
    -ms-transform: translate(100px, 0) rotate(179deg);
    -webkit-transform: translate(100px, 0) rotate(179deg);
    transform: translate(100px, 0) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes square-6-four {
  50% {
    -ms-transform: translate(100px, 0) rotate(179deg);
    -webkit-transform: translate(100px, 0) rotate(179deg);
    transform: translate(100px, 0) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes square-6-five {
  50% {
    -ms-transform: translate(-100px, -46px) rotate(-179deg);
    -webkit-transform: translate(-100px, -46px) rotate(-179deg);
    transform: translate(-100px, -46px) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes square-6-five {
  50% {
    -ms-transform: translate(-100px, -46px) rotate(-179deg);
    -webkit-transform: translate(-100px, -46px) rotate(-179deg);
    transform: translate(-100px, -46px) rotate(-179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes square-6-six {
  50% {
    -ms-transform: translate(100px, -46px) rotate(179deg);
    -webkit-transform: translate(100px, -46px) rotate(179deg);
    transform: translate(100px, -46px) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes square-6-six {
  50% {
    -ms-transform: translate(100px, -46px) rotate(179deg);
    -webkit-transform: translate(100px, -46px) rotate(179deg);
    transform: translate(100px, -46px) rotate(179deg);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.square-7 {
  background-color: #e74c3c;
}

.square-7 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.square-7 .spinner {
  width: 25px;
  height: 25px;
  background-color: #fff;
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
}

.square-7 .spinner:nth-child(2n+0) {
  margin-right: 0;
}

.square-7 #spinner_one {
  -webkit-animation: square-7-one 2s infinite;
  -o-animation: square-7-one 2s infinite;
  animation: square-7-one 2s infinite;
}

.square-7 #spinner_two {
  -webkit-animation: square-7-two 2s infinite;
  -o-animation: square-7-two 2s infinite;
  animation: square-7-two 2s infinite;
}

.square-7 #spinner_three {
  -webkit-animation: square-7-three 2s infinite;
  -o-animation: square-7-three 2s infinite;
  animation: square-7-three 2s infinite;
}

.square-7 #spinner_four {
  -webkit-animation: square-7-four 2s infinite;
  -o-animation: square-7-four 2s infinite;
  animation: square-7-four 2s infinite;
}

@-webkit-keyframes square-7-one {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes square-7-one {
  25% {
    transform: translate(75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(75px, 75px) rotate(-180deg);
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    transform: translate(0, 75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes square-7-two {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes square-7-two {
  25% {
    transform: translate(0, 75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(-75px, 75px) rotate(-180deg);
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes square-7-three {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes square-7-three {
  25% {
    transform: translate(0, -75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(75px, -75px) rotate(-180deg);
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    transform: translate(75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes square-7-four {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes square-7-four {
  25% {
    transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(-75px, -75px) rotate(-180deg);
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    transform: translate(0, -75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.square-8 {
  background-color: #2c3e50;
}

.square-8 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: square-8-loading-center-absolute 1.5s infinite;
  -o-animation: square-8-loading-center-absolute 1.5s infinite;
  animation: square-8-loading-center-absolute 1.5s infinite;
}

.square-8 .spinner {
  width: 25px;
  height: 25px;
  background-color: #fff;
  float: left;
}

.square-8 #spinner_one {
  -webkit-animation: square-8-one 1.5s infinite;
  -o-animation: square-8-one 1.5s infinite;
  animation: square-8-one 1.5s infinite;
}

.square-8 #spinner_two {
  -webkit-animation: square-8-two 1.5s infinite;
  -o-animation: square-8-two 1.5s infinite;
  animation: square-8-two 1.5s infinite;
}

.square-8 #spinner_three {
  -webkit-animation: square-8-three 1.5s infinite;
  -o-animation: square-8-three 1.5s infinite;
  animation: square-8-three 1.5s infinite;
}

.square-8 #spinner_four {
  -webkit-animation: square-8-four 1.5s infinite;
  -o-animation: square-8-four 1.5s infinite;
  animation: square-8-four 1.5s infinite;
}

@-webkit-keyframes square-8-loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}

@keyframes square-8-loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}

@-webkit-keyframes square-8-one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes square-8-one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes square-8-two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes square-8-two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes square-8-three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes square-8-three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes square-8-four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes square-8-four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

.square-9 {
  background-color: #1e1e20;
}

.square-9 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.square-9 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 110px;
  float: left;
  margin-bottom: 110px;
}

.square-9 .spinner:nth-child(2n+0) {
  margin-right: 0;
}

.square-9 #spinner_one {
  -webkit-animation: square-9-one 2s infinite;
  -o-animation: square-9-one 2s infinite;
  animation: square-9-one 2s infinite;
}

.square-9 #spinner_two {
  -webkit-animation: square-9-two 2s infinite;
  -o-animation: square-9-two 2s infinite;
  animation: square-9-two 2s infinite;
}

.square-9 #spinner_three {
  -webkit-animation: square-9-three 2s infinite;
  -o-animation: square-9-three 2s infinite;
  animation: square-9-three 2s infinite;
}

.square-9 #spinner_four {
  -webkit-animation: square-9-four 2s infinite;
  -o-animation: square-9-four 2s infinite;
  animation: square-9-four 2s infinite;
}

.square-9 #spinner_big {
  -webkit-animation: square-9-big 0.5s infinite;
  -o-animation: square-9-big 0.5s infinite;
  animation: square-9-big 0.5s infinite;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
}

@-webkit-keyframes square-9-big {
  25% {
    -webkit-transform: scale(0.5);
  }
}

@keyframes square-9-big {
  25% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-webkit-keyframes square-9-one {
  25% {
    -webkit-transform: translate(130px, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(130px, 130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, 130px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes square-9-one {
  25% {
    transform: translate(130px, 0) rotate(-90deg);
    -webkit-transform: translate(130px, 0) rotate(-90deg);
  }
  50% {
    transform: translate(130px, 130px) rotate(-180deg);
    -webkit-transform: translate(130px, 130px) rotate(-180deg);
  }
  75% {
    transform: translate(0, 130px) rotate(-270deg);
    -webkit-transform: translate(0, 130px) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes square-9-two {
  25% {
    -webkit-transform: translate(0, 130px) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(-130px, 130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(-130px, 0) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes square-9-two {
  25% {
    transform: translate(0, 130px) rotate(-90deg);
    -webkit-transform: translate(0, 130px) rotate(-90deg);
  }
  50% {
    transform: translate(-130px, 130px) rotate(-180deg);
    -webkit-transform: translate(-130px, 130px) rotate(-180deg);
  }
  75% {
    transform: translate(-130px, 0) rotate(-270deg);
    -webkit-transform: translate(-130px, 0) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes square-9-three {
  25% {
    -webkit-transform: translate(0, -130px) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(130px, -130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(130px, 0) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes square-9-three {
  25% {
    transform: translate(0, -130px) rotate(-90deg);
    -webkit-transform: translate(0, -130px) rotate(-90deg);
  }
  50% {
    transform: translate(130px, -130px) rotate(-180deg);
    -webkit-transform: translate(130px, -130px) rotate(-180deg);
  }
  75% {
    transform: translate(130px, 0) rotate(-270deg);
    -webkit-transform: translate(130px, 0) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes square-9-four {
  25% {
    -webkit-transform: translate(-130px, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(-130px, -130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, -130px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes square-9-four {
  25% {
    transform: translate(-130px, 0) rotate(-90deg);
    -webkit-transform: translate(-130px, 0) rotate(-90deg);
  }
  50% {
    transform: translate(-130px, -130px) rotate(-180deg);
    -webkit-transform: translate(-130px, -130px) rotate(-180deg);
  }
  75% {
    transform: translate(0, -130px) rotate(-270deg);
    -webkit-transform: translate(0, -130px) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.round-1 {
  background-color: #374140;
}

.round-1 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.round-1 .spinner {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 100%;
}

.round-1 #spinner_one {
  -webkit-animation: round-1-one 1.5s infinite;
  -o-animation: round-1-one 1.5s infinite;
  animation: round-1-one 1.5s infinite;
}

.round-1 #spinner_two {
  -webkit-animation: round-1-two 1.5s infinite;
  -o-animation: round-1-two 1.5s infinite;
  animation: round-1-two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.round-1 #spinner_three {
  -webkit-animation: round-1-three 1.5s infinite;
  -o-animation: round-1-three 1.5s infinite;
  animation: round-1-three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes round-1-one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes round-1-one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes round-1-two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes round-1-two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes round-1-three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes round-1-three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

.round-2 {
  background-color: #dc3522;
}

.round-2 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.round-2 .spinner {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  position: absolute;
  left: 65px;
  top: 65px;
  border-radius: 50%;
}

.round-2 .spinner:nth-child(2n+0) {
  margin-right: 0;
}

.round-2 #spinner_one {
  -webkit-animation: round-2-one 2s infinite;
  -o-animation: round-2-one 2s infinite;
  animation: round-2-one 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.round-2 #spinner_two {
  -webkit-animation: round-2-two 2s infinite;
  -o-animation: round-2-two 2s infinite;
  animation: round-2-two 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.round-2 #spinner_three {
  -webkit-animation: round-2-three 2s infinite;
  -o-animation: round-2-three 2s infinite;
  animation: round-2-three 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.round-2 #spinner_four {
  -webkit-animation: round-2-four 2s infinite;
  -o-animation: round-2-four 2s infinite;
  animation: round-2-four 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.round-2 #spinner_five {
  -webkit-animation: round-2-five 2s infinite;
  -o-animation: round-2-five 2s infinite;
  animation: round-2-five 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.round-2 #spinner_six {
  -webkit-animation: round-2-six 2s infinite;
  -o-animation: round-2-six 2s infinite;
  animation: round-2-six 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.round-2 #spinner_seven {
  -webkit-animation: round-2-seven 2s infinite;
  -o-animation: round-2-seven 2s infinite;
  animation: round-2-seven 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.round-2 #spinner_eight {
  -webkit-animation: round-2-eight 2s infinite;
  -o-animation: round-2-eight 2s infinite;
  animation: round-2-eight 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.round-2 #spinner_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: round-2-big 2s infinite;
  -o-animation: round-2-big 2s infinite;
  animation: round-2-big 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes round-2-big {
  50% {
    -webkit-transform: scale(0.5);
  }
}

@keyframes round-2-big {
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-webkit-keyframes round-2-one {
  50% {
    -webkit-transform: translate(-65px, -65px);
  }
}

@keyframes round-2-one {
  50% {
    transform: translate(-65px, -65px);
    -webkit-transform: translate(-65px, -65px);
  }
}

@-webkit-keyframes round-2-two {
  50% {
    -webkit-transform: translate(0, -65px);
  }
}

@keyframes round-2-two {
  50% {
    transform: translate(0, -65px);
    -webkit-transform: translate(0, -65px);
  }
}

@-webkit-keyframes round-2-three {
  50% {
    -webkit-transform: translate(65px, -65px);
  }
}

@keyframes round-2-three {
  50% {
    transform: translate(65px, -65px);
    -webkit-transform: translate(65px, -65px);
  }
}

@-webkit-keyframes round-2-four {
  50% {
    -webkit-transform: translate(65px, 0);
  }
}

@keyframes round-2-four {
  50% {
    transform: translate(65px, 0);
    -webkit-transform: translate(65px, 0);
  }
}

@-webkit-keyframes round-2-five {
  50% {
    -webkit-transform: translate(65px, 65px);
  }
}

@keyframes round-2-five {
  50% {
    transform: translate(65px, 65px);
    -webkit-transform: translate(65px, 65px);
  }
}

@-webkit-keyframes round-2-six {
  50% {
    -webkit-transform: translate(0, 65px);
  }
}

@keyframes round-2-six {
  50% {
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px);
  }
}

@-webkit-keyframes round-2-seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
  }
}

@keyframes round-2-seven {
  50% {
    transform: translate(-65px, 65px);
    -webkit-transform: translate(-65px, 65px);
  }
}

@-webkit-keyframes round-2-eight {
  50% {
    -webkit-transform: translate(-65px, 0);
  }
}

@keyframes round-2-eight {
  50% {
    transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0);
  }
}

.round-3 {
  background-color: #88a825;
}

.round-3 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 200px;
  margin-top: -25px;
  margin-left: -100px;
}

.round-3 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  margin-top: 15px;
  border-radius: 100%;
}

.round-3 #first_spinner {
  -webkit-animation: round-3-first 2s infinite;
  -o-animation: round-3-first 2s infinite;
  animation: round-3-first 2s infinite;
}

.round-3 #second_spinner {
  -webkit-animation: round-3-second 2s infinite;
  -o-animation: round-3-second 2s infinite;
  animation: round-3-second 2s infinite;
}

@-webkit-keyframes round-3-first {
  25% {
    -ms-transform: translate(90px, 0) scale(2);
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
  50% {
    -ms-transform: translate(180px, 0) scale(1);
    -webkit-transform: translate(180px, 0) scale(1);
    transform: translate(180px, 0) scale(1);
  }
  75% {
    -ms-transform: translate(90px, 0) scale(2);
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
}

@keyframes round-3-first {
  25% {
    -ms-transform: translate(90px, 0) scale(2);
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
  50% {
    -ms-transform: translate(180px, 0) scale(1);
    -webkit-transform: translate(180px, 0) scale(1);
    transform: translate(180px, 0) scale(1);
  }
  75% {
    -ms-transform: translate(90px, 0) scale(2);
    -webkit-transform: translate(90px, 0) scale(2);
    transform: translate(90px, 0) scale(2);
  }
}

@-webkit-keyframes round-3-second {
  25% {
    -ms-transform: translate(-90px, 0) scale(2);
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
  50% {
    -ms-transform: translate(-180px, 0) scale(1);
    -webkit-transform: translate(-180px, 0) scale(1);
    transform: translate(-180px, 0) scale(1);
  }
  75% {
    -ms-transform: translate(-90px, 0) scale(2);
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
}

@keyframes round-3-second {
  25% {
    -ms-transform: translate(-90px, 0) scale(2);
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
  50% {
    -ms-transform: translate(-180px, 0) scale(1);
    -webkit-transform: translate(-180px, 0) scale(1);
    transform: translate(-180px, 0) scale(1);
  }
  75% {
    -ms-transform: translate(-90px, 0) scale(2);
    -webkit-transform: translate(-90px, 0) scale(2);
    transform: translate(-90px, 0) scale(2);
  }
}

.round-4 {
  background-color: #35203b;
}

.round-4 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 300px;
  margin-top: -25px;
  margin-left: -150px;
}

.round-4 .spinner {
  width: 18px;
  height: 18px;
  background-color: #fff;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 100%;
  -webkit-animation: round-4 1s infinite;
  -o-animation: round-4 1s infinite;
  animation: round-4 1s infinite;
}

.round-4 .spinner:last-child {
  margin-right: 0px;
}

.round-4 .spinner:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.round-4 .spinner:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.round-4 .spinner:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.round-4 .spinner:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.round-4 .spinner:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.round-4 .spinner:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.round-4 .spinner:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.round-4 .spinner:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes round-4 {
  50% {
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
}

@keyframes round-4 {
  50% {
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
}

.round-5 {
  background-color: #cf4a30;
}

.round-5 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: round-5-loading-center-absolute 1s infinite;
  -o-animation: round-5-loading-center-absolute 1s infinite;
  animation: round-5-loading-center-absolute 1s infinite;
}

.round-5 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.round-5 .spinner:nth-child(2n+0) {
  margin-right: 0;
}

.round-5 #spinner_one {
  -webkit-animation: round-5-one 1s infinite;
  -o-animation: round-5-one 1s infinite;
  animation: round-5-one 1s infinite;
}

.round-5 #spinner_two {
  -webkit-animation: round-5-two 1s infinite;
  -o-animation: round-5-two 1s infinite;
  animation: round-5-two 1s infinite;
}

.round-5 #spinner_three {
  -webkit-animation: round-5-three 1s infinite;
  -o-animation: round-5-three 1s infinite;
  animation: round-5-three 1s infinite;
}

.round-5 #spinner_four {
  -webkit-animation: round-5-four 1s infinite;
  -o-animation: round-5-four 1s infinite;
  animation: round-5-four 1s infinite;
}

@-webkit-keyframes round-5-loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round-5-loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes round-5-one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}

@keyframes round-5-one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}

@-webkit-keyframes round-5-two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}

@keyframes round-5-two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}

@-webkit-keyframes round-5-three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

@keyframes round-5-three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

@-webkit-keyframes round-5-four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}

@keyframes round-5-four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}

.round-6 {
  background-color: #ed8c2b;
}

.round-6 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 140px;
  margin-top: -10px;
  margin-left: -70px;
  -webkit-animation: round-6-loading-center-absolute 1s infinite;
  -o-animation: round-6-loading-center-absolute 1s infinite;
  animation: round-6-loading-center-absolute 1s infinite;
}

.round-6 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.round-6 .spinner:last-child {
  margin-right: 0;
}

.round-6 #spinner_one {
  -webkit-animation: round-6-one 1s infinite;
  -o-animation: round-6-one 1s infinite;
  animation: round-6-one 1s infinite;
}

.round-6 #spinner_two {
  -webkit-animation: round-6-two 1s infinite;
  -o-animation: round-6-two 1s infinite;
  animation: round-6-two 1s infinite;
}

.round-6 #spinner_three {
  -webkit-animation: round-6-three 1s infinite;
  -o-animation: round-6-three 1s infinite;
  animation: round-6-three 1s infinite;
}

.round-6 #spinner_four {
  -webkit-animation: round-6-four 1s infinite;
  -o-animation: round-6-four 1s infinite;
  animation: round-6-four 1s infinite;
}

@-webkit-keyframes round-6-loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round-6-loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes round-6-one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}

@keyframes round-6-one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}

@-webkit-keyframes round-6-two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}

@keyframes round-6-two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}

@-webkit-keyframes round-6-three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

@keyframes round-6-three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

@-webkit-keyframes round-6-four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}

@keyframes round-6-four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}

.round-7 {
  background-color: #db5800;
}

.round-7 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 100px;
  margin-top: -10px;
  margin-left: -50px;
}

.round-7 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
}

.round-7 #spinner_one {
  -webkit-animation: round-7 2s linear infinite;
  -o-animation: round-7 2s linear infinite;
  animation: round-7 2s linear infinite;
}

.round-7 #spinner_two {
  -webkit-animation: round-7 2s linear infinite -0.4s;
  -o-animation: round-7 2s linear infinite -0.4s;
  animation: round-7 2s linear infinite -0.4s;
}

.round-7 #spinner_three {
  -webkit-animation: round-7 2s linear infinite -0.8s;
  -o-animation: round-7 2s linear infinite -0.8s;
  animation: round-7 2s linear infinite -0.8s;
}

.round-7 #spinner_four {
  -webkit-animation: round-7 2s linear infinite -1.2s;
  -o-animation: round-7 2s linear infinite -1.2s;
  animation: round-7 2s linear infinite -1.2s;
}

.round-7 #spinner_five {
  -webkit-animation: round-7 2s linear infinite -1.6s;
  -o-animation: round-7 2s linear infinite -1.6s;
  animation: round-7 2s linear infinite -1.6s;
}

@-webkit-keyframes round-7 {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}

@keyframes round-7 {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}

.round-8 {
  background-color: #ff9000;
}

.round-8 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;
}

.round-8 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
  border-radius: 50%;
}

.round-8 .spinner:nth-child(3n+0) {
  margin-right: 0px;
}

.round-8 #spinner_one {
  -webkit-animation: round-8 1s -0.9s ease-in-out infinite;
  -o-animation: round-8 1s -0.9s ease-in-out infinite;
  animation: round-8 1s -0.9s ease-in-out infinite;
}

.round-8 #spinner_two {
  -webkit-animation: round-8 1s -0.8s ease-in-out infinite;
  -o-animation: round-8 1s -0.8s ease-in-out infinite;
  animation: round-8 1s -0.8s ease-in-out infinite;
}

.round-8 #spinner_three {
  -webkit-animation: round-8 1s -0.7s ease-in-out infinite;
  -o-animation: round-8 1s -0.7s ease-in-out infinite;
  animation: round-8 1s -0.7s ease-in-out infinite;
}

.round-8 #spinner_four {
  -webkit-animation: round-8 1s -0.6s ease-in-out infinite;
  -o-animation: round-8 1s -0.6s ease-in-out infinite;
  animation: round-8 1s -0.6s ease-in-out infinite;
}

.round-8 #spinner_five {
  -webkit-animation: round-8 1s -0.5s ease-in-out infinite;
  -o-animation: round-8 1s -0.5s ease-in-out infinite;
  animation: round-8 1s -0.5s ease-in-out infinite;
}

.round-8 #spinner_six {
  -webkit-animation: round-8 1s -0.4s ease-in-out infinite;
  -o-animation: round-8 1s -0.4s ease-in-out infinite;
  animation: round-8 1s -0.4s ease-in-out infinite;
}

.round-8 #spinner_seven {
  -webkit-animation: round-8 1s -0.3s ease-in-out infinite;
  -o-animation: round-8 1s -0.3s ease-in-out infinite;
  animation: round-8 1s -0.3s ease-in-out infinite;
}

.round-8 #spinner_eight {
  -webkit-animation: round-8 1s -0.2s ease-in-out infinite;
  -o-animation: round-8 1s -0.2s ease-in-out infinite;
  animation: round-8 1s -0.2s ease-in-out infinite;
}

.round-8 #spinner_nine {
  -webkit-animation: round-8 1s -0.1s ease-in-out infinite;
  -o-animation: round-8 1s -0.1s ease-in-out infinite;
  animation: round-8 1s -0.1s ease-in-out infinite;
}

@-webkit-keyframes round-8 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes round-8 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.round-9 {
  background-color: #f0c600;
}

.round-9 .haru-loading-site-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  border-radius: 50%;
}

.round-9 .spinner {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: round-9 0.8s infinite;
  -o-animation: round-9 0.8s infinite;
  animation: round-9 0.8s infinite;
}

.round-9 #spinner_one {
  top: 19px;
  left: 19px;
}

.round-9 #spinner_two {
  top: 0px;
  left: 65px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.round-9 #spinner_three {
  top: 19px;
  left: 111px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.round-9 #spinner_four {
  top: 65px;
  left: 130px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.round-9 #spinner_five {
  top: 111px;
  left: 111px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.round-9 #spinner_six {
  top: 130px;
  left: 65px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.round-9 #spinner_seven {
  top: 111px;
  left: 19px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.round-9 #spinner_eight {
  top: 65px;
  left: 0px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes round-9 {
  25% {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes round-9 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

#haru-site-preloader {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}

#haru-site-preloader .haru-loading-site {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*-----------------------------------
 * DIALOG
 *-----------------------------------*/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
}

.dialog.dialog--open {
  visibility: visible;
}

.dialog__content {
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}

.dialog--open .dialog__content {
  pointer-events: auto;
}

.dialog--open .dialog__overlay {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.dialog--close .dialog__overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.dialog__content {
  padding: 0;
}

.dialog.dialog--open .dialog__content {
  opacity: 1;
}

.morph-shape {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -2px;
  left: -2px;
  z-index: -1;
}

.morph-shape svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}

.dialog--open .morph-shape svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  -o-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}

.dialog-inner {
  opacity: 0;
}

.dialog-inner div button {
  background-color: transparent;
}

.dialog-inner div button i {
  font-size: 20px;
}

.dialog--open .dialog-inner {
  padding: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  -o-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}

.dialog.dialog--open h2 {
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  -o-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}

.dialog.dialog--open button[data-dialog-close] {
  position: absolute;
  border: none;
  outline: none;
  top: 10%;
  right: 5%;
  width: 50px;
  height: 50px;
  line-height: 1;
  color: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.dialog.dialog--open button[data-dialog-close]:hover {
  color: #fd6500;
}

.dialog.dialog--open p {
  line-height: 1.5;
  font-size: 18px;
}

@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* FadeInDown for Search Popup*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.dialog--open {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*-----------------------------------
 * NEWSLETTER POPUP
 *-----------------------------------*/
#haru-popup {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 95%;
  padding: 115px 70px 70px;
  position: relative;
  text-align: left;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#haru-popup .newsletter-title {
  color: #fd6500;
  font-size: 64px;
  font-family: "Playfair Display";
}

#haru-popup .newsletter-description {
  max-width: 320px;
  line-height: 1.8;
}

#haru-popup .subscribe-default {
  position: relative;
  padding-bottom: 5px;
}

#haru-popup .subscribe-default .subscribe-email {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
}

#haru-popup .subscribe-default .subscribe-email input[type="email"] {
  border: 1px solid #e0e0e0;
  font-style: italic;
  width: 100%;
  padding: 9px 0 9px 9px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#haru-popup .subscribe-default .subscribe-email input[type="email"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#haru-popup .subscribe-default .subscribe-email input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

#haru-popup .subscribe-default .subscribe-email input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

#haru-popup .subscribe-default .subscribe-email input[type="email"]:focus {
  outline: none;
}

#haru-popup .subscribe-default .subscribe-submit {
  position: absolute;
  right: 0;
}

#haru-popup .subscribe-default .subscribe-submit input[type="submit"] {
  border: none;
  background: none;
  text-transform: uppercase;
  padding: 10px 35px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  background: #fd6500;
}

#haru-popup .subscribe-default .subscribe-submit input[type="submit"]:hover {
  background: #fd6500;
  color: #fff;
}

#haru-popup .subscribe-default .subscribe-submit input[type="submit"]:focus {
  outline: none;
}

#haru-popup .checkbox-label {
  margin-top: 50px;
}

#haru-popup .checkbox-label label {
  font-weight: normal;
}

@media (max-width: 480px) {
  #haru-popup .checkbox-label {
    margin-left: 15px;
  }
}

@media (max-width: 480px) {
  #haru-popup {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 
* Add css3 animation effect 
* More details here: http://codepen.io/dimsemenov/pen/GAIkt
*/
/* 
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.null-instagram-feed .instagram-pics {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
}

.null-instagram-feed .instagram-pics li {
  width: 25%;
  display: inline-block;
  padding: 5px;
}

.null-instagram-feed .instagram-pics li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.null-instagram-feed.columns-2 .instagram-pics li {
  width: 50%;
}

.null-instagram-feed.columns-3 .instagram-pics li {
  width: 33.333333%;
}

.null-instagram-feed.columns-4 .instagram-pics li {
  width: 25%;
}

.null-instagram-feed .clear {
  display: none;
}

.widget-circle-videos ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}

.widget-circle-videos ul a:after {
  display: none;
}

.widget-circle-videos ul.list_style_1 li, .widget-circle-videos ul.list_style_2 li {
  padding-bottom: 10px;
}

.widget-circle-videos ul.list_style_1 li .video-image, .widget-circle-videos ul.list_style_2 li .video-image {
  width: 27%;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.widget-circle-videos ul.list_style_1 li .video-content, .widget-circle-videos ul.list_style_2 li .video-content {
  width: 68%;
  float: right;
}

.widget-circle-videos ul.list_style_1 li .video-content .video-title, .widget-circle-videos ul.list_style_2 li .video-content .video-title {
  line-height: 1.4;
}

.widget-circle-videos ul.list_style_1 li .video-content .video-meta, .widget-circle-videos ul.list_style_2 li .video-content .video-meta {
  font-size: 12px;
}

.widget-circle-videos ul.list_style_1 li .video-content .video-meta span, .widget-circle-videos ul.list_style_2 li .video-content .video-meta span {
  padding: 0 6px;
  font-style: italic;
}

.widget-circle-videos ul.list_style_1 li .video-content .video-meta span:first-child, .widget-circle-videos ul.list_style_2 li .video-content .video-meta span:first-child {
  padding-left: 0;
}

.widget-circle-videos ul.list_style_1 li .video-content .video-meta span i, .widget-circle-videos ul.list_style_2 li .video-content .video-meta span i {
  color: #fd6500;
  padding-right: 5px;
}

.widget-circle-videos ul.list_style_1 li .video-content .video-meta span.comment-count, .widget-circle-videos ul.list_style_2 li .video-content .video-meta span.comment-count {
  display: none;
}

.widget-circle-videos ul.carousel_1 li .video-content .video-meta, .widget-circle-videos ul.carousel_2 li .video-content .video-meta {
  display: none;
}

.widget-circle-videos ul.carousel_1 .owl-nav, .widget-circle-videos ul.carousel_2 .owl-nav {
  margin-top: 10px;
}

.widget-circle-videos ul.carousel_1 .owl-nav .owl-prev, .widget-circle-videos ul.carousel_1 .owl-nav .owl-next, .widget-circle-videos ul.carousel_2 .owl-nav .owl-prev, .widget-circle-videos ul.carousel_2 .owl-nav .owl-next {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #e0e0e0;
  text-align: center;
  width: 25px;
}

.widget-circle-videos ul.carousel_1 .owl-nav .owl-prev:hover, .widget-circle-videos ul.carousel_1 .owl-nav .owl-next:hover, .widget-circle-videos ul.carousel_2 .owl-nav .owl-prev:hover, .widget-circle-videos ul.carousel_2 .owl-nav .owl-next:hover {
  background-color: #fd6500;
  border: 1px solid #fd6500;
  color: #fff;
}

.widget-circle-top-film {
  background-color: #111;
}

.widget-circle-top-film .widget-title {
  margin-left: 25px;
  padding-top: 30px;
}

.widget-circle-top-film .widget-title span {
  color: #fff;
}

.widget-circle-top-film .film-list {
  list-style-type: none;
  list-style: none;
  margin-bottom: 0;
  padding: 10px 0;
}

.widget-circle-top-film .film-list.top-view .film-item {
  padding: 20px 25px;
  border-bottom: 1px dashed #333;
}

.widget-circle-top-film .film-list.top-view .film-item:last-child {
  border-bottom: none;
}

.widget-circle-top-film .film-list.top-view .film-item .top-number {
  background-color: #333;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.widget-circle-top-film .film-list.top-view .film-item .item-content {
  display: inline-block;
  padding-left: 15px;
  width: calc(100% - 45px);
}

.widget-circle-top-film .film-list.top-view .film-item .item-content a {
  color: #ababab;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-circle-top-film .film-list.top-view .film-item .item-content a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-circle-top-film .film-list.top-view .film-item .item-content .view-count {
  font-size: 15px;
  margin-top: 5px;
}

.widget-circle-top-film .film-list.top-view .film-item .item-content .view-count i {
  color: #fd6500;
  margin-right: 6px;
}

.widget-circle-top-film .film-list.top-rated .film-item {
  padding: 20px 25px;
  border-bottom: 1px dashed #333;
  clear: both;
}

.widget-circle-top-film .film-list.top-rated .film-item:last-child {
  border-bottom: none;
}

.widget-circle-top-film .film-list.top-rated .film-item .item-thumbnail {
  width: 30%;
  float: left;
}

.widget-circle-top-film .film-list.top-rated .film-item .item-content {
  width: 70%;
  float: right;
  padding-left: 15px;
}

.widget-circle-top-film .film-list.top-rated .film-item .item-content .film-title {
  margin-top: -8px;
}

.widget-circle-top-film .film-list.top-rated .film-item .item-content .film-title a {
  color: #fff;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-circle-top-film .film-list.top-rated .film-item .item-content .film-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-circle-top-film .film-list.top-rated .film-item .item-content .item-rating .point {
  color: #fd6500;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
}

.widget-circle-film-tag {
  background-color: #111;
}

.widget-circle-film-tag .widget-title {
  margin-left: 25px;
  padding-top: 30px;
}

.widget-circle-film-tag .widget-title span {
  color: #fff;
}

.widget-circle-film-tag .film-tag-list {
  padding: 15px 25px 30px 25px;
}

.widget-circle-film-tag .film-tag-list a {
  font-family: "Playfair Display";
  font-style: italic;
  color: #ababab;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-circle-film-tag .film-tag-list a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*-----------------------------------
 * 3. THEME
 *-----------------------------------*/
/*-----------------------------------
 * BASE STYLE
 *-----------------------------------*/
body {
  color: #696969;
  line-height: 1.8;
  overflow-x: hidden;
  font-family: "Nunito Sans";
}

a {
  text-decoration: none;
  color: #696969;
}

a:hover {
  color: #fd6500;
  text-decoration: none;
}

a:active {
  color: #fd6500;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #262626;
  font-family: "Playfair Display";
  font-weight: 700;
}

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

p {
  line-height: 1.8;
}

/*-----------------------------------
 * LAYOUT STYLE
 *-----------------------------------*/
body.layout-boxed #haru-main {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

body.layout-float {
  padding: 20px !important;
}

body #haru-main {
  background: #fff;
}

/*-----------------------------------
 * BACK TO TOP
 *-----------------------------------*/
.back-to-top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: -45px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.back-to-top.in {
  bottom: 30px;
}

.back-to-top:hover {
  background: rgba(0, 0, 0, 0.5);
}

.back-to-top i {
  color: #fff;
  font-size: 18px;
}

/*-----------------------------------
 * DEMO CONTROL
 *-----------------------------------*/
#demo-controls .demo-controls-wrapper {
  display: block;
  position: fixed;
  top: 200px;
  width: 200px;
  z-index: 999;
  background: #fff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#demo-controls .demo-controls-wrapper.in {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#demo-controls .demo-controls-wrapper .demo-control-open {
  display: block;
  height: 50px;
  position: absolute;
  width: 50px;
  left: 100%;
  top: 10px;
  border-radius: 0 4px 4px 0;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 4px 1px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 4px 1px 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 1px 2px 2px rgba(0, 0, 0, 0.15);
  margin-left: -1px;
  text-align: center;
  line-height: 55px;
}

#demo-controls .demo-controls-wrapper .demo-control-open:hover {
  cursor: pointer;
}

#demo-controls .demo-controls-wrapper .demo-control-open i {
  font-size: 21px;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll {
  margin: 20px;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-buynow .button-buynow {
  display: block;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #fd6500;
  background: #fd6500;
  text-transform: uppercase;
  color: #fff;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-buynow .button-buynow:hover {
  background: #000;
  border: 1px solid #000;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-title {
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 30px;
  background: #fd6500;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row {
  margin-top: 15px;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .demo-control-btn {
  display: inline-block;
  width: 47%;
  padding: 5px 10px;
  color: #000;
  border: 1px solid #fd6500;
  text-align: center;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .demo-control-btn.active {
  background: #fd6500;
  color: #fff;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .demo-control-btn:hover {
  background: #fd6500;
  color: #fff;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .demo-control-btn.wide-buton {
  margin-right: 2%;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .switch-body-background {
  padding: 0;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .switch-body-background li {
  width: 27px;
  height: 27px;
  float: left;
  display: block;
  margin: 0 5px 5px 0;
  cursor: pointer;
  position: relative;
  background-image: url("../haru-circle/assets/images/pattern-bg.png");
  background-repeat: no-repeat;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-body .demo-control-section .demo-control-row .switch-body-background li.active {
  -webkit-box-shadow: 0 0 0 1px #fd6500;
  -moz-box-shadow: 0 0 0 1px #fd6500;
  box-shadow: 0 0 0 1px #fd6500;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-demos .demo-control-section .demo-control-title {
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}

#demo-controls .demo-controls-wrapper .demo-control-scroll .demo-control-demos .demo-control-section .demo-control-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 30px;
  background: #fd6500;
}

/*-----------------------------------
 * PAGE TITLE AND BREADCRUMBS
 *-----------------------------------*/
.haru-page-title-section {
  margin-bottom: 100px;
  position: relative;
  min-height: 170px;
}

@media screen and (max-width: 991px) {
  .haru-page-title-section {
    margin-bottom: 30px;
    min-height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .haru-page-title-section {
    min-height: 58px;
  }
}

.haru-page-title-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.haru-page-title-section .haru-page-title-wrapper {
  padding-top: 8%;
}

.haru-page-title-section .haru-page-title-wrapper.no-breadcrumbs {
  padding-bottom: 8%;
}

.haru-page-title-section .haru-page-title-wrapper .page-title-inner .block-center-inner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .haru-page-title-section .haru-page-title-wrapper .page-title-inner .block-center-inner h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .haru-page-title-section .haru-page-title-wrapper .page-title-inner .block-center-inner h2 {
    font-size: 24px;
  }
}

.haru-page-title-section .haru-page-title-wrapper .page-title-inner .page-sub-title {
  display: block;
  position: relative;
  padding-top: 15px;
  color: #262626;
}

.haru-page-title-section .haru-breadcrumb-wrapper {
  padding-bottom: 6%;
}

.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs {
  list-style-type: none;
  list-style: none;
  padding: 0;
  text-align: center;
}

.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-style: italic;
}

.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li:last-child {
  padding-right: 0;
}

.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li span {
  color: #fd6500;
}

.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li a {
  color: #fff;
}

.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li a:hover {
  color: #fd6500;
}

.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li:first-child:before {
  display: none;
}

.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li:before {
  position: absolute;
  left: -18px;
  content: '/';
  color: #fff;
}

@media screen and (max-width: 991px) {
  .haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/*-----------------------------------
 * CUSTOMIZE VISUAL COMPOSER OVERLAY
 *-----------------------------------*/
.overlay-bg-vc-wapper {
  position: relative;
}

.overlay-bg-vc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*-----------------------------------
 * CONTACT PAGES
 *-----------------------------------*/
.contact-form .contact-name {
  padding-right: 15px;
  width: 50%;
  float: left;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-name {
    width: 100%;
    padding-right: 0;
  }
}

.contact-form .contact-email {
  padding-left: 15px;
  width: 50%;
  float: left;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-email {
    width: 100%;
    padding-left: 0;
  }
}

.contact-form .contact-subject {
  clear: both;
}

.contact-form .contact-submit {
  text-align: center;
}

.contact-form .contact-submit input {
  background: transparent;
  border: 2px solid #e0e0e0 !important;
  border: none;
  color: #fd6500;
  font-weight: 700;
  margin-top: 25px;
  padding: 10px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form .contact-submit input:hover {
  background-color: #fd6500 !important;
  border: 2px solid #fd6500 !important;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form .contact-submit input:focus {
  outline: none;
}

.contact-form .contact-label {
  padding: 10px 0;
  text-transform: uppercase;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  background-color: #faf8f4;
  border: 1px solid #faf8f4;
  margin-bottom: 30px;
  padding: 8px 15px;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.contact-form input[type="text"]::-moz-placeholder, .contact-form input[type="email"]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #ababab;
  opacity: 1;
}

.contact-form input[type="text"]:-ms-input-placeholder, .contact-form input[type="email"]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #ababab;
}

.contact-form input[type="text"]::-webkit-input-placeholder, .contact-form input[type="email"]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #ababab;
}

.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
  outline: none;
  border: 1px solid #fd6500;
}

@media screen and (max-width: 991px) {
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    margin-bottom: 20px;
  }
}

.vc_custom_heading.heading_style_1 {
  font-size: 48px;
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .vc_custom_heading.heading_style_1 {
    font-size: 34px !important;
  }
}

@media screen and (max-width: 991px) {
  .vc_custom_heading.heading_style_1 {
    font-size: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .vc_custom_heading.heading_style_1 {
    font-size: 28px !important;
    word-wrap: break-word;
  }
}

.vc_custom_heading.heading_style_1.home-9, .vc_custom_heading.heading_style_1.home-10 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .vc_custom_heading.heading_style_1.home-9, .vc_custom_heading.heading_style_1.home-10 {
    font-size: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .vc_custom_heading.heading_style_1.home-9, .vc_custom_heading.heading_style_1.home-10 {
    font-size: 28px !important;
    word-wrap: break-word;
  }
}

.vc_custom_heading.heading_style_1.italic {
  font-style: italic;
  font-weight: normal;
}

.vc_custom_heading.heading_style_2 {
  font-family: "Nunito Sans";
}

.vc_custom_heading.heading_style_3 {
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .vc_custom_heading.heading_style_3 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 991px) {
  .vc_custom_heading.heading_style_3 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .vc_custom_heading.heading_style_3 {
    font-size: 24px !important;
  }
}

.vc_custom_heading.heading_style_4 {
  font-family: "Playfair Display";
  font-style: italic;
}

@media screen and (max-width: 1199px) {
  .vc_custom_heading.heading_style_4 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 991px) {
  .vc_custom_heading.heading_style_4 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .vc_custom_heading.heading_style_4 {
    font-size: 24px !important;
  }
}

.vc_custom_heading.heading_style_5 {
  color: #fff;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

.vc_custom_heading.heading_style_5:before {
  content: "/";
  color: #fd6500;
  left: 0;
  position: absolute;
}

.vc_custom_heading.sub_heading_style_1 {
  color: #ababab;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .vc_custom_heading.sub_heading_style_1 {
    font-size: 14px;
  }
}

.vc_custom_heading.sub_heading_style_2 {
  color: #ababab;
  font-style: italic;
}

.vc_custom_heading.footer_style_1 {
  color: #333333;
  font-family: "Nunito Sans";
  font-weight: 400;
  font-style: italic;
  padding-left: 10px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.vc_custom_heading.footer_style_1:before {
  content: "/";
  color: #fd6500;
  left: 0;
  position: absolute;
}

.sub_heading_style_1 {
  color: #ababab;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sub_heading_style_1 {
    font-size: 14px;
  }
}

.sub_heading_style_1 span.text-light {
  color: #fff;
}

.sub_heading_style_1 span.text-dark {
  color: #333;
}

@media screen and (max-width: 767px) {
  .button_style_1 {
    text-align: center !important;
  }
}

.button_style_1 button, .button_style_1 a {
  background-color: #fd6500 !important;
  background-image: none !important;
  border: 2px solid #fd6500 !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 10px 30px !important;
  min-width: 150px;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}

.button_style_1 button:hover, .button_style_1 a:hover {
  border: 2px solid #e0e0e0 !important;
  background-color: transparent !important;
  color: #fd6500 !important;
}

.button_style_1.button-ios {
  margin-right: 20px;
}

.button_style_1.button-ios button, .button_style_1.button-ios a {
  position: relative;
  padding-left: 40px !important;
}

.button_style_1.button-ios button:hover, .button_style_1.button-ios a:hover {
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.button_style_1.button-ios button:before, .button_style_1.button-ios a:before {
  content: "\f227";
  font-family: 'Ionicons';
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .button_style_2 {
    text-align: center !important;
  }
}

.button_style_2 button, .button_style_2 a {
  background-image: none !important;
  border: 2px solid #e0e0e0 !important;
  background-color: transparent !important;
  color: #fd6500 !important;
  font-weight: 700 !important;
  padding: 10px 30px !important;
  min-width: 135px;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}

.button_style_2 button:hover, .button_style_2 a:hover {
  background-color: #fd6500 !important;
  border: 2px solid #fd6500 !important;
  color: #fff !important;
}

.button_style_2.button-android button, .button_style_2.button-android a {
  position: relative;
  padding-left: 40px !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.button_style_2.button-android button:hover, .button_style_2.button-android a:hover {
  border: 2px solid #fd6500 !important;
}

.button_style_2.button-android button:before, .button_style_2.button-android a:before {
  content: "\f225";
  font-family: 'Ionicons';
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .button_style_3 {
    text-align: center !important;
  }
}

.button_style_3 button, .button_style_3 a {
  background-color: #fd6500 !important;
  background-image: none !important;
  border: 2px solid #fd6500 !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 10px 30px !important;
  min-width: 150px;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}

.button_style_3 button:hover, .button_style_3 a:hover {
  border: 2px solid #757575 !important;
  background-color: transparent !important;
  color: #fd6500 !important;
}

@media screen and (max-width: 767px) {
  .button_style_4 {
    text-align: center !important;
  }
}

.button_style_4 button, .button_style_4 a {
  background-image: none !important;
  border: 2px solid #757575 !important;
  background-color: transparent !important;
  color: #fd6500 !important;
  font-weight: 700 !important;
  padding: 10px 30px !important;
  min-width: 135px;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}

.button_style_4 button:hover, .button_style_4 a:hover {
  background-color: #fd6500 !important;
  border: 2px solid #fd6500 !important;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .button_style_6 {
    text-align: center !important;
  }
}

.button_style_6 button, .button_style_6 a {
  background-image: none !important;
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  background-color: transparent !important;
  color: #fd6500 !important;
  font-weight: 700 !important;
  padding: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.button_style_6 button:hover, .button_style_6 a:hover {
  border-bottom: 1px solid #fd6500 !important;
}

.slideshow-online {
  margin-bottom: 0 !important;
}

.slide-icon {
  margin-right: 5px;
}

.slide-icon.primary-color {
  color: #fd6500;
}

.heading-online {
  position: relative;
}

.heading-online:before {
  position: absolute;
  left: 15px;
  bottom: 15px;
  height: 1px;
  background-color: #696969;
  width: calc(100% - 30px);
}

.button_style_5 {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .button_style_5 {
    text-align: left !important;
  }
}

.button_style_5 button, .button_style_5 a {
  background-image: none !important;
  border: none !important;
  background-color: transparent !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding-right: 0 !important;
}

.button_style_5 button:hover, .button_style_5 a:hover {
  color: #fd6500 !important;
}

.button_style_5 button:before, .button_style_5 a:before {
  content: "\f488";
  font-family: Ionicons;
  position: absolute;
  left: 0;
  top: 16px;
  color: #fd6500;
}

.sidebar-home {
  padding-top: 2%;
}

.sidebar-home &gt; .vc_column-inner {
  padding-left: 15%;
}

@media screen and (max-width: 991px) {
  .sidebar-home &gt; .vc_column-inner {
    padding-left: 15px;
  }
}

/*-----------------------------------
 * SPECIAL PARALLAX PAGE HOME 2 FIX
 *-----------------------------------*/
body.parallax-disable {
  overflow-x: hidden;
}

body.parallax-disable .vc_row[data-vc-full-width] {
  overflow: inherit;
}

/*-----------------------------------
 * AJAX LOADING OVERFLOW
 *-----------------------------------*/
.haru-ajax-overflow {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-ajax-overflow.active {
  display: table;
  z-index: 99999999;
}

.haru-ajax-overflow .haru-ajax-loading {
  width: 60px;
  height: 50px;
  background-color: #fff;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.haru-ajax-overflow .haru-ajax-loading .loading-wrapper {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.haru-ajax-overflow .spinner {
  width: 5px;
  height: 5px;
  background-color: #fd6500;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: round-9 0.8s infinite;
  -o-animation: round-9 0.8s infinite;
  animation: round-9 0.8s infinite;
}

.haru-ajax-overflow #spinner_one {
  top: 5px;
  left: 5px;
}

.haru-ajax-overflow #spinner_two {
  top: 0px;
  left: 16px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.haru-ajax-overflow #spinner_three {
  top: 5px;
  left: 27px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.haru-ajax-overflow #spinner_four {
  top: 16px;
  left: 31px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.haru-ajax-overflow #spinner_five {
  top: 27px;
  left: 27px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.haru-ajax-overflow #spinner_six {
  top: 31px;
  left: 16px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.haru-ajax-overflow #spinner_seven {
  top: 27px;
  left: 5px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.haru-ajax-overflow #spinner_eight {
  top: 16px;
  left: 0px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.haru-content-404 .page-content {
  text-align: center;
  margin-bottom: 50px;
}

.haru-content-404 .page-content .haru-title-404 {
  line-height: 1;
  font-size: 250px;
  color: #fd6500;
}

@media screen and (max-width: 991px) {
  .haru-content-404 .page-content .haru-title-404 {
    font-size: 200px;
  }
}

@media screen and (max-width: 767px) {
  .haru-content-404 .page-content .haru-title-404 {
    font-size: 150px;
  }
}

.haru-content-404 .page-content p.txt2 {
  color: #262626;
  font-size: 36px;
  letter-spacing: 0px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .haru-content-404 .page-content p.txt2 {
    font-size: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .haru-content-404 .page-content p.txt2 {
    font-size: 30px;
    line-height: 30px;
  }
}

.haru-content-404 .page-content p.txt3 {
  color: #696969;
  padding-bottom: 20px;
}

.haru-content-404 .page-content a {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-content-404 .page-content a:hover {
  border: 2px solid #e0e0e0;
  background-color: transparent;
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-content-404 .page-content a i {
  margin-right: 5px;
}

/*-----------------------------------
 * 4. HEADER
 *-----------------------------------*/
/*-----------------------------------
 * HEADER
 *-----------------------------------*/
/*-----------------------------------
 * TOPBAR
 *-----------------------------------*/
.haru-top-bar {
  height: 50px;
  border-bottom: 1px solid #e0e0e0;
}

.haru-top-bar .top-sidebar {
  line-height: 50px;
}

.haru-top-bar .top-sidebar.top-bar-left {
  text-align: left;
  color: #ababab;
}

.haru-top-bar .top-sidebar.top-bar-right {
  text-align: right;
  color: #ababab;
}

.haru-top-bar .top-sidebar.top-bar-right a {
  color: #ababab;
  margin: 0 5px;
}

.haru-top-bar .top-sidebar.top-bar-right a:hover {
  color: #fd6500;
}

@media screen and (max-width: 767px) {
  .haru-top-bar.mobile-top-bar-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .haru-top-bar {
    height: auto;
  }
}

header.header-1 {
  height: 120px;
}

header.header-1 .haru-header-wrapper .header-left .header-logo a img {
  padding-top: 37px;
  padding-bottom: 36px;
  max-height: 120px;
}

header.header-1 .haru-header-wrapper .header-right .menu-wrapper {
  float: left;
  display: inline-block;
}

header.header-1 .haru-header-wrapper .header-right .menu-wrapper .haru-main-menu &gt; li:hover &gt; a:before {
  width: calc(100% - 40px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.header-1 .haru-header-wrapper .header-right .menu-wrapper .haru-main-menu &gt; li.current-menu-item &gt; a:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
  top: 75px;
  background-color: #fd6500;
}

header.header-1 .haru-header-wrapper .header-right .menu-wrapper .haru-main-menu &gt; li &gt; a {
  line-height: 120px;
  padding-top: 0;
  padding-bottom: 0;
}

header.header-1 .haru-header-wrapper .header-right .menu-wrapper .haru-main-menu &gt; li &gt; a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 20px;
  top: 75px;
  background-color: #fd6500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.header-1 .haru-header-wrapper .header-right .menu-wrapper .haru-main-menu &gt; li &gt; a:after {
  display: none;
}

header.header-1 .haru-header-wrapper .header-right .header-customize {
  display: flex;
  align-items: center;
  height: 120px;
}

header.header-1.header-float .haru-header-wrapper .header-right .menu-wrapper .haru-main-menu &gt; li &gt; a {
  color: #fff;
}

header.header-1.header-float .haru-header-wrapper .header-right .header-customize.header-customize-nav .header-customize-item.search-button-wrapper a:hover i {
  color: #fd6500;
}

header.header-1.header-float .haru-header-wrapper .header-right .header-customize.header-customize-nav .header-customize-item.search-button-wrapper a i {
  color: #fff;
}

header.header-1 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-on .haru-header-wrapper .header-right .menu-wrapper .haru-main-menu &gt; li &gt; a:before {
  display: none;
}

header.header-1 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-on .haru-header-wrapper .header-right .header-customize-nav {
  height: 60px;
}

header.header-1 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-on .haru-header-wrapper .header-right .header-customize-nav .header-customize-item.search-button-wrapper a i {
  color: #fff;
  border-color: #fff;
}

header.header-1 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-on .haru-header-wrapper .header-right .header-customize-nav .header-customize-item.shopping-cart-wrapper i {
  color: #fff;
  border-color: #fff;
}

header.header-1 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-out .menu-wrapper .haru-main-menu &gt; li &gt; a {
  line-height: 60px;
}

header.header-1 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-out .menu-wrapper .haru-main-menu &gt; li &gt; a:before {
  display: none;
}

header.header-1 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-out .header-customize-nav {
  height: 60px;
}

header.header-1 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-out .header-customize-nav .header-customize-item {
  line-height: 60px;
}

header.header-1 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-out .header-customize-nav .header-customize-item.search-button-wrapper a i {
  color: #fff;
  border-color: #fff;
}

header.header-1 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-out .header-customize-nav .header-customize-item.shopping-cart-wrapper i {
  color: #fff;
  border-color: #fff;
}

header.header-2 .haru-header-nav-above {
  position: relative;
}

header.header-2 .haru-header-nav-above .container {
  position: relative;
}

header.header-2 .haru-header-nav-above .container .fl {
  position: relative;
  z-index: 99;
}

header.header-2 .haru-header-nav-above .container .fl .header-customize-left {
  height: 200px;
}

header.header-2 .haru-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li:first-child {
  padding-left: 0;
}

header.header-2 .haru-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i {
  color: #ababab;
}

header.header-2 .haru-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i:hover {
  color: #fd6500;
}

header.header-2 .haru-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i:hover.fa-facebook {
  color: #3b5998;
}

header.header-2 .haru-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i:hover.fa-twitter {
  color: #00b6f1;
}

header.header-2 .haru-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i:hover.fa-instagram {
  color: #c32aa3;
}

header.header-2 .haru-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i:hover.fa-pinterest {
  color: #cb2027;
}

header.header-2 .haru-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i:hover.fa-youtube {
  color: #b31217;
}

header.header-2 .haru-header-nav-above .container .fl .header-customize-left .header-customize-item.header-social-profile-wrapper li a i:hover.fa-vimeo-square {
  color: #45bbff;
}

header.header-2 .haru-header-nav-above .container .header-logo {
  height: 200px;
  position: relative;
}

header.header-2 .haru-header-nav-above .container .header-logo a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 152px;
}

header.header-2 .haru-header-nav-above .container .fr {
  position: absolute;
  right: 15px;
  top: 0;
}

header.header-2 .haru-header-nav-above .container .fr .header-customize-right {
  height: 200px;
}

header.header-2 .haru-header-nav-above .container .fr .header-customize-right .custom-text-wrapper i {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
}

header.header-2 .haru-header-nav-wrapper .haru-header-wrapper .header-center {
  display: flex;
}

header.header-2 .haru-header-nav-wrapper .haru-header-wrapper .header-center .header-center-primary-menu {
  margin: 0 auto;
}

header.header-2 .haru-header-nav-wrapper .haru-header-wrapper .header-center .header-center-primary-menu .menu-wrapper #main-menu &gt; li &gt; a {
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

header.header-2 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-on .haru-header-wrapper .header-center .header-center-primary-menu .menu-wrapper .haru-main-menu &gt; li &gt; a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-3 .haru-header-wrapper .header-left {
  float: left;
}

.header-3 .haru-header-wrapper .header-left .header-logo a img {
  padding-top: 30px;
  padding-bottom: 25px;
}

.header-3 .haru-header-wrapper .header-right {
  float: right;
}

.header-3 .haru-header-wrapper .header-right .menu-wrapper {
  float: left;
}

.header-3 .haru-header-wrapper .header-right .menu-wrapper .haru-main-menu &gt; li &gt; a {
  line-height: 140px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.header-3 .haru-header-wrapper .header-right .header-customize-nav {
  line-height: 140px;
}

.header-3 .haru-header-wrapper .haru-sticky-wrapper .haru-header-nav-wrapper .container {
  clear: both;
}

.header-3 .haru-header-wrapper .haru-sticky-wrapper.sticky-on .container .haru-header-wrapper .header-left .header-logo a img {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-3 .haru-header-wrapper .haru-sticky-wrapper.sticky-on .container .haru-header-wrapper .header-right {
  float: right;
}

.header-3 .haru-header-wrapper .haru-sticky-wrapper.sticky-on .container .haru-header-wrapper .header-right .menu-wrapper .haru-main-menu &gt; li &gt; a {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.header-3 .haru-header-wrapper .haru-sticky-wrapper.sticky-on .container .haru-header-wrapper .header-right .header-customize-nav {
  line-height: 60px;
}

.header-3 .haru-header-wrapper .haru-sticky-wrapper.sticky-out .container .haru-header-wrapper .header-left .header-logo a img {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-3 .haru-header-wrapper .haru-sticky-wrapper.sticky-out .container .haru-header-wrapper .header-right {
  float: right;
}

.header-3 .haru-header-wrapper .haru-sticky-wrapper.sticky-out .container .haru-header-wrapper .header-right .menu-wrapper .haru-main-menu &gt; li &gt; a {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.header-3 .haru-header-wrapper .haru-sticky-wrapper.sticky-out .container .haru-header-wrapper .header-right .header-customize-nav {
  line-height: 60px;
}

/* HARU HEADER SIDEBAR STYLE */
#haru-wrapper {
  position: relative;
}

#haru-wrapper .haru-top-bar {
  z-index: 999;
}

#haru-header.header-sidebar {
  background-color: #fff;
  height: 100%;
  position: fixed;
  z-index: 888;
  width: 300px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
}

#haru-header.header-sidebar .vertical-header-wrapper {
  height: 100%;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-top {
  text-align: center;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-top .header-logo {
  padding: 40px 0;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-top .header-logo img {
  max-height: 120px;
  max-width: 100%;
  padding: 5px 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom {
  padding-top: 20px;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper {
  width: 100%;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu {
  padding: 0;
  width: 100%;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu li.current-menu-item &gt; a {
  color: #fd6500;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu &gt; li {
  font-size: 14px;
  float: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu &gt; li &gt; a {
  display: block;
  padding: 15px 30px 15px 30px;
  font-style: italic;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu &gt; li &gt; a:after {
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu &gt; li:hover &gt; a:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu &gt; li.menu_style_dropdown:hover &gt; ul {
  left: 100%;
  top: 0;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu &gt; li.menu_style_column &gt; ul {
  background: #fff;
  left: 100%;
  min-width: 970px;
  top: 0;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu &gt; li.menu_style_tab &gt; ul {
  background: #fff;
  left: 100%;
  min-width: 970px;
  top: 0;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item {
  margin: 0;
  padding: 10px 30px;
  width: 100%;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.header-social-profile-wrapper {
  margin-top: 60px;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.header-social-profile-wrapper li {
  padding: 0 13px;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.header-social-profile-wrapper li:first-child {
  padding-left: 0;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.header-social-profile-wrapper li a {
  color: #ababab;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.header-social-profile-wrapper li a:hover {
  color: #fd6500;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.custom-text-wrapper {
  color: #ababab;
  font-family: "Playfair Display";
  font-style: italic;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.custom-text-wrapper span {
  color: #ababab;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.user-account-wrapper {
  margin-top: 15px;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.user-account-wrapper .user-info {
  display: block;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.user-account-wrapper .user-info .user-avatar {
  display: inline-block;
  float: left;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.user-account-wrapper .user-info .user-avatar img {
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.user-account-wrapper .user-info .user-name {
  display: inline-block;
  margin-left: 15px;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.user-account-wrapper .user-info .user-name p {
  margin-bottom: 0;
  margin-top: 5px;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.user-account-wrapper .user-info .user-name p.name {
  color: #ababab;
  text-transform: uppercase;
}

#haru-header.header-sidebar .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.user-account-wrapper .user-link {
  clear: both;
  margin-top: 20px;
}

#haru-header.header-sidebar.header-dark {
  background-color: #262626;
}

#haru-header.header-sidebar.header-dark .vertical-header-wrapper .header-bottom .menu-wrapper {
  width: 100%;
}

#haru-header.header-sidebar.header-dark .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu &gt; li &gt; a {
  color: #ababab;
}

#haru-header.header-sidebar.header-dark .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu &gt; li:hover &gt; a {
  color: #fd6500;
}

#haru-header.header-sidebar.header-dark .vertical-header-wrapper .header-bottom .header-customize.header-customize-nav .header-customize-item.custom-text-wrapper {
  color: #696969;
}

body.header-sidebar .haru-archive-blog,
body.header-sidebar .haru-single-blog {
  padding: 0 15px;
}

body.header-sidebar .haru-archive-product,
body.header-sidebar .haru-single-product {
  padding: 0 15px;
}

body.header-sidebar .haru-archive-video {
  padding: 0 15px;
}

.header-sidebar .haru-top-header {
  padding-left: 300px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.header-sidebar .haru-top-bar {
  position: fixed;
  width: 100%;
}

.header-sidebar #haru-content-main {
  padding-top: 0;
  padding-left: 300px !important;
}

@media screen and (max-width: 991px) {
  .header-sidebar #haru-content-main {
    padding-left: 0 !important;
  }
}

.header-sidebar footer {
  margin-left: 300px !important;
}

@media screen and (max-width: 991px) {
  .header-sidebar footer {
    margin-left: 0 !important;
  }
}

/* HARU HEADER SIDEBAR LIGHT STYLE */
header.header-6 .haru-header-nav-above {
  background-color: #1e1e1e;
  position: relative;
}

header.header-6 .haru-header-nav-above .container {
  position: relative;
}

header.header-6 .haru-header-nav-above .container .header-logo {
  line-height: 130px;
  position: relative;
}

header.header-6 .haru-header-nav-above .container .header-logo a img {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 152px;
}

header.header-6 .haru-header-nav-above .container .fr {
  position: absolute;
  right: 15px;
  top: 0;
}

header.header-6 .haru-header-nav-above .container .fr .header-customize-right {
  height: 130px;
}

header.header-6 .haru-header-nav-above .container .fr .header-customize-right .custom-text-wrapper i {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
}

header.header-6 .haru-header-nav-above .container .fr .header-customize-right .search-box-wrapper {
  margin-right: 50px;
}

header.header-6 .haru-header-nav-above .container .fr .header-customize-right .search-box-wrapper .search-box {
  position: relative;
  background-color: #333333;
  min-width: 550px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

@media screen and (max-width: 1199px) {
  header.header-6 .haru-header-nav-above .container .fr .header-customize-right .search-box-wrapper .search-box {
    min-width: 380px;
  }
}

header.header-6 .haru-header-nav-above .container .fr .header-customize-right .search-box-wrapper .search-box input[type="text"] {
  background-color: #333333;
  height: 40px;
}

header.header-6 .haru-header-nav-above .container .fr .header-customize-right .search-box-wrapper .search-box button {
  background-color: #262626;
  color: #fd6500;
  font-size: 14px;
  font-weight: 700;
  margin: 3px;
  width: 90px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header.header-6 .haru-header-nav-above .container .fr .header-customize-right .search-box-wrapper .search-box button:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header.header-6 .haru-header-nav-above .container .fr .header-customize-right .search-box-wrapper .search-box button:before {
  display: none;
}

header.header-6 .haru-header-nav-above .container .fr .header-customize-right .search-box-wrapper .search-box button i {
  display: none;
}

header.header-6 .haru-header-nav-wrapper {
  background-color: #262626;
}

header.header-6 .haru-header-nav-wrapper .haru-header-wrapper .header-center .header-center-primary-menu {
  margin: 0;
}

header.header-6 .haru-header-nav-wrapper .haru-header-wrapper .header-center .header-center-primary-menu .menu-wrapper #main-menu &gt; li:hover &gt; a {
  color: #fd6500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.header-6 .haru-header-nav-wrapper .haru-header-wrapper .header-center .header-center-primary-menu .menu-wrapper #main-menu &gt; li:hover &gt; a:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.header-6 .haru-header-nav-wrapper .haru-header-wrapper .header-center .header-center-primary-menu .menu-wrapper #main-menu &gt; li.current-menu-item &gt; a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #fd6500;
}

header.header-6 .haru-header-nav-wrapper .haru-header-wrapper .header-center .header-center-primary-menu .menu-wrapper #main-menu &gt; li:first-child &gt; a {
  padding-left: 0;
}

header.header-6 .haru-header-nav-wrapper .haru-header-wrapper .header-center .header-center-primary-menu .menu-wrapper #main-menu &gt; li &gt; a {
  color: #ababab;
  font-weight: 700;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.header-6 .haru-header-nav-wrapper .haru-header-wrapper .header-center .header-center-primary-menu .menu-wrapper #main-menu &gt; li &gt; a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #fd6500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.header-6 .haru-header-nav-wrapper .haru-header-wrapper .header-center .header-center-primary-menu .menu-wrapper #main-menu &gt; li &gt; a:after {
  display: none;
}

header.header-6 .haru-header-nav-wrapper .haru-header-wrapper .header-center .header-customize {
  float: right;
}

header.header-6 .haru-sticky-wrapper .haru-header-nav-wrapper.sticky-on .haru-header-wrapper .header-center .header-center-primary-menu .menu-wrapper .haru-main-menu &gt; li &gt; a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Style for Mega Menu */
/***** TABLE OF CONTENTS *****
*** 1. GENERAL
*** 2. MEGA MENU STYLE COLUMN
*** 3. MEGA MENU STYLE DROPDOWN
*** 4. MEGA MENU STYLE TAB
*/
/* RESET MENU STYLE */
.navbar-nav {
  cursor: default;
  display: inline-block;
  padding: 0;
}

.navbar-nav a, .navbar-nav ul, .navbar-nav li, .navbar-nav div, .navbar-nav form, .navbar-nav input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: "Nunito Sans";
}

.navbar-nav a {
  text-decoration: none;
  position: relative;
}

.navbar-nav li {
  list-style: none;
}

.navbar-nav &gt; li &gt; a {
  display: inline-block;
  padding: 20px 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-nav &gt; li a i {
  line-height: 20px;
}

.navbar-nav &gt; li a i.left {
  padding-right: 5px;
  float: left;
}

.navbar-nav &gt; li a i.center {
  padding-left: 5px;
}

.navbar-nav &gt; li a i.right {
  padding-left: 5px;
}

.navbar-nav &gt; li a span.haru_sub_label {
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
  padding: 1px 3px;
}

.navbar-nav &gt; li a:after {
  content: '\f107';
  font-family: FontAwesome;
  padding-left: 5px;
}

.navbar-nav &gt; li a:only-child:after {
  content: '';
}

.navbar-nav &gt; li.menu_style_dropdown:hover &gt; ul {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.navbar-nav &gt; li.menu_style_dropdown:hover &gt; ul &gt; li:hover &gt; a:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navbar-nav &gt; li.menu_style_dropdown:hover &gt; ul &gt; li:hover &gt; ul {
  display: block;
  left: 100%;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  visibility: visible;
}

.navbar-nav &gt; li.menu_style_dropdown:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; a:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navbar-nav &gt; li.menu_style_dropdown:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul {
  display: block;
  left: 100%;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  visibility: visible;
}

.navbar-nav &gt; li.menu_style_dropdown:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; a:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navbar-nav &gt; li.menu_style_dropdown:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul {
  display: block;
  left: 100%;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  visibility: visible;
}

.navbar-nav &gt; li.menu_style_dropdown:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; a:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navbar-nav &gt; li.menu_style_dropdown:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul {
  display: block;
  left: 100%;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  visibility: visible;
}

.navbar-nav &gt; li.menu_style_dropdown:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; a:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navbar-nav &gt; li.menu_style_dropdown:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul {
  display: block;
  left: 100%;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  visibility: visible;
}

.navbar-nav &gt; li.menu_style_dropdown ul {
  background-color: #fff;
  display: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.navbar-nav &gt; li.menu_style_dropdown ul li {
  display: block;
  float: none;
  min-width: 250px;
  position: relative;
}

.navbar-nav &gt; li.menu_style_dropdown ul li a {
  display: block;
  line-height: 20px;
  padding: 10px 20px;
}

.navbar-nav &gt; li.menu_style_dropdown ul li a:after {
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-nav &gt; li.menu_style_column.mega-col-columns-2 &gt; ul &gt; li {
  float: left;
  width: 50%;
}

.navbar-nav &gt; li.menu_style_column.mega-col-columns-3 &gt; ul &gt; li {
  float: left;
  width: 33.3333333%;
}

.navbar-nav &gt; li.menu_style_column.mega-col-columns-4 &gt; ul &gt; li {
  float: left;
  width: 25%;
}

.navbar-nav &gt; li.menu_style_column.mega-col-columns-5 &gt; ul &gt; li {
  float: left;
  width: 20%;
}

.navbar-nav &gt; li.menu_style_column.mega-col-columns-6 &gt; ul &gt; li {
  float: left;
  width: 16.6666666%;
}

.navbar-nav &gt; li.menu_style_column:hover &gt; ul {
  display: block;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.navbar-nav &gt; li.menu_style_column &gt; ul {
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 30px 0px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.navbar-nav &gt; li.menu_style_column &gt; ul &gt; li {
  border-left: 1px solid #e0e0e0;
}

.navbar-nav &gt; li.menu_style_column &gt; ul &gt; li:first-child {
  border: none;
  padding-left: 2px;
}

.navbar-nav &gt; li.menu_style_column &gt; ul &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 0 20px 15px 20px !important;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-nav &gt; li.menu_style_column &gt; ul &gt; li &gt; a:hover {
  color: #fd6500;
}

.navbar-nav &gt; li.menu_style_column &gt; ul &gt; li &gt; a:after {
  display: none;
}

.navbar-nav &gt; li.menu_style_column &gt; ul &gt; li ul li a {
  display: block;
  padding: 10px 20px !important;
  position: relative;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul {
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul:before {
  background: #fafafa;
  border-right: 1px solid #e0e0e0;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 25%;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li {
  clear: none;
  display: block;
  position: static;
  text-align: right;
  width: 25%;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li:first-child {
  margin-top: 20px;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li:hover a:before, .navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li.active a:before {
  height: 100%;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; a {
  display: block;
  font-weight: 600;
  padding: 10px 20px;
  position: relative;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; a:after {
  content: '';
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; a:before {
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li.active &gt; a {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  color: #fd6500;
  background: #fff;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; .haru_megamenu_widget_area, .navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; ul {
  background: #fff;
  height: auto;
  left: 25%;
  opacity: 0;
  padding: 20px 20px;
  position: absolute;
  right: 0;
  top: 10px;
  text-align: left;
  visibility: hidden;
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; .haru_megamenu_widget_area.columns-1 section, .navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; ul.columns-1 section {
  width: 100%;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; .haru_megamenu_widget_area.columns-2 section, .navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; ul.columns-2 section {
  width: 50%;
  float: left;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; .haru_megamenu_widget_area.columns-3 section, .navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; ul.columns-3 section {
  width: 33.3333%;
  float: left;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; .haru_megamenu_widget_area.columns-4 section, .navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; ul.columns-4 section {
  width: 25%;
  float: left;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; .haru_megamenu_widget_area .widget-title-wrapper a, .navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li &gt; ul .widget-title-wrapper a {
  display: none;
}

.navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li.active .haru_megamenu_widget_area, .navbar-nav &gt; li.menu_style_tab &gt; ul &gt; li.active ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  z-index: 999;
}

.navbar-nav &gt; li.menu_style_tab:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.navbar-nav &gt; li.menu_style_tab.mega-col-columns-2 &gt; ul &gt; li &gt; ul &gt; li {
  float: left;
  width: 50%;
  padding: 10px 0;
}

.navbar-nav &gt; li.menu_style_tab.mega-col-columns-3 &gt; ul &gt; li &gt; ul &gt; li {
  float: left;
  width: 33.3333333%;
  padding: 10px 0;
}

.navbar-nav &gt; li.menu_style_tab.mega-col-columns-4 &gt; ul &gt; li &gt; ul &gt; li {
  float: left;
  width: 25%;
  padding: 10px 0;
}

.navbar-nav &gt; li.menu_style_tab.mega-col-columns-5 &gt; ul &gt; li &gt; ul &gt; li {
  float: left;
  width: 20%;
  padding: 10px 0;
}

.navbar-nav &gt; li.menu_style_tab.mega-col-columns-6 &gt; ul &gt; li &gt; ul &gt; li {
  float: left;
  width: 16.6666666%;
  padding: 10px 0;
}

.haru_widget_area &gt; .haru_megamenu_widget_area section {
  position: relative;
}

.haru_widget_area &gt; .haru_megamenu_widget_area section .widget-title-wrapper h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #696969;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.haru_widget_area &gt; .haru_megamenu_widget_area section .product_list_widget {
  left: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.haru_widget_area &gt; .haru_megamenu_widget_area section .product_list_widget &gt; li {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.haru_widget_area &gt; .haru_megamenu_widget_area section .product_list_widget &gt; li:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.haru_widget_area &gt; .haru_megamenu_widget_area section .product_list_widget &gt; li a img {
  border: 1px solid #e0e0e0;
  float: left;
  margin: 0;
  margin-right: 10px;
  padding: 5px;
  width: 33.33%;
}

.haru_widget_area &gt; .haru_megamenu_widget_area section .product_list_widget &gt; li a:after {
  content: '';
}

.haru_widget_area &gt; .haru_megamenu_widget_area section .product_list_widget &gt; li .star-rating {
  margin: 10px 0;
  text-align: left;
}

.haru_widget_area &gt; .haru_megamenu_widget_area section .product_list_widget &gt; li .star-rating:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.haru_widget_area &gt; .haru_megamenu_widget_area section .product_list_widget &gt; li .star-rating span:before {
  color: #fd6500;
}

.haru_widget_area &gt; .haru_megamenu_widget_area section .widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 10px;
  color: #ababab;
  border-top: solid 1px #ababab;
  border-left: solid 1px #ababab;
  border-right: solid 1px #ababab;
  border-bottom: solid 1px #ababab;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.haru_widget_area &gt; .haru_megamenu_widget_area section .widget_product_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #fd6500;
  border-top: solid 1px #fd6500;
  border-left: solid 1px #fd6500;
  border-right: solid 1px #fd6500;
  border-bottom: solid 1px #fd6500;
}

.haru_megamenu_widget_area ul.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.haru_megamenu_widget_area ul.instagram-pics li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.haru_megamenu_widget_area ul.instagram-pics a {
  display: block;
  position: relative;
  overflow: hidden;
}

.haru_megamenu_widget_area ul.instagram-pics a:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  background-color: rgba(253, 101, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.haru_megamenu_widget_area ul.instagram-pics a:hover:before {
  opacity: 1;
}

.haru_megamenu_widget_area ul.instagram-pics a img {
  padding: 5px;
  border: 1px solid #e0e0e0;
}

.haru_megamenu_widget_area ul.instagram-pics + p {
  margin: 0;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.02em;
}

.haru_megamenu_widget_area .null-instagram-feed.columns-4 .instagram-pics {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
}

.haru_megamenu_widget_area .null-instagram-feed.columns-4 .instagram-pics li {
  width: 25%;
  display: inline-block;
  padding: 5px;
}

.haru_megamenu_widget_area .null-instagram-feed.columns-4 .instagram-pics li a {
  display: block;
  position: relative;
  overflow: hidden;
}

/*-----------------------------------
 * HEADER MOBILE
 *-----------------------------------*/
/* HARU MOBILE MENU */
header.haru-mobile-header {
  display: none;
  /*-----------------------------------
     * HEADER MOBILE 1
     *-----------------------------------*/
  /*-----------------------------------
     * HEADER MOBILE 2
     *-----------------------------------*/
  /*-----------------------------------
     * HEADER MOBILE 3
     *-----------------------------------*/
  /*-----------------------------------
     * HEADER MOBILE STICKY
     *-----------------------------------*/
}

@media screen and (max-width: 991px) {
  header.haru-mobile-header {
    display: block;
  }
}

header.haru-mobile-header .haru-header-container-wrapper {
  background-color: #fff;
  border-bottom: solid 1px #e0e0e0;
  top: 0;
  width: 100%;
  z-index: 996;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper {
  background-color: #fff;
  position: relative;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner {
  height: 60px;
  position: relative;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-logo-mobile {
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-logo-mobile img {
  max-height: 50px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize {
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  color: #000;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav {
  background: #333;
  display: none;
  margin-bottom: 15px;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-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 #fd6500;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly.in {
  left: 0;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly .mobile-menu-header {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu {
  padding: 0;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-item {
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  letter-spacing: 0.5px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-item &gt; a {
  padding: 15px;
  display: inline-block;
  color: #fff;
  line-height: 1.2;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-item &gt; a:hover {
  color: #fd6500;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-item &gt; b.menu-caret {
  color: #fff;
  float: right;
  font-size: 18px;
  font-weight: 400;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-item &gt; b.menu-caret:before {
  content: "\f489";
  display: inline-block;
  font-family: Ionicons;
  text-align: center;
  line-height: 45px;
  width: 45px;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-item &gt; b.menu-caret:hover {
  cursor: pointer;
  color: #fd6500;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-item &gt; b.menu-caret.active:before {
  content: "\f462";
  display: inline-block;
  font-family: Ionicons;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-item:not(.sub-menu-open):hover {
  background-color: #404040;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-item.sub-menu-open {
  border-bottom-width: 0px;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-item.sub-menu-open &gt; ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 15px;
  z-index: 1;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #4d4d4d;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.current-menu-ancestor &gt; a,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.current-menu-parent &gt; a,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.current-menu-item &gt; a,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-current &gt; a,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li &gt; a:hover,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li:hover &gt; a,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li ul.sub-menu li:hover &gt; a {
  color: #fd6500;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.current-menu-ancestor &gt; a &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.current-menu-parent &gt; a &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.current-menu-item &gt; a &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li.menu-current &gt; a &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li &gt; a:hover &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li:hover &gt; a &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu li ul.sub-menu li:hover &gt; a &gt; b.caret:before {
  color: #fd6500;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu ul.sub-menu {
  background-color: #4d4d4d;
  padding-left: 0;
  position: relative;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu ul.sub-menu &gt; li.menu-item &gt; a {
  font-size: 12px;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu ul.sub-menu &gt; li.menu-item.sub-menu-open &gt; ul.sub-menu:before {
  border-color: transparent transparent #595959;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu {
  background-color: #595959;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu &gt; li.menu-item.sub-menu-open &gt; ul.sub-menu:before {
  border-color: transparent transparent #666666;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #666666;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu &gt; li.menu-item.sub-menu-open &gt; ul.sub-menu:before {
  border-color: transparent transparent #737373;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #737373;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu &gt; li.menu-item.sub-menu-open &gt; ul.sub-menu:before {
  border-color: transparent transparent gray;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown .mobile-menu-header {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu {
  padding: 0;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-item {
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  letter-spacing: .5px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-item &gt; a {
  padding: 15px;
  display: inline-block;
  color: #fff;
  line-height: 1.2;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-item &gt; a:hover {
  color: #fd6500;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-item &gt; b.menu-caret {
  color: #fff;
  float: right;
  font-size: 18px;
  font-weight: 400;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-item &gt; b.menu-caret:before {
  content: "\f489";
  display: inline-block;
  font-family: Ionicons;
  text-align: center;
  line-height: 45px;
  width: 45px;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-item &gt; b.menu-caret:hover {
  cursor: pointer;
  color: #fd6500;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-item &gt; b.menu-caret.active:before {
  content: "\f462";
  display: inline-block;
  font-family: Ionicons;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-item:not(.sub-menu-open):hover {
  background-color: #404040;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-item.sub-menu-open {
  border-bottom-width: 0px;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-item.sub-menu-open &gt; ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 15px;
  z-index: 1;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #4d4d4d;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.current-menu-ancestor &gt; a,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.current-menu-parent &gt; a,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.current-menu-item &gt; a,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-current &gt; a,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li &gt; a:hover,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li:hover &gt; a,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li ul.sub-menu li:hover &gt; a {
  color: #fd6500;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.current-menu-ancestor &gt; a &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.current-menu-parent &gt; a &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.current-menu-item &gt; a &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li.menu-current &gt; a &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li &gt; a:hover &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li:hover &gt; a &gt; b.caret:before,
header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu li ul.sub-menu li:hover &gt; a &gt; b.caret:before {
  color: #fd6500;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu ul.sub-menu {
  background-color: #4d4d4d;
  padding-left: 0;
  position: relative;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu ul.sub-menu &gt; li.menu-item &gt; a {
  font-size: 12px;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu ul.sub-menu &gt; li.menu-item.sub-menu-open &gt; ul.sub-menu:before {
  border-color: transparent transparent #595959;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu {
  background-color: #595959;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu &gt; li.menu-item.sub-menu-open &gt; ul.sub-menu:before {
  border-color: transparent transparent #666666;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #666666;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu &gt; li.menu-item.sub-menu-open &gt; ul.sub-menu:before {
  border-color: transparent transparent #737373;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #737373;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-dropdown ul.haru-nav-mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu &gt; li.menu-item.sub-menu-open &gt; ul.sub-menu:before {
  border-color: transparent transparent gray;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav .haru-nav-mobile-menu li {
  list-style: none;
  list-style-type: none;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav .haru-nav-mobile-menu li &gt; ul.sub-menu {
  background-color: #444;
  position: relative;
  list-style: none;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  display: none;
  background: transparent;
}

header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-menu-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

header.haru-mobile-header.header-mobile-1 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper {
  border-left: none;
}

header.haru-mobile-header.header-mobile-1 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper a i {
  margin-left: 10px;
  margin-right: 10px;
}

header.haru-mobile-header.header-mobile-1 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon i {
  padding: 0 5px;
}

header.haru-mobile-header.header-mobile-1 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon .total {
  right: 0px;
}

header.haru-mobile-header.header-mobile-1 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-logo-mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

header.haru-mobile-header.header-mobile-2 .header-mobile-before {
  text-align: center;
}

header.haru-mobile-header.header-mobile-2 .header-mobile-before img {
  max-height: 50px;
  padding: 5px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header.haru-mobile-header.header-mobile-2 .haru-header-container-wrapper {
  background-color: #333;
  border-bottom: none;
}

header.haru-mobile-header.header-mobile-2 .haru-header-container-wrapper .haru-mobile-header-wrapper {
  background-color: transparent;
}

header.haru-mobile-header.header-mobile-2 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner {
  position: relative;
}

header.haru-mobile-header.header-mobile-2 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .toggle-icon-wrapper.in .toggle-icon span {
  background: transparent;
}

header.haru-mobile-header.header-mobile-2 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .toggle-icon-wrapper .toggle-icon:after, header.haru-mobile-header.header-mobile-2 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .toggle-icon-wrapper .toggle-icon:before {
  background: none repeat scroll 0 0 #fff;
}

header.haru-mobile-header.header-mobile-2 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .toggle-icon-wrapper .toggle-icon span {
  background: none repeat scroll 0 0 #fff;
}

header.haru-mobile-header.header-mobile-2 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper {
  border-left: none;
}

header.haru-mobile-header.header-mobile-2 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper a i {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}

header.haru-mobile-header.header-mobile-2 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon i {
  padding: 0 5px;
  color: #fff;
}

header.haru-mobile-header.header-mobile-2 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon .total {
  right: 0px;
}

header.haru-mobile-header.header-mobile-3 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-logo-mobile {
  position: absolute;
}

header.haru-mobile-header.header-mobile-3 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize {
  right: 50px;
  left: auto;
}

header.haru-mobile-header.header-mobile-3 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper {
  border-left: none;
}

header.haru-mobile-header.header-mobile-3 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.search-button-wrapper a i {
  margin-left: 10px;
  height: 24px;
}

header.haru-mobile-header.header-mobile-3 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon i {
  padding: 0 5px;
  height: 24px;
}

header.haru-mobile-header.header-mobile-3 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .header-customize .header-customize-item.shopping-cart-wrapper.no-price .widget_shopping_cart_content .widget_shopping_cart_icon .total {
  right: 0px;
}

header.haru-mobile-header.header-mobile-3 .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-inner .toggle-icon-wrapper {
  right: 0;
  left: auto;
}

header.haru-mobile-header.header-mobile-3 .shopping-cart-wrapper {
  position: static;
}

header.haru-mobile-header.header-mobile-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
  left: -200px;
  right: auto;
}

@media screen and (max-width: 320px) {
  header.haru-mobile-header.header-mobile-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    left: -175px;
  }
}

header.haru-mobile-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-container-wrapper {
  z-index: 997;
  left: 0;
  right: 0;
}

header.haru-mobile-header .haru-sticky-wrapper:not(.is-sticky) {
  height: auto !important;
  position: relative !important;
}

body {
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.menu-mobile-in {
  left: 280px;
  overflow: hidden;
}

body.menu-mobile-in header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-menu-overlay {
  opacity: 1;
  z-index: 299;
  pointer-events: auto;
  cursor: crosshair;
  color: #fff;
}

body.menu-mobile-in .haru-sticky-wrapper.is-sticky &gt; .haru-header-container-wrapper .menu-drop-fly {
  left: 280px;
  right: -280px;
}

body.admin-bar header.haru-mobile-header .haru-header-container-wrapper .haru-mobile-header-wrapper .haru-mobile-header-nav.menu-drop-fly {
  top: 46px;
}

form.haru-search-form-mobile-menu {
  display: none;
}

/*-----------------------------------
 * HEADER MOBILE ICON TOGGLE
 *-----------------------------------*/
.toggle-icon-wrapper {
  display: inline-block;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
}

.toggle-icon-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.toggle-icon-wrapper .toggle-icon {
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 30px;
}

.toggle-icon-wrapper .toggle-icon &gt; span {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toggle-icon-wrapper .toggle-icon:after, .toggle-icon-wrapper .toggle-icon:before {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toggle-icon-wrapper .toggle-icon:before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.toggle-icon-wrapper .toggle-icon:after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.toggle-icon-wrapper.in .toggle-icon span {
  background: transparent;
}

.toggle-icon-wrapper.in .toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-icon-wrapper.in .toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*-----------------------------------
 * HEADER CUSTOMIZE
 *-----------------------------------*/
.header-customize-right:before, .header-customize-left:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.header-customize-item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}

/*-----------------------------------
 * SEARCH BUTTON POPUP AJAX
 *-----------------------------------*/
#haru_search_popup_wrapper .search-popup-inner {
  width: 70%;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  #haru_search_popup_wrapper .search-popup-inner {
    top: 25%;
  }
}

#haru_search_popup_wrapper .search-popup-inner &gt; input {
  width: 100%;
  font-size: 20px;
  outline: none;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  padding: 10px 20px;
  color: #fff;
  font-style: italic;
}

#haru_search_popup_wrapper .search-popup-inner &gt; input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#haru_search_popup_wrapper .search-popup-inner &gt; input:-ms-input-placeholder {
  color: #fff;
}

#haru_search_popup_wrapper .search-popup-inner &gt; input::-webkit-input-placeholder {
  color: #fff;
}

@media (max-width: 767px) {
  #haru_search_popup_wrapper .search-popup-inner &gt; input {
    font-size: 16px;
  }
}

#haru_search_popup_wrapper .search-popup-inner &gt; button {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

#haru_search_popup_wrapper .search-popup-inner &gt; button i {
  font-size: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #fff;
}

#haru_search_popup_wrapper .search-popup-inner &gt; button i:hover {
  color: #fd6500;
}

/*-----------------------------------
 * MODAL SEARCH BUTTON STANDARD
 *-----------------------------------*/
#haru-modal-search {
  z-index: 9999;
  overflow: auto;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

#haru-modal-search.modal.in .modal-backdrop.in {
  background-color: #000;
  height: 100%;
  position: fixed;
  opacity: .8;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#haru-modal-search.modal.in .haru-modal-dialog {
  z-index: 9999;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

#haru-modal-search .haru-modal-dialog {
  height: auto;
  -webkit-transform: translate(0, -5%);
  -ms-transform: translate(0, -5%);
  -o-transform: translate(0, -5%);
  transform: translate(0, -5%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#haru-modal-search .haru-modal-dialog .haru-dismiss-modal {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  z-index: 1040;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#haru-modal-search .haru-modal-dialog .haru-dismiss-modal:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#haru-modal-search .haru-modal-search {
  position: relative;
  width: 100%;
  height: 100%;
}

#haru-modal-search .haru-modal-search .haru-search-result {
  position: absolute;
  width: 100%;
  max-width: 550px;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  #haru-modal-search .haru-modal-search .haru-search-result {
    top: 20%;
    width: 90%;
  }
}

#haru-modal-search .haru-modal-search .haru-search-result .haru-search-wrapper {
  position: relative;
  width: 100%;
  font-size: 24px;
  color: inherit;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
}

#haru-modal-search .haru-modal-search .haru-search-result .haru-search-wrapper:before, #haru-modal-search .haru-modal-search .haru-search-result .haru-search-wrapper:after {
  content: " ";
  display: table;
}

#haru-modal-search .haru-modal-search .haru-search-result .haru-search-wrapper:after {
  clear: both;
}

#haru-modal-search .haru-modal-search .haru-search-result input[type="text"], #haru-modal-search .haru-modal-search .haru-search-result input[type="search"] {
  border: none;
  outline: none;
  display: block;
  float: left;
  width: 100%;
  padding-right: 50px;
  padding-left: 15px;
  background-color: transparent;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

#haru-modal-search .haru-modal-search .haru-search-result input[type="text"]::-moz-placeholder, #haru-modal-search .haru-modal-search .haru-search-result input[type="search"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

#haru-modal-search .haru-modal-search .haru-search-result input[type="text"]:-ms-input-placeholder, #haru-modal-search .haru-modal-search .haru-search-result input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#haru-modal-search .haru-modal-search .haru-search-result input[type="text"]::-webkit-input-placeholder, #haru-modal-search .haru-modal-search .haru-search-result input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#haru-modal-search .haru-modal-search .haru-search-result button {
  position: absolute;
  display: block;
  color: #fff;
  bottom: 5px;
  right: 5px;
  line-height: 1;
  border: none;
  outline: none;
  font-size: 24px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#haru-modal-search .haru-modal-search .haru-search-result button:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#haru-modal-search .ajax-search-result {
  margin: auto;
  background: rgba(77, 77, 77, 0.1);
}

#haru-modal-search .ajax-search-result &gt; ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

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

#haru-modal-search .ajax-search-result li:hover, #haru-modal-search .ajax-search-result li.selected {
  background-color: rgba(127, 127, 127, 0.1);
}

#haru-modal-search .ajax-search-result li &gt; a {
  color: #fff;
}

#haru-modal-search .ajax-search-result li + li {
  border-top: dotted 1px rgba(77, 77, 77, 0.1);
}

#haru-modal-search .ajax-search-result li span {
  color: #fff;
  float: right;
}

#haru-modal-search .ajax-search-result li.search-view-more {
  font-size: 14px;
  font-style: italic;
}

#haru-modal-search .ajax-search-result li.search-view-more a {
  text-decoration: underline;
}

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

#haru-modal-search div.search-view-more i.wicon {
  vertical-align: middle;
}

/*-----------------------------------
 * SOCIAL
 *-----------------------------------*/
.header-social-profile-wrapper {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.header-social-profile-wrapper li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  font-size: 14px;
}

/*-----------------------------------
 * SEARCH WITH CATEGORY
 *-----------------------------------*/
.search-with-category-inner {
  height: 50px;
  display: inline-flex;
}

.search-with-category-inner .form-search-left {
  float: left;
  width: 175px;
  position: relative;
}

.search-with-category-inner .form-search-left &gt; span {
  border: solid 1px #eeeeee;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  width: 100%;
  border-right: none;
  padding: 0 15px;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
}

.search-with-category-inner .form-search-left &gt; span:after {
  content: '\f0d7';
  font-family: 'fontawesome';
  position: absolute;
  right: 15px;
  margin: auto;
  top: 15px;
  bottom: 0;
  height: 17px;
  font-size: 14px;
  line-height: 3px;
}

.search-with-category-inner .form-search-left .search-category-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
  padding: 5px 0;
  list-style: none;
  margin: 0;
  background-color: #fff;
  line-height: 36px;
  z-index: 10;
  max-height: 380px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.search-with-category-inner .form-search-left .search-category-dropdown span {
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

.search-with-category-inner .form-search-right {
  position: relative;
}

.search-with-category-inner .form-search-right input[type="text"] {
  width: 100%;
  padding-left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  outline: none;
}

.search-with-category-inner .form-search-right button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 20px;
  margin: auto;
  padding: 0;
  line-height: 1;
  outline: none;
}

/*-----------------------------------
 * WISHLIST
 *-----------------------------------*/
.my-wishlist-wrapper {
  position: relative;
  margin-left: 20px;
}

.my-wishlist-wrapper .haru-wishlist i.wicon {
  cursor: pointer;
  width: 45px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 35px;
  color: #eee;
}

.my-wishlist-wrapper .haru-wishlist span.total {
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background-color: #ffb535;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/*-----------------------------------
 * SHOPPING CART
 *-----------------------------------*/
.shopping-cart-wrapper.no-price .sub-total-text {
  display: none;
}

.shopping-cart-wrapper.with-price .sub-total-text {
  position: absolute;
  top: 25px;
  right: 0px;
}

.shopping-cart-wrapper.with-price .sub-total-text span.amount {
  color: rgba(105, 105, 105, 0.7);
}

.shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon &gt; i.wicon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}

.shopping-cart-wrapper .widget_shopping_cart_content {
  display: block;
  text-align: left;
}

.shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper {
  margin-top: 20px;
  top: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}

@media screen and (max-width: 991px) {
  .shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper {
    margin-top: 0;
  }
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
  position: relative;
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon .total {
  position: absolute;
  top: -5px;
  right: 12px;
  background: #fd6500;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon &gt; i.wicon {
  cursor: pointer;
  text-align: left;
  color: #696969;
  padding: 0 40px;
  font-size: 24px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon &gt; i.wicon:hover {
  color: #fd6500;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 150%;
  right: 0;
  left: auto;
  min-width: 300px;
  background-color: #fff;
  border: solid 2px #e0e0e0;
  padding: 0;
  z-index: 999;
  line-height: 2em;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty {
  padding: 15px;
  text-align: center;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4 {
  text-transform: uppercase;
  padding: 0 0 15px;
  margin: 0;
  font-size: 16px;
  word-spacing: 0.2em;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
  color: #696969;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li {
  padding: 15px 0;
  margin: 0;
  position: relative;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li + li {
  border-top: solid 1px #e0e0e0;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left {
  float: left;
  font-size: 0;
  overflow: hidden;
  margin-right: 10px;
  border: solid 1px #eee;
  background: #fff;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left &gt; a &gt; img {
  height: auto;
  width: 58px;
  margin: 0;
  display: block;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right {
  overflow: hidden;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right &gt; a {
  text-transform: uppercase;
  word-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding-right: 15px;
  color: #262626;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right &gt; a:hover {
  color: #fd6500;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right &gt; span.quantity {
  font-size: 12px;
  display: block;
  text-align: left;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right &gt; a.remove {
  position: absolute;
  right: 0;
  top: 15px;
  padding-right: 0;
  font-size: 18px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li:after {
  content: "";
  display: block;
  clear: both;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .cart-total {
  padding: 0 15px 20px;
  position: relative;
  color: #262626;
  font-weight: 700;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total {
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  line-height: 43px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
  text-transform: uppercase;
  font-weight: 400;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total &gt; span.amount {
  font-weight: 700;
  float: right;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons {
  text-align: center;
  margin: 0;
  padding: 15px 0 0;
  font-size: 0;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px;
  font-size: 12px;
  min-width: 115px;
  width: 48%;
  display: inline-block;
  text-transform: uppercase;
  background-color: #333;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover {
  background-color: #fd6500;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button &gt; i.fa {
  margin-right: 5px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout {
  background-color: #fd6500;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout:hover {
  background-color: #973c00;
}

@media (max-width: 480px) {
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
    min-width: 100px;
  }
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button {
  margin-left: 4%;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl {
  border: none;
  margin: 0;
  padding: 0;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dt {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dd {
  padding: 0;
  line-height: 20px;
  display: block;
  float: none;
  margin: 0;
  font-size: 12px;
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl p {
  margin: 0;
  padding: 0;
}

.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list, .shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 15px 15px 0;
  max-height: 350px;
  overflow-y: scroll;
}

.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-track, .shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-moz-scrollbar-track, .shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-moz-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar, .shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-moz-scrollbar, .shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-moz-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-thumb, .shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fd6500;
}

.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list::-moz-scrollbar-thumb, .shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget::-moz-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fd6500;
}

/*-----------------------------------
 * SEARCH BUTTON
 *-----------------------------------*/
.header-customize-item.search-button-wrapper a:hover i {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-customize-item.search-button-wrapper a i {
  color: #696969;
  font-size: 20px;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*-----------------------------------
 * SEARCH BOX
 *-----------------------------------*/
.search-box-wrapper .search-box {
  position: relative;
  background-color: #faf8f4;
  border-radius: 30px;
  min-width: 250px;
}

.search-box-wrapper .search-box input[type="text"] {
  width: calc(100% - 60px);
  height: 35px;
  background-color: #faf8f4;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 5px;
  font-weight: 400;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.search-box-wrapper .search-box button {
  width: 60px;
  padding: 0;
  position: absolute;
  font-size: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border: none;
  background: none;
  outline: none;
}

.search-box-wrapper .search-box button:hover {
  color: #fd6500;
}

.search-box-wrapper .search-box button:before {
  content: "\f4a4";
  font-family: Ionicons;
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*-----------------------------------
 * CATEGORY SEARCH BOX
 *-----------------------------------*/
.header-customize-item .form-search-left .search-category-dropdown li {
  list-style: none;
}

.header-customize-item .form-search-left .search-category-dropdown li ul {
  margin: 0;
  padding: 0;
}

.header-customize-item .ajax-search-result {
  position: absolute;
  top: 100%;
  max-width: 300px;
  right: 0;
  padding: 10px;
  z-index: 6;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.header-customize-item .ajax-search-result ul {
  margin: 0;
  padding: 0;
}

.header-customize-item .ajax-search-result ul li {
  list-style: none;
}

.header-customize-item .ajax-search-result ul li.no-result {
  text-align: center;
}

/*-----------------------------------
 * CANVAS MENU
 *-----------------------------------*/
.haru-canvas-menu-wrapper {
  background-color: #333;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 270px;
  transform: translateX(0);
  overflow: hidden;
  padding: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.haru-canvas-menu-wrapper.in {
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.haru-canvas-menu-wrapper .haru-canvas-menu-close {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #eee;
  left: 20px;
  top: 20px;
}

/*-----------------------------------
 * USER ACCOUNT
 *-----------------------------------*/
.user-account-wrapper .user-info {
  display: none;
}

.user-account-wrapper a {
  color: #fff;
  font-size: 13px;
  padding: 8px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.user-account-wrapper a:hover {
  background-color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*-----------------------------------
 * FILM CATEGORIES
 *-----------------------------------*/
.film-category-wrapper {
  width: 370px;
  background-color: #333;
}

@media screen and (max-width: 1199px) {
  .film-category-wrapper {
    width: 280px;
  }
}

.film-category-wrapper:hover {
  cursor: pointer;
}

.film-category-wrapper:hover .film-category-label {
  border-bottom: 1px solid #2c2c2c;
}

.film-category-wrapper:hover .film-category-label:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-category-wrapper:hover .film-category {
  display: block;
}

.film-category-wrapper .film-category-label {
  color: #fd6500;
  font-weight: 700;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
}

.film-category-wrapper .film-category-label:before {
  color: #fff;
  content: "\f3d0";
  font-family: 'Ionicons';
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  right: 25px;
  height: 100%;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-category-wrapper .film-category-label .category-icon {
  display: inline-block;
  background-image: url(../haru-circle/assets/images/film-category-icon.png);
  background-size: cover;
  position: relative;
  margin-right: 15px;
  height: 28px;
  width: 32px;
  top: 10px;
}

.film-category-wrapper .film-category {
  display: none;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 290px;
  overflow: auto;
}

.film-category-wrapper .film-category::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #262626;
}

.film-category-wrapper .film-category::-moz-scrollbar-track {
  border-radius: 10px;
  background-color: #262626;
}

.film-category-wrapper .film-category::-webkit-scrollbar {
  width: 5px;
  background-color: #262626;
}

.film-category-wrapper .film-category::-moz-scrollbar {
  width: 5px;
  background-color: #262626;
}

.film-category-wrapper .film-category::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fd6500;
}

.film-category-wrapper .film-category::-moz-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fd6500;
}

.film-category-wrapper .film-category li {
  border-bottom: 1px solid #2c2c2c;
  padding: 13px 30px;
  position: relative;
}

.film-category-wrapper .film-category li:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-category-wrapper .film-category li:hover a {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-category-wrapper .film-category li:last-child {
  border: none;
}

.film-category-wrapper .film-category li:before {
  content: "\f3d3";
  font-family: 'Ionicons';
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  right: 25px;
  top: 0;
  height: 100%;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-category-wrapper .film-category li a {
  color: #ababab;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-category-wrapper .film-category li a .category-icon {
  height: 30px;
  margin-right: 20px;
}

.film-category-wrapper .film-category li a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.admin-bar header.haru-main-header.header-under-slideshow {
  top: calc(100% + 32px);
}

header.haru-main-header {
  /*-----------------------------------
     * LOGO RETINA FOR HIGH RESOLUTION DISPLAY
     *-----------------------------------*/
}

@media screen and (max-width: 991px) {
  header.haru-main-header {
    display: none;
  }
}

header.haru-main-header .haru-header-nav-wrapper .haru-header-wrapper {
  position: relative;
  width: 100%;
  display: table;
  z-index: 99;
}

header.haru-main-header .haru-header-nav-wrapper .haru-header-wrapper .menu-wrapper .haru-main-menu &gt; li &gt; a {
  color: #696969;
  font-size: 14px;
  font-weight: 500;
}

header.haru-main-header .haru-header-nav-wrapper .haru-header-wrapper .menu-wrapper .haru-main-menu &gt; li:hover &gt; a {
  color: #fd6500;
}

header.haru-main-header .haru-header-nav-wrapper .haru-header-wrapper .menu-wrapper .haru-main-menu &gt; li &gt; ul {
  background: #fff;
}

header.haru-main-header .haru-header-nav-wrapper .haru-header-wrapper .menu-wrapper .haru-main-menu li.current-menu-item &gt; a {
  color: #fd6500 !important;
}

header.haru-main-header .fl {
  float: left;
}

header.haru-main-header .fr {
  float: right;
}

header.haru-main-header .header-left {
  float: left;
}

header.haru-main-header .header-right {
  float: right;
  display: inline-flex;
}

header.haru-main-header.header-float {
  position: absolute !important;
  z-index: 997;
  left: 0;
  right: 0;
}

header.haru-main-header.header-under-slideshow {
  border-bottom: 1px solid #e0e0e0;
  position: absolute !important;
  z-index: 997;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
}

header.haru-main-header .header-logo a.logo-retina {
  display: none;
}

header.haru-main-header .header-logo a.logo-sticky {
  display: none;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  header.haru-main-header .header-logo a.logo-default {
    display: none;
  }
  header.haru-main-header .header-logo a.logo-retina {
    display: block;
  }
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper {
  z-index: 996;
  left: 0;
  right: 0;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  border: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky_dark.sticky-on {
  height: 60px;
  background-color: #333;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky_dark.sticky-on .menu-wrapper .haru-main-menu &gt; li &gt; a {
  color: #fff;
  line-height: 60px;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky_dark.sticky-on .menu-wrapper .haru-main-menu &gt; li &gt; a:hover {
  color: #fd6500;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky_dark.sticky-in {
  -webkit-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky_dark.sticky-out {
  -webkit-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  height: 60px;
  background: #333;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky_dark.sticky-out .menu-wrapper .haru-main-menu &gt; li &gt; a {
  color: #fff;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky_light.sticky-on {
  height: 60px;
  background-color: #fff;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky_light.sticky-on .menu-wrapper .haru-main-menu &gt; li &gt; a {
  color: #696969;
  line-height: 60px;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky_light.sticky-on .menu-wrapper .haru-main-menu &gt; li &gt; a:hover {
  color: #fd6500;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky_light.sticky-out {
  background: #fff;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky_light.sticky-out .menu-wrapper .haru-main-menu &gt; li &gt; a {
  color: #696969;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky-in {
  -webkit-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper.sticky-out {
  -webkit-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  height: 60px;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper .header-logo a img {
  max-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper .header-logo a.logo-default, header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper .header-logo a.logo-retina {
  display: none;
}

header.haru-main-header .haru-sticky-wrapper.is-sticky &gt; .haru-header-nav-wrapper .header-logo a.logo-sticky {
  display: block;
}

/*-----------------------------------
 * 5. FOOTER
 *-----------------------------------*/
/*-----------------------------------
 * FOOTER
 *-----------------------------------*/
.original-footer {
  text-align: center;
  padding: 30px 0;
}

#haru-footer-main.footer-default-dark .footer-contact-shortcode-wrapper.style_1 .footer-contact-content {
  color: #ababab;
}

#haru-footer-main.footer-default-dark .footer-link-shortcode-wrapper.style_1 .footer-link-content .link-list li a {
  color: #ababab;
}

#haru-footer-main.footer-default-dark .footer-link-shortcode-wrapper.style_1 .footer-link-content .link-list li a:hover {
  color: #fd6500;
}

.subscribe-default {
  background-color: #faf8f4;
  padding: 4px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.subscribe-default .subscribe-email {
  display: inline-block;
  padding: 0 15px;
  width: calc(100% - 155px);
}

.subscribe-default .subscribe-email input[type="email"] {
  border: none;
  width: 100%;
  padding: 9px 0 9px 9px;
  background: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.subscribe-default .subscribe-email input[type="email"]::-moz-placeholder {
  color: #696969;
  opacity: 1;
}

.subscribe-default .subscribe-email input[type="email"]:-ms-input-placeholder {
  color: #696969;
}

.subscribe-default .subscribe-email input[type="email"]::-webkit-input-placeholder {
  color: #696969;
}

.subscribe-default .subscribe-email input[type="email"]:focus {
  outline: none;
}

.subscribe-default .subscribe-submit {
  display: inline-block;
  float: right;
  width: 150px;
}

.subscribe-default .subscribe-submit input[type="submit"] {
  border: none;
  background: #fd6500;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 30px;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.subscribe-default .subscribe-submit input[type="submit"]:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.subscribe-default .subscribe-submit input[type="submit"]:focus {
  outline: none;
}

/*-----------------------------------
 * 6. BLOG
 *-----------------------------------*/
/*-----------------------------------
 * BLOG
 *-----------------------------------*/
.haru-archive-blog .archive-content .archive-content-layout article {
  padding-bottom: 40px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail {
  position: relative;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail:hover .post-thumbnail-overlay:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail:hover .prettyPhoto {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay {
  position: relative;
  display: block;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay img {
  width: 100%;
  overflow: hidden;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay img.img-responsive {
  width: auto;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail .prettyPhoto {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .post-thumbnail .prettyPhoto:hover {
  color: #fd6500;
  border: 1px solid #fd6500;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-dots .owl-dot {
  background: #868686;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-thumbnail-wrapper .owl-dots .owl-dot.active {
  background: transparent;
  border: 1px solid #fd6500;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-link-wrapper .post-content-link {
  background: #eeeeee;
  height: 60px;
  display: flex;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-link-wrapper .post-content-link i {
  width: 60px;
  line-height: 60px;
  background: #fd6500;
  color: #fff;
  text-align: center;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-link-wrapper .post-content-link a {
  margin-left: 20px;
  line-height: 60px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface {
  height: 60px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls {
  height: 60px;
  line-height: 60px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls a {
  color: #fff;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls a:hover {
  color: #fd6500;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-controls a i {
  font-size: 16px;
  line-height: 18px;
  position: relative;
  top: 2px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-progress {
  width: calc(100% - 200px) !important;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar {
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
  background: #fd6500;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-volume .jp-volume-bar {
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-audio-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-volume .jp-volume-bar .jp-volume-bar-value {
  background: #fd6500;
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper {
  padding: 15px;
  background: #eeeeee;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper blockquote {
  border-left: none;
  font-style: italic;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper blockquote p {
  font-family: "Playfair Display";
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper blockquote p {
    font-size: 22px;
  }
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper blockquote p i {
  font-style: italic;
  color: #fd6500;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper blockquote p i.fa-quote-left {
  margin-right: 5px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-quote-wrapper blockquote cite {
  font-weight: 700;
  text-transform: uppercase;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper {
  text-align: left;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-category {
  margin-top: 30px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-category a {
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-title {
  margin-top: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-title {
    padding: 0;
  }
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-title a {
  color: #262626;
  font-size: 34px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-title a:hover {
  color: #fd6500;
}

@media screen and (max-width: 991px) {
  .haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-title a {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-title a {
    font-size: 18px;
  }
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info {
  font-style: italic;
  margin-top: 15px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-sticky {
  display: inline-block;
  margin-right: 15px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-sticky i {
  margin-right: 8px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-author {
  display: inline-block;
  margin-right: 15px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-author i {
  margin-right: 5px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-date {
  display: inline-block;
  margin-right: 15px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-date i {
  margin-right: 8px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-comment {
  display: inline-block;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-meta-info .post-meta-comment i {
  margin-right: 5px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-excerpt {
  margin-top: 15px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-read-more {
  margin-top: 40px;
  margin-bottom: 40px;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-read-more .read-more {
  background-color: #fd6500;
  background-image: none;
  border: 2px solid #fd6500;
  color: #fff;
  font-weight: 700;
  padding: 8px 30px;
  text-transform: capitalize;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article .post-wrapper .post-content-wrapper .post-detail .post-read-more .read-more:hover {
  background-color: transparent;
  border: 2px solid #e0e0e0;
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article.format-standard:not(.has-post-thumbnail) .post-wrapper .post-content-wrapper .post-detail .post-meta-category {
  margin-top: 0;
}

.haru-archive-blog .archive-content .archive-content-layout article.large-image .post-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image .post-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-thumbnail-wrapper {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-thumbnail-wrapper .post-thumbnail {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-thumbnail-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
  .haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-thumbnail-wrapper .post-thumbnail {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-thumbnail-wrapper {
    width: 100%;
  }
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper {
  width: 50%;
  float: left;
  text-align: left;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail {
  margin-left: 10px;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail .post-meta-category {
  margin-top: 0;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail .post-title {
  margin-top: 0;
  padding: 0;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail .post-title a {
  font-size: 18px;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail .post-excerpt {
  padding: 0;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail .post-read-more {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper {
    width: 100%;
    text-align: center;
  }
  .haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail {
    margin-left: 0;
  }
  .haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper .post-detail .post-meta-category {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .haru-archive-blog .archive-content .archive-content-layout article.medium-image.has-post-thumbnail .post-wrapper .post-content-wrapper {
    width: 100%;
  }
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image:not(.has-post-thumbnail) .post-wrapper .post-content-wrapper .post-detail .post-title {
  margin-top: 0;
  padding: 0;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image:not(.has-post-thumbnail) .post-wrapper .post-content-wrapper .post-detail .post-title a {
  font-size: 18px;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image:not(.has-post-thumbnail) .post-wrapper .post-content-wrapper .post-detail .post-excerpt {
  padding: 0;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image:not(.has-post-thumbnail) .post-wrapper .post-content-wrapper .post-detail .post-read-more {
  margin-top: 30px;
  margin-bottom: 30px;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.format-audio .post-wrapper .post-content-wrapper {
  width: 100%;
  text-align: center;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.format-audio .post-wrapper .post-content-wrapper .post-detail {
  margin-left: 0;
}

.haru-archive-blog .archive-content .archive-content-layout article.medium-image.format-audio .post-wrapper .post-content-wrapper .post-detail .post-meta-category {
  margin-top: 30px;
}

.haru-archive-blog .archive-content .archive-content-layout article.grid .post-wrapper .post-content-wrapper .post-detail .post-meta-category, .haru-archive-blog .archive-content .archive-content-layout article.masonry .post-wrapper .post-content-wrapper .post-detail .post-meta-category {
  margin-top: 20px;
}

.haru-archive-blog .archive-content .archive-content-layout article.grid .post-wrapper .post-content-wrapper .post-detail .post-title, .haru-archive-blog .archive-content .archive-content-layout article.masonry .post-wrapper .post-content-wrapper .post-detail .post-title {
  padding: 0;
  margin-bottom: 0;
  margin-top: 5px;
}

.haru-archive-blog .archive-content .archive-content-layout article.grid .post-wrapper .post-content-wrapper .post-detail .post-title a, .haru-archive-blog .archive-content .archive-content-layout article.masonry .post-wrapper .post-content-wrapper .post-detail .post-title a {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .haru-archive-blog .archive-content .archive-content-layout article.grid .post-wrapper .post-content-wrapper .post-detail .post-title a, .haru-archive-blog .archive-content .archive-content-layout article.masonry .post-wrapper .post-content-wrapper .post-detail .post-title a {
    font-size: 18px;
  }
}

.haru-archive-blog .archive-content .archive-content-layout article.grid .post-wrapper .post-content-wrapper .post-detail .post-meta-info, .haru-archive-blog .archive-content .archive-content-layout article.masonry .post-wrapper .post-content-wrapper .post-detail .post-meta-info {
  display: none;
}

.haru-archive-blog .archive-content .archive-content-layout article.grid .post-wrapper .post-content-wrapper .post-detail .post-excerpt, .haru-archive-blog .archive-content .archive-content-layout article.masonry .post-wrapper .post-content-wrapper .post-detail .post-excerpt {
  display: none;
}

.haru-archive-blog .archive-content .archive-content-layout article.grid .post-wrapper .post-content-wrapper .post-detail .post-read-more, .haru-archive-blog .archive-content .archive-content-layout article.masonry .post-wrapper .post-content-wrapper .post-detail .post-read-more {
  display: none;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail:hover .film-image:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail:hover .film-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail:hover .film-image .film-icon {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image {
  overflow: hidden;
  position: relative;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-label {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 1px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-label.hot {
  background-color: #da0e2b;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-label.new {
  background-color: #da0e2b;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-label.trending {
  background-color: #fd6500;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-icon .view-film-button,
.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-icon .view-film-button-direct {
  width: 50px;
  height: 50px;
  display: block;
  padding: 50px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-icon .view-film-button:hover,
.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-icon .view-film-button-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-icon .view-film-button:hover:before,
.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-icon .view-film-button-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-icon .view-film-button:before,
.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-icon .view-film-button-direct:before {
  content: "\f488";
  font-family: Ionicons;
  position: absolute;
  left: 40px;
  top: 0;
  color: #fff;
  line-height: 100px;
  font-size: 45px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-icon .view-film-button i,
.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-image .film-icon .view-film-button-direct i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-meta {
  text-align: center;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-meta .film-rating {
  margin-top: 15px;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-meta .film-rating .point {
  color: #fd6500;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-meta .film-title {
  font-size: 18px;
  margin-top: 5px;
  padding: 0px 10px;
  line-height: 1.8;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-meta .film-title a {
  color: #262626;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-meta .film-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-meta .film-category {
  margin-top: 3px;
  margin-bottom: 25px;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-meta .film-category a {
  color: #757575;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-meta .film-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .haru-archive-blog .archive-content .archive-content-layout article.type-haru_film .film-detail .film-meta .film-category a {
    font-size: 12px;
  }
}

.haru-archive-blog .archive-paging.default {
  font-style: italic;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

.haru-archive-blog .archive-paging.default .page-numbers {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.haru-archive-blog .archive-paging.default .page-numbers li {
  display: inline-block;
  padding-right: 25px;
}

.haru-archive-blog .archive-paging.default .page-numbers li span, .haru-archive-blog .archive-paging.default .page-numbers li a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.haru-archive-blog .archive-paging.default .page-numbers li span.current {
  color: #fd6500;
}

.haru-archive-blog .archive-paging.default .page-numbers li a:hover, .haru-archive-blog .archive-paging.default .page-numbers li a:focus {
  background: none;
  color: #fd6500;
}

.haru-archive-blog .archive-paging.default .page-numbers li a.prev, .haru-archive-blog .archive-paging.default .page-numbers li a.next {
  text-transform: uppercase;
}

.haru-archive-blog .archive-paging.load-more {
  text-align: center;
}

.haru-archive-blog .archive-paging.load-more button {
  background-image: none;
  border: 2px solid #e0e0e0;
  background-color: transparent;
  color: #fd6500;
  font-weight: 700;
  padding: 6px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-paging.load-more button:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-blog .archive-paging.load-more button:focus {
  outline: none;
}

.single-content .single-wrapper article .post-meta-wrapper {
  text-align: center;
}

.single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-meta-category a {
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
}

.single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-title {
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-title {
    font-size: 24px;
  }
}

.single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info {
  font-style: italic;
  margin-top: 20px;
}

.single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-sticky {
  display: inline-block;
  margin-right: 15px;
}

.single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-sticky i {
  margin-right: 8px;
}

.single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-author {
  display: inline-block;
  margin-right: 15px;
}

.single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-author i {
  margin-right: 5px;
}

.single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-date {
  display: inline-block;
  margin-right: 15px;
}

.single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-date i {
  margin-right: 8px;
}

.single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-comment {
  display: inline-block;
}

.single-content .single-wrapper article .post-meta-wrapper .post-meta-info .post-info .post-meta-comment i {
  margin-right: 5px;
}

.single-content .single-wrapper article .post-thumbnail-wrapper {
  margin-top: 50px;
}

.single-content .single-wrapper article .post-thumbnail-wrapper:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail {
  position: relative;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail:hover .post-thumbnail-overlay:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail:hover .prettyPhoto {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay {
  position: relative;
  display: block;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 101, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay img {
  width: 100%;
  overflow: hidden;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .post-thumbnail-overlay img.img-responsive {
  width: auto;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .prettyPhoto {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}

.single-content .single-wrapper article .post-thumbnail-wrapper .post-thumbnail .prettyPhoto:hover {
  color: #fd6500;
  border: 1px solid #fd6500;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-play-pause a:hover {
  color: #fd6500;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-progress {
  width: calc(100% - 200px) !important;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-play-bar {
  background: #fd6500;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .jp-audio .jp-type-playlist .jp-interface .jp-volume .jp-volume-bar-value {
  background: #fd6500;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .owl-dots .owl-dot {
  background: #868686;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.single-content .single-wrapper article .post-thumbnail-wrapper .owl-dots .owl-dot.active {
  background: transparent;
  border: 1px solid #fd6500;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.single-content .single-wrapper article .post-thumbnail-wrapper blockquote {
  border-left: 3px solid #fd6500;
  font-size: 24px;
  font-style: italic;
  font-family: "Playfair Display";
  letter-spacing: 2px;
  margin: 5%;
}

@media screen and (max-width: 767px) {
  .single-content .single-wrapper article .post-thumbnail-wrapper blockquote {
    font-size: 20px;
  }
}

.single-content .single-wrapper article .post-content-wrapper {
  margin-top: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.single-content .single-wrapper article .post-content-wrapper .post-content blockquote {
  border-left: 3px solid #fd6500;
  font-size: 18px;
  font-style: italic;
  margin: 2% 5%;
}

.single-content .single-wrapper article .post-content-wrapper .post-content blockquote p {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .single-content .single-wrapper article .post-content-wrapper .post-content blockquote {
    font-size: 16px;
  }
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta {
  margin-top: 8%;
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .single-post-tags {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .single-content .single-wrapper article .post-content-wrapper .post-other-meta .single-post-tags {
    width: 100%;
  }
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .single-post-tags .post-meta-tag {
  font-size: 15px;
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .single-post-tags .post-meta-tag label {
  font-weight: normal;
  margin-right: 10px;
  text-transform: uppercase;
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .single-post-tags .post-meta-tag a {
  background-color: #f9f6f1;
  color: #ababab;
  font-size: 14px;
  margin-right: 10px;
  padding: 2px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .single-post-tags .post-meta-tag a:hover {
  background-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .single-content .single-wrapper article .post-content-wrapper .post-other-meta .single-post-tags .post-meta-tag a {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .post-social-share {
  width: 50%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .single-content .single-wrapper article .post-content-wrapper .post-other-meta .post-social-share {
    padding-top: 10px;
    width: 100%;
  }
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .post-social-share .social-share-wrapper {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .single-content .single-wrapper article .post-content-wrapper .post-other-meta .post-social-share .social-share-wrapper {
    text-align: left;
  }
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .post-social-share .social-share-wrapper .social-share {
  list-style-type: none;
  list-style: none;
  padding: 0;
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .post-social-share .social-share-wrapper .social-share li {
  display: inline-block;
  padding: 0 3px;
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .post-social-share .social-share-wrapper .social-share li.social-label {
  text-transform: uppercase;
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .post-social-share .social-share-wrapper .social-share li a {
  color: #fd6500;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 2px solid rgba(224, 224, 224, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .single-content .single-wrapper article .post-content-wrapper .post-other-meta .post-social-share .social-share-wrapper .social-share li a {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-bottom: 3px;
  }
}

.single-content .single-wrapper article .post-content-wrapper .post-other-meta .post-social-share .social-share-wrapper .social-share li a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-content .single-wrapper .single-post-navigation {
  margin-top: 70px;
  padding-bottom: 15px;
}

.single-content .single-wrapper .single-post-navigation .nav-links {
  display: inline-block;
  width: 50%;
}

.single-content .single-wrapper .single-post-navigation .nav-links.nav-previous {
  text-align: left;
}

.single-content .single-wrapper .single-post-navigation .nav-links.nav-previous:hover .post-navigation-content .post-navigation-title {
  color: #fd6500;
}

.single-content .single-wrapper .single-post-navigation .nav-links.nav-previous .post-navigation-left {
  font-size: 15px;
}

.single-content .single-wrapper .single-post-navigation .nav-links.nav-previous .post-navigation-left i {
  font-size: 18px;
  margin-right: 10px;
}

.single-content .single-wrapper .single-post-navigation .nav-links.nav-previous .post-navigation-content .post-navigation-title {
  color: #262626;
  display: inline-block;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .single-content .single-wrapper .single-post-navigation .nav-links.nav-previous .post-navigation-content .post-navigation-title {
    font-size: 14px;
  }
}

.single-content .single-wrapper .single-post-navigation .nav-links.nav-next {
  text-align: right;
}

.single-content .single-wrapper .single-post-navigation .nav-links.nav-next:hover .post-navigation-content .post-navigation-title {
  color: #fd6500;
}

.single-content .single-wrapper .single-post-navigation .nav-links.nav-next .post-navigation-right {
  font-size: 15px;
}

.single-content .single-wrapper .single-post-navigation .nav-links.nav-next .post-navigation-right i {
  font-size: 18px;
  margin-left: 10px;
}

.single-content .single-wrapper .single-post-navigation .nav-links.nav-next .post-navigation-content .post-navigation-title {
  color: #262626;
  display: inline-block;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 700;
}

.single-content .single-wrapper .author-info {
  padding: 30px 20px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.single-content .single-wrapper .author-info .author-avatar img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.single-content .single-wrapper .author-info .author-description .author-title {
  font-family: "Nunito Sans";
  margin-top: 20px;
  text-transform: uppercase;
}

.single-content .single-wrapper .author-info .author-description .author-title a {
  color: #262626;
}

.single-content .single-wrapper .author-info .author-description .author-title a:hover {
  color: #fd6500;
}

.single-content .single-wrapper .author-info .author-description .author-bio {
  font-family: "Playfair Display";
  font-style: italic;
  font-size: 15px;
  padding: 0 10%;
}

.single-content .single-wrapper .post-related {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 60px;
  padding-bottom: 70px;
}

.single-content .single-wrapper .post-related .related-title {
  font-size: 34px;
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
}

.single-content .single-wrapper .post-related .related-title:before {
  content: "/";
  color: #fd6500;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .single-content .single-wrapper .post-related .related-title {
    font-size: 24px;
  }
}

.single-content .single-wrapper .post-related .related-list {
  position: relative;
}

.single-content .single-wrapper .post-related .related-list:hover .owl-nav .owl-prev, .single-content .single-wrapper .post-related .related-list:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-content .single-wrapper .post-related .related-list .related-item .post-image {
  margin-bottom: 20px;
}

.single-content .single-wrapper .post-related .related-list .related-item .post-image img {
  width: auto;
  margin: 0 auto;
}

.single-content .single-wrapper .post-related .related-list .related-item .post-meta {
  padding: 0 10%;
  text-align: center;
}

.single-content .single-wrapper .post-related .related-list .related-item .post-meta a {
  text-transform: uppercase;
  font-style: italic;
}

.single-content .single-wrapper .post-related .related-list .related-item .post-meta .post-title {
  padding-top: 0;
  line-height: 1.5;
}

.single-content .single-wrapper .post-related .related-list .related-item .post-meta .post-title a {
  color: #262626;
  font-style: normal;
  text-transform: none;
}

.single-content .single-wrapper .post-related .related-list .related-item .post-meta .post-title a:hover {
  color: #fd6500;
}

.single-content .single-wrapper .post-related .related-list .owl-nav .owl-prev, .single-content .single-wrapper .post-related .related-list .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-content .single-wrapper .post-related .related-list .owl-nav .owl-prev:hover, .single-content .single-wrapper .post-related .related-list .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.single-content .single-wrapper .post-related .related-list .owl-nav .owl-prev {
  left: 0;
}

.single-content .single-wrapper .post-related .related-list .owl-nav .owl-next {
  right: 0;
}

#comments {
  margin-top: 70px;
}

#comments .comments-title {
  font-family: "Playfair Display";
  font-size: 34px;
  padding-left: 25px;
  padding-bottom: 20px;
  position: relative;
}

#comments .comments-title:before {
  content: "/";
  color: #fd6500;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  #comments .comments-title {
    font-size: 24px;
  }
}

#comments .post-comments-list .comment-list {
  padding: 0;
  list-style: none;
  list-style-type: none;
}

#comments .post-comments-list .comment-list li.pingback .comment-body .author-avatar {
  width: 0;
}

#comments .post-comments-list .comment-list li.pingback .comment-body .comment-text {
  padding-left: 0;
}

#comments .post-comments-list .comment-list li .comment-body {
  padding: 10px 0;
  margin-bottom: 10px;
}

#comments .post-comments-list .comment-list li .comment-body .author-avatar {
  width: 90px;
  float: left;
}

#comments .post-comments-list .comment-list li .comment-body .author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#comments .post-comments-list .comment-list li .comment-body .comment-text {
  padding-left: 90px;
}

#comments .post-comments-list .comment-list li .comment-body .comment-text .author .author-name {
  color: #262626;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

#comments .post-comments-list .comment-list li .comment-body .comment-text .author .author-name a {
  font-weight: 700;
}

#comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta {
  padding-top: 5px;
}

#comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta .comment-meta-date {
  color: #757575;
  font-size: 15px;
  font-style: italic;
  float: left;
}

#comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta .comment-meta-action a {
  color: #757575;
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 700;
  margin-left: 15px;
}

#comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta .comment-meta-action a:hover {
  color: #fd6500;
}

#comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta .comment-meta-action a:first-child {
  padding-left: 15px;
  border-left: 1px solid #e0e0e0;
}

#comments .post-comments-list .comment-list li .comment-body .comment-text .text {
  margin-top: 5px;
  line-height: 1.8;
}

#comments .post-comments-list .comment-list li .children {
  border-left: 1px solid #e0e0e0;
  margin-left: 70px;
  margin-bottom: 20px;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  #comments .post-comments-list .comment-list li .children {
    margin-left: 35px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #comments .post-comments-list .comment-list li .children {
    margin-left: 10px;
    padding-left: 5px;
  }
}

#comments .post-comments-list .comment-list .children {
  list-style: none;
  list-style-type: none;
}

#comments .post-comments-form {
  border-top: 1px solid #e0e0e0;
  margin-top: 50px;
  padding-top: 50px;
}

#comments #respond-wrapper h3, #comments .comment-respond h3 {
  font-family: "Playfair Display";
  font-size: 34px;
  padding-left: 25px;
  padding-bottom: 10px;
  position: relative;
}

#comments #respond-wrapper h3:before, #comments .comment-respond h3:before {
  content: "/";
  color: #fd6500;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  #comments #respond-wrapper h3, #comments .comment-respond h3 {
    font-size: 24px;
  }
}

#comments #respond-wrapper .comment-form, #comments .comment-respond .comment-form {
  margin-top: 20px;
}

#comments #respond-wrapper .comment-form input, #comments #respond-wrapper .comment-form textarea, #comments .comment-respond .comment-form input, #comments .comment-respond .comment-form textarea {
  background-color: #f9f6f1;
  border: none;
  padding: 10px 15px;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

#comments #respond-wrapper .comment-form input:focus, #comments #respond-wrapper .comment-form textarea:focus, #comments .comment-respond .comment-form input:focus, #comments .comment-respond .comment-form textarea:focus {
  outline: none;
}

#comments #respond-wrapper .comment-form textarea, #comments .comment-respond .comment-form textarea {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#comments #respond-wrapper .comment-form .logged-in-as, #comments .comment-respond .comment-form .logged-in-as {
  font-style: italic;
}

#comments #respond-wrapper .comment-form .comment-form-comment, #comments .comment-respond .comment-form .comment-form-comment {
  margin-top: 10px;
}

#comments #respond-wrapper .comment-form .submit, #comments .comment-respond .comment-form .submit {
  background: none;
  border: 2px solid #e0e0e0;
  color: #fd6500;
  font-weight: 700;
  padding: 10px 30px;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#comments #respond-wrapper .comment-form .submit:hover, #comments .comment-respond .comment-form .submit:hover {
  background: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#comments .comment-respond {
  margin-bottom: 15px;
}

#comments .comment-respond h3 {
  font-size: 24px;
}

#comments .comment-respond h3 small {
  margin-left: 10px;
  font-style: italic;
}

.has-left-sidebar {
  float: right !important;
}

.left-sidebar {
  float: left !important;
}

.archive-sidebar aside, .single-sidebar aside {
  margin-bottom: 30px;
}

.archive-sidebar .widget-title, .single-sidebar .widget-title {
  font-family: "Playfair Display";
  font-size: 24px;
  margin-top: 0;
  position: relative;
  padding-left: 18px;
}

.archive-sidebar .widget-title:before, .single-sidebar .widget-title:before {
  content: "/";
  color: #fd6500;
  left: 0;
  position: absolute;
}

.archive-sidebar .widget_categories ul, .archive-sidebar .widget_archive ul, .single-sidebar .widget_categories ul, .single-sidebar .widget_archive ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.archive-sidebar .widget_categories ul li, .archive-sidebar .widget_archive ul li, .single-sidebar .widget_categories ul li, .single-sidebar .widget_archive ul li {
  padding: 8px 0;
  position: relative;
}

.archive-sidebar .widget_categories ul li:last-child, .archive-sidebar .widget_archive ul li:last-child, .single-sidebar .widget_categories ul li:last-child, .single-sidebar .widget_archive ul li:last-child {
  padding-bottom: 0;
}

.archive-sidebar .widget_categories ul li a, .archive-sidebar .widget_archive ul li a, .single-sidebar .widget_categories ul li a, .single-sidebar .widget_archive ul li a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_categories ul li a:hover, .archive-sidebar .widget_archive ul li a:hover, .single-sidebar .widget_categories ul li a:hover, .single-sidebar .widget_archive ul li a:hover {
  margin-left: 10px;
  color: #fd6500;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_categories ul li .list-count, .archive-sidebar .widget_categories ul li .archive-count, .archive-sidebar .widget_archive ul li .list-count, .archive-sidebar .widget_archive ul li .archive-count, .single-sidebar .widget_categories ul li .list-count, .single-sidebar .widget_categories ul li .archive-count, .single-sidebar .widget_archive ul li .list-count, .single-sidebar .widget_archive ul li .archive-count {
  float: right;
}

.archive-sidebar .widget_categories ul li ul, .archive-sidebar .widget_archive ul li ul, .single-sidebar .widget_categories ul li ul, .single-sidebar .widget_archive ul li ul {
  padding-left: 20px;
}

.archive-sidebar .widget_categories select, .archive-sidebar .widget_archive select, .single-sidebar .widget_categories select, .single-sidebar .widget_archive select {
  margin-top: 15px;
}

.archive-sidebar .widget_categories select:focus, .archive-sidebar .widget_archive select:focus, .single-sidebar .widget_categories select:focus, .single-sidebar .widget_archive select:focus {
  outline: none;
}

.archive-sidebar .widget_calendar .calendar_wrap table, .single-sidebar .widget_calendar .calendar_wrap table {
  width: 100%;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.archive-sidebar .widget_calendar .calendar_wrap table th, .single-sidebar .widget_calendar .calendar_wrap table th {
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  padding: 5px 0;
  background: #fd6500;
  color: #fff;
}

.archive-sidebar .widget_calendar .calendar_wrap table td, .single-sidebar .widget_calendar .calendar_wrap table td {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}

.archive-sidebar .widget_pages ul, .single-sidebar .widget_pages ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.archive-sidebar .widget_pages ul li, .single-sidebar .widget_pages ul li {
  padding: 8px 0;
}

.archive-sidebar .widget_pages ul li:last-child, .single-sidebar .widget_pages ul li:last-child {
  padding-bottom: 0;
}

.archive-sidebar .widget_pages ul li a, .single-sidebar .widget_pages ul li a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_pages ul li a:hover, .single-sidebar .widget_pages ul li a:hover {
  margin-left: 10px;
  color: #fd6500;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_pages ul li ul.children, .single-sidebar .widget_pages ul li ul.children {
  padding-left: 20px;
}

.archive-sidebar .widget_meta ul, .single-sidebar .widget_meta ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.archive-sidebar .widget_meta ul li, .single-sidebar .widget_meta ul li {
  padding: 8px 0;
}

.archive-sidebar .widget_meta ul li:last-child, .single-sidebar .widget_meta ul li:last-child {
  padding-bottom: 0;
}

.archive-sidebar .widget_meta ul li a, .single-sidebar .widget_meta ul li a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_meta ul li a:hover, .single-sidebar .widget_meta ul li a:hover {
  margin-left: 10px;
  color: #fd6500;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_recent_comments ul, .single-sidebar .widget_recent_comments ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.archive-sidebar .widget_recent_comments ul li, .single-sidebar .widget_recent_comments ul li {
  padding: 8px 0;
}

.archive-sidebar .widget_recent_comments ul li:last-child, .single-sidebar .widget_recent_comments ul li:last-child {
  padding-bottom: 0;
}

.archive-sidebar .widget_recent_comments ul li span, .single-sidebar .widget_recent_comments ul li span {
  color: #ababab;
  font-style: italic;
}

.archive-sidebar .widget_recent_comments ul li a, .single-sidebar .widget_recent_comments ul li a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_recent_comments ul li a:hover, .single-sidebar .widget_recent_comments ul li a:hover {
  margin-left: 10px;
  color: #fd6500;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_recent_comments ul li a.url, .single-sidebar .widget_recent_comments ul li a.url {
  color: #ababab;
}

.archive-sidebar .widget_recent_comments ul li a.url:hover, .single-sidebar .widget_recent_comments ul li a.url:hover {
  color: #fd6500;
}

.archive-sidebar .widget_recent_entries ul, .single-sidebar .widget_recent_entries ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.archive-sidebar .widget_recent_entries ul li, .single-sidebar .widget_recent_entries ul li {
  padding: 8px 0;
}

.archive-sidebar .widget_recent_entries ul li:last-child, .single-sidebar .widget_recent_entries ul li:last-child {
  padding-bottom: 0;
}

.archive-sidebar .widget_recent_entries ul li a, .single-sidebar .widget_recent_entries ul li a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_recent_entries ul li a:hover, .single-sidebar .widget_recent_entries ul li a:hover {
  margin-left: 10px;
  color: #fd6500;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_rss &gt; ul, .single-sidebar .widget_rss &gt; ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.archive-sidebar .widget_rss &gt; ul li, .single-sidebar .widget_rss &gt; ul li {
  padding: 8px 0;
}

.archive-sidebar .widget_rss &gt; ul li:last-child, .single-sidebar .widget_rss &gt; ul li:last-child {
  padding-bottom: 0;
}

.archive-sidebar .widget_rss &gt; ul li a, .single-sidebar .widget_rss &gt; ul li a {
  color: #ababab;
  font-style: italic;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_rss &gt; ul li a:hover, .single-sidebar .widget_rss &gt; ul li a:hover {
  margin-left: 10px;
  color: #fd6500;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive-sidebar .widget_nav_menu ul, .single-sidebar .widget_nav_menu ul {
  padding: 0;
  margin: 0 0 1.75em 1.25em;
}

.archive-sidebar .widget_nav_menu ul li, .single-sidebar .widget_nav_menu ul li {
  padding: 3px 0;
}

.archive-sidebar .widget_nav_menu ul li &gt; ul, .single-sidebar .widget_nav_menu ul li &gt; ul {
  margin-bottom: 0;
}

.archive-sidebar .widget_search .search-form, .single-sidebar .widget_search .search-form {
  position: relative;
  background-color: #faf8f4;
  border-radius: 30px;
}

.archive-sidebar .widget_search .search-form label, .single-sidebar .widget_search .search-form label {
  display: block;
}

.archive-sidebar .widget_search .search-form label input[type="search"], .single-sidebar .widget_search .search-form label input[type="search"] {
  width: calc(100% - 60px);
  height: 40px;
  background-color: #faf8f4;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 5px;
  font-weight: 400;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.archive-sidebar .widget_search .search-form .search-submit, .single-sidebar .widget_search .search-form .search-submit {
  width: 60px;
  padding: 0;
  position: absolute;
  font-size: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border: none;
  background: none;
  outline: none;
}

.archive-sidebar .widget_search .search-form .search-submit:hover, .single-sidebar .widget_search .search-form .search-submit:hover {
  color: #fd6500;
}

.archive-sidebar .widget_search .search-form .search-submit:before, .single-sidebar .widget_search .search-form .search-submit:before {
  content: "\f4a4";
  font-family: Ionicons;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.archive-sidebar .widget_tag_cloud .tagcloud, .single-sidebar .widget_tag_cloud .tagcloud {
  color: #ababab;
}

.archive-sidebar .widget_tag_cloud .tagcloud a, .single-sidebar .widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin-top: 10px;
  color: #ababab;
  font-family: "Playfair Display";
  font-style: italic;
}

.archive-sidebar .widget_tag_cloud .tagcloud a:hover, .single-sidebar .widget_tag_cloud .tagcloud a:hover {
  color: #fd6500;
}

.archive-sidebar .widget-post-thumbnail ul, .single-sidebar .widget-post-thumbnail ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.archive-sidebar .widget-post-thumbnail ul.thumb_left li, .single-sidebar .widget-post-thumbnail ul.thumb_left li {
  padding-bottom: 15px;
}

.archive-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-image, .single-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-image {
  width: 28%;
  float: left;
}

.archive-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content, .single-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content {
  width: 65%;
  float: right;
}

.archive-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content h4, .single-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content h4 {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 14px;
  line-height: 1.6;
}

.archive-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content h4 a, .single-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content h4 a {
  color: #262626;
  font-weight: 600;
}

.archive-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content h4 a:hover, .single-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content h4 a:hover {
  color: #fd6500;
}

.archive-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content .posts-thumbnail-meta, .single-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content .posts-thumbnail-meta {
  font-style: italic;
  margin-bottom: 10px;
}

.archive-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content .posts-thumbnail-meta span, .single-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content .posts-thumbnail-meta span {
  margin-right: 5px;
}

.archive-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content .posts-thumbnail-meta span:last-child, .single-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content .posts-thumbnail-meta span:last-child {
  margin-right: 0;
}

.archive-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content .posts-thumbnail-meta time, .single-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content .posts-thumbnail-meta time {
  color: #ababab;
  font-style: italic;
}

.archive-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i, .single-sidebar .widget-post-thumbnail ul.thumb_left li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
  margin-right: 5px;
}

.archive-sidebar select, .single-sidebar select {
  max-width: 100%;
}

.archive-sidebar select:focus, .single-sidebar select:focus {
  outline: none;
}

@media screen and (max-width: 991px) {
  .archive-sidebar, .single-sidebar {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .archive-sidebar, .single-sidebar {
    margin-top: 30px;
  }
}

.search-form {
  position: relative;
  background-color: #faf8f4;
  border-radius: 30px;
  max-width: 500px;
}

.search-form label {
  display: block;
}

.search-form label input[type="search"] {
  width: calc(100% - 60px);
  height: 40px;
  background-color: #faf8f4;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 5px;
  font-weight: 400;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.search-form .search-submit {
  width: 60px;
  padding: 0;
  position: absolute;
  font-size: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border: none;
  background: none;
  outline: none;
}

.search-form .search-submit:hover {
  color: #fd6500;
}

.search-form .search-submit:before {
  content: "\f4a4";
  font-family: Ionicons;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

p.search-not-found {
  padding-bottom: 10px;
}

/*-----------------------------------
 * 7. SHORTCODES
 *-----------------------------------*/
/*-----------------------------------
 * SHORTCODES
 *-----------------------------------*/
/* Shortcode banner */
.banner-shortcode-wrapper.style_1 .banner-content-wrapper {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.45);
  -moz-box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.45);
  box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.45);
}

.banner-shortcode-wrapper.style_1 .banner-content-wrapper:hover .banner-content-inner {
  background: rgba(253, 101, 0, 0.2);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrapper.style_1 .banner-content-wrapper:hover .banner-content-inner:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banner-shortcode-wrapper.style_1 .banner-content-wrapper:hover .banner-content-inner:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banner-shortcode-wrapper.style_1 .banner-content-wrapper:hover .banner-content-inner .banner-content {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrapper.style_1 .banner-content-wrapper img {
  width: 100%;
}

.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner:before {
  content: '';
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner:before {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}

.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner:after {
  content: '';
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  opacity: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}

.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
  font-weight: 300;
  color: #fff;
}

.banner-shortcode-wrapper.style_2 .banner-content-wrapper {
  position: relative;
  text-align: center;
}

.banner-shortcode-wrapper.style_2 .banner-content-wrapper:hover .banner-content-inner {
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 30px;
  top: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrapper.style_2 .banner-content-wrapper:hover .banner-content-inner {
    padding-top: 10px;
  }
}

.banner-shortcode-wrapper.style_2 .banner-content-wrapper:hover .banner-content-inner .banner-content .banner-description {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrapper.style_2 .banner-content-wrapper:hover .banner-content-inner .banner-content .banner-viewmore {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner {
  background-color: transparent;
  position: absolute;
  top: 45%;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
  color: #fff;
  font-size: 34px;
  margin-top: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
    font-size: 24px;
  }
}

.banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner .banner-content .banner-description {
  color: #ababab;
  opacity: 0;
  padding: 0 15%;
  padding-bottom: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner .banner-content .banner-description {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner .banner-content .banner-description {
    display: block;
    padding-bottom: 5px;
  }
}

.banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner .banner-content .banner-viewmore {
  border: 2px solid rgba(224, 224, 224, 0.5);
  background-color: transparent;
  color: #fd6500;
  font-weight: 700;
  opacity: 0;
  padding: 8px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrapper.style_2 .banner-content-wrapper .banner-content-inner .banner-content .banner-viewmore:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrapper.style_3 .banner-content-wrapper {
  position: relative;
}

.banner-shortcode-wrapper.style_3 .banner-content-wrapper:hover .banner-image img {
  -webkit-transform: translate(30px, 50px);
  -ms-transform: translate(30px, 50px);
  -o-transform: translate(30px, 50px);
  transform: translate(30px, 50px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-image {
  position: relative;
  margin-right: 30px;
  margin-bottom: 50px;
}

.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-image:after {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fd6500;
  -webkit-transform: translate(30px, 50px);
  -ms-transform: translate(30px, 50px);
  -o-transform: translate(30px, 50px);
  transform: translate(30px, 50px);
}

.banner-shortcode-wrapper.style_3 .banner-content-wrapper .banner-image img {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.25);
  box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.25);
}

.banner-shortcode-wrapper.style_4 .banner-content-wrapper {
  position: relative;
}

.banner-shortcode-wrapper.style_4 .banner-content-wrapper:hover .banner-image img {
  -webkit-transform: translate(-30px, 50px);
  -ms-transform: translate(-30px, 50px);
  -o-transform: translate(-30px, 50px);
  transform: translate(-30px, 50px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-image {
  position: relative;
  margin-left: 30px;
  margin-bottom: 50px;
  text-align: right;
}

.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-image:after {
  content: "";
  width: 80%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f0f2f2;
  -webkit-transform: translate(-30px, 50px);
  -ms-transform: translate(-30px, 50px);
  -o-transform: translate(-30px, 50px);
  transform: translate(-30px, 50px);
}

.banner-shortcode-wrapper.style_4 .banner-content-wrapper .banner-image img {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.25);
  box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.25);
}

.banner-shortcode-wrapper.style_5 .banner-content-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.banner-shortcode-wrapper.style_5 .banner-content-wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-shortcode-wrapper.style_5 .banner-content-wrapper img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-shortcode-wrapper.style_5 .banner-content-wrapper .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrapper.style_5 .banner-content-wrapper .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-shortcode-wrapper.style_5 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
  color: #fff;
  font-size: 80px;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrapper.style_5 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrapper.style_5 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
    font-size: 30px;
  }
}

.banner-shortcode-wrapper.style_5 .banner-content-wrapper .banner-content-inner .banner-content .banner-description {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrapper.style_5 .banner-content-wrapper .banner-content-inner .banner-content .banner-description {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5px;
  }
}

.banner-shortcode-wrapper.style_6 .banner-content-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}

.banner-shortcode-wrapper.style_6 .banner-content-wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-shortcode-wrapper.style_6 .banner-content-wrapper:hover .banner-content-inner {
  background: rgba(253, 101, 0, 0.1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrapper.style_6 .banner-content-wrapper:hover .banner-content-inner .banner-content {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrapper.style_6 .banner-content-wrapper img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-shortcode-wrapper.style_6 .banner-content-wrapper .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrapper.style_6 .banner-content-wrapper .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-shortcode-wrapper.style_6 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
  font-weight: 300;
  color: #fff;
}

.banner-shortcode-wrapper.style_7 .banner-content-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}

.banner-shortcode-wrapper.style_7 .banner-content-wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrapper.style_7 .banner-content-wrapper:hover .banner-content-inner .banner-title {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrapper.style_7 .banner-content-wrapper img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrapper.style_7 .banner-content-wrapper .banner-content-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-shortcode-wrapper.style_7 .banner-content-wrapper .banner-content-inner .banner-title {
  color: #fd6500;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrapper.style_7.home-9 {
  margin-right: -30%;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrapper.style_7.home-9 {
    margin-right: -25%;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrapper.style_7.home-9 {
    margin-right: 0;
  }
}

.banner-shortcode-wrapper.style_8:hover .banner-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrapper.style_8 .banner-image {
  overflow: hidden;
}

.banner-shortcode-wrapper.style_8 .banner-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrapper.style_8 .banner-content-inner {
  background-color: #333;
  padding: 40px;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrapper.style_8 .banner-content-inner {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrapper.style_8 .banner-content-inner {
    padding: 15px 20px;
  }
}

.banner-shortcode-wrapper.style_8 .banner-content-inner .banner-title {
  color: #fff;
  font-size: 36px;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrapper.style_8 .banner-content-inner .banner-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrapper.style_8 .banner-content-inner .banner-title {
    font-size: 20px;
  }
}

.banner-shortcode-wrapper.style_8 .banner-content-inner .banner-title span {
  color: #fd6500;
  padding-left: 15px;
}

.banner-shortcode-wrapper.style_8 .banner-content-inner .banner-description {
  color: #ababab;
  font-style: italic;
  padding-top: 20px;
  text-transform: uppercase;
}

.banner-shortcode-wrapper.style_9:hover .banner-content-inner .banner-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrapper.style_9 .banner-content-inner {
  background-color: #f8f8f8;
}

.banner-shortcode-wrapper.style_9 .banner-content-inner .banner-content {
  padding: 30px 40px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  width: 50%;
}

.banner-shortcode-wrapper.style_9 .banner-content-inner .banner-content .banner-description {
  color: #262626;
  font-family: "Nunito Sans";
  font-weight: 700;
  padding-bottom: 20px;
}

.banner-shortcode-wrapper.style_9 .banner-content-inner .banner-content h6 {
  font-family: "Nunito Sans";
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrapper.style_9 .banner-content-inner .banner-content h6 {
    font-size: 20px;
  }
}

.banner-shortcode-wrapper.style_9 .banner-content-inner .banner-image {
  overflow: hidden;
  float: right;
  width: 50%;
}

.banner-shortcode-wrapper.style_9 .banner-content-inner .banner-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-shortcode-wrapper.grid .blog-list.columns-2 .blog-item, .blog-shortcode-wrapper.masonry .blog-list.columns-2 .blog-item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .blog-shortcode-wrapper.grid .blog-list.columns-2 .blog-item, .blog-shortcode-wrapper.masonry .blog-list.columns-2 .blog-item {
    width: 100%;
  }
}

.blog-shortcode-wrapper.grid .blog-list.columns-2 .blog-item.featured-post, .blog-shortcode-wrapper.masonry .blog-list.columns-2 .blog-item.featured-post {
  width: 100%;
}

.blog-shortcode-wrapper.grid .blog-list.columns-3 .blog-item, .blog-shortcode-wrapper.masonry .blog-list.columns-3 .blog-item {
  width: 33.333333%;
}

@media screen and (max-width: 991px) {
  .blog-shortcode-wrapper.grid .blog-list.columns-3 .blog-item, .blog-shortcode-wrapper.masonry .blog-list.columns-3 .blog-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .blog-shortcode-wrapper.grid .blog-list.columns-3 .blog-item, .blog-shortcode-wrapper.masonry .blog-list.columns-3 .blog-item {
    width: 100%;
  }
}

.blog-shortcode-wrapper.grid .blog-list.columns-3 .blog-item.featured-post, .blog-shortcode-wrapper.masonry .blog-list.columns-3 .blog-item.featured-post {
  width: 66.666666%;
}

@media screen and (max-width: 767px) {
  .blog-shortcode-wrapper.grid .blog-list.columns-3 .blog-item.featured-post, .blog-shortcode-wrapper.masonry .blog-list.columns-3 .blog-item.featured-post {
    width: 100%;
  }
}

.blog-shortcode-wrapper.grid .blog-list.columns-4 .blog-item, .blog-shortcode-wrapper.masonry .blog-list.columns-4 .blog-item {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .blog-shortcode-wrapper.grid .blog-list.columns-4 .blog-item, .blog-shortcode-wrapper.masonry .blog-list.columns-4 .blog-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .blog-shortcode-wrapper.grid .blog-list.columns-4 .blog-item, .blog-shortcode-wrapper.masonry .blog-list.columns-4 .blog-item {
    width: 100%;
  }
}

.blog-shortcode-wrapper.grid .blog-list.columns-4 .blog-item.featured-post, .blog-shortcode-wrapper.masonry .blog-list.columns-4 .blog-item.featured-post {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .blog-shortcode-wrapper.grid .blog-list.columns-4 .blog-item.featured-post, .blog-shortcode-wrapper.masonry .blog-list.columns-4 .blog-item.featured-post {
    width: 100%;
  }
}

.blog-shortcode-wrapper.grid .blog-list.columns-5 .blog-item, .blog-shortcode-wrapper.masonry .blog-list.columns-5 .blog-item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .blog-shortcode-wrapper.grid .blog-list.columns-5 .blog-item, .blog-shortcode-wrapper.masonry .blog-list.columns-5 .blog-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .blog-shortcode-wrapper.grid .blog-list.columns-5 .blog-item, .blog-shortcode-wrapper.masonry .blog-list.columns-5 .blog-item {
    width: 100%;
  }
}

.blog-shortcode-wrapper.grid .blog-list.columns-5 .blog-item.featured-post, .blog-shortcode-wrapper.masonry .blog-list.columns-5 .blog-item.featured-post {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .blog-shortcode-wrapper.grid .blog-list.columns-5 .blog-item.featured-post, .blog-shortcode-wrapper.masonry .blog-list.columns-5 .blog-item.featured-post {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .blog-shortcode-wrapper.grid .blog-list.columns-5 .blog-item.featured-post, .blog-shortcode-wrapper.masonry .blog-list.columns-5 .blog-item.featured-post {
    width: 100%;
  }
}

.blog-shortcode-wrapper.grid .blog-list .blog-item, .blog-shortcode-wrapper.masonry .blog-list .blog-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item .post-image, .blog-shortcode-wrapper.masonry .blog-list .blog-item .post-image {
  overflow: hidden;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item .post-image:hover img, .blog-shortcode-wrapper.masonry .blog-list .blog-item .post-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item .post-image img, .blog-shortcode-wrapper.masonry .blog-list .blog-item .post-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item .post-category, .blog-shortcode-wrapper.masonry .blog-list .blog-item .post-category {
  font-size: 14px;
  font-style: italic;
  padding-top: 10px;
  text-transform: uppercase;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item .post-title, .blog-shortcode-wrapper.masonry .blog-list .blog-item .post-title {
  margin: 0;
  font-weight: normal;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item .post-title a, .blog-shortcode-wrapper.masonry .blog-list .blog-item .post-title a {
  color: #262626;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item .post-title a:hover, .blog-shortcode-wrapper.masonry .blog-list .blog-item .post-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item .post-excerpt, .blog-shortcode-wrapper.masonry .blog-list .blog-item .post-excerpt {
  padding-top: 10px;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post {
  overflow: hidden;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post:hover .post-image img, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post:hover .post-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post .post-content, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post .post-content {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  bottom: 0;
  left: 15px;
  position: absolute;
  padding: 80px 30px 40px 30px;
  width: calc(100% - 30px);
}

@media screen and (max-width: 767px) {
  .blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post .post-content, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post .post-content {
    padding: 40px 30px 30px 30px;
  }
}

.blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post .post-category, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post .post-category {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post .post-category, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post .post-category {
    font-size: 14px;
  }
}

.blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post .post-category a, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post .post-category a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post .post-category a:hover, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post .post-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post .post-title, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post .post-title {
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post .post-title a, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post .post-title a {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post .post-title a, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post .post-title a {
    font-size: 18px;
  }
}

.blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post .post-title a:hover, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post .post-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-shortcode-wrapper.grid .blog-list .blog-item.featured-post .post-excerpt, .blog-shortcode-wrapper.masonry .blog-list .blog-item.featured-post .post-excerpt {
  color: #fff;
  padding-top: 10px;
}

.blog-shortcode-wrapper .blog-shortcode-paging {
  padding-top: 3%;
}

.blog-shortcode-wrapper .blog-shortcode-paging.default {
  font-style: italic;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

.blog-shortcode-wrapper .blog-shortcode-paging.default .page-numbers {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.blog-shortcode-wrapper .blog-shortcode-paging.default .page-numbers li {
  display: inline-block;
  padding-right: 25px;
}

.blog-shortcode-wrapper .blog-shortcode-paging.default .page-numbers li span, .blog-shortcode-wrapper .blog-shortcode-paging.default .page-numbers li a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.blog-shortcode-wrapper .blog-shortcode-paging.default .page-numbers li span.current {
  color: #fd6500;
}

.blog-shortcode-wrapper .blog-shortcode-paging.default .page-numbers li a:hover, .blog-shortcode-wrapper .blog-shortcode-paging.default .page-numbers li a:focus {
  background: none;
  color: #fd6500;
}

.blog-shortcode-wrapper .blog-shortcode-paging.default .page-numbers li a.prev, .blog-shortcode-wrapper .blog-shortcode-paging.default .page-numbers li a.next {
  text-transform: uppercase;
}

.blog-shortcode-wrapper .blog-shortcode-paging.load-more {
  text-align: center;
}

.blog-shortcode-wrapper .blog-shortcode-paging.load-more button {
  background-image: none;
  border: 2px solid #e0e0e0;
  background-color: transparent;
  color: #fd6500;
  font-weight: 700;
  padding: 6px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-shortcode-wrapper .blog-shortcode-paging.load-more button:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-shortcode-wrapper .blog-shortcode-paging.load-more button:focus {
  outline: none;
}

.countdown-shortcode-wrapper.number .countdown-content .list-time {
  list-style: none;
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.countdown-shortcode-wrapper.number .countdown-content .list-time li {
  position: relative;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}

.countdown-shortcode-wrapper.number .countdown-content .list-time li:hover {
  border: 2px solid white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.countdown-shortcode-wrapper.number .countdown-content .list-time li p {
  margin: 0;
  font-family: "Playfair Display";
  font-style: italic;
}

.countdown-shortcode-wrapper.number .countdown-content .list-time li p.countdown-number {
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 5px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .countdown-shortcode-wrapper.number .countdown-content .list-time li p.countdown-number {
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

.countdown-shortcode-wrapper.number .countdown-content .list-time li p:last-child {
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  text-align: center;
}

.countdown-shortcode-wrapper.number .countdown-content .list-time li p.countdown-text {
  display: none;
}

.counter-shortcode-wrapper.style_1 {
  margin-top: 10px;
}

.counter-shortcode-wrapper.style_1 .gr-counter .content-inner {
  display: table;
  width: 100%;
}

.counter-shortcode-wrapper.style_1 .gr-counter .content-inner .gr-number-counter {
  font-family: "Playfair Display";
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  font-size: 34px;
  font-weight: 700;
  color: #262626;
  text-align: right;
  padding-right: 50px;
  position: relative;
}

.counter-shortcode-wrapper.style_1 .gr-counter .content-inner .gr-number-counter:before {
  content: "\f111";
  color: #fd6500;
  font-family: fontAwesome;
  font-size: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.counter-shortcode-wrapper.style_1 .gr-counter .content-inner .gr-text-default {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .counter-shortcode-wrapper.style_1 .gr-counter .content-inner .gr-text-default {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .counter-shortcode-wrapper.style_2 .gr-counter .content-inner {
    text-align: center;
  }
}

.counter-shortcode-wrapper.style_2 .gr-counter .content-inner .gr-number-counter {
  color: #fd6500;
  font-size: 56px;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .counter-shortcode-wrapper.style_2 .gr-counter .content-inner .gr-number-counter {
    font-size: 36px;
  }
}

.counter-shortcode-wrapper.style_2 .gr-counter .content-inner .gr-text-default {
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .counter-shortcode-wrapper.style_2 .gr-counter .content-inner .gr-text-default {
    font-size: 14px;
  }
}

/* Clients Shortcode CSS */
.clients-shortcode-wrapper {
  position: relative;
}

.clients-shortcode-wrapper.style_1:hover .owl-nav .owl-prev, .clients-shortcode-wrapper.style_1:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients-shortcode-wrapper.style_1 .clients-list .client-item {
  opacity: .3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients-shortcode-wrapper.style_1 .clients-list .client-item:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients-shortcode-wrapper.style_1 .owl-nav .owl-prev, .clients-shortcode-wrapper.style_1 .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients-shortcode-wrapper.style_1 .owl-nav .owl-prev:hover, .clients-shortcode-wrapper.style_1 .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.clients-shortcode-wrapper.style_1 .owl-nav .owl-prev {
  left: 0;
}

.clients-shortcode-wrapper.style_1 .owl-nav .owl-next {
  right: 0;
}

/* GMaps Shortcode CSS */
.gmaps-shortcode-wrapper .map-info {
  max-width: 280px;
}

@media screen and (max-width: 991px) {
  .gmaps-shortcode-wrapper .map-info {
    max-width: 260px;
  }
}

.gmaps-shortcode-wrapper .map-info .info-image {
  float: left;
  max-width: 200px;
}

@media screen and (max-width: 991px) {
  .gmaps-shortcode-wrapper .map-info .info-image {
    max-width: 160px;
  }
}

.gmaps-shortcode-wrapper .map-info .info-address {
  padding: 10px 0 5px 0;
}

.gmaps-shortcode-wrapper .map-info .info-address p {
  text-align: center;
  color: #262626;
  font-weight: bold;
  font-family: "Playfair Display";
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .gmaps-shortcode-wrapper .map-info .info-address p {
    font-size: 14px;
  }
}

.gmaps-shortcode-wrapper.toggle_button .gmaps-button-wrap .gmaps-toggle-button {
  width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #fd6500;
  text-align: center;
}

.gmaps-shortcode-wrapper.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover {
  background: #fd6500;
  cursor: pointer;
}

/* Icon Box Shortcode CSS */
.icon-box-shortcode-wrapper {
  margin-bottom: 25px;
}

.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper {
  text-align: center;
}

.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content {
  padding: 0 25px;
}

.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-title {
  margin: 0;
  padding: 15px 0;
}

.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-title h5 {
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-title h5:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-title h5 {
    font-size: 18px;
  }
}

.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-readmore {
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-readmore {
    font-size: 16px;
  }
}

.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-readmore a {
  position: relative;
  left: -15px;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-readmore a:hover {
  left: 0;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-readmore a:hover:before {
  opacity: 1;
}

.icon-box-shortcode-wrapper.style_1 .icon-box-content-wrapper .icon-content .icon-readmore a:before {
  content: "\f218";
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  opacity: 0;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-box-shortcode-wrapper.style_2 .icon-box-container {
  border: 1px solid #e0e0e0;
  text-align: left;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrapper.style_2 .icon-box-container {
    padding: 20px;
  }
}

.icon-box-shortcode-wrapper.style_2 .icon-box-container .icon-wrap {
  font-size: 48px;
  line-height: 1;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrapper.style_2 .icon-box-container .icon-wrap {
    font-size: 34px;
    padding-bottom: 10px;
  }
}

.icon-box-shortcode-wrapper.style_2 .icon-box-container .icon-wrap span {
  color: #fd6500;
}

.icon-box-shortcode-wrapper.style_2 .icon-box-container .icon-content .icon-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrapper.style_2 .icon-box-container .icon-content .icon-title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.icon-box-shortcode-wrapper.style_2 .icon-box-container .icon-content .icon-description {
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrapper.style_2 .icon-box-container .icon-content .icon-description {
    font-size: 14px;
  }
}

/*-----------------------------------
 * SHORTCODES RECENT NEWS
 *-----------------------------------*/
.recent-news-shortcode-wrapper {
  position: relative;
}

.recent-news-shortcode-wrapper.carousel:hover .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrapper.carousel:hover .recent-news-container .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrapper.carousel .recent-news-container article {
  position: relative;
}

.recent-news-shortcode-wrapper.carousel .recent-news-container article .post-content {
  background-color: #fff;
  padding: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrapper.carousel .recent-news-container article .post-content {
    padding: 15px;
  }
}

.recent-news-shortcode-wrapper.carousel .recent-news-container article .post-content .post-category a {
  color: #ababab;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.recent-news-shortcode-wrapper.carousel .recent-news-container article .post-content .post-category a:hover {
  color: #fd6500;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrapper.carousel .recent-news-container article .post-content .post-category a {
    font-size: 12px;
  }
}

.recent-news-shortcode-wrapper.carousel .recent-news-container article .post-content .entry-title {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrapper.carousel .recent-news-container article .post-content .entry-title {
    font-size: 18px;
  }
}

.recent-news-shortcode-wrapper.carousel .recent-news-container article .post-content .entry-title a {
  color: #262626;
  line-height: 1.5;
}

.recent-news-shortcode-wrapper.carousel .recent-news-container article .post-content .entry-title a:hover {
  color: #fd6500;
}

.recent-news-shortcode-wrapper.carousel .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrapper.carousel .recent-news-container .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrapper.carousel .recent-news-container .owl-nav .owl-prev:hover, .recent-news-shortcode-wrapper.carousel .recent-news-container .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.recent-news-shortcode-wrapper.carousel .recent-news-container .owl-nav .owl-prev {
  left: 0;
}

.recent-news-shortcode-wrapper.carousel .recent-news-container .owl-nav .owl-next {
  right: 0;
}

.recent-news-shortcode-wrapper.carousel_2:hover .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrapper.carousel_2:hover .recent-news-container .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article {
  position: relative;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content {
  background-color: #fff;
  padding: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .post-category {
    font-size: 12px;
  }
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .post-category a {
  color: #ababab;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .post-category a:hover {
  color: #fd6500;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .entry-title {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .entry-title {
    font-size: 18px;
  }
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .entry-title a {
  color: #262626;
  line-height: 1.5;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .entry-title a:hover {
  color: #fd6500;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .post-excerpt {
  padding-top: 5px;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .icon-readmore {
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .icon-readmore {
    font-size: 16px;
  }
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .icon-readmore a {
  position: relative;
  left: -15px;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .icon-readmore a:hover {
  left: 0;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .icon-readmore a:hover:before {
  opacity: 1;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container article .post-content .icon-readmore a:before {
  content: "\f218";
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  opacity: 0;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrapper.carousel_2 .recent-news-container .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container .owl-nav .owl-prev:hover, .recent-news-shortcode-wrapper.carousel_2 .recent-news-container .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container .owl-nav .owl-prev {
  left: 0;
}

.recent-news-shortcode-wrapper.carousel_2 .recent-news-container .owl-nav .owl-next {
  right: 0;
}

.recent-news-shortcode-wrapper.carousel_3:hover .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrapper.carousel_3:hover .recent-news-container .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrapper.carousel_3 .recent-news-container article {
  position: relative;
}

.recent-news-shortcode-wrapper.carousel_3 .recent-news-container article .post-content {
  background-color: #fff;
  padding: 25px 0;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrapper.carousel_3 .recent-news-container article .post-content {
    padding: 15px 0;
  }
}

.recent-news-shortcode-wrapper.carousel_3 .recent-news-container article .post-content .post-category a {
  color: #ababab;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.recent-news-shortcode-wrapper.carousel_3 .recent-news-container article .post-content .post-category a:hover {
  color: #fd6500;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrapper.carousel_3 .recent-news-container article .post-content .post-category a {
    font-size: 12px;
  }
}

.recent-news-shortcode-wrapper.carousel_3 .recent-news-container article .post-content .entry-title {
  font-weight: normal;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrapper.carousel_3 .recent-news-container article .post-content .entry-title {
    font-size: 18px;
  }
}

.recent-news-shortcode-wrapper.carousel_3 .recent-news-container article .post-content .entry-title a {
  color: #262626;
  line-height: 1.5;
}

.recent-news-shortcode-wrapper.carousel_3 .recent-news-container article .post-content .entry-title a:hover {
  color: #fd6500;
}

.recent-news-shortcode-wrapper.carousel_3 .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrapper.carousel_3 .recent-news-container .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrapper.carousel_3 .recent-news-container .owl-nav .owl-prev:hover, .recent-news-shortcode-wrapper.carousel_3 .recent-news-container .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.recent-news-shortcode-wrapper.carousel_3 .recent-news-container .owl-nav .owl-prev {
  left: 0;
}

.recent-news-shortcode-wrapper.carousel_3 .recent-news-container .owl-nav .owl-next {
  right: 0;
}

.images-gallery-shortcode-wrapper.slick .images-list {
  padding: 0 100px;
}

@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrapper.slick .images-list {
    padding: 0 20px;
  }
}

.images-gallery-shortcode-wrapper.slick .images-list .image-item {
  padding: 0 10px;
}

.images-gallery-shortcode-wrapper.slick .images-list .image-item:focus {
  outline: none;
}

.images-gallery-shortcode-wrapper.slick .images-list .image-item.slick-center .slide-item {
  -webkit-box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
  -moz-box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
  box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.images-gallery-shortcode-wrapper.slick .images-list .image-item.slick-center .slide-item:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.images-gallery-shortcode-wrapper.slick .images-list .image-item.slick-center .slide-item img {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.images-gallery-shortcode-wrapper.slick .images-list .image-item .slide-item {
  position: relative;
  margin-bottom: 40px;
}

.images-gallery-shortcode-wrapper.slick .images-list .image-item .slide-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.images-gallery-shortcode-wrapper.slick .images-list .image-item .slide-item img {
  opacity: .3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.images-gallery-shortcode-wrapper.slick_2 .images-list .image-item {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrapper.slick_2 .images-list .image-item {
    padding: 0 5px;
  }
}

.images-gallery-shortcode-wrapper.slick_2 .images-list .image-item:focus {
  outline: none;
}

.images-gallery-shortcode-wrapper.slick_2 .images-list .image-item.slick-center .slide-item img {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.images-gallery-shortcode-wrapper.slick_2 .images-list .image-item .slide-item img {
  opacity: .3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.images-gallery-shortcode-wrapper.slick .images-list .slick-arrow.slick-prev, .images-gallery-shortcode-wrapper.slick .images-list .slick-arrow.slick-next, .images-gallery-shortcode-wrapper.slick_2 .images-list .slick-arrow.slick-prev, .images-gallery-shortcode-wrapper.slick_2 .images-list .slick-arrow.slick-next {
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 999;
}

.images-gallery-shortcode-wrapper.slick .images-list .slick-arrow.slick-prev:before, .images-gallery-shortcode-wrapper.slick .images-list .slick-arrow.slick-next:before, .images-gallery-shortcode-wrapper.slick_2 .images-list .slick-arrow.slick-prev:before, .images-gallery-shortcode-wrapper.slick_2 .images-list .slick-arrow.slick-next:before {
  color: #696969;
  font-family: 'slick';
  font-size: 56px;
  line-height: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrapper.slick .images-list .slick-arrow.slick-prev:hover:before, .images-gallery-shortcode-wrapper.slick .images-list .slick-arrow.slick-next:hover:before, .images-gallery-shortcode-wrapper.slick_2 .images-list .slick-arrow.slick-prev:hover:before, .images-gallery-shortcode-wrapper.slick_2 .images-list .slick-arrow.slick-next:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrapper.slick .images-list .slick-arrow.slick-prev, .images-gallery-shortcode-wrapper.slick_2 .images-list .slick-arrow.slick-prev {
  left: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.images-gallery-shortcode-wrapper.slick .images-list .slick-arrow.slick-prev:before, .images-gallery-shortcode-wrapper.slick_2 .images-list .slick-arrow.slick-prev:before {
  content: "\f3d2";
  font-family: Ionicons;
}

.images-gallery-shortcode-wrapper.slick .images-list .slick-arrow.slick-next, .images-gallery-shortcode-wrapper.slick_2 .images-list .slick-arrow.slick-next {
  right: 50px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.images-gallery-shortcode-wrapper.slick .images-list .slick-arrow.slick-next:before, .images-gallery-shortcode-wrapper.slick_2 .images-list .slick-arrow.slick-next:before {
  content: "\f3d3";
  font-family: Ionicons;
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item {
  float: left;
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item:hover .slide-item:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item:hover .slide-item .image-meta {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item .slide-item {
  position: relative;
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item .slide-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item .slide-item .image-meta {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item .slide-item .image-meta i {
  font-size: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .images-gallery-shortcode-wrapper.grid .images-list .image-item .slide-item .image-meta i {
    font-size: 30px;
  }
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item .slide-item .image-meta i:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item .slide-item .image-meta .image-title {
  color: #fff;
  font-size: 18px;
  font-family: "Nunito Sans";
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .images-gallery-shortcode-wrapper.grid .images-list .image-item .slide-item .image-meta .image-title {
    font-size: 16px;
  }
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item .slide-item .image-meta .image-title:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item.padding-5 {
  padding: 5px;
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item.image-col-2 {
  width: 50%;
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item.image-col-3 {
  width: 33.333333%;
}

@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrapper.grid .images-list .image-item.image-col-3 {
    width: 50%;
  }
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item.image-col-4 {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrapper.grid .images-list .image-item.image-col-4 {
    width: 50%;
  }
}

.images-gallery-shortcode-wrapper.grid .images-list .image-item.image-col-5 {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .images-gallery-shortcode-wrapper.grid .images-list .image-item.image-col-5 {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrapper.grid .images-list .image-item.image-col-5 {
    width: 50%;
  }
}

/* Decoration Shortcode CSS */
.decoration-shortcode-wrapper.line {
  height: 4px;
}

.decoration-shortcode-wrapper.line .zigzag {
  position: relative;
  width: 100%;
}

.decoration-shortcode-wrapper.line .zigzag:before {
  content: ' ';
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
}

.decoration-shortcode-wrapper.line .zigzag:before {
  background: linear-gradient(45deg, #FCFCFB 25%, transparent 25%), linear-gradient(315deg, #FCFCFB 25%, transparent 25%), linear-gradient(225deg, #FFFFFF 25%, transparent 25%) -2px 0, linear-gradient(135deg, #FFFFFF 25%, transparent 25%) -2px 0;
  background-size: 4px 4px;
  background-color: #d1ebf6;
}

.decoration-shortcode-wrapper .rectangle {
  padding: 30px 0;
  border: 5px solid #d1ebf6;
}

@media screen and (max-width: 767px) {
  .decoration-shortcode-wrapper .rectangle {
    display: none;
  }
}

.decoration-shortcode-wrapper .circle {
  border-radius: 50%;
  background-color: #d1ebf6;
}

@media screen and (max-width: 767px) {
  .decoration-shortcode-wrapper .circle {
    display: none;
  }
}

/* Introduce Shortcode CSS */
.introduce-shortcode-wrapper.style_1 .introduce-content {
  position: relative;
}

.introduce-shortcode-wrapper.style_1 .introduce-content .introduce-main {
  font-family: "Playfair Display";
  text-align: center;
}

.introduce-shortcode-wrapper.style_1 .introduce-content .introduce-main .intro-title {
  color: #262626;
  font-size: 72px;
  font-weight: 700;
}

.introduce-shortcode-wrapper.style_1 .introduce-content .introduce-main .intro-title .first-word {
  font-style: italic;
  font-weight: normal;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_1 .introduce-content .introduce-main .intro-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .introduce-shortcode-wrapper.style_1 .introduce-content .introduce-main .intro-title {
    font-size: 28px;
  }
}

.introduce-shortcode-wrapper.style_1 .introduce-content .introduce-main .intro-description {
  color: rgba(105, 105, 105, 0.8);
  font-size: 24px;
  font-style: italic;
  letter-spacing: 2px;
  padding: 30px 13% 0 13%;
}

.introduce-shortcode-wrapper.style_1 .introduce-content .introduce-main .intro-description span {
  color: #333;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_1 .introduce-content .introduce-main .intro-description {
    font-size: 18px;
    padding: 10px 13% 0 13%;
  }
}

@media screen and (max-width: 767px) {
  .introduce-shortcode-wrapper.style_1 .introduce-content .introduce-main .intro-description {
    font-size: 14px;
    padding: 10px 13% 0 13%;
  }
}

.introduce-shortcode-wrapper.style_1 .introduce-content .image-left {
  background-image: url(../haru-circle/assets/images/leaf-prev.png);
  background-size: cover;
  content: "";
  width: 88px;
  height: 170px;
  display: block;
  opacity: .1;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_1 .introduce-content .image-left {
    width: 75px;
    height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .introduce-shortcode-wrapper.style_1 .introduce-content .image-left {
    width: 70px;
    height: 136px;
    top: 70%;
  }
}

.introduce-shortcode-wrapper.style_1 .introduce-content .image-right {
  background-image: url(../haru-circle/assets/images/leaf-next.png);
  background-size: cover;
  content: "";
  width: 88px;
  height: 170px;
  display: block;
  opacity: .1;
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_1 .introduce-content .image-right {
    width: 75px;
    height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .introduce-shortcode-wrapper.style_1 .introduce-content .image-right {
    width: 70px;
    height: 136px;
    top: 70%;
  }
}

.introduce-shortcode-wrapper.style_2 .introduce-content {
  position: relative;
}

.introduce-shortcode-wrapper.style_2 .introduce-content .introduce-main {
  font-family: "Playfair Display";
  text-align: center;
}

.introduce-shortcode-wrapper.style_2 .introduce-content .introduce-main .intro-title {
  color: #262626;
  font-size: 72px;
  font-weight: 700;
}

.introduce-shortcode-wrapper.style_2 .introduce-content .introduce-main .intro-title .first-word {
  font-style: italic;
  font-weight: normal;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_2 .introduce-content .introduce-main .intro-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_2 .introduce-content .introduce-main .intro-title {
    font-size: 28px;
  }
}

.introduce-shortcode-wrapper.style_2 .introduce-content .introduce-main .intro-description {
  color: rgba(105, 105, 105, 0.8);
  font-size: 24px;
  font-style: italic;
  letter-spacing: 2px;
  padding-top: 30px;
}

.introduce-shortcode-wrapper.style_2 .introduce-content .introduce-main .intro-description span {
  color: #333;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_2 .introduce-content .introduce-main .intro-description {
    font-size: 18px;
    padding: 10px 13% 0 13%;
  }
}

@media screen and (max-width: 767px) {
  .introduce-shortcode-wrapper.style_2 .introduce-content .introduce-main .intro-description {
    font-size: 14px;
    padding: 0 15% 0 15%;
  }
}

.introduce-shortcode-wrapper.style_2 .introduce-content .image-left {
  background-image: url(../haru-circle/assets/images/leaf-prev.png);
  background-size: cover;
  content: "";
  width: 58px;
  height: 113px;
  display: block;
  opacity: .1;
  position: absolute;
  left: 0;
  top: 5%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_2 .introduce-content .image-left {
    width: 75px;
    height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .introduce-shortcode-wrapper.style_2 .introduce-content .image-left {
    width: 58px;
    height: 113px;
    top: 20%;
  }
}

.introduce-shortcode-wrapper.style_2 .introduce-content .image-right {
  background-image: url(../haru-circle/assets/images/leaf-next.png);
  background-size: cover;
  content: "";
  width: 58px;
  height: 113px;
  display: block;
  opacity: .1;
  position: absolute;
  right: 0;
  top: 5%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_2 .introduce-content .image-right {
    width: 75px;
    height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .introduce-shortcode-wrapper.style_2 .introduce-content .image-right {
    width: 58px;
    height: 113px;
    top: 20%;
  }
}

.introduce-shortcode-wrapper.style_3 .introduce-content {
  position: relative;
}

.introduce-shortcode-wrapper.style_3 .introduce-content .introduce-main {
  font-family: "Playfair Display";
  text-align: center;
}

.introduce-shortcode-wrapper.style_3 .introduce-content .introduce-main .intro-description {
  color: #262626;
  font-size: 24px;
  font-weight: 700;
  padding: 30px 13% 0 13%;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_3 .introduce-content .introduce-main .intro-description {
    font-size: 18px;
    padding: 10px 13% 0 13%;
  }
}

@media screen and (max-width: 767px) {
  .introduce-shortcode-wrapper.style_3 .introduce-content .introduce-main .intro-description {
    font-size: 14px;
    padding: 10px 13% 0 13%;
  }
}

.introduce-shortcode-wrapper.style_3 .introduce-content .introduce-main .intro-image {
  margin-top: 5%;
}

.introduce-shortcode-wrapper.style_3 .introduce-content .introduce-main .intro-title {
  color: #262626;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_3 .introduce-content .introduce-main .intro-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .introduce-shortcode-wrapper.style_3 .introduce-content .introduce-main .intro-title {
    font-size: 14px;
  }
}

.introduce-shortcode-wrapper.style_3 .introduce-content .introduce-main .intro-sub-title {
  font-style: italic;
}

.introduce-shortcode-wrapper.style_3 .introduce-content .image-left {
  background-image: url(../haru-circle/assets/images/leaf-prev.png);
  background-size: cover;
  content: "";
  width: 88px;
  height: 170px;
  display: block;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_3 .introduce-content .image-left {
    width: 75px;
    height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .introduce-shortcode-wrapper.style_3 .introduce-content .image-left {
    width: 70px;
    height: 136px;
  }
}

.introduce-shortcode-wrapper.style_3 .introduce-content .image-right {
  background-image: url(../haru-circle/assets/images/leaf-next.png);
  background-size: cover;
  content: "";
  width: 88px;
  height: 170px;
  display: block;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .introduce-shortcode-wrapper.style_3 .introduce-content .image-right {
    width: 75px;
    height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .introduce-shortcode-wrapper.style_3 .introduce-content .image-right {
    width: 70px;
    height: 136px;
  }
}

.progress-bar-shortcode-wrapper.style_1 .bar-label {
  font-style: italic;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.progress-bar-shortcode-wrapper.style_1 .progress {
  background-color: #fff;
  height: 5px;
  overflow: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.progress-bar-shortcode-wrapper.style_1 .progress-bar {
  background-color: #333;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.progress-bar-shortcode-wrapper.style_1 .skill {
  background-color: #fd6500;
  position: absolute;
  top: calc(-100% - 25px);
  right: -25px;
  height: 20px;
  width: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.progress-bar-shortcode-wrapper.style_1 .skill:after {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -6px;
  left: 50%;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fd6500;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.pricing-plan-shortcode-wrap {
  display: flex;
  flex-wrap: wrap;
}

.pricing-plan-shortcode-wrap.plan-col-2 .plan-item-wrap {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .pricing-plan-shortcode-wrap.plan-col-2 .plan-item-wrap {
    width: 100%;
  }
}

.pricing-plan-shortcode-wrap.plan-col-3 .plan-item-wrap {
  width: 33.333333%;
}

@media screen and (max-width: 991px) {
  .pricing-plan-shortcode-wrap.plan-col-3 .plan-item-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .pricing-plan-shortcode-wrap.plan-col-3 .plan-item-wrap {
    width: 100%;
  }
}

.pricing-plan-shortcode-wrap.plan-col-4 .plan-item-wrap {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .pricing-plan-shortcode-wrap.plan-col-4 .plan-item-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .pricing-plan-shortcode-wrap.plan-col-4 .plan-item-wrap {
    width: 100%;
  }
}

.pricing-plan-shortcode-wrap.plan-col-5 .plan-item-wrap {
  width: 20%;
}

@media screen and (max-width: 1199px) {
  .pricing-plan-shortcode-wrap.plan-col-5 .plan-item-wrap {
    width: 33.333333%;
  }
}

@media screen and (max-width: 991px) {
  .pricing-plan-shortcode-wrap.plan-col-5 .plan-item-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .pricing-plan-shortcode-wrap.plan-col-5 .plan-item-wrap {
    width: 100%;
  }
}

.pricing-plan-shortcode-wrap.plan-col-6 .plan-item-wrap {
  width: 16.666666%;
}

@media screen and (max-width: 1199px) {
  .pricing-plan-shortcode-wrap.plan-col-6 .plan-item-wrap {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .pricing-plan-shortcode-wrap.plan-col-6 .plan-item-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .pricing-plan-shortcode-wrap.plan-col-6 .plan-item-wrap {
    width: 100%;
  }
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap {
  padding: 0 10px;
  text-align: center;
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item {
  padding: 50px 0;
  background-color: #262626;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item {
    margin-top: 30px;
  }
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item.featured {
  padding: 68px 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item.featured {
    margin-top: 30px;
  }
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item.featured .plan-content .plan-link {
  border: 1px solid #fd6500;
  color: #262626;
  background-color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item.featured .plan-content .plan-link:hover {
  border: 1px solid #fff;
  color: #fd6500;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-title {
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 0;
  text-transform: uppercase;
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-content {
  padding: 0 30px;
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-content .plan-price .plan-currency {
  font-size: 18px;
  color: #fd6500;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-content .plan-price .plan-currency {
    font-size: 16px;
  }
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-content .plan-price .price {
  font-size: 64px;
  color: #fd6500;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-content .plan-price .price {
    font-size: 48px;
  }
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-content .plan-price .plan-unit {
  color: #ababab;
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-content .plan-information {
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-content .plan-information li {
  padding: 20px 0;
  border-bottom: 1px solid #454545;
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-content .plan-information li:last-child {
  border-bottom: 0;
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-content .plan-link {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 30px auto 0 auto;
  padding: 11px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-plan-shortcode-wrap.style_1 .plan-item-wrap .plan-item .plan-content .plan-link:hover {
  border: 1px solid #fd6500;
  color: #262626;
  background-color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-plan-shortcode-wrap.style_2 {
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
}

.pricing-plan-shortcode-wrap.style_2.plan-col-4 .plan-item-wrap:nth-child(4) {
  border-right: none;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap {
  border: 1px solid #F3F3F3;
  position: relative;
  padding: 50px 0 190px;
  text-align: center;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap:first-child {
  border-left: none;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap:nth-child(2n) .plan-item .plan-link {
  background-color: rgba(38, 38, 38, 0.8);
  border: 1px solid rgba(38, 38, 38, 0.8);
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item.featured .plan-link {
  border: 1px solid #fd6500;
  color: #262626;
  background-color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item.featured .plan-link:hover {
  border: 1px solid #262626;
  color: #fd6500;
  background-color: #262626;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-title {
  color: #262626;
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 0;
  text-transform: uppercase;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-image {
  background-color: #F8F8F8;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 30px auto 15px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-image img {
  width: 50%;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-content {
  padding: 0 30px;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-content .plan-information {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #696969;
  font-family: "Playfair Display";
  font-style: italic;
  letter-spacing: 1px;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-content .plan-information li {
  padding: 20px 0;
  border-bottom: 1px solid #F3F3F3;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-content .plan-information li:last-child {
  border-bottom: 0;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-content .plan-price {
  position: absolute;
  padding-bottom: 30px;
  bottom: 55px;
  width: 100%;
  left: 0;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-content .plan-price .plan-currency {
  font-size: 18px;
  color: #696969;
  font-family: "Playfair Display";
  font-weight: 700;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-content .plan-price .price {
  font-size: 64px;
  color: #262626;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-content .plan-price .price {
    font-size: 48px;
  }
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-content .plan-price .plan-unit {
  color: #ababab;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-link {
  position: absolute;
  left: -1px;
  bottom: 0;
  background-color: #262626;
  border: 1px solid #262626;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 35px;
  text-transform: uppercase;
  width: calc(100% + 2px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-plan-shortcode-wrap.style_2 .plan-item-wrap .plan-item .plan-link:hover {
  border: 1px solid #fd6500;
  color: #262626;
  background-color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline-shortcode-wrap.carousel .timeline-shortcode-content .timeline-item {
  padding: 10px 20px;
  text-align: center;
}

.timeline-shortcode-wrap.carousel .timeline-shortcode-content .timeline-item:focus {
  outline: none;
}

.timeline-shortcode-wrap.carousel .timeline-shortcode-content .timeline-item h2 {
  color: #fd6500;
  font-size: 40px;
  font-family: "Playfair Display";
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .timeline-shortcode-wrap.carousel .timeline-shortcode-content .timeline-item h2 {
    font-size: 36px;
    padding-top: 20px;
  }
}

.timeline-shortcode-wrap.carousel .timeline-shortcode-content .timeline-item .timeline-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-top: 10px;
}

.timeline-shortcode-wrap.carousel .timeline-shortcode-content .timeline-item a {
  color: #262626;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline-shortcode-wrap.carousel .timeline-shortcode-content .timeline-item a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline-shortcode-wrap.carousel .timeline-shortcode-content .timeline-item .description {
  padding: 15px 0;
}

.timeline-shortcode-wrap.carousel .timeline-slider-nav .thumb-time {
  position: relative;
}

.timeline-shortcode-wrap.carousel .timeline-slider-nav .thumb-time:focus {
  outline: none;
}

.timeline-shortcode-wrap.carousel .timeline-slider-nav .thumb-time:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  top: 5px;
}

.timeline-shortcode-wrap.carousel .timeline-slider-nav .thumb-time .time-dot {
  display: block;
  width: 11px;
  height: 11px;
  background-color: #fd6500;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.timeline-shortcode-wrap.carousel .slick-arrow.slick-prev, .timeline-shortcode-wrap.carousel .slick-arrow.slick-next {
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
}

.timeline-shortcode-wrap.carousel .slick-arrow.slick-prev:before, .timeline-shortcode-wrap.carousel .slick-arrow.slick-next:before {
  color: #ababab;
  font-family: 'slick';
  font-size: 22px;
  line-height: 1;
  opacity: 1;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border: 2px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .timeline-shortcode-wrap.carousel .slick-arrow.slick-prev:before, .timeline-shortcode-wrap.carousel .slick-arrow.slick-next:before {
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}

.timeline-shortcode-wrap.carousel .slick-arrow.slick-prev:hover:before, .timeline-shortcode-wrap.carousel .slick-arrow.slick-next:hover:before {
  color: rgba(255, 255, 255, 0.3);
  border: 2px solid #333;
  background-color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline-shortcode-wrap.carousel .slick-arrow.slick-prev {
  left: -48px;
}

.timeline-shortcode-wrap.carousel .slick-arrow.slick-prev:before {
  content: "\f3d2";
  font-family: Ionicons;
}

@media screen and (max-width: 991px) {
  .timeline-shortcode-wrap.carousel .slick-arrow.slick-prev {
    left: -24px;
  }
}

@media screen and (max-width: 767px) {
  .timeline-shortcode-wrap.carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}

.timeline-shortcode-wrap.carousel .slick-arrow.slick-next {
  right: -48px;
}

.timeline-shortcode-wrap.carousel .slick-arrow.slick-next:before {
  content: "\f3d3";
  font-family: Ionicons;
}

@media screen and (max-width: 991px) {
  .timeline-shortcode-wrap.carousel .slick-arrow.slick-next {
    right: -24px;
  }
}

@media screen and (max-width: 767px) {
  .timeline-shortcode-wrap.carousel .slick-arrow.slick-next {
    right: 5px;
  }
}

/* Footer shortcode */
.footer-contact-shortcode-wrapper {
  font-family: "Playfair Display";
}

.footer-contact-shortcode-wrapper.style_1 .footer-contact-content .contact-information {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-contact-shortcode-wrapper.style_1 .footer-contact-content .contact-information li {
  padding: 10px 0;
  font-style: italic;
}

.footer-contact-shortcode-wrapper.style_1 .footer-contact-content .contact-information li span {
  margin-right: 20px;
}

.footer-link-shortcode-wrapper.style_1 {
  font-family: "Playfair Display";
}

.footer-link-shortcode-wrapper.style_1 .footer-link-content .link-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-link-shortcode-wrapper.style_1 .footer-link-content .link-list li {
  padding: 10px 0;
  font-style: italic;
}

.footer-link-shortcode-wrapper.style_2 .footer-link-content .link-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.footer-link-shortcode-wrapper.style_2 .footer-link-content .link-list li {
  padding: 6px 0;
  font-style: italic;
  text-transform: uppercase;
}

.footer-link-shortcode-wrapper.style_2 .footer-link-content .link-list li:first-child {
  margin-top: 25px;
}

.footer-link-shortcode-wrapper.style_2 .footer-link-content .link-list li a:hover {
  text-decoration: underline;
}

.footer-link-shortcode-wrapper.style_3 .footer-link-content .link-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-link-shortcode-wrapper.style_3 .footer-link-content .link-list {
    text-align: left;
  }
}

.footer-link-shortcode-wrapper.style_3 .footer-link-content .link-list li {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  margin-left: 30px;
  padding: 6px 0;
  text-transform: uppercase;
}

.footer-link-shortcode-wrapper.style_3 .footer-link-content .link-list li:first-child {
  margin-left: 0;
}

.footer-link-shortcode-wrapper.style_3 .footer-link-content .link-list li a {
  color: #ababab;
}

.footer-link-shortcode-wrapper.style_3 .footer-link-content .link-list li a:hover {
  text-decoration: underline;
  color: #fd6500;
}

.footer-gallery-shortcode-wrapper.style_1 .footer-gallery-content {
  padding-top: 15px;
}

.footer-gallery-shortcode-wrapper.style_1 .footer-gallery-content .image-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-gallery-shortcode-wrapper.style_1 .footer-gallery-content .image-list li {
  float: left;
  overflow: hidden;
  opacity: 1;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-gallery-shortcode-wrapper.style_1 .footer-gallery-content .image-list li:hover {
  opacity: .7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-gallery-shortcode-wrapper.style_1 .footer-gallery-content .image-list li a {
  position: relative;
  z-index: 2;
}

.footer-gallery-shortcode-wrapper.style_1 .footer-gallery-content .image-list li img {
  width: 100%;
  position: relative;
}

.footer-gallery-shortcode-wrapper.style_1 .footer-gallery-content .image-list.columns-2 li {
  width: 50%;
}

.footer-gallery-shortcode-wrapper.style_1 .footer-gallery-content .image-list.columns-3 li {
  width: 33.333333%;
}

.footer-gallery-shortcode-wrapper.style_1 .footer-gallery-content .image-list.columns-4 li {
  width: 25%;
}

.footer-gallery-shortcode-wrapper.style_1 .footer-gallery-content .image-list.columns-5 li {
  width: 20%;
}

.footer-social-shortcode-wrapper .footer-social-content .social-list.align-center {
  text-align: center;
}

.footer-social-shortcode-wrapper .footer-social-content .social-list.align-left {
  text-align: left;
}

.footer-social-shortcode-wrapper .footer-social-content .social-list.align-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-social-shortcode-wrapper .footer-social-content .social-list.align-right {
    text-align: left;
  }
}

.footer-social-shortcode-wrapper.style_1 .footer-social-content .social-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .footer-social-shortcode-wrapper.style_1 .footer-social-content .social-list {
    text-align: left;
  }
}

.footer-social-shortcode-wrapper.style_1 .footer-social-content .social-list li {
  display: inline-block;
  margin-left: 30px;
}

.footer-social-shortcode-wrapper.style_1 .footer-social-content .social-list li:first-child {
  margin-left: 0;
}

.footer-social-shortcode-wrapper.style_1 .footer-social-content .social-list li a {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-social-shortcode-wrapper.style_1 .footer-social-content .social-list li a:hover {
  text-decoration: underline;
}

.footer-social-shortcode-wrapper.style_2 .footer-social-content .social-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-social-shortcode-wrapper.style_2 .footer-social-content .social-list li {
  display: inline-block;
  margin-left: 15px;
}

.footer-social-shortcode-wrapper.style_2 .footer-social-content .social-list li:first-child {
  margin-left: 0;
}

.footer-social-shortcode-wrapper.style_2 .footer-social-content .social-list li a {
  color: #fd6500;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 2px solid #e0e0e0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-social-shortcode-wrapper.style_2 .footer-social-content .social-list li a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-social-shortcode-wrapper.style_3 .footer-social-content .social-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-social-shortcode-wrapper.style_3 .footer-social-content .social-list li {
  display: inline-block;
  margin-left: 15px;
}

.footer-social-shortcode-wrapper.style_3 .footer-social-content .social-list li:first-child {
  margin-left: 0;
}

.footer-social-shortcode-wrapper.style_3 .footer-social-content .social-list li a {
  color: #fd6500;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 2px solid rgba(224, 224, 224, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-social-shortcode-wrapper.style_3 .footer-social-content .social-list li a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* Posttype shortcode */
/* TEAM MEMBER */
.teammember-shortcode-wrapper.grid .teammember-list .team-item {
  float: left;
  padding: 5px;
  width: 25%;
}

@media screen and (max-width: 991px) {
  .teammember-shortcode-wrapper.grid .teammember-list .team-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .teammember-shortcode-wrapper.grid .teammember-list .team-item {
    width: 50%;
  }
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item:hover .team-content:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item:hover .team-content .team-meta {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item.team-info {
  float: left;
  width: 50%;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .teammember-shortcode-wrapper.grid .teammember-list .team-item.team-info {
    width: 100%;
  }
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item.team-info .info-content {
  border: 1px solid #e0e0e0;
  padding: 40px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .teammember-shortcode-wrapper.grid .teammember-list .team-item.team-info .info-content {
    padding: 20px;
  }
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item.team-info .info-content .info-title {
  margin: 15px 0;
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item .team-content {
  position: relative;
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item .team-content:before {
  background-color: rgba(253, 101, 0, 0.8);
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item .team-content .team-meta {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item .team-content .team-meta .team-title {
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .teammember-shortcode-wrapper.grid .teammember-list .team-item .team-content .team-meta .team-title {
    font-size: 14px;
  }
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item .team-content .team-meta .team-position {
  color: #fff;
  font-style: italic;
  font-family: "Playfair Display";
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item.viewmore {
  position: relative;
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item.viewmore:hover .team-viewmore {
  color: #fd6500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item.viewmore .team-viewmore {
  background-color: #333;
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  margin: 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item.viewmore .team-viewmore .viewmore-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item.viewmore .team-viewmore .viewmore-button .plus-sign {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .teammember-shortcode-wrapper.grid .teammember-list .team-item.viewmore .team-viewmore .viewmore-button .plus-sign {
    font-size: 30px;
  }
}

.teammember-shortcode-wrapper.grid .teammember-list .team-item.viewmore .team-viewmore .viewmore-button p {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .teammember-shortcode-wrapper.grid .teammember-list .team-item.viewmore .team-viewmore .viewmore-button p {
    font-size: 14px;
  }
}

.teammember-shortcode-wrapper.grid_2 .teammember-list .team-item {
  float: left;
  padding: 10px;
  width: 50%;
}

.teammember-shortcode-wrapper.grid_2 .teammember-list .team-item:hover .team-content .team-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.teammember-shortcode-wrapper.grid_2 .teammember-list .team-item .team-content .team-image {
  overflow: hidden;
}

.teammember-shortcode-wrapper.grid_2 .teammember-list .team-item .team-content .team-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.teammember-shortcode-wrapper.grid_2 .teammember-list .team-item .team-content .team-meta {
  text-align: center;
}

.teammember-shortcode-wrapper.grid_2 .teammember-list .team-item .team-content .team-meta .team-title {
  font-family: "Nunito Sans";
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .teammember-shortcode-wrapper.grid_2 .teammember-list .team-item .team-content .team-meta .team-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .teammember-shortcode-wrapper.grid_2 .teammember-list .team-item .team-content .team-meta .team-title {
    font-size: 14px;
  }
}

.teammember-shortcode-wrapper.grid_2 .teammember-list .team-item .team-content .team-meta .team-position {
  color: #ababab;
  font-family: "Playfair Display";
  font-style: italic;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item {
  padding: 10px;
  float: left;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item:hover .team-content .team-image:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item:hover .team-content .team-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item:hover .team-content .team-image .member-socials {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-2 {
  width: 50%;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-3 {
  width: 33.333333%;
}

@media screen and (max-width: 767px) {
  .teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-3 {
    width: 50%;
  }
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-4 {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-4 {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-4 {
    width: 50%;
  }
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-5 {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-5 {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-5 {
    width: 50%;
  }
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-6 {
  width: 16.666666%;
}

@media screen and (max-width: 991px) {
  .teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-6 {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .teammember-shortcode-wrapper.grid_3 .teammember-list .team-item.columns-6 {
    width: 50%;
  }
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-image {
  overflow: hidden;
  position: relative;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(38, 38, 38, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-image .member-socials {
  padding-left: 30px;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  list-style-type: none;
  list-style: none;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-image .member-socials .member-social {
  padding: 1px 0;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-image .member-socials .member-social a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ababab;
  position: relative;
  left: -19px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-image .member-socials .member-social a:hover {
  color: #fd6500;
  left: 0;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-image .member-socials .member-social a:hover i {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-image .member-socials .member-social a i {
  margin-right: 5px;
  min-width: 12px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-meta {
  text-align: center;
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-meta .team-title {
  font-family: "Nunito Sans";
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-meta .team-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-meta .team-title {
    font-size: 14px;
  }
}

.teammember-shortcode-wrapper.grid_3 .teammember-list .team-item .team-content .team-meta .team-position {
  color: #ababab;
  font-family: "Playfair Display";
  font-style: italic;
}

/* TESTIMONIAL */
.testimonial-shortcode-wrapper.carousel {
  text-align: center;
  position: relative;
}

.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item:focus {
  outline: none;
}

.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .quote-sign {
  color: #fd6500;
  font-size: 200px;
  font-style: italic;
  font-family: "Playfair Display";
  height: 200px;
  margin-top: -60px;
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .quote-sign {
    font-size: 150px;
    height: 150px;
  }
}

.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content {
  color: rgba(105, 105, 105, 0.8);
  font-family: "Playfair Display";
  font-size: 34px;
  font-style: italic;
  letter-spacing: 2px;
  padding: 30px 14% 0 14%;
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content {
    font-size: 18px;
  }
}

.testimonial-shortcode-wrapper.carousel .testimonial-list .testimonial-item .testimonial-content .text-testimonial {
  color: #333333;
}

.testimonial-shortcode-wrapper.carousel .testimonial-nav {
  margin-top: 60px;
  padding: 0 28%;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel .testimonial-nav {
    padding: 0 5%;
  }
}

.testimonial-shortcode-wrapper.carousel .testimonial-nav .nav-item.slick-current img {
  opacity: 1;
  -webkit-transform: scale(2.1);
  -ms-transform: scale(2.1);
  -o-transform: scale(2.1);
  transform: scale(2.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrapper.carousel .testimonial-nav .nav-item.slick-current .testimonial-title {
  display: block;
  font-family: "Nunito Sans";
}

.testimonial-shortcode-wrapper.carousel .testimonial-nav .nav-item.slick-current .testimonial-position {
  display: block;
  font-family: "Playfair Display";
}

.testimonial-shortcode-wrapper.carousel .testimonial-nav .nav-item:focus {
  outline: none;
}

.testimonial-shortcode-wrapper.carousel .testimonial-nav .nav-item img {
  opacity: .5;
  padding: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrapper.carousel .testimonial-nav .nav-item .testimonial-title {
  display: none;
  font-size: 9px;
  padding-top: 5px;
  text-transform: uppercase;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.testimonial-shortcode-wrapper.carousel .testimonial-nav .nav-item .testimonial-position {
  font-size: 7px;
  font-style: italic;
  display: none;
  margin-bottom: 8px;
  padding-top: 5px;
  -webkit-transform: scale(2.1);
  -ms-transform: scale(2.1);
  -o-transform: scale(2.1);
  transform: scale(2.1);
}

.testimonial-shortcode-wrapper.carousel .slick-arrow.slick-prev, .testimonial-shortcode-wrapper.carousel .slick-arrow.slick-next {
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
}

.testimonial-shortcode-wrapper.carousel .slick-arrow.slick-prev:before, .testimonial-shortcode-wrapper.carousel .slick-arrow.slick-next:before {
  color: #ababab;
  font-family: 'slick';
  font-size: 56px;
  line-height: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrapper.carousel .slick-arrow.slick-prev:hover:before, .testimonial-shortcode-wrapper.carousel .slick-arrow.slick-next:hover:before {
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrapper.carousel .slick-arrow.slick-prev {
  left: 20px;
}

.testimonial-shortcode-wrapper.carousel .slick-arrow.slick-prev:before {
  content: "\f3d2";
  font-family: Ionicons;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}

.testimonial-shortcode-wrapper.carousel .slick-arrow.slick-next {
  right: 20px;
}

.testimonial-shortcode-wrapper.carousel .slick-arrow.slick-next:before {
  content: "\f3d3";
  font-family: Ionicons;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel .slick-arrow.slick-next {
    right: 5px;
  }
}

.testimonial-shortcode-wrapper.carousel_2 {
  text-align: center;
  position: relative;
}

.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item:focus {
  outline: none;
}

.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-content {
  color: #262626;
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 700;
  padding: 30px 14% 0 14%;
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-content {
    font-size: 20px;
    padding: 20px 14% 0 14%;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-content {
    font-size: 14px;
    padding: 20px 14% 0 14%;
  }
}

.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-author {
  margin-top: 50px;
}

.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-author img {
  margin: 0 auto;
  max-width: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-author img {
    max-width: 80px;
  }
}

.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-author .testimonial-title {
  font-family: "Nunito Sans";
  font-size: 18px;
  margin-bottom: 5px;
  padding-top: 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-author .testimonial-title {
    font-size: 16px;
  }
}

.testimonial-shortcode-wrapper.carousel_2 .testimonial-list .testimonial-item .testimonial-author .testimonial-position {
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: italic;
  margin-bottom: 8px;
  padding-top: 5px;
}

.testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-prev, .testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-next {
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
}

.testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-prev:before, .testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-next:before {
  color: #ababab;
  font-family: 'slick';
  font-size: 56px;
  line-height: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-prev:hover:before, .testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-next:hover:before {
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-prev {
  left: 20px;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-prev {
    left: 0;
  }
}

.testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-prev:hover:before {
  background-image: url(../haru-circle/assets/images/leaf-prev.png);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-prev:before {
  background-image: url(../haru-circle/assets/images/leaf-prev-hover.png);
  background-size: cover;
  content: "";
  width: 88px;
  height: 170px;
  display: block;
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-prev:before {
    width: 75px;
    height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-prev:before {
    width: 70px;
    height: 136px;
  }
}

.testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-next {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-next {
    right: 0;
  }
}

.testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-next:hover:before {
  background-image: url(../haru-circle/assets/images/leaf-next.png);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-next:before {
  background-image: url(../haru-circle/assets/images/leaf-next-hover.png);
  background-size: cover;
  content: "";
  width: 88px;
  height: 170px;
  display: block;
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-next:before {
    width: 75px;
    height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel_2 .slick-arrow.slick-next:before {
    width: 70px;
    height: 136px;
  }
}

.testimonial-shortcode-wrapper.carousel_3 {
  text-align: center;
  position: relative;
}

.testimonial-shortcode-wrapper.carousel_3.background-dark .testimonial-list .testimonial-item .testimonial-content {
  color: #fff;
}

.testimonial-shortcode-wrapper.carousel_3.background-dark .testimonial-list .testimonial-item .testimonial-author-meta .testimonial-title {
  color: #fff;
}

.testimonial-shortcode-wrapper.carousel_3 .testimonial-list .testimonial-item:focus {
  outline: none;
}

.testimonial-shortcode-wrapper.carousel_3 .testimonial-list .testimonial-item .testimonial-image img {
  margin: 0 auto;
  max-width: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrapper.carousel_3 .testimonial-list .testimonial-item .testimonial-image img {
    max-width: 80px;
  }
}

.testimonial-shortcode-wrapper.carousel_3 .testimonial-list .testimonial-item .testimonial-content {
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: italic;
  letter-spacing: 2px;
  padding: 30px 20% 0 20%;
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrapper.carousel_3 .testimonial-list .testimonial-item .testimonial-content {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel_3 .testimonial-list .testimonial-item .testimonial-content {
    font-size: 16px;
  }
}

.testimonial-shortcode-wrapper.carousel_3 .testimonial-list .testimonial-item .testimonial-author-meta .testimonial-title {
  font-family: "Nunito Sans";
  font-size: 18px;
  padding-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel_3 .testimonial-list .testimonial-item .testimonial-author-meta .testimonial-title {
    font-size: 16px;
  }
}

.testimonial-shortcode-wrapper.carousel_3 .testimonial-list .testimonial-item .testimonial-author-meta .testimonial-info {
  padding-left: 20px;
}

.testimonial-shortcode-wrapper.carousel_3 .testimonial-list .testimonial-item .testimonial-author-meta .testimonial-info span {
  font-family: "Playfair Display";
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}

.testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-prev, .testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-next {
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
}

.testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-prev:before, .testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-next:before {
  color: #ababab;
  font-family: 'slick';
  font-size: 56px;
  line-height: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-prev:hover:before, .testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-next:hover:before {
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-prev {
  left: 30px;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-prev {
    left: 0;
  }
}

.testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-prev:before {
  content: "\f3d2";
  font-family: Ionicons;
}

.testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-next {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-next {
    right: 0;
  }
}

.testimonial-shortcode-wrapper.carousel_3 .slick-arrow.slick-next:before {
  content: "\f3d3";
  font-family: Ionicons;
}

/*-----------------------------------
 * VIDEO SHORTCODE
 *-----------------------------------*/
.video-shortcode-wrapper.grid .video-content .video-filter, .video-shortcode-wrapper.masonry .video-content .video-filter, .video-shortcode-wrapper.grid_special .video-content .video-filter,
.video-shortcode-ajax.grid .video-content .video-filter,
.video-shortcode-ajax.masonry .video-content .video-filter,
.video-shortcode-ajax.grid_special .video-content .video-filter {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.video-shortcode-wrapper.grid .video-content .video-filter.align_left, .video-shortcode-wrapper.masonry .video-content .video-filter.align_left, .video-shortcode-wrapper.grid_special .video-content .video-filter.align_left,
.video-shortcode-ajax.grid .video-content .video-filter.align_left,
.video-shortcode-ajax.masonry .video-content .video-filter.align_left,
.video-shortcode-ajax.grid_special .video-content .video-filter.align_left {
  text-align: left;
}

.video-shortcode-wrapper.grid .video-content .video-filter.align_center, .video-shortcode-wrapper.masonry .video-content .video-filter.align_center, .video-shortcode-wrapper.grid_special .video-content .video-filter.align_center,
.video-shortcode-ajax.grid .video-content .video-filter.align_center,
.video-shortcode-ajax.masonry .video-content .video-filter.align_center,
.video-shortcode-ajax.grid_special .video-content .video-filter.align_center {
  text-align: center;
}

.video-shortcode-wrapper.grid .video-content .video-filter.align_right, .video-shortcode-wrapper.masonry .video-content .video-filter.align_right, .video-shortcode-wrapper.grid_special .video-content .video-filter.align_right,
.video-shortcode-ajax.grid .video-content .video-filter.align_right,
.video-shortcode-ajax.masonry .video-content .video-filter.align_right,
.video-shortcode-ajax.grid_special .video-content .video-filter.align_right {
  text-align: right;
}

.video-shortcode-wrapper.grid .video-content .video-filter.style_1 li, .video-shortcode-wrapper.masonry .video-content .video-filter.style_1 li, .video-shortcode-wrapper.grid_special .video-content .video-filter.style_1 li,
.video-shortcode-ajax.grid .video-content .video-filter.style_1 li,
.video-shortcode-ajax.masonry .video-content .video-filter.style_1 li,
.video-shortcode-ajax.grid_special .video-content .video-filter.style_1 li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.video-shortcode-wrapper.grid .video-content .video-filter.style_1 li a, .video-shortcode-wrapper.masonry .video-content .video-filter.style_1 li a, .video-shortcode-wrapper.grid_special .video-content .video-filter.style_1 li a,
.video-shortcode-ajax.grid .video-content .video-filter.style_1 li a,
.video-shortcode-ajax.masonry .video-content .video-filter.style_1 li a,
.video-shortcode-ajax.grid_special .video-content .video-filter.style_1 li a {
  border: 2px solid #e0e0e0;
  display: inline-block;
  font-size: 13px;
  padding: 6px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-filter.style_1 li a:hover, .video-shortcode-wrapper.grid .video-content .video-filter.style_1 li a.selected, .video-shortcode-wrapper.masonry .video-content .video-filter.style_1 li a:hover, .video-shortcode-wrapper.masonry .video-content .video-filter.style_1 li a.selected, .video-shortcode-wrapper.grid_special .video-content .video-filter.style_1 li a:hover, .video-shortcode-wrapper.grid_special .video-content .video-filter.style_1 li a.selected,
.video-shortcode-ajax.grid .video-content .video-filter.style_1 li a:hover,
.video-shortcode-ajax.grid .video-content .video-filter.style_1 li a.selected,
.video-shortcode-ajax.masonry .video-content .video-filter.style_1 li a:hover,
.video-shortcode-ajax.masonry .video-content .video-filter.style_1 li a.selected,
.video-shortcode-ajax.grid_special .video-content .video-filter.style_1 li a:hover,
.video-shortcode-ajax.grid_special .video-content .video-filter.style_1 li a.selected {
  background-color: #fd6500;
  border-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .video-shortcode-wrapper.grid .video-content .video-filter.style_1 li a, .video-shortcode-wrapper.masonry .video-content .video-filter.style_1 li a, .video-shortcode-wrapper.grid_special .video-content .video-filter.style_1 li a,
  .video-shortcode-ajax.grid .video-content .video-filter.style_1 li a,
  .video-shortcode-ajax.masonry .video-content .video-filter.style_1 li a,
  .video-shortcode-ajax.grid_special .video-content .video-filter.style_1 li a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.video-shortcode-wrapper.grid .video-content .video-filter.style_2 li, .video-shortcode-wrapper.masonry .video-content .video-filter.style_2 li, .video-shortcode-wrapper.grid_special .video-content .video-filter.style_2 li,
.video-shortcode-ajax.grid .video-content .video-filter.style_2 li,
.video-shortcode-ajax.masonry .video-content .video-filter.style_2 li,
.video-shortcode-ajax.grid_special .video-content .video-filter.style_2 li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.video-shortcode-wrapper.grid .video-content .video-filter.style_2 li a, .video-shortcode-wrapper.masonry .video-content .video-filter.style_2 li a, .video-shortcode-wrapper.grid_special .video-content .video-filter.style_2 li a,
.video-shortcode-ajax.grid .video-content .video-filter.style_2 li a,
.video-shortcode-ajax.masonry .video-content .video-filter.style_2 li a,
.video-shortcode-ajax.grid_special .video-content .video-filter.style_2 li a {
  border: 2px solid rgba(224, 224, 224, 0.2);
  display: inline-block;
  font-size: 13px;
  padding: 6px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-filter.style_2 li a:hover, .video-shortcode-wrapper.grid .video-content .video-filter.style_2 li a.selected, .video-shortcode-wrapper.masonry .video-content .video-filter.style_2 li a:hover, .video-shortcode-wrapper.masonry .video-content .video-filter.style_2 li a.selected, .video-shortcode-wrapper.grid_special .video-content .video-filter.style_2 li a:hover, .video-shortcode-wrapper.grid_special .video-content .video-filter.style_2 li a.selected,
.video-shortcode-ajax.grid .video-content .video-filter.style_2 li a:hover,
.video-shortcode-ajax.grid .video-content .video-filter.style_2 li a.selected,
.video-shortcode-ajax.masonry .video-content .video-filter.style_2 li a:hover,
.video-shortcode-ajax.masonry .video-content .video-filter.style_2 li a.selected,
.video-shortcode-ajax.grid_special .video-content .video-filter.style_2 li a:hover,
.video-shortcode-ajax.grid_special .video-content .video-filter.style_2 li a.selected {
  background-color: #fd6500;
  border-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .video-shortcode-wrapper.grid .video-content .video-filter.style_2 li a, .video-shortcode-wrapper.masonry .video-content .video-filter.style_2 li a, .video-shortcode-wrapper.grid_special .video-content .video-filter.style_2 li a,
  .video-shortcode-ajax.grid .video-content .video-filter.style_2 li a,
  .video-shortcode-ajax.masonry .video-content .video-filter.style_2 li a,
  .video-shortcode-ajax.grid_special .video-content .video-filter.style_2 li a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.video-shortcode-wrapper.grid .video-content .video-list, .video-shortcode-wrapper.masonry .video-content .video-list, .video-shortcode-wrapper.grid_special .video-content .video-list,
.video-shortcode-ajax.grid .video-content .video-list,
.video-shortcode-ajax.masonry .video-content .video-list,
.video-shortcode-ajax.grid_special .video-content .video-list {
  margin-top: 3%;
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-2 .video-item, .video-shortcode-wrapper.masonry .video-content .video-list.columns-2 .video-item, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-2 .video-item,
.video-shortcode-ajax.grid .video-content .video-list.columns-2 .video-item,
.video-shortcode-ajax.masonry .video-content .video-list.columns-2 .video-item,
.video-shortcode-ajax.grid_special .video-content .video-list.columns-2 .video-item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .video-shortcode-wrapper.grid .video-content .video-list.columns-2 .video-item, .video-shortcode-wrapper.masonry .video-content .video-list.columns-2 .video-item, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-2 .video-item,
  .video-shortcode-ajax.grid .video-content .video-list.columns-2 .video-item,
  .video-shortcode-ajax.masonry .video-content .video-list.columns-2 .video-item,
  .video-shortcode-ajax.grid_special .video-content .video-list.columns-2 .video-item {
    width: 100%;
  }
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-3 .video-item, .video-shortcode-wrapper.masonry .video-content .video-list.columns-3 .video-item, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-3 .video-item,
.video-shortcode-ajax.grid .video-content .video-list.columns-3 .video-item,
.video-shortcode-ajax.masonry .video-content .video-list.columns-3 .video-item,
.video-shortcode-ajax.grid_special .video-content .video-list.columns-3 .video-item {
  width: 33.333333%;
}

@media screen and (max-width: 991px) {
  .video-shortcode-wrapper.grid .video-content .video-list.columns-3 .video-item, .video-shortcode-wrapper.masonry .video-content .video-list.columns-3 .video-item, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-3 .video-item,
  .video-shortcode-ajax.grid .video-content .video-list.columns-3 .video-item,
  .video-shortcode-ajax.masonry .video-content .video-list.columns-3 .video-item,
  .video-shortcode-ajax.grid_special .video-content .video-list.columns-3 .video-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .video-shortcode-wrapper.grid .video-content .video-list.columns-3 .video-item, .video-shortcode-wrapper.masonry .video-content .video-list.columns-3 .video-item, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-3 .video-item,
  .video-shortcode-ajax.grid .video-content .video-list.columns-3 .video-item,
  .video-shortcode-ajax.masonry .video-content .video-list.columns-3 .video-item,
  .video-shortcode-ajax.grid_special .video-content .video-list.columns-3 .video-item {
    width: 100%;
  }
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-4 .video-item, .video-shortcode-wrapper.masonry .video-content .video-list.columns-4 .video-item, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-4 .video-item,
.video-shortcode-ajax.grid .video-content .video-list.columns-4 .video-item,
.video-shortcode-ajax.masonry .video-content .video-list.columns-4 .video-item,
.video-shortcode-ajax.grid_special .video-content .video-list.columns-4 .video-item {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .video-shortcode-wrapper.grid .video-content .video-list.columns-4 .video-item, .video-shortcode-wrapper.masonry .video-content .video-list.columns-4 .video-item, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-4 .video-item,
  .video-shortcode-ajax.grid .video-content .video-list.columns-4 .video-item,
  .video-shortcode-ajax.masonry .video-content .video-list.columns-4 .video-item,
  .video-shortcode-ajax.grid_special .video-content .video-list.columns-4 .video-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .video-shortcode-wrapper.grid .video-content .video-list.columns-4 .video-item, .video-shortcode-wrapper.masonry .video-content .video-list.columns-4 .video-item, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-4 .video-item,
  .video-shortcode-ajax.grid .video-content .video-list.columns-4 .video-item,
  .video-shortcode-ajax.masonry .video-content .video-list.columns-4 .video-item,
  .video-shortcode-ajax.grid_special .video-content .video-list.columns-4 .video-item {
    width: 100%;
  }
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-5 .video-item, .video-shortcode-wrapper.masonry .video-content .video-list.columns-5 .video-item, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-5 .video-item,
.video-shortcode-ajax.grid .video-content .video-list.columns-5 .video-item,
.video-shortcode-ajax.masonry .video-content .video-list.columns-5 .video-item,
.video-shortcode-ajax.grid_special .video-content .video-list.columns-5 .video-item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .video-shortcode-wrapper.grid .video-content .video-list.columns-5 .video-item, .video-shortcode-wrapper.masonry .video-content .video-list.columns-5 .video-item, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-5 .video-item,
  .video-shortcode-ajax.grid .video-content .video-list.columns-5 .video-item,
  .video-shortcode-ajax.masonry .video-content .video-list.columns-5 .video-item,
  .video-shortcode-ajax.grid_special .video-content .video-list.columns-5 .video-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .video-shortcode-wrapper.grid .video-content .video-list.columns-5 .video-item, .video-shortcode-wrapper.masonry .video-content .video-list.columns-5 .video-item, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-5 .video-item,
  .video-shortcode-ajax.grid .video-content .video-list.columns-5 .video-item,
  .video-shortcode-ajax.masonry .video-content .video-list.columns-5 .video-item,
  .video-shortcode-ajax.grid_special .video-content .video-list.columns-5 .video-item {
    width: 100%;
  }
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-5, .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-5, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5,
.video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-5,
.video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-5,
.video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5 {
  width: 41.666666%;
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(odd), .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(odd), .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(odd),
.video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(odd),
.video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(odd),
.video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(odd) {
  padding: 8% 10% 8% 0;
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(even), .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(even), .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(even),
.video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(even),
.video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(even),
.video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_1:nth-child(even) {
  padding: 8% 0 8% 10%;
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-title, .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-title, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-title,
.video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-title,
.video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-title,
.video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-title {
  font-size: 18px;
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-category, .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-category, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-category,
.video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-category,
.video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-category,
.video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_1 .video-meta .video-category {
  font-size: 14px;
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(odd), .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(odd), .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(odd),
.video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(odd),
.video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(odd),
.video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(odd) {
  padding: 8% 10% 8% 0;
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(even), .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(even), .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(even),
.video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(even),
.video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(even),
.video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_2:nth-child(even) {
  padding: 8% 0 8% 10%;
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-title, .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-title, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-title,
.video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-title,
.video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-title,
.video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-title {
  font-size: 18px;
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-category, .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-category, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-category,
.video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-category,
.video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-category,
.video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5.style_2 .video-meta .video-category {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-5, .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-5, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5,
  .video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-5,
  .video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-5,
  .video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-5 {
    padding: 0 !important;
    width: 100%;
    margin-bottom: 6%;
  }
}

.video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-7, .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-7, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-7,
.video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-7,
.video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-7,
.video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-7 {
  width: 58.333333%;
  margin-bottom: 6%;
}

@media screen and (max-width: 767px) {
  .video-shortcode-wrapper.grid .video-content .video-list.columns-special .video-item.hcol-md-7, .video-shortcode-wrapper.masonry .video-content .video-list.columns-special .video-item.hcol-md-7, .video-shortcode-wrapper.grid_special .video-content .video-list.columns-special .video-item.hcol-md-7,
  .video-shortcode-ajax.grid .video-content .video-list.columns-special .video-item.hcol-md-7,
  .video-shortcode-ajax.masonry .video-content .video-list.columns-special .video-item.hcol-md-7,
  .video-shortcode-ajax.grid_special .video-content .video-list.columns-special .video-item.hcol-md-7 {
    width: 100%;
    padding: 0;
  }
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 {
  padding: 10px;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1:hover .video-image .video-icon, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1:hover .video-image .video-icon, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1:hover .video-image .video-icon,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1:hover .video-image .video-icon,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1:hover .video-image .video-icon,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1:hover .video-image .video-icon {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1:hover .video-image .video-meta, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1:hover .video-image .video-meta, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1:hover .video-image .video-meta,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1:hover .video-image .video-meta,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1:hover .video-image .video-meta,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1:hover .video-image .video-meta {
  padding: 50% 15px 30px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image {
  overflow: hidden;
  position: relative;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image img, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image img, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image img,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image img,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image img,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image img {
  width: 100%;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-icon, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-icon,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct {
  width: 20px;
  height: 20px;
  display: block;
  padding: 20px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover:before, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover:before, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:before,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:before, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:before,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:before, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:before,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct:before {
  content: "\f487";
  font-family: Ionicons;
  position: absolute;
  left: 15px;
  top: 0;
  color: #fff;
  line-height: 40px;
  font-size: 30px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button i,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct i, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button i,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct i, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button i,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct i,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button i,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct i,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button i,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct i,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button i,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-icon .view-video-button-direct i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-meta, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-meta,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  bottom: 0;
  padding: 75px 15px 30px 15px;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title,
  .video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title,
  .video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title,
  .video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title {
    font-size: 20px;
  }
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a:hover, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a:hover, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a:hover,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a:hover,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a:hover,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a {
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a:hover, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a:hover, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a:hover,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a:hover,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a:hover,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .video-shortcode-wrapper.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a,
  .video-shortcode-ajax.grid .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a,
  .video-shortcode-ajax.masonry .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a,
  .video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_1 .video-image .video-meta .video-category a {
    font-size: 12px;
  }
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 {
  padding: 10px;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2:hover .video-image:before, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2:hover .video-image:before, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2:hover .video-image:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2:hover .video-image:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2:hover .video-image:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2:hover .video-image:before {
  padding: 60% 15px 30px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2:hover .video-image .video-icon, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2:hover .video-image .video-icon, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2:hover .video-image .video-icon,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2:hover .video-image .video-icon,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2:hover .video-image .video-icon,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2:hover .video-image .video-icon {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image {
  overflow: hidden;
  position: relative;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image:before, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image:before, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image:before {
  content: "";
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  bottom: 0;
  padding: 75px 15px 30px 15px;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image img, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image img, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image img,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image img,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image img,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image img {
  width: 100%;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image .video-icon, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image .video-icon,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct {
  width: 20px;
  height: 20px;
  display: block;
  padding: 20px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover:before, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover:before, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:before,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:before, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:before,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:before, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:before,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct:before {
  content: "\f487";
  font-family: Ionicons;
  position: absolute;
  left: 15px;
  top: 0;
  color: #fff;
  line-height: 40px;
  font-size: 30px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button i,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct i, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button i,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct i, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button i,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct i,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button i,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct i,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button i,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct i,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button i,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-image .video-icon .view-video-button-direct i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-meta, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-meta, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-meta,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-meta,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-meta,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-meta {
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-meta .video-title a, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-meta .video-title a, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-meta .video-title a,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-meta .video-title a,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-meta .video-title a,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-meta .video-title a {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-meta .video-title a:hover, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-meta .video-title a:hover, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-meta .video-title a:hover,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-meta .video-title a:hover,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-meta .video-title a:hover,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-meta .video-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_2 .video-meta .video-category, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_2 .video-meta .video-category, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_2 .video-meta .video-category,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_2 .video-meta .video-category,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_2 .video-meta .video-category,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_2 .video-meta .video-category {
  color: #ababab;
  font-style: italic;
  text-transform: uppercase;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 {
  padding: 10px;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3:hover .video-image:before, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3:hover .video-image:before, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3:hover .video-image:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3:hover .video-image:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3:hover .video-image:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3:hover .video-image:before {
  padding: 60% 15px 30px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3:hover .video-image .video-icon, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3:hover .video-image .video-icon, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3:hover .video-image .video-icon,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3:hover .video-image .video-icon,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3:hover .video-image .video-icon,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3:hover .video-image .video-icon {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image {
  overflow: hidden;
  position: relative;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image:before, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image:before, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image:before {
  content: "";
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  bottom: 0;
  padding: 75px 15px 30px 15px;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image img, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image img, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image img,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image img,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image img,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image img {
  width: 100%;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image .video-icon, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image .video-icon,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct {
  width: 20px;
  height: 20px;
  display: block;
  padding: 20px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover:before, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover:before, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:hover:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:before,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:before, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:before,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:before, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:before,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:before,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:before,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button:before,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct:before {
  content: "\f487";
  font-family: Ionicons;
  position: absolute;
  left: 15px;
  top: 0;
  color: #fff;
  line-height: 40px;
  font-size: 30px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button i,
.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct i, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button i,
.video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct i, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button i,
.video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct i,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button i,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct i,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button i,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct i,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button i,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-image .video-icon .view-video-button-direct i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-meta, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-meta, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-meta,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-meta,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-meta,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-meta {
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-meta .video-title a, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-meta .video-title a, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-meta .video-title a,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-meta .video-title a,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-meta .video-title a,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-meta .video-title a {
  color: #262626;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-meta .video-title a:hover, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-meta .video-title a:hover, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-meta .video-title a:hover,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-meta .video-title a:hover,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-meta .video-title a:hover,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-meta .video-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-wrapper.grid .video-content .video-list .video-item.style_3 .video-meta .video-category, .video-shortcode-wrapper.masonry .video-content .video-list .video-item.style_3 .video-meta .video-category, .video-shortcode-wrapper.grid_special .video-content .video-list .video-item.style_3 .video-meta .video-category,
.video-shortcode-ajax.grid .video-content .video-list .video-item.style_3 .video-meta .video-category,
.video-shortcode-ajax.masonry .video-content .video-list .video-item.style_3 .video-meta .video-category,
.video-shortcode-ajax.grid_special .video-content .video-list .video-item.style_3 .video-meta .video-category {
  color: #ababab;
  font-style: italic;
  text-transform: uppercase;
}

.video-shortcode-wrapper.title-black .video-content .video-list .video-item.style_2 .video-meta .video-title a,
.video-shortcode-ajax.title-black .video-content .video-list .video-item.style_2 .video-meta .video-title a {
  color: #262626;
}

.video-shortcode-wrapper.title-black .video-content .video-list .video-item.style_2 .video-meta .video-title a:hover,
.video-shortcode-ajax.title-black .video-content .video-list .video-item.style_2 .video-meta .video-title a:hover {
  color: #fd6500;
}

.video-shortcode-paging-wrapper {
  margin-top: 50px;
  text-align: center;
}

.video-shortcode-paging-wrapper .video-pagination {
  font-style: italic;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

.video-shortcode-paging-wrapper .video-pagination .page-numbers {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.video-shortcode-paging-wrapper .video-pagination .page-numbers li {
  display: inline-block;
  padding-right: 25px;
}

.video-shortcode-paging-wrapper .video-pagination .page-numbers li span, .video-shortcode-paging-wrapper .video-pagination .page-numbers li a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.video-shortcode-paging-wrapper .video-pagination .page-numbers li span.current {
  color: #fd6500;
}

.video-shortcode-paging-wrapper .video-pagination .page-numbers li a:hover, .video-shortcode-paging-wrapper .video-pagination .page-numbers li a:focus {
  background: none;
  color: #fd6500;
}

.video-shortcode-paging-wrapper .video-pagination .page-numbers li a.prev, .video-shortcode-paging-wrapper .video-pagination .page-numbers li a.next {
  text-transform: uppercase;
}

.video-shortcode-paging-wrapper.paging-load-more button {
  background-color: #fd6500;
  background-image: none;
  border: 2px solid #fd6500;
  color: #fff;
  font-weight: 700;
  padding: 8px 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-paging-wrapper.paging-load-more button:hover {
  border: 2px solid #e0e0e0;
  background-color: transparent;
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-shortcode-paging-wrapper.paging-load-more button:focus {
  outline: none;
}

.single-video-shortcode-wrapper.style_1 {
  position: relative;
  z-index: 99;
}

.single-video-shortcode-wrapper.style_1:hover .video-content .video-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.single-video-shortcode-wrapper.style_1 .video-content {
  -webkit-box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
  -moz-box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
  box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image {
  overflow: hidden;
  position: relative;
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button,
.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button-direct {
  width: 80px;
  height: 80px;
  display: block;
  padding: 20px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button,
  .single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button-direct {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button,
  .single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button-direct {
    width: 40px;
    height: 40px;
  }
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button:hover,
.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button:hover:before,
.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button:before,
.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button-direct:before {
  content: "\f487";
  font-family: Ionicons;
  position: absolute;
  left: 30px;
  top: 0;
  color: #fff;
  line-height: 80px;
  font-size: 45px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button:before,
  .single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button-direct:before {
    left: 23px;
    line-height: 60px;
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button:before,
  .single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button-direct:before {
    left: 16px;
    line-height: 40px;
    font-size: 24px;
  }
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button i,
.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-icon .view-video-button-direct i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-meta {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-meta .video-title a {
  color: #fff;
  font-size: 34px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .single-video-shortcode-wrapper.style_1 .video-content .video-image .video-meta .video-title a {
    font-size: 20px;
  }
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-meta .video-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_1 .video-content .video-image .video-meta .video-excerpt {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: italic;
  margin-top: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_1 .video-content .video-image .video-meta .video-excerpt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .single-video-shortcode-wrapper.style_1 .video-content .video-image .video-meta .video-excerpt {
    display: none;
  }
}

.single-video-shortcode-wrapper.style_2 .video-content:hover .video-image:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image {
  overflow: hidden;
  position: relative;
  padding: 15% 0;
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image:before {
  content: "";
  position: absolute;
  width: calc(100%  - 60px);
  height: calc(100% - 40px);
  top: 0;
  left: 0;
  margin: 20px 30px;
  border: 1px solid rgba(224, 224, 224, 0.3);
  opacity: 0;
  z-index: 2;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  line-height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon {
    line-height: 60px;
  }
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon span {
  color: #fff;
  display: table-cell;
  font-family: "Playfair Display";
  font-size: 56px;
  font-style: italic;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon span {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon span {
    font-size: 28px;
  }
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon span.title-left {
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon span.title-left {
    padding-right: 20px;
  }
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon span.title-right {
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon span.title-right {
    padding-left: 20px;
  }
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button,
.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button-direct {
  display: table-cell;
  width: 80px;
  height: 80px;
  padding: 20px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button,
  .single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button-direct {
    width: 60px;
    height: 60px;
  }
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button:hover,
.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button:hover:before,
.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button:before,
.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button-direct:before {
  content: "\f487";
  font-family: Ionicons;
  position: absolute;
  left: 30px;
  top: 0;
  color: #fff;
  line-height: 80px;
  font-size: 45px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button:before,
  .single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button-direct:before {
    font-size: 36px;
    line-height: 60px;
    left: 22px;
  }
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button i,
.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-icon .view-video-button-direct i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-meta {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-meta .video-title a {
  color: #fff;
  font-size: 34px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-meta .video-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_2 .video-content .video-image .video-meta .video-excerpt {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: italic;
  margin-top: 20px;
  text-transform: uppercase;
}

.single-video-shortcode-wrapper.style_3 .video-content:hover .video-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_3 .video-content .video-image {
  overflow: hidden;
  position: relative;
}

.single-video-shortcode-wrapper.style_3 .video-content .video-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon {
    line-height: 60px;
  }
}

.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button,
.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button-direct {
  display: table-cell;
  width: 60px;
  height: 60px;
  padding: 20px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button,
  .single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button-direct {
    width: 60px;
    height: 60px;
  }
}

.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button:hover,
.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button:hover:before,
.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button:before,
.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button-direct:before {
  content: "\f487";
  font-family: Ionicons;
  position: absolute;
  left: 23px;
  top: 0;
  color: #fff;
  line-height: 60px;
  font-size: 35px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button:before,
  .single-video-shortcode-wrapper.style_3 .video-content .video-image .video-icon .view-video-button-direct:before {
    font-size: 36px;
    line-height: 60px;
    left: 22px;
  }
}

.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-meta {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
}

.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-meta .video-title a {
  color: #fff;
  font-size: 28px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-video-shortcode-wrapper.style_3 .video-content .video-image .video-meta .video-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.videos-ajax-paging {
  margin: 30px 0;
  text-align: center;
}

.videos-ajax-paging.none {
  display: none;
}

.videos-ajax-paging.load-more button {
  background-color: transparent;
  background-image: none;
  border: 1px solid #ababab;
  color: #262626;
  font-weight: 600;
  padding: 8px 35px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.videos-ajax-paging.load-more button:hover {
  border: 1px solid #fd6500;
  background-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.videos-ajax-paging.load-more button:focus {
  outline: none;
}

.videos-ajax-paging.loading button {
  display: none;
}

.videos-ajax-paging .ajax-button-loading {
  font-size: 20px;
  height: 41px;
  line-height: 41px;
}

/*-----------------------------------
 * ACTOR SHORTCODE
 *-----------------------------------*/
.actor-shortcode-wrapper.grid .actor-content .actor-filter, .actor-shortcode-wrapper.masonry .actor-content .actor-filter, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.actor-shortcode-wrapper.grid .actor-content .actor-filter.align_left, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.align_left, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.align_left {
  text-align: left;
}

.actor-shortcode-wrapper.grid .actor-content .actor-filter.align_center, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.align_center, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.align_center {
  text-align: center;
}

.actor-shortcode-wrapper.grid .actor-content .actor-filter.align_right, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.align_right, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.align_right {
  text-align: right;
}

.actor-shortcode-wrapper.grid .actor-content .actor-filter.style_1 li, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.style_1 li, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.style_1 li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.actor-shortcode-wrapper.grid .actor-content .actor-filter.style_1 li a, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.style_1 li a, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.style_1 li a {
  border: 2px solid #e0e0e0;
  display: inline-block;
  font-size: 13px;
  padding: 6px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-filter.style_1 li a:hover, .actor-shortcode-wrapper.grid .actor-content .actor-filter.style_1 li a.selected, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.style_1 li a:hover, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.style_1 li a.selected, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.style_1 li a:hover, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.style_1 li a.selected {
  background-color: #fd6500;
  border-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-filter.style_1 li a, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.style_1 li a, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.style_1 li a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-filter.style_2 li, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.style_2 li, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.style_2 li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.actor-shortcode-wrapper.grid .actor-content .actor-filter.style_2 li a, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.style_2 li a, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.style_2 li a {
  border: 2px solid rgba(224, 224, 224, 0.2);
  display: inline-block;
  font-size: 13px;
  padding: 6px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-filter.style_2 li a:hover, .actor-shortcode-wrapper.grid .actor-content .actor-filter.style_2 li a.selected, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.style_2 li a:hover, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.style_2 li a.selected, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.style_2 li a:hover, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.style_2 li a.selected {
  background-color: #fd6500;
  border-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-filter.style_2 li a, .actor-shortcode-wrapper.masonry .actor-content .actor-filter.style_2 li a, .actor-shortcode-wrapper.grid_special .actor-content .actor-filter.style_2 li a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list, .actor-shortcode-wrapper.masonry .actor-content .actor-list, .actor-shortcode-wrapper.grid_special .actor-content .actor-list {
  margin-top: 3%;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-2 .actor-item, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-2 .actor-item, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-2 .actor-item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list.columns-2 .actor-item, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-2 .actor-item, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-2 .actor-item {
    width: 100%;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-3 .actor-item, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-3 .actor-item, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-3 .actor-item {
  width: 33.333333%;
}

@media screen and (max-width: 991px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list.columns-3 .actor-item, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-3 .actor-item, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-3 .actor-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list.columns-3 .actor-item, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-3 .actor-item, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-3 .actor-item {
    width: 100%;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-4 .actor-item, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-4 .actor-item, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-4 .actor-item {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list.columns-4 .actor-item, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-4 .actor-item, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-4 .actor-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list.columns-4 .actor-item, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-4 .actor-item, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-4 .actor-item {
    width: 100%;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-5 .actor-item, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-5 .actor-item, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-5 .actor-item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list.columns-5 .actor-item, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-5 .actor-item, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-5 .actor-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list.columns-5 .actor-item, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-5 .actor-item, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-5 .actor-item {
    width: 100%;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-5, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-5, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-5 {
  width: 41.666666%;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1:nth-child(odd), .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1:nth-child(odd), .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1:nth-child(odd) {
  padding: 8% 10% 8% 0;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1:nth-child(even), .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1:nth-child(even), .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1:nth-child(even) {
  padding: 8% 0 8% 10%;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1 .actor-meta .actor-title, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1 .actor-meta .actor-title, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1 .actor-meta .actor-title {
  font-size: 18px;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1 .actor-meta .actor-category, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1 .actor-meta .actor-category, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_1 .actor-meta .actor-category {
  font-size: 14px;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2:nth-child(odd), .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2:nth-child(odd), .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2:nth-child(odd) {
  padding: 8% 10% 8% 0;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2:nth-child(even), .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2:nth-child(even), .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2:nth-child(even) {
  padding: 8% 0 8% 10%;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2 .actor-meta .actor-title, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2 .actor-meta .actor-title, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2 .actor-meta .actor-title {
  font-size: 18px;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2 .actor-meta .actor-category, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2 .actor-meta .actor-category, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-5.style_2 .actor-meta .actor-category {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-5, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-5, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-5 {
    padding: 0 !important;
    width: 100%;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-7, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-7, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-7 {
  width: 58.333333%;
  margin-bottom: 6%;
}

@media screen and (max-width: 767px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list.columns-special .actor-item.hcol-md-7, .actor-shortcode-wrapper.masonry .actor-content .actor-list.columns-special .actor-item.hcol-md-7, .actor-shortcode-wrapper.grid_special .actor-content .actor-list.columns-special .actor-item.hcol-md-7 {
    width: 100%;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 {
  padding: 10px;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1:hover .actor-image:before, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1:hover .actor-image:before, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1:hover .actor-image:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1:hover .actor-image img, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1:hover .actor-image img, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1:hover .actor-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1:hover .actor-image .actor-social, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1:hover .actor-image .actor-social, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1:hover .actor-image .actor-social {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-image, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-image, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-image {
  overflow: hidden;
  position: relative;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-image:before, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-image:before, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(38, 38, 38, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-image img, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-image img, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social {
  padding-left: 30px;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  list-style-type: none;
  list-style: none;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li {
  padding: 1px 0;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ababab;
  position: relative;
  left: -19px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a:hover, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a:hover, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a:hover {
  color: #fd6500;
  left: 0;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a:hover i, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a:hover i, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a:hover i {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a i, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a i, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-image .actor-social li a i {
  margin-right: 5px;
  min-width: 12px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-meta, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-meta, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-meta {
  text-align: center;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-title, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-title, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-title {
  font-size: 18px;
  font-family: "Nunito Sans";
  padding-top: 5px;
  text-transform: uppercase;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-title a, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-title a, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-title a {
  color: #262626;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-title a:hover, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-title a:hover, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category {
  margin-bottom: 25px;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category a, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category a, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category a {
  color: #757575;
  font-style: italic;
  font-family: "Playfair Display";
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category a:hover, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category a:hover, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category a, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category a, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_1 .actor-meta .actor-category a {
    font-size: 12px;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 {
  padding: 10px;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2:hover .actor-image:before, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2:hover .actor-image:before, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2:hover .actor-image:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2:hover .actor-image img, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2:hover .actor-image img, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2:hover .actor-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2:hover .actor-image .actor-meta, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2:hover .actor-image .actor-meta, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2:hover .actor-image .actor-meta {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-image, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-image, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-image {
  overflow: hidden;
  position: relative;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-image:before, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-image:before, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(38, 38, 38, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-image img, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-image img, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta {
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta {
    padding: 20px;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title {
  font-size: 22px;
}

@media screen and (max-width: 1199px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title {
    font-size: 18px;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title {
    font-size: 22px;
    margin-top: 20px;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title a, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title a, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title a {
  color: #fff;
  font-family: "Nunito Sans";
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title a:hover, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title a:hover, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-category, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-category, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-category {
  color: #ababab;
  font-style: italic;
  font-family: "Playfair Display";
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-category a, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-category a, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-category a {
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-category a:hover, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-category a:hover, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-excerpt, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-excerpt, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-excerpt {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
}

@media screen and (max-width: 1199px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-excerpt, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-excerpt, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-excerpt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-excerpt, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-excerpt, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-excerpt {
    margin-top: 25px;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social {
    margin-top: 30px;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li {
  display: inline-block;
  margin-left: 10px;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li:first-child, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li:first-child, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li:first-child {
  margin-left: 0;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a {
  color: #fd6500;
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid rgba(224, 224, 224, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a:hover, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a:hover, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
}

.actor-shortcode-wrapper.grid .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a i, .actor-shortcode-wrapper.masonry .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a i, .actor-shortcode-wrapper.grid_special .actor-content .actor-list .actor-item.style_2 .actor-meta .actor-social li a i {
  font-size: 16px;
}

.actor-shortcode-paging-wrapper {
  margin-top: 50px;
  text-align: center;
}

.actor-shortcode-paging-wrapper .actor-pagination {
  font-style: italic;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

.actor-shortcode-paging-wrapper .actor-pagination .page-numbers {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.actor-shortcode-paging-wrapper .actor-pagination .page-numbers li {
  display: inline-block;
  padding-right: 25px;
}

.actor-shortcode-paging-wrapper .actor-pagination .page-numbers li span, .actor-shortcode-paging-wrapper .actor-pagination .page-numbers li a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.actor-shortcode-paging-wrapper .actor-pagination .page-numbers li span.current {
  color: #fd6500;
}

.actor-shortcode-paging-wrapper .actor-pagination .page-numbers li a:hover, .actor-shortcode-paging-wrapper .actor-pagination .page-numbers li a:focus {
  background: none;
  color: #fd6500;
}

.actor-shortcode-paging-wrapper .actor-pagination .page-numbers li a.prev, .actor-shortcode-paging-wrapper .actor-pagination .page-numbers li a.next {
  text-transform: uppercase;
}

.actor-shortcode-paging-wrapper.paging-load-more button {
  background-color: #fd6500;
  background-image: none;
  border: 2px solid #fd6500;
  color: #fff;
  font-weight: 700;
  padding: 8px 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-paging-wrapper.paging-load-more button:hover {
  border: 2px solid #e0e0e0;
  background-color: transparent;
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.actor-shortcode-paging-wrapper.paging-load-more button:focus {
  outline: none;
}

/*-----------------------------------
 * DIRECTOR SHORTCODE
 *-----------------------------------*/
.director-shortcode-wrapper.grid .director-content .director-filter, .director-shortcode-wrapper.masonry .director-content .director-filter, .director-shortcode-wrapper.grid_special .director-content .director-filter {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.director-shortcode-wrapper.grid .director-content .director-filter.align_left, .director-shortcode-wrapper.masonry .director-content .director-filter.align_left, .director-shortcode-wrapper.grid_special .director-content .director-filter.align_left {
  text-align: left;
}

.director-shortcode-wrapper.grid .director-content .director-filter.align_center, .director-shortcode-wrapper.masonry .director-content .director-filter.align_center, .director-shortcode-wrapper.grid_special .director-content .director-filter.align_center {
  text-align: center;
}

.director-shortcode-wrapper.grid .director-content .director-filter.align_right, .director-shortcode-wrapper.masonry .director-content .director-filter.align_right, .director-shortcode-wrapper.grid_special .director-content .director-filter.align_right {
  text-align: right;
}

.director-shortcode-wrapper.grid .director-content .director-filter.style_1 li, .director-shortcode-wrapper.masonry .director-content .director-filter.style_1 li, .director-shortcode-wrapper.grid_special .director-content .director-filter.style_1 li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.director-shortcode-wrapper.grid .director-content .director-filter.style_1 li a, .director-shortcode-wrapper.masonry .director-content .director-filter.style_1 li a, .director-shortcode-wrapper.grid_special .director-content .director-filter.style_1 li a {
  border: 2px solid #e0e0e0;
  display: inline-block;
  font-size: 13px;
  padding: 6px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-filter.style_1 li a:hover, .director-shortcode-wrapper.grid .director-content .director-filter.style_1 li a.selected, .director-shortcode-wrapper.masonry .director-content .director-filter.style_1 li a:hover, .director-shortcode-wrapper.masonry .director-content .director-filter.style_1 li a.selected, .director-shortcode-wrapper.grid_special .director-content .director-filter.style_1 li a:hover, .director-shortcode-wrapper.grid_special .director-content .director-filter.style_1 li a.selected {
  background-color: #fd6500;
  border-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .director-shortcode-wrapper.grid .director-content .director-filter.style_1 li a, .director-shortcode-wrapper.masonry .director-content .director-filter.style_1 li a, .director-shortcode-wrapper.grid_special .director-content .director-filter.style_1 li a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.director-shortcode-wrapper.grid .director-content .director-filter.style_2 li, .director-shortcode-wrapper.masonry .director-content .director-filter.style_2 li, .director-shortcode-wrapper.grid_special .director-content .director-filter.style_2 li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.director-shortcode-wrapper.grid .director-content .director-filter.style_2 li a, .director-shortcode-wrapper.masonry .director-content .director-filter.style_2 li a, .director-shortcode-wrapper.grid_special .director-content .director-filter.style_2 li a {
  border: 2px solid rgba(224, 224, 224, 0.2);
  display: inline-block;
  font-size: 13px;
  padding: 6px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-filter.style_2 li a:hover, .director-shortcode-wrapper.grid .director-content .director-filter.style_2 li a.selected, .director-shortcode-wrapper.masonry .director-content .director-filter.style_2 li a:hover, .director-shortcode-wrapper.masonry .director-content .director-filter.style_2 li a.selected, .director-shortcode-wrapper.grid_special .director-content .director-filter.style_2 li a:hover, .director-shortcode-wrapper.grid_special .director-content .director-filter.style_2 li a.selected {
  background-color: #fd6500;
  border-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .director-shortcode-wrapper.grid .director-content .director-filter.style_2 li a, .director-shortcode-wrapper.masonry .director-content .director-filter.style_2 li a, .director-shortcode-wrapper.grid_special .director-content .director-filter.style_2 li a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list, .director-shortcode-wrapper.masonry .director-content .director-list, .director-shortcode-wrapper.grid_special .director-content .director-list {
  margin-top: 3%;
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-2 .director-item, .director-shortcode-wrapper.masonry .director-content .director-list.columns-2 .director-item, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-2 .director-item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .director-shortcode-wrapper.grid .director-content .director-list.columns-2 .director-item, .director-shortcode-wrapper.masonry .director-content .director-list.columns-2 .director-item, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-2 .director-item {
    width: 100%;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-3 .director-item, .director-shortcode-wrapper.masonry .director-content .director-list.columns-3 .director-item, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-3 .director-item {
  width: 33.333333%;
}

@media screen and (max-width: 991px) {
  .director-shortcode-wrapper.grid .director-content .director-list.columns-3 .director-item, .director-shortcode-wrapper.masonry .director-content .director-list.columns-3 .director-item, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-3 .director-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .director-shortcode-wrapper.grid .director-content .director-list.columns-3 .director-item, .director-shortcode-wrapper.masonry .director-content .director-list.columns-3 .director-item, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-3 .director-item {
    width: 100%;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-4 .director-item, .director-shortcode-wrapper.masonry .director-content .director-list.columns-4 .director-item, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-4 .director-item {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .director-shortcode-wrapper.grid .director-content .director-list.columns-4 .director-item, .director-shortcode-wrapper.masonry .director-content .director-list.columns-4 .director-item, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-4 .director-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .director-shortcode-wrapper.grid .director-content .director-list.columns-4 .director-item, .director-shortcode-wrapper.masonry .director-content .director-list.columns-4 .director-item, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-4 .director-item {
    width: 100%;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-5 .director-item, .director-shortcode-wrapper.masonry .director-content .director-list.columns-5 .director-item, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-5 .director-item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .director-shortcode-wrapper.grid .director-content .director-list.columns-5 .director-item, .director-shortcode-wrapper.masonry .director-content .director-list.columns-5 .director-item, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-5 .director-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .director-shortcode-wrapper.grid .director-content .director-list.columns-5 .director-item, .director-shortcode-wrapper.masonry .director-content .director-list.columns-5 .director-item, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-5 .director-item {
    width: 100%;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-5, .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-5, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-5 {
  width: 41.666666%;
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-5.style_1:nth-child(odd), .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-5.style_1:nth-child(odd), .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-5.style_1:nth-child(odd) {
  padding: 8% 10% 8% 0;
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-5.style_1:nth-child(even), .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-5.style_1:nth-child(even), .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-5.style_1:nth-child(even) {
  padding: 8% 0 8% 10%;
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-5.style_1 .director-meta .director-title, .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-5.style_1 .director-meta .director-title, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-5.style_1 .director-meta .director-title {
  font-size: 18px;
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-5.style_1 .director-meta .director-category, .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-5.style_1 .director-meta .director-category, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-5.style_1 .director-meta .director-category {
  font-size: 14px;
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-5.style_2:nth-child(odd), .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-5.style_2:nth-child(odd), .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-5.style_2:nth-child(odd) {
  padding: 8% 10% 8% 0;
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-5.style_2:nth-child(even), .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-5.style_2:nth-child(even), .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-5.style_2:nth-child(even) {
  padding: 8% 0 8% 10%;
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-5.style_2 .director-meta .director-title, .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-5.style_2 .director-meta .director-title, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-5.style_2 .director-meta .director-title {
  font-size: 18px;
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-5.style_2 .director-meta .director-category, .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-5.style_2 .director-meta .director-category, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-5.style_2 .director-meta .director-category {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-5, .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-5, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-5 {
    padding: 0 !important;
    width: 100%;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-7, .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-7, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-7 {
  width: 58.333333%;
  margin-bottom: 6%;
}

@media screen and (max-width: 767px) {
  .director-shortcode-wrapper.grid .director-content .director-list.columns-special .director-item.hcol-md-7, .director-shortcode-wrapper.masonry .director-content .director-list.columns-special .director-item.hcol-md-7, .director-shortcode-wrapper.grid_special .director-content .director-list.columns-special .director-item.hcol-md-7 {
    width: 100%;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 {
  padding: 10px;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1:hover .director-image:before, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1:hover .director-image:before, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1:hover .director-image:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1:hover .director-image img, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1:hover .director-image img, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1:hover .director-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1:hover .director-image .director-social, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1:hover .director-image .director-social, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1:hover .director-image .director-social {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-image, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-image, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-image {
  overflow: hidden;
  position: relative;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-image:before, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-image:before, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(38, 38, 38, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-image img, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-image img, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-image .director-social, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-image .director-social, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-image .director-social {
  padding-left: 30px;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  list-style-type: none;
  list-style: none;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-image .director-social li, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-image .director-social li, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-image .director-social li {
  padding: 1px 0;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-image .director-social li a, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-image .director-social li a, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-image .director-social li a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ababab;
  position: relative;
  left: -19px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-image .director-social li a:hover, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-image .director-social li a:hover, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-image .director-social li a:hover {
  color: #fd6500;
  left: 0;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-image .director-social li a:hover i, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-image .director-social li a:hover i, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-image .director-social li a:hover i {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-image .director-social li a i, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-image .director-social li a i, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-image .director-social li a i {
  margin-right: 5px;
  min-width: 12px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-meta, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-meta, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-meta {
  text-align: center;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-meta .director-title, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-meta .director-title, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-meta .director-title {
  font-size: 18px;
  font-family: "Nunito Sans";
  padding-top: 5px;
  text-transform: uppercase;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-meta .director-title a, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-meta .director-title a, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-meta .director-title a {
  color: #262626;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-meta .director-title a:hover, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-meta .director-title a:hover, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-meta .director-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-meta .director-category, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-meta .director-category, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-meta .director-category {
  margin-bottom: 25px;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-meta .director-category a, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-meta .director-category a, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-meta .director-category a {
  color: #757575;
  font-style: italic;
  font-family: "Playfair Display";
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-meta .director-category a:hover, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-meta .director-category a:hover, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-meta .director-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .director-shortcode-wrapper.grid .director-content .director-list .director-item.style_1 .director-meta .director-category a, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_1 .director-meta .director-category a, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_1 .director-meta .director-category a {
    font-size: 12px;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 {
  padding: 10px;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2:hover .director-image:before, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2:hover .director-image:before, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2:hover .director-image:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2:hover .director-image img, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2:hover .director-image img, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2:hover .director-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2:hover .director-image .director-meta, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2:hover .director-image .director-meta, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2:hover .director-image .director-meta {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-image, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-image, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-image {
  overflow: hidden;
  position: relative;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-image:before, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-image:before, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(38, 38, 38, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-image img, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-image img, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta {
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta {
    padding: 20px;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-title, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-title, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-title {
  font-size: 22px;
}

@media screen and (max-width: 1199px) {
  .director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-title, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-title, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-title {
    font-size: 18px;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-title, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-title, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-title {
    font-size: 22px;
    margin-top: 20px;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-title a, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-title a, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-title a {
  color: #fff;
  font-family: "Nunito Sans";
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-title a:hover, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-title a:hover, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-category, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-category, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-category {
  color: #ababab;
  font-style: italic;
  font-family: "Playfair Display";
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-category a, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-category a, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-category a {
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-category a:hover, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-category a:hover, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-excerpt, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-excerpt, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-excerpt {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
}

@media screen and (max-width: 1199px) {
  .director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-excerpt, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-excerpt, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-excerpt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-excerpt, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-excerpt, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-excerpt {
    margin-top: 25px;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-social, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-social, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-social {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-social, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-social, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-social {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-social, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-social, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-social {
    margin-top: 30px;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-social li, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-social li, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-social li {
  display: inline-block;
  margin-left: 10px;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-social li:first-child, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-social li:first-child, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-social li:first-child {
  margin-left: 0;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-social li a, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-social li a, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-social li a {
  color: #fd6500;
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid rgba(224, 224, 224, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-social li a:hover, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-social li a:hover, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-social li a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-social li a, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-social li a, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-social li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
}

.director-shortcode-wrapper.grid .director-content .director-list .director-item.style_2 .director-meta .director-social li a i, .director-shortcode-wrapper.masonry .director-content .director-list .director-item.style_2 .director-meta .director-social li a i, .director-shortcode-wrapper.grid_special .director-content .director-list .director-item.style_2 .director-meta .director-social li a i {
  font-size: 16px;
}

.director-shortcode-paging-wrapper {
  margin-top: 50px;
  text-align: center;
}

.director-shortcode-paging-wrapper .director-pagination {
  font-style: italic;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

.director-shortcode-paging-wrapper .director-pagination .page-numbers {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.director-shortcode-paging-wrapper .director-pagination .page-numbers li {
  display: inline-block;
  padding-right: 25px;
}

.director-shortcode-paging-wrapper .director-pagination .page-numbers li span, .director-shortcode-paging-wrapper .director-pagination .page-numbers li a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.director-shortcode-paging-wrapper .director-pagination .page-numbers li span.current {
  color: #fd6500;
}

.director-shortcode-paging-wrapper .director-pagination .page-numbers li a:hover, .director-shortcode-paging-wrapper .director-pagination .page-numbers li a:focus {
  background: none;
  color: #fd6500;
}

.director-shortcode-paging-wrapper .director-pagination .page-numbers li a.prev, .director-shortcode-paging-wrapper .director-pagination .page-numbers li a.next {
  text-transform: uppercase;
}

.director-shortcode-paging-wrapper.paging-load-more button {
  background-color: #fd6500;
  background-image: none;
  border: 2px solid #fd6500;
  color: #fff;
  font-weight: 700;
  padding: 8px 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-paging-wrapper.paging-load-more button:hover {
  border: 2px solid #e0e0e0;
  background-color: transparent;
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.director-shortcode-paging-wrapper.paging-load-more button:focus {
  outline: none;
}

/*-----------------------------------
 * FILM SHORTCODE
 *-----------------------------------*/
.film-shortcode-wrapper.grid .film-content .film-filter, .film-shortcode-wrapper.masonry .film-content .film-filter, .film-shortcode-wrapper.slideshow .film-content .film-filter {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.film-shortcode-wrapper.grid .film-content .film-filter.align_left, .film-shortcode-wrapper.masonry .film-content .film-filter.align_left, .film-shortcode-wrapper.slideshow .film-content .film-filter.align_left {
  text-align: left;
}

.film-shortcode-wrapper.grid .film-content .film-filter.align_center, .film-shortcode-wrapper.masonry .film-content .film-filter.align_center, .film-shortcode-wrapper.slideshow .film-content .film-filter.align_center {
  text-align: center;
}

.film-shortcode-wrapper.grid .film-content .film-filter.align_right, .film-shortcode-wrapper.masonry .film-content .film-filter.align_right, .film-shortcode-wrapper.slideshow .film-content .film-filter.align_right {
  text-align: right;
}

.film-shortcode-wrapper.grid .film-content .film-filter.style_1 li, .film-shortcode-wrapper.masonry .film-content .film-filter.style_1 li, .film-shortcode-wrapper.slideshow .film-content .film-filter.style_1 li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.film-shortcode-wrapper.grid .film-content .film-filter.style_1 li a, .film-shortcode-wrapper.masonry .film-content .film-filter.style_1 li a, .film-shortcode-wrapper.slideshow .film-content .film-filter.style_1 li a {
  border: 2px solid #e0e0e0;
  display: inline-block;
  font-size: 13px;
  padding: 6px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-filter.style_1 li a:hover, .film-shortcode-wrapper.grid .film-content .film-filter.style_1 li a.selected, .film-shortcode-wrapper.masonry .film-content .film-filter.style_1 li a:hover, .film-shortcode-wrapper.masonry .film-content .film-filter.style_1 li a.selected, .film-shortcode-wrapper.slideshow .film-content .film-filter.style_1 li a:hover, .film-shortcode-wrapper.slideshow .film-content .film-filter.style_1 li a.selected {
  background-color: #fd6500;
  border-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .film-shortcode-wrapper.grid .film-content .film-filter.style_1 li a, .film-shortcode-wrapper.masonry .film-content .film-filter.style_1 li a, .film-shortcode-wrapper.slideshow .film-content .film-filter.style_1 li a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.film-shortcode-wrapper.grid .film-content .film-filter.style_2 li, .film-shortcode-wrapper.masonry .film-content .film-filter.style_2 li, .film-shortcode-wrapper.slideshow .film-content .film-filter.style_2 li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.film-shortcode-wrapper.grid .film-content .film-filter.style_2 li a, .film-shortcode-wrapper.masonry .film-content .film-filter.style_2 li a, .film-shortcode-wrapper.slideshow .film-content .film-filter.style_2 li a {
  border: 2px solid rgba(224, 224, 224, 0.2);
  display: inline-block;
  font-size: 13px;
  padding: 6px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-filter.style_2 li a:hover, .film-shortcode-wrapper.grid .film-content .film-filter.style_2 li a.selected, .film-shortcode-wrapper.masonry .film-content .film-filter.style_2 li a:hover, .film-shortcode-wrapper.masonry .film-content .film-filter.style_2 li a.selected, .film-shortcode-wrapper.slideshow .film-content .film-filter.style_2 li a:hover, .film-shortcode-wrapper.slideshow .film-content .film-filter.style_2 li a.selected {
  background-color: #fd6500;
  border-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .film-shortcode-wrapper.grid .film-content .film-filter.style_2 li a, .film-shortcode-wrapper.masonry .film-content .film-filter.style_2 li a, .film-shortcode-wrapper.slideshow .film-content .film-filter.style_2 li a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.film-shortcode-wrapper.grid .film-content:hover .film-slideshow-container .owl-nav .owl-prev, .film-shortcode-wrapper.grid .film-content:hover .film-slideshow-container .owl-nav .owl-next, .film-shortcode-wrapper.masonry .film-content:hover .film-slideshow-container .owl-nav .owl-prev, .film-shortcode-wrapper.masonry .film-content:hover .film-slideshow-container .owl-nav .owl-next, .film-shortcode-wrapper.slideshow .film-content:hover .film-slideshow-container .owl-nav .owl-prev, .film-shortcode-wrapper.slideshow .film-content:hover .film-slideshow-container .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.film-shortcode-wrapper.grid .film-content .film-list, .film-shortcode-wrapper.grid .film-content .film-slideshow-container, .film-shortcode-wrapper.masonry .film-content .film-list, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container, .film-shortcode-wrapper.slideshow .film-content .film-list, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container {
  margin-top: 3%;
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-2 .film-item, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-2 .film-item, .film-shortcode-wrapper.masonry .film-content .film-list.columns-2 .film-item, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-2 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-2 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-2 .film-item {
  width: 50%;
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-3 .film-item, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-3 .film-item, .film-shortcode-wrapper.masonry .film-content .film-list.columns-3 .film-item, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-3 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-3 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-3 .film-item {
  width: 33.333333%;
}

@media screen and (max-width: 767px) {
  .film-shortcode-wrapper.grid .film-content .film-list.columns-3 .film-item, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-3 .film-item, .film-shortcode-wrapper.masonry .film-content .film-list.columns-3 .film-item, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-3 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-3 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-3 .film-item {
    width: 50%;
  }
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-4 .film-item, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-4 .film-item, .film-shortcode-wrapper.masonry .film-content .film-list.columns-4 .film-item, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-4 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-4 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-4 .film-item {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .film-shortcode-wrapper.grid .film-content .film-list.columns-4 .film-item, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-4 .film-item, .film-shortcode-wrapper.masonry .film-content .film-list.columns-4 .film-item, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-4 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-4 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-4 .film-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .film-shortcode-wrapper.grid .film-content .film-list.columns-4 .film-item, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-4 .film-item, .film-shortcode-wrapper.masonry .film-content .film-list.columns-4 .film-item, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-4 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-4 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-4 .film-item {
    width: 50%;
  }
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-5 .film-item, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-5 .film-item, .film-shortcode-wrapper.masonry .film-content .film-list.columns-5 .film-item, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-5 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-5 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-5 .film-item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .film-shortcode-wrapper.grid .film-content .film-list.columns-5 .film-item, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-5 .film-item, .film-shortcode-wrapper.masonry .film-content .film-list.columns-5 .film-item, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-5 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-5 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-5 .film-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .film-shortcode-wrapper.grid .film-content .film-list.columns-5 .film-item, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-5 .film-item, .film-shortcode-wrapper.masonry .film-content .film-list.columns-5 .film-item, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-5 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-5 .film-item, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-5 .film-item {
    width: 50%;
  }
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-5, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5, .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-5, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-5, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5 {
  width: 41.666666%;
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-5.style_1:nth-child(odd), .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1:nth-child(odd), .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-5.style_1:nth-child(odd), .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1:nth-child(odd), .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-5.style_1:nth-child(odd), .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1:nth-child(odd) {
  padding: 8% 10% 8% 0;
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-5.style_1:nth-child(even), .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1:nth-child(even), .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-5.style_1:nth-child(even), .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1:nth-child(even), .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-5.style_1:nth-child(even), .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1:nth-child(even) {
  padding: 8% 0 8% 10%;
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-title, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-title, .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-title, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-title, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-title, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-title {
  font-size: 18px;
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-category, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-category, .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-category, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-category, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-category, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_1 .film-meta .film-category {
  font-size: 14px;
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-5.style_2:nth-child(odd), .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2:nth-child(odd), .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-5.style_2:nth-child(odd), .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2:nth-child(odd), .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-5.style_2:nth-child(odd), .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2:nth-child(odd) {
  padding: 8% 10% 8% 0;
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-5.style_2:nth-child(even), .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2:nth-child(even), .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-5.style_2:nth-child(even), .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2:nth-child(even), .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-5.style_2:nth-child(even), .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2:nth-child(even) {
  padding: 8% 0 8% 10%;
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-title, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-title, .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-title, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-title, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-title, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-title {
  font-size: 18px;
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-category, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-category, .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-category, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-category, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-category, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5.style_2 .film-meta .film-category {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-5, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5, .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-5, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-5, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-5 {
    padding: 0 !important;
    width: 100%;
  }
}

.film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-7, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-7, .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-7, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-7, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-7, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-7 {
  width: 58.333333%;
  margin-bottom: 6%;
}

@media screen and (max-width: 767px) {
  .film-shortcode-wrapper.grid .film-content .film-list.columns-special .film-item.hcol-md-7, .film-shortcode-wrapper.grid .film-content .film-slideshow-container.columns-special .film-item.hcol-md-7, .film-shortcode-wrapper.masonry .film-content .film-list.columns-special .film-item.hcol-md-7, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container.columns-special .film-item.hcol-md-7, .film-shortcode-wrapper.slideshow .film-content .film-list.columns-special .film-item.hcol-md-7, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container.columns-special .film-item.hcol-md-7 {
    width: 100%;
  }
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 {
  padding: 10px;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1:hover .film-image:before, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1:hover .film-image:before, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1:hover .film-image:before, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1:hover .film-image:before, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1:hover .film-image:before, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1:hover .film-image:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1:hover .film-image img, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1:hover .film-image img, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1:hover .film-image img, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1:hover .film-image img, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1:hover .film-image img, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1:hover .film-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1:hover .film-image .film-icon, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1:hover .film-image .film-icon, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1:hover .film-image .film-icon, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1:hover .film-image .film-icon, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1:hover .film-image .film-icon, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1:hover .film-image .film-icon {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image {
  overflow: hidden;
  position: relative;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image:before, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image:before, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image:before, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image:before, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image:before, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image img, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image img, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image img, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image img, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image img, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-label, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-label, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-label, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 1px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-label.hot, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label.hot, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-label.hot, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label.hot, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-label.hot, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label.hot {
  background-color: #da0e2b;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-label.new, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label.new, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-label.new, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label.new, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-label.new, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label.new {
  background-color: #da0e2b;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-label.trending, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label.trending, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-label.trending, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label.trending, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-label.trending, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-label.trending {
  background-color: #fd6500;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-icon, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-icon, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-icon, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct {
  width: 50px;
  height: 50px;
  display: block;
  padding: 50px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover:before, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover:before, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover:before, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover:before, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover:before, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:before, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct:before, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:before, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct:before, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:before, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct:before {
  content: "\f488";
  font-family: Ionicons;
  position: absolute;
  left: 40px;
  top: 0;
  color: #fff;
  line-height: 100px;
  font-size: 45px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct i, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct i, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct i, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct i, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct i, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-image .film-icon .view-film-button-direct i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-meta, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-meta, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-meta, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-meta, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-meta, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-meta {
  text-align: center;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-meta .film-rating, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-rating, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-meta .film-rating, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-rating, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-meta .film-rating, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-rating {
  margin-top: 15px;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-meta .film-rating .point, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-rating .point, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-meta .film-rating .point, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-rating .point, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-meta .film-rating .point, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-rating .point {
  color: #fd6500;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-meta .film-title, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-title, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-meta .film-title, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-title, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-meta .film-title, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-title {
  font-size: 18px;
  margin-top: 5px;
  padding: 0px 10px;
  line-height: 1.8;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-meta .film-title a, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-title a, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-meta .film-title a, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-title a, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-meta .film-title a, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-title a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-meta .film-title a:hover, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-title a:hover, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-meta .film-title a:hover, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-title a:hover, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-meta .film-title a:hover, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-meta .film-category, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-meta .film-category, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-meta .film-category, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category {
  margin-top: 3px;
  margin-bottom: 25px;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-meta .film-category a, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category a, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-meta .film-category a, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category a, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-meta .film-category a, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category a {
  color: #757575;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-meta .film-category a:hover, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category a:hover, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-meta .film-category a:hover, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category a:hover, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-meta .film-category a:hover, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .film-shortcode-wrapper.grid .film-content .film-list .film-item.style_1 .film-meta .film-category a, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category a, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_1 .film-meta .film-category a, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category a, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_1 .film-meta .film-category a, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 .film-meta .film-category a {
    font-size: 12px;
  }
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 {
  padding: 10px;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2:hover .film-image:before, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2:hover .film-image:before, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2:hover .film-image:before, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2:hover .film-image:before, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2:hover .film-image:before, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2:hover .film-image:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2:hover .film-image img, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2:hover .film-image img, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2:hover .film-image img, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2:hover .film-image img, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2:hover .film-image img, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2:hover .film-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2:hover .film-image .film-icon, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2:hover .film-image .film-icon, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2:hover .film-image .film-icon, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2:hover .film-image .film-icon, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2:hover .film-image .film-icon, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2:hover .film-image .film-icon {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image {
  overflow: hidden;
  position: relative;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image:before, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image:before, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image:before, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image:before, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image:before, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image img, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image img, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image img, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image img, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image img, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-label, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-label, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-label, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 1px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-label.hot, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label.hot, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-label.hot, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label.hot, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-label.hot, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label.hot {
  background-color: #da0e2b;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-label.new, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label.new, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-label.new, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label.new, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-label.new, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label.new {
  background-color: #da0e2b;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-label.trending, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label.trending, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-label.trending, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label.trending, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-label.trending, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-label.trending {
  background-color: #fd6500;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-icon, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-icon, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-icon, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button,
.film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct {
  width: 40px;
  height: 40px;
  display: block;
  padding: 40px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button:hover,
.film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover:before, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover:before, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover:before, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover:before, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover:before, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button:hover:before,
.film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:before, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct:before, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:before, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct:before, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:before, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button:before,
.film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct:before {
  content: "\f488";
  font-family: Ionicons;
  position: absolute;
  left: 32px;
  top: 0;
  color: #fff;
  line-height: 80px;
  font-size: 45px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct i, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct i, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct i, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct i, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct i, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button i,
.film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-icon .view-film-button-direct i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-rating, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-rating, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-rating, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-rating, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-rating, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-rating {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
  color: #fff;
  font-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 15px;
  text-align: center;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-image .film-rating .point, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-image .film-rating .point, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-image .film-rating .point, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-image .film-rating .point, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-image .film-rating .point, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-image .film-rating .point {
  color: #fd6500;
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-meta, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-meta, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-meta, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-meta, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-meta, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-meta {
  text-align: center;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-meta .film-title, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-meta .film-title, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-meta .film-title, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-meta .film-title, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-meta .film-title, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-meta .film-title {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0px 10px;
  line-height: 1.8;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-meta .film-title a, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-meta .film-title a, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-meta .film-title a, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-meta .film-title a, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-meta .film-title a, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-meta .film-title a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .film-item.style_2 .film-meta .film-title a:hover, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .film-item.style_2 .film-meta .film-title a:hover, .film-shortcode-wrapper.masonry .film-content .film-list .film-item.style_2 .film-meta .film-title a:hover, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .film-item.style_2 .film-meta .film-title a:hover, .film-shortcode-wrapper.slideshow .film-content .film-list .film-item.style_2 .film-meta .film-title a:hover, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_2 .film-meta .film-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-wrapper.grid .film-content .film-list .owl-nav .owl-prev, .film-shortcode-wrapper.grid .film-content .film-list .owl-nav .owl-next, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .owl-nav .owl-prev, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .owl-nav .owl-next, .film-shortcode-wrapper.masonry .film-content .film-list .owl-nav .owl-prev, .film-shortcode-wrapper.masonry .film-content .film-list .owl-nav .owl-next, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .owl-nav .owl-prev, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .owl-nav .owl-next, .film-shortcode-wrapper.slideshow .film-content .film-list .owl-nav .owl-prev, .film-shortcode-wrapper.slideshow .film-content .film-list .owl-nav .owl-next, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .owl-nav .owl-prev, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 36%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.film-shortcode-wrapper.grid .film-content .film-list .owl-nav .owl-prev:hover, .film-shortcode-wrapper.grid .film-content .film-list .owl-nav .owl-next:hover, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .owl-nav .owl-prev:hover, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .owl-nav .owl-next:hover, .film-shortcode-wrapper.masonry .film-content .film-list .owl-nav .owl-prev:hover, .film-shortcode-wrapper.masonry .film-content .film-list .owl-nav .owl-next:hover, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .owl-nav .owl-prev:hover, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .owl-nav .owl-next:hover, .film-shortcode-wrapper.slideshow .film-content .film-list .owl-nav .owl-prev:hover, .film-shortcode-wrapper.slideshow .film-content .film-list .owl-nav .owl-next:hover, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .owl-nav .owl-prev:hover, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.film-shortcode-wrapper.grid .film-content .film-list .owl-nav .owl-prev, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .owl-nav .owl-prev, .film-shortcode-wrapper.masonry .film-content .film-list .owl-nav .owl-prev, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .owl-nav .owl-prev, .film-shortcode-wrapper.slideshow .film-content .film-list .owl-nav .owl-prev, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .owl-nav .owl-prev {
  left: 0;
}

.film-shortcode-wrapper.grid .film-content .film-list .owl-nav .owl-next, .film-shortcode-wrapper.grid .film-content .film-slideshow-container .owl-nav .owl-next, .film-shortcode-wrapper.masonry .film-content .film-list .owl-nav .owl-next, .film-shortcode-wrapper.masonry .film-content .film-slideshow-container .owl-nav .owl-next, .film-shortcode-wrapper.slideshow .film-content .film-list .owl-nav .owl-next, .film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .owl-nav .owl-next {
  right: 0;
}

.film-shortcode-wrapper.grid .film-content, .film-shortcode-wrapper.masonry .film-content {
  margin-left: -10px;
  margin-right: -10px;
}

.film-shortcode-wrapper.slideshow .film-content .film-slideshow-container .film-item.style_1 {
  padding: 0;
}

.film-shortcode-paging-wrapper {
  margin-top: 50px;
  text-align: center;
}

.film-shortcode-paging-wrapper .film-pagination {
  font-style: italic;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

.film-shortcode-paging-wrapper .film-pagination .page-numbers {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.film-shortcode-paging-wrapper .film-pagination .page-numbers li {
  display: inline-block;
  padding-right: 25px;
}

.film-shortcode-paging-wrapper .film-pagination .page-numbers li span, .film-shortcode-paging-wrapper .film-pagination .page-numbers li a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.film-shortcode-paging-wrapper .film-pagination .page-numbers li span.current {
  color: #fd6500;
}

.film-shortcode-paging-wrapper .film-pagination .page-numbers li a:hover, .film-shortcode-paging-wrapper .film-pagination .page-numbers li a:focus {
  background: none;
  color: #fd6500;
}

.film-shortcode-paging-wrapper .film-pagination .page-numbers li a.prev, .film-shortcode-paging-wrapper .film-pagination .page-numbers li a.next {
  text-transform: uppercase;
}

.film-shortcode-paging-wrapper.paging-load-more button {
  background-color: #fd6500;
  background-image: none;
  border: 2px solid #fd6500;
  color: #fff;
  font-weight: 700;
  padding: 8px 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-paging-wrapper.paging-load-more button:hover {
  border: 2px solid #e0e0e0;
  background-color: transparent;
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-shortcode-paging-wrapper.paging-load-more button:focus {
  outline: none;
}

/*-----------------------------------
 * FILM TOP VIEW
 *-----------------------------------*/
.film-top-view-shortcode-wrapper .film-content {
  background-color: #111;
}

.film-top-view-shortcode-wrapper .film-content .top-title {
  position: relative;
  font-size: 24px;
  font-family: "Playfair Display";
  color: #fff;
  margin-left: 15px;
  padding-left: 18px;
  padding-top: 25px;
}

.film-top-view-shortcode-wrapper .film-content .top-title:before {
  content: "/";
  color: #fd6500;
  left: 0;
  position: absolute;
}

.film-top-view-shortcode-wrapper .film-content .film-list {
  list-style-type: none;
  list-style: none;
  margin-bottom: 0;
  padding: 10px 0;
}

.film-top-view-shortcode-wrapper .film-content .film-list .film-item {
  padding: 20px 25px;
  border-bottom: 1px dashed #333;
}

.film-top-view-shortcode-wrapper .film-content .film-list .film-item:last-child {
  border-bottom: none;
}

.film-top-view-shortcode-wrapper .film-content .film-list .film-item .top-number {
  background-color: #333;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.film-top-view-shortcode-wrapper .film-content .film-list .film-item .item-content {
  display: inline-block;
  padding-left: 15px;
  width: calc(100% - 45px);
}

.film-top-view-shortcode-wrapper .film-content .film-list .film-item .item-content a {
  color: #ababab;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-top-view-shortcode-wrapper .film-content .film-list .film-item .item-content a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-top-view-shortcode-wrapper .film-content .film-list .film-item .item-content .view-count {
  font-size: 15px;
  margin-top: 5px;
}

.film-top-view-shortcode-wrapper .film-content .film-list .film-item .item-content .view-count i {
  color: #fd6500;
  margin-right: 6px;
}

/*-----------------------------------
 * FILM TOP CELEBRITY
 *-----------------------------------*/
.celebrity-top-view-shortcode-wrapper .celebrity-content {
  background-color: #111;
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .top-title {
  position: relative;
  font-size: 24px;
  font-family: "Playfair Display";
  color: #fff;
  margin-left: 15px;
  padding-left: 18px;
  padding-top: 25px;
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .top-title:before {
  content: "/";
  color: #fd6500;
  left: 0;
  position: absolute;
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .celebrity-list {
  list-style-type: none;
  list-style: none;
  margin-bottom: 0;
  padding: 10px 0;
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .celebrity-list .celebrity-item {
  padding: 15px 15px;
  border-bottom: 1px dashed #333;
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .celebrity-list .celebrity-item:last-child {
  border-bottom: none;
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .celebrity-list .celebrity-item .item-thumbnail {
  display: inline-block;
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .celebrity-list .celebrity-item .item-content {
  display: inline-block;
  padding-left: 15px;
  padding-top: 10px;
  width: calc(100% - 85px);
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .celebrity-list .celebrity-item .item-content a {
  color: #ababab;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .celebrity-list .celebrity-item .item-content a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .celebrity-list .celebrity-item .item-content .view-count {
  display: none;
  font-size: 15px;
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .celebrity-list .celebrity-item .item-content .view-count i {
  color: #fd6500;
  margin-right: 6px;
}

.celebrity-top-view-shortcode-wrapper .celebrity-content .celebrity-list .celebrity-item .item-content .item-position {
  font-family: "Playfair Display";
  font-style: italic;
}

/*-----------------------------------
 * FILM SEARCH FORM
 *-----------------------------------*/
.film-search-form-shortcode-wrapper .film-searchform .data-search {
  color: #f5f5f5;
}

.film-search-form-shortcode-wrapper .film-searchform .data-search input, .film-search-form-shortcode-wrapper .film-searchform .data-search select {
  margin-top: 10px;
}

.film-search-form-shortcode-wrapper .film-searchform .data-search input[type="text"] {
  width: 25%;
  height: 40px;
  background-color: #0f0f0f;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 5px;
  font-weight: 400;
  min-width: 150px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.film-search-form-shortcode-wrapper .film-searchform .data-search select {
  background-color: #0f0f0f;
  height: 40px;
  border: none;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 15px;
  margin-left: 5px;
  min-width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  background: url(../haru-circle/assets/images/select-arrow.png) 90%/8% no-repeat #0f0f0f;
  /* add custom arrow */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.film-search-form-shortcode-wrapper .film-searchform .data-search select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */
}

.film-search-form-shortcode-wrapper .film-searchform .data-search select:focus {
  outline: none;
}

.film-search-form-shortcode-wrapper .film-searchform .data-search select#country {
  background: url(../haru-circle/assets/images/select-country.png) 90%/8% no-repeat #0f0f0f;
}

.film-search-form-shortcode-wrapper .film-searchform .data-search select#year {
  background: url(../haru-circle/assets/images/select-calendar.png) 90%/8% no-repeat #0f0f0f;
}

.film-search-form-shortcode-wrapper .film-searchform .data-search input[type="submit"] {
  background-color: #232323;
  border: none;
  height: 40px;
  padding: 0 20px;
  margin-left: 20px;
  color: #fd6500;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-searchform .data-search input[type="submit"]:hover {
  background-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-searchform .data-search input[type="submit"]:focus {
  outline: none;
}

.film-search-form-shortcode-wrapper .film-content {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

.film-search-form-shortcode-wrapper .film-content.loading:before {
  content: "";
  background-color: rgba(15, 15, 15, 0.8);
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100%);
  z-index: 99;
}

.film-search-form-shortcode-wrapper .film-content.loading:after {
  content: "\f29a";
  color: #fd6500;
  font-family: 'Ionicons';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  font-size: 20px;
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.film-search-form-shortcode-wrapper .film-content .film-list {
  margin-top: 30px;
}

.film-search-form-shortcode-wrapper .film-content .film-list.columns-2 .film-item {
  width: 50%;
}

.film-search-form-shortcode-wrapper .film-content .film-list.columns-3 .film-item {
  width: 33.333333%;
}

@media screen and (max-width: 767px) {
  .film-search-form-shortcode-wrapper .film-content .film-list.columns-3 .film-item {
    width: 50%;
  }
}

.film-search-form-shortcode-wrapper .film-content .film-list.columns-4 .film-item {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .film-search-form-shortcode-wrapper .film-content .film-list.columns-4 .film-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .film-search-form-shortcode-wrapper .film-content .film-list.columns-4 .film-item {
    width: 50%;
  }
}

.film-search-form-shortcode-wrapper .film-content .film-list.columns-5 .film-item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .film-search-form-shortcode-wrapper .film-content .film-list.columns-5 .film-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .film-search-form-shortcode-wrapper .film-content .film-list.columns-5 .film-item {
    width: 50%;
  }
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 {
  padding: 10px;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1:hover .film-image:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1:hover .film-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1:hover .film-image .film-icon {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image {
  overflow: hidden;
  position: relative;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-label {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 1px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-label.hot {
  background-color: #da0e2b;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-label.new {
  background-color: #da0e2b;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-label.trending {
  background-color: #fd6500;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button,
.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct {
  width: 50px;
  height: 50px;
  display: block;
  padding: 50px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:hover,
.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:hover:before,
.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button:before,
.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct:before {
  content: "\f488";
  font-family: Ionicons;
  position: absolute;
  left: 40px;
  top: 0;
  color: #fff;
  line-height: 100px;
  font-size: 45px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button i,
.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-image .film-icon .view-film-button-direct i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-meta {
  text-align: center;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-meta .film-rating {
  margin-top: 15px;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-meta .film-rating .point {
  color: #fd6500;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-meta .film-title {
  font-size: 18px;
  margin-top: 5px;
  padding: 0px 10px;
  line-height: 1.8;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-meta .film-title a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-meta .film-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-meta .film-category {
  margin-top: 3px;
  margin-bottom: 25px;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-meta .film-category a {
  color: #757575;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-meta .film-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_1 .film-meta .film-category a {
    font-size: 12px;
  }
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 {
  padding: 10px;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2:hover .film-image:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2:hover .film-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2:hover .film-image .film-icon {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image {
  overflow: hidden;
  position: relative;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-label {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 1px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-label.hot {
  background-color: #da0e2b;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-label.new {
  background-color: #da0e2b;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-label.trending {
  background-color: #fd6500;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button,
.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct {
  width: 40px;
  height: 40px;
  display: block;
  padding: 40px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:hover,
.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:hover:before,
.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button:before,
.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct:before {
  content: "\f488";
  font-family: Ionicons;
  position: absolute;
  left: 32px;
  top: 0;
  color: #fff;
  line-height: 80px;
  font-size: 45px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button i,
.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-icon .view-film-button-direct i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-rating {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
  font-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 15px;
  text-align: center;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-image .film-rating .point {
  color: #fd6500;
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-meta {
  text-align: center;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-meta .film-title {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0px 10px;
  line-height: 1.8;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-meta .film-title a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .film-item.style_2 .film-meta .film-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-wrapper .film-content .film-list .no-more-item {
  padding: 0 15px;
  color: #fff;
}

.film-search-form-shortcode-paging-wrapper {
  margin-top: 50px;
  text-align: center;
}

.film-search-form-shortcode-paging-wrapper.paging-load-more button, .film-search-form-shortcode-paging-wrapper.paging-load-more-ajax button {
  background-color: #fd6500;
  background-image: none;
  border: 2px solid #fd6500;
  color: #fff;
  font-weight: 700;
  padding: 8px 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-paging-wrapper.paging-load-more button:hover, .film-search-form-shortcode-paging-wrapper.paging-load-more-ajax button:hover {
  border: 2px solid #e0e0e0;
  background-color: transparent;
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-search-form-shortcode-paging-wrapper.paging-load-more button:focus, .film-search-form-shortcode-paging-wrapper.paging-load-more-ajax button:focus {
  outline: none;
}

/*-----------------------------------
 * TRAILER SHORTCODE
 *-----------------------------------*/
.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item:focus {
  outline: none;
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image {
  overflow: hidden;
  position: relative;
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-icon .view-trailer-button {
  width: 50px;
  height: 50px;
  display: block;
  padding: 50px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-icon .view-trailer-button {
    width: 30px;
    height: 30px;
    padding: 30px;
  }
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-icon .view-trailer-button:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-icon .view-trailer-button:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-icon .view-trailer-button:before {
  content: "\f488";
  font-family: Ionicons;
  position: absolute;
  left: 40px;
  top: 0;
  color: #fff;
  line-height: 100px;
  font-size: 45px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-icon .view-trailer-button:before {
    font-size: 25px;
    line-height: 60px;
    left: 25px;
  }
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-icon .view-trailer-button i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-meta .trailer-title a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-meta .trailer-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-meta .trailer-title {
    font-size: 16px;
  }
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-meta .trailer-category {
  color: rgba(255, 255, 255, 0.7);
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-meta .trailer-category a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.trailer-shortcode-wrapper.carousel .trailer-list .trailer-item .trailer-image .trailer-meta .trailer-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.trailer-shortcode-wrapper.carousel .trailer-nav {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 5%;
}

@media screen and (max-width: 767px) {
  .trailer-shortcode-wrapper.carousel .trailer-nav {
    padding: 0 5%;
  }
}

.trailer-shortcode-wrapper.carousel .trailer-nav .nav-item.slick-current .trailer-thumbnai img {
  border: 5px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .trailer-shortcode-wrapper.carousel .trailer-nav .nav-item.slick-current .trailer-thumbnai img {
    border: 2px solid #fff;
  }
}

.trailer-shortcode-wrapper.carousel .trailer-nav .nav-item:focus {
  outline: none;
}

.trailer-shortcode-wrapper.carousel .trailer-nav .nav-item:hover {
  cursor: pointer;
}

.trailer-shortcode-wrapper.carousel .trailer-nav .nav-item .trailer-thumbnai {
  padding: 0 10px;
}

.trailer-shortcode-wrapper.carousel .trailer-nav .nav-item .trailer-thumbnai img {
  border: 5px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .trailer-shortcode-wrapper.carousel .trailer-nav .nav-item .trailer-thumbnai img {
    border: 2px solid transparent;
  }
}

.trailer-shortcode-wrapper.carousel .trailer-nav .nav-item .trailer-title {
  font-size: 14px;
  padding: 0 15px;
  margin-top: 15px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .trailer-shortcode-wrapper.carousel .trailer-nav .nav-item .trailer-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
  }
}

.trailer-shortcode-wrapper.carousel .trailer-nav .slick-arrow.slick-prev, .trailer-shortcode-wrapper.carousel .trailer-nav .slick-arrow.slick-next {
  top: 35%;
}

.trailer-shortcode-wrapper.carousel .trailer-nav .slick-arrow.slick-prev:before, .trailer-shortcode-wrapper.carousel .trailer-nav .slick-arrow.slick-next:before {
  font-size: 40px;
}

.trailer-shortcode-wrapper.carousel .slick-arrow.slick-prev, .trailer-shortcode-wrapper.carousel .slick-arrow.slick-next {
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trailer-shortcode-wrapper.carousel .slick-arrow.slick-prev:before, .trailer-shortcode-wrapper.carousel .slick-arrow.slick-next:before {
  color: #ababab;
  font-family: 'slick';
  font-size: 56px;
  line-height: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.trailer-shortcode-wrapper.carousel .slick-arrow.slick-prev:hover:before, .trailer-shortcode-wrapper.carousel .slick-arrow.slick-next:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.trailer-shortcode-wrapper.carousel .slick-arrow.slick-prev {
  left: 20px;
}

.trailer-shortcode-wrapper.carousel .slick-arrow.slick-prev:before {
  content: "\f3d2";
  font-family: Ionicons;
}

@media screen and (max-width: 767px) {
  .trailer-shortcode-wrapper.carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}

.trailer-shortcode-wrapper.carousel .slick-arrow.slick-next {
  right: 20px;
}

.trailer-shortcode-wrapper.carousel .slick-arrow.slick-next:before {
  content: "\f3d3";
  font-family: Ionicons;
}

@media screen and (max-width: 767px) {
  .trailer-shortcode-wrapper.carousel .slick-arrow.slick-next {
    right: 5px;
  }
}

.trailer-popup {
  padding: 5% 20%;
}

@media screen and (max-width: 991px) {
  .trailer-popup {
    padding: 5% 10%;
  }
}

@media screen and (max-width: 767px) {
  .trailer-popup {
    padding: 10% 5%;
  }
}

.trailer-popup .popup-content {
  position: relative;
}

.trailer-popup .popup-content .popup-header .popup-header-info {
  clear: both;
  text-align: center;
}

.trailer-popup .popup-content .popup-header .popup-header-info .popup-title {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 34px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 991px) {
  .trailer-popup .popup-content .popup-header .popup-header-info .popup-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .trailer-popup .popup-content .popup-header .popup-header-info .popup-title {
    font-size: 14px;
    padding: 0 40px;
  }
}

.trailer-popup .popup-content .popup-header .popup-header-info .popup-trailer-category {
  padding-top: 5px;
  padding-bottom: 5px;
}

.trailer-popup .popup-content .popup-header .popup-header-info .popup-trailer-category a {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  text-transform: uppercase;
}

.trailer-popup .popup-content .popup-header .popup-header-info .popup-trailer-category a:hover {
  color: #fd6500;
}

@media screen and (max-width: 991px) {
  .trailer-popup .popup-content .popup-header .popup-header-info .popup-trailer-category {
    font-size: 13px;
  }
}

.trailer-popup .popup-content .popup-body .trailer-player .media-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}

.trailer-popup .popup-content .popup-body .trailer-player .media-wrapper.ratio-169 {
  padding-bottom: 56.25%;
}

.trailer-popup .popup-content .popup-body .trailer-player .media-wrapper.ratio-43 {
  padding-bottom: 75%;
}

.trailer-popup .popup-content .popup-body .trailer-player .media-wrapper video {
  opacity: 0;
}

.trailer-popup .popup-content .popup-body .trailer-player .media-wrapper .mejs__mediaelement video {
  opacity: 1;
}

.trailer-popup .popup-content .popup-body .trailer-player .media-wrapper {
  background-color: #000;
}

.trailer-popup .popup-content .popup-body .trailer-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.trailer-popup .mfp-close {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  position: absolute;
  top: 35px;
  right: 20%;
}

.trailer-popup .mfp-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  .trailer-popup .mfp-close {
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .trailer-popup .mfp-close {
    right: 5%;
  }
}

.hidden {
  display: none;
}

.portfolio-shortcode-wrap {
  overflow: hidden;
  position: relative;
}

.portfolio-tabs {
  margin-bottom: 40px;
}

.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 {
  color: #fd6500;
  border: none;
  min-width: auto;
  padding: 5px 10px;
  text-transform: uppercase;
}

.portfolio-tabs .tab-wrapper ul li a:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fd6500;
}

.portfolio-tabs .tab-wrapper ul li:hover a {
  color: #fd6500;
}

.portfolio-tabs .tab-wrapper ul li.active a {
  color: #fd6500;
}

.portfolio-tabs .tab-wrapper ul li.active a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.portfolio-loadmore-wrap {
  text-align: center;
}

.portfolio-loadmore-wrap .haru-button {
  border: 1px solid #fd6500;
  background-color: #fd6500;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5px 20px;
  text-transform: uppercase;
}

.portfolio-loadmore-wrap .haru-button:hover {
  background-color: #fff;
  border-color: #fd6500;
  color: #fd6500;
}

/* 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 {
  min-height: 300px;
}

.portfolio-wrapper.col-padding-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.portfolio-wrapper.col-padding-5 .portfolio-item {
  padding: 0 5px;
  margin: 5px 0;
}

.portfolio-wrapper.col-padding-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.portfolio-wrapper.col-padding-10 .portfolio-item {
  padding: 0 10px;
  margin: 10px 0;
}

.portfolio-wrapper.col-padding-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.portfolio-wrapper.col-padding-15 .portfolio-item {
  padding: 0 15px;
  margin: 15px 0;
}

.portfolio-wrapper.col-padding-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.portfolio-wrapper.col-padding-20 .portfolio-item {
  padding: 0 20px;
  margin: 20px 0;
}

.portfolio-wrapper.haru-col-2 .portfolio-item {
  width: 50%;
}

.portfolio-wrapper.haru-col-2 .portfolio-item .portfolio-title-wrap.top .portfolio-title, .portfolio-wrapper.haru-col-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 24px;
}

.portfolio-wrapper.haru-col-2 .portfolio-item .portfolio-title-wrap.top .portfolio-tag, .portfolio-wrapper.haru-col-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
  font-size: 18px;
}

.portfolio-wrapper.haru-col-2 .portfolio-item.portrait {
  width: 50%;
}

.portfolio-wrapper.haru-col-2 .portfolio-item.landscape {
  width: 100%;
}

.portfolio-wrapper.haru-col-2 .portfolio-item.small_squared {
  width: 50%;
}

.portfolio-wrapper.haru-col-2 .portfolio-item.big_squared {
  width: 100%;
}

.portfolio-wrapper.haru-col-3 .portfolio-item {
  width: 33.3333333%;
}

.portfolio-wrapper.haru-col-3 .portfolio-item .portfolio-title-wrap.top .portfolio-title, .portfolio-wrapper.haru-col-3 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 18px;
}

.portfolio-wrapper.haru-col-3 .portfolio-item.portrait {
  width: 33.3333333%;
}

.portfolio-wrapper.haru-col-3 .portfolio-item.landscape {
  width: 66.6666666%;
}

.portfolio-wrapper.haru-col-3 .portfolio-item.small_squared {
  width: 33.3333333%;
}

.portfolio-wrapper.haru-col-3 .portfolio-item.big_squared {
  width: 66.6666666%;
}

.portfolio-wrapper.haru-col-4 .portfolio-item {
  width: 25%;
}

.portfolio-wrapper.haru-col-4 .portfolio-item.portrait {
  width: 25%;
}

.portfolio-wrapper.haru-col-4 .portfolio-item.landscape {
  width: 50%;
}

.portfolio-wrapper.haru-col-4 .portfolio-item.small_squared {
  width: 25%;
}

.portfolio-wrapper.haru-col-4 .portfolio-item.big_squared {
  width: 50%;
}

.portfolio-wrapper.haru-col-5 .portfolio-item {
  width: 20%;
}

.portfolio-wrapper.haru-col-5 .portfolio-item.portrait {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .portfolio-wrapper.haru-col-5 .portfolio-item.portrait {
    width: 50%;
  }
}

.portfolio-wrapper.haru-col-5 .portfolio-item.landscape {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .portfolio-wrapper.haru-col-5 .portfolio-item.landscape {
    width: 50%;
  }
}

.portfolio-wrapper.haru-col-5 .portfolio-item.small_squared {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .portfolio-wrapper.haru-col-5 .portfolio-item.small_squared {
    width: 50%;
  }
}

.portfolio-wrapper.haru-col-5 .portfolio-item.big_squared {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .portfolio-wrapper.haru-col-5 .portfolio-item.big_squared {
    width: 50%;
  }
}

.portfolio-wrapper.haru-col-6 .portfolio-item {
  width: 16.6666667%;
}

.portfolio-wrapper.haru-col-6 .portfolio-item.portrait {
  width: 16.6666667%;
}

.portfolio-wrapper.haru-col-6 .portfolio-item.landscape {
  width: 33.3333333%;
}

.portfolio-wrapper.haru-col-6 .portfolio-item.small_squared {
  width: 16.6666667%;
}

.portfolio-wrapper.haru-col-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 #e0e0e0;
  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: #fd6500;
  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: #fd6500;
}

.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: #fd6500;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-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 .portfolio-thumbnail {
  position: relative;
  overflow: hidden;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail .hover-icon {
  background-color: rgba(255, 255, 255, 0.15);
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 5px;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail .hover-icon:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail .hover-title {
  display: block;
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail .hover-title:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-only:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-only:hover .portfolio-thumbnail-hover .hover-icon {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-only:before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-only .portfolio-thumbnail-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title:hover .portfolio-thumbnail-hover .hover-icon {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title:hover .portfolio-thumbnail-hover .hover-title {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title:before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title .portfolio-thumbnail-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title .portfolio-thumbnail-hover .hover-title {
  opacity: 0;
  padding-top: 10px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title-category:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title-category:hover .portfolio-thumbnail-hover .portfolio-thumbnail-bottom {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title-category:hover .portfolio-thumbnail-hover .hover-icon {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title-category:hover .portfolio-thumbnail-hover .hover-title {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title-category .portfolio-thumbnail-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title-category .portfolio-thumbnail-hover .portfolio-thumbnail-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title-category .portfolio-thumbnail-hover .hover-icon {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  top: 35%;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title-category .portfolio-thumbnail-hover .hover-icon:hover {
  background: rgba(0, 0, 0, 0.5);
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title-category .portfolio-thumbnail-hover .hover-title {
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.icon-title-category .portfolio-thumbnail-hover .category {
  font-size: 12px;
  font-style: italic;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title-category:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title-category:hover .portfolio-thumbnail-hover .portfolio-thumbnail-bottom {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title-category:hover .portfolio-thumbnail-hover .hover-title {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title-category .portfolio-thumbnail-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title-category .portfolio-thumbnail-hover .portfolio-thumbnail-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title-category .portfolio-thumbnail-hover .hover-title {
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title-category .portfolio-thumbnail-hover .category {
  font-size: 12px;
  font-style: italic;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title:hover .portfolio-thumbnail-hover .portfolio-thumbnail-bottom {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title:hover .portfolio-thumbnail-hover .hover-title {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title .portfolio-thumbnail-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title .portfolio-thumbnail-hover .portfolio-thumbnail-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-wrapper .portfolio-item .portfolio-thumbnail.title .portfolio-thumbnail-hover .hover-title {
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-single.detail-01 .single-top {
  padding-bottom: 6%;
  text-align: center;
}

.portfolio-single.detail-01 .single-top .portfolio-title {
  padding-bottom: 20px;
}

.portfolio-single.detail-01 .single-top .portfolio-meta {
  text-align: center;
}

.portfolio-single.detail-01 .portfolio-full {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 6%;
  padding-bottom: 5%;
}

.portfolio-single.detail-01 .portfolio-full .portfolio-thumbnail {
  padding-bottom: 5%;
}

.portfolio-single.detail-01 .portfolio-content {
  padding-bottom: 5%;
}

.portfolio-single.detail-01 .section-title {
  margin-top: 0;
}

.portfolio-single.detail-01 .portfolio-share-wrap {
  padding-bottom: 3%;
}

.portfolio-single.detail-02 .single-portfolio-gallery .gallery-item {
  margin-bottom: 20px;
}

.portfolio-single.detail-02 .single-top {
  text-align: left;
}

.portfolio-single.detail-02 .single-top .portfolio-meta {
  padding-top: 15px;
}

.portfolio-single.detail-02 .single-top .portfolio-meta span:first-child {
  margin-left: 0;
}

.portfolio-single.detail-02 .portfolio-content {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.portfolio-single.detail-02 .portfolio-info-box {
  margin-bottom: 20px;
}

.portfolio-single.detail-02 .portfolio-share {
  padding-top: 20px;
}

.portfolio-single.detail-03 .single-top {
  text-align: left;
}

.portfolio-single.detail-03 .single-top .portfolio-meta {
  padding-top: 15px;
}

.portfolio-single.detail-03 .single-top .portfolio-meta span:first-child {
  margin-left: 0;
}

.portfolio-single.detail-03 .portfolio-content {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.portfolio-single.detail-03 .portfolio-share {
  margin-bottom: 30px;
}

.portfolio-single.detail-03 .portfolio-share .social-label {
  display: block;
  margin-left: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.portfolio-single.detail-03 .portfolio-info {
  background-color: #f8f8f8;
  padding: 45px 20px;
}

.portfolio-single.detail-03 .portfolio-info-box {
  margin-bottom: 20px;
}

.portfolio-single .single-top .portfolio-tag {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .portfolio-single .single-top .portfolio-title {
    font-size: 20px;
  }
}

.portfolio-single .single-top .portfolio-meta span {
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .portfolio-single .single-top .portfolio-meta span {
    margin: 5px;
  }
}

.portfolio-single .single-top .portfolio-meta span i {
  color: #fd6500;
  margin-right: 6px;
}

.portfolio-single .portfolio-content a {
  color: #fd6500;
  font-weight: 700;
}

.portfolio-single .portfolio-content a:hover {
  text-decoration: underline;
}

.portfolio-single .section-title {
  color: #262626;
  font-size: 28px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .portfolio-single .section-title {
    font-size: 24px;
  }
}

.portfolio-single .portfolio-thumbnail {
  margin-bottom: 15px;
}

.single-portfolio-slideshow {
  margin-bottom: 50px;
}

.single-portfolio-slideshow .slide-item {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .single-portfolio-slideshow .slide-item {
    padding: 0 5px;
  }
}

.single-portfolio-slideshow .slide-item:focus {
  outline: none;
}

.single-portfolio-slideshow .slide-item.slick-current img {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.single-portfolio-slideshow .slide-item img {
  width: 100%;
  opacity: .3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.single-portfolio-slideshow .slick-arrow.slick-prev, .single-portfolio-slideshow .slick-arrow.slick-next {
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 999;
}

.single-portfolio-slideshow .slick-arrow.slick-prev:before, .single-portfolio-slideshow .slick-arrow.slick-next:before {
  color: #696969;
  font-family: 'slick';
  font-size: 56px;
  line-height: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-portfolio-slideshow .slick-arrow.slick-prev:hover:before, .single-portfolio-slideshow .slick-arrow.slick-next:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-portfolio-slideshow .slick-arrow.slick-prev {
  left: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-portfolio-slideshow .slick-arrow.slick-prev:before {
  content: "\f3d2";
  font-family: Ionicons;
}

.single-portfolio-slideshow .slick-arrow.slick-next {
  right: 50px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.single-portfolio-slideshow .slick-arrow.slick-next:before {
  content: "\f3d3";
  font-family: Ionicons;
}

.portfolio-info-box .info-title {
  color: #262626;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.portfolio-share .social-share {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.portfolio-share .social-share li {
  display: inline-block;
  margin-left: 15px;
}

.portfolio-share .social-share li.social-label {
  display: none;
}

.portfolio-share .social-share li:nth-child(2) {
  margin-left: 0;
}

.portfolio-share .social-share a {
  color: #fd6500;
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 40px;
  border: 2px solid rgba(224, 224, 224, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-share .social-share a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .portfolio-share .social-share a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}

.single-portfolio-related {
  padding-top: 30px;
}

.single-portfolio-related .related-title {
  color: #262626;
  font-size: 28px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .single-portfolio-related .related-title {
    font-size: 24px;
  }
}

.single-portfolio-related .related-list {
  padding-top: 3%;
  position: relative;
}

.single-portfolio-related .related-list:hover .owl-nav .owl-prev, .single-portfolio-related .related-list:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-portfolio-related .related-list .owl-nav .owl-prev, .single-portfolio-related .related-list .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-portfolio-related .related-list .owl-nav .owl-prev:hover, .single-portfolio-related .related-list .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.single-portfolio-related .related-list .owl-nav .owl-prev {
  left: 0;
}

.single-portfolio-related .related-list .owl-nav .owl-next {
  right: 0;
}

.single-portfolio-related .portfolio-meta {
  padding: 20px 10px 15px 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .single-portfolio-related .portfolio-meta {
    padding: 10px 5px 10px 5px;
  }
}

.single-portfolio-related .portfolio-meta .portfolio-category {
  font-style: italic;
  text-transform: uppercase;
}

.single-portfolio-related .portfolio-title a {
  color: #262626;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-portfolio-related .portfolio-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .single-portfolio-related .portfolio-title a {
    font-size: 14px;
  }
}

.body-font {
  font-family: "Nunito Sans" !important;
}

.secondary-font {
  font-family: "Playfair Display";
}

.rotate-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -24%;
  bottom: 17%;
}

.rotate-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: -43%;
  bottom: 27%;
}

.white-color {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .button_style_6.pd-top-10 {
    padding-top: 10% !important;
  }
}

@media screen and (max-width: 767px) {
  .responsive-banner-home9 {
    margin-top: -15% !important;
  }
}

@media screen and (max-width: 1199px) {
  .services-home-9 {
    margin-bottom: 0;
  }
}

.services-home-10 {
  margin-bottom: -15%;
  margin-right: -25%;
}

.store-background {
  margin-bottom: -9%;
}

@media screen and (max-width: 767px) {
  .xs-center {
    text-align: center !important;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-meta {
  text-align: center;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-meta span {
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-meta span {
    margin: 5px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-meta span i {
  color: #fd6500;
  margin-right: 6px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation {
  padding-bottom: 35%;
  padding-top: 6%;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links {
  display: inline-block;
  width: 50%;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-previous {
  text-align: left;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-previous:hover .post-navigation-content .post-navigation-title {
  color: #fd6500;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-previous .post-navigation-left {
  font-size: 15px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-previous .post-navigation-content i {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-previous .post-navigation-content .post-navigation-title {
  color: #262626;
  display: inline-block;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-previous .post-navigation-content .post-navigation-title {
    font-size: 14px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-next {
  text-align: right;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-next:hover .post-navigation-content .post-navigation-title {
  color: #fd6500;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-next .post-navigation-right {
  font-size: 15px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-next .post-navigation-content i {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-next .post-navigation-content .post-navigation-title {
  color: #262626;
  display: inline-block;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-top .video-navigation .nav-links.nav-next .post-navigation-content .post-navigation-title {
    font-size: 14px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main {
  background-image: url(../haru-circle/assets/images/single-video-bg.jpg);
  background-size: cover;
  position: relative;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image {
  overflow: hidden;
  position: relative;
  margin-top: -33%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
  -moz-box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
  box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image:hover:before {
  padding-top: 35%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image:before {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 10%;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image.played img {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image.played .video-icon {
  opacity: 0;
  visibility: hidden;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image.played:before {
  opacity: 0;
  visibility: hidden;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image.played .player-wrapper .media-wrapper {
  background-color: #000;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image.played .player-wrapper iframe {
  opacity: 1;
  visisility: visible;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .view-video-button,
.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .video-player-direct {
  width: 80px;
  height: 80px;
  display: block;
  padding: 20px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .view-video-button,
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .video-player-direct {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .view-video-button,
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .video-player-direct {
    width: 40px;
    height: 40px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .view-video-button:hover,
.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .video-player-direct:hover {
  border: 2px solid #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .view-video-button:hover:before,
.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .video-player-direct:hover:before {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .view-video-button:before,
.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .video-player-direct:before {
  content: "\f487";
  font-family: Ionicons;
  position: absolute;
  left: 30px;
  top: 0;
  color: #fff;
  line-height: 80px;
  font-size: 45px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .view-video-button:before,
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .video-player-direct:before {
    left: 23px;
    line-height: 60px;
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .view-video-button:before,
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .video-player-direct:before {
    left: 17px;
    line-height: 40px;
    font-size: 25px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .view-video-button i,
.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .video-icon .video-player-direct i {
  color: #fff;
  font-size: 40px;
  padding: 20px;
  height: 20px;
  width: 20px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image.player-direct {
  overflow: visible;
  margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image.player-direct {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image.player-direct {
    margin-bottom: 45px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .player-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .player-wrapper video {
  opacity: 0;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .player-wrapper .mejs__mediaelement video {
  opacity: 1;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .player-wrapper .media-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .player-wrapper .media-wrapper.ratio-169 {
  padding-bottom: 56.25%;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .player-wrapper .media-wrapper.ratio-43 {
  padding-bottom: 75%;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-image .player-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visisility: hidden;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content {
  margin-top: 50px;
  margin-bottom: 75px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .post-social-share {
  text-align: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .post-social-share {
    margin-bottom: 35px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .post-social-share .social-share-wrapper .social-share {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .post-social-share .social-share-wrapper .social-share li {
  display: inline-block;
  margin-left: 15px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .post-social-share .social-share-wrapper .social-share li.social-label {
  display: none;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .post-social-share .social-share-wrapper .social-share li a {
  color: #fd6500;
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 40px;
  border: 2px solid rgba(224, 224, 224, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .post-social-share .social-share-wrapper .social-share li a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .post-social-share .social-share-wrapper .social-share li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information {
  padding-left: 15%;
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information {
    padding-left: 0;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .more-info {
  padding-bottom: 15px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .more-info .info-label {
  color: #ababab;
  font-size: 15px;
  font-family: "Nunito Sans";
  font-weight: 400;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .more-info .info-value {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 16px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .video-director, .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .video-actor {
  padding-bottom: 15px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .video-director h6, .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .video-actor h6 {
  color: #ababab;
  font-size: 15px;
  font-family: "Nunito Sans";
  font-weight: 400;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .video-director a, .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .video-actor a {
  font-family: "Playfair Display";
  font-size: 16px;
  color: #fff;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .video-director a:hover, .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .video-actor a:hover {
  color: #fd6500;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .video-director span, .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-information .video-actor span {
  color: #fff;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-description {
  border-left: 1px solid rgba(224, 224, 224, 0.3);
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-description .description-detail {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-description .description-detail {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-description .description-detail {
    margin-top: 20px;
    padding-left: 0;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-description .description-detail .description-title {
  color: #fff;
  margin-top: 0;
  padding-bottom: 15px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-description .description-detail .video-story {
  color: #ababab;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-description .description-detail .video-award {
  margin-top: 30px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-description .description-detail .video-award .award-list {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main .video-content .video-description .description-detail .video-award .award-list li {
  color: #ababab;
  font-style: italic;
  padding: 5px 0;
  text-transform: uppercase;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner {
  margin: 8% 0;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading {
  text-align: center;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-title {
  font-size: 48px;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-title {
    font-size: 24px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-sub-title {
  font-size: 16px;
  font-style: italic;
  padding-top: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-sub-title {
    font-size: 14px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-list {
  margin-top: 8%;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-list:hover .owl-nav .owl-prev, .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-list:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-list .partner-item {
  opacity: .3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-list .partner-item:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-list .owl-nav .owl-prev, .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-list .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-list .owl-nav .owl-prev:hover, .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-list .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-list .owl-nav .owl-prev {
  left: 0;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-partner .partner-heading .partner-list .owl-nav .owl-next {
  right: 0;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .gallery-heading {
  padding-bottom: 20%;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .gallery-heading .gallery-title {
  font-size: 48px;
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .gallery-heading .gallery-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .gallery-heading .gallery-title {
    font-size: 24px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .gallery-heading .gallery-sub-title {
  font-size: 16px;
  font-style: italic;
  padding-top: 10px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .gallery-heading .gallery-sub-title {
    font-size: 14px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery {
  background-color: #f9f6f1;
  padding-bottom: 80px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .video-images {
  margin: -15% -5px 0 -5px;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .video-images .image-item {
  width: 25%;
  padding: 5px;
  position: relative;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .video-images .image-item:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .video-images .image-item:hover a {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .video-images .image-item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  padding: 5px;
  background-color: rgba(51, 51, 51, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .video-images .image-item a {
  color: #fff;
  font-weight: 700;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .video-images .image-item a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .video-images .image-item a i {
  display: block;
  font-size: 50px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .video-images .image-item {
    width: 50%;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .link-to-pages {
  margin-top: 70px;
  text-align: center;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .link-to-pages a {
  border: 2px solid #e0e0e0;
  color: #fd6500;
  font-weight: 700;
  padding: 10px 30px;
  margin: 0 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .link-to-pages a {
    padding: 8px 20px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .link-to-pages a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .link-to-pages a.hire-link {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .link-to-pages a.hire-link {
    padding: 8px 20px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-bottom .video-gallery .link-to-pages a.hire-link:hover {
  border: 2px solid #e0e0e0;
  background-color: transparent;
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list {
  position: relative;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list:hover .owl-nav .owl-prev, .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .video-related .video-meta {
  text-align: center;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .video-related .video-meta .video-title {
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .video-related .video-meta .video-title {
    padding-top: 15px;
  }
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .video-related .video-meta .video-title a {
  color: #262626;
  font-style: normal;
  text-transform: none;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .video-related .video-meta .video-title a:hover {
  color: #fd6500;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .video-related .video-meta a {
  text-transform: uppercase;
  font-style: italic;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .owl-nav .owl-prev, .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .owl-nav .owl-prev:hover, .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .owl-nav .owl-prev {
  left: 0;
}

.haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-related .related-list .owl-nav .owl-next {
  right: 0;
}

.haru-single-video .single-content .single-wrapper .single-video-comment #comments {
  padding: 3% 20% 6% 20%;
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper .single-video-comment #comments {
    padding: 0 0 6% 0;
  }
}

.haru-single-video .single-content .single-wrapper .single-video-related {
  background-color: #f9f6f1;
  padding: 6% 0;
  margin-bottom: -5%;
}

.haru-single-video .single-content .single-wrapper .single-video-related .realated-title {
  font-size: 48px;
  text-align: center;
  padding-bottom: 6%;
}

@media screen and (max-width: 991px) {
  .haru-single-video .single-content .single-wrapper .single-video-related .realated-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-video .single-content .single-wrapper .single-video-related .realated-title {
    font-size: 24px;
  }
}

.video-popup {
  padding: 5% 20%;
}

@media screen and (max-width: 991px) {
  .video-popup {
    padding: 5% 10%;
  }
}

@media screen and (max-width: 767px) {
  .video-popup {
    padding: 10% 5%;
  }
}

.video-popup .popup-content {
  position: relative;
}

.video-popup .popup-content .popup-header .popup-header-info {
  clear: both;
  text-align: center;
}

.video-popup .popup-content .popup-header .popup-header-info .popup-title {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 34px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 991px) {
  .video-popup .popup-content .popup-header .popup-header-info .popup-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .video-popup .popup-content .popup-header .popup-header-info .popup-title {
    font-size: 14px;
    padding: 0 40px;
  }
}

.video-popup .popup-content .popup-header .popup-header-info .popup-video-category {
  padding-top: 5px;
  padding-bottom: 5px;
}

.video-popup .popup-content .popup-header .popup-header-info .popup-video-category a {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  text-transform: uppercase;
}

.video-popup .popup-content .popup-header .popup-header-info .popup-video-category a:hover {
  color: #fd6500;
}

@media screen and (max-width: 991px) {
  .video-popup .popup-content .popup-header .popup-header-info .popup-video-category {
    font-size: 13px;
  }
}

.video-popup .popup-content .popup-body .video-player .media-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}

.video-popup .popup-content .popup-body .video-player .media-wrapper.ratio-169 {
  padding-bottom: 56.25%;
}

.video-popup .popup-content .popup-body .video-player .media-wrapper.ratio-43 {
  padding-bottom: 75%;
}

.video-popup .popup-content .popup-body .video-player .media-wrapper video {
  opacity: 0;
}

.video-popup .popup-content .popup-body .video-player .media-wrapper .mejs__mediaelement video {
  opacity: 1;
}

.video-popup .popup-content .popup-body .video-player .media-wrapper {
  background-color: #000;
}

.video-popup .popup-content .popup-body .video-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-popup .mfp-close {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  position: absolute;
  top: 35px;
  right: 20%;
}

.video-popup .mfp-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  .video-popup .mfp-close {
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .video-popup .mfp-close {
    right: 5%;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-meta {
  text-align: center;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-meta span {
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-meta span {
    margin: 5px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-meta span i {
  color: #fd6500;
  margin-right: 6px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation {
  padding-bottom: 20%;
  padding-top: 6%;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links {
  display: inline-block;
  width: 50%;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-previous {
  text-align: left;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-previous:hover .post-navigation-content .post-navigation-title {
  color: #fd6500;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-previous .post-navigation-left {
  font-size: 15px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-previous .post-navigation-content i {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-previous .post-navigation-content .post-navigation-title {
  color: #262626;
  display: inline-block;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-previous .post-navigation-content .post-navigation-title {
    font-size: 14px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-next {
  text-align: right;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-next:hover .post-navigation-content .post-navigation-title {
  color: #fd6500;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-next .post-navigation-right {
  font-size: 15px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-next .post-navigation-content i {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-next .post-navigation-content .post-navigation-title {
  color: #262626;
  display: inline-block;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-top .actor-navigation .nav-links.nav-next .post-navigation-content .post-navigation-title {
    font-size: 14px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main {
  background-image: url(../haru-circle/assets/images/single-video-bg.jpg);
  background-size: cover;
  position: relative;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-image {
  overflow: hidden;
  position: relative;
  margin-top: -50%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
  -moz-box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
  box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-image {
    margin-top: -10%;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-image:hover:before {
  padding-top: 35%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-image:before {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 10%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-image img {
  width: 100%;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-heading {
  padding-left: 15px;
  margin-top: -130px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-heading {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-heading {
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-heading .actor-title {
  color: #262626;
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-heading .actor-title {
    color: #fff;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-information {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-information {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-information {
    padding-left: 0;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-information .actor-info {
  display: table;
  padding: 5px 0;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-information .actor-info .info-label {
  color: #ababab;
  font-family: "Nunito Sans";
  width: 150px;
  display: table-cell;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-information .actor-info .info-value {
  color: #fff;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-social {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-social {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-social {
    padding-left: 0;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-social li {
  display: inline-block;
  margin-left: 10px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-social li:first-child {
  margin-left: 0;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-social li a {
  color: #fd6500;
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid rgba(224, 224, 224, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-social li a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-social li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-social li a i {
  font-size: 16px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content {
  margin-top: 65px;
  margin-bottom: 75px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-award .award-title {
  color: #fff;
  margin-top: 0;
  padding-bottom: 15px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-award .award-list {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-award .award-list li {
  color: #ababab;
  display: table;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-award .award-list li span {
  display: table-cell;
  width: 80px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-film .film-title {
  color: #fff;
  padding-bottom: 15px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-film .film-list {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-film .film-list li {
  color: #ababab;
  display: table;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-film .film-list li span {
  display: table-cell;
  width: 80px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-description {
  border-left: 1px solid rgba(224, 224, 224, 0.3);
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-description .description-detail {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-description .description-detail {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-description .description-detail {
    margin-top: 20px;
    padding-left: 0;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-description .description-detail .description-title {
  color: #fff;
  margin-top: 0;
  padding-bottom: 15px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-description .description-detail .actor-story {
  color: #ababab;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-description .description-detail .actor-award {
  margin-top: 30px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-description .description-detail .actor-award .award-list {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-description .description-detail .actor-award .award-list li {
  color: #ababab;
  font-style: italic;
  padding: 5px 0;
  text-transform: uppercase;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-share .post-social-share {
  margin-bottom: 15px;
  margin-top: 45px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-share .post-social-share .social-share-wrapper .social-share {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-share .post-social-share .social-share-wrapper .social-share li {
  display: inline-block;
  margin-left: 15px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-share .post-social-share .social-share-wrapper .social-share li.social-label {
  display: none;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-share .post-social-share .social-share-wrapper .social-share li a {
  color: #fd6500;
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid rgba(224, 224, 224, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-share .post-social-share .social-share-wrapper .social-share li a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-main .actor-content .actor-share .post-social-share .social-share-wrapper .social-share li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner {
  margin: 8% 0;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading {
  text-align: center;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-title {
  font-size: 48px;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-title {
    font-size: 24px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-sub-title {
  font-size: 16px;
  font-style: italic;
  padding-top: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-sub-title {
    font-size: 14px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-list {
  margin-top: 8%;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-list:hover .owl-nav .owl-prev, .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-list:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-list .partner-item {
  opacity: .3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-list .partner-item:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-list .owl-nav .owl-prev, .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-list .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-list .owl-nav .owl-prev:hover, .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-list .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-list .owl-nav .owl-prev {
  left: 0;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-partner .partner-heading .partner-list .owl-nav .owl-next {
  right: 0;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .gallery-heading {
  padding-bottom: 20%;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .gallery-heading .gallery-title {
  font-size: 48px;
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .gallery-heading .gallery-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .gallery-heading .gallery-title {
    font-size: 24px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .gallery-heading .gallery-sub-title {
  font-size: 16px;
  font-style: italic;
  padding-top: 10px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .gallery-heading .gallery-sub-title {
    font-size: 14px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery {
  background-color: #f9f6f1;
  padding-bottom: 80px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .actor-images {
  margin: -15% -5px 0 -5px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .actor-images .image-item {
  width: 25%;
  padding: 5px;
  position: relative;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .actor-images .image-item:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .actor-images .image-item:hover a {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .actor-images .image-item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  padding: 5px;
  background-color: rgba(51, 51, 51, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .actor-images .image-item a {
  color: #fff;
  font-weight: 700;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .actor-images .image-item a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .actor-images .image-item a i {
  display: block;
  font-size: 50px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .actor-images .image-item {
    width: 50%;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .link-to-pages {
  margin-top: 70px;
  text-align: center;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .link-to-pages a {
  border: 2px solid #e0e0e0;
  color: #fd6500;
  font-weight: 700;
  padding: 10px 30px;
  margin: 0 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .link-to-pages a {
    padding: 8px 20px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .link-to-pages a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .link-to-pages a.hire-link {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .link-to-pages a.hire-link {
    padding: 8px 20px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-bottom .actor-gallery .link-to-pages a.hire-link:hover {
  border: 2px solid #e0e0e0;
  background-color: transparent;
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video {
  background-color: #f9f6f1;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list {
  position: relative;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list:hover .owl-nav .owl-prev, .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .video-featured .video-meta {
  text-align: center;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .video-featured .video-meta .video-title {
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .video-featured .video-meta .video-title {
    padding-top: 15px;
  }
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .video-featured .video-meta .video-title a {
  color: #262626;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .video-featured .video-meta .video-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .video-featured .video-meta .video-category {
  padding-top: 5px;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .video-featured .video-meta .video-category a {
  color: #757575;
  font-style: italic;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .video-featured .video-meta .video-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .owl-nav .owl-prev, .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .owl-nav .owl-prev:hover, .haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .owl-nav .owl-prev {
  left: 0;
}

.haru-single-actor .single-content .single-wrapper article .post-wrapper .single-actor-video .video-list .owl-nav .owl-next {
  right: 0;
}

.haru-single-actor .single-content .single-wrapper .single-actor-comment #comments {
  padding: 3% 20% 6% 20%;
}

@media screen and (max-width: 991px) {
  .haru-single-actor .single-content .single-wrapper .single-actor-comment #comments {
    padding: 0 0 6% 0;
  }
}

.haru-single-actor .single-content .single-wrapper .single-actor-video {
  background-color: #f9f6f1;
  padding: 6% 0;
  margin-bottom: -5%;
}

.haru-single-actor .single-content .single-wrapper .single-actor-video .my-video-title {
  font-size: 48px;
  text-align: center;
  padding-bottom: 6%;
}

@media screen and (max-width: 991px) {
  .haru-single-actor .single-content .single-wrapper .single-actor-video .my-video-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-actor .single-content .single-wrapper .single-actor-video .my-video-title {
    font-size: 24px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-meta {
  text-align: center;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-meta span {
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-meta span {
    margin: 5px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-meta span i {
  color: #fd6500;
  margin-right: 6px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation {
  padding-bottom: 20%;
  padding-top: 6%;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links {
  display: inline-block;
  width: 50%;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-previous {
  text-align: left;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-previous:hover .post-navigation-content .post-navigation-title {
  color: #fd6500;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-previous .post-navigation-left {
  font-size: 15px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-previous .post-navigation-content i {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-previous .post-navigation-content .post-navigation-title {
  color: #262626;
  display: inline-block;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-previous .post-navigation-content .post-navigation-title {
    font-size: 14px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-next {
  text-align: right;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-next:hover .post-navigation-content .post-navigation-title {
  color: #fd6500;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-next .post-navigation-right {
  font-size: 15px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-next .post-navigation-content i {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-next .post-navigation-content .post-navigation-title {
  color: #262626;
  display: inline-block;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-top .director-navigation .nav-links.nav-next .post-navigation-content .post-navigation-title {
    font-size: 14px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main {
  background-image: url(../haru-circle/assets/images/single-video-bg.jpg);
  background-size: cover;
  position: relative;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-image {
  overflow: hidden;
  position: relative;
  margin-top: -50%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
  -moz-box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
  box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.45);
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-image {
    margin-top: -10%;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-image:hover:before {
  padding-top: 35%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-image:before {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 10%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-image img {
  width: 100%;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-heading {
  padding-left: 15px;
  margin-top: -130px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-heading {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-heading {
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-heading .director-title {
  color: #262626;
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-heading .director-title {
    color: #fff;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-information {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-information {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-information {
    padding-left: 0;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-information .director-info {
  display: table;
  padding: 5px 0;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-information .director-info .info-label {
  color: #ababab;
  font-family: "Nunito Sans";
  width: 150px;
  display: table-cell;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-information .director-info .info-value {
  color: #fff;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-social {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-social {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-social {
    padding-left: 0;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-social li {
  display: inline-block;
  margin-left: 10px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-social li:first-child {
  margin-left: 0;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-social li a {
  color: #fd6500;
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid rgba(224, 224, 224, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-social li a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-social li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-social li a i {
  font-size: 16px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content {
  margin-top: 65px;
  margin-bottom: 75px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-award .award-title {
  color: #fff;
  margin-top: 0;
  padding-bottom: 15px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-award .award-list {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-award .award-list li {
  color: #ababab;
  display: table;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-award .award-list li span {
  display: table-cell;
  width: 80px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-film .film-title {
  color: #fff;
  padding-bottom: 15px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-film .film-list {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-film .film-list li {
  color: #ababab;
  display: table;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-film .film-list li span {
  display: table-cell;
  width: 80px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-description {
  border-left: 1px solid rgba(224, 224, 224, 0.3);
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-description .description-detail {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-description .description-detail {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-description .description-detail {
    margin-top: 20px;
    padding-left: 0;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-description .description-detail .description-title {
  color: #fff;
  margin-top: 0;
  padding-bottom: 15px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-description .description-detail .director-story {
  color: #ababab;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-description .description-detail .director-award {
  margin-top: 30px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-description .description-detail .director-award .award-list {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-description .description-detail .director-award .award-list li {
  color: #ababab;
  font-style: italic;
  padding: 5px 0;
  text-transform: uppercase;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-share .post-social-share {
  margin-bottom: 15px;
  margin-top: 45px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-share .post-social-share .social-share-wrapper .social-share {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-share .post-social-share .social-share-wrapper .social-share li {
  display: inline-block;
  margin-left: 15px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-share .post-social-share .social-share-wrapper .social-share li.social-label {
  display: none;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-share .post-social-share .social-share-wrapper .social-share li a {
  color: #fd6500;
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid rgba(224, 224, 224, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-share .post-social-share .social-share-wrapper .social-share li a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main .director-content .director-share .post-social-share .social-share-wrapper .social-share li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner {
  margin: 8% 0;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading {
  text-align: center;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-title {
  font-size: 48px;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-title {
    font-size: 24px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-sub-title {
  font-size: 16px;
  font-style: italic;
  padding-top: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-sub-title {
    font-size: 14px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-list {
  margin-top: 8%;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-list:hover .owl-nav .owl-prev, .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-list:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-list .partner-item {
  opacity: .3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-list .partner-item:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-list .owl-nav .owl-prev, .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-list .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-list .owl-nav .owl-prev:hover, .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-list .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-list .owl-nav .owl-prev {
  left: 0;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-partner .partner-heading .partner-list .owl-nav .owl-next {
  right: 0;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .gallery-heading {
  padding-bottom: 20%;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .gallery-heading .gallery-title {
  font-size: 48px;
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .gallery-heading .gallery-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .gallery-heading .gallery-title {
    font-size: 24px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .gallery-heading .gallery-sub-title {
  font-size: 16px;
  font-style: italic;
  padding-top: 10px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .gallery-heading .gallery-sub-title {
    font-size: 14px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery {
  background-color: #f9f6f1;
  padding-bottom: 80px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .director-images {
  margin: -15% -5px 0 -5px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .director-images .image-item {
  width: 25%;
  padding: 5px;
  position: relative;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .director-images .image-item:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .director-images .image-item:hover a {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .director-images .image-item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  padding: 5px;
  background-color: rgba(51, 51, 51, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .director-images .image-item a {
  color: #fff;
  font-weight: 700;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .director-images .image-item a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .director-images .image-item a i {
  display: block;
  font-size: 50px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .director-images .image-item {
    width: 50%;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .link-to-pages {
  margin-top: 70px;
  text-align: center;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .link-to-pages a {
  border: 2px solid #e0e0e0;
  color: #fd6500;
  font-weight: 700;
  padding: 10px 30px;
  margin: 0 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .link-to-pages a {
    padding: 8px 20px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .link-to-pages a:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .link-to-pages a.hire-link {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .link-to-pages a.hire-link {
    padding: 8px 20px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-bottom .director-gallery .link-to-pages a.hire-link:hover {
  border: 2px solid #e0e0e0;
  background-color: transparent;
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video {
  background-color: #f9f6f1;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list {
  position: relative;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list:hover .owl-nav .owl-prev, .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .video-featured .video-meta {
  text-align: center;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .video-featured .video-meta .video-title {
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .video-featured .video-meta .video-title {
    padding-top: 15px;
  }
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .video-featured .video-meta .video-title a {
  color: #262626;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .video-featured .video-meta .video-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .video-featured .video-meta .video-category {
  padding-top: 5px;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .video-featured .video-meta .video-category a {
  color: #757575;
  font-style: italic;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .video-featured .video-meta .video-category a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .owl-nav .owl-prev, .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .owl-nav .owl-prev:hover, .haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .owl-nav .owl-prev {
  left: 0;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-video .video-list .owl-nav .owl-next {
  right: 0;
}

.haru-single-director .single-content .single-wrapper .single-director-comment #comments {
  padding: 3% 20% 6% 20%;
}

@media screen and (max-width: 991px) {
  .haru-single-director .single-content .single-wrapper .single-director-comment #comments {
    padding: 0 0 6% 0;
  }
}

.haru-single-director .single-content .single-wrapper .single-director-video {
  background-color: #f9f6f1;
  padding: 6% 0;
  margin-bottom: -5%;
}

.haru-single-director .single-content .single-wrapper .single-director-video .my-video-title {
  font-size: 48px;
  text-align: center;
  padding-bottom: 6%;
}

@media screen and (max-width: 991px) {
  .haru-single-director .single-content .single-wrapper .single-director-video .my-video-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .haru-single-director .single-content .single-wrapper .single-director-video .my-video-title {
    font-size: 24px;
  }
}

body.single-haru_film #haru-main #haru-content-main {
  background-color: #1e1e1e;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content {
  padding-bottom: 8%;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-thumbnail-wrap {
  padding-right: 0;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-thumbnail-wrap .film-thumbnail {
  margin-bottom: 20px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap {
    padding-left: 15px;
  }
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-title {
  color: #fff;
  font-size: 34px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-title {
    font-size: 24px;
  }
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-rating {
  border-bottom: 1px solid rgba(105, 105, 105, 0.7);
  padding-bottom: 15px;
  padding-top: 5px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-rating .point {
  color: #fd6500;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-rating .point i {
  color: #ffd52e;
  font-size: 18px;
  margin-right: 10px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-rating .film-views, body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-rating .meta-comment {
  margin-left: 15px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-rating .film-views i, body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-rating .meta-comment i {
  color: #fd6500;
  margin-right: 5px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta {
  margin-top: 20px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta ul {
  list-style-type: none;
  list-style: none;
  padding-left: 0;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta ul li {
  display: table;
  padding: 2px 0;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta ul li .meta-label {
  color: #ababab;
  font-family: "Nunito Sans";
  width: 120px;
  display: table-cell;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta ul li .meta-value {
  color: #fff;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta ul li .meta-value a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta ul li .meta-value a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links {
  margin-top: 35px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .view-trailer-button {
  background-image: none;
  border: 2px solid #696969;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  padding: 10px 25px;
  min-width: 135px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .view-trailer-button:hover {
  background-color: #fd6500;
  border: 2px solid #fd6500;
  color: #fff;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .view-trailer-button:hover i {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .view-trailer-button i {
  margin-right: 10px;
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .view-film-button,
body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .film-player-direct {
  background-color: #fd6500;
  background-image: none;
  border: 2px solid #fd6500;
  color: #fff;
  font-weight: 700;
  padding: 10px 25px;
  min-width: 150px;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .view-film-button:hover,
body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .film-player-direct:hover {
  border: 2px solid #696969;
  background-color: transparent;
  color: #fff;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .view-film-button:hover i,
body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .film-player-direct:hover i {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .view-film-button i,
body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-top .film-information-wrap .film-information .film-meta .film-view-links .film-player-direct i {
  margin-right: 10px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct {
  padding-top: 70px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .player-wrapper .film-player .media-wrapper {
  background-color: #000;
  position: relative;
  height: 0;
  overflow: hidden;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .player-wrapper .film-player .media-wrapper.ratio-169 {
  padding-bottom: 56.25%;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .player-wrapper .film-player .media-wrapper.ratio-43 {
  padding-bottom: 75%;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .player-wrapper .film-player .media-wrapper video {
  opacity: 0;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .player-wrapper .film-player .media-wrapper .mejs__mediaelement video {
  opacity: 1;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .player-wrapper .film-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .video-playlist {
  padding-top: 30px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .video-playlist .video-episodes {
  list-style-type: none;
  list-style: none;
  padding: 0;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .video-playlist .video-episodes li {
  display: inline-block;
  margin-bottom: 3px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .video-playlist .video-episodes li a {
  background-color: #333;
  color: #ababab;
  display: block;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .video-playlist .video-episodes li a.active {
  background-color: #fd6500;
  color: #fff;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .video-playlist .film-server-content {
  margin-top: 20px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .video-playlist .film-server-content .video-server {
  list-style-type: none;
  list-style: none;
  padding: 0;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .video-playlist .film-server-content .video-server li {
  display: inline-block;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .video-playlist .film-server-content .video-server li a {
  color: #fd6500;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  font-weight: 700;
  padding: 5px 20px;
  margin-right: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .player-direct .video-playlist .film-server-content .video-server li a:hover {
  border: 2px solid #fd6500;
  background-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-overview {
  padding-top: 8%;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-overview .overview-title {
  border-bottom: 1px solid rgba(105, 105, 105, 0.7);
  color: #fff;
  padding-left: 25px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-overview .overview-title:before {
  content: "/";
  color: #fd6500;
  font-weight: 400;
  position: absolute;
  left: 0;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-overview p {
  color: #ababab;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor {
  padding-top: 5%;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-title {
  border-bottom: 1px solid rgba(105, 105, 105, 0.7);
  color: #fff;
  padding-left: 25px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-title:before {
  content: "/";
  color: #fd6500;
  font-weight: 400;
  position: absolute;
  left: 0;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .film-actor {
  text-align: center;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .film-actor .film-image {
  position: relative;
  overflow: hidden;
  margin: 0 20% 20% 20%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .film-actor .film-image:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* ratio of 1:1*/
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .film-actor .film-image img {
  position: absolute;
  top: 0;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .film-actor .film-meta .film-title a {
  font-family: "Nunito Sans";
  font-weight: 600;
  font-size: 14px;
  color: #ababab;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .film-actor .film-meta .film-title a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .film-actor .film-meta .film-category {
  font-family: "Playfair Display";
  font-style: italic;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .owl-nav {
  position: absolute;
  top: -60px;
  right: -15px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .owl-nav .owl-prev, body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .owl-nav .owl-next {
  display: inline-block;
  font-size: 20px;
  z-index: 999;
  width: 35px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .owl-nav .owl-prev:hover, body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .owl-nav .owl-next:hover {
  cursor: pointer;
  color: #fd6500;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper article .post-wrapper .single-film-actor .actor-list .owl-nav .owl-prev {
  border-right: 1px solid #696969;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .comments-title {
  border-bottom: 1px solid rgba(105, 105, 105, 0.7);
  color: #fff;
  padding-left: 25px;
  padding-bottom: 15px;
  position: relative;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .comments-title:before {
  content: "/";
  color: #fd6500;
  font-weight: 400;
  position: absolute;
  left: 0;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .post-comments-list .comment-list li .comment-body .comment-text .author .author-name {
  color: #fff;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .post-comments-list .comment-list li .comment-body .comment-text .author .author-name a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .post-comments-list .comment-list li .comment-body .comment-text .author .author-name a:hover {
  color: #fd6500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta .comment-meta-date {
  color: #696969;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta .comment-meta-action a {
  color: #696969;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta .comment-meta-action a:hover {
  color: #fd6500;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .post-comments-list .comment-list li .comment-body .comment-text .comment-meta .comment-meta-action a:first-child {
  border-left: 1px solid rgba(105, 105, 105, 0.7);
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .post-comments-list .comment-list li .comment-body .comment-text .text {
  color: #ababab;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .post-comments-list .comment-list li .children {
  border-left: 1px solid rgba(105, 105, 105, 0.7);
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .post-comments-form {
  border-top: 1px solid rgba(105, 105, 105, 0.7);
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments #respond-wrapper h3, body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .comment-respond h3 {
  color: #fff;
  font-size: 24px;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments #respond-wrapper .comment-form input, body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments #respond-wrapper .comment-form textarea, body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .comment-respond .comment-form input, body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .comment-respond .comment-form textarea {
  background-color: #333;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments #respond-wrapper .comment-form input[type="text"], body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments #respond-wrapper .comment-form input[type="email"], body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments #respond-wrapper .comment-form textarea, body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .comment-respond .comment-form input[type="text"], body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .comment-respond .comment-form input[type="email"], body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .comment-respond .comment-form textarea {
  color: #ababab;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments #respond-wrapper .comment-form .submit, body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .comment-respond .comment-form .submit {
  border: 2px solid rgba(105, 105, 105, 0.7);
  text-transform: none;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments #respond-wrapper .comment-form .submit:hover, body.single-haru_film #haru-main #haru-content-main .haru-single-blog .single-content .single-wrapper #comments .comment-respond .comment-form .submit:hover {
  border: 2px solid #fd6500;
  background-color: #fd6500;
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .right-sidebar {
  padding-left: 6%;
}

@media screen and (max-width: 991px) {
  body.single-haru_film #haru-main #haru-content-main .haru-single-blog .right-sidebar {
    padding-left: 15px;
  }
}

body.single-haru_film #haru-main #haru-content-main .haru-single-blog .left-sidebar {
  padding-right: 6%;
}

@media screen and (max-width: 991px) {
  body.single-haru_film #haru-main #haru-content-main .haru-single-blog .left-sidebar {
    padding-right: 15px;
  }
}

.film-popup {
  padding: 5% 20%;
}

@media screen and (max-width: 991px) {
  .film-popup {
    padding: 5% 10%;
  }
}

@media screen and (max-width: 767px) {
  .film-popup {
    padding: 10% 5%;
  }
}

.film-popup .popup-content .popup-header .popup-header-info {
  clear: both;
  text-align: center;
}

.film-popup .popup-content .popup-header .popup-header-info .popup-title {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 34px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 991px) {
  .film-popup .popup-content .popup-header .popup-header-info .popup-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .film-popup .popup-content .popup-header .popup-header-info .popup-title {
    font-size: 14px;
    padding: 0 40px;
  }
}

.film-popup .popup-content .popup-header .popup-header-info .popup-film-category {
  padding-top: 5px;
  padding-bottom: 5px;
}

.film-popup .popup-content .popup-header .popup-header-info .popup-film-category a {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  text-transform: uppercase;
}

.film-popup .popup-content .popup-header .popup-header-info .popup-film-category a:hover {
  color: #fd6500;
}

@media screen and (max-width: 991px) {
  .film-popup .popup-content .popup-header .popup-header-info .popup-film-category {
    font-size: 13px;
  }
}

.film-popup .popup-content .popup-body .film-videos-wrapper .player-wrapper .film-player .media-wrapper {
  background-color: #000;
  position: relative;
  height: 0;
  overflow: hidden;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .player-wrapper .film-player .media-wrapper.ratio-169 {
  padding-bottom: 56.25%;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .player-wrapper .film-player .media-wrapper.ratio-43 {
  padding-bottom: 75%;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .player-wrapper .film-player .media-wrapper video {
  opacity: 0;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .player-wrapper .film-player .media-wrapper .mejs__mediaelement video {
  opacity: 1;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .player-wrapper .film-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .video-playlist {
  padding-top: 30px;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .video-playlist .video-episodes {
  list-style-type: none;
  list-style: none;
  padding: 0;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .video-playlist .video-episodes li {
  display: inline-block;
  margin-bottom: 3px;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .video-playlist .video-episodes li a {
  background-color: #333;
  color: #ababab;
  display: block;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .video-playlist .video-episodes li a.active {
  background-color: #fd6500;
  color: #fff;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .video-playlist .film-server-content {
  margin-top: 20px;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .video-playlist .film-server-content .video-server {
  list-style-type: none;
  list-style: none;
  padding: 0;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .video-playlist .film-server-content .video-server li {
  display: inline-block;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .video-playlist .film-server-content .video-server li a {
  color: #fd6500;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  font-weight: 700;
  padding: 5px 20px;
  margin-right: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-popup .popup-content .popup-body .film-videos-wrapper .video-playlist .film-server-content .video-server li a:hover {
  border: 2px solid #fd6500;
  background-color: #fd6500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.film-popup .mfp-close {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  position: absolute;
  top: 35px;
  right: 20%;
}

.film-popup .mfp-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  .film-popup .mfp-close {
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .film-popup .mfp-close {
    right: 5%;
  }
}

/*-----------------------------------
 * 8. THEMECHECK
 *-----------------------------------*/
.page-sidebar {
  margin-top: 60px;
}

table {
  border-collapse: collapse;
}

table thead {
  background: rgba(253, 101, 0, 0.3);
}

table, th, td {
  border: 1px solid #e0e0e0;
}

th, td {
  padding: 5px;
}

.post-password-form input[type="password"] {
  background: none;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.post-password-form input[type="password"]:focus {
  border: 1px solid #fd6500;
  outline: none;
}

.post-password-form input[type=submit] {
  background: #fd6500;
  border: none;
  color: #fff;
  padding: 2px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.post-password-form input[type=submit]:hover {
  background: #fd6500;
}

/*-----------------------------------
 * 9. RESPONSIVE PAGES
 *-----------------------------------*/
@media screen and (max-width: 767px) {
  .vc_row.responsive-banner-home1 {
    margin-top: -10% !important;
  }
}

@media screen and (max-width: 767px) {
  .responsive-footer-social-1 &gt; .vc_column-inner {
    padding-top: 0 !important;
  }
}

.banner-home-1-1 {
  margin-bottom: -60%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .banner-home-1-1 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .banner-home-1-2 {
    margin-top: 20%;
  }
}

.banner-home-1-2 .vc_custom_heading {
  color: rgba(38, 38, 38, 0.4);
  font-weight: 700;
}

.banner-home-1-2 p {
  color: rgba(38, 38, 38, 0.2);
  font-size: 36px;
  font-style: italic;
  line-height: 40px;
  margin-top: -20px;
}
</pre></body></html>