/**
 * Theme Name:  Zoo Eduhub
 * Theme URI:   http://wp.rivertheme.com/zoo-eduhub
 * Author:      Zootemplate
 * Author URI:  http://zootemplate.com/
 * Description: Zoo Eduhub includes built in photo proofing galleries and variety of portfolio showcase functions.
 * Version:     1.0.3
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:        two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 * Text Domain: zoo-eduhub
 *
 * 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.
 */
/**
 * Mixins
 */
@-webkit-keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: 0.8;
  }
  to {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: 0.8;
  }
  to {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@-webkit-keyframes circus {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circus {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circus-back {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes circus-back {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/**
 * Global
 */
/* Reset css, default css, css head layout*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  position: relative;
  line-height: 24px;
}

a {
  text-decoration: none;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}

*:focus,
*,
*:active,
a:focus,
a:active,
a {
  outline: 0 !important;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: bold;
}

ul,
ol,
p,
dl,
pre {
  margin-bottom: 25px;
}

ul {
  list-style: disc;
}

ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
ul ul,
ol ul {
  margin-left: 10px;
}
ul ol,
ol ol {
  margin-left: 20px;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace, serif;
  hyphens: none;
}

pre {
  white-space: pre-wrap;
  padding: 15px;
}

var,
cite,
em {
  font-style: italic;
}

cite {
  font-weight: 500;
}

option {
  padding: 5px 8px;
  font-size: 0.87rem;
}

.widget {
  word-break: break-word;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  margin-top: 0;
}

p {
  /*margin-bottom: 1.6em;*/
  margin-bottom: 1em;
}

a img {
  border: 0;
}

b,
strong {
  font-weight: 700;
}

.heading-thin {
  font-size: 21px;
  font-weight: normal;
}

.site .avatar {
  border-radius: 50%;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

.clear-both {
  clear: both;
}

.cs-font {
  vertical-align: middle;
}

blockquote {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.6667;
  margin-top: 1.6667em;
  margin-bottom: 1.6667em;
  padding-top: 14px;
  padding-left: 84px;
  padding-right: 100px;
  position: relative;
}
blockquote:before {
  content: "\c140";
  font-family: "cleversoft";
  font-size: 36px;
  line-height: 1;
  position: absolute;
  left: 35px;
  top: 0;
}

blockquote p {
  margin-bottom: 1.6667em;
}

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

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

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

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

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

dt {
  font-weight: 500;
  margin-bottom: 5px;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border-width: 1px;
  border-style: solid;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  padding: 1em;
}

dd {
  margin-bottom: 15px;
}

td {
  border-width: 0 1px 1px 0;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

thead th,
thead td {
  border-bottom-width: 2px;
  font-weight: bold;
}

table.variations,
table.group_table,
table.shop_table {
  border-spacing: 0;
  border-collapse: separate;
}

.says,
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
.woocommerce-checkout .select2-container .select2-choice,
textarea {
  padding: 0.375em;
  width: 100%;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
.woocommerce-checkout .select2-container .select2-choice,
textarea,
select {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 9px 15px;
  border-width: 1px;
  border-style: solid;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.search-form .search-submit {
  display: none;
}

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

figure {
  max-width: 100%;
}

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote {
  font-size: 18px;
  font-style: normal;
  line-height: 1.6667;
  margin-top: 1.6667em;
  margin-bottom: 1.6667em;
  padding-top: 14px;
  padding-left: 84px;
  padding-right: 100px;
  position: relative;
  font-weight: 600;
  color: #252525;
  background-color: transparent;
}
blockquote:before {
  color: #ebebeb;
  content: "\c140";
  font-family: "cleversoft";
  font-size: 36px;
  line-height: 1;
  position: absolute;
  left: 35px;
  top: 0;
}
blockquote > p:last-child {
  margin-bottom: 0;
}

.bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.heading-thin {
  font-size: 21px;
  font-weight: normal;
}

b,
strong {
  font-weight: 700;
}

.textarea,
textarea {
  padding: 10px 15px;
  min-height: 130px;
}

.post-content ul li,
.post-content ol li {
  line-height: 35px;
}

.comment-form textarea {
  min-height: 153px;
}

.comment-form input,
.comment-form textarea {
  line-height: 20px;
  padding: 14px 30px;
}

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

.woocommerce a.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button:not(.wc-forward),
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.btn-register,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .wc-proceed-to-checkout
  a.button,
.woocommerce input.button-login,
.woocommerce button.button.alt.single_add_to_cart_button,
.woocommerce div.product div.woocommerce-tabs #respond input#submit.submit,
.zoo-mini-cart-contents p.buttons a.button:not(.checkout),
.woocommerce a.btn-register,
.zoo-mini-cart-contents p.buttons a.button.checkout:not(.checkout),
.zoo-mini-cart-contents p.buttons a.button.checkout,
.course-container a.button,
.course-container a.button:visited,
.course-container #commentform #submit,
.course-container .submit,
.course-container input[type="submit"],
.course-container input.button,
.course-container button.button,
.course a.button,
.course a.button:visited,
.course #commentform #submit,
.course .submit,
.course input[type="submit"],
.course input.button,
.course button.button,
.lesson a.button,
.lesson a.button:visited,
.lesson #commentform #submit,
.lesson .submit,
.lesson input[type="submit"],
.lesson input.button,
.lesson button.button,
.quiz a.button,
.quiz a.button:visited,
.quiz #commentform #submit,
.quiz .submit,
.quiz input[type="submit"],
.quiz input.button,
.quiz button.button,
#tribe-bar-form .tribe-bar-submit input[type="submit"],
.posts-navigation .nav-links a,
.site-footer .top-footer .top-footer-toggle,
.sidebar .woocommerce.widget_price_filter .price_slider_amount .button,
.zoo-button,
.zoo-ajax-load-more .ajax-func,
.btn-readmore,
.zoo-banner-image.help-info .banner-readmore a,
.comment-form .form-submit input,
.form-submit input,
input.submit,
input[type="submit"],
button,
.btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 13px 20px 11px;
  border-width: 0;
  border-style: solid;
  border-radius: 3px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.d-none {
  display: none !important;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

/*-----------For 5 columns------------*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }

  .col-sm-2-5 {
    width: 40%;
    float: left;
  }

  .col-sm-3-5 {
    width: 60%;
    float: left;
  }

  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }

  .col-md-2-5 {
    width: 40%;
    float: left;
  }

  .col-md-3-5 {
    width: 60%;
    float: left;
  }

  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .col-lg-2-5 {
    width: 40%;
    float: left;
  }

  .col-lg-3-5 {
    width: 60%;
    float: left;
  }

  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
.site-title {
  margin: 0;
}

/*End color*/
.layout-boxes {
  background: #fff;
}
.layout-boxes.container {
  padding: 0;
}
.layout-boxes.container .vc_row[data-vc-full-width] {
  width: auto !important;
  position: static !important;
}
.layout-boxes.container .rev_slider_wrapper.fullwidthbanner-container {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/*Default css for header*/
.wrap-mobile-nav,
#menu-mobile-trigger {
  display: none;
}

.site-title {
  font-size: 26px;
}

.site-description {
  margin: 5px 0 0 0;
  font-size: 12px;
}

#site-branding {
  width: 18%;
  display: inline-block;
}

#logo {
  margin: 0;
  padding: 0;
}

#main-navigation {
  display: inline-block;
}

.content-header-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#icon-header {
  margin: 0 -10px 0;
  display: flex;
  padding-left: 10px;
  position: relative;
  z-index: 3;
}
#icon-header li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
#icon-header .search a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  font-size: 16px;
}
#icon-header .search-trigger {
  position: relative;
}
#icon-header .search-trigger i {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}
#icon-header .search-trigger.active .clever-icon-search-2 {
  opacity: 0;
}
#icon-header .search-trigger.active .clever-icon-close {
  opacity: 1;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#icon-header .search-trigger .clever-icon-close {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  bottom: 0;
  margin: auto;
}

/*Search block*/
.header-search-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}
.header-search-block.active {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.header-search-block input {
  background: none;
  padding: 0;
  width: 100%;
  margin: 0;
  border: none;
  font-size: 1.4rem;
}
.header-search-block i {
  display: none;
}

.menu-right-layout #main-navigation {
  width: 100%;
  text-align: right;
}

.logo-center-layout .main-menu > ul > li:first-child {
  margin-left: 0;
}
.logo-center-layout .main-menu > ul > li:first-child > a {
  padding-left: 0;
}

.stack-center-layout #site-branding,
.stack-center-layout #bottom-header {
  width: 100%;
  text-align: center;
}
.stack-center-layout #site-branding .container,
.stack-center-layout #bottom-header .container {
  position: relative;
}
.stack-center-layout #icon-header {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.stack-center-layout .header-search-block {
  padding: 0 15px;
}
.stack-center-layout .header-search-block form,
.stack-center-layout .header-search-block input {
  width: 100%;
  font-size: 1rem;
}
.stack-center-layout.type-2 #icon-header .search {
  display: none;
}
.stack-center-layout.type-2 .header-search-block {
  z-index: 2;
  opacity: 1;
  width: 300px;
  visibility: visible;
}
.stack-center-layout.type-2 .header-search-block .ipt {
  border-width: 1px;
  border-style: solid;
  padding: 0 10px;
}
.stack-center-layout.type-2 .header-search-block form {
  position: relative;
}
.stack-center-layout.type-2 .header-search-block i {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*Mobile css*/
.wrap-mobile-nav,
#menu-mobile-trigger {
  display: none;
}

@media (max-width: 992px) {
  #main-navigation {
    display: none;
  }

  #logo {
    /* padding: 15px 0 0 0; */
    text-align: center;
  }

  #menu-mobile-trigger {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    line-height: 32px;
    text-align: center;
    position: relative;
  }
  #menu-mobile-trigger .clever-icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #menu-mobile-trigger.active .clever-icon-close {
    opacity: 1;
  }
  #menu-mobile-trigger.active .clever-icon-menu-2 {
    opacity: 0;
  }

  .wrap-header-block .container {
    padding: 0 10px;
  }

  #icon-header > .search {
    display: none;
  }

  #site-branding {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 992px) and (max-width: 766px) {
  #site-branding {
    margin-right: 35px;
  }
}

@media (max-width: 992px) {
  .wrap-mobile-nav {
    overflow: scroll;
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    top: -100%;
    left: 0;
    z-index: 999;
    padding: 15px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
  }

  .search-wrap {
    position: relative;
  }
  .search-wrap .ipt {
    margin: 0;
    border: none;
    padding: 0 15px;
    border-width: 2px;
    border-style: solid;
  }
  .search-wrap i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #mobile-nav {
    padding: 10px 0;
  }
  #mobile-nav a {
    padding: 8px 0;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
  }
  #mobile-nav li {
    list-style: none;
    border-top-width: 1px;
    border-top-style: solid;
    padding: 0;
    position: relative;
  }
  #mobile-nav > div > ul {
    margin: 0;
  }
  #mobile-nav > div > ul > li:first-child {
    border-top: none;
  }

  .triggernav {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    text-align: center;
    cursor: pointer;
  }
  .triggernav.active i:before {
    content: "\c035";
  }

  .wrap-header-block {
    z-index: 4;
  }
}
/*End css for header*/

/*página histórico*/
#historico {
  column-gap: 40px;
}
#historico p {
  text-align: justify;
}
#historico .vc_row + .vc_row {
  margin-top: 50px;
}
#historico .vc_row.wpb_row.vc_row-fluid {
  display: flex;
  align-items: center;
}
#historico .wpb_single_image {
  display: flex;
  justify-content: center;
}

#historico .wpb_single_image img {
  border-radius: 10px;
  width: 175px;
}

/*histórico mobile*/
@media only screen and (max-width: 700px) {
  #historico .vc_col-sm-4 {
    display: none;
  }

  #historico p {
    margin-left: 6%;
    width: 80vw;
  }
}

/*Comments list*/
#comments-list .title-block {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-top: 22px;
  border-top-width: 1px;
  border-top-style: solid;
}
#comments-list .title-block.comment-rating-title {
  border: 0;
}
#comments-list > ol > li.comment:first-child {
  border: none;
}
#comments-list > ol {
  margin: 0;
}

.comment > ul.children {
  margin-left: 70px;
}

li.comment {
  list-style: none;
  border-top-width: 1px;
  border-top-style: solid;
  padding: 0;
}
li.comment .comment-ratting .rating {
  padding-left: 12px;
}

.comment-wrap {
  padding: 20px 0 15px;
  width: 100%;
  display: inline-block;
}

.comment-avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  float: left;
  width: 55px;
  height: 55px;
  display: block;
  overflow: hidden;
}

.comment-content {
  width: calc(100% - 55px);
  padding-left: 15px;
  float: left;
  display: inline-block;
  position: relative;
}
.comment-content .author-name {
  margin-bottom: 0;
  font-size: 1.06rem;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}

.comment-edit-link {
  margin-right: 5px;
}

.comment-reply-link,
.comment-edit-link {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  display: inline-block;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 0.6667rem;
  letter-spacing: 1px;
}

.date-post {
  font-size: 14px;
}

#respond,
#comments-list {
  margin-top: 25px;
}

#reply-title {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Widget */
.widget_calendar caption {
  font-weight: 700;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 2.3333;
  text-align: center;
  padding: 0;
}
.widget_calendar tbody a {
  font-weight: 700;
  display: block;
}

.widget_recent_comments ul li span {
  font-weight: bold;
}

.widget_rss li {
  margin-bottom: 1.6em;
}
.widget_rss li .rsswidget {
  border: 0;
  font-weight: 700;
}
.widget_rss .rss-date,
.widget_rss cite {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  display: block;
  line-height: 2;
  color: #acacac;
}

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  font-size: 14px;
  color: #fff;
  background-color: #d7d7d7;
  display: inline-block;
  line-height: 20px;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px 15px;
}

.widget_product_categories li,
.woocommerce .widget_layered_nav ul li,
.widget_archive li,
.widget_categories li,
.widget_sensei_course_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_entries li,
.widget_recent_comments li {
  padding: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.widget_product_categories li:first-child,
.woocommerce .widget_layered_nav ul li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_sensei_course_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_entries li:first-child,
.widget_recent_comments li:first-child {
  border-width: 0;
}

.widget_product_categories li > a,
.woocommerce .widget_layered_nav ul li > a,
.widget_archive li > a,
.widget_categories li > a,
.widget_sensei_course_categories li > a,
.widget_links li > a,
.widget_meta li > a,
.widget_nav_menu li > a,
.widget_pages li > a,
.widget_recent_entries li > a {
  display: inline-block;
  padding: 9px 0;
}

.widget_recent_comments li {
  display: inline-block !important;
  padding: 9px 0 !important;
}

.widget .textwidget br {
  line-height: 30px;
}

.widget .widget-title,
.widget .widgettitle {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}
.widget ul {
  margin: 0;
  list-style-type: none;
}
.widget ul ul.child,
.widget ul ul.children,
.widget ul ul.sub-menu {
  display: none;
  padding: 0 0 0 15px;
}
.widget ul li {
  line-height: inherit;
  position: relative;
}
.widget ul li .cat-trigger {
  position: absolute;
  top: 14px;
  right: 0;
  width: 30px;
  text-align: center;
  cursor: pointer;
  transition: transition-all(0.5s);
}
.widget ul li.open > .cat-trigger {
  transform: rotate(-180deg);
}
.widget ul li.open > ul.child,
.widget ul li.open > ul.children,
.widget ul li.open > ul.sub-menu {
  display: block;
}
.widget p {
  margin-bottom: 0;
}

/* Sidebar */
.vc_row .sidebar .wpb_content_element,
.sidebar .widget {
  margin-bottom: 40px;
}
.vc_row .sidebar .wpb_content_element:last-child,
.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar section,
.sidebar .widget {
  display: inline-block;
  width: 100%;
}
.sidebar section ul li,
.sidebar section ol li,
.sidebar .widget ul li,
.sidebar .widget ol li {
  line-height: 24px;
}
.sidebar .widget .widget-title,
.sidebar .widget .widgettitle {
  font-size: 24px;
  line-height: 36px;
  margin-top: -9px;
  margin-bottom: 22px;
}
.sidebar .widget ul li {
  font-size: 14px;
  position: relative;
}
.sidebar .widget ul li a {
  font-weight: 600;
}
.sidebar .widget select {
  width: 100%;
  padding: 5px 10px;
}
.sidebar .widget.widget_search .search-form label {
  width: 100%;
}
.sidebar .widget.widget_sp_image {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.sidebar .widget.widget_sp_image .widget_sp_image-image-link,
.sidebar .widget.widget_sp_image .widget_sp_image-image-link img {
  width: 100%;
}
.sidebar .widget.widget_sensei_lesson_component ul li {
  line-height: 22px;
  margin-bottom: 25px;
}
.sidebar .widget.widget_sensei_lesson_component ul li .button {
  text-decoration: underline;
}
.sidebar .widget.widget_sensei_lesson_component ul li a {
  font-weight: normal;
}
.sidebar .widget.widget_sensei_lesson_component ul li > a {
  font-size: 15px;
  font-weight: 600;
}
.sidebar .widget.widget_sensei_lesson_component ul li:last-child {
  margin-bottom: 0;
}
.sidebar.zoo-woo-sidebar .widget .widget-title,
.sidebar.zoo-woo-sidebar .widget .widgettitle {
  margin-top: 0;
  margin-bottom: 30px;
}

.zoo-icon-field {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.zoo-icon-field .wrap-icon-item {
  float: left;
  width: 50px;
  padding-top: 5px;
}
.zoo-icon-field .wrap-icon-item i {
  font-size: 2rem;
}
.zoo-icon-field .wrap-text-content {
  width: calc(100% - 50px);
  float: left;
}

.tagcloud a {
  font-size: 14px !important;
  border: 0;
  padding: 0 10px;
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
}

.nav-next {
  float: right;
  text-align: right;
}

.nav-previous {
  float: left;
}

section.error-404 {
  padding: 60px 0;
}

.variations ul,
.variations ol {
  list-style-type: none;
}

#comments-list > ol li.pingback,
#comments-list > ol li.trackback,
#comments-list > ol li.pings {
  margin-left: 20px;
  padding: 5px 0 15px;
}
#comments-list > ol li.pingback .comment-body,
#comments-list > ol li.trackback .comment-body,
#comments-list > ol li.pings .comment-body {
  margin-top: -24px;
}
#comments-list > ol li.pingback .comment-wrap,
#comments-list > ol li.trackback .comment-wrap,
#comments-list > ol li.pings .comment-wrap {
  padding: 0;
}
#comments-list > ol li.pingback .comment-content,
#comments-list > ol li.trackback .comment-content,
#comments-list > ol li.pings .comment-content {
  width: 100%;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .comment > ul.children {
    margin-left: 15px;
  }
}
/**
 * Theme core
 */
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.vc_row > .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.is-sticky .wrap-header-block {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}
.is-sticky .primary-nav ul.menu > li > a,
.is-sticky .primary-nav .menu > ul > li > a {
  padding: 24px 22px;
}

/* Header */
.social-share li {
  font-size: 14px;
  margin-right: 27px;
  display: inline-block;
}
.social-share li:last-child {
  margin-right: 0;
}

.wrap-header {
  position: relative;
  z-index: 999;
}
.wrap-header.full-width .container {
  width: 100%;
  max-width: none;
}

#top-header {
  font-size: 13px;
  line-height: 0;
}
#top-header ul {
  margin: 0;
  list-style-type: none;
}
#top-header ul li {
  display: inline-block;
}
#top-header .contact-info li {
  padding-left: 18px;
  padding-right: 18px;
  border-left-width: 1px;
  border-left-style: solid;
}
#top-header .contact-info li i {
  font-size: 14px;
  margin-right: 10px;
}
#top-header .contact-info li:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
#top-header .widget-title {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 47px;
  text-transform: uppercase;
  cursor: pointer;
}
#top-header .widget-title:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 6px;
}
#top-header .widget_nav_menu {
  position: relative;
}
#top-header .widget_nav_menu > div {
  position: absolute;
  transition: all 0.4s;
  top: calc(100% + 40px);
  right: 0;
  min-width: 140px;
  padding: 10px 15px;
  border-top: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  z-index: 111;
  opacity: 0;
  visibility: hidden;
}
#top-header .widget_nav_menu li {
  width: 100%;
  line-height: 24px;
  padding: 8px 0;
  float: left;
  border: 0;
  border-bottom: 1px solid #ebebeb;
}
#top-header .widget_nav_menu li:last-child {
  border-bottom: 0;
}
#top-header .widget_nav_menu:hover > div {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#top-header li {
  list-style: none;
}
#top-header #top-left-header .top-head-widget {
  float: left;
}
#top-header .top-head-widget {
  display: inline-block;
}
#top-header .zoo-icon-field {
  float: left;
  margin: 0;
  line-height: 45px;
  height: 45px;
}
#top-header .zoo-icon-field div {
  line-height: 45px;
  height: 45px;
}
#top-header .zoo-icon-field .wrap-icon-item {
  width: auto;
  padding: 0;
}
#top-header .zoo-icon-field .wrap-icon-item i {
  font-size: 0.9rem;
}
#top-header .wrap-text-content {
  font-size: 0.9rem;
  width: auto;
  padding: 0 20px 0 5px;
}
#top-header .row {
  display: flex;
  align-items: center;
}

#top-right-header {
  text-align: right;
}
#top-right-header .zoo-widget-social-icon {
  text-align: right;
  margin-right: -10px;
}
#top-right-header .zoo-widget-social-icon li {
  border: none;
  padding: 0;
  display: inline-block;
}

.zoo-widget-social-icon {
  margin: 0;
}
.zoo-widget-social-icon li {
  display: inline-block;
}
.zoo-widget-social-icon a {
  padding: 0px 10px;
  line-height: 35px;
  height: 35px;
}

/* Main menu */
.primary-nav ul {
  list-style-type: none;
  margin: 0;
}
.primary-nav a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 20px 10px;
}
.primary-nav .sub-menu,
.primary-nav .children {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 380px;
  text-align: left;
  padding: 0;
  display: none;
  background-color: #fff;
}
.primary-nav ul.menu,
.primary-nav .menu > ul {
  float: right;
  margin: 0;
  display: inline-block;
}
.primary-nav ul.menu > li,
.primary-nav .menu > ul > li {
  float: left;
  display: inline-block;
}
.primary-nav ul.menu > li > a,
.primary-nav .menu > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.1px;
  display: inline-block;
  padding: 41px 22px;
}
.primary-nav ul.menu > li .sub-menu li a,
.primary-nav .menu > ul > li .sub-menu li a {
  display: block;
  font-size: 16px;
  padding: 0 25px;
  line-height: 50px;
  border-top-width: 1px;
  border-top-style: solid;
}
.primary-nav ul.menu > li .sub-menu li:first-child a,
.primary-nav .menu > ul > li .sub-menu li:first-child a {
  border-top: 0;
}
.primary-nav ul.menu > li:last-child .sub-menu,
.primary-nav ul.menu > li:last-child .children,
.primary-nav .menu > ul > li:last-child .sub-menu,
.primary-nav .menu > ul > li:last-child .children {
  left: auto;
  right: 0;
}
.primary-nav li {
  position: relative;
}
.primary-nav li:hover > .sub-menu,
.primary-nav li:hover > .children {
  display: block;
  top: 100%;
}
.primary-nav li li:hover > .sub-menu,
.primary-nav li li:hover > .children {
  left: auto;
  right: 100%;
  top: 0;
}

.primary-nav .cmm-content-wrapper ul.menu > li,
.primary-nav .cmm-content-wrapper .menu > ul > li {
  display: block;
}

.vc_wp_custommenu.wpb_content_element {
  margin-bottom: 0;
}

@media (max-width: 769px) {
  #top-header .row {
    text-align: center;
  }

  #top-right-header,
  #top-left-header {
    text-align: center;
    width: 100%;
  }

  #top-left-header {
    display: none;
  }
}
/*Breadcrumb*/
.wrap-breadcrumb {
  padding: 10px 0;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  list-style: none;
}

/*Single post page*/
.wrap-site-main {
  padding: 70px 0;
}

.title-detail {
  font-size: 24px;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 18px;
}

.post-info {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
}
.post-info .post-comment {
  margin: 0;
}
.post-info > span {
  position: relative;
  padding-left: 14px;
  margin-left: 10px;
}
.post-info > span:before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
.post-info > span:first-child {
  padding-left: 0;
  margin-left: 0;
}
.post-info > span:first-child:before {
  display: none;
}

.header-post {
  margin-bottom: 18px;
}

.post-content {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.post-content img.alignleft {
  margin-right: 10px;
  margin-bottom: 10px;
}
.post-content figure img {
  margin-bottom: 10px;
}
.post-content .gallery {
  margin: 0 -5px;
}
.post-content .gallery figure {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
}

.tags-link-wrap {
  width: 100%;
  display: inline-block;
  margin-top: 45px;
  margin-bottom: 25px;
}
.tags-link-wrap h5 {
  display: inline;
  margin: 0 5px 0 0;
}
.tags-link-wrap a {
  text-transform: capitalize;
  padding: 7px 15px 6px;
  margin: 0 0 0 5px;
  border-radius: 3px;
}

.post-social {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.post-social .comments-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: inline-block;
}
.post-social .comments-title .post-social .comments-title i {
  font-size: 19px;
}

.content-area ul li,
.content-area ol li {
  line-height: 35px;
}

.social-icons {
  margin: 0;
  list-style-type: none;
}
.social-icons li {
  display: inline-block;
  line-height: inherit;
}
.social-icons li a {
  color: #999;
  font-size: 13px;
  padding: 0 5px;
}

.share-links .share-text,
.share-links .social-icons {
  display: inline-block;
}
.share-links .share-text {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 14px;
}
.share-links .social-icons li a {
  font-size: 18px;
}

.post-navigation,
.posts-navigation {
  clear: both;
  padding: 20px 0;
  margin-top: 0;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
  float: left;
}
.post-navigation a,
.posts-navigation a {
  display: block;
}
.post-navigation a span,
.posts-navigation a span {
  display: block;
  line-height: 20px;
}
.post-navigation a .post-title,
.posts-navigation a .post-title {
  font-size: 18px;
  font-weight: bold;
}
.post-navigation a .meta-nav,
.posts-navigation a .meta-nav {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-navigation a .meta-nav:before,
.post-navigation a .meta-nav:after,
.posts-navigation a .meta-nav:before,
.posts-navigation a .meta-nav:after {
  display: none;
}
.post-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-previous {
  float: left;
}

.post-author {
  font-size: 15px;
  width: 100%;
  display: inline-block;
  padding: 28px 30px;
  border-width: 2px;
  border-style: solid;
}

.author-img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  float: left;
}

.author-content {
  float: left;
  width: calc(100% - 100px);
  padding-left: 25px;
}
.author-content p {
  margin-bottom: 10px;
}

.post-author .author-name {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.wrap-author-social {
  width: 100%;
  margin: 0 0 0 -10px;
}
.wrap-author-social li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.wrap-author-social li a {
  width: 30px;
  font-size: 16px;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
}

.post-password-form,
.zoo-form-login {
  padding: 50px 0;
  text-align: center;
}
.post-password-form form,
.zoo-form-login form {
  max-width: 400px;
  margin: 0 auto;
}

.single-image {
  margin-bottom: 25px;
}

/*Related Post*/
.post-related {
  margin-top: 35px;
  padding: 40px 0px;
}
.post-related .title-block {
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  margin: 0 0 30px;
}
.post-related .title-post {
  font-size: 16px;
  margin: 0;
}
.post-related .wrap-post-thumbnail {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

/*End Related Post*/
/* Theme Sidebar */
.widget ul.children {
  padding: 15px 15px 0;
}
.widget ul.children li:last-child {
  padding-bottom: 0;
}

.zoo-posts-widget .side-item,
.widget_zoo_sensei_category_courses .side-item {
  display: flex;
}
.zoo-posts-widget .side-image,
.widget_zoo_sensei_category_courses .side-image {
  width: 70px;
  float: left;
}
.zoo-posts-widget .side-item-text,
.widget_zoo_sensei_category_courses .side-item-text {
  padding-left: 20px;
  width: calc(100% - 70px);
  float: left;
  display: inline-block;
}
.zoo-posts-widget .side-item-text h4,
.widget_zoo_sensei_category_courses .side-item-text h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}
.zoo-posts-widget .side-item-text h4 a,
.widget_zoo_sensei_category_courses .side-item-text h4 a {
  font-weight: inherit;
}
.zoo-posts-widget .side-item-text .side-item-meta,
.widget_zoo_sensei_category_courses .side-item-text .side-item-meta {
  font-size: 14px;
  line-height: 20px;
  display: inline-table;
  margin-bottom: 10px;
}
.zoo-posts-widget li,
.widget_zoo_sensei_category_courses li {
  width: 100%;
  display: inline-block;
  border: none;
  margin-bottom: 30px;
  padding: 0;
}
.zoo-posts-widget li:last-child,
.widget_zoo_sensei_category_courses li:last-child {
  margin-bottom: 0;
}

.sidebar .widget .zoo-posts-widget li a {
  font-weight: normal;
}

.widget ul.children {
  padding: 15px 15px 0;
}
.widget ul.children li:last-child {
  padding-bottom: 0;
}

/*Footer*/
.footer-block .widget_nav_menu li {
  border: 0;
}
.footer-block .widget_nav_menu li a {
  position: relative;
  padding-left: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-block .widget_nav_menu li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.footer-block .widget_nav_menu li a:hover {
  margin-left: 5px;
}
.footer-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-info li {
  margin-top: 8px;
  line-height: 30px;
}
.footer-info li:first-child {
  margin-top: 0;
}
.footer-info li i {
  text-align: center;
  min-width: 18px;
  display: inline-block;
  margin-right: 18px;
}

.wrap-footer-view-btn {
  width: 100%;
  text-align: center;
  display: none;
}

#bottom-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-footer-container {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top-width: 1px;
  border-top-style: solid;
}

.bottom-footer-block ul {
  margin: 0;
}
.bottom-footer-block li {
  display: inline-block;
  list-style: none;
  margin: 0 15px;
}
.bottom-footer-block li:last-child {
  margin-right: 0;
}

.wrap-main-footer {
  display: flex;
  justify-content: center;
}

.wrap-default-layout .bottom-footer-block {
  text-align: right;
}
.wrap-default-layout .wrap-main-footer {
  margin: 0 -15px;
}
.wrap-default-layout .main-footer-block {
  padding-top: 78px;
  padding-bottom: 60px;
}
.wrap-default-layout .widget_text {
  margin-bottom: 20px;
}
.wrap-default-layout .zoo-widget-social-icon {
  margin-left: -5px;
}
.wrap-default-layout .zoo-widget-social-icon a {
  font-size: 1.6rem;
}
.wrap-default-layout .widget_nav_menu .menu > li:first-child {
  padding-top: 0;
}
.wrap-default-layout .widget_nav_menu li {
  list-style: none;
}
.wrap-default-layout .widget_nav_menu ul {
  margin: 0;
}

.zoo_imghover_widget {
  margin-bottom: 25px;
}

.footer-widget-title {
  font-size: 20px;
  margin-bottom: 25px;
}

#top-footer .footer-widget {
  margin: 0;
}
#top-footer .footer-widget:first-child {
  margin-bottom: 15px;
  padding-top: 15px;
}

/* instagram widget */
.instagram-feed-heading {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 100;
}

#sbi_load {
  display: none;
}

@media (max-width: 769px) {
  .wrap-main-footer {
    display: inline-block;
  }
  .wrap-main-footer .main-footer-block {
    border: none;
    padding: 40px 15px 0 15px;
  }

  #main-footer .container {
    padding: 0 15px;
  }

  .wrap-default-layout .bottom-footer-block {
    text-align: center;
  }

  #bottom-footer .container {
    flex-direction: column-reverse;
  }
}
.zoo-breadcrumb-container {
  height: 30px;
  line-height: 30px;
  font-size: inherit;
}

.zoo-breadcrumb-separator {
  padding: 0 5px;
}

/*Blog Item*/
.entry-action .btn-readmore,
.entry-action .link-more {
  margin-top: 5px;
  display: inline-block;
}

.zoo-blog-item {
  margin-bottom: 30px;
}
.zoo-blog-item .post-info {
  margin: 0 0 5px;
  padding: 0;
}
.zoo-blog-item .zoo-post-inner {
  padding-bottom: 30px;
  width: 100%;
  display: inline-block;
}
.zoo-blog-item .title-post {
  margin-bottom: 10px;
}
.zoo-blog-item .entry-content {
  margin-bottom: 15px;
}
.zoo-blog-item .entry-content p {
  margin: 0;
}
.zoo-blog-item .wrap-media {
  margin-bottom: 25px;
}

.list-layout-item .wrap-media {
  float: left;
  width: 30%;
  margin: 0;
}
.list-layout-item .wrap-main-post {
  float: left;
  width: 70%;
  padding-left: 20px;
}

.readmore {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
}
.readmore i {
  padding-left: 3px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}
.readmore:hover i {
  padding-left: 15px;
}

.navigation.pagination,
.sensei-pagination {
  margin: 0;
  width: 100%;
  text-align: right;
  padding: 0 15px;
}
.navigation.pagination h2,
.sensei-pagination h2 {
  display: none;
}

.page-links,
.navigation.pagination,
.woocommerce nav.woocommerce-pagination,
.sensei-pagination,
.entry-pagination {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  position: relative;
}
.page-links:before,
.navigation.pagination:before,
.woocommerce nav.woocommerce-pagination:before,
.sensei-pagination:before,
.entry-pagination:before {
  content: "";
  height: 1px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
.page-links ul,
.page-links ol,
.page-links li,
.navigation.pagination ul,
.navigation.pagination ol,
.navigation.pagination li,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ol,
.woocommerce nav.woocommerce-pagination li,
.sensei-pagination ul,
.sensei-pagination ol,
.sensei-pagination li,
.entry-pagination ul,
.entry-pagination ol,
.entry-pagination li {
  list-style-type: none;
}

.entry-pagination ul {
  display: inline-block;
}
.entry-pagination li.next {
  float: right;
  line-height: 35px;
}
.entry-pagination li.next span {
  margin-left: 30px;
}
.entry-pagination li.prev {
  float: lett;
  line-height: 35px;
}
.entry-pagination li.prev span {
  margin-right: 30px;
}

.sensei-pagination {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  display: block;
}

.woocommerce nav.woocommerce-pagination:before {
  left: 0;
  right: 0;
}

.nav-links {
  width: 100%;
}

.page-numbers .page-numbers,
.page-numbers,
.entry-pagination ul li a {
  height: 35px;
  min-width: 35px;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  line-height: 35px;
  margin: 0 3px;
}
.page-numbers .page-numbers:last-child,
.page-numbers:last-child,
.entry-pagination ul li a:last-child {
  margin-right: 0;
}
.page-numbers .page-numbers:first-child,
.page-numbers:first-child,
.entry-pagination ul li a:first-child {
  margin-left: 0;
}
.page-numbers .page-numbers.dots,
.page-numbers.dots,
.entry-pagination ul li a.dots {
  background: none !important;
  min-width: 0;
  padding: 0;
}

.inpost-pagination {
  width: 100%;
  text-align: center;
  margin: 0 0 40px;
}
.inpost-pagination .pagination > span,
.inpost-pagination a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
  margin: 0 3px;
}

.has-sidebar .zoo-p-wrap-content {
  padding: 0 15px !important;
}

.lazy-img {
  opacity: 0;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
}
.lazy-img.loaded {
  opacity: 1;
}

.wrap-img {
  position: relative;
}
.wrap-img:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.wrap-img.loading:before {
  opacity: 1;
  visibility: visible;
  -webkit-animation: spinner-bubble 1.2s linear 0s infinite;
  animation: spinner-bubble 1.2s linear 0s infinite;
  z-index: 2;
}

/* Yes */
.header-search-block form {
  width: 100%;
}
.header-search-block form input {
  border: 0 !important;
  background: none !important;
}

.clear-both {
  clear: both;
}

#infinite-handle {
  text-align: center;
}
#infinite-handle .load-more-posts {
  padding: 6px 15px;
}
#infinite-handle .load-more-posts .load-more-text {
  display: inline-block;
}
#infinite-handle .load-more-posts .load-more-loading {
  display: none;
}
#infinite-handle.loading .load-more-posts .load-more-text {
  display: none;
}
#infinite-handle.loading .load-more-posts .load-more-loading {
  display: inline-block;
}

/* Back to top */
#back-to-top {
  font-size: 22px;
  text-align: center;
  width: 48px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  bottom: 0;
  display: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

/**
 * Theme
 */
.sticky-wrapper {
  height: auto !important;
}

.zoo-container .zoo-blog-item.grid-layout-item.col-sm-2:nth-of-type(5n + 1) {
  clear: both;
}
.zoo-container .zoo-blog-item.grid-layout-item.col-sm-3:nth-of-type(4n + 1) {
  clear: both;
}
.zoo-container .zoo-blog-item.grid-layout-item.col-sm-4:nth-of-type(3n + 1) {
  clear: both;
}
.zoo-container .zoo-blog-item.grid-layout-item.col-sm-1-5:nth-of-type(5n + 1) {
  clear: both;
}
.zoo-container .zoo-blog-item.grid-layout-item.col-sm-6:nth-of-type(2n + 1) {
  clear: both;
}

.woocommerce .woocommerce-message a.button {
  width: auto !important;
}

#zoo_eduhub-header {
  z-index: 100000;
}

.readmore-link {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.cvca-links {
  text-align: center;
}
.cvca-links .cvca-links-content {
  margin: auto;
  display: inline-block;
}
.cvca-links .cvca-links-content a {
  position: relative;
  color: #666;
  padding: 5px 0;
}
.cvca-links .cvca-links-content a:after {
  content: "";
  height: 1px;
  background: #636363;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.cvca-links.style-1 .cvca-links-content a {
  color: #fff;
  font-size: 18px;
  text-transform: none;
  margin: 0 10px;
  padding: 10px 20px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  border-width: 0;
  border-style: solid;
  border-radius: 3px;
  background: #252525;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
.cvca-links.style-1 .cvca-links-content a:after {
  display: none;
}
.cvca-links.style-1 .cvca-links-content a:hover {
  color: #fff;
}

form .space {
  position: relative;
  text-align: center;
}
form .space:after {
  content: "";
  height: 1px;
  background: #ebebeb;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}
form .space span {
  display: inline-block;
  margin: auto;
  padding: 0 20px;
  background: #f9f9f9;
  position: relative;
  z-index: 2;
}

.load-more-pagination,
.infinite-pagination {
  text-align: center;
}
.load-more-pagination .button,
.infinite-pagination .button {
  background: #252525;
}
.load-more-pagination .button:before,
.infinite-pagination .button:before {
  content: "\f110";
  font-family: FontAwesome;
  margin-right: 5px;
}

.entry-pagination ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.entry-pagination ul li {
  display: inline-block;
}
.entry-pagination ul li.prev {
  float: left;
}
.entry-pagination ul li.next {
  float: right;
}

ul.list-link {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.list-link.horizontal li {
  display: inline-block;
}

.block-right #icon-header {
  display: inline-block;
}

/* Header Menu Category layout */
.top-menu-block {
  display: inline-block;
}
.top-menu-block.list-link li {
  margin-left: 40px;
}
.top-menu-block.list-link li i {
  margin-right: 5px;
}
.top-menu-block.list-link li:first-child {
  margin-left: 0;
}

.cmm-container .cmm > li > a {
  border-radius: 3px;
}

.wrap-header .cmm-container .cmm li ul li > ul,
.wrap-header .cmm-container .cmm li ul li > .cmm-sub-container,
.wrap-header .cmm-container .cmm li ul li > .cmm-content-container,
.wrap-header .cmm-container .cmm li ul li:hover > ul,
.wrap-header .cmm-container .cmm li ul li:hover > .cmm-sub-container,
.wrap-header .cmm-container .cmm li ul li:hover > .cmm-content-container {
  right: 100% !important;
  left: auto !important;
}

.wrap-header-block.header-category-layout #site-branding {
  float: left;
  height: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.wrap-header-block.header-category-layout #icon-header {
  margin: 0 0 0 15px;
}
.wrap-header-block.header-category-layout #icon-header .search {
  display: none;
}
.wrap-header-block.header-category-layout #icon-header .top-cart-icon i {
  font-family: "cleversoft";
}
.wrap-header-block.header-category-layout #icon-header .top-cart-icon i:before {
  content: "\c160";
}
.wrap-header-block.header-category-layout #main-navigation {
  float: left;
}
.wrap-header-block.header-category-layout .header-search-block {
  background: none;
}
.wrap-header-block.header-category-layout .header-search-block,
.wrap-header-block.header-category-layout .block-right {
  padding-top: 12px;
  padding-bottom: 12px;
}
.wrap-header-block.header-category-layout .block-right {
  line-height: 46px;
}
.wrap-header-block.header-category-layout .block-right .wrap-icon-cart {
  height: auto;
  line-height: inherit;
}
.wrap-header-block.header-category-layout .header-search-block {
  position: static;
  display: inline-block;
  max-width: 270px;
  margin-left: 7px;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
}
.wrap-header-block.header-category-layout .header-search-block i {
  display: inline-block;
}
.wrap-header-block.header-category-layout .header-search-block input {
  font-size: 14px;
  font-weight: normal;
}
.wrap-header-block.header-category-layout .header-search-block form {
  position: relative;
  height: 46px;
  padding-left: 34px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}
.wrap-header-block.header-category-layout .header-search-block form i {
  font-size: 15px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -7px;
}
.wrap-header-block.header-category-layout .header-search-block form input {
  height: 44px;
  padding-left: 15px;
}

.menu-category-block.primary-nav .main-menu > ul.menu > li > a,
.menu-category-block.primary-nav .main-menu > .menu > ul > li > a {
  padding: 23px 20px;
}

/* Visual addon */
.relative {
  position: relative;
}

.zoo-addon-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.zoo-overlay-content {
  position: relative;
  z-index: 3;
}

.cvca-wrap-video-popup {
  width: 80%;
}

.cvca-video {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cvca-video .cvca-wrap-video-content {
  color: #fff;
  padding: 15px;
}
.cvca-video .cvca-wrap-video-content .cvca-video-button {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-top: 85px;
}
.cvca-video .cvca-wrap-video-content .cvca-video-title {
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 0;
}
.cvca-video .cvca-wrap-video-content .cvca-video-desc {
  font-size: 21px;
  font-weight: 300;
}

.cvca-testimonial-shortcode.home3-testimonial,
.cvca-testimonial-shortcode.home4-testimonial {
  color: #e1e1e1;
}
.cvca-testimonial-shortcode.home3-testimonial h1,
.cvca-testimonial-shortcode.home3-testimonial h2,
.cvca-testimonial-shortcode.home3-testimonial h3,
.cvca-testimonial-shortcode.home3-testimonial h4,
.cvca-testimonial-shortcode.home3-testimonial h5,
.cvca-testimonial-shortcode.home3-testimonial .title-block,
.cvca-testimonial-shortcode.home4-testimonial h1,
.cvca-testimonial-shortcode.home4-testimonial h2,
.cvca-testimonial-shortcode.home4-testimonial h3,
.cvca-testimonial-shortcode.home4-testimonial h4,
.cvca-testimonial-shortcode.home4-testimonial h5,
.cvca-testimonial-shortcode.home4-testimonial .title-block {
  color: #fff;
}
.cvca-testimonial-shortcode.home3-testimonial
  .cvca-testimonial-carousel
  .slick-dots
  li,
.cvca-testimonial-shortcode.home3-testimonial .cvca-carousel .slick-dots li,
.cvca-testimonial-shortcode.home4-testimonial
  .cvca-testimonial-carousel
  .slick-dots
  li,
.cvca-testimonial-shortcode.home4-testimonial .cvca-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff !important;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.cvca-testimonial-shortcode.home3-testimonial
  .cvca-testimonial-carousel
  .slick-dots
  li:hover,
.cvca-testimonial-shortcode.home3-testimonial
  .cvca-testimonial-carousel
  .slick-dots
  li.slick-active,
.cvca-testimonial-shortcode.home3-testimonial
  .cvca-carousel
  .slick-dots
  li:hover,
.cvca-testimonial-shortcode.home3-testimonial
  .cvca-carousel
  .slick-dots
  li.slick-active,
.cvca-testimonial-shortcode.home4-testimonial
  .cvca-testimonial-carousel
  .slick-dots
  li:hover,
.cvca-testimonial-shortcode.home4-testimonial
  .cvca-testimonial-carousel
  .slick-dots
  li.slick-active,
.cvca-testimonial-shortcode.home4-testimonial
  .cvca-carousel
  .slick-dots
  li:hover,
.cvca-testimonial-shortcode.home4-testimonial
  .cvca-carousel
  .slick-dots
  li.slick-active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.cvca-testimonial-shortcode.home3-testimonial.style-1
  .cvca-testimonial-item
  .cvca-wrap-avatar,
.cvca-testimonial-shortcode.home3-testimonial.style-2
  .cvca-testimonial-item
  .cvca-wrap-avatar,
.cvca-testimonial-shortcode.home4-testimonial.style-1
  .cvca-testimonial-item
  .cvca-wrap-avatar,
.cvca-testimonial-shortcode.home4-testimonial.style-2
  .cvca-testimonial-item
  .cvca-wrap-avatar {
  width: 82px;
  height: 82px;
  margin-right: 17px;
  border: 6px solid rgba(255, 255, 255, 0.1);
}
.cvca-testimonial-shortcode.home3-testimonial.style-1
  .cvca-testimonial-item
  .cvca-wrap-author,
.cvca-testimonial-shortcode.home3-testimonial.style-2
  .cvca-testimonial-item
  .cvca-wrap-author,
.cvca-testimonial-shortcode.home4-testimonial.style-1
  .cvca-testimonial-item
  .cvca-wrap-author,
.cvca-testimonial-shortcode.home4-testimonial.style-2
  .cvca-testimonial-item
  .cvca-wrap-author {
  display: inline-block;
  width: 100%;
}
.cvca-testimonial-shortcode.home3-testimonial.style-1
  .cvca-testimonial-item
  .cvca-wrap-author
  .media
  .media-body,
.cvca-testimonial-shortcode.home3-testimonial.style-2
  .cvca-testimonial-item
  .cvca-wrap-author
  .media
  .media-body,
.cvca-testimonial-shortcode.home4-testimonial.style-1
  .cvca-testimonial-item
  .cvca-wrap-author
  .media
  .media-body,
.cvca-testimonial-shortcode.home4-testimonial.style-2
  .cvca-testimonial-item
  .cvca-wrap-author
  .media
  .media-body {
  text-align: left;
  width: auto !important;
}
.cvca-testimonial-shortcode.home3-testimonial.text-center,
.cvca-testimonial-shortcode.home4-testimonial.text-center {
  text-align: center;
}
.cvca-testimonial-shortcode.home3-testimonial.text-center.style-1
  .cvca-testimonial-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home3-testimonial.text-center.style-1
  .cvca-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home3-testimonial.text-center.style-2
  .cvca-testimonial-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home3-testimonial.text-center.style-2
  .cvca-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home4-testimonial.text-center.style-1
  .cvca-testimonial-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home4-testimonial.text-center.style-1
  .cvca-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home4-testimonial.text-center.style-2
  .cvca-testimonial-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home4-testimonial.text-center.style-2
  .cvca-carousel
  .slick-dots {
  text-align: center;
}
.cvca-testimonial-shortcode.home3-testimonial.text-center.style-1
  .cvca-testimonial-item,
.cvca-testimonial-shortcode.home3-testimonial.text-center.style-2
  .cvca-testimonial-item,
.cvca-testimonial-shortcode.home4-testimonial.text-center.style-1
  .cvca-testimonial-item,
.cvca-testimonial-shortcode.home4-testimonial.text-center.style-2
  .cvca-testimonial-item {
  text-align: center;
}
.cvca-testimonial-shortcode.home3-testimonial.text-center.style-1
  .cvca-testimonial-item
  .cvca-wrap-author
  .media,
.cvca-testimonial-shortcode.home3-testimonial.text-center.style-2
  .cvca-testimonial-item
  .cvca-wrap-author
  .media,
.cvca-testimonial-shortcode.home4-testimonial.text-center.style-1
  .cvca-testimonial-item
  .cvca-wrap-author
  .media,
.cvca-testimonial-shortcode.home4-testimonial.text-center.style-2
  .cvca-testimonial-item
  .cvca-wrap-author
  .media {
  margin: auto;
}
.cvca-testimonial-shortcode.home3-testimonial {
  text-align: center;
}
.cvca-testimonial-shortcode.home3-testimonial h1,
.cvca-testimonial-shortcode.home3-testimonial h2,
.cvca-testimonial-shortcode.home3-testimonial h3,
.cvca-testimonial-shortcode.home3-testimonial h4,
.cvca-testimonial-shortcode.home3-testimonial h5,
.cvca-testimonial-shortcode.home3-testimonial .title-block {
  text-transform: none;
}
.cvca-testimonial-shortcode.home3-testimonial.style-1 .cvca-testimonial-item,
.cvca-testimonial-shortcode.home3-testimonial.style-2 .cvca-testimonial-item {
  text-align: center;
}
.cvca-testimonial-shortcode.home3-testimonial.style-1
  .cvca-testimonial-item
  .cvca-wrap-author
  .cvca-testimonial-author,
.cvca-testimonial-shortcode.home3-testimonial.style-2
  .cvca-testimonial-item
  .cvca-wrap-author
  .cvca-testimonial-author {
  color: #fff;
}
.cvca-testimonial-shortcode.home3-testimonial.style-1
  .cvca-testimonial-item
  .cvca-wrap-author
  .cvca-testimonial-des,
.cvca-testimonial-shortcode.home3-testimonial.style-2
  .cvca-testimonial-item
  .cvca-wrap-author
  .cvca-testimonial-des {
  color: #e1e1e1;
}
.cvca-testimonial-shortcode.home3-testimonial.style-1
  .cvca-testimonial-item
  .cvca-wrap-author
  .media,
.cvca-testimonial-shortcode.home3-testimonial.style-2
  .cvca-testimonial-item
  .cvca-wrap-author
  .media {
  margin-left: auto;
  margin-right: auto;
  padding: 27px 0 12px;
}
.cvca-testimonial-shortcode.home3-testimonial.style-1
  .cvca-testimonial-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home3-testimonial.style-1
  .cvca-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home3-testimonial.style-2
  .cvca-testimonial-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home3-testimonial.style-2
  .cvca-carousel
  .slick-dots {
  text-align: center;
}
.cvca-testimonial-shortcode.home4-testimonial .title-block {
  text-align: center;
  margin-bottom: 50px;
}
.cvca-testimonial-shortcode.home4-testimonial .slick-track {
  padding-bottom: 50px;
}
.cvca-testimonial-shortcode.home4-testimonial.style-1
  .cvca-testimonial-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home4-testimonial.style-1
  .cvca-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home4-testimonial.style-2
  .cvca-testimonial-carousel
  .slick-dots,
.cvca-testimonial-shortcode.home4-testimonial.style-2
  .cvca-carousel
  .slick-dots {
  text-align: center;
}
.cvca-testimonial-shortcode.home4-testimonial.style-1 .cvca-testimonial-content,
.cvca-testimonial-shortcode.home4-testimonial.style-2
  .cvca-testimonial-content {
  color: #acacac;
}
.cvca-testimonial-shortcode.home4-testimonial.style-1 .cvca-testimonial-item,
.cvca-testimonial-shortcode.home4-testimonial.style-2 .cvca-testimonial-item {
  position: relative;
  padding: 20px 0 50px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 5px;
  border: 2px solid rgba(136, 136, 136, 0.3);
}
.cvca-testimonial-shortcode.home4-testimonial.style-1
  .cvca-testimonial-item
  .cvca-testimonial-content,
.cvca-testimonial-shortcode.home4-testimonial.style-2
  .cvca-testimonial-item
  .cvca-testimonial-content {
  padding: 0 30px;
}
.cvca-testimonial-shortcode.home4-testimonial.style-1
  .cvca-testimonial-item
  .cvca-wrap-author,
.cvca-testimonial-shortcode.home4-testimonial.style-2
  .cvca-testimonial-item
  .cvca-wrap-author {
  position: relative;
}
.cvca-testimonial-shortcode.home4-testimonial.style-1
  .cvca-testimonial-item
  .cvca-wrap-author
  .media,
.cvca-testimonial-shortcode.home4-testimonial.style-2
  .cvca-testimonial-item
  .cvca-wrap-author
  .media {
  position: absolute;
  bottom: -98px;
  left: 70px;
  padding: 0;
}

.zoo-banner-image {
  position: relative;
}
.zoo-banner-image + .zoo-banner-image {
  margin-top: 30px;
}
.zoo-banner-image .banner-media {
  position: relative;
  overflow: hidden;
}
.zoo-banner-image .banner-media img {
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
}
.zoo-banner-image .banner-media a {
  display: block;
}
.zoo-banner-image .banner-media.banner-media-link .zoo-addon-overlay,
.zoo-banner-image .banner-media .banner-media-link .zoo-addon-overlay {
  z-index: 2;
}
.zoo-banner-image .banner-content {
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 20px;
  background: none;
}
.zoo-banner-image .banner-content a,
.zoo-banner-image .banner-content h1,
.zoo-banner-image .banner-content h2,
.zoo-banner-image .banner-content h3,
.zoo-banner-image .banner-content h4,
.zoo-banner-image .banner-content h5,
.zoo-banner-image .banner-content h6 {
  color: #fff;
  margin: 0;
  background: none;
}
.zoo-banner-image .banner-content .banner-title {
  font-size: 16px;
  font-weight: bold;
}
.zoo-banner-image .banner-content .banner-description {
  font-size: 13px;
}
.zoo-banner-image .banner-readmore a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
}
.zoo-banner-image.style-1 .banner-content .banner-title {
  font-size: 21px;
}
.zoo-banner-image.top-left .banner-content {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.zoo-banner-image.top-right .banner-content {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  text-align: right;
}
.zoo-banner-image.top-center .banner-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  text-align: center;
}
.zoo-banner-image.center-left .banner-content {
  left: 0;
  right: auto;
  top: 50%;
  transform: translate(0, -50%);
}
.zoo-banner-image.center-right .banner-content {
  left: auto;
  right: 0;
  top: 50%;
  text-align: right;
  transform: translate(0, -50%);
}
.zoo-banner-image.center-center .banner-content {
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
}
.zoo-banner-image.bottom-left .banner-content {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}
.zoo-banner-image.bottom-right .banner-content {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  text-align: right;
}
.zoo-banner-image.bottom-center .banner-content {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.zoo-banner-image:hover .banner-media img {
  transform: scale(1.15);
}

.zoo-feature-box {
  position: relative;
}
.zoo-feature-box .media-right,
.zoo-feature-box .media > .pull-right {
  padding-left: 20px;
}
.zoo-feature-box .media-left,
.zoo-feature-box .media > .pull-left {
  padding-right: 20px;
}
.zoo-feature-box .media {
  vertical-align: middle;
  display: table;
  margin-bottom: 0;
}
.zoo-feature-box .media .media-body {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.zoo-feature-box .media .media-body .feature-box-title {
  margin: 0 0 12px;
  line-height: 1;
}
.zoo-feature-box.text-center .media {
  margin-left: auto;
  margin-right: auto;
}
.zoo-feature-box.text-right .feature-box-content,
.zoo-feature-box.text-left .feature-box-content {
  clear: both;
}
.zoo-feature-box.before-style.text-right .media,
.zoo-feature-box.after-style.text-right .media {
  float: right;
}

.zoo-feature-box.style-1 {
  padding: 30px 10px;
}
.zoo-feature-box.style-1 .feature-box-title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.zoo-feature-box.style-1 .feature-box-media {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
}
.zoo-feature-box.style-2 {
  width: 100%;
  padding: 15px;
}
.zoo-feature-box.style-2 .zoo-feature-box-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.zoo-feature-box.style-2 .feature-box-title,
.zoo-feature-box.style-2 .feature-box-content {
  color: #fff;
}
.zoo-feature-box.style-2 .feature-box-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin: 15px 0 0;
}
.zoo-feature-box.style-2 .feature-box-content {
  font-size: 12px;
  text-transform: uppercase;
}
.zoo-feature-box.style-3 {
  padding: 90px 20px 60px;
  border-radius: 5px;
  color: #959595;
}
.zoo-feature-box.style-3 .feature-box-title,
.zoo-feature-box.style-3 .feature-box-title a {
  color: #fff;
}
.zoo-feature-box.style-3 .feature-box-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 25px;
}
.zoo-feature-box.style-3.before-style .feature-box-media {
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
}
.zoo-feature-box.contact-box {
  padding: 20px 30px;
  border-width: 5px;
  border-style: solid;
  border-color: #ebebeb;
}
.zoo-feature-box.contact-box .media {
  margin: 0;
}
.zoo-feature-box.contact-box .feature-box-media i {
  margin-right: 20px;
}
.zoo-feature-box.contact-box .feature-box-content p {
  margin: 0;
}

.no-space.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.no-space.vc_row .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.no-space.vc_row .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.boxed-no-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: flex;
}
.boxed-no-space.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.boxed-no-space.vc_row .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.boxed-no-space.vc_row .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.boxed-no-space .wpb_column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.boxed-no-space .wpb_column .vc_column-inner,
.boxed-no-space .wpb_column .wpb_wrapper,
.boxed-no-space .wpb_column .zoo-feature-box {
  height: 100%;
}
.boxed-no-space .zoo-feature-box.style-2 {
  display: flex !important;
  text-align: center;
  min-height: 150px;
}
.boxed-no-space .zoo-feature-box.style-2 .zoo-feature-box-inner {
  margin: auto;
}

@media (max-width: 992px) {
  .boxed-no-space {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
  }
  .boxed-no-space .wpb_column {
    width: 33.333%;
    display: inline-block;
    height: 150px;
  }
  .boxed-no-space .zoo-feature-box.style-2 {
    margin: 0;
  }
}
@media (max-width: 425px) {
  .boxed-no-space .wpb_column {
    width: 100%;
  }
}
.section-heading,
.vc_row .title-block {
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
}

.vc_row .title-block.title-block-medium {
  font-size: 30px;
}
.vc_row .title-block.title-block-small {
  font-size: 24px;
}
.vc_row .title-block.title-block-tiny {
  font-size: 20px;
}

.section-heading {
  text-align: center;
  margin-bottom: 67px !important;
}

.section-heading span,
.home4-testimonial .title-block {
  position: relative;
  padding-bottom: 20px;
  background-image: url("assets/images/icon-edu.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.section-heading span:before,
.section-heading span:after,
.home4-testimonial .title-block:before,
.home4-testimonial .title-block:after {
  content: "";
  height: 1px;
  background: rgba(230, 80, 46, 0.3);
  position: absolute;
  bottom: 6px;
  margin: 0 auto;
  width: 50px;
}
.section-heading span:before,
.home4-testimonial .title-block:before {
  left: 50%;
  right: auto;
  margin-left: 21px;
}
.section-heading span:after,
.home4-testimonial .title-block:after {
  left: auto;
  right: 50%;
  margin-right: 21px;
}

.dark {
  color: #acacac;
}
.dark .section-heading span {
  background-image: url("assets/images/icon-edu-white.png");
}
.dark .section-heading span:before,
.dark .section-heading span:after {
  background: rgba(255, 255, 255, 0.3);
}
.dark .heading-thin a,
.dark .section-heading,
.dark .cvca-testimonial-shortcode .cvca-testimonial-author a,
.dark .cvca-blog-item .entry-content,
.dark .feature-box-title a {
  color: #fff;
}
.dark .cvca-shortcode-sensei-courses {
  color: #494949;
}
.dark .cvca-shortcode-sensei-courses.layout-1 a {
  color: #252525;
}
.dark .cvca-shortcode-sensei-courses.layout-1 .author-name,
.dark .cvca-shortcode-sensei-courses.layout-1 .course-lesson-count,
.dark .cvca-shortcode-sensei-courses.layout-1 .comments-number a {
  font-size: 13px;
  font-weight: normal;
  color: #959595;
}
.dark .cvca-shortcode-sensei-courses.layout-1 .author-name,
.dark .cvca-shortcode-sensei-courses.layout-1 .course-lesson-count {
  margin-right: 5px;
  padding-right: 10px;
}
.dark .cvca-shortcode-sensei-courses.layout-1 .author-name {
  position: relative;
}
.dark .cvca-shortcode-sensei-courses.layout-1 .author-name:after {
  content: "";
  height: 13px;
  width: 1px;
  background-color: #959595;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.dark .cvca-shortcode-sensei-courses.layout-1 .course-title {
  line-height: 20px;
  margin-top: 5px;
}
.dark.discover h3 a {
  color: #fff;
}
.dark.discover .read-more a:hover {
  color: #00aeef;
}
.dark .cvca-blog-shortcode.home3-style h3 a {
  color: #fff;
}
.dark .cvca-blog-shortcode.home3-style .read-more a:hover {
  color: #00aeef;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  border: 0 !important;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
  border: 0;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
  padding: 25px 30px;
}
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panel-title
  > a {
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  padding: 22px 30px;
  background: #ebebeb;
}
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panel-title
  > a
  i {
  height: 100%;
  width: 60px;
  line-height: 100%;
  text-align: center;
  display: inline-block;
  right: 0;
}
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panel-title
  > a
  i.vc_tta-controls-icon-chevron:before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  color: #252525;
  font-size: 12px;
  line-height: 60px;
  font-family: "cleversoft";
  content: "\c149";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.6s;
}
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a,
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panel:hover
  .vc_tta-panel-title
  > a {
  color: #fff;
  background: #00aeef;
}
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a
  i.vc_tta-controls-icon-chevron:before,
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panel:hover
  .vc_tta-panel-title
  > a
  i.vc_tta-controls-icon-chevron:before {
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#main .cvca-shortcode-sensei-courses.layout-1 .course-container > li,
#main .cvca-shortcode-sensei-courses.layout-1 .course-container li.course {
  margin-bottom: 0;
  padding: 0;
}
#main
  .cvca-shortcode-sensei-courses.layout-1
  .course-container
  > li
  .course-text,
#main
  .cvca-shortcode-sensei-courses.layout-1
  .course-container
  li.course
  .course-text {
  padding: 0;
}
#main
  .cvca-shortcode-sensei-courses.layout-1
  .course-container
  > li
  .course-excerpt,
#main
  .cvca-shortcode-sensei-courses.layout-1
  .course-container
  li.course
  .course-excerpt {
  padding-bottom: 0;
}
#main
  .cvca-shortcode-sensei-courses.layout-1
  .course-container
  > li
  .course-content,
#main
  .cvca-shortcode-sensei-courses.layout-1
  .course-container
  li.course
  .course-content {
  margin-top: 35px;
  padding-top: 35px;
  box-shadow: none;
  border-top: 1px solid #ebebeb;
}
#main
  .cvca-shortcode-sensei-courses.layout-1
  .course-container
  > li:first-child
  .course-content,
#main
  .cvca-shortcode-sensei-courses.layout-1
  .course-container
  li.course:first-child
  .course-content {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#main .cvca-shortcode-sensei-courses.layout-2 .course-container {
  margin-left: 0;
  margin-right: 0;
}
#main .cvca-shortcode-sensei-courses.layout-2 .course-container > li,
#main .cvca-shortcode-sensei-courses.layout-2 .course-container li.course {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#main
  .cvca-shortcode-sensei-courses.layout-2
  .course-container
  > li
  .course-content,
#main
  .cvca-shortcode-sensei-courses.layout-2
  .course-container
  li.course
  .course-content {
  box-shadow: none;
}
#main
  .cvca-shortcode-sensei-courses.layout-2
  .course-container
  > li:hover
  .course-media:before,
#main
  .cvca-shortcode-sensei-courses.layout-2
  .course-container
  li.course:hover
  .course-media:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.cvca-shortcode-sensei-courses.layout-1 {
  padding: 50px 85px;
  background: #fff;
}
.cvca-shortcode-sensei-courses.layout-1 .course-header .course-author {
  margin-right: 15px;
}
.cvca-shortcode-sensei-courses.layout-2 .course-date {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.cvca-shortcode-sensei-courses.layout-2 .course-header .course-title {
  font-size: 20px;
}
.cvca-shortcode-sensei-courses.layout-2 .course-media a {
  width: 100%;
  display: block;
}
.cvca-shortcode-sensei-courses.layout-2 .course-media a img {
  width: 100%;
  transition: all 0.6s;
}
.cvca-shortcode-sensei-courses.layout-2 .course-media:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.6s;
}
.cvca-shortcode-sensei-courses.layout-2 li.course .course-content {
  position: relative;
  overflow: hidden;
}
.cvca-shortcode-sensei-courses.layout-2 li.course .course-content .course-text {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  color: #fff;
  background: none;
  z-index: 2;
  transition: all 0.6s;
}
.cvca-shortcode-sensei-courses.layout-2
  li.course
  .course-content
  .course-text
  a {
  color: #fff;
}
.cvca-shortcode-sensei-courses.layout-2
  li.course
  .course-content
  .course-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #e6502e;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s;
}
.cvca-shortcode-sensei-courses.layout-2 li.course:hover .course-media a img {
  transform: scale(1.1);
}
.cvca-shortcode-sensei-courses.layout-2
  li.course:hover
  .course-content
  .course-text:before {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.cvca-testimonial-shortcode .cvca-testimonial-content {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.cvca-testimonial-shortcode .cvca-testimonial-content p {
  color: inherit;
}
.cvca-testimonial-shortcode .cvca-testimonial-author {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cvca-testimonial-shortcode .cvca-testimonial-des {
  color: inherit;
}
.cvca-testimonial-shortcode .cvca-testimonial-carousel .slick-dots,
.cvca-testimonial-shortcode .cvca-carousel .slick-dots {
  text-align: center;
}
.cvca-testimonial-shortcode .cvca-testimonial-carousel .slick-dots li,
.cvca-testimonial-shortcode .cvca-carousel .slick-dots li {
  padding: 0;
  display: inline-block;
  background: #ebebeb;
  opacity: 1;
  cursor: pointer;
}
.cvca-testimonial-shortcode .cvca-testimonial-carousel .slick-dots li:before,
.cvca-testimonial-shortcode .cvca-carousel .slick-dots li:before {
  display: none;
}
.cvca-testimonial-shortcode .cvca-testimonial-carousel .slick-dots li:hover,
.cvca-testimonial-shortcode
  .cvca-testimonial-carousel
  .slick-dots
  li.slick-active,
.cvca-testimonial-shortcode .cvca-carousel .slick-dots li:hover,
.cvca-testimonial-shortcode .cvca-carousel .slick-dots li.slick-active {
  background: #959595;
}
.cvca-testimonial-shortcode.default
  .cvca-testimonial-item
  .cvca-testimonial-content {
  max-width: 850px;
  padding-top: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
.cvca-testimonial-shortcode.default
  .cvca-testimonial-item
  .cvca-testimonial-content:before {
  color: #ebebeb;
  content: "\c140";
  font-family: "cleversoft";
  font-size: 70px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.cvca-testimonial-shortcode.style-1 .cvca-testimonial-content {
  color: #636363;
  padding-top: 5px;
}
.cvca-testimonial-shortcode.style-1 .cvca-testimonial-item {
  text-align: left;
  padding: 0;
}
.cvca-testimonial-shortcode.style-1 .cvca-testimonial-item .cvca-wrap-avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 5px solid #959595;
  border-radius: 100%;
  padding: 0;
  margin-right: 25px;
}
.cvca-testimonial-shortcode.style-1
  .cvca-testimonial-item
  .cvca-wrap-avatar
  img {
  width: 100%;
  height: 100%;
}
.cvca-testimonial-shortcode.style-1
  .cvca-testimonial-item
  .cvca-testimonial-author {
  margin: 0;
}
.cvca-testimonial-shortcode.style-1
  .cvca-testimonial-item
  .cvca-wrap-author-info {
  padding: 0;
}
.cvca-testimonial-shortcode.style-1
  .cvca-testimonial-item
  .cvca-wrap-author
  .media {
  display: table;
  margin: 0;
  padding: 42px 0 22px;
}
.cvca-testimonial-shortcode.style-1
  .cvca-testimonial-item
  .cvca-wrap-author
  .media
  > div {
  display: table-cell;
  vertical-align: middle;
}
.cvca-testimonial-shortcode.style-1
  .cvca-testimonial-item
  .cvca-testimonial-author {
  font-size: 16px;
  text-transform: uppercase;
}
.cvca-testimonial-shortcode.style-1 .cvca-testimonial-carousel .slick-dots,
.cvca-testimonial-shortcode.style-1 .cvca-carousel .slick-dots {
  text-align: left;
}

.cvca-testimonial-shortcode.default
  .zoo-overlay-content
  .cvca-testimonial-content,
.cvca-testimonial-shortcode.style-1
  .zoo-overlay-content
  .cvca-testimonial-content {
  color: #fff;
}

.cvca-testimonial-content .why-choose,
.text-white {
  color: #fff;
}
.cvca-testimonial-content .why-choose .section-title,
.cvca-testimonial-content .why-choose h1,
.cvca-testimonial-content .why-choose h2,
.cvca-testimonial-content .why-choose h3,
.cvca-testimonial-content .why-choose h4,
.cvca-testimonial-content .why-choose h5,
.cvca-testimonial-content .why-choose h6,
.cvca-testimonial-content .why-choose a,
.text-white .section-title,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a {
  color: #fff;
}

.section-title,
.zoo-sensei-courses-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

div.cvca-blog-shortcode {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.cvca-blog-shortcode.grid:not(.grid-1-col) .cvca-blog-item .wrap-media,
.cvca-blog-shortcode.grid:not(.grid-1-col) .cvca-blog-item .post-info {
  margin: 0;
}

.cvca-blog-shortcode.grid:not(.grid-1-col) .cvca-blog-item .post-date {
  color: #fff;
  font-size: 14px;
  text-transform: none;
}

.cvca-blog-shortcode.grid:not(.grid-1-col) .cvca-blog-item .readmore {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
}

.cvca-blog-shortcode.grid:not(.grid-1-col) .cvca-blog-item .cvca-post-inner {
  box-shadow: none;
}

.cvca-blog-shortcode.grid:not(.grid-1-col) .cvca-blog-item .wrap-content-post {
  padding: 25px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
}

.cvca-blog-shortcode .cvca-blog-item .entry-content {
  margin: 0;
}

.cvca-blog-shortcode.grid:not(.grid-1-col) .cvca-blog-item .title-post {
  font-size: 17px;
}
.cvca-blog-shortcode .cvca-blog-item .cvca-post-inner {
  padding-bottom: 0;
}
.cvca-blog-shortcode .cvca-post-footer {
  display: -webkit-flex;
  display: flex;
}
.cvca-blog-shortcode .cvca-post-footer > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  width: 50%;
  padding: 8px 20px;
}
.cvca-blog-shortcode .cvca-post-footer .post-info {
  color: #fff;
  background: #bbd442;
}
.cvca-blog-shortcode .cvca-post-footer .post-info a {
  color: #fff;
}
.cvca-blog-shortcode .cvca-post-footer .read-more {
  text-align: center;
  color: #fff;
  background: #00a0df;
}
.cvca-blog-shortcode .cvca-post-footer .read-more a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.cvca-blog-shortcode .cvca-post-footer .read-more:hover {
  background: #3a6ee8;
}

.btn-group-wrap {
  text-align: center;
}
.btn-group-wrap .btn {
  font-size: 18px;
  text-transform: none;
  margin: 0 10px;
  padding: 12px 20px;
}
.btn-group-wrap .btn.btn-dark {
  background: #252525;
}

.zoo-cta-actions .btn {
  font-size: 18px;
  text-transform: none;
  border-radius: 4px;
  padding: 22px 44px 22px;
}

.cvca-team-member img {
  margin-bottom: 25px !important;
}
.cvca-team-member .cvca-team-member-content .member-name {
  font-size: 21px;
  margin-bottom: 10px;
}
.cvca-team-member .cvca-team-member-content .member-position {
  color: #acacac;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.cvca-team-member .cvca-team-member-content .member-social {
  margin-top: 20px;
}
.cvca-team-member .cvca-team-member-content .member-social li {
  padding-left: 0;
}
.cvca-team-member .cvca-team-member-content .member-social li:before {
  display: none;
}

.vc_row ul.member-social {
  margin-top: 20px;
}
.vc_row ul.member-social li {
  padding: 0;
}

/* Widget */
.newsletter-widget {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 58px 15px;
  margin-bottom: 60px;
  overflow: hidden;
  background: url("assets/images/newsletter-bg.png") -34px 76px no-repeat;
}
.newsletter-widget .widget-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.newsletter-widget form {
  max-width: 572px;
  margin: auto;
  position: relative;
}
.newsletter-widget .tnp-widget {
  margin-top: 48px;
}
.newsletter-widget .tnp-widget .tnp-field.tnp-field-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 130px;
  margin: 0;
}
.newsletter-widget .tnp-widget .tnp-field.tnp-field-button input {
  font-size: 14px;
  font-weight: bold;
}
.newsletter-widget .tnp-widget .tnp-field label {
  display: none;
}
.newsletter-widget .tnp-widget input[type="text"],
.newsletter-widget .tnp-widget input[type="email"],
.newsletter-widget .tnp-widget select {
  padding: 15px 10px;
  border-color: #ebebeb;
  background: #fff;
}
.newsletter-widget .tnp-widget input[type="submit"] {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* About us page */
.vc_row ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 500;
}
.vc_row ul li {
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
}
.vc_row ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: #ccc;
}

.about-intro .wpb_text_column .wpb_wrapper {
  padding-left: 0px;
}
.about-intro .wpb_text_column .wpb_wrapper h1 {
  line-height: 1;
}
.about-intro .wpb_text_column .wpb_wrapper ul li {
  line-height: 32px;
  padding-left: 36px;
}
.about-intro .wpb_text_column .wpb_wrapper ul li:before {
  left: 18px;
}

.contact-image {
  position: relative;
  z-index: 5;
}

.zoo-cta .zoo-cta-header h2,
.zoo-cta .zoo-cta-header h3,
.zoo-cta .zoo-cta-header h4 {
  line-height: 1;
}
.zoo-cta .zoo-cta-header h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
.zoo-cta .zoo-cta-header h4 {
  font-size: 48px;
  font-weight: bold;
}
.zoo-cta .zoo-cta-actions {
  margin-top: 40px;
}
.zoo-cta.contact-block .zoo-cta-header h3 {
  font-size: 34px;
  font-weight: 300;
  line-height: 48px;
}
.zoo-cta.contact-block .zoo-cta-desc {
  color: #959595;
  padding: 20px 0;
}
.zoo-cta.contact-block .zoo-cta-desc i {
  color: #252525;
}
.zoo-cta.contact-block .zoo-cta-actions {
  margin-top: 50px;
}
.zoo-cta.contact-block .zoo-cta-footer {
  color: #252525;
  font-size: 21px;
  margin-top: 25px;
}

.feature-title {
  font-weight: 500;
}

.feature-content ul {
  float: left;
  width: 50%;
  display: inline-block;
}

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
}

.btn-link a,
.btn-link .vc_general {
  position: relative;
  border: 0 !important;
  padding: 5px 0 !important;
  background: none !important;
}
.btn-link a:after,
.btn-link .vc_general:after {
  content: "";
  height: 1px;
  background: #636363;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Author page */
.main-content.author-page li a {
  color: #959595;
}
.main-content.author-page li a.post-title {
  color: #252525;
}
.main-content.author-page .entry-pagination {
  text-align: center;
}
.main-content.author-page .entry-pagination ul,
.main-content.author-page .entry-pagination ol,
.main-content.author-page .entry-pagination li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-content.author-page .entry-pagination ul {
  display: inline-block;
}
.main-content.author-page .entry-pagination li a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  height: 35px;
  min-width: 35px;
  display: inline-block;
  padding: 0 5px;
  margin: 0 3px;
}
.main-content.author-page .entry-pagination .prev {
  float: left;
}
.main-content.author-page .entry-pagination .prev span {
  margin-right: 5px;
}
.main-content.author-page .entry-pagination .next {
  float: right;
}
.main-content.author-page .entry-pagination .next span {
  margin-left: 5px;
}

/* Home 1 */
.home1-intro-courses .zoo-banner-image .banner-content {
  font-size: 14px;
  padding: 40px;
}
.home1-intro-courses .zoo-banner-image .banner-content .banner-title {
  margin-bottom: 15px;
}
.home1-intro-courses .zoo-banner-image .banner-content .banner-readmore {
  margin-top: 20px;
}

/* Home 2 */
.vc_row.why-choose-us {
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center bottom;
}
.vc_row.why-choose-us .section-heading {
  margin-bottom: 60px !important;
}

.about-intro .btn {
  margin-top: 45px;
}

/* Home 3 */
.section-heading.style2 span,
.title-block-medium,
.title-block-small {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 25px;
  background-image: url("assets/images/title-bg-pattern.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
.section-heading.style2 span:before,
.section-heading.style2 span:after,
.title-block-medium:before,
.title-block-medium:after,
.title-block-small:before,
.title-block-small:after {
  display: none;
}

.section-heading.style2 {
  text-align: left;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .section-heading.style2 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .section-heading.style2 {
    margin-bottom: 30px !important;
  }
}

.about-block {
  padding: 13px 30px 25px;
  border: 10px solid #ebebeb;
}
.about-block .title-block {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.about-block .readmore-link {
  display: inline-block;
  margin-top: 15px;
}

.wpb-js-composer .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  margin-bottom: 20px !important;
  padding-bottom: 6px !important;
  background-image: url("assets/images/title-bg-pattern.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
.wpb-js-composer
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:before {
  content: "";
  width: 2px;
  height: 17px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #acacac;
}
.wpb-js-composer
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  a {
  color: #acacac;
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  background: none !important;
}
.wpb-js-composer
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:first-child:before {
  display: none;
}
.wpb-js-composer
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:first-child
  a {
  padding-left: 0;
}
.wpb-js-composer
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:hover
  a,
.wpb-js-composer
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  a {
  color: #252525;
  background: none !important;
}

.cvca-video.home3-style {
  padding: 100px 15px;
}
.cvca-video.home3-style .cvca-wrap-video-content .cvca-video-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  border: 3px solid #fff;
  background: none !important;
}
.cvca-video.home3-style .cvca-wrap-video-content .cvca-video-button i {
  font-family: FontAwesome !important;
  padding-left: 8px;
  font-size: 24px;
  vertical-align: top;
  line-height: 64px;
  margin: 0;
  display: inline-block;
}
.cvca-video.home3-style .cvca-wrap-video-content .cvca-video-button i:before {
  content: "\f04b" !important;
}
.cvca-video.home3-style .cvca-wrap-video-content .cvca-video-button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.cvca-blog-shortcode.home3-style.grid:not(.grid-1-col)
  .cvca-blog-item
  .title-post {
  font-size: 20px;
}
.cvca-blog-shortcode.home3-style .cvca-post-inner {
  background: none !important;
}
.cvca-blog-shortcode.home3-style .cvca-blog-item .wrap-content-post {
  border: 0 !important;
  padding: 25px 0 15px !important;
}
.cvca-blog-shortcode.home3-style .cvca-post-footer > div {
  text-align: left;
  display: inline-block;
  padding: 0;
  background: none;
}
.cvca-blog-shortcode.home3-style .cvca-post-footer > div:hover {
  background: none;
}
.cvca-blog-shortcode.home3-style .cvca-post-footer .read-more {
  text-align: left;
}
.cvca-blog-shortcode.home3-style .cvca-post-footer .read-more a {
  color: #252525;
}
.cvca-blog-shortcode.home3-style .cvca-post-footer .read-more a:hover {
  background: none;
}

.dark .cvca-blog-shortcode.home3-style .cvca-post-footer .read-more a {
  color: #fff;
}
.dark .cvca-blog-shortcode.home3-style .cvca-post-footer .read-more a:hover {
  color: #00aeef;
}

.zoo-banner-image.help-info {
  position: relative;
}
.zoo-banner-image.help-info:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(26, 59, 102, 0.9);
}
.zoo-banner-image.help-info .banner-content {
  position: relative;
  z-index: 2;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  right: auto !important;
  transform: none !important;
}
.zoo-banner-image.help-info .banner-content .banner-title {
  font-size: 30px;
  font-weight: bold;
}
.zoo-banner-image.help-info .banner-content .banner-description {
  font-size: 16px;
}
.zoo-banner-image.help-info .banner-content .banner-description .tell-number {
  font-size: 21px;
  font-weight: bold;
}
.zoo-banner-image.help-info .banner-media a {
  padding-top: 29px;
  padding-bottom: 29px;
}
.zoo-banner-image.help-info .banner-readmore a {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cvca-blog-slider-shortcode .cvca-post-inner {
  position: relative;
}
.cvca-blog-slider-shortcode .cvca-post-inner .wrap-content-post {
  color: #d7d7d7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px;
  background: -webkit-gradient(
    linear,
    bottom,
    top,
    from(rgba(0, 0, 0, 0.8)),
    to(transparent)
  );
  background: -moz-linear-gradient(0, rgba(0, 0, 0, 0.8), transparent);
  background: -ms-linear-gradient(0, rgba(0, 0, 0, 0.8), transparent);
  background: -o-linear-gradient(0, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(0, rgba(0, 0, 0, 0.8), transparent);
}
.cvca-blog-slider-shortcode .cvca-post-inner .wrap-content-post .title-post {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.cvca-blog-slider-shortcode .cvca-post-inner .wrap-content-post .title-post a {
  color: #fff;
}
.cvca-blog-slider-shortcode .cvca-post-inner .post-info {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}
.cvca-blog-slider-shortcode .cvca-blog-slider-item.col-full {
  margin-bottom: 30px;
}
.cvca-blog-slider-shortcode .cvca-carousel-btn {
  position: absolute;
  top: -92px;
  right: 0;
  font-size: 18px;
}
.cvca-blog-slider-shortcode .cvca-carousel-btn i {
  font-family: FontAwesome !important;
}
.cvca-blog-slider-shortcode .cvca-carousel-btn.prev-item {
  right: 30px;
}
.cvca-blog-slider-shortcode .cvca-carousel-btn.prev-item i:before {
  content: "\f104";
}
.cvca-blog-slider-shortcode .cvca-carousel-btn.next-item i:before {
  content: "\f105";
}

/* Home 4 */
.zoo-feature-box.home4-style1 .feature-box-media {
  margin-bottom: 30px;
}
.zoo-feature-box.home4-style1 .feature-box-media img {
  max-width: 230px;
  max-height: 230px;
  border-radius: 100%;
}
.zoo-feature-box.home4-style1 .feature-box-title {
  margin-bottom: 20px;
}
.zoo-feature-box.home4-style1 .zoo-feature-box-inner > a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  border: 2px solid #fff;
  padding: 10px 20px;
  margin-top: 36px;
  display: inline-block;
}
.zoo-feature-box.home4-style1 .zoo-feature-box-inner > a:hover {
  border-color: #ffca00;
  background: #ffca00;
}
.zoo-feature-box.home4-style1 .zoo-feature-box-inner .feature-box-content {
  padding: 0 22px;
}
.zoo-feature-box.home4-style2 {
  padding: 34px 40px 40px 40px;
  border-radius: 90px;
}
.zoo-feature-box.home4-style2 .pull-left .feature-box-media {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  text-align: center;
}
.zoo-feature-box.home4-style2 .media .media-body .feature-box-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 28px;
  padding-left: 40px;
}
.zoo-feature-box.home4-style2 .feature-box-content {
  color: #fff;
}

div.cvca-blog-shortcode.grid-1 {
  width: 100%;
  display: table;
  margin: 0;
}

.cvca-blog-item.grid-1-layout-item {
  padding: 0;
  margin: 0;
  position: relative;
}
.cvca-blog-item.grid-1-layout-item .cvca-post-inner {
  border: 0;
}
.cvca-blog-item.grid-1-layout-item .wrap-content-post {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  color: #fff;
  background: none;
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cvca-blog-item.grid-1-layout-item .wrap-content-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #e6502e;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cvca-blog-item.grid-1-layout-item .wrap-media {
  margin-bottom: 0;
}
.cvca-blog-item.grid-1-layout-item .wrap-media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.8);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cvca-blog-item.grid-1-layout-item .wrap-media a,
.cvca-blog-item.grid-1-layout-item .wrap-media img {
  width: 100%;
}
.cvca-blog-item.grid-1-layout-item .post-info {
  color: #fff;
}
.cvca-blog-item.grid-1-layout-item .title-post {
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.cvca-blog-item.grid-1-layout-item .title-post a {
  color: #fff;
}
.cvca-blog-item.grid-1-layout-item:hover .wrap-media:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.cvca-blog-item.grid-1-layout-item:hover .wrap-content-post:before {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/* Events */
input::-webkit-input-placeholder {
  color: #757575 !important;
  font-style: normal;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #757575 !important;
  font-style: normal;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575 !important;
  font-style: normal;
}

input:-ms-input-placeholder {
  color: #757575 !important;
  font-style: normal;
}

input[placeholder],
[placeholder],
*[placeholder] {
  color: #757575 !important;
  font-style: normal;
}

.datepicker.dropdown-menu {
  max-width: 300px !important;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.datepicker .table-condensed {
  border: 0;
}

.tribe-events-day {
  padding: 0;
}

#tribe-events {
  padding-top: 90px;
}
#tribe-events #tribe-bar-form {
  background: none;
}
#tribe-events #tribe-bar-form input {
  font-size: 14px;
  font-weight: normal !important;
}
#tribe-events #tribe-bar-form input[type="text"] {
  color: #bbb !important;
  padding: 8px 12px;
  border: 1px solid #ebebeb;
  background: #fff;
}
#tribe-events #tribe-bar-form input[type="submit"] {
  margin-top: 24px;
}
#tribe-events #tribe-bar-form label {
  font-size: 16px;
  text-transform: none;
  margin: 0 0 15px;
}
#tribe-events #tribe-bar-form #tribe-bar-views {
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
}
#tribe-events #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  width: 100%;
  left: 0;
  right: 0;
}
#tribe-events #tribe-bar-form #tribe-bar-views li.tribe-bar-views-option {
  display: inline-block;
}
#tribe-events #tribe-bar-form #tribe-bar-views li.tribe-bar-views-option a {
  color: #bbb;
  font-weight: 600;
  background: none;
}
#tribe-events
  #tribe-bar-form
  #tribe-bar-views
  li.tribe-bar-views-option:hover
  a,
#tribe-events
  #tribe-bar-form
  #tribe-bar-views
  li.tribe-bar-views-option.tribe-bar-active
  a {
  color: #252525;
}
#tribe-events #tribe-bar-form #tribe-bar-views .tribe-bar-views-list {
  width: auto;
  position: static;
}
#tribe-events #tribe-bar-form .tribe-bar-filters-inner {
  margin-left: -15px;
  margin-right: -15px;
}
#tribe-events #tribe-bar-form .tribe-bar-views-inner {
  padding: 15px 0;
  border: 1px solid #ebebeb;
  background: none;
}
#tribe-events #tribe-bar-form .tribe-bar-views-inner label {
  float: left;
  display: inline-block;
  margin: 0;
  line-height: 28px;
}
#tribe-events #tribe-events-bar {
  margin-bottom: 80px;
}
#tribe-events #tribe-events-content {
  padding: 0 0 60px;
}
#tribe-events #tribe-geo-results h2.tribe-events-page-title,
#tribe-events h2.tribe-events-page-title {
  margin-bottom: 30px;
}
#tribe-events #tribe-events-footer .tribe-events-sub-nav {
  margin-top: 30px;
}
#tribe-events .tribe-events-list-separator-month {
  color: #252525;
  text-transform: uppercase;
}
#tribe-events .tribe-events-list-separator-month:after {
  border-bottom: 1px solid #ebebeb;
}
#tribe-events .tribe-events-list .tribe-events-event-cost span {
  color: #fff;
  font-weight: normal;
  padding: 5px 18px;
  border-radius: 3px;
}
#tribe-events .tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
}
#tribe-events .tribe-events-day .tribe-events-day-time-slot h5 {
  font-size: 18px;
  padding: 9px;
  border-radius: 3px;
}
#tribe-events .tribe-events-list .type-tribe_events {
  margin-top: 32px;
  margin-top: 2rem;
  padding-top: 32px;
  padding-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
#tribe-events .tribe-events-list .type-tribe_events h2 {
  line-height: 30px;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  color: #fff;
  font-size: 20px;
  padding: 8px 20px;
  border-radius: 3px;
}

.events-list #tribe-events .tribe-events-loop,
.single-tribe_organizer #tribe-events .tribe-events-loop,
.single-tribe_venue #tribe-events .tribe-events-loop,
.tribe-events-day #tribe-events .tribe-events-loop {
  max-width: 100%;
}

#tribe-bar-views {
  text-align: center;
}

#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  color: #7fbf00;
}

.tribe-events-viewmore a {
  color: #7fbf00;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background-color: #444;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar
  td.tribe-events-present
  div[id*="tribe-events-daynum-"]
  > a {
  background-color: #7fbf00;
}

.tribe-events-calendar thead th {
  font-size: 14px;
}

#tribe-events-content
  .tribe-events-calendar
  div[id*="tribe-events-event-"]
  h3.tribe-events-month-event-title {
  font-family: inherit;
  font-weight: bold;
  font-size: 13px;
  text-transform: none;
}

.tribe-events-calendar thead th {
  background-color: #333;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}

.cvca-shortcode-events ul {
  list-style-type: none;
}
.cvca-shortcode-events ul li {
  margin: 0;
  padding: 0;
}
.cvca-shortcode-events ul li:before {
  display: none;
}
.cvca-shortcode-events .section-heading.style2 span,
.cvca-shortcode-events .title-block-medium,
.cvca-shortcode-events .title-block-small {
  padding-bottom: 10px;
}
.cvca-shortcode-events .zoo-events-list {
  margin: 0;
  padding: 0;
}
.cvca-shortcode-events .zoo-events-list .pull-left {
  padding-right: 20px;
}
.cvca-shortcode-events .zoo-events-list .pull-left .zoo-event-date {
  float: left;
  color: #7da7d9;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-right: 18px;
}
.cvca-shortcode-events .zoo-events-list .pull-left .zoo-event-date span {
  width: 100%;
  display: block;
  line-height: 1;
}
.cvca-shortcode-events .zoo-events-list .pull-left .zoo-event-date .day {
  font-size: 48px;
}
.cvca-shortcode-events .zoo-events-list .pull-left .zoo-event-date .month {
  margin-top: 7px;
}
.cvca-shortcode-events .zoo-events-list .pull-left .tribe-event-image {
  float: right;
}
.cvca-shortcode-events .zoo-events-list .pull-left.image-date .zoo-event-date {
  width: 40%;
}
.cvca-shortcode-events
  .zoo-events-list
  .pull-left.image-date
  .tribe-event-image {
  width: 60%;
}
.cvca-shortcode-events .zoo-events-list .zoo-event {
  margin-top: 20px;
  padding-top: 20px;
}
.cvca-shortcode-events .zoo-events-list .zoo-event:first-child {
  margin-top: 0;
  padding-top: 0;
}
.cvca-shortcode-events .zoo-events-list .zoo-event .zoo-event-title {
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: -5px;
}
.cvca-shortcode-events .zoo-events-list .zoo-event .zoo-event-duration {
  color: #acacac;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 7px;
}
.cvca-shortcode-events .zoo-events-list .zoo-event .zoo-event-duration a {
  color: #acacac;
}
.cvca-shortcode-events .zoo-events-list .zoo-event .zoo-event-desc {
  font-size: 14px;
  color: #494949;
}
.cvca-shortcode-events .zoo-events-list .zoo-event .zoo-event-time:after {
  content: "/";
  display: inline-block;
  padding: 0 2px;
}
.cvca-shortcode-events .zoo-events-view-all {
  margin-top: 20px;
  text-align: right;
  text-decoration: underline;
}

/* bbpress */
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 14px;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  color: #fff;
  background: #333;
}
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
  border-right: 1px solid #444;
}
#bbpress-forums li.bbp-header a,
#bbpress-forums li.bbp-footer a {
  color: #f5f5f5;
}
#bbpress-forums li.bbp-header {
  padding: 10px 15px;
}
#bbpress-forums li.bbp-header .forum-titles {
  font-size: 16px;
}
#bbpress-forums li.bbp-footer {
  padding: 5px 15px;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 15px;
}
#bbpress-forums .forum .bbp-forum-title {
  font-size: 16px;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  width: 20px;
  margin-bottom: 0px;
}

/**
 * Custom widgets: Image Baner, Instagram
 */
/* Instagram widget */
.null-instagram-feed .instagram-pics {
  list-style-type: none;
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.null-instagram-feed .instagram-pics li,
.null-instagram-feed .instagram-pics .pic-item {
  float: left;
  width: 33.333%;
  margin: 0 !important;
  padding: 4px !important;
}
.null-instagram-feed .instagram-pics li a,
.null-instagram-feed .instagram-pics li .pic-link,
.null-instagram-feed .instagram-pics .pic-item a,
.null-instagram-feed .instagram-pics .pic-item .pic-link {
  display: inline-table;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.null-instagram-feed .instagram-pics li a:before,
.null-instagram-feed .instagram-pics li .pic-link:before,
.null-instagram-feed .instagram-pics .pic-item a:before,
.null-instagram-feed .instagram-pics .pic-item .pic-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.null-instagram-feed .instagram-pics li a img,
.null-instagram-feed .instagram-pics li .pic-link img,
.null-instagram-feed .instagram-pics .pic-item a img,
.null-instagram-feed .instagram-pics .pic-item .pic-link img {
  transition: all 0.5s ease-in-out;
}
.null-instagram-feed .instagram-pics li a:hover:before,
.null-instagram-feed .instagram-pics li .pic-link:hover:before,
.null-instagram-feed .instagram-pics .pic-item a:hover:before,
.null-instagram-feed .instagram-pics .pic-item .pic-link:hover:before {
  opacity: 0.65;
  visibility: visible;
}
.null-instagram-feed .instagram-pics li a:hover img,
.null-instagram-feed .instagram-pics li .pic-link:hover img,
.null-instagram-feed .instagram-pics .pic-item a:hover img,
.null-instagram-feed .instagram-pics .pic-item .pic-link:hover img {
  transform: scale(1.08);
}
.null-instagram-feed .clear a,
.null-instagram-feed .instagram-follow {
  font-size: 11px;
  margin-bottom: 0;
  clear: both;
}

/* Banner Image Widget */
.widget_sp_image {
  position: relative;
}
.widget_sp_image .widget_sp_image-image-link {
  display: inline-table;
  overflow: hidden;
}
.widget_sp_image .widget_sp_image-image-link img {
  transition: all 0.6s;
}
.widget_sp_image .widget_sp_image-description {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.widget_sp_image .widget_sp_image-description h1,
.widget_sp_image .widget_sp_image-description h2,
.widget_sp_image .widget_sp_image-description h3,
.widget_sp_image .widget_sp_image-description h4,
.widget_sp_image .widget_sp_image-description h5 {
  color: #fff;
}
.widget_sp_image .title {
  color: inherit;
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
  font-weight: lighter;
}
.widget_sp_image .caption {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0;
}
.widget_sp_image .banner-action {
  margin-top: 20px;
}
.widget_sp_image:hover .widget_sp_image-image-link img {
  transform: scale(1.08);
}

/* Custom Text - Working hours */
.sidebar .working-hours,
.widget .working-hours,
.working-hours {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar .working-hours li,
.widget .working-hours li,
.working-hours li {
  line-height: 47px;
  border-bottom-width: 1px;
  border-style: solid;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.vc_row ul.working-hours li {
  line-height: 48px;
  margin-bottom: 0;
  padding-left: 0;
}
.vc_row ul.working-hours li:before {
  display: none;
}

.opening-hours {
  max-width: 278px;
}

/**
 * Woocommerce
 */
/* Shop page css */
.zoo-woo-page {
  padding: 60px 15px 70px;
}

.woocommerce .wrap-breadcrumb {
  position: relative;
  z-index: 1;
}
.woocommerce .wrap-breadcrumb .container {
  position: relative;
}
.woocommerce .wrap-breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  line-height: 30px;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: inherit;
}

/* Top product page */
#top-product-page {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 10px 0;
  margin-bottom: 18px;
}
#top-product-page .col-xs-4 {
  padding: 0;
}

.is-sticky #top-product-page {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  padding: 10px 20px;
}

#woo-cover-page {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
#woo-cover-page .fullwidthbanner-container .tp-revslider-mainul {
  width: 100% !important;
  max-width: 100%;
}

.content-cat-thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.layout-control-block {
  margin: 0;
}
.layout-control-block li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}
.layout-control-block li a {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  display: block;
  width: 30px;
  height: 30px;
}
.layout-control-block li:last-child {
  margin: 0;
}
.layout-control-block li:first-child {
  margin-left: -5px;
}

.woocommerce .woocommerce-result-count {
  text-align: center;
  margin: 0;
}

.woocommerce .woocommerce-ordering {
  margin: 0;
  position: relative;
}
.woocommerce .woocommerce-ordering i {
  position: absolute;
  right: 12px;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce .woocommerce-ordering select {
  float: right;
  -moz-appearance: inherit;
  -webkit-appearance: none;
  padding-right: 20px;
  border: none;
}
.woocommerce .woocommerce-ordering select::-ms-expand {
  display: none;
}

/*Products block*/
.woocommerce .zoo-woo-page span.onsale,
#zoo-quickview-lb.woocommerce span.onsale {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.8667rem;
  min-height: 20px;
  line-height: 20px;
  padding: 0 8px;
  font-weight: 400;
  margin: 0;
  width: auto;
}

.wrap-img {
  display: block;
}

.products {
  margin: 0 -12px !important;
  display: inline-block;
  width: calc(100% + 24px);
}
.products .product {
  padding: 17px 12px;
}
.products span.onsale {
  margin: 0 !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  z-index: 1;
}
.products .quick-view {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.products .product .wrap-img:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  background: rgba(0, 0, 0, 0.6);
}
.products .product:hover .wrap-img:after {
  opacity: 1;
  visibility: visible;
}
.products .product:hover .quick-view {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.products.grid .wrap-product-img {
  margin-bottom: 5px;
}
.products.grid .wrap-product-img a.button,
.products.grid .wrap-product-img a.added_to_cart {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.products.grid span.onsale {
  margin: 0 !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
}
.products.grid .product-description {
  display: none;
}
.products.grid .wrap-product-infor {
  text-align: center;
}
.products.grid .product {
  float: left;
  display: inline-block;
}
.products.grid .product:hover .wrap-product-img a.button,
.products.grid .product:hover .wrap-product-img a.added_to_cart {
  visibility: visible;
  opacity: 1;
}
.products.grid .wrap-product-infor a.button,
.products.grid .wrap-product-infor a.added_to_cart {
  display: none;
}
.products.list .wrap-product-img {
  width: 25%;
  float: left;
}
.products.list .wrap-product-img a.button,
.products.list .wrap-product-img a.added_to_cart {
  display: none;
}
.products.list .wrap-product-infor {
  width: 75%;
  float: left;
  text-align: left;
  padding-left: 20px;
}
.products.list .wrap-product-infor .star-rating {
  margin: 5px 0 10px;
}
.products.list .wrap-product-infor .price {
  justify-content: flex-start !important;
}
.products.list .wrap-product-infor a.button,
.products.list .wrap-product-infor a.added_to_cart {
  display: inline-block;
}
.products .quick-view {
  font-size: 0.8rem;
  letter-spacing: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products .wrap-product-img {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.products .wrap-product-img:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.products .wrap-product-img.loading:before {
  opacity: 1;
  visibility: visible;
  -webkit-animation: spinner-bubble 1.2s linear 0s infinite;
  animation: spinner-bubble 1.2s linear 0s infinite;
  z-index: 2;
}

.woocommerce .products .star-rating {
  margin: 5px auto 10px;
}
.woocommerce .star-rating {
  height: 15px;
}
.woocommerce .star-rating span:before {
  line-height: 15px;
}
.woocommerce .price ins {
  text-decoration: none;
  background: none;
}
.woocommerce .price .amount {
  padding: 0 5px;
}

.woocommerce .products .product h3.product-name {
  font-weight: 400;
  font-size: 14px;
}

.woocommerce ul.products li.product .button {
  margin: 0;
}
.woocommerce ul.products li.product .wrap-price {
  width: 100%;
}
.woocommerce ul.products li.product .price {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
.woocommerce ul.products li.product .price del {
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}
.woocommerce ul.products li.product .price ins {
  float: left;
  font-weight: bold;
  font-size: 21px;
}
.woocommerce ul.products li.product .wrap-price.price-variable .price del {
  margin-top: 0;
  margin-bottom: 5px;
}
.woocommerce ul.products li.product .wrap-price.price-variable .price ins {
  float: none;
}

.add_to_cart_button:after,
.add_to_cart_button:before {
  display: none;
}
.add_to_cart_button.added {
  display: none !important;
}

.added_to_cart {
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 0 0 10px;
  padding: 0 15px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.zoo-woo-page .yith-wcwl-add-to-wishlist,
.products .yith-wcwl-add-to-wishlist {
  margin: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.zoo-woo-page .zoo-custom-wishlist-btn,
.products .zoo-custom-wishlist-btn {
  text-align: center;
  line-height: 30px;
}
.zoo-woo-page .zoo-custom-wishlist-btn span,
.products .zoo-custom-wishlist-btn span {
  display: none;
}
.zoo-woo-page .zoo-custom-wishlist-btn a,
.products .zoo-custom-wishlist-btn a {
  display: block;
  line-height: 30px;
  font-size: 1.0667rem;
}
.zoo-woo-page .zoo-custom-wishlist-btn i,
.products .zoo-custom-wishlist-btn i {
  margin: 0;
}

.stock-label {
  position: absolute;
  top: 45px;
  right: 15px;
  padding: 0 5px;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: 2px solid;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
}
.stock-label.out-stock-label {
  border-color: #e6502e;
  color: #e6502e;
}
.stock-label.low-stock-label {
  color: #bdb871;
  border-color: #bdb871;
}

/* Woo Pagination */
.woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
  padding: 20px 0;
  width: 100%;
  display: inline-block;
  text-align: right;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  background: none;
  border: none;
  float: right;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  margin-left: 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a {
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  height: 35px;
  min-width: 35px;
  display: inline-block;
  padding: 0 5px;
  margin: 0 3px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce
  nav.woocommerce-pagination
  ul.page-numbers
  li
  .page-numbers.current,
.woocommerce
  nav.woocommerce-pagination
  ul.page-numbers
  li
  a.page-numbers:hover {
  background: none;
  cursor: pointer;
}

/* End Woo Pagination */
/* Mobile css */
@media (max-width: 769px) {
  .is-sticky #top-product-page {
    width: 100% !important;
    padding: 10px 15px;
    left: 0 !important;
  }

  #top-product-page .woocommerce-result-count {
    display: none;
  }
  #top-product-page .col-xs-4 {
    width: 50%;
  }

  .woocommerce .zoo-woo-page .products .product {
    margin: 0;
  }
}
/* End Mobile css */
/* End Products block */
.zoo-quickview-mask,
.zoo-course-quickview-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}

#zoo-quickview-lb,
#zoo-course-quickview {
  position: fixed;
  padding: 0;
  overflow: auto;
  top: 50%;
  left: 50%;
  z-index: 1000;
  max-width: 900px;
  width: 90%;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#zoo-quickview-lb .wrap-top-single-product,
#zoo-course-quickview .wrap-top-single-product {
  padding: 0px;
}
#zoo-quickview-lb .wrap-left-single-product .wrap-single-image,
#zoo-course-quickview .wrap-left-single-product .wrap-single-image {
  width: 100%;
  margin: 0;
}
#zoo-quickview-lb .wrap-right-single-product,
#zoo-course-quickview .wrap-right-single-product {
  padding: 15px !important;
  margin-bottom: 0 !important;
}
#zoo-quickview-lb .wrap-right-single-product .stock,
#zoo-quickview-lb .wrap-right-single-product .short-description,
#zoo-course-quickview .wrap-right-single-product .stock,
#zoo-course-quickview .wrap-right-single-product .short-description {
  margin-bottom: 15px;
}
#zoo-quickview-lb .wrap-right-single-product .cart,
#zoo-course-quickview .wrap-right-single-product .cart {
  margin-bottom: 0;
}
#zoo-quickview-lb .wrap-right-single-product .cart button.button,
#zoo-course-quickview .wrap-right-single-product .cart button.button {
  display: inline-block !important;
  width: auto;
}
#zoo-quickview-lb .wrap-right-single-product .woocommerce-product-rating,
#zoo-course-quickview .wrap-right-single-product .woocommerce-product-rating {
  margin-bottom: 10px;
}
#zoo-quickview-lb .wrap-left-single-product,
#zoo-quickview-lb .wrap-right-single-product,
#zoo-course-quickview .wrap-left-single-product,
#zoo-course-quickview .wrap-right-single-product {
  width: 50%;
  position: relative;
  float: left;
}
#zoo-quickview-lb .wrap-left-single-product,
#zoo-course-quickview .wrap-left-single-product {
  padding: 0;
}
#zoo-quickview-lb .wrap-left-single-product .wrap-single-carousel,
#zoo-course-quickview .wrap-left-single-product .wrap-single-carousel {
  margin: 0;
}
#zoo-quickview-lb.woocommerce span.onsale,
#zoo-course-quickview.woocommerce span.onsale {
  margin: 0;
  right: 15px;
  left: auto;
  top: 15px;
  z-index: 11;
}
#zoo-quickview-lb .wrap-price .onsale,
#zoo-course-quickview .wrap-price .onsale {
  display: none;
}
#zoo-quickview-lb .zoo-carousel-btn,
#zoo-course-quickview .zoo-carousel-btn {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 2rem;
  z-index: 1;
}
#zoo-quickview-lb .zoo-carousel-btn.next-item,
#zoo-course-quickview .zoo-carousel-btn.next-item {
  right: 0;
}

.close-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  z-index: 40;
}
.close-btn:hover {
  cursor: pointer;
}

@media (max-width: 769px) {
  #zoo-quickview-lb .wrap-right-single-product .short-description,
  #zoo-course-quickview .wrap-right-single-product .short-description {
    display: none;
  }
}
@media (max-width: 481px) {
  #zoo-quickview-lb .wrap-left-single-product,
  #zoo-course-quickview .wrap-left-single-product {
    padding: 0;
  }
  #zoo-quickview-lb .product .wrap-right-single-product .cart .button,
  #zoo-course-quickview .product .wrap-right-single-product .cart .button {
    padding: 0 15px;
  }
}
/*Sidebar*/
.close-sidebar {
  display: none;
}

.zoo-woo-sidebar {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}

.wrap-main-page .prdctfltr-widget .prdctfltr_wc {
  margin: 0;
}
.wrap-main-page
  .prdctfltr-widget
  .prdctfltr_wc
  .prdctfltr_woocommerce_ordering
  .prdctfltr_filter {
  margin-bottom: 40px;
}
.wrap-main-page .prdctfltr_checkboxes > label {
  position: relative;
  padding: 5px 0;
  height: 25px;
  display: block;
  text-align: center;
  line-height: 25px;
  position: absolute;
  border: none;
  top: 50%;
  right: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  font-size: 0.8667rem;
}
.wrap-main-page
  .prdctfltr_wc.prdctfltr_square
  .prdctfltr_filter
  label
  > span::before {
  border: none;
  font-family: FontAwesome;
  content: "\f096";
  width: auto;
  height: auto;
  color: #aaa;
  font-size: 1.1rem;
}
.wrap-main-page
  .prdctfltr_wc.prdctfltr_square
  .prdctfltr_filter
  label.prdctfltr_active
  > span::before {
  border: none;
  content: "\f14a";
  width: auto;
  height: auto;
}
.wrap-main-page .prdctfltr_range.prdctfltr_price .widget-title {
  background: none;
  padding: 0;
  height: auto;
  line-height: 1;
}
.wrap-main-page .pf_rngstyle_html5 .irs-bar {
  border: none;
  height: 8px;
  top: 10px;
}
.wrap-main-page .pf_rngstyle_html5 .irs-line {
  background: #e5e5e5;
  border: none;
  top: 10px;
  height: 8px;
}
.wrap-main-page .pf_rngstyle_html5 .irs-slider {
  border-width: 4px;
  border-style: solid;
  height: 18px;
  width: 18px;
  top: 5px;
}
.wrap-main-page .irs-max,
.wrap-main-page .irs-min {
  display: none;
}
.wrap-main-page .irs-from,
.wrap-main-page .irs-to,
.wrap-main-page .irs-single {
  top: 25px;
}
.wrap-main-page .pf_rngstyle_html5 .irs-from,
.wrap-main-page .pf_rngstyle_html5 .irs-to,
.wrap-main-page .pf_rngstyle_html5 .irs-single {
  background: none;
  padding: 0;
  font-size: 1.067rem;
}

.wrap-product-page {
  transition: width 300ms;
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  -o-transition: width 300ms;
  -ms-transition: width 300ms;
}

@media (min-width: 769px) {
  .disable-sidebar:not(.sidebar-onscreen) .zoo-woo-sidebar {
    width: 0px;
    padding: 0;
    overflow: hidden;
  }
  .disable-sidebar.sidebar-onscreen #zoo-woo-sidebar-left {
    margin-left: -290px;
    width: 290px;
  }
  .disable-sidebar.sidebar-onscreen #zoo-woo-sidebar-right {
    margin-right: -290px;
    width: 290px;
  }
  .disable-sidebar .wrap-product-page {
    width: 100%;
  }

  .close-sidebar {
    display: none;
  }

  .mask-sidebar {
    display: none;
  }
}
@media (max-width: 769px) {
  .zoo-woo-sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    max-width: 360px;
    right: 0;
    -webkit-transform: translateX(360px);
    -moz-transform: translateX(360px);
    -ms-transform: translateX(360px);
    -o-transform: translateX(360px);
    transform: translateX(360px);
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 4;
    padding: 15px;
  }

  .zoo-woo-page .zoo-woo-sidebar {
    padding-top: 15px;
  }

  .mask-sidebar {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: z-index 0ms opacity 300ms;
    -webkit-transition: z-index 0ms opacity 300ms;
    -moz-transition: z-index 0ms opacity 300ms;
    -o-transition: z-index 0ms opacity 300ms;
    -ms-transition: z-index 0ms opacity 300ms;
    cursor: pointer;
    z-index: -1;
  }

  .disable-sidebar .mask-sidebar {
    opacity: 1;
    z-index: 3;
  }
  .disable-sidebar .close-sidebar {
    display: block;
    position: fixed;
  }
  .disable-sidebar .zoo-woo-sidebar {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/*End Sidebar*/
.wrap-icon-cart {
  position: relative;
  min-width: 30px;
  height: 40px;
  line-height: 40px;
}
.wrap-icon-cart i {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  font-size: 18px;
}
.wrap-icon-cart:hover {
  cursor: pointer;
}

.top-cart-total {
  text-align: center;
  line-height: 16px;
  height: 16px;
  min-width: 16px;
  position: absolute;
  top: 4px;
  right: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 9px;
}
.top-cart-total label {
  display: none;
}

.total-cart {
  display: none;
}

.top-cart-icon {
  padding: 0 10px;
  display: block;
}

#top-cart .wrap-mini-cart {
  position: fixed;
  -webkit-transform: translateX(360px);
  -moz-transform: translateX(360px);
  -ms-transform: translateX(360px);
  -o-transform: translateX(360px);
  transform: translateX(360px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  right: 0;
  top: 0;
  width: 360px;
  height: 100vh;
  max-width: 100%;
  z-index: 5;
}

.mask-close {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  cursor: pointer;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}

.cart-active .wrap-breadcrumb {
  z-index: 0;
}
.cart-active #top-cart .wrap-mini-cart {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.cart-active #main-navigation {
  z-index: 2;
}
.cart-active .mask-close {
  visibility: visible;
  z-index: 3;
  opacity: 1;
}

#zoo-header .header-cart {
  padding: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
#zoo-header .header-cart h3 {
  margin: 0;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.93rem;
  text-transform: uppercase;
}
#zoo-header .header-cart .close {
  font-size: 0.87rem;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.bottom-cart {
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
  position: fixed;
  bottom: 0;
}
.bottom-cart .total {
  height: 50px;
  line-height: 50px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bottom-cart .total strong {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8667rem;
  line-height: 50px;
}
.bottom-cart .total .amount {
  line-height: 50px;
  font-size: 18px;
}
.bottom-cart .buttons {
  margin: 0;
}
.bottom-cart .buttons .button {
  font-size: 0.8667rem;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 15px;
  border-radius: 3px;
}

.header-cart {
  width: 100%;
  display: inline-block;
  position: relative;
}
.header-cart h3 {
  margin: 0;
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.header-cart .close {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 0.867rem;
  font-weight: 400;
  opacity: 1;
  letter-spacing: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.zoo-mini-cart {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.zoo-mini-cart:before,
.zoo-mini-cart:after {
  display: block;
  position: absolute;
  content: "";
  border-width: 2px;
  border-style: solid;
  transform-origin: center center;
  background: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.zoo-mini-cart:after {
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  -webkit-animation: circus 1s linear 0s infinite;
  -o-animation: circus 1s linear 0s infinite;
  animation: circus 1s linear 0s infinite;
}
.zoo-mini-cart:before {
  width: 20px;
  height: 20px;
  left: calc(50% + 5px);
  top: calc(50% + 5px);
  -webkit-animation: circus-back 1s linear 0s infinite;
  -o-animation: circus-back 1s linear 0s infinite;
  animation: circus-back 1s linear 0s infinite;
}

.wrap-mini-cart:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  opacity: 0;
}

.wrap-mini-cart.loading:before {
  opacity: 1;
  z-index: 1;
}
.wrap-mini-cart.loading .zoo-mini-cart:before,
.wrap-mini-cart.loading .zoo-mini-cart:after {
  opacity: 1;
}

#top-cart .cart_list {
  height: 100%;
  overflow: hidden;
  overflow-y: visible;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  padding-bottom: 250px;
  display: block;
}
#top-cart .cart_list .empty {
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  list-style: none;
}

.zoo-mini-cart .mini_cart_item {
  display: inline-block;
  width: 100%;
  padding: 20px 0 !important;
  position: relative;
  border-top-width: 1px;
  border-style: solid;
}
.zoo-mini-cart .mini_cart_item:first-child {
  border: 0;
}
.zoo-mini-cart .mini_cart_item .product-thumb {
  float: left;
  width: 90px;
  display: inline-block !important;
}
.zoo-mini-cart .mini_cart_item .product-thumb img {
  width: 100% !important;
  margin: 0;
}
.zoo-mini-cart .mini_cart_item .variation {
  font-size: 13px;
  margin-bottom: 0;
}
.zoo-mini-cart .mini_cart_item .variation dt {
  color: #252525;
  float: left;
  margin-right: 5px;
  min-width: 40px;
}
.zoo-mini-cart .mini_cart_item .variation dt,
.zoo-mini-cart .mini_cart_item .variation dd {
  margin-bottom: 1px;
}
.zoo-mini-cart .mini_cart_item .variation dt p,
.zoo-mini-cart .mini_cart_item .variation dd p {
  margin: 0;
}
.zoo-mini-cart .mini_cart_item .right-mini-cart-item {
  width: calc(100% - 90px);
  padding-top: 0;
  padding-left: 20px;
  display: inline-block;
  text-align: left;
}
.zoo-mini-cart .mini_cart_item .right-mini-cart-item .amount {
  font-weight: bold;
  font-size: 14px;
  float: right;
}
.zoo-mini-cart .mini_cart_item .product-name {
  line-height: 1;
  margin: 0 0 5px 0;
}
.zoo-mini-cart .mini_cart_item .product-name a {
  font-weight: 400 !important;
  font-size: 0.93rem;
}
.zoo-mini-cart .mini_cart_item .cart-detail {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  margin-top: 20px;
}
.zoo-mini-cart .mini_cart_item .cart-detail .qty {
  height: 20px;
  border-width: 1px;
  border-style: solid;
  min-width: 20px;
  text-align: center;
  display: inline-block;
  font-size: 0.87rem;
  line-height: 18px;
}
.zoo-mini-cart .mini_cart_item .right-mini-cart-item .remove {
  font-size: 0.8rem !important;
  background: none !important;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 15px;
  right: -5px;
}

.woocommerce a.remove {
  margin: auto;
}

.shop_table caption,
.shop_table th,
.shop_table td {
  text-align: center;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 15px 0;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  padding-left: 0;
  border: 0;
}

/* Shop Sidebar */
.widget_product_categories .product-categories .children,
.widget_product_categories ul.yith-wcan-list .children {
  display: none;
  width: 100%;
  transition: all 0.4s;
}
.widget_product_categories .product-categories li.open > .children,
.widget_product_categories ul.yith-wcan-list li.open > .children {
  display: block;
}
.widget_product_categories ul .cat-trigger {
  float: right;
  cursor: pointer;
}
.widget_product_categories ul ul.children {
  padding: 20px 20px 0 20px;
}

.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 30px;
  margin-bottom: 20px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -5.5px;
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .price_label {
  font-size: 15px;
  line-height: 30px;
  padding-top: 7px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  width: 80px;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li {
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li:last-child {
  padding: 0;
  margin: 0;
}
.woocommerce
  .widget_top_rated_products
  ul.product_list_widget
  li
  .product-title {
  font-size: 16px;
  font-weight: normal;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
  display: block;
  margin: 6px 0 0;
  float: none;
}
.woocommerce
  .widget_top_rated_products
  ul.product_list_widget
  li
  .woocommerce-Price-amount {
  display: inline-block;
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.woocommerce
  .widget_top_rated_products
  ul.product_list_widget
  li
  del
  .woocommerce-Price-amount {
  opacity: 1;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li ins {
  background: none;
}

/**End Shop page css**/
/*Single Product*/
.zoo-single-product-nav {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: 0;
  text-align: right;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.zoo-single-product-nav li {
  list-style: none;
  float: left;
  position: relative;
  display: inline-block;
  padding: 0;
  height: 35px;
}

.zoo-single-product-nav .product-link-btn {
  padding: 5px;
  height: 35px;
  line-height: 25px;
  display: block;
  font-size: 0.93rem;
}

.zoo-single-product-nav .product-link-btn i {
  height: 25px;
  line-height: 25px;
}

.zoo-single-product-nav .product-link-btn span {
  display: none;
  width: calc(100% - 30px);
  overflow: hidden;
  line-height: 25px;
  height: 25px;
}

.zoo-single-product-nav .product-link-btn:hover {
  z-index: 1;
}

.zoo-single-product-nav .prev-product {
  text-align: left;
  margin-right: 5px;
}

.zoo-single-product-nav .prev-product i {
  float: left;
}

.zoo-single-product-nav .next-product i {
  float: right;
}

.zoo-single-product-nav .product-item {
  width: 260px;
  display: inline-block;
  position: absolute;
  top: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  right: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
}

.zoo-single-product-nav .product-item .price {
  margin: 0;
  justify-content: flex-end !important;
}

.zoo-single-product-nav .product-item .price ins .amount,
.zoo-single-product-nav .product-item .price > .amount {
  padding-right: 0;
}

.zoo-single-product-nav .product-item .price .amount {
  font-size: 18px;
}

.zoo-single-product-nav li:hover .product-item {
  visibility: visible;
  opacity: 1;
  top: 100%;
  z-index: 1;
}

.zoo-single-product-nav .product-img {
  width: 80px;
  display: inline-block;
  float: right;
}

.zoo-single-product-nav .product-item-info {
  width: calc(100% - 80px);
  float: left;
  text-align: right;
  padding: 10px;
}

.zoo-single-product-nav .product-title {
  font-size: 0.93rem;
  font-weight: 400;
  margin: 0;
}

.wrap-top-single-product {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.wrap-top-single-product .star-rating .rating {
  display: none;
}

.woocommerce
  .horizontal-gallery.zoo-single-product
  .wrap-thumbs-gal
  .product-thumb-gal,
.woocommerce
  .vertical-gallery.zoo-single-product
  .wrap-thumbs-gal
  .product-thumb-gal {
  opacity: 0.3;
}
.woocommerce
  .horizontal-gallery.zoo-single-product
  .wrap-thumbs-gal
  .product-thumb-gal.slick-current,
.woocommerce
  .vertical-gallery.zoo-single-product
  .wrap-thumbs-gal
  .product-thumb-gal.slick-current {
  opacity: 1;
}

.woocommerce .horizontal-gallery.zoo-single-product .wrap-left-single-product {
  width: 42%;
  float: left;
  position: relative;
}
.woocommerce .horizontal-gallery.zoo-single-product span.onsale {
  right: 15px;
  top: 15px;
  left: auto;
  z-index: 1;
}
.woocommerce .horizontal-gallery.zoo-single-product .wrap-right-single-product {
  float: left;
  width: 58%;
  padding-left: 30px;
}
.woocommerce .horizontal-gallery.zoo-single-product .wrap-single-carousel {
  margin: 0 0 20px;
}
.woocommerce .horizontal-gallery.zoo-single-product .wrap-thumbs-gal {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: inline-block;
}
.woocommerce
  .horizontal-gallery.zoo-single-product
  .wrap-thumbs-gal
  .product-thumb-gal {
  margin: 0px 10px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}

.woocommerce .zoo-single-product .wrap-thumbs-gal .zoo-carousel-btn {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  box-shadow: 0 0 1px #ccc;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 0.6rem;
  z-index: 1;
}
.woocommerce .zoo-single-product .wrap-thumbs-gal .zoo-carousel-btn.prev-item {
  left: -2px;
}
.woocommerce .zoo-single-product .wrap-thumbs-gal .zoo-carousel-btn.next-item {
  right: -2px;
}
.woocommerce
  .zoo-single-product
  .wrap-thumbs-gal:not(.slick-slider)
  .product-thumb-gal {
  position: absolute;
  float: left;
  opacity: 0;
  visibility: hidden;
}
.woocommerce
  .zoo-single-product
  .wrap-thumbs-gal:not(.slick-slider)
  .product-thumb-gal:first-child {
  position: static;
}
.woocommerce .zoo-single-product .wrap-single-carousel .zoo-carousel-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 3.2rem;
  z-index: 1;
  opacity: 0;
}
.woocommerce .zoo-single-product .wrap-single-carousel .zoo-carousel-btn i {
  font-size: inherit;
}
.woocommerce
  .zoo-single-product
  .wrap-single-carousel
  .zoo-carousel-btn.prev-item {
  left: 0;
}
.woocommerce
  .zoo-single-product
  .wrap-single-carousel
  .zoo-carousel-btn.next-item {
  right: 0;
}
.woocommerce .zoo-single-product .wrap-single-carousel:hover .zoo-carousel-btn {
  opacity: 1;
}
.woocommerce .zoo-single-product .wrap-single-carousel .woocommerce-main-image {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}
.woocommerce
  .zoo-single-product
  .wrap-single-carousel:not(.slick-slider)
  .woocommerce-main-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.woocommerce
  .zoo-single-product
  .wrap-single-carousel:not(.slick-slider)
  .woocommerce-main-image:first-child {
  position: static;
  visibility: visible;
}
.woocommerce .zoo-single-product.vertical-gallery .wrap-left-single-product,
.woocommerce .zoo-single-product.vertical-gallery .wrap-right-single-product {
  width: 50%;
  float: left;
  position: relative;
}
.woocommerce .zoo-single-product.vertical-gallery .wrap-right-single-product {
  padding-left: 30px;
}
.woocommerce .zoo-single-product.vertical-gallery span.onsale {
  left: auto;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.woocommerce .zoo-single-product.vertical-gallery .wrap-single-image {
  width: calc(100% - 95px);
  float: right;
}
.woocommerce .zoo-single-product.vertical-gallery .wrap-single-image ul {
  margin: 0;
}
.woocommerce .zoo-single-product.vertical-gallery .wrap-thumbs-gal {
  width: 80px;
  float: left;
}
.woocommerce
  .zoo-single-product.vertical-gallery
  .wrap-thumbs-gal
  .product-thumb-gal {
  margin-bottom: 10px;
}
.woocommerce
  .zoo-single-product.vertical-gallery
  .wrap-thumbs-gal
  .zoo-carousel-btn {
  left: 50%;
  right: auto !important;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.woocommerce
  .zoo-single-product.vertical-gallery
  .wrap-thumbs-gal
  .zoo-carousel-btn.prev-item {
  top: -10px;
}
.woocommerce
  .zoo-single-product.vertical-gallery
  .wrap-thumbs-gal
  .zoo-carousel-btn.next-item {
  bottom: 0;
  top: auto;
}
.woocommerce .zoo-single-product.carousel.left-sidebar {
  padding-left: 0;
}
.woocommerce .zoo-single-product.carousel.right-sidebar {
  padding-right: 0;
}
.woocommerce .zoo-single-product.carousel .wrap-single-carousel {
  margin: 0 -15px;
}
.woocommerce .zoo-single-product.carousel .entry-summary.summary {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px auto;
  padding-top: 30px;
}
.woocommerce .zoo-single-product.carousel .entry-summary.summary .cart {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.woocommerce
  .zoo-single-product.carousel
  .entry-summary.summary
  .cart
  .quantity,
.woocommerce .zoo-single-product.carousel .entry-summary.summary .cart .button {
  float: none;
  margin-bottom: 0 !important;
}
.woocommerce
  .zoo-single-product.carousel
  .entry-summary.summary
  .cart
  .quantity {
  margin-right: 10px !important;
}
.woocommerce
  .zoo-single-product.carousel
  .entry-summary.summary
  .wrap-price
  .price {
  display: inline-block;
  position: relative;
}
.woocommerce
  .zoo-single-product.carousel
  .entry-summary.summary
  .wrap-price
  .onsale {
  left: 100%;
  top: 0;
  background: none;
}
.woocommerce .zoo-single-product.carousel .woocommerce-main-image {
  overflow: hidden;
}
.woocommerce .zoo-single-product.carousel .star-rating {
  margin: 0 auto !important;
  float: none !important;
}
.woocommerce .zoo-single-product.sticky .wrap-single-carousel {
  margin: 0;
}
.woocommerce
  .zoo-single-product.sticky
  .wrap-single-carousel
  .woocommerce-main-image {
  opacity: 1;
  position: relative !important;
  display: block;
  visibility: visible;
  overflow: hidden;
}
.woocommerce .zoo-single-product.sticky .wrap-product-sticky {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.woocommerce
  .zoo-single-product.sticky
  .wrap-product-sticky
  .wrap-left-single-product,
.woocommerce
  .zoo-single-product.sticky
  .wrap-product-sticky
  .wrap-right-single-product {
  width: 50%;
  float: left;
}
.woocommerce
  .zoo-single-product.sticky
  .wrap-product-sticky
  .wrap-right-single-product {
  padding-left: 30px;
}
.woocommerce
  .zoo-single-product.sticky
  .wrap-product-sticky
  .wrap-right-single-product
  .wrap-price
  .price {
  display: inline-block;
  position: relative;
}
.woocommerce
  .zoo-single-product.sticky
  .wrap-product-sticky
  .wrap-right-single-product
  .wrap-price
  .onsale {
  left: 100%;
  top: 0;
  background: none;
}

.zoo-carousel-btn {
  position: absolute;
  top: 50%;
  color: #000;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}

table.shop_attributes ul > li,
.variations ul > li {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 30px;
  margin-right: 12px;
  padding: 1px 0 0;
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}
table.shop_attributes ul > li:before,
.variations ul > li:before {
  content: "";
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -3px;
  left: -3px;
  transition: all 600ms;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -ms-transition: all 600ms;
}

.variations .label {
  padding: 0;
  font-size: inherit;
}
.variations td {
  width: 100%;
  display: inline-block;
  text-align: left;
}
.variations ul,
.variations ol {
  margin: 0;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  line-height: 22px;
}
.woocommerce div.product form.cart .variations label {
  min-width: 50px;
  position: relative;
}
.woocommerce div.product form.cart .variations label:after {
  content: "*";
}
.woocommerce div.product form.cart .variations td.label {
  font-size: 14px;
  font-weight: bold;
}
.woocommerce div.product form.cart .variations td.label .selected {
  text-transform: uppercase;
  margin: 0 0 0 32px;
}

.woocommerce-main-image {
  position: relative;
}

.woocommerce .zoo-single-product.product.left-sidebar {
  padding-left: 35px;
}
.woocommerce .zoo-single-product.product.right-sidebar {
  padding-right: 35px;
}
.woocommerce .zoo-single-product.product .product_title {
  line-height: 1;
  margin-bottom: 2px;
}
.woocommerce .zoo-single-product.product .summary .price {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0;
  display: inline-block;
}
.woocommerce .zoo-single-product.product .summary .price del {
  font-size: 20px;
  opacity: 1;
  margin-bottom: 15px;
}
.woocommerce .zoo-single-product.product .summary .price ins {
  float: left;
}
.woocommerce .zoo-single-product.product .summary .price ins,
.woocommerce .zoo-single-product.product .summary .price del {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.woocommerce .zoo-single-product.product .summary .wrap-price {
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.woocommerce .zoo-single-product.product .summary .wrap-price p {
  margin-bottom: 0;
}
.woocommerce .zoo-single-product.product .summary .wrap-price .price {
  font-size: 32px;
}
.woocommerce .zoo-single-product.product .summary .wrap-price .price del {
  font-size: 20px;
}
.woocommerce
  .zoo-single-product.product
  .summary
  .wrap-price.price-variable
  .price
  ins,
.woocommerce
  .zoo-single-product.product
  .summary
  .wrap-price.price-variable
  .price
  del {
  display: block;
}
.woocommerce
  .zoo-single-product.product
  .summary
  .wrap-price.price-variable
  .price
  ins {
  float: none;
}
.woocommerce
  .zoo-single-product.product
  .summary
  .wrap-price.price-variable
  .price
  del {
  margin-bottom: 10px;
}
.woocommerce .zoo-single-product.product .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce .zoo-single-product.product .entry-summary .stock {
  font-size: inherit;
}
.woocommerce .zoo-single-product.product .entry-summary form.cart .variations {
  margin-bottom: 0;
  padding-top: 12px;
  border-top-width: 1px;
  border-style: solid;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  form.cart
  .variations
  th,
.woocommerce
  .zoo-single-product.product
  .entry-summary
  form.cart
  .variations
  td {
  padding: 8px 0 0;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  form.cart
  .variations
  .zoo-wrap-select {
  margin-bottom: 15px;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  form.cart
  .variations
  .label {
  margin-top: 10px;
  padding: 0;
}
.woocommerce .zoo-single-product.product .entry-summary .cart {
  border-bottom-width: 1px;
  border-style: solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.woocommerce .zoo-single-product.product .entry-summary .cart .button {
  clear: none;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 50px;
  height: 55px;
  line-height: 55px;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.woocommerce .zoo-single-product.product .entry-summary .quantity {
  margin-bottom: 10px !important;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  .single_add_to_cart_button {
  clear: left;
}
.woocommerce .zoo-single-product.product .entry-summary .compare {
  position: relative;
  background: none;
  font-family: inherit;
  text-transform: none;
  letter-spacing: 0;
  line-height: 30px;
  padding: 0;
}
.woocommerce .zoo-single-product.product .entry-summary .compare:before {
  float: left;
  content: "\c036";
  font-family: "cleversoft";
  margin-right: 15px;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist {
  width: auto;
  position: static;
  display: inline-block;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist
  span {
  display: inline-block;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist
  i {
  font-size: 15px;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist
  .zoo-custom-wishlist-btn
  a {
  line-height: 30px;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist
  .zoo-custom-wishlist-btn
  span {
  font-size: 0.8rem;
  padding-left: 5px;
  line-height: 30px;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist
  .zoo-custom-wishlist-btn.show {
  display: inline-block !important;
  margin-right: 30px;
  width: auto;
}
.woocommerce .zoo-single-product.product .quantity {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  clear: both;
  position: relative;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
}
.woocommerce .zoo-single-product.product .quantity:after {
  content: "";
  clear: both;
}
.woocommerce .zoo-single-product.product .quantity input {
  width: 45px;
  height: 53px;
  padding: 0 5px;
  text-align: center;
  font-weight: 600;
  border: none;
  float: left;
  background: #fff;
}
.woocommerce .zoo-single-product.product .quantity .qty-nav {
  color: #7d7d7d;
  font-size: 18px;
  text-align: left;
  line-height: 53px;
  float: left;
  display: inline-block;
  width: 25px;
  height: 53px;
  background: #fff;
}
.woocommerce .zoo-single-product.product .quantity .qty-nav.decrease {
  text-align: right;
}
.woocommerce .zoo-single-product.product .zoo-woo-tabs {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.woocommerce .zoo-single-product.product .zoo-woo-tabs .entry-content.wc-tab {
  padding-top: 40px;
  border: none !important;
  box-shadow: none;
}
.woocommerce .zoo-single-product.product .zoo-woo-tabs .tabs {
  display: inline-block;
  width: 100%;
  clear: both;
  margin: 0;
  border-bottom: 3px solid #ebebeb;
}
.woocommerce .zoo-single-product.product .zoo-woo-tabs .tabs li {
  float: left;
  list-style: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 0.933rem;
  border: 0;
  border-right: 1px solid #fff;
  font-weight: 500;
  background: #ebebeb;
  position: relative;
  margin-bottom: -3px;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.woocommerce .zoo-single-product.product .zoo-woo-tabs .tabs li:last-child {
  border-right: 0;
}
.woocommerce .zoo-single-product.product .zoo-woo-tabs .tabs li a {
  color: inherit;
  display: inline-block;
}
.woocommerce .zoo-single-product.product .zoo-woo-tabs .tabs li.active,
.woocommerce .zoo-single-product.product .zoo-woo-tabs .tabs li:hover {
  color: #fff;
  background: #252525;
}
.woocommerce .zoo-single-product.product .product_meta {
  margin-top: 6px;
}
.woocommerce .zoo-single-product.product .product_meta > span {
  display: block;
  padding: 7px 0 0px;
}
.woocommerce .zoo-single-product.product .product_meta > span:last-child {
  margin: 0;
}
.woocommerce .zoo-single-product.product .product_meta .sku,
.woocommerce .zoo-single-product.product .product_meta a {
  text-transform: none;
}

.woo-custom-share {
  margin-top: 15px;
}
.woo-custom-share .social-icons {
  margin: 0;
}
.woo-custom-share li {
  display: inline-block;
  list-style: none;
  font-size: 1.4rem;
  padding: 0 5px;
  margin-left: 10px;
}
.woo-custom-share li a {
  font-size: 20px;
}
.woo-custom-share li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.related .title-block {
  margin-bottom: 15px;
}
.related .zoo-carousel-btn {
  top: -50px;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  width: 30px;
  height: 30px;
  display: block;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  line-height: 25px;
  font-size: 0.8rem;
}
.related .zoo-carousel-btn.next-item {
  right: 15px;
}
.related .zoo-carousel-btn.prev-item {
  right: 55px;
}

.woocommerce #review_form #reply-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-style: solid;
}
.woocommerce .woocommerce-Reviews-title {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.woocommerce #reviews #comments {
  margin-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist {
  border-top-width: 1px;
  border-style: solid;
  padding-top: 30px;
}
.woocommerce #reviews #comments ol.commentlist .comment {
  border-bottom-width: 1px;
  border-style: solid;
  padding-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist .comment img.avatar {
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  height: 50px;
  width: 50px;
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist .comment .comment-text {
  border: none;
  padding: 0 0 0 20px;
}
.woocommerce #reviews #comments ol.commentlist .comment .meta strong {
  font-size: 1rem;
}

.zoo-countdown {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.countdown-times > div {
  min-width: 90px;
  margin: 0 20px;
  display: inline-block;
  font-size: 1.2rem;
  text-transform: lowercase;
  font-weight: 300;
}
.countdown-times > div b {
  height: 90px;
  min-width: 90px;
  border-width: 1px;
  border-style: solid;
  display: block;
  line-height: 90px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.countdown-block {
  margin-bottom: 10px;
}

.zoo-single-product .countdown-times > div {
  min-width: 60px;
  margin: 0 5px;
  font-size: 1.2rem;
  text-transform: lowercase;
  font-weight: 300;
}
.zoo-single-product .countdown-times > div b {
  height: 60px;
  min-width: 60px;
  line-height: 60px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

div.pp_woocommerce .pp_content_container {
  padding: 0;
  border-radius: 0;
  background: none;
}
div.pp_woocommerce .pp_content_container .pp_left,
div.pp_woocommerce .pp_content_container .pp_right {
  padding: 0;
}
div.pp_woocommerce .pp_content_container .pp_expand,
div.pp_woocommerce .pp_content_container .pp_contract,
div.pp_woocommerce .pp_content_container .pp_close {
  position: fixed;
  top: 40px !important;
  background: none;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  opacity: 0.7;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
div.pp_woocommerce .pp_content_container .pp_expand:before,
div.pp_woocommerce .pp_content_container .pp_contract:before,
div.pp_woocommerce .pp_content_container .pp_close:before {
  font-size: 1.2rem;
  text-shadow: none;
  font-family: cleversoft;
}
div.pp_woocommerce .pp_content_container .pp_expand:hover,
div.pp_woocommerce .pp_content_container .pp_contract:hover,
div.pp_woocommerce .pp_content_container .pp_close:hover {
  opacity: 1;
  background: none;
}
div.pp_woocommerce .pp_content_container .pp_expand,
div.pp_woocommerce .pp_content_container .pp_contract {
  left: 40px !important;
}
div.pp_woocommerce .pp_content_container .pp_close {
  right: 40px !important;
  z-index: 9000;
}
div.pp_woocommerce .pp_content_container .pp_close:before {
  content: "\c067";
}
div.pp_woocommerce .pp_content_container .pp_expand:before {
  content: "\c142";
}
div.pp_woocommerce .pp_content_container .pp_contract:before {
  content: "\c143";
}
div.pp_woocommerce .pp_content_container .pp_details {
  padding: 0;
}
div.pp_woocommerce .pp_content_container .pp_nav {
  color: #fff;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  margin: 0;
}
div.pp_woocommerce .pp_content_container .pp_nav > a {
  display: none;
}
div.pp_woocommerce .pp_content_container .pp_content {
  width: 100% !important;
}
div.pp_woocommerce .pp_content_container .pp_content .pp_hoverContainer {
  width: 100% !important;
  height: 100% !important;
}
div.pp_woocommerce .pp_content_container .pp_content #fullResImage {
  width: 100% !important;
  height: auto !important;
}
div.pp_woocommerce .pp_content_container .pp_gallery li {
  opacity: 0.5;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}
div.pp_woocommerce .pp_content_container .pp_gallery li.selected,
div.pp_woocommerce .pp_content_container .pp_gallery li:hover {
  opacity: 1;
}
div.pp_woocommerce .pp_content_container .pp_next:before,
div.pp_woocommerce .pp_content_container .pp_previous:before {
  background: none;
  color: #2e2e2e !important;
  text-shadow: none;
  font-family: cleversoft;
  font-size: 2rem !important;
}
div.pp_woocommerce .pp_content_container .pp_arrow_next,
div.pp_woocommerce .pp_content_container .pp_arrow_previous {
  background: none;
}
div.pp_woocommerce .pp_content_container .pp_arrow_next:before,
div.pp_woocommerce .pp_content_container .pp_arrow_previous:before {
  background: none;
  color: #2e2e2e !important;
  text-shadow: none;
  font-size: 1.2rem;
}
div.pp_woocommerce .pp_content_container .pp_next:before {
  content: "\c152";
}
div.pp_woocommerce .pp_content_container .pp_previous:before {
  content: "\c156";
}
div.pp_woocommerce .pp_content_container .pp_loaderIcon {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0;
  transition: translate(-50%, -50%);
  -webkit-transition: translate(-50%, -50%);
  -moz-transition: translate(-50%, -50%);
  -o-transition: translate(-50%, -50%);
  -ms-transition: translate(-50%, -50%);
}
div.pp_woocommerce .pp_content_container .pp_loaderIcon:before,
div.pp_woocommerce .pp_content_container .pp_loaderIcon:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
div.pp_woocommerce .pp_content_container .pp_loaderIcon:before {
  -webkit-animation: spinner-bubble 1.2s linear 1.8s infinite;
  animation: spinner-bubble 1.2s linear 1.8s infinite;
  z-index: 2;
}
div.pp_woocommerce .pp_content_container .pp_loaderIcon:after {
  -webkit-animation: spinner-bubble 1.2s linear 0s infinite;
  animation: spinner-bubble 1.2s linear 0s infinite;
  z-index: 2;
}

.ppt {
  display: none !important;
}

@media (max-width: 600px) {
  .woocommerce .zoo-single-product.left-sidebar {
    padding-left: 15px;
  }
  .woocommerce .zoo-single-product.right-sidebar {
    padding-right: 15px;
  }
  .woocommerce .zoo-single-product.horizontal-gallery .wrap-left-single-product,
  .woocommerce
    .zoo-single-product.horizontal-gallery
    .wrap-right-single-product,
  .woocommerce
    .zoo-single-product.horizontal-gallery
    .wrap-product-sticky
    .wrap-left-single-product,
  .woocommerce
    .zoo-single-product.horizontal-gallery
    .wrap-product-sticky
    .wrap-right-single-product,
  .woocommerce .zoo-single-product.vertical-gallery .wrap-left-single-product,
  .woocommerce .zoo-single-product.vertical-gallery .wrap-right-single-product,
  .woocommerce
    .zoo-single-product.vertical-gallery
    .wrap-product-sticky
    .wrap-left-single-product,
  .woocommerce
    .zoo-single-product.vertical-gallery
    .wrap-product-sticky
    .wrap-right-single-product,
  .woocommerce .zoo-single-product.sticky .wrap-left-single-product,
  .woocommerce .zoo-single-product.sticky .wrap-right-single-product,
  .woocommerce
    .zoo-single-product.sticky
    .wrap-product-sticky
    .wrap-left-single-product,
  .woocommerce
    .zoo-single-product.sticky
    .wrap-product-sticky
    .wrap-right-single-product {
    width: 100%;
  }
  .woocommerce
    .zoo-single-product.horizontal-gallery
    .wrap-right-single-product,
  .woocommerce .zoo-single-product.vertical-gallery .wrap-right-single-product,
  .woocommerce .zoo-single-product.sticky .wrap-right-single-product {
    padding: 30px 0 0 0;
  }
  .woocommerce
    .zoo-single-product.sticky
    .wrap-product-sticky
    .wrap-right-single-product {
    padding-left: 0;
  }
}
/*End Single Product*/
/*Cart page*/
#order-step {
  margin: 0;
  padding: 40px 15px;
  text-align: center;
}
#order-step li.step {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  font-weight: 500;
}
#order-step li.step i {
  padding: 0 10px;
}

.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table thead th {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.woocommerce table.shop_table tbody tr td {
  padding: 15px 5px;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail {
  padding: 15px 0;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail img {
  width: 80px;
}
.woocommerce table.shop_table tbody .product-price,
.woocommerce table.shop_table tbody .product-subtotal {
  font-weight: 600;
}
.woocommerce table.shop_table tbody .product-quantity .quantity {
  display: inline-block;
  height: 40px;
  border-width: 1px;
  border-style: solid;
}
.woocommerce table.shop_table tbody .product-quantity .quantity input {
  height: 38px;
  line-height: 38px;
  width: 40px;
  border: 0;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  font-weight: bold;
  background: none;
  float: left;
}
.woocommerce table.shop_table tbody .product-quantity .quantity .qty-nav {
  float: left;
  width: 30px;
  height: 38px;
  line-height: 38px;
  font-size: 1.1rem;
  text-align: center;
  display: inline-block;
}
.woocommerce table.shop_table tbody .product-remove a {
  background: none !important;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  padding: 50px 0;
}
.woocommerce-cart .cart_totals.calculated_shipping,
.woocommerce-checkout .cart_totals.calculated_shipping {
  padding: 20px 15px;
}
.woocommerce-cart .title-block-page span,
.woocommerce-checkout .title-block-page span {
  font-weight: 500;
}
.woocommerce-cart .shop_table,
.woocommerce-checkout .shop_table {
  border: none;
}
.woocommerce-cart .shop_table .label-row,
.woocommerce-checkout .shop_table .label-row {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.75px;
}
.woocommerce-cart .shop_table > li,
.woocommerce-checkout .shop_table > li {
  width: 100%;
  list-style: none;
  display: inline-block;
  border-bottom-width: 1px;
  border-style: solid;
  padding: 5px 0 10px;
}
.woocommerce-cart .shop_table > li.order-total,
.woocommerce-checkout .shop_table > li.order-total {
  padding: 15px 0;
}
.woocommerce-cart .shop_table .label-row,
.woocommerce-checkout .shop_table .label-row {
  width: 65%;
  float: left;
  line-height: 25px;
}
.woocommerce-cart .shop_table .content-row,
.woocommerce-checkout .shop_table .content-row {
  width: 35%;
  float: left;
}
.woocommerce-cart .shop_table .variation,
.woocommerce-checkout .shop_table .variation {
  font-weight: normal;
  text-transform: none;
}
.woocommerce-cart .shop_table .variation dt,
.woocommerce-checkout .shop_table .variation dt {
  font-weight: bold;
  margin-right: 5px;
}
.woocommerce-cart .shop_table .variation dd,
.woocommerce-checkout .shop_table .variation dd {
  margin-right: 10px !important;
}
.woocommerce-cart .shop_table .variation dd,
.woocommerce-cart .shop_table .variation p,
.woocommerce-checkout .shop_table .variation dd,
.woocommerce-checkout .shop_table .variation p {
  margin: 0;
}
.woocommerce-cart .shop_table .variation dd,
.woocommerce-cart .shop_table .variation dt,
.woocommerce-checkout .shop_table .variation dd,
.woocommerce-checkout .shop_table .variation dt {
  display: inline-block;
}
.woocommerce-cart ul.shop_table,
.woocommerce-checkout ul.shop_table {
  margin: 0;
}
.woocommerce-cart ul.shop_table ul#shipping_method .amount,
.woocommerce-checkout ul.shop_table ul#shipping_method .amount {
  font-weight: 400;
}
.woocommerce-cart ul.shop_table .amount,
.woocommerce-checkout ul.shop_table .amount {
  font-weight: bold;
}
.woocommerce-cart .shipping-cal p,
.woocommerce-checkout .shipping-cal p {
  margin: 0;
}
.woocommerce-cart .shipping-cal .shipping-calculator-button,
.woocommerce-checkout .shipping-cal .shipping-calculator-button {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 1rem;
}
.woocommerce-cart .shipping-cal .shipping-calculator-form,
.woocommerce-checkout .shipping-cal .shipping-calculator-form {
  padding-top: 10px;
}
.woocommerce-cart .shipping-cal .shipping-calculator-form p,
.woocommerce-checkout .shipping-cal .shipping-calculator-form p {
  padding: 5px 0;
}
.woocommerce-cart .shipping-cal .shipping-calculator-form select,
.woocommerce-checkout .shipping-cal .shipping-calculator-form select {
  border-width: 1px;
  border-style: solid;
  height: 45px;
  padding: 0 10px;
  width: 100%;
}
.woocommerce-cart .shipping-cal .shipping-calculator-form .button,
.woocommerce-checkout .shipping-cal .shipping-calculator-form .button {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.8667rem;
}
.woocommerce-cart .cart-subtotal .content-row,
.woocommerce-cart .order-total .content-row,
.woocommerce-checkout .cart-subtotal .content-row,
.woocommerce-checkout .order-total .content-row {
  text-align: right;
}
.woocommerce-cart .button,
.woocommerce-checkout .button {
  width: 100%;
}
.woocommerce-cart
  .woocommerce
  .wc-proceed-to-checkout
  .button:not(.checkout-button),
.woocommerce-checkout
  .woocommerce
  .wc-proceed-to-checkout
  .button:not(.checkout-button) {
  margin-bottom: 10px;
  font-size: 0.8667rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-weight: 500;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button.button,
.woocommerce-checkout
  .woocommerce
  .wc-proceed-to-checkout
  .checkout-button.button {
  margin: 0;
  padding: 0;
  font-size: 0.8667rem;
  line-height: 40px;
  font-weight: 500;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

.wrap-cart-empty {
  max-width: 600px;
  border-width: 3px;
  border-style: dashed;
  padding: 30px;
  margin: 0 auto;
}
.wrap-cart-empty .cart-empty {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wrap-cart-empty .return-to-shop {
  margin: 0;
  text-align: center;
}
.wrap-cart-empty .return-to-shop .button.wc-backward {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 0.8667rem;
  letter-spacing: 1px;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

.woocommerce .wrap-coupon {
  width: 100%;
  max-width: 500px;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}
.woocommerce .wrap-coupon label {
  font-size: 0.93rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
}
.woocommerce .wrap-coupon input {
  text-align: center;
}
.woocommerce .wrap-coupon input.input-text {
  background: #fff;
}
.woocommerce .wrap-coupon input.button {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-weight: 500;
  font-size: 0.8667rem;
  letter-spacing: 1px;
  margin-top: 15px;
}

.woocommerce-checkout .woocommerce-info {
  max-width: 600px;
  margin: 0 auto 30px auto !important;
  border: none;
}
.woocommerce-checkout .woocommerce-info a {
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .login.global-login-form,
.woocommerce-checkout .woocommerce .checkout_coupon {
  max-width: 600px;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-width: 3px;
  border-style: dashed;
  margin: 30px auto !important;
  text-align: center;
}
.woocommerce-checkout .woocommerce .login.global-login-form .button,
.woocommerce-checkout .woocommerce .checkout_coupon .button {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-weight: 500;
  font-size: 0.8667rem;
}
.woocommerce-checkout .title-block-page {
  border-bottom-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce-checkout .product-total {
  text-align: right;
  text-transform: uppercase;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment #place_order {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-size: 0.8667rem;
  font-weight: 500;
}
.woocommerce-checkout .select2-container .select2-choice {
  height: 45px;
  border-radius: 0;
}
.woocommerce-checkout .select2-container .select2-choice .select2-chosen {
  line-height: 43px;
}
.woocommerce-checkout label.checkbox {
  display: inline-block;
}
.woocommerce-checkout #ship-to-different-address {
  margin-bottom: 10px;
}
.woocommerce-checkout #ship-to-different-address label {
  text-transform: uppercase;
  font-weight: 500;
}

.wrap-cart-error {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.wrap-cart-error h6 {
  font-weight: 500;
}
.wrap-cart-error a.button.wc-backward {
  display: inline-block;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  padding: 0 30px;
  font-weight: 500;
  font-size: 0.8667rem;
  width: auto;
  height: 40px;
  line-height: 40px;
}

/* Order page */
.woocommerce .wrap-header-order {
  border-width: 3px;
  border_style: dashed;
  padding: 30px 15px;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.woocommerce .wrap-header-order .woocommerce-thankyou-order-received {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.woocommerce .wrap-header-order .woocommerce-thankyou-order-details {
  display: inline-block;
  margin: 0 auto;
}
.woocommerce .wrap-header-order .woocommerce-thankyou-order-details li {
  padding: 0px 15px;
  margin: 0;
}
.woocommerce .wrap-header-order .woocommerce-thankyou-order-details li > span {
  letter-spacing: 0.5px;
  font-size: 0.8667rem;
}

.woocommerce .wc-bacs-bank-details-heading {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.woocommerce .order_details.shop_table .product-total {
  text-align: left;
}
.woocommerce .order_details.shop_table tbody td {
  padding: 10px 15px;
}
.woocommerce .order_details.shop_table tbody td.product-total {
  text-align: left;
}
.woocommerce .order_details.shop_table tfoot th {
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  border-bottom-width: 1px;
  border-style: solid;
  text-align: center;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 5px 0;
  margin: 0 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:after {
  height: 3px;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:hover:after,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active:after {
  opacity: 1;
}

.woocommerce-account .woocommerce {
  padding: 50px 0;
}
.woocommerce-account .woocommerce-Addresses {
  display: inline-block;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.woocommerce-account .woocommerce-Addresses .edit {
  font-size: 0.8667rem;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.title-block-page {
  font-weight: 500;
}

@media (max-width: 769px) {
  .woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
  }
}
/*End Order page*/
/*My account page*/
#main h1.entry-title {
  font-size: 26px;
  border-bottom-width: 1px;
  border-style: solid;
  margin-top: 30px;
}

.woocommerce-checkout .select2-container .select2-choice .select2-chosen {
  line-height: 24px;
}

.woocommerce-checkout .select2-container .select2-choice {
  max-width: 500px;
}

.woocommerce .login.form,
.woocommerce .register.form,
#customer_login .col-1,
#customer_login .col-2 {
  margin: 0 auto;
  max-width: 600px;
  background: #f9f9f9;
  padding: 50px 100px;
}

.woocommerce .login.form h3,
.woocommerce .register.form h3,
#customer_login h2 {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.woocommerce .login.form form.login,
.woocommerce .register.form form.register,
#customer_login form.login,
#customer_login form.register {
  border: none;
  padding: 0;
}

.woocommerce .login.form form.login .form-row,
.woocommerce .register.form form.register .form-row,
#customer_login form.login .form-row,
#customer_login form.register .form-row,
.woocommerce .login.form form.login p,
.woocommerce .register.form form.register p,
#customer_login form.login p,
#customer_login form.register p {
  padding: 0;
  margin-bottom: 20px;
}

.woocommerce .login.form input.woocommerce-Button,
.woocommerce .register.form input.woocommerce-Button {
  margin-top: 0;
}

#my-courses form#loginform .remember_me label {
  display: inline-block;
}

#my-courses form#loginform .remember_me a {
  float: right;
}

#my-courses form#loginform input[type="text"],
#my-courses form#loginform input[type="password"] {
  width: 100%;
}

.woocommerce .login.form form.login .form-row input.input-text,
.woocommerce .login.form form.login .form-row textarea,
.woocommerce .register.form form.register .form-row input.input-text,
.woocommerce .register.form form.register .form-row textarea,
#customer_login form.login .form-row input.input-text,
#customer_login form.login .form-row input.input,
#customer_login form.login .form-row textarea,
#customer_login form.register .form-row input.input-text,
#customer_login form.register .form-row input.input,
#customer_login form.register .form-row textarea {
  max-width: 500px;
  background: none;
  border: 1px solid #999;
}

.woocommerce .login.form .btn,
.woocommerce .login.form .button,
.woocommerce .register.form .btn,
.woocommerce .register.form .button,
#customer_login .btn,
#customer_login .button {
  font-size: 14px;
  width: 100%;
  border-radius: 0;
}

.woocommerce .login.form input[type="submit"],
.woocommerce .login.form .btn.light,
.woocommerce .register.form input[type="submit"],
.woocommerce .register.form .btn.light,
#customer_login input[type="submit"],
#customer_login .btn.light {
  border-width: 1px;
  border-style: solid;
}

.woocommerce form .form-row {
  padding: 15px 0;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  max-width: 500px;
}
.woocommerce form .form-row label {
  width: 45%;
}
.woocommerce input.woocommerce-Button {
  margin-top: 30px;
}
.woocommerce .login.form form.login .form-row > a,
.woocommerce .login.form form.register .form-row > a,
.woocommerce .register.form form.login .form-row > a,
.woocommerce .register.form form.register .form-row > a {
  float: right;
}

/*End My account page*/
/*End Cart page*/
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  line-height: 20px !important;
}

.woocommerce .wc-tab table.shop_attributes td {
  padding: 8px;
}
.woocommerce .wc-tab table.shop_attributes td ul {
  margin: 0;
}

/**
 * Sensei
 */
.vc_row ul.rating li {
  padding: 0;
}

.archive-description,
.module-description {
  padding: 30px;
  margin-top: -15px;
  margin-bottom: 40px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-size: 13px;
  font-style: italic;
}

.course-media {
  color: #fff;
  width: 100%;
  display: table;
  display: -webkit-box;
  position: relative;
}
.course-media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.8);
  opacity: 0.3;
  transition: all 0.5s;
}
.course-media a {
  color: #fff;
}
.course-media blockquote.alignleft,
.course-media .wp-caption.alignleft,
.course-media img.alignleft {
  margin: 0;
}
.course-media .thumbnail {
  padding: 0;
  margin-bottom: 0;
  line-height: 1;
  border: 0;
  border-radius: 0;
}
.course-media .course-price {
  position: absolute;
  left: 0;
  top: 10px;
  min-width: 50px;
  padding: 12px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
  background-color: #ffca00;
}
.course-media .course-price mark,
.course-media .course-price ins {
  color: #252525;
  background-color: transparent;
  background: none;
}
.course-media .course-author-box {
  position: absolute;
  left: 9px;
  bottom: 9px;
}
.course-media .quick-view {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translate(0, -30%);
  /* IE 9 */
  -webkit-transform: translate(0, -30%);
  /* Safari */
  transform: translate(0, -30%);
  margin: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.course-media .quick-view .btn {
  padding: 8px 15px 6px;
}

.course-text {
  border-top: 0;
  padding: 22px 20px 15px;
  background: #fff;
}

section.entry span.course-category {
  padding: 0;
}

section.entry span.course-lesson-count {
  padding: 0;
}

.course-text .course-category {
  margin-top: 15px;
}

.course-header {
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  align-items: center;
  padding: 0;
}
.course-header .course-author {
  float: left;
  display: inline-block;
}
.course-header .course-title-box {
  overflow: hidden;
  display: inline-block;
  padding-left: 20px;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.course-header .course-title {
  font-size: 16px;
  margin: 0;
}
.course-header .author-name {
  font-weight: 600;
}
.course-header.single-course-header {
  padding: 0;
  margin-bottom: 35px;
  line-height: 24px;
  justify-content: space-between;
}
.course-header.single-course-header .course-meta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.course-header.single-course-header .course-meta-block > span {
  margin-left: 18px;
  padding-left: 18px;
  position: relative;
}
.course-header.single-course-header .course-meta-block > span:after {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.course-header.single-course-header .course-meta-block > span:first-child {
  margin-left: 0;
  padding-left: 0;
}
.course-header.single-course-header
  .course-meta-block
  > span:first-child:after {
  display: none;
}
.course-header.single-course-header .course-meta-block > span > span {
  display: block;
}
.course-header.single-course-header .course-meta-block > span.course-author {
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.course-header.single-course-header
  .course-meta-block
  > span.course-author
  > span {
  display: block;
}
.course-header.single-course-header .course-meta-block > span .author-info > * {
  display: block;
}
.course-header.single-course-header .course-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.course-header.single-course-header .course-actions .course-status,
.course-header.single-course-header .course-actions .course-price {
  margin-left: 30px;
}
.course-header.single-course-header .author-avatar {
  width: 48px;
  height: 48px;
  margin-right: 18px;
}
.course-header.single-course-header .author-position,
.course-header.single-course-header .course-category-text {
  color: #7d7d7d;
}
.course-header.single-course-header .author-name,
.course-header.single-course-header .course-category {
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
.course-header.single-course-header .course-price {
  font-size: 32px;
  font-weight: bold;
}
.course-header.single-course-header .course-price del {
  font-size: 22px;
}

.course-actions .course-enrolment {
  margin-left: 15px;
}

#main .course .course-meta.course-enrolment,
#main .course-container .course-meta.course-enrolment {
  margin-bottom: 0;
}

#main .course .sensei-course-meta .course-price,
#main .course-container .sensei-course-meta .course-price {
  float: right;
}

.single-course .course-media {
  margin-bottom: 30px;
}
.single-course .course-content {
  margin-bottom: 30px;
}

.single-course .course-header .course-meta {
  margin-bottom: 0;
}

.course-reviews-content > span {
  display: inline-block;
  vertical-align: middle;
}
.course-reviews-content > span ul {
  margin: 0 !important;
}

.sensei-course-meta {
  display: inline-block;
  width: 100%;
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top-width: 1px;
  border-style: solid;
}
.sensei-course-meta .comments-number {
  margin-left: 15px;
}

.course-excerpt {
  padding: 15px 0;
}
.course-excerpt p {
  margin: 0;
}

.course-action {
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  margin-top: 0;
}
.course-action p {
  margin: 0;
}
.course-action .action-item {
  float: left;
  width: 50%;
  line-height: 22px;
  text-align: center;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  color: #fff;
  background-color: #bbd442;
}
.course-action .action-item:last-child {
  background-color: #00aeef;
}
.course-action .action-item:hover:last-child {
  background-color: #0063be;
}
.course-action .action-item i {
  font-size: 18px;
  margin-right: 8px;
}
.course-action .action-item a {
  color: #fff;
}
.course-action .action-item a:hover {
  color: #0063be;
}
.course-action .comments-number,
.course-action .sensei-course-participants {
  display: inline-block;
  padding: 9px 17px;
}
.course-action .read-more {
  width: 100%;
  display: inline-block;
}
.course-action .read-more a {
  color: inherit;
  width: 100%;
  display: inline-block;
  padding: 9px 5px;
}

.course-price mark,
.course-price ins {
  background-color: transparent;
}

.main-content.has-sidebar .course-action .comments-number,
.main-content.has-sidebar .course-action .sensei-course-participants {
  padding: 9px 10px;
}

#main .course,
#main .course-container {
  border-bottom: 0;
}
#main .vc_row ul.course-container li:before {
  display: none;
}
#main .course-container {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
#main .course-container > li,
#main .course-container li.course {
  list-style-type: none;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
#main .course-container li.course .course-content {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
#main .course-container li.course .course-reviews-content {
  font-size: 13px;
  color: #959595;
}
#main .course-container li.course .course-reviews-content > span {
  vertical-align: middle;
  display: inline-block;
}
#main .course-container li.course .course-reviews-content > span ul {
  margin: 0 !important;
}
#main .course-container li.course:hover .course-media:before {
  opacity: 1;
}
#main .course-container li.course:hover .course-media .quick-view {
  visibility: visible;
  opacity: 1;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Safari */
  transform: translate(0, -50%);
}

.sensei-ordering .orderby {
  color: #252525;
  background: #fff;
  cursor: pointer;
}

.sensei-course-filters {
  margin: 0 0 2em 0;
  padding: 0 0 10px;
  border-bottom: 1px dashed #ebebeb;
}
.sensei-course-filters li {
  text-transform: uppercase;
}
.sensei-course-filters li a {
  color: #959595;
}
.sensei-course-filters li a,
.sensei-course-filters li a.active {
  border: 0;
  background: none;
}
.sensei-course-filters li a:hover,
.sensei-course-filters li a.active {
  color: #252525;
}

#user-course-status-toggle {
  display: inline-block;
  width: 100%;
  clear: both;
  margin: 0 0 30px;
  border-bottom: 3px solid #ebebeb;
}
#user-course-status-toggle a {
  color: #494949;
  float: left;
  list-style: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 0.933rem;
  border: 0;
  border-right: 1px solid #fff;
  font-weight: 500;
  background: #ebebeb;
  position: relative;
  bottom: 0;
  margin-bottom: -3px;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
#user-course-status-toggle a:last-child {
  border: 0;
}
#user-course-status-toggle a.active {
  color: #fff;
  background: #252525;
}
#user-course-status-toggle a.active:hover {
  color: #fff;
  background: #252525;
}

#post-entries {
  clear: both;
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}

.contact-teacher {
  margin: 0 0 30px;
}

/* Lession - Module */
.module header {
  background: none;
}
.module header .module-title {
  padding: 0 0 20px;
}

.module-lessons .lessons-list {
  border: 0;
}
.module-lessons .lessons-list th,
.module-lessons .lessons-list td {
  padding: 1em 0;
}
.module-lessons .lessons-list tr td {
  border-width: 0 0 1px 0;
}
.module-lessons .lessons-list tr td:last-child {
  text-align: right;
}
.module-lessons .lessons-list tr th {
  border-width: 0;
  color: #fff;
  background-color: #bbd442;
}
.module-lessons .lessons-list tr th td {
  border-width: 0;
}
.module-lessons .lessons-list tr th:first-child {
  padding-left: 1em;
}
.module-lessons .lessons-list tr th:last-child {
  padding-right: 1em;
}
.module-lessons .lessons-list .preview-label {
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  background: #e1e1e1;
}
.module-lessons .lessons-list a > .preview-label {
  color: #fff;
  background: #e6502e;
}
.module-lessons .lessons-list a:hover > .preview-label {
  background: #88cc00;
}
.module-lessons .lessons-list .lesson-label:before {
  color: #e6502e;
  content: "\f0f6";
  font-family: FontAwesome;
  font-size: inherit;
  line-height: inherit;
  margin-left: 5px;
  margin-right: 5px;
}
.module-lessons .lessons-list .lesson-label.video-type:before {
  content: "\f1c8";
}

/* Lesson */
.lesson .video {
  margin-bottom: 25px;
}

.lesson-container article.lesson {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.woo-image.thumbnail {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 25px;
  border: 0;
  border-radius: 0;
}

#main .lesson-content .lesson-meta {
  margin: 0px 0px 20px;
}

.lesson-content header h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

.qv-course-title {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 8px 15px;
}

.qv-course-header .author-avatar img {
  border-radius: 100%;
}
.qv-course-header .course-category-list,
.qv-course-header .course-reviews,
.qv-course-header .course-actions {
  margin-top: 10px;
}

#zoo-course-quickview {
  max-width: 780px;
  background: #fff !important;
}
#zoo-course-quickview .close-btn {
  width: 60px;
  height: 48px;
  line-height: 46px;
  color: #fff;
  background: none;
}
#zoo-course-quickview .close-btn i {
  font-size: 16px;
}
#zoo-course-quickview .qv-course-content-wrap {
  display: inline-block;
  width: 100%;
  padding: 15px;
}
#zoo-course-quickview .qv-wrap-left-single-product,
#zoo-course-quickview .qv-wrap-right-single-product {
  float: left;
}
#zoo-course-quickview .qv-wrap-left-single-product {
  width: 50%;
}
#zoo-course-quickview .qv-wrap-right-single-product {
  width: 50%;
  padding-left: 30px;
}
#zoo-course-quickview .course-media a {
  display: block;
  width: 100%;
}
#zoo-course-quickview .course-media:before {
  display: none;
}
#zoo-course-quickview .course-price {
  font-size: 22px;
  font-weight: bold;
}
#zoo-course-quickview .course-status {
  margin-top: 10px;
}

.course-info {
  float: left;
  width: 100%;
  max-width: 370px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.course-info .course-info-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 16px 30px;
  color: #fff;
}
.course-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}
.course-info ul li {
  display: block;
  padding: 20px 25px;
  line-height: 20px;
  border-top-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
}
.course-info ul li:first-child {
  border-top-width: 0;
}
.course-info ul li .info-label {
  font-weight: bold;
}
.course-info ul li .info-content {
  float: right;
}

#comments-list,
article.module {
  clear: both;
}

.learner-info #learner-info {
  display: inline-block;
  width: 100%;
}

#my-courses {
  padding: 50px 0;
}

#customer_login {
  padding: 30px 0;
}

/* Pango Sensei Module Collapse plugin */
.module .module-lessons header {
  background: #bbd442;
}
.module .module-lessons header h2 {
  font-size: 16px;
  line-height: 30px;
}
.module .module-lessons header h2 a {
  color: #fff;
}
.module .module-lessons header .tog-mod {
  color: #fff;
  margin-top: 6px;
}
.module .module-lessons ul li a p {
  line-height: 30px;
}

/**
 * Sensei
 */
/**
 * 01. VARIABLES - Theme
 *
 */
/**
 * 02. VARIABLES - Partial
 *
 */
/* ====================== 2.1 Header ============================= */
/* ====================== 2.2 Footer ============================= */
/**
 * 03. Presets Style
 *
 */
body {
  color: #494949;
}

a {
  color: #252525;
}
a:hover {
  color: #7fbf00;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading-thin,
.cvca-testimonial-shortcode .cvca-testimonial-author {
  color: #252525;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.heading-thin a,
.cvca-testimonial-shortcode .cvca-testimonial-author a {
  color: #252525;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
.heading-thin a:hover,
.cvca-testimonial-shortcode .cvca-testimonial-author a:hover {
  color: #7fbf00;
}

abbr[title] {
  border-color: #ebebeb;
}

mark,
ins {
  background-color: #959595;
}

ins,
pre {
  background: #f5f5f5;
}

table,
th,
td {
  border-color: #ebebeb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
.woocommerce-checkout .select2-container .select2-choice,
textarea,
select {
  border-color: #ebebeb;
  color: #acacac;
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
.woocommerce-checkout .select2-container .select2-choice:focus,
textarea:focus,
select:focus {
  border-color: #7fbf00;
}

.load-more-pagination .button :hover,
.infinite-pagination .button :hover {
  background: #7fbf00;
}

.woocommerce a.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.btn-register,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .wc-proceed-to-checkout
  a.button,
.woocommerce input.button-login,
.woocommerce button.button.alt.single_add_to_cart_button,
.woocommerce div.product div.woocommerce-tabs #respond input#submit.submit,
.zoo-mini-cart-contents p.buttons a.button:not(.checkout),
.woocommerce a.btn-register,
.zoo-mini-cart-contents p.buttons a.button.checkout:not(.checkout),
.zoo-mini-cart-contents p.buttons a.button.checkout,
.course-container a.button,
.course-container a.button:visited,
.course-container #commentform #submit,
.course-container .submit,
.course-container input[type="submit"],
.course-container input.button,
.course-container button.button,
.course a.button,
.course a.button:visited,
.course #commentform #submit,
.course .submit,
.course input[type="submit"],
.course input.button,
.course button.button,
.lesson a.button,
.lesson a.button:visited,
.lesson #commentform #submit,
.lesson .submit,
.lesson input[type="submit"],
.lesson input.button,
.lesson button.button,
.quiz a.button,
.quiz a.button:visited,
.quiz #commentform #submit,
.quiz .submit,
.quiz input[type="submit"],
.quiz input.button,
.quiz button.button,
#tribe-bar-form .tribe-bar-submit input[type="submit"],
.posts-navigation .nav-links a,
.site-footer .top-footer .top-footer-toggle,
.sidebar .woocommerce.widget_price_filter .price_slider_amount .button,
.zoo-button,
.zoo-ajax-load-more .ajax-func,
.btn-readmore,
.zoo-banner-image.help-info .banner-readmore a,
.comment-form .form-submit input,
.form-submit input,
input.submit,
input[type="submit"],
button,
.btn {
  color: #fff;
  border-color: #7fbf00;
  background-color: #7fbf00;
}
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.btn-register:hover,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .wc-proceed-to-checkout
  a.button:hover,
.woocommerce input.button-login:hover,
.woocommerce button.button.alt.single_add_to_cart_button:hover,
.woocommerce
  div.product
  div.woocommerce-tabs
  #respond
  input#submit.submit:hover,
.zoo-mini-cart-contents p.buttons a.button:not(.checkout):hover,
.woocommerce a.btn-register:hover,
.zoo-mini-cart-contents p.buttons a.button.checkout:not(.checkout):hover,
.zoo-mini-cart-contents p.buttons a.button.checkout:hover,
.course-container a.button:hover,
.course-container a.button:visited:hover,
.course-container #commentform #submit:hover,
.course-container .submit:hover,
.course-container input[type="submit"]:hover,
.course-container input.button:hover,
.course-container button.button:hover,
.course a.button:hover,
.course a.button:visited:hover,
.course #commentform #submit:hover,
.course .submit:hover,
.course input[type="submit"]:hover,
.course input.button:hover,
.course button.button:hover,
.lesson a.button:hover,
.lesson a.button:visited:hover,
.lesson #commentform #submit:hover,
.lesson .submit:hover,
.lesson input[type="submit"]:hover,
.lesson input.button:hover,
.lesson button.button:hover,
.quiz a.button:hover,
.quiz a.button:visited:hover,
.quiz #commentform #submit:hover,
.quiz .submit:hover,
.quiz input[type="submit"]:hover,
.quiz input.button:hover,
.quiz button.button:hover,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
.posts-navigation .nav-links a:hover,
.site-footer .top-footer .top-footer-toggle:hover,
.sidebar .woocommerce.widget_price_filter .price_slider_amount .button:hover,
.zoo-button:hover,
.zoo-ajax-load-more .ajax-func:hover,
.btn-readmore:hover,
.zoo-banner-image.help-info .banner-readmore a:hover,
.comment-form .form-submit input:hover,
.form-submit input:hover,
input.submit:hover,
input[type="submit"]:hover,
button:hover,
.btn:hover {
  color: #fff;
  border-color: #e6502e;
  background: #e6502e;
}
.woocommerce a.added_to_cart.course-start,
.woocommerce a.added_to_cart.single_add_to_cart_button,
.woocommerce a.added_to_cart.btn-second,
.woocommerce #respond input#submit.course-start,
.woocommerce #respond input#submit.single_add_to_cart_button,
.woocommerce #respond input#submit.btn-second,
.woocommerce a.button.course-start,
.woocommerce a.button.single_add_to_cart_button,
.woocommerce a.button.btn-second,
.woocommerce button.button.course-start,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce button.button.btn-second,
.woocommerce input.button.course-start,
.woocommerce input.button.single_add_to_cart_button,
.woocommerce input.button.btn-second,
.woocommerce #respond input#submit.alt.course-start,
.woocommerce #respond input#submit.alt.single_add_to_cart_button,
.woocommerce #respond input#submit.alt.btn-second,
.woocommerce a.button.alt.course-start,
.woocommerce a.button.alt.single_add_to_cart_button,
.woocommerce a.button.alt.btn-second,
.woocommerce button.button.alt.course-start,
.woocommerce button.button.alt.single_add_to_cart_button,
.woocommerce button.button.alt.btn-second,
.woocommerce input.button.alt.course-start,
.woocommerce input.button.alt.single_add_to_cart_button,
.woocommerce input.button.alt.btn-second,
.woocommerce a.btn-register.course-start,
.woocommerce a.btn-register.single_add_to_cart_button,
.woocommerce a.btn-register.btn-second,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .wc-proceed-to-checkout
  a.button.course-start,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .wc-proceed-to-checkout
  a.button.single_add_to_cart_button,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .wc-proceed-to-checkout
  a.button.btn-second,
.woocommerce input.button-login.course-start,
.woocommerce input.button-login.single_add_to_cart_button,
.woocommerce input.button-login.btn-second,
.woocommerce button.button.alt.single_add_to_cart_button.course-start,
.woocommerce
  button.button.alt.single_add_to_cart_button.single_add_to_cart_button,
.woocommerce button.button.alt.single_add_to_cart_button.btn-second,
.woocommerce
  div.product
  div.woocommerce-tabs
  #respond
  input#submit.submit.course-start,
.woocommerce
  div.product
  div.woocommerce-tabs
  #respond
  input#submit.submit.single_add_to_cart_button,
.woocommerce
  div.product
  div.woocommerce-tabs
  #respond
  input#submit.submit.btn-second,
.zoo-mini-cart-contents p.buttons a.button:not(.checkout).course-start,
.zoo-mini-cart-contents
  p.buttons
  a.button:not(.checkout).single_add_to_cart_button,
.zoo-mini-cart-contents p.buttons a.button:not(.checkout).btn-second,
.woocommerce a.btn-register.course-start,
.woocommerce a.btn-register.single_add_to_cart_button,
.woocommerce a.btn-register.btn-second,
.zoo-mini-cart-contents p.buttons a.button.checkout:not(.checkout).course-start,
.zoo-mini-cart-contents
  p.buttons
  a.button.checkout:not(.checkout).single_add_to_cart_button,
.zoo-mini-cart-contents p.buttons a.button.checkout:not(.checkout).btn-second,
.zoo-mini-cart-contents p.buttons a.button.checkout.course-start,
.zoo-mini-cart-contents p.buttons a.button.checkout.single_add_to_cart_button,
.zoo-mini-cart-contents p.buttons a.button.checkout.btn-second,
.course-container a.button.course-start,
.course-container a.button.single_add_to_cart_button,
.course-container a.button.btn-second,
.course-container a.button:visited.course-start,
.course-container a.button:visited.single_add_to_cart_button,
.course-container a.button:visited.btn-second,
.course-container #commentform #submit.course-start,
.course-container #commentform #submit.single_add_to_cart_button,
.course-container #commentform #submit.btn-second,
.course-container .submit.course-start,
.course-container .submit.single_add_to_cart_button,
.course-container .submit.btn-second,
.course-container input[type="submit"].course-start,
.course-container input[type="submit"].single_add_to_cart_button,
.course-container input[type="submit"].btn-second,
.course-container input.button.course-start,
.course-container input.button.single_add_to_cart_button,
.course-container input.button.btn-second,
.course-container button.button.course-start,
.course-container button.button.single_add_to_cart_button,
.course-container button.button.btn-second,
.course a.button.course-start,
.course a.button.single_add_to_cart_button,
.course a.button.btn-second,
.course a.button:visited.course-start,
.course a.button:visited.single_add_to_cart_button,
.course a.button:visited.btn-second,
.course #commentform #submit.course-start,
.course #commentform #submit.single_add_to_cart_button,
.course #commentform #submit.btn-second,
.course .submit.course-start,
.course .submit.single_add_to_cart_button,
.course .submit.btn-second,
.course input[type="submit"].course-start,
.course input[type="submit"].single_add_to_cart_button,
.course input[type="submit"].btn-second,
.course input.button.course-start,
.course input.button.single_add_to_cart_button,
.course input.button.btn-second,
.course button.button.course-start,
.course button.button.single_add_to_cart_button,
.course button.button.btn-second,
.lesson a.button.course-start,
.lesson a.button.single_add_to_cart_button,
.lesson a.button.btn-second,
.lesson a.button:visited.course-start,
.lesson a.button:visited.single_add_to_cart_button,
.lesson a.button:visited.btn-second,
.lesson #commentform #submit.course-start,
.lesson #commentform #submit.single_add_to_cart_button,
.lesson #commentform #submit.btn-second,
.lesson .submit.course-start,
.lesson .submit.single_add_to_cart_button,
.lesson .submit.btn-second,
.lesson input[type="submit"].course-start,
.lesson input[type="submit"].single_add_to_cart_button,
.lesson input[type="submit"].btn-second,
.lesson input.button.course-start,
.lesson input.button.single_add_to_cart_button,
.lesson input.button.btn-second,
.lesson button.button.course-start,
.lesson button.button.single_add_to_cart_button,
.lesson button.button.btn-second,
.quiz a.button.course-start,
.quiz a.button.single_add_to_cart_button,
.quiz a.button.btn-second,
.quiz a.button:visited.course-start,
.quiz a.button:visited.single_add_to_cart_button,
.quiz a.button:visited.btn-second,
.quiz #commentform #submit.course-start,
.quiz #commentform #submit.single_add_to_cart_button,
.quiz #commentform #submit.btn-second,
.quiz .submit.course-start,
.quiz .submit.single_add_to_cart_button,
.quiz .submit.btn-second,
.quiz input[type="submit"].course-start,
.quiz input[type="submit"].single_add_to_cart_button,
.quiz input[type="submit"].btn-second,
.quiz input.button.course-start,
.quiz input.button.single_add_to_cart_button,
.quiz input.button.btn-second,
.quiz button.button.course-start,
.quiz button.button.single_add_to_cart_button,
.quiz button.button.btn-second,
#tribe-bar-form .tribe-bar-submit input[type="submit"].course-start,
#tribe-bar-form
  .tribe-bar-submit
  input[type="submit"].single_add_to_cart_button,
#tribe-bar-form .tribe-bar-submit input[type="submit"].btn-second,
.posts-navigation .nav-links a.course-start,
.posts-navigation .nav-links a.single_add_to_cart_button,
.posts-navigation .nav-links a.btn-second,
.site-footer .top-footer .top-footer-toggle.course-start,
.site-footer .top-footer .top-footer-toggle.single_add_to_cart_button,
.site-footer .top-footer .top-footer-toggle.btn-second,
.sidebar
  .woocommerce.widget_price_filter
  .price_slider_amount
  .button.course-start,
.sidebar
  .woocommerce.widget_price_filter
  .price_slider_amount
  .button.single_add_to_cart_button,
.sidebar
  .woocommerce.widget_price_filter
  .price_slider_amount
  .button.btn-second,
.zoo-button.course-start,
.zoo-button.single_add_to_cart_button,
.zoo-button.btn-second,
.zoo-ajax-load-more .ajax-func.course-start,
.zoo-ajax-load-more .ajax-func.single_add_to_cart_button,
.zoo-ajax-load-more .ajax-func.btn-second,
.btn-readmore.course-start,
.btn-readmore.single_add_to_cart_button,
.btn-readmore.btn-second,
.zoo-banner-image.help-info .banner-readmore a.course-start,
.zoo-banner-image.help-info .banner-readmore a.single_add_to_cart_button,
.zoo-banner-image.help-info .banner-readmore a.btn-second,
.comment-form .form-submit input.course-start,
.comment-form .form-submit input.single_add_to_cart_button,
.comment-form .form-submit input.btn-second,
.form-submit input.course-start,
.form-submit input.single_add_to_cart_button,
.form-submit input.btn-second,
input.submit.course-start,
input.submit.single_add_to_cart_button,
input.submit.btn-second,
input[type="submit"].course-start,
input[type="submit"].single_add_to_cart_button,
input[type="submit"].btn-second,
button.course-start,
button.single_add_to_cart_button,
button.btn-second,
.btn.course-start,
.btn.single_add_to_cart_button,
.btn.btn-second {
  color: #fff;
  border-color: #e6502e;
  background-color: #e6502e;
}
.woocommerce a.added_to_cart.course-start:hover,
.woocommerce a.added_to_cart.single_add_to_cart_button:hover,
.woocommerce a.added_to_cart.btn-second:hover,
.woocommerce #respond input#submit.course-start:hover,
.woocommerce #respond input#submit.single_add_to_cart_button:hover,
.woocommerce #respond input#submit.btn-second:hover,
.woocommerce a.button.course-start:hover,
.woocommerce a.button.single_add_to_cart_button:hover,
.woocommerce a.button.btn-second:hover,
.woocommerce button.button.course-start:hover,
.woocommerce button.button.single_add_to_cart_button:hover,
.woocommerce button.button.btn-second:hover,
.woocommerce input.button.course-start:hover,
.woocommerce input.button.single_add_to_cart_button:hover,
.woocommerce input.button.btn-second:hover,
.woocommerce #respond input#submit.alt.course-start:hover,
.woocommerce #respond input#submit.alt.single_add_to_cart_button:hover,
.woocommerce #respond input#submit.alt.btn-second:hover,
.woocommerce a.button.alt.course-start:hover,
.woocommerce a.button.alt.single_add_to_cart_button:hover,
.woocommerce a.button.alt.btn-second:hover,
.woocommerce button.button.alt.course-start:hover,
.woocommerce button.button.alt.single_add_to_cart_button:hover,
.woocommerce button.button.alt.btn-second:hover,
.woocommerce input.button.alt.course-start:hover,
.woocommerce input.button.alt.single_add_to_cart_button:hover,
.woocommerce input.button.alt.btn-second:hover,
.woocommerce a.btn-register.course-start:hover,
.woocommerce a.btn-register.single_add_to_cart_button:hover,
.woocommerce a.btn-register.btn-second:hover,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .wc-proceed-to-checkout
  a.button.course-start:hover,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .wc-proceed-to-checkout
  a.button.single_add_to_cart_button:hover,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .wc-proceed-to-checkout
  a.button.btn-second:hover,
.woocommerce input.button-login.course-start:hover,
.woocommerce input.button-login.single_add_to_cart_button:hover,
.woocommerce input.button-login.btn-second:hover,
.woocommerce button.button.alt.single_add_to_cart_button.course-start:hover,
.woocommerce
  button.button.alt.single_add_to_cart_button.single_add_to_cart_button:hover,
.woocommerce button.button.alt.single_add_to_cart_button.btn-second:hover,
.woocommerce
  div.product
  div.woocommerce-tabs
  #respond
  input#submit.submit.course-start:hover,
.woocommerce
  div.product
  div.woocommerce-tabs
  #respond
  input#submit.submit.single_add_to_cart_button:hover,
.woocommerce
  div.product
  div.woocommerce-tabs
  #respond
  input#submit.submit.btn-second:hover,
.zoo-mini-cart-contents p.buttons a.button:not(.checkout).course-start:hover,
.zoo-mini-cart-contents
  p.buttons
  a.button:not(.checkout).single_add_to_cart_button:hover,
.zoo-mini-cart-contents p.buttons a.button:not(.checkout).btn-second:hover,
.woocommerce a.btn-register.course-start:hover,
.woocommerce a.btn-register.single_add_to_cart_button:hover,
.woocommerce a.btn-register.btn-second:hover,
.zoo-mini-cart-contents
  p.buttons
  a.button.checkout:not(.checkout).course-start:hover,
.zoo-mini-cart-contents
  p.buttons
  a.button.checkout:not(.checkout).single_add_to_cart_button:hover,
.zoo-mini-cart-contents
  p.buttons
  a.button.checkout:not(.checkout).btn-second:hover,
.zoo-mini-cart-contents p.buttons a.button.checkout.course-start:hover,
.zoo-mini-cart-contents
  p.buttons
  a.button.checkout.single_add_to_cart_button:hover,
.zoo-mini-cart-contents p.buttons a.button.checkout.btn-second:hover,
.course-container a.button.course-start:hover,
.course-container a.button.single_add_to_cart_button:hover,
.course-container a.button.btn-second:hover,
.course-container a.button:visited.course-start:hover,
.course-container a.button:visited.single_add_to_cart_button:hover,
.course-container a.button:visited.btn-second:hover,
.course-container #commentform #submit.course-start:hover,
.course-container #commentform #submit.single_add_to_cart_button:hover,
.course-container #commentform #submit.btn-second:hover,
.course-container .submit.course-start:hover,
.course-container .submit.single_add_to_cart_button:hover,
.course-container .submit.btn-second:hover,
.course-container input[type="submit"].course-start:hover,
.course-container input[type="submit"].single_add_to_cart_button:hover,
.course-container input[type="submit"].btn-second:hover,
.course-container input.button.course-start:hover,
.course-container input.button.single_add_to_cart_button:hover,
.course-container input.button.btn-second:hover,
.course-container button.button.course-start:hover,
.course-container button.button.single_add_to_cart_button:hover,
.course-container button.button.btn-second:hover,
.course a.button.course-start:hover,
.course a.button.single_add_to_cart_button:hover,
.course a.button.btn-second:hover,
.course a.button:visited.course-start:hover,
.course a.button:visited.single_add_to_cart_button:hover,
.course a.button:visited.btn-second:hover,
.course #commentform #submit.course-start:hover,
.course #commentform #submit.single_add_to_cart_button:hover,
.course #commentform #submit.btn-second:hover,
.course .submit.course-start:hover,
.course .submit.single_add_to_cart_button:hover,
.course .submit.btn-second:hover,
.course input[type="submit"].course-start:hover,
.course input[type="submit"].single_add_to_cart_button:hover,
.course input[type="submit"].btn-second:hover,
.course input.button.course-start:hover,
.course input.button.single_add_to_cart_button:hover,
.course input.button.btn-second:hover,
.course button.button.course-start:hover,
.course button.button.single_add_to_cart_button:hover,
.course button.button.btn-second:hover,
.lesson a.button.course-start:hover,
.lesson a.button.single_add_to_cart_button:hover,
.lesson a.button.btn-second:hover,
.lesson a.button:visited.course-start:hover,
.lesson a.button:visited.single_add_to_cart_button:hover,
.lesson a.button:visited.btn-second:hover,
.lesson #commentform #submit.course-start:hover,
.lesson #commentform #submit.single_add_to_cart_button:hover,
.lesson #commentform #submit.btn-second:hover,
.lesson .submit.course-start:hover,
.lesson .submit.single_add_to_cart_button:hover,
.lesson .submit.btn-second:hover,
.lesson input[type="submit"].course-start:hover,
.lesson input[type="submit"].single_add_to_cart_button:hover,
.lesson input[type="submit"].btn-second:hover,
.lesson input.button.course-start:hover,
.lesson input.button.single_add_to_cart_button:hover,
.lesson input.button.btn-second:hover,
.lesson button.button.course-start:hover,
.lesson button.button.single_add_to_cart_button:hover,
.lesson button.button.btn-second:hover,
.quiz a.button.course-start:hover,
.quiz a.button.single_add_to_cart_button:hover,
.quiz a.button.btn-second:hover,
.quiz a.button:visited.course-start:hover,
.quiz a.button:visited.single_add_to_cart_button:hover,
.quiz a.button:visited.btn-second:hover,
.quiz #commentform #submit.course-start:hover,
.quiz #commentform #submit.single_add_to_cart_button:hover,
.quiz #commentform #submit.btn-second:hover,
.quiz .submit.course-start:hover,
.quiz .submit.single_add_to_cart_button:hover,
.quiz .submit.btn-second:hover,
.quiz input[type="submit"].course-start:hover,
.quiz input[type="submit"].single_add_to_cart_button:hover,
.quiz input[type="submit"].btn-second:hover,
.quiz input.button.course-start:hover,
.quiz input.button.single_add_to_cart_button:hover,
.quiz input.button.btn-second:hover,
.quiz button.button.course-start:hover,
.quiz button.button.single_add_to_cart_button:hover,
.quiz button.button.btn-second:hover,
#tribe-bar-form .tribe-bar-submit input[type="submit"].course-start:hover,
#tribe-bar-form
  .tribe-bar-submit
  input[type="submit"].single_add_to_cart_button:hover,
#tribe-bar-form .tribe-bar-submit input[type="submit"].btn-second:hover,
.posts-navigation .nav-links a.course-start:hover,
.posts-navigation .nav-links a.single_add_to_cart_button:hover,
.posts-navigation .nav-links a.btn-second:hover,
.site-footer .top-footer .top-footer-toggle.course-start:hover,
.site-footer .top-footer .top-footer-toggle.single_add_to_cart_button:hover,
.site-footer .top-footer .top-footer-toggle.btn-second:hover,
.sidebar
  .woocommerce.widget_price_filter
  .price_slider_amount
  .button.course-start:hover,
.sidebar
  .woocommerce.widget_price_filter
  .price_slider_amount
  .button.single_add_to_cart_button:hover,
.sidebar
  .woocommerce.widget_price_filter
  .price_slider_amount
  .button.btn-second:hover,
.zoo-button.course-start:hover,
.zoo-button.single_add_to_cart_button:hover,
.zoo-button.btn-second:hover,
.zoo-ajax-load-more .ajax-func.course-start:hover,
.zoo-ajax-load-more .ajax-func.single_add_to_cart_button:hover,
.zoo-ajax-load-more .ajax-func.btn-second:hover,
.btn-readmore.course-start:hover,
.btn-readmore.single_add_to_cart_button:hover,
.btn-readmore.btn-second:hover,
.zoo-banner-image.help-info .banner-readmore a.course-start:hover,
.zoo-banner-image.help-info .banner-readmore a.single_add_to_cart_button:hover,
.zoo-banner-image.help-info .banner-readmore a.btn-second:hover,
.comment-form .form-submit input.course-start:hover,
.comment-form .form-submit input.single_add_to_cart_button:hover,
.comment-form .form-submit input.btn-second:hover,
.form-submit input.course-start:hover,
.form-submit input.single_add_to_cart_button:hover,
.form-submit input.btn-second:hover,
input.submit.course-start:hover,
input.submit.single_add_to_cart_button:hover,
input.submit.btn-second:hover,
input[type="submit"].course-start:hover,
input[type="submit"].single_add_to_cart_button:hover,
input[type="submit"].btn-second:hover,
button.course-start:hover,
button.single_add_to_cart_button:hover,
button.btn-second:hover,
.btn.course-start:hover,
.btn.single_add_to_cart_button:hover,
.btn.btn-second:hover {
  color: #fff;
  border-color: #7fbf00;
  background-color: #7fbf00;
}

blockquote {
  font-weight: 600;
  color: #252525;
  background-color: transparent;
}
blockquote:before {
  color: #ebebeb;
}

.layout-boxes.container.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*Comments list*/
li.comment,
#comments-list .title-block {
  border-color: #ebebeb;
}

.comment-reply-link,
.comment-edit-link {
  color: #fff;
  background: #959595;
}
.comment-reply-link:hover,
.comment-edit-link:hover {
  color: #fff;
  background: #7fbf00;
}

.date-post {
  color: #959595;
}

#reply-title {
  color: #252525;
}

/* Widget */
.widget_calendar tbody a {
  color: #fff;
  background-color: #252525;
}
.widget_calendar tbody #today {
  color: #fff;
  background-color: #7fbf00;
}

.widget_rss .rss-date,
.widget_rss cite {
  color: #acacac;
}

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  border-radius: 3px;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  color: #fff;
  background-color: #7fbf00;
}

.widget_product_categories li,
.woocommerce .widget_layered_nav ul li,
.widget_archive li,
.widget_categories li,
.widget_sensei_course_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_entries li,
.widget_recent_comments li {
  border-color: #ebebeb;
}

.widget ul li a:hover {
  color: #7fbf00;
}

/* instagram widget */
.instagram-feed-heading {
  color: #252525;
}
.instagram-feed-heading i {
  color: #7fbf00;
}

/* Sidebar */
.sidebar .widget ul li a {
  color: #494949;
}
.sidebar .widget ul li a:hover {
  color: #7fbf00;
}
.sidebar .widget.widget_sensei_lesson_component ul li {
  color: #959595;
}
.sidebar .widget.widget_sensei_lesson_component ul li .lesson-course {
  color: #252525;
}
.sidebar .widget.widget_sensei_lesson_component ul li a {
  color: #959595;
}
.sidebar .widget.widget_sensei_lesson_component ul li a:hover {
  color: #252525;
}
.sidebar .widget.widget_sensei_lesson_component ul li > a {
  color: #252525;
}
.sidebar .widget.widget_sensei_lesson_component ul li > a:hover {
  color: #7fbf00;
}

.zoo-icon-field .wrap-icon-item i {
  color: #252525;
}

.tagcloud a {
  color: #7d7d7d;
}
.tagcloud a:hover {
  color: #fff;
  background: #7fbf00;
}

/*Breadcrumb*/
.wrap-breadcrumb {
  background: #f5f5f5;
}

.zoo-breadcrumb-container {
  color: #252525;
}
.zoo-breadcrumb-container .zoo-breadcrumb-url:hover {
  color: #7fbf00;
}
.zoo-breadcrumb-container > span:last-child {
  color: #252525;
}
.zoo-breadcrumb-container a {
  color: #7d7d7d;
}
.zoo-breadcrumb-container a:hover {
  color: #7fbf00;
}

.post-content strong {
  color: #252525;
}

.post-info {
  color: #959595;
}
.post-info > span:before {
  background-color: #959595;
}

.tags-link-wrap a {
  color: #fff;
  border-color: #d7d7d7;
  background-color: #d7d7d7;
}
.tags-link-wrap a:hover {
  color: #fff;
  border-color: #7fbf00;
  background-color: #7fbf00;
}

.post-social {
  border-color: #ebebeb;
}

.share-links .share-text {
  color: #252525;
}
.share-links .social-icons li a {
  color: #acacac;
}
.share-links .social-icons li a:hover {
  color: #7fbf00;
}

.woo-custom-share li a:hover {
  color: #7fbf00;
}

.post-navigation a .meta-nav,
.posts-navigation a .meta-nav {
  color: #959595;
}

.post-author {
  color: #7d7d7d;
  border-color: #ebebeb;
  background: #f5f5f5;
}

.post-author .author-name {
  color: #7fbf00;
}

.wrap-author-social li a {
  color: #252525;
}
.wrap-author-social li a:hover {
  color: #7fbf00;
}

.zoo-posts-widget .side-item-text h4 a,
.widget_zoo_sensei_category_courses .side-item-text h4 a {
  color: #252525;
}
.zoo-posts-widget .side-item-text .side-item-meta,
.widget_zoo_sensei_category_courses .side-item-text .side-item-meta {
  color: #959595;
}

.readmore {
  color: #7fbf00;
}
.readmore:hover {
  color: #252525;
}

.page-links:before,
.navigation.pagination:before,
.woocommerce nav.woocommerce-pagination:before,
.sensei-pagination:before {
  background: #ebebeb;
}

.page-numbers .page-numbers:hover,
.page-numbers .page-numbers.current,
.page-numbers .page-numbers.active,
.page-numbers:hover,
.page-numbers.current,
.page-numbers.active,
.entry-pagination li:hover,
.entry-pagination li.current,
.entry-pagination li.active {
  color: #7fbf00;
}
.page-numbers .page-numbers:hover a,
.page-numbers .page-numbers.current a,
.page-numbers .page-numbers.active a,
.page-numbers:hover a,
.page-numbers.current a,
.page-numbers.active a,
.entry-pagination li:hover a,
.entry-pagination li.current a,
.entry-pagination li.active a {
  color: #7fbf00;
}

.inpost-pagination a {
  color: #252525;
  background: #f5f5f5;
}
.inpost-pagination a:hover {
  color: #fff;
  background: #7fbf00;
}
.inpost-pagination .pagination > span {
  color: #fff;
  background: #7fbf00;
}

.wrap-img:before {
  background: #7fbf00;
}

#infinite-handle .load-more-posts {
  color: #7fbf00;
  background: #959595;
}

/* About us page */
.color {
  color: #7fbf00;
}

.zoo-cta.text-white {
  color: #fff;
}
.zoo-cta.text-white .zoo-cta-header h2,
.zoo-cta.text-white .zoo-cta-header h3,
.zoo-cta.text-white .zoo-cta-header h4 {
  color: #fff;
}

/* Shop page css */
.woocommerce .woocommerce-breadcrumb {
  color: #252525;
}
.woocommerce .woocommerce-breadcrumb a {
  color: gray_dark;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #7fbf00;
}

#top-product-page {
  border-color: #ebebeb;
  background: #fff;
}

.layout-control-block li a.active,
.layout-control-block li a.disable-sidebar {
  color: #7fbf00;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  color: #636363;
}

/* Products block */
#zoo-quickview-lb,
#zoo-course-quickview {
  background: #f5f5f5;
}

.close-btn {
  color: #2e2e2e;
  background: rgba(255, 255, 255, 0.5);
}
.close-btn:hover {
  background: #fff;
}

.woocommerce .zoo-woo-page span.onsale,
#zoo-quickview-lb.woocommerce span.onsale {
  background: #7fbf00;
  color: #fff;
}

.wrap-img {
  background: #f5f5f5;
}

.products .wrap-product-img:before {
  background: #7fbf00;
}

.woocommerce .products .product h3.product-name a {
  color: #494949;
}
.woocommerce .products .product h3.product-name a:hover {
  color: #7fbf00;
}

.woocommerce .star-rating:before {
  color: #ffcc00;
}
.woocommerce .star-rating span::before {
  color: #ffcc00;
}
.woocommerce .price del {
  color: #959595;
}

.woocommerce ul.products li.product .price {
  color: #252525;
}
.woocommerce ul.products li.product .price del {
  color: #959595;
}

.added_to_cart {
  color: #fff;
  background: #4c800d none repeat scroll 0 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.added_to_cart:hover {
  color: #fff;
  background: #252525;
}

.zoo-woo-page .zoo-custom-wishlist-btn a,
.products .zoo-custom-wishlist-btn a {
  color: #252525;
}
.zoo-woo-page .zoo-custom-wishlist-btn.yith-wcwl-wishlistexistsbrowse a,
.zoo-woo-page .zoo-custom-wishlist-btn.yith-wcwl-wishlistaddedbrowse a,
.zoo-woo-page .zoo-custom-wishlist-btn:hover a,
.products .zoo-custom-wishlist-btn.yith-wcwl-wishlistexistsbrowse a,
.products .zoo-custom-wishlist-btn.yith-wcwl-wishlistaddedbrowse a,
.products .zoo-custom-wishlist-btn:hover a {
  color: #e6502e;
}

/* Woo Pagination */
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce
  nav.woocommerce-pagination
  ul.page-numbers
  li
  .page-numbers.current,
.woocommerce
  nav.woocommerce-pagination
  ul.page-numbers
  li
  a.page-numbers:hover {
  color: #7fbf00;
}

/* Mobile css */
@media (max-width: 769px) {
  .is-sticky #top-product-page {
    background: #fff;
  }
}
.zoo-quickview-mask,
.zoo-course-quickview-mask {
  background: rgba(0, 0, 0, 0.5);
}

.wrap-main-page .prdctfltr_checkboxes > label {
  background: #f5f5f5;
}
.wrap-main-page
  .prdctfltr_wc.prdctfltr_square
  .prdctfltr_filter
  label.prdctfltr_active
  > span::before {
  color: #7fbf00;
}
.wrap-main-page .prdctfltr_range.prdctfltr_price .widget-title {
  color: #252525;
}
.wrap-main-page .pf_rngstyle_html5 .irs-bar {
  background: #7fbf00;
}
.wrap-main-page .pf_rngstyle_html5 .irs-slider {
  border-color: #7fbf00;
  background: #fff;
}
.wrap-main-page .pf_rngstyle_html5 .irs-from,
.wrap-main-page .pf_rngstyle_html5 .irs-to,
.wrap-main-page .pf_rngstyle_html5 .irs-single {
  color: #7fbf00;
}

@media (max-width: 769px) {
  .zoo-woo-sidebar {
    background: #fff;
  }

  .mask-sidebar {
    background: rgba(0, 0, 0, 0.5);
  }
}
.wrap-icon-cart:hover i {
  color: #7fbf00;
}

.top-cart-total {
  color: #fff;
  background: #7fbf00;
}

#top-cart .wrap-mini-cart {
  background: #fff;
}

.mask-close {
  background: rgba(0, 0, 0, 0.9);
}

#icon-header .search a {
  color: #252525;
}
#icon-header .search a:hover {
  color: #7fbf00;
}

/*Search block*/
.header-search-block {
  background: #fff;
}
.header-search-block input {
  color: #252525;
}

.stack-center-layout.type-2 .header-search-block .ipt {
  border-color: #ebebeb;
}

#menu-mobile-trigger {
  color: #252525;
}
#menu-mobile-trigger.active {
  color: #7fbf00;
}

#mobile-nav a {
  color: #252525;
}
#mobile-nav li {
  border-color: #ebebeb;
}

@media (max-width: 992px) {
  .wrap-mobile-nav {
    background: #fff;
  }

  .search-wrap .ipt {
    border-color: #ebebeb;
  }

  .wrap-header-block {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
}
/* Top Header */
#top-header {
  color: #7d7d7d;
  background: #252525;
}
#top-header i {
  color: #7fbf00;
}
#top-header a {
  color: #7d7d7d;
}
#top-header a i {
  color: #7d7d7d;
}
#top-header a:hover {
  color: #7fbf00;
}
#top-header a:hover i {
  color: #7fbf00;
}
#top-header .contact-info li {
  border-color: #333;
}
#top-header .contact-info li:last-child {
  border-color: #333;
}
#top-header .widget-title {
  color: #7d7d7d;
}

.wrap-header .header-cart {
  background: #7fbf00;
}
.wrap-header .header-cart h3 {
  color: #fff;
}
.wrap-header .header-cart .close {
  color: #fff;
}
.wrap-header .header-cart .close:hover {
  color: #fff;
}

.bottom-cart {
  background: #fff;
}
.bottom-cart .total {
  border-color: #ebebeb;
}
.bottom-cart .total .amount {
  color: #252525;
}
.bottom-cart .buttons {
  margin: 0;
}
.bottom-cart .buttons .button {
  color: #fff;
  background: #7fbf00;
}
.bottom-cart .buttons .button:not(.checkout) {
  background: #252525;
}
.bottom-cart .buttons .button:not(.checkout):hover {
  color: #fff;
  background: #7fbf00;
}
.bottom-cart .buttons .button:hover {
  color: #fff;
  background: #7fbf00;
}

.woocommerce .button.checkout {
  background: #7fbf00;
}
.woocommerce .button.checkout:hover {
  background: #252525;
}

.zoo-mini-cart:before,
.zoo-mini-cart:after {
  border-color: #7fbf00;
  border-left-color: transparent;
}

.wrap-mini-cart:before {
  background: rgba(255, 255, 255, 0.5);
}

.zoo-mini-cart .mini_cart_item {
  border-color: #ebebeb;
}
.zoo-mini-cart .mini_cart_item .right-mini-cart-item .amount {
  color: #252525;
}
.zoo-mini-cart .mini_cart_item .product-name {
  color: #7fbf00;
}
.zoo-mini-cart .mini_cart_item .cart-detail {
  color: #959595;
}
.zoo-mini-cart .mini_cart_item .cart-detail .qty {
  border-color: #ebebeb;
}

.wrap-header-block.header-category-layout {
  color: #636363;
}
.wrap-header-block.header-category-layout a {
  color: #636363;
}
.wrap-header-block.header-category-layout a:hover {
  color: #7fbf00;
}
.wrap-header-block.header-category-layout .zoo-mini-cart .header-cart a {
  color: #fff;
}
.wrap-header-block.header-category-layout .zoo-mini-cart .header-cart a:hover {
  color: #fff;
}
.wrap-header-block.header-category-layout .header-search-block form {
  border-color: #ebebeb;
}
.wrap-header-block.header-category-layout
  .menu-category-block
  .menu-category-title
  span {
  color: #252525;
}

/* Shop Sidebar */
.widget_product_categories ul .current-cat > a {
  color: #7fbf00;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ebebeb;
}
.woocommerce .widget_price_filter .price_slider_amount button.button {
  background: #7fbf00;
}
.woocommerce .widget_price_filter .price_slider_amount button.button:hover {
  background: #e6502e;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  background-color: #bbd442;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #00aeef;
}
.woocommerce .widget_price_filter .price_label {
  color: #959595;
}
.woocommerce
  .widget_top_rated_products
  ul.product_list_widget
  li
  .product-title {
  color: #252525;
}
.woocommerce
  .widget_top_rated_products
  ul.product_list_widget
  li
  .product-title:hover {
  color: #7fbf00;
}
.woocommerce
  .widget_top_rated_products
  ul.product_list_widget
  li
  .woocommerce-Price-amount {
  color: #252525;
}
.woocommerce
  .widget_top_rated_products
  ul.product_list_widget
  li
  del
  .woocommerce-Price-amount {
  color: #959595;
}

.zoo-single-product-nav .product-link-btn,
.zoo-single-product-nav .product-title {
  color: #959595;
}
.zoo-single-product-nav .product-link-btn:hover,
.zoo-single-product-nav .product-title:hover {
  color: #7fbf00;
}

.woocommerce .zoo-single-product .wrap-thumbs-gal .zoo-carousel-btn {
  background: #fff;
}
.woocommerce .zoo-single-product .wrap-thumbs-gal .zoo-carousel-btn:hover {
  color: #fff;
  background: #7fbf00;
}
.woocommerce .zoo-single-product .wrap-single-carousel .zoo-carousel-btn:hover {
  color: #7fbf00;
}

.label {
  color: #252525;
}

table.shop_attributes ul > li,
.variations ul > li {
  color: #7d7d7d;
  background: #ebebeb;
}
table.shop_attributes ul > li:before,
.variations ul > li:before {
  border-color: #d7d7d7;
}
table.shop_attributes ul > li:hover:before,
table.shop_attributes ul > li.selected:before,
.variations ul > li:hover:before,
.variations ul > li.selected:before {
  border-color: #7fbf00;
}
table.shop_attributes ul > li.color:hover:before,
table.shop_attributes ul > li.color.selected:before,
.variations ul > li.color:hover:before,
.variations ul > li.color.selected:before {
  border-color: inherit;
}

.woocommerce div.product form.cart .variations label:after {
  color: #ed1c24;
}
.woocommerce div.product form.cart .variations td.label .selected {
  color: #000000;
}

.woocommerce .zoo-single-product.product .price {
  color: #252525;
}
.woocommerce .zoo-single-product.product .price del {
  color: #959595;
}
.woocommerce .zoo-single-product.product .entry-summary .stock {
  color: #252525;
}
.woocommerce .zoo-single-product.product .entry-summary .stock span,
.woocommerce
  .zoo-single-product.product
  .entry-summary
  .single_variation_wrap
  .stock {
  color: #7fbf00;
}
.woocommerce .zoo-single-product.product .entry-summary form.cart .variations {
  border-color: #ebebeb;
}
.woocommerce .zoo-single-product.product .entry-summary .cart {
  border-color: #ebebeb;
}
.woocommerce .zoo-single-product.product .entry-summary .cart .button {
  background: #f26c4f;
}
.woocommerce .zoo-single-product.product .entry-summary .cart .button:hover {
  background: #7fbf00;
}
.woocommerce .zoo-single-product.product .entry-summary .compare {
  color: #252525;
}
.woocommerce .zoo-single-product.product .entry-summary .compare:hover {
  color: #7fbf00;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist
  .zoo-custom-wishlist-btn
  a {
  color: #252525;
}
.woocommerce
  .zoo-single-product.product
  .entry-summary
  .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist
  .zoo-custom-wishlist-btn
  a:hover {
  color: #7fbf00;
}
.woocommerce .zoo-single-product.product .quantity {
  border-color: #ebebeb;
}
.woocommerce .zoo-single-product.product .product_meta .sku,
.woocommerce .zoo-single-product.product .product_meta a {
  color: #252525;
}
.woocommerce .zoo-single-product.product .product_meta a:hover {
  color: #7fbf00;
}

.woo-custom-share li {
  color: #252525;
}

.related .zoo-carousel-btn {
  border-color: #ebebeb;
}
.related .zoo-carousel-btn:hover {
  color: #fff;
  border-color: #7fbf00;
  background: #7fbf00;
}

.woocommerce #review_form #reply-title {
  border-color: #ebebeb;
}
.woocommerce #reviews #comments ol.commentlist {
  border-color: #ebebeb;
}
.woocommerce #reviews #comments ol.commentlist .comment {
  border-color: #ebebeb;
}
.woocommerce #reviews #comments ol.commentlist .comment .meta strong {
  color: #252525;
}

.countdown-times > div {
  color: #2e2e2e;
}
.countdown-times > div b {
  border-color: #2e2e2e;
}

div.pp_woocommerce .pp_content_container .pp_loaderIcon:before,
div.pp_woocommerce .pp_content_container .pp_loaderIcon:after {
  background: #7fbf00;
}

/* Cart page */
#order-step li.step {
  color: #2e2e2e;
}
#order-step li.step.active {
  color: #7fbf00;
}

.woocommerce table.shop_table thead th {
  color: #252525;
}
.woocommerce table.shop_table tbody .product-price,
.woocommerce table.shop_table tbody .product-subtotal {
  color: #7fbf00;
}
.woocommerce table.shop_table tbody .product-price del {
  color: #e6502e;
}
.woocommerce table.shop_table tbody .product-name {
  color: #252525;
}
.woocommerce table.shop_table tbody .product-quantity .quantity {
  border-color: #ebebeb;
}
.woocommerce table.shop_table tbody .product-quantity .quantity input {
  color: #252525;
  border-color: #ebebeb;
  border-color: #ebebeb;
}
.woocommerce table.shop_table tbody .product-remove a:hover i {
  color: #252525;
}

.woocommerce-cart .cart_totals.calculated_shipping,
.woocommerce-checkout .cart_totals.calculated_shipping {
  background: #f5f5f5;
}
.woocommerce-cart .shop_table .label-row,
.woocommerce-checkout .shop_table .label-row {
  color: #2e2e2e;
}
.woocommerce-cart .shop_table > li,
.woocommerce-checkout .shop_table > li {
  border-color: #ebebeb;
}
.woocommerce-cart ul.shop_table .amount,
.woocommerce-checkout ul.shop_table .amount {
  color: #7fbf00;
}
.woocommerce-cart .shipping-cal .shipping-calculator-button,
.woocommerce-checkout .shipping-cal .shipping-calculator-button {
  color: #2e2e2e;
}
.woocommerce-cart .shipping-cal .shipping-calculator-button:hover,
.woocommerce-checkout .shipping-cal .shipping-calculator-button:hover {
  color: #7fbf00;
}
.woocommerce-cart .shipping-cal .shipping-calculator-form select,
.woocommerce-checkout .shipping-cal .shipping-calculator-form select {
  border-color: #ebebeb;
}
.woocommerce-cart .shipping-cal .shipping-calculator-form .button,
.woocommerce-checkout .shipping-cal .shipping-calculator-form .button {
  color: #252525;
  background: #f5f5f5;
}
.woocommerce-cart .shipping-cal .shipping-calculator-form .button:hover,
.woocommerce-checkout .shipping-cal .shipping-calculator-form .button:hover {
  color: #fff;
  background: #252525;
}
.woocommerce-cart
  .woocommerce
  .wc-proceed-to-checkout
  .button:not(.checkout-button),
.woocommerce-checkout
  .woocommerce
  .wc-proceed-to-checkout
  .button:not(.checkout-button) {
  color: #2e2e2e;
  background: #f5f5f5;
}
.woocommerce-cart
  .woocommerce
  .wc-proceed-to-checkout
  .button:not(.checkout-button):hover,
.woocommerce-checkout
  .woocommerce
  .wc-proceed-to-checkout
  .button:not(.checkout-button):hover {
  color: #fff;
  background: #2e2e2e;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button.button,
.woocommerce-checkout
  .woocommerce
  .wc-proceed-to-checkout
  .checkout-button.button {
  background: #7fbf00;
}
.woocommerce-cart
  .woocommerce
  .wc-proceed-to-checkout
  .checkout-button.button:hover,
.woocommerce-checkout
  .woocommerce
  .wc-proceed-to-checkout
  .checkout-button.button:hover {
  background: #2e2e2e;
}

.wrap-cart-empty {
  border-color: #ebebeb;
}
.wrap-cart-empty .return-to-shop .button.wc-backward {
  color: #fff;
  background: #7fbf00;
}
.wrap-cart-empty .return-to-shop .button.wc-backward:hover {
  color: #fff;
  background: #252525;
}

.woocommerce .wrap-coupon {
  background: #f5f5f5;
}
.woocommerce .wrap-coupon label {
  color: #2e2e2e;
}
.woocommerce .wrap-coupon input.button {
  color: #fff;
  background: #7fbf00;
}
.woocommerce .wrap-coupon input.button:hover {
  background: #252525;
}

.woocommerce-checkout .woocommerce-info:before {
  color: #7fbf00;
}
.woocommerce-checkout .woocommerce-info a {
  color: #252525;
}
.woocommerce-checkout .woocommerce-info a:hover {
  color: #7fbf00;
}
.woocommerce-checkout .woocommerce .login.global-login-form,
.woocommerce-checkout .woocommerce .checkout_coupon {
  border-color: #ebebeb;
}
.woocommerce-checkout .woocommerce .login.global-login-form .button,
.woocommerce-checkout .woocommerce .checkout_coupon .button {
  color: #fff;
  background: #7fbf00;
}
.woocommerce-checkout .woocommerce .login.global-login-form .button:hover,
.woocommerce-checkout .woocommerce .checkout_coupon .button:hover {
  background: #252525;
}
.woocommerce-checkout .title-block-page {
  border-color: #ebebeb;
}
.woocommerce-checkout .product-total {
  color: #252525;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment {
  background: #f5f5f5;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment #place_order {
  background: #7fbf00;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment #place_order:hover {
  background-color: #252525;
}
.woocommerce-checkout .select2-container .select2-choice {
  border-color: #ebebeb;
}

.wrap-cart-error a.button.wc-backward {
  color: #fff;
  background: #7fbf00;
}
.wrap-cart-error a.button.wc-backward:hover {
  background: #252525;
}

/* Order page */
.woocommerce .wrap-header-order {
  border-color: #ebebeb;
}
.woocommerce .wrap-header-order .woocommerce-thankyou-order-received {
  color: #252525;
}
.woocommerce .wrap-header-order .woocommerce-thankyou-order-details li > span {
  color: #252525;
}

.woocommerce .order_details.shop_table tfoot th {
  color: #252525;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  border-color: #ebebeb;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  color: #252525;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:after {
  background: #7fbf00;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #252525;
}

del .amount {
  color: inherit;
}

.woocommerce-account .woocommerce-Addresses .edit {
  color: #fff;
  background: #7fbf00;
}
.woocommerce-account .woocommerce-Addresses .edit:hover {
  color: #fff;
  background: #6ea600;
}

/*My account page*/
#main h1.entry-title {
  border-color: #ebebeb;
}

.woocommerce .login.form input[type="submit"],
.woocommerce .register.form input[type="submit"],
#customer_login form.login .btn,
#customer_login form.login .button,
#customer_login form.register .btn,
#customer_login form.register .button {
  border-color: #7fbf00;
}

.woocommerce .login.form input[type="submit"]:hover,
.woocommerce .register.form input[type="submit"]:hover,
#customer_login form.login .btn:hover,
#customer_login form.login .button:hover,
#customer_login form.register .btn:hover,
#customer_login form.register .button:hover {
  border-color: #252525;
  background: #252525;
}

.woocommerce .login.form .btn.light,
.woocommerce .register.form .btn.light,
#customer_login form.login .btn.light,
#customer_login form.register .btn.light {
  color: #252525;
  border-color: #252525;
  background: none;
}

.woocommerce .login.form .btn.light:hover,
.woocommerce .register.form .btn.light:hover,
#customer_login form.login .btn.light:hover,
#customer_login form.register .btn.light:hover {
  color: #fff;
  background: #252525;
}

.woocommerce-info {
  border-top-color: #88cc00;
}
.woocommerce-info:before {
  color: #88cc00;
}

/* Sensei */
.archive-description,
.module-description {
  border-color: #ebebeb;
  background: #f5f5f5;
}

.course-category a {
  color: #7fbf00;
}

.sensei-course-meta {
  color: #959595;
  border-color: #ebebeb;
}
.sensei-course-meta a {
  color: #959595;
}
.sensei-course-meta a:hover {
  color: #7fbf00;
}
.sensei-course-meta .course-price {
  color: #252525;
}
.sensei-course-meta .course-price del {
  color: #959595;
}

.course-header .author-name {
  color: #7fbf00;
}
.course-header.single-course-header .course-price {
  color: #7fbf00;
}
.course-header.single-course-header .course-price del {
  color: #ccc;
}

#main .course .sensei-course-meta a:hover,
#main .course-container .sensei-course-meta a:hover {
  color: #7fbf00;
}

/* Custom Text - Working hours */
.sidebar .working-hours li,
.widget .working-hours li,
.working-hours li {
  border-color: #ebebeb;
}
.sidebar .working-hours li .time.last,
.widget .working-hours li .time.last,
.working-hours li .time.last {
  color: #7fbf00;
}

/* Page */
.zoo-feature-box.contact-box .feature-box-media i {
  color: #7fbf00;
}

/* Main menu */
.primary-nav .sub-menu,
.primary-nav .children {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.menu > li .sub-menu li a,
.menu > ul > li .sub-menu li a {
  color: #494949;
  border-color: #ebebeb;
}
.menu > li .sub-menu li a:hover,
.menu > ul > li .sub-menu li a:hover {
  color: #7fbf00;
}

.is-sticky .wrap-header-block,
.is-sticky #bottom-header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

/* Footer */
#top-footer {
  background: #f5f5f5;
}

.footer-block a {
  color: #aaaaaa;
}
.footer-block a:hover {
  color: #7fbf00;
}
.footer-block .widget_nav_menu li a:before {
  background-color: #aaaaaa;
}
.footer-block .widget_nav_menu li a:hover:before {
  background-color: #7fbf00;
}

.footer-info li i {
  color: #7fbf00;
}

#zoo-footer {
  color: #aaaaaa;
  background: #272727;
  position: relative;
  z-index: 99;
}

.bottom-footer-container {
  border-color: rgba(67, 67, 67, 0.5);
}

#copyright a {
  color: #7fbf00;
}
#copyright a:hover {
  color: #fff;
}

.footer-widget-title {
  color: #ffffff;
}

/* Back to top */
#back-to-top {
  color: #fff;
  background: #333;
}
#back-to-top:hover {
  color: #fff;
  background-color: #7fbf00;
}

/* Quick view */
.qv-course-title {
  color: #fff;
  background: #7fbf00;
}

.btn-link a:hover,
.btn-link .vc_general:hover {
  color: #7fbf00 !important;
}
.btn-link a:hover:after,
.btn-link .vc_general:hover:after {
  background: #7fbf00;
}

.btn-group-wrap .btn.btn-dark:hover {
  background: #7fbf00;
}

.course-info .course-info-title {
  background: #e6502e;
}

/* Author page */
.main-content.author-page li a:hover {
  color: #7fbf00;
}
.main-content.author-page li a:hover.post-title {
  color: #7fbf00;
}
.main-content.author-page .entry-pagination ul li.active a {
  color: #7fbf00;
}

.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a
  i,
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panel:hover
  .vc_tta-panel-title
  > a
  i {
  background: #7fbf00;
}

.newsletter-widget .tnp-widget .tnp-field input[type="submit"] {
  background: #7fbf00;
}

.cvca-carousel-btn:hover i,
#tribe-events .type-tribe_events a.tribe-events-gmap,
#tribe-events .type-tribe_events a.tribe-events-read-more,
#bbpress-forums li.bbp-header a:hover,
#bbpress-forums li.bbp-footer a:hover,
.cvca-testimonial-shortcode.style-1
  .cvca-testimonial-item
  .cvca-testimonial-author,
.dark .cvca-shortcode-sensei-courses.layout-1 .course-title a:hover,
.cvca-shortcode-events .zoo-events-list .zoo-event .zoo-event-duration a:hover,
.cvca-blog-shortcode.home3-style .cvca-post-footer .read-more a:hover,
.dark.discover h3 a:hover,
.dark .cvca-blog-shortcode.home3-style h3 a:hover,
.cvca-links .cvca-links-content a:hover {
  color: #7fbf00;
}

.dark.cvca-blog-shortcode.home3-style .cvca-post-footer .read-more a:hover {
  color: #00aeef;
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active.active,
#tribe-events .tribe-events-list .tribe-events-event-cost span,
#tribe-events .tribe-events-day .tribe-events-day-time-slot h5,
.single-tribe_events .tribe-events-schedule .tribe-events-cost,
.cvca-links .cvca-links-content a:hover:after,
.cvca-links.style-1 .cvca-links-content a:hover,
.cvca-links.style-1 .cvca-links-content a:first-child {
  border-color: #7fbf00;
  background: #7fbf00;
}

.cvca-links.style-1 .cvca-links-content a:first-child:hover {
  border-color: #e6502e;
  background: #e6502e;
}

/**
 * Responsive
 */
@media screen and (max-width: 1200px) {
  .about-intro .wpb_text_column .wpb_wrapper {
    padding-left: 0;
  }

  .course-header.single-course-header .course-meta-block > span {
    margin-left: 8px;
    padding-left: 8px;
  }

  .home1-latest-courses .wpb_column {
    display: inline-block;
    width: 100% !important;
  }
  .home1-latest-courses .wpb_column .wpb_single_image {
    margin-top: 35px;
  }
  .home1-latest-courses .wpb_column .wpb_single_image.vc_align_left,
  .home1-latest-courses .wpb_column .wpb_single_image.vc_align_right {
    text-align: center;
  }
  .home1-latest-courses .wpb_column .wpb_single_image .vc_figure,
  .home1-latest-courses .wpb_column .wpb_single_image div,
  .home1-latest-courses .wpb_column .wpb_single_image img {
    width: 100%;
  }

  .wpb-js-composer
    .vc_tta-tabs
    .vc_tta-tabs-container
    .vc_tta-tabs-list
    .vc_tta-tab
    a {
    font-size: 14px !important;
    padding: 14px 15px;
  }

  .zoo-banner-image.help-info .banner-content .banner-title {
    font-size: 24px;
    margin-bottom: 34px;
  }

  .home1-intro-courses .zoo-banner-image .banner-content {
    padding: 10px 20px;
  }

  .cvca-blog-item.grid-1-layout-item .title-post {
    font-size: 16px;
  }

  .cvca-blog-item.grid-1-layout-item .wrap-content-post {
    padding: 15px 20px;
  }

  .footer-info li {
    line-height: 24px;
  }

  .vc_tta.vc_general.vc_tta-accordion
    .vc_tta-panels-container
    .vc_tta-panel-title
    > a
    i.vc_tta-controls-icon-chevron:before {
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }

  .home2-video .cvca-video {
    padding-top: 60px !important;
    padding-bottom: 104px !important;
  }
}
@media screen and (max-width: 992px) {
  .wrap-header-block.header-category-layout #menu-mobile-trigger {
    margin-top: -8px;
  }
  .wrap-header-block.header-category-layout .block-right .top-menu-block,
  .wrap-header-block.header-category-layout .header-search-block {
    display: none !important;
  }
  .wrap-header-block.header-category-layout #site-branding {
    float: none;
    display: inline-block;
    height: 48px;
  }
  .wrap-header-block.header-category-layout .block-right {
    line-height: 30px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 0;
    padding-left: 0;
    position: relative;
    z-index: 3;
  }
  .wrap-header-block.header-category-layout .block-right #icon-header {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #sidebar-left,
  #zoo-woo-sidebar-left,
  #zoo-sensei-sidebar-left {
    margin-bottom: 40px !important;
  }

  #sidebar-right,
  #zoo-woo-sidebar-right,
  #zoo-sensei-sidebar-right {
    margin-top: 40px !important;
  }

  #main .course-container li.course:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .wrap-site-main {
    padding: 55px 0;
  }

  #main-footer {
    padding: 40px 0;
  }

  .zoo-breadcrumb-container {
    height: auto;
  }

  .wrap-default-layout .main-footer-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .wrap-main-footer {
    display: block;
  }

  .main-footer-block.last {
    clear: both;
  }
  .main-footer-block .instagram_widget .instagram-pics li a,
  .main-footer-block .instagram_widget .instagram-pics li .pic-link,
  .main-footer-block .instagram_widget .instagram-pics .pic-item a,
  .main-footer-block .instagram_widget .instagram-pics .pic-item .pic-link {
    width: 100%;
  }
  .main-footer-block .instagram_widget .instagram-pics li a img,
  .main-footer-block .instagram_widget .instagram-pics li .pic-link img,
  .main-footer-block .instagram_widget .instagram-pics .pic-item a img,
  .main-footer-block .instagram_widget .instagram-pics .pic-item .pic-link img {
    width: 100%;
  }

  #zoo-quickview-lb {
    max-height: 84%;
  }
  #zoo-quickview-lb.woocommerce .zoo-single-product.product .wrap-price {
    display: block;
  }
  #zoo-quickview-lb.woocommerce .zoo-single-product.product .wrap-price .stock {
    margin-top: 5px;
  }

  .columns-4 li.course,
  .columns-8 li.course {
    width: 50%;
  }

  .columns-5 li.course,
  .columns-6 li.course,
  .columns-7 li.course {
    width: 33.333%;
  }

  .about-intro .wpb_column {
    width: 100%;
  }

  .woocommerce table.shop_table tbody .product-quantity .quantity .qty-nav {
    width: 15px;
  }
  .woocommerce table.shop_table tbody .product-quantity .quantity input {
    width: 34px;
  }
  .woocommerce table.shop_table tbody .product-remove a {
    font-size: 12px;
  }

  .zoo-feature-box.home4-style1 .feature-box-title {
    font-size: 20px;
  }
  .zoo-feature-box.home4-style1 .zoo-feature-box-inner .feature-box-content {
    padding: 0;
  }

  .null-instagram-feed .instagram-pics li a,
  .null-instagram-feed .instagram-pics li img,
  .null-instagram-feed .instagram-pics .pic-item a,
  .null-instagram-feed .instagram-pics .pic-item img {
    width: 100%;
  }

  .baby-activities .wpb_column .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .cvca-shortcode-events .zoo-events-list .zoo-event .zoo-event-duration {
    font-size: 12px;
  }

  .cvca-blog-slider-shortcode .cvca-post-inner .wrap-media img {
    width: 100%;
  }
  .cvca-blog-slider-shortcode .posts-block .row .row .cvca-blog-slider-item {
    margin-bottom: 30px;
  }

  .zoo-banner-image.help-info .banner-content .banner-title {
    margin-bottom: 20px;
  }

  .about-block {
    padding: 13px 15px 20px;
  }

  .vc_tta.vc_general.vc_tta-accordion
    .vc_tta-panels-container
    .vc_tta-panel-title
    > a
    i.vc_tta-controls-icon-chevron:before,
  .vc_tta.vc_general.vc_tta-accordion
    .vc_tta-panels-container
    .vc_tta-panel.vc_active
    .vc_tta-panel-title
    > a
    i.vc_tta-controls-icon-chevron:before,
  .vc_tta.vc_general.vc_tta-accordion
    .vc_tta-panels-container
    .vc_tta-panel:hover
    .vc_tta-panel-title
    > a
    i.vc_tta-controls-icon-chevron:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .vc_row.why-choose-us {
    padding-top: 50px !important;
  }
  .vc_row.why-choose-us .zoo-feature-box.style-1 {
    padding: 10px 10px 30px;
  }
  .vc_row.why-choose-us .wpb_single_image {
    margin-top: 10px;
    margin-bottom: 30px !important;
  }
  .vc_row.why-choose-us .wpb_single_image.vc_align_left,
  .vc_row.why-choose-us .wpb_single_image.vc_align_right {
    text-align: center;
  }

  .vc_row.home1-latest-courses {
    padding-top: 20px !important;
    padding-bottom: 55px !important;
  }
  .vc_row.home1-testimonials {
    padding-top: 35px !important;
    padding-bottom: 40px !important;
  }
  .vc_row.home1-latest-news {
    padding-top: 10px !important;
    padding-bottom: 25px !important;
  }
  .vc_row.why-choose-us .vc_tta-accordion {
    margin-bottom: 120px !important;
  }
  .vc_row.home2-video .cvca-video {
    padding-top: 60px !important;
    padding-bottom: 152px !important;
  }
  .vc_row.home3-about-us {
    padding-top: 50px !important;
  }
  .vc_row.home3-events {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 782px) {
  html body {
    position: initial;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  blockquote {
    font-size: 16px;
    padding-left: 64px;
    padding-right: 30px;
  }
  blockquote:before {
    font-size: 32px;
    left: 15px;
  }

  .post-info .post-comment {
    float: none !important;
  }

  .post-navigation .nav-links .nav-next,
  .post-navigation .nav-links .nav-previous,
  .posts-navigation .nav-links .nav-next,
  .posts-navigation .nav-links .nav-previous {
    width: 100%;
  }

  .post-author .author-img {
    margin: auto;
    float: none;
    text-align: center;
  }
  .post-author .author-content {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .tags-link-wrap a {
    padding: 4px 10px;
    margin: 0 0 8px 5px;
    display: inline-block;
  }

  .post-related .item-related {
    margin-bottom: 30px;
  }
  .post-related .item-related:last-child {
    margin-bottom: 0;
  }

  .bottom-footer-container {
    text-align: center;
  }
  .bottom-footer-container .bottom-footer-block {
    margin-top: 20px;
  }

  #zoo-quickview-lb .wrap-left-single-product,
  #zoo-quickview-lb .wrap-right-single-product {
    width: 100%;
  }
  #zoo-quickview-lb .wrap-right-single-product {
    padding: 30px 15px !important;
  }
  #zoo-quickview-lb.woocommerce .zoo-single-product.product .product_title {
    font-size: 26px;
  }

  #zoo-course-quickview .qv-wrap-left-single-product,
  #zoo-course-quickview .qv-wrap-right-single-product {
    width: 100%;
  }

  .zoo-feature-box.style-1 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .zoo-banner-image .banner-media img {
    width: 100%;
  }

  .course-media > a {
    display: block;
    width: 100%;
  }

  .cvca-shortcode-banner.banner-big {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .zoo-feature-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .woocommerce .zoo-single-product.product .summary .wrap-price {
    display: block;
  }
  .woocommerce .zoo-single-product.product .summary .wrap-price .stock {
    margin-top: 10px;
  }

  .woocommerce .zoo-single-product.product .zoo-woo-tabs .tabs li {
    padding: 0 15px;
    font-size: 14px;
  }

  .course-header.single-course-header {
    display: block;
  }
  .course-header.single-course-header .course-actions {
    margin-top: 10px;
  }

  .course-header.single-course-header .course-actions .course-status,
  .course-header.single-course-header .course-actions .course-price {
    margin: 0;
  }

  #order-step li.step {
    font-size: 1.2rem;
  }

  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }

  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page
    table.shop_table_responsive
    tbody
    tr:first-child
    td:first-child {
    border-top: 0;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce table.my_account_orders tr td.order-actions:before,
  .woocommerce table.shop_table_responsive tr td.actions:before,
  .woocommerce table.shop_table_responsive tr td.product-remove:before,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce-page table.my_account_orders tr td.order-actions:before,
  .woocommerce-page table.shop_table_responsive tr td.actions:before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove:before {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr td.order-actions,
  .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }

  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }

  .columns-1 li.course,
  .columns-2 li.course,
  .columns-3 li.course,
  .columns-4 li.course,
  .columns-5 li.course,
  .columns-6 li.course,
  .columns-7 li.course,
  .columns-8 li.course {
    width: 50%;
  }

  .why-choose-us > .wpb_column {
    width: 100%;
  }
  .why-choose-us .zoo-feature-box.style-1 {
    padding: 0 10px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .why-choose-us .zoo-feature-box .media {
    text-align: inherit;
  }

  .wpb_single_image.vc_align_left,
  .wpb_single_image.vc_align_right {
    text-align: center;
  }
  .wpb_single_image .vc_figure,
  .wpb_single_image div,
  .wpb_single_image img {
    width: 100%;
  }

  .zoo-feature-box.home4-style1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .zoo-feature-box.home4-style2 {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
  }

  .vc_row.about-intro {
    margin-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .vc_row.about-intro .wpb_content_element {
    padding-top: 0px !important;
  }

  .footer-widget.null-instagram-feed .clear {
    margin-bottom: 0;
  }

  .wpb-js-composer
    .vc_tta.vc_general.vc_tta-tabs
    .vc_tta-panel
    .vc_tta-panel-title
    > a {
    padding: 14px 0;
    border-bottom: 4px solid #ebebeb;
  }

  .cvca-testimonial-shortcode.home3-testimonial {
    margin-top: 30px;
  }

  .vc_row.home1-intro-courses {
    margin-top: 0 !important;
  }
  .vc_row.home1-intro-courses .wpb_column {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .columns-1 li.course,
  .columns-2 li.course,
  .columns-3 li.course,
  .columns-4 li.course,
  .columns-5 li.course,
  .columns-6 li.course,
  .columns-7 li.course,
  .columns-8 li.course {
    width: 100%;
  }

  .products.list .wrap-product-img,
  .products.list .wrap-product-infor {
    width: 100%;
  }

  .products.list .wrap-product-img .wrap-img {
    width: 100% !important;
    height: auto !important;
  }

  .rev_slider .tparrows {
    display: none !important;
  }
  .rev_slider .tp-bullets {
    top: auto !important;
    bottom: -70px !important;
  }
}
@media screen and (max-width: 480px) {
  .section-heading,
  .vc_row .title-block {
    font-size: 30px;
  }

  h1 {
    font-size: 28px;
  }

  .post-info {
    font-size: 11px;
    text-align: center;
  }
  .post-info .post-comment {
    margin-top: 4px;
  }

  .zoo-blog-item .title-post {
    font-size: 20px;
  }

  .post-social {
    text-align: center;
    padding: 0 0 15px;
  }
  .post-social .share-links {
    float: none !important;
    margin-top: 10px;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }

  #zoo-course-quickview .close-btn {
    width: 40px;
    height: 38px;
    line-height: 36px;
  }
  #zoo-course-quickview .close-btn i {
    font-size: 12px;
  }
  #zoo-course-quickview input[type="submit"],
  #zoo-course-quickview button,
  #zoo-course-quickview .btn {
    font-size: 12px;
    padding: 13px 10px 11px;
  }

  .qv-course-title {
    font-size: 14px;
  }

  .woocommerce .zoo-single-product.product .zoo-woo-tabs .tabs li {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
  }
  .woocommerce .zoo-single-product.product .zoo-woo-tabs .tabs li a {
    width: 100%;
  }

  .woocommerce .woocommerce-breadcrumb {
    padding-right: 55px;
  }

  .related .zoo-carousel-btn {
    top: -20px;
  }

  .course-header.single-course-header .course-meta-block {
    display: block;
  }
  .course-header.single-course-header .course-meta-block > span,
  .course-header.single-course-header .course-meta-block > span.course-author {
    display: block;
    margin-top: 10px;
  }
  .course-header.single-course-header .course-meta-block > span::after {
    display: none;
  }

  .module-lessons .lessons-list {
    font-size: 13px;
  }
  .module-lessons .lessons-list tr th {
    text-align: center;
  }

  .course a.button {
    font-size: 12px;
    padding: 13px 8px 11px;
  }

  .cvca-testimonial-shortcode.home4-testimonial.style-1
    .cvca-testimonial-item
    .cvca-wrap-author
    .media,
  .cvca-testimonial-shortcode.home4-testimonial.style-2
    .cvca-testimonial-item
    .cvca-wrap-author
    .media {
    left: 10px;
  }

  .newsletter-widget .tnp-widget form .tnp-field,
  .newsletter-widget .tnp-widget form .tnp-field.tnp-field-button {
    width: 100%;
    position: static;
  }
  .newsletter-widget .tnp-widget form .tnp-field input,
  .newsletter-widget .tnp-widget form .tnp-field.tnp-field-button input {
    height: 48px;
  }

  .cvca-shortcode-events .zoo-events-list .pull-left {
    padding: 0;
  }
  .cvca-shortcode-events .zoo-events-list .media-body {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
  }

  .cvca-shortcode-sensei-courses.layout-1 {
    padding: 20px 15px;
  }

  #main .cvca-shortcode-sensei-courses.layout-1 .course-container {
    margin-left: 0;
    margin-right: 0;
  }

  .woocommerce .login.form,
  .woocommerce .register.form,
  #customer_login .col-1,
  #customer_login .col-2 {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 320px) {
  .section-heading,
  .vc_row .title-block,
  .vc_row .title-block.title-block-large,
  .vc_row .title-block.title-block-medium,
  .vc_row .title-block.title-block-small {
    font-size: 20px;
  }

  #top-header {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #top-header ul.top-menu-block li {
    margin: 0;
    width: 100%;
  }

  h3 {
    font-size: 19px;
  }

  blockquote {
    font-size: 14px;
    padding-left: 26px;
    padding-right: 10px;
  }
  blockquote:before {
    font-size: 22px;
    left: 0px;
  }

  .zoo-posts-widget .side-item,
  .widget_zoo_sensei_category_courses .side-item {
    display: block;
  }
  .zoo-posts-widget .side-image,
  .zoo-posts-widget .side-image a,
  .zoo-posts-widget .side-image a img,
  .widget_zoo_sensei_category_courses .side-image,
  .widget_zoo_sensei_category_courses .side-image a,
  .widget_zoo_sensei_category_courses .side-image a img {
    width: 100%;
  }
  .zoo-posts-widget .side-item-text,
  .widget_zoo_sensei_category_courses .side-item-text {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }

  .woocommerce .woocommerce-ordering i {
    right: 7px;
  }

  .module-lessons .lessons-list {
    font-size: 11px;
  }
  .module-lessons .lessons-list tr th:first-child {
    padding-left: 5px;
  }
  .module-lessons .lessons-list tr th:last-child {
    padding-right: 0;
  }

  .zoo-feature-box.home4-style1 .feature-box-media img {
    max-width: 100%;
  }

  .zoo-feature-box.home4-style2 {
    padding: 34px 25px 40px 25px;
    border-radius: 80px;
  }

  .cvca-testimonial-shortcode.home4-testimonial.style-1
    .cvca-testimonial-item
    .cvca-testimonial-content,
  .cvca-testimonial-shortcode.home4-testimonial.style-2
    .cvca-testimonial-item
    .cvca-testimonial-content {
    padding: 0 10px;
  }

  .cvca-testimonial-shortcode.home3-testimonial.style-1
    .cvca-testimonial-item
    .cvca-wrap-avatar,
  .cvca-testimonial-shortcode.home3-testimonial.style-2
    .cvca-testimonial-item
    .cvca-wrap-avatar,
  .cvca-testimonial-shortcode.home4-testimonial.style-1
    .cvca-testimonial-item
    .cvca-wrap-avatar,
  .cvca-testimonial-shortcode.home4-testimonial.style-2
    .cvca-testimonial-item
    .cvca-wrap-avatar {
    margin-right: 8px;
  }

  .home1-intro-courses .zoo-banner-image .banner-content .banner-title {
    font-size: 16px;
  }

  .home1-intro-courses .zoo-banner-image .banner-content .banner-description {
    display: none;
  }

  .why-choose-us .zoo-boxes-shortcode .media .media-body,
  .why-choose-us .zoo-feature-box .media .media-body {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .why-choose-us .zoo-boxes-shortcode .media-left,
  .why-choose-us .zoo-boxes-shortcode .media > .pull-left,
  .why-choose-us .zoo-feature-box .media-left,
  .why-choose-us .zoo-feature-box .media > .pull-left {
    padding-right: 0;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .why-choose-us .zoo-boxes-shortcode .media-right,
  .why-choose-us .zoo-boxes-shortcode .media > .pull-right,
  .why-choose-us .zoo-feature-box .media-right,
  .why-choose-us .zoo-feature-box .media > .pull-right {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }

  .cvca-shortcode-sensei-courses.layout-1 .course-header {
    display: inline-block;
  }

  .cvca-shortcode-sensei-courses.layout-1 .course-header .course-author {
    float: left;
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .why-choose-us .vc_column_container > .vc_column-inner {
    padding: 0 !important;
  }
  .why-choose-us .zoo-feature-box.style-1 {
    padding: 30px 10px;
  }
  .why-choose-us .zoo-boxes-shortcode .media .media-body .feature-box-title,
  .why-choose-us .zoo-feature-box .media .media-body .feature-box-title {
    font-size: 14px;
  }
  .why-choose-us .zoo-boxes-shortcode .media-left,
  .why-choose-us .zoo-boxes-shortcode .media > .pull-left,
  .why-choose-us .zoo-feature-box .media-left,
  .why-choose-us .zoo-feature-box .media > .pull-left {
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .footer-block .widget_nav_menu li a {
    padding-left: 15px;
  }

  .main-footer-block .instagram_widget .instagram-pics {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .main-footer-block .instagram_widget .instagram-pics li,
  .main-footer-block .instagram_widget .instagram-pics .pic-item {
    padding: 0 10px 20px 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .zoo-feature-box.style-1 {
    padding: 80px 10px 40px;
  }

  .top-menu-block.list-link li {
    margin-left: 10px;
  }
  .top-menu-block.list-link li:first-child {
    margin-left: 0;
  }

  .cvca-blog-shortcode .cvca-post-footer {
    flex-direction: column;
    text-align: center;
  }
  .cvca-blog-shortcode .cvca-post-footer > div {
    width: 100%;
  }

  .zoo-feature-box.home4-style2 {
    padding: 34px 30px 40px 40px;
    border-radius: 99px;
  }

  .cvca-shortcode-events .zoo-events-list .pull-left .tribe-event-image {
    width: 70px;
  }

  .cvca-shortcode-events .zoo-events-list .zoo-event .zoo-event-title {
    font-size: 14px;
  }

  .home1-intro-courses .zoo-banner-image.style-1 .banner-content .banner-title,
  .home1-intro-courses .zoo-banner-image.style-2 .banner-content .banner-title {
    margin-bottom: 2px;
  }

  .home1-intro-courses .zoo-banner-image .banner-content .banner-readmore {
    margin-top: 2px;
  }

  .why-choose-us .vc_row > div {
    width: 100%;
  }
  .why-choose-us .vc_row > div .zoo-feature-box .media {
    text-align: inherit;
  }

  .wpb-js-composer
    .vc_tta.vc_tta-accordion
    .vc_tta-controls-icon-position-right.vc_tta-panel-title
    > a {
    padding-right: 60px;
  }
}
@media (min-width: 600px) and (max-width: 992px) {
  .about-intro {
    text-align: center;
  }
  .about-intro .wpb_single_image.vc_align_left,
  .about-intro .wpb_single_image.vc_align_right {
    text-align: center;
  }
  .about-intro.vc_row ul li:before {
    display: none;
  }

  .home1-intro-courses .zoo-banner-image .banner-content .banner-description {
    font-size: 11px;
    line-height: 18px;
  }
  .home1-intro-courses .zoo-banner-image.style-1 .banner-content .banner-title,
  .home1-intro-courses .zoo-banner-image.style-2 .banner-content .banner-title {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .zoo-feature-box .media {
    text-align: center;
    width: 100% !important;
    display: inline-block;
  }
  .zoo-feature-box .media .pull-left,
  .zoo-feature-box .media .media-body {
    display: inline-block;
    width: 100%;
  }
  .zoo-feature-box .media .pull-left {
    margin: auto !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
  }
  .zoo-feature-box .media .pull-left i {
    margin: 0;
  }

  .cvca-shortcode-events .zoo-events-list .pull-left .zoo-event-date {
    font-size: 13px;
    padding-right: 10px;
  }
}
/*GRID*/
.mcontainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.col {
  float: left;
  padding: 0 30px;
}
.col.col-to-center {
  float: none;
  margin: 0 auto;
}
.col.mobile-1-1 {
  width: 100%;
}
.col.mobile-1-2 {
  width: 50%;
}
.col.mobile-2-2 {
  width: 100%;
}
.col.mobile-1-3 {
  width: calc((99.999% / 3));
}
.col.mobile-2-3 {
  width: calc((99.999% / 3) * 2);
}
.col.mobile-3-3 {
  width: 100%;
}
.col.mobile-1-4 {
  width: calc((99.999% / 4));
}
.col.mobile-2-4 {
  width: calc((99.999% / 4) * 2);
}
.col.mobile-3-4 {
  width: calc((99.999% / 4) * 3);
}
.col.mobile-4-4 {
  width: 100%;
}
.col.mobile-1-5 {
  width: calc((99.999% / 5));
}
.col.mobile-2-5 {
  width: calc((99.999% / 5) * 2);
}
.col.mobile-3-5 {
  width: calc((99.999% / 5) * 3);
}
.col.mobile-4-5 {
  width: calc((99.999% / 5) * 4);
}
.col.mobile-5-5 {
  width: 100%;
}
.col.mobile-1-6 {
  width: calc((99.999% / 6));
}
.col.mobile-2-6 {
  width: calc((99.999% / 6) * 2);
}
.col.mobile-3-6 {
  width: calc((99.999% / 6) * 3);
}
.col.mobile-4-6 {
  width: calc((99.999% / 6) * 4);
}
.col.mobile-5-6 {
  width: calc((99.999% / 6) * 5);
}
.col.mobile-5-6 {
  width: 100%;
}
.col.mobile-1-7 {
  width: calc((99.999% / 7));
}
.col.mobile-2-7 {
  width: calc((99.999% / 7) * 2);
}
.col.mobile-3-7 {
  width: calc((99.999% / 7) * 3);
}
.col.mobile-4-7 {
  width: calc((99.999% / 7) * 4);
}
.col.mobile-5-7 {
  width: calc((99.999% / 7) * 5);
}
.col.mobile-6-7 {
  width: calc((99.999% / 7) * 6);
}
.col.mobile-7-7 {
  width: 100%;
}
.col.mobile-1-8 {
  width: calc((99.999% / 8));
}
.col.mobile-2-8 {
  width: calc((99.999% / 8) * 2);
}
.col.mobile-3-8 {
  width: calc((99.999% / 8) * 3);
}
.col.mobile-4-8 {
  width: calc((99.999% / 8) * 4);
}
.col.mobile-5-8 {
  width: calc((99.999% / 8) * 5);
}
.col.mobile-6-8 {
  width: calc((99.999% / 8) * 6);
}
.col.mobile-7-8 {
  width: calc((99.999% / 8) * 7);
}
.col.mobile-8-8 {
  width: 100%;
}
@media (min-width: 580px) {
  .col.mobile-landscape-1-1 {
    width: 100%;
  }
  .col.mobile-landscape-1-2 {
    width: 50%;
  }
  .col.mobile-landscape-2-2 {
    width: 100%;
  }
  .col.mobile-landscape-1-3 {
    width: calc((99.999% / 3));
  }
  .col.mobile-landscape-2-3 {
    width: calc((99.999% / 3) * 2);
  }
  .col.mobile-landscape-3-3 {
    width: 100%;
  }
  .col.mobile-landscape-1-4 {
    width: calc((99.999% / 4));
  }
  .col.mobile-landscape-2-4 {
    width: calc((99.999% / 4) * 2);
  }
  .col.mobile-landscape-3-4 {
    width: calc((99.999% / 4) * 3);
  }
  .col.mobile-landscape-4-4 {
    width: 100%;
  }
  .col.mobile-landscape-1-5 {
    width: calc((99.999% / 5));
  }
  .col.mobile-landscape-2-5 {
    width: calc((99.999% / 5) * 2);
  }
  .col.mobile-landscape-3-5 {
    width: calc((99.999% / 5) * 3);
  }
  .col.mobile-landscape-4-5 {
    width: calc((99.999% / 5) * 4);
  }
  .col.mobile-landscape-5-5 {
    width: 100%;
  }
  .col.mobile-landscape-1-6 {
    width: calc((99.999% / 6));
  }
  .col.mobile-landscape-2-6 {
    width: calc((99.999% / 6) * 2);
  }
  .col.mobile-landscape-3-6 {
    width: calc((99.999% / 6) * 3);
  }
  .col.mobile-landscape-4-6 {
    width: calc((99.999% / 6) * 4);
  }
  .col.mobile-landscape-5-6 {
    width: calc((99.999% / 6) * 5);
  }
  .col.mobile-landscape-5-6 {
    width: 100%;
  }
  .col.mobile-landscape-1-7 {
    width: calc((99.999% / 7));
  }
  .col.mobile-landscape-2-7 {
    width: calc((99.999% / 7) * 2);
  }
  .col.mobile-landscape-3-7 {
    width: calc((99.999% / 7) * 3);
  }
  .col.mobile-landscape-4-7 {
    width: calc((99.999% / 7) * 4);
  }
  .col.mobile-landscape-5-7 {
    width: calc((99.999% / 7) * 5);
  }
  .col.mobile-landscape-6-7 {
    width: calc((99.999% / 7) * 6);
  }
  .col.mobile-landscape-7-7 {
    width: 100%;
  }
  .col.mobile-landscape-1-8 {
    width: calc((99.999% / 8));
  }
  .col.mobile-landscape-2-8 {
    width: calc((99.999% / 8) * 2);
  }
  .col.mobile-landscape-3-8 {
    width: calc((99.999% / 8) * 3);
  }
  .col.mobile-landscape-4-8 {
    width: calc((99.999% / 8) * 4);
  }
  .col.mobile-landscape-5-8 {
    width: calc((99.999% / 8) * 5);
  }
  .col.mobile-landscape-6-8 {
    width: calc((99.999% / 8) * 6);
  }
  .col.mobile-landscape-7-8 {
    width: calc((99.999% / 8) * 7);
  }
  .col.mobile-landscape-8-8 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col.tablet-1-1 {
    width: 100%;
  }
  .col.tablet-1-2 {
    width: 50%;
  }
  .col.tablet-2-2 {
    width: 100%;
  }
  .col.tablet-1-3 {
    width: calc((99.999% / 3));
  }
  .col.tablet-2-3 {
    width: calc((99.999% / 3) * 2);
  }
  .col.tablet-3-3 {
    width: 100%;
  }
  .col.tablet-1-4 {
    width: calc((99.999% / 4));
  }
  .col.tablet-2-4 {
    width: calc((99.999% / 4) * 2);
  }
  .col.tablet-3-4 {
    width: calc((99.999% / 4) * 3);
  }
  .col.tablet-4-4 {
    width: 100%;
  }
  .col.tablet-1-5 {
    width: calc((99.999% / 5));
  }
  .col.tablet-2-5 {
    width: calc((99.999% / 5) * 2);
  }
  .col.tablet-3-5 {
    width: calc((99.999% / 5) * 3);
  }
  .col.tablet-4-5 {
    width: calc((99.999% / 5) * 4);
  }
  .col.tablet-5-5 {
    width: 100%;
  }
  .col.tablet-1-6 {
    width: calc((99.999% / 6));
  }
  .col.tablet-2-6 {
    width: calc((99.999% / 6) * 2);
  }
  .col.tablet-3-6 {
    width: calc((99.999% / 6) * 3);
  }
  .col.tablet-4-6 {
    width: calc((99.999% / 6) * 4);
  }
  .col.tablet-5-6 {
    width: calc((99.999% / 6) * 5);
  }
  .col.tablet-5-6 {
    width: 100%;
  }
  .col.tablet-1-7 {
    width: calc((99.999% / 7));
  }
  .col.tablet-2-7 {
    width: calc((99.999% / 7) * 2);
  }
  .col.tablet-3-7 {
    width: calc((99.999% / 7) * 3);
  }
  .col.tablet-4-7 {
    width: calc((99.999% / 7) * 4);
  }
  .col.tablet-5-7 {
    width: calc((99.999% / 7) * 5);
  }
  .col.tablet-6-7 {
    width: calc((99.999% / 7) * 6);
  }
  .col.tablet-7-7 {
    width: 100%;
  }
  .col.tablet-1-8 {
    width: calc((99.999% / 8));
  }
  .col.tablet-2-8 {
    width: calc((99.999% / 8) * 2);
  }
  .col.tablet-3-8 {
    width: calc((99.999% / 8) * 3);
  }
  .col.tablet-4-8 {
    width: calc((99.999% / 8) * 4);
  }
  .col.tablet-5-8 {
    width: calc((99.999% / 8) * 5);
  }
  .col.tablet-6-8 {
    width: calc((99.999% / 8) * 6);
  }
  .col.tablet-7-8 {
    width: calc((99.999% / 8) * 7);
  }
  .col.tablet-8-8 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col.desk-1-1 {
    width: 100%;
  }
  .col.desk-1-2 {
    width: 50%;
  }
  .col.desk-2-2 {
    width: 100%;
  }
  .col.desk-1-3 {
    width: calc((99.999% / 3));
  }
  .col.desk-2-3 {
    width: calc((99.999% / 3) * 2);
  }
  .col.desk-3-3 {
    width: 100%;
  }
  .col.desk-1-4 {
    width: calc((99.999% / 4));
  }
  .col.desk-2-4 {
    width: calc((99.999% / 4) * 2);
  }
  .col.desk-3-4 {
    width: calc((99.999% / 4) * 3);
  }
  .col.desk-4-4 {
    width: 100%;
  }
  .col.desk-1-5 {
    width: calc((99.999% / 5));
  }
  .col.desk-2-5 {
    width: calc((99.999% / 5) * 2);
  }
  .col.desk-3-5 {
    width: calc((99.999% / 5) * 3);
  }
  .col.desk-4-5 {
    width: calc((99.999% / 5) * 4);
  }
  .col.desk-5-5 {
    width: 100%;
  }
  .col.desk-1-6 {
    width: calc((99.999% / 6));
  }
  .col.desk-2-6 {
    width: calc((99.999% / 6) * 2);
  }
  .col.desk-3-6 {
    width: calc((99.999% / 6) * 3);
  }
  .col.desk-4-6 {
    width: calc((99.999% / 6) * 4);
  }
  .col.desk-5-6 {
    width: calc((99.999% / 6) * 5);
  }
  .col.desk-5-6 {
    width: 100%;
  }
  .col.desk-1-7 {
    width: calc((99.999% / 7));
  }
  .col.desk-2-7 {
    width: calc((99.999% / 7) * 2);
  }
  .col.desk-3-7 {
    width: calc((99.999% / 7) * 3);
  }
  .col.desk-4-7 {
    width: calc((99.999% / 7) * 4);
  }
  .col.desk-5-7 {
    width: calc((99.999% / 7) * 5);
  }
  .col.desk-6-7 {
    width: calc((99.999% / 7) * 6);
  }
  .col.desk-7-7 {
    width: 100%;
  }
  .col.desk-1-8 {
    width: calc((99.999% / 8));
  }
  .col.desk-2-8 {
    width: calc((99.999% / 8) * 2);
  }
  .col.desk-3-8 {
    width: calc((99.999% / 8) * 3);
  }
  .col.desk-4-8 {
    width: calc((99.999% / 8) * 4);
  }
  .col.desk-5-8 {
    width: calc((99.999% / 8) * 5);
  }
  .col.desk-6-8 {
    width: calc((99.999% / 8) * 6);
  }
  .col.desk-7-8 {
    width: calc((99.999% / 8) * 7);
  }
  .col.desk-8-8 {
    width: 100%;
  }
  .col.desk-1-9 {
    width: calc((99.999% / 9));
  }
  .col.desk-2-9 {
    width: calc((99.999% / 9) * 2);
  }
  .col.desk-3-9 {
    width: calc((99.999% / 9) * 3);
  }
  .col.desk-4-9 {
    width: calc((99.999% / 9) * 4);
  }
  .col.desk-5-9 {
    width: calc((99.999% / 9) * 5);
  }
  .col.desk-6-9 {
    width: calc((99.999% / 9) * 6);
  }
  .col.desk-7-9 {
    width: calc((99.999% / 9) * 7);
  }
  .col.desk-8-9 {
    width: calc((99.999% / 9) * 8);
  }
  .col.desk-9-9 {
    width: 100%;
  }
  .col.desk-1-10 {
    width: calc((99.999% / 10));
  }
  .col.desk-2-10 {
    width: calc((99.999% / 10) * 2);
  }
  .col.desk-3-10 {
    width: calc((99.999% / 10) * 3);
  }
  .col.desk-4-10 {
    width: calc((99.999% / 10) * 4);
  }
  .col.desk-5-10 {
    width: calc((99.999% / 10) * 5);
  }
  .col.desk-6-10 {
    width: calc((99.999% / 10) * 6);
  }
  .col.desk-7-10 {
    width: calc((99.999% / 10) * 7);
  }
  .col.desk-8-10 {
    width: calc((99.999% / 10) * 8);
  }
  .col.desk-9-10 {
    width: calc((99.999% / 10) * 9);
  }
}
@media (min-width: 1367px) {
  .col.wide-1-1 {
    width: 100%;
  }
  .col.wide-1-2 {
    width: 50%;
  }
  .col.wide-2-2 {
    width: 100%;
  }
  .col.wide-1-3 {
    width: calc((99.999% / 3));
  }
  .col.wide-2-3 {
    width: calc((99.999% / 3) * 2);
  }
  .col.wide-3-3 {
    width: 100%;
  }
  .col.wide-1-4 {
    width: calc((99.999% / 4));
  }
  .col.wide-2-4 {
    width: calc((99.999% / 4) * 2);
  }
  .col.wide-3-4 {
    width: calc((99.999% / 4) * 3);
  }
  .col.wide-4-4 {
    width: 100%;
  }
  .col.wide-1-5 {
    width: calc((99.999% / 5));
  }
  .col.wide-2-5 {
    width: calc((99.999% / 5) * 2);
  }
  .col.wide-3-5 {
    width: calc((99.999% / 5) * 3);
  }
  .col.wide-4-5 {
    width: calc((99.999% / 5) * 4);
  }
  .col.wide-5-5 {
    width: 100%;
  }
  .col.wide-1-6 {
    width: calc((99.999% / 6));
  }
  .col.wide-2-6 {
    width: calc((99.999% / 6) * 2);
  }
  .col.wide-3-6 {
    width: calc((99.999% / 6) * 3);
  }
  .col.wide-4-6 {
    width: calc((99.999% / 6) * 4);
  }
  .col.wide-5-6 {
    width: calc((99.999% / 6) * 5);
  }
  .col.wide-5-6 {
    width: 100%;
  }
  .col.wide-1-7 {
    width: calc((99.999% / 7));
  }
  .col.wide-2-7 {
    width: calc((99.999% / 7) * 2);
  }
  .col.wide-3-7 {
    width: calc((99.999% / 7) * 3);
  }
  .col.wide-4-7 {
    width: calc((99.999% / 7) * 4);
  }
  .col.wide-5-7 {
    width: calc((99.999% / 7) * 5);
  }
  .col.wide-6-7 {
    width: calc((99.999% / 7) * 6);
  }
  .col.wide-7-7 {
    width: 100%;
  }
  .col.wide-1-8 {
    width: calc((99.999% / 8));
  }
  .col.wide-2-8 {
    width: calc((99.999% / 8) * 2);
  }
  .col.wide-3-8 {
    width: calc((99.999% / 8) * 3);
  }
  .col.wide-4-8 {
    width: calc((99.999% / 8) * 4);
  }
  .col.wide-5-8 {
    width: calc((99.999% / 8) * 5);
  }
  .col.wide-6-8 {
    width: calc((99.999% / 8) * 6);
  }
  .col.wide-7-8 {
    width: calc((99.999% / 8) * 7);
  }
  .col.wide-8-8 {
    width: 100%;
  }
}

.col.twelve {
  float: left;
  padding: 0 10px;
  /*GRID MOBILE*/
  /*GRID TABLET*/
  /*GRID DESKTOP*/
  /*GRID WIDE*/
}
.col.twelve.centralized {
  float: none;
  margin: 0 auto;
}
.col.twelve.right {
  float: right;
}
.col.twelve.twelve-mobile-small {
  width: calc(100%);
}
.col.twelve.six-mobile-small {
  width: calc((99.999% / 12) * 6);
}
.col.twelve.three-mobile-small {
  width: calc((99.999% / 12) * 3);
}
.col.twelve.four-mobile-small {
  width: calc((99.999% / 12) * 4);
}
.col.twelve.twelve-mobile {
  width: 99.999%;
}
@media (min-width: 580px) {
  .col.twelve.one-mobile {
    width: calc(99.999% / 12);
  }
  .col.twelve.two-mobile {
    width: calc((99.999% / 12) * 2);
  }
  .col.twelve.three-mobile {
    width: calc((99.999% / 12) * 3);
  }
  .col.twelve.four-mobile {
    width: calc((99.999% / 12) * 4);
  }
  .col.twelve.five-mobile {
    width: calc((99.999% / 12) * 5);
  }
  .col.twelve.six-mobile {
    width: calc((99.999% / 12) * 6);
  }
  .col.twelve.seven-mobile {
    width: calc((99.999% / 12) * 7);
  }
  .col.twelve.eight-mobile {
    width: calc((99.999% / 12) * 8);
  }
  .col.twelve.nine-mobile {
    width: calc((99.999% / 12) * 9);
  }
  .col.twelve.ten-mobile {
    width: calc((99.999% / 12) * 10);
  }
  .col.twelve.eleven-mobile {
    width: calc((99.999% / 12) * 11);
  }
  .col.twelve.twelve-mobile {
    width: 99.999%;
  }
}
@media (min-width: 768px) {
  .col.twelve.one-tablet {
    width: calc(99.999% / 12);
  }
  .col.twelve.two-tablet {
    width: calc((99.999% / 12) * 2);
  }
  .col.twelve.three-tablet {
    width: calc((99.999% / 12) * 3);
  }
  .col.twelve.four-tablet {
    width: calc((99.999% / 12) * 4);
  }
  .col.twelve.five-tablet {
    width: calc((99.999% / 12) * 5);
  }
  .col.twelve.six-tablet {
    width: calc((99.999% / 12) * 6);
  }
  .col.twelve.seven-tablet {
    width: calc((99.999% / 12) * 7);
  }
  .col.twelve.eight-tablet {
    width: calc((99.999% / 12) * 8);
  }
  .col.twelve.nine-tablet {
    width: calc((99.999% / 12) * 9);
  }
  .col.twelve.ten-tablet {
    width: calc((99.999% / 12) * 10);
  }
  .col.twelve.eleven-tablet {
    width: calc((99.999% / 12) * 11);
  }
  .col.twelve.twelve-tablet {
    width: 99.999%;
  }
}
@media (min-width: 992px) {
  .col.twelve.one-desktop {
    width: calc(99.999% / 12);
  }
  .col.twelve.two-desktop {
    width: calc((99.999% / 12) * 2);
  }
  .col.twelve.three-desktop {
    width: calc((99.999% / 12) * 3);
  }
  .col.twelve.four-desktop {
    width: calc((99.999% / 12) * 4);
  }
  .col.twelve.five-desktop {
    width: calc((99.999% / 12) * 5);
  }
  .col.twelve.six-desktop {
    width: calc((99.999% / 12) * 6);
  }
  .col.twelve.seven-desktop {
    width: calc((99.999% / 12) * 7);
  }
  .col.twelve.eight-desktop {
    width: calc((99.999% / 12) * 8);
  }
  .col.twelve.nine-desktop {
    width: calc((99.999% / 12) * 9);
  }
  .col.twelve.ten-desktop {
    width: calc((99.999% / 12) * 10);
  }
  .col.twelve.eleven-desktop {
    width: calc((99.999% / 12) * 11);
  }
  .col.twelve.twelve-desktop {
    width: 99.999%;
  }
}
@media (min-width: 1367px) {
  .col.twelve.one-wide {
    width: calc(99.999% / 12);
  }
  .col.twelve.two-wide {
    width: calc((99.999% / 12) * 2);
  }
  .col.twelve.three-wide {
    width: calc((99.999% / 12) * 3);
  }
  .col.twelve.four-wide {
    width: calc((99.999% / 12) * 4);
  }
  .col.twelve.five-wide {
    width: calc((99.999% / 12) * 5);
  }
  .col.twelve.six-wide {
    width: calc((99.999% / 12) * 6);
  }
  .col.twelve.seven-wide {
    width: calc((99.999% / 12) * 7);
  }
  .col.twelve.eight-wide {
    width: calc((99.999% / 12) * 8);
  }
  .col.twelve.nine-wide {
    width: calc((99.999% / 12) * 9);
  }
  .col.twelve.ten-wide {
    width: calc((99.999% / 12) * 10);
  }
  .col.twelve.eleven-wide {
    width: calc((99.999% / 12) * 11);
  }
  .col.twelve.twelve-wide {
    width: 99.999%;
  }
}

.col.fourteen {
  float: left;
  padding: 0 10px;
  /*GRID MOBILE SMALL*/
  /*GRID MOBILE*/
  /*GRID TABLET*/
  /*GRID DESKTOP*/
  /*GRID WIDE*/
}
.col.fourteen.centralized {
  float: none;
  margin: 0 auto;
}
.col.fourteen.right {
  float: right;
}
.col.fourteen.two-mobile-small {
  width: calc((99.999% / 14) * 2);
}
.col.fourteen.six-mobile-small {
  width: calc((99.999% / 14) * 6);
}
.col.fourteen.three-mobile-small {
  width: calc((99.999% / 14) * 3);
}
.col.fourteen.four-mobile-small {
  width: calc((99.999% / 14) * 4);
}
.col.fourteen.fourteen-mobile-small {
  width: calc(100%);
}
@media (min-width: 580px) {
  .col.fourteen.one-mobile {
    width: calc(99.999% / 14);
  }
  .col.fourteen.two-mobile {
    width: calc((99.999% / 14) * 2);
  }
  .col.fourteen.three-mobile {
    width: calc((99.999% / 14) * 3);
  }
  .col.fourteen.four-mobile {
    width: calc((99.999% / 14) * 4);
  }
  .col.fourteen.five-mobile {
    width: calc((99.999% / 14) * 5);
  }
  .col.fourteen.six-mobile {
    width: calc((99.999% / 14) * 6);
  }
  .col.fourteen.seven-mobile {
    width: calc((99.999% / 14) * 7);
  }
  .col.fourteen.eight-mobile {
    width: calc((99.999% / 14) * 8);
  }
  .col.fourteen.nine-mobile {
    width: calc((99.999% / 14) * 9);
  }
  .col.fourteen.ten-mobile {
    width: calc((99.999% / 14) * 10);
  }
  .col.fourteen.eleven-mobile {
    width: calc((99.999% / 14) * 11);
  }
  .col.fourteen.twelve-mobile {
    width: calc((99.999% / 14) * 12);
  }
  .col.fourteen.thirteen-mobile {
    width: calc((99.999% / 14) * 13);
  }
  .col.fourteen.fourteen-mobile {
    width: 99.999%;
  }
}
@media (min-width: 768px) {
  .col.fourteen.one-tablet {
    width: calc(99.999% / 14);
  }
  .col.fourteen.two-tablet {
    width: calc((99.999% / 14) * 2);
  }
  .col.fourteen.three-tablet {
    width: calc((99.999% / 14) * 3);
  }
  .col.fourteen.four-tablet {
    width: calc((99.999% / 14) * 4);
  }
  .col.fourteen.five-tablet {
    width: calc((99.999% / 14) * 5);
  }
  .col.fourteen.six-tablet {
    width: calc((99.999% / 14) * 6);
  }
  .col.fourteen.seven-tablet {
    width: calc((99.999% / 14) * 7);
  }
  .col.fourteen.eight-tablet {
    width: calc((99.999% / 14) * 8);
  }
  .col.fourteen.nine-tablet {
    width: calc((99.999% / 14) * 9);
  }
  .col.fourteen.ten-tablet {
    width: calc((99.999% / 14) * 10);
  }
  .col.fourteen.eleven-tablet {
    width: calc((99.999% / 14) * 11);
  }
  .col.fourteen.twelve-tablet {
    width: calc((99.999% / 14) * 12);
  }
  .col.fourteen.thirteen-tablet {
    width: calc((99.999% / 14) * 13);
  }
  .col.fourteen.fourteen-tablet {
    width: 99.999%;
  }
}
@media (min-width: 992px) {
  .col.fourteen.one-desktop {
    width: calc(99.999% / 14);
  }
  .col.fourteen.two-desktop {
    width: calc((99.999% / 14) * 2);
  }
  .col.fourteen.three-desktop {
    width: calc((99.999% / 14) * 3);
  }
  .col.fourteen.four-desktop {
    width: calc((99.999% / 14) * 4);
  }
  .col.fourteen.five-desktop {
    width: calc((99.999% / 14) * 5);
  }
  .col.fourteen.six-desktop {
    width: calc((99.999% / 14) * 6);
  }
  .col.fourteen.seven-desktop {
    width: calc((99.999% / 14) * 7);
  }
  .col.fourteen.eight-desktop {
    width: calc((99.999% / 14) * 8);
  }
  .col.fourteen.nine-desktop {
    width: calc((99.999% / 14) * 9);
  }
  .col.fourteen.ten-desktop {
    width: calc((99.999% / 14) * 10);
  }
  .col.fourteen.eleven-desktop {
    width: calc((99.999% / 14) * 11);
  }
  .col.fourteen.twelve-desktop {
    width: calc((99.999% / 14) * 12);
  }
  .col.fourteen.thirteen-desktop {
    width: calc((99.999% / 14) * 13);
  }
  .col.fourteen.fourteen-desktop {
    width: 99.999%;
  }
}
@media (min-width: 1367px) {
  .col.fourteen.one-wide {
    width: calc(99.999% / 14);
  }
  .col.fourteen.two-wide {
    width: calc((99.999% / 14) * 2);
  }
  .col.fourteen.three-wide {
    width: calc((99.999% / 14) * 3);
  }
  .col.fourteen.four-wide {
    width: calc((99.999% / 14) * 4);
  }
  .col.fourteen.five-wide {
    width: calc((99.999% / 14) * 5);
  }
  .col.fourteen.six-wide {
    width: calc((99.999% / 14) * 6);
  }
  .col.fourteen.seven-wide {
    width: calc((99.999% / 14) * 7);
  }
  .col.fourteen.eight-wide {
    width: calc((99.999% / 14) * 8);
  }
  .col.fourteen.nine-wide {
    width: calc((99.999% / 14) * 9);
  }
  .col.fourteen.ten-wide {
    width: calc((99.999% / 14) * 10);
  }
  .col.fourteen.eleven-wide {
    width: calc((99.999% / 14) * 11);
  }
  .col.fourteen.twelve-wide {
    width: calc((99.999% / 14) * 12);
  }
  .col.fourteen.thirteen-wide {
    width: calc((99.999% / 14) * 13);
  }
  .col.fourteen.fourteen-wide {
    width: 99.999%;
  }
}

/**
 * OWL
 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://antigo.celiahelena.com.br/wp-content/themes/zoo-eduhub/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*CSS CUSTOM*/
@media (min-width: 992px) {
  .fake-header {
    height: 127px;
  }

  header#zoo_eduhub-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .admin-bar header#zoo_eduhub-header {
    top: 32px;
  }

  header .textwidget p {
    margin-bottom: 0 !important;
    padding: 5px 0;
  }

  header .textwidget p a {
    display: block;
    background: #302533 !important;
    border-radius: 10px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: bold;
    color: #fff !important;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  header .textwidget p a:hover {
    background: #fff !important;
    color: #302533 !important;
  }

  header #top-right-header .zoo-widget-social-icon {
    margin-top: 3px !important;
  }

  header #top-right-header .zoo-widget-social-icon li i {
    font-size: 20px;
    color: #fff !important;
  }

  header #top-right-header .zoo-widget-social-icon li i:hover {
    color: #fff;
  }

  header #site-branding a {
    display: block;
    margin-top: -49px;
    background: #c4c4c4;
    /* padding: 15px 35px 15px 0; */
    padding: 15px 35px 5px 0;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  header #site-branding a {
    margin-top: -47px;
  }
}
@media (min-width: 992px) {
  header #site-branding a img {
    margin-left: -18px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  header #site-branding a img {
    /* margin-left: -10px; */
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  header #site-branding {
    width: 25% !important;
    position: relative;
  }
  header #site-branding:before {
    content: "";
    display: block;
    background: #c4c4c4;
    position: absolute;
    left: -1000px;
    top: -47px;
    /* width: 1000px; */
    /* height: 47px; */
    width: 1012px;
    height: 57px;
  }

  .primary-nav ul.menu > li > a,
  .primary-nav .menu > ul > li > a {
    padding: 28px 7px;
    color: #386e7d;
    font-size: 13px;
  }

  .primary-nav ul.menu > li > a:hover,
  .primary-nav .menu > ul > li > a:hover {
    color: #d06c54;
  }

  a.search-trigger {
    color: #386e7d !important;
  }

  a.search-trigger:hover {
    color: #d06c54 !important;
  }

  .header-search-block {
    top: 100%;
  }
  .header-search-block input {
    padding: 0 20px;
  }
}
header .lista-top li {
  margin: 0 5px;
}

header .lista-top .desativado img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE */
}

header .lista-top .portal a {
  display: block;
  background: #302533 !important;
  background: #3b6994 !important;
  border-radius: 10px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: bold;
  color: #fff !important;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

header .lista-top .portal a:hover {
  background: #fff !important;
  color: #302533 !important;
  color: #3b6994 !important;
}

.search-wrap .ipt {
  color: #386e7d !important;
}
.search-wrap .ipt::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #386e7d !important;
}
.search-wrap .ipt:-moz-placeholder {
  /* Firefox 19+ */
  color: #386e7d !important;
}
.search-wrap .ipt:-ms-input-placeholder {
  /* IE 10+ */
  color: #386e7d !important;
}
.search-wrap .ipt::-moz-placeholder {
  /* Firefox 18- */
  color: #386e7d !important;
}

#text-10 a {
  color: #ffffff !important;
}

#text-10 a:hover {
  color: #302533 !important;
}

#zoosocialwidget-2 a i {
  color: #ffffff !important;
}

@media (min-width: 1200px) {
  .primary-nav ul.menu > li > a,
  .primary-nav .menu > ul > li > a {
    padding: 28px 10px;
    font-size: 16px;
  }
}

input[placeholder],
[placeholder],
*[placeholder],
::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
  color: #386e7d !important;
  opacity: 1;
}

iframe {
  max-width: 100%;
}

.wpb_wrapper {
  word-break: break-word;
}
@media (min-width: 768px) {
  .wpb_wrapper {
    word-break: unset;
  }
}
@media (min-width: 992px) {
  .wpb_wrapper {
    word-break: unset;
  }
}

.section-heading.style2 {
  position: relative;
}
.section-heading.style2:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-top: -75px;
  background: transparent;
}
@media (min-width: 768px) {
  .section-heading.style2:after {
    background: url(assets/images/title-bg-pattern.png);
  }
}
@media (min-width: 992px) {
  .section-heading.style2:after {
    background: url(assets/images/title-bg-pattern.png);
  }
}
.section-heading.style2 span {
  display: inline-block !important;
  background: #fff;
  padding-right: 15px;
}
.section-heading.style2 a:hover {
  color: #252525;
}

.cursos {
  padding: 40px 0 27px;
  /*.row{
  	margin:0;
  }

  .col{
  	padding:0px;
  }*/
}
.cursos .home {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cursos .home {
    max-width: 708px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cursos .home {
    max-width: 1170px;
    width: 100%;
  }
}
.cursos .home .col {
  float: left;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .cursos .home .col {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .cursos .home .col {
    padding: 0px;
  }
}
.cursos img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.cursos .section-heading.cursos-tittle:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: transparent;
}
@media (min-width: 768px) {
  .cursos .section-heading.cursos-tittle:after {
    margin-top: -75px;
    background: url(assets/images/title-bg-pattern.png);
  }
}
@media (min-width: 992px) {
  .cursos .section-heading.cursos-tittle:after {
    margin-top: -75px;
    background: url(assets/images/title-bg-pattern.png);
  }
}
.cursos .cursos-tittle a:after {
  content: "";
  display: block;
  background: transparent;
}
.cursos a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 120px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .cursos a {
    height: auto;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .cursos a {
    height: auto;
    margin-bottom: 0px;
  }
}
.cursos a:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .cursos a:after {
    top: 70%;
    left: -5%;
    -webkit-transform: rotate(7deg) skew(20deg);
    -ms-transform: rotate(7deg) skew(20deg);
    transform: rotate(7deg) skew(20deg);
  }
}
.cursos a h3 {
  z-index: 2;
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-bottom: 0;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
}
.cursos a:hover img {
  /*transform:scale(1.1);*/
}

.cursos-page {
  padding: 40px 0 0;
  /*.row{
  	margin:0;
  }

  .col{
  	padding:0px;
  }*/
}
.cursos-page .home {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cursos-page .home {
    max-width: 708px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cursos-page .home {
    max-width: 1210px;
    width: 100%;
  }
}
.cursos-page .home .col {
  float: left;
  padding: 0 20px;
}
.cursos-page img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.cursos-page .section-heading.cursos-tittle:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: transparent;
}
@media (min-width: 768px) {
  .cursos-page .section-heading.cursos-tittle:after {
    margin-top: -75px;
    background: url(assets/images/title-bg-pattern.png);
  }
}
@media (min-width: 992px) {
  .cursos-page .section-heading.cursos-tittle:after {
    margin-top: -75px;
    background: url(assets/images/title-bg-pattern.png);
  }
}
.cursos-page .cursos-tittle a:after {
  content: "";
  display: block;
  background: transparent;
}
.cursos-page a {
  display: block;
  overflow: hidden;
  position: relative;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cursos-page a {
    padding: 0 10px;
  }
}
.cursos-page a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .cursos-page a:after {
    transition: all 0.5s ease;
    top: 0;
    left: 0;
  }
}
.cursos-page a img {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}
.cursos-page a h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 28px;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cursos-page a h3 {
    min-height: 60px;
  }
}

.cursos-page a span {
  display: block;
  margin-bottom: 0;
  color: #494949;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cursos-page a span {
    min-height: 100px;
  }
}
.cursos-page a p {
  letter-spacing: -0.5px;
}
.cursos-page a:hover img {
  /*transform:scale(1.1);*/
}

article .noticias-page {
  display: none;
}

.tags-link-wrap a {
  line-height: 40px;
}

.zoo-breadcrumb-container {
  line-height: 45px !important;
}
.zoo-breadcrumb-container span,
.zoo-breadcrumb-container a {
  font-size: 13px !important;
}

.single .noticias-page .mcontainer .row {
  width: calc(100% + 70px);
  margin-left: -35px;
}

.botao a,
.vc_btn3-style-modern {
  /* Novo botao estilo newsletter azul */
  display: inline-block !important;
  /*background: #386e7d !important;
	color: #fff !important;
	border-radius: 5px !important;
	position: relative !important;
	font-weight: bold !important;
	border: none !important; */
  background: #fff;
  border: 2px solid #386e7d;
  border-radius: 4px;
  color: #386e7d;
  position: relative !important;
  padding: 15px 20px !important;
  font-weight: bold;
}

.botao a:hover,
.vc_btn3-style-modern:hover {
  background: #386e7d !important;
  color: #fff !important;
}

.botao a:after,
.vc_btn3-style-modern:after {
  display: none;
  /*content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    right: 25px;
    top: 20px;
    transition: right .5s ease; */
}

/*.botao a:hover, .vc_btn3-style-modern:hover {
	background: #D06D55 !important;
	color: #fff !important;
}*/

/*.botao a:hover:after, .vc_btn3-style-modern:hover:after {
	right: 20px !important;
}*/

/*CORRIGINDO COR DO BOTÃO MESTRADO */
#acordeao-mestrado a {
  color: #386e7d !important;
}

#acordeao-mestrado .botao a:hover {
  color: #ffffff !important;
}

.destaque-home {
  margin-top: 36px;
}
.destaque-home .foto-noticia {
  width: auto;
  margin-right: 47px;
}
@media (max-width: 766px) {
  .destaque-home .foto-noticia {
    width: 100%;
    margin-right: 0px;
  }
}
.destaque-home .conteudo-noticias {
  padding-top: 22px;
}
.destaque-home .conteudo-noticias h3 {
  margin-bottom: 20px;
}
.destaque-home .conteudo-noticias p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.destaque-home .conteudo-noticias .btn-readmore {
  background: transparent;
}
.destaque-home .conteudo-noticias .btn-readmore:hover {
  background: transparent;
}

@media (max-width: 991px) {
  .mais-alunos {
    height: 220px;
  }
}
.mais-alunos h4 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #e42e39;
}
.mais-alunos p {
  font-weight: bold;
  color: #000;
}
.mais-alunos .mais-alunos-carousel p {
  margin-top: 10px;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  text-align: center;
  word-break: break-all;
}
@media (min-width: 992px) {
  .mais-alunos .mais-alunos-carousel .owl-stage {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .mais-alunos .mais-alunos-carousel .owl-nav {
    display: block !important;
  }
}
.mais-alunos .mais-alunos-carousel .owl-next,
.mais-alunos .mais-alunos-carousel .owl-prev {
  text-indent: -999px;
  position: absolute;
  margin-top: -32px;
  font-size: 0;
  transition: opacity 0.5s ease;
}
.mais-alunos .mais-alunos-carousel .owl-next:hover,
.mais-alunos .mais-alunos-carousel .owl-prev:hover {
  opacity: 0.5;
}
.mais-alunos .mais-alunos-carousel .owl-next {
  right: -30px;
  background: url(assets/images/spritesheet.png);
  width: 64px;
  height: 64px;
  background-position: -262px -10px;
  background-repeat: no-repeat;
}
.mais-alunos .mais-alunos-carousel .owl-prev {
  left: -30px;
  background: url(assets/images/spritesheet.png);
  width: 64px;
  height: 64px;
  background-position: -94px -10px;
  background-repeat: no-repeat;
}
.mais-alunos .mais-alunos-carousel .owl-nav {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .mais-alunos .mais-alunos-carousel .owl-nav {
    top: 20%;
  }
}
.mais-alunos .mais-alunos-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.mais-alunos .mais-alunos-carousel .item div {
  width: 161px;
}

.noticias-page {
  padding: 10px 0 0;
}
.noticias-page.half-padding {
  padding: 0px 0;
}
.noticias-page .home {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .noticias-page .home {
    max-width: 708px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .noticias-page .home {
    max-width: 1210px;
    width: 100%;
  }
}
.noticias-page .home .col {
  float: left;
  padding: 0 20px;
}
.noticias-page img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.noticias-page .section-heading.cursos-tittle:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: transparent;
}
@media (min-width: 768px) {
  .noticias-page .section-heading.cursos-tittle:after {
    margin-top: -75px;
    background: url(assets/images/title-bg-pattern.png);
  }
}
@media (min-width: 992px) {
  .noticias-page .section-heading.cursos-tittle:after {
    margin-top: -75px;
    background: url(assets/images/title-bg-pattern.png);
  }
}
.noticias-page .cursos-tittle a:after {
  content: "";
  display: block;
  background: transparent;
}
.noticias-page a.noticias {
  display: block;
  overflow: hidden;
  position: relative;
  height: auto;
  display: block;
  margin-top: 10px;
}
.noticias-page a.noticias:after {
  content: "";
  /*background: rgba(255, 255, 255, 0.2);*/
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.noticias-page a:hover.noticias:after {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

@media (min-width: 992px) {
  .noticias-page a.noticias:after {
    transition: all 0.5s ease;
    top: 0;
    left: 0;
  }
}
.noticias-page a.noticias img {
  position: relative;
  z-index: 0;
  margin-bottom: 5px;
}
.noticias-page a.noticias h4 {
  margin-bottom: 5px;
  color: #386e7d;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media (max-width: 766px) {
  .noticias-page a.noticias h4 {
    margin-bottom: 10px;
  }
}
.noticias-page a.noticias span {
  display: block;
  margin-bottom: 0;
  color: #494949;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.noticias-page a.noticias span.date {
  margin-bottom: 10px;
  margin-top: -40px;
  padding: 10px;
  height: 36px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.noticias-page a.noticias p {
  letter-spacing: -0.5px;
}
@media (min-width: 992px) {
  .noticias-page a.noticias:hover:after {
    /*opacity: 0;*/
  }
  .noticias-page a.noticias:hover span {
    transition: all 0.5s 0.5s ease;
    visibility: visible;
    opacity: 1;
  }
}

.cursos-curta-duracao {
  padding-top: 40px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.cursos-curta-duracao img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.cursos-curta-duracao h3 a,
.cursos-curta-duracao #cursos-curta-wrapper a {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.cursos-curta-duracao #cursos-curta-wrapper a {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .cursos-curta-duracao h3 a {
    margin-bottom: 0px;
  }
  .cursos-curta-duracao #cursos-curta-wrapper a:after {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .cursos-curta-duracao h3 a {
    margin-bottom: 0px;
  }
  .cursos-curta-duracao #cursos-curta-wrapper a:after {
    margin-bottom: 0px;
  }
}

.cursos-curta-duracao h3 a:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  bottom: -112px;
  left: -100%;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.cursos-curta-duracao #cursos-curta-wrapper a:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  display: block;
  width: 100%;
  height: 78px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .cursos-curta-duracao #cursos-curta-wrapper a {
    margin-bottom: 25px;
  }
}

@media (max-width: 350px) {
  .cursos-curta-duracao h3 a:after {
    bottom: -73px;
  }
  .cursos-curta-duracao #cursos-curta-wrapper a:after {
    bottom: 0;
  }
}

.cursos-curta-duracao a h3 {
  z-index: 2;
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  width: 60%;
}

@media (min-width: 992px) {
  .cursos-curta-duracao a h3 {
    font-size: 18px;
  }
}

.cursos-curta-duracao a .pill {
  display: inline-block;
  border-radius: 15px;
  color: #04364d;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  z-index: 2;
}

.cursos-curta-duracao a:hover img {
  /*transform:scale(1.1);*/
}

.slider .owl-next,
.slider .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  font-size: 0;
  transition: opacity 0.5s ease;
}
.slider .owl-next:hover,
.slider .owl-prev:hover {
  opacity: 0.5;
}
.slider .owl-next {
  right: 0;
  background: url("assets/images/spritesheet.png");
  width: 64px;
  height: 64px;
  background-position: -178px -10px;
  background-repeat: no-repeat;
}
.slider .owl-prev {
  left: 0;
  background: url("assets/images/spritesheet.png");
  width: 64px;
  height: 64px;
  background-position: -10px -10px;
  background-repeat: no-repeat;
}
.slider .owl-nav {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ex-alunos {
  padding: 40px 0 70px 0;
}
.ex-alunos .ex-alunos-carousel {
  padding: 20px 70px;
}
.ex-alunos .ex-alunos-carousel .owl-next,
.ex-alunos .ex-alunos-carousel .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  font-size: 0;
  transition: opacity 0.5s ease;
}
.ex-alunos .ex-alunos-carousel .owl-next:hover,
.ex-alunos .ex-alunos-carousel .owl-prev:hover {
  opacity: 0.5;
}
.ex-alunos .ex-alunos-carousel .owl-next {
  right: 0;
  background: url("assets/images/spritesheet.png");
  width: 64px;
  height: 64px;
  background-position: -262px -10px;
  background-repeat: no-repeat;
}
.ex-alunos .ex-alunos-carousel .owl-prev {
  left: 0;
  background: url("assets/images/spritesheet.png");
  width: 64px;
  height: 64px;
  background-position: -94px -10px;
  background-repeat: no-repeat;
}
.ex-alunos .soucelia-card {
  position: relative;
}
.ex-alunos .soucelia-card .titulo {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: bottom 0.3s ease;
}
.ex-alunos .soucelia-card:hover .titulo {
  bottom: 0;
}

.textwidget #sb_instagram {
  margin-top: -50px;
}

.wpcf7-validation-errors {
  border: none !important;
  background: #e6c75d;
  font-weight: bold;
  color: #d06c54;
  padding: 15px 25px !important;
  margin: 0 0 40px !important;
}

@media (max-width: 991px) {
  #site-branding {
    max-width: 35%;
  }
}

.cvca-timeline-shortcode .no-margin {
  margin-bottom: 5px !important;
}

.cvca-timeline-shortcode .timeline-content {
  padding: 0 0 20px 60px !important;
}

.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panel-title
  > a {
  background: #3a7788;
}
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panel-title
  > a:hover {
  background: #2b5864;
}

.vc_column-inner.vc_custom_1504635076076 {
  padding-bottom: 0 !important;
}
.vc_column-inner.vc_custom_1504635076076 p {
  margin-bottom: 0.6em !important;
}

@media (max-width: 766px) {
  .page-id-3442 .wpb_single_image .vc_figure {
    width: 170px;
  }
}
.card-view .wpb_wrapper {
  position: relative;
  overflow: hidden;
  transition: all300ms;
}
@media (max-width: 766px) {
  .card-view .wpb_wrapper {
    /*max-height:120px;
      overflow:hidden;*/
  }
  .card-view .wpb_wrapper .wpb_single_image .vc_figure a {
    display: block !important;
  }
}
.card-view .wpb_wrapper .wpb_text_column {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.card-view .wpb_wrapper .wpb_text_column .wpb_wrapper,
.card-view .wpb_wrapper .wpb_text_column p,
.card-view .wpb_wrapper .wpb_text_column a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-view .wpb_wrapper .wpb_text_column p {
  display: block;
}
.card-view .wpb_wrapper .wpb_text_column a {
  padding: 20px;
  color: #fff;
  background: transparent;
  font-size: 20px;
}
.card-view .wpb_wrapper img {
  transition: all 0.5s ease;
}
.card-view .wpb_wrapper:hover img {
  /*transform:scale(1.1)!important;*/
}

.wpcf7 label,
.wpcf7 input,
.wpcf7 select {
  display: block;
  width: 100%;
}

.card-cursos-livres {
  width: calc(100% + 30px);
  margin-left: -15px;
  color: #fff;
  background: #386e7d;
  height: auto;
  overflow: hidden;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .card-cursos-livres {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.card-cursos-livres h3,
.card-cursos-livres p,
.card-cursos-livres span {
  color: #fff;
}
.card-cursos-livres p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}
.card-cursos-livres h3 {
  margin: 0;
  padding: 0 0 15px 0;
  line-height: 28px;
}
.card-cursos-livres a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  background: #fff;
  color: #386e7d;
  font-weight: bold;
  margin: 5px 10px 0 0;
}
.card-cursos-livres a:hover {
  background: #e6c75d;
  color: #fff;
}
.card-cursos-livres img {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-cursos-livres img {
    margin-bottom: 0 !important;
  }
}
.card-cursos-livres img.alignleft {
  margin-right: 20px;
  margin-left: 0px;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .card-cursos-livres img.alignleft {
    margin-left: -15px;
    margin-bottom: 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .card-cursos-livres img.alignleft {
    width: auto;
  }
}
.card-cursos-livres img.alignright {
  margin-left: 20px;
  margin-right: 0px;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .card-cursos-livres img.alignright {
    margin-right: -15px;
    margin-bottom: 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .card-cursos-livres img.alignright {
    width: auto;
  }
}

.card-publicacoes .wpb_wrapper {
  padding: 15px;
  border: 1px solid #fafafa;
}

.search-form label {
  display: block;
  width: 100%;
}
.search-form label input {
  display: block;
  width: 100%;
}

.wpb_widgetised_column {
  padding-top: 70px;
}
.wpb_widgetised_column .widget {
  margin-bottom: 20px;
}

.clever-icon-close:before {
  color: #000;
}

/*PAGINA NOTICIAS*/
.foto-noticia {
  margin-bottom: 25px;
  margin-right: 0;
  width: 100%;
  float: unset;
}
@media (min-width: 768px) {
  .foto-noticia {
    margin-bottom: 25px;
    margin-right: 15px;
    width: 40%;
    float: left;
  }
}
@media (min-width: 992px) {
  .foto-noticia {
    margin-bottom: 25px;
    margin-right: 15px;
    width: 40%;
    float: left;
  }
}

.conteudo-noticias .title-post {
  line-height: 25px;
}
@media (min-width: 768px) {
  .conteudo-noticias .title-post {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .conteudo-noticias .title-post {
    line-height: 20px;
  }
}
.conteudo-noticias .title-post a {
  font-size: 20px;
}

@media (min-width: 768px) {
  #main {
    /*width: 90%!important;*/
  }

  #main a {
    word-break: break-word;
    cursor: pointer;
    clear: unset !important;
    float: unset !important;
  }

  .single-post a {
    word-break: break-word;
    color: #333333;
    cursor: pointer;
    clear: unset !important;
    float: unset !important;
  }
}
@media (max-width: 766px) {
  .single-post img:not(.access-button):not(.pop-up) {
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    padding-bottom: 10px !important;
  }

  .single-post p {
    word-break: break-word;
  }

  #main a {
    word-break: break-word;
    color: #333333;
    cursor: pointer;
    clear: unset !important;
    float: unset !important;
  }

  #main p {
    word-break: break-word;
  }

  #main object {
    width: 100% !important;
  }

  #main object {
    width: 100% !important;
  }

  #main embed {
    width: 100%;
  }
}
/*
.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative;
    @include tablet{
    	max-height: 300px !important;
    	height: 296px !important;
	}
    @include desktop{
    	max-height: 400px !important;
    	height: 400px !important;
	}
}

#main h1.entry-title {
    font-size: 26px;
    border-bottom-width: 1px;
    border-style: solid;
    @include tablet{
    	margin-top: 130px !important;
    }
    @include desktop{
    	margin-top: 90px;
	}
}
.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
}*/
@media (max-width: 766px) {
  .page-id-3442 .vc_col-sm-2 {
    width: 50% !important;
    float: left !important;
    min-height: 302px;
  }
}

/* PAGINA CELIA HELENA DIGITAL */
.laranja {
  color: #bd6c57;
}

.laranja-fundo {
  background: #bd6c57;
}

.verde {
  color: #507783;
}

.verde-fundo {
  background: #507783;
}

.roxo {
  color: #5a4862;
}

.roxo-fundo {
  background-color: #5a4862;
}

.image-active {
  background-image: url("assets/images/chdigital.png");
  background-repeat: no-repeat;
}

.geral-sem-imagem {
  margin-bottom: 20px;
}

.geral {
  /*position: relative;*/
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .geral {
    /*height: 580px;*/
  }
}
@media (min-width: 992px) {
  .geral {
    /*height: 881px;*/
  }
}

.conteudo-digital-1 {
  margin-top: 0px;
}
.conteudo-digital-1 h2 {
  color: #4f3f59;
  margin-bottom: 10px;
}
.conteudo-digital-1 .cores {
  height: 230px;
  display: flex;
  margin-bottom: 40px;
  padding: 0 15px;
}
@media (max-width: 766px) {
  .conteudo-digital-1 .cores {
    height: auto;
  }
}
.conteudo-digital-1 .cores .background-1 {
  background: #4a6c75;
}
.conteudo-digital-1 .cores .background-2 {
  background: #4f3f59;
}
.conteudo-digital-1 .cores .background-2 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  text-align: center;
  padding-top: 35px;
}
@media (max-width: 766px) {
  .conteudo-digital-1 .cores .background-2 img {
    padding: 15px 0;
  }
}
.conteudo-digital-1 .cores .background-3 {
  background: #a43f37;
}
.conteudo-digital-1 .imagem {
  padding-top: 13px;
}
@media (max-width: 766px) {
  .conteudo-digital-1 .imagem {
    padding-top: 0px;
  }
}
.conteudo-digital-1 .imagem img {
  margin-bottom: 20px;
}
.conteudo-digital-1 .container-video {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  width: 100%;
  /*margin-top: 100px;*/
}
@media (max-width: 766px) {
  .conteudo-digital-1 .container-video {
    margin-top: 0;
  }
}
.conteudo-digital-1 .container-video .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.conteudo-digital-1 .legenda-video {
  margin-top: 20px;
  font-size: 13px;
}

@media (max-width: 766px) {
  .conteudo-digital-2 .texto {
    margin-top: 20px;
  }
}
.conteudo-digital-2 .producoes {
  position: relative;
  z-index: 2;
}
.conteudo-digital-2 .producoes .producao {
  padding: 0px 2px;
  -webkit-transition: 0.9s ease;
  -moz-transition: 0.9s ease;
  -ms-transition: 0.9s ease;
  -o-transition: 0.9s ease;
}
.conteudo-digital-2 .producoes .producao.producao-active {
  background: #ffffff;
}
@media (max-width: 766px) {
  .conteudo-digital-2 .producoes .producao {
    width: 100%;
    margin: 20px 0;
  }
}
@media (min-width: 1367px) {
  .conteudo-digital-2 .producoes {
    margin-top: 102px !important;
  }
}
@media (max-width: 1366px) {
  .conteudo-digital-2 .producoes {
    margin-top: 135px !important;
  }
}
.conteudo-digital-2 .producoes .imagem {
  border-radius: 100%;
  width: 51px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.conteudo-digital-2 .producoes .imagem-chd {
  max-width: 100%;
  margin: 10px auto;
  display: block;
  height: 0px;
}
.conteudo-digital-2 .producoes p {
  text-align: center;
  margin: 10px 0;
  padding: 0;
  font-size: 18px;
  font-family: "bookman_old_styleregular";
}
.conteudo-digital-2 .producoes .texto {
  padding: 0 10px;
  text-align: left;
  margin-bottom: 30px;
  display: none;
}
.conteudo-digital-2 .producoes .btn-saiba {
  cursor: pointer;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 3px;
  width: 95%;
  margin: 0 auto;
}
.conteudo-digital-2 .producoes .btn-saiba.btn-saiba-active {
  text-indent: -9999px;
  border: 0;
  border-radius: 0px;
  position: absolute;
  display: block;
  margin-top: -13px;
  left: 0;
  right: 0;
}
.conteudo-digital-2 .producoes .btn-saiba b {
  font-size: 16.06px;
  color: #ffffff;
  font-family: Arial;
}

.conteudo-imagem {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 766px) {
  .conteudo-imagem {
    position: relative;
  }
}
@media (min-width: 768px) {
  .conteudo-imagem {
    position: absolute;
  }
}
.conteudo-imagem .banner {
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.conteudo-imagem .sub-imagem {
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 50%;
  padding: 0;
  margin: 62px 0 0 -100px;
}
@media (max-width: 766px) {
  .conteudo-imagem .sub-imagem {
    margin: 38px 0 0 -100px;
  }
}
@media (min-width: 768px) {
  .conteudo-imagem .sub-imagem {
    top: 25%;
  }
}
@media (min-width: 992px) {
  .conteudo-imagem .sub-imagem {
    top: 55%;
  }
}
@media (max-width: 766px) {
  .conteudo-imagem .sub-imagem img {
    max-width: 40%;
  }
}
.conteudo-imagem .sub-imagem p {
  color: #ffffff;
  font-weight: bold;
  margin-top: 24px;
}
@media (max-width: 766px) {
  .conteudo-imagem .sub-imagem p {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .conteudo-imagem .sub-imagem p {
    margin-top: 10px;
  }
}

.carrosel-centro h2 {
  text-align: center;
}
.carrosel-centro .vc_slide {
  margin: 0 auto;
}
.carrosel-centro .vc_slide {
  margin: 0 auto;
}
.carrosel-centro .vc_slide {
  margin: 0 auto;
}

.post-content .posts-relacionados {
  display: none !important;
}

.formularios p {
  margin-bottom: 5px;
}
.formularios .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}
.formularios label {
  font-size: 16px;
  font-weight: bold;
}
.formularios label span {
  font-size: 14px;
  font-weight: normal;
}
.formularios .wpcf7-list-item {
  display: block;
  margin: 10px 0 10px !important;
}
.formularios .wpcf7-list-item * {
  display: inline-block;
  width: auto;
}
.formularios .wpcf7-list-item input {
  margin-right: 10px;
}
.formularios input[type="submit"] {
  background: #386e7d;
  color: #fff;
  transition: all 0.3s ease;
  border: 2px solid;
}
.formularios input[type="submit"]:hover {
  background: #fff;
  border-color: #386e7d;
  color: #386e7d;
}
.formularios button:hover {
  transition: all 0.3s ease;
}
.formularios button:hover svg path {
  fill: #fff;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #d06b54 !important;
  background: #d06b54 !important;
  color: #fff !important;
  margin: -10px 0 !important;
  text-align: center;
  max-width: 330px;
  font-size: 14px;
  line-height: 18px;
}

.card-view .wpb_single_image figure,
.card-view .wpb_single_image figure div,
.card-view .wpb_single_image figure img {
  width: 100% !important;
}

#top-header .textwidget p {
  display: none !important;
}

#zoo_eduhub-header #top-header {
  display: none !important;
}
@media (min-width: 992px) {
  #zoo_eduhub-header #top-header {
    display: block !important;
  }
}

.recebe-topo {
  display: block !important;
}
@media (min-width: 992px) {
  .recebe-topo {
    display: none !important;
  }
}

#real-accessability a#real-accessability-btn {
  /* background-color: #063d8d; */
  background-color: #003087;
  border: 1px solid #fff;
  border-right: 0;
  border-top-left-radius: 7px;
  position: absolute;
  /* top: 56px;
  left: -32px;
  width: 32px;
  height: 32px;
  line-height: 28px; */
  top: 47px;
  left: -43px;
  width: 43px;
  height: 43px;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

#real-accessability a#real-accessability-btn:hover {
  background: rgb(0, 48, 135) !important;
  border-color: #433447;
}

#real-accessability a#real-accessability-btn i {
  font-family: "realaccessability";
  margin-top: 2px;
  font-size: 22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

#real-accessability-player {
  text-align: center;
  display: none;
  line-height: 25px;
  font-size: 13px;
  border-top-width: 1px;
  border-top-color: #ccc;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  padding-top: 12px;
  padding-bottom: 12px;
}

.ht-skip .gTrzpG {
  border-radius: 0 !important;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  color: #fff !important;
}

span.vc_tta-title-text {
  color: #fff !important;
}

.vc_tta-panel .wpb_wrapper ul li a {
  color: #252525 !important;
}

.vc_tta-panel .wpb_wrapper strong a {
  color: #252525 !important;
}

/*# sourceMappingURL=style.css.map */

/***************************************************************************
* AGT MUDANÇAS  - a partir de 03/10/19
***************************************************************************/

/***************************************************************************
* ELEMENTOS HTML EM GERAL
***************************************************************************/

/***************************************************************************
* FORMULARIOS WPCF7
***************************************************************************/
.wpcf7 input[type="submit"] {
  background-color: #386e7d;
  border: 2px solid #386e7d;
  border-color: #386e7d;
  font-weight: bold;
}

.wpcf7 input[type="checkbox"] {
  float: left;
  height: 16px;
  line-height: 0;
  margin-right: 10px;
  width: auto;
}

.wpcf7 .wpcf7-list-item {
  margin: 0 15px 0 0;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #386e7d;
  opacity: 0.8;
  border-color: #386e7d;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  color: #386e7d !important;
}

/* Google ReCaptcha */
.grecaptcha-badge {
  visibility: hidden;
}

/***************************************************************************
* HEADER
***************************************************************************/
#page #top-header {
  background: #386e7d !important;
}

/* Novo Header 18-08-23 */
#page .wrap-header,
#page .wrap-header-block {
  background: #fff;
  box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
  #page .fake-header {
    /* height: 110px; */
    height: 100px;
  }
}

#page header #site-branding:before {
  background: #fff;
}

#page header #site-branding a {
  background: #fff;
  margin-top: -40px;
}

#page header #site-branding a img {
  width: 155px;
  height: auto;
}

#page .primary-nav ul.menu > li > a,
#page .primary-nav .menu > ul > li > a {
  /* padding: 18px 10px; */
  padding: 5px 10px;
}

#page .wrap-breadcrumb {
  display: none;
}

/***************************************************************************
* PG. HOME
***************************************************************************/
/* Rev Slider Home */
#revslider-home {
  margin-bottom: 35px;
}

/* Section Destaques Home*/
#destaques-home-wrapper {
}
#destaques-home-wrapper h3.cursos-tittle {
  margin-bottom: 15px !important;
}

#ultima-noticia img,
#ultimo-video iframe {
  margin-top: 30px;
}

#ultima-noticia img:hover {
  opacity: 0.8;
  transition: all 0.7s;
}

#ultimo-video iframe {
  height: 200px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  #ultimo-video p {
    margin-top: 30px;
  }
}

.destaque-home .conteudo-noticias {
  padding-top: 0;
}

.destaque-home .conteudo-noticias p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.destaque-home .btn-leia-mais {
  color: #386e7d;
  font-weight: bold;
}

.destaque-home .btn-leia-mais:hover {
  /*text-decoration: none;*/
  opacity: 0.8;
}

/* Espaço Livre */
#espaco-livre-home {
}

/* Section - Cursos */
body.page-template-page-home .cursos-page {
  padding-top: 15px;
}

/* Section - Cursos de Curta Duração */
#cursos-curta-wrapper .item-curso {
  display: block;
  color: #386e7d;
  border: 1px solid #386e7d;
  background: #fff;
  padding: 11px 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px !important;
}

@media screen and (min-width: 768px) {
  #cursos-curta-wrapper h3.section-heading.style2 {
    margin-bottom: 25px !important;
  }
  /*#cursos-curta-wrapper .item-curso { min-height: 98px; }*/
}

#cursos-curta-wrapper .item-curso:hover {
  transition: all 0.7s;
  background: #386e7d;
  border-color: #386e7d;
  color: #fff;
}

#cursos-curta-wrapper .item-curso:after {
  content: "";
  display: none !important;
}

/* FAIXA DE NEWSLETTER */
.newsletter {
  background: #fff;
}

.newsletter .container {
}

.newsletter #news-wrapper {
  background: #fff;
  padding: 14px 15px 11px 15px;
  border: 2px solid #386e7d;
  border-radius: 10px;
  margin: 20px auto;
}

.newsletter p {
  font-size: 17px;
  line-height: 1.4;
  font-size: 15px;
}

.newsletter p.texto {
  margin-top: 15px;
  font-weight: 600;
}

.newsletter p span {
  display: block;
}

.newsletter br {
  display: none;
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
  color: #386e7d !important;
}

.newsletter input[type="email"] {
  /*margin-top: 15px;*/
}

.newsletter input[type="text"]::placeholder,
.newsletter input[type="email"]::placeholder {
  color: #494949 !important;
}
.newsletter input[type="text"]::-webkit-input-placeholder,
.newsletter input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #494949 !important;
}
.newsletter input[type="text"]::-moz-placeholder,
.newsletter input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #494949 !important;
}
.newsletter input[type="text"]:-ms-input-placeholder,
.newsletter input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #494949 !important;
}
.newsletter input[type="text"]:-moz-placeholder,
.newsletter input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #494949 !important;
}

.newsletter input[type="submit"] {
  background: #fff;
  border: 2px solid #386e7d;
  color: #386e7d;
  max-width: 180px;
  float: right;
  margin-top: 25px;
  font-weight: bold;
}

.newsletter input[type="submit"]:hover {
  background: #386e7d;
  color: #fff;
}

.newsletter .form-group {
  margin-bottom: 7px;
}

/* Slider de Ex Alunos */
.exalunos2023-carousel .owl-item {
  text-align: center;
}

.exalunos2023-carousel .owl-item img {
  width: 150px;
  height: auto;
  margin: 0 auto;
}

/***************************************************************************
* FOOTER
***************************************************************************/
.mec-footer {
  text-align: center;
}

.mec-footer p {
  font-weight: bold;
  color: #1a6294;
}

@media screen and (min-width: 769px) {
  .mec-footer p {
    font-size: 18px;
  }
}

.mec-footer img {
  /*width: 180px;*/
  width: 270px;
}

/***************************************************************************
* PG. OBRIGADO
***************************************************************************/
#obrigado-wrapper {
  padding-bottom: 25px;
}

#obrigado-wrapper h2 {
  color: #386e7d;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 25px;
}

#obrigado-wrapper h3 {
  font-size: 20px;
  line-height: 1.2;
}

body.page-id-12581 .newsletter {
  display: none;
}

/***************************************************************************
* PG. AULAS ABERTAS
***************************************************************************/
#form-aulas-abertas {
}
#form-aulas-abertas .wpcf7 input[type="radio"] {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  width: auto;
}

/***************************************************************************
* COOKIE ALERT
***************************************************************************/
#cookiealert {
}

#cookiealert p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 7px;
}

#cookiealert p strong {
  font-size: 14px;
  display: block;
}

#cookiealert a {
  color: #386e7d;
  color: #3b6994;
  color: #f28b99;
}

#cookiealert a:hover {
  color: #386e7d;
  color: #f28b99;
}

#cookiealert .btn-primary {
  background-color: #386e7d;
  border: 1px solid #386e7d;
  display: block;
  clear: both;
  text-align: center;
  margin: 10px auto 0 auto;
  padding: 7px 20px;
}

#cookiealert .btn-primary:hover {
  transition: all 0.3s ease;
  background: transparent;
  color: #fff;
}

/***************************************************************************
* WHATSAPP WRAPPER
***************************************************************************/
#whatsapp-wrapper {
  background: #fff;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  z-index: 9999;
}

#whatsapp-wrapper:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

#whatsapp-wrapper a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#whatsapp-wrapper a:hover {
  cursor: pointer;
  transition: all 0.7s;
}

#whatsapp-wrapper img {
  /*margin-top: 3px;
  max-width: 26px;*/
  max-width: 100%;
}

/***************************************************************************
* PG. HOME TESTE
***************************************************************************/
body.page-id-21369 {
}

body.page-id-21369 .wrap-header,
body.page-id-21369 .wrap-header-block {
  background: #fff;
  box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
  body.page-id-21369 .fake-header {
    height: 110px;
  }
}

body.page-id-21369 header #site-branding:before {
  background: #fff;
}

body.page-id-21369 header #site-branding a {
  background: #fff;
  margin-top: -40px;
}

body.page-id-21369 header #site-branding a img {
  width: 155px;
  height: auto;
}

body.page-id-21369 .primary-nav ul.menu > li > a,
body.page-id-21369 .primary-nav .menu > ul > li > a {
  padding: 18px 10px;
}

body.page-id-21369 .wrap-breadcrumb {
  display: none;
}

/***************************************************************************
* PG. CURSOS LIVRES - PROTAGONIZE
***************************************************************************/
.texto-profissionais-wrapper {
  overflow: hidden;
}

/***************************************************************************
* PG. CURSOS LIVRES - MODELO (ELEMENTOR)
***************************************************************************/
@media screen and (max-width: 767px) {
  .elementor-24179 .elementor-element.elementor-element-0731a71 {
    flex-wrap: wrap;
    --flex-wrap: wrap !important;
  }
}

/***************************************************************************
* PG. TRABALHE CONOSCO
***************************************************************************/
#section-form-pag-trab-conosco {
}
#section-form-pag-trab-conosco .texto {
}
#section-form-pag-trab-conosco .foto {
}

#section-form-pag-trab-conosco .wpcf7 {
  margin-bottom: 50px;
}

#section-form-pag-trab-conosco .form-group {
  margin-bottom: 10px;
}

#section-form-pag-trab-conosco .wpcf7 label {
  font-weight: bold;
}

#section-form-pag-trab-conosco .wpcf7 .wpcf7-list-item {
  margin-top: 5px;
}

#section-form-pag-trab-conosco .wpcf7 p {
}
#section-form-pag-trab-conosco .wpcf7 br {
  display: none;
}

/***************************************************************************
* PG. CURSOS / GRADUACAO
***************************************************************************/
body.page-id-13849 {
}
body.page-id-13849 #main .wpb_wrapper a {
  color: #386e7d;
}

/***************************************************************************
* PG. POS-GRADUACAO
***************************************************************************/
.linha-intro_pg-pos {
  max-width: 1024px;
}

.linha-intro_pg-pos .video {
}
.linha-intro_pg-pos .video iframe {
  height: 450px;
  width: 100%;
}

.linha-curso {
  background: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 45px;
}

.linha-curso.branca {
  background: #fff;
}

.linha-curso .cta .vc_btn3 {
  background: #386e7d !important;
  border-color: #386e7d !important;
  color: #fff !important;
}

.linha-curso .cta .vc_btn3:hover {
  color: #666 !important;
  border-color: #ebebeb !important;
  background-color: #ebebeb !important;
}

.linha-form_pg-pos {
  padding-top: 45px;
  padding-bottom: 45px;
}

.linha-form_pg-pos .wpcf7 {
  margin: 0 auto;
  max-width: 600px;
}

.linha-form_pg-pos .wpcf7 input[type="submit"] {
  margin-top: 25px;
}

.linha-form_pg-pos h2 {
  text-align: center;
}

.linha-form_pg-pos h2 span {
  font-weight: 300;
  font-size: 26px;
}

.linha-form_pg-pos .wpcf7 h6 {
  font-size: 20px;
  line-height: 1.2;
}

/***************************************************************************
* PG. POS-GRADUACAO INTERNAS (Corpo, Direção e Dramaturgia)
***************************************************************************/
.linha-modulos_pg-pos {
  padding-top: 45px;
}

/***************************************************************************
* PG. GRADUACAO
***************************************************************************/
body.page-id-16577 .vc_tta-panel a {
  color: #252525 !important;
}

body.page-id-16577 .vc_tta-panel a:hover {
  color: #a7d6c6 !important;
}

/***************************************************************************
* PG. CURSO PROFISSIONALIZANTE
***************************************************************************/
body.page-id-16283 .vc_tta-panel a {
  color: #252525 !important;
}

body.page-id-16283 .vc_tta-panel a:hover {
  color: #a7d6c6 !important;
}

/***************************************************************************
* PG. DEPOIMENTOS
***************************************************************************/
body.page-id-14166 {
}
body.page-id-14166 #main {
}

.linha-azul-depoimentos {
  margin-bottom: 25px;
}

body.page-id-14166 .novo-titulo {
}
body.page-id-14166 .novo-titulo.intro {
  margin-top: 35px;
}

.linha-depoimentos-titulos {
  margin-top: 30px;
}
.linha-depoimentos {
  padding: 0 0 25px 0;
}

/* Depoimentos de cima */
.linha-depoimentos .depo-texto {
}
.linha-depoimentos .depo-texto img {
  margin-bottom: 15px;
}
.linha-depoimentos .depo-texto p {
}
.linha-depoimentos .depo-texto a {
  color: #386e7d;
  font-weight: bold;
}

.linha-depoimentos h4 {
  color: #386e7d;
  font-size: 18px;
  margin-bottom: 10px;
}

/* Depoimentos de baixo */
.linha-depoimentos .foto img {
}
.linha-depoimentos .foto {
  margin-bottom: 15px;
}

.linha-depoimentos .texto p {
}
.linha-depoimentos .texto a {
  color: #386e7d;
  font-weight: bold;
}

/* CTA */
#cta-inferior-depoimentos {
  background: #dfdfdf;
  padding: 55px;
  margin-bottom: 35px;
}
#cta-inferior-depoimentos .texto {
  margin-bottom: 0;
}
#cta-inferior-depoimentos .texto p {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
}
#cta-inferior-depoimentos .cta {
  margin-bottom: 0;
  text-align: right;
}
#cta-inferior-depoimentos .cta a {
  font-size: 16px;
}

/***************************************************************************
* PG. EX-ALUNOS 2023
***************************************************************************/
#exalunos-wrapper {
  margin-top: 25px;
}

#exalunos-wrapper .item-aluno {
  text-align: center;
  margin-bottom: 35px;
}
#exalunos-wrapper .item-aluno img {
  width: 200px;
  height: auto;
}

/***************************************************************************
* HELPER CLASSES
***************************************************************************/
.gap10 {
  height: 10px;
  clear: both;
}
.gap20 {
  height: 20px;
  clear: both;
}
.gap30 {
  height: 30px;
  clear: both;
}
.gap40 {
  height: 40px;
  clear: both;
}
.gap50 {
  height: 50px;
  clear: both;
}
.gap60 {
  height: 60px;
  clear: both;
}

.visible-xs {
  display: none;
}
.hidden-xs {
  display: block;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic {
  background: transparent;
  border: 2px solid #386e7d;
  color: #386e7d;
  font-weight: bold;
  border-radius: 4px;
  /*max-width: 180px;*/
  /*float: right;*/
  /*margin-top: 25px;*/
}

h3.novo-titulo,
.novo-titulo h3,
h1.novo-titulo,
.novo-titulo h1 {
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  /*font-size: 33px;*/
  font-size: 29px;
  font-weight: 700;
}

h3.novo-titulo span,
.novo-titulo h3 span,
h1.novo-titulo span,
.novo-titulo h1 span {
  background: transparent;
  display: block;
  position: relative;
}

h3.novo-titulo span:after,
.novo-titulo h3 span:after,
h1.novo-titulo span:after,
.novo-titulo h1 span:after {
  content: "";
  background: transparent url(assets/images/title-bg-pattern.png);
  min-width: 100px;
  min-height: 5px;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 5px;
  top: 22px;
  margin-left: 15px;
}

/*
* Menu list hover
*/
#menu-menu-desktop #menu-item-36278.menu-item {
  background-color: #386e7d;
  margin: 0 5px !important;
}

#menu-menu-desktop #menu-item-36278.menu-item.current-menu-item {
  /* border-bottom: 2px solid #d06c54; */
}

#menu-menu-desktop #menu-item-36278.menu-item.current-menu-item a {
  /* color: #d06c54; */
}

#menu-menu-desktop #menu-item-36278.menu-item:hover {
  border-bottom: 2px solid #d06c54;
}

#menu-menu-desktop #menu-item-36278.menu-item:hover a {
  color: #d06c54;
}

#menu-menu-desktop #menu-item-36278.menu-item a {
  color: #ffffff;
}

#menu-menu-desktop .menu-item,
#menu-menu-mobile-novo .menu-item {
  border-bottom: 2px solid transparent;
}

#menu-menu-desktop .menu-item:hover {
  border-bottom: 2px solid #d06c54;
}

#menu-menu-desktop .menu-item.current-menu-item,
#menu-menu-mobile-novo .menu-item.current-menu-item {
  border-bottom: 2px solid #386e7d;
}

#menu-menu-desktop .menu-item .sub-menu .menu-item:hover {
  border-bottom: 2px solid #7fbf00;
}

#menu-menu-desktop .menu-item .sub-menu .current-menu-item {
  border-bottom: 2px solid #386e7d;
}

/***************************************************************************
* CATEGORY NOTICIAS
***************************************************************************/

.category-noticias .foto-noticia a {
  display: block;
  overflow: hidden;
  position: relative;
  height: auto;
}

.category-noticias .foto-noticia a:hover {
  opacity: 0.8;
}

.category-noticias .foto-noticia a img {
  position: relative;
  z-index: 0;
}

/***************************************************************************
* RESPONSIVE FIXES
***************************************************************************/

@media screen and (max-width: 1230px) {
  #page header #site-branding a {
    padding-top: 20px;
    margin-top: -40px;
  }

  /* #page header #site-branding:before {
        top: -50px;
    } */

  #page .primary-nav ul.menu > li > a,
  #page .primary-nav .menu > ul > li > a {
    font-size: 13px;
    padding: 10px 7px;
  }
}

@media screen and (max-width: 767px) {
  /* Helper Classes */
  #main .botao a {
    color: #386e7d;
  }
  h3.novo-titulo {
    line-height: 1.1;
  }
  h3.novo-titulo span:after {
    display: none;
  }

  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }

  /* Header */
  #menu-mobile-trigger {
    margin-top: -9px;
  }
  #zoo_eduhub-header .idioma-mobile {
    padding: 11px 20px;
  }

  /* PAG - Home */
  #ultima-noticia {
    margin-bottom: 30px;
  }

  #destaques-home-wrapper {
  }
  #destaques-home-wrapper .zoo-post-inner img {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #destaques-home-wrapper .zoo-post-inner br {
    display: none;
  }
  #destaques-home-wrapper .foto-noticia {
    margin-bottom: 0;
  }
  #destaques-home-wrapper.destaque-home .conteudo-noticias p {
    margin-bottom: 12px;
  }

  .cursos-page .home .col {
    padding: 0;
  }
  .cursos-page .home br {
    display: none;
  }

  /* Newsletter */
  .newsletter {
    padding: 0 30px;
  }
  .newsletter p {
    text-align: center;
  }
  .newsletter input[type="submit"] {
    float: none;
    margin: 0 auto;
    margin-top: 25px;
  }

  /* WhatsApp Wrapper */
  #whatsapp-wrapper {
    bottom: 15px;
    width: 45px;
    height: 45px;
  }

  /* PAG - Cursos Livres - Protagonize */
  .texto-profissionais-wrapper img {
    float: none;
    clear: both;
    margin: 0 auto 15px auto;
  }

  /* PAG - Cursos - Pos Graduacao */
  #main #linha-de-cursos a {
    color: #fff;
  }

  /* PAG - Projetos */
  #section-projetos-de-extensao .card-view a {
    color: #fff;
  }

  /* PAG - Depoimentos */
  body.page-id-14166 {
  }
  body.page-id-14166 .novo-titulo {
    margin-top: 35px;
  }
  .linha-depoimentos .depo-texto img {
    width: 100%;
    height: auto;
  }
  .linha-depoimentos-titulos {
    margin-top: 0;
  }
  #cta-inferior-depoimentos {
    background: #dfdfdf;
    padding: 30px 10px;
  }
  #cta-inferior-depoimentos .texto p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: center;
  }
  #cta-inferior-depoimentos .cta {
    text-align: center;
  }
  #cta-inferior-depoimentos .botoa a {
    padding: 10px 25px !important;
  }
}
