/*
Theme Name: Taalem
Theme URI: http://drfuri.com/taalem
Author: DrFuri
Author URI: http://drfuri.com
Description: Education LMS WordPress Theme
Version: 1.0.3
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taalem
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
	3.1 - Common Elements
	3.2 - WordPress Elements
	3.3 - Theme's Elements
4.0 - Header
5.0 - Navigations
6.0 - Content
	6.1 - Posts and pages
	5.2 - Comments
7.0 - Widgets
8.0 - Footer
9.0 - Media Queries
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
	
.fa {
  font-family: "FontAwesome" !important;
}

.social-share li a,
.social-share li a i {
  background-color: transparent !important;
  width: auto;
}

.social-share li a:hover,
.social-share li a:hover,
.social-share li a:hover {
  color: #000 !important;
}

.fa-heart:before {
	font-family: unset;
}

.navigation ul.page-numbers:hover {
	background-color: unset;
}

.learn-press-pagination ul.page-numbers > li .page-numbers:hover,
.learn-press-pagination ul.page-numbers > li .page-numbers.current {
	color: #fff;
}

.btn-primary {
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.btn-primary[disabled="disabled"] {
  opacity: 0.5;
}
.btn-secondary {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
@keyframes bubble {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@-webkit-keyframes bubble {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes bubble {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@-webkit-keyframes bubble {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  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;
}
.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-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.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 {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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 {
  -webkit-transform-style: preserve-3d;
  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;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -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%;
}
.owl-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  font-size: 27px;
  width: 42px;
  height: 52px;
  line-height: 52px;
}
.owl-nav div i {
  padding-left: 16px;
}
.owl-nav div:before {
  content: '';
  position: absolute;
  top: 0;
  border-style: solid;
  border-width: 26px 5px 26px 5px;
  transition: 0.5s;
}
.owl-nav .owl-prev {
  left: 0;
  color: #fff;
  background-color: #6a4e77;
}
.owl-nav .owl-prev:before {
  border-color: #6a4e77 transparent transparent #6a4e77;
  right: -10px;
}
.owl-nav .owl-next {
  right: 0;
  color: #000;
  background-color: #f8f8f8;
}
.owl-nav .owl-next:before {
  border-color: transparent #f8f8f8 #f8f8f8 transparent;
  left: -10px;
}
/* Styling Pagination*/
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #dddddd;
  transition: 0.5s;
}
.owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background-color: #6a4e77;
  border-color: #6a4e77;
}
/* If PaginationNumbers is true */
.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/*--------------------------------------------------------------
1.0 - Normalize
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
input[type=text],
textarea {
  border: 1px solid #727272;
  background: #fff;
}
blockquote {
  padding: 55px 80px 25px;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 75px;
  margin-bottom: 55px;
  background-color: #f6f6f6;
  border-left: 0;
  text-align: center;
  position: relative;
}
blockquote:before {
  content: '\f10d';
  font-family: FontAweSome;
  font-size: 21px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #6a4e77;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote cite {
  display: block;
  font-style: normal;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
}
blockquote cite:before {
  font-size: 30px;
  color: #999;
  position: absolute;
  top: -5px;
  left: 0;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}
caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}
table,
th,
td {
  border: 1px solid #d1d1d1;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4375em;
}
dl {
  margin: 0 0 1.75em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.75em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
body {
  color: #727272;
  font-size: 14px;
/*   font-family: Poppins, Arial, sans-serif; */
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  background: #fff;
  word-wrap: break-word;
}
a {
  transition: 0.5s;
  color: #6a4e77;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.2;
  color: #222222;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
/*--------------------------------------------------------------
3.0 - Elements
--------------------------------------------------------------*/
/**
 * 3.1 - Common Elements
 */
img {
  max-width: 100%;
  height: auto;
}
input[type=text],
textarea {
  border: 1px solid #dddddd;
  background-color: #fff;
  padding: 5px 10px;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear-both {
  clear: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tl-tabs .tabs-nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.tl-tabs .tabs-nav li {
  float: left;
}
.tl-tabs .tabs-nav a {
  display: block;
}
.tl-tabs .tabs-panel {
  clear: both;
  display: none;
}
.tl-tabs .tabs-panel.active {
  display: block;
}
.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;
  }
}
.main-color {
  color: #6a4e77;
}
.main-background-color {
  background-color: #6a4e77;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.container .container {
  width: 100%;
}
.clear {
  clear: both;
}
.loading-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.loading-icon * {
  animation-play-state: paused;
}
.loading-icon .bubble {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.loading-icon .bubble:nth-child(2n) .dot {
  animation-delay: -0.3s;
}
.loading-icon .bubble:nth-child(3n) .dot {
  animation-delay: 0s;
}
.loading-icon .dot {
  display: block;
  border-radius: 50%;
  background-color: #23232c;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  animation: bubble 1.2s -0.6s infinite ease-out;
  -webkit-animation: bubble 1.2s -0.6s infinite ease-out;
}
.site-content .vc_col-has-fill > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.site-content .vc_section.vc_section-has-fill,
.site-content .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.site-content .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}
.vc_row.vc_row-fluid {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row > .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row.overlay-enable {
  position: relative;
}
.vc_row .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.vc_row.parallax {
  background-attachment: fixed;
  background-position: 50% 50%;
}
.vc_row .wpb_content_element {
  margin-bottom: 0;
}
.vc_row.vc_row-flex > .container-fluid {
  width: 100%;
}
.vc_row.vc_row-flex > .container > .row,
.vc_row.vc_row-flex > .container-fluid > .row {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_row.vc_row-flex > .container > .row:after,
.vc_row.vc_row-flex > .container-fluid > .row:after,
.vc_row.vc_row-flex > .container > .row:before,
.vc_row.vc_row-flex > .container-fluid > .row:before {
  display: none;
}
.vc_row.vc_row-o-columns-top > .container > .row,
.vc_row.vc_row-o-columns-top > .container-fluid > .row {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.vc_row.vc_row-o-columns-middle > .container > .row,
.vc_row.vc_row-o-columns-middle > .container-fluid > .row {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.vc_row.vc_row-o-columns-bottom > .container > .row,
.vc_row.vc_row-o-columns-bottom > .container-fluid > .row {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.vc_row.vc_row-o-equal-height > .container > .row .vc_column_container,
.vc_row.vc_row-o-equal-height > .container-fluid > .row .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
}
.vc_row.vc_row-o-content-top > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-middle > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-bottom > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.primary-color {
  color: #6a4e77;
}
.tl-section-title h2 {
  font-size: 60px;
  font-weight: 600;
  position: relative;
  margin: 0;
}
.tl-section-title h3 {
  font-size: 16px;
  color: #727272;
  text-transform: uppercase;
  margin: 0;
  font-family: Oswald, "Times New Roman", Times, serif;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
.tl-section-title.show-under_line h2 {
  padding-bottom: 32px;
}
.tl-section-title.show-under_line h2 .star {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #6a4e77;
  font-size: 16px;
  letter-spacing: initial;
}
.tl-section-title.show-under_line h2 .star i:first-child,
.tl-section-title.show-under_line h2 .star i:last-child {
  font-size: 13px;
}
.tl-section-title.show-under_line h2 .star.under-line {
  padding-left: 50px;
  padding-right: 50px;
}
.tl-section-title.show-under_line h2 .star.under-line:before,
.tl-section-title.show-under_line h2 .star.under-line:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #6a4e77;
  top: 50%;
  transform: translateY(-50%);
}
.tl-section-title.show-under_line h2 .star.under-line:before {
  left: 0;
}
.tl-section-title.show-under_line h2 .star.under-line:after {
  right: 0;
}
.tl-section-title.light.show-under_line h2 .star {
  color: #fff;
}
.tl-section-title.light.show-under_line h2 .star.under-line:before,
.tl-section-title.light.show-under_line h2 .star.under-line:after {
  background-color: #fff;
}
.tl-section-title.light h2 {
  color: #fff;
}
.tl-section-title.light h3 {
  color: #bcbcbc;
}
.tl-section-title.light.style-2.show-under_line:before {
  background-color: #fff;
}
.tl-section-title.style-1 h2,
.tl-section-title.style-2 h2,
.tl-section-title.style-3 h2 {
  letter-spacing: -2px;
}
.tl-section-title.text-center h2 .star {
  left: 50%;
  transform: translateX(-50%);
}
.tl-section-title.style-2 {
  position: relative;
}
.tl-section-title.style-2.show-under_line {
  padding-top: 118px;
}
.tl-section-title.style-2.show-under_line:before {
  content: '';
  width: 2px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #6a4e77;
}
.tl-section-title.style-2.text-center:before {
  left: 50%;
  transform: translateX(-50%);
}
.tl-section-title.style-2.light h3 {
  color: #fff;
}
.tl-section-title.style-3 h2 {
  position: relative;
  padding-right: 100px;
  display: inline-block;
  letter-spacing: -2px;
}
.tl-section-title.style-3 h2:before {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #6a4e77;
  position: absolute;
  display: none;
  bottom: 15px;
  right: 0;
}
.tl-section-title.style-3.show-under_line h2 {
  padding-bottom: 0;
}
.tl-section-title.style-3.show-under_line h2:before {
  display: block;
}
.tl-section-title.style-3.text-center h2 {
  padding-right: 0;
  padding-bottom: 15px;
}
.tl-section-title.style-3.text-center h2:before {
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.tl-section-title.style-3.light h2:before {
  background-color: #fff;
}
.tl-section-title.style-4 h2 {
  font-size: 24px;
  position: relative;
  display: inline-block;
}
.tl-section-title.style-4 h2:before {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #6a4e77;
  position: absolute;
  display: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tl-section-title.style-4.show-under_line h2 {
  padding-bottom: 0;
  padding-right: 80px;
}
.tl-section-title.style-4.show-under_line h2:before {
  display: block;
}
.tl-section-title.style-4.show-under_line.text-center h2 {
  padding-left: 80px;
}
.tl-section-title.style-4.show-under_line.text-center h2:after {
  display: block;
}
.tl-section-title.style-4.text-center h2:after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #6a4e77;
  position: absolute;
  display: none;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tl-section-title.style-4.light h2:before,
.tl-section-title.style-4.light h2:after {
  background-color: #fff;
}
.tl-section-title.style-5 h2 {
  font-size: 24px;
  position: relative;
  display: inline-block;
}
.tl-section-title.style-5 h2:before {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #6a4e77;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
}
.tl-section-title.style-5.show-under_line h2 {
  padding-bottom: 20px;
}
.tl-section-title.style-5.show-under_line h2:before {
  display: block;
}
.tl-section-title.style-5.text-center h2:before {
  left: 50%;
  transform: translateX(-50%);
}
.tl-section-title.style-5.light h2:before {
  background-color: #fff;
}
.tl-section-heading .title {
  font-weight: 600;
  position: relative;
  margin: 0;
  letter-spacing: -2px;
}
.tl-section-heading .sub-title {
  font-size: 21px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  letter-spacing: 3px;
}
.tl-section-heading.light h2,
.tl-section-heading.light h3 {
  color: #fff;
}
.tl-button.align-left {
  text-align: left;
}
.tl-button.align-right {
  text-align: right;
}
.tl-button.align-center {
  text-align: center;
}
.tl-button.light-color .btn-primary {
  border-color: #fff;
  color: #fff;
}
.tl-button.light-color .btn-secondary {
  color: #6a4e77;
  background-color: #fff;
}
.tl-button .button {
  margin: 0 10px;
}
.tl-button .button:first-child {
  margin-left: 0;
}
.tl-button .button:last-child {
  margin-right: 0;
}
.tl-icon-box {
  transition: 0.5s;
}
.tl-icon-box .tl-icon {
  display: inline-block;
  line-height: 1;
}
.tl-icon-box .box-title {
  margin-top: 0;
  font-weight: 600;
  transition: 0.5s;
}
.tl-icon-box .box-title a {
  color: #222;
  transition: 0.5s;
}
.tl-icon-box h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.tl-icon-box h3 {
  margin-bottom: 15px;
}
.tl-icon-box h4 {
  margin-bottom: 10px;
}
.tl-icon-box h5,
.tl-icon-box h6 {
  margin-bottom: 5px;
}
.tl-icon-box .desc {
  font-size: 13px;
}
.tl-icon-box.size-small .tl-icon {
  font-size: 42px;
}
.tl-icon-box.size-large .tl-icon {
  font-size: 60px;
}
.tl-icon-box.icon_position-top-center.icon_style-normal .tl-icon,
.tl-icon-box.icon_position-top-left.icon_style-normal .tl-icon {
  margin-bottom: 20px;
}
.tl-icon-box.icon_position-top-center.icon_style-has-background-color .tl-icon,
.tl-icon-box.icon_position-top-left.icon_style-has-background-color .tl-icon {
  margin-bottom: 30px;
}
.tl-icon-box.icon_position-top-center img,
.tl-icon-box.icon_position-top-left img {
  margin-bottom: 30px;
}
.tl-icon-box.icon_position-left .tl-icon {
  float: left;
}
.tl-icon-box.icon_position-left.icon_style-normal .box-title,
.tl-icon-box.icon_position-left.icon_style-normal .desc {
  padding-left: 85px;
}
.tl-icon-box.icon_position-left.icon_style-normal .tl-icon {
  margin-top: 20px;
}
.tl-icon-box.icon_position-left.icon_style-has-background-color .box-title,
.tl-icon-box.icon_position-left.icon_style-has-background-color .desc {
  padding-left: 105px;
}
.tl-icon-box.icon_position-left img {
  margin-top: 20px;
}
.tl-icon-box.icon_position-top-center {
  text-align: center;
}
.tl-icon-box.icon_style-normal.icon_color-primary .tl-icon {
  color: #6a4e77;
}
.tl-icon-box.icon_style-normal.icon_color-light .tl-icon {
  color: #fff;
}
.tl-icon-box.icon_style-has-background-color .tl-icon {
  color: #fff;
  text-align: center;
  background-color: #6a4e77;
  width: 83px;
  height: 83px;
  line-height: 88px;
  border-radius: 50%;
}
.tl-icon-box.version-light {
  color: #fff;
}
.tl-icon-box.version-light .box-title,
.tl-icon-box.version-light .box-title a {
  color: #fff;
}
.tl-icon-box.style-2 {
  padding: 60px 30px;
  background-color: #f6f6f6;
  position: relative;
  text-align: center;
}
.tl-icon-box.style-2 img,
.tl-icon-box.style-2 .tl-icon {
  margin-bottom: 20px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.5s;
}
.tl-icon-box.style-2 .tl-icon {
  color: #727272;
}
.tl-icon-box.style-2 .box-title {
  margin-bottom: 20px;
}
.tl-icon-box.style-2 .btn-primary {
  border-color: #fff;
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  transition: 0.5s;
}
.tl-icon-box.style-2 .box-wrapper {
  color: #727272;
  padding-top: 80px;
  padding-bottom: 0;
  transition: 0.5s;
}
.tl-icon-box.style-2:hover {
  background-color: #6a4e77;
}
.tl-icon-box.style-2:hover .box-title,
.tl-icon-box.style-2:hover .box-title a {
  color: #fff;
}
.tl-icon-box.style-2:hover .box-wrapper {
  padding-top: 0;
  padding-bottom: 80px;
  color: #bcbcbc;
}
.tl-icon-box.style-2:hover .btn-primary {
  transform: translate(-50%, 0);
  opacity: 1;
}
.tl-icon-box.style-2:hover img,
.tl-icon-box.style-2:hover .tl-icon {
  transform: translate(-50%, -20px);
  opacity: 0;
}
.tl-icon-box-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center;
}
.tl-icon-box-2 .tl-icon,
.tl-icon-box-2 h4,
.tl-icon-box-2 .desc {
  position: relative;
  z-index: 10;
}
.tl-icon-box-2 .tl-icon {
  font-size: 60px;
  transition: all 0.5s;
}
.tl-icon-box-2 h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  transition: all 0.5s;
}
.tl-icon-box-2 h4 a {
  color: #222;
  transition: all 0.5s;
}
.tl-icon-box-2 .desc {
  font-size: 13px;
  transition: all 0.5s;
}
.tl-icon-box-2 .box-item {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.tl-icon-box-2 .box-item .box-item-content {
  padding: 45px 20px 60px 20px;
  min-height: 100%;
  transition: all 0.5s;
}
.tl-icon-box-2 .box-item:nth-child(odd) .box-item-content {
  background-color: #f7f7f7;
}
.tl-icon-box-2 .box-item:nth-child(even) .box-item-content {
  background-color: #ebebeb;
}
.tl-icon-box-2 .box-item .box-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
  background-position: center;
  background-size: cover;
}
.tl-icon-box-2 .box-item .box-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.85;
  background-color: #6a4e77;
}
.tl-icon-box-2 .box-item:hover .box-item-content {
  background-color: #6a4e77;
}
.tl-icon-box-2 .box-item:hover .tl-icon,
.tl-icon-box-2 .box-item:hover h4,
.tl-icon-box-2 .box-item:hover h4 a,
.tl-icon-box-2 .box-item:hover .desc {
  color: #fff;
}
.tl-icon-box-2 .box-item:hover .box-bg {
  opacity: 1;
}
.tl-icon-box-2.show-border .box-item {
  border-right: 1px solid #fff;
}
.tl-icon-box-2.show-border .box-item:first-child {
  border-left: 1px solid #fff;
}
.tl-icon-box-2.style-2 .tl-icon,
.tl-icon-box-2.style-2 h4,
.tl-icon-box-2.style-2 h4 a,
.tl-icon-box-2.style-2 .desc {
  color: #fff;
}
.tl-icon-box-2.style-2 .box-item {
  background-color: rgba(0, 0, 0, 0.8);
}
.tl-icon-box-2.style-2 .box-item.has-bg {
  padding-top: 0;
  padding-bottom: 0;
}
.tl-icon-box-2.style-2 .box-item .box-bg {
  opacity: 1;
}
.tl-icon-box-2.style-2 .box-item .box-bg:after {
  background-color: #000;
  opacity: 0.8;
}
.tl-icon-box-2.style-2 .box-item .box-item-content {
  background-color: transparent;
}
.tl-icon-box-2.style-2 .box-item:hover .box-item-content {
  background-color: #6a4e77;
}
.tl-icon-box-2.style-2 .box-item:hover .box-bg {
  opacity: 0;
}
.tl-video-banner {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tl-video-banner.style-2 {
  background-position: center;
  background-size: cover;
}
.tl-video-banner.style-2 .tl-video-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 99;
  width: 100%;
}
.tl-video-banner.style-1 .photoswipe {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 99;
  width: 100%;
}
.tl-video-banner .video-play {
  cursor: pointer;
  display: inline-block;
}
.tl-video-banner-1 i {
  font-size: 93px;
  color: #fff;
}
.tl-video-banner-1.no-video-thumb.style-1 i,
.tl-video-banner-1.no-video-thumb.style-2 i {
  position: static;
  transform: translate(0);
}
.tl-video-banner-1.no-video-thumb.style-1 .tl-video-content,
.tl-video-banner-1.no-video-thumb.style-2 .tl-video-content {
  position: static;
}
.tl-video-banner-1.style-1 i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tl-video-banner-1.style-2 {
  color: #fff;
  font-size: 18px;
}
.tl-video-banner-1.style-2 .video-play {
  margin-bottom: 30px;
}
.tl-video-banner-1.style-2 h2 {
  font-size: 60px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}
.tl-video-banner-2 {
  position: relative;
  text-align: center;
}
.tl-video-banner-2 .tl-video-content {
  font-size: 16px;
}
.tl-video-banner-2 .tl-video-content .video-play {
  color: #6a4e77;
  font-size: 52px;
  width: 100px;
  height: 100px;
  border: 3px solid #6a4e77;
  border-radius: 50%;
  line-height: 104px;
  margin-bottom: 50px;
}
.tl-video-banner-2 .tl-video-content .video-play i {
  padding-left: 10px;
}
.tl-video-banner-2 .tl-video-content h2 {
  font-size: 60px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}
.tl-video-banner-2 .tl-button {
  padding-top: 25px;
}
.pswp .tl-wrapper {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1045;
}
.pswp .tl-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.pswp .tl-video-wrapper iframe,
.pswp .tl-video-wrapper .wp-video-shortcode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tl-testimonial .testimonial-info {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.tl-testimonial .testimonial-avatar {
  margin-bottom: 35px;
}
.tl-testimonial .testimonial-avatar img {
  border-radius: 50%;
}
.tl-testimonial .desc {
  color: #fff;
  font-size: 18px;
  margin-bottom: 45px;
}
.tl-testimonial h4 {
  font-size: 14px;
  color: #6a4e77;
  margin: 0;
  font-weight: 500;
}
.tl-testimonial h4 span {
  display: inline-block;
  position: relative;
  padding: 0 35px;
}
.tl-testimonial h4 span:before,
.tl-testimonial h4 span:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background-color: #6a4e77;
}
.tl-testimonial h4 span:before {
  left: 0;
}
.tl-testimonial h4 span:after {
  right: 0;
}
.tl-testimonial .owl-dots {
  margin-top: 35px;
  text-align: center;
}
.tl-testimonial .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.tl-testimonial .owl-dots .owl-dot:hover span,
.tl-testimonial .owl-dots .owl-dot.active span {
  background-color: #6a4e77;
  border-color: #6a4e77;
}
.tl-testimonial.dark .desc {
  color: #000000;
}
.tl-testimonial.dark .owl-dots .owl-dot span {
  border-color: #fff;
  background-color: #cdcdcd;
}
.tl-testimonial.dark .owl-dots .owl-dot:hover span,
.tl-testimonial.dark .owl-dots .owl-dot.active span {
  background-color: #6a4e77;
  border-color: #6a4e77;
}
.tl-testimonial.avatar-left .testimonial-info {
  width: 100%;
  text-align: left;
}
.tl-testimonial.avatar-left .testimonial-avatar {
  margin-bottom: 0;
  float: left;
}
.tl-testimonial.avatar-left .desc,
.tl-testimonial.avatar-left .name,
.tl-testimonial.avatar-left .owl-dots {
  padding-left: 160px;
}
.tl-testimonial.avatar-left .desc {
  margin-bottom: 30px;
}
.tl-testimonial.avatar-left .owl-dots {
  text-align: left;
  margin-top: 15px;
}
.taalem-counter {
  color: #000;
}
.taalem-counter .tl-icon {
  font-size: 42px;
  float: left;
}
.taalem-counter .counter-content {
  padding-left: 65px;
}
.taalem-counter .counter {
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
.taalem-counter .unit {
  font-weight: 300;
  font-size: 30px;
  position: absolute;
  left: 100%;
  padding-left: 5px;
  top: 5px;
}
.taalem-counter h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.taalem-counter.text-light {
  color: #fff;
}
.taalem-counter.text-light h4 {
  color: #fff;
}
.tl-partner {
  text-align: center;
}
.tl-partner .partner-item {
  margin-bottom: 30px;
}
.tl-partner .partner-item a {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tl-partner h4 {
  color: #6a4e77;
  font-weight: 600;
}
.tl-partner h6 {
  font-weight: 500;
  margin: 0;
}
.tl-coming-soon .tl-countdown .flip-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
.tl-coming-soon .tl-countdown .flip-wrapper li {
  margin-bottom: 0;
}
.tl-coming-soon .tl-countdown .flip-wrapper .inn {
  font-size: 82px;
  color: #fff;
  min-width: 170px;
  font-weight: 600;
  line-height: 1;
  padding: 35px 20px;
}
.tl-coming-soon .tl-countdown .flip-wrapper .flip-clock-label {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 0;
  letter-spacing: 0.1em;
  color: #6a4e77;
  border: 1px solid rgba(237, 237, 237, 0.18);
  display: block;
}
.tl-coming-soon .tl-countdown .flip-wrapper ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  border: 1px solid rgba(237, 237, 237, 0.18);
}
.tl-coming-soon .tl-countdown .flip-wrapper ul li {
  list-style: none;
}
.tl-coming-soon .tl-countdown .flip-wrapper .flip-clock-before,
.tl-coming-soon .tl-countdown .flip-wrapper .up {
  display: none;
}
.tl-social {
  text-align: center;
}
.tl-social h3 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 300;
}
.tl-social ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.tl-social ul li {
  display: inline-block;
  margin: 0 5px;
}
.tl-social ul a {
  color: #fff;
  font-size: 21px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
}
.tl-pricing {
  text-align: center;
}
.tl-pricing .pricing-title {
  background-color: #6a4e77;
  padding: 50px 0 100px 0;
}
.tl-pricing .pricing-title .title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: block;
}
.tl-pricing .pricing-box {
  border: 1px solid #ededed;
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
}
.tl-pricing .pricing-box .pricing-info {
  width: 134px;
  height: 134px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.1);
  line-height: 134px;
}
.tl-pricing .pricing-box .pricing-info .pricing-inner {
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tl-pricing .pricing-box .pricing-info .p-money {
  margin: 0 auto;
  display: table;
  padding: 30px 10px 0 10px;
  color: #000;
}
.tl-pricing .pricing-box .pricing-info .p-money .p-unit {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  float: left;
  padding-left: 5px;
  padding-top: 10px;
}
.tl-pricing .pricing-box .pricing-info .p-money .p-price {
  font-size: 34px;
  font-weight: 700;
  float: left;
  line-height: 1;
  position: relative;
}
.tl-pricing .pricing-box .pricing-info .p-money .p-price:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  bottom: 7px;
  right: -5px;
  border-radius: 50%;
}
.tl-pricing .pricing-box .pricing-info .p-duration {
  padding-top: 5px;
  display: block;
  font-size: 11px;
  font-family: Poppins, Arial, sans-serif;
  color: #000;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 500;
}
.tl-pricing .pricing-box .pricing-content {
  background-color: transparent;
  text-align: center;
  font-size: 14px;
}
.tl-pricing .pricing-box .pricing-content ul {
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 25px;
}
.tl-pricing .pricing-box .pricing-content ul li {
  padding: 10px 0;
}
.tl-pricing .pricing-box .pricing-content ul li:nth-child(even) {
  background-color: #f8f8f8;
}
.tl-pricing .pricing-box .pricing-content ul li:last-child {
  border-bottom: none;
}
.tl-latest-post .no-content .summary-header {
  border: 0;
}
.tl-latest-post .entry-thumbnail span {
  opacity: 0;
  transform: translate(-50%, -50%);
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1rem;
  transition: 0.5s;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
}
.tl-latest-post .entry-thumbnail {
  overflow: hidden;
}
.tl-latest-post .entry-thumbnail a {
  display: block;
  position: relative;
  height: 100%;
}
.tl-latest-post .entry-thumbnail a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #6a4e77;
  transition: 0.5s;
  z-index: 2;
}
.tl-latest-post .blog-wrapper:hover .entry-thumbnail a:before {
  opacity: 0.85;
}
.tl-latest-post .blog-wrapper:hover .entry-thumbnail span {
  opacity: 1;
  font-size: 13px;
  letter-spacing: 0.2rem;
}
.tl-latest-post .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.tl-latest-post.tl-nav-beside {
  position: relative;
}
.tl-latest-post.tl-nav-beside:before,
.tl-latest-post.tl-nav-beside:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
}
.tl-latest-post.tl-nav-beside:before {
  left: -15px;
}
.tl-latest-post.tl-nav-beside:after {
  right: -15px;
}
.tl-latest-post.tl-nav-beside .owl-nav div {
  opacity: 0;
  transition: 0.4s;
}
.tl-latest-post.tl-nav-beside .owl-nav .owl-prev {
  left: -82px;
}
.tl-latest-post.tl-nav-beside .owl-nav .owl-next {
  right: -82px;
}
.tl-latest-post.tl-nav-beside:hover .owl-nav div {
  opacity: 1;
}
.tl-latest-post.tl-nav-beside:hover .owl-nav .owl-prev {
  left: -67px;
}
.tl-latest-post.tl-nav-beside:hover .owl-nav .owl-next {
  right: -67px;
}
.tl-image-box.style-1 {
  text-align: center;
}
.tl-image-box .box-image {
  margin-bottom: 20px;
}
.tl-image-box h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 600;
}
.tl-image-box h4 a {
  color: #000000;
}
.tl-image-box .desc {
  margin-bottom: 40px;
  font-size: 13px;
}
.tl-image-box ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.tl-image-box ul li {
  padding-bottom: 5px;
}
.tl-image-box ul li:last-child {
  padding-bottom: 0;
}
.tl-image-box ul li i {
  padding-right: 5px;
}
.tl-image-box.style-2 {
  text-align: left;
  position: relative;
}
.tl-image-box.style-2 .box-image {
  margin-bottom: 0;
  width: 40.17%;
}
.tl-image-box.style-2 .box-content {
  background-color: #f6f6f6;
  width: calc(59.83% + 35px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px 35px 30px;
}
.tl-image-box.style-2 h4 {
  margin-bottom: 20px;
}
.tl-image-box.style-2.image-left .box-image {
  float: left;
}
.tl-image-box.style-2.image-left .box-content {
  float: right;
  right: 0;
}
.tl-image-box.style-2.image-right .box-image {
  float: right;
}
.tl-image-box.style-2.image-right .box-content {
  float: left;
  left: 0;
}
.tl-image-box.style-2.no-thumb .box-content {
  width: 100%;
  position: relative;
  transform: translateY(0);
  float: none;
}
.tl-instagram-shortcode {
  text-align: center;
  position: relative;
}
.tl-instagram-shortcode .tl-instagram-btn {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #6a4e77;
  display: inline-block;
  text-align: center;
  padding: 10px 50px;
  letter-spacing: 0.1rem;
}
.tl-instagram-shortcode .tl-instagram {
  float: left;
  display: block;
  overflow: hidden;
}
.tl-instagram-shortcode .tl-instagram img {
  transition: 0.5s;
}
.tl-instagram-shortcode .tl-instagram:hover img {
  transform: scale(1.03);
}
.tl-instagram-shortcode.columns-8 .tl-instagram {
  width: 12.5%;
}
.tl-instagram-shortcode.columns-6 .tl-instagram {
  width: 16.6666%;
}
.tl-instagram-shortcode.columns-5 .tl-instagram {
  width: 20%;
}
.tl-instagram-shortcode.columns-4 .tl-instagram {
  width: 25%;
}
.tl-branches {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tl-branches .info {
  padding-bottom: 15px;
}
.tl-branches .info i {
  color: #6a4e77;
  padding-right: 20px;
}
.tl-branches .info:last-child {
  padding-bottom: 0;
}
.tl-branches .view-map {
  position: relative;
}
.tl-branches .view-map a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tl-branches.no-thumb .view-map a {
  position: static;
  transform: translate(0);
}
.tl-course.tl-course-carousel .learn-press-courses {
  margin: 0;
}
.tl-course.tl-course-carousel .learn-press-courses li.course {
  width: 100%;
  padding: 0;
}
.tl-course-grid-tab ul.tabs-nav {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.tl-course-grid-tab ul.tabs-nav li {
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
}
.tl-course-grid-tab ul.tabs-nav li:last-child {
  margin-right: 0;
}
.tl-course-grid-tab ul.tabs-nav li a {
  background-color: #f6f6f6;
  padding: 11px 20px;
  display: block;
  color: #000;
  transition: 0.5s;
}
.tl-course-grid-tab ul.tabs-nav li a.active,
.tl-course-grid-tab ul.tabs-nav li a:hover {
  color: #fff;
  background-color: #6a4e77;
}
.tl-course-grid-tab.learnpress .learn-press-courses li.course {
  background-color: transparent;
}
.tl-course-grid-tab.tl-nav-right .tl-tabs-header {
  display: flex;
  padding-bottom: 60px;
  align-items: center;
}
.tl-course-grid-tab.tl-nav-right .tl-section-title,
.tl-course-grid-tab.tl-nav-right ul.tabs-nav {
  flex-grow: 1;
}
.tl-course-grid-tab.tl-nav-right ul.tabs-nav {
  justify-content: flex-end;
}
.tl-course-grid-tab.tl-nav-top-center .tl-section-title,
.tl-course-grid-tab.tl-nav-top-center ul.tabs-nav {
  margin: 0 0 60px;
}
.tl-teachers .navigation {
  padding-top: 0;
}
.tl-teachers-carousel .teacher {
  width: 100%;
  padding: 0;
}
.tl-teachers-carousel .taalem-teacher {
  margin-bottom: 0;
}
.tl-teachers-carousel .owl-dots {
  margin-top: 30px;
}
.tl-teacher-form {
  display: flex;
  align-items: center;
}
.tl-teacher-form .image {
  flex-grow: 1;
  text-align: center;
}
.tl-teacher-form .form {
  width: 55%;
  padding: 55px 0;
}
.tl-teacher-form .learnpress .learn-press-become-teacher-form {
  max-width: 100%;
  margin: 0;
}
.tl-teacher-form .learnpress .learn-press-become-teacher-form .become-teacher-fields label {
  display: none;
}
.tl-teacher-form .learnpress .learn-press-become-teacher-form .become-teacher-fields li {
  margin-bottom: 30px;
}
.tl-teacher-form .learnpress .learn-press-become-teacher-form .become-teacher-fields input[type="text"],
.tl-teacher-form .learnpress .learn-press-become-teacher-form .become-teacher-fields input[type="email"],
.tl-teacher-form .learnpress .learn-press-become-teacher-form .become-teacher-fields select {
  font-size: 12px;
  padding: 10px 20px;
  border-color: #dedede;
  transition: 0.5s;
  outline: 0;
  background-color: transparent;
}
.tl-teacher-form .learnpress .learn-press-become-teacher-form .become-teacher-fields input[type="text"]:focus,
.tl-teacher-form .learnpress .learn-press-become-teacher-form .become-teacher-fields input[type="email"]:focus,
.tl-teacher-form .learnpress .learn-press-become-teacher-form .become-teacher-fields select:focus {
  border-color: #ababab;
}
.tl-teacher-form .learnpress button[type="submit"] {
  width: 100%;
}
.tl-teacher-form .learnpress button[type="submit"]:before {
  font-family: FontAweSome;
  content: "\f1d8";
  padding-right: 5px;
}
.tl-events .event-item {
  margin-bottom: 30px;
}
.tl-events .event-item.no-thumb .event-info {
  width: 100%;
}
.tl-events .event-thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
}
.tl-events .event-thumbnail a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.tl-events .event-thumbnail img {
  transition: 0.5s;
}
.tl-events .event-thumbnail:hover img {
  transform: scale(1.05);
}
.tl-events .event-date {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 12px;
  z-index: 10;
}
.tl-events .event-date .day {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
}
.tl-events .event-info {
  padding: 16px 20px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
}
.tl-events h4 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.2;
}
.tl-events h4 a {
  color: #000;
}
.tl-events h4 a:hover {
  color: #6a4e77;
}
.tl-events .event-venue {
  font-size: 12px;
  color: #222222;
  font-weight: 500;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.tl-events .event-venue i {
  font-size: 14px;
  color: #6e6e6e;
  padding-right: 7px;
}
.tl-events .event-summary {
  font-size: 13px;
  margin-bottom: 30px;
}
.tl-events .event-summary p {
  margin-bottom: 0;
}
.tl-events .event-metas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tl-events .event-metas .event-meta {
  color: #727272;
  font-size: 12px;
  text-transform: uppercase;
}
.tl-events .event-metas .event-meta i {
  font-size: 13px;
  color: #6a4e77;
  padding-right: 7px;
}
.tl-events .event-metas a:hover {
  color: #6a4e77;
}
.tl-events.tl-events-tabs {
  display: flex;
  flex-direction: row-reverse;
}
.tl-events.tl-events-tabs .tabs-nav {
  flex-grow: 1;
  background-color: transparent;
}
.tl-events.tl-events-tabs .tabs-nav li {
  float: none;
  display: block;
  margin-bottom: 1px;
}
.tl-events.tl-events-tabs .tabs-nav li:last-child {
  margin-bottom: 0;
}
.tl-events.tl-events-tabs .tabs-nav li a,
.tl-events.tl-events-tabs .tabs-nav li .event-venue,
.tl-events.tl-events-tabs .tabs-nav li .event-venue i {
  color: #fff;
}
.tl-events.tl-events-tabs .tabs-nav li .event-venue {
  padding-bottom: 4px;
  padding-top: 8px;
  position: relative;
  z-index: 9;
}
.tl-events.tl-events-tabs .tabs-nav li .event-name {
  position: relative;
  z-index: 9;
  display: block;
}
.tl-events.tl-events-tabs .tabs-nav li a {
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding: 12px 20px 12px 20px;
  position: relative;
  z-index: 10;
}
.tl-events.tl-events-tabs .tabs-nav li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-color: #6a4e77;
  transition: 0.5s;
  z-index: 1;
}
.tl-events.tl-events-tabs .tabs-nav li a:hover:before,
.tl-events.tl-events-tabs .tabs-nav li a.active:before {
  opacity: 1;
}
.tl-events.tl-events-tabs .events-list {
  width: calc(50% + 28px);
  margin-right: 2px;
}
.tl-events.tl-events-tabs .tabs-panel {
  height: 100%;
  position: relative;
}
.tl-events.tl-events-tabs .event-summary {
  position: absolute;
  margin-bottom: 0;
  z-index: 99;
  padding: 0 30px;
  top: 25px;
  width: 100%;
}
.tl-events.tl-events-tabs .event-summary h3 {
  margin-bottom: 8px;
  margin-top: 0;
}
.tl-events.tl-events-tabs .event-summary h3 a {
  color: #fff;
}
.tl-events.tl-events-tabs .event-summary .event-excerpt {
  font-size: 13px;
  color: #bababa;
}
.tl-events.tl-events-tabs .event-summary .event-single-link {
  margin-top: 15px;
}
.tl-events.tl-events-tabs .tl-event-format {
  margin-top: 0;
  height: 100%;
  padding: 0;
  position: relative;
}
.tl-events.tl-events-tabs .tl-event-format .tl-event-countdown {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.tl-events.tl-events-tabs .tribe-events-single .flip-wrapper {
  margin: 0;
  border-right-width: 0;
}
.tl-events.tl-events-tabs .tribe-events-single .flip-wrapper .inn {
  font-size: 64px;
  min-width: 135px;
  padding: 27px 20px;
}
.tl-events.tl-events-tabs .tribe-events-single .flip-wrapper:last-child {
  border-right-width: 1px;
}
.tl-events.tl-events-tabs .tribe-events-single .flip-clock-label {
  padding: 9px 10px;
}
.tl-events.tl-events-tabs .tribe-events-single .feature-image {
  background-size: cover;
}
.tl-events.tl-events-tabs .single-event-shortcode-url {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.tl-events-masonry .tl-event-sizer,
.tl-events-masonry .event-item {
  width: 25%;
}
.tl-events-masonry .event-width {
  width: 50%;
}
.tl-events-masonry .event-thumbnail a {
  position: relative;
  display: block;
}
.tl-events-masonry .event-thumbnail a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6a4e77;
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
}
.tl-events-masonry .event-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.tl-events-masonry .event-item:hover .event-thumbnail a:before {
  opacity: 0.9;
}
.tl-events-masonry .event-item:hover .event-info {
  bottom: 30px;
  opacity: 1;
}
.tl-events-masonry .event-date {
  display: none;
}
.tl-events-masonry .event-info {
  color: #fff;
  padding: 0 45px;
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: 0.5s;
}
.tl-events-masonry .event-info a {
  color: #fff;
}
.tl-events-masonry i {
  padding-right: 7px;
}
.tl-events-masonry h4 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
.tl-events-masonry .event-venue {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.tl-events-masonry .event-metas .event-meta {
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 30px;
}
.tl-events-masonry .event-metas .event-speaker {
  display: none;
}
.tl-events-grid .events-list {
  margin: 0 -15px;
}
.tl-events-grid .event-item {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.tl-events-grid .event-item:nth-child( 3n+1 ) {
  clear: both;
}
.tl-events-carousel .event-item {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.tl-events-carousel h4 {
  font-size: 18px;
}
.tl-events-carousel .event-thumbnail {
  min-width: 50%;
}
.tl-events-carousel .event-venue {
  padding-bottom: 20px;
}
.tl-events-carousel .event-summary {
  margin-bottom: 20px;
}
.tl-events-carousel .event-metas .event-speaker {
  display: none;
}
.tl-events-carousel .event-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.tl-events-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.tl-weekly-schedule h3 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 20px;
  background-color: #efefef;
}
.tl-weekly-schedule ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tl-weekly-schedule ul li {
  padding: 13px 40px;
}
.tl-weekly-schedule ul li:nth-child(even) {
  background-color: #f6f6f6;
}
.tl-weekly-schedule ul .act-time {
  float: right;
}
.tl-gallery ul.nav-filter {
  list-style: none;
  padding-left: 0;
  margin: 0 0 60px;
  display: flex;
  justify-content: center;
}
.tl-gallery ul.nav-filter li {
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
  background-color: #f6f6f6;
  padding: 11px 20px;
  color: #000;
  transition: 0.5s;
}
.tl-gallery ul.nav-filter li:last-child {
  margin-right: 0;
}
.tl-gallery ul.nav-filter li.active,
.tl-gallery ul.nav-filter li:hover {
  color: #fff;
  background-color: #6a4e77;
}
.tl-gallery .tl-image-gallery {
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.tl-gallery .tl-image-gallery a {
  display: block;
  position: relative;
}
.tl-gallery .tl-image-gallery a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #6a4e77;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.tl-gallery .tl-image-gallery .plus {
  display: block;
  position: absolute;
  width: 59px;
  height: 59px;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  opacity: 0;
  z-index: 9;
  transition: 0.5s;
}
.tl-gallery .tl-image-gallery .plus:before,
.tl-gallery .tl-image-gallery .plus:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
}
.tl-gallery .tl-image-gallery .plus:before {
  width: 4px;
  height: 100%;
}
.tl-gallery .tl-image-gallery .plus:after {
  width: 100%;
  height: 4px;
}
.tl-gallery .tl-image-gallery h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 9;
  transition: 0.5s;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.tl-gallery .tl-image-gallery img {
  transition: 0.5s;
}
.tl-gallery .tl-image-gallery.col-8 {
  width: 12.5%;
  float: left;
}
.tl-gallery .tl-image-gallery.col-8 .plus {
  width: 50px;
  height: 50px;
}
.tl-gallery .tl-image-gallery:hover h3 {
  bottom: 25%;
  opacity: 1;
}
.tl-gallery .tl-image-gallery:hover .plus {
  top: 25%;
  opacity: 1;
}
.tl-gallery .tl-image-gallery:hover a:before {
  opacity: 0.9;
}
.tl-gallery .tl-image-gallery:hover img {
  transform: scale(1.05);
}
.tl-gallery .tl-image-gallery.no-title .plus {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(2);
}
.tl-gallery .tl-image-gallery.no-title:hover .plus {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.tl-twitter-feeds {
  text-align: center;
}
.tl-twitter-feeds > i {
  color: #6a4e77;
  font-size: 63px;
}
.tl-twitter-feeds .tweets-list {
  margin-top: 45px;
}
.tl-twitter-feeds .tweet-item {
  font-size: 18px;
  padding: 0 10%;
}
.tl-twitter-feeds .tweet-item a {
  color: #6a4e77;
}
.tl-twitter-feeds .tweet-item span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.tl-twitter-feeds .owl-dots {
  margin-top: 30px;
}
.tl-twitter-feeds .owl-nav div {
  top: 30%;
}
.tl-twitter-feeds .owl-nav div i {
  padding-left: 0;
}
.tl-time-table .table-header,
.tl-time-table .table-content {
  margin: 0;
  padding-left: 5px;
}
.tl-time-table h5 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.tl-time-table .table-header {
  background-color: #f6f6f6;
  padding-top: 22px;
  padding-bottom: 22px;
}
.tl-time-table .table-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tl-time-table .table-content:nth-child(even) {
  background-color: #f8f8f8;
}
.tl-time-table .timeline {
  text-transform: none;
}
.tl-time-table .taalem-list,
.tl-time-table .assessment-content {
  font-size: 12px;
}
.tl-empty-space .tl_empty_space_md,
.tl-empty-space .tl_empty_space_xs {
  display: none;
}
.tl-course-categories .tl-category {
  margin-bottom: 30px;
}
.tl-course-categories .cat-no-image .tl-cat-box .cat-info {
  padding: 45px 0 43px;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
  width: 100%;
}
.tl-course-categories .cat-no-image .tl-cat-box .tl-icon {
  margin-bottom: 0;
  transform: translateY(0);
}
.tl-course-categories .cat-no-image .tl-cat-box:hover .cat-name {
  opacity: 0;
}
.tl-course-categories .cat-no-image .tl-cat-box:hover .course-subname {
  margin-top: 0;
}
.tl-course-categories .cat-no-image.cat-no-subname .tl-cat-box .tl-icon {
  margin-bottom: 17px;
}
.tl-course-categories .cat-no-image.cat-no-subname .tl-cat-box:hover .cat-name {
  opacity: 1;
}
.tl-course-categories .cat-no-subname .tl-cat-box .tl-icon,
.tl-course-categories .cat-no-subname .tl-cat-box .cat-name {
  transform: translateY(0);
}
.tl-course-categories .tl-cat-box {
  position: relative;
  overflow: hidden;
}
.tl-course-categories .tl-cat-box .btn-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.tl-course-categories .tl-cat-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  z-index: 2;
}
.tl-course-categories .tl-cat-box .cat-info {
  position: absolute;
  z-index: 5;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  padding: 0 10px;
}
.tl-course-categories .tl-cat-box .tl-icon,
.tl-course-categories .tl-cat-box .cat-name {
  transform: translateY(15px);
  transition: 0.5s;
}
.tl-course-categories .tl-cat-box .tl-icon {
  display: block;
  color: #bababa;
  transition: 0.5s;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 17px;
}
.tl-course-categories .tl-cat-box .cat-name {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  white-space: pre-line;
}
.tl-course-categories .tl-cat-box .course-subname {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.5s;
}
.tl-course-categories .tl-cat-box:hover:before {
  background-color: #6a4e77;
  opacity: 0.9;
}
.tl-course-categories .tl-cat-box:hover .tl-icon {
  color: #fff;
}
.tl-course-categories .tl-cat-box:hover .cat-name,
.tl-course-categories .tl-cat-box:hover .tl-icon {
  transform: translateY(0);
}
.tl-course-categories .tl-cat-box:hover .course-subname {
  opacity: 1;
  margin-top: 15px;
}
.tl-course-categories.categories-grid .tl-category:nth-child(4n+1) {
  clear: both;
}
.tl-course-categories.categories-masonry .tl-cat-sizer,
.tl-course-categories.categories-masonry .tl-category {
  width: 25%;
  float: left;
}
.tl-course-categories.categories-masonry .tl-cat-width {
  width: 50%;
}
.tl-course-categories.categories-masonry .tl-category {
  padding-left: 15px;
  padding-right: 15px;
}
.tl-course-categories-1 .tl-category {
  margin-bottom: 0;
  height: 100%;
}
.tl-course-categories-1 .tl-cat-box {
  height: 100%;
}
.tl-course-categories-1 .cat-no-image .tl-cat-box:before {
  background-color: rgba(255, 255, 255, 0.2);
  width: 110%;
}
.tl-course-categories-1 .cat-no-image .tl-cat-box:hover:before {
  background-color: #6a4e77;
}
.tl-course-categories-1 .owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.tl-course-categories-1 .owl-nav div {
  background-color: transparent;
  font-size: 51px;
  color: rgba(255, 255, 255, 0.6);
}
.tl-course-categories-1 .owl-nav div:hover {
  color: #fff;
}
.tl-course-categories-1 .owl-nav div:before {
  display: none;
}
.tl-course-categories-1 .owl-nav div i {
  padding: 0;
}
.tl-course-categories-1 .owl-nav .owl-prev {
  left: -38px;
}
.tl-course-categories-1 .owl-nav .owl-next {
  right: -38px;
  text-align: right;
}
.tl-course-categories-1 .owl-dots {
  margin-top: 30px;
}
.tl-course-categories-2 .tl-category {
  margin-bottom: 0;
}
.tl-course-categories-2 .cat-list {
  padding-top: 103px;
}
.tl-course-categories-2 .tl-category {
  margin-bottom: 0;
}
.tl-course-categories-2 .tl-owl-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tl-course-categories-2 .tl-owl-container div {
  transform: translate(0);
  top: 0;
}
.tl-course-categories-2 .tl-owl-container .owl-prev {
  left: auto;
  right: 53px;
}
.tl-course-categories-2 .owl-dots {
  padding: 20px 0;
}
.tl-courses-search-form .search-submit,
.tl-courses-search-form input[type="search"],
.tl-courses-search-form select {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  transition: 0.5s;
}
.tl-courses-search-form input[type="search"],
.tl-courses-search-form select {
  border: 1px solid #ededed;
  padding: 0 22px;
  background-color: transparent;
  outline: 0;
  color: #727272;
}
.tl-courses-search-form input[type="search"]:focus,
.tl-courses-search-form select:focus {
  border-color: #bababa;
}
.tl-courses-search-form select option {
  color: #222;
}
.tl-courses-search-form .search-submit {
  color: rgba(255, 255, 255, 0.8);
  background-color: #6a4e77;
  border: none;
  outline: 0;
}
.tl-courses-search-form .search-submit i {
  padding-right: 7px;
}
.tl-courses-search-form.style-2 div[class*="col-"] {
  width: 100%;
  margin-bottom: 30px;
}
.tl-courses-search-form.style-2 div[class*="col-"]:last-child {
  margin-bottom: 0;
}
.tl-courses-search-form.style-2 .search-submit {
  background-color: #fff;
  color: #222222;
}
.tl-courses-search-form.style-2.form-dark .search-submit {
  background-color: #6a4e77;
  color: #fff;
}
.tl-courses-search-form.style-2.form-light .search-submit {
  color: #222;
}
.tl-courses-search-form.form-light .search-submit,
.tl-courses-search-form.form-light input[type="search"],
.tl-courses-search-form.form-light select {
  color: rgba(255, 255, 255, 0.8);
}
.tl-courses-search-form.form-light input[type="search"],
.tl-courses-search-form.form-light select {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.tl-courses-search-form.form-light input[type="search"]:focus,
.tl-courses-search-form.form-light select:focus {
  border-color: #fff;
}
.tl-courses-search-form.form-light ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8);
}
.tl-courses-search-form.form-light ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
}
.tl-courses-search-form.form-light :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8);
}
.tl-courses-search-form.form-light :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8);
}
.tl-courses-search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727272;
  font-size: 12px;
}
.tl-courses-search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #727272;
  font-size: 12px;
}
.tl-courses-search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #727272;
  font-size: 12px;
}
.tl-courses-search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #727272;
  font-size: 12px;
}
.tl-call-to-action .tl-action-row {
  display: flex;
  align-items: center;
}
.tl-call-to-action .tl-action-img {
  margin-top: -50px;
}
.tl-call-to-action .tl-section-title {
  margin-bottom: 50px;
}
.tl-call-to-action .desc {
  margin-bottom: 55px;
}
.tl-call-to-action.image-right .tl-action-row {
  flex-direction: row-reverse;
}
.tl-call-to-action.image-right .tl-action-img {
  text-align: right;
}
.tl-call-to-action .tl-action-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tl-call-to-action.no-button .desc {
  margin-bottom: 0;
}
.tl-call-to-action.color-light .desc {
  color: #fff;
  font-size: 16px;
}
.tl-newletter {
  padding: 90px 0;
}
.tl-newletter h4 {
  font-size: 21px;
  font-weight: 300;
  margin: 0;
}
.tl-newletter h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.tl-newletter form {
  position: relative;
  margin-top: 10px;
}
.tl-newletter form input[type="email"] {
  font-size: 13px;
  padding-left: 20px;
  padding-right: 50px;
  height: 44px;
  line-height: 44px;
  width: 100%;
  outline: 0;
  border-width: 0 0 1px 0;
  border-color: #dedede;
  border-style: solid;
  transition: 0.5s;
  background-color: transparent;
}
.tl-newletter form input[type="email"]:focus {
  border-color: #ababab;
}
.tl-newletter form:before {
  content: '\f1d8';
  font-family: FontAweSome;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.tl-newletter form input[type="submit"] {
  color: transparent;
  background-color: transparent;
  border: 0;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 20px;
  z-index: 99;
  outline: 0;
}
.tl-newletter form input[type="submit"]:focus {
  outline: 0;
}
.tl-newletter.color-light {
  color: #fff;
}
.tl-newletter.color-light h3,
.tl-newletter.color-light h4 {
  color: #fff;
}
.tl-newletter.color-light form input[type="email"] {
  border-color: rgba(255, 255, 255, 0.3);
}
.tl-newletter.color-light form input[type="email"]:focus {
  border-color: #fff;
}
.tl-newletter.color-light form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.tl-newletter.color-light form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.tl-newletter.color-light form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.tl-newletter.color-light form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
  background-color: transparent;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  border: 1px solid #ededed;
  background-color: #f6f6f6;
  transition: 0.5s;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading a {
  color: #000;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel:hover .vc_tta-panel-heading {
  background-color: #6a4e77;
  border-color: #6a4e77;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading a,
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel:hover .vc_tta-panel-heading a {
  color: #fff;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon-plus,
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-controls-icon-plus {
  background-color: #fff;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon-plus::after,
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-controls-icon-plus::after,
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon-plus::before,
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-controls-icon-plus::before {
  border-color: #6a4e77;
}
.wpb-js-composer div.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel-body {
  border: 1px solid #ededed;
}
.wpb-js-composer div.vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 22px 60px;
}
.wpb-js-composer div.vc_tta .vc_tta-controls-icon {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #6a4e77;
  transition: 0.5s;
}
.wpb-js-composer div.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.wpb-js-composer div.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  border-color: #fff;
  transition: 0.5s;
}
.wpb-js-composer div.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  border-width: 3px 0 0;
  width: 60%;
}
.wpb-js-composer div.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  height: 60%;
  border-width: 0 0 0 3px;
}
.wpb-js-composer div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 60px;
}
.wpb-js-composer .vc_tta-tabs-position-top.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a,
.wpb-js-composer .vc_tta-tabs-position-bottom.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
  color: #727272;
  font-size: 21px;
  background-color: #f6f6f6;
  font-weight: 600;
  width: 70px;
  height: 70px;
  line-height: 40px;
  border-radius: 50%;
}
.wpb-js-composer .vc_tta-tabs-position-top.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover,
.wpb-js-composer .vc_tta-tabs-position-bottom.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover {
  color: #fff;
  background-color: #6a4e77;
}
.wpb-js-composer .vc_tta-tabs-position-top.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta-tabs-position-bottom.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta-tabs-position-top.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-tabs-position-bottom.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  color: #fff;
  background-color: #6a4e77;
}
.wpb-js-composer .vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-panel-body {
  padding: 20px 0;
}
.wpb-js-composer .vc_tta-tabs-position-left.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a,
.wpb-js-composer .vc_tta-tabs-position-right.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
  color: #727272;
  font-size: 15px;
  background-color: #f6f6f6;
  font-weight: 500;
  text-transform: uppercase;
}
.wpb-js-composer .vc_tta-tabs-position-left.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover,
.wpb-js-composer .vc_tta-tabs-position-right.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover {
  color: #fff;
  background-color: #6a4e77;
}
.wpb-js-composer .vc_tta-tabs-position-left.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta-tabs-position-right.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta-tabs-position-left.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-tabs-position-right.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  color: #fff;
  background-color: #6a4e77;
}
.wpb-js-composer .vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-panel-body {
  font-size: 13px;
  padding: 0;
}
.vc_progress_bar.vc_progress-bar-color-custom .vc_single_bar .vc_bar {
  background-color: #6a4e77;
}
.vc_progress_bar .wpb_heading {
  padding: 0;
  margin: 0;
}
.vc_progress_bar.vc-bar-small .vc_single_bar {
  background: #ccc;
}
.vc_progress_bar .vc_general {
  display: flex;
  align-items: center;
}
.vc_progress_bar .vc_general .vc_label {
  color: #222 !important;
  text-shadow: none !important;
  font-weight: 600;
  padding: 0 !important;
  box-shadow: none;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  width: 33.33%;
}
.vc_progress_bar .vc_general .vc_label_units {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-align: right;
  height: 30px;
  line-height: 30px;
  padding-right: 20px;
  position: relative;
  z-index: 99;
}
.vc_progress_bar .vc_general .vc_bar {
  border-radius: 0 !important;
}
.vc_progress_bar div.vc_single_bar {
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 30px;
}
.vc_progress_bar div.vc_single_bar .vc_single_bar {
  background: #e6e6e6;
  box-shadow: none;
  position: relative;
  height: 30px;
  border-radius: 0;
  flex-grow: 1;
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form p {
  margin-bottom: 30px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
  font-size: 12px;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  width: 100%;
  outline: 0;
  border: 1px solid #dedede;
  transition: 0.5s;
  background-color: transparent;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #ababab;
}
.wpcf7-form textarea {
  min-height: 100px;
}
.wpcf7-form .comment {
  float: none;
}
.wpcf7-form .tl-submit {
  text-align: center;
}
.wpcf7-form .wpcf7-submit:not(.btn-secondary) {
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}
.wpcf7-form .wpcf7-submit:not(.btn-secondary):hover,
.wpcf7-form .wpcf7-submit:not(.btn-secondary):focus,
.wpcf7-form .wpcf7-submit:not(.btn-secondary):active,
.wpcf7-form .wpcf7-submit:not(.btn-secondary):active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.wpcf7-form .wpcf7-submit:not(.btn-secondary)[disabled="disabled"] {
  opacity: 0.5;
}
.wpcf7-form .wpcf7-submit:not(.btn-secondary):hover,
.wpcf7-form .wpcf7-submit:not(.btn-secondary):focus,
.wpcf7-form .wpcf7-submit:not(.btn-secondary):active,
.wpcf7-form .wpcf7-submit:not(.btn-secondary):active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.wpcf7-form .wpcf7-submit:not(.btn-secondary)[disabled="disabled"] {
  opacity: 0.5;
}
.wpcf7-form .wpcf7-submit.btn-white {
  border-color: #fff;
  color: #fff;
}
.wpcf7-form .wpcf7-submit.btn-white:hover {
  border-color: #fff;
  color: #fff;
}
.wpcf7-form .btn-full-width .wpcf7-submit {
  width: 100%;
}
.form-light .wpcf7-form input[type="text"],
.form-light .wpcf7-form input[type="email"],
.form-light .wpcf7-form select,
.form-light .wpcf7-form textarea {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.form-light .wpcf7-form input[type="text"]:focus,
.form-light .wpcf7-form input[type="email"]:focus,
.form-light .wpcf7-form select:focus,
.form-light .wpcf7-form textarea:focus {
  border-color: #ffffff;
}
.form-light .wpcf7-form select option {
  background-color: #6a4e77;
}
.form-light .wpcf7-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.form-light .wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.form-light .wpcf7-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.form-light .wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.form-light .wpcf7-form .wpcf7-submit.btn-secondary {
  color: #222222;
  background-color: #fff;
}
.form-light .wpcf7-form .wpcf7-submit:not(.btn-secondary) {
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}
.form-light .wpcf7-form .wpcf7-submit:not(.btn-secondary):hover,
.form-light .wpcf7-form .wpcf7-submit:not(.btn-secondary):focus,
.form-light .wpcf7-form .wpcf7-submit:not(.btn-secondary):active,
.form-light .wpcf7-form .wpcf7-submit:not(.btn-secondary):active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.form-light .wpcf7-form .wpcf7-submit:not(.btn-secondary)[disabled="disabled"] {
  opacity: 0.5;
}
.form-light .wpcf7-form .wpcf7-submit:not(.btn-secondary):hover,
.form-light .wpcf7-form .wpcf7-submit:not(.btn-secondary):focus,
.form-light .wpcf7-form .wpcf7-submit:not(.btn-secondary):active,
.form-light .wpcf7-form .wpcf7-submit:not(.btn-secondary):active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.form-light .wpcf7-form .wpcf7-submit:not(.btn-secondary)[disabled="disabled"] {
  opacity: 0.5;
}
.form-light .wpcf7-form div .wpcf7-submit:not(.btn-secondary) {
  border-color: #fff;
  color: #fff;
}
.form-light .wpcf7-form div .wpcf7-submit:not(.btn-secondary):hover,
.form-light .wpcf7-form div .wpcf7-submit:not(.btn-secondary):focus,
.form-light .wpcf7-form div .wpcf7-submit:not(.btn-secondary):active,
.form-light .wpcf7-form div .wpcf7-submit:not(.btn-secondary):active:focus {
  border-color: #fff;
  color: #fff;
}
.form-light .wpcf7-form div.wpcf7-response-output {
  color: #fff;
}
.taalem-list,
.taalem-list-2,
.taalem-list-3 {
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.taalem-list li,
.taalem-list-2 li,
.taalem-list-3 li {
  padding-bottom: 5px;
}
.taalem-list li:before,
.taalem-list-2 li:before,
.taalem-list-3 li:before {
  content: '\f00c';
  font-family: FontAweSome;
  color: #6a4e77;
  padding-right: 5px;
}
.taalem-list li:last-child,
.taalem-list-2 li:last-child,
.taalem-list-3 li:last-child {
  padding-bottom: 0;
}
.taalem-list-2 li:before {
  content: '\f058';
}
.taalem-list-3 li:before {
  content: '\f14a';
}
/* Owl Carousel Navigation */
.tl-nav-top .owl-nav div {
  transform: translate(0);
  top: -52px;
}
.tl-nav-top .owl-nav .owl-prev {
  left: auto;
  right: 52px;
}
.tl-nav-top .owl-nav .owl-next {
  right: 0;
}
.tl-nav-beside .owl-nav .owl-prev {
  left: -67px;
}
.tl-nav-beside .owl-nav .owl-next {
  right: -67px;
}
.semibold {
  font-weight: 600;
}
.white-color {
  color: #fff;
}
.taalem-vc_title-medium {
  font-size: 21px;
  font-weight: 600;
  color: #6a4e77;
  margin-top: 0;
  margin-bottom: 10px;
}
/**
 * 3.2 - WordPress Elements
 */
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter,
.aligncenter img {
  display: block;
  margin: 1em auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.wp-caption {
  padding: 5px;
  max-width: 100%;
  text-align: center;
}
.wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.wp-caption-text {
  font-size: small;
  margin: 0;
  padding: 5px 0 0;
}
.gallery-caption {
  display: block;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.admin-bar .taalem-modal {
  top: 32px;
}
.taalem-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  overflow: auto;
  backface-visibility: hidden;
  visibility: visible;
  outline: none;
  z-index: -1;
}
.taalem-modal .modal-content {
  transition: opacity 0.5s;
  transition-delay: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.taalem-modal .close-modal {
  line-height: 1;
}
.taalem-modal.open {
  visibility: visible;
  z-index: 9999;
}
.login-modal {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), pointer;
  background-color: rgba(0, 0, 0, 0.7);
}
.login-modal .container {
  width: 100%;
}
.login-modal .tl-tabs {
  cursor: default;
}
.login-modal .learn-press-message {
  margin-bottom: 0;
}
.login-modal .modal-content {
  width: 455px;
  margin: 0 auto;
}
.login-modal .modal-content .col-login {
  width: 100%;
  margin-left: 0;
}
.login-modal .modal-content .lost-password-section {
  display: none;
}
.login-modal .modal-content .form-login-section {
  display: block !important;
}
.login-modal .tabs-content {
  background-color: #fff;
  margin-top: -1px;
}
.login-modal .tabs-content .tabs-panel {
  border: none;
}
.login-modal .modal-footer {
  display: none;
}
.search-modal {
  background-color: rgba(255, 255, 255, 0.96);
}
.search-modal .modal-content {
  transition: none;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 0;
  left: 0;
}
.search-modal .modal-footer {
  transform: translateY(30px);
  transition: all 0.35s ease 0.35s;
  opacity: 0;
  transition-delay: 0.8s;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.search-modal .modal-footer .close-modal {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 70px;
  height: 70px;
  border: 2px solid #bbb;
  border-radius: 50%;
  display: block;
  cursor: pointer;
}
.search-modal .modal-footer .close-modal:after,
.search-modal .modal-footer .close-modal:before {
  height: 1px;
  width: 26px;
  background-color: #bbb;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  transition: 0.5s;
}
.search-modal .modal-footer .close-modal:after {
  transform: rotate(45deg);
}
.search-modal .modal-footer .close-modal:before {
  transform: rotate(135deg);
}
.search-modal .modal-footer .close-modal:hover {
  border-color: #000;
}
.search-modal .modal-footer .close-modal:hover:before,
.search-modal .modal-footer .close-modal:hover:after {
  background-color: #000;
}
.search-modal .modal-title {
  transform: translateY(30px);
  transition: all 0.5s ease 0.5s;
  opacity: 0;
  transition-delay: 0.1s;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 55px;
  margin-top: 0;
  color: #000;
}
.search-modal .search-results {
  transform: translateY(30px);
  transition: all 0.5s ease 0.5s;
  opacity: 0;
  transition-delay: 0.7s;
}
.search-modal .instance-search {
  max-width: 970px;
  margin: 0 auto;
}
.search-modal .course-cats {
  transition: all 0.5s ease 0.5s;
  transform: translateY(30px);
  text-align: center;
  margin-bottom: 55px;
  opacity: 0;
  transition-delay: 0.3s;
}
.search-modal .course-cats label {
  font-weight: 500;
  padding: 0 20px;
  cursor: pointer;
  font-size: 16px;
  color: #727272;
  text-transform: uppercase;
}
.search-modal .course-cats label:first-child {
  padding-left: 0;
}
.search-modal .course-cats label:last-child {
  padding-right: 0;
}
.search-modal .course-cats label span {
  transition: 0.3s;
}
.search-modal .course-cats label span:hover {
  color: #6a4e77;
}
.search-modal .course-cats input {
  display: none;
}
.search-modal .course-cats input:checked + span {
  color: #6a4e77;
}
.search-modal .search-fields {
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
  transform: translateY(30px);
  position: relative;
  padding: 15px;
  border: 1px solid #ddd;
  opacity: 0;
  transition-delay: 0.5s;
}
.search-modal .search-fields .search-field {
  background-color: transparent;
}
.search-modal .search-fields .search-field:focus {
  outline: none;
}
.search-modal .search-fields .search-submit {
  color: #000;
}
.search-modal .search-fields .search-submit:before {
  font-family: FontAweSome;
  font-size: 18px;
  content: "\f002";
}
.search-modal .search-fields .btn-submit,
.search-modal .search-fields .search-submit {
  position: absolute;
  top: 14px;
  right: 15px;
}
.search-modal .search-fields .btn-submit {
  opacity: 0;
  width: 30px;
  padding: 0;
  height: 30px;
  z-index: 10;
}
.search-modal .search-field {
  width: 100%;
  border: 0;
  padding: 0;
}
.search-modal .search-results .learnpress {
  margin: 0 auto;
  max-width: 970px;
}
.search-modal .search-results ul {
  margin: 0;
  padding: 0;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #ccc;
}
.search-modal .search-results ul::-webkit-scrollbar {
  display: none;
}
.search-modal .search-results ul li {
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-top: none;
  list-style: none;
}
.search-modal .search-results ul li:last-child {
  border-bottom: none;
}
.search-modal .search-results ul li .search-item {
  display: flex;
  align-items: center;
  white-space: inherit;
}
.search-modal .search-results ul li .search-item img {
  width: 60px;
  float: left;
  margin-right: 20px;
}
.search-modal .search-results ul li .search-item .title {
  color: #000;
  line-height: 1.3;
}
.search-modal .search-results ul li .search-item:hover .title {
  color: #6a4e77;
}
.search-modal .search-results .loading {
  transition: opacity 0.5s;
  opacity: 0;
  display: none;
  margin-top: 30px;
}
.search-modal .search-results .loading .taalem-loader {
  font-size: 25px;
}
.search-modal .search-results .not-found {
  margin-top: 40px;
}
.search-modal .search-results .woocommerce,
.search-modal .search-results .buttons {
  display: none;
  transition: opacity 0.5s;
}
.search-modal.open .course-cats,
.search-modal.open .search-fields,
.search-modal.open .modal-title,
.search-modal.open .modal-footer,
.search-modal.open .search-results {
  transform: translateY(0);
  opacity: 1;
}
.search-modal.searching .loading {
  opacity: 1;
  display: block;
}
.search-modal.searched.searching .learnpress,
.search-modal.searched.searching .buttons {
  opacity: 0;
  visibility: hidden;
}
.search-modal.searched.found-no-course .buttons {
  opacity: 0;
  visibility: hidden;
}
.search-modal.invalid-length .learnpress,
.search-modal.invalid-length .buttons {
  opacity: 0;
  visibility: hidden;
}
.taalem-off-canvas-panel {
  width: 310px;
  background-color: #fff;
  position: fixed;
  right: -310px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  color: #aaa;
  z-index: 9995;
  transition: transform 0.25s ease;
}
.taalem-off-canvas-panel.open {
  transform: translate3d(-310px, 0, 0);
}
.taalem-off-canvas-panel .widget-panel-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 50px 50px 45px;
  z-index: 10;
}
.taalem-off-canvas-panel .widget-canvas-content {
  height: 100%;
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.taalem-off-canvas-panel .widget-panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
}
.taalem-off-canvas-panel .widget-canvas-content::-webkit-scrollbar {
  display: none;
}
.taalem-off-canvas-panel .close-canvas-panel {
  font-size: 24px;
  color: #999;
}
.taalem-off-canvas-panel .close-canvas-panel:hover {
  color: #000;
}
.admin-bar .taalem-off-canvas-panel {
  top: 32px;
}
.taalem-off-canvas-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9990;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), pointer;
}
.open-canvas-panel .taalem-off-canvas-layer {
  display: block;
}
.tl-categories-panel .widget-canvas-header {
  background-color: #6a4e77;
  padding: 15px 20px;
}
.tl-categories-panel .widget-canvas-header .panel-title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.tl-categories-panel .widget-canvas-content {
  padding-bottom: 50px;
}
.tl-categories-panel .widget-canvas-content ul {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.tl-categories-panel .widget-canvas-content ul li {
  list-style: none;
  padding: 10px 0;
}
.tl-categories-panel .widget-canvas-content ul li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 35px;
  min-height: 170px;
}
.tl-categories-panel .widget-canvas-content ul li h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  white-space: pre-line;
}
.tl-categories-panel .widget-canvas-content ul li span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.tl-categories-panel .widget-canvas-content ul li.text-dark h2,
.tl-categories-panel .widget-canvas-content ul li.text-dark span {
  color: #000;
}
.primary-mobile-nav {
  width: 475px;
  background-color: #fff;
  position: fixed;
  left: -475px;
  top: 0;
  overflow: auto;
  height: 100%;
  color: #aaa;
  z-index: 9995;
  transition: transform 0.25s ease;
}
.primary-mobile-nav .close-canvas-mobile-panel {
  font-size: 24px;
  color: #000;
}
.primary-mobile-nav.open {
  transform: translate3d(475px, 0, 0);
}
.primary-mobile-nav .mobile-nav-content {
  padding: 30px;
}
.primary-mobile-nav .instance-search {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  margin-top: 50px;
}
.primary-mobile-nav .instance-search .search-field {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #666;
}
.primary-mobile-nav .instance-search .t-icon,
.primary-mobile-nav .instance-search .btn-submit {
  position: absolute;
  top: 7px;
  right: 0;
  color: #666;
  font-size: 16px;
}
.primary-mobile-nav .instance-search .btn-submit {
  opacity: 0;
  right: -10px;
  top: 0;
}
.primary-mobile-nav .instance-search .t-icon {
  font-size: 16px;
}
.primary-mobile-nav ul.menu {
  padding: 0;
}
.primary-mobile-nav ul.menu li {
  list-style: none;
  margin-bottom: 0;
}
.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children {
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.primary-mobile-nav ul.menu li > a {
  color: #999;
  position: relative;
}
.primary-mobile-nav ul.menu li > a:hover {
  color: #000;
}
.primary-mobile-nav ul.menu li.active > a > .toggle-menu-children i:before {
  content: "\e937";
}
.primary-mobile-nav ul.menu li.active > a {
  color: #000;
}
.primary-mobile-nav ul.menu li.current_page_parent > a,
.primary-mobile-nav ul.menu li.current-menu-item > a,
.primary-mobile-nav ul.menu li.current-menu-ancestor > a,
.primary-mobile-nav ul.menu li.current-menu-parent > a {
  color: #000;
}
.primary-mobile-nav ul.menu ul {
  padding-left: 15px;
  display: none;
  padding-top: 10px;
}
.primary-mobile-nav ul.menu ul li {
  padding: 8px 0;
}
.primary-mobile-nav ul.menu ul li a {
  font-size: 14px;
  display: block;
}
.primary-mobile-nav ul.menu > li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0 14px;
}
.primary-mobile-nav ul.menu > li > a {
  font-size: 16px;
  display: block;
  padding-right: 20px;
}
.primary-mobile-nav .mobile-nav-footer {
  margin-top: 30px;
}
.primary-mobile-nav .mobile-nav-footer ul > li > .current,
.primary-mobile-nav .mobile-nav-footer ul > li > a {
  color: #000;
  font-size: 16px;
  display: block;
  padding-right: 0;
}
.primary-mobile-nav .mobile-nav-footer ul .t-icon,
.primary-mobile-nav .mobile-nav-footer ul .i-icon {
  float: right;
  margin-top: 2px;
  color: #000;
  font-size: 16px;
}
.primary-mobile-nav .mobile-nav-footer ul ul a {
  color: #999;
}
.admin-bar .primary-mobile-nav {
  top: 46px;
}
/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/
.topbar {
  padding: 18px 0 8px;
  color: #222;
}
.topbar .topbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topbar .topbar-widget {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.topbar .topbar-widget .widget {
  margin-bottom: 10px;
  margin-right: 25px;
  font-size: 13px;
  font-weight: 500;
}
.topbar .topbar-widget .widget > .textwidget {
  border: none;
  padding: 0;
}
.topbar .topbar-widget .widget .widget-title {
  display: none;
}
.topbar .topbar-widget .widget ul {
  border: none;
}
.topbar .topbar-widget .widget ul li {
  font-size: 13px;
  font-weight: 500;
  border: none;
  padding: 0 5px;
  display: inline-block;
}
.topbar .topbar-widget .widget ul li a:hover {
  color: #222;
}
.topbar .topbar-widget .widget ul .sub-menu {
  display: none;
}
.topbar .topbar-widget .tl-account-widget > ul ul li {
  display: block;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 0 20px;
  font-weight: 400;
}
.topbar .topbar-widget .tl-account-widget > ul ul li:first-child {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.topbar .topbar-widget .tl-account-widget > ul ul li:last-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.topbar .topbar-widget .textwidget {
  margin-top: 0;
}
.topbar .topbar-widget .widget_text p {
  margin-bottom: 0;
}
.topbar .topbar-widget .widget_text i {
  padding-right: 10px;
  font-size: 14px;
}
.topbar .topbar-widget .widget_text a {
  color: #222;
}
.topbar .widget_search .search-form {
  border: none;
  padding: 0;
}
.topbar .widget_search .search-form .search-field {
  border: none;
  border-bottom: 1px solid #fff;
  height: 20px;
  padding-bottom: 5px;
  padding-left: 0;
}
.topbar .widget_search .search-form .search-submit {
  width: auto;
  height: 26px;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.topbar .social-links-widget .social-links-list a {
  color: #222;
}
.topbar .topbar-2 {
  justify-content: flex-end;
}
.topbar .topbar-2 .widget:last-child {
  margin-right: 0;
}
.topbar.text-light {
  color: #fff;
}
.topbar.text-light .widget_text a {
  color: #fff;
}
.topbar.text-light a {
  color: #fff;
}
.topbar.text-light .widget ul li {
  color: #fff;
}
.topbar.text-light .widget ul li a:hover {
  color: #fff;
}
.topbar.text-light .widget_search .search-form ::-webkit-input-placeholder {
  color: #fff;
}
.topbar.text-light .widget_search .search-form :-moz-placeholder {
  color: #fff;
}
.topbar.text-light .widget_search .search-form ::-moz-placeholder {
  color: #fff;
}
.topbar.text-light .widget_search .search-form :-ms-input-placeholder {
  color: #fff;
}
.topbar.text-light .social-links-widget .social-links-list a {
  color: #fff;
}
.topbar.text-light .tl-account-widget > ul ul li a {
  color: #727272;
}
.topbar.text-light .tl-account-widget > ul ul li a:hover {
  color: #000;
}
.topbar.text-light #lang_sel a.lang_sel_sel,
.topbar.text-light #lang_sel > ul > li > a:after {
  color: #fff;
}
.topbar.text-center .topbar-content {
  justify-content: center;
}
.site-header .site-title,
.site-header .site-description {
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.site-header .logo {
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.site-header .navbar-toggle {
  display: none;
  font-size: 26px;
  color: #000;
  line-height: 1;
}
.site-header .primary-nav {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .primary-nav > ul.menu {
  position: relative;
}
.site-header .primary-nav > ul.menu > li {
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.site-header .primary-nav > ul.menu > li.last-child {
  padding-right: 0;
}
.site-header .primary-nav > ul.menu > li:first-child {
  padding-left: 0;
}
.site-header .primary-nav > ul.menu > li.tl-active-menu {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #6a4e77;
  padding: 0;
  z-index: -1;
}
.site-header .primary-nav > ul.menu > li > a {
  line-height: 1;
  position: relative;
  color: #000;
  font-weight: 600;
}
.site-header ul.menu {
  padding-top: 30px;
}
.site-header .menu-extras {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.site-header .menu-extras .extra-menu-item {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}
.site-header .menu-extras .extra-menu-item > a {
  color: #000;
}
.site-header .menu-extras .extra-menu-item .t-icon {
  font-size: 16px;
  color: #000;
}
.site-header .menu-extras .extra-menu-item:last-child {
  padding-right: 0;
}
.site-header .menu-extras .menu-item-account .user {
  padding-left: 10px;
}
.site-header .menu-extras .menu-item-account.hide-user-name {
  position: static;
}
.site-header .menu-extras .menu-item-account.hide-user-name .user {
  display: none;
}
.site-header .menu-extras .menu-item-account > ul {
  border: none;
  background-color: transparent;
  left: 0;
  padding-bottom: 0;
  padding-top: 21px;
  width: 100px;
}
.site-header .menu-extras .menu-item-account > ul.align-right {
  right: 0;
  left: auto;
}
.site-header .menu-extras .menu-item-account > ul > li {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  border-top: none;
  padding-left: 20px;
  padding-right: 20px;
}
.site-header .menu-extras .menu-item-account > ul > li:first-child {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.site-header .menu-extras .menu-item-account > ul > li:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.site-header .menu-extras .menu-item-socials {
  padding-right: 20px;
}
.site-header .menu-extras .menu-item-socials:last-child {
  padding-right: 0;
}
.site-header .menu-extras .menu-item-cart .cart-contents {
  position: relative;
  transition: none;
}
.site-header .menu-extras .menu-item-cart .cart-contents .mini-cart-counter {
  position: absolute;
  top: -10px;
  padding: 0 5px;
  height: 15px;
  min-width: 15px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  border-radius: 50%;
  right: -10px;
  background-color: #6a4e77;
  display: block;
  font-weight: 500;
  font-size: 10px;
}
.site-header .socials a {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  color: #000;
}
.header-layout-2 .site-header .primary-nav,
.header-layout-3 .site-header .primary-nav {
  justify-content: space-between;
}
.header-layout-2 .site-header .navbar-toggle,
.header-layout-3 .site-header .navbar-toggle {
  color: #fff;
}
.header-layout-2 .site-header .header-top .row-col,
.header-layout-3 .site-header .header-top .row-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-layout-2 .site-header .header-info,
.header-layout-3 .site-header .header-info {
  margin: 0;
  padding: 0;
  float: right;
}
.header-layout-2 .site-header .header-info li,
.header-layout-3 .site-header .header-info li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 20px;
  float: left;
}
.header-layout-2 .site-header .header-info li:last-child,
.header-layout-3 .site-header .header-info li:last-child {
  margin-right: 0;
}
.header-layout-2 .site-header .header-info li .i-icon,
.header-layout-3 .site-header .header-info li .i-icon {
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 28px;
  color: #6a4e77;
  border: 2px solid #6a4e77;
  margin-right: 10px;
}
.header-layout-2 .site-header .header-info li .info,
.header-layout-3 .site-header .header-info li .info {
  margin-bottom: 0;
  line-height: 1.3;
}
.header-layout-2 .site-header .header-info li .info span,
.header-layout-3 .site-header .header-info li .info span {
  display: block;
}
.header-layout-2 .site-header .header-main,
.header-layout-3 .site-header .header-main {
  position: relative;
}
.header-layout-2 .site-header .header-main:before,
.header-layout-3 .site-header .header-main:before {
  background-color: #6a4e77;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  transition: 0.5s;
}
.header-layout-2 .site-header .primary-nav > ul.menu > li > a,
.header-layout-3 .site-header .primary-nav > ul.menu > li > a {
  color: #fff;
}
.header-layout-2 .site-header .primary-nav > ul.menu > li:first-child,
.header-layout-3 .site-header .primary-nav > ul.menu > li:first-child {
  padding-left: 0;
}
.header-layout-2 .site-header .primary-nav > ul.menu > li:first-child > a,
.header-layout-3 .site-header .primary-nav > ul.menu > li:first-child > a {
  padding-left: 0;
}
.header-layout-2 .site-header .primary-nav > ul.menu > li.tl-active-menu,
.header-layout-3 .site-header .primary-nav > ul.menu > li.tl-active-menu {
  background-color: #fff;
}
.header-layout-2 .site-header .menu-extras .extra-menu-item,
.header-layout-3 .site-header .menu-extras .extra-menu-item {
  padding-left: 10px;
  padding-right: 10px;
}
.header-layout-2 .site-header .menu-extras .extra-menu-item:first-child,
.header-layout-3 .site-header .menu-extras .extra-menu-item:first-child {
  padding-left: 0;
}
.header-layout-2 .site-header .menu-extras .extra-menu-item:last-child,
.header-layout-3 .site-header .menu-extras .extra-menu-item:last-child {
  padding-right: 0;
}
.header-layout-2 .site-header .menu-extras .extra-menu-item .t-icon,
.header-layout-3 .site-header .menu-extras .extra-menu-item .t-icon,
.header-layout-2 .site-header .menu-extras .extra-menu-item > a,
.header-layout-3 .site-header .menu-extras .extra-menu-item > a {
  color: #fff;
}
.header-layout-2 .site-header .menu-extras .extra-menu-item .t-icon,
.header-layout-3 .site-header .menu-extras .extra-menu-item .t-icon {
  font-size: 14px;
}
.header-layout-2 .site-header .menu-extras .menu-item-cart .cart-contents .mini-cart-counter,
.header-layout-3 .site-header .menu-extras .menu-item-cart .cart-contents .mini-cart-counter {
  background-color: #fff;
  color: #000;
}
.header-layout-2 .site-header .menu-extras .menu-item-categories .t-icon,
.header-layout-3 .site-header .menu-extras .menu-item-categories .t-icon {
  padding-right: 5px;
}
.header-layout-2 .site-header .menu-extras .socials a,
.header-layout-3 .site-header .menu-extras .socials a {
  color: #fff;
}
.header-layout-3 .site-header ul.menu {
  padding-top: 17px;
}
.header-layout-3 .site-header ul.menu > li {
  padding-bottom: 17px;
}
.header-layout-3 .site-header ul.menu > li.tl-active-menu {
  height: 2px;
}
.header-layout-3 .site-header .menu-extras .menu-item-account > ul {
  border-top: 0;
  padding-top: 7px;
}
.header-layout-4 .site-header .primary-nav {
  justify-content: space-between;
}
.header-layout-4 .site-header ul.menu > li.tl-active-menu {
  bottom: 25px;
}
.header-layout-5 .site-header ul.menu > li.tl-active-menu {
  bottom: 20px;
  height: 2px;
}
.header-transparent .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-transparent .site-header .menu-extras .extra-menu-item > a {
  color: #fff;
}
.header-transparent .navbar-toggle {
  color: #fff;
}
.header-transparent.admin-bar .site-header {
  top: 32px;
}
.header-transparent.header-layout-1 .header-main {
  position: relative;
}
.header-transparent.header-layout-1 .header-main:before {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  transition: 0.5s;
}
.header-transparent.header-layout-1 .site-header .primary-nav > ul.menu > li > a,
.header-transparent.header-layout-1 .site-header .menu-extras .extra-menu-item .t-icon {
  color: #fff;
}
.header-transparent.header-layout-1 .site-header .primary-nav > ul.menu > li.tl-active-menu {
  z-index: 1;
}
.header-transparent.header-layout-2 .site-header .header-top,
.header-transparent.header-layout-3 .site-header .header-top {
  position: relative;
  color: #fff;
}
.header-transparent.header-layout-2 .site-header .header-top:before,
.header-transparent.header-layout-3 .site-header .header-top:before {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.header-transparent.header-layout-2 .site-header .header-main:before,
.header-transparent.header-layout-3 .site-header .header-main:before {
  display: none;
}
.header-transparent.header-layout-2 .site-header .primary-nav > ul.menu,
.header-transparent.header-layout-3 .site-header .primary-nav > ul.menu {
  padding-top: 17px;
}
.header-transparent.header-layout-2 .site-header .primary-nav > ul.menu > li,
.header-transparent.header-layout-3 .site-header .primary-nav > ul.menu > li {
  padding-bottom: 17px;
}
.header-transparent.header-layout-2 .site-header .primary-nav > ul.menu > li.tl-active-menu,
.header-transparent.header-layout-3 .site-header .primary-nav > ul.menu > li.tl-active-menu {
  padding-bottom: 0;
  height: 3px;
  background-color: #6a4e77;
}
.header-transparent.header-layout-4 .topbar,
.header-transparent.header-layout-5 .topbar {
  position: relative;
}
.header-transparent.header-layout-4 .topbar:before,
.header-transparent.header-layout-5 .topbar:before {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.header-transparent.header-layout-4 .site-header .primary-nav > ul.menu > li > a,
.header-transparent.header-layout-5 .site-header .primary-nav > ul.menu > li > a {
  color: #fff;
}
.header-transparent.header-layout-4 .site-header .menu-extras .extra-menu-item > a,
.header-transparent.header-layout-5 .site-header .menu-extras .extra-menu-item > a,
.header-transparent.header-layout-4 .site-header .menu-extras .extra-menu-item .t-icon,
.header-transparent.header-layout-5 .site-header .menu-extras .extra-menu-item .t-icon,
.header-transparent.header-layout-4 .site-header .menu-extras .extra-menu-item .socials a,
.header-transparent.header-layout-5 .site-header .menu-extras .extra-menu-item .socials a {
  color: #fff;
}
.header-transparent.header-layout-6 .topbar {
  position: relative;
}
.header-transparent.header-layout-6 .topbar:before {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.header-transparent.header-layout-6 .site-header .primary-nav > ul.menu > li > a {
  color: #fff;
}
.header-transparent.header-layout-6 .site-header .menu-extras .extra-menu-item > a,
.header-transparent.header-layout-6 .site-header .menu-extras .extra-menu-item .t-icon {
  color: #fff;
}
.header-transparent.header-layout-6 .site-header .header-info li {
  color: #fff;
}
.header-transparent.header-layout-6 .site-header .socials a {
  color: #fff;
}
.sticky-header .header-sticky-sep {
  height: 82px;
}
.sticky-header .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  transition: top 0.5s;
}
.sticky-header .site-header .primary-nav > ul.menu,
.sticky-header .site-header .primary-nav > ul.menu > li,
.sticky-header .site-header .menu-extras .menu-item-account > ul {
  transition: padding 0.5s;
}
.sticky-header .site-header.minimized .primary-nav > ul.menu {
  padding-top: 20px;
}
.sticky-header .site-header.minimized .primary-nav > ul.menu > li {
  padding-bottom: 22px;
}
.sticky-header .site-header.minimized .primary-nav > ul.menu > li.tl-active-menu {
  padding-bottom: 0;
}
.sticky-header .site-header.minimized .menu-extras .menu-item-account > ul {
  padding-top: 11px;
}
.sticky-header.has-topbar .header-sticky-sep {
  height: 138px;
}
.sticky-header.admin-bar .site-header {
  top: 32px;
}
.sticky-header.header-layout-1 .site-header .header-main:before,
.sticky-header.header-layout-4 .site-header .header-main:before,
.sticky-header.header-layout-5 .site-header .header-main:before {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  transition: 0.5s;
}
.sticky-header.header-layout-1 .site-header .logo,
.sticky-header.header-layout-4 .site-header .logo,
.sticky-header.header-layout-5 .site-header .logo {
  transition: min-height 0.5s;
}
.sticky-header.header-layout-1 .site-header.minimized .header-main:before,
.sticky-header.header-layout-4 .site-header.minimized .header-main:before,
.sticky-header.header-layout-5 .site-header.minimized .header-main:before {
  box-shadow: 0 1px 1px 0 #fbfbfb;
}
.sticky-header.header-layout-1 .site-header.minimized .logo,
.sticky-header.header-layout-4 .site-header.minimized .logo,
.sticky-header.header-layout-5 .site-header.minimized .logo {
  min-height: 64px;
}
.sticky-header.header-layout-4 .site-header.minimized ul.menu > li.tl-active-menu {
  bottom: 15px;
}
.sticky-header.header-layout-2 .header-sticky-sep {
  height: 164px;
}
.sticky-header.header-layout-2 .header-top {
  background-color: #fff;
}
.sticky-header.header-layout-2.has-topbar .header-sticky-sep {
  height: 220px;
}
.sticky-header.header-layout-3 .header-sticky-sep {
  height: 138px;
}
.sticky-header.header-layout-3 .header-top {
  background-color: #fff;
}
.sticky-header.header-layout-3.has-topbar .header-sticky-sep {
  height: 194px;
}
.sticky-header.header-transparent .site-header .header-main,
.sticky-header.header-transparent .site-header .header-main:before {
  background-color: transparent;
}
.sticky-header.header-transparent .site-header.minimized .header-main:before {
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  box-shadow: none;
}
.sticky-header.header-transparent .header-top {
  background-color: transparent;
}
.page-header {
  border-bottom: none;
  margin: 0;
  background-color: #edecf0;
  padding: 0;
}
.page-header .page-header-content {
  padding: 140px 0 130px;
  position: relative;
}
.page-header .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
}
.page-header .featured-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.page-header.parallax .featured-image {
  background-attachment: fixed;
}
.page-header h1,
.page-header h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.page-header .breadcrumbs {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
}
.page-header .breadcrumbs a {
  color: #000;
}
.page-header .breadcrumbs .home-icon {
  color: #6a4e77;
  padding-right: 8px;
}
.page-header .breadcrumbs .sep {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 10px;
}
.page-header.has-image {
  color: #fff;
  background-color: transparent;
}
.page-header.has-image h1,
.page-header.has-image h2 {
  color: #fff;
}
.page-header.has-image .breadcrumbs {
  color: #fff;
}
.page-header.has-image .breadcrumbs a {
  color: #fff;
}
.page-header.hide-title h1,
.page-header.hide-title h2 {
  line-height: 0;
  text-indent: -9999px;
}
.page-header.layout-2 {
  text-align: center;
}
.page-header.layout-2.has-image .breadcrumbs {
  color: #bababa;
}
.page-header .page-header-breadcrumbs {
  background-color: #f6f6f6;
  padding: 15px 0 14px;
  margin: 0;
}
.page-header .page-header-breadcrumbs .breadcrumbs {
  margin: 0;
  color: #727272;
  font-weight: 500;
}
.page-header .page-header-breadcrumbs .breadcrumbs a {
  color: #000;
}
.page-header.layout-3 .page-header-content {
  padding: 120px 0;
}
.single-post .page-header h1 {
  font-size: 36px;
}
/*--------------------------------------------------------------
5.0 - Navigations
--------------------------------------------------------------*/
.nav a {
  color: #727272;
  font-size: 14px;
  display: inline-block;
  position: relative;
}
.nav a:hover {
  text-decoration: none;
  color: #000;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav ul ul {
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  left: 0;
  top: 110%;
  width: auto;
  min-width: 200px;
  border: 1px solid #ccc;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  padding: 15px 0;
  transform: scaleX(0);
  display: block;
  border-radius: 0;
  box-shadow: none;
}
.nav ul ul ul {
  transition: left 0.3s ease 0s, opacity 0.3s;
  left: 110%;
  top: 0;
  box-shadow: none;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.nav li {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  margin: 0;
}
.nav li:hover > ul {
  opacity: 1;
  z-index: 9999;
  top: 100%;
  transform: scaleX(1);
}
.nav li li {
  text-align: left;
  display: block;
  padding: 0 20px;
}
.nav li li a {
  color: #727272;
  font-size: 14px;
  padding: 10px 0;
  text-transform: none;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  background-color: transparent;
  white-space: nowrap;
  line-height: 1;
}
.nav li li a .items-badge {
  position: absolute;
  right: 0;
  top: 8px;
}
.nav li li a .items-badge > span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin-left: 10px;
}
.nav li li a .items-badge > span:last-child {
  opacity: 1;
}
.nav li li a:hover {
  color: #000;
  background-color: transparent;
}
.nav li li:hover > ul {
  top: -10px;
  left: 100%;
}
.nav li li:hover > ul li a:hover:before {
  left: -30px;
}
.nav li li:first-child > a {
  border-top-width: 0;
}
.nav .menu {
  position: relative;
}
.nav .menu .is-mega-menu {
  position: static;
}
.nav .menu .is-mega-menu:hover .dropdown-submenu {
  transform: translateX(-50%) scale(1);
}
.nav .menu .is-mega-menu:hover.align-right .dropdown-submenu {
  transform: scale(1);
}
.nav .menu .is-mega-menu:hover.align-left .dropdown-submenu {
  transform: scale(1);
}
.nav .menu .is-mega-menu.align-right {
  position: static;
}
.nav .menu .is-mega-menu.align-right .dropdown-submenu {
  left: auto;
  right: 0;
  transform: scale(0);
}
.nav .menu .is-mega-menu.align-left {
  position: static;
}
.nav .menu .is-mega-menu.align-left .dropdown-submenu {
  left: 0;
  transform: scale(0);
}
.nav .menu .is-mega-menu .dropdown-submenu {
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 100%;
  padding: 0;
}
.nav .menu .is-mega-menu .dropdown-submenu > li {
  padding: 0;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-content {
  padding: 25px 30px;
}
.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a {
  color: #000;
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
  font-weight: 500;
}
.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a.hide-text {
  display: none;
}
.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a.invisible-text {
  visibility: hidden;
}
.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu {
  background-color: transparent;
}
.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu .sub-menu {
  margin-left: 10px;
  padding-bottom: 0;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu {
  position: static;
  transform: scaleX(1);
  opacity: 1;
  width: 100%;
  border: none;
  z-index: 9999;
  min-width: inherit;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li {
  padding: 0;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li:first-child > a {
  padding-top: 0;
}
.nav .menu .is-mega-menu:hover .mega-menu-container {
  opacity: 1;
  top: 100%;
  z-index: 9999;
  transform: scaleX(1);
}
.nav .menu .is-mega-menu .sub-menu {
  transform: scaleX(1);
}
.nav .menu .hot-badge,
.nav .menu .new-badge,
.nav .menu .trending-badge {
  font-size: 12px;
  color: #cc3333;
  font-weight: 500;
  background-color: transparent;
}
.nav .menu .hot-badge {
  color: #f08a47;
}
.nav .menu .trending-badge {
  color: #0099cc;
}
/*--------------------------------------------------------------
6.0 - Content
--------------------------------------------------------------*/
/**
 * 6.1 Posts and Pages
 */
.site-content {
  padding-top: 60px;
  padding-bottom: 100px;
}
.sidebar-content .content-area {
  float: right;
}
.page-template-template-homepage .site-content,
.page-template-template-full-width .site-content,
.page-template-template-coming-soon .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.tl-blog-toolbar {
  color: #000;
  font-weight: 400;
  padding: 20px 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ededed;
}
.tl-blog-toolbar span {
  font-weight: 600;
}
.tl-blog-toolbar .post-found {
  float: left;
  line-height: 40px;
}
.tl-blog-toolbar .blog-view {
  float: right;
}
.tl-blog-toolbar .tl-blog-view {
  color: #fff;
  width: 45px;
  height: 40px;
  text-align: center;
  background-color: #2f2f2f;
  display: inline-block;
  transition: 0.5s;
}
.tl-blog-toolbar .tl-blog-view.current {
  background-color: #6a4e77;
}
.tl-blog-toolbar .list-view {
  font-size: 21px;
  margin-right: 2px;
  line-height: 44px;
}
.tl-blog-toolbar .grid-view {
  font-size: 24px;
  line-height: 42px;
}
.social-share {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.social-share li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
}
.social-share li:first-child {
  padding-left: 0;
}
.social-share li:last-child {
  padding-right: 0;
}
.social-share li a {
  display: flex;
  height: 40px;
  line-height: 42px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.social-share li a span {
  text-align: center;
  flex: auto;
  min-width: 120px;
}
.social-share li i {
  font-size: 16px;
  width: 50px;
  text-align: center;
  line-height: 40px;
}
.social-share li .share-facebook {
  background-color: #3d5b96;
}
.social-share li .share-facebook i {
  background-color: #304776;
}
.social-share li .share-twitter {
  background-color: #1dadeb;
}
.social-share li .share-twitter i {
  background-color: #139fdb;
}
.social-share li .share-google-plus {
  background-color: #e8453c;
}
.social-share li .share-google-plus i {
  background-color: #e52f25;
}
.social-share li .share-linkedin {
  background-color: #0077b5;
}
.social-share li .share-linkedin i {
  background-color: #00669c;
}
.social-share li .share-pinterest {
  background-color: #cb2027;
}
.social-share li .share-pinterest i {
  background-color: #b51d23;
}
.social-share li .share-vkontakte {
  background-color: #45668e;
}
.social-share li .share-vkontakte i {
  background-color: #3d5a7d;
}
/*----Single Post----*/
.single-post .site-content {
  padding-top: 50px;
}
.single-post .entry-header .entry-title {
  font-size: 32px;
  margin-bottom: 30px;
}
.single-post .blog-single-wrapper .entry-meta {
  margin-top: 20px;
  justify-content: flex-start;
}
.single-post .blog-single-wrapper .entry-meta .meta {
  padding-right: 60px;
}
.single-post .blog-single-wrapper .entry-meta .meta:last-child {
  padding-right: 0;
}
.single-post .blog-single-wrapper .author-avatar {
  padding-right: 60px;
}
.single-post .blog-single-wrapper .author-avatar h3 {
  display: inline-block;
}
.single-post .blog-single-wrapper:hover .entry-thumbnail img {
  transform: scale(1);
}
.single-post .entry-content {
  margin-top: 40px;
}
.single-post .post-author {
  margin-top: 50px;
  padding: 60px 0;
  border-top: 1px solid #ededed;
}
.single-post .post-author .post-author-avatar {
  float: left;
}
.single-post .post-author .post-author-avatar img {
  border-radius: 50%;
}
.single-post .post-author .post-author-info {
  padding-left: 150px;
}
.single-post .post-author .post-author-info span {
  font-size: 12px;
  color: #8f8f8f;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.1rem;
}
.single-post .post-author .post-author-info h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.single-post .post-author .tl-user-socials {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}
.single-post .post-author .tl-user-socials li {
  display: inline-block;
  padding: 0 2px;
}
.single-post .post-author .tl-user-socials li:first-child {
  padding-left: 0;
}
.single-post .post-author .tl-user-socials li:last-child {
  padding-right: 0;
}
.single-post .post-author .tl-user-socials a {
  color: #000;
  font-size: 16px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  transition: 0.5s;
}
.single-post .post-author .tl-user-socials a:hover {
  color: #fff;
  background-color: #6a4e77;
}
.single-post .post-password-form input[type="password"] {
  padding: 5px 15px;
  border: 1px solid #ededed;
  color: #222222;
  outline: 0;
  height: 42px;
  transition: 0.5s;
}
.single-post .post-password-form input[type="password"]:focus {
  border-color: #bababa;
}
.single-post .post-password-form input[type="submit"] {
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
}
.single-post .post-password-form input[type="submit"]:hover,
.single-post .post-password-form input[type="submit"]:focus,
.single-post .post-password-form input[type="submit"]:active,
.single-post .post-password-form input[type="submit"]:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.single-post .post-password-form input[type="submit"][disabled="disabled"] {
  opacity: 0.5;
}
.single-post .post-password-form input[type="submit"]:hover,
.single-post .post-password-form input[type="submit"]:focus,
.single-post .post-password-form input[type="submit"]:active,
.single-post .post-password-form input[type="submit"]:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.single-post .post-password-form input[type="submit"][disabled="disabled"] {
  opacity: 0.5;
}
.single-post .tag-list {
  margin-bottom: 30px;
}
.single-post .tag-list i {
  color: #6a4e77;
  padding-right: 10px;
}
.single-post .tag-list a {
  font-size: 13px;
  color: #727272;
}
/*-------Blog Wrapper-------*/
.blog-wrapper {
  margin-bottom: 30px;
}
.blog-wrapper.sticky .entry-title a {
  position: relative;
  padding-left: 25px;
}
.blog-wrapper.sticky .entry-title a:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f08d";
  top: 3px;
  left: 0;
  font-size: 21px;
  color: #6a4e77;
}
.blog-wrapper .entry-title {
  font-size: 21px;
  margin: 0 0 10px;
  font-weight: 600;
}
.blog-wrapper .entry-title a {
  color: #222222;
}
.blog-wrapper .entry-title a:hover {
  color: #6a4e77;
}
.blog-wrapper .summary-header {
  position: relative;
  padding-top: 45px;
  padding-bottom: 20px;
}
.blog-wrapper .summary-header .author-avatar {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 9;
}
.blog-wrapper .author-avatar {
  display: flex;
  align-items: center;
}
.blog-wrapper .author-avatar h3 {
  padding-left: 10px;
  margin: 0;
  font-size: 13px;
  color: #222;
  font-weight: 400;
  display: none;
}
.blog-wrapper .author-avatar img {
  border-radius: 50%;
}
.blog-wrapper .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-wrapper .entry-meta .meta {
  font-size: 13px;
  color: #222222;
  padding-right: 5px;
}
.blog-wrapper .entry-meta .meta:last-child {
  padding-right: 0;
}
.blog-wrapper .entry-meta .meta a {
  color: #222222;
}
.blog-wrapper .entry-meta .meta i {
  color: #6a4e77;
  padding-right: 6px;
}
.blog-wrapper .entry-meta .author {
  display: none;
}
.blog-wrapper .entry-content iframe {
  margin-top: 35px;
  width: 100%;
}
.blog-wrapper .entry-thumbnail {
  overflow: hidden;
}
.blog-wrapper .entry-thumbnail img {
  transition: 0.5s;
}
.blog-wrapper .entry-summary {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  padding: 0 20px;
  transform: none;
}
.blog-wrapper .summary-content {
  padding-top: 13px;
  padding-bottom: 18px;
  border-top: 1px solid #e6e6e6;
}
.blog-wrapper .summary-content .page-links {
  display: none;
}
.blog-wrapper .summary-content p {
  margin-bottom: 0;
}
.blog-wrapper .entry-footer {
  padding-top: 37px;
}
.blog-wrapper.no-thumb .author-avatar {
  display: none;
}
.blog-wrapper.no-thumb .summary-header {
  padding-top: 20px;
}
.blog-wrapper.no-content .summary-content {
  border-top: 0;
  padding: 0;
}
.blog-wrapper:hover .entry-thumbnail img {
  transform: scale(1.06);
}
.tl-related-posts {
  background-color: #f6f6f6;
  padding-top: 90px;
  padding-bottom: 70px;
}
.tl-related-posts .blog-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.tl-related-posts .related-section-title {
  margin-bottom: 55px;
  width: 85%;
}
.tl-related-posts .sub-title {
  font-size: 16px;
  color: #727272;
  text-transform: uppercase;
  margin: 0;
  font-family: Oswald, "Times New Roman", Times, serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.tl-related-posts .related-title {
  font-size: 60px;
  color: #000;
  margin-top: 0;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.tl-related-posts .entry-summary {
  background-color: transparent;
  transition-delay: 0.5s;
}
.tl-related-posts .owl-item.active .entry-summary {
  background-color: #f8f8f8;
}
.tl-related-posts .under-line {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  color: #6a4e77;
  font-size: 16px;
}
.tl-related-posts .under-line i:first-child,
.tl-related-posts .under-line i:last-child {
  font-size: 13px;
}
.tl-related-posts .under-line:before,
.tl-related-posts .under-line:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #6a4e77;
  top: 50%;
  transform: translateY(-50%);
}
.tl-related-posts .under-line:before {
  left: 0;
}
.tl-related-posts .under-line:after {
  right: 0;
}
.tl-related-posts .owl-nav div {
  top: -140px;
  transform: translate(0);
  background-color: #fff;
}
.tl-related-posts .owl-nav .owl-prev {
  left: auto;
  right: 52px;
  background-color: #6a4e77;
}
.tl-related-posts .owl-nav .owl-next {
  right: 0;
}
.tl-related-posts .owl-nav .owl-next:before {
  border-color: transparent #fff #fff transparent;
}
.tl-related-posts.style-3 .owl-nav div,
.tl-related-posts.style-4 .owl-nav div {
  top: -105px;
}
.tl-related-posts.style-2 {
  padding-top: 0;
}
.tl-related-posts.style-2 .related-section-title {
  position: relative;
  padding-top: 118px;
}
.tl-related-posts.style-2 .related-section-title:before {
  content: '';
  width: 2px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #6a4e77;
}
.tl-related-posts.style-2 .under-line {
  padding: 0;
}
.tl-related-posts.style-2 .under-line:before,
.tl-related-posts.style-2 .under-line:after {
  display: none;
}
.tl-related-posts.style-2.no-sub-title .related-section-title {
  padding-top: 100px;
}
.tl-related-posts.style-3 {
  padding-top: 100px;
}
.tl-related-posts.style-3 .related-title {
  font-size: 24px;
  padding-bottom: 18px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.tl-related-posts.style-3 .related-title:after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #6a4e77;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tl-related-posts.style-4 .related-section-title {
  margin-bottom: 45px;
}
.tl-related-posts.style-4 .related-title {
  padding-right: 100px;
  display: inline-block;
  padding-bottom: 0;
}
.tl-related-posts.style-4 .related-title:before {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #6a4e77;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.blog-grid .blog-wrapper:nth-child(3n+1) {
  clear: both;
}
.blog-grid .blog-wrapper .summary-list-content {
  display: none;
}
.blog-grid.content-sidebar .blog-wrapper:nth-child(2n+1),
.blog-grid.sidebar-content .blog-wrapper:nth-child(2n+1) {
  clear: both;
}
.blog-grid.content-sidebar .blog-wrapper:nth-child(3n+1),
.blog-grid.sidebar-content .blog-wrapper:nth-child(3n+1) {
  clear: none;
}
.blog-list .blog-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.blog-list .blog-wrapper .summary-grid-content {
  display: none;
}
.blog-list .blog-wrapper .entry-thumbnail {
  float: left;
}
.blog-list .blog-wrapper .entry-summary {
  float: right;
  padding-left: 50px;
}
.blog-list .blog-wrapper .summary-header {
  padding-top: 25px;
  padding-bottom: 30px;
  min-height: 100px;
}
.blog-list .blog-wrapper .summary-content {
  padding-top: 30px;
}
.blog-list .blog-wrapper .author-avatar {
  float: left;
  transform: translateY(0);
  top: 22px;
}
.blog-list .blog-wrapper .entry-title,
.blog-list .blog-wrapper .entry-meta {
  padding-left: 75px;
}
.blog-list .blog-wrapper .entry-meta {
  display: block;
}
.blog-list .blog-wrapper .entry-meta .meta {
  padding-right: 55px;
}
.blog-list .blog-wrapper .entry-meta .meta:last-child {
  padding-right: 0;
}
.blog-list .blog-wrapper .entry-meta .author {
  display: inline-block;
}
.blog-list .blog-wrapper.no-author-avatar .entry-title,
.blog-list .blog-wrapper.no-author-avatar .entry-meta {
  padding-left: 0;
}
.blog-list .blog-wrapper.no-thumb .author-avatar {
  display: block;
}
.blog-list .blog-wrapper.no-thumb .entry-summary {
  padding-left: 20px;
}
.blog-list .blog-wrapper.no-content .summary-content {
  padding-top: 0;
}
.blog-list.content-sidebar .blog-wrapper .entry-thumbnail,
.blog-list.sidebar-content .blog-wrapper .entry-thumbnail {
  width: 42.5%;
}
.blog-list.content-sidebar .blog-wrapper .entry-summary,
.blog-list.sidebar-content .blog-wrapper .entry-summary {
  width: 57.5%;
  padding-left: 20px;
}
.blog-list.content-sidebar .blog-wrapper .entry-meta,
.blog-list.sidebar-content .blog-wrapper .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-list.content-sidebar .blog-wrapper .entry-meta .meta,
.blog-list.sidebar-content .blog-wrapper .entry-meta .meta {
  padding-right: 5px;
}
.blog-list.content-sidebar .blog-wrapper .entry-meta .author,
.blog-list.sidebar-content .blog-wrapper .entry-meta .author {
  display: none;
}
.blog-list.content-sidebar .blog-wrapper.no-thumb .entry-summary,
.blog-list.sidebar-content .blog-wrapper.no-thumb .entry-summary {
  width: 100%;
}
.blog-list.content-sidebar .blog-wrapper.no-author-avatar .entry-meta,
.blog-list.sidebar-content .blog-wrapper.no-author-avatar .entry-meta {
  padding-left: 0;
}
.blog-list.full-content .blog-wrapper .entry-thumbnail {
  width: 31.6%;
}
.blog-list.full-content .blog-wrapper .entry-summary {
  width: 68.4%;
}
.blog-list.full-content .blog-wrapper.no-thumb .entry-summary {
  width: 100%;
}
.format-video iframe {
  width: 100%;
}
.format-gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.format-gallery .owl-nav .owl-prev,
.format-gallery .owl-nav .owl-next {
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
}
.format-gallery .owl-nav .owl-prev i,
.format-gallery .owl-nav .owl-next i {
  padding-left: 0;
}
.format-gallery .owl-nav .owl-prev:before,
.format-gallery .owl-nav .owl-next:before {
  display: none;
}
.format-gallery .owl-nav .owl-prev:hover,
.format-gallery .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/*----Teachers----*/
.taalem-teacher {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.taalem-teacher .teacher-info {
  min-height: 102px;
  padding: 25px 0;
  background-color: #f9f9f9;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.taalem-teacher .department {
  font-size: 12px;
  font-weight: 600;
  padding-top: 8px;
  transition: 0.5s;
}
.taalem-teacher .teacher-name {
  font-size: 16px;
  color: #222222;
  font-weight: 600;
  display: block;
  transition: 0.35s;
}
.taalem-teacher .tl-user-socials {
  background-color: #6a4e77;
  list-style: none;
  padding: 16px 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: 0.35s;
}
.taalem-teacher .tl-user-socials li {
  display: inline-block;
  padding-right: 25px;
}
.taalem-teacher .tl-user-socials li:last-child {
  padding-right: 0;
}
.taalem-teacher .tl-user-socials a {
  color: #fff;
  font-size: 14px;
}
.taalem-teacher:hover .teacher-name {
  transform: translateY(-13px);
}
.taalem-teacher:hover .department {
  opacity: 0;
  transform: translateY(-13px);
}
.taalem-teacher:hover .tl-user-socials {
  transform: translateY(0);
}
/*----Navigation----*/
.navigation {
  clear: both;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  text-align: center;
}
.navigation .page-numbers {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  min-width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #f6f6f6;
  transition: 0.5s;
  margin: 0 4px;
  display: inline-block;
}
.navigation .page-numbers:first-child {
  margin-left: 0;
}
.navigation .page-numbers:last-child {
  margin-right: 0;
}
.navigation .page-numbers.next,
.navigation .page-numbers.prev {
  padding: 0 22px;
}
.navigation .page-numbers:hover,
.navigation .page-numbers.current {
  background-color: #6a4e77;
  color: #fff;
}
/*----404----*/
.error404 {
  position: relative;
  color: #fff;
  text-align: center;
  min-height: 100vh;
  padding-top: 55px;
}
.error404:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a4e77;
  opacity: 0.94;
  z-index: -1;
}
.error404 .site-header {
  text-align: center;
}
.error404 .site-header .logo {
  display: block;
}
.error404 .site-content {
  padding-top: 100px;
}
.error404 .error-404 h1 {
  color: #fff;
  font-size: 162px;
  margin: -5px 0 0 0;
  line-height: 1;
}
.error404 .error-404 h2,
.error404 .error-404 h3 {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
.error404 .error-404 h2 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 0;
}
.error404 .error-404 h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.4rem;
  margin-top: -5px;
}
.error404 .error-404 p {
  margin-bottom: 0;
}
.error404 .error-404 a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.error404 .error-404 .search-form {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 50px 5px 20px;
  margin-top: 65px;
  position: relative;
}
.error404 .error-404 .search-form:after {
  content: '\f002';
  font-family: FontAweSome;
  font-size: 18px;
  position: absolute;
  right: 30px;
  top: -5px;
}
.error404 .error-404 .search-form label {
  margin-bottom: 0;
  width: 100%;
}
.error404 .error-404 .search-form .search-field {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: 0;
  width: 100%;
  padding-right: 35px;
}
.error404 .error-404 .search-form ::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.error404 .error-404 .search-form .search-submit {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -18px;
  z-index: 999;
  width: 35px;
  height: 35px;
  opacity: 0;
}
.error404 .site-footer {
  position: absolute;
  width: 100%;
  bottom: 50px;
}
/*Page Template*/
.page-template-template-coming-soon {
  color: #fff;
  background-position: center;
  position: relative;
}
.page-template-template-coming-soon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #6a4e77;
  opacity: 0.94;
}
.page-template-template-coming-soon .site-header,
.page-template-template-coming-soon .site-footer {
  position: absolute;
  text-align: center;
  width: 100%;
}
.page-template-template-coming-soon .site-header {
  top: 60px;
  z-index: 9;
}
.page-template-template-coming-soon .site-header .logo {
  display: block;
}
.page-template-template-coming-soon .site-footer {
  bottom: 50px;
}
.taalem-table {
  border: 0;
  width: 100%;
}
.taalem-table thead {
  font-size: 16px;
  color: #000;
  background-color: #efefef;
}
.taalem-table thead th {
  padding: 17px;
  border: 0;
  font-weight: 500;
  text-align: center;
}
.taalem-table tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
.taalem-table tbody td {
  border: 0;
  text-align: center;
  padding: 13px;
}
.search-no-results .no-results .search-form {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  display: flex;
}
.search-no-results .no-results .search-form .screen-reader-text {
  display: none;
}
.search-no-results .no-results .search-form ::-webkit-input-placeholder {
  color: #727272;
}
.search-no-results .no-results .search-form :-moz-placeholder {
  color: #727272;
}
.search-no-results .no-results .search-form ::-moz-placeholder {
  color: #727272;
}
.search-no-results .no-results .search-form :-ms-input-placeholder {
  color: #727272;
}
.search-no-results .no-results .search-form .search-submit {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #6a4e77;
}
.search-no-results .no-results .search-form .search-submit i {
  font-size: 16px;
  color: #fff;
}
.search-no-results .no-results .search-form .search-submit:focus {
  outline: 0;
}
.search-no-results .no-results .search-form .search-field {
  flex-grow: 1;
  padding: 0 15px;
  background-color: transparent;
  outline: 0;
  border: 1px solid #ededed;
  height: 40px;
  transition: 0.5s;
}
.search-no-results .no-results .search-form .search-field:focus {
  border-color: #bababa;
}
.post-type-archive-portfolio_project .site-content,
.tax-portfolio_category .site-content {
  padding-top: 100px;
  padding-bottom: 70px;
}
.single-portfolio_project .entry-thumbnail {
  margin-bottom: 15px;
}
.single-portfolio_project .entry-header {
  margin-bottom: 20px;
}
.single-portfolio_project .entry-header .entry-title {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.single-portfolio_project .portfolio-cat-list {
  padding-top: 15px;
}
.single-portfolio_project .portfolio-cat-list i {
  padding-right: 10px;
  color: #6a4e77;
}
.single-portfolio_project .portfolio-cat-list .comma:last-child {
  display: none;
}
.single-portfolio_project .portfolio-cat-list .portfolio-cat {
  padding-left: 5px;
}
.single-portfolio_project .portfolio-cat-list .portfolio-cat:hover {
  color: #6a4e77;
}
.single-portfolio_project .social-share {
  padding-top: 30px;
}
.single-portfolio_project .tl-related-portfolio {
  padding-bottom: 100px;
}
.single-portfolio_project .tl-related-portfolio .entry-thumbnail {
  margin-bottom: 0;
}
.portfolio-wrapper {
  position: relative;
}
.portfolio-wrapper .entry-thumbnail {
  overflow: hidden;
}
.portfolio-wrapper .entry-thumbnail a {
  display: block;
  position: relative;
}
.portfolio-wrapper .entry-thumbnail a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6a4e77;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}
.portfolio-wrapper .entry-thumbnail img {
  transition: 0.5s;
}
.portfolio-wrapper .entry-header {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
  padding: 0 30px;
  transition: 0.5s;
  width: 100%;
}
.portfolio-wrapper .entry-header .entry-title {
  opacity: 0;
  font-size: 21px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  transform: translateY(-20px);
  transition: 0.5s;
}
.portfolio-wrapper .entry-header .entry-title a {
  color: #fff;
}
.portfolio-wrapper .entry-header .portfolio-cat {
  opacity: 0;
  color: #fff;
  transform: translateY(20px);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  display: block;
}
.portfolio-wrapper .entry-header .portfolio-cat i {
  padding-right: 10px;
}
.portfolio-wrapper .entry-header .portfolio-cat:hover {
  color: #fff;
}
.portfolio-wrapper:hover .entry-thumbnail a:before {
  opacity: 0.9;
}
.portfolio-wrapper:hover .entry-thumbnail img {
  transform: scale(1.06);
}
.portfolio-wrapper:hover .entry-header .entry-title,
.portfolio-wrapper:hover .entry-header .portfolio-cat {
  transform: translateY(0);
  opacity: 1;
}
.taalem-portfolio-masonry .portfolio-wrapper,
.taalem-portfolio-masonry .portfolio-sizer {
  width: 25%;
}
.taalem-portfolio-masonry .portfolio-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.taalem-portfolio-masonry .portfolio-w {
  width: 50%;
}
.taalem-portfolio-masonry ul.portfolio-nav-filter {
  list-style: none;
  padding-left: 0;
  margin: 0 0 60px;
  display: flex;
  justify-content: center;
}
.taalem-portfolio-masonry ul.portfolio-nav-filter li {
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
  background-color: #f6f6f6;
  padding: 11px 20px;
  color: #000;
  transition: 0.5s;
}
.taalem-portfolio-masonry ul.portfolio-nav-filter li:last-child {
  margin-right: 0;
}
.taalem-portfolio-masonry ul.portfolio-nav-filter li.active,
.taalem-portfolio-masonry ul.portfolio-nav-filter li:hover {
  color: #fff;
  background-color: #6a4e77;
}
.taalem-portfolio-masonry .navigation {
  padding-bottom: 30px;
}
.wp-social-login-widget .wp-social-login-connect-with {
  font-size: 16px;
  color: #000;
  margin: 30px 0 20px;
  font-weight: 600;
  position: relative;
}
.wp-social-login-widget .wp-social-login-provider-list {
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.wp-social-login-widget .wp-social-login-provider {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #cccccc;
  transition: 0.5s;
  margin: 10px;
  overflow: hidden;
  border-radius: 50%;
}
.wp-social-login-widget .wp-social-login-provider:first-child {
  margin-left: 0;
}
.wp-social-login-widget .wp-social-login-provider:before {
  font-family: FontAweSome;
  content: "\f09a";
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
}
.wp-social-login-widget .wp-social-login-provider img {
  display: none;
}
.wp-social-login-widget .wp-social-login-provider-facebook {
  background-color: #3c5a95;
}
.wp-social-login-widget .wp-social-login-provider-google {
  background-color: #d62d20;
}
.wp-social-login-widget .wp-social-login-provider-google:before {
  content: "\f0d5";
}
.wp-social-login-widget .wp-social-login-provider-twitter {
  background-color: #429cd6;
}
.wp-social-login-widget .wp-social-login-provider-twitter:before {
  content: "\f099";
}
.wp-social-login-widget .wp-social-login-provider-wordpress {
  background-color: #000;
}
.wp-social-login-widget .wp-social-login-provider-wordpress:before {
  content: "\f19a";
}
.wp-social-login-widget .wp-social-login-provider-yahoo {
  background-color: #430297;
}
.wp-social-login-widget .wp-social-login-provider-yahoo:before {
  font-family: FontAwesome;
  content: "\f19e";
}
.wp-social-login-widget .wp-social-login-provider-linkedin {
  background-color: #0077b5;
}
.wp-social-login-widget .wp-social-login-provider-linkedin:before {
  content: "\f0e1";
}
.wp-social-login-widget .wp-social-login-provider-disqus img,
.wp-social-login-widget .wp-social-login-provider-goodreads img,
.wp-social-login-widget .wp-social-login-provider-500px img,
.wp-social-login-widget .wp-social-login-provider-skyrock img,
.wp-social-login-widget .wp-social-login-provider-mixi img,
.wp-social-login-widget .wp-social-login-provider-mailru img,
.wp-social-login-widget .wp-social-login-provider-yandex img,
.wp-social-login-widget .wp-social-login-provider-aol img,
.wp-social-login-widget .wp-social-login-provider-live img,
.wp-social-login-widget .wp-social-login-provider-pixelpin img {
  display: inline-block;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-width: 18px;
}
.wp-social-login-widget .wp-social-login-provider-disqus:before,
.wp-social-login-widget .wp-social-login-provider-goodreads:before,
.wp-social-login-widget .wp-social-login-provider-500px:before,
.wp-social-login-widget .wp-social-login-provider-skyrock:before,
.wp-social-login-widget .wp-social-login-provider-mixi:before,
.wp-social-login-widget .wp-social-login-provider-mailru:before,
.wp-social-login-widget .wp-social-login-provider-yandex:before,
.wp-social-login-widget .wp-social-login-provider-aol:before,
.wp-social-login-widget .wp-social-login-provider-live:before,
.wp-social-login-widget .wp-social-login-provider-pixelpin:before {
  display: none;
}
.wp-social-login-widget .wp-social-login-provider-instagram {
  background-color: #fb3958;
}
.wp-social-login-widget .wp-social-login-provider-instagram:before {
  content: "\f16d";
}
.wp-social-login-widget .wp-social-login-provider-reddit {
  background-color: #FF5700;
}
.wp-social-login-widget .wp-social-login-provider-reddit:before {
  content: "\f281";
}
.wp-social-login-widget .wp-social-login-provider-foursquare {
  background-color: #40B3DF;
}
.wp-social-login-widget .wp-social-login-provider-foursquare:before {
  content: "\f180";
}
.wp-social-login-widget .wp-social-login-provider-lastfm {
  background-color: #c3000d;
}
.wp-social-login-widget .wp-social-login-provider-lastfm:before {
  content: "\f202";
}
.wp-social-login-widget .wp-social-login-provider-tumblr {
  background-color: #36465d;
}
.wp-social-login-widget .wp-social-login-provider-tumblr:before {
  content: "\f173";
}
.wp-social-login-widget .wp-social-login-provider-stackoverflow {
  background-color: #ef8236;
}
.wp-social-login-widget .wp-social-login-provider-stackoverflow:before {
  content: "\f16c";
}
.wp-social-login-widget .wp-social-login-provider-github {
  background-color: #000;
}
.wp-social-login-widget .wp-social-login-provider-github:before {
  content: "\f113";
}
.wp-social-login-widget .wp-social-login-provider-dribbble {
  background-color: #c73b6f;
}
.wp-social-login-widget .wp-social-login-provider-dribbble:before {
  content: "\f17d";
}
.wp-social-login-widget .wp-social-login-provider-steam {
  background-color: #000;
}
.wp-social-login-widget .wp-social-login-provider-steam:before {
  content: "\f1b6";
}
.wp-social-login-widget .wp-social-login-provider-twitchtv {
  background-color: #6441a5;
}
.wp-social-login-widget .wp-social-login-provider-twitchtv:before {
  content: "\f1e8";
}
.wp-social-login-widget .wp-social-login-provider-vkontakte {
  background-color: #4c75a3;
}
.wp-social-login-widget .wp-social-login-provider-vkontakte:before {
  content: "\f189";
}
.wp-social-login-widget .wp-social-login-provider-odnoklassniki {
  background-color: #ec7a06;
}
.wp-social-login-widget .wp-social-login-provider-odnoklassniki:before {
  content: "\f263";
}
.tl-courses-page .site-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.learnpress .learn-press-courses {
  list-style: none;
  padding: 0;
  clear: both;
  margin: 0 -15px;
}
.learnpress .learn-press-courses:after {
  display: block;
  content: '';
  clear: both;
}
.learnpress .learn-press-courses li.course {
  width: 33.33%;
  padding: 0 15px;
  float: left;
  margin: 0 0 30px;
  border: none;
  background-color: transparent;
}
.learnpress .learn-press-courses li.course:nth-child( 4n+1 ) {
  clear: none;
}
.learnpress .learn-press-courses li.course:nth-child( 3n+1 ) {
  clear: both;
}
.learnpress .learn-press-courses li.course .view-more {
  display: none;
}
.learnpress .learn-press-courses li.course .course-thumbnail {
  position: relative;
}
.learnpress .learn-press-courses li.course .course-thumbnail:hover .entry-thumbnail:before {
  background-color: #6a4e77;
  opacity: 0.85;
}
.learnpress .learn-press-courses li.course .course-thumbnail:hover .entry-thumbnail img {
  transform: scale(1.05);
}
.learnpress .learn-press-courses li.course .course-thumbnail:hover .course-author {
  opacity: 0;
}
.learnpress .learn-press-courses li.course .course-thumbnail:hover .thumbnail-meta .tb-meta {
  opacity: 1;
  transform: translateY(0);
}
.learnpress .learn-press-courses li.course .course-thumbnail .entry-thumbnail {
  position: relative;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
}
.learnpress .learn-press-courses li.course .course-thumbnail .entry-thumbnail:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  transition: 0.5s;
  z-index: 5;
}
.learnpress .learn-press-courses li.course .course-thumbnail .entry-thumbnail img {
  transition: 0.5s;
}
.learnpress .learn-press-courses li.course .course-thumbnail .course-author {
  position: absolute;
  top: 18px;
  left: 18px;
  transition: 0.25s;
  z-index: 10;
}
.learnpress .learn-press-courses li.course .course-thumbnail .course-author img {
  border-radius: 50%;
  max-width: 40px;
}
.learnpress .learn-press-courses li.course .course-thumbnail .course-author a {
  display: inline-block;
}
.learnpress .learn-press-courses li.course .course-thumbnail .course-author h3 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 0;
  display: none;
  padding: 0;
}
.learnpress .learn-press-courses li.course .course-thumbnail .course-author .job {
  display: none;
}
.learnpress .learn-press-courses li.course .course-thumbnail .course-wishlist {
  position: absolute;
  top: 20px;
  right: 18px;
  display: block;
  cursor: pointer;
  color: #fff;
  width: 27px;
  height: 25px;
  overflow: hidden;
  z-index: 10;
  transition: 0.35s;
  padding-left: 2px;
}
.learnpress .learn-press-courses li.course .course-thumbnail .course-wishlist:before {
  font-size: 24px;
  width: 25px;
  height: 25px;
}
.learnpress .learn-press-courses li.course .course-thumbnail .course-wishlist.ajaxload {
  color: #fac200;
}
.learnpress .learn-press-courses li.course .course-thumbnail .course-wishlist.on {
  color: #fac200;
  font-size: 0;
}
.learnpress .learn-press-courses li.course .course-thumbnail .course-wishlist.on.ajaxload {
  color: #fff;
}
.learnpress .learn-press-courses li.course .course-thumbnail .thumbnail-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.learnpress .learn-press-courses li.course .course-thumbnail .thumbnail-meta .tb-meta {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.35s;
}
.learnpress .learn-press-courses li.course .course-thumbnail .thumbnail-meta .tb-meta:nth-child(2) {
  transition-delay: 0.1s;
}
.learnpress .learn-press-courses li.course .course-thumbnail .thumbnail-meta .tb-meta:nth-child(3) {
  transition-delay: 0.2s;
}
.learnpress .learn-press-courses li.course .course-thumbnail .thumbnail-meta img {
  border-radius: 50%;
  max-width: 40px;
}
.learnpress .learn-press-courses li.course .course-thumbnail .thumbnail-meta .course-author {
  position: static;
}
.learnpress .learn-press-courses li.course .course-thumbnail .thumbnail-meta .course-author h3 {
  display: block;
}
.learnpress .learn-press-courses li.course .course-thumbnail .thumbnail-meta .tl-rating {
  margin-top: 5px;
}
.learnpress .learn-press-courses li.course .course-thumbnail .thumbnail-meta .view-more {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.learnpress .learn-press-courses li.course .course-thumbnail .thumbnail-meta .view-more i {
  padding-right: 5px;
}
.learnpress .learn-press-courses li.course .course-info {
/*   background-color: #f8f8f8;
  padding: 10px 18px 15px;
  border: 1px solid #e6e6e6;
  border-top: none; */
}
.learnpress .learn-press-courses li.course .course-info .course-title {
  margin: 0 0 13px;
  font-size: 21px;
  padding: 0;
  font-weight: 600;
	line-height: 1.5;
}

.archive .learn-press-courses[data-layout=grid] .course-item:hover,
.post-type-archive .learn-press-courses[data-layout=grid] .course-item:hover {
	box-shadow: none;
}

.archive .course .course-instructor,
.post-type-archive .course .course-instructor {
	display: none;
}

.post-type-archive .learn-press-courses[data-layout=grid] .course-content .course-categories,
.archive .learn-press-courses[data-layout=grid] .course-content .course-categories {
	position: relative;
    z-index: 1;
    bottom: 0;
    margin-right: 0;
	display: block;
    border-top: 1px solid #e6e6e6;
    padding-top: 18px;
    font-size: 13px;
    width: 100%;
    left: 0;
}

.post-type-archive .lp-archive-courses .course-content .course-categories a:first-child:before, 
.archive .lp-archive-courses .course-content .course-categories a:first-child:before {
	font-family: "icomoon" !important;
	content: "\e936";
	display: inline-block;
	padding-right: 4px;
	vertical-align: middle;
	font-weight: 900;
	color: #46c1a1;
}

.post-type-archive.courses-view-list .lp-archive-courses .course-item,
.archive.courses-view-list .lp-archive-courses .course-item {
	flex-direction: row;
}


.post-type-archive.courses-view-list .lp-archive-courses .course-item .course-wrap-thumbnail,
.archive.courses-view-list .lp-archive-courses .course-item .course-wrap-thumbnail {
	max-width: 33%;
	float: left;
}


.post-type-archive .learn-press-courses[data-layout=grid] .course-content,
.archive .learn-press-courses[data-layout=grid] .course-content {
	min-height: 150px;
	overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}

.learn-press-courses[data-layout=grid] .course-content .course-categories {
	top: unset !important;
	right: unset !important; 
}

.post-type-archive .lp-archive-courses .course-content .course-categories a:first-child,
.archive .lp-archive-courses .course-content .course-categories a:first-child {
	background: unset;
	color: #000;
	font-size: 13px;
    font-weight: 400;
	position: relative;
	padding: 0px;
    clip-path: none;
}



.archive .learn-press-courses[data-layout=grid] .course-content .separator,
.post-type-archive .learn-press-courses[data-layout=grid] .course-content .separator,
.post-type-archive .learn-press-courses[data-layout=grid] .course-content .course-info,
.archive .learn-press-courses[data-layout=grid] .course-content .course-info {
	display: none;
}

.archive .learn-press-courses[data-layout=grid] .course-content .course-permalink,
.post-type-archive .learn-press-courses[data-layout=grid] .course-content .course-permalink {
	min-height: 93px;
	margin-bottom: 7px;
	color: #222;
}


.archive .learn-press-courses[data-layout=grid] .course-content .course-permalink span,
.post-type-archive .learn-press-courses[data-layout=grid] .course-content .course-permalink span {
    font-size: 21px;
    font-weight: 600;
	line-height: 31.5px;
}

.archive .learn-press-courses[data-layout=grid] .course-content .course-permalink span:hover,
.post-type-archive .learn-press-courses[data-layout=grid] .course-content .course-permalink span:hover {
	color: #46c1a1;
}

/* .learnpress .learn-press-courses .course-fmeta,
.learnpress .learn-press-courses .course-ameta  {
	display: block !important;	
} */

.learnpress .learn-press-courses li.course .course-info {
    background-color: #f8f8f8;
    padding: 10px 18px 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

.learnpress .learn-press-courses li.course .course-info .course-title a {
  color: #222;
}
.learnpress .learn-press-courses li.course .course-info .course-title a:hover {
  color: #6a4e77;
}
.learnpress .learn-press-courses li.course .course-info .course-fmeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.learnpress .learn-press-courses li.course .course-info .course-fmeta .course-cat {
  font-size: 13px;
  color: #222;
}
.learnpress .learn-press-courses li.course .course-info .course-fmeta .course-cat i {
  color: #6a4e77;
  padding-right: 5px;
}
.learnpress .learn-press-courses li.course .course-info .course-fmeta .course-cat:hover {
  color: #6a4e77;
}
.learnpress .learn-press-courses li.course .course-info .learn-press-course-results-progress {
  padding: 0;
  font-size: 13px;
  margin-bottom: 20px;
}
.learnpress .learn-press-courses li.course .course-info .lp-course-progress .lp-progress-bar {
  height: 10px;
  border-radius: 0;
}
.learnpress .learn-press-courses li.course .course-info .lp-course-progress .lp-progress-bar .lp-progress-value {
  height: 10px;
  background-color: #6a4e77;
}
.learnpress .learn-press-courses li.course .course-info .lp-course-progress .lp-passing-conditional {
  height: 20px;
}
.learnpress .learn-press-courses li.course .course-info .course-footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e6e6e6;
  padding-top: 18px;
  font-size: 13px;
}
.learnpress .learn-press-courses li.course .course-info .course-footer-meta i {
  color: #6a4e77;
  padding-right: 5px;
}
.learnpress .learn-press-courses li.course .course-info .course-footer-meta .course-duration {
  text-transform: capitalize;
}
.learnpress .learn-press-courses li.course .course-desc {
  font-size: 13px;
}
.learnpress .learn-press-courses li.course .course-list-desc {
  display: none;
}
.learnpress .learn-press-courses li.course .course-author .s-job {
  display: none;
}
.learnpress .learn-press-courses li.course .course-price {
  font-size: 18px;
  font-weight: 600;
  color: #6a4e77;
  line-height: 1;
  text-transform: uppercase;
}
.learnpress .learn-press-courses li.course .course-price .price-label {
  display: none;
}
.learnpress .learn-press-courses li.course .course-students {
  padding-top: 0;
}
.learnpress .learn-press-courses li.course .course-origin-price {
  color: #727272;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 0;
  padding-top: 2px;
}
.sidebar-content .learn-press-courses li.course,
.content-sidebar .learn-press-courses li.course {
  width: 50%;
}
.sidebar-content .learn-press-courses li.course:nth-child( 2n+1 ),
.content-sidebar .learn-press-courses li.course:nth-child( 2n+1 ) {
  clear: both;
}
.sidebar-content .learn-press-courses li.course:nth-child( 3n+1 ),
.content-sidebar .learn-press-courses li.course:nth-child( 3n+1 ) {
  clear: none;
}
.sidebar-content.courses-view-list .learn-press-courses li.course .course-thumbnail,
.content-sidebar.courses-view-list .learn-press-courses li.course .course-thumbnail {
  min-width: 42%;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-thumbnail .thumbnail-meta .view-more {
  margin-top: 0;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-thumbnail .thumbnail-meta .view-more i {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-thumbnail .course-author {
  display: none;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info {
  position: relative;
  z-index: 20;
  padding-top: 0;
  overflow: inherit;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .course-ameta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .tl-rating {
  margin-bottom: 10px;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .course-author a {
  display: flex;
  align-items: flex-end;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .course-author h3 {
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 10px 10px;
  color: #727272;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .course-author img {
  max-width: 58px;
  border: 2px solid #fff;
  margin-top: -19px;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .course-author .job {
  display: none;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .course-title {
  margin-top: 10px;
  margin-bottom: 7px;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .course-fmeta {
  margin-bottom: 20px;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .course-fmeta .tl-rating {
  display: none;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .course-price {
  color: #6a4e77;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .course-sfooter {
  display: flex;
  align-items: center;
}
.tl-course-item-layout-2 .learn-press-courses li.course .course-info .course-comment {
  margin-left: 35px;
}
.tl-course-item-layout-2.courses-view-list .learn-press-courses li.course .course-thumbnail .course-author {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  top: auto;
  opacity: 1;
  transform: none;
  z-index: 999;
}
.tl-course-item-layout-2.courses-view-list .learn-press-courses li.course .course-thumbnail .course-author img {
  max-width: 58px;
  border: 2px solid #fff;
  border-radius: 0;
}
.tl-course-item-layout-2.courses-view-list .learn-press-courses li.course .course-info .course-ameta {
  display: none;
}
.tl-course-item-layout-2.courses-view-list .learn-press-courses li.course .course-info .course-title {
  margin-top: 0;
}
.tl-course-item-layout-2.courses-view-list .learn-press-courses li.course .course-info .course-fmeta .tl-rating {
  display: block;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-thumbnail .thumbnail-meta .view-more {
  margin-top: 0;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-thumbnail .thumbnail-meta .view-more i {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-ameta {
  border: none;
  padding-top: 0;
  margin-bottom: 30px;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-author a {
  display: block;
  color: #727272;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-author h3,
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-author .s-job {
  display: block;
  padding: 0;
  margin-left: 58px;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-author h3 {
  font-size: 14px;
  padding-top: 3px;
  font-weight: 400;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-author img {
  max-width: 48px;
  border-radius: 50%;
  float: left;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-author .job {
  display: none;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-title {
  margin-bottom: 7px;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-fmeta {
  margin-bottom: 10px;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-footer-meta {
  align-items: flex-end;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-cat {
  margin-bottom: 5px;
  color: #000;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-price {
  text-transform: uppercase;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-sfooter {
  display: flex;
  align-items: center;
}
.tl-course-item-layout-3 .learn-press-courses li.course .course-info .course-comment {
  margin-left: 35px;
}
.tl-course-item-layout-3.courses-view-list .learn-press-courses li.course .course-info .course-footer-meta {
  padding-top: 10px;
}
.tl-course-item-layout-3.courses-view-list .learn-press-courses li.course .course-info .course-ameta {
  margin-bottom: 15px;
  padding-top: 0;
}
.tl-course-item-layout-4 .learn-press-courses li.course .course-thumbnail .thumbnail-meta .view-more {
  margin-top: 0;
}
.tl-course-item-layout-4 .learn-press-courses li.course .course-thumbnail .thumbnail-meta .view-more i {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
.tl-course-item-layout-4 .learn-press-courses li.course .course-info .course-ameta {
  border: none;
  padding-top: 0;
}
.tl-course-item-layout-4 .learn-press-courses li.course .course-info .learn-press-course-results-progress {
  margin: 20px 0 0;
}
.tl-course-item-layout-4 .learn-press-courses li.course .course-info .course-title {
  margin-bottom: 7px;
}
.tl-course-item-layout-4 .learn-press-courses li.course .course-info .course-fmeta {
  margin-bottom: 10px;
  min-height: 22px;
}
.tl-course-item-layout-4 .learn-press-courses li.course .course-info .course-footer-meta {
  align-items: flex-end;
}
.tl-course-item-layout-4 .learn-press-courses li.course .course-info .course-cat {
  color: #000;
}
.tl-course-item-layout-4 .learn-press-courses li.course .course-desc {
  margin-top: 15px;
}
.tl-course-item-layout-4 .learn-press-courses li.course .course-desc p {
  margin-bottom: 0;
}
.tl-course-item-layout-4.courses-view-list .learn-press-courses li.course .course-desc {
  margin-top: 20px;
}
.tl-course-item-layout-4.courses-view-list .learn-press-courses li.course .course-fmeta {
  margin-bottom: 20px;
}
.tl-rating .rating-content {
  position: relative;
  font-size: 12px;
  color: #fac200;
  display: inline-block;
}
.tl-rating .rating-content span {
  overflow: hidden;
  display: block;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.tl-rating .label {
  display: none;
}
.learn-press-pagination {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.learn-press-pagination li {
  list-style: none;
  padding: 0 5px;
  display: inline-block;
}
.learn-press-pagination li .page-numbers {
  padding: 0 20px;
  min-width: 42px;
  background-color: #f6f6f6;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 13px;
  color: #000;
}
.learn-press-pagination li .page-numbers.current,
.learn-press-pagination li .page-numbers:hover {
  background-color: #6a4e77;
  color: #fff;
}
.tl-courses-toolbar {
  background-color: #fbfbfb;
  border-bottom: 1px solid #ededed;
  padding: 20px 0 10px;
  position: relative;
  z-index: 10;
}
.tl-courses-toolbar .courses-found {
  float: left;
  line-height: 40px;
  margin-bottom: 10px;
}
.tl-courses-toolbar .courses-search,
.tl-courses-toolbar .courses-view {
  float: right;
  margin-bottom: 10px;
}
.tl-courses-toolbar .courses-search {
  margin-right: 10px;
}
.tl-courses-toolbar .courses-search .learn-press-search-course-form,
.tl-courses-toolbar .courses-search .search-courses {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}

.tl-courses-toolbar .courses-search .search-courses {
	min-height: 40px;	
}

.tl-courses-toolbar .courses-search .learn-press-search-course-form:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background-color: #6a4e77;
  content: "";
}
.tl-courses-toolbar .courses-search .learn-press-search-course-form:after {
  font-family: FontAweSome;
  content: "\f002";
  position: absolute;
  top: 8px;
  right: 13px;
  bottom: 0;
  color: #fff;
  font-size: 14px;
}

.tl-courses-toolbar .lp-courses-bar .search-courses button {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 100%;
    padding: 0;
    border: none;
    color: #fff !important;
    background: #46c1a1 !important;
    transform: translate(0, -50%);
}

.tl-courses-toolbar .lp-courses-bar {
	margin-bottom: 0;
}

.tl-courses-toolbar .courses-search .search-course-input,
.lp-courses-bar .search-courses input[type=text] {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed !important;
  border-right: none;
  padding: 0 60px 0 20px !important;
  min-width: 268px;
  margin: 0 !important;
}

.tl-courses-toolbar .courses-search .search-course-input:focus,
.lp-courses-bar .search-courses input[type=text]:focus {
  outline: none !important;
}

.tl-courses-toolbar .courses-search .search-course-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  opacity: 0;
  z-index: 10;
}

.learn-press-message.success {
	border: none !important;
    border-left: 5px solid #b81c23 !important;
    border-radius: 0 !important;
    background-color: #f5f5f5 !important;
    padding: 10px 20px 10px 20px !important;
    margin-bottom: 20px;
    overflow: hidden;
    color: #727272 !important;
}

.learn-press-message.success::before {
    background: #b81c23 !important;
}

.learn-press-message {
    background: #F5F5F5;
    border-left: 5px solid #00A0D2;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    overflow: hidden;
	min-height: 40px;
}


.lp-archive-courses .learn-press-courses {
	min-height: unset;
}


.tl-courses-toolbar .courses-view .un-courses-view {
  width: 45px;
  height: 40px;
  line-height: 42px;
  background-color: #2f2f2f;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 3px;
  font-size: 24px;
}
.tl-courses-toolbar .courses-view .un-courses-view.list-view {
  font-size: 21px;
  line-height: 43px;
}
.tl-courses-toolbar .courses-view .un-courses-view:last-child {
  margin-right: 0;
}
.tl-courses-toolbar .courses-view .un-courses-view.current {
  background-color: #6a4e77;
}
.tl-courses-toolbar .course-categories {
  margin: 0 10px 10px 0;
  float: right;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  background-color: #fff;
  padding: 0;
}
.tl-courses-toolbar .course-categories li {
  list-style: none;
  margin-bottom: 0;
}
.tl-courses-toolbar .course-categories > li {
  display: inline-block;
  position: relative;
}
.tl-courses-toolbar .course-categories .current {
  min-width: 268px;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  padding: 0 20px;
}
.tl-courses-toolbar .course-categories .current:after {
  font-family: FontAweSome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  font-size: 16px;
  content: "\f107";
}
.tl-courses-toolbar .course-categories li > ul {
  margin: 0;
  position: absolute;
  top: 110%;
  left: 0;
  transition: top 0.5s;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 10px 30px;
  color: #999;
  transform: scale(0);
  z-index: -999;
  width: 100%;
  line-height: 1;
}
.tl-courses-toolbar .course-categories li > ul li {
  padding: 10px 0;
}
.tl-courses-toolbar .course-categories li > ul li a {
  color: #727272;
  white-space: nowrap;
}
.tl-courses-toolbar .course-categories li > ul li a.active,
.tl-courses-toolbar .course-categories li > ul li a:hover {
  color: #000;
}
.tl-courses-toolbar .course-categories li.current:hover > ul {
  transform: scale(1);
  z-index: 1;
  top: 100%;
}
.courses-view-list .learn-press-courses li.course {
  width: 100%;
}
.courses-view-list .learn-press-courses li.course .course-inner {
  display: flex;
  align-items: stretch;
}
.courses-view-list .learn-press-courses li.course .course-thumbnail {
  min-width: 33%;
  float: left;
}
.courses-view-list .learn-press-courses li.course .course-info {
  border-top: 1px solid #e6e6e6;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.courses-view-list .learn-press-courses li.course .course-info .course-desc p {
  margin-bottom: 0;
}
.courses-view-list .learn-press-courses li.course .course-grid-desc {
  display: none;
}
.courses-view-list .learn-press-courses li.course .course-list-desc {
  display: block;
  margin-bottom: 15px;
}
.single-lp_course .entry-title {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  padding-right: 100px;
}
.learn-press-message.success {
  border: 1px solid #93d0aa;
  color: #4bb372;
  background-color: transparent;
}
.learn-press-message.message-error {
  background-color: #ffd0d0;
  color: #d45757;
  border: none;
}
.learn-press-message.message-error a {
  display: none;
}
.lp-single-course .learn-press-message {
  margin-bottom: 50px;
}
.lp-single-course .course-meta {
  margin-bottom: 0;
}
.lp-single-course .course-meta:after {
  content: "";
  display: block;
  clear: both;
}
.lp-single-course .course-meta .course-meta-list {
  float: left;
  margin-top: 30px;
}
.lp-single-course .course-meta .course-payment {
  float: right;
  margin-top: -30px;
}
.lp-single-course .course-meta .course-author {
  padding-right: 30px;
  float: left;
}
.lp-single-course .course-meta .course-author img {
  border-radius: 50%;
  max-width: 90px;
}
.lp-single-course .course-meta .course-author h3 {
  font-size: 16px;
  color: #6a4e77;
  font-weight: 500;
  margin: 10px 0 0;
  line-height: 1;
  text-transform: uppercase;
}
.lp-single-course .course-meta .course-author .s-job {
  display: none;
}
.lp-single-course .course-meta .course-author .job {
  font-size: 13px;
  font-weight: 400;
}
.lp-single-course .course-meta .course-content-meta {
  float: left;
}
.lp-single-course .course-meta .course-meta-item {
  min-width: 190px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px 20px 13px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  float: left;
}
.lp-single-course .course-meta .course-meta-item:first-child,
.lp-single-course .course-meta .course-meta-item:nth-child(4) {
  border-left: 1px solid #dddddd;
}
.lp-single-course .course-meta .course-meta-item:nth-child(4),
.lp-single-course .course-meta .course-meta-item:nth-child(5),
.lp-single-course .course-meta .course-meta-item:nth-child(6) {
  border-bottom: none;
}
.lp-single-course .course-meta .course-meta-item:nth-child( 3n+1 ) {
  clear: both;
}
.lp-single-course .course-meta .course-meta-item label {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  color: #727272;
  font-weight: 400;
}
.lp-single-course .course-meta .course-meta-item a {
  color: #000;
}
.lp-single-course .course-meta .course-meta-item a:hover {
  text-decoration: underline;
}
.lp-single-course .course-meta .course-price {
  font-size: 60px;
  font-weight: 600;
  color: #6a4e77;
  line-height: 60px;
  text-align: right;
  position: relative;
}
.lp-single-course .course-meta .course-price .price-label {
  position: absolute;
  top: 0;
  right: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}
.lp-single-course .course-meta .course-price .course-origin-price {
  font-size: 24px;
  text-decoration: line-through;
  font-weight: 400;
  color: #727272;
  line-height: 24px;
  padding-right: 0;
}
.lp-single-course .course-meta .course-price .course-origin-price .currency {
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
.lp-single-course .course-meta .course-price .currency {
  font-size: 18px;
  font-weight: 500;
  vertical-align: text-top;
  padding-right: 5px;
}
.lp-single-course .course-meta .course-buttons {
  margin-top: 20px;
}
.lp-single-course .course-meta .course-buttons:after {
  content: "";
  display: block;
  clear: both;
}
.lp-single-course .course-meta .course-buttons .course-wishlist {
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  float: right;
}
.lp-single-course .course-meta .course-buttons .course-wishlist:hover,
.lp-single-course .course-meta .course-buttons .course-wishlist:focus,
.lp-single-course .course-meta .course-buttons .course-wishlist:active,
.lp-single-course .course-meta .course-buttons .course-wishlist:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.lp-single-course .course-meta .course-buttons .course-wishlist[disabled="disabled"] {
  opacity: 0.5;
}
.lp-single-course .course-meta .course-buttons .course-wishlist:hover,
.lp-single-course .course-meta .course-buttons .course-wishlist:focus,
.lp-single-course .course-meta .course-buttons .course-wishlist:active,
.lp-single-course .course-meta .course-buttons .course-wishlist:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.lp-single-course .course-meta .course-buttons .course-wishlist[disabled="disabled"] {
  opacity: 0.5;
}
.lp-single-course .course-meta .course-buttons .learn-press-course-buttons {
  float: right;
  margin-left: 10px;
}
.lp-single-course .course-meta .course-buttons .purchase-course .button,
.lp-single-course .course-meta .course-buttons .enroll-course .button {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
  border: none;
}
.lp-single-course .course-meta .course-buttons .purchase-course .button:hover,
.lp-single-course .course-meta .course-buttons .enroll-course .button:hover,
.lp-single-course .course-meta .course-buttons .purchase-course .button:focus,
.lp-single-course .course-meta .course-buttons .enroll-course .button:focus,
.lp-single-course .course-meta .course-buttons .purchase-course .button:active,
.lp-single-course .course-meta .course-buttons .enroll-course .button:active,
.lp-single-course .course-meta .course-buttons .purchase-course .button:active:focus,
.lp-single-course .course-meta .course-buttons .enroll-course .button:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.lp-single-course .course-meta .course-buttons .purchase-course .button:hover,
.lp-single-course .course-meta .course-buttons .enroll-course .button:hover,
.lp-single-course .course-meta .course-buttons .purchase-course .button:focus,
.lp-single-course .course-meta .course-buttons .enroll-course .button:focus,
.lp-single-course .course-meta .course-buttons .purchase-course .button:active,
.lp-single-course .course-meta .course-buttons .enroll-course .button:active,
.lp-single-course .course-meta .course-buttons .purchase-course .button:active:focus,
.lp-single-course .course-meta .course-buttons .enroll-course .button:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.lp-single-course .course-meta form.purchase-course {
  margin-bottom: 0;
}
.lp-single-course .course-meta .course-rate {
  text-align: right;
  margin-top: 20px;
}
.lp-single-course .course-meta .course-rate label,
.lp-single-course .course-meta .course-rate .label {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  color: #727272;
  font-weight: 400;
}
.lp-single-course .course-meta .course-rate .tl-rating .label,
.lp-single-course .course-meta .course-rate .tl-rating .rating-content {
  display: inline-block;
}
.lp-single-course .course-meta .course-rate .tl-rating .rating-content {
  font-size: 16px;
  color: #6a4e77;
}
.lp-single-course .course-meta .course-rate .tl-rating .label {
  padding-right: 10px;
}
.lp-single-course .course-meta .course-progress {
  min-width: 350px;
}
.lp-single-course .course-meta .course-progress .lp-course-progress-heading {
  text-align: right;
}
.lp-single-course .course-meta .course-progress .lp-course-progress-heading h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.lp-single-course .course-meta .course-progress .grade {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #28a1df;
  padding: 2px 7px;
  border-radius: 3px;
  color: #ffffff;
}
.lp-single-course .course-meta .course-progress .grade.passed {
  background-color: #82cd00;
}
.lp-single-course .course-meta .course-progress .grade.failed {
  background-color: #ff5425;
}
.lp-single-course .course-meta .course-progress .lp-progress-bar .lp-progress-value {
  background-color: #6a4e77;
}
.lp-single-course .course-entry-format {
  margin-top: 50px;
}
.lp-single-course .course-format {
  position: relative;
}
.lp-single-course .format-video > a {
  position: static;
}
.lp-single-course .format-video .tl-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  font-size: 36px;
  line-height: 95px;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.lp-single-course .format-video .featured-img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.lp-single-course .learn-press-tabs {
  margin-top: 60px;
}
.lp-single-course .course-wishlist {
  position: relative;
  font-family: Poppins, Arial, sans-serif;
}
.lp-single-course .course-wishlist:before {
  content: "";
}
.lp-single-course .course-wishlist.ajaxload:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.lp-single-course .course-wishlist.ajaxload:after {
  font-family: FontAweSome;
  content: "\f110";
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 1;
  display: block;
  animation: spin 2s infinite linear;
  z-index: 10;
}
.lp-single-course .course-learning-summary .course-wishlist,
.tl-single-course-layout-2 .course-meta .course-wishlist,
.tl-single-course-layout-3 .course-meta .course-wishlist,
.tl-single-course-layout-4 .course-meta .course-wishlist{
  display: none;
}

.tl-single-course-layout-3 .course-meta .course-meta__pull-left .meta-item-instructor {
	display: none;
}

.lp-archive-courses .course-summary-content .lp-entry-content .entry-content-left {
    width: 100%;
    max-width: 100%;
    margin: 0;
    /* padding-right: 40px; */
    padding-top: 60px;
}

.lp-archive-courses .course-summary-content .course-summary-sidebar,
.lp-archive-courses .learn-press-breadcrumb,
.lp-archive-courses .course-detail-info .course-meta-secondary {
	display: none;
}

.lp-archive-courses .ta-table tr td {
	padding: 0.4375em;
}

.lp-archive-courses .course-info-left {
	display: flex;
	flex-direction: column;
}

.lp-archive-courses .course-info-left .course-meta-primary {
	order: 2;
}

.lp-archive-courses .course-detail-info h1.course-title {
	font-family: Poppins, Arial, sans-serif;
    line-height: 1.2;
    color: #222222;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 0;
}

.lp-archive-courses .course-meta__pull-left .meta-item__value label {
	font-size: 13px !important;
	text-transform: uppercase;
	color: #000 !important;
	font-weight: 500 !important;
}

.lp-archive-courses .course-meta__pull-left .meta-item-categories .meta-item__value a {
	color: #727272 !important;
	font-size: 16px;
}

.lp-archive-courses .course-meta__pull-left .meta-item-categories .meta-item__value a:hover {
	text-decoration: underline;
}

.lp-archive-courses .course-meta-primary {
    margin-bottom: 0 !important;
    margin-top: 30px;
}

.lp-archive-courses .course-content .course-detail-info,
.lp-archive-courses .course-content .course-detail-info:after,
.lp-archive-courses .course-content .course-detail-info:before {
	background: #fff;
	color: #222;
	padding: 0;
}

.lp-archive-courses .social-share li a span {
	display: none;
}

#learn-press-course-description {
	display: flex;
    flex-direction: row;
    width: 100%;
/* 	padding-top: 35px; */
	background: #fff;
}

.lp-archive-courses .course-tab-panel {
	padding-top: 90px !important;
	background: #fff;
}

#learn-press-course-description .course-desc-wrapper {
	width: 66.666%;
    padding: 15px;
}

#learn-press-course-description .course-meta-wrapper {
	width: 33.333%;
}

.lp-archive-courses .course-tabs .course-nav label {
	position: relative;
}

.lp-archive-courses .course-tabs .course-nav label {
	display: inline-block;
    padding: 18px 0;
    outline: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 15px;
	font-weight: 400;
    color: #fff;
    transition: background-color 0.2s;
    border-bottom: none;
}

.lp-archive-courses ul.learn-press-nav-tabs .course-nav {
	position: unset !important;
	max-width: fit-content;
}

ul.learn-press-nav-tabs .course-nav.active::before {
	position: unset !important;
}

.lp-archive-courses ul.learn-press-nav-tabs .course-nav label:before {
	position: absolute !important;
    bottom: 0;
    left: 0;
    top: unset !important;
    content: "" !important;
    background-color: #fff !important;
    height: 4px !important;
    width: 0 !important;
    transition: 0.5s;
}

.lp-archive-courses ul.learn-press-nav-tabs .course-nav.active label:before {
	width: 100% !important;
}

.lp-archive-courses #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label,
.lp-archive-courses #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label,
.lp-archive-courses #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label,
.lp-archive-courses #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label,
.lp-archive-courses #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) label,
.lp-archive-courses #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6) label,
.lp-archive-courses #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7) label{
	color: #fff;
	background-color: transparent;
}

.lp-archive-courses .course-content .course-detail-info .meta-item-categories a {
	color: #222222;
}

.lp-archive-courses .course-meta__pull-left .meta-item-categories::before {
	display: none;
}

.archive .lp-archive-courses .course-content,
.post-type-archive .lp-archive-courses .course-content {
	background-color: #f8f8f8;
    padding: 10px 18px 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
	overflow: hidden;
} 

.archive .lp-archive-courses .lp-courses-bar,
.post-type-archive .lp-archive-courses .lp-courses-bar,
.archive .lp-archive-courses .learn-press-courses-header,
.post-type-archive .lp-archive-courses .learn-press-courses-header,
.archive .lp-archive-courses .course-footer,
.post-type-archive .lp-archive-courses .course-footer {
	display: none;
}
.archive .lp-archive-courses .course-readmore,
.post-type-archive .lp-archive-courses .course-readmore,
.learn-press-courses[data-layout=grid] .course-content .course-readmore {
	display: block !important;
}

.tl-single-course-layout-2 .lp-single-course .course-learning-summary .course-meta .course-wishlist,
.tl-single-course-layout-3 .lp-single-course .course-learning-summary .course-meta .course-wishlist,
.tl-single-course-layout-4 .lp-single-course .course-learning-summary .course-meta .course-wishlist {
  float: right;
}
.tl-single-course-layout-2 .lp-single-course .course-meta,
.tl-single-course-layout-3 .lp-single-course .course-meta,
.tl-single-course-layout-4 .lp-single-course .course-meta {
  display: block;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .meta-col,
.tl-single-course-layout-3 .lp-single-course .course-meta .meta-col,
.tl-single-course-layout-4 .lp-single-course .course-meta .meta-col,
.tl-single-course-layout-2 .course-meta .meta-col,
.tl-single-course-layout-3 .course-meta .meta-col,
.tl-single-course-layout-4 .course-meta .meta-col{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-meta-rating,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-meta-rating,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-meta-rating {
  min-width: 175px;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-author,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-author,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-author {
  padding-right: 0;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-author img,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-author img,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-author img {
  float: left;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-author h3,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-author h3,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-author h3,
.tl-single-course-layout-2 .lp-single-course .course-meta .course-author .s-job,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-author .s-job,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-author .s-job {
  padding-left: 110px;
  margin-top: 0;
  display: block;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-author h3,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-author h3,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-author h3 {
  margin-top: 23px;
  text-transform: none;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-author .s-job,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-author .s-job,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-author .s-job {
  color: #727272;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-author .job,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-author .job,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-author .job,
.tl-single-course-layout-2 .course-meta .course-author .job,
.tl-single-course-layout-3 .course-meta .course-author .job,
.tl-single-course-layout-4 .course-meta .course-author .job{
  display: none;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-meta-item,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-meta-item,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-meta-item,
.tl-single-course-layout-2 .course-meta .course-meta-item,
.tl-single-course-layout-3 .course-meta .course-meta-item,
.tl-single-course-layout-4 .course-meta .course-meta-item{
  border: none;
  min-width: inherit;
  padding: 0;
  font-weight: 400;
  color: #727272;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-meta-item label,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-meta-item label,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-meta-item label {
  font-weight: 500;
  color: #000;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-meta-item a,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-meta-item a,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-meta-item a {
  color: #727272;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-rate,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-rate,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-rate {
  margin-top: 0;
  text-align: left;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-rate label,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-rate label,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-rate label {
  font-weight: 500;
  color: #000;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-rate .tl-rating .label,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-rate .tl-rating .label,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-rate .tl-rating .label {
  float: right;
  padding-right: 0;
  padding-left: 10px;
  padding-top: 3px;
  font-size: 13px;
  color: #727272;
  font-weight: 500;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .course-progress,
.tl-single-course-layout-3 .lp-single-course .course-meta .course-progress,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-progress,
.tl-single-course-layout-2 .course-meta .course-progress,
.tl-single-course-layout-3 .course-meta .course-progress,
.tl-single-course-layout-4 .course-meta .course-progress{
  min-width: 300px;
}
.tl-single-course-layout-2 .lp-single-course .course-meta .learn-press-course-buttons,
.tl-single-course-layout-3 .lp-single-course .course-meta .learn-press-course-buttons,
.tl-single-course-layout-4 .lp-single-course .course-meta .learn-press-course-buttons,
.tl-single-course-layout-2 .course-meta .learn-press-course-buttons,
.tl-single-course-layout-3 .course-meta .learn-press-course-buttons,
.tl-single-course-layout-4 .course-meta .learn-press-course-buttons{
  margin-bottom: 10px;
  margin-left: 17px;
}
.tl-single-course-layout-2 .lp-single-course .course-format,
.tl-single-course-layout-3 .lp-single-course .course-format,
.tl-single-course-layout-4 .lp-single-course .course-format,
.tl-single-course-layout-2 .course-format,
.tl-single-course-layout-3 .course-format,
.tl-single-course-layout-4 .course-format {
  margin-top: 0;
  position: relative;
  height: 100%;
}
.tl-single-course-layout-2 .lp-single-course .course-format .featured-img,
.tl-single-course-layout-3 .lp-single-course .course-format .featured-img,
.tl-single-course-layout-4 .lp-single-course .course-format .featured-img,
.tl-single-course-layout-2 .course-format .featured-img,
.tl-single-course-layout-3 .course-format .featured-img,
.tl-single-course-layout-4 .course-format .featured-img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.tl-single-course-layout-2 .lp-single-course .course-format .owl-stage-outer,
.tl-single-course-layout-3 .lp-single-course .course-format .owl-stage-outer,
.tl-single-course-layout-4 .lp-single-course .course-format .owl-stage-outer,
.tl-single-course-layout-2 .lp-single-course .course-format .owl-stage,
.tl-single-course-layout-3 .lp-single-course .course-format .owl-stage,
.tl-single-course-layout-4 .lp-single-course .course-format .owl-stage,
.tl-single-course-layout-2 .lp-single-course .course-format .owl-item,
.tl-single-course-layout-3 .lp-single-course .course-format .owl-item,
.tl-single-course-layout-4 .lp-single-course .course-format .owl-item,
.tl-single-course-layout-2 .course-format .owl-stage-outer,
.tl-single-course-layout-3 .course-format .owl-stage-outer,
.tl-single-course-layout-4 .course-format .owl-stage-outer,
.tl-single-course-layout-2 .course-format .owl-stage,
.tl-single-course-layout-3 .course-format .owl-stage,
.tl-single-course-layout-4 .course-format .owl-stage,
.tl-single-course-layout-2 .course-format .owl-item,
.tl-single-course-layout-3 .course-format .owl-item,
.tl-single-course-layout-4 .course-format .owl-item {
  height: 100%;
}
.tl-single-course-layout-2 .lp-single-course .course-entry-format,
.tl-single-course-layout-3 .lp-single-course .course-entry-format,
.tl-single-course-layout-4 .lp-single-course .course-entry-format,
.tl-single-course-layout-2 .course-entry-format,
.tl-single-course-layout-3 .course-entry-format,
.tl-single-course-layout-4 .course-entry-format{
  margin-top: 25px;
}
.tl-single-course-layout-2 .lp-single-course .course-entry-format > .row,
.tl-single-course-layout-3 .lp-single-course .course-entry-format > .row,
.tl-single-course-layout-4 .lp-single-course .course-entry-format > .row,
.tl-single-course-layout-2 .course-entry-format > .row,
.tl-single-course-layout-3 .course-entry-format > .row,
.tl-single-course-layout-4 .course-entry-format > .row{
  display: flex;
  align-items: stretch;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta,
.tl-single-course-layout-3 .lp-single-course .course-content-meta,
.tl-single-course-layout-4 .lp-single-course .course-content-meta,
.tl-single-course-layout-2 .course-content-meta,
.tl-single-course-layout-3 .course-content-meta,
.tl-single-course-layout-4 .course-content-meta{
  border: 1px solid #ddd;
  padding: 0 15px 18px;
  background-color: #f6f6f6;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .course-meta-item,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .course-meta-item,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item,
.tl-single-course-layout-2 .course-content-meta .course-meta-item,
.tl-single-course-layout-3 .course-content-meta .course-meta-item,
.tl-single-course-layout-4 .course-content-meta .course-meta-item {
  padding: 18px 0 17px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #727272;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .course-meta-item a,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .course-meta-item a,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item a,
.tl-single-course-layout-2 .course-content-meta .course-meta-item a,
.tl-single-course-layout-3 .course-content-meta .course-meta-item a,
.tl-single-course-layout-4 .course-content-meta .course-meta-item a{
  color: #727272;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .course-meta-item label,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .course-meta-item label,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item label,
.tl-single-course-layout-2 .course-content-meta .course-meta-item label,
.tl-single-course-layout-3 .course-content-meta .course-meta-item label,
.tl-single-course-layout-4 .course-content-meta .course-meta-item label{
  color: #000;
  font-weight: 500;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .course-meta-item:first-child,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .course-meta-item:first-child,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item:first-child,
.tl-single-course-layout-2 .course-content-meta .course-meta-item:first-child,
.tl-single-course-layout-3 .course-content-meta .course-meta-item:first-child,
.tl-single-course-layout-4 .course-content-meta .course-meta-item:first-child{
  border-top: none;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .course-meta-item .social-share li,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .course-meta-item .social-share li,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item .social-share li,
.tl-single-course-layout-2 .course-content-meta .course-meta-item .social-share li,
.tl-single-course-layout-3 .course-content-meta .course-meta-item .social-share li,
.tl-single-course-layout-4 .course-content-meta .course-meta-item .social-share li{
  padding: 0 10px;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .course-meta-item .social-share li:last-child,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .course-meta-item .social-share li:last-child,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item .social-share li:last-child,
.tl-single-course-layout-2 .course-content-meta .course-meta-item .social-share li:last-child,
.tl-single-course-layout-3 .course-content-meta .course-meta-item .social-share li:last-child,
.tl-single-course-layout-4 .course-content-meta .course-meta-item .social-share li:last-child {
  padding-right: 0;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .course-meta-item .social-share li:first-child,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .course-meta-item .social-share li:first-child,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item .social-share li:first-child,
.tl-single-course-layout-2 .course-content-meta .course-meta-item .social-share li:first-child,
.tl-single-course-layout-3 .course-content-meta .course-meta-item .social-share li:first-child,
.tl-single-course-layout-4 .course-content-meta .course-meta-item .social-share li:first-child {
  padding-left: 0;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .course-meta-item .social-share li a,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .course-meta-item .social-share li a,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item .social-share li a {
  background-color: transparent;
  height: auto;
  line-height: 1;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .course-meta-item .social-share li a:hover,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .course-meta-item .social-share li a:hover,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item .social-share li a:hover {
  color: #000;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .course-meta-item .social-share li a span,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .course-meta-item .social-share li a span,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item .social-share li a span {
  display: none;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .course-meta-item .social-share li a i,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .course-meta-item .social-share li a i,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item .social-share li a i {
  background-color: transparent;
  height: auto;
  line-height: 1;
  width: auto;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .purchase-course,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .purchase-course,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .purchase-course {
  margin-bottom: 0;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .learn-press-course-buttons,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .learn-press-course-buttons,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .learn-press-course-buttons {
  margin-top: 10px;
}
.tl-single-course-layout-2 .lp-single-course .course-content-meta .learn-press-course-buttons .button,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .learn-press-course-buttons .button,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .learn-press-course-buttons .button,
.tl-single-course-layout-2 .lp-single-course .course-content-meta .learn-press-course-buttons .button-finish-course,
.tl-single-course-layout-3 .lp-single-course .course-content-meta .learn-press-course-buttons .button-finish-course,
.tl-single-course-layout-4 .lp-single-course .course-content-meta .learn-press-course-buttons .button-finish-course {
  background-color: #6a4e77;
  color: #fff;
  width: 100%;
}
.tl-single-course-layout-4 .lp-single-course .course-meta .course-author img {
  max-width: 60px;
}
.tl-single-course-layout-4 .lp-single-course .course-meta .course-author h3,
.tl-single-course-layout-4 .lp-single-course .course-meta .course-author .s-job {
  padding-left: 75px;
}
.tl-single-course-layout-4 .lp-single-course .course-meta .course-author h3 {
  margin-top: 10px;
}
.tl-single-course-layout-4 .lp-single-course .course-meta .course-meta-item {
  font-size: 14px;
}
.tl-single-course-layout-4 .lp-single-course .course-meta .course-rate .label {
  display: none;
}
.tl-single-course-layout-4 .lp-single-course .course-meta .course-progress {
  min-width: 260px;
}
.tl-single-course-layout-4 .lp-single-course .course-meta .learn-press-course-buttons {
  margin-bottom: 0;
}
.tl-single-course-layout-4 .lp-single-course .course-meta .course-buttons {
  margin-top: 0;
}
.tl-single-course-layout-4 .lp-single-course .course-meta .course-buttons button {
  margin-top: 20px;
}
.tl-single-course-layout-4 .lp-single-course .course-meta .lp-progress-bar {
  margin-bottom: 0;
}
.tl-single-course-layout-4 .lp-single-course .course-content-meta .course-meta-item {
  font-size: 14px;
}
.tl-single-course-layout-4 .course-learning-summary .course-meta .course-payment {
  margin-top: 0;
}
.tl-single-course-layout-4 .course-learning-summary .course-meta .meta-row {
  display: flex;
  align-items: center;
}
.tl-single-course-layout-4 .course-socials-share {
  clear: both;
  padding-left: 15px;
  padding-right: 15px;
}
.tl-single-course-layout-4 .lp-single-course .learn-press-tabs .learn-press-nav-tabs:before,
.tl-single-course-layout-4 .lp-single-course .learn-press-tabs .learn-press-nav-tabs:after {
  display: none;
}
.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-wishlist {
  display: block;
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}
.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-wishlist:hover,
.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-wishlist:focus,
.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-wishlist:active,
.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-wishlist:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-wishlist:hover,
.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-wishlist:focus,
.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-wishlist:active,
.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-wishlist:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
/** COURSE TABS **/
.learnpress .learn-press-tabs .learn-press-nav-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f6f6f6;
  border-bottom: none;
  position: relative;
}
.learnpress .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab {
  list-style-type: none;
  float: left;
  position: relative;
  margin-bottom: 0;
}
.learnpress .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab:after {
  display: none;
}
.learnpress .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a {
  display: inline-block;
  padding: 18px 20px;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #727272;
  transition: background-color 0.2s;
  border-bottom: none;
}
.learnpress .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active {
  border-bottom: none;
}
.learnpress .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active a {
  color: #fff;
  border-bottom: none;
  background-color: #6a4e77;
  margin-bottom: 0;
}
.learnpress .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active:after {
  display: none;
}
.learnpress .learn-press-tabs .learn-press-nav-tabs:after {
  content: '';
  display: block;
  clear: both;
}
.learnpress .learn-press-tabs .learn-press-tab-panel {
  display: none;
  padding: 35px 0 0;
  margin-bottom: 0;
}
.learnpress .learn-press-tabs .learn-press-tab-panel.active {
  display: block;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .comments-area {
  border-top: none;
  padding-top: 0;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .comments-area .comment-body {
  position: relative;
  padding-right: 90px;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .comments-area .comment-rating {
  position: absolute;
  top: 25px;
  right: 0;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .comments-area .comment-rating .rating-content {
  font-size: 13px;
  color: #6a4e77;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor .instructor-avatar {
  float: left;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor .instructor-avatar img {
  border-radius: 50%;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor .instructor-info {
  padding-left: 145px;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor .instructor-info .instructor-name {
  font-size: 21px;
  margin: 8px 0 15px;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor .instructor-info .instructor-name a {
  color: #6a4e77;
  font-weight: 600;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor .instructor-info .instructor-name .job {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 5px;
  color: #727272;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor .tl-user-socials {
  margin: 0;
  padding: 0;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor .tl-user-socials li {
  display: inline-block;
  list-style: none;
  margin-right: 7px;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor .tl-user-socials li a {
  background-color: #f6f6f6;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: block;
  font-size: 16px;
  color: #000;
  border-radius: 50%;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor .tl-user-socials li a:hover {
  background-color: #6a4e77;
  color: #fff;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .course-instructor .instructor-desc {
  clear: both;
  margin-top: 25px;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .learn-press-message {
  margin-top: 0;
  margin-bottom: 30px;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .learn-press-course-buttons .button-finish-course {
  margin-bottom: 40px;
}
.learnpress .learn-press-tabs .learn-press-tab-panel .learn-press-course-results-progress {
  margin-bottom: 30px;
}
.single-lp_course {
  overflow-x: hidden;
}
.single-lp_course .learn-press-tabs .learn-press-nav-tabs {
  position: relative;
  float: left;
  width: 100%;
}
.single-lp_course .learn-press-tabs .learn-press-nav-tabs:before,
.single-lp_course .learn-press-tabs .learn-press-nav-tabs:after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #f6f6f6;
  z-index: -1;
}
.single-lp_course .learn-press-tabs .learn-press-nav-tabs:before {
  left: -100%;
}
.single-lp_course .learn-press-tabs .learn-press-nav-tabs:after {
  right: -50%;
}
.single-lp_course .learn-press-tab-panel {
  clear: both;
}
.single-lp_course .learn-press-tab-panel .course-socials-share {
  padding-top: 40px;
}
.single-lp_course .learn-press-tab-panel .course-socials-share h4,
.single-lp_course .learn-press-tab-panel .course-socials-share ul {
  display: inline-block;
}
.single-lp_course .learn-press-tab-panel .course-socials-share h4 {
  margin-right: 10px;
  font-weight: 600;
  font-size: 14px;
}
.single-lp_course .learn-press-tab-panel .course-socials-share .social-share li a {
  background-color: transparent;
}
.single-lp_course .learn-press-tab-panel .course-socials-share .social-share li a span {
  display: none;
}
.single-lp_course .learn-press-tab-panel .course-socials-share .social-share li i {
  border-radius: 50%;
  width: 40px;
}
.tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs {
  background-color: #6a4e77;
}
.tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs:before,
.tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs:after {
  background-color: #6a4e77;
}
.tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab {
  padding: 0 20px;
}
.tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab:first-child {
  padding-left: 0;
}
.tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #fff;
  height: 4px;
  width: 0;
  transition: 0.5s;
}
.tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a:after {
  top: 0;
  bottom: auto;
}
.tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active a:before {
  left: 0;
  right: auto;
  width: 100%;
}
.tl-single-course-layout-3 .learn-press-tab-panel .course-description,
.tl-single-course-layout-4 .learn-press-tab-panel .course-description {
  margin: 0 -15px;
}
.tl-single-course-layout-3 .learn-press-tab-panel .course-description .course-desc-wrapper,
.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-desc-wrapper {
  width: 66.66%;
  padding: 0 15px;
  float: left;
}
.tl-single-course-layout-3 .learn-press-tab-panel .course-description .course-meta-wrapper,
.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-meta-wrapper {
  width: 33.33%;
  padding: 0 15px;
  float: right;
}
.learnpress.single-lp_course .learn-press-course-results-progress .items-progress {
  width: 50%;
  padding-right: 15px;
  margin-right: 0;
}
.learnpress.single-lp_course .learn-press-course-results-progress .course-progress {
  width: 50%;
  padding-left: 15px;
}
.learnpress.single-lp_course .learn-press-course-results-progress .lp-course-progress-heading {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  padding-right: 10px;
  line-height: 1;
}
.learnpress.single-lp_course .learn-press-course-results-progress .lp-course-status {
  display: inline-block;
}
.learnpress.single-lp_course .learn-press-course-results-progress .number {
  font-size: 14px;
  vertical-align: baseline;
}
.learnpress.single-lp_course .learn-press-course-results-progress .number .percentage-sign {
  font-size: 14px;
}
.learnpress.single-lp_course .learn-press-course-results-progress .grade {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #28a1df;
  color: #ffffff;
}
.learnpress.single-lp_course .learn-press-course-results-progress .grade.passed {
  background: #82cd00;
}
.learnpress.single-lp_course .learn-press-course-results-progress:after {
  display: block;
  content: '';
  clear: both;
}
.learnpress.single-lp_course .learn-press-course-results-progress .lp-progress-bar .lp-progress-value {
  background-color: #6a4e77;
}
.learnpress #learn-press-course-curriculum .learn-press-course-buttons .enroll-course {
  display: none;
}
.learnpress #learn-press-course-curriculum .learn-press-course-buttons .button-retake-course {
  margin-bottom: 20px;
}
.learnpress #learn-press-course-curriculum ul.curriculum-sections,
.learnpress #learn-press-course-curriculum ul.section-content {
  background-color: #fff;
}
.learnpress #learn-press-course-curriculum ul.curriculum-sections li.section,
.learnpress #learn-press-course-curriculum ul.section-content li.section {
  list-style-type: none;
  margin-bottom: 20px;
}
.learnpress #learn-press-course-curriculum ul.curriculum-sections li.section:last-child,
.learnpress #learn-press-course-curriculum ul.section-content li.section:last-child {
  margin-bottom: 0;
}
.learnpress #learn-press-course-curriculum .section-header {
  background-color: #efefef;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  padding-right: 45px;
  cursor: pointer;
}
.learnpress #learn-press-course-curriculum .section-header .meta {
  font-size: 18px;
  color: #727273;
  font-weight: 500;
}
.learnpress #learn-press-course-curriculum .section-header .collapse {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-family: FontAweSome;
  font-size: 18px;
}
.learnpress #learn-press-course-curriculum .section-header .collapse:before {
  content: "\f107";
}
.learnpress #learn-press-course-curriculum .section-header .collapse:hover {
  cursor: pointer;
}
.learnpress #learn-press-course-curriculum .section-header .collapse.plus:before {
  content: "\f106";
}
.learnpress #learn-press-course-curriculum .section-header:hover {
  background-color: #efefef;
}
.learnpress #learn-press-course-curriculum .section-header p {
  padding: 0;
}
.learnpress #learn-press-course-curriculum .course-item {
  border: none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.learnpress #learn-press-course-curriculum .course-item.course-lesson .course-item-title:before {
  font-family: FontAweSome;
  content: "\f15b";
  color: #6a4e77;
  font-size: 14px;
}
.learnpress #learn-press-course-curriculum .course-item.course-quiz .course-item-title:before {
  font-family: FontAweSome;
  content: "\f017";
  color: #6a4e77;
  font-size: 14px;
}
.learnpress #learn-press-course-curriculum .course-item:nth-child( 2n) {
  background-color: #f6f6f6;
}
.learnpress #learn-press-course-curriculum .course-item:nth-child( 2n).viewable:hover {
  background-color: #f6f6f6;
}
.learnpress #learn-press-course-curriculum .course-item:after {
  display: none;
}
.learnpress #learn-press-course-curriculum .course-item .course-item-meta {
  margin-top: 0;
  position: relative;
  top: 0;
  right: 0;
  padding-right: 40px;
}
.learnpress #learn-press-course-curriculum .course-item .course-item-meta .item-status {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-family: FontAweSome;
  color: #727272;
  font-size: 14px;
  background-color: transparent;
  width: auto;
  height: auto;
  min-width: 25px;
  text-align: center;
}
.learnpress #learn-press-course-curriculum .course-item .course-item-meta .item-status:before {
  content: "\f023";
}
.learnpress #learn-press-course-curriculum .course-item .course-item-meta:after {
  content: "\f023";
  font-family: FontAweSome;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 25px;
  text-align: center;
}
.learnpress #learn-press-course-curriculum .course-item.viewable .course-item-meta .item-status {
  display: block;
}
.learnpress #learn-press-course-curriculum .course-item.viewable .course-item-meta .item-status:before {
  content: "\f06e";
}
.learnpress #learn-press-course-curriculum .course-item.viewable .course-item-meta .item-status-passed,
.learnpress #learn-press-course-curriculum .course-item.viewable .course-item-meta .item-status-completed {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #8cc371;
  color: #fff;
  border-radius: 50%;
}
.learnpress #learn-press-course-curriculum .course-item.viewable .course-item-meta .item-status-passed:before,
.learnpress #learn-press-course-curriculum .course-item.viewable .course-item-meta .item-status-completed:before {
  content: "\f00c";
}
.learnpress #learn-press-course-curriculum .course-item.viewable .course-item-meta:after {
  display: none;
}
.learnpress #learn-press-course-curriculum .course-item.item-viewed .course-item-meta .item-status-failed {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #cc540d;
  color: #fff;
  border-radius: 50%;
}
.learnpress #learn-press-course-curriculum .course-item.item-viewed .course-item-meta .item-status-failed:before {
  content: "\f12a";
}
.learnpress #learn-press-course-curriculum .course-item.item-viewed .course-item-meta .item-status-started:before {
  content: "\f0ae";
}
.learnpress #learn-press-course-curriculum .course-item.viewable:hover {
  background-color: inherit;
}
.learnpress #learn-press-course-curriculum .course-item .course-item-title {
  color: #727272;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.learnpress #learn-press-course-curriculum .course-item .course-item-title:before {
  position: absolute;
  left: 0;
  top: 0;
}
.learnpress #learn-press-course-curriculum .course-item a.course-item-title:hover {
  color: #6a4e77;
}
.learnpress #learn-press-course-curriculum .course-item .lesson-duration {
  padding-left: 15px;
}
.learnpress #learn-press-course-curriculum .course-item .lp-label {
  border-radius: 0;
  font-size: 11px;
  height: 20px;
  line-height: 19px;
}
.learnpress #learn-press-course-curriculum .course-item .lp-label-preview {
  background-color: #8cc371;
}
.learnpress #learn-press-course-curriculum .course-item .lp-label-quiz {
  background-color: #28a1df;
}
.tl-course-rating {
  margin-bottom: 60px;
}
.tl-course-rating:after {
  content: "";
  display: block;
  clear: both;
}
.tl-course-rating .average-rating {
  width: 25%;
  padding-right: 15px;
  float: left;
}
.tl-course-rating .average-rating .average-box {
  background-color: #f8f8f8;
  padding: 20px 25px;
  text-align: center;
  display: block;
  border: 1px solid #ededed;
}
.tl-course-rating .average-rating .average-box .label {
  font-size: 80px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-bottom: 25px;
}
.tl-course-rating .average-rating .average-box .rating-content {
  color: #6a4e77;
  font-size: 18px;
}
.tl-course-rating .average-rating .average-box .count-rating {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.tl-course-rating .bar-rating {
  width: 65%;
  padding-left: 15px;
  float: right;
}
.tl-course-rating .bar-rating .star-item {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.tl-course-rating .bar-rating .star-item .slabel {
  font-size: 16px;
  color: #6a4e77;
  margin-right: 30px;
  min-width: 80px;
}
.tl-course-rating .bar-rating .star-item .sbar {
  width: 600px;
}
.tl-course-rating .bar-rating .star-item .sbar .bar-content {
  width: 100%;
  background-color: #e6e6e6;
  height: 15px;
  position: relative;
}
.tl-course-rating .bar-rating .star-item .sbar .bar-content span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6a4e77;
  bottom: 0;
}
.tl-course-rating .bar-rating .star-item .svalue {
  min-width: 70px;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}
.learnpress #course-curriculum-popup .learn-press-message,
.learnpress #course-curriculum-popup .learn-press-course-buttons {
  display: none;
}
.learnpress #course-curriculum-popup #popup-main {
  left: 420px;
}
.learnpress #course-curriculum-popup #popup-main #popup-header {
  background-color: #6a4e77;
  border: none;
  left: -420px;
}
.learnpress #course-curriculum-popup #popup-main #popup-header .popup-close {
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.1);
}
.learnpress #course-curriculum-popup #popup-main #popup-header .popup-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.learnpress #course-curriculum-popup #popup-main #popup-header .popup-close:before,
.learnpress #course-curriculum-popup #popup-main #popup-header .popup-close:after {
  display: none;
}
.learnpress #course-curriculum-popup #popup-main #popup-header .popup-close.tl-back-btn {
  width: auto;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  position: static;
  float: left;
}
.learnpress #course-curriculum-popup #popup-main #popup-header .popup-close.tl-back-btn i {
  padding-right: 15px;
  font-size: 16px;
}
.learnpress #course-curriculum-popup #popup-main #popup-header .popup-title {
  float: left;
  margin-left: 0;
  font-weight: 500;
  font-size: 22px;
}
.learnpress #course-curriculum-popup #popup-main #popup-content {
  bottom: 0;
}
.learnpress #course-curriculum-popup #popup-sidebar {
  width: 420px;
}
.learnpress #course-curriculum-popup #popup-sidebar .course-item {
  display: block;
  padding-left: 20px;
}
.learnpress #course-curriculum-popup #popup-sidebar .course-item .lp-label,
.learnpress #course-curriculum-popup #popup-sidebar .course-item .item-loop-meta-text {
  display: none;
}
.learnpress #course-curriculum-popup #popup-sidebar .course-item .course-item-title {
  font-size: 14px;
  float: none;
  padding-right: 30px;
  text-align: left;
}
.learnpress #course-curriculum-popup #popup-sidebar .course-item .course-item-meta {
  position: static;
  display: block;
  float: none;
  padding-left: 20px;
  margin-top: 5px;
}
.learnpress #course-curriculum-popup #popup-sidebar .course-item .course-item-meta .item-status,
.learnpress #course-curriculum-popup #popup-sidebar .course-item .course-item-meta:after {
  top: 25px;
  right: 20px;
}
.learnpress #course-curriculum-popup #popup-sidebar .course-item .lesson-duration {
  display: block;
  font-size: 12px;
  padding-left: 0;
}
.learnpress #course-curriculum-popup .learn-press-course-results-progress .items-progress {
  padding-right: 0;
}
.learnpress #course-curriculum-popup .learn-press-course-results-progress .course-progress {
  padding-left: 0;
}
.learnpress .button,
.learnpress .button-primary {
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}
.learnpress .button:hover,
.learnpress .button-primary:hover,
.learnpress .button:focus,
.learnpress .button-primary:focus,
.learnpress .button:active,
.learnpress .button-primary:active,
.learnpress .button:active:focus,
.learnpress .button-primary:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.learnpress .button[disabled="disabled"],
.learnpress .button-primary[disabled="disabled"] {
  opacity: 0.5;
}
.learnpress .button:hover,
.learnpress .button-primary:hover,
.learnpress .button:focus,
.learnpress .button-primary:focus,
.learnpress .button:active,
.learnpress .button-primary:active,
.learnpress .button:active:focus,
.learnpress .button-primary:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.learnpress .button[disabled="disabled"],
.learnpress .button-primary[disabled="disabled"] {
  opacity: 0.5;
}
.learnpress .learn-press-course-buttons button {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
}
.learnpress .learn-press-course-buttons button:hover,
.learnpress .learn-press-course-buttons button:focus,
.learnpress .learn-press-course-buttons button:active,
.learnpress .learn-press-course-buttons button:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.learnpress .learn-press-course-buttons button:hover,
.learnpress .learn-press-course-buttons button:focus,
.learnpress .learn-press-course-buttons button:active,
.learnpress .learn-press-course-buttons button:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.learnpress .learn-press-content-item-title {
  display: none;
}
.learnpress .learn-press-content-item-title .lp-expand {
  display: none;
}
.learnpress .learn-press-content-item-title.content-item-quiz-title {
  display: block;
}
.learnpress .learn-press-content-item-title.content-item-quiz-title .quiz-countdown,
.learnpress .learn-press-content-item-title.content-item-quiz-title h4 {
  float: none;
  font-size: 36px;
}
.learnpress .learn-press-content-item-title.content-item-quiz-title .quiz-countdown {
  background-color: transparent;
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}
.learnpress .learn-press-content-item-title.content-item-quiz-title .quiz-countdown:before,
.learnpress .learn-press-content-item-title.content-item-quiz-title .quiz-countdown:after {
  display: none;
}
.learnpress .learn-press-content-item-title.content-item-quiz-title .quiz-countdown .countdown {
  display: inline-block;
}
.learnpress .tl-lesson-title {
  margin: 30px 0;
  border: none;
  font-size: 24px;
  color: #242424;
}
.learnpress .learn-press-content-item-summary button {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
  border: none;
}
.learnpress .learn-press-content-item-summary button:hover,
.learnpress .learn-press-content-item-summary button:focus,
.learnpress .learn-press-content-item-summary button:active,
.learnpress .learn-press-content-item-summary button:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.learnpress .learn-press-content-item-summary button:hover,
.learnpress .learn-press-content-item-summary button:focus,
.learnpress .learn-press-content-item-summary button:active,
.learnpress .learn-press-content-item-summary button:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.learnpress .learn-press-content-item-summary button[disabled] {
  opacity: 0.5;
}
.learnpress .learn-press-content-item-summary .course-lesson-description {
  margin-bottom: 30px;
}
.learnpress .course-item-navigation {
  border-top: 1px solid #dddddd;
  padding: 10px 0;
}
.learnpress .course-item-navigation .nav-links .nav-link a .meta-nav {
  font-size: 12px;
  font-weight: 500;
  transition: 0.5s;
}
.learnpress .course-item-navigation .nav-links .nav-link a .post-title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.learnpress .course-item-navigation .nav-links .nav-link a:hover .meta-nav {
  color: #000;
}
.learnpress .comment-form-rating .stars a {
  color: #727272;
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  outline: 0;
  border-right: 1px solid #ccc;
  letter-spacing: 2px;
}
.learnpress .comment-form-rating .stars a:last-child {
  border-right-width: 0;
}
.learnpress .comment-form-rating .stars a:after {
  font-family: FontAwesome;
  content: "\f005";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.learnpress .comment-form-rating .stars a:hover,
.learnpress .comment-form-rating .stars a.active {
  color: #6a4e77;
}
.learnpress .comment-form-rating .stars .star-1 {
  width: 2em;
}
.learnpress .comment-form-rating .stars .star-2 {
  width: 3em;
}
.learnpress .comment-form-rating .stars .star-2:after {
  content: "\f005\f005";
}
.learnpress .comment-form-rating .stars .star-3 {
  width: 4em;
}
.learnpress .comment-form-rating .stars .star-3:after {
  content: "\f005\f005\f005";
}
.learnpress .comment-form-rating .stars .star-4 {
  width: 5em;
}
.learnpress .comment-form-rating .stars .star-4:after {
  content: "\f005\f005\f005\f005";
}
.learnpress .comment-form-rating .stars .star-5 {
  width: 6em;
}
.learnpress .comment-form-rating .stars .star-5:after {
  content: "\f005\f005\f005\f005\f005";
}
.learnpress .content-item-quiz .quiz-intro {
  margin-top: 30px;
  margin-bottom: 30px;
}
.learnpress .content-item-quiz .quiz-intro li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
}
.learnpress .content-item-quiz .quiz-intro li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.learnpress .content-item-quiz .quiz-intro li label {
  font-weight: 600;
  color: #000;
}
.learnpress .content-item-quiz .lp-group-heading-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 50px;
  position: relative;
  padding-left: 20px;
}
.learnpress .content-item-quiz .lp-group-heading-title .toggle-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}
.learnpress .content-item-quiz .lp-group-heading-title .toggle-icon:before {
  font-family: FontAweSome;
}
.learnpress .content-item-quiz .lp-group-heading-title.toggle-on .toggle-icon {
  margin-left: 0;
}
.learnpress .content-item-quiz .lp-group-heading-title.toggle-on .toggle-icon:before {
  content: "\f107";
}
.learnpress .content-item-quiz .lp-group-heading-title.toggle-off .toggle-icon {
  margin-left: 0;
}
.learnpress .content-item-quiz .lp-group-heading-title.toggle-off .toggle-icon:before {
  content: "\f106";
}
.learnpress .content-item-quiz .quiz-questions-list {
  margin-left: 20px;
  margin-top: 20px;
}
.learnpress .content-item-quiz .quiz-questions-list li {
  list-style: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.learnpress .content-item-quiz .quiz-questions-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.learnpress .content-item-quiz .quiz-questions-list li .question-title {
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
}
.learnpress .content-item-quiz .quiz-questions-list li a.question-title:hover {
  color: #6a4e77;
}
.learnpress .content-item-quiz .quiz-questions-list li.current .question-title {
  color: #6a4e77;
}
.learnpress .content-item-quiz .quiz-questions-list li.question-results {
  border-bottom: none;
  padding-bottom: 0;
}
.learnpress .content-item-quiz .learn-press-question-options .answer-option {
  margin-bottom: 5px;
  background-color: transparent;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  padding-bottom: 5px;
}
.learnpress .content-item-quiz .learn-press-question-options .answer-option.answer-true label p {
  background-color: transparent;
  color: #727272;
}
.learnpress .content-item-quiz .learn-press-question-options .answer-option > label p {
  padding-left: 30px;
  min-height: 36px;
  display: inline-block;
}
.learnpress .content-item-quiz .learn-press-question-options .answer-option > label p.single-lines {
  line-height: 36px;
}
.learnpress .content-item-quiz .learn-press-question-options .answer-option:hover label p {
  background-color: transparent;
}
.learnpress .content-item-quiz .learn-press-question-options .answer-option input[type="checkbox"],
.learnpress .content-item-quiz .learn-press-question-options .answer-option input[type="radio"] {
  border: 1px solid #727272;
  cursor: pointer;
  width: 16px;
  height: 16px;
  left: 0;
}
.learnpress .content-item-quiz .learn-press-question-options .answer-option input[type="checkbox"]:checked + p,
.learnpress .content-item-quiz .learn-press-question-options .answer-option input[type="radio"]:checked + p {
  font-weight: 400;
  background-color: transparent;
  color: #727272;
}
.learnpress .content-item-quiz .learn-press-question-options .answer-option input[type="checkbox"]:checked,
.learnpress .content-item-quiz .learn-press-question-options .answer-option input[type="radio"]:checked {
  border-color: #6a4e77;
}
.learnpress .content-item-quiz .learn-press-question-options .answer-option input[type="checkbox"]:checked:before,
.learnpress .content-item-quiz .learn-press-question-options .answer-option input[type="radio"]:checked:before {
  font-family: FontAwesome;
  content: '\f00c';
  border: none;
  transform: none;
  top: 1px;
  left: 1px;
  font-size: 12px;
  color: #6a4e77;
}
.learnpress .content-item-quiz .learn-press-question-options .answer-option-result label p {
  font-size: 13px;
}
.learnpress .content-item-quiz .learn-press-question-options .answer-option-result input[type="checkbox"],
.learnpress .content-item-quiz .learn-press-question-options .answer-option-result input[type="radio"] {
  margin-top: 0;
}
.learnpress .content-item-quiz .quiz-buttons {
  margin-top: 30px;
}
.learnpress .content-item-quiz .quiz-buttons .button-prev-question,
.learnpress .content-item-quiz .quiz-buttons .button-next-question,
.learnpress .content-item-quiz .quiz-buttons .button-check-answer,
.learnpress .content-item-quiz .quiz-buttons .button-hint {
  background-color: transparent;
  border: 1px solid #6a4e77;
  color: #6a4e77;
  margin-right: 10px;
}
.learnpress .content-item-quiz .quiz-buttons .button-finish-quiz {
  float: none;
  margin-top: 10px;
  display: block;
}
.learnpress .content-item-quiz .quiz-history {
  width: 100%;
}
.learnpress .content-item-quiz .quiz-history th,
.learnpress .content-item-quiz .quiz-history td {
  padding: 10px 15px;
}
.learnpress .content-item-quiz .quiz-history th {
  color: #000;
}
.learnpress .content-item-quiz .question-results .answer-true .option-title {
  margin-left: 0;
  font-size: 13px;
}
.learnpress .content-item-quiz .quiz-result {
  margin-top: 40px;
}
.learnpress .content-item-quiz .quiz-result h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
.learnpress .content-item-quiz .quiz-result .quiz-result-summary {
  max-width: 100%;
  margin-bottom: 0;
}
.learnpress .content-item-quiz .quiz-result .quiz-result-summary .quiz-result-field {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-right: 1px solid #ddd;
  margin-right: 15px;
  padding-right: 15px;
  border-radius: 0;
}
.learnpress .content-item-quiz .quiz-result .quiz-result-summary .quiz-result-field:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.learnpress .content-item-quiz .quiz-result .quiz-result-summary .quiz-result-field.correct {
  color: #22b4ff;
}
.learnpress .content-item-quiz .quiz-result .quiz-result-summary .quiz-result-field.wrong {
  color: #ff5425;
}
.learnpress .content-item-quiz .quiz-result .quiz-result-summary .quiz-result-field.empty {
  color: #727272;
}
.learnpress .content-item-quiz .quiz-result .quiz-result-time {
  display: inline-block;
  border-right: 1px solid #ddd;
  margin-right: 15px;
  padding-right: 15px;
}
.learnpress .content-item-quiz .quiz-result .quiz-grade {
  display: inline-block;
}
.learnpress .content-item-quiz .quiz-result .quiz-grade p {
  display: inline-block;
  border-right: 1px solid #ddd;
  margin-right: 15px;
  padding-right: 15px;
}
.learnpress .content-item-quiz .quiz-result .quiz-grade p:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.learnpress .course-item-navigation {
  margin-top: 50px;
}
.learnpress .learn-press-user-profile .learn-press-tabs {
  margin: 0 0 30px;
  padding: 0;
  background-color: #f6f6f6;
  border-bottom: none;
  position: relative;
  float: left;
  width: 100%;
}
.learnpress .learn-press-user-profile .learn-press-tabs:before,
.learnpress .learn-press-user-profile .learn-press-tabs:after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #f6f6f6;
  z-index: -1;
  display: block;
}
.learnpress .learn-press-user-profile .learn-press-tabs:before {
  left: -100%;
}
.learnpress .learn-press-user-profile .learn-press-tabs:after {
  right: -50%;
}
.learnpress .learn-press-user-profile .learn-press-tabs > li {
  margin-bottom: 0;
}
.learnpress .learn-press-user-profile .learn-press-tabs > li > a {
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #727272;
  padding: 15px 20px;
  transition: background-color 0.25s;
}
.learnpress .learn-press-user-profile .learn-press-tabs > li.current > a {
  background-color: #6a4e77;
  color: #fff;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .learn-press-subtabs {
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .learn-press-subtabs li {
  display: block;
  border: 1px solid #ededed;
  border-bottom: none;
  padding: 10px 20px;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .learn-press-subtabs li a {
  color: #000;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .learn-press-subtabs li:last-child {
  border-bottom: 1px solid #ededed;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .learn-press-subtabs li.current {
  background-color: #6a4e77;
  color: #fff;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .learn-press-subtab-content,
.learnpress .learn-press-user-profile .lp-user-profile-form .update-profile {
  float: right;
  width: 75%;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .update-profile {
  border: none;
  padding-top: 0;
  text-align: center;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-edit-avatar .lp-form-field {
  margin: 0;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-edit-avatar .lp-form-field:after {
  clear: both;
  content: "";
  display: block;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-edit-avatar .lp-form-field-wrap {
  padding: 20px;
}
.learnpress .learn-press-user-profile .lp-user-profile-form #lp-profile-edit-password-form .lp-form-field-wrap {
  padding: 20px;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap {
  padding: 20px 5px;
  margin-bottom: 0;
  border: 1px solid #eee;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap .lp-form-field-label {
  color: #333;
  font-weight: 600;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap textarea {
  min-height: 150px;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap textarea,
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap input[type="text"],
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap input[type="password"],
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap select {
  border: 1px solid #ededed;
  padding: 5px 10px;
  width: 100%;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap #lp-avatar-actions button {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
  border: none;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap #lp-avatar-actions button:hover,
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap #lp-avatar-actions button:focus,
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap #lp-avatar-actions button:active,
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap #lp-avatar-actions button:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap #lp-avatar-actions button:hover,
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap #lp-avatar-actions button:focus,
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap #lp-avatar-actions button:active,
.learnpress .learn-press-user-profile .lp-user-profile-form .lp-form-field-wrap #lp-avatar-actions button:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders {
  width: 100%;
  border-color: #eee;
}
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders th {
  color: #333;
}
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders th,
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td {
  padding: 5px 10px;
  border-color: #eee;
}
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td a {
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  height: 32px;
  line-height: 30px;
}
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td a:hover,
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td a:focus,
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td a:active,
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td a:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td a[disabled="disabled"] {
  opacity: 0.5;
}
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td a:hover,
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td a:focus,
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td a:active,
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td a:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.learnpress .learn-press-user-profile .user-profile-tabs .table-orders td a[disabled="disabled"] {
  opacity: 0.5;
}
.learnpress .order_table,
.learnpress .order_details {
  width: 100%;
  border-color: #eee;
}
.learnpress .order_table th,
.learnpress .order_details th {
  color: #333;
}
.learnpress .order_table th,
.learnpress .order_details th,
.learnpress .order_table td,
.learnpress .order_details td {
  padding: 5px 10px;
  border-color: #eee;
}
.learnpress .tl-user-order-detail h2 {
  font-weight: 600;
  margin-bottom: 30px;
}
.learnpress .tl-user-order-detail .order_table {
  margin-bottom: 30px;
}
.learnpress #learn-press-form-login {
  max-width: 350px;
  margin: 50px auto 0;
}
.learnpress #learn-press-form-login .login-username label,
.learnpress #learn-press-form-login .login-password label {
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.learnpress #learn-press-form-login .login-username .input,
.learnpress #learn-press-form-login .login-password .input {
  padding: 7px 10px;
  border: 1px solid #eee;
  width: 100%;
}
.learnpress #learn-press-form-login .button-primary {
  background-color: #6a4e77;
  color: #fff;
}
.learnpress .learn-press-become-teacher-form {
  max-width: 450px;
  margin: 0 auto;
}
.learnpress .learn-press-become-teacher-form .learn-press-message {
  margin-bottom: 50px;
}
.learnpress .learn-press-become-teacher-form .become-teacher-fields li {
  margin-bottom: 15px;
}
.learnpress .learn-press-become-teacher-form .become-teacher-fields label {
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.learnpress .learn-press-become-teacher-form .become-teacher-fields input[type="text"],
.learnpress .learn-press-become-teacher-form .become-teacher-fields input[type="email"] {
  padding: 7px 10px;
  border: 1px solid #eee;
  width: 100%;
}
.learnpress .learn-press-become-teacher-form .become-teacher-fields button[type="submit"] {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
}
.learnpress .learn-press-become-teacher-form .become-teacher-fields button[type="submit"]:hover,
.learnpress .learn-press-become-teacher-form .become-teacher-fields button[type="submit"]:focus,
.learnpress .learn-press-become-teacher-form .become-teacher-fields button[type="submit"]:active,
.learnpress .learn-press-become-teacher-form .become-teacher-fields button[type="submit"]:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.learnpress .learn-press-become-teacher-form .become-teacher-fields button[type="submit"]:hover,
.learnpress .learn-press-become-teacher-form .become-teacher-fields button[type="submit"]:focus,
.learnpress .learn-press-become-teacher-form .become-teacher-fields button[type="submit"]:active,
.learnpress .learn-press-become-teacher-form .become-teacher-fields button[type="submit"]:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.learnpress #learn-press-checkout > p {
  display: none;
}
.learnpress #learn-press-checkout h3 {
  font-size: 21px;
  font-weight: 600;
}
.learnpress #learn-press-checkout .learn-press-checkout-review-order-table {
  width: 100%;
  border: none;
  margin-bottom: 50px;
}
.learnpress #learn-press-checkout .learn-press-checkout-review-order-table thead th {
  background-color: #6a4e77;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
}
.learnpress #learn-press-checkout .learn-press-checkout-review-order-table th,
.learnpress #learn-press-checkout .learn-press-checkout-review-order-table td {
  padding: 10px 20px;
  border-right: none;
  border-color: #ddd;
}
.learnpress #learn-press-checkout .learn-press-checkout-review-order-table tbody td.course-name {
  color: #000;
}
.learnpress #learn-press-checkout .learn-press-checkout-review-order-table tbody td.course-name a {
  color: #000;
  font-weight: 600;
}
.learnpress #learn-press-checkout .learn-press-checkout-review-order-table tbody td.course-name a:hover {
  color: #6a4e77;
}
.learnpress #learn-press-checkout .learn-press-checkout-review-order-table tfoot th {
  text-transform: uppercase;
  font-weight: 400;
}
.learnpress #learn-press-checkout .learn-press-checkout-comment {
  width: 58%;
  float: left;
}
.learnpress #learn-press-checkout .learn-press-checkout-comment textarea {
  width: 100%;
  min-height: 115px;
}
.learnpress #learn-press-checkout .learn-press-checkout-payment {
  width: 38%;
  float: right;
}
.learnpress #learn-press-checkout .learn-press-checkout-payment .payment-methods {
  padding: 0;
}
body.content-item-only .learn-press-content-item-only > .learn-press-message {
  margin: 0 auto 30px;
  max-width: 1000px;
  width: 100%;
}
body.content-item-only .learn-press-content-item-only #learn-press-content-item {
  width: 100%;
}
.tl-related-courses .learn-press-courses {
  margin: 0;
}
.tl-related-courses .learn-press-courses li.course {
  width: 100%;
  padding: 0;
}
.tl-related-courses .learn-press-courses li.course .course-desc {
  display: none;
}
.tl-profile-page {
  overflow-x: hidden;
}
.tl-profile-page .site-content {
  padding-top: 30px;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info {
  position: relative;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 50px;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .user-avatar {
  display: inline-block;
  float: none;
  margin-bottom: 20px;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .user-avatar img {
  border-radius: 50%;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .user-basic-info {
  margin-left: 0;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .user-basic-info .user-nicename {
  font-size: 21px;
  color: #000;
  font-weight: 600;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .user-basic-info .user-job {
  margin-top: 0;
  text-transform: uppercase;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .tl-user-socials {
  margin: 0 0 20px;
  padding: 0;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .tl-user-socials li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #3b5998;
  margin: 5px 5px;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .tl-user-socials li a {
  color: #fff;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .tl-user-socials .social-twitter {
  background-color: #00aced;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .tl-user-socials .social-google {
  background-color: #dd4b39;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .tl-user-socials .social-skype {
  background-color: #12A5F4;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .tl-user-socials .social-behance {
  background-color: #053eff;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .tl-user-socials .social-youtube {
  background-color: #b00;
}
.tl-profile-page .learn-press-user-profile #learn-press-user-info .tl-user-socials .social-linkedin {
  background-color: #007bb5;
}
.tl-profile-page .customer-login h2 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 30px;
}
.tl-profile-page .customer-login .col-reset-password .learn-press-message {
  display: none;
}
.tl-profile-page .customer-login .col-reset-password.show-message .learn-press-message {
  display: block;
}
.tl-profile-page .customer-login .tl-reset-password-btn {
  position: relative;
}
.tl-profile-page .customer-login .tl-reset-password-btn input[type="submit"] {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
  width: 100%;
}
.tl-profile-page .customer-login .tl-reset-password-btn input[type="submit"]:hover,
.tl-profile-page .customer-login .tl-reset-password-btn input[type="submit"]:focus,
.tl-profile-page .customer-login .tl-reset-password-btn input[type="submit"]:active,
.tl-profile-page .customer-login .tl-reset-password-btn input[type="submit"]:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.tl-profile-page .customer-login .tl-reset-password-btn input[type="submit"]:hover,
.tl-profile-page .customer-login .tl-reset-password-btn input[type="submit"]:focus,
.tl-profile-page .customer-login .tl-reset-password-btn input[type="submit"]:active,
.tl-profile-page .customer-login .tl-reset-password-btn input[type="submit"]:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.tl-profile-page .customer-login .tl-reset-password-btn.loading .loading-icon {
  opacity: 1;
  z-index: 999;
}
.tl-profile-page .customer-login .tl-reset-password-btn .loading-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6a4e77;
  line-height: 42px;
  opacity: 0;
  transition: 0.5s;
  z-index: -999;
}
.tl-profile-page .customer-login .tl-reset-password-btn .loading-icon .bubble {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transform: scaleY(-50%);
}
.tl-profile-page .customer-login .tl-reset-password-btn .loading-icon .bubble:nth-child(2n) .dot {
  animation-delay: -0.3s;
}
.tl-profile-page .customer-login .tl-reset-password-btn .loading-icon .bubble:nth-child(3n) .dot {
  animation-delay: 0s;
}
.tl-profile-page .customer-login .tl-reset-password-btn .loading-icon .dot {
  display: block;
  border-radius: 50%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  animation: bubble 1.2s -0.6s infinite ease-out;
  -webkit-animation: bubble 1.2s -0.6s infinite ease-out;
}
.tl-profile-page .customer-login .tl-lost-reset-password {
  margin-top: 40px;
}
.tl-profile-page .customer-login .tl-lost-reset-password .input-text {
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
}
.tl-customer-login .tabs-nav {
  text-align: center;
  display: flex;
  align-items: center;
}
.tl-customer-login .tabs-nav li {
  float: none;
  display: inline-block;
  width: 50%;
}
.tl-customer-login .tabs-nav a {
  font-size: 21px;
  color: #000;
  padding: 13px 20px;
  font-weight: 600;
  background-color: #f6f6f6;
  transition: none;
}
.tl-customer-login .tabs-nav a.active {
  color: #fff;
  background-color: #6a4e77;
}
.tl-customer-login .tl-tabs.register .tabs-nav a.active {
  color: #000;
  background-color: #f6f6f6;
}
.tl-customer-login .tl-tabs.register .tabs-nav a.register-tab {
  color: #fff;
  background-color: #6a4e77;
}
.tl-customer-login .tl-tabs.register .tabs-panel {
  display: none;
}
.tl-customer-login .tl-tabs.register .tabs-panel.register-panel {
  display: block;
}
.tl-customer-login .tl-tabs.login .tabs-nav a.active {
  color: #000;
  background-color: #f6f6f6;
}
.tl-customer-login .tl-tabs.login .tabs-nav a.login-tab {
  color: #fff;
  background-color: #6a4e77;
}
.tl-customer-login .tl-tabs.login .tabs-panel {
  display: none;
}
.tl-customer-login .tl-tabs.login .tabs-panel.login-panel {
  display: block;
}
.tl-customer-login .tabs-panel {
  padding: 40px;
  border: 1px solid #eee;
  border-top: none;
  transition: none;
  animation: none;
}
.tl-customer-login .tabs-panel form {
  margin: 0;
  padding: 0;
  border: none;
}
.tl-customer-login .tabs-panel.active {
  transition: none;
  animation: none;
}
.tl-customer-login .form-row .input-text {
  padding: 10px 20px;
  text-align: left;
  width: 100%;
  border: 1px solid #dddddd;
  color: #999;
}
.tl-customer-login .form-row .tl-button {
  width: 100%;
  font-size: 16px;
}
.tl-customer-login .form-row ::-webkit-input-placeholder {
  color: #999;
}
.tl-customer-login .form-row :-moz-placeholder {
  color: #999;
}
.tl-customer-login .form-row ::-moz-placeholder {
  color: #999;
}
.tl-customer-login .form-row :-ms-input-placeholder {
  color: #999;
}
.tl-customer-login .form-row:last-child {
  margin-bottom: 0;
}
.tl-customer-login .form-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tl-customer-login .lost-password {
  color: #000;
}
.tl-customer-login .inline .input-checkbox {
  opacity: 0;
}
.tl-customer-login .inline .input-checkbox:checked + .label:before {
  content: "\f046";
}
.tl-customer-login .inline .label {
  display: inline-block;
  color: #000;
  text-transform: inherit;
  position: relative;
  line-height: 1;
  font-size: 14px;
  padding-left: 15px;
  cursor: pointer;
}
.tl-customer-login .inline .label:before {
  font-family: FontAwesome;
  content: "\f096";
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: -10px;
  transition: 0.5s;
}
.tl-customer-login .wp-social-login-widget {
  text-align: center;
}
.tl-customer-login .wp-social-login-widget .wp-social-login-connect-with {
  font-size: 16px;
  color: #000;
  margin: 30px 0 20px;
  font-weight: 600;
  position: relative;
}
.tl-customer-login .wp-social-login-widget .wp-social-login-connect-with:before,
.tl-customer-login .wp-social-login-widget .wp-social-login-connect-with:after {
  content: "";
  height: 1px;
  width: 75px;
  background-color: #6a4e77;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}
.tl-customer-login .wp-social-login-widget .wp-social-login-connect-with:after {
  margin-right: 0;
  margin-left: 20px;
}
.tl-customer-login .wp-social-login-widget .wp-social-login-provider-list {
  margin: 0;
  justify-content: center;
}
.tl-customer-login .wp-social-login-widget .wp-social-login-provider {
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: 10px;
}
.tl-customer-login .wp-social-login-widget .wp-social-login-provider:before {
  font-size: 36px;
  width: 65px;
  height: 65px;
}
.tl-courses-filter {
  margin-bottom: 60px;
}
.tl-courses-filter ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tl-courses-filter ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: #f6f6f6;
  text-transform: capitalize;
}
.tl-courses-filter ul li a {
  color: #000;
}
.tl-courses-filter ul li.active {
  background-color: #6a4e77;
}
.tl-courses-filter ul li.active a {
  color: #fff;
}
.tl-popup-block-content {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
}
.tl-popup-block-content .loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
body.block-content .tl-popup-block-content {
  display: block;
}
body.block-content .taalem-before-unloader {
  display: none;
}
.learnpress #learn-press-block-content:before,
.learnpress #learn-press-block-content:after {
  display: none;
}
.learnpress #learn-press-block-content span {
  animation: none;
  position: static;
  margin: 0;
}
.learnpress #learn-press-block-content span:before {
  display: none;
}
.learnpress #learn-press-block-content .bubble {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.learnpress #learn-press-block-content .bubble:nth-child(2n) .dot {
  animation-delay: -0.3s;
}
.learnpress #learn-press-block-content .bubble:nth-child(3n) .dot {
  animation-delay: 0s;
}
.learnpress #learn-press-block-content .dot {
  display: block;
  border-radius: 50%;
  background-color: #23232c;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  animation: bubble 1.2s -0.6s infinite ease-out;
  -webkit-animation: bubble 1.2s -0.6s infinite ease-out;
}
.events-archive .entry-content,
.events-archive .entry-header {
  width: 100%;
}
.tribe-events-single .tribe-events-single-event-title {
  font-size: 36px;
  font-weight: 600;
}
.tribe-events-single .tl-event-meta {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tribe-events-single .tl-event-meta .event-speaker img {
  width: 90px;
  float: left;
  border-radius: 50%;
  margin-right: 20px;
}
.tribe-events-single .tl-event-meta .event-speaker .speaker-item {
  display: flex;
  align-items: center;
}
.tribe-events-single .tl-event-meta .event-speaker .speaker-item .speaker-info {
  margin-top: -5px;
}
.tribe-events-single .tl-event-meta .event-speaker .speaker-item h3 {
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 500;
  color: #6a4e77;
  line-height: 1;
}
.tribe-events-single .tl-event-meta .event-speaker .speaker-item .job {
  text-transform: uppercase;
  color: #727272;
  font-size: 12px;
  font-weight: 500;
}
.tribe-events-single .tl-event-meta .event-meta {
  font-size: 16px;
  line-height: 1;
}
.tribe-events-single .tl-event-meta .event-meta label {
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.tribe-events-single .tl-event-meta .event-price-box {
  text-align: right;
  margin-top: -30px;
}
.tribe-events-single .tl-event-meta .event-price-box .event-price {
  font-size: 48px;
  color: #6a4e77;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  padding-top: 12px;
}
.tribe-events-single .tl-event-meta .event-price-box .event-price .price-label {
  position: absolute;
  top: 0;
  right: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}
.tribe-events-single .tl-event-meta .event-price-box .tl-buy-ticket {
  min-width: 155px;
  height: 42px;
  line-height: 42px;
}
.tribe-events-single .tl-event-format {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: 35px;
}
.tribe-events-single .tl-event-format .feature-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
}
.tribe-events-single .tl-event-format .feature-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
}
.tribe-events-single .tl-event-header .tl-event-info {
  width: 32%;
  background-color: #f6f6f6;
  border: 1px solid #dddddd;
  padding: 0 20px;
}
.tribe-events-single .tl-event-header .tl-event-info .info-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}
.tribe-events-single .tl-event-header .tl-event-info .info-item:last-child {
  border-bottom: none;
}
.tribe-events-single .tl-event-header .tl-event-info .info-item label {
  padding-right: 15px;
  color: #000;
}
.tribe-events-single .tl-event-header .tl-event-info .info-item .value {
  text-align: right;
  font-weight: 400;
}
.tribe-events-single .tl-event-countdown {
  text-align: center;
}
.tribe-events-single .tl-event-countdown .flip-wrapper {
  display: inline-block;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 15px;
}
.tribe-events-single .tl-event-countdown .flip-wrapper li {
  margin-bottom: 0;
}
.tribe-events-single .tl-event-countdown .flip-wrapper .inn {
  font-size: 82px;
  color: #fff;
  min-width: 170px;
  font-weight: 600;
  line-height: 1;
  padding: 35px 20px;
}
.tribe-events-single .tl-event-countdown .flip-wrapper .flip-clock-label {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  color: #fff;
  padding: 15px 10px;
  background-color: rgba(255, 255, 255, 0.15);
}
.tribe-events-single .tl-event-countdown .flip-wrapper ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.tribe-events-single .tl-event-countdown .flip-wrapper ul li {
  list-style: none;
}
.tribe-events-single .tl-event-countdown .flip-wrapper .flip-clock-before,
.tribe-events-single .tl-event-countdown .flip-wrapper .up {
  display: none;
}
.tribe-events-single .tribe-events-venue-map {
  margin: 0;
  width: 100%;
}
#tribe-bar-form {
  background-color: transparent;
}
#tribe-bar-form #tribe-bar-views {
  width: 30%;
  float: right;
  left: auto;
  padding: 0 0 0 5px;
  position: relative;
  padding-left: 15px;
}
#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  width: 70%;
  right: auto;
  padding-right: 15px;
}
#tribe-bar-form #tribe-bar-views [name=tribe-bar-view] {
  display: none;
}
#tribe-bar-form #tribe-bar-views li.tribe-bar-views-option {
  background: none;
  border: none;
  box-shadow: none;
  display: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  line-height: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#tribe-bar-form #tribe-bar-views.tribe-bar-views-open .tribe-bar-views-option,
#tribe-bar-form #tribe-bar-views .tribe-bar-views-option.tribe-bar-active,
#tribe-bar-form #tribe-bar-views .tribe-bar-views-option:first-child {
  display: list-item;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  color: #444;
  display: block;
  padding: 0 15px;
  text-align: left;
  text-decoration: none;
}
#tribe-bar-form .tribe-bar-views-inner {
  background-color: transparent;
  padding: 0;
}
#tribe-bar-form .tribe-bar-views-inner label {
  display: none;
}
#tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list {
  display: inline-block;
  right: 0;
  border-radius: 0 0 3px 3px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
  position: absolute;
  top: auto;
  left: 0;
  float: left;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
#tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-views-option a {
  background-color: transparent;
  min-height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  color: #727272;
}
#tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-views-option a:hover {
  background-color: transparent;
}
#tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-active {
  position: relative;
}
#tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-active a {
  border-top: 1px solid #ededed;
}
#tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-active:after {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: FontAweSome;
  content: "\f107";
  transform: translateY(-50%);
  font-size: 18px;
}
#tribe-bar-form .tribe-bar-filters-inner {
  position: relative;
}
#tribe-bar-form #tribe-bar-collapse-toggle {
  display: none;
}
#tribe-bar-form .tribe-bar-date-filter,
#tribe-bar-form .tribe-bar-search-filter {
  width: 50%;
  padding: 0;
  float: left;
}
#tribe-bar-form .tribe-bar-date-filter {
  padding-right: 15px;
}
#tribe-bar-form .tribe-bar-search-filter {
  padding-left: 15px;
}
#tribe-bar-form #tribe-bar-dates {
  position: relative;
}
#tribe-bar-form #tribe-bar-dates .label-tribe-bar-date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #6a4e77;
  width: 42px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  z-index: 10;
}
#tribe-bar-form #tribe-bar-dates .label-tribe-bar-date:before {
  font-family: FontAweSome;
  content: "\f073";
  color: #fff;
  width: 42px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
#tribe-bar-form #tribe-bar-dates ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: normal;
}
#tribe-bar-form #tribe-bar-dates ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: normal;
}
#tribe-bar-form #tribe-bar-dates :-ms-input-placeholder {
  /* IE 10+ */
  font-style: normal;
}
#tribe-bar-form #tribe-bar-dates :-moz-placeholder {
  /* Firefox 18- */
  font-style: normal;
}
#tribe-bar-form #tribe-bar-date,
#tribe-bar-form #tribe-bar-search {
  border: 1px solid #ededed;
  height: 40px;
  line-height: 40px;
  font-style: normal;
  padding: 0 50px 0 20px;
  min-width: 270px;
  width: 100%;
}
#tribe-bar-form #tribe-bar-date:focus,
#tribe-bar-form #tribe-bar-search:focus {
  outline: none;
}
#tribe-bar-form .tribe-bar-search-filter .label-tribe-bar-search {
  display: none;
}
#tribe-bar-form .tribe-bar-search-filter ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: normal;
}
#tribe-bar-form .tribe-bar-search-filter ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: normal;
}
#tribe-bar-form .tribe-bar-search-filter :-ms-input-placeholder {
  /* IE 10+ */
  font-style: normal;
}
#tribe-bar-form .tribe-bar-search-filter :-moz-placeholder {
  /* Firefox 18- */
  font-style: normal;
}
#tribe-bar-form .tribe-bar-submit {
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #6a4e77;
  width: 42px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  z-index: 10;
}
#tribe-bar-form .tribe-bar-submit:before {
  font-family: FontAweSome;
  content: "\f002";
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#tribe-bar-form .tribe-bar-submit .tribe-events-button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
}
h2.tribe-events-page-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
#tribe-events-header {
  margin-bottom: 60px;
}
#tribe-events-header .tribe-events-sub-nav a {
  font-size: 18px;
  color: #727272;
}
.tribe-events-calendar .tribe-events-tooltip {
  width: 310px;
  background-color: #fff;
}
.tribe-events-tooltip .tribe-events-event-thumb {
  float: none;
}
.tribe-events-tooltip .tribe-events-event-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.tribe-events-tooltip .tribe-events-event-body {
  padding: 0;
}
.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
  padding: 0;
}
.tribe-events-tooltip .tribe-event-duration {
  font-size: 11px;
  color: #000;
  padding: 10px;
}
.tribe-events-tooltip .tribe-event-description {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  color: #727272;
}
.tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb {
  padding: 0;
}
#tribe-events-content {
  margin-bottom: 0;
}
#tribe-events-content .tribe-events-tooltip h4 {
  background-color: #6a4e77;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
}
#tribe-events-content .tribe-events-tooltip h4 a {
  color: #fff;
}
.single-tribe_events {
  overflow-x: hidden;
}
.tl-event-tabs {
  margin-top: 60px;
}
.tl-event-tabs .tl-event-address {
  margin-bottom: 30px;
}
.tl-event-tabs .tabs-nav {
  background-color: #f6f6f6;
  position: relative;
  overflow: inherit;
  width: 100%;
  float: left;
}
.tl-event-tabs .tabs-nav:before,
.tl-event-tabs .tabs-nav:after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #f6f6f6;
  z-index: -1;
}
.tl-event-tabs .tabs-nav:before {
  left: -100%;
}
.tl-event-tabs .tabs-nav:after {
  right: -50%;
}
.tl-event-tabs .tabs-nav a {
  color: #727272;
  text-transform: uppercase;
  padding: 19px 20px;
  transition: 0.5s;
}
.tl-event-tabs .tabs-nav a:hover,
.tl-event-tabs .tabs-nav a.active {
  color: #fff;
  background-color: #6a4e77;
}
.tl-event-tabs .tabs-panel-content {
  padding-top: 60px;
  clear: both;
}
.tl-event-tabs .tl-event-address .tribe-address br {
  display: none;
}
.tl-event-tabs .tabs-panel {
  opacity: 0;
  display: block;
  height: 0;
  overflow: hidden;
}
.tl-event-tabs .tabs-panel.active {
  opacity: 1;
  height: auto;
}
.tl-event-tabs .event-content {
  width: 66.667%;
  float: left;
  padding-right: 15px;
}
.tl-event-tabs .tl-event-info {
  width: 33.333%;
  float: right;
  padding-left: 15px;
}
.tl-event-tabs .tl-event-info-wrapper {
  border: 1px solid #dddddd;
  background-color: #f6f6f6;
  padding: 20px 15px;
}
.tl-event-tabs .tl-event-info-wrapper .info-item {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
}
.tl-event-tabs .tl-event-info-wrapper .info-item:first-child {
  padding-top: 0;
}
.tl-event-tabs .tl-event-info-wrapper .info-item .social-share li {
  padding: 0 10px;
}
.tl-event-tabs .tl-event-info-wrapper .info-item .social-share li:last-child {
  padding-right: 0;
}
.tl-event-tabs .tl-event-info-wrapper .info-item .social-share li:first-child {
  padding-left: 0;
}
.tl-event-tabs .tl-event-info-wrapper .info-item .social-share li a {
  background-color: transparent;
  height: auto;
  line-height: 1;
}
.tl-event-tabs .tl-event-info-wrapper .info-item .social-share li a:hover {
  color: #000;
}
.tl-event-tabs .tl-event-info-wrapper .info-item .social-share li a span {
  display: none;
}
.tl-event-tabs .tl-event-info-wrapper .info-item .social-share li a i {
  background-color: transparent;
  height: auto;
  line-height: 1;
  width: auto;
}
.tl-event-tabs .tl-event-info-wrapper label {
  color: #000;
}
.tl-event-tabs .tl-event-info-wrapper .value {
  float: right;
}
.tl-event-tabs .tl-event-info-wrapper .value a {
  color: #727272;
}
.tl-event-tabs .tl-event-info-wrapper .tl-buy-ticket {
  width: 100%;
  margin-top: 20px;
}
.tl-event-tabs .comments-area {
  padding-top: 0;
  border-top: 0;
}
.tl-event-tabs .comment-list {
  border-bottom: 1px solid #f6f6f6;
}
.tl-event-tabs .tribe-events-meta-group dl {
  margin-bottom: 0;
}
.tl-event-tabs .tribe-events-meta-group dd,
.tl-event-tabs .tribe-events-meta-group dt {
  display: inline-block;
}
.tl-event-tabs .tribe-events-meta-group .tribe-organizer,
.tl-event-tabs .tribe-events-meta-group dt {
  color: #000;
  font-weight: 600;
}
.tl-event-tabs .tribe-events-meta-group dd {
  margin-bottom: 0;
}
.tl-event-tabs .tribe-events-meta-group .tl-tribe-organizer-meta {
  margin-bottom: 20px;
}
.tl-event-tabs .tribe-events-meta-group .tl-tribe-organizer-meta:last-child {
  margin-bottom: 0;
}
.tl-event-tabs .tribe-events-meta-group .tribe-organizer {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
}
.tl-event-tabs .tribe-events-meta-group a {
  color: #727272;
}
.events-list .tribe-events-loop,
.tribe-events-day .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop {
  width: 100%;
  max-width: 100%;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
}
.tribe-events-day .tribe-events-day-time-slot h5 {
  background-color: #6a4e77;
}
.tribe-events-list-separator-month span {
  color: #6a4e77;
}
.tribe-events-calendar thead th {
  background-color: #6a4e77;
  padding: 1em 0;
  color: #fff;
}
.tribe-events-list .event-item {
  display: flex;
}
.tribe-events-list .event-thumbnail {
  width: 25%;
}
.tribe-events-list .event-thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
}
.tribe-events-list .event-thumbnail a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.tribe-events-list .event-thumbnail img {
  transition: 0.5s;
}
.tribe-events-list .event-thumbnail:hover img {
  transform: scale(1.05);
}
.tribe-events-list .event-date {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 16px;
  z-index: 10;
}
.tribe-events-list .event-date .day {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
}
.tribe-events-list .event-info {
  padding: 16px 20px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  width: 75%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.tribe-events-list h4 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.2;
}
.tribe-events-list h4 a {
  color: #000;
}
.tribe-events-list h4 a:hover {
  color: #6a4e77;
}
.tribe-events-list .event-venue {
  font-size: 12px;
  color: #222222;
  font-weight: 500;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.tribe-events-list .event-venue i {
  font-size: 14px;
  color: #6e6e6e;
  padding-right: 7px;
}
.tribe-events-list .event-summary {
  font-size: 13px;
  margin-bottom: 20px;
}
.tribe-events-list .event-summary p {
  margin-bottom: 0;
}
.tribe-events-list .event-metas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tribe-events-list .event-metas .event-meta {
  color: #727272;
  font-size: 12px;
  text-transform: uppercase;
}
.tribe-events-list .event-metas .event-meta i {
  font-size: 13px;
  color: #6a4e77;
  padding-right: 7px;
}
.tribe-events-list .event-metas a:hover {
  color: #6a4e77;
}
.tribe-events-list .no-thumb .event-info {
  width: 100%;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous span,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous span,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next span,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next span {
  display: inline-block;
  width: 42px;
  height: 52px;
  line-height: 52px;
  color: #000;
  font-size: 0;
  transition: 0.5s;
  background-color: #f8f8f8;
  position: relative;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous span:after,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous span:after,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next span:after,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next span:after {
  font-family: FontAweSome;
  font-size: 27px;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous span:before,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous span:before,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next span:before,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next span:before {
  content: '';
  position: absolute;
  top: 0;
  border-style: solid;
  border-width: 26px 5px 26px 5px;
  transition: 0.5s;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous span:hover,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous span:hover,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next span:hover,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next span:hover {
  background-color: #6a4e77;
  color: #fff;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a {
  position: relative;
  display: inline-block;
  color: #727272;
  font-size: 18px;
  font-weight: 400;
  background-color: transparent;
  padding: 0;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous span,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous span {
  margin-right: 30px;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous span:after,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous span:after {
  content: '\f104';
  padding-left: 17px;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous span:before,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous span:before {
  border-color: #f8f8f8 transparent transparent #f8f8f8;
  right: -10px;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous span:hover:before,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous span:hover:before {
  border-color: #6a4e77 transparent transparent #6a4e77;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
  margin-right: 0;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next span,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next span {
  margin-left: 30px;
  padding-right: 17px;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next span:after,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next span:after {
  content: '\f105';
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next span:before,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next span:before {
  border-color: transparent #f8f8f8 #f8f8f8 transparent;
  left: -10px;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next span:hover:before,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next span:hover:before {
  border-color: transparent #6a4e77 #6a4e77 transparent;
}
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
#tribe-events .tribe-events-button,
.tribe-events-button.tribe-inactive,
#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover {
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}
#tribe_events_filters_wrapper input[type=submit]:hover,
.tribe-events-button:hover,
#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-inactive:hover,
#tribe-events .tribe-events-button:hover:hover,
.tribe-events-button:hover:hover,
.tribe-events-button.tribe-active:hover:hover,
#tribe_events_filters_wrapper input[type=submit]:focus,
.tribe-events-button:focus,
#tribe-events .tribe-events-button:focus,
.tribe-events-button.tribe-inactive:focus,
#tribe-events .tribe-events-button:hover:focus,
.tribe-events-button:hover:focus,
.tribe-events-button.tribe-active:hover:focus,
#tribe_events_filters_wrapper input[type=submit]:active,
.tribe-events-button:active,
#tribe-events .tribe-events-button:active,
.tribe-events-button.tribe-inactive:active,
#tribe-events .tribe-events-button:hover:active,
.tribe-events-button:hover:active,
.tribe-events-button.tribe-active:hover:active,
#tribe_events_filters_wrapper input[type=submit]:active:focus,
.tribe-events-button:active:focus,
#tribe-events .tribe-events-button:active:focus,
.tribe-events-button.tribe-inactive:active:focus,
#tribe-events .tribe-events-button:hover:active:focus,
.tribe-events-button:hover:active:focus,
.tribe-events-button.tribe-active:hover:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
#tribe_events_filters_wrapper input[type=submit][disabled="disabled"],
.tribe-events-button[disabled="disabled"],
#tribe-events .tribe-events-button[disabled="disabled"],
.tribe-events-button.tribe-inactive[disabled="disabled"],
#tribe-events .tribe-events-button:hover[disabled="disabled"],
.tribe-events-button:hover[disabled="disabled"],
.tribe-events-button.tribe-active:hover[disabled="disabled"] {
  opacity: 0.5;
}
#tribe_events_filters_wrapper input[type=submit]:hover,
.tribe-events-button:hover,
#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-inactive:hover,
#tribe-events .tribe-events-button:hover:hover,
.tribe-events-button:hover:hover,
.tribe-events-button.tribe-active:hover:hover,
#tribe_events_filters_wrapper input[type=submit]:focus,
.tribe-events-button:focus,
#tribe-events .tribe-events-button:focus,
.tribe-events-button.tribe-inactive:focus,
#tribe-events .tribe-events-button:hover:focus,
.tribe-events-button:hover:focus,
.tribe-events-button.tribe-active:hover:focus,
#tribe_events_filters_wrapper input[type=submit]:active,
.tribe-events-button:active,
#tribe-events .tribe-events-button:active,
.tribe-events-button.tribe-inactive:active,
#tribe-events .tribe-events-button:hover:active,
.tribe-events-button:hover:active,
.tribe-events-button.tribe-active:hover:active,
#tribe_events_filters_wrapper input[type=submit]:active:focus,
.tribe-events-button:active:focus,
#tribe-events .tribe-events-button:active:focus,
.tribe-events-button.tribe-inactive:active:focus,
#tribe-events .tribe-events-button:hover:active:focus,
.tribe-events-button:hover:active:focus,
.tribe-events-button.tribe-active:hover:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
#tribe_events_filters_wrapper input[type=submit][disabled="disabled"],
.tribe-events-button[disabled="disabled"],
#tribe-events .tribe-events-button[disabled="disabled"],
.tribe-events-button.tribe-inactive[disabled="disabled"],
#tribe-events .tribe-events-button:hover[disabled="disabled"],
.tribe-events-button:hover[disabled="disabled"],
.tribe-events-button.tribe-active:hover[disabled="disabled"] {
  opacity: 0.5;
}
#tribe-events-content ul.tribe-events-sub-nav {
  padding: 0;
  margin-top: 20px;
}
.tribe-events-calendar td a {
  font-size: 14px;
}
div.bbp-breadcrumb {
  display: none;
}
#bbpress-forums div.bbp-search-form {
  zoom: 1;
  float: none;
  background-color: #f6f6f6;
  padding: 20px 30px;
  margin-bottom: 10px;
}
#bbpress-forums div.bbp-search-form:before,
#bbpress-forums div.bbp-search-form:after {
  content: "";
  display: table;
}
#bbpress-forums div.bbp-search-form:after {
  clear: both;
}
#bbpress-forums #bbp-search-form {
  float: right;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
#bbpress-forums #bbp-search-form:after {
  content: '\f002';
  font-family: FontAweSome;
  position: absolute;
  right: 13px;
  top: 9px;
  font-size: 14px;
  color: #fff;
}
#bbpress-forums #bbp-search-form #bbp_search {
  flex-grow: 1;
  padding: 0 15px;
  background-color: #fff;
  outline: 0;
  border: 1px solid #ededed;
  height: 40px;
  transition: 0.5s;
}
#bbpress-forums #bbp-search-form #bbp_search:focus {
  border-color: #bababa;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
  width: 40px;
  height: 40px;
  border: 0;
  color: transparent;
  background-color: #6a4e77;
}
#bbpress-forums #bbp-search-form #bbp_search_submit:focus {
  outline: 0;
}
#bbpress-forums ul.bbp-forums {
  border: none;
}
#bbpress-forums .bbp-forum-title {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}
#bbpress-forums li.bbp-header {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #6a4e77;
  padding: 19px 30px;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-top: 0;
  padding: 19px 30px;
}
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count {
  font-size: 14px;
  font-weight: 500;
  color: #6a4e77;
}
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-freshness {
  color: #727272;
  font-weight: 500;
}
#bbpress-forums li.bbp-body li.bbp-forum-freshness a,
#bbpress-forums li.bbp-body li.bbp-topic-freshness a {
  color: #727272;
  font-weight: 500;
}
#bbpress-forums li.bbp-body li.bbp-forum-freshness .bbp-author-name,
#bbpress-forums li.bbp-body li.bbp-topic-freshness .bbp-author-name {
  color: #6a4e77;
  text-transform: capitalize;
}
#bbpress-forums li.bbp-body li.bbp-forum-freshness .bbp-author-avatar,
#bbpress-forums li.bbp-body li.bbp-topic-freshness .bbp-author-avatar {
  display: none;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: #fff;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: #f6f6f6;
}
#bbpress-forums li.bbp-footer {
  display: none;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 500;
}
#bbpress-forums p.bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar {
  display: none;
}
#bbpress-forums p.bbp-topic-meta .bbp-topic-started-by .bbp-author-name {
  text-transform: capitalize;
}
#bbpress-forums .type-forum p.bbp-topic-meta {
  display: none;
}
#bbpress-forums .subscription-toggle {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
#bbpress-forums .bbp-template-notice,
#bbpress-forums .indicator-hint {
  font-weight: 500;
  border-radius: 0;
  color: #727272;
  padding: 10px 20px;
}
#bbpress-forums .bbp-pagination {
  display: none;
}
#bbpress-forums .bbp-topics + .bbp-pagination {
  display: block;
}
#bbpress-forums .bbp-topics + .bbp-pagination .bbp-pagination-count {
  display: none;
}
.bbp-pagination-links {
  float: none;
  text-align: center;
}
#bbpress-forums .bbp-pagination .page-numbers,
#bbpress-forums .bbp-pagination a.page-numbers {
  background-color: #5ba5af;
  color: #ffffff;
  border-color: #5ba5af;
  padding: 0 5px;
  width: 40px;
  min-height: 40px;
  height: 40px;
  margin: 0 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}
#bbpress-forums .bbp-pagination .page-numbers.current,
#bbpress-forums .bbp-pagination a.page-numbers.current {
  background-color: #428992;
  border-color: #5db9c5;
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness a:first-child {
  margin-left: 0;
}
#bbpress-forums fieldset.bbp-form {
  border: none;
  padding: 0;
  margin: 0;
}
#bbpress-forums fieldset.bbp-form p.field,
#bbpress-forums fieldset.bbp-form div.bbp-the-content-wrapper {
  margin-bottom: 30px;
}
#bbpress-forums fieldset.bbp-form input[type="text"],
#bbpress-forums fieldset.bbp-form select {
  border-color: #ededed;
  transition: 0.5s;
  outline: 0;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
#bbpress-forums fieldset.bbp-form input[type="text"]:focus,
#bbpress-forums fieldset.bbp-form select:focus {
  border-color: #bababa;
}
#bbpress-forums fieldset.bbp-form textarea {
  border: 0;
  padding: 10px 20px;
  outline: 0;
}
#bbpress-forums fieldset.bbp-form .first-row,
#bbpress-forums fieldset.bbp-form .last-row {
  width: 50%;
}
#bbpress-forums fieldset.bbp-form .first-row {
  float: left;
  padding-right: 15px;
}
#bbpress-forums fieldset.bbp-form .last-row {
  float: right;
  padding-left: 15px;
}
#bbpress-forums fieldset.bbp-form .note-field {
  float: left;
}
#bbpress-forums fieldset.bbp-form legend {
  font-size: 21px;
  font-weight: 600;
  border: none;
  text-transform: none;
  color: #000;
}
#bbpress-forums fieldset.bbp-form label {
  color: #727272;
  font-size: 13px;
  font-weight: 500;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper {
  float: right;
  clear: none;
  margin: 0;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button {
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button:hover,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button:focus,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button:active,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button[disabled="disabled"] {
  opacity: 0.5;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button:hover,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button:focus,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button:active,
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button[disabled="disabled"] {
  opacity: 0.5;
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title a.bbp-topic-permalink {
  font-size: 16px;
  color: #363a47;
  text-decoration: none;
  font-weight: 600;
}
#bbpress-forums li.bbp-header div.bbp-reply-author {
  text-align: left;
}
#bbpress-forums li.bbp-header .bbp-reply-content .favorite-toggle,
#bbpress-forums li.bbp-header .bbp-reply-content .subscription-toggle {
  color: #fff;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce.woocommerce-page #content div.product div.images,
.woocommerce.woocommerce-page div.product div.images {
  width: 100%;
  float: none;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt.disabled {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce a.button.disabled:focus,
.woocommerce button.button.disabled:focus,
.woocommerce input.button.disabled:focus,
.woocommerce a.button.alt.disabled:focus,
.woocommerce button.button.alt.disabled:focus,
.woocommerce input.button.alt.disabled:focus,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce a.button.disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce input.button.disabled:active,
.woocommerce a.button.alt.disabled:active,
.woocommerce button.button.alt.disabled:active,
.woocommerce input.button.alt.disabled:active,
.woocommerce a.button:active:focus,
.woocommerce button.button:active:focus,
.woocommerce input.button:active:focus,
.woocommerce a.button.alt:active:focus,
.woocommerce button.button.alt:active:focus,
.woocommerce input.button.alt:active:focus,
.woocommerce a.button.disabled:active:focus,
.woocommerce button.button.disabled:active:focus,
.woocommerce input.button.disabled:active:focus,
.woocommerce a.button.alt.disabled:active:focus,
.woocommerce button.button.alt.disabled:active:focus,
.woocommerce input.button.alt.disabled:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce a.button.disabled:focus,
.woocommerce button.button.disabled:focus,
.woocommerce input.button.disabled:focus,
.woocommerce a.button.alt.disabled:focus,
.woocommerce button.button.alt.disabled:focus,
.woocommerce input.button.alt.disabled:focus,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce a.button.disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce input.button.disabled:active,
.woocommerce a.button.alt.disabled:active,
.woocommerce button.button.alt.disabled:active,
.woocommerce input.button.alt.disabled:active,
.woocommerce a.button:active:focus,
.woocommerce button.button:active:focus,
.woocommerce input.button:active:focus,
.woocommerce a.button.alt:active:focus,
.woocommerce button.button.alt:active:focus,
.woocommerce input.button.alt:active:focus,
.woocommerce a.button.disabled:active:focus,
.woocommerce button.button.disabled:active:focus,
.woocommerce input.button.disabled:active:focus,
.woocommerce a.button.alt.disabled:active:focus,
.woocommerce button.button.alt.disabled:active:focus,
.woocommerce input.button.alt.disabled:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.woocommerce .site-content {
  padding-top: 100px;
}
.woocommerce.single-product .site-content {
  padding-bottom: 0;
}
.woocommerce .shop-toolbar .woocommerce-ordering select {
  font-size: 12px;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  outline: 0;
  border: 1px solid #dedede;
  transition: 0.5s;
  background-color: transparent;
}
.woocommerce .shop-toolbar .woocommerce-ordering select:focus {
  border-color: #ababab;
}
.woocommerce .ribbons {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 10;
}
.woocommerce .ribbons .ribbon {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  min-width: 45px;
  min-height: 20px;
  height: 20px;
  display: block;
  margin: 10px 0 0 0;
  padding: 0 5px;
  border-radius: 0;
  position: static;
}
.woocommerce .ribbons .onsale {
  background-color: #00d994;
}
.woocommerce .ribbons .newness {
  background-color: #ffaa65;
}
.woocommerce .ribbons .featured {
  background-color: #ff6962;
}
.woocommerce .star-rating {
  font-size: 12px;
  letter-spacing: 5px;
  width: 76px;
  margin: 0;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAweSome;
  left: 1px;
  top: 1px;
}
.woocommerce .star-rating:before {
  color: #d5d5d5;
}
.woocommerce .star-rating span:before {
  color: #ffb600;
}
.woocommerce .quantity {
  transition: 0.5s;
  padding: 7px 20px;
  border: 1px solid #e4e6eb;
  position: relative;
}
.woocommerce .quantity .increase,
.woocommerce .quantity .decrease {
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  height: 50%;
}
.woocommerce .quantity .increase {
  top: 0;
}
.woocommerce .quantity .decrease {
  bottom: 0;
}
.woocommerce .quantity .decrease i {
  position: relative;
  bottom: 5px;
}
.woocommerce .quantity .qty {
  -moz-appearance: textfield;
  border-width: 0;
  width: 44px;
  text-align: left;
  background-color: transparent;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce .quantity .qty:focus {
  outline: none;
}
.woocommerce .social-share li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  margin: 0 5px;
}
.woocommerce .social-share li:last-child {
  margin-right: 0;
}
.woocommerce .social-share li:first-child {
  margin-left: 0;
}
.woocommerce .social-share li a {
  border-radius: 50%;
  font-size: 16px;
  display: block;
  color: #222;
  transition: 0.5s;
  background-color: #f9f9f9;
  height: inherit;
  line-height: inherit;
}
.woocommerce .social-share li a i {
  background-color: transparent;
  width: inherit;
  height: inherit;
  line-height: inherit;
}
.woocommerce .social-share li:hover a {
  color: #fff;
  background-color: #6a4e77;
}
.woocommerce .social-share span {
  display: none;
}
.woocommerce .related.products {
  position: relative;
}
.woocommerce .related.products ul.products {
  margin: 0;
}
.woocommerce .related.products ul.products li.product {
  width: 100%;
  padding: 0;
}
.woocommerce .up-sells.products,
.woocommerce .cross-sells {
  margin-bottom: 50px;
}
.woocommerce .up-sells.products h2,
.woocommerce .cross-sells h2 {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
}
.woocommerce .up-sells.products h2:before,
.woocommerce .cross-sells h2:before {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #6a4e77;
  position: absolute;
  bottom: 0;
  left: 0;
}
.woocommerce .cross-sells {
  margin-top: 50px;
}
.woocommerce div.product .taalem-product-details .ribbons {
  left: 15px;
}
.woocommerce div.product figure {
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin: 20px -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0 5px;
  margin-bottom: 10px;
}
.woocommerce div.product .product-summary .product-header {
  display: flex;
  justify-content: space-between;
}
.woocommerce div.product .product-summary .product_title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.woocommerce div.product p.price {
  font-size: 24px;
  color: #6a4e77;
  font-weight: 600;
}
.woocommerce div.product p.price ins {
  font-weight: 600;
  text-decoration: none;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart,
.woocommerce div.product .social-share {
  padding-top: 40px;
}
.woocommerce div.product p.cart,
.woocommerce div.product form.cart {
  float: left;
}
.woocommerce div.product form.cart div.quantity {
  width: 100px;
  height: 34px;
  display: inline-block;
  margin-right: 10px;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
}
.woocommerce div.product form.cart .single_add_to_cart_button:before {
  content: '\f07a';
  font-family: FontAweSome;
  padding-right: 5px;
}
.woocommerce div.product .social-share {
  float: right;
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 60px;
  margin-bottom: 90px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0;
  transition: 0.5s;
  background-color: #f6f6f6;
  border-color: #dddddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #727272;
  transition: 0.5s;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #6a4e77;
  border-color: #6a4e77;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  display: none;
}
.woocommerce div.product #reviews div[itemprop="description"] {
  padding-top: 0;
  margin-bottom: 10px;
}
.woocommerce div.product #reviews #review_form .comment-reply-title:before,
.woocommerce div.product #reviews #review_form .comment-reply-title:after {
  display: none;
}
.woocommerce div.product #reviews #review_form .comment-form p label {
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 400;
}
.woocommerce div.product #reviews #review_form .comment-form .form-submit {
  zoom: 1;
}
.woocommerce div.product #reviews #review_form .comment-form .form-submit:before,
.woocommerce div.product #reviews #review_form .comment-form .form-submit:after {
  content: "";
  display: table;
}
.woocommerce div.product #reviews #review_form .comment-form .form-submit:after {
  clear: both;
}
.woocommerce div.product #reviews #review_form .comment-form .form-submit input.submit {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
}
.woocommerce div.product #reviews #review_form .comment-form .form-submit input.submit:hover,
.woocommerce div.product #reviews #review_form .comment-form .form-submit input.submit:focus,
.woocommerce div.product #reviews #review_form .comment-form .form-submit input.submit:active,
.woocommerce div.product #reviews #review_form .comment-form .form-submit input.submit:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.woocommerce div.product #reviews #review_form .comment-form .form-submit input.submit:hover,
.woocommerce div.product #reviews #review_form .comment-form .form-submit input.submit:focus,
.woocommerce div.product #reviews #review_form .comment-form .form-submit input.submit:active,
.woocommerce div.product #reviews #review_form .comment-form .form-submit input.submit:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.woocommerce div.product #reviews #review_form .comment-form .comment-form-author,
.woocommerce div.product #reviews #review_form .comment-form .comment-form-email {
  width: 50%;
}
.woocommerce div.product #reviews #review_form .comment-form .comment-form-author input,
.woocommerce div.product #reviews #review_form .comment-form .comment-form-email input {
  border: 1px solid #ededed;
}
.woocommerce div.product #reviews #review_form .comment-form .comment-form-email {
  padding-right: 0;
}
.woocommerce div.product #reviews #review_form .comment-form .comment-form-rating .stars a {
  color: #ffb600;
}
.woocommerce div.product #reviews #review_form .comment-form .comment-form-rating .stars a:hover {
  color: #ffb600;
}
.woocommerce div.product #reviews #review_form #respond p {
  margin-bottom: 10px;
}
.woocommerce div.product #reviews #comment {
  height: 170px;
}
.woocommerce div.product #reviews #comments {
  margin-bottom: 55px;
}
.woocommerce div.product #reviews #comments h2 {
  display: none;
}
.woocommerce div.product #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce div.product #reviews #comments ol.commentlist li {
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0;
}
.woocommerce div.product #reviews #comments ol.commentlist li img.avatar {
  top: 30px;
  width: 70px;
  height: auto;
  padding: 0;
  border-width: 0;
  background-color: transparent;
}
.woocommerce div.product #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  margin-left: 100px;
  padding: 0;
  border-width: 0;
}
.woocommerce div.product #reviews #comments ol.commentlist li .comment-text p.meta {
  font-style: italic;
  margin-bottom: 10px;
}
.woocommerce div.product #reviews #comments ol.commentlist li .comment-text .description p {
  margin-bottom: 5px;
}
.woocommerce div.product #reviews #comments ol.commentlist li strong {
  font-size: 14px;
  line-height: 1;
  font-style: normal;
}
.woocommerce ul.products {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 30px;
}
.woocommerce ul.products li.product .product-inner {
  position: relative;
}
.woocommerce ul.products li.product .onsale {
  margin: 10px 0 0 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: block;
  overflow: hidden;
  margin-bottom: 17px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
  margin-bottom: 0;
  transition: 0.5s;
}
.woocommerce ul.products li.product h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
}
.woocommerce ul.products li.product h3 a {
  color: #000;
}
.woocommerce ul.products li.product .star-rating {
  float: right;
  font-size: 10px;
  min-height: 15px;
  margin-top: 5px;
  margin-bottom: 13px;
  width: 68px;
}
.woocommerce ul.products li.product .price {
  color: #727272;
  font-size: 16px;
  float: left;
  font-weight: 600;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
  display: inline-block;
  font-weight: 600;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .added_to_cart {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
}
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce ul.products li.product .added_to_cart:focus,
.woocommerce ul.products li.product .added_to_cart:active,
.woocommerce ul.products li.product .added_to_cart:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce ul.products li.product .added_to_cart:focus,
.woocommerce ul.products li.product .added_to_cart:active,
.woocommerce ul.products li.product .added_to_cart:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin-top: 5px;
}
.woocommerce ul.products li.product .add_to_cart_button.added {
  display: none;
}
.woocommerce ul.products li.product .add_to_cart_button.loading:after {
  top: 1px;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__link img {
  transform: scale(1.06);
}
.woocommerce ul.products li.product.col-3:nth-child( 3n + 1 ) {
  clear: left;
}
.woocommerce ul.products li.product.col-4:nth-child( 4n + 1 ) {
  clear: left;
}
.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
}
.woocommerce table.shop_table thead {
  background-color: #6a4e77;
}
.woocommerce table.shop_table thead tr th {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 15px 30px;
}
.woocommerce table.shop_table tr th,
.woocommerce table.shop_table tr td {
  text-align: left;
  padding: 10px 30px;
  border: none;
}
.woocommerce table.shop_table td img,
.woocommerce table.shop_table td a img {
  width: 60px;
  margin-right: 20px;
  max-width: inherit;
}
.woocommerce table.shop_table td.product-name a {
  font-size: 14px;
  font-weight: 600;
  color: #6a4e77;
}
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
  font-size: 14px;
  font-weight: 600;
}
.woocommerce table.shop_table td.product-subtotal {
  color: #6a4e77;
}
.woocommerce table.shop_table tbody tr:nth-child( even ) {
  background-color: #f8f8f8;
}
.woocommerce table.shop_table tfoot td {
  font-weight: 600;
}
.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce form .form-row label {
  display: none;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid #ededed;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  width: 100%;
  transition: 0.5s;
}
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  border-color: #ababab;
}
.woocommerce form .form-row textarea,
.woocommerce form .form-row textarea.input-text {
  min-height: 121px;
  padding: 10px;
}
.woocommerce form.checkout #payment {
  border-radius: 0;
  background-color: #fafafa;
  padding: 30px 20px;
}
.woocommerce form.checkout #payment .payment_method_paypal .about_paypal {
  float: none;
  color: #6a4e77;
  font-weight: 600;
}
.woocommerce form.checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
}
.woocommerce form.checkout #payment li {
  padding-bottom: 20px;
}
.woocommerce form.checkout #payment li:last-child {
  padding-bottom: 0;
}
.woocommerce form.checkout #payment div.payment_box {
  font-weight: 400;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.woocommerce form.checkout #payment div.payment_box:before {
  display: none;
}
.woocommerce form.checkout #payment div.place-order {
  margin-bottom: 0;
  padding-left: 0;
}
.woocommerce nav.woocommerce-pagination {
  clear: both;
  padding-top: 30px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 5px;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li:first-child {
  margin-left: 0;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
  margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  min-width: 42px;
  height: 42px;
  line-height: 30px;
  background-color: #f6f6f6;
  transition: 0.5s;
  display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul .page-numbers.prev {
  padding: 0 22px;
  line-height: 42px;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
  background-color: #6a4e77;
  color: #fff;
}
.woocommerce .shop-sidebar .widget .widget-title + * {
  padding: 25px 20px;
  border: 1px solid #ededed;
}
.woocommerce .widget_product_search .woocommerce-product-search {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding: 30px 20px;
  border: 1px solid #ededed;
  display: flex;
}
.woocommerce .widget_product_search .woocommerce-product-search .screen-reader-text {
  display: none;
}
.woocommerce .widget_product_search .woocommerce-product-search ::-webkit-input-placeholder {
  color: #727272;
}
.woocommerce .widget_product_search .woocommerce-product-search :-moz-placeholder {
  color: #727272;
}
.woocommerce .widget_product_search .woocommerce-product-search ::-moz-placeholder {
  color: #727272;
}
.woocommerce .widget_product_search .woocommerce-product-search :-ms-input-placeholder {
  color: #727272;
}
.woocommerce .widget_product_search .woocommerce-product-search:before {
  content: '\f002';
  font-family: FontAweSome;
  font-size: 16px;
  color: #fff;
  right: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #6a4e77;
  z-index: 9;
}
.woocommerce .widget_product_search .search-field {
  flex-grow: 1;
  padding: 0 15px;
  background-color: transparent;
  outline: 0;
  border: 1px solid #ededed;
  height: 40px;
  transition: 0.5s;
}
.woocommerce .widget_product_search .search-field:focus {
  border-color: #bababa;
}
.woocommerce .widget_product_search input[type="submit"] {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  color: transparent;
  z-index: 99;
}
.woocommerce .widget_product_search input[type="submit"]:focus {
  outline: 0;
}
.woocommerce .widget_product_tag_cloud a {
  padding: 4px 10px;
  margin: 0 10px 10px 0;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #dddddd;
  transition: 0.5s;
}
.woocommerce .widget_product_tag_cloud a:hover {
  background-color: #6a4e77;
  border-color: #6a4e77;
  color: #fff;
  text-decoration: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #6a4e77;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #6a4e77;
  background-color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #dedede;
}
.woocommerce .widget_product_categories ul.product-categories {
  padding: 0;
}
.woocommerce .widget_product_categories li {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border-bottom: solid 1px #ededed;
  padding: 17px 20px;
}
.woocommerce .widget_product_categories li:last-child {
  border: 0;
}
.woocommerce .widget_product_categories li a {
  color: #000;
  transition: 0.5s;
}
.woocommerce .widget_product_categories li span.count {
  float: right;
  transition: 0.5s;
}
.woocommerce .widget_product_categories li:hover > a,
.woocommerce .widget_product_categories li:hover > span.count {
  color: #6a4e77;
}
.woocommerce .widget_product_categories .children,
.woocommerce .widget_product_categories .sub-menu {
  border: none;
  margin-top: 10px;
  margin-left: 15px;
}
.woocommerce .widget_product_categories .children li,
.woocommerce .widget_product_categories .sub-menu li {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .widget_product_categories .children li:last-child,
.woocommerce .widget_product_categories .sub-menu li:last-child {
  border: 0;
  padding-bottom: 0;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li,
.woocommerce .widget_recent_reviews ul.product_list_widget li,
.woocommerce .widget_products ul.product_list_widget li,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ededed;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li:first-child,
.woocommerce .widget_recent_reviews ul.product_list_widget li:first-child,
.woocommerce .widget_products ul.product_list_widget li:first-child,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li:first-child {
  padding-top: 0;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li:last-child,
.woocommerce .widget_recent_reviews ul.product_list_widget li:last-child,
.woocommerce .widget_products ul.product_list_widget li:last-child,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li:last-child {
  padding-bottom: 0;
  border: 0;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li a,
.woocommerce .widget_recent_reviews ul.product_list_widget li a,
.woocommerce .widget_products ul.product_list_widget li a,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li a {
  color: #000;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li a:hover,
.woocommerce .widget_recent_reviews ul.product_list_widget li a:hover,
.woocommerce .widget_products ul.product_list_widget li a:hover,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li a:hover {
  color: #6a4e77;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li img,
.woocommerce .widget_recent_reviews ul.product_list_widget li img,
.woocommerce .widget_products ul.product_list_widget li img,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  width: 70px;
  height: 69px;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li .product-title,
.woocommerce .widget_recent_reviews ul.product_list_widget li .product-title,
.woocommerce .widget_products ul.product_list_widget li .product-title,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li .product-title {
  font-size: 16px;
  font-weight: 600;
  margin-left: 80px;
  margin-bottom: 10px;
  line-height: 1.2;
  display: block;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li > span.amount,
.woocommerce .widget_recent_reviews ul.product_list_widget li > span.amount,
.woocommerce .widget_products ul.product_list_widget li > span.amount,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li > span.amount {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #727272;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li ins,
.woocommerce .widget_recent_reviews ul.product_list_widget li ins,
.woocommerce .widget_products ul.product_list_widget li ins,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li ins {
  float: left;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #727272;
  text-decoration: none;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li del,
.woocommerce .widget_recent_reviews ul.product_list_widget li del,
.woocommerce .widget_products ul.product_list_widget li del,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li del {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating,
.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating,
.woocommerce .widget_products ul.product_list_widget li .star-rating,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li .star-rating {
  left: 10px;
  font-size: 10px;
  min-height: 12px;
  margin-bottom: 5px;
  width: 68px;
}
.woocommerce .widget_top_rated_products ul.product_list_widget li:last-child,
.woocommerce .widget_recent_reviews ul.product_list_widget li:last-child,
.woocommerce .widget_products ul.product_list_widget li:last-child,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li:last-child {
  padding-bottom: 0;
}
.woocommerce .widget_recent_reviews ul.product_list_widget li img {
  margin-right: 10px;
}
.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating {
  left: 0;
}
.woocommerce .widget_shopping_cart ul.product_list_widget li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ededed;
}
.woocommerce .widget_shopping_cart ul.product_list_widget li:first-child {
  padding-top: 0;
}
.woocommerce .widget_shopping_cart ul.product_list_widget li img {
  width: 70px;
}
.woocommerce .widget_shopping_cart ul.product_list_widget li a.remove {
  top: 15px;
}
.woocommerce .widget_shopping_cart ul.product_list_widget .quantity {
  padding: 0;
  border: 0;
}
.woocommerce .widget_shopping_cart .total {
  border: 0;
  padding-top: 10px;
}
.woocommerce .widget_shopping_cart .buttons a {
  margin-right: 0;
  width: 100%;
}
.woocommerce-cart .cart-collaterals {
  padding-top: 30px;
}
.woocommerce-cart table.cart td.actions input[name="update_cart"] {
  float: right;
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}
.woocommerce-cart table.cart td.actions input[name="update_cart"]:hover,
.woocommerce-cart table.cart td.actions input[name="update_cart"]:focus,
.woocommerce-cart table.cart td.actions input[name="update_cart"]:active,
.woocommerce-cart table.cart td.actions input[name="update_cart"]:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.woocommerce-cart table.cart td.actions input[name="update_cart"][disabled="disabled"] {
  opacity: 0.5;
}
.woocommerce-cart table.cart td.actions input[name="update_cart"]:hover,
.woocommerce-cart table.cart td.actions input[name="update_cart"]:focus,
.woocommerce-cart table.cart td.actions input[name="update_cart"]:active,
.woocommerce-cart table.cart td.actions input[name="update_cart"]:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.woocommerce-cart table.cart td.actions input[name="update_cart"][disabled="disabled"] {
  opacity: 0.5;
}
.woocommerce-cart table.cart td.actions .coupon {
  display: inline-block;
}
.woocommerce-cart table.cart td.actions .coupon label {
  display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  font-size: 12px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  outline: 0;
  border: 1px solid #dedede;
  transition: 0.5s;
  background-color: transparent;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
  border-color: #ababab;
}
.woocommerce-cart .cart_totals {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce-cart .cart_totals h2 {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
}
.woocommerce-cart .cart_totals h2:before {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #6a4e77;
  position: absolute;
  bottom: 0;
  left: 0;
}
.woocommerce-cart .cart_totals table.shop_table {
  border: 1px solid #ededed;
}
.woocommerce-cart .cart_totals table.shop_table tr th {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-right: 1px solid #ededed;
  background-color: #6a4e77;
}
.woocommerce-cart .cart_totals table.shop_table tr td {
  background-color: #fff;
}
.woocommerce-cart .cart_totals table.shop_table tr td[data-title="Total"] strong {
  font-weight: 400 !important;
}
.woocommerce-cart .cart_totals table.shop_table tr th,
.woocommerce-cart .cart_totals table.shop_table tr td {
  padding: 10px 20px;
  border-color: #ededed;
}
.woocommerce-cart .woocommerce-shipping-calculator a {
  font-weight: 600;
  color: #6a4e77;
}
.woocommerce-cart .shipping-calculator-form .form-row-wide {
  width: 100%;
}
.woocommerce-cart .shipping-calculator-form p {
  margin-bottom: 10px;
  padding-left: 0;
}
.woocommerce-cart .shipping-calculator-form input,
.woocommerce-cart .shipping-calculator-form select {
  border: 1px solid #ededed;
  height: 44px;
  line-height: 44px;
  padding-left: 23px;
  width: 100%;
  transition: 0.5s;
}
.woocommerce-cart .shipping-calculator-form input:focus,
.woocommerce-cart .shipping-calculator-form select:focus {
  border-color: #ababab;
}
.woocommerce-checkout .checkout h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input {
  right: -25px;
  left: auto;
}
.woocommerce-checkout form.login label {
  display: inline-block;
}
.woocommerce-checkout form.login .form-row.form-row-first,
.woocommerce-checkout form.login .form-row.form-row-last {
  width: 50%;
}
.woocommerce-checkout form.login .form-row.form-row-first {
  float: left;
  padding-right: 15px;
}
.woocommerce-checkout form.login .form-row.form-row-last {
  float: right;
  padding-left: 15px;
}
.woocommerce-account .woocommerce h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
}
.woocommerce-account form.login label,
.woocommerce-account form.register label {
  display: inline-block;
}
.woocommerce-account #customer_login {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-account #customer_login > div {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 16.6667%;
  padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  position: relative;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
  color: #727272;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
  padding-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  padding-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #6a4e77;
}
.woocommerce-account .woocommerce-info:before {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 83.3333%;
  padding-left: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row label {
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content form.edit-account legend {
  text-align: center;
}
.select2-container--default .select2-selection--single {
  font-size: 12px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  outline: 0;
  border: 1px solid #dedede;
  transition: 0.5s;
  background-color: transparent;
  border-radius: 0;
}
.select2-container--default .select2-selection--single:focus {
  border-color: #ababab;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
body .woocommerce .checkout_coupon .form-row-last input.button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
  border-color: #ededed;
}
/**
 * 6.3 Comments
 */
.bypostauthor {
  display: block;
}
.comments-area {
  clear: both;
  padding-top: 60px;
  border-top: 1px solid #ededed;
}
.comments-title,
.comment-reply-title {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 30px;
}
.comments-title {
  margin-bottom: 10px;
}
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .children {
  list-style: none;
  padding: 0 0 0 80px;
}
.comment-list .children:last-child {
  margin-bottom: 0;
}
.comment-list > .comment:first-child article {
  border: none;
}
.comment,
.pingback {
  zoom: 1;
  float: left;
  clear: both;
  width: 100%;
}
.comment:before,
.pingback:before,
.comment:after,
.pingback:after {
  content: "";
  display: table;
}
.comment:after,
.pingback:after {
  clear: both;
}
.comment article,
.pingback article {
  padding: 25px 0;
  overflow: hidden;
}
.comment .comment-author,
.pingback .comment-author {
  float: left;
  position: relative;
}
.comment .comment-author img,
.pingback .comment-author img {
  border-radius: 50%;
}
.comment .comment-meta,
.pingback .comment-meta {
  margin-left: 110px;
}
.comment .author-name,
.pingback .author-name {
  font-size: 14px;
  color: #222222;
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
  margin: 0;
  padding-bottom: 13px;
}
.comment .author-name a,
.pingback .author-name a {
  color: #222222;
}
.comment .comment-date,
.pingback .comment-date {
  color: #bababa;
  font-size: 12px;
  padding-bottom: 20px;
}
.comment .comment-date i,
.pingback .comment-date i {
  color: #6a4e77;
  padding-right: 8px;
}
.comment .comment-edit-link,
.pingback .comment-edit-link {
  float: right;
}
.comment .comment-reply-link,
.pingback .comment-reply-link {
  font-size: 12px;
  border: 2px solid #6a4e77;
  width: 33px;
  height: 33px;
  line-height: 31px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 43px);
}
.comment .comment-reply-link:hover,
.pingback .comment-reply-link:hover {
  color: #fff;
  background-color: #6a4e77;
}
.pingback .comment-meta {
  margin-left: 0;
}
.pingback article {
  padding: 0;
}
.comment-respond {
  margin-top: 25px;
}
.comment-respond .comment-notes {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  padding-bottom: 5px;
}
.comment-respond ::-webkit-input-placeholder {
  color: #727272;
  font-size: 12px;
}
.comment-respond .required {
  display: none;
}
.comment-respond textarea {
  width: 100%;
  height: 100px;
  padding: 10px 20px;
  border-color: #ededed;
  outline: none;
  color: #222222;
  font-size: 12px;
  transition: 0.5s;
}
.comment-respond textarea:focus {
  border-color: #bababa;
}
.comment-respond .comment-form-comment {
  margin-bottom: 30px;
  margin-top: 20px;
}
.comment-respond .comment-form-comment label {
  display: none;
}
.comment-respond .comment-form-email input {
  border: 1px solid #ededed;
}
.comment-respond .comment-form-url {
  display: none;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-phone {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  font-size: 12px;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-phone input {
  width: 100%;
  padding: 0 22px;
  height: 44px;
  border-color: #ededed;
  outline: none;
  color: #222222;
  transition: 0.5s;
}
.comment-respond .comment-form-author input:focus,
.comment-respond .comment-form-email input:focus,
.comment-respond .comment-form-phone input:focus {
  border-color: #bababa;
}
.comment-respond .comment-form-author {
  padding-left: 0;
}
.comment-respond .comment-form-phone {
  padding-right: 0;
}
.comment-respond .form-submit {
  clear: both;
  margin-top: 40px;
}
.comment-respond .form-submit .submit {
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}
.comment-respond .form-submit .submit:hover,
.comment-respond .form-submit .submit:focus,
.comment-respond .form-submit .submit:active,
.comment-respond .form-submit .submit:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.comment-respond .form-submit .submit[disabled="disabled"] {
  opacity: 0.5;
}
.comment-respond .form-submit .submit:hover,
.comment-respond .form-submit .submit:focus,
.comment-respond .form-submit .submit:active,
.comment-respond .form-submit .submit:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.comment-respond .form-submit .submit[disabled="disabled"] {
  opacity: 0.5;
}
.comment-content {
  word-break: break-all;
  padding-bottom: 20px;
  font-size: 13px;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-awaiting-moderation {
  display: block;
}
/*--------------------------------------------------------------
7.0 - Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  background-color: #6a4e77;
  padding: 16px 20px;
}
.widget .widget-title a {
  color: #fff;
}
.widget .widget-title + * {
  border: 1px solid #ededed;
}
.widget > .textwidget {
  padding: 25px 20px;
  border: 1px solid #ededed;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget table,
.widget select {
  width: 100%;
}
.widget select {
  border: 1px solid #ededed;
  height: 44px;
  background-color: transparent;
  margin-top: 20px;
  padding: 0 15px;
  outline: 0;
  transition: 0.5s;
}
.widget select:focus {
  border-color: #bababa;
}
.widget select option {
  color: #727272;
}
.widget table {
  text-align: left;
  width: 100%;
}
.widget table caption {
  border: 1px solid #ededed;
  border-bottom-width: 0;
  text-align: center;
}
.widget table tr {
  border: 1px solid #ededed;
  border-bottom-width: 0;
  padding: 3px 0;
}
.widget table tr td,
.widget table tr th {
  padding: 0 5px;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.widget_calendar {
  line-height: 26px;
}
.widget_calendar .calendar_wrap {
  padding: 25px 20px;
}
.widget_categories li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_archive li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_meta li,
.widget-recent-comments li,
.courses-categories-widget li {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border-bottom: solid 1px #ededed;
  padding: 17px 20px;
}
.widget_categories li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child,
.widget_nav_menu li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget-recent-comments li:last-child,
.courses-categories-widget li:last-child {
  border: 0;
}
.widget_categories li a,
.widget_recent_comments li a,
.widget_rss li a,
.widget_pages li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_recent_entries li a,
.widget_meta li a,
.widget-recent-comments li a,
.courses-categories-widget li a {
  color: #000;
  transition: 0.5s;
}
.widget_categories li span.count,
.widget_recent_comments li span.count,
.widget_rss li span.count,
.widget_pages li span.count,
.widget_archive li span.count,
.widget_nav_menu li span.count,
.widget_recent_entries li span.count,
.widget_meta li span.count,
.widget-recent-comments li span.count,
.courses-categories-widget li span.count {
  float: right;
  transition: 0.5s;
}
.widget_categories li:hover > a,
.widget_recent_comments li:hover > a,
.widget_rss li:hover > a,
.widget_pages li:hover > a,
.widget_archive li:hover > a,
.widget_nav_menu li:hover > a,
.widget_recent_entries li:hover > a,
.widget_meta li:hover > a,
.widget-recent-comments li:hover > a,
.courses-categories-widget li:hover > a,
.widget_categories li:hover > span.count,
.widget_recent_comments li:hover > span.count,
.widget_rss li:hover > span.count,
.widget_pages li:hover > span.count,
.widget_archive li:hover > span.count,
.widget_nav_menu li:hover > span.count,
.widget_recent_entries li:hover > span.count,
.widget_meta li:hover > span.count,
.widget-recent-comments li:hover > span.count,
.courses-categories-widget li:hover > span.count {
  color: #6a4e77;
}
.widget_categories .children,
.widget_recent_comments .children,
.widget_rss .children,
.widget_pages .children,
.widget_archive .children,
.widget_nav_menu .children,
.widget_recent_entries .children,
.widget_meta .children,
.widget-recent-comments .children,
.courses-categories-widget .children,
.widget_categories .sub-menu,
.widget_recent_comments .sub-menu,
.widget_rss .sub-menu,
.widget_pages .sub-menu,
.widget_archive .sub-menu,
.widget_nav_menu .sub-menu,
.widget_recent_entries .sub-menu,
.widget_meta .sub-menu,
.widget-recent-comments .sub-menu,
.courses-categories-widget .sub-menu {
  border: none;
  margin-top: 10px;
  margin-left: 15px;
}
.widget_categories .children li,
.widget_recent_comments .children li,
.widget_rss .children li,
.widget_pages .children li,
.widget_archive .children li,
.widget_nav_menu .children li,
.widget_recent_entries .children li,
.widget_meta .children li,
.widget-recent-comments .children li,
.courses-categories-widget .children li,
.widget_categories .sub-menu li,
.widget_recent_comments .sub-menu li,
.widget_rss .sub-menu li,
.widget_pages .sub-menu li,
.widget_archive .sub-menu li,
.widget_nav_menu .sub-menu li,
.widget_recent_entries .sub-menu li,
.widget_meta .sub-menu li,
.widget-recent-comments .sub-menu li,
.courses-categories-widget .sub-menu li {
  padding-left: 0;
  padding-right: 0;
}
.widget_categories .children li:last-child,
.widget_recent_comments .children li:last-child,
.widget_rss .children li:last-child,
.widget_pages .children li:last-child,
.widget_archive .children li:last-child,
.widget_nav_menu .children li:last-child,
.widget_recent_entries .children li:last-child,
.widget_meta .children li:last-child,
.widget-recent-comments .children li:last-child,
.courses-categories-widget .children li:last-child,
.widget_categories .sub-menu li:last-child,
.widget_recent_comments .sub-menu li:last-child,
.widget_rss .sub-menu li:last-child,
.widget_pages .sub-menu li:last-child,
.widget_archive .sub-menu li:last-child,
.widget_nav_menu .sub-menu li:last-child,
.widget_recent_entries .sub-menu li:last-child,
.widget_meta .sub-menu li:last-child,
.widget-recent-comments .sub-menu li:last-child,
.courses-categories-widget .sub-menu li:last-child {
  border: 0;
  padding-bottom: 0;
}
.widget_tag_cloud .tagcloud {
  padding: 20px;
  border: 1px solid #ededed;
}
.widget_tag_cloud a {
  padding: 4px 10px;
  margin: 0 10px 10px 0;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #dddddd;
  transition: 0.5s;
}
.widget_tag_cloud a:hover {
  background-color: #6a4e77;
  border-color: #6a4e77;
  color: #fff;
  text-decoration: none;
}
.tabs-widget .tabs-nav li {
  width: 33%;
  border-bottom: none;
  padding-bottom: 0;
}
.tabs-widget .tabs-nav li:last-child {
  width: 34%;
}
.tabs-widget .tabs-nav li:before {
  display: none;
}
.tabs-widget .tabs-nav li a {
  background: #727272;
  border: 1px solid #ccc;
  color: #646464;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: Oswald, "Times New Roman", Times, serif;
}
.tabs-widget .tabs-nav li a.active {
  color: #fff;
  text-decoration: none;
  border-color: transparent;
  background: #5cb85c;
}
.tabs-widget .tabs-nav li a:hover {
  text-decoration: none;
}
.tabs-widget .tabs-panel {
  margin-top: -1px;
  padding: 15px 0 20px;
}
.tabs-widget .tab-comments .comment {
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
  overflow: hidden;
}
.tabs-widget .tab-comments .comment-summary {
  font-style: italic;
  margin-bottom: 5px;
}
.recent-posts-widget .widget-list-post {
  padding: 25px 20px;
  border: 1px solid #ededed;
}
.recent-posts-widget .recent-post {
  padding-bottom: 15px;
  padding-top: 18px;
  border-bottom: 1px solid #ededed;
}
.recent-posts-widget .recent-post:first-child {
  padding-top: 0;
}
.recent-posts-widget .recent-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.recent-posts-widget .widget-thumb {
  float: left;
  max-width: 70px;
}
.recent-posts-widget .widget-summary {
  margin-left: 90px;
}
.recent-posts-widget .entry-title {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 600;
}
.recent-posts-widget .entry-title a {
  color: #000;
}
.recent-posts-widget .entry-meta {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recent-posts-widget .entry-meta .meta {
  font-size: 13px;
  color: #222222;
  padding-right: 5px;
  display: block;
}
.recent-posts-widget .entry-meta .meta:last-child {
  padding-right: 0;
}
.recent-posts-widget .entry-meta .meta a {
  color: #222222;
}
.recent-posts-widget .entry-meta .meta i {
  color: #6a4e77;
  padding-right: 6px;
}
.recent-posts-widget .entry-date {
  font-size: 13px;
  color: #222222;
}
.recent-posts-widget .no-thumbnail .widget-summary {
  margin-left: 0;
}
.widget-recent-comments li {
  padding: 20px 0;
  color: #ccc;
}
.widget-recent-comments li a,
.widget-recent-comments li p {
  color: #727272;
}
.widget_search .search-form {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding: 30px 20px;
  border: 1px solid #ededed;
  display: flex;
}
.widget_search .search-form .screen-reader-text {
  display: none;
}
.widget_search .search-form ::-webkit-input-placeholder {
  color: #727272;
}
.widget_search .search-form :-moz-placeholder {
  color: #727272;
}
.widget_search .search-form ::-moz-placeholder {
  color: #727272;
}
.widget_search .search-form :-ms-input-placeholder {
  color: #727272;
}
.widget_search .search-field {
  flex-grow: 1;
  padding: 0 15px;
  background-color: transparent;
  outline: 0;
  border: 1px solid #ededed;
  height: 40px;
  transition: 0.5s;
}
.widget_search .search-field:focus {
  border-color: #bababa;
}
.widget_search .search-submit {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #6a4e77;
}
.widget_search .search-submit i {
  font-size: 16px;
  color: #fff;
}
.widget_search .search-submit:focus {
  outline: 0;
}
.social-links-widget .social-links-list a {
  margin-right: 15px;
  color: #000;
}
.social-links-widget .social-links-list a:last-child {
  margin-right: 0;
}
.tl-account-widget > ul > li {
  position: relative;
}
.tl-account-widget > ul > li i {
  padding-right: 5px;
}
.tl-account-widget > ul li {
  margin-bottom: 0;
  list-style: none;
}
.tl-account-widget > ul li:hover > ul {
  opacity: 1;
  z-index: 9999;
  top: 100%;
  transform: scaleX(1);
}
.tl-account-widget > ul ul {
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  left: 0;
  top: 110%;
  width: auto;
  min-width: 175px;
  opacity: 0;
  z-index: -1;
  padding: 18px 0 0;
  transform: scaleX(0);
  display: block;
  border-radius: 0;
  box-shadow: none;
}
.tl-account-widget > ul ul.align-right {
  right: 0;
  left: auto;
}
.tl-account-widget > ul ul li {
  text-align: left;
  display: block;
  padding: 0 30px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.tl-account-widget > ul ul li:first-child {
  border-top: 1px solid #ddd;
}
.tl-account-widget > ul ul li:last-child {
  border-bottom: 1px solid #ddd;
}
.tl-account-widget > ul ul li a {
  color: #727272;
  font-size: 14px;
  padding: 12px 0;
  text-transform: none;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  background-color: transparent;
  white-space: nowrap;
  line-height: 1;
}
.tl-account-widget > ul ul li a:hover {
  color: #000;
}
.courses-categories-widget .course-category {
  position: relative;
  transition: 0.5s;
}
.courses-categories-widget .course-category .dropdown {
  display: block;
  cursor: pointer;
  position: absolute;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 20px;
  right: 20px;
  z-index: 99;
}
.courses-categories-widget .course-category.current,
.courses-categories-widget .course-category.active {
  background-color: #f8f8f8;
}
.courses-categories-widget .course-category.current i,
.courses-categories-widget .course-category.active i {
  transform: rotate(180deg);
}
.courses-categories-widget .course-category.current .children-cat {
  display: block;
}
.courses-categories-widget .course-category.current.active {
  background-color: #fff;
}
.courses-categories-widget .course-category.current.active i {
  transform: rotate(0);
}
.courses-categories-widget a {
  display: block;
}
.courses-categories-widget .children-cat {
  border: 0;
  display: none;
  padding-top: 17px;
  padding-left: 20px;
}
.courses-categories-widget .children-cat li {
  padding: 3px 0;
  border: none;
}
.courses-categories-widget .children-cat a {
  font-size: 14px;
}
.widget.widget_lp-widget-recent-courses .course-entry,
.widget.widget_lp-widget-popular-courses .course-entry,
.widget.widget_lp-widget-featured-courses .course-entry {
  border-top: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-cover,
.widget.widget_lp-widget-popular-courses .course-entry .course-cover,
.widget.widget_lp-widget-featured-courses .course-entry .course-cover {
  padding: 20px 20px 0;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-detail,
.widget.widget_lp-widget-popular-courses .course-entry .course-detail,
.widget.widget_lp-widget-featured-courses .course-entry .course-detail {
  padding: 18px 20px;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-title,
.widget.widget_lp-widget-popular-courses .course-entry .course-title,
.widget.widget_lp-widget-featured-courses .course-entry .course-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-author,
.widget.widget_lp-widget-popular-courses .course-entry .course-author,
.widget.widget_lp-widget-featured-courses .course-entry .course-author {
  background-color: #f8f8f8;
  border-top: 1px solid #dddddd;
  padding: 10px 20px;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-author > a,
.widget.widget_lp-widget-popular-courses .course-entry .course-author > a,
.widget.widget_lp-widget-featured-courses .course-entry .course-author > a {
  display: flex;
  align-items: center;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-author h3,
.widget.widget_lp-widget-popular-courses .course-entry .course-author h3,
.widget.widget_lp-widget-featured-courses .course-entry .course-author h3 {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 0 10px;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-author img,
.widget.widget_lp-widget-popular-courses .course-entry .course-author img,
.widget.widget_lp-widget-featured-courses .course-entry .course-author img {
  max-width: 45px;
  border-radius: 50%;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-author .s-job,
.widget.widget_lp-widget-popular-courses .course-entry .course-author .s-job,
.widget.widget_lp-widget-featured-courses .course-entry .course-author .s-job,
.widget.widget_lp-widget-recent-courses .course-entry .course-author .job,
.widget.widget_lp-widget-popular-courses .course-entry .course-author .job,
.widget.widget_lp-widget-featured-courses .course-entry .course-author .job {
  display: none;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-meta-data,
.widget.widget_lp-widget-popular-courses .course-entry .course-meta-data,
.widget.widget_lp-widget-featured-courses .course-entry .course-meta-data {
  padding: 10px 20px;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-meta-data i,
.widget.widget_lp-widget-popular-courses .course-entry .course-meta-data i,
.widget.widget_lp-widget-featured-courses .course-entry .course-meta-data i {
  color: #6a4e77;
  padding-right: 3px;
  font-size: 13px;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-price,
.widget.widget_lp-widget-popular-courses .course-entry .course-price,
.widget.widget_lp-widget-featured-courses .course-entry .course-price {
  color: #6a4e77;
  font-weight: 500;
}
.widget.widget_lp-widget-recent-courses .course-entry .course-meta-field:after,
.widget.widget_lp-widget-popular-courses .course-entry .course-meta-field:after,
.widget.widget_lp-widget-featured-courses .course-entry .course-meta-field:after {
  display: none;
}
.widget.widget_lp-widget-recent-courses .widget-footer a,
.widget.widget_lp-widget-popular-courses .widget-footer a,
.widget.widget_lp-widget-featured-courses .widget-footer a {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
  width: 100%;
}
.widget.widget_lp-widget-recent-courses .widget-footer a:hover,
.widget.widget_lp-widget-popular-courses .widget-footer a:hover,
.widget.widget_lp-widget-featured-courses .widget-footer a:hover,
.widget.widget_lp-widget-recent-courses .widget-footer a:focus,
.widget.widget_lp-widget-popular-courses .widget-footer a:focus,
.widget.widget_lp-widget-featured-courses .widget-footer a:focus,
.widget.widget_lp-widget-recent-courses .widget-footer a:active,
.widget.widget_lp-widget-popular-courses .widget-footer a:active,
.widget.widget_lp-widget-featured-courses .widget-footer a:active,
.widget.widget_lp-widget-recent-courses .widget-footer a:active:focus,
.widget.widget_lp-widget-popular-courses .widget-footer a:active:focus,
.widget.widget_lp-widget-featured-courses .widget-footer a:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.widget.widget_lp-widget-recent-courses .widget-footer a:hover,
.widget.widget_lp-widget-popular-courses .widget-footer a:hover,
.widget.widget_lp-widget-featured-courses .widget-footer a:hover,
.widget.widget_lp-widget-recent-courses .widget-footer a:focus,
.widget.widget_lp-widget-popular-courses .widget-footer a:focus,
.widget.widget_lp-widget-featured-courses .widget-footer a:focus,
.widget.widget_lp-widget-recent-courses .widget-footer a:active,
.widget.widget_lp-widget-popular-courses .widget-footer a:active,
.widget.widget_lp-widget-featured-courses .widget-footer a:active,
.widget.widget_lp-widget-recent-courses .widget-footer a:active:focus,
.widget.widget_lp-widget-popular-courses .widget-footer a:active:focus,
.widget.widget_lp-widget-featured-courses .widget-footer a:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
#lang_sel a.lang_sel_sel {
  background: none;
  line-height: 1;
  color: #000;
  border: none;
  padding-left: 0;
}
#lang_sel > ul {
  padding: 0;
}
#lang_sel > ul > li {
  padding: 0 !important;
  height: auto;
  position: relative;
  list-style: none;
  border: none;
  width: auto;
}
#lang_sel > ul > li:hover ul {
  transform: scaleX(1);
  top: 100%;
}
#lang_sel > ul > li > a {
  padding-right: 25px;
}
#lang_sel > ul > li > a:after {
  font-family: FontAweSome;
  content: "\f107";
  padding-left: 5px;
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
#lang_sel > ul > li > a:hover {
  color: #000;
}
#lang_sel > ul > li > a:hover:after {
  color: #000;
}
#lang_sel ul ul {
  top: 150%;
  z-index: 99999;
  left: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  transform: scaleX(0);
  position: absolute;
  margin: 0;
  padding: 18px 0 0;
  border: none;
  transition: top 0.35s;
  min-width: 120px;
}
#lang_sel ul ul li {
  border-top: none;
  list-style: none;
  width: auto;
  display: block;
  float: none;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
  padding: 0 10px;
}
#lang_sel ul ul li:last-child {
  padding-bottom: 7px;
}
#lang_sel ul ul li:first-child {
  padding-top: 7px;
}
#lang_sel ul ul li a {
  padding: 12px 0;
  border: none;
  display: block;
  color: #727272;
  line-height: 1;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
}
#lang_sel ul ul li a:hover {
  color: #000;
  background-color: transparent;
}
#lang_sel img.iclflag {
  top: 0;
  padding-right: 5px;
  width: auto;
  height: auto;
}
.tl-topbar-icons-widget ul {
  margin: 0;
  padding: 0;
}
.tl-topbar-icons-widget ul li {
  list-style: none;
}
.tl-topbar-icons-widget ul li a {
  color: #000;
}
.tl-tweets-widget .tweet-item i {
  color: #6a4e77;
  float: left;
  padding-top: 3px;
}
.tl-tweets-widget .tweet-item p,
.tl-tweets-widget .tweet-item span {
  padding-left: 33px;
}
.tl-tweets-widget .tweet-item span {
  color: #fffffe;
  display: block;
}
.tl-tweets-widget .owl-dots {
  padding-left: 33px;
}
/*--------------------------------------------------------------
8.0 - Footer
--------------------------------------------------------------*/
.site-footer .footer-widgets .widget {
  margin-bottom: 30px;
}
.site-footer .footer-widgets .widget:last-child {
  margin-bottom: 0;
}
.site-footer .footer-widgets .widget .widget-title {
  font-size: 16px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  background-color: transparent;
  padding: 0;
}
.site-footer .footer-widgets .widget .widget-title + * {
  border: 0;
}
.site-footer .footer-widgets .widget > .textwidget {
  border: none;
  padding: 0;
}
.site-footer .footer-widgets .widget ul {
  border: none;
}
.site-footer .footer-widgets .widget ul > li {
  padding: 3px 0;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #bababa;
}
.site-footer .footer-widgets .widget ul > li > a {
  color: #bababa;
  position: relative;
  padding-left: 10px;
}
.site-footer .footer-widgets .widget ul > li > a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: FontAweSome;
  content: "\f0da";
  transition: 0.35s;
  color: #6a4e77;
}
.site-footer .footer-widgets .widget ul > li > a:hover {
  color: #fff;
}
.site-footer .footer-widgets .widget ul > li > a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.site-footer .footer-widgets .social-links-widget a {
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
}
.site-footer .footer-widgets .footer-contact-info p {
  margin-bottom: 5px;
}
.site-footer .footer-widgets .footer-contact-info i {
  color: #6a4e77;
  padding-right: 10px;
}
.site-footer .footer-widgets .recent-posts-widget .widget-list-post {
  border: none;
  padding: 0;
}
.site-footer .footer-widgets .recent-posts-widget .recent-post {
  border-bottom: none;
  padding-bottom: 0;
  clear: both;
  width: 100%;
}
.site-footer .footer-widgets .recent-posts-widget .entry-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
.site-footer .footer-widgets .recent-posts-widget .entry-title a,
.site-footer .footer-widgets .recent-posts-widget .entry-meta .meta a {
  color: #bababa;
}
.site-footer .footer-widgets .recent-posts-widget .entry-title a:hover,
.site-footer .footer-widgets .recent-posts-widget .entry-meta .meta a:hover {
  color: #fff;
}
.site-footer .footer-widgets .recent-posts-widget .entry-date {
  color: #fff;
}
.site-footer .footer-widgets .widget_lp-widget-recent-courses .course-entry,
.site-footer .footer-widgets .widget_lp-widget-popular-courses .course-entry,
.site-footer .footer-widgets .widget_lp-widget-featured-courses .course-entry {
  border-color: rgba(255, 255, 255, 0.1);
}
.site-footer .footer-widgets .widget_lp-widget-recent-courses .course-entry .course-title,
.site-footer .footer-widgets .widget_lp-widget-popular-courses .course-entry .course-title,
.site-footer .footer-widgets .widget_lp-widget-featured-courses .course-entry .course-title {
  color: #bababa;
}
.site-footer .footer-widgets .widget_lp-widget-recent-courses .course-entry .course-title:hover,
.site-footer .footer-widgets .widget_lp-widget-popular-courses .course-entry .course-title:hover,
.site-footer .footer-widgets .widget_lp-widget-featured-courses .course-entry .course-title:hover {
  color: #fff;
}
.site-footer .footer-widgets .mc4wp-form-fields input[type="submit"] {
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  background-color: #6a4e77;
  transition: all 0.5s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
}
.site-footer .footer-widgets .mc4wp-form-fields input[type="submit"]:hover,
.site-footer .footer-widgets .mc4wp-form-fields input[type="submit"]:focus,
.site-footer .footer-widgets .mc4wp-form-fields input[type="submit"]:active,
.site-footer .footer-widgets .mc4wp-form-fields input[type="submit"]:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.site-footer .footer-widgets .mc4wp-form-fields input[type="submit"]:hover,
.site-footer .footer-widgets .mc4wp-form-fields input[type="submit"]:focus,
.site-footer .footer-widgets .mc4wp-form-fields input[type="submit"]:active,
.site-footer .footer-widgets .mc4wp-form-fields input[type="submit"]:active:focus {
  outline: none;
  background-color: #6a4e77;
  border-color: transparent;
  color: #fff;
}
.site-footer .footer-widgets .mc4wp-form-fields input[type="email"] {
  border: 1px solid #444444;
  background-color: transparent;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  outline: 0;
  width: 100%;
  transition: 0.5s;
  color: #909090;
}
.site-footer .footer-widgets .mc4wp-form-fields input[type="email"]:focus {
  border-color: #777777;
}
.site-footer .footer-widgets .mc4wp-form-fields ::-webkit-input-placeholder {
  color: #909090;
}
.site-footer .footer-widgets .mc4wp-form-fields :-moz-placeholder {
  color: #909090;
}
.site-footer .footer-widgets .mc4wp-form-fields ::-moz-placeholder {
  color: #909090;
}
.site-footer .footer-widgets .mc4wp-form-fields :-ms-input-placeholder {
  color: #909090;
}
.site-footer .footer-widgets .working-hours {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
  margin-left: 0;
  color: #bababa;
}
.site-footer .footer-widgets .working-hours li {
  padding: 5px 0;
  font-size: 12px;
}
.site-footer .footer-widgets .working-hours li span {
  float: right;
}
.site-footer .footer-widgets .working-hours span {
  color: #fff;
}
.site-footer .footer-widgets .owl-dots {
  text-align: left;
  margin-top: 20px;
}
.site-footer .footer-widgets .owl-dots .owl-dot span {
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #444444;
  transition: 0.5s;
}
.site-footer .footer-widgets .owl-dots .owl-dot:hover span,
.site-footer .footer-widgets .owl-dots .owl-dot.active span {
  background-color: #6a4e77;
  border-color: #6a4e77;
}
.site-footer .socials a {
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: #212628;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-left: 7px;
}
.site-footer .socials a:first-child {
  margin-left: 0;
}
.site-footer .socials a:hover {
  background-color: #6a4e77;
}
.site-footer .footer-bottom ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.site-footer .footer-bottom ul.menu:before,
.site-footer .footer-bottom ul.menu:after {
  content: "";
  display: table;
}
.site-footer .footer-bottom ul.menu:after {
  clear: both;
}
.site-footer .footer-bottom ul.menu li {
  float: left;
  padding: 0 20px;
}
.site-footer .footer-bottom ul.menu li:first-child {
  padding-left: 0;
}
.site-footer .footer-bottom ul.menu li:last-child {
  padding-right: 0;
}
.footer-layout-1 {
  background-color: #000;
  color: #bababa;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-layout-1 .footer-newsletter {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields {
  display: flex;
  align-items: center;
}
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="email"],
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="text"] {
  border: 2px solid #54575a;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  width: 270px;
  margin-right: 25px;
  color: #54575a;
  background-color: transparent;
}
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"] {
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.5s;
  color: #6a4e77;
  font-size: 13px;
  border: 2px solid #6a4e77;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  min-width: 170px;
  height: 38px;
  line-height: 36px;
}
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"]:hover,
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"]:focus,
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"]:active,
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"]:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"][disabled="disabled"] {
  opacity: 0.5;
}
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"]:hover,
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"]:focus,
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"]:active,
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"]:active:focus {
  outline: none;
  background-color: transparent;
  border-color: #6a4e77;
  color: #6a4e77;
}
.footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"][disabled="disabled"] {
  opacity: 0.5;
}
.footer-layout-1 .footer-newsletter .newsletter-content {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  background-image: url(img/email.png);
  background-repeat: no-repeat;
  padding-left: 70px;
  background-position: center left;
  min-height: 50px;
  line-height: 50px;
}
.footer-layout-1 .footer-widgets {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-layout-1 .footer-widgets .footer-sidebar {
  max-width: 31%;
}
.footer-layout-1 .footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-layout-1 .footer-copyright {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-layout-1.has-image {
  position: relative;
}
.footer-layout-1.has-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
}
.footer-layout-1.has-image .footer-content {
  position: relative;
  z-index: 10;
}
.footer-layout-2 .footer-widgets-content {
  background-color: #2a2a2a;
  color: #bababa;
}
.footer-layout-2 .footer-widgets-content .footer-widgets {
  display: flex;
  align-items: stretch;
}
.footer-layout-2 .footer-widgets-content .footer-sidebar {
  padding-top: 55px;
  padding-bottom: 55px;
}
.footer-layout-2 .footer-widgets-content .footer-1 {
  background-color: #222;
  position: relative;
  padding-right: 30px;
}
.footer-layout-2 .footer-widgets-content .footer-1:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  width: 200%;
  background-color: #222;
  content: "";
}
.footer-layout-2 .footer-widgets-content .footer-1 .widget {
  position: relative;
  z-index: 10;
}
.footer-layout-2 .footer-widgets-content .footer-2 {
  padding-left: 30px;
}
.footer-layout-2 .footer-widgets-content .social-links-widget a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #393939;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 16px;
}
.footer-layout-2 .footer-widgets-content .widget .widget-title:after {
  content: "";
  background-color: #6a4e77;
  height: 2px;
  width: 45px;
  display: inline-block;
  margin-left: 20px;
}
.footer-layout-2 .footer-widgets-content .widget a {
  color: #fff;
}
.footer-layout-2 .footer-bottom {
  background-color: #000;
  padding: 24px 0;
}
.footer-layout-2 .footer-bottom .footer-copyright {
  color: #b2b2b2;
}
.footer-layout-2 .footer-bottom .footer-copyright a {
  color: #fff;
}
.footer-layout-2 .footer-bottom ul.menu li a {
  color: #b2b2b2;
  transition: 0.5s;
}
.footer-layout-2 .footer-bottom ul.menu li a:hover {
  color: #fff;
}
.footer-layout-3 .footer-widgets-content {
  background-color: #161616;
  color: #bababa;
}
.footer-layout-3 .footer-widgets-content .footer-widgets {
  display: flex;
  align-items: stretch;
}
.footer-layout-3 .footer-widgets-content .footer-sidebar {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 30px;
  background-color: #222222;
  padding-right: 30px;
}
.footer-layout-3 .footer-widgets-content .footer-sidebar:last-child {
  background-color: transparent;
  padding-left: 30px;
  padding-right: 15px;
}
.footer-layout-3 .footer-widgets-content .footer-1 {
  background-color: #2a2a2a;
  position: relative;
  padding-right: 30px;
  padding-left: 15px;
}
.footer-layout-3 .footer-widgets-content .footer-1:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  width: 200%;
  background-color: #2a2a2a;
  content: "";
}
.footer-layout-3 .footer-widgets-content .footer-1 .widget {
  position: relative;
  z-index: 10;
}
.footer-layout-3 .footer-widgets-content .social-links-widget a {
  display: inline-block;
  margin-right: 40px;
}
.footer-layout-3 .footer-widgets-content .social-links-widget a:last-child {
  margin-right: 0;
}
.footer-layout-3 .footer-widgets-content .social-links-widget a:hover {
  color: #6a4e77;
}
.footer-layout-3 .footer-widgets-content .widget .widget-title {
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
}
.footer-layout-3 .footer-widgets-content .widget .widget-title:after {
  content: "";
  background-color: #6a4e77;
  height: 3px;
  width: 26px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-layout-3 .footer-widgets-content .widget a {
  color: #fff;
}
.footer-layout-3 .footer-bottom {
  background-color: #6a4e77;
  padding: 24px 0;
}
.footer-layout-3 .footer-bottom .footer-copyright {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.footer-layout-3 .footer-bottom .footer-copyright a {
  color: #fff;
  font-size: 12px;
}
.footer-layout-3 .footer-bottom ul.menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.footer-layout-4 .footer-content {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #2a2a2a;
}
.footer-layout-4 .footer-logo {
  margin-bottom: 20px;
}
.footer-layout-4 .footer-info {
  margin-bottom: 35px;
  white-space: pre-line;
  color: #bababa;
}
.footer-layout-4 .socials a {
  background-color: transparent;
  padding: 0 5px;
}
.footer-layout-4 .socials a:hover {
  background-color: transparent;
  color: #6a4e77;
}
.footer-layout-4 .footer-bottom {
  background-color: #141414;
  padding-top: 22px;
  padding-bottom: 22px;
  color: #b2b2b2;
}
.footer-layout-5 .footer-content {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #222222;
}
.footer-layout-5 .footer-logo {
  margin-bottom: 35px;
}
.footer-layout-5 .footer-info {
  margin-bottom: 20px;
  white-space: pre-line;
  color: #bababa;
}
.footer-layout-5 .footer-extra {
  background-color: #2a2a2a;
}
.footer-layout-5 .footer-newsletter {
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-layout-5 .footer-newsletter .newsletter-content {
  width: 33%;
  white-space: pre-line;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
}
.footer-layout-5 .footer-newsletter .newsletter-content strong {
  font-size: 24px;
  font-weight: 600;
}
.footer-layout-5 .footer-newsletter .newsletter-form {
  width: 66%;
  position: relative;
}
.footer-layout-5 .footer-newsletter .newsletter-form form {
  position: relative;
}
.footer-layout-5 .footer-newsletter .newsletter-form form:after {
  content: "\f1d8";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  font-size: 16px;
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #6a4e77;
  cursor: pointer;
}
.footer-layout-5 .footer-newsletter .newsletter-form input[type=email] {
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px 40px 10px 15px;
  color: #fff;
}
.footer-layout-5 .footer-newsletter .newsletter-form input:focus {
  outline: none;
}
.footer-layout-5 .footer-newsletter .newsletter-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: none;
  opacity: 0;
  z-index: 1000;
}
.footer-layout-5 .footer-newsletter .newsletter-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-layout-5 .footer-newsletter .newsletter-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-layout-5 .footer-newsletter .newsletter-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-layout-5 .footer-newsletter .newsletter-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-layout-5 .socials a {
  background-color: #393939;
}
.footer-layout-5 .footer-bottom {
  background-color: #111;
  padding-top: 22px;
  padding-bottom: 22px;
  color: #b2b2b2;
}
.footer-layout-5 .footer-bottom ul.menu li a {
  color: #b2b2b2;
  transition: 0.5s;
}
.footer-layout-5 .footer-bottom ul.menu li a:hover {
  color: #fff;
}
.taalem-before-unloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
.taalem-before-unloader .loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
.taalem-before-unloader.out {
  z-index: -999;
}
.taalem-before-unloader.out .loading-icon {
  display: none;
}
.backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
  background-color: #6a4e77;
  border-radius: 5px;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
.backtotop.show-scroll {
  opacity: 1;
}
.backtotop:hover,
.backtotop:focus {
  color: #fff;
}
/*--------------------------------------------------------------
9.0 - Media Queries
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  body .tl-empty-space .tl_empty_space_md {
    display: block;
  }
  body .tl-empty-space .tl_empty_space_lg,
  body .tl-empty-space .tl_empty_space_xs {
    display: none;
  }
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-toggle span {
    cursor: pointer;
  }
  .site-header .header-main .menu-row {
    display: flex;
    align-items: center;
  }
  .header-layout-1 .navbar-toggle,
  .header-layout-4 .navbar-toggle,
  .header-layout-5 .navbar-toggle {
    text-align: right;
  }
  .header-layout-1 .primary-mobile-nav,
  .header-layout-4 .primary-mobile-nav,
  .header-layout-5 .primary-mobile-nav {
    left: auto;
    right: -475px;
  }
  .header-layout-1 .primary-mobile-nav.open,
  .header-layout-4 .primary-mobile-nav.open,
  .header-layout-5 .primary-mobile-nav.open {
    transform: translate3d(-475px, 0, 0);
  }
  .header-layout-2 .site-header .primary-nav > ul.menu,
  .header-layout-3 .site-header .primary-nav > ul.menu {
    display: none;
  }
  .header-layout-2 .site-header .navbar-toggle,
  .header-layout-3 .site-header .navbar-toggle {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .header-layout-2 .site-header .menu-extras .extra-menu-item:nth-last-child(2n),
  .header-layout-3 .site-header .menu-extras .extra-menu-item:nth-last-child(2n) {
    padding-right: 0;
  }
  .header-layout-2 .site-header .menu-extras .menu-item-search,
  .header-layout-3 .site-header .menu-extras .menu-item-search {
    display: none;
  }
  .page-header.parallax .featured-image,
  .vc_row.parallax {
    background-attachment: scroll;
    background-position: center !important;
  }
  .tl-events.tl-events-tabs .tribe-events-single .flip-wrapper .inn {
    font-size: 36px;
    min-width: 100px;
  }
  .single-lp_course .learn-press-tabs .learn-press-nav-tabs:before,
  .single-lp_course .learn-press-tabs .learn-press-nav-tabs:after,
  .tl-event-tabs .tabs-nav:before,
  .tl-event-tabs .tabs-nav:after,
  .learnpress .learn-press-user-profile .learn-press-tabs:before,
  .learnpress .learn-press-user-profile .learn-press-tabs:after {
    display: none;
  }
  .tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab:first-child {
    padding-left: 20px;
  }
  .single-lp_course .entry-title {
    padding-right: 0;
  }
  .lp-single-course .course-meta .course-payment {
    float: left;
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content-sidebar.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-desc-wrapper,
  .sidebar-content.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-desc-wrapper,
  .content-sidebar.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-meta-wrapper,
  .sidebar-content.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-meta-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .content-sidebar.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-meta-wrapper,
  .sidebar-content.tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-meta-wrapper {
    margin-top: 30px;
  }
  .tl-section-heading h2.title {
    font-size: 48px !important;
  }
  .learnpress #course-curriculum-popup {
    overflow: scroll;
    background-color: #fff;
  }
  .learnpress #course-curriculum-popup #popup-sidebar {
    width: 100%;
    position: static;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .learnpress #course-curriculum-popup #popup-main {
    position: static;
  }
  body #course-curriculum-popup #popup-main,
  body #course-curriculum-popup #popup-main #popup-content #popup-content-inner iframe {
    position: static;
  }
  body #course-curriculum-popup #popup-main #popup-content {
    position: static;
    width: 100%;
    height: 100%;
  }
  .learnpress #course-curriculum-popup #popup-main #popup-header {
    position: relative;
    overflow: auto;
    left: 0;
    min-height: 60px;
    height: auto;
  }
  .learnpress.content-item-only .learn-press-content-item-only {
    position: static;
    overflow: hidden;
    padding: 0;
  }
  .learnpress.content-item-only .learn-press-content-item-only .tl-lesson-title {
    margin-top: 0;
  }
  .learnpress.content-item-only .learn-press-content-item-only .lesson-format {
    margin-bottom: 30px;
  }
  .learnpress #course-curriculum-popup #popup-main #popup-content #popup-content-inner {
    margin: 0 20px;
  }
  .blog-list .blog-wrapper .entry-thumbnail {
    display: none;
  }
  .blog-list .blog-wrapper .entry-summary {
    min-width: 100%;
    padding-left: 15px;
  }
  .footer-layout-1 .footer-newsletter {
    display: block;
    text-align: center;
  }
  .footer-layout-1 .footer-newsletter .newsletter-content {
    margin-bottom: 30px;
    background-image: none;
    padding-left: 0;
  }
  .footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .site-content .widgets-area {
    margin-top: 50px;
  }
  .header-layout-2 .site-header .header-info,
  .header-layout-3 .site-header .header-info {
    display: none;
  }
  .header-layout-2 .site-header .header-top .row-col,
  .header-layout-3 .site-header .header-top .row-col {
    display: block;
  }
  .header-layout-2 .site-header .logo,
  .header-layout-3 .site-header .logo {
    justify-content: center;
  }
  .header-layout-2 .site-header .menu-extras,
  .header-layout-3 .site-header .menu-extras {
    padding-left: 0;
  }
  .header-layout-2 .site-header .menu-extras .menu-item-account,
  .header-layout-3 .site-header .menu-extras .menu-item-account {
    display: none;
  }
  .header-layout-2 .site-header .menu-extras .extra-menu-item:nth-last-child(3n),
  .header-layout-3 .site-header .menu-extras .extra-menu-item:nth-last-child(3n) {
    padding-right: 0;
  }
  .learnpress .learn-press-courses li.course {
    width: 50%;
  }
  .learnpress .learn-press-courses li.course:nth-child(3n+1) {
    clear: none;
  }
  .learnpress .learn-press-courses li.course:nth-child(2n+1) {
    clear: both;
  }
  .learnpress .learn-press-courses li.course .course-thumbnail .thumbnail-meta {
    display: none;
  }
  .learnpress .learn-press-courses li.course .course-thumbnail:hover .course-author {
    opacity: 1;
  }
  .learnpress .learn-press-courses li.course .course-thumbnail:hover .entry-thumbnail img {
    transform: scale(1);
  }
  .learnpress .learn-press-courses li.course .course-thumbnail:hover .entry-thumbnail:before {
    background-color: rgba(0, 0, 0, 0.15) !important;
    opacity: 1;
  }
  .courses-view-list .learn-press-courses li.course {
    width: 100%;
  }
  .courses-view-list .learn-press-courses li.course:nth-child(2n+1) {
    clear: none;
  }
  .tl-related-courses .learn-press-courses li.course {
    width: 100%;
  }
  .courses-view-list .learn-press-courses li.course .course-list-desc {
    display: none;
  }
  .tl-courses-toolbar .courses-found {
    display: none;
  }
  .lp-single-course .course-meta .course-meta-item {
    min-width: 170px;
  }
  .lp-single-course .course-meta .course-progress {
    min-width: 250px;
  }
  .tl-single-course-layout-2 .lp-single-course .course-entry-format > .row {
    display: block;
  }
  .tl-single-course-layout-2 .lp-single-course .course-format {
    min-height: 350px;
  }
  .tl-single-course-layout-3 .learn-press-tab-panel .course-description .course-desc-wrapper,
  .tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-desc-wrapper,
  .tl-single-course-layout-3 .learn-press-tab-panel .course-description .course-meta-wrapper,
  .tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-meta-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .tl-single-course-layout-3 .learn-press-tab-panel .course-description .course-meta-wrapper,
  .tl-single-course-layout-4 .learn-press-tab-panel .course-description .course-meta-wrapper {
    margin-top: 30px;
  }
  .tl-course-rating .average-rating,
  .tl-course-rating .bar-rating {
    width: 50%;
  }
  .tl-related-posts .owl-dots .owl-dot span {
    border: none;
  }
  .blog-grid .blog-wrapper:nth-child(3n+1) {
    clear: none;
  }
  .blog-grid .blog-wrapper:nth-child(2n+1) {
    clear: both;
  }
  .comment-list .children {
    padding-left: 0;
  }
  .woocommerce ul.products li.product.col-4:nth-child( 4n + 1 ) {
    clear: none;
  }
  .woocommerce ul.products li.product.col-4:nth-child( 2n + 1 ) {
    clear: both;
  }
  .woocommerce ul.products li.product.col-3:nth-child( 3n + 1 ) {
    clear: none;
  }
  .woocommerce ul.products li.product.col-3:nth-child( 2n + 1 ) {
    clear: both;
  }
  .woocommerce ul.products li.product.col-6:nth-child( 6n + 1 ) {
    clear: none;
  }
  .woocommerce ul.products li.product.col-6:nth-child( 2n + 1 ) {
    clear: both;
  }
  .woocommerce table.shop_table tr .product-thumbnail,
  .woocommerce table.shop_table tbody .product-thumbnail {
    display: none;
  }
  .tribe-events-single .tl-event-meta {
    display: block;
  }
  .tribe-events-single .tl-event-meta .event-speaker,
  .tribe-events-single .tl-event-meta .event-start-date,
  .tribe-events-single .tl-event-meta .event-end-date {
    width: 33.33%;
    float: left;
  }
  .tribe-events-single .tl-event-meta .event-speaker .avatar {
    display: none;
  }
  .tribe-events-single .tl-event-meta .event-speaker .speaker-item .speaker-info {
    margin-top: 0;
  }
  .tribe-events-single .tl-event-meta .event-end-date .hour-format,
  .tribe-events-single .tl-event-meta .event-start-date .hour-format {
    display: none;
  }
  .tribe-events-single .tl-event-meta .event-price-box {
    margin: 0;
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .tribe-events-single .tl-event-meta .event-price-box .price-label {
    display: none;
  }
  .tribe-events-single .tl-event-meta .event-price-box .event-price {
    margin-right: 20px;
  }
  .tribe-events-single .tl-event-countdown .flip-wrapper .inn {
    font-size: 46px;
    min-width: 120px;
  }
  .tl-event-tabs .event-content,
  .tl-event-tabs .tl-event-info {
    width: 100%;
  }
  .tl-event-tabs .tl-event-info {
    margin-top: 40px;
  }
  .tl-section-title h2,
  .tl-related-posts .related-title {
    font-size: 46px;
  }
  .tl-coming-soon .tl-countdown .flip-wrapper .inn {
    font-size: 46px;
    min-width: 120px;
  }
  .tl-image-box.style-2 {
    display: flex;
    align-items: center;
  }
  .tl-image-box.style-2 .box-content {
    position: static;
    transform: none;
  }
  .tl-events-masonry .event-info {
    padding: 0 30px;
  }
  .tl-events-masonry .event-info .event-metas,
  .tl-events-masonry .event-info .event-venue {
    display: none;
  }
  .tl-events-masonry .event-info h4 {
    font-size: 14px;
  }
  .tl-video-banner-2 .tl-video-content h2 {
    font-size: 48px;
  }
  .tl-events.tl-events-tabs .tribe-events-single .flip-wrapper .inn {
    font-size: 24px;
    min-width: 80px;
    padding: 20px 15px;
  }
  .tl-section-heading h2.title {
    font-size: 36px !important;
  }
  .tl-courses-search-form .col-search {
    max-width: 480px;
    margin: 0 auto 15px;
    float: none;
  }
  .tl-icon-box h2 {
    font-size: 24px;
  }
  .tl-course-grid-tab.tl-nav-right .tl-tabs-header {
    display: block;
  }
  .tl-course-grid-tab.tl-nav-right ul.tabs-nav {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .tl-course-categories.categories-masonry .tl-cat-sizer,
  .tl-course-categories.categories-masonry .tl-category {
    width: 33.33%;
  }
  .tl-course-categories.categories-masonry .tl-category.tl-cat-width {
    width: 100%;
  }
  .footer-widgets .recent-posts-widget .recent-post .widget-thumb {
    display: none;
  }
  .footer-widgets .recent-posts-widget .recent-post .widget-summary {
    margin-left: 0;
  }
  .footer-layout-2 .footer-bottom ul.menu,
  .footer-layout-3 .footer-bottom ul.menu,
  .footer-layout-5 .footer-bottom ul.menu {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-layout-2 .footer-bottom ul.menu li,
  .footer-layout-3 .footer-bottom ul.menu li,
  .footer-layout-5 .footer-bottom ul.menu li {
    display: inline-block;
    float: none;
  }
  .footer-layout-2 .footer-copyright,
  .footer-layout-3 .footer-copyright,
  .footer-layout-5 .footer-copyright {
    text-align: center;
  }
  .footer-layout-5 .footer-newsletter {
    display: block;
  }
  .footer-layout-5 .footer-newsletter .newsletter-content,
  .footer-layout-5 .footer-newsletter .newsletter-form {
    width: 100%;
  }
  .footer-layout-5 .footer-newsletter .newsletter-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
	.learnpress .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab {
		width: 100%;
		max-width: 100%;
		display: block;
	}
	
	.tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs,
	#learn-press-course-description {
		display: block;
	}
	#learn-press-course-description .course-desc-wrapper,
	#learn-press-course-description .course-meta-wrapper {
		width: 100%;
	}
	
	#learn-press-course .course-tab-panels {
		display: inline-block;
	}
	
	#learn-press-course .course-tab-panels .course-tab-panel {
		padding-top: 25px !important;
	}
  body .tl-empty-space .tl_empty_space_md,
  body .tl-empty-space .tl_empty_space_lg {
    display: none;
  }
  body .tl-empty-space .tl_empty_space_xs {
    display: block;
  }
  .header-layout-2 .site-header .header-info,
  .header-layout-3 .site-header .header-info {
    display: none;
  }
  .header-layout-2 .site-header .header-top .row-col,
  .header-layout-3 .site-header .header-top .row-col {
    display: block;
  }
  .header-layout-2 .site-header .logo,
  .header-layout-3 .site-header .logo {
    justify-content: center;
  }
  .header-layout-2 .site-header .menu-extras,
  .header-layout-3 .site-header .menu-extras {
    padding-left: 0;
  }
  .header-layout-2 .site-header .menu-extras .menu-item-account,
  .header-layout-3 .site-header .menu-extras .menu-item-account {
    display: none;
  }
  .header-layout-2 .site-header .menu-extras .extra-menu-item:nth-last-child(3n),
  .header-layout-3 .site-header .menu-extras .extra-menu-item:nth-last-child(3n) {
    padding-right: 0;
  }
  .header-layout-3 .site-header .menu-extras .menu-item-categories {
    padding-left: 30px;
  }
  .page-header .page-header-content {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .page-header h1,
  .page-header h2 {
    font-size: 36px;
  }
  .tl-courses-toolbar .courses-view {
    display: none;
  }
  .tl-courses-filter ul,
  .tl-gallery ul.nav-filter {
    display: block;
    text-align: center;
  }
  .single-lp_course .entry-title,
  .single-portfolio_project .entry-header .entry-title,
  .single-tribe_events h2.tribe-events-single-event-title {
    font-size: 24px;
  }
  .lp-single-course .course-meta .course-author {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .lp-single-course .course-meta .course-meta-list {
    width: 100%;
    float: none;
    text-align: center;
  }
  .lp-single-course .course-meta .course-content-meta {
    margin: 0 auto;
    float: none;
  }
  .lp-single-course .course-meta .course-content-meta:after {
    content: "";
    display: block;
    clear: both;
  }
  .tl-single-course-layout-2 .lp-single-course .course-meta .meta-col,
  .tl-single-course-layout-3 .lp-single-course .course-meta .meta-col,
  .tl-single-course-layout-4 .lp-single-course .course-meta .meta-col {
    display: block;
  }
  .tl-single-course-layout-2 .lp-single-course .course-meta .course-author,
  .tl-single-course-layout-3 .lp-single-course .course-meta .course-author,
  .tl-single-course-layout-4 .lp-single-course .course-meta .course-author {
    text-align: left;
    float: left;
  }
  .tl-single-course-layout-2 .lp-single-course .course-meta .course-category,
  .tl-single-course-layout-3 .lp-single-course .course-meta .course-category,
  .tl-single-course-layout-4 .lp-single-course .course-meta .course-category {
    margin: 15px 0;
    float: none;
  }
  .tl-single-course-layout-2 .lp-single-course .course-meta .course-meta-rating,
  .tl-single-course-layout-3 .lp-single-course .course-meta .course-meta-rating,
  .tl-single-course-layout-4 .lp-single-course .course-meta .course-meta-rating {
    clear: both;
  }
  .tl-single-course-layout-2 .lp-single-course .course-meta .course-meta-rating .tl-rating .label,
  .tl-single-course-layout-3 .lp-single-course .course-meta .course-meta-rating .tl-rating .label,
  .tl-single-course-layout-4 .lp-single-course .course-meta .course-meta-rating .tl-rating .label {
    float: none;
    padding-left: 0;
  }
  .tl-course-rating .average-rating,
  .tl-course-rating .bar-rating {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .tl-course-rating .average-rating {
    margin-bottom: 30px;
  }
  .learnpress #course-curriculum-popup #popup-main #popup-header .popup-close.tl-back-btn {
    display: none;
  }
  .learnpress #course-curriculum-popup #popup-main #popup-header .popup-title {
    line-height: 1.2;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    padding-right: 60px;
    height: auto;
    min-height: 60px;
    width: 100%;
  }
  .learnpress #course-curriculum-popup #popup-main #popup-header .popup-close {
    height: 100%;
  }
  .learnpress.single-lp_course .learn-press-course-results-progress .items-progress,
  .learnpress.single-lp_course .learn-press-course-results-progress .course-progress {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .learnpress #learn-press-course-curriculum .course-item .course-item-title {
    float: none;
    margin-bottom: 15px;
  }
  .learnpress #learn-press-course-curriculum .course-item .course-item-meta {
    position: static;
    float: none;
  }
  .learnpress #learn-press-course-curriculum .course-item {
    padding-left: 15px;
    padding-right: 20px;
    display: block;
    position: relative;
  }
  .learnpress #learn-press-course-curriculum .course-item.viewable .course-item-meta .item-status {
    top: 25px;
    right: 5px;
  }
  .learnpress #learn-press-course-curriculum .course-item .course-item-meta:after {
    top: 17px;
    right: 5px;
  }
  .learnpress #learn-press-course-curriculum .course-item .lp-label-quiz {
    padding-left: 15px;
  }
  .tl-events-masonry .tl-event-sizer,
  .tl-events-masonry .event-item {
    width: 50%;
  }
  .tl-testimonial.avatar-left .testimonial-avatar {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .tl-testimonial.avatar-left .desc,
  .tl-testimonial.avatar-left .name {
    padding-left: 0;
    text-align: center;
  }
  .blog-list .blog-wrapper .author-avatar,
  .blog-list .blog-wrapper.no-thumb .author-avatar {
    display: none;
  }
  .blog-list .blog-wrapper .entry-title,
  .blog-list .blog-wrapper .entry-meta {
    padding-left: 0;
  }
  .blog-list .blog-wrapper .entry-meta .meta {
    padding-right: 20px;
  }
  .single-post .entry-header .entry-title {
    font-size: 24px;
  }
  .single-post .blog-single-wrapper .author-avatar,
  .single-post .blog-single-wrapper .entry-meta .meta {
    padding-right: 20px;
  }
  blockquote {
    padding: 30px 40px 15px;
    font-size: 16px;
  }
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-phone {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce table.shop_table tr .product-thumbnail,
  .woocommerce table.shop_table tr .product-price,
  .woocommerce table.shop_table tbody .product-thumbnail,
  .woocommerce table.shop_table tr .product-subtotal {
    display: none;
  }
  .woocommerce .cart.shop_table tr th,
  .woocommerce .cart.shop_table tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .woocommerce-checkout form.login .form-row.form-row-first,
  .woocommerce-checkout form.login .form-row.form-row-last {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-account #customer_login > div {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-bottom: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 5px;
  }
  .tl-section-title h3,
  .tl-related-posts h3,
  .tl-section-title .sub-title,
  .tl-related-posts .sub-title {
    font-size: 14px;
  }
  .tl-section-title h2,
  .tl-related-posts h2,
  .tl-section-title .related-title,
  .tl-related-posts .related-title {
    font-size: 30px;
  }
  .tl-section-title .text-left,
  .tl-related-posts .text-left {
    text-align: center;
  }
  .tl-button.align-right {
    text-align: left;
  }
  .tl-course-grid-tab ul.tabs-nav {
    display: block;
    text-align: center;
  }
  .tl-course-grid-tab ul.tabs-nav li {
    margin-bottom: 5px;
  }
  .tl-call-to-action .tl-action-row {
    display: block;
  }
  .tl-instagram-shortcode.columns-8 .tl-instagram,
  .tl-instagram-shortcode.columns-6 .tl-instagram,
  .tl-instagram-shortcode.columns-5 .tl-instagram,
  .tl-instagram-shortcode.columns-4 .tl-instagram {
    width: 25%;
  }
  .tl-instagram-shortcode .tl-instagram-btn {
    display: none;
  }
  .tl-testimonial .testimonial-info {
    width: 100%;
  }
  .tl-video-banner-2 .tl-video-content {
    font-size: 14px;
  }
  .tl-video-banner-2 .tl-video-content h2 {
    font-size: 36px;
  }
  .tl-course-categories.categories-masonry .tl-cat-sizer,
  .tl-course-categories.categories-masonry .tl-category {
    width: 50%;
  }
  .tl-course-categories.categories-masonry .tl-category.tl-cat-width {
    width: 100%;
  }
  .portfolio-wrapper .entry-header,
  .portfolio-wrapper .entry-thumbnail a:before {
    display: none;
  }
  .single-portfolio_project .tl-related-portfolio .entry-thumbnail {
    text-align: center;
  }
  .tl-related-portfolio .owl-dots {
    margin-top: 30px;
  }
  .wpb-js-composer .vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-panel-body,
  .wpb-js-composer .vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-panel-body,
  .wpb-js-composer .vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-panel-body,
  .wpb-js-composer .vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-panel-body {
    padding: 15px;
  }
  .tl-teacher-form {
    display: block;
  }
  .tl-teacher-form .form {
    width: 100%;
  }
  .tl-video-banner-1.style-2 {
    font-size: 14px;
  }
  .tl-video-banner-1.style-2 h2 {
    font-size: 36px;
  }
  .tl-teachers-carousel .owl-dots {
    margin-top: 30px;
  }
  .tl-course-categories-1 .cat-no-image .tl-cat-box:before {
    width: 100%;
  }
  .bbp-forums .bbp-forum-content,
  .bbp-forums .bbp-forum-freshness {
    display: none;
  }
  .bbp-forums .bbp-forum-info {
    width: 50%;
  }
  .bbp-forums .bbp-forum-topic-count,
  .bbp-forums .bbp-forum-reply-count {
    width: 25%;
  }
  .bbp-topics .bbp-topic-freshness {
    display: none;
  }
  .bbp-topics .bbp-topic-title {
    width: 50%;
  }
  .bbp-topics .bbp-topic-voice-count,
  .bbp-topics .bbp-topic-reply-count {
    width: 25%;
  }
  .tl-branches {
    display: block;
  }
  .tl-branches .view-map {
    margin-top: 20px;
  }
  .tl-map {
    max-height: 320px;
  }
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a {
    font-size: 14px;
  }
  #tribe-mobile-container .type-tribe_events .tribe-events-event-image {
    width: 100%;
  }
  .tribe-events-list .event-summary {
    display: none;
  }
  .tribe-events-list .event-thumbnail {
    width: 35%;
  }
  .tl-events.tl-events-tabs {
    display: block;
  }
  .tl-events.tl-events-tabs .event-summary {
    position: relative;
    padding: 0;
  }
  .tl-events.tl-events-tabs .tl-event-format {
    position: static;
  }
  .tl-events.tl-events-tabs .tl-event-format .tl-event-countdown {
    position: static;
    padding: 30px 0;
  }
  .tl-events.tl-events-tabs .event-summary .event-excerpt,
  .tl-events.tl-events-tabs .event-summary .event-single-link {
    display: none;
  }
  .tl-events.tl-events-tabs .events-list {
    width: 100%;
    margin-top: 20px;
  }
  .tribe-events-single .tl-event-format .feature-image {
    left: -15px;
    right: -15px;
  }
  .tl-events.tl-events-tabs .tabs-panel,
  .tl-events.tl-events-tabs .tl-event-format {
    height: auto;
  }
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .footer-layout-1 .footer-top,
  .footer-layout-1 .footer-widgets {
    text-align: center;
    display: block;
  }
  .footer-layout-1 .footer-logo {
    margin-bottom: 20px;
  }
  .footer-layout-1 .footer-widgets .footer-sidebar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer-layout-1 .footer-widgets .footer-sidebar .widget-title {
    margin-bottom: 20px;
  }
  .footer-layout-1 .footer-widgets:after {
    clear: both;
    display: block;
    content: "";
  }
  .footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields {
    display: block;
    text-align: center;
  }
  .footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="text"],
  .footer-layout-1 .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="email"] {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer-layout-2 .footer-widgets-content .footer-widgets,
  .footer-layout-3 .footer-widgets-content .footer-widgets {
    display: block;
  }
  .footer-layout-2 .footer-widgets-content .footer-2,
  .footer-layout-3 .footer-widgets-content .footer-2 {
    padding-left: 15px;
  }
  .footer-layout-3 .footer-widgets-content .footer-sidebar:last-child {
    padding-left: 15px;
  }
  .footer-layout-2 .footer-widgets-content .footer-2 {
    padding-bottom: 0;
  }
  .site-footer .footer-bottom ul.menu li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-template-template-coming-soon .site {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .page-template-template-coming-soon .site-footer {
    bottom: 10px;
  }
  .page-template-template-coming-soon .site-header {
    top: 10px;
  }
  .error404 {
    padding-top: 10px;
  }
  .error404 .site-content {
    padding-top: 20px;
  }
  .error404 .error-404 h1 {
    font-size: 80px;
  }
  .error404 .error-404 h2 {
    font-size: 36px;
  }
  .error404 .site-footer {
    bottom: 10px;
  }
}
@media (max-width: 600px) {
  .tl-testimonial .desc {
    font-size: 16px;
  }
  .tl-courses-toolbar .courses-search,
  .tl-courses-toolbar .course-categories {
    float: none;
    display: block;
    text-align: center;
  }
  .tl-courses-filter ul li,
  .tl-gallery ul.nav-filter li {
    margin-bottom: 5px;
  }
  .lp-single-course .course-meta .course-payment {
    display: block;
    text-align: center;
  }
  .lp-single-course .course-meta .course-payment .course-price,
  .lp-single-course .course-meta .course-payment .course-buttons,
  .lp-single-course .course-meta .course-payment .course-rate {
    text-align: center;
  }
  .lp-single-course .course-meta .course-price .price-label {
    display: none;
  }
  .lp-single-course .course-meta .course-buttons .learn-press-course-buttons,
  .lp-single-course .course-meta .course-buttons .course-wishlist {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .lp-single-course .course-meta .course-meta-item {
    width: 100%;
    border-left: 1px solid #dddddd;
  }
  .lp-single-course .course-meta .course-meta-item:first-child {
    border-top: 1px solid #dddddd;
  }
  .lp-single-course .course-meta .course-meta-item:nth-child(4),
  .lp-single-course .course-meta .course-meta-item:nth-child(5) {
    border-bottom: 1px solid #dddddd;
  }
  .lp-single-course .format-video .tl-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 48px;
  }
  .learnpress .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab {
    width: 100%;
  }
  .learnpress .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a {
    width: 100%;
  }
  .tl-single-course-layout-3 .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a {
    width: auto;
  }
  .learnpress .learn-press-tabs .learn-press-tab-panel .comments-area .comment-body .comment-meta {
    padding-top: 30px;
  }
  .learnpress .learn-press-tabs .learn-press-tab-panel .comments-area .comment-rating {
    left: 110px;
  }
  .tl-single-course-layout-2 .lp-single-course .course-meta .course-payment,
  .tl-single-course-layout-3 .lp-single-course .course-meta .course-payment,
  .tl-single-course-layout-4 .lp-single-course .course-meta .course-payment {
    display: block;
    text-align: left;
  }
  .tl-single-course-layout-2 .lp-single-course .course-meta .course-payment .course-buttons,
  .tl-single-course-layout-3 .lp-single-course .course-meta .course-payment .course-buttons,
  .tl-single-course-layout-4 .lp-single-course .course-meta .course-payment .course-buttons,
  .tl-single-course-layout-2 .lp-single-course .course-meta .course-payment .course-price,
  .tl-single-course-layout-3 .lp-single-course .course-meta .course-payment .course-price,
  .tl-single-course-layout-4 .lp-single-course .course-meta .course-payment .course-price {
    text-align: left;
  }
  .tl-single-course-layout-2 .lp-single-course .course-meta .course-payment .learn-press-course-buttons,
  .tl-single-course-layout-3 .lp-single-course .course-meta .course-payment .learn-press-course-buttons,
  .tl-single-course-layout-4 .lp-single-course .course-meta .course-payment .learn-press-course-buttons {
    margin-left: 0;
  }
  .single-post .blog-single-wrapper .entry-meta {
    display: block;
  }
  .single-post .blog-single-wrapper .entry-meta .author-avatar {
    margin-bottom: 15px;
  }
  .single-post .post-author .tl-user-socials {
    float: none;
    margin-bottom: 15px;
  }
  .single-post .post-author .post-author-avatar {
    max-width: 50px;
  }
  .single-post .post-author .post-author-info {
    padding-left: 75px;
  }
  .shop-toolbar .toolbar-col-left,
  .shop-toolbar .toolbar-col-right {
    width: 100%;
    text-align: center;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart .button,
  .woocommerce-cart table.cart input.button {
    width: 100%;
    margin-bottom: 15px;
  }
  .woocommerce table.shop_table tr .woocommerce-orders-table__cell-order-date,
  .woocommerce table.shop_table tr .woocommerce-orders-table__header-order-date,
  .woocommerce table.shop_table tr .woocommerce-orders-table__header-order-status,
  .woocommerce table.shop_table tr .woocommerce-orders-table__cell-order-status {
    display: none;
  }
  .tribe-events-single .tl-event-meta .event-speaker,
  .tribe-events-single .tl-event-meta .event-start-date,
  .tribe-events-single .tl-event-meta .event-end-date {
    width: 100%;
    margin-bottom: 20px;
  }
  .tribe-events-single .tl-event-countdown .flip-wrapper {
    margin-bottom: 30px;
  }
  .tribe-events-single .tl-event-format {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .tl-event-tabs .tabs-nav li {
    display: block;
    float: none;
  }
  .tl-weekly-schedule ul .act-time {
    display: block;
    float: none;
  }
  .taalem-portfolio-masonry .portfolio-wrapper,
  .taalem-portfolio-masonry .portfolio-sizer {
    width: 50%;
  }
  .taalem-portfolio-masonry ul.portfolio-nav-filter {
    display: block;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .taalem-portfolio-masonry ul.portfolio-nav-filter li {
    margin-bottom: 5px;
  }
  .tl-coming-soon .tl-countdown .flip-wrapper {
    margin-bottom: 30px;
  }
  .tl-image-box.style-2 {
    display: block;
    align-items: center;
  }
  .tl-image-box.style-2 .box-image {
    text-align: center;
    width: 100%;
  }
  .tl-image-box.style-2 .box-content {
    width: 100%;
  }
  li.bbp-header div.bbp-reply-content span#subscription-toggle,
  li.bbp-header div.bbp-reply-content span#favorite-toggle {
    display: none;
  }
}
@media (max-width: 480px) {
  .topbar .topbar-widget {
    justify-content: center;
    width: 100%;
  }
  .topbar.columns-2 .topbar-1 {
    display: none;
  }
  .primary-mobile-nav {
    left: -320px;
    width: 320px;
  }
  .primary-mobile-nav.open {
    transform: translate3d(320px, 0, 0);
  }
  .header-layout-1 .primary-mobile-nav,
  .header-layout-4 .primary-mobile-nav,
  .header-layout-5 .primary-mobile-nav {
    right: -320px;
  }
  .header-layout-1 .primary-mobile-nav.open,
  .header-layout-4 .primary-mobile-nav.open,
  .header-layout-5 .primary-mobile-nav.open {
    transform: translate3d(-320px, 0, 0);
  }
  .woocommerce ul.products li.product {
    width: 100%;
  }
  .tribe-events-list .event-item {
    display: block;
  }
  .tribe-events-list .event-item .event-thumbnail,
  .tribe-events-list .event-item .event-info {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .login-modal .modal-content {
    width: 100%;
  }
  .tl-customer-login .tabs-panel {
    padding: 20px;
  }
  .learnpress .learn-press-courses li.course {
    width: 100%;
  }
  .courses-view-list .learn-press-courses li.course .course-inner {
    display: block;
  }
  .tl-events-carousel .event-item {
    display: block;
  }
  .tl-events-carousel .event-thumbnail {
    min-width: 100%;
  }
  .tl-teachers .teacher,
  .tl-teachers-carousel .teacher {
    width: 100%;
  }
  .tl-teachers .taalem-teacher,
  .tl-teachers-carousel .taalem-teacher {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .tl-course-categories.categories-masonry .tl-cat-sizer,
  .tl-course-categories.categories-masonry .tl-category {
    width: 100%;
  }
  .tl-course-categories.categories-grid .tl-category {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .primary-mobile-nav {
    left: -280px;
    width: 280px;
  }
  .primary-mobile-nav.open {
    transform: translate3d(280px, 0, 0);
  }
  .header-layout-1 .primary-mobile-nav,
  .header-layout-4 .primary-mobile-nav,
  .header-layout-5 .primary-mobile-nav {
    right: -280px;
  }
  .header-layout-1 .primary-mobile-nav.open,
  .header-layout-4 .primary-mobile-nav.open,
  .header-layout-5 .primary-mobile-nav.open {
    transform: translate3d(-280px, 0, 0);
  }
  .tl-instagram-shortcode.columns-8 .tl-instagram,
  .tl-instagram-shortcode.columns-6 .tl-instagram,
  .tl-instagram-shortcode.columns-5 .tl-instagram,
  .tl-instagram-shortcode.columns-4 .tl-instagram {
    width: 50%;
  }
  .tl-customer-login .form-inline {
    display: block;
  }
  .tl-customer-login .form-inline .lost-password {
    display: block;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
	.logo img {
		max-width: 100px;
	}
}