@charset "UTF-8";
/*
Theme Name: WPDanceEstut
Theme URI: http://wpdance.com
Author: the Wpdance team
Author URI: http://themeforest.net/user/tvlgiao/portfolio
Description: WPDance Estut is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. WPDance Estut will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: wpdanceestut

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.
*/
/* General */
/* Customize */
/* Heading */
/* Colors of Shortcode */
/* Notices */
/* */
.single-course .course-meta.biography .teacher:after, .single-course .course-meta.biography .teacher:before {
  content: "";
  display: table;
  clear: both;
}

/* ========================================================= */
/*                       RESET                               */
/* ========================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  background: #f8f8f8;
  font-size: 14px;
  line-height: 1.7em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* HEADING */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #212121;
}

h1, .h1 {
  font: 500 290%/1.55em "Roboto", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  h1, .h1 {
    font: 500 214%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  }
}

h2, .h2 {
  font: 500 290%/1.55em "Roboto", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  h2, .h2 {
    font: 500 214%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  }
}

h3, .h3 {
  font: 500 214%/1.55em "Roboto", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  h3, .h3 {
    font: 500 140%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  }
}

h4, .h4 {
  font: 500 140%/1.55em "Roboto", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  h4, .h4 {
    font: 300 120%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  }
}

h5, .h5 {
  font: 300 120%/1.55em "Roboto", Helvetica, Arial, sans-serif;
}

h6, .h6 {
  font: 500 100%/1.55em "Roboto", Helvetica, Arial, sans-serif;
}

/* LINK */
a, .link {
  background-color: transparent;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

a:hover, a:focus, .link:hover, .link:focus {
  text-decoration: none;
  outline: none;
  color: #424242;
}

/* IMG */
img {
  border: 0;
}

/* LABEL */
label {
  font-weight: normal;
  margin: 0;
  font-size: 14px;
}

/* STRONG */
b,
strong {
  font-weight: 700;
}

/* SMAIL */
small {
  font-size: 80%;
}

/* CODE */
code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

/* ABBR */
abbr[title] {
  border-bottom: 1px dotted;
}

/* SUB - SUP */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* PRE */
pre {
  border: 1px solid #ebebeb;
  margin: 0 0 1em;
  max-width: 100%;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

/* HR */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* FIELDSET */
fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em;
}

/* LEGEND */
legend {
  border: 0;
  padding: 0;
}

/*	OPTGROUP */
optgroup {
  font-weight: bold;
}

/* AUDIO */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* SVG */
svg:not(:root) {
  overflow: hidden;
}

/* FIGURE */
figure {
  margin: 0;
}

/* BLOGQUOTE */
blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em;
  quotes: none;
}

blockquote:before {
  content: "";
}

blockquote:after {
  content: "";
}

blockquote cite, blockquote small {
  display: block;
  opacity: 60%;
}

blockquote cite:before, blockquote small:before {
  content: "\2014\00a0";
}

blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

blockquote > :last-child {
  margin-bottom: 0;
}

q {
  quotes: none;
}

q:before {
  content: "";
}

q:after {
  content: "";
}

/* TABLE */
table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border: 1px solid #ebebeb;
  background: transparent;
  margin-bottom: 40px;
  background: #fff;
}

table tbody, table tfoot, table thead {
  max-width: 100%;
}

table thead tr th {
  padding: 14px 20px;
  text-transform: none;
  background: #03a9f4;
  color: #fff;
}

.content_item_blog table thead tr th {
  color: #fff;
}

table tfoot tr th {
  background: transparent;
}

table tr td, table tr th {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ebebeb;
}

table tr td:first-child, table tr th:first-child {
  border-width: 0 0 1px 0;
}

table tr th {
  font-weight: normal;
  padding: 28px 20px;
}

table tr td {
  padding: 28px 20px;
}

/* SELECT */
select {
  text-transform: none;
  padding: 5px 10px;
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  cursor: pointer;
}

select:hover, select:focus {
  outline: none;
}

.select2-drop-active {
  border-color: #ebebeb;
}

.select2-container .select2-choice {
  border-color: #ebebeb;
}

/* REQUIRE */
.required {
  color: #f44336;
}

/* GENERAL */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

input,
optgroup,
select {
  color: inherit;
  font: inherit;
  margin: 0;
}

[hidden],
template {
  display: none;
}

/* ------------------------------------------
   = RESET VISUAL COMPOSER */
html .vc_row[data-vc-full-width] {
  /*overflow:visible;*/
}

/* =======================================================
   = BUTTONS */
button[disabled] {
  cursor: default;
  opacity: .5;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:hover, button:focus {
  outline: none;
}

button, .button, .course-image .readmore_course,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.vc_btn3 {
  overflow: visible;
  max-width: 100%;
  display: inline-block;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  padding: 13px 30px 12px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

/* =======================================================
   = INPUT */
input {
  max-width: 100%;
}

input:hover, input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:-webkit-autofill {
  background: none !important;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="search"], input textarea {
  border: 1px solid #ebebeb;
  padding: 12px 20px;
  width: 100%;
  font-weight: normal;
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(transparent, transparent);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  -moz-transition: background 0s ease-out;
  -webkit-transition: background 0s ease-out;
  color: rgba(66, 66, 66, 0.5);
}

input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="search"]:hover, input[type="search"]:focus, input textarea:hover, input textarea:focus {
  outline: none;
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(transprent, transprent);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  border-bottom-color: transprent;
}

html input[disabled] {
  cursor: default;
  opacity: .5;
}

textarea {
  overflow: auto;
  vertical-align: top;
  min-height: 120px;
  color: inherit;
  font: inherit;
  font-weight: normal;
  margin: 0;
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 12px 20px;
  width: 100%;
  font-weight: normal;
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(transparent, transparent);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  -moz-transition: background 0s ease-out;
  -webkit-transition: background 0s ease-out;
  color: rgba(66, 66, 66, 0.5);
}

textarea:hover, textarea:focus {
  outline: none;
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(transprent, transprent);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  border-bottom-color: transprent;
}

.site-header {
  position: relative;
  z-index: 1000;
  /* ------------------------------- HEADER TOP */
  /* ------------------------------ HEADER STYLE */
  /* ------------------------------ HEADER MAIN */
}

.site-header-top {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  font-size: 13px;
}

.site-header-top h1, .site-header-top h2, .site-header-top h3, .site-header-top h4, .site-header-top h5, .site-header-top h6, .site-header-top .h1, .site-header-top .h2, .site-header-top .h3, .site-header-top .h4, .site-header-top .h5, .site-header-top .h6 {
  font-size: inherit;
}

.site-header-top strong {
  font-weight: normal;
}

.site-header-top .widget {
  margin: 15px 0;
}

.header-top-content:before, .header-top-content:after {
  display: table;
  clear: both;
  content: "";
}

.header-top-left {
  position: relative;
  z-index: 1;
}

.header-top-left:before, .header-top-left:after {
  display: table;
  clear: both;
  content: "";
}

@media screen and (max-width: 767px) {
  .header-top-left:before, .header-top-left:after {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .header-top-left .wd-login-user {
    display: inline-block;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .header-top-left .header-widget-area-1 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-top-right {
    position: static;
  }
}

.header-top-right:before, .header-top-right:after {
  content: "";
  display: table;
  clear: both;
}

/* Login */
.wd-login-user {
  float: left;
  padding: 15px 0 15px 25px;
  margin: 0 40px 0 0;
  position: relative;
  overflow: hidden;
  transition: visibility .3s ease-in;
  -moz-transition: visibility .3s ease-in;
  -webkit-transition: visibility .3s ease-in;
}

.wd-login-user:before {
  content: "\f023";
  font-family: "FontAwesome";
  position: absolute;
  left: 3px;
  top: 15px;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.wd-login-user .wd_tini_account_control span {
  display: inline-block;
}

.wd-login-user .form_drop_down {
  z-index: 1000;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 20px;
  width: 250px;
  padding: 20px;
  background: #fff;
  color: #424242;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition-property: margin-top,opacity,visibility;
  -moz-transition-property: margin-top,opacity,visibility;
  -webkit-transition-property: margin-top,opacity,visibility;
  transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.wd-login-user .form_drop_down .form_wrapper_body h3 {
  display: none;
}

.wd-login-user .form_drop_down .form_wrapper_body input[type^="text"],
.wd-login-user .form_drop_down .form_wrapper_body input[type^="password"] {
  padding: 5px 10px;
}

.wd-login-user .form_drop_down .form_wrapper_body .required {
  color: #f36b61;
  padding-left: 3px;
}

.wd-login-user .form_drop_down .form_wrapper_body .login-submit {
  margin: 10px 0;
}

.wd-login-user .form_drop_down .form_wrapper_body .login-submit .secondary_button {
  padding: 8px 25px;
}

.wd-login-user:hover {
  overflow: visible;
}

.wd-login-user:hover .form_drop_down {
  opacity: 1;
  margin-top: 0;
}

.header-widget-area-1 {
  float: left;
}

@media screen and (max-width: 480px) {
  .header-widget-area-1 {
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .header-widget-area-1 {
    display: none;
  }
}

/* Phone - Email */
.wd-support-phone, .wd-support-email {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}

.wd-support-phone:before, .wd-support-email:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
}

.wd-support-phone:after, .wd-support-email:after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  left: -18px;
  top: 3px;
  background: #03a9f4;
}

@media screen and (max-width: 767px) {
  .wd-support-phone:after, .wd-support-email:after {
    display: none;
  }
}

.wd-support-phone {
  margin: 0 40px 0 0;
}

.wd-support-phone:before {
  content: "\f095";
  top: 2px;
}

.wd-support-email:before {
  content: "\f0e0";
}

/* Cart Dropdown */
.wd-shopping-cart {
  float: right;
  height: 50px;
  overflow: hidden;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .wd-shopping-cart {
    position: absolute;
    right: 10px;
    top: 0;
  }
}

.wd-shopping-cart .wd_tini_cart_wrapper {
  padding: 15px 0 15px 45px;
  position: relative;
}

.wd-shopping-cart .wd_tini_cart_wrapper:before {
  content: "\f07a";
  font-family: "FontAwesome";
  position: absolute;
  left: 21px;
  top: 14px;
  font-size: 16px;
}

.wd-shopping-cart .wd_tini_cart_wrapper:after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 17px;
}

.wd-shopping-cart .cart_dropdown {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 20px;
  width: 300px;
  background: #fff;
  padding: 30px 20px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.wd-shopping-cart .cart_dropdown .size_empty {
  padding: 0 0 10px;
}

.wd-shopping-cart:hover {
  overflow: visible;
}

.wd-shopping-cart:hover .cart_dropdown {
  opacity: 1;
  margin-top: 0;
}

.wd-shopping-cart #cart_size_value_head {
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding: 0 4px;
  min-width: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #ffeb38;
  text-align: center;
  color: #646464;
  font-size: 12px;
}

.wd-shopping-cart .wd_cart_item_info {
  color: #424242;
  text-transform: none;
}

.wd-shopping-cart .dropdown_body a {
  color: #424242;
}

.wd-shopping-cart .dropdown_body a:hover {
  color: #03a9f4;
}

.wd-shopping-cart .wd_cart_heading {
  display: none;
}

.wd-shopping-cart ul.cart_list {
  padding: 0;
  margin: 0;
}

.wd-shopping-cart ul.cart_list li.media {
  position: relative;
  color: #424242;
  list-style: none;
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #ebebeb;
}

.wd-shopping-cart ul.cart_list li.media:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.wd-shopping-cart ul.cart_list li.media:first-child .remove {
  top: 5px;
}

.wd-shopping-cart ul.cart_list li.media .thumb {
  position: relative;
  float: left;
  margin-right: 15px;
}

.wd-shopping-cart ul.cart_list li.media .thumb img {
  width: 100px;
  height: auto;
}

.wd-shopping-cart ul.cart_list li.media .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.wd-shopping-cart ul.cart_list li.media .thumb:hover:after {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.wd-shopping-cart ul.cart_list li.media .wd_cart_title {
  margin: 0 0 5px;
}

.wd-shopping-cart ul.cart_list li.media .remove {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 25px;
  color: transparent;
  background: #03a9f4;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.wd-shopping-cart ul.cart_list li.media .remove:after {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}

.wd-shopping-cart ul.cart_list li.media .remove:hover {
  background: #0398db;
}

.wd-shopping-cart .dropdown_footer {
  margin: 20px -20px 0;
  padding: 20px 20px 0;
  border-top: 1px solid #ebebeb;
}

.wd-shopping-cart .dropdown_footer .total {
  overflow: hidden;
  margin: 0 0 20px;
}

.wd-shopping-cart .dropdown_footer .total > span {
  font-size: 16px;
}

.wd-shopping-cart .dropdown_footer .total > span:first-child {
  float: left;
}

.wd-shopping-cart .dropdown_footer .total > span:nth-child(2) {
  float: right;
}

.wd-shopping-cart .dropdown_footer .buttons {
  float: left;
  width: 100%;
}

.wd-shopping-cart .dropdown_footer .buttons .button, .wd-shopping-cart .dropdown_footer .buttons .course-image .readmore_course, .course-image .wd-shopping-cart .dropdown_footer .buttons .readmore_course {
  padding: 8px 25px;
  font-family: "Roboto";
}

.wd-shopping-cart .dropdown_footer .buttons .cart {
  float: left;
}

.wd-shopping-cart .dropdown_footer .buttons .checkout {
  float: right;
}

.wd-shopping-cart .dropdown_footer .amount {
  float: right;
}

/* Search */
.wd-search {
  float: right;
}

@media screen and (max-width: 768px) {
  .wd-search {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .wd-search {
    float: none;
    width: 100%;
    padding: 0 10px;
    max-width: 300px;
    margin: 0 auto 10px;
    background: rgba(255, 255, 255, 0.2);
  }
}

.wd-search label {
  margin: 0;
}

.wd-search .search-form {
  padding: 0 0 0 50px;
  position: relative;
  width: 150px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media screen and (max-width: 480px) {
  .wd-search .search-form {
    width: 100%;
  }
}

.wd-search .screen-reader-text {
  display: none;
}

.wd-search .search-field {
  padding: 15px 0;
  border: 0;
  font-size: 13px;
  width: 100%;
}

.wd-search .search-field:hover, .wd-search .search-field:focus {
  background: none !important;
}

@media screen and (max-width: 480px) {
  .wd-search .search-field {
    padding: 10px 0;
  }
}

.wd-search .search-submit {
  padding: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -moz-border-radius: 0;
  background: transparent;
  border: 0;
}

.wd-search .search-submit span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: transparent;
}

@media screen and (max-width: 480px) {
  .wd-search .search-submit span {
    width: 42px;
    height: 42px;
  }
}

.wd-search .search-submit span:before {
  content: "\f002";
  font-family: "FontAwesome";
  color: #bbdefb;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media screen and (max-width: 480px) {
  .wd-search .search-submit span:before {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

@media screen and (max-width: 480px) {
  .wd-search .search-submit span {
    width: 42px;
    height: 42px;
  }
}

.wd-search:hover .search-form {
  width: 200px;
}

.wd-search:hover .search-submit span:before {
  color: #fff;
}

.site-header input {
  color: #bbdefb;
}

.site-header input::-webkit-input-placeholder {
  color: #bbdefb !important;
}

.site-header input::-moz-placeholder {
  color: #bbdefb !important;
}

.site-header input:-moz-placeholder {
  color: #bbdefb !important;
}

.site-header input::-ms-input-placeholder {
  color: #bbdefb !important;
}

/* Style 1 */
/* Style 2 */
.header-v2 .site-header-menu {
  position: relative;
}

.header-v2 .site-header-menu:before {
  content: "";
  width: 236px;
  height: 236px;
  position: absolute;
  left: 50%;
  margin-left: -118px;
  bottom: -30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.header-v2 .site-logo {
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .header-v2 .left-navigation {
    margin-bottom: 10px;
  }
}

.header-v2 .left-navigation > nav {
  float: right !important;
}

.header-v2 .right-navigation > nav {
  float: left !important;
}

.header-v2 .left-navigation .main-menu > ul > li > a, .header-v2 .left-navigation .site-header-menu > nav > div > ul > li > a, .header-v2 .left-navigation div.menu > ul > li > a, .header-v2 .right-navigation .main-menu > ul > li > a, .header-v2 .right-navigation .site-header-menu > nav > div > ul > li > a, .header-v2 .right-navigation div.menu > ul > li > a {
  padding-left: 22px;
  padding-right: 22px;
}

/* Style 3 */
.home .site-header.header-v3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

@media screen and (min-width: 767px) {
  .home .site-header.header-v3 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
}

.home .site-header.header-v3 .site-header-main {
  background: transparent;
}

@media screen and (min-width: 767px) {
  .home .site-header.header-v3 .site-header-main {
    background: #000;
  }
}

.site-header-main {
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .site-header-main {
    padding-bottom: 20px;
  }
}

.header-main-content {
  /* Logo */
  /* Branding */
  /* Menu */
}

@media screen and (max-width: 959px) {
  .header-main-content {
    display: block;
    margin-bottom: 20px;
  }
}

.header-main-content .site-logo a {
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .header-main-content .site-logo {
    text-align: center;
  }
}

.header-main-content .site-logo + .site-branding {
  display: none;
}

.header-main-content .site-branding h1 {
  font-size: 20px;
}

.header-main-content .site-header-menu .main-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.main-menu, .site-header-menu > nav > div, .header-main-content div.menu {
  text-align: right;
  line-height: 0;
}

.main-menu ul, .site-header-menu > nav > div ul, .header-main-content div.menu ul {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.55em;
}

.main-menu ul:before, .main-menu ul:after, .site-header-menu > nav > div ul:before, .site-header-menu > nav > div ul:after, .header-main-content div.menu ul:before, .header-main-content div.menu ul:after {
  content: "";
  display: table;
  clear: both;
}

.main-menu ul li, .site-header-menu > nav > div ul li, .header-main-content div.menu ul li {
  position: relative;
  list-style: none;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.main-menu ul li:hover, .site-header-menu > nav > div ul li:hover, .header-main-content div.menu ul li:hover {
  overflow: visible;
}

.main-menu ul li:hover > ul, .site-header-menu > nav > div ul li:hover > ul, .header-main-content div.menu ul li:hover > ul {
  opacity: 1;
  margin-top: 0;
}

.main-menu ul li.menu-item-has-children > a:after, .site-header-menu > nav > div ul li.menu-item-has-children > a:after, .header-main-content div.menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  line-height: 1;
  font-weight: 400;
  color: inherit;
}

.main-menu ul li a, .site-header-menu > nav > div ul li a, .header-main-content div.menu ul li a {
  font-size: 13px;
}

.main-menu ul ul, .site-header-menu > nav > div ul ul, .header-main-content div.menu ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  margin-top: 20px;
  width: 160px;
  background: #fff;
  padding: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .main-menu ul ul, .site-header-menu > nav > div ul ul, .header-main-content div.menu ul ul {
    width: auto;
    right: 0;
  }
}

.main-menu ul ul li a, .site-header-menu > nav > div ul ul li a, .header-main-content div.menu ul ul li a {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  border-width: 1px 0 0;
  border-style: solid;
}

.main-menu ul ul li:hover, .site-header-menu > nav > div ul ul li:hover, .header-main-content div.menu ul ul li:hover {
  background: #ebebeb;
}

.main-menu ul ul ul, .site-header-menu > nav > div ul ul ul, .header-main-content div.menu ul ul ul {
  left: 100%;
  top: 0;
}

.main-menu > ul, .site-header-menu > nav > div > ul, .header-main-content div.menu > ul {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .main-menu > ul, .site-header-menu > nav > div > ul, .header-main-content div.menu > ul {
    display: block;
  }
}

.main-menu > ul > li, .site-header-menu > nav > div > ul > li, .header-main-content div.menu > ul > li {
  float: left;
}

@media screen and (max-width: 480px) {
  .main-menu > ul > li, .site-header-menu > nav > div > ul > li, .header-main-content div.menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 2px 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
  }
}

.main-menu > ul > li > a, .site-header-menu > nav > div > ul > li > a, .header-main-content div.menu > ul > li > a {
  display: inline-block;
  font-size: 13px;
  padding: 42px 25px 41px;
  color: #fff;
  text-transform: uppercase;
}

.main-menu .menu_border, .site-header-menu > nav > div .menu_border, .header-main-content div.menu .menu_border {
  border: 0 !important;
}

.main-menu .dropdown-toggle, .site-header-menu > nav > div .dropdown-toggle, .header-main-content div.menu .dropdown-toggle {
  display: none;
}

.ubermenu img {
  max-width: 100%;
}

.ubermenu .ubermenu-submenu .ubermenu-column {
  /*padding:10px 0;*/
}

.ubermenu .ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu .ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  color: #ffeb38;
}

.ubermenu.ubermenu-main .ubermenu-tab > .ubermenu-target {
  color: #424242;
}

.ubermenu.ubermenu-main .ubermenu-tab.ubermenu-active > .ubermenu-target {
  background: #ebebeb;
}

.ubermenu.ubermenu-main .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
  color: #424242;
}

.ubermenu.ubermenu-main .ubermenu-tabs-group {
  border-color: #ebebeb;
}

.ubermenu ul.ubermenu-submenu-type-stack {
  padding: 0;
}

.ubermenu ul.ubermenu-submenu-type-stack > .ubermenu-item-normal > a.ubermenu-target {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ubermenu ul.ubermenu-tab-content-panel {
  /*padding-bottom:20px;
							padding-top:15px;*/
}

.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > li.ubermenu-item-normal:first-child {
  margin-top: 0;
}

.ubermenu .ubermenu-has-submenu-flyout li {
  border-top: 1px solid #ebebeb;
}

.ubermenu .ubermenu-has-submenu-flyout li:first-child {
  border: 0;
}

.ubermenu .ubermenu-has-submenu-flyout ul {
  padding-bottom: 10px;
}

.ubermenu .ubermenu-has-submenu-flyout > ul > li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.ubermenu .ubermenu-has-submenu-flyout > ul > li.ubermenu-retractor {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.ubermenu li.ubermenu-autocolumn, .ubermenu li.ubermenu-submenu-type-stack {
  padding: 0;
}

.ubermenu li .ubermenu-retractor {
  text-align: left;
}

/* TOP LEVEL ITEM */
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 25px 25px;
}

@media screen and (min-width: 960px) {
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-top: 42px;
    padding-bottom: 41px;
  }
}

.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
  color: #ffeb38;
  font-weight: 600;
}

.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target {
  color: #ffeb38;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  clip: auto !important;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
  background: #fff;
}

.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
  color: #424242;
}

.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
  color: #03a9f4;
}

.ubermenu-main .ubermenu-submenu .ubermenu-item-header.ubermenu-current-menu-item > .ubermenu-target {
  color: #03a9f4;
}

.ubermenu-main .ubermenu-item-normal > .ubermenu-target {
  padding: 10px 30px;
}

.ubermenu-main .ubermenu-item-normal.ubermenu-active > .ubermenu-target {
  background-color: #ebebeb;
}

.ubermenu-main .ubermenu-item-normal .ubermenu-submenu .ubermenu-target,
.ubermenu-main .ubermenu-item-normal .ubermenu-submenu .ubermenu-nonlink,
.ubermenu-main .ubermenu-item-normal .ubermenu-submenu .ubermenu-widget,
.ubermenu-main .ubermenu-item-normal .ubermenu-submenu .ubermenu-custom-content-padded,
.ubermenu-main .ubermenu-item-normal .ubermenu-submenu .ubermenu-retractor,
.ubermenu-main .ubermenu-item-normal .ubermenu-submenu .ubermenu-colgroup .ubermenu-column {
  padding: 10px 30px;
}

.ubermenu-main .ubermenu-item-normal .ubermenu-submenu.ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
  padding: 10px 20px;
}

.ubermenu-main .ubermenu-item-normal .ubermenu-submenu.ubermenu-submenu-padded {
  padding: 10px 30px;
}

.ubermenu-main .ubermenu-nav > li > ul {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
  background: #fff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.left-navigation > div > ul, .right-navigation > div > ul {
  margin: 0;
  padding: 0;
}

.left-navigation > div > ul:before, .left-navigation > div > ul:after, .right-navigation > div > ul:before, .right-navigation > div > ul:after {
  content: "";
  display: table;
  clear: both;
}

.left-navigation > div > ul > li, .right-navigation > div > ul > li {
  display: inline-block;
}

.left-navigation > div > ul > li > a, .right-navigation > div > ul > li > a {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 42px 25px 41px;
}

.left-navigation > div > ul > li {
  float: right;
}

.right-navigation > div > ul > li {
  float: left;
}

/* ========================================================= */
/*                       CONTENT                             */
/* ========================================================= */
.site-content {
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.site-inner {
  overflow: hidden;
}

.home.blog .wd_item_blog {
  margin-top: 50px;
}

.home.blog .wd_item_blog:after, .home.blog .wd_item_blog:before {
  content: "";
  display: table;
  clear: both;
}

.home.blog .tvlwpdance-read-more {
  margin-top: 20px;
}

/* No Result */
.no-results.not-found {
  margin-bottom: 40px;
}

.no-results.not-found .page-title {
  font: 400 290%/1.1em "Roboto", Helvetica, Arial, sans-serif;
  text-transform: none;
}

/* ============================================= 
   = OWL SLIDER */
.owl-theme .owl-controls {
  text-align: center;
  margin-top: 10px;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-dot span {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  margin: 6px;
  background: transparent;
}

.owl-theme .owl-controls .owl-dot span:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background: #d2d2d2;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.owl-theme .owl-controls .owl-dot.active span, .owl-theme .owl-controls .owl-dot:hover span {
  background: transparent;
}

.owl-theme .owl-controls .owl-dot.active span:before, .owl-theme .owl-controls .owl-dot:hover span:before {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #43d3b9;
  background: transparent;
}

/* ================================================
   = BREDCRUMB */
.breadcrumb-wrap {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}

.breadcrumb-wrap .post-thumbnail {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

.breadcrumb-wrap .post-thumbnail img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1600px) {
  .breadcrumb-wrap .post-thumbnail img {
    /*height:100%;
				width:auto;*/
  }
}

@media screen and (max-width: 1200px) {
  .breadcrumb-wrap .post-thumbnail img {
    height: 100%;
    width: auto;
  }
}

.breadcrumb-wrap .post-thumbnail ~ .container {
  color: #fff;
  padding: 130px 0 150px;
}

.breadcrumb-wrap .container {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 100px 0;
}

.breadcrumb-wrap .container .entry-title {
  font-size: 360%;
  margin: 0 0 20px;
  color: inherit;
}

.breadcrumb-wrap .container a {
  color: inherit;
}

.breadcrumb-wrap .container a:hover {
  color: #03a9f4;
}

/* ============================================================
   = REVOLUTION SLIDER */
.metis.tparrows {
  width: 70px !important;
  height: 100px !important;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
}

.metis.tparrows:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 100px;
  font-size: 20px;
}

.metis.tparrows:hover {
  background: #fff;
}

.metis.tparrows:hover:before {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}

/* ============================================================
   = BACK TO TOP */
#to-top {
  display: inline-block;
  width: 80px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 1000;
  cursor: pointer;
}

#to-top a {
  position: absolute;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}

#to-top a:before {
  text-align: center;
  color: #424242;
  background: #ebebeb;
  display: inline-block;
  content: "";
  font-size: 16px;
  line-height: 50px;
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#to-top a:hover {
  background: #424242;
}

#to-top a:hover:before {
  color: #fff;
}

/* ============================================================
   = EXTRA CLASS */
.wd_visible {
  overflow: visible !important;
}

@media screen and (min-width: 960px) {
  .col-cus-4 {
    width: 16.66666667%;
    padding: 0 15px;
    float: left;
  }
}

@media screen and (min-width: 960px) {
  .col-cus-10 {
    width: 41.66666667%;
    padding: 0 15px;
    float: left;
  }
}

@media screen and (min-width: 960px) {
  .col-cus-20 {
    width: 83.33333333%;
    padding: 0 15px;
    float: left;
  }
}

@media screen and (min-width: 960px) {
  .wd_visible_sm {
    display: none !important;
  }
}

@media screen and (max-width: 961px) {
  .wd_visible_sm {
    display: block !important;
  }
}

@media screen and (min-width: 960px) {
  .wd_hidden_sm {
    display: block !important;
  }
}

@media screen and (max-width: 961px) {
  .wd_hidden_sm {
    display: none !important;
  }
}

.cus-bg-testimonial {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.cus-bg-fancy-tab:after {
  content: "";
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: -35px;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.cus_ts_video .ts-video-container {
  padding: 0;
  min-height: 470px;
}

.cus_ts_image_mar .wpb_single_image {
  margin: 0 !important;
}

.cus_menu_padd > ul {
  padding: 0 0 15px !important;
}

.wd_cus_max_width .wpb_wrapper {
  max-width: 520px;
}

.text_white *, .wd_text_white * {
  color: #fff;
}

.text_white input[type^="text"], .text_white .input_search, .text_white select, .wd_text_white input[type^="text"], .wd_text_white .input_search, .wd_text_white select {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff;
}

.text_white select option, .wd_text_white select option {
  color: #646464 !important;
  background: #f8f8f8 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

html .text_white .button, html .text_white .course-image .readmore_course, .course-image html .text_white .readmore_course, html .text_white a.button, html .text_white .course-image a.readmore_course, .course-image html .text_white a.readmore_course, html .text_white button.button, html .text_white .course-image button.readmore_course, .course-image html .text_white button.readmore_course, html .wd_text_white .button, html .wd_text_white .course-image .readmore_course, .course-image html .wd_text_white .readmore_course, html .wd_text_white a.button, html .wd_text_white .course-image a.readmore_course, .course-image html .wd_text_white a.readmore_course, html .wd_text_white button.button, html .wd_text_white .course-image button.readmore_course, .course-image html .wd_text_white button.readmore_course, html .widget .text_white .button, html .widget .text_white .course-image .readmore_course, .course-image html .widget .text_white .readmore_course, html .widget .text_white a.button, html .widget .text_white .course-image a.readmore_course, .course-image html .widget .text_white a.readmore_course, html .widget .text_white button.button, html .widget .text_white .course-image button.readmore_course, .course-image html .widget .text_white button.readmore_course, html .widget .wd_text_white .button, html .widget .wd_text_white .course-image .readmore_course, .course-image html .widget .wd_text_white .readmore_course, html .widget .wd_text_white a.button, html .widget .wd_text_white .course-image a.readmore_course, .course-image html .widget .wd_text_white a.readmore_course, html .widget .wd_text_white button.button, html .widget .wd_text_white .course-image button.readmore_course, .course-image html .widget .wd_text_white button.readmore_course, html .site-content .text_white .button, html .site-content .text_white .course-image .readmore_course, .course-image html .site-content .text_white .readmore_course, html .site-content .text_white a.button, html .site-content .text_white .course-image a.readmore_course, .course-image html .site-content .text_white a.readmore_course, html .site-content .text_white button.button, html .site-content .text_white .course-image button.readmore_course, .course-image html .site-content .text_white button.readmore_course, html .site-content .wd_text_white .button, html .site-content .wd_text_white .course-image .readmore_course, .course-image html .site-content .wd_text_white .readmore_course, html .site-content .wd_text_white a.button, html .site-content .wd_text_white .course-image a.readmore_course, .course-image html .site-content .wd_text_white a.readmore_course, html .site-content .wd_text_white button.button, html .site-content .wd_text_white .course-image button.readmore_course, .course-image html .site-content .wd_text_white button.readmore_course, html .site-content .widget .text_white .button, html .site-content .widget .text_white .course-image .readmore_course, .course-image html .site-content .widget .text_white .readmore_course, html .site-content .widget .text_white a.button, html .site-content .widget .text_white .course-image a.readmore_course, .course-image html .site-content .widget .text_white a.readmore_course, html .site-content .widget .text_white button.button, html .site-content .widget .text_white .course-image button.readmore_course, .course-image html .site-content .widget .text_white button.readmore_course, html .site-content .widget .wd_text_white .button, html .site-content .widget .wd_text_white .course-image .readmore_course, .course-image html .site-content .widget .wd_text_white .readmore_course, html .site-content .widget .wd_text_white a.button, html .site-content .widget .wd_text_white .course-image a.readmore_course, .course-image html .site-content .widget .wd_text_white a.readmore_course, html .site-content .widget .wd_text_white button.button, html .site-content .widget .wd_text_white .course-image button.readmore_course, .course-image html .site-content .widget .wd_text_white button.readmore_course {
  background: #fff;
  color: #333;
  border-color: #fff;
}

html .text_white .button:hover, html .text_white .course-image .readmore_course:hover, .course-image html .text_white .readmore_course:hover, html .text_white a.button:hover, html .text_white .course-image a.readmore_course:hover, .course-image html .text_white a.readmore_course:hover, html .text_white button.button:hover, html .text_white .course-image button.readmore_course:hover, .course-image html .text_white button.readmore_course:hover, html .wd_text_white .button:hover, html .wd_text_white .course-image .readmore_course:hover, .course-image html .wd_text_white .readmore_course:hover, html .wd_text_white a.button:hover, html .wd_text_white .course-image a.readmore_course:hover, .course-image html .wd_text_white a.readmore_course:hover, html .wd_text_white button.button:hover, html .wd_text_white .course-image button.readmore_course:hover, .course-image html .wd_text_white button.readmore_course:hover, html .widget .text_white .button:hover, html .widget .text_white .course-image .readmore_course:hover, .course-image html .widget .text_white .readmore_course:hover, html .widget .text_white a.button:hover, html .widget .text_white .course-image a.readmore_course:hover, .course-image html .widget .text_white a.readmore_course:hover, html .widget .text_white button.button:hover, html .widget .text_white .course-image button.readmore_course:hover, .course-image html .widget .text_white button.readmore_course:hover, html .widget .wd_text_white .button:hover, html .widget .wd_text_white .course-image .readmore_course:hover, .course-image html .widget .wd_text_white .readmore_course:hover, html .widget .wd_text_white a.button:hover, html .widget .wd_text_white .course-image a.readmore_course:hover, .course-image html .widget .wd_text_white a.readmore_course:hover, html .widget .wd_text_white button.button:hover, html .widget .wd_text_white .course-image button.readmore_course:hover, .course-image html .widget .wd_text_white button.readmore_course:hover, html .site-content .text_white .button:hover, html .site-content .text_white .course-image .readmore_course:hover, .course-image html .site-content .text_white .readmore_course:hover, html .site-content .text_white a.button:hover, html .site-content .text_white .course-image a.readmore_course:hover, .course-image html .site-content .text_white a.readmore_course:hover, html .site-content .text_white button.button:hover, html .site-content .text_white .course-image button.readmore_course:hover, .course-image html .site-content .text_white button.readmore_course:hover, html .site-content .wd_text_white .button:hover, html .site-content .wd_text_white .course-image .readmore_course:hover, .course-image html .site-content .wd_text_white .readmore_course:hover, html .site-content .wd_text_white a.button:hover, html .site-content .wd_text_white .course-image a.readmore_course:hover, .course-image html .site-content .wd_text_white a.readmore_course:hover, html .site-content .wd_text_white button.button:hover, html .site-content .wd_text_white .course-image button.readmore_course:hover, .course-image html .site-content .wd_text_white button.readmore_course:hover, html .site-content .widget .text_white .button:hover, html .site-content .widget .text_white .course-image .readmore_course:hover, .course-image html .site-content .widget .text_white .readmore_course:hover, html .site-content .widget .text_white a.button:hover, html .site-content .widget .text_white .course-image a.readmore_course:hover, .course-image html .site-content .widget .text_white a.readmore_course:hover, html .site-content .widget .text_white button.button:hover, html .site-content .widget .text_white .course-image button.readmore_course:hover, .course-image html .site-content .widget .text_white button.readmore_course:hover, html .site-content .widget .wd_text_white .button:hover, html .site-content .widget .wd_text_white .course-image .readmore_course:hover, .course-image html .site-content .widget .wd_text_white .readmore_course:hover, html .site-content .widget .wd_text_white a.button:hover, html .site-content .widget .wd_text_white .course-image a.readmore_course:hover, .course-image html .site-content .widget .wd_text_white a.readmore_course:hover, html .site-content .widget .wd_text_white button.button:hover, html .site-content .widget .wd_text_white .course-image button.readmore_course:hover, .course-image html .site-content .widget .wd_text_white button.readmore_course:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.text_white input::-webkit-input-placeholder, .wd_text_white input::-webkit-input-placeholder {
  color: #fff !important;
}

.text_white input::-moz-placeholder, .wd_text_white input::-moz-placeholder {
  color: #fff !important;
}

.text_white input:-moz-placeholder, .wd_text_white input:-moz-placeholder {
  color: #fff !important;
}

.text_white input::-ms-input-placeholder, .wd_text_white input::-ms-input-placeholder {
  color: #fff !important;
}

.text_white .owl-theme .owl-controls .owl-dot.active span:before, .text_white .owl-theme .owl-controls .owl-dot:hover span:before, .wd_text_white .owl-theme .owl-controls .owl-dot.active span:before, .wd_text_white .owl-theme .owl-controls .owl-dot:hover span:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.text_black {
  color: #212121;
}

.text_center {
  text-align: center;
}

.menu_border {
  border-top: 1px solid #ebebeb !important;
}

.button.blue_hover, .course-image .blue_hover.readmore_course {
  font-weight: 500 !important;
}

.button.blue_hover:hover, .course-image .blue_hover.readmore_course:hover {
  background-color: #03a9f4 !important;
  border-color: #03a9f4 !important;
  color: #fff !important;
}

.button.yellow_hover, .course-image .yellow_hover.readmore_course {
  font-weight: 500 !important;
}

.button.yellow_hover:hover, .course-image .yellow_hover.readmore_course:hover {
  background-color: #f3d474 !important;
  border-color: #f3d474 !important;
  color: #fff !important;
}

.button.green_hover, .course-image .green_hover.readmore_course {
  font-weight: 500 !important;
}

.button.green_hover:hover, .course-image .green_hover.readmore_course:hover {
  background-color: #19caab !important;
  border-color: #19caab !important;
  color: #fff !important;
}

.page-header {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Homepage */
.page-id-4824 .site-header-top, .page-id-4824 .wd_tini_cart_wrapper:after {
  background-color: #404040;
}

.page-id-4824 .wd-support-phone:after, .page-id-4824 .wd-support-email:after {
  background-color: #4e4e4e;
}

.page-id-4824 .site-header input, .page-id-4824 .site-header-top a, .page-id-4824 .site-header, .page-id-4824 .site-header h1, .page-id-4824 .site-header h2, .page-id-4824 .site-header h3, .page-id-4824 .site-header h4, .page-id-4824 .site-header h5, .page-id-4824 .site-header h6, .page-id-4824 .site-header h1 a, .page-id-4824 .site-header h2 a, .page-id-4824 .site-header h3 a, .page-id-4824 .site-header h4 a, .page-id-4824 .site-header h5 a, .page-id-4824 .site-header h6 a, .page-id-4824 .site-header .h1, .page-id-4824 .site-header .h2, .page-id-4824 .site-header .h3, .page-id-4824 .site-header .h4, .page-id-4824 .site-header .h5, .page-id-4824 .site-header .h6, .page-id-4824 .site-header .h1 a, .page-id-4824 .site-header .h2 a, .page-id-4824 .site-header .h3 a, .page-id-4824 .site-header .h4 a, .page-id-4824 .site-header .h5 a, .page-id-4824 .site-header .h6 a,
.page-id-4824 .wd-search .search-submit span:before {
  color: #aaaaaa;
}

.page-id-4824 .site-header, .page-id-4824 .site-header-main, .page-id-4824 .header-v2 .site-header-menu:before {
  background: #fff;
}

.page-id-4824 .left-navigation > div > ul > li > a, .page-id-4824 .right-navigation > div > ul > li > a, .page-id-4824 .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  color: #212121;
}

.page-id-4824 .site-header input::-webkit-input-placeholder {
  color: #aaaaaa !important;
}

.page-id-4824 .site-header input::-moz-placeholder {
  color: #aaaaaa !important;
}

.page-id-4824 .site-header input:-moz-placeholder {
  color: #aaaaaa !important;
}

.page-id-4824 .site-header input::-ms-input-placeholder {
  color: #aaaaaa !important;
}

.page-id-4824 .site-header-top {
  background: #404040 url(images/bg-top-line.jpg) no-repeat center top;
}

.page-id-4824 .site-info {
  background-image: url(images/bg-top-line.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.page-id-4864 .site-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .page-id-4864 .site-header {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
}

.page-id-4864 .site-header-top, .page-id-4864 .wd_tini_cart_wrapper:after {
  background-color: #1c1c1c;
}

.page-id-4864 .site-header input, .page-id-4864 .site-header-top a, .page-id-4864 .site-header, .page-id-4864 .site-header h1, .page-id-4864 .site-header h2, .page-id-4864 .site-header h3, .page-id-4864 .site-header h4, .page-id-4864 .site-header h5, .page-id-4864 .site-header h6, .page-id-4864 .site-header h1 a, .page-id-4864 .site-header h2 a, .page-id-4864 .site-header h3 a, .page-id-4864 .site-header h4 a, .page-id-4864 .site-header h5 a, .page-id-4864 .site-header h6 a, .page-id-4864 .site-header .h1, .page-id-4864 .site-header .h2, .page-id-4864 .site-header .h3, .page-id-4864 .site-header .h4, .page-id-4864 .site-header .h5, .page-id-4864 .site-header .h6, .page-id-4864 .site-header .h1 a, .page-id-4864 .site-header .h2 a, .page-id-4864 .site-header .h3 a, .page-id-4864 .site-header .h4 a, .page-id-4864 .site-header .h5 a, .page-id-4864 .site-header .h6 a,
.page-id-4864 .wd-search .search-submit span:before {
  color: #aaaaaa;
}

.page-id-4864 .site-header, .page-id-4864 .header-v2, .page-id-4864 .site-header-main, .page-id-4864 .site-header-menu:before {
  background: transparent;
}

@media screen and (max-width: 767px) {
  .page-id-4864 .site-header, .page-id-4864 .header-v2, .page-id-4864 .site-header-main, .page-id-4864 .site-header-menu:before {
    background: #000;
  }
}

.page-id-4864 .wd-support-phone:after, .page-id-4864 .wd-support-email:after {
  background-color: #4e4e4e;
}

.page-id-4864 .site-header input::-webkit-input-placeholder {
  color: #aaaaaa !important;
}

.page-id-4864 .site-header input::-moz-placeholder {
  color: #aaaaaa !important;
}

.page-id-4864 .site-header input:-moz-placeholder {
  color: #aaaaaa !important;
}

.page-id-4864 .site-header input::-ms-input-placeholder {
  color: #aaaaaa !important;
}

.row-eq-height {
  display: flex;
}

.single .site-content .sidebar {
  display: flex;
}

.single .site-content .sidebar ul.xoxo:before {
  bottom: 0;
}

.single .sidebar {
  margin-bottom: 0 !important;
}

.single .sidebar .xoxo {
  padding-bottom: calc(10px + 40px) !important;
  padding-bottom: -webkit-calc(10px + 40px) !important;
  padding-bottom: -moz-calc(10px + 40px) !important;
  padding-bottom: -ms-calc(10px + 40px) !important;
}

.yith-woocompare-widget:before, .yith-woocompare-widget:after {
  content: "";
  display: table;
  clear: both;
}

.tvlwpdance-read-more {
  margin: 20px 0 0;
}

#breadcrumb #crumbs {
  font-size: 16px;
}

#breadcrumb .entry-title ~ #crumbs {
  font-size: 14px;
}

body.search-results .breadcrumb-wrap img {
  width: 100%;
  height: auto;
}

.site-footer {
  position: relative;
  z-index: 10;
  border-color: red;
}

.site-footer h1, .site-footer .h1, .site-footer h2, .site-footer .h2, .site-footer h3, .site-footer .h3, .site-footer h4, .site-footer .h4, .site-footer h5, .site-footer .h5, .site-footer h6, .site-footer .h6 {
  font-size: 114%;
}

.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="tel"],
.site-footer input[type="number"],
.site-footer textarea {
  padding-left: 0;
  padding-right: 46px;
  border-width: 0 0 1px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(transparent, transparent);
}

.site-footer input[type="text"]:hover, .site-footer input[type="text"]:focus,
.site-footer input[type="email"]:hover,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:hover,
.site-footer input[type="url"]:focus,
.site-footer input[type="password"]:hover,
.site-footer input[type="password"]:focus,
.site-footer input[type="search"]:hover,
.site-footer input[type="search"]:focus,
.site-footer input[type="tel"]:hover,
.site-footer input[type="tel"]:focus,
.site-footer input[type="number"]:hover,
.site-footer input[type="number"]:focus,
.site-footer textarea:hover,
.site-footer textarea:focus {
  background-image: linear-gradient(#fff, #fff), linear-gradient(transparent, transparent);
}

.site-footer .widget {
  margin: 40px 0 0;
}

.site-footer .widget .widget-title {
  font-size: 114%;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.wd-footer-top {
  padding-top: 20px;
}

.wd-first-footer-widget-area .xoxo {
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
}

.wd-footer-center {
  margin-bottom: 50px;
}

.wd-footer-bottom {
  text-align: center;
  padding: 25px 0;
  position: relative;
}

.wd-footer-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.site-footer .widget_archive ul li,
.site-footer .widget_recent_comments ul li,
.site-footer .widget_categories ul li,
.site-footer .widget_recent_entries ul li,
.site-footer .widget_pages ul li,
.site-footer .widget_nav_menu ul li,
.site-footer .widget_meta ul li {
  border: 0;
}

/* ========================================================= */
/*                       SIDEBAR                             */
/* ========================================================= */
.sidebar {
  position: relative;
  margin-bottom: calc(10px + 40px);
  margin-bottom: -webkit-calc(10px + 40px);
  margin-bottom: -moz-calc(10px + 40px);
  margin-bottom: -ms-calc(10px + 40px);
}

.sidebar ul.xoxo {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .sidebar ul.xoxo {
    margin-right: 0;
  }
}

ul.xoxo {
  max-width: 100%;
}

.site-content .sidebar ul.xoxo {
  padding: 0 28px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .site-content .sidebar ul.xoxo {
    padding-right: 0;
  }
}

.site-content .sidebar ul.xoxo:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8px;
  left: -1000px;
  top: -50px;
  bottom: -100000px;
  background: url(images/shadow-left-side.png) top right repeat-y;
}

@media screen and (max-width: 767px) {
  .site-content .sidebar ul.xoxo:before {
    display: none;
  }
}

.site-content .sidebar .widget:nth-child(1) {
  margin-top: 0;
}

.site-content .sidebar .widget .widget-title, .site-content .sidebar .widget .widgettitle {
  font-size: 16px;
  margin: 0 -40px 30px 0;
  padding: 7px 40px 7px 30px;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  position: relative;
  background: #03a9f4 url(images/bg-widget-title-site-left.png) repeat-y top left;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

@media screen and (max-width: 767px) {
  .site-content .sidebar .widget .widget-title, .site-content .sidebar .widget .widgettitle {
    margin-right: 0;
    background-image: none;
  }
}

.site-content .sidebar .widget .widget-title:after, .site-content .sidebar .widget .widgettitle:after {
  content: "";
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
  bottom: 0;
  background-color: #03a9f4;
  background-image: url(images/bg-widget-title-site-left.png);
  background-repeat: repeat-y;
  background-position: top left;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  z-index: -1;
}

.site-content .sidebar .widget .widget-title:before, .site-content .sidebar .widget .widgettitle:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-width: 6px;
  border-style: solid;
  width: 10px;
  height: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  border-color: #0286c2 transparent transparent #0286c2;
}

@media screen and (max-width: 767px) {
  .site-content .sidebar .widget .widget-title:before, .site-content .sidebar .widget .widgettitle:before {
    display: none;
  }
}

.site-content .sidebar .widget .widget-title:empty, .site-content .sidebar .widget .widgettitle:empty {
  display: none;
}

.site-content .sidebar .widget .widget-title a, .site-content .sidebar .widget .widgettitle a {
  color: #fff;
}

.site-content .sidebar .widget:nth-child(2) .widget-title, .site-content .sidebar .widget:nth-child(2) .widgettitle {
  background-color: #ffa726;
}

.site-content .sidebar .widget:nth-child(2) .widget-title:before, .site-content .sidebar .widget:nth-child(2) .widgettitle:before {
  border-color: #f29000 transparent transparent #f29000;
}

.site-content .sidebar .widget:nth-child(3) .widget-title, .site-content .sidebar .widget:nth-child(3) .widgettitle {
  background-color: #9d87c3;
}

.site-content .sidebar .widget:nth-child(3) .widget-title:before, .site-content .sidebar .widget:nth-child(3) .widgettitle:before {
  border-color: #8165b2 transparent transparent #8165b2;
}

.site-content .sidebar .widget:nth-child(4) .widget-title, .site-content .sidebar .widget:nth-child(4) .widgettitle {
  background-color: #60cd96;
}

.site-content .sidebar .widget:nth-child(4) .widget-title:before, .site-content .sidebar .widget:nth-child(4) .widgettitle:before {
  border-color: #3cbe7c transparent transparent #3cbe7c;
}

.site-content .sidebar .widget:nth-child(5) .widget-title, .site-content .sidebar .widget:nth-child(5) .widgettitle {
  background-color: #ffa726;
}

.site-content .sidebar .widget:nth-child(5) .widget-title:before, .site-content .sidebar .widget:nth-child(5) .widgettitle:before {
  border-color: #f29000 transparent transparent #f29000;
}

.site-content .sidebar .widget:nth-child(6) .widget-title, .site-content .sidebar .widget:nth-child(6) .widgettitle {
  background-color: #673ab7;
}

.site-content .sidebar .widget:nth-child(6) .widget-title:before, .site-content .sidebar .widget:nth-child(6) .widgettitle:before {
  border-color: #512e90 transparent transparent #512e90;
}

.site-content .sidebar .widget:nth-child(7) .widget-title, .site-content .sidebar .widget:nth-child(7) .widgettitle {
  background-color: #00acc1;
}

.site-content .sidebar .widget:nth-child(7) .widget-title:before, .site-content .sidebar .widget:nth-child(7) .widgettitle:before {
  border-color: #007f8e transparent transparent #007f8e;
}

.site-content .sidebar .widget:nth-child(8) .widget-title, .site-content .sidebar .widget:nth-child(8) .widgettitle {
  background-color: #f44336;
}

.site-content .sidebar .widget:nth-child(8) .widget-title:before, .site-content .sidebar .widget:nth-child(8) .widgettitle:before {
  border-color: #ea1c0d transparent transparent #ea1c0d;
}

.left-sidebar {
  position: relative;
}

.left-sidebar:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8px;
  left: -1000px;
  top: -50px;
  bottom: -100000px;
  background: url(images/shadow-left-side.png) top right repeat-y;
}

.left-sidebar .vc_column-inner {
  padding-right: 15px !important;
}

.left-sidebar .wpb_wrapper {
  padding: 0 28px 0 0;
  margin-right: -21px;
}

/* Right sidebar */
.site-content .site-main + .sidebar ul.xoxo, .site-content .right-sidebar ul.xoxo {
  padding: 0 0 0 28px;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .site-content .site-main + .sidebar ul.xoxo, .site-content .right-sidebar ul.xoxo {
    padding-left: 0;
    margin-left: 0;
  }
}

.site-content .site-main + .sidebar ul.xoxo:before, .site-content .right-sidebar ul.xoxo:before {
  background-image: url(images/shadow-right-side.png);
  background-position: top left;
  left: -8px;
  right: -1000px;
}

.site-content .site-main + .sidebar .widget .widget-title, .site-content .site-main + .sidebar .widget .widgettitle, .site-content .right-sidebar .widget .widget-title, .site-content .right-sidebar .widget .widgettitle {
  padding-right: 30px;
  padding-left: 40px;
  margin-left: -40px;
  margin-right: 0;
  background-position: top right;
  background-image: url(images/bg-widget-title.png);
}

@media screen and (max-width: 767px) {
  .site-content .site-main + .sidebar .widget .widget-title, .site-content .site-main + .sidebar .widget .widgettitle, .site-content .right-sidebar .widget .widget-title, .site-content .right-sidebar .widget .widgettitle {
    margin-left: 0;
    background-image: none;
  }
}

.site-content .site-main + .sidebar .widget .widget-title:after, .site-content .site-main + .sidebar .widget .widgettitle:after, .site-content .right-sidebar .widget .widget-title:after, .site-content .right-sidebar .widget .widgettitle:after {
  left: 0;
  right: 100%;
  background-position: top right;
  background-image: url(images/bg-widget-title.png);
}

.site-content .site-main + .sidebar .widget .widget-title:before, .site-content .site-main + .sidebar .widget .widgettitle:before, .site-content .right-sidebar .widget .widget-title:before, .site-content .right-sidebar .widget .widgettitle:before {
  right: auto;
  left: 0;
  border-color: #0286c2 #0286c2 transparent transparent;
}

.site-content .site-main + .sidebar .widget:nth-child(2) .widget-title, .site-content .site-main + .sidebar .widget:nth-child(2) .widgettitle, .site-content .right-sidebar .widget:nth-child(2) .widget-title, .site-content .right-sidebar .widget:nth-child(2) .widgettitle {
  background-color: #ffa726;
}

.site-content .site-main + .sidebar .widget:nth-child(2) .widget-title:before, .site-content .site-main + .sidebar .widget:nth-child(2) .widgettitle:before, .site-content .right-sidebar .widget:nth-child(2) .widget-title:before, .site-content .right-sidebar .widget:nth-child(2) .widgettitle:before {
  border-color: #f29000 #f29000 transparent transparent;
}

.site-content .site-main + .sidebar .widget:nth-child(3) .widget-title, .site-content .site-main + .sidebar .widget:nth-child(3) .widgettitle, .site-content .right-sidebar .widget:nth-child(3) .widget-title, .site-content .right-sidebar .widget:nth-child(3) .widgettitle {
  background-color: #9d87c3;
}

.site-content .site-main + .sidebar .widget:nth-child(3) .widget-title:before, .site-content .site-main + .sidebar .widget:nth-child(3) .widgettitle:before, .site-content .right-sidebar .widget:nth-child(3) .widget-title:before, .site-content .right-sidebar .widget:nth-child(3) .widgettitle:before {
  border-color: #8165b2 #8165b2 transparent transparent;
}

.site-content .site-main + .sidebar .widget:nth-child(4) .widget-title, .site-content .site-main + .sidebar .widget:nth-child(4) .widgettitle, .site-content .right-sidebar .widget:nth-child(4) .widget-title, .site-content .right-sidebar .widget:nth-child(4) .widgettitle {
  background-color: #60cd96;
}

.site-content .site-main + .sidebar .widget:nth-child(4) .widget-title:before, .site-content .site-main + .sidebar .widget:nth-child(4) .widgettitle:before, .site-content .right-sidebar .widget:nth-child(4) .widget-title:before, .site-content .right-sidebar .widget:nth-child(4) .widgettitle:before {
  border-color: #3cbe7c #3cbe7c transparent transparent;
}

.site-content .site-main + .sidebar .widget:nth-child(5) .widget-title, .site-content .site-main + .sidebar .widget:nth-child(5) .widgettitle, .site-content .right-sidebar .widget:nth-child(5) .widget-title, .site-content .right-sidebar .widget:nth-child(5) .widgettitle {
  background-color: #ffa726;
}

.site-content .site-main + .sidebar .widget:nth-child(5) .widget-title:before, .site-content .site-main + .sidebar .widget:nth-child(5) .widgettitle:before, .site-content .right-sidebar .widget:nth-child(5) .widget-title:before, .site-content .right-sidebar .widget:nth-child(5) .widgettitle:before {
  border-color: #f29000 #f29000 transparent transparent;
}

.site-content .site-main + .sidebar .widget:nth-child(6) .widget-title, .site-content .site-main + .sidebar .widget:nth-child(6) .widgettitle, .site-content .right-sidebar .widget:nth-child(6) .widget-title, .site-content .right-sidebar .widget:nth-child(6) .widgettitle {
  background-color: #673ab7;
}

.site-content .site-main + .sidebar .widget:nth-child(6) .widget-title:before, .site-content .site-main + .sidebar .widget:nth-child(6) .widgettitle:before, .site-content .right-sidebar .widget:nth-child(6) .widget-title:before, .site-content .right-sidebar .widget:nth-child(6) .widgettitle:before {
  border-color: #512e90 #512e90 transparent transparent;
}

.site-content .site-main + .sidebar .widget:nth-child(7) .widget-title, .site-content .site-main + .sidebar .widget:nth-child(7) .widgettitle, .site-content .right-sidebar .widget:nth-child(7) .widget-title, .site-content .right-sidebar .widget:nth-child(7) .widgettitle {
  background-color: #00acc1;
}

.site-content .site-main + .sidebar .widget:nth-child(7) .widget-title:before, .site-content .site-main + .sidebar .widget:nth-child(7) .widgettitle:before, .site-content .right-sidebar .widget:nth-child(7) .widget-title:before, .site-content .right-sidebar .widget:nth-child(7) .widgettitle:before {
  border-color: #007f8e #007f8e transparent transparent;
}

.site-content .site-main + .sidebar .widget:nth-child(8) .widget-title, .site-content .site-main + .sidebar .widget:nth-child(8) .widgettitle, .site-content .right-sidebar .widget:nth-child(8) .widget-title, .site-content .right-sidebar .widget:nth-child(8) .widgettitle {
  background-color: #f44336;
}

.site-content .site-main + .sidebar .widget:nth-child(8) .widget-title:before, .site-content .site-main + .sidebar .widget:nth-child(8) .widgettitle:before, .site-content .right-sidebar .widget:nth-child(8) .widget-title:before, .site-content .right-sidebar .widget:nth-child(8) .widgettitle:before {
  border-color: #ea1c0d #ea1c0d transparent transparent;
}

.right-sidebar {
  position: relative;
  margin-left: 0;
}

.right-sidebar:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -8px;
  right: -1000px;
  top: -50px;
  bottom: -100000px;
  background-image: url(images/shadow-right-side.png);
  background-position: top left;
}

.right-sidebar .vc_column-inner {
  padding-left: 0 !important;
}

.right-sidebar .widget .wpb_wrapper {
  padding: 0 0 0 28px;
  margin-left: -28px;
}

.right-sidebar .widget .vc_row {
  margin-left: 0;
  margin-right: 0;
}

/* ========================================================= */
/*                       BLOG                                */
/* ========================================================= */
/* =============================================
   = ALIGN */
.alignleft, .alignright, .aligncenter, .alignnone {
  max-width: 100%;
  height: auto;
}

.alignleft img, .alignright img, .aligncenter img, .alignnone img {
  max-width: 100%;
}

.alignleft {
  float: left !important;
  margin: 0 20px 10px 0 !important;
}

.alignright {
  float: right;
  margin: 0 0 20px 10px !important;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

/* ==============================================
   = GALERRY */
.gallery-item {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0;
}

.gallery-item img {
  margin: 0 auto;
  display: block;
}

.gallery-item .gallery-icon {
  line-height: 0;
}

.gallery-item .gallery-icon a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.gallery-item .gallery-icon a:before {
  opacity: 0;
  z-index: 2;
  content: "+";
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.gallery-item .gallery-icon a:after {
  opacity: 0;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.gallery-item:hover .gallery-icon a:before {
  opacity: 1;
}

.gallery-item:hover .gallery-icon a:after {
  opacity: 1;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-item .gallery-caption {
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 2px;
  right: 2px;
  margin: 0;
  padding: 10px 0;
  text-indent: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.gallery-item .gallery-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.gallery-item .gallery-caption .wp-caption-text {
  opacity: 60%;
  font-size: 13px;
  padding: 20px 0;
}

.gallery-columns-1 {
  overflow: hidden;
  margin: 0 -2px 20px;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  padding: 2px;
}

.gallery-columns-2 {
  overflow: hidden;
  margin: 0 -2px 20px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
  padding: 2px;
}

.gallery-columns-3 {
  overflow: hidden;
  margin: 0 -2px 20px;
}

.gallery-columns-3 .gallery-item {
  width: 33.3%;
  padding: 2px;
}

.gallery-columns-4 {
  overflow: hidden;
  margin: 0 -2px 20px;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
  padding: 2px;
}

.gallery-columns-5 {
  overflow: hidden;
  margin: 0 -2px 20px;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
  padding: 2px;
}

.gallery-columns-6 {
  overflow: hidden;
  margin: 0 -2px 20px;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
  padding: 2px;
}

.gallery-columns-7 {
  overflow: hidden;
  margin: 0 -2px 20px;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
  padding: 2px;
}

.gallery-columns-8 {
  overflow: hidden;
  margin: 0 -2px 20px;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
  padding: 2px;
}

.gallery-columns-9 {
  overflow: hidden;
  margin: 0 -2px 20px;
}

.gallery-columns-9 .gallery-item {
  width: 11.1%;
  padding: 2px;
}

@media only screen and (max-width-device-width: 767px) and (min-width-device-width: 481px), only screen and (max-width: 767px) and (min-width: 481px) {
  .gallery-columns-1 .gallery-item,
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 50%;
  }
  .gallery-columns-1 br,
  .gallery-columns-2 br,
  .gallery-columns-3 br,
  .gallery-columns-4 br,
  .gallery-columns-5 br,
  .gallery-columns-6 br,
  .gallery-columns-7 br,
  .gallery-columns-8 br,
  .gallery-columns-9 br {
    display: none;
  }
}

@media only screen and (max-width-device-width: 480px), only screen and (max-width: 480px) {
  .gallery-columns-1 .gallery-item,
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 100%;
  }
}

/* =========================================================
   = PAGE LINKS */
.page-links {
  clear: both;
}

.page-links a, .page-links span {
  display: inline-block;
  line-height: 42px;
  min-width: 42px;
  text-align: center;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin: 0 8px 2px 0;
  padding: 0 10px;
  color: inherit;
}

.page-links .screen-reader-text {
  display: none;
}

.page-links > span, .page-links:hover, .page-links:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.page-links > .page-links-title {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: inherit;
  text-align: left;
  margin: 0 20px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.entry-content .page-links .page-links-title ~ a {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

html .content_item_blog .page-links:hover {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

html .content_item_blog .page-links .page-links-title {
  padding: 0;
}

html .content_item_blog .page-links a:hover {
  color: #fff;
}

html .content_item_blog .page-links a span {
  padding: 0;
  margin: 0;
  min-width: 0;
}

/* =======================================================
   = BLOG CONTENT */
.breadcrumb-wrap {
  margin-bottom: calc(10px + 40px);
  margin-bottom: -webkit-calc(10px + 40px);
  margin-bottom: -moz-calc(10px + 40px);
  margin-bottom: -ms-calc(10px + 40px);
  position: relative;
  z-index: 0;
}

article.post .post-content, article.portfolio .post-content, article.courses .post-content, article.lessons .post-content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #fff;
  margin-bottom: 40px;
  padding: 0 30px 40px;
  position: relative;
}

article.post .entry-summary, article.portfolio .entry-summary, article.courses .entry-summary, article.lessons .entry-summary {
  padding: 30px 0 20px;
}

article.post .post-thumbnail, article.portfolio .post-thumbnail, article.courses .post-thumbnail, article.lessons .post-thumbnail {
  margin: 0 -30px;
  max-height: 430px;
  overflow: hidden;
}

article.post .post-thumbnail img, article.portfolio .post-thumbnail img, article.courses .post-thumbnail img, article.lessons .post-thumbnail img {
  width: 100%;
  height: auto;
}

article.post ul.social-share li, article.portfolio ul.social-share li, article.courses ul.social-share li, article.lessons ul.social-share li {
  margin-right: 20px;
}

article.post .entry-content, article.portfolio .entry-content, article.courses .entry-content, article.lessons .entry-content {
  margin: 0 0 30px;
}

article.post .entry-content .page-links:hover, article.portfolio .entry-content .page-links:hover, article.courses .entry-content .page-links:hover, article.lessons .entry-content .page-links:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: red;
}

article.post .entry-content .page-links .page-links-title, article.portfolio .entry-content .page-links .page-links-title, article.courses .entry-content .page-links .page-links-title, article.lessons .entry-content .page-links .page-links-title {
  padding: 0;
}

article.post .entry-content .page-links a, article.portfolio .entry-content .page-links a, article.courses .entry-content .page-links a, article.lessons .entry-content .page-links a {
  padding: 0;
}

article.post .entry-content .page-links a:hover, article.portfolio .entry-content .page-links a:hover, article.courses .entry-content .page-links a:hover, article.lessons .entry-content .page-links a:hover {
  color: #fff;
}

article.post .entry-content .page-links a span, article.portfolio .entry-content .page-links a span, article.courses .entry-content .page-links a span, article.lessons .entry-content .page-links a span {
  padding: 0;
  margin: 0;
  min-width: 0;
}

/* -------------------------- CAT LINKS */
.tvlwpdance-cat-links {
  padding: 28px 20px 0 30px;
  margin: 0 -30px 20px;
  position: relative;
}

.tvlwpdance-cat-links:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 33px;
  width: 10px;
  height: 13px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.tvlwpdance-cat-links > span {
  display: none;
}

.tvlwpdance-cat-links:hover a {
  color: #424242 !important;
}

.tvlwpdance-cat-links:hover:before {
  background: #424242 !important;
}

.tvlwpdance-cat-links a:hover {
  text-decoration: underline;
}

/* -------------------------------- Entry Header */
.tvlwpdance-entry-header {
  margin-top: 30px;
}

.tvlwpdance-cat-links ~ .tvlwpdance-entry-header {
  margin-top: 0;
}

.wd_item_blog.large_image, .owl-item.large_image {
  width: 100%;
}

.wd_item_blog.large_image .content_item_blog, .wd_item_blog.large_image .conten_item_quote, .owl-item.large_image .content_item_blog, .owl-item.large_image .conten_item_quote {
  margin-bottom: calc(10px + 40px);
  margin-bottom: -webkit-calc(10px + 40px);
  margin-bottom: -moz-calc(10px + 40px);
  margin-bottom: -ms-calc(10px + 40px);
}

.wd_item_blog.large_image .content_item_blog .item_header, .wd_item_blog.large_image .conten_item_quote .item_header, .owl-item.large_image .content_item_blog .item_header, .owl-item.large_image .conten_item_quote .item_header {
  max-height: 430px;
  overflow: hidden;
}

.wd_item_blog.large_image .content_item_blog .item_header img, .wd_item_blog.large_image .conten_item_quote .item_header img, .owl-item.large_image .content_item_blog .item_header img, .owl-item.large_image .conten_item_quote .item_header img {
  max-width: 1000px;
  max-height: 1000px;
  width: 100%;
  height: auto;
}

.wd_item_blog .tvlwpdance-cat-links > a, .owl-item .tvlwpdance-cat-links > a {
  color: inherit;
}

.wd_item_blog:nth-child(7n) .tvlwpdance-cat-links, .owl-item:nth-child(7n) .tvlwpdance-cat-links {
  color: #43a047;
}

.wd_item_blog:nth-child(7n) .tvlwpdance-cat-links:before, .owl-item:nth-child(7n) .tvlwpdance-cat-links:before {
  background: #43a047;
}

.wd_item_blog:nth-child(7n+1) .tvlwpdance-cat-links, .owl-item:nth-child(7n+1) .tvlwpdance-cat-links {
  color: #fbc02d;
}

.wd_item_blog:nth-child(7n+1) .tvlwpdance-cat-links:before, .owl-item:nth-child(7n+1) .tvlwpdance-cat-links:before {
  background: #fbc02d;
}

.wd_item_blog:nth-child(7n+2) .tvlwpdance-cat-links, .owl-item:nth-child(7n+2) .tvlwpdance-cat-links {
  color: #43a047;
}

.wd_item_blog:nth-child(7n+2) .tvlwpdance-cat-links:before, .owl-item:nth-child(7n+2) .tvlwpdance-cat-links:before {
  background: #43a047;
}

.wd_item_blog:nth-child(7n+3) .tvlwpdance-cat-links, .owl-item:nth-child(7n+3) .tvlwpdance-cat-links {
  color: #e53935;
}

.wd_item_blog:nth-child(7n+3) .tvlwpdance-cat-links:before, .owl-item:nth-child(7n+3) .tvlwpdance-cat-links:before {
  background: #e53935;
}

.wd_item_blog:nth-child(7n+4) .tvlwpdance-cat-links, .owl-item:nth-child(7n+4) .tvlwpdance-cat-links {
  color: #fb8c00;
}

.wd_item_blog:nth-child(7n+4) .tvlwpdance-cat-links:before, .owl-item:nth-child(7n+4) .tvlwpdance-cat-links:before {
  background: #fb8c00;
}

.wd_item_blog:nth-child(7n+5) .tvlwpdance-cat-links, .owl-item:nth-child(7n+5) .tvlwpdance-cat-links {
  color: #8e24aa;
}

.wd_item_blog:nth-child(7n+5) .tvlwpdance-cat-links:before, .owl-item:nth-child(7n+5) .tvlwpdance-cat-links:before {
  background: #8e24aa;
}

.wd_item_blog:nth-child(7n+6) .tvlwpdance-cat-links, .owl-item:nth-child(7n+6) .tvlwpdance-cat-links {
  color: #00acc1;
}

.wd_item_blog:nth-child(7n+6) .tvlwpdance-cat-links:before, .owl-item:nth-child(7n+6) .tvlwpdance-cat-links:before {
  background: #00acc1;
}

/* -------------------------------- HEADING TITLE */
.tvlwpdance-heading-title {
  margin: 0 0 20px;
}

.tvlwpdance-heading-title h2 {
  font-weight: 500;
  font-size: 20px;
}

.tvlwpdance-heading-title a {
  color: inherit;
}

/* -------------------------------- POST INFO META */
.tvlwpdance-post-info-meta {
  font-size: 13px;
  opacity: 60%;
  margin: 0 0 25px;
  overflow: hidden;
}

.tvlwpdance-post-info-meta a {
  color: inherit;
}

.tvlwpdance-post-info-meta .posted-on {
  padding: 0 30px 0 20px;
  position: relative;
}

.tvlwpdance-post-info-meta .posted-on:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 4px;
  background: #aaa;
}

.tvlwpdance-post-info-meta:before {
  content: "\f073";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
}

.tvlwpdance-post-info-meta .comments-link {
  padding: 0 20px 0 20px;
  position: relative;
}

.tvlwpdance-post-info-meta .comments-link:before {
  content: "\f0e6";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
}

.tvlwpdance-post-info-meta .edit-link {
  float: right;
}

/* -------------------------------- ENTRY CONTENT */
/* -------------------------------- STICKY POST */
.sticky-post {
  width: 98px;
  height: 102px;
  position: absolute;
  right: -6px;
  top: -6px;
  background: url(images/ic-featured.png) no-repeat;
}

/* ----------------------------------- NAVIGATION */
.nav-links .screen-reader-text {
  display: none;
}

.nav-links > a, .nav-links > span {
  display: inline-block;
  float: left;
  line-height: 42px;
  min-width: 42px;
  text-align: center;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin: 0 8px 2px 0;
  color: inherit;
  border: 0;
}

.nav-links .next, .nav-links .prev {
  font-size: 0;
  color: transparent;
  position: relative;
}

.nav-links .next:after, .nav-links .prev:after {
  font: 15px/42px "FontAwesome";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

.nav-links .next:after {
  content: "\f105";
}

.nav-links .prev:after {
  content: "\f104";
}

.nav-links > a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.nav-links > a:hover:after {
  color: #fff;
}

.nav-links > span.current {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.post-navigation .nav-previous a {
  display: inline-block;
  position: fixed;
  left: 0;
  top: 50%;
  width: 70px;
  height: 100px;
  margin-top: -50px;
  background: rgba(0, 0, 0, 0.03);
  z-index: 1000;
}

.post-navigation .nav-previous a:before {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  color: #000;
  text-align: center;
  margin-left: -3px;
}

.post-navigation .nav-previous a:hover .post-title {
  opacity: 1;
  left: 0;
}

.post-navigation .nav-previous a:hover:before {
  color: #fff;
}

.post-navigation .nav-previous span {
  display: none;
}

.post-navigation .nav-previous .post-title {
  display: inline-block;
  position: absolute;
  left: -100%;
  top: 100%;
  opacity: 0;
  margin-top: 10px;
  width: 200px;
  background: #000;
  padding: 5px 10px;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.post-navigation .nav-next a {
  display: inline-block;
  position: fixed;
  right: 0;
  top: 50%;
  width: 70px;
  height: 100px;
  margin-top: -50px;
  background: rgba(0, 0, 0, 0.03);
  z-index: 1000;
}

.post-navigation .nav-next a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  color: #000;
  text-align: center;
  margin-right: -3px;
}

.post-navigation .nav-next a:hover .post-title {
  opacity: 1;
  right: 0;
}

.post-navigation .nav-next a:hover:before {
  color: #fff;
}

.post-navigation .nav-next span {
  display: none;
}

.post-navigation .nav-next .post-title {
  display: inline-block;
  position: absolute;
  right: -100%;
  top: 100%;
  opacity: 0;
  margin-top: 10px;
  width: 200px;
  background: #000;
  padding: 5px 10px;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

/* BLOG DETAIL */
/* ------------------------------------ Tag link */
.tvlwpdance-tags-links {
  opacity: 0.6;
  margin: 0 0 15px;
}

.tvlwpdance-tags-links > span {
  display: inline-block;
  font-size: 0;
  color: transparent;
}

.tvlwpdance-tags-links > span:after {
  display: inline-block;
  position: relative;
  top: 1px;
  content: "\f02e";
  font-family: "FontAwesome";
  opacity: 60%;
  font-size: 14px;
  margin: 0 10px 0 0;
}

.tvlwpdance-tags-links > span + a {
  text-transform: capitalize;
}

.tvlwpdance-tags-links a {
  color: inherit;
}

.tvlwpdance-tags-links a:hover {
  text-decoration: underline;
}

/* ------------------------------------ Entry title */
.tvlwpdance-entry-header h1 {
  font: 400 290%/1.1em "Roboto", Helvetica, Arial, sans-serif;
  text-transform: none;
}

/* ------------------------------------ Comment */
#comments {
  margin-bottom: calc(10px + 40px);
  margin-bottom: -webkit-calc(10px + 40px);
  margin-bottom: -moz-calc(10px + 40px);
  margin-bottom: -ms-calc(10px + 40px);
}

#comments .comment {
  display: block;
}

#comments .comments-title {
  font: 500 110%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 25px;
}

#comments ol.comment-list {
  margin-bottom: 40px;
  padding: 35px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  background: #fff;
}

#comments ol.comment-list:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#comments ol.comment-list li.comment {
  list-style: none;
  padding: 20px 0 0 75px;
  margin: 20px 0 0;
  border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 767px) {
  #comments ol.comment-list li.comment {
    padding: 20px 0 0 10px;
  }
}

#comments ol.comment-list li.comment:before {
  display: none;
}

#comments ol.comment-list li.comment:first-child {
  margin-top: 0;
}

#comments ol.comment-list li.comment .comment-body {
  padding-bottom: 20px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

#comments ol.comment-list li.comment .comment-body:hover > .comment-meta a, #comments ol.comment-list li.comment .comment-body:hover > .reply a {
  opacity: 1;
}

#comments ol.comment-list li.comment .comment-meta {
  padding: 0 0 0 75px;
  margin: 0 0 20px;
  min-height: 60px;
  position: relative;
}

#comments ol.comment-list li.comment .comment-author {
  padding-top: 8px;
}

#comments ol.comment-list li.comment .comment-metadata a {
  opacity: 0.6;
}

#comments ol.comment-list li.comment .comment-metadata a:hover {
  text-decoration: underline;
}

#comments ol.comment-list li.comment img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#comments ol.comment-list li.comment #respond {
  margin-top: 40px;
}

#comments ol.comment-list > li.comment {
  padding-left: 0;
}

#comments ol.comment-list > li.comment:first-child {
  border: 0;
  padding: 0;
}

#comments ol.comment-list > li.comment:last-child {
  margin-bottom: 0;
}

#comments ol.comment-list > li.comment:last-child > .comment-body {
  padding-bottom: 0;
}

#comments ol.comment-list > li.comment .children {
  margin: 0;
  padding: 0;
}

#comments ol.comment-list #respond {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#comments .comment-meta {
  position: relative;
}

#comments .comment-meta .edit-link {
  position: absolute;
  right: 0;
  top: 0;
}

#comments .comment-meta a {
  font-size: 13px;
}

#comments .reply a {
  font-style: italic;
  font-size: 13px;
  opacity: 0.6;
  position: relative;
}

#comments .reply a:after {
  content: "\f064";
  font-family: "FontAwesome";
  padding: 0 0 0 5px;
  opacity: 1;
  position: absolute;
  right: -18px;
  top: -3px;
}

#comments .reply a:hover {
  text-decoration: underline;
}

#comments .reply a:hover:after {
  text-decoration: none;
}

#comments .comment-author b {
  font-weight: normal;
  text-transform: uppercase;
}

#comments .comment-author img {
  margin: 0 13px 0 0;
}

#respond:hover .logged-in-as a {
  opacity: 1;
}

#respond .logged-in-as {
  opacity: 0.6;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

#respond .logged-in-as a {
  color: inherit;
}

#respond .logged-in-as a:hover {
  text-decoration: underline;
}

#respond label {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}

.comment-form {
  padding: 35px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  background: #fff;
}

.comment-form:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.comment-form:hover .logged-in-as {
  opacity: 1;
}

.comment-form > p {
  margin: 0 0 20px;
}

.comment-respond .comment-reply-title {
  font-size: 16px;
  color: #676767;
  text-transform: uppercase;
}

.comment-respond .logged-in-as {
  font-size: 13px;
}

.comment-respond .comment-reply-title {
  position: relative;
}

.comment-respond .comment-reply-title a {
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.comment-respond .comment-reply-title a:after {
  content: "\f00d";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #000;
  font-size: 13px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.comment-respond .comment-reply-title a:hover {
  background: #e53935;
}

.comment-respond .comment-reply-title a:hover:after {
  color: #fff;
}

.comment-notes {
  opacity: 0.6;
}

.article.portfolio .post-thumbnail img {
  max-width: 100%;
  margin: 0 auto;
}

.content_author {
  font-size: 13px;
  opacity: 0.5;
  margin: 0 0 15px;
}

.date {
  display: inline-block;
  padding: 0 10px 0 20px;
  margin: 0 10px 0 0;
  position: relative;
}

.date:before {
  content: "\f073";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
}

.date:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  height: 15px;
  width: 1px;
  opacity: 0.6;
}

div.author, span.author {
  display: inline-block;
  text-transform: capitalize;
  padding: 0 10px 0 20px;
  margin: 0 10px 0 0;
  position: relative;
}

div.author:before, span.author:before {
  content: "\f007";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
}

div.author:after, span.author:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  height: 15px;
  width: 1px;
  opacity: 0.6;
}

.comment {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}

.comment:before {
  content: "\f0e6";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
}

.wd-social {
  margin: 0 0 10px;
}

.tvlwpdance-entry-footer a {
  font-size: 0;
  color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.tvlwpdance-entry-footer a:before {
  content: "\f044";
  font: 20px/30px "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.tvlwpdance-entry-footer a:hover:before {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

/* ------------------------------------------ AUTHOR */
#entry-author-info {
  padding: 30px 0 0;
  margin: 20px 0 0;
  border-width: 1px 0 0;
  border-style: solid;
}

#entry-author-info .author-inner:before, #entry-author-info .author-inner:after {
  content: "";
  display: table;
  clear: both;
}

#entry-author-info #author-avatar {
  float: left;
}

#entry-author-info #author-avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

#entry-author-info .author-desc {
  margin: 0 0 0 120px;
}

#entry-author-info .author-desc .author-detail {
  list-style: none;
  padding: 0;
}

#entry-author-info .author-desc .author-detail a {
  text-transform: uppercase;
  font-weight: bold;
}

/* ------------------------------------------ RELATED */
.related_post {
  margin-bottom: 40px;
  clear: both;
}

.related_post .title {
  font: 500 110%/1.55em "Roboto", Helvetica, Arial, sans-serif;
}

.related_post .related_post_content {
  padding: 30px 30px 0;
  /*@include box-shadow($shadow);*/
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  background: #fff;
}

.related_post .related_post_content:hover {
  /*@include box-shadow($shadow-hover);*/
}

.related_post .item {
  padding-bottom: 30px;
}

.related_post .post-info-thumbnail {
  float: left;
  padding-right: 30px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.related_post .post-info-thumbnail a {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.related_post .post-info-thumbnail a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.related_post .post-info-thumbnail img {
  height: 182px;
  width: auto;
  max-width: 1000px;
}

.related_post .post-info-thumbnail .thumbnail {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.related_post .heading-title {
  font: 500 140%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  max-height: 3.1em;
  overflow: hidden;
}

.related_post .post-info-content {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.related_post .post-info-content .tvlwpdance-cat-links {
  padding-top: 0;
  margin-bottom: 10px;
}

.related_post .post-info-content .tvlwpdance-cat-links:before {
  top: 0;
}

.related_post .post-info-content .excerpt {
  max-height: 3.1em;
  overflow: hidden;
}

.related_post .date {
  font-size: 13px;
  opacity: 0.6;
}

.related_post .date:after {
  display: none;
}

.site-main.col-sm-24 .post-info-thumbnail {
  width: 220px;
}

@media screen and (max-width: 992px) {
  .site-main.col-sm-24 .post-info-thumbnail {
    width: 150px;
  }
}

@media screen and (max-width: 480px) {
  .site-main.col-sm-24 .post-info-thumbnail {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .site-main.col-sm-24 .post-info-thumbnail img {
    width: 100%;
    height: auto;
  }
}

.site-main.col-sm-24 .post-info-content {
  margin: 0 0 0 220px;
}

@media screen and (max-width: 992px) {
  .site-main.col-sm-24 .post-info-content {
    margin: 0 0 0 150px;
  }
}

@media screen and (max-width: 480px) {
  .site-main.col-sm-24 .post-info-content {
    margin: 20px 0 0;
  }
}

.site-main.col-sm-24 .item-content:before, .site-main.col-sm-24 .item-content:after {
  content: "";
  display: table;
  clear: both;
}

.site-main.col-sm-24 .item-content:hover .post-info-thumbnail {
  width: 130px;
}

@media screen and (max-width: 992px) {
  .site-main.col-sm-24 .item-content:hover .post-info-thumbnail {
    width: 150px;
  }
}

@media screen and (max-width: 480px) {
  .site-main.col-sm-24 .item-content:hover .post-info-thumbnail {
    width: 100%;
  }
}

.site-main.col-sm-24 .item-content:hover .post-info-thumbnail a:before {
  opacity: 1;
}

.site-main.col-sm-24 .item-content:hover .post-info-content {
  margin: 0 0 0 130px;
}

@media screen and (max-width: 992px) {
  .site-main.col-sm-24 .item-content:hover .post-info-content {
    margin: 0 0 0 150px;
  }
}

@media screen and (max-width: 480px) {
  .site-main.col-sm-24 .item-content:hover .post-info-content {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 992px) {
  .site-main.col-sm-17 .related_post .item {
    width: 100%;
  }
}

.site-main.col-sm-17 .related_post .related_post_content .post-info-thumbnail {
  width: 150px;
}

@media screen and (max-width: 992px) {
  .site-main.col-sm-17 .related_post .related_post_content .post-info-thumbnail {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

.site-main.col-sm-17 .related_post .related_post_content .post-info-thumbnail b
img {
  height: 182px;
  width: auto;
}

@media screen and (max-width: 992px) {
  .site-main.col-sm-17 .related_post .related_post_content .post-info-thumbnail b
img {
    width: 100%;
    height: auto;
  }
}

.site-main.col-sm-17 .related_post .related_post_content .post-info-content {
  margin: 0 0 0 150px;
}

@media screen and (max-width: 992px) {
  .site-main.col-sm-17 .related_post .related_post_content .post-info-content {
    margin: 20px 0 0;
  }
}

.site-main.col-sm-17 .related_post .related_post_content .item-content:hover .post-info-thumbnail {
  width: 150px;
}

@media screen and (max-width: 992px) {
  .site-main.col-sm-17 .related_post .related_post_content .item-content:hover .post-info-thumbnail {
    width: 100%;
    padding-right: 0;
  }
}

.site-main.col-sm-17 .related_post .related_post_content .item-content:hover .post-info-content {
  margin: 0 0 0 150px;
}

@media screen and (max-width: 992px) {
  .site-main.col-sm-17 .related_post .related_post_content .item-content:hover .post-info-content {
    margin: 20px 0 0;
  }
}

.owl-carousel.row {
  margin-left: 0;
  margin-right: 0;
}

.related_post_slider {
  margin-left: -15px;
  margin-right: -15px;
}

.single-courses div.post-content {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: transparent;
}

.single-courses div.post-content .tvlwpdance-entry-footer {
  clear: both;
}

.single-courses .related_post {
  padding: 80px 0;
  position: relative;
  margin: 100px 0 0;
}

.single-courses .related_post .title {
  font-size: 40px;
  text-align: center;
}

.single-courses .related_post:before {
  content: "";
  background: #fff;
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.rating img {
  width: 16px !important;
  height: 16px !important;
}

.course-item {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  background: #fff;
  margin: 10px 0 30px;
  padding: 0 30px;
  position: relative;
}

.course-item:before, .course-item:after {
  content: "";
  display: table;
  clear: both;
}

.course-image {
  position: relative;
  margin: 0 -30px 34px;
  min-height: 55px;
}

.course-image:after {
  content: "";
  background: #000;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.course-image:hover:after {
  opacity: 0.5;
}

.course-image img {
  width: 100%;
  height: auto;
}

.course-image .readmore_course {
  z-index: 10;
  display: inline-block;
  margin-top: 20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.course-image:hover .readmore_course {
  margin-top: 0;
  opacity: 1;
}

.course .price, .course_slider .price, .related .course-item .price {
  z-index: 2;
  width: auto;
  display: inline-block;
  padding: 6px 8px 6px 23px;
  color: #fff;
  font-size: 20px;
  min-width: 85px;
  background-color: #03a9f4;
  position: absolute;
  left: -8px;
  right: auto;
  top: 20px;
  bottom: auto;
}

.course .price:after, .course_slider .price:after, .related .course-item .price:after {
  content: "";
  width: 34px;
  height: 34px;
  border-width: 17px;
  border-style: solid;
  position: absolute;
  left: auto;
  right: -34px;
  top: 1px;
  bottom: auto;
  border-color: transparent transparent transparent #03a9f4;
}

.course .price:before, .course_slider .price:before, .related .course-item .price:before {
  content: "";
  width: 7px;
  height: 7px;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  left: 0;
  right: auto;
  top: 100%;
  bottom: auto;
  border-color: #0286c2 #0286c2 transparent transparent;
}

.course .price.black, .course_slider .price.black, .related .course-item .price.black {
  background-color: #212121;
}

.course .price.black:after, .course_slider .price.black:after, .related .course-item .price.black:after {
  border-color: transparent transparent transparent #212121;
}

.course .price.black:before, .course_slider .price.black:before, .related .course-item .price.black:before {
  border-color: #080808 #080808 transparent transparent;
}

.course .price.blue, .course_slider .price.blue, .related .course-item .price.blue {
  background-color: #69d2e7;
}

.course .price.blue:after, .course_slider .price.blue:after, .related .course-item .price.blue:after {
  border-color: transparent transparent transparent #69d2e7;
}

.course .price.blue:before, .course_slider .price.blue:before, .related .course-item .price.blue:before {
  border-color: #3dc5e0 #3dc5e0 transparent transparent;
}

.course .price.chino, .course_slider .price.chino, .related .course-item .price.chino {
  background-color: #D5D0B0;
}

.course .price.chino:after, .course_slider .price.chino:after, .related .course-item .price.chino:after {
  border-color: transparent transparent transparent #D5D0B0;
}

.course .price.chino:before, .course_slider .price.chino:before, .related .course-item .price.chino:before {
  border-color: #c3bc8f #c3bc8f transparent transparent;
}

.course .price.cyan, .course_slider .price.cyan, .related .course-item .price.cyan {
  background-color: #00acc1;
}

.course .price.cyan:after, .course_slider .price.cyan:after, .related .course-item .price.cyan:after {
  border-color: transparent transparent transparent #00acc1;
}

.course .price.cyan:before, .course_slider .price.cyan:before, .related .course-item .price.cyan:before {
  border-color: #007f8e #007f8e transparent transparent;
}

.course .price.green, .course_slider .price.green, .related .course-item .price.green {
  background-color: #60cd96;
}

.course .price.green:after, .course_slider .price.green:after, .related .course-item .price.green:after {
  border-color: transparent transparent transparent #60cd96;
}

.course .price.green:before, .course_slider .price.green:before, .related .course-item .price.green:before {
  border-color: #3cbe7c #3cbe7c transparent transparent;
}

.course .price.grey, .course_slider .price.grey, .related .course-item .price.grey {
  background-color: #d3d3d3;
}

.course .price.grey:after, .course_slider .price.grey:after, .related .course-item .price.grey:after {
  border-color: transparent transparent transparent #d3d3d3;
}

.course .price.grey:before, .course_slider .price.grey:before, .related .course-item .price.grey:before {
  border-color: #b9b9b9 #b9b9b9 transparent transparent;
}

.course .price.juicy-pink, .course_slider .price.juicy-pink, .related .course-item .price.juicy-pink {
  background-color: #f98f6f;
}

.course .price.juicy-pink:after, .course_slider .price.juicy-pink:after, .related .course-item .price.juicy-pink:after {
  border-color: transparent transparent transparent #f98f6f;
}

.course .price.juicy-pink:before, .course_slider .price.juicy-pink:before, .related .course-item .price.juicy-pink:before {
  border-color: #f7693e #f7693e transparent transparent;
}

.course .price.mulled-wine, .course_slider .price.mulled-wine, .related .course-item .price.mulled-wine {
  background-color: #9d87c3;
}

.course .price.mulled-wine:after, .course_slider .price.mulled-wine:after, .related .course-item .price.mulled-wine:after {
  border-color: transparent transparent transparent #9d87c3;
}

.course .price.mulled-wine:before, .course_slider .price.mulled-wine:before, .related .course-item .price.mulled-wine:before {
  border-color: #8165b2 #8165b2 transparent transparent;
}

.course .price.orange, .course_slider .price.orange, .related .course-item .price.orange {
  background-color: #ffa726;
}

.course .price.orange:after, .course_slider .price.orange:after, .related .course-item .price.orange:after {
  border-color: transparent transparent transparent #ffa726;
}

.course .price.orange:before, .course_slider .price.orange:before, .related .course-item .price.orange:before {
  border-color: #f29000 #f29000 transparent transparent;
}

.course .price.peacoc, .course_slider .price.peacoc, .related .course-item .price.peacoc {
  background-color: #00acc2;
}

.course .price.peacoc:after, .course_slider .price.peacoc:after, .related .course-item .price.peacoc:after {
  border-color: transparent transparent transparent #00acc2;
}

.course .price.peacoc:before, .course_slider .price.peacoc:before, .related .course-item .price.peacoc:before {
  border-color: #007f8f #007f8f transparent transparent;
}

.course .price.pink, .course_slider .price.pink, .related .course-item .price.pink {
  background-color: #ff9f9f;
}

.course .price.pink:after, .course_slider .price.pink:after, .related .course-item .price.pink:after {
  border-color: transparent transparent transparent #ff9f9f;
}

.course .price.pink:before, .course_slider .price.pink:before, .related .course-item .price.pink:before {
  border-color: #ff6c6c #ff6c6c transparent transparent;
}

.course .price.purple, .course_slider .price.purple, .related .course-item .price.purple {
  background-color: #9d87c3;
}

.course .price.purple:after, .course_slider .price.purple:after, .related .course-item .price.purple:after {
  border-color: transparent transparent transparent #9d87c3;
}

.course .price.purple:before, .course_slider .price.purple:before, .related .course-item .price.purple:before {
  border-color: #8165b2 #8165b2 transparent transparent;
}

.course .price.red, .course_slider .price.red, .related .course-item .price.red {
  background-color: #f44336;
}

.course .price.red:after, .course_slider .price.red:after, .related .course-item .price.red:after {
  border-color: transparent transparent transparent #f44336;
}

.course .price.red:before, .course_slider .price.red:before, .related .course-item .price.red:before {
  border-color: #ea1c0d #ea1c0d transparent transparent;
}

.course .price.sandy-brown, .course_slider .price.sandy-brown, .related .course-item .price.sandy-brown {
  background-color: #f3d474;
}

.course .price.sandy-brown:after, .course_slider .price.sandy-brown:after, .related .course-item .price.sandy-brown:after {
  border-color: transparent transparent transparent #f3d474;
}

.course .price.sandy-brown:before, .course_slider .price.sandy-brown:before, .related .course-item .price.sandy-brown:before {
  border-color: #efc545 #efc545 transparent transparent;
}

.course .price.sky, .course_slider .price.sky, .related .course-item .price.sky {
  background-color: #7ec0ee;
}

.course .price.sky:after, .course_slider .price.sky:after, .related .course-item .price.sky:after {
  border-color: transparent transparent transparent #7ec0ee;
}

.course .price.sky:before, .course_slider .price.sky:before, .related .course-item .price.sky:before {
  border-color: #51aae8 #51aae8 transparent transparent;
}

.course .price.violet, .course_slider .price.violet, .related .course-item .price.violet {
  background-color: #673ab7;
}

.course .price.violet:after, .course_slider .price.violet:after, .related .course-item .price.violet:after {
  border-color: transparent transparent transparent #673ab7;
}

.course .price.violet:before, .course_slider .price.violet:before, .related .course-item .price.violet:before {
  border-color: #512e90 #512e90 transparent transparent;
}

.course .price.vista-blue, .course_slider .price.vista-blue, .related .course-item .price.vista-blue {
  background-color: #60cd96;
}

.course .price.vista-blue:after, .course_slider .price.vista-blue:after, .related .course-item .price.vista-blue:after {
  border-color: transparent transparent transparent #60cd96;
}

.course .price.vista-blue:before, .course_slider .price.vista-blue:before, .related .course-item .price.vista-blue:before {
  border-color: #3cbe7c #3cbe7c transparent transparent;
}

.course .price.turquoise, .course_slider .price.turquoise, .related .course-item .price.turquoise {
  background-color: #00e5ee;
}

.course .price.turquoise:after, .course_slider .price.turquoise:after, .related .course-item .price.turquoise:after {
  border-color: transparent transparent transparent #00e5ee;
}

.course .price.turquoise:before, .course_slider .price.turquoise:before, .related .course-item .price.turquoise:before {
  border-color: #00b4bb #00b4bb transparent transparent;
}

.course .price.white, .course_slider .price.white, .related .course-item .price.white {
  background-color: #fff;
}

.course .price.white:after, .course_slider .price.white:after, .related .course-item .price.white:after {
  border-color: transparent transparent transparent #fff;
}

.course .price.white:before, .course_slider .price.white:before, .related .course-item .price.white:before {
  border-color: #e6e6e6 #e6e6e6 transparent transparent;
}

.course .price.yellow, .course_slider .price.yellow, .related .course-item .price.yellow {
  background-color: #ffa726;
}

.course .price.yellow:after, .course_slider .price.yellow:after, .related .course-item .price.yellow:after {
  border-color: transparent transparent transparent #ffa726;
}

.course .price.yellow:before, .course_slider .price.yellow:before, .related .course-item .price.yellow:before {
  border-color: #f29000 #f29000 transparent transparent;
}

.course .author_course, .course_slider .author_course, .related .course-item .author_course {
  font-size: 13px;
}

.course .author_course span, .course_slider .author_course span, .related .course-item .author_course span {
  opacity: 0.6;
}

.course .content_infor, .course_slider .content_infor, .related .course-item .content_infor {
  line-height: 1.71em;
}

.course .course-inner, .course_slider .course-inner, .related .course-item .course-inner {
  padding: 0 0 30px;
}

.course .course-meta, .course_slider .course-meta, .related .course-item .course-meta {
  margin: 0 -30px 0 -30px;
  padding: 15px 30px;
  border-width: 1px 0 0;
  border-style: solid;
  overflow: hidden;
}

.course .lesson, .course_slider .lesson, .related .course-item .lesson {
  float: left;
  padding: 0 20px 0 27px;
  position: relative;
  opacity: 0.6;
  font-size: 13px;
}

.course .lesson:before, .course_slider .lesson:before, .related .course-item .lesson:before {
  display: inline-block;
  display: inline-block;
  content: "";
  font-size: inherit;
  line-height: inherit;
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}

.course .rating, .course_slider .rating, .related .course-item .rating {
  float: left;
  padding: 5px 0 4px 20px;
  overflow: hidden;
  position: relative;
}

.course .rating:before, .course_slider .rating:before, .related .course-item .rating:before {
  content: "";
  width: 1px;
  border-width: 0 0 0 1px;
  border-style: solid;
  z-index: 1;
  position: absolute;
  left: 0;
  right: auto;
  top: 3px;
  bottom: 3px;
}

.course .rating img, .course_slider .rating img, .related .course-item .rating img {
  width: 12px !important;
  height: auto !important;
  float: left;
}

.course.style1 .col-sm-12 ~ .col-sm-12 .course-image .readmore_course, .course_slider.style1 .col-sm-12 ~ .col-sm-12 .course-image .readmore_course, .related .course-item.style1 .col-sm-12 ~ .col-sm-12 .course-image .readmore_course {
  padding: 5px 10px !important;
}

.course.style3 .course-item, .course_slider.style3 .course-item, .related .course-item.style3 .course-item {
  padding: 0;
}

.course.style3 .course-image, .course_slider.style3 .course-image, .related .course-item.style3 .course-image {
  background: #f9feff;
  width: 50%;
  float: left;
  overflow: hidden;
  margin: 0;
  max-height: 270px;
}

.course.style3 .course-meta, .course_slider.style3 .course-meta, .related .course-item.style3 .course-meta {
  margin-right: -20px;
}

.course.style3 .course-inner, .course_slider.style3 .course-inner, .related .course-item.style3 .course-inner {
  padding: 0 0 25px;
}

.course.style3 .course-detail, .course_slider.style3 .course-detail, .related .course-item.style3 .course-detail {
  margin: 0 0 0 50%;
  padding: 20px 20px 0 30px;
}

@media screen and (max-width: 767px) {
  .course.style3 .course-detail, .course_slider.style3 .course-detail, .related .course-item.style3 .course-detail {
    margin: 0;
  }
}

.course.style3 .title_course, .course_slider.style3 .title_course, .related .course-item.style3 .title_course {
  font: 500 140%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  margin: 0 0 5px;
}

.course.style3 .author_course, .course_slider.style3 .author_course, .related .course-item.style3 .author_course {
  margin: 0 0 15px;
}

.course.style3 .content_infor, .course_slider.style3 .content_infor, .related .course-item.style3 .content_infor {
  height: 6.84em;
  overflow: hidden;
}

.course.style3 .readmore_course, .course_slider.style3 .readmore_course, .related .course-item.style3 .readmore_course {
  padding: 5px 10px !important;
}

.course.course_simple .course-item .course-image, .course_slider.course_simple .course-item .course-image, .related .course-item.course_simple .course-item .course-image {
  width: 50%;
  float: left;
  margin-bottom: 0;
  max-height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .course.course_simple .course-item .course-image, .course_slider.course_simple .course-item .course-image, .related .course-item.course_simple .course-item .course-image {
    width: auto;
    margin: 0 -30px 20px;
  }
}

.course.course_simple .course-item .course-image img, .course_slider.course_simple .course-item .course-image img, .related .course-item.course_simple .course-item .course-image img {
  width: 100%;
  height: auto;
}

.course.course_simple .course-item .course-content, .course_slider.course_simple .course-item .course-content, .related .course-item.course_simple .course-item .course-content {
  margin: 0 0 0 50%;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .course.course_simple .course-item .course-content, .course_slider.course_simple .course-item .course-content, .related .course-item.course_simple .course-item .course-content {
    margin: 0;
  }
}

.course.course_simple .course-item .title_course, .course_slider.course_simple .course-item .title_course, .related .course-item.course_simple .course-item .title_course {
  font: 500 214%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.course.course_simple .course-item .author_course, .course_slider.course_simple .course-item .author_course, .related .course-item.course_simple .course-item .author_course {
  margin-bottom: 15px;
}

.course.course_simple .course-item .content_infor, .course_slider.course_simple .course-item .content_infor, .related .course-item.course_simple .course-item .content_infor {
  min-height: 100px;
}

.course.course_simple .course-item .content_infor p, .course_slider.course_simple .course-item .content_infor p, .related .course-item.course_simple .course-item .content_infor p {
  margin-bottom: 40px;
  line-height: 27px;
}

.course .owl-carousel .owl-item .course-item, .course_slider .owl-carousel .owl-item .course-item, .related .course-item .owl-carousel .owl-item .course-item {
  margin-left: 15px;
  margin-right: 15px;
}

.course .col-sm-12 .title_course, .course_slider .col-sm-12 .title_course, .related .course-item .col-sm-12 .title_course {
  font-size: 30px;
  margin: 0 0 25px;
}

.course .col-sm-12 .author_course, .course_slider .col-sm-12 .author_course, .related .course-item .col-sm-12 .author_course {
  margin: 0 0 20px;
}

.course .col-sm-12 .col-sm-12 .course-image, .course_slider .col-sm-12 .col-sm-12 .course-image, .related .course-item .col-sm-12 .col-sm-12 .course-image {
  margin-bottom: 25px;
}

.course .col-sm-12 .col-sm-12 .title_course, .course_slider .col-sm-12 .col-sm-12 .title_course, .related .course-item .col-sm-12 .col-sm-12 .title_course {
  font-size: 18px;
  margin: 0 0 10px;
}

.course .col-sm-12 .col-sm-12 .author_course, .course_slider .col-sm-12 .col-sm-12 .author_course, .related .course-item .col-sm-12 .col-sm-12 .author_course {
  margin-bottom: 12px;
}

.course .col-sm-12 .col-sm-12 .course-inner, .course_slider .col-sm-12 .col-sm-12 .course-inner, .related .course-item .col-sm-12 .col-sm-12 .course-inner {
  padding-bottom: 0;
}

/* ----------------------------------- SEARCH COURSE */
.wpo-educator-searchform .search-label {
  font: 500 290%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 20px;
}

.wpo-educator-searchform .content {
  margin: 0 0 20px;
}

.wpo-educator-searchform .form-inner {
  overflow-x: hidden\9;
}

.wpo-educator-searchform .list-category {
  border-width: 0 0 2px;
  width: 100%;
  padding: 15px 20px 15px 0;
  margin: 0 0 20px;
  padding-right: 0\9;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(images/ic-input.png) no-repeat 100% 24px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.wpo-educator-searchform .list-category::-ms-expand {
  display: none;
}

.wpo-educator-searchform .input_search {
  background: transparent;
  border-width: 0 0 2px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  width: 100%;
  padding: 15px 20px 15px 0;
  margin: 0 0 40px;
}

.wpo-educator-searchform .form-inner:before, .wpo-educator-searchform .form-inner:after {
  content: "";
  display: table;
  clear: both;
}

.wpo-educator-searchform.style1 .list-category, .wpo-educator-searchform.style1 .input_search {
  max-width: 300px;
  margin-right: 30px;
}

/* --------------------- COURSE DETAIL -------------------- */
.single-courses .breadcrumb-wrap .post-thumbnail ~ .container {
  padding: 200px 0 220px;
}

.single-course-content {
  position: relative;
  padding: 50px 0 100px;
}

.single-course-content .bg {
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: -50px;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.wd-date .heading-title:before {
  display: inline-block;
  content: "";
  font-size: inherit;
  line-height: inherit;
  font-family: "FontAwesome";
}

.wd-level .heading-title:before {
  display: inline-block;
  content: "";
  font-size: inherit;
  line-height: inherit;
  font-family: "FontAwesome";
}

.wd-prices .heading-title:before {
  display: inline-block;
  content: "";
  font-size: inherit;
  line-height: inherit;
  font-family: "FontAwesome";
}

.wd-duration .heading-title:before {
  display: inline-block;
  content: "";
  font-size: inherit;
  line-height: inherit;
  font-family: "FontAwesome";
}

.wd-student .heading-title:before {
  display: inline-block;
  content: "";
  font-size: inherit;
  line-height: inherit;
  font-family: "FontAwesome";
}

.wd-id .heading-title:before {
  display: inline-block;
  content: "";
  font-size: inherit;
  line-height: inherit;
  font-family: "FontAwesome";
}

.single-course-short-description {
  background: #eebd47;
  padding: 90px 20px 30px;
  margin: 42px 0 40px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.single-course-short-description:before {
  display: block;
  content: "";
  width: 80px;
  height: 112px;
  margin-left: -40px;
  background: url(images/ic-level.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  right: auto;
  top: -42px;
  bottom: auto;
}

.single-course-short-description * {
  color: #fff;
}

.single-course-short-description > h3 {
  font-size: 0;
  line-height: 0;
  color: transparent;
  margin: 0;
}

.single-course-short-description div {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}

.single-course-short-description div span {
  display: table-cell;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}

.single-course-short-description div span:first-child {
  text-align: left;
  text-transform: uppercase;
}

.single-course-short-description div span:last-child {
  text-align: right;
}

.single-course-short-description div span.heading-title {
  padding-left: 30px;
  position: relative;
  font-weight: 300;
}

.single-course-short-description div span.heading-title:before {
  position: absolute;
  left: 0;
  right: auto;
  top: 10px;
  bottom: auto;
}

.single-course-short-description div.wd-level span {
  border: 0;
}

.course-download {
  margin: 0 0 40px;
  padding: 20px 10px 15px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.course-download a {
  padding: 7px 25px 6px 50px !important;
  margin: 0 0 5px !important;
  position: relative;
}

.course-download a:before {
  display: inline-block;
  content: "";
  font-size: inherit;
  line-height: inherit;
  font-family: "FontAwesome";
  position: absolute;
  left: 25px;
  right: auto;
  top: 7px;
  bottom: auto;
}

.course-download a:nth-child(2):before {
  content: "\f073";
}

.right_course .course-meta {
  margin: 0 0 40px;
}

.right_course .course-meta > h3 {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #03a9f4;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 20px 30px;
  margin: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.right_course .course-meta > h3:after {
  display: inline-block;
  content: "";
  font-size: 35px;
  line-height: 35px;
  font-family: "FontAwesome";
  position: absolute;
  left: 50%;
  right: auto;
  top: 100%;
  bottom: auto;
  color: #03a9f4;
  margin-top: -30px;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.right_course .course-meta > div {
  padding: 20px;
  border-width: 1px;
  border-style: solid;
}

.right_course .course-meta:hover > h3 {
  background-color: #039be5;
}

.right_course .course-meta:hover > h3:after {
  opacity: 1;
  margin-top: -15px;
  color: #039be5;
}

.right_course .teacher {
  text-align: center;
}

.right_course .teacher .thumbnail {
  border: 0;
}

.right_course .teacher .thumbnail img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.course-curriculum {
  padding: 80px 0 0;
}

.course-curriculum .section-header {
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 30px;
}

.course-curriculum ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.course-curriculum ul li {
  position: relative;
  display: block;
  background: #fff;
  margin: 0 0 20px;
  padding: 15px 20px 15px 50px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.course-curriculum ul li:before {
  display: inline-block;
  content: "";
  font-size: 18px;
  line-height: inherit;
  font-family: "FontAwesome";
  position: absolute;
  left: 20px;
  right: auto;
  top: 15px;
  bottom: auto;
  color: #03a9f4;
}

.course-curriculum ul li a {
  color: #424242;
}

.course-curriculum ul li:hover {
  background: #03a9f4;
}

.course-curriculum ul li:hover *, .course-curriculum ul li:hover:before {
  color: #fff;
}

.single-course .course-meta {
  padding: 100px 30px;
}

.single-course .course-meta .thumbnail {
  padding: 0;
  border: 0;
  background: transparent;
}

.single-course .course-meta.biography > h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
}

.single-course .course-meta.biography .teacher {
  background: #fff;
  max-width: 870px;
  margin: 30px auto 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 35px;
}

.single-course .course-meta.biography .image-teacher {
  width: 270px;
  float: left;
}

@media screen and (max-width: 767px) {
  .single-course .course-meta.biography .image-teacher {
    float: none;
  }
}

.single-course .course-meta.biography .image-teacher .thumbnail {
  margin: 0;
}

.single-course .course-meta.biography .image-teacher img {
  width: 100%;
  height: auto;
  margin: 0;
}

.single-course .course-meta.biography .desc-teacher {
  margin: 0 0 0 300px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .single-course .course-meta.biography .desc-teacher {
    margin: 40px 0 0;
  }
}

.single-course .course-meta.biography .desc-teacher .name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.single-course .course-meta.biography .desc-teacher .info {
  margin: 0 0 30px;
}

.single-course .course-meta.biography .social-share {
  overflow: hidden;
}

.single-course .course-meta.biography .social-share li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.single-course .course-meta.biography .social-share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #ebebeb;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.single-course .course-meta.biography .social-share a i {
  font-size: 18px;
  line-height: 40px;
}

.single-course .course-testi {
  padding: 100px 0 0;
}

.single-course .course-testi > div > h3 {
  font-size: 40px;
  font-weight: 300px;
  font-weight: 300;
}

.single-course .course-testi .ts-testimonial-main.style2 .blockquote {
  padding: 100px 175px !important;
  margin: 0 0 65px !important;
  background: #19cbab;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-course .course-testi .ts-testimonial-main.style2 .blockquote {
    padding: 50px !important;
  }
}

.single-course .course-testi .ts-testimonial-main.style2 .blockquote:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 32px;
  position: absolute;
  left: -50%;
  right: auto;
  top: auto;
  bottom: -32px;
  margin-left: -15px;
  background: url(images/quotes_icon.png) no-repeat 0 0;
}

.single-course .course-testi .ts-testimonial-main.style2 .blockquote:before {
  content: "“";
  font-family: "Playfair Display";
  font-size: 240px;
  line-height: 240px;
  font-style: normal;
  color: #fff;
  opacity: 0.3;
  position: absolute;
  left: 130px;
  right: auto;
  top: 30px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .single-course .course-testi .ts-testimonial-main.style2 .blockquote:before {
    left: 10px;
  }
}

.single-course .course-testi .ts-testimonial-main.style2 .blockquote * {
  color: inherit;
}

.course-meta-content {
  text-align: center;
}

.single-courses .related .item {
  padding: 0 15px;
}

.single-courses .related > .title {
  font-weight: normal;
  margin: 0 0 50px;
}

.single-courses .related .post-info-thumbnail {
  float: none;
  padding: 0;
  margin: 0 -30px 30px;
}

.single-courses .related .post-info-thumbnail img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.single-courses .related .readmore_course {
  padding: 5px 10px !important;
}

.woocommerce .star-rating:before, .woocommerce .star-rating span, .woocommerce-page .star-rating:before, .woocommerce-page .star-rating span {
  color: #fdd835;
}

.wd_meta_loop:before, .wd_meta_loop:after {
  content: "";
  display: table;
  clear: both;
}

.wd_meta_loop #options {
  float: left;
}

.wd_meta_loop .woocommerce-ordering {
  float: right;
}

@media screen and (max-width: 480px) {
  .wd_meta_loop .woocommerce-ordering {
    float: left;
  }
}

#options {
  clear: both;
  display: block;
}

#options:before, #options:after {
  content: "";
  display: table;
  clear: both;
}

#options ul {
  overflow: hidden;
  float: left;
  padding: 0;
  line-height: 0;
  list-style: none;
  background: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#options ul li {
  position: relative;
  float: right;
  width: 40px;
  height: 30px;
  cursor: pointer;
  color: #999;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

#options ul li#grid:before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 10px;
  background: #ebebeb;
}

#options ul li i {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
}

.woocommerce, .woocommerce-page {
  margin: 0 auto;
  /* Page Navigation */
  /* Cart Page */
  /* CART COLLATERALS */
  /* CHECKOUT */
  /* WISHLIST */
  /* MESSAGE */
  /* CHECKOUT */
  /* PAYMENT */
}

.woocommerce ul.products, .woocommerce-page ul.products {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flexbox !important;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -ms-flex-pack: center;
  height: auto;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: auto;
  padding: 15px;
  margin: 0 0 30px;
  flex: 0 1 292px;
  -webkit-flex: 0 1 292px;
  -o-flex: 0 1 292px;
  -moz-flex: 0 1 292px;
  float: none;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /*.yith-wcwl-add-button {
						text-align:center;
						&.show {
							display:inline-block!important;
						}
						a {
							position:relative;
							display:inline-block;
							width:44px;
							height:44px;
							font-size:0;
							color:transparent;
							@include border-radius($rounded_corner);
							@include box-shadow($shadow);
							text-align:center;
							&:before {
								content:"\f08a";
								font:14px/44px "FontAwesome";
							}
						}
						img {
							position:absolute;
							left:50%;
							top:50%;
							margin-top:-8px;
							margin-left:-8px;
						}
					}
					.yith-wcwl-wishlistexistsbrowse,.yith-wcwl-wishlistaddedbrowse {
						span {
							display:none;
						}
						a {
							position:relative;
							display:inline-block;
							width:44px;
							height:44px;
							font-size:0;
							color:transparent;
							@include border-radius($rounded_corner);
							@include box-shadow($shadow);
							text-align:center;
							&:before {
								content:"\f004";
								font:14px/44px "FontAwesome";
							}
						}
					}*/
}

.woocommerce ul.products li.product:before, .woocommerce-page ul.products li.product:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.woocommerce ul.products li.product > a, .woocommerce-page ul.products li.product > a {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 10px;
}

.woocommerce ul.products li.product > a:after, .woocommerce-page ul.products li.product > a:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  bottom: 50%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.woocommerce ul.products li.product > a img, .woocommerce-page ul.products li.product > a img {
  margin: 0;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 3;
  width: 60px;
  height: 60px;
  padding: 5px 10px;
  line-height: 50px;
  background: #f44336;
  color: #fff;
  font-weight: 300px;
  text-transform: uppercase;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
}

.woocommerce ul.products li.product mark, .woocommerce-page ul.products li.product mark {
  background: transparent;
  opacity: 0.6;
}

.woocommerce ul.products li.product .wd_product_categories, .woocommerce-page ul.products li.product .wd_product_categories {
  position: relative;
  z-index: 2;
}

.woocommerce ul.products li.product .product-meta-wrapper, .woocommerce-page ul.products li.product .product-meta-wrapper {
  padding: 0 15px;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price del, .woocommerce-page ul.products li.product .price ins {
  font-weight: 300;
  display: inline-block;
  opacity: 1;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
  font-size: 16px;
}

.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
  font-weight: 500;
  text-decoration: none;
}

.woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
  margin: 7px auto 15px;
}

.woocommerce ul.products li.product .star-rating:before, .woocommerce-page ul.products li.product .star-rating:before {
  color: #fdd835;
}

.woocommerce ul.products li.product .star-rating span, .woocommerce-page ul.products li.product .star-rating span {
  color: #fdd835;
}

.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.woocommerce ul.products li.product .product_short_content, .woocommerce-page ul.products li.product .product_short_content {
  display: none;
}

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .course-image .readmore_course, .course-image .woocommerce ul.products li.product .readmore_course, .woocommerce-page ul.products li.product .button, .woocommerce-page ul.products li.product .course-image .readmore_course, .course-image .woocommerce-page ul.products li.product .readmore_course {
  background: #fff;
  color: #212121;
}

.woocommerce ul.products li.product .button:before, .woocommerce ul.products li.product .course-image .readmore_course:before, .course-image .woocommerce ul.products li.product .readmore_course:before, .woocommerce-page ul.products li.product .button:before, .woocommerce-page ul.products li.product .course-image .readmore_course:before, .course-image .woocommerce-page ul.products li.product .readmore_course:before {
  color: #212121;
}

.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .course-image .readmore_course:hover, .course-image .woocommerce ul.products li.product .readmore_course:hover, .woocommerce-page ul.products li.product .button:hover, .woocommerce-page ul.products li.product .course-image .readmore_course:hover, .course-image .woocommerce-page ul.products li.product .readmore_course:hover {
  background: #03a9f4;
}

.woocommerce ul.products li.product .button:hover:before, .woocommerce ul.products li.product .course-image .readmore_course:hover:before, .course-image .woocommerce ul.products li.product .readmore_course:hover:before, .woocommerce ul.products li.product .button:hover:after, .woocommerce ul.products li.product .course-image .readmore_course:hover:after, .course-image .woocommerce ul.products li.product .readmore_course:hover:after, .woocommerce-page ul.products li.product .button:hover:before, .woocommerce-page ul.products li.product .course-image .readmore_course:hover:before, .course-image .woocommerce-page ul.products li.product .readmore_course:hover:before, .woocommerce-page ul.products li.product .button:hover:after, .woocommerce-page ul.products li.product .course-image .readmore_course:hover:after, .course-image .woocommerce-page ul.products li.product .readmore_course:hover:after {
  color: #fff;
}

a[title^="View Cart"] {
  display: none !important;
}

.woocommerce ul.products li.product .product_type_grouped:before, .woocommerce ul.products li.product .product_type_variable:before, .woocommerce-page ul.products li.product .product_type_grouped:before, .woocommerce-page ul.products li.product .product_type_variable:before {
  content: "\f03a";
}

.woocommerce ul.products li.product .product_type_simple:before, .woocommerce-page ul.products li.product .product_type_simple:before {
  content: "\f07a";
}

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .course-image .readmore_course, .course-image .woocommerce ul.products li.product .readmore_course, .woocommerce-page ul.products li.product .button, .woocommerce-page ul.products li.product .course-image .readmore_course, .course-image .woocommerce-page ul.products li.product .readmore_course {
  z-index: 2;
  opacity: 0;
  width: 44px;
  height: 44px;
  font-size: 0;
  color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -76px;
  text-align: center;
}

.woocommerce ul.products li.product .button:before, .woocommerce ul.products li.product .course-image .readmore_course:before, .course-image .woocommerce ul.products li.product .readmore_course:before, .woocommerce-page ul.products li.product .button:before, .woocommerce-page ul.products li.product .course-image .readmore_course:before, .course-image .woocommerce-page ul.products li.product .readmore_course:before {
  font: 14px/44px "FontAwesome";
}

.woocommerce ul.products li.product .button.loading:after, .woocommerce ul.products li.product .course-image .loading.readmore_course:after, .course-image .woocommerce ul.products li.product .loading.readmore_course:after, .woocommerce-page ul.products li.product .button.loading:after, .woocommerce-page ul.products li.product .course-image .loading.readmore_course:after, .course-image .woocommerce-page ul.products li.product .loading.readmore_course:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  background-image: url(images/wpspin_light.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.woocommerce ul.products li.product .button.added:hover, .woocommerce ul.products li.product .course-image .added.readmore_course:hover, .course-image .woocommerce ul.products li.product .added.readmore_course:hover, .woocommerce-page ul.products li.product .button.added:hover, .woocommerce-page ul.products li.product .course-image .added.readmore_course:hover, .course-image .woocommerce-page ul.products li.product .added.readmore_course:hover {
  background: #03a9f4;
}

.woocommerce ul.products li.product .button.added:hover:before, .woocommerce ul.products li.product .course-image .added.readmore_course:hover:before, .course-image .woocommerce ul.products li.product .added.readmore_course:hover:before, .woocommerce-page ul.products li.product .button.added:hover:before, .woocommerce-page ul.products li.product .course-image .added.readmore_course:hover:before, .course-image .woocommerce-page ul.products li.product .added.readmore_course:hover:before {
  color: #fff;
}

.woocommerce ul.products li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart {
  /*display:none!important;*/
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist a {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 2px;
  margin-left: -22px;
  opacity: 0;
  width: 44px;
  height: 44px;
  background: #fff;
  font-size: 0;
  color: transparent;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a:before, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist a:before {
  content: "\f004";
  font: 14px/44px "FontAwesome";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #212121;
  text-align: center;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a:hover, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist a:hover {
  background: #03a9f4;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a:hover:before, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist a:hover:before {
  color: #fff;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  color: #03a9f4;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #fff;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist img, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist img {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  z-index: 100;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .feedback, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .feedback {
  opacity: 0.6;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist {
  /*display:inline-block;
						margin:0;
						position:absolute;
						top:50%;
						left:50%;
						margin-top:2px;
						margin-left:-22px;
						opacity:0;
						z-index:2;
						@include transition();
						transition-delay:0.05s;
						-moz-transition-delay:0.05s;
						-webkit-transition-delay:0.05s;*/
}

.woocommerce ul.products li.product .compare, .woocommerce-page ul.products li.product .compare {
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: 32px;
  top: 50%;
  margin-top: 2px;
  opacity: 0;
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 0;
  padding: 0;
  color: transparent;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  text-align: center;
}

.woocommerce ul.products li.product .compare:before, .woocommerce-page ul.products li.product .compare:before {
  content: "\f079";
  font: 14px/44px "FontAwesome";
}

.woocommerce ul.products li.product .compare.added:before, .woocommerce-page ul.products li.product .compare.added:before {
  color: #212121;
}

.woocommerce ul.products li.product .product-meta-wrapper, .woocommerce-page ul.products li.product .product-meta-wrapper {
  padding-bottom: 20px;
}

.woocommerce ul.products li.product:hover a, .woocommerce-page ul.products li.product:hover a {
  opacity: 1;
  margin-top: -22px;
}

.woocommerce ul.products li.product:hover > a, .woocommerce-page ul.products li.product:hover > a {
  margin-top: 0;
}

.woocommerce ul.products li.product:hover > a:after, .woocommerce-page ul.products li.product:hover > a:after {
  opacity: 1;
  top: 15px;
  bottom: 15px;
}

.woocommerce ul.products li.product:hover .wd_product_categories a, .woocommerce-page ul.products li.product:hover .wd_product_categories a {
  opacity: 0.6;
}

.woocommerce ul.products.products.list, .woocommerce-page ul.products.products.list {
  display: block;
}

.woocommerce ul.products.products.list li.product, .woocommerce-page ul.products.products.list li.product {
  text-align: left;
  overflow: hidden;
}

.woocommerce ul.products.products.list li.product > a, .woocommerce-page ul.products.products.list li.product > a {
  float: left;
  width: 395px;
  max-width: 50%;
  margin: 0 30px 0 0;
}

.woocommerce ul.products.products.list li.product > a:after, .woocommerce-page ul.products.products.list li.product > a:after {
  display: none;
}

.woocommerce ul.products.products.list li.product > a img, .woocommerce-page ul.products.products.list li.product > a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.woocommerce ul.products.products.list li.product .wd_product_categories, .woocommerce-page ul.products.products.list li.product .wd_product_categories {
  margin-top: 30px;
}

.woocommerce ul.products.products.list li.product .star-rating, .woocommerce-page ul.products.products.list li.product .star-rating {
  margin: 10px 0 20px;
}

.woocommerce ul.products.products.list li.product .price, .woocommerce-page ul.products.products.list li.product .price {
  text-align: left;
}

.woocommerce ul.products.products.list li.product .product_type_simple, .woocommerce ul.products.products.list li.product .product_type_grouped, .woocommerce ul.products.products.list li.product .product_type_variable, .woocommerce ul.products.products.list li.product .yith-wcwl-wishlistexistsbrowse, .woocommerce ul.products.products.list li.product .yith-wcwl-wishlistaddedbrowse, .woocommerce ul.products.products.list li.product .compare,
.woocommerce ul.products.products.list li.product .yith-wcwl-add-to-wishlist, .woocommerce ul.products.products.list li.product .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products.products.list li.product .product_type_simple, .woocommerce-page ul.products.products.list li.product .product_type_grouped, .woocommerce-page ul.products.products.list li.product .product_type_variable, .woocommerce-page ul.products.products.list li.product .yith-wcwl-wishlistexistsbrowse, .woocommerce-page ul.products.products.list li.product .yith-wcwl-wishlistaddedbrowse, .woocommerce-page ul.products.products.list li.product .compare,
.woocommerce-page ul.products.products.list li.product .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products.products.list li.product .yith-wcwl-add-to-wishlist {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 0;
  margin-left: 0;
  opacity: 1;
}

.woocommerce ul.products.products.list li.product .product_short_content, .woocommerce-page ul.products.products.list li.product .product_short_content {
  display: block;
  margin: 0 0 20px;
}

.woocommerce ul.products.products.list li.product .product-meta-wrapper, .woocommerce-page ul.products.products.list li.product .product-meta-wrapper {
  padding-bottom: 40px;
}

.woocommerce ul.products.products.list li.product .add_to_cart_button, .woocommerce ul.products.products.list li.product .product_type_variable, .woocommerce ul.products.products.list li.product .product_type_simple, .woocommerce ul.products.products.list li.product .product_type_grouped, .woocommerce-page ul.products.products.list li.product .add_to_cart_button, .woocommerce-page ul.products.products.list li.product .product_type_variable, .woocommerce-page ul.products.products.list li.product .product_type_simple, .woocommerce-page ul.products.products.list li.product .product_type_grouped {
  float: left;
  width: auto;
  height: auto;
  font-size: 14px;
  padding: 12px 30px 11px;
  margin: 0 10px 10px 0;
}

.woocommerce ul.products.products.list li.product .add_to_cart_button:before, .woocommerce ul.products.products.list li.product .product_type_variable:before, .woocommerce ul.products.products.list li.product .product_type_simple:before, .woocommerce ul.products.products.list li.product .product_type_grouped:before, .woocommerce-page ul.products.products.list li.product .add_to_cart_button:before, .woocommerce-page ul.products.products.list li.product .product_type_variable:before, .woocommerce-page ul.products.products.list li.product .product_type_simple:before, .woocommerce-page ul.products.products.list li.product .product_type_grouped:before {
  display: none;
}

.woocommerce ul.products.products.list li.product .add_to_cart_button.added:after, .woocommerce ul.products.products.list li.product .product_type_variable.added:after, .woocommerce ul.products.products.list li.product .product_type_simple.added:after, .woocommerce ul.products.products.list li.product .product_type_grouped.added:after, .woocommerce-page ul.products.products.list li.product .add_to_cart_button.added:after, .woocommerce-page ul.products.products.list li.product .product_type_variable.added:after, .woocommerce-page ul.products.products.list li.product .product_type_simple.added:after, .woocommerce-page ul.products.products.list li.product .product_type_grouped.added:after {
  content: "\f00c";
  font-family: "FontAwesome";
  display: inline-block !important;
}

.woocommerce ul.products.products.list li.product .product_type_simple:after, .woocommerce-page ul.products.products.list li.product .product_type_simple:after {
  display: none;
}

.woocommerce ul.products.products.list li.product .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products.products.list li.product .yith-wcwl-add-to-wishlist {
  float: left;
  margin: 0 10px 10px 0;
}

.woocommerce ul.products.products.list li.product .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products.products.list li.product .yith-wcwl-add-to-wishlist a {
  float: left;
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  opacity: 1;
}

.woocommerce ul.products.products.list li.product .yith-wcwl-add-to-wishlist .feedback, .woocommerce-page ul.products.products.list li.product .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.woocommerce ul.products.products.list li.product .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce-page ul.products.products.list li.product .yith-wcwl-wishlistaddedbrowse a:before {
  color: red;
}

.woocommerce ul.products.products.list li.product .compare, .woocommerce-page ul.products.products.list li.product .compare {
  background: #fff;
}

.woocommerce ul.products.products.list li.product .compare.added:hover:before, .woocommerce-page ul.products.products.list li.product .compare.added:hover:before {
  color: #fff !important;
}

.woocommerce ul.products.products.list li.product .clear, .woocommerce-page ul.products.products.list li.product .clear {
  display: none;
}

.woocommerce.column-1, .woocommerce-page.column-1 {
  max-width: 330px;
  margin: 0 -15px;
}

@media screen and (max-width: 768px) {
  .woocommerce.column-1, .woocommerce-page.column-1 {
    max-width: 100%;
  }
}

.woocommerce.columns-2, .woocommerce-page.columns-2 {
  max-width: 600px;
  margin: 0 -15px;
}

@media screen and (max-width: 768px) {
  .woocommerce.columns-2, .woocommerce-page.columns-2 {
    max-width: 100%;
  }
}

.woocommerce.columns-3, .woocommerce-page.columns-3 {
  max-width: 900px;
  margin: 0 -15px;
}

@media screen and (max-width: 768px) {
  .woocommerce.columns-3, .woocommerce-page.columns-3 {
    max-width: 100%;
  }
}

.woocommerce.columns-4, .woocommerce-page.columns-4 {
  margin: 0 -15px;
}

.woocommerce.columns-5, .woocommerce-page.columns-5 {
  margin: 0 -15px;
}

.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
  flex: 0 1 210px;
  -webkit-flex: 0 1 210px;
  -o-flex: 0 1 210px;
  -moz-flex: 0 1 210px;
}

@media screen and (max-width: 1199px) {
  .woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
    flex: 0 1 270px;
    -webkit-flex: 0 1 270px;
    -o-flex: 0 1 270px;
    -moz-flex: 0 1 270px;
  }
}

.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
  flex: 0 1 170px;
  -webkit-flex: 0 1 170px;
  -o-flex: 0 1 170px;
  -moz-flex: 0 1 170px;
}

@media screen and (max-width: 1199px) {
  .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
    flex: 0 1 270px;
    -webkit-flex: 0 1 270px;
    -o-flex: 0 1 270px;
    -moz-flex: 0 1 270px;
  }
}

.woocommerce .star-rating, .woocommerce-page .star-rating {
  font-size: 12px !important;
}

.woocommerce nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
  border: 0;
  margin-bottom: 40px;
  text-align: left;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
  border: 0;
  margin: 5px 10px 5px 0;
  overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span {
  padding: 10px;
  font-size: inherit;
  line-height: 1.5em;
  text-align: center;
  display: inline-block;
  min-width: 42px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li a {
  color: #212121;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover {
  background-color: #03a9f4;
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current {
  background-color: #03a9f4;
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border-width: 0 1px 1px 0;
}

.woocommerce table.shop_table tr:first-child td, .woocommerce-page table.shop_table tr:first-child td {
  border-top-width: 0;
}

.woocommerce table.shop_table tr:nth-child(2n+2), .woocommerce-page table.shop_table tr:nth-child(2n+2) {
  background: #f7f7f7;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
  border-width: 0 0 0 1px;
  padding: 15px;
  font-weight: 400;
  text-align: center;
}

.woocommerce table.shop_table th:first-child, .woocommerce-page table.shop_table th:first-child {
  border-width: 0;
}

.woocommerce table.shop_table th.product-remove, .woocommerce-page table.shop_table th.product-remove {
  width: 50px;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  border-width: 0 0 0 1px;
  padding: 15px;
  text-align: center;
}

.woocommerce table.shop_table td img, .woocommerce-page table.shop_table td img {
  width: 100px;
  height: auto;
}

.woocommerce table.shop_table td.product-remove a, .woocommerce-page table.shop_table td.product-remove a {
  margin: 0 auto;
}

.woocommerce table.shop_table .quantity input, .woocommerce-page table.shop_table .quantity input {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.woocommerce table.shop_table .coupon, .woocommerce-page table.shop_table .coupon {
  width: 50%;
  text-align: left;
}

.woocommerce table.shop_table .coupon input[name^="apply_coupon"], .woocommerce-page table.shop_table .coupon input[name^="apply_coupon"] {
  padding: 17px 25px 16px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-weight: 400;
}

.woocommerce table.shop_table .coupon input[name^="apply_coupon"]:hover, .woocommerce-page table.shop_table .coupon input[name^="apply_coupon"]:hover {
  background: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}

.woocommerce table.shop_table .coupon input[name^="coupon_code"], .woocommerce-page table.shop_table .coupon input[name^="coupon_code"] {
  padding: 14px 15px 13px !important;
  max-width: 200px;
  width: 100% !important;
}

.woocommerce table.shop_table input[name^="update_cart"], .woocommerce-page table.shop_table input[name^="update_cart"] {
  padding: 17px 25px 16px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-weight: 400;
}

.woocommerce #content table.cart td.actions, .woocommerce-page #content table.cart td.actions {
  border-top-width: 1px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  margin: 30px 0 0;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 20px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
}

.woocommerce .cart-collaterals .cart_totals .shop_table, .woocommerce-page .cart-collaterals .cart_totals .shop_table {
  border-width: 1px;
}

.woocommerce .cart-collaterals .cart_totals a.checkout-button.alt, .woocommerce-page .cart-collaterals .cart_totals a.checkout-button.alt {
  padding: 17px 16px 16px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.woocommerce .cart-collaterals .shop_table th, .woocommerce-page .cart-collaterals .shop_table th {
  font-weight: normal;
}

.woocommerce .cart-collaterals .shop_table th:first-child, .woocommerce-page .cart-collaterals .shop_table th:first-child {
  border-width: 1px 1px 0;
  border-right-style: solid;
  border-color: #ebebeb;
}

.woocommerce .cart-collaterals .shop_table tr:nth-child(2n+2), .woocommerce-page .cart-collaterals .shop_table tr:nth-child(2n+2) {
  background: transparent;
}

.woocommerce .cart-collaterals .shop_table tr strong, .woocommerce-page .cart-collaterals .shop_table tr strong {
  font-weight: normal;
}

.woocommerce .woocommerce-checkout, .woocommerce-page .woocommerce-checkout {
  margin-bottom: 40px;
  padding: 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #fff;
}

.woocommerce .woocommerce-checkout label, .woocommerce-page .woocommerce-checkout label {
  font-weight: normal;
}

.woocommerce .woocommerce-checkout #customer_details, .woocommerce-page .woocommerce-checkout #customer_details {
  margin: 0 0 20px;
}

.woocommerce .wishlist-title h2, .woocommerce-page .wishlist-title h2 {
  font: 500 110%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  text-transform: none;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
  margin: 0 0 20px !important;
}

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  position: relative;
  border: 0;
  padding: 15px 15px 15px 60px !important;
  background: #60cd96;
  color: #fff;
}

.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  content: "\f0a2";
  font: 20px/20px "Fontawesome";
  position: absolute;
  left: 25px;
  top: 15px;
  color: #fff;
}

.woocommerce .woocommerce-info a, .woocommerce-page .woocommerce-info a {
  color: #fff;
  text-decoration: underline;
}

.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
  position: relative;
  border: 0;
  padding: 15px 15px 15px 60px !important;
  background: #f36b61;
  color: #fff2f2;
}

.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
  content: "\f06a";
  font: 20px/20px "Fontawesome";
  position: absolute;
  left: 25px;
  top: 15px;
  color: #fff;
}

.woocommerce .woocommerce-error a, .woocommerce-page .woocommerce-error a {
  color: #fff;
  text-decoration: underline;
}

.woocommerce .woocommerce-error strong, .woocommerce-page .woocommerce-error strong {
  font-weight: 400;
  font-style: italic;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
  position: relative;
  border: 0;
  padding: 15px 15px 15px 60px !important;
  background: #61cd97;
  color: #fff2f2;
}

.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
  height: 140px;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
  width: 50%;
  padding: 0 15px 0 0;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    width: 100%;
    padding: 0;
  }
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  width: 50%;
  padding: 0 0 0 15px;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    width: 100%;
    padding: 0;
  }
}

.woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce-page .woocommerce-checkout .col2-set .col-1 {
  width: 50%;
  padding: 0 15px 0 0;
}

.woocommerce .woocommerce-checkout .col2-set .col-2, .woocommerce-page .woocommerce-checkout .col2-set .col-2 {
  width: 50%;
  padding: 0 0 0 15px;
}

.woocommerce .woocommerce-checkout h3, .woocommerce-page .woocommerce-checkout h3 {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
  padding: 15px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.woocommerce .woocommerce-checkout-review-order table thead th, .woocommerce-page .woocommerce-checkout-review-order table thead th {
  background: transparent;
  border-width: 1px 0 1px 1px;
  color: inherit;
}

.woocommerce .woocommerce-checkout-review-order table thead th:first-child, .woocommerce-page .woocommerce-checkout-review-order table thead th:first-child {
  border-width: 1px 0 1px 1px;
}

.woocommerce .woocommerce-checkout-review-order table tfoot th, .woocommerce-page .woocommerce-checkout-review-order table tfoot th {
  border-width: 1px 0 0 1px !important;
}

.woocommerce .woocommerce-checkout-review-order table tfoot td, .woocommerce-page .woocommerce-checkout-review-order table tfoot td {
  border-width: 1px 0 0 1px !important;
}

.woocommerce .woocommerce-checkout-review-order table tr:nth-child(2n+2), .woocommerce-page .woocommerce-checkout-review-order table tr:nth-child(2n+2) {
  background: transparent;
}

.woocommerce a.button, .woocommerce .course-image a.readmore_course, .course-image .woocommerce a.readmore_course,
.woocommerce button.button,
.woocommerce .course-image button.readmore_course, .course-image
.woocommerce button.readmore_course, .woocommerce button.button.alt, .woocommerce .course-image button.alt.readmore_course, .course-image .woocommerce button.alt.readmore_course,
.woocommerce input.button,
.woocommerce .course-image input.readmore_course, .course-image
.woocommerce input.readmore_course, .woocommerce input.button.alt, .woocommerce .course-image input.alt.readmore_course, .course-image .woocommerce input.alt.readmore_course,
.woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce-page a.button, .woocommerce-page .course-image a.readmore_course, .course-image .woocommerce-page a.readmore_course,
.woocommerce-page button.button,
.woocommerce-page .course-image button.readmore_course, .course-image
.woocommerce-page button.readmore_course, .woocommerce-page button.button.alt, .woocommerce-page .course-image button.alt.readmore_course, .course-image .woocommerce-page button.alt.readmore_course,
.woocommerce-page input.button,
.woocommerce-page .course-image input.readmore_course, .course-image
.woocommerce-page input.readmore_course, .woocommerce-page input.button.alt, .woocommerce-page .course-image input.alt.readmore_course, .course-image .woocommerce-page input.alt.readmore_course,
.woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt {
  font-size: 14px;
  padding: 13px 30px 12px;
  font-weight: 400;
  line-height: 21px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register, .woocommerce-page form.login,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.register {
  border-color: #ebebeb;
  margin: 20px 0 0 !important;
}

#add_payment_method #payment, .woocommerce-checkout #payment {
  background: transparent;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#add_payment_method #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-color: #ebebeb;
}

.site-main.col-sm-17 ul.grid li.product {
  flex: 0 1 275px;
  -webkit-flex: 0 1 275px;
  -o-flex: 0 1 275px;
  -moz-flex: 0 1 275px;
}

/* ---------------------------------------------------------
   = DETAIL PRODUCT */
.product-detail {
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.product-detail:before, .product-detail:after {
  content: "";
  display: table;
  clear: both;
}

.product-detail span.onsale {
  z-index: 2;
  position: absolute;
  left: 25px;
  top: 25px;
  width: 98px;
  height: 102px;
  color: transparent;
  font-size: 0;
  background: url(images/label_sale.png) no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.product-detail .product_title {
  text-transform: none;
  font-size: 30px;
}

.product-detail .wd_product_sku {
  margin: 0 0 10px;
}

.product-detail div.summary p.price {
  font-size: 30px;
  margin: 0 0 30px;
}

.product-detail div.summary p.price ins, .product-detail div.summary p.price del {
  text-decoration: none;
}

.product-detail div.summary p.price .amount {
  font-weight: normal;
}

.product-detail div.summary .woocommerce-product-rating {
  margin: 0 0 10px;
}

.product-detail div.summary .woocommerce-product-rating .star-rating {
  margin-right: 20px;
}

.product-detail form.cart {
  margin: 10px 0;
  padding: 30px 0;
  border-width: 1px 0;
  border-style: solid;
}

.product-detail form.cart .quantity {
  float: none !important;
  margin: 0 0 20px !important;
}

.product-detail form.cart .quantity .input-text {
  min-width: 100px;
  text-align: left;
  padding: 5px 10px;
}

.product-detail form.cart table.variations tr {
  display: block;
  width: 50%;
  padding: 0 20px 0 0;
  float: left;
}

.product-detail form.cart table.variations td {
  padding: 0;
  display: block;
  text-align: left;
}

.product-detail form.cart table.variations td.label {
  padding: 0 0 10px !important;
}

.product-detail form.cart table.variations td.label label {
  font-weight: normal;
}

.product-detail form.cart table.variations td.value .wd_color_image_swap:before, .product-detail form.cart table.variations td.value .wd_color_image_swap:after {
  content: "";
  display: table;
  clear: both;
}

.product-detail form.cart table.variations td.value .wd_color_image_swap > div {
  float: left;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  margin: 0 5px 5px 0;
}

.product-detail form.cart table.variations td.value .wd_color_image_swap img {
  display: block;
  width: 16px;
  height: auto;
  cursor: pointer;
}

.product-detail form.cart table.variations td.value .wd_color_image_swap a {
  display: block;
  width: 16px !important;
  height: 16px !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.product-detail form.cart table.variations td.notied {
  font-size: 0;
  color: transparent;
}

.product-detail form.cart .wd_color_image_swap img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.product-detail form.cart .selected {
  position: relative;
}

.product-detail form.cart .selected:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) inset;
}

.product-detail p.availability {
  margin: 0 0 25px;
}

.product-detail .woocommerce-review-link {
  font-style: italic;
}

.product-detail .yith-wcwl-add-to-wishlist {
  float: left;
  margin-top: 0;
}

.product-detail .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}

.product-detail .yith-wcwl-add-to-wishlist img {
  display: none !important;
}

.product-detail .yith-wcwl-add-to-wishlist a {
  display: inline-block;
  padding: 7px 20px;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
  font-size: 13px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.product-detail .yith-wcwl-add-to-wishlist a:hover {
  background: #03a9f4;
  color: #fff;
}

.product-detail .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.product-detail .compare.button, .product-detail .course-image .compare.readmore_course, .course-image .product-detail .compare.readmore_course {
  display: inline-block;
  padding: 7px 20px;
  background: #f8f8f8;
  color: #999;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
  font-size: 13px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.product-detail .compare.button:hover, .product-detail .course-image .compare.readmore_course:hover, .course-image .product-detail .compare.readmore_course:hover {
  background: #03a9f4;
  color: #fff;
}

.product-detail .wd_product_categoried {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-width: 1px 0 0;
  border-style: solid;
}

.product-detail .wd_product_categories {
  padding: 0 0 0 20px;
  position: relative;
}

.product-detail .wd_product_categories:before {
  display: inline-block;
  content: "\f02e";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 1px;
  opacity: 0.6;
  color: inherit;
}

.product-detail .social_sharing {
  margin: 20px 0 0;
}

.woocommerce div.product, .woocommerce-page div.product {
  /* Review */
  /* Thumbnails */
}

.woocommerce div.product div.images, .woocommerce-page div.product div.images {
  position: relative;
  z-index: 1;
}

.woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #f3f3f3;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  background: #f3f3f3;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover {
  background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  font-weight: 400;
  padding: 13px 40px 12px 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  right: 24px;
  top: 14px;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel {
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs .wc-tab, .woocommerce-page div.product .woocommerce-tabs .wc-tab {
  padding: 20px;
}

.woocommerce div.product .woocommerce-tabs .wc-tab > h2, .woocommerce-page div.product .woocommerce-tabs .wc-tab > h2 {
  font-size: 18px;
}

.woocommerce div.product .woocommerce-tabs #comments, .woocommerce-page div.product .woocommerce-tabs #comments {
  margin: 0 0 20px;
}

.woocommerce div.product .woocommerce-tabs #comments > h2, .woocommerce-page div.product .woocommerce-tabs #comments > h2 {
  font-size: 18px;
}

.woocommerce div.product #reviews:focus, .woocommerce-page div.product #reviews:focus {
  outline: none;
}

.woocommerce div.product #reviews:before, .woocommerce div.product #reviews:after, .woocommerce-page div.product #reviews:before, .woocommerce-page div.product #reviews:after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce div.product #reviews #reply-title, .woocommerce-page div.product #reviews #reply-title {
  text-transform: none;
  font-weight: 400;
  margin: 0 0 20px;
}

.woocommerce div.product #reviews label, .woocommerce-page div.product #reviews label {
  font-weight: 400;
}

.woocommerce div.product #reviews .star-rating span, .woocommerce-page div.product #reviews .star-rating span {
  color: #fdd835;
}

.woocommerce div.product #reviews .comment-text .meta strong, .woocommerce-page div.product #reviews .comment-text .meta strong {
  font-weight: normal;
  text-transform: uppercase;
}

.woocommerce div.product #reviews #comments, .woocommerce-page div.product #reviews #comments {
  width: 50%;
  padding: 0 15px 0 0;
  float: left;
}

.woocommerce div.product #reviews #review_form_wrapper, .woocommerce-page div.product #reviews #review_form_wrapper {
  width: 50%;
  padding: 0 0 0 15px;
  float: left;
}

.woocommerce div.product #reviews #review_form_wrapper #reply-title, .woocommerce-page div.product #reviews #review_form_wrapper #reply-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.woocommerce div.product .images .thumbnails, .woocommerce-page div.product .images .thumbnails {
  position: relative;
  padding: 0 70px;
}

.woocommerce div.product .images .thumbnails ul, .woocommerce-page div.product .images .thumbnails ul {
  padding: 0;
}

.woocommerce div.product .images .thumbnails li, .woocommerce-page div.product .images .thumbnails li {
  list-style: none;
}

.woocommerce div.product .images .thumbnails .owl-nav div, .woocommerce-page div.product .images .thumbnails .owl-nav div {
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 0;
  color: transparent;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.woocommerce div.product .images .thumbnails .owl-nav div:before, .woocommerce-page div.product .images .thumbnails .owl-nav div:before {
  font-family: "FontAwesome";
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
  text-align: center;
}

.woocommerce div.product .images .thumbnails .owl-nav .owl-prev, .woocommerce-page div.product .images .thumbnails .owl-nav .owl-prev {
  left: -40px;
}

.woocommerce div.product .images .thumbnails .owl-nav .owl-prev:before, .woocommerce-page div.product .images .thumbnails .owl-nav .owl-prev:before {
  content: "\f104";
}

.woocommerce div.product .images .thumbnails .owl-nav .owl-next, .woocommerce-page div.product .images .thumbnails .owl-nav .owl-next {
  right: -40px;
}

.woocommerce div.product .images .thumbnails .owl-nav .owl-next:before, .woocommerce-page div.product .images .thumbnails .owl-nav .owl-next:before {
  content: "\f105";
}

.woocommerce #content div.product div.thumbnails .owl-item a,
.woocommerce div.product div.thumbnails .owl-item a,
.woocommerce-page #content div.product div.thumbnails .owl-item a,
.woocommerce-page div.product div.thumbnails .owl-item a {
  width: auto;
  margin: 0 5px;
}

.woocommerce table.shop_attributes td {
  padding: 5px 10px;
}

.wd_product_categories a {
  color: inherit;
  opacity: 0.6;
}

.wd_product_categories a:hover {
  opacity: 1;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  opacity: 0.8;
}

/* ===============================================
   = RELATED */
.related > h2 {
  font: 500 110%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  margin: -2px 0 20px;
  line-height: 1em;
}

.related.products {
  margin: 0 -15px;
}

/* ========================================================= */
/*                       SHORTCODES                          */
/* ========================================================= */
.vc_general {
  /* ------------------------------- SHORTCODE BUTTON */
  /* ----------------------------- SHORTCODE TEAM MEMBER */
}

.vc_tta-container h2 {
  font-size: 40px;
  line-height: 50px;
  text-transform: none;
  font-weight: 400;
}

/* ------------------------------- SHORTCODE ROW */
/* ------------------------------- SHORTCODE TS TS TESTIMONIAL */
.ts-testimonials-slider-container img {
  width: 130px;
  height: auto;
}

.ts-testimonials-slider-container .ts-owlslider-controls {
  border: 0;
  height: auto;
  position: static;
}

.ts-testimonials-slider-container .ts-owlslider-controls > div {
  position: absolute;
  float: none;
  z-index: 1;
  width: 70px;
  height: 100px;
  border: 0;
  margin-top: -50px;
  background: rgba(40, 40, 40, 0.4);
  padding: 0;
}

.ts-testimonials-slider-container .ts-owlslider-controls > div > span {
  display: none;
}

.ts-testimonials-slider-container .ts-owlslider-controls > div:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 30px;
}

.ts-testimonials-slider-container .ts-owlslider-controls > div:hover:before {
  background: #282828;
}

.ts-testimonials-slider-container .ts-owlslider-controls .ts-owlslider-controls-next {
  right: 0;
  top: 50%;
}

.ts-testimonials-slider-container .ts-owlslider-controls .ts-owlslider-controls-next:before {
  content: "\f105";
}

.ts-testimonials-slider-container .ts-owlslider-controls .ts-owlslider-controls-prev {
  left: 0;
  top: 50%;
}

.ts-testimonials-slider-container .ts-owlslider-controls .ts-owlslider-controls-prev:before {
  content: "\f104";
}

.ts-testimonials-slider-container .ts-testimonial-main {
  width: 100% !important;
  margin: 0 auto !important;
  color: inherit;
}

.ts-testimonials-slider-container .ts-testimonial-main.style4 {
  text-align: center;
  border: 0;
  background: inherit;
}

.ts-testimonials-slider-container .ts-testimonial-main.style4 .ts-testimonial-author-image {
  width: 130px;
  height: auto;
  float: none;
  margin: 0 auto 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.ts-testimonials-slider-container .ts-testimonial-main.style4 .ts-testimonial-author-image img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.ts-testimonials-slider-container .ts-testimonial-main.style4 .ts-testimonial-author-image .ts-testimonial-author-overlay {
  display: none;
}

.ts-testimonials-slider-container .ts-testimonial-main.style4 .ts-testimonial-bottom-arrow {
  display: none;
}

.ts-testimonials-slider-container .ts-testimonial-main.style4 .ts-testimonial-author-info {
  background: inherit;
  border: 0;
  text-shadow: none;
  height: auto;
  padding: 20px 20px 0;
}

.ts-testimonials-slider-container .ts-testimonial-main.style4 .ts-testimonial-author-info .ts-testimonial-author-name {
  font-size: 20px;
  color: inherit;
  font-style: normal;
  font-weight: 400;
}

.ts-testimonials-slider-container .ts-testimonial-main.style4 .ts-testimonial-author-info .ts-testimonial-author-position {
  color: #03a9f4;
  font-style: normal;
  font-size: 14px;
  padding: 5px 0;
}

.ts-testimonials-slider-container .ts-testimonial-main.style4 .ts-testimonial-statement {
  color: inherit;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  padding: 30px 100px 0;
  margin-left: 0;
}

.ts-testimonials-slider-container .ts-testimonial-main.style4 .ts-testimonial-statement:before, .ts-testimonials-slider-container .ts-testimonial-main.style4 .ts-testimonial-statement:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .ts-testimonials-slider-container .ts-testimonial-main.style4 .ts-testimonial-statement {
    padding: 30px 30px 0;
  }
}

.ts-testimonials-slider-container .ts-testimonial-main.style3 .photo {
  width: 110px;
  height: 110px;
  margin: 0 0 0 100px;
}

.ts-testimonials-slider-container .ts-testimonial-main.style3 .photo img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.ts-testimonials-slider-container .ts-testimonial-main.style3 .content {
  margin: 0 100px 0 240px;
  padding: 0;
  font-style: normal;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.ts-testimonials-slider-container .ts-testimonial-main.style3 .content .laquo,
.ts-testimonials-slider-container .ts-testimonial-main.style3 .content .raquo {
  display: none;
}

.ts-testimonials-slider-container .ts-testimonial-main.style3 .sign {
  margin: 30px 100px 0 240px;
  text-align: left;
  float: none;
  width: auto;
}

.ts-testimonials-slider-container .ts-testimonial-main.style3 .sign .author {
  font-size: 20px;
  color: inherit;
  font-style: normal;
  font-weight: 400;
}

.ts-testimonials-slider-container .ts-testimonial-main.style3 .sign .metadata {
  color: #03a9f4;
  font-size: 14px;
  padding: 5px 0;
}

.ts-testimonials-slider-container .ts-testimonial-main.style2 {
  border: 0;
}

.ts-testimonials-slider-container .ts-testimonial-main.style2 .blockquote {
  padding: 0 100px 30px !important;
  background: none;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  font-weight: 200;
  color: inherit;
  text-align: center;
}

.ts-testimonials-slider-container .ts-testimonial-main.style2 .blockquote .quotes {
  display: none;
}

.ts-testimonials-slider-container .ts-testimonial-main.style2 .information {
  background: transparent;
  text-align: center;
}

.ts-testimonials-slider-container .ts-testimonial-main.style2 .information .author {
  text-shadow: none;
  color: inherit;
  margin: 10px 0 0;
  font-weight: 400;
}

.ts-testimonials-slider-container .ts-testimonial-main.style2 .information .metadata {
  color: #03a9f4;
}

.ts-testimonials-slider-container .ts-testimonial-main.style2 img {
  float: none;
  margin: 0 auto 30px;
  width: 110px !important;
  height: auto !important;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.ts-testimonials-slider-container .ts-testimonial-main.style1 .ts-testimonial-content {
  background: transparent;
  border: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  color: inherit;
  padding: 0 100px;
}

.ts-testimonial-arrow {
  display: none !important;
}

.ts-testimonials-slider-container .ts-testimonial-main.style1 .ts-testimonial-user {
  padding: 0 100px;
  width: 110px;
  text-align: center;
}

.ts-testimonials-slider-container .ts-testimonial-main.style1 .ts-testimonial-user .ts-testimonial-user-thumb {
  width: 110px;
  height: 110px;
  margin: 0 0 15px;
  border: 0;
  float: none;
}

.ts-testimonials-slider-container .ts-testimonial-main.style1 .ts-testimonial-user-name {
  font-size: 20px;
  color: inherit;
  font-style: normal;
  font-weight: 400;
}

.ts-testimonials-slider-container .ts-testimonial-main.style1 .ts-testimonial-user-meta {
  color: #03a9f4;
  font-size: 14px;
  padding: 5px 0;
}

.ts-testimonial-main.style1 {
  padding: 0 0 0 120px;
  position: relative;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

.ts-testimonial-main.style1:before {
  display: inline-block;
  content: "“";
  font-family: "Playfair Display";
  font-size: 240px;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  opacity: 0.4;
}

.ts-testimonial-main.style1 div.ts-testimonial-content {
  background: transparent;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: inherit;
}

.ts-testimonial-main.style1 div.ts-testimonial-user-name {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: inherit;
  letter-spacing: 0.5px;
}

.ts-testimonial-main.style1 div.ts-testimonial-user-thumb {
  width: 100px;
  height: 100px;
  border: 0;
}

.ts-testimonial-main.style2 {
  border: 0 !important;
  padding: 0 !important;
}

.ts-testimonial-main.style2 div.blockquote {
  background: transparent;
  font-size: 18px;
  color: inherit;
  font-weight: 300;
  font-style: italic;
}

.ts-testimonial-main.style2 div.blockquote span.leftq, .ts-testimonial-main.style2 div.blockquote span.rightq {
  color: inherit;
  opacity: 0.4;
  background: none;
}

.ts-testimonial-main.style2 div.blockquote span.leftq:before, .ts-testimonial-main.style2 div.blockquote span.rightq:before {
  content: "“";
  font-style: normal;
  display: inline-block;
  font: 50px/0 "Playfair Display";
}

.ts-testimonial-main.style2 div.blockquote span.rightq:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.ts-testimonial-main.style2 div.information {
  background: transparent;
}

.ts-testimonial-main.style2 div.information img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.ts-testimonial-main.style2 div.information .author {
  padding-left: 0;
  text-shadow: none;
  color: inherit;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.ts-testimonial-main.style2 div.information .author:before {
  display: none;
}

.ts-testimonial-main.style2 div.information .author:after {
  display: none;
}

.ts-testimonial-main.style3 div.content {
  font-size: 18px;
  color: inherit;
  font-weight: 300;
  font-style: italic;
}

.ts-testimonial-main.style3 div.content span.laquo, .ts-testimonial-main.style3 div.content span.raquo {
  color: inherit;
  opacity: 0.4;
  background: none;
}

.ts-testimonial-main.style3 div.content span.laquo:before, .ts-testimonial-main.style3 div.content span.raquo:before {
  content: "“";
  font-style: normal;
  display: inline-block;
  font: 50px/0 "Playfair Display";
}

.ts-testimonial-main.style3 div.content span.raquo:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.ts-testimonial-main.style3 div.photo {
  width: 180px;
}

.ts-testimonial-main.style3 div.photo img {
  max-width: 150px;
  height: auto;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.ts-testimonial-main.style3 div.content {
  margin-left: 150px;
}

.ts-testimonial-main.style3 div.sign {
  float: none;
  margin: 0 0 0 180px;
  width: auto;
  text-align: left;
}

.ts-testimonial-main.style3 div.sign .author {
  padding: 0;
  color: inherit !important;
  font-weight: 600;
  font-size: 18px !important;
  letter-spacing: 0.5px;
}

.ts-testimonial-main.style3 div.sign .author:before {
  display: none;
}

.ts-testimonial-main.style3 div.sign .author:after {
  display: none;
}

.ts-testimonial-main.style4 {
  border: 0 !important;
  background: none !important;
}

.ts-testimonial-main.style4 div.ts-testimonial-author-info {
  background: none;
  margin: 0;
  border: 0 !important;
  padding: 0 !important;
}

.ts-testimonial-main.style4 div.ts-testimonial-author-info .ts-testimonial-author-name {
  color: inherit !important;
  text-shadow: none;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.ts-testimonial-main.style4 div.ts-testimonial-author-image {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.ts-testimonial-main.style4 div.ts-testimonial-author-image img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.ts-testimonial-main.style4 div.ts-testimonial-author-image .ts-testimonial-author-overlay {
  display: none;
}

.ts-testimonial-main.style4 div.ts-testimonial-author-image .ts-testimonial-author-name {
  text-shadow: none;
  font-size: 18px;
  color: inherit !important;
  letter-spacing: 0.5px;
}

.ts-testimonial-main.style4 div.ts-testimonial-statement {
  font-size: 18px;
  color: inherit !important;
  font-weight: 300;
  padding: 0;
  margin: 0 0 0 85px;
}

.ts-testimonial-main.style4 div.ts-testimonial-statement:before, .ts-testimonial-main.style4 div.ts-testimonial-statement:after {
  color: inherit !important;
  opacity: 0.4;
  background: none;
  content: "“";
  font-style: normal;
  display: inline-block;
  font: 50px/0 "Playfair Display";
}

.ts-testimonial-main.style4 div.ts-testimonial-statement:before {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}

.ts-testimonial-main.style4 div.ts-testimonial-statement:after {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}

.ts-testimonial-main.style4 div.ts-testimonial-bottom-arrow {
  display: none;
}

/* ----------------------------- SHORTCODE ACCORDION */
.vc_general.vc_tta-accordion .vc_tta-panel-title {
  text-transform: none;
  font-size: 14px;
  text-transform: uppercase;
}

.vc_general.vc_tta-accordion .vc_tta-panel-title a {
  position: relative;
}

.vc_general.vc_tta-accordion .vc_tta-panel-title a:after {
  content: "";
  width: 1px;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.07);
}

.vc_general.vc_tta-accordion .vc_tta-panel {
  position: relative;
  margin: 0 0 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
  border: 0;
  border-top: 1px solid #ebebeb;
}

.vc_general.vc_tta-accordion .vc_tta-panel-heading {
  border: 0 !important;
  background: #fff;
}

.vc_general.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 18px 20px;
}

.vc_general.vc_tta-accordion.vc_tta .vc_tta-panel-title.vc_tta-controls-icon-position-right > a {
  padding-right: 55px;
}

.vc_general.vc_tta-accordion.vc_tta-shape-round .vc_tta-panel:first-child {
  border-radius: 2em 2em 0 0;
  -moz-border-radius: 2em 2em 0 0;
  -webkit-border-radius: 2em 2em 0 0;
}

.vc_general.vc_tta-accordion.vc_tta-shape-round .vc_tta-panel:last-child {
  border-radius: 0 0 2em 2em;
  -moz-border-radius: 0 0 2em 2em;
  -webkit-border-radius: 0 0 2em 2em;
}

.vc_general.vc_tta-accordion.vc_tta-shape-rounded .vc_tta-panel:first-child {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

.vc_general.vc_tta-accordion.vc_tta-shape-rounded .vc_tta-panel:last-child {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.vc_general.vc_tta-accordion.vc_tta-color-white .vc_tta-panel .vc_tta-panel-title > a {
  color: #212121;
}

.vc_general.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #212121;
}

.vc_general.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #ebebeb;
}

.vc_general.vc_tta-accordion.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading:hover, .vc_general.vc_tta-accordion.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #ebebeb;
}

/* ----------------------------- SHORTCODE TAB */
.vc_general.vc_tta-tabs.vc_tta .vc_tta-tab > a {
  padding: 14px 15px;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic .vc_tta-tab a {
  border: 0;
  color: #212121;
  background: transparent;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic .vc_tta-tab a:hover {
  background: transparent !important;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic .vc_tta-tab.vc_active a {
  background: transparent;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-blue .vc_tta-tab.vc_active a {
  color: #03a9f4;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-blue .vc_tta-tab a:hover {
  color: #03a9f4;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-turquoise .vc_tta-tab.vc_active a {
  color: #00e5ee;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-turquoise .vc_tta-tab a:hover {
  color: #00e5ee;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-pink .vc_tta-tab.vc_active a {
  color: #ff9f9f;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-pink .vc_tta-tab a:hover {
  color: #ff9f9f;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-violet .vc_tta-tab.vc_active a {
  color: #673ab7;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-violet .vc_tta-tab a:hover {
  color: #673ab7;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-peacoc .vc_tta-tab.vc_active a {
  color: #00acc2;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-peacoc .vc_tta-tab a:hover {
  color: #00acc2;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-chino .vc_tta-tab.vc_active a {
  color: #D5D0B0;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-chino .vc_tta-tab a:hover {
  color: #D5D0B0;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-mulled-wine .vc_tta-tab.vc_active a {
  color: #9d87c3;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-mulled-wine .vc_tta-tab a:hover {
  color: #9d87c3;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-vista-blue .vc_tta-tab.vc_active a {
  color: #60cd96;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-vista-blue .vc_tta-tab a:hover {
  color: #60cd96;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-black .vc_tta-tab.vc_active a {
  color: #212121;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-black .vc_tta-tab a:hover {
  color: #212121;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-grey .vc_tta-tab.vc_active a {
  color: #d3d3d3;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-grey .vc_tta-tab a:hover {
  color: #d3d3d3;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-orange .vc_tta-tab.vc_active a {
  color: #ffa726;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-orange .vc_tta-tab a:hover {
  color: #ffa726;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-sky .vc_tta-tab.vc_active a {
  color: #7ec0ee;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-sky .vc_tta-tab a:hover {
  color: #7ec0ee;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-green .vc_tta-tab.vc_active a {
  color: #60cd96;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-green .vc_tta-tab a:hover {
  color: #60cd96;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-juicy-pink .vc_tta-tab.vc_active a {
  color: #f98f6f;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-juicy-pink .vc_tta-tab a:hover {
  color: #f98f6f;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-sandy-brown .vc_tta-tab.vc_active a {
  color: #f3d474;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-sandy-brown .vc_tta-tab a:hover {
  color: #f3d474;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-purple .vc_tta-tab.vc_active a {
  color: #9d87c3;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-purple .vc_tta-tab a:hover {
  color: #9d87c3;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-white .vc_tta-tab.vc_active a {
  color: #fff;
}

.vc_general.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-white .vc_tta-tab a:hover {
  color: #fff;
}

.vc_general.vc_tta-tabs.vc_tta-style-modern .vc_tta-tab a {
  font-size: 16px;
  border: 0;
  padding: 14px 30px;
  text-transform: capitalize;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  transform: translateY(6px);
  -moz-transform: translateY(6px);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
}

.vc_general.vc_tta-tabs.vc_tta-style-modern .vc_tta-tab a span {
  display: inline-block;
  transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
}

.vc_general.vc_tta-tabs.vc_tta-style-modern .vc_tta-tab.vc_active a {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background: #fff;
}

.vc_general.vc_tta-tabs.vc_tta-style-modern .vc_tta-tab.vc_active a span {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}

.vc_general.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container {
  padding-top: 6px;
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

.vc_general.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list {
  overflow: visible;
}

.vc_general.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list:before, .vc_general.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list:after {
  content: "";
  display: table;
  clear: both;
}

.vc_general.vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

@media screen and (max-width: 767px) {
  .vc_general.vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
}

.vc_general.vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels {
  border: 0;
  background: #fff;
}

.vc_general.vc_tta-tabs.vc_tta-style-modern .woocommerce ul li.product {
  flex: 0 1 280px;
  -webkit-flex: 0 1 280px;
  -moz-flex: 0 1 280px;
}

.vc_general.vc_tta-tabs.vc_tta-style-modern.vc_tta-color-grey .vc_tta-tab a {
  color: #212121;
}

.vc_general.vc_tta-tabs.vc_tta-o-no-fill .woocommerce ul li.product {
  flex: 0 1 290px;
  -webkit-flex: 0 1 290px;
  -moz-flex: 0 1 290px;
}

.vc_general.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
  margin: 0 0 1px;
}

.vc_general.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container {
  margin: 0 0 1px;
}

.vc_general.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:before, .vc_general.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after {
  display: none;
}

/* Black */
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #212121;
  background-color: #212121;
}

.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #212121;
  background-color: #212121;
}

.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-black.vc_tta-style-modern .vc_tta-tab > a {
  background: #212121;
}

div.vc_tta-color-black.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-black.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #3b3b3b;
}

/* chino */
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #D5D0B0;
  background-color: #D5D0B0;
}

.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #D5D0B0;
  background-color: #D5D0B0;
}

.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab > a {
  background: #D5D0B0;
}

div.vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #e7e4d1;
}

/* green */
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #60cd96;
  background-color: #60cd96;
}

.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #60cd96;
  background-color: #60cd96;
}

.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab > a {
  background: #60cd96;
}

div.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #87d9b0;
}

/* cyan */
.vc_tta-color-cyan.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-cyan.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #00acc1;
  background-color: #00acc1;
}

.vc_tta-color-cyan.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-cyan.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #00acc1;
  background-color: #00acc1;
}

.vc_tta-color-chino.vc_tta-style-cyan .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-chino.vc_tta-style-cyan .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-cyan.vc_tta-style-modern .vc_tta-tab > a {
  background: #00acc1;
}

div.vc_tta-color-cyan.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-cyan.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #00d9f4;
}

/* grey */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #d3d3d3;
  background-color: #d3d3d3;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #d3d3d3;
  background-color: #d3d3d3;
}

.vc_tta-color-grey.vc_tta-style-cyan .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-grey.vc_tta-style-cyan .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

/* grey */
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #f98f6f;
  background-color: #f98f6f;
}

.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #f98f6f;
  background-color: #f98f6f;
}

.vc_tta-color-juicy-pink.vc_tta-style-cyan .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-juicy-pink.vc_tta-style-cyan .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-tab > a {
  background: #f98f6f;
}

div.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #fbb5a0;
}

/* Blue */
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #9d87c3;
  background-color: #9d87c3;
}

.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #9d87c3;
  background-color: #9d87c3;
}

.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab > a {
  background: #9d87c3;
}

div.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #b9a9d4;
}

/* orange */
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #ffa726;
  background-color: #ffa726;
}

.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #ffa726;
  background-color: #ffa726;
}

.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-orange.vc_tta-style-modern .vc_tta-tab > a {
  background: #ffa726;
}

div.vc_tta-color-orange.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-orange.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #ffbc59;
}

/* peacoc */
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #00acc2;
  background-color: #00acc2;
}

.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #00acc2;
  background-color: #00acc2;
}

.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-tab > a {
  background: #00acc2;
}

div.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #00d9f5;
}

/* pink */
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #ff9f9f;
  background-color: #ff9f9f;
}

.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #ff9f9f;
  background-color: #ff9f9f;
}

.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-pink.vc_tta-style-modern .vc_tta-tab > a {
  background: #ff9f9f;
}

div.vc_tta-color-pink.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-pink.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #ffd2d2;
}

/* purple */
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #9d87c3;
  background-color: #9d87c3;
}

.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #9d87c3;
  background-color: #9d87c3;
}

.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-purple.vc_tta-style-modern .vc_tta-tab > a {
  background: #9d87c3;
}

div.vc_tta-color-purple.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-purple.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #b9a9d4;
}

/* red */
.vc_tta-color-red.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-red.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #f44336;
  background-color: #f44336;
}

.vc_tta-color-red.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-red.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #f44336;
  background-color: #f44336;
}

.vc_tta-color-red.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-red.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-red.vc_tta-style-modern .vc_tta-tab > a {
  background: #f44336;
}

div.vc_tta-color-red.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-red.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #f77066;
}

/* sandy-brown */
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #f3d474;
  background-color: #f3d474;
}

.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #f3d474;
  background-color: #f3d474;
}

.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-tab > a {
  background: #f3d474;
}

div.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #f7e3a3;
}

/* Blue */
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #7ec0ee;
  background-color: #7ec0ee;
}

.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #7ec0ee;
  background-color: #7ec0ee;
}

.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab > a {
  background: #7ec0ee;
}

div.vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #abd6f4;
}

/* violet */
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #673ab7;
  background-color: #673ab7;
}

.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #673ab7;
  background-color: #673ab7;
}

.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-violet.vc_tta-style-modern .vc_tta-tab > a {
  background: #673ab7;
}

div.vc_tta-color-violet.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-violet.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #8259cb;
}

/* vista-blue */
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #60cd96;
  background-color: #60cd96;
}

.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #60cd96;
  background-color: #60cd96;
}

.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab > a {
  background: #60cd96;
}

div.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #87d9b0;
}

/* turquoise */
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #00e5ee;
  background-color: #00e5ee;
}

.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #00e5ee;
  background-color: #00e5ee;
}

.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-tab > a {
  background: #00e5ee;
}

div.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #22f7ff;
}

/* white */
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #fff;
  background-color: #fff;
}

.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #fff;
  background-color: #fff;
}

.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #000;
}

/* yellow */
.vc_tta-color-yellow.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-yellow.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #ffa726;
  background-color: #ffa726;
}

.vc_tta-color-yellow.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-yellow.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #ffa726;
  background-color: #ffa726;
}

.vc_tta-color-yellow.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-yellow.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-yellow.vc_tta-style-modern .vc_tta-tab > a {
  background: #ffa726;
}

div.vc_tta-color-yellow.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-yellow.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #ffbc59;
}

/* Blue */
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading,
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  border-color: #69d2e7;
  background-color: #69d2e7;
}

.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  border-color: #69d2e7;
  background-color: #69d2e7;
}

.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  opacity: 0.5;
}

.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
  color: #fff;
}

div.vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab > a {
  background: #69d2e7;
}

div.vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab > a:focus, div.vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab > a:hover {
  background: #95dfee;
}

/* ----------------------------- SHORTCODE TOGGLE */
div.vc_toggle {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  background: #fff;
  margin: 0 0 20px;
}

.vc_toggle .vc_toggle_title h4 {
  text-transform: uppercase;
  font-size: 14px;
}

.vc_toggle .vc_toggle_content {
  margin-top: 25px;
  padding: 0 20px 20px;
}

.vc_toggle.vc_toggle_active .vc_toggle_title {
  background: #ebebeb;
}

.vc_toggle:hover .vc_toggle_title {
  background: #ebebeb;
}

.vc_toggle.vc_toggle_size_md div.vc_toggle_title {
  padding: 15px 20px 15px 40px;
}

.vc_toggle.vc_toggle_size_md div.vc_toggle_title .vc_toggle_icon {
  left: 10px;
}

.vc_toggle.vc_toggle_arrow div.vc_toggle_title {
  padding: 15px 65px 15px 20px;
}

.vc_toggle.vc_toggle_arrow div.vc_toggle_title .vc_toggle_icon {
  right: 0;
  left: auto;
  position: absolute;
  top: 0;
  width: 51px;
  height: 51px;
  border-left: 1px solid #ebebeb;
}

.vc_toggle.vc_toggle_arrow div.vc_toggle_title:hover .vc_toggle_icon {
  border-color: #d2d2d2;
}

.vc_toggle.vc_toggle_arrow.vc_toggle_active div.vc_toggle_title .vc_toggle_icon {
  border-color: #d2d2d2;
}

.vc_toggle.vc_toggle_text_only div.vc_toggle_title {
  padding-left: 20px;
}

/* ------------------------------------------ SHORTCODE TS ICON BOX */
.ts-vcsc-box-icon.ts-box-icon .ts-icon-box-boxed .ts-box-icon-title {
  margin: 10px 0 !important;
}

.ts-vcsc-box-icon.ts-box-icon .ts-css-shadow .ts-box-icon-title {
  margin: 10px 0 20px !important;
}

.ts-vcsc-box-icon.ts-box-icon i ~ .ts-icon-box-inner {
  margin-top: 10px;
}

.ts-vcsc-box-icon.ts-box-icon i ~ .box-detail-wrapper {
  margin-top: 20px;
}

.ts-vcsc-box-icon.ts-box-icon .ts-icon-box-content {
  margin-top: 0 !important;
}

.ts-vcsc-box-icon.ts-box-icon .ts-icon-box-content p:first-child, .ts-vcsc-box-icon.ts-box-icon .ts-icon-box-content p:last-child {
  display: none;
}

.ts-vcsc-box-icon.ts-box-icon .ts-icon-box-readmore {
  opacity: 0;
}

.ts-vcsc-box-icon.ts-box-icon .ts-icon-box-readmore.style1 {
  font-family: inherit;
  background-image: none;
  background-color: #fff;
  color: #212121;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 500;
}

.ts-vcsc-box-icon.ts-box-icon .ts-icon-box-readmore.style1:hover {
  background-image: none;
  background-color: #212121;
  color: #fff;
}

.ts-vcsc-box-icon.ts-box-icon:hover .ts-icon-box-readmore {
  opacity: 1;
}

.ts-vcsc-box-icon.ts-box-icon .ts-css-effect6 {
  position: relative;
}

.ts-vcsc-box-icon.ts-box-icon .ts-css-effect6:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* --------------------------- SHORTCODE TS LOGO LAYOUT */
.ts-vcsc-logos-layout-wrapper .nchgrid-item {
  border: 0 !important;
}

/* ------------------------------ SHORTCODE TS SKILLSET BARS */
.ts-post-skills {
  padding-top: 0 !important;
  border: 0 !important;
}

.ts-post-skills > div {
  margin: 0 0 20px !important;
}

.ts-post-skills .ts-skillbars-style1-wrapper .ts-skillbars-style1-name {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.ts-post-skills div.ts-skillbars-style1-skillbar {
  padding: 4px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.ts-post-skills div.ts-skillbars-style1-skillbar div {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

/* ------------------------------ SHORTCODE TS VIDEO OVERLAY */
div .ts-video-overlay-wrapper {
  margin: 0;
}

div .ts-video-overlay-wrapper .ts-video-overlay-text {
  font-size: 14px !important;
}

div .ts-video-overlay-wrapper .ts-video-overlay-text * {
  color: inherit;
  margin: 0 0 35px;
}

div .ts-video-overlay-wrapper .ts-video-overlay-text img {
  width: auto !important;
  height: auto !important;
  position: static !important;
}

/* --------------------------- SHORTCODE TS FANCY TAB */
div .ts-fancy-tabs-main-wrapper .pws_tabs_container .pws_tabs_controlls {
  align-items: center;
  flex-wrap: wrap;
}

div .ts-fancy-tabs-main-wrapper .pws_tabs_container .pws_tabs_controlls .pws_tabs_controlls_item {
  min-width: 20%;
}

div .ts-fancy-tabs-main-wrapper .pws_tabs_container .pws_tabs_controlls .pws_tabs_controlls_item a {
  text-align: center;
  padding: 65px 10px;
  margin: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

div .ts-fancy-tabs-main-wrapper .pws_tabs_container .pws_tabs_controlls .pws_tabs_controlls_item a i {
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 20px;
}

div .ts-fancy-tabs-main-wrapper .pws_tabs_container .pws_tabs_controlls .pws_tabs_controlls_item a .pws_tab_text {
  display: block;
  width: 100%;
  text-transform: uppercase;
}

div .ts-fancy-tabs-main-wrapper .pws_tabs_container .pws_tabs_list {
  padding-bottom: 0 !important;
}

div .ts-fancy-tabs-main-wrapper .pws_tabs_container .pws_tabs_list .pws_tab_single {
  padding: 0 !important;
}

div .ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal.pws_tabs_horizontal_top.pws_tabs_responsive_large ul.pws_tabs_controlls li a.pws_tabs_growing.pws_tab_active, div .ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal.pws_tabs_horizontal_top.pws_tabs_responsive_large ul.pws_tabs_controlls li a.pws_tabs_growing:hover, div .ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal.pws_tabs_horizontal_top.pws_tabs_responsive_medium ul.pws_tabs_controlls li a.pws_tabs_growing.pws_tab_active, div .ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal.pws_tabs_horizontal_top.pws_tabs_responsive_medium ul.pws_tabs_controlls li a.pws_tabs_growing:hover, div .ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal.pws_tabs_vertical_left.pws_tabs_responsive_large ul.pws_tabs_controlls li a.pws_tabs_growing.pws_tab_active, div .ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal.pws_tabs_vertical_left.pws_tabs_responsive_large ul.pws_tabs_controlls li a.pws_tabs_growing:hover, div .ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal.pws_tabs_vertical_left.pws_tabs_responsive_medium ul.pws_tabs_controlls li a.pws_tabs_growing.pws_tab_active, div .ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal.pws_tabs_vertical_left.pws_tabs_responsive_medium ul.pws_tabs_controlls li a.pws_tabs_growing:hover {
  padding-top: 80px;
  padding-bottom: 80px;
}

div.pws_tabs_container.pws_tabs_responsive.pws_tabs_responsive_small {
  height: auto;
}

div.pws_tabs_container.pws_tabs_responsive.pws_tabs_responsive_small .pws_responsive_small_menu a i {
  font-size: 25px;
  line-height: 32px;
  text-align: center;
}

/* -------------------------------- SHORTCODE TS COUNTDOWN */
div .ts-icon-counter .ts-counter-value {
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 10px;
}

div .ts-icon-counter .ts-counter-note {
  line-height: 1em;
}

div .ts-icon-counter .ts-counter-image {
  width: auto !important;
  height: auto !important;
}

div .ts-icon-counter .ts-counter-image img {
  width: auto;
  height: auto;
}

div .ts-countdown-parent.style-9 {
  background: transparent;
}

div .ts-countdown-parent.style-9 .circle {
  margin: 0 20px;
}

div .ts-countdown-parent.style-9 .circle .circle__values {
  height: auto;
  margin-top: -47px;
}

div .ts-countdown-parent.style-9 .circle .circle__values .ce-digit {
  font-size: 60px;
  line-height: 1em;
  font-weight: bold;
}

div .ts-countdown-parent.style-9 .circle .circle__values .ce-label {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
}

.ts-vcsc-countdown-container .ts-countdown {
  font-family: "Roboto";
}

/* --------------------------- SHORTCODE TS INSPIRED PRICING */
div .ts-pricing-inspired-container .ts-pricing-inspired-item {
  text-align: center;
  background: transparent;
  border: 0;
  padding: 0;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-icon {
  padding: 35px 0 20px;
  border: 0;
  margin: 0;
  text-align: center;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-price {
  padding: 0;
  border: 0;
  font-size: 14px;
  color: inherit;
  font-weight: 400;
  opacity: 0.6;
  margin: 0 0 15px;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-price .ts-pricing-inspired-period {
  font-weight: 400;
  font-size: 14px;
  color: inherit;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-message {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
  border: 0;
  color: #212121;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-featurelist {
  text-align: left;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0;
  margin: 0 0 5px;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-featurelist ul li {
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #212121;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-featurelist ul li:nth-child(2n+1) {
  background: #f7f7f7;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-featurelist:after {
  content: "";
  clear: both;
  display: table;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-buttondefault {
  width: auto;
  font-weight: 400;
  padding: 11px 25px;
  margin: 0 auto 60px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item:hover .ts-pricing-inspired-icon {
  color: #03a9f4;
}

div .ts-pricing-inspired-container .ts-pricing-inspired-item.ts-pricing-inspired-radius-small {
  -webkit-border-radius: rounded_corner;
  -moz-border-radius: rounded_corner;
  -ms-border-radius: rounded_corner;
  border-radius: rounded_corner;
}

.vc_general.vc_btn3.vc_btn3-size-md {
  padding: 11px 25px;
}

.vc_general.vc_btn3.vc_btn3-color-white {
  color: #212121;
  font-weight: 500;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.vc_general.vc_btn3.vc_btn3-color-primary {
  background-color: #69d2e7;
}

.vc_general.vc_btn3.vc_btn3-color-primary:hover {
  background-color: #53cbe3;
}

.vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
  background-color: #69d2e7;
}

.vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover {
  background-color: #53cbe3;
}

.vc_general.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
  background-color: #f3d474;
}

.vc_general.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover {
  background-color: #f1cd5d;
}

.vc_general.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  background-color: #03a9f4;
}

.vc_general.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
  background-color: #0398db;
}

.vc_general.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
  background-color: #19caab;
}

.vc_general.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover {
  background-color: #16b398;
}

div .ts-teammate .ts-teammate-icons {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -25px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  /*box-shadow:0 0 15px rgba(0,0,0,0.2) inset;
					-moz-box-shadow:0 0 15px rgba(0,0,0,0.2) inset;
					-webkit-box-shadow:0 0 15px rgba(0,0,0,0.2) inset;*/
}

div .ts-teammate:hover .ts-teammate-icons {
  opacity: 1;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

div .ts-teammate.ts-team1 {
  text-align: center;
  padding: 0 0 15px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

div .ts-teammate.ts-team1 .team-avatar {
  position: relative;
  margin: 0 0 25px;
}

div .ts-teammate.ts-team1 .team-avatar:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -1px;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

div .ts-teammate.ts-team1 .team-avatar:after {
  content: "\f0d8";
  font: 50px/50px "FontAwesome";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -25px;
  margin-top: -33px;
  color: #000;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

div .ts-teammate.ts-team1 .team-avatar img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

div .ts-teammate.ts-team1 .team-user * {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  font-weight: 400;
}

div .ts-teammate.ts-team1 .team-user .team-title {
  margin: 0 0 5px !important;
}

div .ts-teammate.ts-team1:hover {
  background: #000;
}

div .ts-teammate.ts-team1:hover .team-avatar:after {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

div .ts-teammate.ts-team1:hover .team-avatar:before {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

div .ts-teammate.ts-team1:hover .team-user * {
  color: #fff;
}

div .ts-teammate.ts-team2 img {
  max-width: 100%;
}

div .ts-teammate.ts-team2 > div:first-child {
  width: 100% !important;
  display: block;
  float: none !important;
  margin: 0 auto 30px;
  max-width: 300px;
}

div .ts-teammate.ts-team2 .ts-team2-header {
  display: block;
  float: none;
}

div .ts-teammate.ts-team2 .ts-team2-header img {
  float: none;
}

div .ts-teammate.ts-team2 .ts-team2-content {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}

div .ts-teammate.ts-team2 .ts-team2-content .ts-team2-line {
  display: none;
}

div .ts-teammate.ts-team2 .ts-team2-content * {
  color: inherit;
}

div .ts-teammate.ts-team2 .ts-team2-content h3 {
  text-transform: uppercase;
  margin: 0 0 10px !important;
}

div .ts-teammate.ts-team3 {
  text-align: center;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

div .ts-teammate.ts-team3 .ts-team3-person-image {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border: 0;
  margin: 0 0 30px !important;
}

div .ts-teammate.ts-team3 img {
  max-width: 100%;
}

div .ts-teammate.ts-team3 .ts-team3-person-name {
  margin: 0 0 5px !important;
  padding: 0 !important;
  border: 0;
}

div .ts-teammate.ts-team3 .ts-team3-person-name {
  text-transform: uppercase;
  font-weight: 500;
}

div .ts-teammate.ts-team3 .ts-team3-person-space {
  display: none;
}

div .ts-teammate.ts-team3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

div .ts-teammate.ts-team3:hover {
  background: #000;
}

div .ts-teammate.ts-team3:hover div {
  color: #fff;
}

div .ts-teammate.ts-team3:hover:after {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/* ----------------------------------- SHORTCODE BLOG */
.content_blogs:after, .content_blogs:before {
  content: "";
  display: table;
  clear: both;
}

.content_blogs > .col-sm-8:nth-child(3n+1) {
  clear: left;
}

.wd_item_blog {
  float: left;
  margin: 0 0 50px;
  padding: 0 15px;
  max-width: 100%;
}

.wd_item_blog:nth-child(5n+1) {
  clear: left;
}

.wd_item_blog.large_image {
  margin: 0 -15px;
}

.wd_item_blog.small_image {
  width: 100%;
}

.wd_item_blog.small_image .content_item_blog {
  margin: 0 0 50px;
}

.wd_item_blog.small_image .content_item_blog:before, .wd_item_blog.small_image .content_item_blog:after {
  content: "";
  display: table;
  clear: both;
}

.wd_item_blog.small_image .content_item_blog .content_author {
  margin: 0 0 20px;
}

.wd_item_blog.small_image .conten_item_quote {
  margin: 0 0 50px;
}

.wd_item_blog.small_image .item_header {
  float: left;
  width: 370px;
  line-height: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wd_item_blog.small_image .item_header {
    width: 250px;
  }
}

@media screen and (max-width: 480px) {
  .wd_item_blog.small_image .item_header {
    float: none;
    width: auto;
  }
}

.wd_item_blog.small_image .item_header iframe {
  width: 100%;
  border: 0;
}

.wd_item_blog.small_image .item_content {
  margin: 0 0 0 370px;
}

@media screen and (max-width: 768px) {
  .wd_item_blog.small_image .item_content {
    margin: 0 0 0 250px;
  }
}

@media screen and (max-width: 480px) {
  .wd_item_blog.small_image .item_content {
    margin: 0;
  }
}

.wd_item_blog.small_image .content_title {
  margin: 0 0 15px;
}

.wd_item_blog.small_image .wd_read_more {
  text-align: left;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  opacity: 1;
  margin: 30px 0 0;
}

.wd_item_blog.small_image .wd_read_more .button, .wd_item_blog.small_image .wd_read_more .course-image .readmore_course, .course-image .wd_item_blog.small_image .wd_read_more .readmore_course {
  padding: 12px 30px 11px;
}

.wd_item_blog.small_image:hover .wd_read_more {
  bottom: auto !important;
}

.wd_item_blog .content_title .h4 {
  margin: 0 0 15px;
}

@media screen and (min-width: 768px) {
  .wd_item_blog {
    width: 20%;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .wd_item_blog.col-sm-24 {
    width: 100%;
  }
}

.wd_item_blog.col-sm-24:nth-child(5n+1) {
  clear: none;
}

.wd_item_blog.col-sm-24:nth-child(n) {
  clear: left;
}

.wd_item_blog.col-sm-24 .item_header {
  max-height: 430px;
  overflow: hidden;
}

.wd_item_blog.col-sm-24 .item_header img {
  width: 100% !important;
  height: auto !important;
  max-height: 1000px !important;
}

@media screen and (min-width: 768px) {
  .wd_item_blog.col-sm-12 {
    width: 50%;
  }
}

.wd_item_blog.col-sm-12:nth-child(5n+1) {
  clear: none;
}

.wd_item_blog.col-sm-12:nth-child(2n+1) {
  clear: left;
}

@media screen and (min-width: 768px) {
  .wd_item_blog.col-sm-8 {
    width: 33.3%;
  }
}

.wd_item_blog.col-sm-8:nth-child(5n+1) {
  clear: none;
}

.wd_item_blog.col-sm-8:nth-child(3n+1) {
  clear: left;
}

@media screen and (min-width: 768px) {
  .wd_item_blog.col-sm-6 {
    width: 25%;
  }
}

.wd_item_blog.col-sm-6:nth-child(5n+1) {
  clear: none;
}

.wd_item_blog.col-sm-6:nth-child(4n+1) {
  clear: left;
}

.wd_item_blog > div {
  background: #fff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.wd_item_blog > div:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.wd_item_blog .conten_item_quote {
  padding: 65px 30px 30px;
  position: relative;
}

.wd_item_blog .conten_item_quote .content_infor {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
}

.wd_item_blog .conten_item_quote .content_author span {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 10px;
}

.wd_item_blog .conten_item_quote .content_author span:before {
  content: "";
  width: 5px;
  height: 2px;
  background: #212121;
  position: absolute;
  left: 0;
  top: 9px;
}

.wd_item_blog .conten_item_quote .content_author:before, .wd_item_blog .conten_item_quote .content_author:after {
  display: table;
  content: "";
  clear: both;
}

.wd_item_blog .conten_item_quote:before {
  content: "“";
  font-family: "Playfair Display";
  position: absolute;
  left: 30px;
  top: 15px;
  font-size: 80px;
  color: #03a9f4;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.wd_item_blog .content_item_blog .item_header {
  overflow: hidden;
}

.wd_item_blog .content_item_blog .item_header iframe {
  max-width: 100%;
  width: 100%;
  border: 0;
}

.wd_item_blog .content_item_blog .item_header img {
  max-height: 352px;
  width: auto;
  max-width: 1920px;
}

.wd_item_blog .content_item_blog .item_content {
  padding: 25px 30px 40px;
  position: relative;
}

.wd_item_blog .content_item_blog .tvlwpdance-cat-links {
  padding: 0 0 0 30px;
  margin-bottom: 10px;
}

.wd_item_blog .content_item_blog .tvlwpdance-cat-links:before {
  top: 3px;
}

.wd_item_blog .content_item_blog:hover .wd_read_more {
  bottom: -15px;
  opacity: 1;
}

.wd_item_blog .wd_read_more {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.wd_item_blog .wd_read_more .button, .wd_item_blog .wd_read_more .course-image .readmore_course, .course-image .wd_item_blog .wd_read_more .readmore_course {
  padding: 5px 10px;
}

.content_item_blog, .conten_item_quote {
  position: relative;
  margin: 10px 0 35px;
}

.content_item_blog .wd_read_more, .conten_item_quote .wd_read_more {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.content_item_blog .wd_read_more .button, .content_item_blog .wd_read_more .course-image .readmore_course, .course-image .content_item_blog .wd_read_more .readmore_course, .conten_item_quote .wd_read_more .button, .conten_item_quote .wd_read_more .course-image .readmore_course, .course-image .conten_item_quote .wd_read_more .readmore_course {
  padding: 5px 10px;
}

.content_item_blog:hover .wd_read_more, .conten_item_quote:hover .wd_read_more {
  bottom: -15px;
  opacity: 1;
}

.wd_item_blog > .content_item_blog, .wd_item_blog > .conten_item_quote {
  margin-bottom: 0;
}

/* Slider */
.wd_item_blog_slider {
  padding: 0 15px;
}

.wd_item_blog_slider .content_item_blog {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.wd_item_blog_slider .item_content {
  padding: 0 30px 30px;
}

.wd_item_blog_slider img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.wd_item_blog_slider .tvlwpdance-cat-links {
  margin-bottom: 5px;
}

.wd_item_blog_slider .content_title .h4 {
  margin-top: 0;
}

.wd-load-post {
  text-align: center;
  margin: 0;
}

.navigation .screen-reader-text {
  display: none;
}

/* List & Grid */
.content_blog_sticky .col-sm-12 .content_item_blog {
  margin: 0;
}

.content_blog_sticky .col-sm-12 ~ .col-sm-12 .content_item_blog {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-width: 1px 0 0;
  border-style: solid;
}

.content_blog_sticky .col-sm-12 ~ .col-sm-12 .content_item_blog:before, .content_blog_sticky .col-sm-12 ~ .col-sm-12 .content_item_blog:after {
  content: "";
  display: table;
  clear: both;
}

.content_blog_sticky .col-sm-12 ~ .col-sm-12 .content_item_blog:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

.content_blog_sticky .col-sm-12 ~ .col-sm-12 .item_header {
  float: left;
  width: 120px;
  overflow: hidden;
}

.content_blog_sticky .col-sm-12 ~ .col-sm-12 .item_header img {
  max-height: 116px;
  width: auto;
}

.content_blog_sticky .col-sm-12 ~ .col-sm-12 .item_content {
  margin: 0 0 0 150px;
}

.content_blog_sticky .col-sm-12 ~ .col-sm-12 .content_title * {
  margin: 0;
  position: relative;
  top: -4px;
}

.content_blog_sticky .col-sm-12 ~ .col-sm-12 .content_author {
  margin: 0 0 10px;
}

.content_blog_sticky .col-sm-12 ~ .col-sm-12 .content_infor {
  height: 3.1em;
  overflow: hidden;
}

.content_blog_sticky > div:first-child .item_header img {
  height: 430px;
  width: auto;
}

.content_blog_sticky > div:first-child .content_item_blog {
  position: relative;
}

@media screen and (max-width: 767px) {
  .content_blog_sticky > div:first-child .content_item_blog {
    margin: 0 0 30px;
  }
}

.content_blog_sticky > div:first-child .content_item_blog .item_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/sc-recent-blog-shadow.png) 100% 0 repeat-x;
  padding: 0 45px 45px;
  color: #fff;
}

.content_blog_sticky > div:first-child .content_item_blog .item_content *, .content_blog_sticky > div:first-child .content_item_blog .item_content *:before, .content_blog_sticky > div:first-child .content_item_blog .item_content *:after {
  color: inherit;
}

.content_blog_sticky > div:first-child .tvlwpdance-cat-links {
  margin-bottom: 15px;
}

.content_blog_sticky > div:first-child .tvlwpdance-cat-links:before {
  display: none !important;
}

.content_blog_sticky > div:first-child .content_title > * {
  font: 500 214%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.content_blog_sticky > div:first-child .content_title a {
  position: relative;
  left: 0;
}

.content_blog_sticky > div:first-child .content_title a:hover {
  left: 10px;
}

.content_blog_sticky .content_item_blog .item_header {
  overflow: hidden;
}

.content_blog_sticky .wd_read_more {
  display: none !important;
}

/* ----------------------------------- SHORTCODE PORTFOLIO */
/*
.item-portfolio {
	
	
	.thumb-tag {
		
	}
	.portfilio_cats {
		display:inline-block;
		width:100%;
		line-height:1.55em;
	}
	.icons {
		position:absolute;
		left:0;
		top:50%;
		right:0;
		bottom:0;
		z-index:1;
		background:rgba(0,0,0,0.4);
		opacity:0;
		@include transition();
		a {
			width:40px;
			height:40px;
			position:absolute;
			top:50%;
			margin-top:-40px;
			background:red;
			&.zoom-gallery {
				content:"+";
				font-family:"FontAwesome";
				color:#fff;
				font-size:40px;
				margin-left:-45px;
				left:50%;
				@include border-radius(100%);
			}
			&.link-gallery {
				right:50%;
				margin-right:-45px;
			}
		}
	}
	&:hover {
		.icons {
			opacity:1;
			top:0;
		}
	}
}
*/
#portfolio-galleries-holder {
  background: #fff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 40px 15px;
  margin-bottom: 40px;
}

#portfolio-galleries-holder:before, #portfolio-galleries-holder:after {
  content: "";
  display: table;
  clear: both;
}

.portfolio-galleries {
  text-align: center;
  line-height: 0;
}

.portfolio-galleries ul.portfolio-filter {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.portfolio-galleries ul.portfolio-filter:before, .portfolio-galleries ul.portfolio-filter:after {
  display: table;
  clear: both;
  content: "";
}

.portfolio-galleries ul.portfolio-filter li {
  list-style: none;
  float: left;
  margin: 0 1px 0 0;
}

.portfolio-galleries ul.portfolio-filter li.active a {
  background: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}

.portfolio-galleries ul.portfolio-filter li.active a:before {
  left: 100%;
}

.portfolio-galleries ul.portfolio-filter a {
  position: relative;
  display: inline-block;
  line-height: 1.55em;
  font-size: 16px;
  padding: 10px 32px;
  background: #ebebeb;
  border-width: 1px;
  border-style: solid;
  color: #212121;
}

.portfolio-galleries ul.portfolio-filter a:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ebebeb;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.portfolio-galleries ul.portfolio-filter a:hover {
  background: transparent;
}

.portfolio-galleries ul.portfolio-filter a:hover:before {
  left: 100%;
}

.item-portfolio {
  margin-bottom: 25px;
}

.item-portfolio.first {
  clear: left;
}

.item-portfolio .post-title {
  font: 500 110%/1.55em "Roboto", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 500;
  margin: 0;
}

.item-portfolio .post-title a {
  color: #212121;
}

.item-portfolio .post-title a:hover {
  color: #03a9f4;
}

.item-portfolio .thumb-holder {
  position: relative;
}

.item-portfolio .thumbnail {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.item-portfolio .thumbnail a.image {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
}

.item-portfolio .thumbnail a.image img {
  width: 100%;
  height: auto;
}

.item-portfolio .thumb-image-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.item-portfolio .thumb-image-hover .icons a {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
}

.item-portfolio .thumb-image-hover .icons a:before {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.item-portfolio .thumb-image-hover .icons a:hover {
  background: #03a9f4;
}

.item-portfolio .thumb-image-hover .icons a:hover:before {
  color: #fff;
}

.item-portfolio .thumb-image-hover .icons a.zoom-gallery {
  margin-left: -45px;
  left: 50%;
}

.item-portfolio .thumb-image-hover .icons a.zoom-gallery:before {
  content: "+";
  font: 30px/40px "arial";
}

.item-portfolio .thumb-image-hover .icons a.link-gallery {
  right: 50%;
  margin-right: -45px;
}

.item-portfolio .thumb-image-hover .icons a.link-gallery:before {
  content: "\f0c1";
  font: 20px/40px "FontAwesome";
}

.item-portfolio .thumb-tag {
  position: relative;
  z-index: 1;
  top: 0;
  padding: 15px 0;
  line-height: 1.55em;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.item-portfolio:hover .thumb-tag {
  top: -50px;
  background: #fff;
}

.item-portfolio:hover .thumb-image-hover {
  top: 0;
  opacity: 1;
}

/* ----------------------------------- CONTACT FORM */
.content-coming-soon input[type^="text"] {
  border-width: 0 0 1px;
  border-color: #5c5c5c;
  color: #fff;
}

/* ----------------------------------- SINGLE IMAGES */
.wpb_image_grid .wpb_image_grid_ul .prettyphoto {
  position: relative;
}

.wpb_image_grid .wpb_image_grid_ul .prettyphoto:before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  opacity: 0;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.wpb_image_grid .wpb_image_grid_ul .prettyphoto:hover:before {
  opacity: 0.6;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/* ========================================================= */
/*                       WIDGETS                             */
/* ========================================================= */
ul.xoxo {
  margin: 0;
  padding: 0;
}

.site-content .widget:first-child {
  margin-top: 0;
}

.widget {
  /* ------------------------------------------- GENERAL */
  margin-bottom: calc(10px + 40px);
  margin-bottom: -webkit-calc(10px + 40px);
  margin-bottom: -moz-calc(10px + 40px);
  margin-bottom: -ms-calc(10px + 40px);
  /* ------------------------------- WP Wiget Search */
  /* ------------------------ Widget: Archive, Meta, Category, Recent Entries, Pages, Nav Menu */
  /* ----------------------------------- Widget Calendar */
  /* ----------------------------------- Wiget Recent Entries */
  /* ----------------------------------- Widget Subscription */
  /* ------------------------------------ Widget Instagram */
  /* ---------------------------------------- Widget Search */
  /* --------------------------------------- Widget Custom Recent */
  /* --------------------------------------- Widget RSS */
  /* --------------------------------------- Widget Text */
  /* --------------------------------------- Widget Custom Recent Comments */
  /* ------------------------------------------ Widget Akismet */
}

.wpb_widgetised_column {
  padding: 0 0 0 30px;
}

.site-content .site-main .widget:first-child {
  margin-bottom: 0;
}

.site-content .site-main .sidebar .widget:first-child {
  margin-bottom: calc(10px + 40px);
  margin-bottom: -webkit-calc(10px + 40px);
  margin-bottom: -moz-calc(10px + 40px);
  margin-bottom: -ms-calc(10px + 40px);
}

.widget_search .search-form {
  position: relative;
}

.widget_search label {
  margin: 0;
  display: block;
  width: 100%;
}

.widget_search .screen-reader-text {
  display: none;
}

.widget_search .search-field {
  padding: 9px 40px 9px 0;
  font-weight: normal;
  width: 100%;
  border-width: 0 0 1px;
}

.widget_search .search-submit {
  position: absolute;
  right: -15px;
  top: 0;
  background: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.widget_search .search-submit span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  color: transparent;
}

.widget_search .search-submit span:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #424242;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  line-height: 40px;
  text-align: center;
}

.widget_search .search-submit span:hover:before {
  color: #03a9f4;
}

.site-footer .widget_search .search-submit span:before {
  color: #999;
}

.site-footer .widget_search .search-submit span:hover:before {
  color: #fff;
}

.widget_archive ul,
.widget_recent_comments ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul {
  padding: 0;
  margin-top: -10px;
}

.widget_archive ul li,
.widget_recent_comments ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_meta ul li {
  list-style: none;
  padding: 10px 0 10px 18px;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
}

.widget_archive ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_categories ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_pages ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_meta ul li:first-child {
  border-width: 0;
}

.widget_archive ul li:before,
.widget_recent_comments ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before,
.widget_pages ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 1px;
  line-height: 40px;
  color: #424242;
  opacity: 0.6;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.widget_archive ul li:hover:before,
.widget_recent_comments ul li:hover:before,
.widget_categories ul li:hover:before,
.widget_recent_entries ul li:hover:before,
.widget_pages ul li:hover:before,
.widget_nav_menu ul li:hover:before,
.widget_meta ul li:hover:before {
  left: 5px;
  opacity: 1;
}

.widget_archive ul li:hover > a,
.widget_recent_comments ul li:hover > a,
.widget_categories ul li:hover > a,
.widget_recent_entries ul li:hover > a,
.widget_pages ul li:hover > a,
.widget_nav_menu ul li:hover > a,
.widget_meta ul li:hover > a {
  padding-left: 5px;
}

.widget_archive ul li ul,
.widget_recent_comments ul li ul,
.widget_categories ul li ul,
.widget_recent_entries ul li ul,
.widget_pages ul li ul,
.widget_nav_menu ul li ul,
.widget_meta ul li ul {
  margin-top: 0;
}

.widget_archive ul li ul li:last-child,
.widget_recent_comments ul li ul li:last-child,
.widget_categories ul li ul li:last-child,
.widget_recent_entries ul li ul li:last-child,
.widget_pages ul li ul li:last-child,
.widget_nav_menu ul li ul li:last-child,
.widget_meta ul li ul li:last-child {
  padding-bottom: 0;
}

.widget_archive ul li ul li a,
.widget_recent_comments ul li ul li a,
.widget_categories ul li ul li a,
.widget_recent_entries ul li ul li a,
.widget_pages ul li ul li a,
.widget_nav_menu ul li ul li a,
.widget_meta ul li ul li a {
  text-transform: capitalize;
}

.widget_archive > ul > li > a,
.widget_recent_comments > ul > li > a,
.widget_categories > ul > li > a,
.widget_recent_entries > ul > li > a,
.widget_pages > ul > li > a,
.widget_nav_menu > ul > li > a,
.widget_meta > ul > li > a {
  text-transform: capitalize;
}

.site-content .widget_archive ul li a,
.site-content .widget_recent_comments ul li a,
.site-content .widget_categories ul li a,
.site-content .widget_recent_entries ul li a,
.site-content .widget_pages ul li a,
.site-content .widget_nav_menu ul li a,
.site-content .widget_meta ul li a {
  color: #424242;
}

.widget_recent_comments .comment-author-link {
  text-transform: capitalize;
}

.widget_recent_comments ul li .comment-author-link {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.widget_recent_comments ul li:hover .comment-author-link {
  padding-left: 5px;
}

.widget_archive label, .widget_categories label {
  font-weight: normal;
  text-align: center;
  margin: 0 0 10px;
}

.widget_archive select, .widget_categories select {
  width: 100%;
}

.widget_calendar th, .widget_calendar td {
  padding: 5px;
  text-align: center;
}

.widget_calendar caption {
  text-align: center;
  text-transform: uppercase;
}

.widget_calendar #today {
  color: #fff;
}

.widget .widget_recent_entries .post-date {
  font-style: italic;
  color: #5c5c5c;
}

.widget.widget_subscriptions form {
  position: relative;
}

.widget.widget_subscriptions form .subscribe-email input {
  padding: 9px 40px 9px 0;
  font-weight: normal;
  width: 100%;
  border-width: 0 0 1px;
}

.widget.widget_subscriptions form .button, .widget.widget_subscriptions form .course-image .readmore_course, .course-image .widget.widget_subscriptions form .readmore_course {
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -15px;
  top: 0;
  background: transparent;
  border: 0;
  font-size: 0;
  color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.widget.widget_subscriptions form .button:after, .widget.widget_subscriptions form .course-image .readmore_course:after, .course-image .widget.widget_subscriptions form .readmore_course:after {
  content: "\f003";
  font-size: 14px;
  line-height: 40px;
  font-family: "FontAwesome";
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #424242;
}

.widget.widget_subscriptions form .button:hover:after, .widget.widget_subscriptions form .course-image .readmore_course:hover:after, .course-image .widget.widget_subscriptions form .readmore_course:hover:after {
  color: #03a9f4;
}

.site-footer .widget.widget_subscriptions form .button:after, .site-footer .widget.widget_subscriptions form .course-image .readmore_course:after, .course-image .site-footer .widget.widget_subscriptions form .readmore_course:after {
  color: #999;
}

.site-footer .widget.widget_subscriptions form .button:hover:after, .site-footer .widget.widget_subscriptions form .course-image .readmore_course:hover:after, .course-image .site-footer .widget.widget_subscriptions form .readmore_course:hover:after {
  color: #fff;
}

.widget.null-instagram-feed ul {
  overflow: hidden;
  padding: 0;
  margin: 0 -2px 15px;
  line-height: 0;
}

.widget.null-instagram-feed ul li {
  display: inline-block;
  float: left;
}

.widget.null-instagram-feed ul li a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.widget.null-instagram-feed ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.widget.null-instagram-feed ul li a:after {
  content: "+";
  font-family: "FontAwesome";
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: 20px;
  background: #ffeb38;
  color: #000;
  opacity: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.widget.null-instagram-feed ul li a:hover:before {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.widget.null-instagram-feed ul li a:hover:after {
  opacity: 1;
  margin-top: -10px;
}

.widget.null-instagram-feed ul.instagram-size-thumbnail li {
  margin: 0 2px 4px;
}

.widget.null-instagram-feed ul.instagram-size-thumbnail li img {
  width: 84px;
  height: auto;
}

.widget.null-instagram-feed p {
  text-align: right;
}

.widget.widget_tag_cloud .tagcloud {
  overflow: hidden;
}

.widget.widget_tag_cloud a {
  position: relative;
  display: inline-block;
  font-size: 15px !important;
  padding: 11px 20px;
  margin: 0 10px 10px 0;
  text-transform: capitalize;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  color: #424242;
  float: left;
}

.widget.widget_tag_cloud a:hover {
  background: transparent;
}

.widget.widget_tag_cloud a:hover:after {
  width: 0;
}

.widget.widget_tag_cloud a:after {
  content: "";
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #ebebeb;
  display: block;
  line-height: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  z-index: -1;
}

.widget.widget_customrecent .recentposts {
  padding: 0;
  list-style: none;
}

.widget.widget_customrecent .recentposts li {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-width: 1px 0 0;
  border-style: solid;
}

.widget.widget_customrecent .recentposts li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

.widget.widget_customrecent .recentposts li img {
  max-width: 100%;
}

.widget.widget_customrecent .recentposts li .title {
  font: 400 14px/1.55em "Roboto", Arial, sans-serif;
  margin: 0 0 2px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.widget.widget_customrecent .recentposts li .meta {
  font-size: 13px;
  margin: 0;
}

.widget.widget_customrecent .recentposts li .meta .date {
  padding-left: 0;
  opacity: 0.6;
}

.widget.widget_customrecent .recentposts li .meta .date:before, .widget.widget_customrecent .recentposts li .meta .date:after {
  display: none;
}

.widget.widget_customrecent .recentposts li .meta .author {
  padding: 0;
  margin: 0;
}

.widget.widget_customrecent .recentposts li .meta .author:before, .widget.widget_customrecent .recentposts li .meta .author:after {
  display: none;
}

.widget.widget_customrecent .recentposts li .meta .author + .date {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}

.widget.widget_customrecent .recentposts li .meta .author + .date:after {
  display: inline-block;
  left: 0;
}

.widget.widget_customrecent .recentposts li .detail {
  padding: 0 0 0 18px;
  position: relative;
}

.widget.widget_customrecent .recentposts li .detail:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  color: #424242;
  opacity: 0.6;
}

.widget.widget_customrecent .recentposts li .post_thumbnail + .detail {
  padding: 0;
  margin: 15px 0 0;
}

.widget.widget_customrecent .recentposts li .post_thumbnail + .detail:before {
  display: none;
}

.widget.widget_customrecent .recentposts li:hover .detail:before {
  left: 5px;
}

.widget.widget_customrecent .recentposts li:hover .detail .title {
  padding-left: 5px;
}

.widget.widget_customrecent .recentposts li:hover .post_thumbnail + .detail .title {
  padding-left: 0;
}

.widget.widget_rss .rss-widget-icon {
  display: none;
}

.widget.widget_rss ul {
  padding: 0;
  margin-top: -10px;
}

.widget.widget_rss ul li {
  list-style: none;
  padding: 10px 0 10px 18px;
  position: relative;
  border-width: 1px 0 0;
  border-style: solid;
}

.widget.widget_rss ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  line-height: 40px;
}

.widget.widget_rss ul li:first-child {
  border-width: 0;
}

.widget.widget_rss ul li .rss-date {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  font-size: 13px;
  opacity: 0.6;
}

.widget.widget_rss ul li cite {
  font-style: none;
}

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

.widget.widget_recent_comments_custom .recentcomments {
  padding: 0;
}

.widget.widget_recent_comments_custom .recentcomments_custom {
  position: relative;
  list-style: none;
  padding: 20px 0 0 15px;
  margin: 20px 0 0;
  border-width: 1px 0 0;
  border-style: solid;
}

.widget.widget_recent_comments_custom .recentcomments_custom:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.widget.widget_recent_comments_custom .recentcomments_custom:first-child:before {
  top: 0;
}

.widget.widget_recent_comments_custom .recentcomments_custom:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0.6;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.widget.widget_recent_comments_custom .recentcomments_custom:hover:before {
  left: 5px;
}

.widget.widget_recent_comments_custom .recentcomments_custom:hover .comment-meta {
  padding-left: 5px;
}

.widget.widget_recent_comments_custom .recentcomments_custom .comment-meta {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.widget.widget_recent_comments_custom .comment_author {
  text-transform: capitalize;
  margin: 0 8px 0 0 !important;
}

.widget.widget_recent_comments_custom .recent_comments_date {
  position: relative;
  display: inline-block;
  padding: 0 0 0 11px;
  opacity: 0.6;
  font-size: 13px;
}

.widget.widget_recent_comments_custom .recent_comments_date:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.widget.widget_akismet_widget .a-stats {
  padding: 15px;
  background: #f8f8f8;
}

.widget.widget_akismet_widget .a-stats a {
  text-align: left;
  border: 0;
  background: transparent;
  font-size: 13px;
}

.widget.widget_akismet_widget .a-stats a .count {
  padding: 0;
}

.widget.widget_akismet_widget .a-stats a strong {
  font-weight: normal;
  padding: 0 0 10px;
  font-size: 14px;
}

ul.social-share {
  padding: 0;
}

ul.social-share li {
  float: left;
  list-style: none;
  margin: 0 30px 2px 0;
}

ul.social-share li a {
  font-size: 22px;
  color: inherit;
  position: relative;
  top: 0;
}

ul.social-share li a:hover {
  color: #03a9f4;
  top: -3px;
}

ul.social-share li.icon-facebook {
  color: #42599e;
}

ul.social-share li.icon-twitter {
  color: #55acee;
}

ul.social-share li.icon-google {
  color: #e4323a;
}

ul.social-share li.icon-pin {
  color: #e04c86;
}

ul.social-share li.icon-rss {
  color: #ff8549;
}

ul.social-share li:last-child {
  margin-right: 0;
}

ul.social-share:before, ul.social-share:after {
  content: "";
  display: table;
  clear: both;
}

/* ---------------------------------------- Widget Product Category */
.widget_product_categories ul {
  padding: 0;
  margin-top: -10px;
}

.widget_product_categories ul li {
  list-style: none;
  padding: 10px 0 10px 18px;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
}

.widget_product_categories ul li:first-child {
  border-width: 0;
}

.widget_product_categories ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  color: #424242;
  opacity: 0.6;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.widget_product_categories ul li:hover:before {
  left: 5px;
  opacity: 1;
}

.widget_product_categories ul li:hover > a {
  padding-left: 5px;
}

.widget_product_categories ul ul {
  margin-top: 10px;
  border-width: 1px 0 0;
  border-style: solid;
}

.widget_product_categories ul ul li {
  padding: 10px 0 10px 34px;
}

.widget_product_categories ul ul li:before {
  display: none;
}

.site-content .widget_product_categories ul li a {
  color: #424242;
}

/* ---------------------------------------- Widget Product Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  margin-bottom: 30px;
  border-width: 1px;
  border-style: solid;
  background: #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 6px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #03a9f4;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -8px;
  width: 20px;
  height: 20px;
  background: #efefef;
  border: 1px solid #dfdfdf;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
  position: absolute;
  left: 3px;
  top: 3px;
}

.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 14px;
}

.woocommerce .widget_price_filter .price_slider_amount:after, .woocommerce .widget_price_filter .price_slider_amount:before {
  content: "";
  display: table;
  clear: both;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount .course-image .readmore_course, .course-image .woocommerce .widget_price_filter .price_slider_amount .readmore_course {
  float: right;
  padding: 7px 20px;
  font-size: 13px;
  background: #f8f8f8;
  color: #999;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce .widget_price_filter .price_slider_amount .course-image .readmore_course:hover, .course-image .woocommerce .widget_price_filter .price_slider_amount .readmore_course:hover {
  background-color: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
  float: left;
}

/* ----------------------------------- Widget Product Color Nav */
.widget_wd_pc_color_nav ul {
  padding: 0;
  list-style: none;
  margin: 0 -5px;
}

.widget_wd_pc_color_nav ul:after, .widget_wd_pc_color_nav ul:before {
  content: "";
  display: table;
  clear: both;
}

.widget_wd_pc_color_nav ul li {
  position: relative;
  float: left;
  margin: 5px;
}

.widget_wd_pc_color_nav ul li a {
  display: inline-block;
  max-width: 100%;
}

.widget_wd_pc_color_nav ul li a span {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
}

.widget_wd_pc_color_nav ul li img {
  z-index: 1;
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.widget_wd_pc_color_nav ul li .count {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -7px;
  opacity: 0;
  padding: 0 5px;
  background: #000;
  color: #fff;
  font-size: 12px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.widget_wd_pc_color_nav ul li .count:after {
  display: inline-block;
  content: "\f0d7";
  font: 14px/14px "FontAwesome";
  position: absolute;
  bottom: -8px;
  color: #000;
  left: 5px;
}

.widget_wd_pc_color_nav ul li:hover .count, .widget_wd_pc_color_nav ul li.chosen .count {
  top: -15px;
  opacity: 1;
}

.woocommerce .widget_layered_nav ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}

.woocommerce .widget_layered_nav ul li:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0.6;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.woocommerce .widget_layered_nav ul li:hover a {
  padding-left: 5px;
}

.woocommerce .widget_layered_nav ul li:hover:before {
  left: 5px;
}

/* ------------------------------------ Widget Recent Products */
.woocommerce.widget ul.product_list_widget li {
  padding: 20px 0 20px 120px;
  margin: 20px 0 0;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  min-height: 120px;
}

.woocommerce.widget ul.product_list_widget li a {
  font-weight: 400;
}

.woocommerce.widget ul.product_list_widget li img {
  width: 100px;
  height: auto;
  position: absolute;
  left: 0;
  top: 20px;
  margin: 0;
}

.woocommerce.widget ul.product_list_widget li .remove {
  top: 25px;
  left: 5px;
  z-index: 1;
}

.woocommerce.widget ul.product_list_widget li .star-rating {
  margin: 15px 0;
}

.woocommerce.widget ul.product_list_widget li del {
  opacity: 0.6;
  padding-right: 10px;
}

.woocommerce.widget ul.product_list_widget li ins {
  text-decoration: none;
}

.woocommerce.widget ul.product_list_widget li:first-child {
  padding-top: 0;
  margin-top: 0;
  border: 0;
  min-height: 100px;
}

.woocommerce.widget ul.product_list_widget li:first-child img {
  top: 0;
}

.woocommerce.widget ul.product_list_widget li:first-child .remove {
  top: 5px;
}

/* ------------------------------- Widget Shopping Cart */
.woocommerce .widget_shopping_cart .total {
  margin: 20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ebebeb;
}

.woocommerce .widget_shopping_cart .total:before, .woocommerce .widget_shopping_cart .total:after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce .widget_shopping_cart .total .amount {
  font-weight: normal;
  font: 500 110%/1.55em "Roboto", Helvetica, Arial, sans-serif;
}

.woocommerce .widget_shopping_cart .total strong {
  float: left;
}

.woocommerce .widget_shopping_cart .total .amount {
  float: right;
}

.woocommerce .widget_shopping_cart .buttons a {
  padding: 7px 20px;
  font-size: 13px;
  background: #f8f8f8;
  color: #999;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.woocommerce .widget_shopping_cart .buttons a:hover {
  background: #03a9f4;
  color: #fff;
}

.woocommerce .widget_shopping_cart .buttons a:first-child {
  margin: 0 10px 10px 0;
}

/* ------------------------------------ Widget Product Search */
.widget_product_search .woocommerce-product-search {
  position: relative;
}

.widget_product_search label {
  margin: 0;
  display: block;
  width: 100%;
}

.widget_product_search .screen-reader-text {
  display: none;
}

.widget_product_search .search-field {
  padding: 9px 40px 9px 0;
  font-weight: normal;
  width: 100%;
  border-width: 0 0 1px;
}

.widget_product_search input[type^="submit"] {
  position: absolute;
  right: -15px;
  top: 0;
  background: url(images/btn-search.png) no-repeat center center;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  color: transparent;
  font-size: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.widget_product_search input[type^="submit"]:hover {
  background: url(images/btn-search.png) no-repeat center center;
}

/* ------------------------------ Widget Product Tag */
.widget_product_tag_cloud a {
  position: relative;
  display: inline-block;
  font-size: 15px !important;
  padding: 11px 20px;
  margin: 0 10px 10px 0;
  text-transform: capitalize;
  border-width: 1px;
  border-style: solid;
}

.widget_product_tag_cloud a:hover {
  background: transparent;
}

.widget_product_tag_cloud a:hover:after {
  left: 100%;
}

.widget_product_tag_cloud a:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

/* ------------------------------------------ Widget Compare */
.yith-woocompare-widget ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.yith-woocompare-widget ul li {
  padding: 10px 0 10px 15px;
  position: relative;
  border-width: 1px 0 0;
  border-style: solid;
}

.yith-woocompare-widget ul li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  content: "\f105";
  font-family: "FontAwesome";
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.yith-woocompare-widget ul li:first-child {
  border-top: 0;
}

.yith-woocompare-widget ul li:hover a {
  padding-left: 5px;
}

.yith-woocompare-widget ul li:hover:before {
  left: 5px;
}

.yith-woocompare-widget .compare.button, .yith-woocompare-widget .course-image .compare.readmore_course, .course-image .yith-woocompare-widget .compare.readmore_course {
  padding: 7px 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.yith-woocompare-widget .clear-all {
  display: none;
}

/* --------------------------------------- Widget Course */
.wpo-educator-searchform {
  color: inherit;
}

/* ---------------------------------------------
   = PAGE COMMING SOON ------------------------- */
.page-template-comming-soon .content-coming-soon {
  position: relative;
}

.page-template-comming-soon .coming-soon-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 1000;
  text-align: center;
}

.page-template-comming-soon div.wpcf7 {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.page-template-comming-soon div.wpcf7 p {
  margin-bottom: 20px;
}

/* ---------------------------------------------
   = PAGE CONTACT US --------------------------- */
div.wpcf7 {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 30px 15px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin: 10px 0 0;
}

.wpcf7-form {
  color: inherit;
}

.wpcf7-form .require {
  color: #f36b61;
}

div.wpcf7 .wpcf7-button {
  padding: 10px 0 20px;
}

div.wpcf7 .wpcf7-button:before, div.wpcf7 .wpcf7-button:after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (max-width-device-width: 1200px), only screen and (max-width: 1200px) {
  div.cus_pad_contact {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ---------------------------------------------
   = PAGE 404 ---------------------------------- */
.error-404 {
  /*input::-webkit-input-placeholder{
		color:#000!important;
	}
	input::-moz-placeholder{
		color:#fff!important;
	}
	input:-moz-placeholder{
		color:#fff!important;
	}
	input::-ms-input-placeholder{
		color:#fff!important;
	}*/
}

.error-404.not-found {
  text-align: center;
  max-width: 700px;
  padding: 100px 0;
}

.error-404 .page-header {
  border: 0;
  padding: 0;
  margin: 0 0 40px;
}

.error-404 .page-title {
  font-size: 200px;
  line-height: 1em;
  font-weight: 500;
}

.error-404 .text-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 40px 0;
  display: inline-block;
  width: 100%;
}

.error-404 .search-form label .screen-reader-text {
  display: none;
}

.error-404 .search-form .search-field {
  background: #fff;
  padding-top: 14px;
  padding-bottom: 13px;
}

/* ============================================= */
/*                    HACK CSS                   */
/* ============================================= */
/* SHOP */
.wd-products-wrapper {
  text-align: center\9;
}

.woocommerce ul.products, .woocommerce-page ul.products {
  display: inline-block\9;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left\9;
  display: inline-block\9;
  width: 25%\9;
  clear: none\9;
  max-width: 290px\9;
}

.site-main.col-sm-17 ul.grid li.product {
  width: 33.3%\9;
}

/* Sidebar */
.site-main.col-sm-17 ul.grid li.product:nth-child(3n+1) {
  clear: left;
}

.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
  float: left\9;
}

@media only screen and (max-width-device-width: 992px), only screen and (max-width: 992px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 33.3%\9;
  }
  .woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1) {
    clear: left\9;
  }
  .site-main.col-sm-17 ul.grid li.product {
    width: 50%\9;
  }
  .site-main.col-sm-17 .woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page .site-main.col-sm-17 ul.products li.product:nth-child(3n+1) {
    clear: none\9;
  }
  .site-main.col-sm-17 .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page .site-main.col-sm-17 ul.products li.product:nth-child(2n+1) {
    clear: left\9;
  }
}

@media only screen and (max-width-device-width: 767px), only screen and (max-width: 767px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 50%\9;
  }
  .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1) {
    clear: left\9;
  }
}

@media only screen and (max-width-device-width: 480px), only screen and (max-width: 480px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%\9;
  }
}

/* ---- ie10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .woocommerce ul.products li, .woocommerce-page ul.products li {
    -ms-flex: 0 1 260px;
  }
  .site-main.col-sm-17 ul.grid li.product {
    -ms-flex: 0 1 245px;
  }
}

/* -------------------------------------------------
   = FONTS */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* -------------------------------------------------
   = PRIMARY COLOR */
/*blog*/
.nav-next a:hover,
.nav-previous a:hover,
.tvlwpdance-cat-links:before,
.page-links > span, .page-links:hover, .page-links:focus, .entry-content .page-links a:hover, html .content_item_blog .page-links a:hover,
.nav-links > span.current, .nav-links > a:hover,
.woocommerce ul.products.list li.product .button.compare:hover,
.woocommerce ul.products.list li.product .course-image .compare.readmore_course:hover, .course-image
.woocommerce ul.products.list li.product .compare.readmore_course:hover, .woocommerce-page ul.products.list li.product .button.compare:hover, .woocommerce-page ul.products.list li.product .course-image .compare.readmore_course:hover, .course-image .woocommerce-page ul.products.list li.product .compare.readmore_course:hover,
.widget_calendar #today {
  background-color: #03a9f4;
}

.button.added:before, .course-image .added.readmore_course:before, .woocommerce ul.products.list li.product .button.compare.added:before, .woocommerce ul.products.list li.product .course-image .compare.added.readmore_course:before, .course-image .woocommerce ul.products.list li.product .compare.added.readmore_course:before,
.woocommerce ul.products li.product .button.added:before,
.woocommerce ul.products li.product .course-image .added.readmore_course:before, .course-image
.woocommerce ul.products li.product .added.readmore_course:before, .woocommerce-page ul.products li.product .button.added:before, .woocommerce-page ul.products li.product .course-image .added.readmore_course:before, .course-image .woocommerce-page ul.products li.product .added.readmore_course:before,
.woocommerce ul.products.products.list li.product .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce-page ul.products.products.list li.product .yith-wcwl-wishlistaddedbrowse a:before,
.main-menu ul ul li.current-menu-item > a, .site-header-menu ul ul li.current-menu-item > a, .header-main-content div.menu li.current-menu-item > a {
  color: #03a9f4;
}

/* */
.main-menu ul li.current-menu-item > a, .site-header-menu ul li.current-menu-item > a, .header-main-content div.menu ul li.current-menu-item > a,
.main-menu ul li.current_page_ancestor > a, .site-header-menu ul li.current_page_ancestor > a, .header-main-content div.menu ul li.current_page_ancestor > a,
.main-menu ul li:hover > a, .site-header-menu ul li:hover > a {
  color: #ffeb38;
}

/* -------------------------------------------------
   = MAIN */
/* Heading */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
.author-detail a,
.heading-title a,
#respond label,
.comment-author b,
.tvlwpdance-heading-title,
.title_course a,
.author_course,
.site-content .yith-woocompare-widget ul li a {
  color: #212121;
}

/* Text */
body, label, select option,
.main-menu ul ul li:hover > a, .site-header-menu ul ul li:hover > a,
.comment-metadata a, .reply a, .related_post .title, .content_item_blog *, .logged-in-as, .comments-title,
.heading-title a:hover, .tvlwpdance-tags-links > span:after, .nav-links .next:after, .nav-links .prev:after,
article.post .entry-content .page-links:hover, article.portfolio .entry-content .page-links:hover, article.courses .entry-content .page-links:hover,
.woocommerce div.product p.price, .woocommerce div.product span.price, .amount, span.price, .author:before, .woocommerce ul.products li.product .price,
.wd_product_categoried:before, .wd_product_categories, .wd-shopping-cart .cart_dropdown,
.related > h2,
.owl-nav div:before,
li.product *,
.site-content .widget a, .site-content .widget a.comment_author:hover,
.site-content .widget.widget_tag_cloud a:hover, .site-content .widget_product_tag_cloud a:hover, .site-content .widget.widget_rss li a:hover,
.main-menu > ul > li li a, .site-header-menu > nav > div > ul > li li a, .header-main-content div.menu > ul > li li a, .ubermenu-main .ubermenu-item-normal > .ubermenu-target,
html .content_item_blog .page-links:hover {
  color: #424242;
}

.author:after, .date:after {
  background-color: #424242;
}

/* Border */
*, *:before, *:after,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-color: #ebebeb;
}

.site-content .widget_product_tag_cloud a, .site-content .widget_product_tag_cloud a:after,
.ubermenu-main .ubermenu-item-normal > .ubermenu-target:hover {
  background: #ebebeb;
}

/* Link */
a, .link,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover,
.comment-body:hover a,
.ubermenu-main .ubermenu-item-normal.ubermenu-current-menu-item > .ubermenu-target,
.author-detail a:hover, .heading-title a:hover,
.title_course a:hover,
.site-content .widget a:hover, .site-content .widget_rss li a, .site-content .widget a.comment_author,
.site-content .yith-woocompare-widget ul li a:hover, .site-content .yith-woocompare-widget ul li a:hover:before, .site-content .a-stats .count,
.course-item:hover .title_course a {
  color: #03a9f4;
}

/* Link hover */
a:hover, a:focus, .link:hover, .link:focus {
  color: #424242;
}

/* -------------------------------------------------
   = HEADER */
.site-header-top, .wd_tini_cart_wrapper:after {
  background-color: #039ce1;
}

.site-header-top {
  /*background-image:url(images/bg-top-line.jpg);
	background-repeat:no-repeat;
	background-position:center top;*/
}

.site-header, .header-v2 .site-header-menu:before {
  background-color: #03a9f4;
}

.site-header,
.site-header h1, .site-header h2, .site-header h3, .site-header h4, .site-header h5, .site-header h6,
.site-header h1 a, .site-header h2 a, .site-header h3 a, .site-header h4 a, .site-header h5 a, .site-header h6 a,
.site-header .h1, .site-header .h2, .site-header .h3, .site-header .h4, .site-header .h5, .site-header .h6,
.site-header .h1 a, .site-header .h2 a, .site-header .h3 a, .site-header .h4 a, .site-header .h5 a, .site-header .h6 a {
  color: #bbdefb;
}

.site-header-top a {
  color: #bbdefb;
}

.site-header-top a:hover, .site-header-top a:focus,
.wd-login-user:hover:before, .wd-login-user:hover a,
.wd-shopping-cart:hover .wd_tini_cart_wrapper:before {
  color: #fff;
}

.site-header-top h1, .site-header-top h2, .site-header-top h3, .site-header-top h4, .site-header-top h5, .site-header-top h6,
.site-header-top .h1, .site-header-top .h2, .site-header-top .h3, .site-header-top .h4, .site-header-top .h5, .site-header-top .h6 {
  color: #bbdefb;
}

/* -------------------------------------------------
   = FOOTER */
.site-footer {
  background-image: url(images/bg_footer.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #202020;
  color: #999;
  background-attachment: fixed;
}

.site-footer a {
  color: #999;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer h1, .site-footer .h1, .site-footer h2, .site-footer .h2, .site-footer h3, .site-footer .h3, .site-footer h4, .site-footer .h4, .site-footer h5, .site-footer .h5, .site-footer h6, .site-footer .h6, .site-footer label {
  color: #fff;
}

.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="tel"],
.site-footer input[type="number"],
.site-footer textarea {
  color: #999;
  border-color: #999;
}

.site-footer input[type="text"]:hover, .site-footer input[type="text"]:focus,
.site-footer input[type="email"]:hover,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:hover,
.site-footer input[type="url"]:focus,
.site-footer input[type="password"]:hover,
.site-footer input[type="password"]:focus,
.site-footer input[type="search"]:hover,
.site-footer input[type="search"]:focus,
.site-footer input[type="tel"]:hover,
.site-footer input[type="tel"]:focus,
.site-footer input[type="number"]:hover,
.site-footer input[type="number"]:focus,
.site-footer textarea:hover,
.site-footer textarea:focus {
  border-color: #fff;
}

.site-footer .widget_archive ul li:before,
.site-footer .widget_recent_comments ul li:before,
.site-footer .widget_categories ul li:before,
.site-footer .widget_recent_entries ul li:before,
.site-footer .widget_pages ul li:before,
.site-footer .widget_nav_menu ul li:before,
.site-footer .widget_meta ul li:before {
  color: #999;
}

.site-footer .widget_archive ul li:hover:before,
.site-footer .widget_recent_comments ul li:hover:before,
.site-footer .widget_categories ul li:hover:before,
.site-footer .widget_recent_entries ul li:hover:before,
.site-footer .widget_pages ul li:hover:before,
.site-footer .widget_nav_menu ul li:hover:before,
.site-footer .widget_meta ul li:hover:before {
  color: #fff;
}

.wd-footer-bottom {
  background-color: #202020;
}

/* */
.site-footer {
  background-image: url(images/bg_footer.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #202020;
  color: #999;
  background-attachment: fixed;
}

.site-footer a {
  color: #999;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer h1, .site-footer .h1, .site-footer h2, .site-footer .h2, .site-footer h3, .site-footer .h3, .site-footer h4, .site-footer .h4, .site-footer h5, .site-footer .h5, .site-footer h6, .site-footer .h6, .site-footer label {
  color: #fff;
}

.wd-footer-bottom {
  background-color: #000;
}

/* -------------------------------------------------
   = BUTTON */
/* Button 1*/
button, .button, .course-image .readmore_course, a.button, .course-image a.readmore_course,
input[type="button"],
input[type="reset"],
input[type="submit"],
.vc_btn3,
.primary_button,
a.checkout-button.button.alt,
.course-image a.checkout-button.alt.readmore_course,
input.button[type^="submit"],
.course-image input[type^="submit"].readmore_course,
.tvlwpdance-read-more.button,
.course-image .tvlwpdance-read-more.readmore_course,
a.add_to_cart.button.alt,
.course-image a.add_to_cart.alt.readmore_course,
button.single_add_to_cart_button.alt.button,
.course-image button.single_add_to_cart_button.alt.readmore_course,
button.single_add_to_cart_button.alt.button:disabled[disabled],
.course-image button.single_add_to_cart_button.alt.readmore_course:disabled[disabled],
#respond input#submit.submit,
.woocommerce ul.products.list li.product .button,
.woocommerce ul.products.list li.product .course-image .readmore_course, .course-image
.woocommerce ul.products.list li.product .readmore_course, .woocommerce-page ul.products.list li.product .button, .woocommerce-page ul.products.list li.product .course-image .readmore_course, .course-image .woocommerce-page ul.products.list li.product .readmore_course,
.button#place_order,
.course-image #place_order.readmore_course,
.yith-woocompare-widget .compare.button,
.yith-woocompare-widget .course-image .compare.readmore_course, .course-image
.yith-woocompare-widget .compare.readmore_course,
.site-content .widget a.button,
.site-content .widget .course-image a.readmore_course, .course-image
.site-content .widget a.readmore_course,
div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-buttondefault {
  background: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}

button:hover, .button:hover, .course-image .readmore_course:hover, a.button:hover, .course-image a.readmore_course:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.vc_btn3:hover,
.primary_button:hover,
a.checkout-button.button.alt:hover,
.course-image a.checkout-button.alt.readmore_course:hover,
input.button[type^="submit"]:hover,
.course-image input[type^="submit"].readmore_course:hover,
.tvlwpdance-read-more.button:hover,
.course-image .tvlwpdance-read-more.readmore_course:hover,
a.add_to_cart.button.alt:hover,
.course-image a.add_to_cart.alt.readmore_course:hover,
button.single_add_to_cart_button.alt.button:hover,
.course-image button.single_add_to_cart_button.alt.readmore_course:hover,
button.single_add_to_cart_button.alt.button:disabled[disabled]:hover,
.course-image button.single_add_to_cart_button.alt.readmore_course:disabled[disabled]:hover,
#respond input#submit.submit:hover,
.woocommerce ul.products.list li.product .button:hover,
.woocommerce ul.products.list li.product .course-image .readmore_course:hover, .course-image
.woocommerce ul.products.list li.product .readmore_course:hover, .woocommerce-page ul.products.list li.product .button:hover, .woocommerce-page ul.products.list li.product .course-image .readmore_course:hover, .course-image .woocommerce-page ul.products.list li.product .readmore_course:hover,
.button#place_order:hover,
.course-image #place_order.readmore_course:hover,
.yith-woocompare-widget .compare.button:hover,
.yith-woocompare-widget .course-image .compare.readmore_course:hover, .course-image
.yith-woocompare-widget .compare.readmore_course:hover,
.site-content .widget a.button:hover,
.site-content .widget .course-image a.readmore_course:hover, .course-image
.site-content .widget a.readmore_course:hover,
div .ts-pricing-inspired-container .ts-pricing-inspired-item .ts-pricing-inspired-buttondefault:hover {
  background: #212121;
  color: #fff;
  border-color: #212121;
}

/* Button 2 */
.secondary_button, button.secondary_button, a.secondary_button {
  background: #fff;
  color: #212121;
  border-color: #fff;
}

.secondary_button:hover, button.secondary_button:hover, a.secondary_button:hover {
  background: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}

/* Button 3 */
.product-detail .yith-wcwl-add-to-wishlist a,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount .course-image .readmore_course, .course-image
.woocommerce .widget_price_filter .price_slider_amount .readmore_course,
.wd-shopping-cart .dropdown_footer .buttons a,
.coupon input.button[type^="submit"],
.coupon .course-image input[type^="submit"].readmore_course, .course-image
.coupon input[type^="submit"].readmore_course {
  background: #f8f8f8;
  color: #999;
  border-color: #f8f8f8;
}

.product-detail .yith-wcwl-add-to-wishlist a:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .widget_price_filter .price_slider_amount .course-image .readmore_course:hover, .course-image
.woocommerce .widget_price_filter .price_slider_amount .readmore_course:hover,
.wd-shopping-cart .dropdown_footer .buttons a:hover,
.coupon input.button[type^="submit"]:hover,
.coupon .course-image input[type^="submit"].readmore_course:hover, .course-image
.coupon input[type^="submit"].readmore_course:hover {
  background: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}

/* -------------------------------------------------
   = 404 */
.error404 .site-content {
  background-image: url(images/404_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  background-color: #f8f8f8;
}

/* */
#comments {
  margin-top: 40px;
}

#content > .container {
  margin-top: 40px;
}

#content .breadcrumb-wrap ~ .container {
  margin-top: 0;
}

.wd_font-weight-light {
  font-weight: 300 !important;
}
