/**
* Table of Contents:
*
* 1.0 -  General Default
* 2.0 -  Header & Footer
*   2.1 -  Header
*   2.2 -  Footer
* 3.0 -  Blog & Detail
*   3.1 -  Blog
*   3.2 -  Detail
* 4.0 -  Widget Sidebar
* 5.0 -  Shortcode
*   5.1 -  Element VC
*   5.2 -  Shortcode
* 6.0 -  Events
*   6.1 -  Events Day
*   6.2 -  Events List
*   6.3 -  Events Month
*   6.4 -  Events Detail
* 7.0 -  Forum
*   7.1 -  Forum Page
*   7.2 -  Topic Page
* 8.0 -  Music
*   8.1 -  Album Release
*   8.2 -  Album Single
*   8.3 -  Artist Single
*   8.4 -  Song Detail
*   8.5 -  Song List
*   8.6 -  Band Single
* 9.0 -  Woocommerce
*   9.1 -  Cart Page
*   9.2 -  Checkout Page
*   9.3 -  My Account Page
*   9.4 -  Product Related
*   9.5 -  Shop Page
*   9.6 -  Shop Detail
* 10.0 -  Light Version
* 11.0 -  Responsive
* 12.0 -  Right To Left
* 13.0 -  Wide & Boxed
* 14.0 -  Music Store Version
* -----------------------------------------------------------------------------
*/
/**
* 1.0 -  General Default
* -----------------------------------------------------------------------------
*/
html {
  height: 100%;
  min-height: 100%;
}
body {
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4em;
  height: auto;
  width: auto;
  font-weight: 400;
  overflow-X: hidden;
}
body .jp-seek-bar {
  background-image: none;
}
body.admin-bar .tz-header.cloned,
body.admin-bar .tz-header.type_2,
body.admin-bar .tz-header.type_3 {
  margin-top: 32px;
}
body #wrapper {
  background: #24211e;
}
body.amita-ajax {
  padding-bottom: 84px;
}
body > .vc_row {
  margin: 0;
}
.sticky-footer {
  flex: 1 0 auto;
}
.su-list p {
  margin: 0;
  padding: 0;
}
body .su-table tbody {
  border: none;
}
body .su-list ul {
  margin: 0 0 0 0 !important;
}
body .su-list ul li {
  line-height: 1.6em;
  padding: 4px 0 4px 23px !important;
}
body .su-list ul li i {
  font-size: 12px;
  line-height: 1.6em;
  padding: 4px 0;
  top: 2px;
}
hr {
  border-color: rgba(69, 68, 66, 0.5);
}
pre {
  background-color: #f0f0f0;
  color: #666666;
}
pre h2 {
  color: #454442;
}
table {
  margin: 0 0 30px;
}
table thead {
  border: 1px solid rgba(69, 68, 66, 0.5);
}
table thead tr th {
  border: 1px solid rgba(69, 68, 66, 0.5);
}
table tbody {
  border: 1px solid rgba(69, 68, 66, 0.5);
}
table tbody tr th {
  border: 1px solid rgba(69, 68, 66, 0.5);
}
table tbody tr td {
  border: 1px solid rgba(69, 68, 66, 0.5);
}
table thead tr th {
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
}
table tbody tr th a {
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
}
table tbody tr th a:hover {
  color: #f76e2a;
}
table tbody tr th a:hover {
  text-decoration: none;
  color: #f76e2a;
}
table tbody tr td {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  padding: 10px;
}
table tbody tr td#today {
  color: #f76e2a;
}
caption {
  color: #aaaaaa;
}
dl dt {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}
dl dd {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
ul,
ol {
  margin: 0 0 1.5em 0;
  padding-left: 15px;
}
ul li,
ol li {
  padding: 0;
  line-height: 26px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
li > ul,
li > ol,
li > ul > li > ul,
li > ol > li > ol {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  color: #f6ebe5;
  padding: 0 0 8px;
  letter-spacing: 0.3px;
  margin-top: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
  color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active,
a.active,
a:hover,
a.hover,
a:focus,
a.focus {
  text-decoration: none;
  color: #f76e2a;
}
p {
  font-weight: 300;
  line-height: 1.7em;
  padding: 5px 0;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
  border: none;
}
pre {
  white-space: pre-wrap;
  margin-bottom: 30px;
}
.nav > li > a :focus {
  background-color: transparent;
}
.form-control:focus {
  border-color: #f76e2a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tz-page-content {
  padding: 90px 0;
}
.tz-padding-top {
  padding-top: 70px;
}
.tz-padding-bottom {
  padding-bottom: 100px;
}
.tz-row {
  position: relative;
  display: block;
}
.tz-row:before,
.tz-row:after {
  content: "";
  display: table;
  clear: both;
}
.tz-col-1 {
  width: 100%;
  float: left;
}
.tz-col-2 {
  width: 50%;
  float: left;
}
.tz-col-3 {
  width: 33.3333%;
  float: left;
}
.tz-col-4 {
  width: 25%;
  float: left;
}
.tz-col-5 {
  width: 20%;
  float: left;
}
.tz-col-6 {
  width: 16.6667%;
  float: left;
}
.tz-col-7 {
  width: 14.2857%;
  float: left;
}
.tz-col-8 {
  width: 12.5%;
  float: left;
}
.tz-col-9 {
  width: 11.1111%;
  float: left;
}
.tz-col-10 {
  width: 10%;
  float: left;
}
.tz-col-11 {
  width: 9.0909%;
  float: left;
}
.tz-col-12 {
  width: 8.3333%;
  float: left;
}
body .wpb_content_element {
  margin-bottom: 0;
}
.amita-row-no-padding.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.amita-row-no-padding .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.site-page-content:before,
.site-page-content:after {
  content: "";
  display: table;
  clear: both;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  color: #21759b;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.bypostauthor,
.sticky {
  color: #ff5555;
}
form.post-password-form p label {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 400;
  float: left;
}
form.post-password-form p label input {
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: 5px 15px;
  background: #f0f0f0;
}
form.post-password-form p input[type='submit'] {
  border-radius: 0;
  background-color: #696969;
  border: none;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 15px;
  transition: all 0.3s ease 0s;
}
form.post-password-form p input[type='submit']:hover {
  background: #f76e2a;
}
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: auto!important;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
  width: auto!important;
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(29.3%);
  max-width: calc(29.3%);
  width: auto!important;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
  width: auto!important;
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
  width: auto!important;
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
  width: auto!important;
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
  width: auto!important;
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
  width: auto!important;
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
  width: auto!important;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
#gallery-2 {
  width: 300px;
}
#gallery-10 img,
#gallery-9 img,
#gallery-8 img,
#gallery-7 img,
#gallery-6 img,
#gallery-5 img,
#gallery-4 img,
#gallery-3 img,
#gallery-2 img,
#gallery-1 img {
  width: 100%;
  height: auto;
  border: none!important;
}
#gallery-3 {
  width: 600px;
}
.vc_row {
  position: relative;
}
.bk_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.vc_parallax .bk_overlay {
  position: absolute !important;
  opacity: 1 !important;
  z-index: 2 !important;
}
#site-loadding {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f0f0f0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.site-flex {
  display: -webkit-flex;
  display: flex;
}
.tz-post-share {
  display: block;
  position: relative;
  padding: 30px 0;
  border-top: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-post-share:before,
.tz-post-share:after {
  content: "";
  display: table;
  clear: both;
}
.tz-post-share > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  padding-right: 30px;
  width: auto;
  min-width: 75px;
  float: left;
}
.tz-post-share .jssocials {
  display: inline-block;
  position: relative;
}
.tz-post-share .jssocials .jssocials-shares {
  margin: 0;
  display: inline-block;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share {
  margin: 0 10px 0 0;
  overflow: hidden;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share .jssocials-share-logo {
  font-size: inherit;
  vertical-align: inherit;
  width: auto;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share a {
  line-height: 35px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  padding: 0 25px;
  color: #d8ecf0;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.8);
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share .jssocials-share-count-box {
  height: auto;
  line-height: 35px;
  font-family: 'Poppins', sans-serif;
  color: #d8ecf0;
  font-weight: 300;
  font-size: 12px;
  padding: 0;
  min-width: 40px;
  width: auto;
  text-align: center;
  background: #000;
  margin-top: 1px;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook:hover a {
  background: #3c4d75;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook:hover .jssocials-share-count-box {
  background: #324165;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook a {
  background: #566ea8;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook .jssocials-share-count-box {
  background: #4c6298;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter:hover a {
  background: #257396;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter:hover .jssocials-share-count-box {
  background: #205b77;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter a {
  background: #39a0ce;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter .jssocials-share-count-box {
  background: #308ab3;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-googleplus:hover a {
  background: #9e2f22;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-googleplus:hover .jssocials-share-count-box {
  background: #812c22;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-googleplus a {
  background: #d44939;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-googleplus .jssocials-share-count-box {
  background: #be4032;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-linkedin:hover a {
  background: #004569;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-linkedin:hover .jssocials-share-count-box {
  background: #003652;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-linkedin a {
  background: #0077b5;
}
.tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-linkedin .jssocials-share-count-box {
  background: #00689e;
}
/*  Ajax Playlist Music */
.always_playing {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
}
.always_playing .mp_ajax_playlist .jp-state-looped .jp-controls button.jp-repeat {
  color: #f76e2a;
}
.always_playing .mp_ajax_playlist .full-width {
  padding: 0 30px;
}
.always_playing .mp_ajax_playlist .jp-type-playlist {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  background: #532b51;
  padding-top: 4px;
}
.always_playing .mp_ajax_playlist .jp-interface {
  position: relative;
  clear: both;
  padding: 0;
  left: auto;
  bottom: auto;
  display: flex;
  min-height: 80px;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.always_playing .mp_ajax_playlist .album-image,
.always_playing .mp_ajax_playlist .jp-jplayer {
  width: auto !important;
  display: inline-block;
  float: left;
  padding-right: 20px;
}
.always_playing .mp_ajax_playlist .album-image.hide,
.always_playing .mp_ajax_playlist .jp-jplayer.hide {
  display: none;
}
.always_playing .mp_ajax_playlist .album-image img,
.always_playing .mp_ajax_playlist .jp-jplayer img {
  width: auto !important;
  max-height: 40px;
  display: inline-block;
}
.always_playing .mp_ajax_playlist .jp-progress {
  top: 0;
}
.always_playing .mp_ajax_playlist .jp-seek-bar {
  background: #555555;
}
.always_playing .mp_ajax_playlist .jp-play-bar {
  background: #f76e2a;
  position: relative;
}
.always_playing .mp_ajax_playlist .jp-play-bar:after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 10px;
  height: 10px;
  background: #f76e2a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.always_playing .mp_ajax_playlist .jp-controls {
  display: flex;
  justify-content: center;
}
.always_playing .mp_ajax_playlist .jp-controls button {
  color: #ffffff;
  float: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0;
  margin: 0 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
}
.always_playing .mp_ajax_playlist .jp-controls button.jp-play {
  color: #fff !important;
  background: #f76e2a !important;
}
.always_playing .mp_ajax_playlist .jp-controls button:hover {
  color: #f76e2a;
}
.always_playing .mp_ajax_playlist .jp-controls button .pause {
  margin-left: -1px;
}
.always_playing .mp_ajax_playlist .song-title-current {
  font-size: inherit;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.always_playing .mp_ajax_playlist .song-artist-current {
  font-size: 12px;
  color: #aaaaaa;
}
.always_playing .mp_ajax_playlist .jp-timer {
  float: right;
}
.always_playing .mp_ajax_playlist .jp-volume-controls {
  width: auto;
  float: right;
}
.always_playing .mp_ajax_playlist .jp-interface .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
  background: #f76e2a;
}
.always_playing .mp_ajax_playlist .jp-volume-controls .jp-volume-bar {
  background: #817f7e;
  width: 80px;
  height: 4px;
  margin: 18px 0;
}
.always_playing .mp_ajax_playlist .jp-volume-controls button {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.always_playing .mp_ajax_playlist .jp-volume-controls button:hover,
.always_playing .mp_ajax_playlist .jp-volume-controls button:focus,
.always_playing .mp_ajax_playlist .jp-volume-controls button:active {
  color: #f76e2a;
}
.always_playing .mp_ajax_playlist .jp-volume-controls button.jp-volume-max {
  font-size: 16px;
}
.always_playing .mp_ajax_playlist .jp-duration,
.always_playing .mp_ajax_playlist .jp-line,
.always_playing .mp_ajax_playlist .jp-current-time {
  font-size: 12px;
  line-height: 40px;
}
.always_playing .mp_ajax_playlist .jp-playlist {
  position: absolute;
  width: 370px;
  bottom: 100%;
  right: 0;
  height: auto;
  background: #532b51;
  border: none;
  margin: 0;
  padding: 0;
  display: none;
}
.always_playing .mp_ajax_playlist .jp-playlist ul {
  overflow: auto;
  max-height: 306px;
}
.always_playing .mp_ajax_playlist .jp-playlist ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(170, 170, 170, 0.2);
  background-color: rgba(170, 170, 170, 0.2);
}
.always_playing .mp_ajax_playlist .jp-playlist ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: rgba(170, 170, 170, 0.2);
}
.always_playing .mp_ajax_playlist .jp-playlist ul::-webkit-scrollbar-thumb {
  background-color: #f76e2a;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li {
  border-bottom: 1px solid rgba(236, 236, 236, 0.1);
  padding: 0 20px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li:hover {
  background: #462444;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li:hover a.jp-playlist-item-remove {
  opacity: 1;
  visibility: visible;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li:hover .song-info-list .item-time {
  opacity: 0;
  visibility: hidden;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li a {
  font-size: 12px;
  font-weight: 300;
  line-height: 50px;
  color: #ececec;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li a:hover {
  color: #ececec;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li a i:before {
  position: absolute;
  left: 2px;
  top: 0;
  font-size: 12px;
  font-family: "FontAwesome";
  content: "\f04b";
  font-style: normal;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li a > span {
  padding-right: 0;
  min-width: 30px;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li a.jp-playlist-item-remove {
  top: 0;
  font-size: 24px;
  position: absolute;
  right: 20px;
  width: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 11;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-artist {
  display: none;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .song-info-list {
  top: 0;
  right: 20px;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .song-info-list .song-download {
  display: none;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .song-info-list .item-time {
  font-size: 12px;
  font-weight: 300;
  line-height: 50px;
  color: #ececec;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span {
  font-size: 12px;
  padding-right: 0;
  min-width: 30px;
  line-height: 1em;
  height: 12px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span:before,
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span:after {
  opacity: 0;
  content: "";
  height: 12px;
  width: 2px;
  margin: 0 1px;
  top: 0;
  position: absolute;
  left: 0;
  background: #f76e2a;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  animation: inherit;
  -webkit-animation: inherit;
  -moz-animation: inherit;
  -o-animation: inherit;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span:before {
  left: 0;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span:after {
  left: 4px;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span span {
  height: 0;
  width: 0;
  min-width: initial;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span span:before,
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span span:after {
  opacity: 0;
  content: "";
  height: 12px;
  width: 2px;
  margin: 0 1px;
  top: 0;
  position: absolute;
  left: 0;
  background: #f76e2a;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  animation: inherit;
  -webkit-animation: inherit;
  -moz-animation: inherit;
  -o-animation: inherit;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span span:before {
  left: 8px;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span span:after {
  left: 12px;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current {
  color: #ececec;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current i:before {
  opacity: 0;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current > span:before,
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current > span:after {
  opacity: 1;
}
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current > span span:before,
.always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current > span span:after {
  opacity: 1;
}
.always_playing .mp_ajax_playlist .jp-state-playing .jp-playlist ul li .jp-playlist-item.jp-playlist-current i:before {
  opacity: 0;
}
.always_playing .mp_ajax_playlist .jp-state-playing .jp-playlist ul li .jp-playlist-item > span:before {
  animation: bar1 1.3s linear infinite;
  -webkit-animation: bar1 1.3s linear infinite;
  -moz-animation: bar1 1.3s linear infinite;
  -o-animation: bar1 1.3s linear infinite;
}
.always_playing .mp_ajax_playlist .jp-state-playing .jp-playlist ul li .jp-playlist-item > span:after {
  animation: bar2 1.3s linear 100ms infinite;
  -webkit-animation: bar2 1.3s linear 100ms infinite;
  -moz-animation: bar2 1.3s linear 100ms infinite;
  -o-animation: bar2 1.3s linear 100ms infinite;
}
.always_playing .mp_ajax_playlist .jp-state-playing .jp-playlist ul li .jp-playlist-item > span span:before {
  animation: bar3 1.3s linear infinite;
  -webkit-animation: bar3 1.3s linear infinite;
  -moz-animation: bar3 1.3s linear infinite;
  -o-animation: bar3 1.3s linear infinite;
}
.always_playing .mp_ajax_playlist .jp-state-playing .jp-playlist ul li .jp-playlist-item > span span:after {
  animation: bar4 1.3s linear 100ms infinite;
  -webkit-animation: bar4 1.3s linear 100ms infinite;
  -moz-animation: bar4 1.3s linear 100ms infinite;
  -o-animation: bar4 1.3s linear 100ms infinite;
}
.always_playing .mp_ajax_playlist .btn-playlist {
  float: right;
  cursor: pointer;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  color: #ffffff;
}
.always_playing .mp_ajax_playlist .btn-playlist:hover,
.always_playing .mp_ajax_playlist .btn-playlist.active {
  color: #f76e2a;
}
.always_playing .mp_ajax_playlist .jp-no-solution {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #532b51;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
.btn-add-list {
  position: relative;
}
.btn-add-list span {
  position: absolute;
  width: 126px;
  margin-left: -63px;
  left: 50%;
  bottom: 100%;
  text-align: center;
  background: #f76e2a !important;
  color: #ffffff !important;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: none;
  line-height: 40px;
}
/**
* 2.0 -  Header & Footer
* -----------------------------------------------------------------------------
*/
/**
*   2.1 -  Header
* -----------------------------------------------------------------------------
*/
.tz-header {
  display: block;
  background: #191715;
  padding: 0 40px;
  height: auto;
  z-index: 9999;
}
.tz-header:before,
.tz-header:after {
  content: "";
  display: table;
  clear: both;
}
.tz-header.cloned {
  position: fixed;
  top: -30px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  visibility: hidden;
}
.tz-header.type_2 {
  position: absolute;
  background: transparent;
  top: 11px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-header.type_2.sticky {
  position: fixed;
}
.tz-header.type_2.sticky.tz-scroll {
  background: rgba(0, 0, 0, 0.8) !important;
  top: 0;
}
.tz-header .tz-header-logo {
  display: inline-block;
  padding: 28px 0;
}
.tz-header .tz-header-logo img {
  width: auto;
  height: auto;
  max-height: 46px;
}
.tz-header .tz-header-menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tz-header .tz-header-menu:before,
.tz-header .tz-header-menu:after {
  content: "";
  clear: both;
  display: table;
}
.tz-header .tz-header-menu nav {
  position: relative;
  display: block;
}
.tz-header .tz-header-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: none;
}
.tz-header .tz-header-menu nav ul.navbar-nav li {
  padding: 0;
  position: relative;
  display: inline-block;
  float: none;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .icon_menu_item_mobile {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12px;
  height: 20px;
  font-size: 12px;
  cursor: pointer;
  color: #888888;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .icon_menu_item_mobile:after {
  content: "\f105";
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .icon_menu_item_mobile.icon_menu_item_mobile_active {
  font-size: 8px;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .icon_menu_item_mobile.icon_menu_item_mobile_active:after {
  content: "\f068";
}
.tz-header .tz-header-menu nav ul.navbar-nav li a {
  padding: 0;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu {
  list-style: none;
  padding-left: 0;
  position: absolute;
  min-width: 200px;
  width: auto;
  top: 100%;
  left: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li {
  position: relative;
  display: block;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li a {
  color: #454442;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  background: #ffffff;
  line-height: 30px;
  padding: 10px 20px;
  display: block;
  position: relative;
  text-align: left;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li a:hover {
  background: #f76e2a;
  color: #fff;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li a:hover:after {
  color: #fff;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 14px;
  width: auto;
  color: #454442;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
  right: 20px;
  top: 0;
  height: 50px;
  line-height: 50px;
  opacity: 0;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.menu-item-has-children > a:after {
  opacity: 1;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li .sub-menu.tz-sub-right {
  left: auto;
  right: 100%;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li > .sub-menu {
  margin-left: 20px;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-ancestor > a,
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-parent.menu-item-has-children > a,
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-item > a,
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current_page_item > a {
  background: #f76e2a;
  color: #fff;
}
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-ancestor > a:after,
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-parent.menu-item-has-children > a:after,
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-item > a:after,
.tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current_page_item > a:after {
  color: #fff;
}
.tz-header .tz-header-menu nav ul.navbar-nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  padding-top: 0;
}
.tz-header .tz-header-menu nav ul.navbar-nav > li > .sub-menu {
  padding-top: 20px;
}
.tz-header .tz-header-menu nav ul.navbar-nav > li > a {
  line-height: 100px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding: 0 30px;
  background: transparent;
  letter-spacing: 0.5px;
}
.tz-header .tz-header-menu nav ul.navbar-nav > li > a:hover {
  color: #f76e2a;
  background: transparent;
}
.tz-header .tz-header-menu nav ul.navbar-nav > li.current-menu-ancestor > a,
.tz-header .tz-header-menu nav ul.navbar-nav > li.current-menu-parent.menu-item-has-children > a,
.tz-header .tz-header-menu nav ul.navbar-nav > li.current-menu-item > a,
.tz-header .tz-header-menu nav ul.navbar-nav > li.current_page_item > a {
  color: #f76e2a;
}
.tz-header .tz-header-menu .infomation__shop {
  position: relative;
}
.tz-header .tz-header-menu .infomation__shop:hover .widget_shopping_cart {
  opacity: 1;
  visibility: visible;
  padding-top: 0;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart {
  padding-top: 20px;
  padding-left: 0;
  position: absolute;
  min-width: 250px;
  width: auto;
  top: 100%;
  left: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: block;
  background: #ffffff;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content ul.cart_list {
  position: relative;
  display: block;
  max-height: 182px;
  overflow: auto;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  text-align: left;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove {
  position: absolute;
  color: #aaaaaa !important;
  background: transparent;
  font-size: 30px;
  right: 15px;
  top: 10px;
  left: auto;
  width: auto;
  height: auto;
  line-height: inherit;
  padding: 0;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover {
  color: red !important;
  background: transparent;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a {
  font-size: 12px;
  color: #24211e;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-bottom: 4px;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a:hover {
  color: #f76e2a;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li img {
  float: left;
  width: 50px;
  margin-left: 0;
  margin-right: 15px;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li span {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #f76e2a;
  font-weight: 300;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p {
  color: #454442;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 50px;
  padding: 0 20px;
  display: block;
  position: relative;
  text-align: left;
  margin: 0;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.total {
  border: none;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.total:before,
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.total:after {
  content: "";
  display: table;
  clear: both;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.total strong {
  color: #24211e;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.total .amount {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #f76e2a;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.buttons {
  padding: 0 10px 10px;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.buttons a {
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  background: #f6ebe5;
  width: 48%;
  line-height: 28px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  float: left;
  text-align: center;
  padding: 0;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover {
  color: #fff;
  background: #f76e2a;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.buttons a.checkout {
  color: #fff;
  float: right;
  background: #f76e2a;
}
.tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.buttons a.checkout:hover {
  color: #fff;
  background: #e55209;
}
.tz-header .tz-header-menu .tz-icon-cart {
  position: relative;
}
.tz-header .tz-header-menu .tz-icon-cart .icon {
  cursor: pointer;
  line-height: 100px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding: 0 30px;
  background: transparent;
  letter-spacing: 0.5px;
  display: inline-block;
}
.tz-header .tz-header-menu .tz-icon-cart .icon:hover {
  color: #f76e2a;
  background: transparent;
}
.tz-header .tz-header-menu .tz-icon-cart .count {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #f76e2a;
  line-height: 13px;
  text-align: center;
  font-size: 8px;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(2px, -10px);
  -moz-transform: translate(2px, -10px);
  -ms-transform: translate(2px, -10px);
  -o-transform: translate(2px, -10px);
  transform: translate(2px, -10px);
}
.tz-header .tz-header-menu .tz-head-mobile {
  display: none;
}
.tz-header .tz-header-menu .tz-head-mobile:before,
.tz-header .tz-header-menu .tz-head-mobile:after {
  content: "";
  display: table;
  clear: both;
}
.tz-header .tz-header-menu .tz-head-mobile .tz-mobile-logo img {
  max-height: 30px;
  width: auto;
  height: auto;
}
.tz-header .tz-header-menu .tz-head-mobile span {
  width: 14px;
  height: 20px;
  position: relative;
  display: inline-block;
}
.tz-header .tz-header-menu .tz-head-mobile span:before {
  content: '';
  position: absolute;
  width: 16px;
  top: 50%;
  left: 50%;
  height: 1px;
  background-color: #aaaaaa;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-header .tz-header-menu .tz-head-mobile span:after {
  content: '';
  position: absolute;
  width: 16px;
  top: 50%;
  left: 50%;
  height: 1px;
  background-color: #aaaaaa;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-header .tz-header-menu .tz-login-mobile {
  display: none;
}
.tz-header .tz-header-menu .tz-login-mobile a {
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  line-height: 30px;
  color: #888888;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.tz-header .tz-header-menu .tz-login-mobile a:hover,
.tz-header .tz-header-menu .tz-login-mobile a:active,
.tz-header .tz-header-menu .tz-login-mobile a:focus {
  color: #f76e2a;
}
.tz-header .tz-header-menu .tz-login-mobile a.tz-register {
  position: relative;
}
.tz-header .tz-header-menu .tz-login-mobile a.tz-register:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 10px;
  width: 1px;
  background: #888888;
  -webkit-transform: translateY(-50%) rotate(15deg);
  -moz-transform: translateY(-50%) rotate(15deg);
  -ms-transform: translateY(-50%) rotate(15deg);
  -o-transform: translateY(-50%) rotate(15deg);
  transform: translateY(-50%) rotate(15deg);
}
.tz-header .tz-header-menu .tz-login-mobile .site-text-login {
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  line-height: 30px;
  font-family: 'Oswald', sans-serif;
  color: #888888;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
}
.tz-header .tz-header-menu .tz-login-mobile .site-text-login:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 10px;
  width: 1px;
  background: #888888;
  -webkit-transform: translateY(-50%) rotate(15deg);
  -moz-transform: translateY(-50%) rotate(15deg);
  -ms-transform: translateY(-50%) rotate(15deg);
  -o-transform: translateY(-50%) rotate(15deg);
  transform: translateY(-50%) rotate(15deg);
}
.tz-header .tz-header-menu .tz-login-mobile .site-text-login span.user {
  color: #f76e2a;
  display: inline-block;
}
.tz-header .tz-login {
  padding: 28px 0;
}
.tz-header .tz-login a {
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  line-height: 44px;
  color: #f6ebe5;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.tz-header .tz-login a:hover,
.tz-header .tz-login a:active,
.tz-header .tz-login a:focus {
  color: #f76e2a;
}
.tz-header .tz-login a.tz-register {
  position: relative;
}
.tz-header .tz-login a.tz-register:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 13px;
  width: 1px;
  background: #f6ebe5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tz-header .tz-login a.tz-logout,
.tz-header .tz-login .btn-open-login.register {
  position: relative;
  display: inline-block;
  float: right;
}
.tz-header .tz-login a.tz-logout:after,
.tz-header .tz-login .btn-open-login.register:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 13px;
  width: 1px;
  background: #f6ebe5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tz-header .tz-login .site-text-login {
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  line-height: 44px;
  font-family: 'Oswald', sans-serif;
  color: #f6ebe5;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
}
.tz-header .tz-login .site-text-login span.user {
  color: #f76e2a;
  display: inline-block;
}
.tz-header.type_3 {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191715+0,191715+0,191715+100,191715+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #191715 0%, rgba(25, 23, 21, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #191715 0%, rgba(25, 23, 21, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #191715 0%, rgba(25, 23, 21, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191715', endColorstr='#00191715', GradientType=0);
  /* IE6-9 */
}
.tz-header.type_3.sticky {
  position: fixed;
}
.tz-header.type_3.sticky.tz-scroll {
  background: rgba(0, 0, 0, 0.8) !important;
  top: -50px;
}
.tz-header.type_3 .header-top {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tz-header.type_3 .header-top:before,
.tz-header.type_3 .header-top:after {
  content: "";
  display: table;
  clear: both;
}
.tz-header.type_3 .header-top .tz-social-item {
  position: relative;
  display: inline-block;
}
.tz-header.type_3 .header-top .tz-social-item a {
  font-size: 14px;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  line-height: 50px;
}
.tz-header.type_3 .header-top .tz-social-item a:hover > i {
  opacity: 1;
  color: #f76e2a;
}
.tz-header.type_3 .header-top .tz-social-item a:hover .overlay {
  color: #f76e2a;
  opacity: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.tz-header.type_3 .header-top .tz-social-item a > i {
  opacity: 0;
  color: #aaaaaa;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header.type_3 .header-top .tz-social-item a .overlay {
  color: #aaaaaa;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header.type_3 .header-top .tz-login {
  padding: 0;
}
.tz-header.type_3 .header-top .tz-login a,
.tz-header.type_3 .header-top .tz-login .site-text-login {
  line-height: 50px;
}
.tz-header.type_3 .header-content {
  position: relative;
  display: block;
}
.tz-header.type_3 .header-content:before,
.tz-header.type_3 .header-content:after {
  content: "";
  display: table;
  clear: both;
}
.tz-header.type_3 .tz-header-menu .tz-icon-cart {
  margin-right: -15px;
}
.tz-header.type_3 .tz-header-menu nav ul.navbar-nav > li > a,
.tz-header.type_3 .tz-header-menu .tz-icon-cart .icon {
  line-height: 90px;
}
.tz-header.type_3 .tz-header-logo {
  padding: 23px 0;
}
.tz-header.type_4 {
  padding: 0;
  -webkit-box-shadow: 2px 0 5px rgba(48, 48, 48, 0.2);
  -moz-box-shadow: 2px 0 5px rgba(48, 48, 48, 0.2);
  -ms-box-shadow: 2px 0 5px rgba(48, 48, 48, 0.2);
  -o-box-shadow: 2px 0 5px rgba(48, 48, 48, 0.2);
  box-shadow: 2px 0 5px rgba(48, 48, 48, 0.2);
}
.tz-header.type_4 .header-top {
  background: #191715;
}
.tz-header.type_4 .header-content {
  background: #ffffff;
}
.tz-header.type_4 .tz-header-logo {
  padding: 0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tz-header.type_4 .tz-login {
  padding: 0 5px;
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tz-header.type_4 .tz-login a.tz-logout:after,
.tz-header.type_4 .tz-login .btn-open-login.register:after {
  background: #f6ebe5;
}
.tz-header.type_4 .tz-login .site-text-login {
  color: #f6ebe5;
}
.tz-header.type_4 .tz-login .site-text-login span.user {
  color: #f76e2a;
}
.tz-header.type_4 .tz-login a {
  color: #f6ebe5;
}
.tz-header.type_4 .tz-login a:hover {
  color: #f76e2a;
}
.tz-header.type_4 .tz-search {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tz-header.type_4 .tz-search form {
  position: relative;
  display: block;
  padding: 0;
  width: 80%;
}
.tz-header.type_4 .tz-search form:before {
  content: "\f002";
  position: absolute;
  left: 15px;
  top: 0;
  height: 40px;
  width: auto;
  display: inline-block;
  text-align: center;
  color: #aaaaaa;
  line-height: 40px;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  visibility: visible;
}
.tz-header.type_4 .tz-search form label {
  display: none;
}
.tz-header.type_4 .tz-search form .search-field {
  display: block;
  padding: 0 40px;
  width: 100%;
  border: none;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 40px;
  height: 40px;
  color: #aaaaaa;
  background: #fff;
}
.tz-header.type_4 .tz-search form .search-submit {
  line-height: 38px;
  padding: 0 30px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background: #f76e2a;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  border: none;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.tz-header.type_4 .tz-search form .search-submit:hover {
  background: #cd4908;
}
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .icon_menu_item_mobile {
  color: #ffffff;
}
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li a {
  color: #454442;
}
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li a:hover {
  background: #f76e2a;
  color: #fff;
}
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li a:hover:after {
  color: #fff;
}
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li a:after {
  color: #454442;
}
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-ancestor > a,
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-parent.menu-item-has-children > a,
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-item > a,
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current_page_item > a {
  background: #f76e2a;
  color: #fff;
}
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-ancestor > a:after,
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-parent.menu-item-has-children > a:after,
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-item > a:after,
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current_page_item > a:after {
  color: #fff;
}
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li:first-child > a {
  padding-left: 0;
}
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li > a {
  line-height: 60px;
  color: #454442;
  padding: 0 23px;
  background: transparent;
  letter-spacing: 0.5px;
}
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li > a:hover {
  color: #f76e2a;
}
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li.current-menu-ancestor > a,
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li.current-menu-parent.menu-item-has-children > a,
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li.current-menu-item > a,
.tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li.current_page_item > a {
  color: #f76e2a;
}
.tz-header.type_4 .btn-upload {
  display: inline-block;
  padding-left: 20px;
  line-height: 60px;
  color: #454442;
  font-weight: 300;
  text-transform: capitalize;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-header.type_4 .btn-upload i {
  color: #f76e2a;
  padding-right: 15px;
}
.tz-header.type_4 .btn-upload:hover {
  color: #f76e2a;
}
.tz-header.type_4 .btn-person {
  padding: 0 0 0 20px;
  display: inline-block;
  line-height: 60px;
  color: #454442;
  font-weight: 300;
  text-transform: capitalize;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-header.type_4 .btn-person i {
  color: #f76e2a;
  padding-right: 15px;
}
.tz-header.type_4 .btn-person:hover {
  color: #f76e2a;
}
.amita-login-lightbox {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}
.amita-login-lightbox.active .content {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.amita-login-lightbox .btn-close-login {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.amita-login-lightbox .content {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 570px;
  height: auto;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
  -moz-transform: translate(-50%, -50%) scale(0.3);
  -ms-transform: translate(-50%, -50%) scale(0.3);
  -o-transform: translate(-50%, -50%) scale(0.3);
  transform: translate(-50%, -50%) scale(0.3);
  background: #ffffff;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.amita-login-lightbox .content ul {
  padding: 0;
  margin: 0;
}
.amita-login-lightbox .content ul li {
  padding: 0;
  margin: 0;
  width: 50%;
}
.amita-login-lightbox .content ul li a {
  display: block;
  line-height: 40px;
  padding: 16px 0;
  width: 100%;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: rgba(221, 221, 221, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.3px;
  font-weight: 400;
  color: #666666;
}
.amita-login-lightbox .content ul li a:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 3px;
  background: #f76e2a;
  opacity: 0;
}
.amita-login-lightbox .content ul li.active a {
  background: #ffffff;
  color: #454442;
}
.amita-login-lightbox .content ul li.active a:before {
  opacity: 1;
}
.amita-login-lightbox .content ul li.active:hover a {
  background: #ffffff;
  color: #454442;
}
.amita-login-lightbox .content ul li:hover a {
  background: #dddddd;
}
.amita-login-lightbox .content .tab-content {
  position: relative;
  display: block;
  padding: 44px 60px 60px;
}
.amita-login-lightbox .content .tab-content .login-social,
.amita-login-lightbox .content .tab-content .wp-social-login-connect-with {
  display: none;
}
.amita-login-lightbox .content .tab-content .wp-social-login-widget {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 85px;
  margin-bottom: 30px;
}
.amita-login-lightbox .content .tab-content .wp-social-login-widget:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 85px;
  background: #ddd;
  height: 1px;
}
.amita-login-lightbox .content .tab-content .wp-social-login-widget:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 85px;
  background: #ddd;
  height: 1px;
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list {
  display: inline-block;
  padding: 0 22px;
  background: #fff;
  text-align: center;
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 6px 8px;
  text-indent: -9999px;
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a:hover:before {
  color: #fff;
  background: #f76e2a;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  font-family: 'FontAwesome';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  text-indent: initial;
  color: #888;
  background: #f6ebe5;
  z-index: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-facebook:before {
  content: "\f09a";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-google:before {
  content: "\f1a0";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-twitter:before {
  content: "\f099";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-wordpress:before {
  content: "\f19a";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-yahoo:before {
  content: "\f19e";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-linkedin:before {
  content: "\f0e1";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-disqus:before {
  content: "";
  display: none;
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-instagram:before {
  content: "\f16d";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-reddit:before {
  content: "\f1a1";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-foursquare:before {
  content: "\f180";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-lastfm:before {
  content: "\f202";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-tumblr:before {
  content: "\f173";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-goodreads:before {
  content: "\f2a5";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-stackoverflow:before {
  content: "\f16c";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-github:before {
  content: "\f09b";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-dribbble:before {
  content: "\f17d";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-500px:before {
  content: "\f26e";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-skyrock:before {
  content: "";
  display: none;
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-mixi:before {
  content: "\f136";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-steam:before {
  content: "\f1b6";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-twitchtv:before {
  content: "\f1e8";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-vkontakte:before {
  content: "\f189";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-mailru:before {
  content: "";
  display: none;
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-yandex:before {
  content: "";
  display: none;
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-odnoklassniki:before {
  content: "\f263";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-aol:before {
  content: "";
  display: none;
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-live:before {
  content: "\f17a";
}
.amita-login-lightbox .content .tab-content .wp-social-login-provider-list a.wp-social-login-provider-pixelpin:before {
  content: "";
  display: none;
}
.amita-login-lightbox .content .tab-content p {
  padding: 0;
  margin: 0 0 10px;
}
.amita-login-lightbox .content .tab-content p.status {
  color: #454442;
  font-weight: 400;
}
.amita-login-lightbox .content .tab-content label {
  color: #aaaaaa;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  text-align: left;
  line-height: 1em;
}
.amita-login-lightbox .content .tab-content label strong {
  color: #f76e2a;
}
.amita-login-lightbox .content .tab-content input {
  padding: 3px 0 5px;
  color: #454442;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #eeeeee !important;
  border-top: none;
  border-left: none;
  border-right: none;
  line-height: 30px;
  width: 100%;
  margin: 0 0 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.amita-login-lightbox .content .tab-content input:hover,
.amita-login-lightbox .content .tab-content input:active,
.amita-login-lightbox .content .tab-content input:focus {
  outline-offset: 0 !important;
  outline: inherit !important;
  border-bottom-color: #f76e2a !important;
}
.amita-login-lightbox .content .tab-content input:-webkit-autofill {
  background-color: transparent !important;
  background-image: none;
  color: #454442 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  border-bottom: 1px solid #eeeeee;
}
.amita-login-lightbox .content .tab-content input:focus {
  outline: auto;
}
.amita-login-lightbox .content .tab-content input:-moz-placeholder,
.amita-login-lightbox .content .tab-content input::-moz-placeholder,
.amita-login-lightbox .content .tab-content input:-ms-input-placeholder,
.amita-login-lightbox .content .tab-content input::-webkit-input-placeholder {
  /* Firefox 18- */
  color: #454442;
}
.amita-login-lightbox .content .tab-content .login-remember {
  position: relative;
  display: block;
  /* hover style just for information */
}
.amita-login-lightbox .content .tab-content .login-remember:before,
.amita-login-lightbox .content .tab-content .login-remember:after {
  content: "";
  display: table;
  clear: both;
}
.amita-login-lightbox .content .tab-content .login-remember label {
  color: #666666;
  font-size: 12px;
  text-transform: inherit;
  line-height: 20px;
  width: 50%;
  float: left;
}
.amita-login-lightbox .content .tab-content .login-remember label:hover:before {
  background: #bdbdbd;
}
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:not(:checked),
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:not(:checked) + label,
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:not(:checked) + label:before,
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:not(:checked) + label:after,
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label:after {
  content: '\f00c';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-family: 'FontAwesome';
  width: 20px;
  text-align: center;
}
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label:before,
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label:hover:before {
  background: #f76e2a;
}
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:disabled:not(:checked) + label:before,
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #ddd;
}
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:disabled:checked + label:after {
  color: #ffffff;
}
.amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:disabled + label {
  color: #666666;
  font-size: 12px;
  text-transform: inherit;
}
.amita-login-lightbox .content .tab-content .login-remember a {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  float: right;
  color: #f76e2a;
}
.amita-login-lightbox .content .tab-content .login-remember a:hover {
  color: #e55209;
}
.amita-login-lightbox .content .tab-content .login-submit input {
  padding: 0;
  line-height: 50px;
  background: #f76e2a;
  color: #fff;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.3px;
  margin: 8px 0 10px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.amita-login-lightbox .content .tab-content .login-submit input:hover {
  background: #e55209;
}
.amita-login-lightbox .content .tab-content input.btn-register {
  padding: 0;
  line-height: 50px;
  background: #f76e2a;
  color: #fff;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.3px;
  margin: 8px 0 10px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.amita-login-lightbox .content .tab-content input.btn-register:hover {
  background: #e55209;
}
.amita-login-lightbox .content .tab-content .res-error {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.amita-login-lightbox .content .tab-content .res-error span {
  font-size: 12px;
  line-height: 20px;
  color: #454442;
}
/**
*   2.2 -  Footer
* -----------------------------------------------------------------------------
*/
.site-footer {
  display: block;
  background-color: #191715;
}
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}
.site-footer .tz-footer-social {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 40px 0 39px;
}
.site-footer .tz-footer-social:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-top: 1px solid #000000;
}
.site-footer .tz-footer-social:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 0.1);
}
.site-footer .tz-footer-social .tz-social-item {
  position: relative;
  display: inline-block;
}
.site-footer .tz-footer-social .tz-social-item a {
  font-size: 24px;
  color: #888888;
  padding: 20px 35px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.site-footer .tz-footer-social .tz-social-item a:hover {
  color: #f76e2a;
}
.site-footer .tz-footer-social .tz-social-item a:hover .overlay {
  color: #f76e2a;
  top: -20px;
}
.site-footer .tz-footer-social .tz-social-item a:hover .text {
  color: #f76e2a;
  bottom: 20px;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.site-footer .tz-footer-social .tz-social-item a > i {
  opacity: 0;
}
.site-footer .tz-footer-social .tz-social-item a .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.1px;
  font-weight: 300;
  padding-bottom: 1px;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.site-footer .tz-footer-social .tz-social-item a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.site-footer .tz-footer-social .tz-social-item a .overlay i {
  opacity: 1;
}
.site-footer .site-footer-bottom {
  display: block;
  background-color: #0a0a0a;
}
.site-footer .site-footer-bottom .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .site-footer-bottom .footer-menu li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.site-footer .site-footer-bottom .footer-menu li:first-child a {
  padding-left: 0;
}
.site-footer .site-footer-bottom .footer-menu li a {
  display: inline-block;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #888888;
  line-height: 60px;
  padding: 0 15px;
  text-transform: capitalize;
  font-weight: 400;
}
.site-footer .site-footer-bottom .footer-menu li a:hover {
  color: #f76e2a;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu {
  list-style: none;
  padding-left: 0;
  position: absolute;
  min-width: 200px;
  width: auto;
  bottom: 100%;
  left: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li {
  position: relative;
  display: block;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li a {
  color: #454442;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  background: #ffffff;
  line-height: 50px;
  padding: 0 20px;
  display: block;
  position: relative;
  text-align: left;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li a:hover {
  background: #f76e2a;
  color: #fff;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li a:hover:after {
  color: #fff;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 14px;
  width: auto;
  color: #454442;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
  right: 20px;
  top: 0;
  height: 50px;
  line-height: 50px;
  opacity: 0;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li.menu-item-has-children > a:after {
  opacity: 1;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li .sub-menu.tz-sub-right {
  left: auto;
  right: 100%;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li > .sub-menu {
  margin-left: 20px;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li.current-menu-ancestor > a,
.site-footer .site-footer-bottom .footer-menu li .sub-menu li.current-menu-parent.menu-item-has-children > a,
.site-footer .site-footer-bottom .footer-menu li .sub-menu li.current-menu-item > a,
.site-footer .site-footer-bottom .footer-menu li .sub-menu li.current_page_item > a {
  background: #f76e2a;
  color: #fff;
}
.site-footer .site-footer-bottom .footer-menu li .sub-menu li.current-menu-ancestor > a:after,
.site-footer .site-footer-bottom .footer-menu li .sub-menu li.current-menu-parent.menu-item-has-children > a:after,
.site-footer .site-footer-bottom .footer-menu li .sub-menu li.current-menu-item > a:after,
.site-footer .site-footer-bottom .footer-menu li .sub-menu li.current_page_item > a:after {
  color: #fff;
}
.site-footer .site-footer-bottom .footer-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  padding-bottom: 0;
}
.site-footer .site-footer-bottom .footer-menu > li > .sub-menu {
  padding-bottom: 20px;
}
.site-footer .site-footer-bottom .tz-footer-menu.left {
  float: left;
}
.site-footer .site-footer-bottom .tz-footer-menu.center {
  text-align: center;
  display: block;
  clear: both;
}
.site-footer .site-footer-bottom .tz-footer-menu.right {
  float: right;
}
.site-footer .site-footer-bottom .tz-copyright.left {
  float: left;
}
.site-footer .site-footer-bottom .tz-copyright.center {
  text-align: center;
  display: block;
  clear: both;
}
.site-footer .site-footer-bottom .tz-copyright.right {
  float: right;
}
.site-footer .site-footer-bottom .tz-copyright p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #888888;
  line-height: 60px;
  font-weight: 400;
}
.site-footer .widget_black_studio_tinymce .textwidget img {
  margin: 1px 0 20px 0;
}
.site-footer .widget_black_studio_tinymce .textwidget p {
  margin: 0 0 14px;
  padding: 5px 0;
}
.site-footer .tz-footer-content {
  position: relative;
  display: block;
  padding: 50px 0 10px;
}
.site-footer .tz-footer-content .widget {
  margin-bottom: 40px;
}
.site-footer .tz-footer-content .widget.widget_nav_menu div > ul {
  margin: 0;
  padding: 0;
}
.site-footer .tz-footer-content .widget > ul {
  margin: 0;
  padding: 0;
}
.site-footer .tz-footer-content .widget input,
.site-footer .tz-footer-content .widget select {
  line-height: 40px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #666;
  background: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  border: none;
  padding: 0 20px;
}
.site-footer .tz-footer-content .widget.widget_calendar table tfoot tr td a {
  padding: 6px;
  display: inline-block;
}
.site-footer .tz-footer-content .widget.widget_search .search-form {
  position: relative;
  display: block;
  padding-bottom: 14px;
}
.site-footer .tz-footer-content .widget.widget_search .search-form label {
  display: none;
}
.site-footer .tz-footer-content .widget.widget_search .search-form input {
  line-height: 40px;
  width: 100%;
  font-size: 14px;
  color: #666;
  background: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  border: none;
  padding: 0 20px;
}
.site-footer .tz-footer-content .widget.widget_search .search-form .search-submit {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  display: inline-block;
  height: 40px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 46px;
}
.site-footer .tz-footer-content .widget.widget_search .search-form .search-submit span {
  display: none;
}
.site-footer .tz-footer-content .widget.widget_search .search-form .search-submit:after {
  content: "\f002";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  text-align: center;
  height: auto;
  width: 46px;
  color: #666;
  font-family: 'FontAwesome';
  font-size: 14px;
}
.site-footer .tz-footer-content .widget.tz-recent-widget .tz-recent-item {
  position: relative;
  display: block;
  border-bottom: 1px solid #454442;
  padding-bottom: 20px;
  margin-bottom: 21px;
}
.site-footer .tz-footer-content .widget.tz-recent-widget .tz-recent-item:first-child {
  padding-top: 12px;
}
.site-footer .tz-footer-content .widget.tz-recent-widget .tz-recent-item:last-child {
  margin-bottom: 0;
  padding: 0 0 15px;
  border: none;
}
.site-footer .tz-footer-content .widget.tz-recent-widget .tz-recent-item:before,
.site-footer .tz-footer-content .widget.tz-recent-widget .tz-recent-item:after {
  content: "";
  display: table;
  clear: both;
}
.site-footer .tz-footer-content .widget.tz-recent-widget .tz-recent-item .recent_image {
  width: 85px;
  height: 60px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.site-footer .tz-footer-content .widget.tz-recent-widget .tz-recent-item a.title {
  font-size: 14px;
  color: #f6ebe5;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 20px;
}
.site-footer .tz-footer-content .widget.tz-recent-widget .tz-recent-item a.title:hover {
  color: #f76e2a;
}
.site-footer .tz-footer-content .widget.tz-recent-widget .tz-recent-item .tz-information {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #888888;
  font-weight: 300;
  padding-top: 4px;
}
.site-footer .tz-footer-content .widget.tz-recent-widget .tz-recent-item .tz-recent-content {
  display: none;
}
.site-footer .tz-footer-content .widget.widget_tag_cloud .tagcloud {
  position: relative;
  display: block;
  padding-top: 12px;
}
.site-footer .tz-footer-content .widget.widget_tag_cloud .tagcloud:before,
.site-footer .tz-footer-content .widget.widget_tag_cloud .tagcloud:after {
  content: "";
  display: table;
  clear: both;
}
.site-footer .tz-footer-content .widget.widget_tag_cloud .tag-cloud-link {
  font-size: 12px !important;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  display: inline-block;
  background: #f6ebe5;
  color: #666666;
  text-transform: capitalize;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  padding: 0 20px;
  margin: 0 5px 10px 0;
  float: left;
}
.site-footer .tz-footer-content .widget.widget_tag_cloud .tag-cloud-link:hover {
  color: #ffffff;
  background: #f76e2a;
}
.site-footer .tz-footer-content .widget .widget-title {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 12px;
  padding: 0 0 13px;
}
.site-footer .tz-footer-content .widget p {
  color: #888888;
  font-size: 14px;
  font-weight: 300;
}
.site-footer .tz-footer-content .widget ul {
  list-style: none;
}
.site-footer .tz-footer-content .widget ul li {
  padding: 0;
}
.site-footer .tz-footer-content .widget ul li a {
  color: #888888;
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
}
.site-footer .tz-footer-content .widget ul li a:hover {
  color: #f6ebe5;
}
.widget.tz-instagram-feed .tz-instagram-content {
  margin: 0 -3px;
  padding-top: 12px;
  padding-bottom: 7px;
  position: relative;
  display: block;
}
.widget.tz-instagram-feed .tz-instagram-content:before,
.widget.tz-instagram-feed .tz-instagram-content:after {
  content: "";
  display: table;
  clear: both;
}
.widget.tz-instagram-feed .tz-instagram-content .tz-featured-thumb a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.widget.tz-instagram-feed .tz-instagram-content .tz-featured-thumb a:hover:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.widget.tz-instagram-feed .tz-instagram-content .tz-featured-thumb a:before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border: 2px solid #f76e2a;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.tz-instagram-feed .tz-instagram-content .tz-instagram-item {
  display: inline-block;
  float: left;
  padding: 0 3px 6px;
}
.widget.tz-instagram-feed .tz-instagram-content .tz-col-100 {
  width: 100%;
}
.widget.tz-instagram-feed .tz-instagram-content .tz-col-50 {
  width: 50%;
}
.widget.tz-instagram-feed .tz-instagram-content .tz-col-33 {
  width: 33.3333%;
}
.widget.tz-instagram-feed .tz-instagram-content .tz-col-25 {
  width: 25%;
}
.widget.tz-instagram-feed .tz-instagram-content .tz-col-20 {
  width: 20%;
}
.widget.tz-instagram-feed .tz-instagram-content .tz-instagram-footer {
  padding: 0 3px;
}
.widget.tz-instagram-feed .tz-instagram-content .tz-instagram-footer .tz-featured-thumb {
  padding-bottom: 6px;
}
.site-footer .tz-footer-content .widget.tz-instagram-feed .clear a {
  color: #888888;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.site-footer .tz-footer-content .widget.tz-instagram-feed .clear a:hover {
  color: #f76e2a;
}
.site-footer .tz-footer-content .widget.widget_tzcontact_info .tzwidget-logo {
  display: block;
  padding-bottom: 20px;
  position: relative;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol {
  padding: 0 20% 0 0;
  margin: 0;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li {
  position: relative;
  display: block;
  padding: 15px 0 20px;
  margin: 0 !important;
  border-bottom: 1px solid rgba(69, 68, 66, 0.5);
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li:before,
.site-footer .tz-footer-content .tribe-events-list-widget ol li:after {
  content: "";
  display: table;
  clear: both;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li:first-child {
  padding: 6px 0 20px;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li:last-child {
  border-bottom: none;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li .date {
  width: 30%;
  display: inline-block;
  float: left;
  line-height: 1em;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li .date span {
  text-transform: uppercase;
  font-size: 12px;
  color: #f76e2a;
  font-weight: 300;
  line-height: 20px;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address {
  width: 70%;
  display: inline-block;
  float: left;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address h4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f6ebe5;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0 0 5px;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address h4 a {
  color: #f6ebe5;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address h4 a:hover {
  color: #f76e2a;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address .tribe-address {
  font-size: 12px;
  color: #888888;
  font-weight: 300;
}
.site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address .tribe-address .tribe-delimiter:last-child {
  display: none;
}
/**
* 3.0 -  Blog & Detail
* -----------------------------------------------------------------------------
*/
/**
*   3.1 -  Blog
* -----------------------------------------------------------------------------
*/
.tz-blog {
  padding: 100px 0;
}
.tz-blog .tz-post-item {
  padding-bottom: 30px;
}
.tz-blog .tz-post-item .tz-post-thumbnail {
  padding-bottom: 24px;
}
.tz-blog .tz-post-item .tz-post-thumbnail iframe {
  width: 100%;
}
.tz-blog .tz-post-item .tz-post-thumbnail a {
  display: block;
}
.tz-blog .tz-post-item .tz-post-thumbnail img {
  display: block;
  margin: auto;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-meta span {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
  padding-right: 30px;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-meta span:last-child {
  padding-right: 0;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-meta span a {
  color: #aaaaaa;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-meta span a:hover {
  color: #f76e2a;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-meta span a.author-name {
  color: #f76e2a;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-title {
  display: block;
  position: relative;
  line-height: 1.3em;
  padding: 0 0 5px;
  margin: 0;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-title a {
  color: #f6ebe5;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  line-height: 1em;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-title a:hover {
  color: #f76e2a;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-excerpt {
  padding: 13px 0;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-excerpt:before,
.tz-blog .tz-post-item .tz-post-content .tz-post-excerpt:after {
  content: "";
  display: table;
  clear: both;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-excerpt p {
  padding: 5px 0;
  margin: 0 0 10px;
  display: block;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  height: 40px;
  padding: 0;
  min-width: 140px;
  margin: 18px 0 17px;
  overflow: hidden;
}
.tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore:hover span {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
.tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore:hover span.overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore span {
  position: absolute;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #666666;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.3px;
  background: #f6ebe5;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore span.overlay {
  opacity: 0;
  background: #f76e2a;
  color: #ffffff;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.tz-sticky-post {
  background: #f76e2a;
  font-size: 11px;
  height: 24px;
  letter-spacing: 0.2em;
  position: absolute;
  right: 45px;
  text-align: center;
  text-transform: uppercase;
  width: 26px;
}
.tz-sticky-post:before {
  border-right: 18px solid transparent;
  border-top: 15px solid #f76e2a;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.tz-sticky-post:after {
  border-left: 18px solid transparent;
  border-top: 16px solid #f76e2a;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}
.navigation {
  position: relative;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: center;
  padding: 50px 0;
  margin: 0;
  border-top: 1px solid #454442;
}
.navigation:before,
.navigation:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .nav-links {
  position: relative;
  display: block;
  padding: 0 90px;
}
.navigation .nav-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation .nav-links .page-numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  color: #666666;
  font-weight: 300;
  margin: 0 3px;
  background: #f6ebe5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navigation .nav-links .page-numbers:hover,
.navigation .nav-links .page-numbers.current {
  color: #fff;
  background: #f76e2a;
}
.navigation .nav-links .page-numbers.prev,
.navigation .nav-links .page-numbers.next {
  position: absolute;
  top: 0;
  height: 30px;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  width: 90px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.navigation .nav-links .page-numbers.prev {
  left: 0;
}
.navigation .nav-links .page-numbers.next {
  right: 0;
}
/**
*   3.2 -  Detail
* -----------------------------------------------------------------------------
*/
.tz-single {
  padding: 100px 0;
}
.tz-single .tz-post-single-item .tz-post-thumbnail {
  padding-bottom: 32px;
}
.tz-single .tz-post-single-item .tz-post-thumbnail iframe {
  width: 100%;
}
.tz-single .tz-post-single-item .tz-post-thumbnail a {
  display: block;
}
.tz-single .tz-post-single-item .tz-post-thumbnail img {
  display: block;
  margin: auto;
}
.tz-single .tz-post-single-item .tz-post-content .tz-post-meta span {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  padding-right: 30px;
}
.tz-single .tz-post-single-item .tz-post-content .tz-post-meta span:last-child {
  padding-right: 0;
}
.tz-single .tz-post-single-item .tz-post-content .tz-post-meta span a {
  color: #aaaaaa;
}
.tz-single .tz-post-single-item .tz-post-content .tz-post-meta span a:hover {
  color: #f76e2a;
}
.tz-single .tz-post-single-item .tz-post-content .tz-post-meta span a.author-name {
  color: #f76e2a;
}
.tz-single .tz-post-single-item .tz-post-content .tz-post-title {
  display: block;
  position: relative;
  line-height: 1.3em;
  padding: 9px 0 20px;
  margin: 0;
  color: #f6ebe5;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.tz-single .tz-post-single-item .tz-post-content .tz-post-excerpt {
  padding: 13px 0;
}
.tz-single .tz-post-single-item .tz-post-content .tz-post-excerpt:before,
.tz-single .tz-post-single-item .tz-post-content .tz-post-excerpt:after {
  content: "";
  display: table;
  clear: both;
}
.tz-single .tz-post-single-item .tz-post-content .tz-post-excerpt p {
  padding: 5px 0;
  margin: 0 0 15px;
}
.tz-single .tz-post-single-item .tz-post-content .tz-post-excerpt .tz-readmore {
  position: relative;
  display: inline-block;
  color: #666666;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 40px;
  background: #f6ebe5;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  text-transform: uppercase;
  padding: 0 47px;
  margin: 18px 0 17px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-single .tz-post-single-item .tz-post-content .tz-post-excerpt .tz-readmore:hover {
  background: #f76e2a;
  color: #ffffff;
}
.tz-single .tz-post-single-item .tz-post-content ul {
  margin: 0 0 16px;
  padding-left: 50px;
}
.tz-single .tz-post-single-item .tz-post-content .su-list ul {
  margin: 0 0 16px !important;
  padding-left: 36px !important;
}
.tz-single .tz-post-single-item .tz-post-content .su-list ul li {
  line-height: 1.6em;
  padding: 4px 0 4px 20px !important;
}
.tz-single .tz-post-single-item .tz-post-content .su-list ul li i {
  font-size: 10px;
}
.tz-single .tz-post-single-item .tz-post-share {
  display: block;
  position: relative;
  padding: 15px 0;
  border-top: none;
}
.tz-single .tz-post-single-item .tz-post-share:before,
.tz-single .tz-post-single-item .tz-post-share:after {
  content: "";
  display: table;
  clear: both;
}
.tz-single .tz-post-single-item .tz-post-share > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  padding-right: 30px;
  width: auto;
  min-width: 75px;
  float: left;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials {
  display: inline-block;
  position: relative;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares {
  margin: 0;
  display: inline-block;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share {
  margin: 0 10px 0 0;
  overflow: hidden;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share .jssocials-share-logo {
  font-size: inherit;
  vertical-align: inherit;
  width: auto;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share a {
  line-height: 35px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  padding: 0 25px;
  color: #d8ecf0;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.8);
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share .jssocials-share-count-box {
  height: auto;
  line-height: 35px;
  font-family: 'Poppins', sans-serif;
  color: #d8ecf0;
  font-weight: 300;
  font-size: 12px;
  padding: 0;
  min-width: 40px;
  width: auto;
  text-align: center;
  background: #000;
  margin-top: 1px;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook:hover a {
  background: #3c4d75;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook:hover .jssocials-share-count-box {
  background: #324165;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook a {
  background: #566ea8;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook .jssocials-share-count-box {
  background: #4c6298;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter:hover a {
  background: #257396;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter:hover .jssocials-share-count-box {
  background: #205b77;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter a {
  background: #39a0ce;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter .jssocials-share-count-box {
  background: #308ab3;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-googleplus:hover a {
  background: #9e2f22;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-googleplus:hover .jssocials-share-count-box {
  background: #812c22;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-googleplus a {
  background: #d44939;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-googleplus .jssocials-share-count-box {
  background: #be4032;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-linkedin:hover a {
  background: #004569;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-linkedin:hover .jssocials-share-count-box {
  background: #003652;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-linkedin a {
  background: #0077b5;
}
.tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-linkedin .jssocials-share-count-box {
  background: #00689e;
}
.tz-single .tz-post-single-item .tz-post-cat-tag .tz-tags,
.tz-single .tz-post-single-item .tz-post-cat-tag .tz-category {
  display: block;
  position: relative;
  padding: 15px 0 5px;
}
.tz-single .tz-post-single-item .tz-post-cat-tag .tz-tags:before,
.tz-single .tz-post-single-item .tz-post-cat-tag .tz-category:before,
.tz-single .tz-post-single-item .tz-post-cat-tag .tz-tags:after,
.tz-single .tz-post-single-item .tz-post-cat-tag .tz-category:after {
  content: "";
  display: table;
  clear: both;
}
.tz-single .tz-post-single-item .tz-post-cat-tag span {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  width: auto;
  min-width: 75px;
  line-height: 30px;
  height: 30px;
  float: left;
}
.tz-single .tz-post-single-item .tz-post-cat-tag a {
  font-size: 12px;
  height: 30px;
  float: left;
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  background: #f6ebe5;
  line-height: 30px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  padding: 0 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-single .tz-post-single-item .tz-post-cat-tag a:hover {
  background: #f76e2a;
  color: #fff;
}
.tz-single .tz-single-navigation {
  position: relative;
  display: block;
  margin: 41px 0;
  padding: 26px 0;
  border-top: 1px solid rgba(69, 68, 66, 0.5);
  border-bottom: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-single .tz-single-navigation:before,
.tz-single .tz-single-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.tz-single .tz-single-navigation a {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.3px;
  display: inline-block;
  text-transform: uppercase;
}
.tz-single .tz-single-navigation a.tz-prev {
  float: left;
}
.tz-single .tz-single-navigation a.tz-next {
  float: right;
}
.tz-single .tz-single-navigation a:hover {
  color: #f76e2a;
}
.tz-comments {
  display: block;
}
.tz-comments:before,
.tz-comments:after {
  content: "";
  display: table;
  clear: both;
}
.tz-comments .comments-title {
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 9px 0 14px;
  position: relative;
  font-size: 24px;
}
.tz-comments .comments-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50px;
  background: #f76e2a;
}
.tz-comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tz-comments ol.comment-list {
  padding-top: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-comments ol li {
  margin: 0;
  position: relative;
  padding: 0 0 0 100px;
}
.tz-comments ol li .comments {
  padding: 0 0 30px;
}
.tz-comments ol li .comment-author {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.tz-comments ol li .comment-author img {
  width: 100%;
  height: 100%;
}
.tz-comments ol li .comment-content h5 {
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 13px;
}
.tz-comments ol li .comment-content h5 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #f6ebe5;
}
.tz-comments ol li .comment-content h5 a:hover {
  color: #f76e2a;
}
.tz-comments ol li .comment-content .content {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 8px;
  width: auto;
}
.tz-comments ol li .comment-content .content span {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #f6ebe5;
}
.tz-comments ol li .comment-content p {
  color: #aaaaaa;
  padding: 0 0 7px;
  margin: 0;
}
.tz-comments ol li .comment-content .edit-reply {
  display: block;
  position: relative;
  padding: 0 0 3px;
}
.tz-comments ol li .comment-content .edit-reply span {
  font-size: 12px;
  color: #888888;
  letter-spacing: 0.3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.tz-comments ol li .comment-content .edit-reply a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #888888;
}
.tz-comments ol li .comment-content .edit-reply a:hover {
  color: #f76e2a;
}
.tz-comments ol li .comment-content ul,
.tz-comments ol li .comment-content ol {
  margin: 0;
  padding-left: 15px;
}
.tz-comments ol li .comment-content ul li,
.tz-comments ol li .comment-content ol li {
  padding: 0;
}
.tz-comments .tzCommentForm {
  display: block;
  padding-top: 40px;
  position: relative;
}
.tz-comments .tzCommentForm:before,
.tz-comments .tzCommentForm:after {
  content: "";
  display: table;
  clear: both;
}
.tz-comments .comment-reply-title {
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 9px 0 14px;
  position: relative;
  font-size: 24px;
}
.tz-comments .comment-reply-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50px;
  background: #f76e2a;
}
.tz-comments .comment-reply-title a {
  color: #888888;
}
.tz-comments .comment-form {
  padding: 20px 0;
}
.tz-comments .comment-form p {
  padding: 0;
  margin: 0;
}
.tz-comments .comment-form .comment-notes {
  padding-bottom: 15px;
}
.tz-comments .comment-form .logged-in-as {
  padding: 0 0 10px;
  margin: 0;
}
.tz-comments .comment-form .logged-in-as a {
  color: #888;
}
.tz-comments .comment-form .logged-in-as a:hover {
  color: #f76e2a;
}
.tz-comments .comment-form input {
  background: #f6ebe5;
  color: #888888;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 40px;
  display: block;
  padding: 0 20px;
  width: 100%;
  margin: 0 0 20px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-comments .comment-form input:active,
.tz-comments .comment-form input:focus,
.tz-comments .comment-form input:hover {
  -webkit-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -moz-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -ms-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -o-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
}
.tz-comments .comment-form textarea {
  height: 150px;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  background: #f6ebe5;
  color: #888888;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 14px 20px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-comments .comment-form textarea:active,
.tz-comments .comment-form textarea:focus,
.tz-comments .comment-form textarea:hover {
  -webkit-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -moz-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -ms-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -o-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
}
.tz-comments .comment-form .content-form {
  position: relative;
  display: block;
  margin: 0 -15px;
}
.tz-comments .comment-form .content-form:before,
.tz-comments .comment-form .content-form:after {
  content: "";
  display: table;
  clear: both;
}
.tz-comments .comment-form .content-form p {
  width: 33.3333%;
  float: left;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.tz-comments .comment-form .form-submit .submit {
  line-height: 40px;
  display: inline-block;
  background: #f76e2a;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin-top: 10px;
  letter-spacing: 0.3px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  border: none;
  width: 170px;
  text-align: center;
}
.tz-comments .comment-form .form-submit .submit:hover {
  background: #cd4908;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
body blockquote,
body .su-pullquote {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #f6ebe5;
  border-right: none;
  border-left: 2px solid #f76e2a;
  float: none;
  margin: 37px 0 29px;
  padding: 29px 50px 32px 100px;
  line-height: 1.6em;
  width: 100%;
  position: relative;
  background: rgba(246, 235, 229, 0.1);
}
body blockquote:before,
body .su-pullquote:before {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1em;
  color: rgba(246, 235, 229, 0.1);
  position: absolute;
  left: 40px;
  top: 24px;
}
body blockquote p,
body .su-pullquote p {
  padding: 0;
  margin: 0;
}
.tz-single .tz-post-single-item .tz-post-gallery {
  padding-bottom: 32px;
}
.tz-post-gallery {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 24px;
}
.tz-post-gallery:hover .tz-slide-thum {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.tz-post-gallery ul {
  padding: 0;
  margin: 0;
}
.tz-post-gallery ul li {
  padding: 0;
  margin: 0;
}
.tz-post-gallery .flexslider {
  padding: 0;
  margin: 0;
  background: #aaaaaa;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tz-post-gallery .flexslider ul.slides li {
  padding: 0;
}
.tz-post-gallery .flexslider.tz-post-slider .flex-direction-nav a {
  color: #fff;
  text-align: center;
}
.tz-post-gallery .flexslider.tz-post-slider .flex-direction-nav a:before,
.tz-post-gallery .flexslider.tz-post-slider .flex-direction-nav a.flex-next:before {
  font-size: 40px;
}
.tz-post-gallery .flex-direction-nav a:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 18px;
}
.tz-post-gallery .flex-direction-nav a.flex-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
}
.tz-post-gallery .tz-slide-thum {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 11;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.tz-post-gallery .tz-slide-thum .tz-post-carousel {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 45px;
}
.tz-post-gallery .tz-slide-thum .tz-post-carousel .flex-viewport ul li {
  margin: 0 5px;
  border: 2px solid #e9e9e9;
  cursor: pointer;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.tz-post-gallery .tz-slide-thum .tz-post-carousel .flex-viewport ul li:hover {
  border-color: #f76e2a;
}
.tz-post-gallery .tz-slide-thum .tz-post-carousel .flex-direction-nav a {
  left: 10px;
  right: auto;
  opacity: 1;
  width: 30px;
  background: #f4d3c0;
  top: 10px;
  bottom: 10px;
  margin: 0;
  color: #454442;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tz-post-gallery .tz-slide-thum .tz-post-carousel .flex-direction-nav a:hover {
  color: #fff;
  background: #f76e2a;
}
.tz-post-gallery .tz-slide-thum .tz-post-carousel .flex-direction-nav a.flex-next {
  left: auto;
  right: 10px;
}
.page-links {
  padding: 30px 0;
}
.page-links:before,
.page-links:after {
  content: "";
  display: table;
  clear: both;
}
.page-links a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  color: #666666;
  font-weight: 300;
  margin: 0 3px;
  background: #f6ebe5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.page-links a:hover {
  color: #fff !important;
  background: #f76e2a;
}
.page-links > .page-number {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin: 0 3px;
  background: #f76e2a;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/**
*   3.3 -  Amita Media Single
* -----------------------------------------------------------------------------
*/
.amita-media-single {
  padding: 100px 0 120px;
}
.amita-media-single .tz-col-1,
.amita-media-single .tz-col-2,
.amita-media-single .tz-col-3,
.amita-media-single .tz-col-4,
.amita-media-single .tz-col-5,
.amita-media-single .tz-col-6,
.amita-media-single .tz-col-7,
.amita-media-single .tz-col-8,
.amita-media-single .tz-col-9,
.amita-media-single .tz-col-10,
.amita-media-single .tz-col-11,
.amita-media-single .tz-col-12 {
  padding: 0 15px;
}
.amita-media-single .item {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}
.amita-media-single .item.gallery {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
}
.amita-media-single .item.gallery a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.amita-media-single .item.gallery a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.amita-media-single .item.gallery a:hover:before,
.amita-media-single .item.gallery a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.amita-media-single .item.gallery a:before,
.amita-media-single .item.gallery a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  z-index: 1;
}
.amita-media-single .item.gallery a:before {
  width: 2px;
  height: 50px;
  margin-top: -25px;
  -webkit-transform: scaleY(5);
  -moz-transform: scaleY(5);
  -ms-transform: scaleY(5);
  -o-transform: scaleY(5);
  transform: scaleY(5);
}
.amita-media-single .item.gallery a:after {
  width: 50px;
  height: 2px;
  margin-left: -25px;
  -webkit-transform: scaleX(5);
  -moz-transform: scaleX(5);
  -ms-transform: scaleX(5);
  -o-transform: scaleX(5);
  transform: scaleX(5);
}
.amita-media-single iframe {
  max-width: 100%;
  max-height: 100%;
}
.tz-media-cat {
  padding: 100px 0;
}
.tz-media-cat .tz-media-item {
  animation-name: box_scale;
  animation-duration: 0.5s;
  float: left;
  width: 33.3333%;
  margin-bottom: 33px;
}
.tz-media-cat .tz-media-item:hover .tz-inner {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
.tz-media-cat .tz-media-item:hover .tz-inner a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tz-media-cat .tz-media-item:hover .tz-inner .one:before,
.tz-media-cat .tz-media-item:hover .tz-inner .two:before,
.tz-media-cat .tz-media-item:hover .tz-inner .one:after,
.tz-media-cat .tz-media-item:hover .tz-inner .two:after {
  opacity: 1;
  height: 35%;
}
.tz-media-cat .tz-media-item:hover .tz-inner .three:before,
.tz-media-cat .tz-media-item:hover .tz-inner .four:before,
.tz-media-cat .tz-media-item:hover .tz-inner .three:after,
.tz-media-cat .tz-media-item:hover .tz-inner .four:after {
  opacity: 1;
  width: 35%;
}
.tz-media-cat .tz-media-item:hover .tz-inner .icon {
  color: #f76e2a;
}
.tz-media-cat .tz-media-item:hover .tz-inner .icon i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.tz-media-cat .tz-media-item .tz-inner {
  position: relative;
  display: block;
  overflow: hidden;
  height: 200px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  background: #f0f0f0;
}
.tz-media-cat .tz-media-item .tz-inner .icon {
  font-size: 48px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.tz-media-cat .tz-media-item .tz-inner .icon i {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.tz-media-cat .tz-media-item .tz-inner a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tz-media-cat .tz-media-item .tz-inner a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -ms-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -o-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.tz-media-cat .tz-media-item .tz-inner .one:before,
.tz-media-cat .tz-media-item .tz-inner .one:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 0;
  top: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(bottom, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-media-cat .tz-media-item .tz-inner .one:before {
  left: 0;
}
.tz-media-cat .tz-media-item .tz-inner .one:after {
  right: 0;
}
.tz-media-cat .tz-media-item .tz-inner .two:before,
.tz-media-cat .tz-media-item .tz-inner .two:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 0;
  bottom: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-media-cat .tz-media-item .tz-inner .two:before {
  left: 0;
}
.tz-media-cat .tz-media-item .tz-inner .two:after {
  right: 0;
}
.tz-media-cat .tz-media-item .tz-inner .three:before,
.tz-media-cat .tz-media-item .tz-inner .three:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(right, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-media-cat .tz-media-item .tz-inner .three:before {
  top: 0;
}
.tz-media-cat .tz-media-item .tz-inner .three:after {
  bottom: 0;
}
.tz-media-cat .tz-media-item .tz-inner .four:before,
.tz-media-cat .tz-media-item .tz-inner .four:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 0;
  right: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-media-cat .tz-media-item .tz-inner .four:before {
  top: 0;
}
.tz-media-cat .tz-media-item .tz-inner .four:after {
  bottom: 0;
}
.tz-media-cat .tz-media-item .tz-content {
  padding: 0 15px;
}
.tz-media-cat .tz-media-item .tz-content h3 {
  margin: 0;
  padding: 10px 0 3px;
}
.tz-media-cat .tz-media-item .tz-content h3 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-shadow: inherit;
}
.tz-media-cat .tz-media-item .tz-content h3 a:hover {
  color: #f76e2a;
}
.tz-media-cat .tz-media-item .tz-content .tz-info span {
  font-size: 12px;
  text-shadow: inherit;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
/**
* 4.0 -  Widget Sidebar
* -----------------------------------------------------------------------------
*/
.tz-sidebar .widget {
  margin-bottom: 40px;
  /*  Widget Shop */
}
.tz-sidebar .widget h2.widget-title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 41px;
  padding: 0;
  position: relative;
}
.tz-sidebar .widget h2.widget-title:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #f76e2a;
  position: absolute;
  left: 0;
  top: 35px;
}
.tz-sidebar .widget > ul,
.tz-sidebar .widget .menu-testing-menu-container > ul {
  margin: 0;
  padding: 0;
}
.tz-sidebar .widget ul li {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  line-height: 35px;
  position: relative;
  padding: 0;
}
.tz-sidebar .widget ul li:first-child {
  padding-top: 0;
}
.tz-sidebar .widget ul li:first-child:before {
  top: 2px;
}
.tz-sidebar .widget ul li a {
  color: #aaaaaa;
  text-decoration: none;
}
.tz-sidebar .widget ul li a:hover {
  color: #f76e2a;
}
.tz-sidebar .widget input,
.tz-sidebar .widget select {
  line-height: 40px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #666;
  background: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  border: none;
  padding: 0 20px;
}
.tz-sidebar .widget.widget_nav_menu .menu-all-pages-container > ul {
  padding-left: 0;
}
.tz-sidebar .widget.widget_calendar #calendar_wrap table tfoot tr td#next {
  text-align: right;
}
.tz-sidebar .widget.widget_calendar #calendar_wrap table tfoot tr td a {
  padding: 6px;
  display: inline-block;
}
.tz-sidebar .widget.widget_search .search-form {
  position: relative;
  display: block;
  padding-bottom: 14px;
}
.tz-sidebar .widget.widget_search .search-form label {
  display: none;
}
.tz-sidebar .widget.widget_search .search-form input {
  line-height: 40px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #666;
  background: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  border: none;
  padding: 0 20px;
}
.tz-sidebar .widget.widget_search .search-form .search-submit {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  display: inline-block;
  height: 40px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 46px;
}
.tz-sidebar .widget.widget_search .search-form .search-submit span {
  display: none;
}
.tz-sidebar .widget.widget_search .search-form .search-submit:after {
  content: "\f002";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  text-align: center;
  height: auto;
  width: 46px;
  color: #666;
  font-family: 'FontAwesome';
  font-size: 14px;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item {
  position: relative;
  display: block;
  border-bottom: 1px solid #454442;
  padding-bottom: 20px;
  margin-bottom: 21px;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item:first-child {
  padding-top: 12px;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item:last-child {
  margin-bottom: 0;
  padding: 0 0 15px;
  border: none;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item:before,
.tz-sidebar .widget.tz-recent-widget .tz-recent-item:after {
  content: "";
  display: table;
  clear: both;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item .recent_image {
  width: 85px;
  height: 60px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item a.title {
  font-size: 14px;
  color: #f6ebe5;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 20px;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item a.title:hover {
  color: #f76e2a;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item .tz-information {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #888888;
  font-weight: 300;
  padding-top: 4px;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item .tz-recent-content {
  display: none;
}
.tz-sidebar .widget.widget_tag_cloud .tagcloud {
  position: relative;
  display: block;
  padding-top: 12px;
}
.tz-sidebar .widget.widget_tag_cloud .tagcloud:before,
.tz-sidebar .widget.widget_tag_cloud .tagcloud:after {
  content: "";
  display: table;
  clear: both;
}
.tz-sidebar .widget.widget_tag_cloud .tag-cloud-link {
  font-size: 12px !important;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  display: inline-block;
  background: #f6ebe5;
  color: #666666;
  text-transform: capitalize;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  padding: 0 20px;
  margin: 0 5px 10px 0;
  float: left;
}
.tz-sidebar .widget.widget_tag_cloud .tag-cloud-link:hover {
  color: #ffffff;
  background: #f76e2a;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper {
  margin-top: 58px;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider {
  background-color: #3f3c3a;
  border-radius: 0;
  margin: 0 0 30px;
  height: 4px;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider .ui-slider-range {
  background-color: #f76e2a;
  height: 4px;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider span {
  background-color: #fff;
  border: 4px solid #f76e2a;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .button {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  background: #f6ebe5;
  padding: 8px 35px;
  border-radius: 17px;
  float: right;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .button:hover {
  background: #f76e2a;
  color: #fff;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label {
  color: #aaaaaa;
  display: inline-block;
  float: left;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 3px;
}
.tz-sidebar .widget.widget_product_categories {
  margin-bottom: 41px;
}
.tz-sidebar .widget.widget_product_categories span.count {
  float: right;
}
.tz-sidebar .widget.widget_products h2.widget-title {
  margin-bottom: 53px;
}
.tz-sidebar .widget.widget_products ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0a0a0a;
}
.tz-sidebar .widget.widget_products ul li a {
  width: 100%;
  line-height: 15px;
}
.tz-sidebar .widget.widget_products ul li a img {
  float: left;
  width: 85px;
  height: 90px;
  margin: 0 15px 0 0;
  background-color: #f0f0f0;
}
.tz-sidebar .widget.widget_products ul li a span.product-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #f6ebe5;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tz-sidebar .widget.widget_products ul li a span.product-title:hover {
  color: #f76e2a;
}
.tz-sidebar .widget.widget_products ul li del {
  display: none;
}
.tz-sidebar .widget.widget_products ul li ins,
.tz-sidebar .widget.widget_products ul li .amount {
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #f76e2a;
  font-size: 12px;
}
/*  Suggestion Sidebar  */
.tz-suggestion .store-title {
  padding-top: 0;
  line-height: 1em;
}
.tz-suggestion .tz-list.video .list-all .list-item {
  padding: 0 0 20px;
}
.tz-suggestion .tz-list.video .list-all .list-item h3 {
  padding: 5px 0 0;
}
.tz-suggestion .tz-list.video .list-all .list-item .mp-get-artist {
  padding: 3px 0 6px;
  line-height: 1em;
}
.tz-suggestion .tz-list .list-all {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 19px;
}
.tz-suggestion .tz-list .list-all:before,
.tz-suggestion .tz-list .list-all:after {
  content: "";
  display: table;
  clear: both;
}
.tz-suggestion .tz-list .list-all .list-item {
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(69, 68, 66, 0.3);
  margin: 0 0 20px;
}
.tz-suggestion .tz-list .list-all .list-item .mp-img {
  display: inline-block;
  width: 23.3333%;
  float: left;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.tz-suggestion .tz-list .list-all .list-item .content {
  position: relative;
  display: inline-block;
  float: left;
  width: 76.6667%;
  padding-left: 20px;
  margin-bottom: 0;
}
.tz-suggestion .tz-list .list-all .list-item .content:before,
.tz-suggestion .tz-list .list-all .list-item .content:after {
  content: "";
  display: table;
  clear: both;
}
.tz-suggestion .tz-list .list-all .list-item h3 {
  text-transform: capitalize;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: 0;
  font-weight: inherit;
  padding: 0;
  margin: 0;
}
.tz-suggestion .tz-list .list-all .list-item h3 a {
  color: #f6ebe5;
  font-weight: 500;
}
.tz-suggestion .tz-list .list-all .list-item h3 a:hover {
  color: #f76e2a;
}
.tz-suggestion .tz-list .list-all .list-item .song_plays {
  font-size: 12px;
}
.tz-suggestion .tz-list .list-all .list-item .mp-button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  visibility: hidden;
}
.tz-suggestion .tz-list .list-all .list-item .mp-button .button-item {
  font-size: 12px;
  color: #666666;
  margin-left: 15px;
}
.tz-suggestion .tz-list .list-all .list-item .mp-button .button-item:hover {
  color: #f76e2a;
}
.tz-suggestion .tz-list .list-all .mp-get-artist {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 1px 0 6px;
}
.tz-suggestion .tz-list .list-all .mp-get-artist a {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: #aaaaaa;
}
.tz-suggestion .tz-list .list-all .mp-get-artist a:hover {
  color: #f76e2a;
}
/**
* 5.0 -  Shortcode
* -----------------------------------------------------------------------------
*/
/**
*   5.1 -  Element VC
* -----------------------------------------------------------------------------
*/
/**
*     5.1.1 -  Social
* -----------------------------------------------------------------------------
*/
.tz-position-absolute.vc_row {
  overflow: visible !important;
  margin: 0;
}
.tz-position-absolute.vc_row .tz-vc-social {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: auto;
  left: 0;
  margin-bottom: -1px;
}
.tz-vc-social {
  background: #462444;
}
.tz-vc-social .tz-item:last-child a span {
  border: none;
}
.tz-vc-social .tz-item a {
  position: relative;
  width: 100%;
  display: block;
  height: 40px;
  overflow: hidden;
}
.tz-vc-social .tz-item a:hover > span {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tz-vc-social .tz-item a:hover > span.overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tz-vc-social .tz-item a > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  color: #aaaaaa;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.3px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  display: block;
  border-right: 1px solid #532b51;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tz-vc-social .tz-item a > span.overlay {
  opacity: 0;
  background: #566da8;
  color: #fbfbfb;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
/**
*     5.1.2 -  Heading
* -----------------------------------------------------------------------------
*/
.tz-vc-heading {
  position: relative;
  display: block;
  padding-top: 85px;
}
.tz-vc-heading.tz-edit .content .description {
  padding-top: 18px;
}
.tz-vc-heading .content.left {
  text-align: left;
}
.tz-vc-heading .content.center {
  text-align: center;
}
.tz-vc-heading .content.center h3.title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tz-vc-heading .content.right {
  text-align: right;
}
.tz-vc-heading .content.right h3.title:after {
  right: 0;
  left: auto;
}
.tz-vc-heading .content h3.title {
  padding: 0 0 20px;
  margin: 0 0 26px;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.2px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 1em;
}
.tz-vc-heading .content h3.title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #f76e2a;
  left: 0;
  bottom: 0;
}
.tz-vc-heading .content .description {
  font-size: 14px;
  line-height: 1.7em;
  margin: 0;
  color: #aaaaaa;
  padding: 0 0 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.tz-vc-heading .content p {
  font-size: 14px;
  line-height: 1.7em;
  padding: 0;
  margin: 0;
  color: #aaa;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
/**
*     5.1.3 -  Single Image
* -----------------------------------------------------------------------------
*/
.tz-vc-single-image.left_bottom {
  padding: 0 0 30px 30px;
}
.tz-vc-single-image.left_bottom .image-content .overlay {
  -webkit-transform: translate(-30px, 30px);
  -moz-transform: translate(-30px, 30px);
  -ms-transform: translate(-30px, 30px);
  -o-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
}
.tz-vc-single-image.left_top {
  padding: 30px 0 0 30px;
}
.tz-vc-single-image.left_top .image-content .overlay {
  -webkit-transform: translate(-30px, -30px);
  -moz-transform: translate(-30px, -30px);
  -ms-transform: translate(-30px, -30px);
  -o-transform: translate(-30px, -30px);
  transform: translate(-30px, -30px);
}
.tz-vc-single-image.right_bottom {
  padding: 0 30px 30px 0;
}
.tz-vc-single-image.right_bottom .image-content .overlay {
  -webkit-transform: translate(30px, 30px);
  -moz-transform: translate(30px, 30px);
  -ms-transform: translate(30px, 30px);
  -o-transform: translate(30px, 30px);
  transform: translate(30px, 30px);
}
.tz-vc-single-image.right_top {
  padding: 30px 30px 0 0;
}
.tz-vc-single-image.right_top .image-content .overlay {
  -webkit-transform: translate(30px, -30px);
  -moz-transform: translate(30px, -30px);
  -ms-transform: translate(30px, -30px);
  -o-transform: translate(30px, -30px);
  transform: translate(30px, -30px);
}
.tz-vc-single-image .image-content {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.tz-vc-single-image .image-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.tz-vc-single-image .image-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  border: 5px solid #f76e2a;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-vc-single-image a.image-content:hover .overlay {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
/**
*     5.1.4 -  Plus Gallery
* -----------------------------------------------------------------------------
*/
body #pgzoomview.plusgallery5 a:hover,
body #plusgallery5 .pgalbumlink:hover,
body #plusgallery5 .pgalbumlink:hover .pgplus,
#plusgallery5 #pgthumbcrumbs li#pgthumbhome:hover {
  background-color: #f76e2a;
}
.rolly-overlay {
  background: rgba(247, 110, 42, 0.75);
}
#plusgallery5 .back {
  background: #f76e2a;
}
.pgthumb .back a:hover {
  color: #f76e2a;
}
.plusgallery .rolly .rolly-info a {
  background: rgba(0, 0, 0, 0.8);
}
.plusgallery .rolly .rolly-info a:hover {
  background: #ffffff;
}
li.ming {
  padding: 0;
}
body #plusgallery5 .pgthumb.item_width2 {
  width: 50%;
}
body #plusgallery5 .pgthumb,
body #plusgallery5 .pgalbumthumb {
  /*            width:*/
  /*%;*/
  margin: 0;
  max-width: none;
}
body #plusgallery5 .pgalbumthumb {
  padding: 0;
}
#plusgallery5 .second-effect {
  margin: 0;
}
body .plusgallery {
  padding-top: 28px;
}
body .plusgallery figure.effect-ming:hover div.ming-info {
  opacity: 1;
}
body .plusgallery figure.effect-ming:hover div.ming-info a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body .plusgallery figure.effect-ming:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
body .plusgallery figure.effect-ming figcaption:before {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.8);
  border-color: #f76e2a;
}
body .plusgallery figure.effect-ming div.ming-info {
  opacity: 0;
}
body .plusgallery figure.effect-ming div.ming-info a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
}
body .plusgallery figure.effect-ming div.ming-info a.info {
  width: auto;
  height: auto;
  display: inline-block;
  line-height: inherit;
  text-align: center;
  border-radius: 50%;
  background: rgba(247, 110, 42, 0.8);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  padding: 0;
  margin: 5px 0;
}
body .plusgallery figure.effect-ming div.ming-info a.info:hover {
  background: #f76e2a;
}
body .plusgallery figure.effect-ming div.ming-info a.info i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
body .plusgallery figure.effect-ming div.ming-info span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
}
body .plusgallery figure.effect-ming img {
  opacity: 1;
  -webkit-transition: transform 3s;
  -moz-transition: transform 3s;
  -ms-transition: transform 3s;
  -o-transition: transform 3s;
  transition: transform 3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body .plus-pagination,
body .plus-pagination-end {
  padding: 0;
}
body .plus-pagination span,
body .plus-pagination-end span {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background: #462444;
  display: block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  line-height: 58px;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
body .plus-pagination span:hover,
body .plus-pagination-end span:hover {
  background: #683565;
}
/**
*     5.1.5 -  Latest News
* -----------------------------------------------------------------------------
*/
.tz-vc-latest-news {
  padding-bottom: 114px;
}
.tz-vc-latest-news .swiper-container {
  padding-bottom: 38px;
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide {
  padding-top: 27px;
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide:hover > a {
  -webkit-transform: scaleY(1.14);
  -moz-transform: scaleY(1.14);
  -ms-transform: scaleY(1.14);
  -o-transform: scaleY(1.14);
  transform: scaleY(1.14);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide:hover > a:before,
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide:hover > a:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide:hover .tz-post-thumbnail {
  -webkit-transform: scaleY(1.14);
  -moz-transform: scaleY(1.14);
  -ms-transform: scaleY(1.14);
  -o-transform: scaleY(1.14);
  transform: scaleY(1.14);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide:hover .tz-post-thumbnail:after {
  background: rgba(0, 0, 0, 0.8);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide:hover .tz-post-thumbnail a,
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide:hover .tz-post-thumbnail img {
  -webkit-transform: scaleX(1.14);
  -moz-transform: scaleX(1.14);
  -ms-transform: scaleX(1.14);
  -o-transform: scaleX(1.14);
  transform: scaleX(1.14);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide:hover .tz-description {
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
  transform: translateY(32px);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: transparent;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide > a:before,
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  z-index: 11;
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide > a:before {
  width: 2px;
  height: 50px;
  margin-top: -25px;
  -webkit-transform: scaleY(3);
  -moz-transform: scaleY(3);
  -ms-transform: scaleY(3);
  -o-transform: scaleY(3);
  transform: scaleY(3);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide > a:after {
  width: 50px;
  height: 2px;
  margin-left: -25px;
  -webkit-transform: scaleX(3);
  -moz-transform: scaleX(3);
  -ms-transform: scaleX(3);
  -o-transform: scaleX(3);
  transform: scaleX(3);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-post-thumbnail {
  position: relative;
  display: block;
  height: 450px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-post-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-post-thumbnail:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-post-thumbnail img {
  position: relative;
  max-width: none;
  max-height: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description {
  position: absolute;
  padding: 20px 20px 33px 20px;
  bottom: 0;
  left: 0;
  height: auto;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description .tz-meta {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #fff;
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description h3 {
  padding: 1px 0 16px;
  margin: 0 0 9px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #f76e2a;
}
.tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description p {
  padding: 10px 0 0;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #aaaaaa;
  line-height: 22px;
}
.tz-vc-latest-news .swiper-scrollbar {
  width: 500px;
  height: 10px;
  margin: 38px auto;
  background: rgba(136, 136, 136, 0.2);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
}
.tz-vc-latest-news .swiper-scrollbar .swiper-scrollbar-drag {
  background: #f76e2a;
  margin: 0;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  cursor: pointer;
}
.tz-vc-latest-news .swiper-scrollbar .swiper-scrollbar-drag:before {
  content: "";
  position: absolute;
  height: 4px;
  top: 3px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  left: 50%;
  z-index: 1;
}
.tz-vc-latest-news .swiper-scrollbar .swiper-scrollbar-drag span:before {
  content: "";
  position: absolute;
  height: 4px;
  top: 3px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  left: 50%;
  z-index: 1;
  margin-left: 2px;
}
.tz-vc-latest-news .swiper-scrollbar .swiper-scrollbar-drag span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: 3px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  left: 50%;
  z-index: 1;
  margin-left: -2px;
}
.tz-vc-latest-news.list {
  padding-top: 40px;
}
.tz-vc-latest-news.list .tz-item {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(221, 221, 221, 0.1);
}
.tz-vc-latest-news.list .tz-item:last-child {
  border-bottom: none;
}
.tz-vc-latest-news.list .tz-item:hover .tz-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-vc-latest-news.list .tz-item .tz-overlay {
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.tz-vc-latest-news.list .tz-item .tz-overlay:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.tz-vc-latest-news.list .tz-item .tz-description {
  position: relative;
  padding: 30px 20px 40px 20px;
  display: block;
}
.tz-vc-latest-news.list .tz-item .tz-description .tz-meta span {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #aaaaaa;
}
.tz-vc-latest-news.list .tz-item .tz-description .tz-meta a {
  font-weight: 400;
  color: #f76e2a;
}
.tz-vc-latest-news.list .tz-item .tz-description h3 {
  padding: 4px 0 6px;
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  position: relative;
}
.tz-vc-latest-news.list .tz-item .tz-description h3 a {
  color: #fff;
}
.tz-vc-latest-news.list .tz-item .tz-description h3 a:hover {
  color: #f76e2a;
}
/**
*     5.1.6 -  Amita Media
* -----------------------------------------------------------------------------
*/
.tz-vc-media {
  position: relative;
  display: block;
  padding: 40px 0 111px;
}
.tz-vc-media:before,
.tz-vc-media:after {
  content: "";
  display: table;
  clear: both;
}
.tz-vc-media .tz-filter {
  display: block;
  text-align: center;
  padding: 54px 0;
}
.tz-vc-media .tz-filter .tz-fillter-box {
  display: inline-block;
}
.tz-vc-media .tz-filter .tz-fillter-box a {
  position: relative;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #666666;
  font-weight: 300;
  line-height: 40px;
  display: inline-block;
  padding: 0 30px;
  overflow: hidden;
  margin: 0 5px;
  float: left;
  background: #f6ebe5;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.tz-vc-media .tz-filter .tz-fillter-box a:hover,
.tz-vc-media .tz-filter .tz-fillter-box a.selected {
  background: #f76e2a;
  color: #ffffff;
}
.tz-vc-media .tz-filter .tz-fillter-box a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(247, 110, 42, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.tz-vc-media .tz-filter .tz-fillter-box a:hover:before {
  animation: circle 0.35s;
  -webkit-animation: circle 0.35s;
  -moz-animation: circle 0.35s;
  -o-animation: circle 0.35s;
}
.tz-vc-media .tz-filter .tz-fillter-box a.selected:hover:before {
  display: none;
}
.tz-vc-media .tz-media-container {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}
.tz-vc-media .tz-media-container:before,
.tz-vc-media .tz-media-container:after {
  content: "";
  display: table;
  clear: both;
}
.tz-vc-media .tz-media-container .tz-media-item {
  animation-name: box_scale;
  animation-duration: 0.5s;
  float: left;
  width: 300px;
  margin-bottom: 33px;
}
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner .one:before,
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner .two:before,
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner .one:after,
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner .two:after {
  opacity: 1;
  height: 35%;
}
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner .three:before,
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner .four:before,
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner .three:after,
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner .four:after {
  opacity: 1;
  width: 35%;
}
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner .icon {
  color: #f76e2a;
}
.tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner .icon i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner {
  position: relative;
  display: block;
  overflow: hidden;
  height: 200px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  background: #f0f0f0;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .icon {
  font-size: 48px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .icon i {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -ms-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -o-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .one:before,
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .one:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 0;
  top: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(bottom, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .one:before {
  left: 0;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .one:after {
  right: 0;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .two:before,
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .two:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 0;
  bottom: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .two:before {
  left: 0;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .two:after {
  right: 0;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .three:before,
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .three:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(right, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .three:before {
  top: 0;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .three:after {
  bottom: 0;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .four:before,
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .four:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 0;
  right: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(247, 110, 42, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .four:before {
  top: 0;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-inner .four:after {
  bottom: 0;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-content {
  padding: 0 15px;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-content h3 {
  margin: 0;
  padding: 10px 0 3px;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-content h3 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-shadow: inherit;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-content h3 a:hover {
  color: #f76e2a;
}
.tz-vc-media .tz-media-container .tz-media-item .tz-content .tz-info span {
  font-size: 12px;
  text-shadow: inherit;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-vc-media .auto-loading {
  position: absolute;
  width: 150px;
  height: 50px;
  background: url(images/loading.gif) center no-repeat;
  top: 250px;
  left: 50%;
  margin-top: -25px;
  margin-left: -75px;
  opacity: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tz-vc-media .auto-loading.active {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tz-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.tz-lightbox.active .lightbox-content .tz-scale {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-lightbox .lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tz-lightbox .lightbox-content h5 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
}
.tz-lightbox .lightbox-content .tz-scale {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.tz-lightbox .tz-lightbox-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
.tz-lightbox .tz-lightbox-close:before {
  content: "\f00d";
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: "FontAwesome";
  font-size: 36px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
}
@keyframes lightbox_scale {
  from {
    opacity: 0;
    -moz-transform: scale(2) translate(-50%, -50%);
    -webkit-transform: scale(2) translate(-50%, -50%);
    -o-transform: scale(2) translate(-50%, -50%);
    -ms-transform: scale(2) translate(-50%, -50%);
    transform: scale(2) translate(-50%, -50%);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes box_scale {
  from {
    -moz-transform: scale(0) rotate(10deg);
    -webkit-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
  }
  to {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}
/**
*     5.1.7 -  Video & Audio
* -----------------------------------------------------------------------------
*/
.tz-vc-video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.tz-vc-video .tz-thumb {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}
.tz-vc-video .tz-thumb:hover.image:before {
  background: rgba(0, 0, 0, 0.8);
}
.tz-vc-video .tz-thumb:hover.image img {
  -webkit-transform: scale(1.2) rotate(0deg);
  -moz-transform: scale(1.2) rotate(0deg);
  -ms-transform: scale(1.2) rotate(0deg);
  -o-transform: scale(1.2) rotate(0deg);
  transform: scale(1.2) rotate(0deg);
}
.tz-vc-video .tz-thumb .tz-vc-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tz-vc-video .tz-thumb .tz-vc-video-button span {
  position: relative;
  font-size: 48px;
  color: #ffffff;
  background: #f76e2a;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 1em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tz-vc-video .tz-thumb .tz-vc-video-button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid #ffffff;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-vc-video .tz-thumb .tz-vc-video-button span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid #ffffff;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s linear 0.15s;
  -moz-transition: all 0.35s linear 0.15s;
  -ms-transition: all 0.35s linear 0.15s;
  -o-transition: all 0.35s linear 0.15s;
  transition: all 0.35s linear 0.15s;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-vc-video .tz-thumb .tz-vc-video-button span:hover:before {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.tz-vc-video .tz-thumb .tz-vc-video-button span:hover:after {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.tz-vc-video .tz-thumb .tz-vc-video-button.large span {
  font-size: 60px;
  width: 50px;
  height: 50px;
}
.tz-vc-video .tz-thumb .tz-vc-video-button.small span {
  font-size: 36px;
  width: 30px;
  height: 30px;
}
.tz-vc-video .tz-thumb .tz-vc-video-button.larger span {
  font-size: 80px;
  width: 65px;
  height: 65px;
}
.tz-vc-video .tz-thumb.image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.tz-vc-video .tz-thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.tz-vc-video .tz-video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.tz-vc-video .tz-video-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.tz-vc-video .tz-video-lightbox.active .video-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tz-vc-video .tz-video-lightbox .video-content {
  -webkit-transition: all 0.5s linear 0.2s;
  -moz-transition: all 0.5s linear 0.2s;
  -ms-transition: all 0.5s linear 0.2s;
  -o-transition: all 0.5s linear 0.2s;
  transition: all 0.5s linear 0.2s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  position: relative;
  z-index: 1;
}
.tz-vc-video .tz-video-lightbox .video-close-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.tz-vc-video.multi {
  position: relative;
  overflow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  padding: 0 75px;
  margin-bottom: 50px;
}
.tz-vc-video.multi .owl-carousel .owl-stage-outer {
  overflow: visible !important;
  padding: 94px 0 130px;
}
.tz-vc-video.multi .owl-carousel .owl-item .tz-video-item {
  padding: 0 75px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image:after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .img-hide {
  opacity: 0;
  visibility: hidden;
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .img-visible {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button span {
  position: relative;
  font-size: 48px;
  color: #ffffff;
  background: #f76e2a;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 1em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid #ffffff;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid #ffffff;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s linear 0.15s;
  -moz-transition: all 0.35s linear 0.15s;
  -ms-transition: all 0.35s linear 0.15s;
  -o-transition: all 0.35s linear 0.15s;
  transition: all 0.35s linear 0.15s;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button span:hover {
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0) !important;
  -moz-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0) !important;
  -ms-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0) !important;
  -o-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0) !important;
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button span:hover:before {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button span:hover:after {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button.large span {
  font-size: 60px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button.small span {
  font-size: 36px;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
.tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button.larger span {
  font-size: 80px;
  width: 65px;
  height: 65px;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.tz-vc-video.multi .owl-carousel .owl-item h3 {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  color: #f6ebe5;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 50px;
  left: 0;
  opacity: 0;
  margin: 77px 0 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-vc-video.multi .owl-carousel .owl-item.center .video-item-image:before {
  opacity: 0;
  visibility: hidden;
}
.tz-vc-video.multi .owl-carousel .owl-item.center .video-item-image:after {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
}
.tz-vc-video.multi .owl-carousel .owl-item.center .video-item-image .img-visible {
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
}
.tz-vc-video.multi .owl-carousel .owl-item.center .video-item-image .tz-vc-video-button {
  opacity: 1;
  visibility: visible;
}
.tz-vc-video.multi .owl-carousel .owl-item.center h3 {
  opacity: 1;
}
.tz-vc-video.multi .tz-navigation .tz-actions .btn-action {
  color: #666666;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  letter-spacing: 0.3px;
  position: absolute;
  margin: 50px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f6ebe5;
  bottom: 8px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-vc-video.multi .tz-navigation .tz-actions .btn-action:hover {
  color: #ffffff;
  background: #f76e2a;
}
.tz-vc-video.multi .tz-navigation .tz-actions .btn-action.prev {
  right: 100%;
}
.tz-vc-video.multi .tz-navigation .tz-actions .btn-action.next {
  left: 100%;
}
/**
*     5.1.8 -  Tour Date
* -----------------------------------------------------------------------------
*/
.tz-vc-events {
  padding-top: 96px;
  padding-bottom: 116px;
}
.tz-vc-events .events-heading {
  position: relative;
  display: block;
}
.tz-vc-events .events-heading h3 {
  padding: 0 0 20px;
  margin: 0 0 26px;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.2px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 1em;
  text-align: left;
}
.tz-vc-events .events-heading h3:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #f76e2a;
  left: 0;
  bottom: 0;
}
.tz-vc-events .events-heading a {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  color: #888888;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tz-vc-events .events-heading a:hover {
  color: #f76e2a;
}
.tz-vc-events .events-content {
  padding: 34px 0;
}
.tz-vc-events .events-content .events-item {
  border-bottom: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-vc-events .events-content .events-item:first-child {
  border-top: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-vc-events .events-content .events-item .date span {
  width: 120px;
  font-size: 20px;
  letter-spacing: 0.2px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  background: #f76e2a;
  padding: 0 30px;
  display: flex;
  min-height: 107px;
  justify-content: center;
  align-items: center;
  line-height: 29px;
  text-align: center;
}
.tz-vc-events .events-content .events-item .content {
  padding-top: 22px;
  padding-bottom: 13px;
}
.tz-vc-events .events-content .events-item .content h4 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f6ebe5;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-vc-events .events-content .events-item .content h4:hover {
  color: #f76e2a;
}
.tz-vc-events .events-content .events-item .content span {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #aaaaaa;
  line-height: 40px;
}
.tz-vc-events .events-content .events-item .content .tribe-address {
  position: relative;
  display: block;
  width: 100%;
}
.tz-vc-events .events-content .events-item .content .tribe-address:before,
.tz-vc-events .events-content .events-item .content .tribe-address:after {
  content: "";
  display: table;
  clear: both;
}
.tz-vc-events .events-content .events-item .content .tribe-address span {
  float: left;
  display: inline-block;
}
.tz-vc-events .events-content .events-item .content .tribe-address .tribe-delimiter:last-child {
  display: none;
}
.tz-vc-events .events-content .events-item .btn-tickets {
  padding-top: 23px;
  padding-bottom: 14px;
}
.tz-vc-events .events-content .events-item .btn-tickets a {
  line-height: 40px;
  margin: 7px 0;
  width: 150px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #666666;
  background: #f6ebe5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  overflow: hidden;
}
.tz-vc-events .events-content .events-item .btn-tickets a:hover {
  background: #f76e2a;
  color: #fff;
}
.tz-vc-events .events-content .events-item .btn-tickets a:hover:before {
  -webkit-animation: shine .35s;
  animation: shine .35s;
}
.tz-vc-events .events-content .events-item .btn-tickets a:before {
  position: absolute;
  top: 0;
  left: -110%;
  z-index: 1;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(247, 110, 42, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(247, 110, 42, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.tz-vc-events .events-content .tab-head {
  margin-bottom: 61px;
  border-bottom: 1px solid #454442;
}
.tz-vc-events .events-content .tab-head ul {
  padding: 0;
  margin: 0;
}
.tz-vc-events .events-content .tab-head ul li {
  padding: 0;
  margin: 0;
}
.tz-vc-events .events-content .tab-head ul li.active a:before,
.tz-vc-events .events-content .tab-head ul li.active a:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tz-vc-events .events-content .tab-head ul li a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #454442;
  font-weight: 400;
  padding: 0 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
  margin: 0 3px 0 0;
  position: relative;
  display: block;
}
.tz-vc-events .events-content .tab-head ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  background: #f76e2a;
  height: 2px;
  z-index: 1;
  opacity: 0;
}
.tz-vc-events .events-content .tab-head ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: #24211e;
  height: 1px;
  z-index: 1;
  opacity: 0;
}
/**
*     5.1.9 -  Albums
* -----------------------------------------------------------------------------
*/
.tz-vc-albums {
  padding: 50px 0 135px;
}
.tz-vc-albums .albums-info {
  text-align: center;
}
.tz-vc-albums .albums-info .album-image img {
  max-height: 400px;
  width: auto;
}
.tz-vc-albums .albums-info .album-title {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #f6ebe5;
  font-weight: 700;
  margin: 0;
  padding: 17px 0 2px;
}
.tz-vc-albums .albums-info .album-date {
  color: #f76e2a;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 2em;
}
.tz-vc-albums .albums-playlist .jp-interface {
  background: rgba(10, 10, 10, 0.8);
  padding: 12px 15px;
}
.tz-vc-albums .albums-playlist .jp-controls button {
  margin: 0 6px;
}
.tz-vc-albums .albums-playlist .jp-controls button.jp-stop {
  display: none;
}
.tz-vc-albums .albums-playlist .jp-current-time {
  font-size: 12px;
  padding-right: 7px;
  font-weight: 300;
}
.tz-vc-albums .albums-playlist .jp-duration {
  font-size: 12px;
  padding-left: 7px;
  font-weight: 300;
}
.tz-vc-albums .albums-playlist .jp-line {
  font-size: 10px;
  font-weight: 300;
}
.tz-vc-albums .albums-playlist .mp_playlist .jp-playlist {
  padding: 0;
  background: rgba(69, 68, 66, 0.3);
}
.tz-vc-albums .albums-playlist .mp_playlist .jp-playlist ul {
  padding: 10px 0;
  margin: 0;
  overflow: auto;
  max-height: 232px;
}
.tz-vc-albums .albums-playlist .mp_playlist .jp-playlist ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(170, 170, 170, 0.2);
  background-color: rgba(170, 170, 170, 0.2);
}
.tz-vc-albums .albums-playlist .mp_playlist .jp-playlist ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: rgba(170, 170, 170, 0.2);
}
.tz-vc-albums .albums-playlist .mp_playlist .jp-playlist ul::-webkit-scrollbar-thumb {
  background-color: #f76e2a;
}
/**
*     5.1.10 -  Bands Member
* -----------------------------------------------------------------------------
*/
.tz-vc-bands-member {
  padding: 33px 0;
}
.tz-vc-bands-member .tz-bands-slider {
  padding: 0;
  list-style: none;
}
.tz-vc-bands-member .tz-bands-slider li {
  padding: 0;
  margin: 0;
}
.tz-vc-bands-member .tz-bands-slider li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  height: 300px;
}
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail:hover:before,
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail:hover:after {
  height: 100%;
  opacity: 1;
}
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail:hover a:before,
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail:hover a:after {
  width: 100%;
  opacity: 1;
}
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail:hover span {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail:before,
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  z-index: 1;
}
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail:before {
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail:after {
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail a:before,
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail a:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  background: #f76e2a;
  opacity: 0;
  z-index: 1;
}
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail a:before {
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail a:after {
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #f76e2a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
.tz-vc-bands-member .tz-bands-slider li .bands-thumbnail span {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tz-vc-bands-member .tz-bands-slider li .bands-info h5 {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 23px 0 0;
  margin: 0;
  display: block;
  text-align: center;
}
.tz-vc-bands-member .tz-bands-slider li .bands-info h5:hover {
  color: #f76e2a;
}
.tz-vc-bands-member .tz-bands-slider li .bands-info span {
  padding: 11px 0 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #aaaaaa;
  font-size: 14px;
  display: block;
  text-align: center;
  text-transform: capitalize;
}
/**
*     5.1.11 -  TimeLine
* -----------------------------------------------------------------------------
*/
.tz-vc-timeline {
  padding: 25px 0 42px;
}
.tz-vc-timeline .tz-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.tz-vc-timeline .tz-content:before {
  content: "";
  position: absolute;
  top: 140px;
  width: 100%;
  left: 0;
  margin-top: -1px;
  height: 2px;
  background: #532b51;
}
.tz-vc-timeline .swiper-timeline {
  max-width: 28%;
  margin: auto;
  height: auto;
}
.tz-vc-timeline .tz-item {
  text-align: center;
}
.tz-vc-timeline .tz-item .timeline-thumbnail {
  width: 65%;
  height: 280px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f0f0f0;
}
.tz-vc-timeline .tz-item .tz-description h4 {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #f6ebe5;
  padding: 46px 0 0;
  margin: 0;
  display: inline-block;
}
.tz-vc-timeline .tz-item .tz-description p {
  padding: 27px 0 0;
  margin: 0 0 10px;
  color: #aaaaaa;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.9em;
}
.tz-vc-timeline .pagination-timeline {
  position: absolute;
  width: 100%;
  left: 0;
  top: 140px;
  padding: 0 5%;
  z-index: 0;
}
.tz-vc-timeline .pagination-timeline:before,
.tz-vc-timeline .pagination-timeline:after {
  content: '';
  display: table;
  clear: both;
}
.tz-vc-timeline .pagination-timeline .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  float: left;
  height: 2px;
  margin-top: -1px;
  width: 12%;
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent;
}
.tz-vc-timeline .pagination-timeline .swiper-pagination-bullet.margin-left {
  margin-left: 28%;
}
.tz-vc-timeline .pagination-timeline .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(246, 235, 229, 0.1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tz-vc-timeline .pagination-timeline .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #666666;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-vc-timeline .pagination-timeline .swiper-pagination-bullet.hover:after,
.tz-vc-timeline .pagination-timeline .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #f76e2a;
}
.tz-vc-timeline .pagination-timeline .swiper-pagination-bullet span {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.3px;
  color: #f6ebe5;
  line-height: 1em;
  padding-bottom: 33px;
  width: auto;
  height: auto;
}
.tz-vc-timeline .pagination-timeline .tz-blank {
  width: 30%;
  display: inline-block;
}
.tz-vc-timeline .pagination-timeline.pagination-col-1 .swiper-pagination-bullet {
  width: 36% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-2 .swiper-pagination-bullet {
  width: 36% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-3 .swiper-pagination-bullet {
  width: 24% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-3 .swiper-pagination-bullet.tz-pag-col-2 {
  width: 18% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-4 .swiper-pagination-bullet {
  width: 18% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-5 .swiper-pagination-bullet {
  width: 14.4% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-5 .swiper-pagination-bullet.tz-pag-col-3 {
  width: 12% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-6 .swiper-pagination-bullet {
  width: 12% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-7 .swiper-pagination-bullet {
  width: 10.2857% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-7 .swiper-pagination-bullet.tz-pag-col-4 {
  width: 9% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-8 .swiper-pagination-bullet {
  width: 9% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-9 .swiper-pagination-bullet {
  width: 8% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-9 .swiper-pagination-bullet.tz-pag-col-5 {
  width: 7.2% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-10 .swiper-pagination-bullet {
  width: 7.2% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-11 .swiper-pagination-bullet {
  width: 6.5454% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-11 .swiper-pagination-bullet.tz-pag-col-6 {
  width: 6% !important;
}
.tz-vc-timeline .pagination-timeline.pagination-col-12 .swiper-pagination-bullet {
  width: 6% !important;
}
/**
*     5.1.12 -  List
* -----------------------------------------------------------------------------
*/
.tz-vc-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.tz-vc-list ul li {
  line-height: 1.6em;
  padding: 4px 0 4px 23px;
  position: relative;
  list-style-type: none;
  display: block;
  margin: 0;
}
.tz-vc-list ul li i {
  font-size: 12px;
  line-height: 1.6em;
  padding: 4px 0;
  top: 2px;
  position: absolute;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  text-align: center;
  color: #888;
}
.tz-vc-list ul li a {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #aaaaaa;
  line-height: 1.6em;
}
.tz-vc-list ul li a:hover {
  color: #f76e2a;
}
/**
*     5.1.13 -  Table
* -----------------------------------------------------------------------------
*/
.tz-vc-table {
  margin-bottom: 50px;
}
.tz-vc-table table {
  border: none;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  width: 100%;
}
.tz-vc-table table tbody {
  border: none;
}
.tz-vc-table table tr td {
  padding: 0 15px;
  line-height: 50px;
  background: #f6ebe5;
  border-left: 1px solid #0a0a0a;
  border-top: none;
  border-right: none;
  border-bottom: none;
  text-align: center;
  letter-spacing: 0.3px;
}
.tz-vc-table table tr td:first-child {
  border-left: none;
}
.tz-vc-table table tr td.border-bottom {
  border-bottom: 1px solid #0a0a0a;
}
.tz-vc-table table tr:nth-child(2n+1) td {
  background: #e7ded9;
}
/**
*     5.1.14 -  Woocommerce
* -----------------------------------------------------------------------------
*/
.tz-vc-product {
  padding: 40px 0 90px;
}
.tz-vc-product .product-item {
  position: relative;
  display: block;
  margin-bottom: 44px;
  text-align: center;
}
.tz-vc-product .product-item .product-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
.tz-vc-product .product-item .product-thumbnail:after {
  content: "";
  background: rgba(0, 0, 0, 0);
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  position: absolute;
  transition: all 0.3s ease;
}
.tz-vc-product .product-item .product-thumbnail img {
  transition: all 0.4s ease;
  transform: scale(1);
}
.tz-vc-product .product-item .product-thumbnail .btn-viewmore {
  background: #532b51;
  bottom: -30px;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  left: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  letter-spacing: 0.3px;
  line-height: 30px;
  overflow: hidden;
}
.tz-vc-product .product-item .product-thumbnail .btn-viewmore:hover:before {
  animation: circle 0.75s;
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
}
.tz-vc-product .product-item .product-thumbnail .btn-viewmore:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tz-vc-product .product-item .product-thumbnail:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.tz-vc-product .product-item .product-thumbnail:hover img {
  transform: scale(1.1);
}
.tz-vc-product .product-item .product-thumbnail:hover .btn-viewmore,
.tz-vc-product .product-item .product-thumbnail:hover .add_to_cart_button,
.tz-vc-product .product-item .product-thumbnail:hover .added_to_cart {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.tz-vc-product .product-item h3.product-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 4px;
  padding: 0;
}
.tz-vc-product .product-item h3.product-title a {
  color: #f6ebe5;
}
.tz-vc-product .product-item h3.product-title:hover a {
  color: #f76e2a;
}
.tz-vc-product .product-item .price {
  color: #f76e2a;
}
.tz-vc-product .product-item .price .amount {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #f76e2a;
}
.tz-vc-product .product-item .price del {
  display: none;
}
.tz-vc-product .product-item .price ins {
  text-decoration: none;
}
.tz-vc-product .product-item span.onsale {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  top: 10px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background: #f76e2a;
  width: 40px;
  height: 40px;
  line-height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.tz-vc-product .product-item span.onsale em {
  font-style: normal;
}
.tz-vc-product .product-item .add_to_cart_button,
.tz-vc-product .product-item .added_to_cart {
  background: #e22d57;
  color: #fff;
  bottom: -30px;
  display: block;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  right: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  letter-spacing: 0.3px;
  line-height: 30px;
}
.tz-vc-product .product-item .add_to_cart_button:before,
.tz-vc-product .product-item .added_to_cart:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tz-vc-product .product-item .add_to_cart_button:focus,
.tz-vc-product .product-item .added_to_cart:focus,
.tz-vc-product .product-item .add_to_cart_button:active,
.tz-vc-product .product-item .added_to_cart:active {
  color: #fff;
}
.tz-vc-product .product-item .add_to_cart_button:hover,
.tz-vc-product .product-item .added_to_cart:hover {
  color: #fff;
}
.tz-vc-product .product-item .add_to_cart_button:hover:before,
.tz-vc-product .product-item .added_to_cart:hover:before {
  animation: circle 0.75s;
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
}
.tz-vc-product .product-item .add_to_cart_button.added,
.tz-vc-product .product-item .added_to_cart.added {
  opacity: 0;
}
.tz-vc-product .product-item .added_to_cart {
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  width: 50%;
  right: 0;
}
.tz-vc-product .product-item .added_to_cart.wc-forward {
  opacity: 1;
}
/**
*     5.1.15 -  Upcoming Shows
* -----------------------------------------------------------------------------
*/
.tz-vc-upcoming {
  padding-top: 40px;
  padding-bottom: 140px;
}
.tz-vc-upcoming .upcoming-content .events-item {
  border-bottom: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-vc-upcoming .upcoming-content .events-item:first-child {
  border-top: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-vc-upcoming .upcoming-content .events-item .date span {
  width: 120px;
  font-size: 20px;
  letter-spacing: 0.2px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  background: #f76e2a;
  padding: 0 30px;
  display: flex;
  min-height: 107px;
  justify-content: center;
  align-items: center;
  line-height: 29px;
  text-align: center;
}
.tz-vc-upcoming .upcoming-content .events-item .content {
  padding-top: 22px;
  padding-bottom: 13px;
}
.tz-vc-upcoming .upcoming-content .events-item .content h4 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f6ebe5;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-vc-upcoming .upcoming-content .events-item .content h4:hover {
  color: #f76e2a;
}
.tz-vc-upcoming .upcoming-content .events-item .content span {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #aaaaaa;
  line-height: 40px;
}
.tz-vc-upcoming .upcoming-content .events-item .content .tribe-address {
  position: relative;
  display: block;
  width: 100%;
}
.tz-vc-upcoming .upcoming-content .events-item .content .tribe-address:before,
.tz-vc-upcoming .upcoming-content .events-item .content .tribe-address:after {
  content: "";
  display: table;
  clear: both;
}
.tz-vc-upcoming .upcoming-content .events-item .content .tribe-address span {
  float: left;
  display: inline-block;
}
.tz-vc-upcoming .upcoming-content .events-item .content .tribe-address .tribe-delimiter:last-child {
  display: none;
}
.tz-vc-upcoming .upcoming-content .events-item .btn-tickets {
  padding-top: 23px;
  padding-bottom: 14px;
}
.tz-vc-upcoming .upcoming-content .events-item .btn-tickets a {
  line-height: 40px;
  margin: 7px 0;
  width: 150px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #666666;
  background: #f6ebe5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  overflow: hidden;
}
.tz-vc-upcoming .upcoming-content .events-item .btn-tickets a:hover {
  background: #f76e2a;
  color: #fff;
}
.tz-vc-upcoming .upcoming-content .events-item .btn-tickets a:hover:before {
  -webkit-animation: shine .35s;
  animation: shine .35s;
}
.tz-vc-upcoming .upcoming-content .events-item .btn-tickets a:before {
  position: absolute;
  top: 0;
  left: -110%;
  z-index: 1;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(247, 110, 42, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(247, 110, 42, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.tz-vc-upcoming .upcoming-content .event-grid {
  position: relative;
  display: block;
  margin: 0 -15px 78px;
}
.tz-vc-upcoming .upcoming-content .event-grid:before,
.tz-vc-upcoming .upcoming-content .event-grid:after {
  content: "";
  display: table;
  clear: both;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item {
  position: relative;
  padding: 0 15px;
  border-bottom: none;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item:first-child {
  border-top: none;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item:hover .grid-container:before,
.tz-vc-upcoming .upcoming-content .event-grid .events-item:hover .btn-tickets {
  opacity: 1;
  visibility: visible;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-container {
  position: relative;
  display: block;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .tz-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .tz-thumbnail img {
  position: relative;
  max-width: none;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: auto;
  background: #ffffff;
  display: block;
  padding: 15px 15px 15px 105px;
  z-index: 2;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content .date {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content .date span {
  width: 70px;
  font-size: 16px;
  padding: 0 10px;
  color: #ffffff;
  min-height: 70px;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content h4 {
  font-size: 16px;
  color: #454442;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 8px 0 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content h4:hover {
  color: #f76e2a;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content .tribe-address {
  display: inline-block;
  width: auto;
  font-size: 12px;
  font-weight: 300;
  color: #454442;
  padding: 5px 0 14px;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .btn-tickets {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-top: -47px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .btn-tickets a {
  line-height: 40px;
  margin: 7px 0;
  width: 150px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #666666;
  background: #f6ebe5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  overflow: hidden;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .btn-tickets a:hover {
  background: #f76e2a;
  color: #fff;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .btn-tickets a:hover:before {
  -webkit-animation: shine .35s;
  animation: shine .35s;
}
.tz-vc-upcoming .upcoming-content .event-grid .events-item .btn-tickets a:before {
  position: absolute;
  top: 0;
  left: -110%;
  z-index: 1;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(247, 110, 42, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(247, 110, 42, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.tz-vc-upcoming .upcoming-content .event-list {
  position: relative;
  display: block;
  background: #191715;
  padding: 60px 70px;
  margin: 78px 0 0;
}
.tz-vc-upcoming .upcoming-content .event-list .events-item .content {
  padding-top: 25px;
}
.tz-vc-upcoming .upcoming-content .event-list .events-item .content span {
  line-height: 31px;
}
.tz-vc-upcoming .upcoming-btn {
  position: relative;
  display: block;
  text-align: center;
  background: #191715;
}
.tz-vc-upcoming .upcoming-btn a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 50px;
  padding: 0 45px;
  display: inline-block;
  background: #f6ebe5;
  text-transform: uppercase;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-vc-upcoming .upcoming-btn a:hover {
  background: #f76e2a;
  color: #ffffff;
}
/*  Hover Image */
/* Flashing */
.hover13 figure:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
/* Shine */
.hover14 figure {
  position: relative;
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shine_right {
  100% {
    right: 125%;
  }
}
@keyframes shine_right {
  100% {
    right: 125%;
  }
}
/* Circle */
.hover15 figure {
  position: relative;
}
.hover15 figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover15 figure:hover::before {
  animation: circle 0.75s;
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* Blur + Gray Scale */
.hover10 figure img {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover10 figure:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}
/**
*     5.1.16 -  Center Slider
* -----------------------------------------------------------------------------
*/
.tz-vc-slider {
  padding-bottom: 9px;
}
.tz-vc-slider .owl-carousel .owl-stage-outer {
  overflow: visible !important;
  margin: 60px 0 35px;
}
.tz-vc-slider .thumb {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(48, 48, 48, 0.3);
  -moz-box-shadow: 0 10px 30px rgba(48, 48, 48, 0.3);
  -ms-box-shadow: 0 10px 30px rgba(48, 48, 48, 0.3);
  -o-box-shadow: 0 10px 30px rgba(48, 48, 48, 0.3);
  box-shadow: 0 10px 30px rgba(48, 48, 48, 0.3);
}
.tz-vc-slider .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(10, 13, 37, 0.8);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.tz-vc-slider .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin: 35px 0;
}
.tz-vc-slider .owl-dots:after,
.tz-vc-slider .owl-dots:before {
  content: "";
  display: table;
  clear: both;
}
.tz-vc-slider .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 20px;
}
.tz-vc-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #aaaaaa;
  cursor: pointer;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  margin: 1px 0;
}
.tz-vc-slider .owl-dots .owl-dot.active span {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #f76e2a;
  -webkit-box-shadow: 0 2px 5px rgba(48, 48, 48, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(48, 48, 48, 0.2);
  -ms-box-shadow: 0 2px 5px rgba(48, 48, 48, 0.2);
  -o-box-shadow: 0 2px 5px rgba(48, 48, 48, 0.2);
  box-shadow: 0 2px 5px rgba(48, 48, 48, 0.2);
}
.tz-vc-slider .owl-item.active .thumb:after {
  opacity: 0;
  visibility: hidden;
}
.tz-vc-slider .owl-item.cloned {
  opacity: 1 !important;
  visibility: visible !important;
}
/**
*     5.1.17 -  Song & Video Charts
* -----------------------------------------------------------------------------
*/
.tz-music-chart {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.tz-music-chart.video .list-item.current .content {
  padding-top: 90px;
}
.tz-music-chart .nav-tabs {
  display: block;
  position: relative;
  border: none;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(48, 48, 48, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(48, 48, 48, 0.2);
  -ms-box-shadow: 0 2px 5px rgba(48, 48, 48, 0.2);
  -o-box-shadow: 0 2px 5px rgba(48, 48, 48, 0.2);
  box-shadow: 0 2px 5px rgba(48, 48, 48, 0.2);
  background: #ffffff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  margin: 13px 0 30px;
}
.tz-music-chart .nav-tabs li {
  border-right: 1px solid rgba(147, 168, 179, 0.2);
  margin-bottom: 0;
}
.tz-music-chart .nav-tabs li:last-child {
  border-right: none;
}
.tz-music-chart .nav-tabs li.active a {
  border: none;
  background: #f76e2a;
  color: #ffffff;
}
.tz-music-chart .nav-tabs li a {
  color: #454442;
  text-transform: capitalize;
  line-height: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  padding: 0 15px;
  text-align: center;
  width: 100%;
  display: block;
}
.tz-music-chart .content {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-music-chart .number {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #f6ebe5;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.tz-music-chart h4 {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.tz-music-chart h4 a {
  font-weight: 500;
  color: #f6ebe5;
  text-transform: capitalize;
}
.tz-music-chart h4 a:hover {
  color: #f76e2a;
}
.tz-music-chart .mp-get-artist {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0;
}
.tz-music-chart .mp-get-artist a {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: #aaaaaa;
}
.tz-music-chart .mp-get-artist a:hover {
  color: #f76e2a;
}
.tz-music-chart .mp-img {
  position: absolute;
  background-size: cover;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
}
.tz-music-chart .list-item.current .content {
  padding-top: 100px;
  padding-bottom: 13px;
}
.tz-music-chart .list-item.current h4 a {
  color: #ffffff;
}
.tz-music-chart .list-item.current h4 a:hover {
  color: #f76e2a;
}
.tz-music-chart .list-item.current .number {
  top: auto;
  color: #ffffff;
  height: 40px;
  bottom: 13px;
  background: none !important;
  width: 19% !important;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tz-music-chart .list-item.current .content {
  padding-left: 19% !important;
}
.tz-music-chart .list-item.current .mp-get-artist {
  color: #ffffff;
}
.tz-music-chart .list-item.current .mp-get-artist a {
  color: #ffffff;
}
.tz-music-chart .list-item.current .mp-get-artist a:hover {
  color: #24a5c5;
}
.tz-music-chart.video .number {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100px;
  height: 70px;
  justify-content: left;
  align-content: flex-end;
  align-items: flex-end;
  color: #fff;
  padding: 10px;
  top: 20px;
}
.tz-music-chart.video .content {
  padding-left: 120px;
  min-height: 110px;
}
.tz-music-chart.video h4 {
  padding-top: 9px;
}
.tz-music-chart.song .number {
  width: 19%;
  background: none !important;
}
.tz-music-chart.song .content {
  padding-left: 19%;
}
.store-title {
  text-transform: uppercase;
  color: #f6ebe5;
  padding: 20px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  display: block;
  margin: 0;
}
.store-title.title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  display: inline-block;
  float: left;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 30px;
  line-height: 40px;
}
.genre-title.title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 30px;
  line-height: 40px;
}
/**
*     5.1.18 -  Element Music Featured
* -----------------------------------------------------------------------------
*/
.tz-music-featured {
  position: relative;
  display: block;
  margin-top: 18px;
}
.tz-music-featured:before,
.tz-music-featured:after {
  content: "";
  display: table;
  clear: both;
}
.tz-music-featured .head {
  position: relative;
  display: block;
}
.tz-music-featured .head:before,
.tz-music-featured .head:after {
  content: "";
  display: table;
  clear: both;
}
.tz-music-featured .btn-view-all {
  font-size: 12px;
  font-weight: 500;
  color: #aaaaaa;
  float: right;
  display: inline-block;
  line-height: 40px;
  padding: 10px 0 20px;
}
.tz-music-featured .btn-view-all i {
  padding-left: 5px;
}
.tz-list.audio .list-all .list-item {
  padding-bottom: 20px;
}
.tz-list.audio .list-all .list-item:active .mp-button,
.tz-list.audio .list-all .list-item:focus .mp-button,
.tz-list.audio .list-all .list-item:hover .mp-button {
  opacity: 1;
  visibility: visible;
  top: 2px;
}
.tz-list.audio .list-all .list-item:active .mp-button .button-item,
.tz-list.audio .list-all .list-item:focus .mp-button .button-item,
.tz-list.audio .list-all .list-item:hover .mp-button .button-item {
  font-size: 14px;
}
.tz-list.audio .list-all .list-item .item {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-list.audio .list-all .list-item .item:before,
.tz-list.audio .list-all .list-item .item:after {
  content: "";
  display: table;
  clear: both;
}
.tz-list.audio .list-all .list-item .mp-img {
  display: inline-block;
  width: 17.5%;
  float: left;
  margin-bottom: 20px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tz-list.audio .list-all .list-item .content {
  position: relative;
  display: inline-block;
  float: left;
  width: 82.5%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.tz-list.audio .list-all .list-item h3 {
  margin: 0;
}
.tz-list.audio .list-all .list-item .song_plays {
  font-size: 12px;
}
.tz-list.audio .list-all .list-item .mp-button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  visibility: hidden;
}
.tz-list.audio .list-all .list-item .mp-button .button-item {
  font-size: 12px;
  color: #aaaaaa;
  margin-left: 15px;
}
.tz-list.audio .list-all .list-item .mp-button .button-item:hover {
  color: #f76e2a;
}
.tz-list.audio .list-all .list-item .mp-button .mp-share {
  position: relative;
  display: inline-block;
}
.tz-list.audio .list-all .list-item .mp-button .mp-share.active .tz-post-share {
  right: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-list.audio .list-all .list-item .mp-button .mp-share .btn-share {
  font-size: 14px;
  color: #aaaaaa;
  margin-left: 15px;
  cursor: pointer;
}
.tz-list.audio .list-all .list-item .mp-button .mp-share .btn-share.active,
.tz-list.audio .list-all .list-item .mp-button .mp-share .btn-share:hover {
  color: #f76e2a;
}
.tz-list.audio .list-all .list-item .mp-button .mp-share .tz-post-share {
  position: absolute;
  border: none;
  min-width: 120px;
  padding: 0;
  top: 0;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  right: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-list.audio .list-all .list-item .mp-button .mp-share .tz-post-share > span {
  display: none;
}
.tz-list.audio .list-all .list-item .mp-button .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tz-list.audio .list-all .list-item .mp-button .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share .jssocials-share-label {
  display: none;
}
.tz-list.audio .list-all .list-item .mp-button .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share a {
  width: 30px;
  padding: 0;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 11px;
}
.tz-list.audio .list-all .list-item .mp-button .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share a:hover {
  color: #ffffff;
}
.tz-list .list-all {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-top: 22px;
}
.tz-list .list-all:before,
.tz-list .list-all:after {
  content: "";
  display: table;
  clear: both;
}
.tz-list .list-all .list-item {
  padding: 0 10px 40px;
}
.tz-list .list-all .list-item:hover .mp-img span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.tz-list .list-all .list-item .mp-img {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.tz-list .list-all .list-item .mp-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
}
.tz-list .list-all .list-item h3 {
  text-transform: capitalize;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: 0;
  font-weight: inherit;
  padding: 0;
  margin: 15px 0 3px;
}
.tz-list .list-all .list-item h3 a {
  color: #f6ebe5;
  font-weight: 500;
}
.tz-list .list-all .list-item h3 a:hover {
  color: #f76e2a;
}
.tz-list .list-all .mp-get-artist {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 1px 0 6px;
}
.tz-list .list-all .mp-get-artist a {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: #aaaaaa;
}
.tz-list .list-all .mp-get-artist a:hover {
  color: #f76e2a;
}
.mp-button.absolute .mp_song_add {
  float: none;
}
.mp_song_add {
  float: right;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
/**
*     5.1.19 -  Element Genres
* -----------------------------------------------------------------------------
*/
.tz-vc-genres {
  padding-top: 10px;
  margin-bottom: 50px;
}
.tz-vc-genres .tz-row {
  margin: 0 -15px;
}
.tz-vc-genres .genre-item {
  padding: 0 15px;
  display: block;
  position: relative;
  overflow: hidden;
}
.tz-vc-genres .genre-item:first-child {
  padding-top: 14px;
}
.tz-vc-genres .genre-item:hover .bg_img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.tz-vc-genres .genre-item:hover .bg_img:after {
  background: rgba(0, 0, 0, 0.8);
}
.tz-vc-genres .genre-item:hover h4 {
  color: #f76e2a;
}
.tz-vc-genres .genre-img {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100px;
  position: relative;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.tz-vc-genres .bg_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 1;
}
.tz-vc-genres .bg_img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-vc-genres h4 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: inherit;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 2;
}
/**
*     5.1.20 -  Element Menu
* -----------------------------------------------------------------------------
*/
.tz-vc-menu {
  position: relative;
  display: block;
  background: rgba(136, 136, 136, 0.1);
}
.tz-vc-menu .title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 62px;
  color: #f76e2a;
  border-bottom: 1px solid rgba(69, 68, 66, 0.3);
  padding-left: 30px;
  padding-bottom: 0;
  margin: 0;
}
.tz-vc-menu .tz-menu {
  list-style: none;
  padding-left: 0;
}
.tz-vc-menu .tz-menu > li {
  padding-left: 30px;
}
.tz-vc-menu .tz-menu a {
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 35px;
  padding-left: 0;
}
.tz-vc-menu .tz-menu a:hover {
  color: #f76e2a;
  padding-left: 10px;
}
.tz-vc-menu .tz-menu li.menu-item-has-children {
  border-bottom: 1px solid rgba(147, 168, 179, 0.3);
  padding-top: 17px;
  padding-bottom: 22px;
}
.tz-vc-menu .tz-menu li.menu-item-has-children:last-child {
  border-bottom: none;
}
.tz-vc-menu .tz-menu li.menu-item-has-children > a {
  color: #aaaaaa;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  pointer-events: none;
}
.tz-vc-menu .tz-menu li.menu-item-has-children > a:hover {
  color: #f76e2a;
}
.tz-vc-menu .tz-menu ul {
  list-style: none;
  padding-left: 0;
}
/**
*     5.1.21 -  Element Music Genre
* -----------------------------------------------------------------------------
*/
.tz-music-genre {
  position: relative;
  display: block;
  margin-top: 9px;
}
.tz-music-genre:before,
.tz-music-genre:after {
  content: "";
  display: table;
  clear: both;
}
.tz-music-genre .head {
  position: relative;
  display: block;
}
.tz-music-genre .head:before,
.tz-music-genre .head:after {
  content: "";
  display: table;
  clear: both;
}
.tz-music-genre .btn-view-all {
  font-size: 12px;
  font-weight: 500;
  color: #aaaaaa;
  float: right;
  display: inline-block;
  line-height: 40px;
  padding: 10px 0 20px;
}
.tz-music-genre .btn-view-all i {
  padding-left: 5px;
}
/**
*     5.1.22 -  Contact Form
* -----------------------------------------------------------------------------
*/
body .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.icon-contact-info {
  display: inline-block !important;
  margin: 0;
}
.icon-contact-info.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs,
.icon-contact-info .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
  display: block;
  border: none;
  width: 30px;
  height: 30px;
  box-sizing: unset;
  position: relative;
  padding: 0;
}
.icon-contact-info.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs:hover .vc_icon_element-icon,
.icon-contact-info .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs:hover .vc_icon_element-icon {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: #f76e2a !important;
}
div.wpcf7 {
  padding: 25px 0;
}
div.wpcf7 form input,
div.wpcf7 form select {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #888;
  border: 1px solid rgba(147, 168, 179, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  background: #f6ebe5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
div.wpcf7 form input:hover,
div.wpcf7 form select:hover,
div.wpcf7 form input:focus,
div.wpcf7 form select:focus {
  outline: none;
  border-color: #f76e2a;
}
div.wpcf7 form textarea {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #888;
  border: 1px solid rgba(147, 168, 179, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  height: 150px;
  width: 100%;
  padding: 7px 15px;
  background: #f6ebe5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
div.wpcf7 form textarea:hover,
div.wpcf7 form textarea:focus {
  outline: none;
  border-color: #f76e2a;
}
div.wpcf7 form input[type='submit'] {
  background: #f76e2a;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
  padding: 0 60px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  color: #fff;
  width: auto;
  height: 40px;
}
div.wpcf7 form input[type='submit']:hover {
  background: #cd4908;
}
.contact-info h4 {
  margin: 21px 0 0;
  padding: 0 0 5px;
}
.contact-info p {
  padding: 0;
}
.contact-info .tz-vc-heading .content .description {
  padding: 0 0 10px;
}
/**
*     5.1.19 -  Element Genres
* -----------------------------------------------------------------------------
*/
/**
*   5.2 -  Shortcode
* -----------------------------------------------------------------------------
*/
/**
*     5.2.1 -  Button Element
* -----------------------------------------------------------------------------
*/
.tz-margin-none h3 {
  margin-top: 0 !important;
}
.btn,
input[type='submit'] {
  margin-right: 5px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: none;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn:hover,
input[type='submit']:hover {
  color: #fff;
}
.btn:hover:before,
input[type='submit']:hover:before {
  animation: circle 0.75s;
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
}
.btn:hover span,
input[type='submit']:hover span {
  color: #fff;
}
.btn:focus,
input[type='submit']:focus {
  color: #fff;
  outline: none !important;
}
.btn:before,
input[type='submit']:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.btn span,
input[type='submit'] span {
  position: relative;
  z-index: 3;
}
.btn.btn-transparent,
input[type='submit'].btn-transparent {
  background-color: transparent;
  border: 2px solid #fff;
}
.btn.btn-transparent:hover,
input[type='submit'].btn-transparent:hover {
  background-color: #f76e2a;
  border-color: transparent;
}
.btn.btn-transparent:hover span,
input[type='submit'].btn-transparent:hover span {
  color: #fff;
}
.btn.btn-white,
input[type='submit'].btn-white {
  -webkit-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.btn.btn-white span,
input[type='submit'].btn-white span {
  color: #171717;
}
.btn.btn-white:hover,
input[type='submit'].btn-white:hover {
  background-color: #f76e2a;
}
.btn.btn-white:hover span,
input[type='submit'].btn-white:hover span {
  color: #fff;
}
.btn.btn-white.hover-stroke:hover,
input[type='submit'].btn-white.hover-stroke:hover {
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-stroke,
input[type='submit'].btn-stroke {
  background-color: transparent;
  color: #171717;
  border: 2px solid #ebebeb;
}
.btn.btn-stroke:hover,
input[type='submit'].btn-stroke:hover {
  background-color: #f76e2a;
  border-color: transparent;
}
.btn.btn-color,
input[type='submit'].btn-color {
  background-color: #f76e2a;
}
.btn.btn-color:hover,
input[type='submit'].btn-color:hover {
  background-color: #e55209;
}
.btn.btn-dark,
input[type='submit'].btn-dark {
  background-color: #424242;
}
.btn.btn-dark:hover,
input[type='submit'].btn-dark:hover {
  background-color: #292929;
}
.btn.btn-light,
input[type='submit'].btn-light {
  color: #666666;
  background-color: #f6ebe5;
}
.btn.btn-light:hover,
input[type='submit'].btn-light:hover {
  background-color: #f76e2a;
}
input.btn {
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-lg {
  font-size: 18px;
  padding: 0 55px;
}
.btn-lg span {
  line-height: 50px;
}
.btn-md {
  font-size: 12px;
  padding: 0 38px;
}
.btn-md span {
  line-height: 40px;
}
.btn-sm {
  font-size: 12px;
  padding: 0 33px;
}
.btn-sm span {
  line-height: 30px;
}
.btn-xsm {
  font-size: 10px;
  padding: 0 23px;
}
.btn-xsm span {
  line-height: 26px;
}
.btn-red {
  background-color: #e95e49;
}
.btn-violet {
  background-color: #6060d9;
}
.btn-yellow {
  background-color: #f7af31;
}
.btn-orange {
  background-color: #f76531;
}
.btn-orange:hover {
  background-color: #dc6226;
}
.btn-pink {
  background-color: #ed6b7c;
}
.btn-green {
  background-color: #23c495;
}
.btn-dry-orange {
  background-color: #ee9a7c;
}
.btn-brown {
  background-color: #d0ac8c;
}
.btn-lavander {
  background-color: #c89cdd;
}
.btn-dry-blue {
  background-color: #8bd5cb;
}
/**
*     5.2.2 -  Page 404
* -----------------------------------------------------------------------------
*/
.site-error {
  background-color: #24211e;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100%;
  left: 0;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}
.site-title-404 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.site-error-box-header {
  font-size: 30px;
  font-weight: 300;
}
.site-error-box-header p {
  line-height: 1em;
  padding: 0;
  margin: 0;
}
.site-error-btn {
  padding-top: 45px;
}
.site-error-btn a {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 50px;
  background: #f6ebe5;
  position: relative;
  display: inline-block;
  letter-spacing: 0.3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.site-error-btn a:hover {
  color: #fff;
  background-color: #f76e2a;
}
.site-error .content {
  display: inline-block;
  position: relative;
  padding-top: 188px;
}
/**
*     5.2.3 -  Alert & Message Element
* -----------------------------------------------------------------------------
*/
.amita-alert-message.vc_message_box {
  border: none;
  padding: 8px 15px 8px 70px;
  margin-bottom: 15px;
}
.amita-alert-message.vc_message_box .tz-alert-close {
  font-size: 18px;
  color: #fff;
  position: absolute;
  width: auto;
  height: auto;
  cursor: pointer;
}
.amita-alert-message.vc_message_box p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.amita-alert-message.vc_message_box h1,
.amita-alert-message.vc_message_box h2,
.amita-alert-message.vc_message_box h3,
.amita-alert-message.vc_message_box h4,
.amita-alert-message.vc_message_box h5,
.amita-alert-message.vc_message_box h6 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0 0 5px;
  margin: 0;
}
.amita-alert-message.vc_message_box .vc_message_box-icon {
  font-size: 18px;
  color: #fff;
  width: 70px;
}
.amita-alert-message.vc_message_box .vc_message_box-icon i {
  font-size: 18px;
}
.amita-alert-message.vc_message_box.vc_color-white h1,
.amita-alert-message.vc_message_box.vc_color-white h2,
.amita-alert-message.vc_message_box.vc_color-white h3,
.amita-alert-message.vc_message_box.vc_color-white h4,
.amita-alert-message.vc_message_box.vc_color-white h5,
.amita-alert-message.vc_message_box.vc_color-white h6,
.amita-alert-message.vc_message_box.vc_color-white p,
.amita-alert-message.vc_message_box.vc_color-white .tz-alert-close,
.amita-alert-message.vc_message_box.vc_color-white .vc_message_box-icon {
  color: #666666;
}
.amita-alert-message.vc_message_box.small .tz-alert-close {
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amita-alert-message.vc_message_box.large {
  padding: 23px 25px 26px 130px;
  margin-bottom: 20px;
}
.amita-alert-message.vc_message_box.large .tz-alert-close {
  top: 10px;
  right: 10px;
}
.amita-alert-message.vc_message_box.large .vc_message_box-icon {
  font-size: 36px;
}
.amita-alert-message.vc_message_box.large .vc_message_box-icon i {
  font-size: 36px;
}
.amita-alert-message.vc_message_box.large .vc_message_box-icon {
  width: 130px;
}
.amita-alert-message.vc_message_box.vc_color-juicy_pink.vc_message_box-solid {
  background-color: #d9534f !important;
}
.amita-alert-message.vc_message_box.vc_color-vista_blue.vc_message_box-solid {
  background-color: #5cb85c !important;
}
.amita-alert-message.vc_message_box.vc_color-blue.vc_message_box-solid {
  background-color: #337ab7 !important;
}
.amita-alert-message.vc_message_box.vc_color-orange.vc_message_box-solid {
  background-color: #f0ad4e !important;
}
.amita-alert-message.vc_message_box.vc_color-turquoise.vc_message_box-solid {
  background-color: #5bc0de !important;
}
/**
*     5.2.4 -  BreadCrumb
* -----------------------------------------------------------------------------
*/
.tz-Breadcrumb {
  position: relative;
  display: block;
  text-align: center;
  padding: 97px 0 140px;
  background-color: #0a0a0a;
}
.tz-Breadcrumb h1 {
  margin: 0;
  padding: 28px 0 14px;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.tz-Breadcrumb h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  height: 2px;
  background-color: #f76e2a;
}
.tz-Breadcrumb .tz-breadcrumb-custom {
  padding: 26px 0 13px;
}
.tz-Breadcrumb .tz-breadcrumb-custom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tz-Breadcrumb .tz-breadcrumb-custom ul li {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  padding: 0 3px;
}
.tz-Breadcrumb .tz-breadcrumb-custom ul li a {
  color: #ffffff;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.tz-Breadcrumb .tz-breadcrumb-custom ul li a:hover {
  color: #f76e2a;
}
.tz-Breadcrumb .tz-breadcrumb-custom ul li strong {
  font-weight: 300;
}
/**
*     5.2.5 -  Tabs Element
* -----------------------------------------------------------------------------
*/
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background-color: #aaaaaa;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 40px;
  padding: 0 36px;
  display: inline-block;
  position: relative;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  height: 1px;
  background: #f6ebe5;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 3px;
  background: #f76e2a;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background: #f6ebe5;
  color: #24211e;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a span:before {
  opacity: 1;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a span:after {
  opacity: 1;
  top: -3px;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  background: #f6ebe5;
  color: #666666;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
body.wpb-js-composer .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading .vc_tta-tab > a span:before,
body.wpb-js-composer .vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tab > a span:before {
  left: 0;
  top: 100%;
}
body.wpb-js-composer .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading .vc_tta-tab > a span:after,
body.wpb-js-composer .vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tab > a span:after {
  width: 100%;
  height: 3px;
}
body.wpb-js-composer .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tab.vc_active > a span:after {
  top: 0;
}
body.wpb-js-composer .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tab > a span:before {
  top: 0;
  left: 100%;
  width: 3px;
  height: 100%;
}
body.wpb-js-composer .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tab > a span:after {
  width: 3px;
  height: 100%;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 27px 30px 15px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body p {
  padding: 0 0 16px;
}
/**
*     5.2.6 -  Table Shortcode
* -----------------------------------------------------------------------------
*/
body .su-table.tz-style-2 td {
  border-bottom: 1px solid #0a0a0a !important;
}
body .su-table table {
  border: none !important;
  color: #666666;
  font-size: 14px !important;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  margin: 0 !important;
}
body .su-table td {
  padding: 0 15px !important;
  line-height: 50px !important;
  background: #f6ebe5 !important;
  border-left: 1px solid #0a0a0a !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  text-align: center;
}
body .su-table th {
  padding: 0 15px !important;
  line-height: 50px !important;
  border-left: 1px solid #0a0a0a !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  background: #f76e2a !important;
  color: #ffffff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
body .su-table th:first-child {
  border-left: none !important;
}
body .su-table .su-even:first-child td {
  background: #f76e2a !important;
  color: #ffffff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
body .su-table .su-even td {
  background: #e7ded9 !important;
}
body .su-table tbody > tr:first-child > th:first-child {
  opacity: 0;
}
body .su-table tbody > tr:not(:last-child) > th:first-child {
  border-bottom: 1px solid #0a0a0a !important;
}
/**
*     5.2.7 -  Accordion & Toggle
* -----------------------------------------------------------------------------
*/
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title {
  font-size: 14px;
  color: #24211e;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: #f6ebe5;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
  color: #24211e;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 40px;
}
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-color: #24211e;
}
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title:hover {
  background: #f76e2a !important;
  color: #fff !important;
}
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #fff !important;
}
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:after,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon:after {
  border-color: #fff !important;
}
body.wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
  background: rgba(136, 136, 136, 0.1);
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title {
  font-size: 14px;
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: transparent;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
  color: #aaaaaa;
  padding: 0;
  line-height: 50px;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-color: #aaaaaa;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #f76e2a !important;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:after,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon:after {
  border-color: #f76e2a;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgba(69, 68, 66, 0.5);
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover {
  background: transparent;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 0;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
  padding-left: 0;
  padding-right: 0;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
  padding-bottom: 5px;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white {
  padding-bottom: 25px;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title {
  font-size: 14px;
  color: #24211e;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: #f6ebe5;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title.vc_tta-controls-icon-position-left > a:before {
  left: 0;
  right: auto;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title.vc_tta-controls-icon-position-right > a:before {
  left: auto;
  right: 0;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a {
  color: #24211e;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 40px;
  padding-left: 60px;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a .vc_tta-controls-icon {
  left: 14px;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-color: #f6ebe5;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #888;
  width: 40px;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #f76e2a;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:after,
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon:after {
  border-color: #fff;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a:before,
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover:before {
  background: #f76e2a;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panels .vc_tta-panel-body {
  background: rgba(136, 136, 136, 0.1);
  border: none;
}
body .vc_btn3.vc_btn3-size-md {
  padding: 14px 54px;
  text-transform: uppercase;
}
body .vc_general.vc_btn3 {
  padding: 14px 54px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
body .vc_general.vc_btn3:hover {
  color: #ffffff !important;
  background: #f76e2a !important;
}
body .vc_grid .vc_pageable-load-more-btn {
  margin-top: 70px;
  margin-bottom: 70px;
}
/**
* 6.0 -  Events
* -----------------------------------------------------------------------------
*/
/**
*   6.1 -  Events Day
* -----------------------------------------------------------------------------
*/
.tribe-events-day .tz-title-day {
  position: relative;
  padding-bottom: 44px;
}
.tribe-events-day .tz-title-day h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-top: 0;
}
.tribe-events-day .tz-title-day h2 a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-top: 0;
}
.tribe-events-day .tz-title-day > a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 24px;
  position: absolute;
  left: 21px;
  top: 5px;
  transition: all 0.3s ease;
}
.tribe-events-day .tz-title-day > a:after {
  content: "\f177";
  font-family: "FontAwesome";
  position: absolute;
  color: #aaaaaa;
  left: -21px;
  top: 0;
  transition: all 0.3s ease;
}
.tribe-events-day .tz-title-day > a:last-child {
  right: 21px;
  left: auto;
  top: 5px;
  position: absolute;
}
.tribe-events-day .tz-title-day > a:last-child:after {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  color: #aaaaaa;
  right: -21px;
  top: 0;
  left: auto;
}
.tribe-events-day .tz-title-day > a span {
  display: none;
}
.tribe-events-day .tz-title-day > a:hover {
  color: #f76e2a;
}
.tribe-events-day .tz-title-day > a:hover:after {
  color: #f76e2a;
}
.tribe-events-day .type-tribe_events {
  margin: 0 0 60px !important;
}
.tribe-events-day .type-tribe_events .tribe-events-event-image {
  width: 41.5% !important;
  padding-right: 60px !important;
  margin: 0 !important;
  height: auto;
}
.tribe-events-day .type-tribe_events .tribe-events-event-image a {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: block;
}
.tribe-events-day .type-tribe_events .tribe-events-event-image img {
  position: relative;
  max-height: none;
  max-width: none;
}
.tribe-events-day .type-tribe_events .tz-content-day {
  width: 58.5%;
  float: left;
}
.tribe-events-day .type-tribe_events .tz-content-day h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-top: 0;
  margin-bottom: 10px !important;
}
.tribe-events-day .type-tribe_events .tz-content-day h3 a {
  color: #f6ebe5;
  text-transform: uppercase;
}
.tribe-events-day .type-tribe_events .tz-content-day h3 a:hover {
  color: #f76e2a;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta {
  margin-bottom: 26px;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-schedule {
  float: left;
  padding-right: 52px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-schedule em {
  font-weight: 400;
  color: #f76e2a;
  font-style: normal;
  padding-left: 3px;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-schedule .allday {
  font-weight: 400;
  color: #f76e2a;
  padding-left: 3px;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-schedule .tz-trible-event-time span {
  padding-right: 52px;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-schedule .tz-trible-event-time span:last-child {
  padding-right: 0;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-venue-details {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #888888;
  text-transform: uppercase;
  font-style: normal;
  line-height: 17px;
  margin: 0;
  letter-spacing: 0.3px;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-venue-details br {
  display: none;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #969696;
  line-height: 24px;
  margin-bottom: 39px !important;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description .tribe-events-read-more {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  background: #f6ebe5;
  color: #666666;
  padding: 0 30px;
  border-radius: 25px;
  line-height: 40px;
  display: inline-block;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description .tribe-events-read-more:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(247, 110, 42, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description .tribe-events-read-more:hover {
  background: #f76e2a;
  color: #ffffff;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description .tribe-events-read-more:hover:before {
  animation: circle 0.75s;
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
}
.tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description .tribe-events-read-more span {
  position: relative;
  z-index: 3;
}
/**
*   6.2 -  Events List
* -----------------------------------------------------------------------------
*/
#tribe-events-content-wrapper #tribe-events-bar {
  margin-bottom: 49px;
}
#tribe-events-content-wrapper #tribe-events-bar form {
  background: #24211e;
}
#tribe-events-content-wrapper #tribe-events-bar form label {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #f6ebe5;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
  display: none;
}
#tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views {
  background: #24211e;
}
#tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views .tribe-bar-views-inner {
  background: #24211e;
}
#tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views .tribe-bar-views-inner ul li {
  margin-bottom: 5px;
}
#tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views .tribe-bar-views-inner ul li a {
  background: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #666666;
  padding: 0 25px;
  border-radius: 25px;
  line-height: 40px;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters input {
  background: #f6ebe5;
  border: none;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  padding: 0 25px;
  line-height: 40px;
  font-style: normal;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters input::-webkit-input-placeholder {
  /* Chrome */
  color: #888;
  font-style: normal;
  font-weight: 300;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters input:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-style: normal;
  font-weight: 300;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-style: normal;
  font-weight: 300;
  opacity: 1;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #888;
  font-style: normal;
  font-weight: 300;
  opacity: 1;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters input:focus {
  outline: none;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-submit input {
  background: #f76e2a;
  padding: 0 25px;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-submit input:hover {
  background: #cd4908;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-submit input span {
  background-size: 15px 12px;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-date-filter {
  padding: 0;
  max-width: 200px;
  margin: 9px 15px 15px 0;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-search-filter {
  margin: 9px 15px 0 15px;
  width: 340px;
  padding: 0;
}
#tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-submit {
  float: right;
  padding: 0;
  margin: 9px 15px 0 15px;
  width: 140px;
}
#tribe-events-content-wrapper .tribe-bar-views-inner {
  padding-top: 9px;
}
#tribe-events-content-wrapper #tribe-bar-views .tribe-bar-views-list {
  padding: 0 0 0 15px;
}
#tribe-events-content-wrapper .tribe-events-list h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-bottom: 25px;
}
#tribe-events-content-wrapper .tribe-events-list h2 a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#tribe-events-content-wrapper .tribe-events-list h2 a:hover {
  color: #f76e2a;
}
#tribe-events-content-wrapper .tribe-events-list .type-tribe_events {
  margin-bottom: 60px;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop {
  max-width: 100%;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f76e2a;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin-bottom: 44px;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month:after {
  border-bottom: 1px solid rgba(221, 221, 221, 0.1);
  width: 43%;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month:before {
  border-bottom: 1px solid rgba(221, 221, 221, 0.1);
  content: "";
  display: block;
  height: 1px;
  right: 0;
  position: absolute;
  top: 50%;
  width: 43%;
  z-index: -1;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month span {
  background: none;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tribe-events-event-image {
  width: 41.5%;
  padding-right: 60px;
  margin: 0;
  height: auto;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tribe-events-event-image a {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tribe-events-event-image img {
  max-width: none;
  max-height: none;
  position: relative;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content {
  width: 58.5%;
  float: left;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-top: 6px;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h3 a {
  color: #f6ebe5;
  text-transform: uppercase;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h3:hover a {
  color: #f76e2a;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author {
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author .tribe-event-schedule-details {
  float: left;
  padding-right: 42px;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author .tribe-events-venue-details {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-style: normal;
  float: left;
  margin: 0;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #888888;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author .tribe-events-venue-details .tribe-events-gmap {
  padding-left: 10px;
  display: none;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author .tribe-events-venue-details br {
  display: none;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author span {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #969696;
  line-height: 24px;
  margin-bottom: 39px;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  background: #f6ebe5;
  color: #666666;
  padding: 0 44px;
  line-height: 40px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(247, 110, 42, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more:hover {
  background: #f76e2a;
  color: #ffffff;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more:hover:before {
  animation: circle 0.75s;
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more span {
  position: relative;
  z-index: 3;
}
#tribe-events-content-wrapper .tribe-events-list #tribe-events-footer {
  border-top: 1px solid rgba(69, 68, 66, 0.5);
  margin-top: 80px;
  padding-top: 50px;
}
#tribe-events-content-wrapper .tribe-events-list #tribe-events-footer .tribe-events-sub-nav li {
  margin: 0;
  padding: 0;
}
#tribe-events-content-wrapper .tribe-events-list #tribe-events-footer .tribe-events-sub-nav li a {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  background: #f6ebe5;
  padding: 0 25px;
  border-radius: 25px;
  display: inline-block;
  line-height: 30px;
}
#tribe-events-content-wrapper .tribe-events-list #tribe-events-footer .tribe-events-sub-nav li a:hover {
  color: #ffffff;
  background: #f76e2a;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-button {
  margin-top: 43px;
  background: #f76e2a;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  border-radius: 25px;
  font-weight: 300;
  padding: 7px 25px 8px;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tribe-events-content-wrapper .tribe-events-list .tribe-events-button:hover {
  background: #cd4908;
}
/**
*   6.3 -  Events Month
* -----------------------------------------------------------------------------
*/
.tribe-no-js #tribe-bar-views [name="tribe-bar-view"] {
  display: none !important;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
  padding: 0;
  border-bottom: 1px solid #24211e;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  color: #ffffff;
  background: #e22d57 !important;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a,
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background: #f4d3c0 !important;
  font-weight: 400;
  text-align: center;
  color: #454442;
  line-height: 40px;
  display: block;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background-color: rgba(83, 43, 81, 0.9);
}
.events-archive.events-gridview #tribe-events-content table .tribe-events-last {
  border-bottom: none !important;
}
.tribe-events-month .tz-title-month {
  position: relative;
  padding-bottom: 6px;
  padding-top: 4px;
}
.tribe-events-month .tz-title-month h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-top: 0;
}
.tribe-events-month .tz-title-month h2 a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-top: 0;
}
.tribe-events-month .tz-title-month a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.tribe-events-month .tz-title-month a:hover {
  color: #f76e2a;
}
.tribe-events-month .tz-title-month a:hover i {
  color: #f76e2a;
}
.tribe-events-month .tz-title-month a i {
  color: #aaaaaa;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tribe-events-month .tz-title-month a.prev {
  left: 0;
  top: 5px;
  position: absolute;
}
.tribe-events-month .tz-title-month a.next {
  right: 0;
  top: 5px;
  position: absolute;
}
.tribe-events-month table.tribe-events-calendar thead tr th {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  background: #f76e2a;
  border: none;
  padding: 16px 0;
  border-right: 1px solid #24211e;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #24211e;
}
.tribe-events-month table.tribe-events-calendar thead tr th:first-child {
  border-left: 1px solid #24211e;
}
.tribe-events-month table.tribe-events-calendar tbody tr td {
  border-color: currentcolor #24211e #24211e !important;
  background-color: #f6ebe5;
}
.tribe-events-month table.tribe-events-calendar tbody tr td .tribe-events-category-tour {
  border-bottom: 1px solid rgba(69, 68, 66, 0.1) !important;
  margin: 0 15px !important;
  padding: 13px 0 !important;
}
.tribe-events-month table.tribe-events-calendar tbody tr td .tribe-events-category-tour h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.3px;
  padding: 0 !important;
  margin: 0;
}
.tribe-events-month table.tribe-events-calendar tbody tr td .tribe-events-category-tour h3 a {
  color: #666666;
}
.tribe-events-month table.tribe-events-calendar tbody tr td .tribe-events-category-tour h3 a:hover {
  color: #f76e2a;
}
.tribe-events-month table.tribe-events-calendar tbody tr td .tribe-events-category-tour .tribe-events-tooltip h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  color: #666666 !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.tribe-events-month table.tribe-events-calendar tbody tr td .tribe-events-viewmore {
  border-top: 1px solid rgba(69, 68, 66, 0.1) !important;
}
.tribe-events-month table.tribe-events-calendar tbody tr td .tribe-events-viewmore a {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0.3px;
}
.tribe-events-month table.tribe-events-calendar tbody tr td .tribe-events-viewmore a:hover {
  color: #f76e2a;
}
.tribe-events-month .tribe-events-button {
  margin-top: 43px;
  background: #f76e2a !important;
  color: #ffffff !important;
  font-family: 'Oswald', sans-serif;
  font-size: 12px !important;
  border-radius: 25px !important;
  font-weight: 300 !important;
  padding: 7px 25px 8px !important;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tribe-events-month .tribe-events-button:hover {
  background: #cd4908 !important;
}
/**
*   6.4 -  Events Detail
* -----------------------------------------------------------------------------
*/
.tz-post-single-item .tribe-events-single .tz-post-thumbnail {
  padding-bottom: 25px;
}
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.3px;
  color: #f6ebe5;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 14px;
}
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-venue-details span {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #f76e2a;
  text-transform: uppercase;
}
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-venue-details br {
  display: none;
}
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule {
  margin-top: 27px;
}
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-date {
  position: relative;
  padding-left: 18px;
}
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-date:after {
  content: "\f073";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #f76e2a;
  position: absolute;
  left: 0;
  top: 0;
}
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-time {
  position: relative;
  padding-left: 18px;
  margin-left: 46px;
}
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-time:after {
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #f76e2a;
  position: absolute;
  left: 0;
  top: 0;
}
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule span {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
}
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .date,
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .time {
  color: #f6ebe5;
}
.tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-single-event-description p {
  margin-top: 32px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #aaaaaa;
}
.single-tribe_events .tribe-events-venue-map {
  width: 100%;
  margin: 27px 0 0;
  border-radius: 0;
  padding: 0;
}
.tribe-events-meta-group h3.tribe-events-single-section-title {
  background: #f76e2a;
  display: block;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 14px 25px;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 0.3px;
}
.tribe-events-meta-group dl {
  background: #f6ebe5;
  padding: 25px 25px 30px;
}
.tribe-events-meta-group dl dt {
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #191715;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
.tribe-events-meta-group dl dd {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #888888;
  margin-bottom: 10px;
}
.tribe-events-meta-group dl dd a {
  color: #f76e2a;
}
/**
* 7.0 -  Forum
* -----------------------------------------------------------------------------
*/
/**
*   7.1 -  Forum Page
* -----------------------------------------------------------------------------
*/
.tz-page-content #bbpress-forums .tz-forums-top {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form {
  padding: 0;
}
.tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form {
  position: relative;
  display: block;
}
.tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form input#bbp_search {
  line-height: 40px;
  width: 100% !important;
  font-size: 14px;
  color: #666;
  background: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  border: none;
  padding: 0 20px;
}
.tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form .search-submit {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  display: inline-block;
  height: 40px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 46px;
}
.tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form .search-submit:after {
  content: "\f002";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  text-align: center;
  height: auto;
  width: 46px;
  color: #666;
  font-family: 'FontAwesome';
  font-size: 14px;
}
.tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form .search-submit span {
  display: none;
}
.tz-page-content #bbpress-forums .tz-forums-top .tz-forums-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  float: left;
  margin-top: 8px;
}
.tz-page-content #bbpress-forums .bbp-forums {
  border: none;
}
.tz-page-content #bbpress-forums .bbp-forums .bbp-header {
  background: #f76e2a;
  border: none;
  padding: 9px 25px;
}
.tz-page-content #bbpress-forums .bbp-forums .bbp-header ul li {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.tz-page-content #bbpress-forums .bbp-forums .bbp-body {
  border: none;
  padding: 0;
}
.tz-page-content #bbpress-forums .bbp-forums .bbp-body ul {
  padding: 15px 25px;
}
.tz-page-content #bbpress-forums .bbp-forums .bbp-body ul.odd {
  background: #f6ebe5;
}
.tz-page-content #bbpress-forums .bbp-forums .bbp-body ul.even {
  background: #e7ded9;
}
.tz-page-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .bbp-topic-meta {
  display: none;
}
.tz-page-content #bbpress-forums .bbp-forums .bbp-footer {
  display: none;
}
/**
*   7.2 -  Topic Page
* -----------------------------------------------------------------------------
*/
.tz-page-content #bbpress-forums .bbp-template-notice {
  background: #dddddd;
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 33px;
}
.tz-page-content #bbpress-forums .bbp-template-notice p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  padding: 8px 20px;
}
.tz-page-content #bbpress-forums .bbp-template-notice p a img {
  display: none;
}
.tz-page-content #bbpress-forums .bbp-template-notice p a.bbp-author-name {
  color: #f76e2a;
}
.tz-page-content #bbpress-forums .bbp-pagination {
  margin-bottom: 20px;
}
.tz-page-content #bbpress-forums .bbp-pagination .bbp-pagination-count {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #f6ebe5;
  line-height: 24px;
}
.tz-page-content #bbpress-forums .bbp-topics {
  border: none;
  margin-bottom: 22px;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-header {
  background: #f76e2a;
  border: none;
  padding: 9px 25px;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-header ul li {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body {
  border: none;
  padding: 0;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul {
  padding: 15px 25px;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul.odd {
  background: #f6ebe5;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul.even {
  background: #e7ded9;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul li {
  color: #666666;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .bbp-topic-meta {
  display: none;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-permalink {
  color: #454442;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-permalink:hover {
  color: #f76e2a;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-meta {
  color: #666666;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-meta a {
  color: #666666;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-meta a:hover {
  color: #f76e2a;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness a {
  color: #666666;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness a:hover {
  color: #f76e2a;
}
.tz-page-content #bbpress-forums .bbp-topics .bbp-footer {
  display: none;
}
.tz-page-content #bbpress-forums .bbp-topic-form .bbp-form legend {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.tz-page-content #bbpress-forums .bbp-topic-form .bbp-form label {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.tz-page-content #bbpress-forums .bbp-topic-form .bbp-form .bbp-submit-wrapper .button {
  background: #f76e2a;
  border: medium none;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  padding: 5px 25px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.tz-page-content #bbpress-forums .bbp-replies {
  border: none;
  margin-bottom: 22px;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-header {
  background: #f76e2a;
  border: none;
  padding: 13px 79px 14px 43px;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-author,
.tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-content,
.tz-page-content #bbpress-forums .bbp-replies .bbp-header .subscription-toggle,
.tz-page-content #bbpress-forums .bbp-replies .bbp-header .favorite-toggle {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-content {
  margin-left: 160px;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-body {
  border: none;
  padding: 0;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item {
  background: #f6ebe5;
  padding: 18px 28px;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-author {
  width: auto;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-author .bbp-author-avatar img {
  max-width: 120px;
  width: 120px;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-author br {
  display: none;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-author .bbp-author-name {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #454442;
  margin-top: 5px;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-author .bbp-author-role {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #888888;
  line-height: 24px;
  font-style: normal;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-content {
  margin-left: 160px;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-content p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-body .bbp-reply-header {
  background: #f4d3c0;
  padding: 14px 30px 15px;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-body .bbp-reply-header .bbp-meta span,
.tz-page-content #bbpress-forums .bbp-replies .bbp-body .bbp-reply-header .bbp-meta a {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  text-transform: lowercase;
}
.tz-page-content #bbpress-forums .bbp-replies .bbp-footer {
  display: none;
}
.tz-page-content #bbpress-forums .bbp-reply-form {
  margin-top: 100px;
}
.tz-page-content #bbpress-forums .bbp-reply-form .bbp-form legend {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.tz-page-content #bbpress-forums .bbp-reply-form .bbp-form label {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.tz-page-content #bbpress-forums .bbp-reply-form .bbp-form .bbp-submit-wrapper .button {
  background: #f76e2a;
  border: medium none;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  padding: 5px 25px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
/**
* 8.0 -  Music
* -----------------------------------------------------------------------------
*/
/**
*   8.1 -  Album Release
* -----------------------------------------------------------------------------
*/
.tz-album-releases {
  padding: 100px 0;
}
.tz-album-releases .tz-row {
  margin: 0 -15px;
}
.tz-album-releases .album-item {
  padding: 0 15px 30px;
}
.tz-album-releases .album-item .album-content {
  margin-bottom: 22px;
}
.tz-album-releases .album-item .album-content:hover .album-image .album-image-front img {
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  -o-transform: translateX(-35px);
  transform: translateX(-35px);
}
.tz-album-releases .album-item .album-content:hover .album-image .album-image-front img.cd {
  opacity: 1;
  right: -35px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tz-album-releases .album-item .album-content .album-image {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-album-releases .album-item .album-content .album-image .album-image-front {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.tz-album-releases .album-item .album-content .album-image .album-image-front a {
  position: relative;
  display: block;
  padding: 0 35px;
}
.tz-album-releases .album-item .album-content .album-image .album-image-front img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tz-album-releases .album-item .album-content .album-image .album-image-front img.cd {
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  left: auto;
  top: 1%;
  padding: 0 35px;
  max-width: 98%;
  opacity: 0;
  animation: myrotate 3s linear 0s infinite;
  -webkit-animation: myrotate 3s linear 0s infinite;
  -moz-animation: myrotate 3s linear 0s infinite;
  -o-animation: myrotate 3s linear 0s infinite;
}
.tz-album-releases .album-item .album-content .album-image .album-image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tz-album-releases .album-item .album-content .album-image .album-image-background .album-image-box-shadow {
  position: absolute;
  left: 0;
  bottom: -15px;
}
.tz-album-releases .album-item .album-content .album-info {
  padding: 13px 15px;
  margin: 0;
  text-align: center;
}
.tz-album-releases .album-item .album-content .album-info h3.album-title {
  display: block;
  text-align: center;
  margin: 0 0 8px;
  padding: 0;
}
.tz-album-releases .album-item .album-content .album-info h3.album-title a {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.tz-album-releases .album-item .album-content .album-info h3.album-title a:hover {
  color: #f76e2a;
}
.tz-album-releases .album-item .album-content .album-info span.album-meta {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0.5px;
  display: block;
  text-align: center;
}
.tz-album-releases .tz-album-grid ul.album {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
.tz-album-releases .tz-album-grid ul.album:before,
.tz-album-releases .tz-album-grid ul.album:after {
  content: "";
  display: table;
  clear: both;
}
.tz-album-releases .tz-album-grid ul.album li.album-item {
  list-style: none;
  float: left;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content {
  margin-bottom: 22px;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-image {
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-image .album-image-front {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-image .album-image-front:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-image .album-image-front img {
  position: relative;
  max-width: none;
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-image .album-image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-image .album-image-background .album-image-box-shadow {
  position: absolute;
  left: 0;
  bottom: -15px;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-image:hover .album-image-front:after {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-image:hover .album-image-front img {
  transform: scale(1.14);
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-info {
  padding: 13px 15px;
  margin: 0;
  text-align: center;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-info h3.album-title {
  display: block;
  text-align: center;
  margin: 0 0 8px;
  padding: 0;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-info h3.album-title a {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-info h3.album-title a:hover {
  color: #f76e2a;
}
.tz-album-releases .tz-album-grid ul.album li.album-item .album-content .album-info span.album-meta {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0.5px;
  display: block;
  text-align: center;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes myrotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Standard syntax */
@keyframes myrotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
*   8.2 -  Album Single
* -----------------------------------------------------------------------------
*/
.tz-album-detail {
  padding: 99px 0;
}
.tz-album-detail.music-store .store-title {
  padding: 20px 0;
  letter-spacing: 0.3px;
}
.tz-album-detail.music-store .store-title:after {
  display: none;
}
.tz-album-detail .store-title {
  font-size: 24px;
  padding-top: 0;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 54px;
}
.tz-album-detail .store-title:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #f76e2a;
  top: 49px;
  left: 0;
  position: absolute;
}
.tz-album-detail .other-album {
  padding: 46px 0 54px;
  border-top: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-album-detail .other-album h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #f6ebe5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 54px;
}
.tz-album-detail .other-album h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #f76e2a;
  top: 49px;
  left: 0;
  position: absolute;
}
.tz-album-detail .other-album .other-wrapper {
  margin: 0 -15px;
}
.tz-album-detail .other-album .other-wrapper:before,
.tz-album-detail .other-album .other-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.tz-album-detail .other-album .other-wrapper .album-item {
  display: block;
  float: left;
  padding: 0 15px;
  width: 25%;
}
.tz-album-detail .other-album .other-wrapper .album-item .image-album a {
  display: block;
  position: relative;
  overflow: hidden;
}
.tz-album-detail .other-album .other-wrapper .album-item .image-album a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-album-detail .other-album .other-wrapper .album-item .image-album a img {
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  height: auto;
}
.tz-album-detail .other-album .other-wrapper .album-item .image-album:hover a:after {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.tz-album-detail .other-album .other-wrapper .album-item .image-album:hover a img {
  transform: scale(1.1);
}
.tz-album-detail .other-album .other-wrapper .album-item .album-info {
  text-align: center;
}
.tz-album-detail .other-album .other-wrapper .album-item .album-info .album-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 18px 0 0;
}
.tz-album-detail .other-album .other-wrapper .album-item .album-info .album-title a {
  color: #f6ebe5;
}
.tz-album-detail .other-album .other-wrapper .album-item .album-info .album-title:hover a {
  color: #f76e2a;
}
.tz-album-detail .other-album .other-wrapper .album-item .album-info span {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0.5px;
}
.tz-album-detail .mp-single.hide-download .jp-playlist ul li .song-info-list .song-download {
  display: none;
}
.tz-album-detail .mp-single.album .album-head:before,
.tz-album-detail .mp-single.album .album-head:after {
  content: "";
  display: table;
  clear: both;
}
.tz-album-detail .mp-single.album .album-head.sale .mp-image {
  width: 25%;
  padding: 0;
}
.tz-album-detail .mp-single.album .album-head.sale .mp-info {
  padding: 0 0 0 30px;
  width: 59%;
  position: relative;
}
.tz-album-detail .mp-single.album .mp-name {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #f6ebe5;
  padding: 0;
  margin-top: 0;
  margin-bottom: 11px;
}
.tz-album-detail .mp-single.album .mp-info {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #888888;
  margin-bottom: 4px;
}
.tz-album-detail .mp-single.album .mp-info a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}
.tz-album-detail .mp-single.album .mp-info a:hover {
  color: #f76e2a;
}
.tz-album-detail .mp-single.album .mp-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 24px;
  margin-top: 8px;
}
.tz-album-detail .mp-count i {
  color: #f6ebe5;
  font-size: 18px;
}
.tz-album-detail .mp-count span {
  color: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.tz-album-detail .tz-comments {
  border-top: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-album-detail .tz-comments .comments-area {
  padding-top: 31px;
}
.tz-album-detail .tz-comments .tzCommentForm {
  padding-top: 60px;
}
.tz-album-detail .sale-album {
  float: left;
  width: 16%;
  padding-left: 50px;
}
.tz-album-detail .sale-album a {
  background: #f6ebe5;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  padding: 5px 20px;
  display: block;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 10.5px;
}
.tz-album-detail .sale-album a:hover {
  background: #f76e2a;
  color: #ffffff;
}
.tz-album-detail .mp-share {
  float: left;
  position: relative;
  display: inline-block;
}
.tz-album-detail .mp-share.active .tz-post-share {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-album-detail .mp-share .btn-share {
  display: inline-block;
  line-height: 40px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.tz-album-detail .mp-share .btn-share i {
  padding-right: 10px;
}
.tz-album-detail .mp-share .tz-post-share {
  position: absolute;
  border: none;
  padding: 5px 10px;
  top: 0;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  min-width: 300px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-album-detail .mp-share .tz-post-share > span {
  display: none;
}
.tz-album-detail .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share {
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.tz-album-detail .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share .jssocials-share-label {
  display: none;
}
.tz-album-detail .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share a {
  width: 60px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
}
.tz-album-detail .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share a:hover {
  color: #ffffff;
}
.tz-album-detail .mp-button {
  display: block;
  position: relative;
}
.tz-album-detail .mp-button:before,
.tz-album-detail .mp-button:after {
  content: "";
  display: table;
  clear: both;
}
.tz-album-detail .mp-button .button-item {
  display: inline-block;
  line-height: 40px;
  background: #f6ebe5;
  color: #aaaaaa;
  text-transform: capitalize;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  float: left;
  margin-right: 10px;
}
.tz-album-detail .mp-button .button-item i {
  padding-right: 10px;
}
.tz-album-detail .mp-button .button-item.active,
.tz-album-detail .mp-button .button-item:hover {
  background: #f76e2a;
  color: #ffffff;
}
.tz-album-detail .mp-button .mp-count span {
  font-weight: 500;
}
/*  Album Detail Version Store  */
.tz-album-detail.music-store .mp-single.album .album-head.sale .mp-info {
  width: 75%;
}
.tz-album-detail.music-store .mp-single.album .mp-name {
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
}
.tz-album-detail.music-store .mp-single.album .mp-info .mp-artist a {
  font-size: 18px;
}
.tz-album-detail.music-store .mp-single.album .mp-info {
  font-weight: 400;
}
.tz-album-detail.music-store .sale-album {
  float: none;
  width: 100%;
  padding-left: 0;
  display: block;
  position: relative;
}
.tz-album-detail.music-store .sale-album:before,
.tz-album-detail.music-store .sale-album:after {
  content: "";
  display: table;
  clear: both;
}
.tz-album-detail.music-store .sale-album a {
  display: inline-block;
  line-height: 40px;
  font-size: inherit;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  float: left;
  margin-right: 10px;
}
.music-store .jp-type-playlist {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: block;
  overflow: hidden;
}
.music-store .jp-type-playlist .jp-playlist-head {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.music-store .mp_playlist .jp-playlist ul li .jp-playlist-item {
  font-weight: 400;
}
.music-store .mp_playlist .jp-playlist ul li .jp-artist {
  text-transform: capitalize;
}
.music-store .mp_playlist .jp-playlist ul li .song-download a {
  font-size: 14px;
}
.music-store .mp_playlist .jp-playlist ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(170, 170, 170, 0);
  background-color: rgba(170, 170, 170, 0);
}
.music-store .mp_playlist .jp-playlist ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: rgba(170, 170, 170, 0);
}
.music-store .other-album h2 {
  text-transform: uppercase;
  padding: 20px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  display: block;
  margin: 0;
}
.music-store .other-album h2:after {
  display: none;
}
.music-store .jp-details .jp-title {
  font-weight: 600;
}
.music-store .jp-details .jp-title span {
  display: inline-block;
  font-weight: 400;
}
.music-store .tz-song-lyric.mp-lyric h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin: 5px 0 13px;
  text-transform: capitalize;
  letter-spacing: inherit;
}
.music-store .tz-song-lyric.mp-lyric h3 span {
  font-weight: 500;
}
.music-store .tz-song-lyric.mp-lyric .song-lyric {
  font-weight: 400;
}
.music-store .jp-details {
  padding: 32px 0 4px;
}
.music-store .mp-description {
  padding: 0;
}
.music-store .tz-song-lyric.mp-lyric {
  margin-top: 37px;
}
.music-store .tz-song-lyric.mp-lyric a {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  letter-spacing: inherit;
  margin-bottom: 26px;
  margin-top: 30px;
}
.music-store .jp-playlist-head {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.music-store .jp-interface {
  padding: 10px 15px;
  position: relative;
  bottom: auto;
  left: auto;
}
.music-store .jp-controls button {
  font-size: 18px;
}
.music-store .jp-progress {
  top: -2px;
  height: 2px;
}
.music-store .jp-line,
.music-store .jp-duration {
  font-size: 12px;
}
.music-store .jp-current-time {
  font-size: 12px;
}
.music-store .tz-single-music .mp-count i,
.music-store .tz-single-music .mp-count span {
  font-weight: 500;
}
.music-store.tz-single-music .mp-share.active .music-share-social {
  right: 100%;
  left: auto;
}
.music-store.tz-single-music .music-share-social {
  left: auto;
  right: 50%;
}
/**
*   8.6 -  Archive Music Page
* -----------------------------------------------------------------------------
*/
.tz-genre {
  padding: 60px 0 70px;
}
.tz-genre .mp-line {
  border: none;
}
.tz-genre .music-content h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #f6ebe5;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: relative;
  padding: 0 0 43px;
  margin: 25px 0 10px;
}
.tz-genre .music-content h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #f76e2a;
  top: 49px;
  left: 0;
  position: absolute;
}
.tz-genre .music-content .mp-list {
  padding: 45px 0 85px;
  border-bottom: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-genre .music-content .mp-list.video {
  border-bottom: none;
}
.tz-genre .music-content .mp-list.audio {
  padding-top: 0;
}
.tz-genre .music-content .mp-list .mp-item .mp-img span {
  color: #f76e2a;
}
.tz-genre .music-content .mp-list .mp-item h3 {
  margin: 18px 0 0;
}
.tz-genre .music-content .mp-list .mp-item h3 a {
  color: #f6ebe5;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.tz-genre .music-content .mp-list .mp-item h3:hover a {
  color: #f76e2a;
}
.tz-genre .music-content .mp-list .mp-item > span {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 300;
}
.tz-genre .music-content .mp-list .mp-item .artist a {
  text-transform: capitalize;
}
.tz-genre .music-content .mp-list .mp-item .artist a:hover {
  color: #f76e2a;
}
.tz-genre .music-content .mp-list .all-songs {
  list-style: disc;
  padding: 6px 17px 0;
  margin: 0;
  display: block;
  position: relative;
  color: #aaaaaa;
}
.tz-genre .music-content .mp-list .all-songs:before,
.tz-genre .music-content .mp-list .all-songs:after {
  content: "";
  display: table;
  clear: both;
}
.tz-genre .music-content .mp-list .all-songs li {
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
  display: block;
}
.tz-genre .music-content .mp-list .all-songs li a {
  color: #aaaaaa;
  float: left;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 41px;
}
.tz-genre .music-content .mp-list .all-songs li a:hover {
  color: #f76e2a;
}
.tz-genre .music-content .mp-list .all-songs li .song_plays {
  display: none;
}
.tz-genre .music-content .all-videos {
  padding-top: 45px;
}
.tz-genre .music-content .all-videos .list-videos {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -15px;
  padding: 20px 0;
}
.tz-genre .music-content .all-videos .list-videos:before,
.tz-genre .music-content .all-videos .list-videos:after {
  content: "";
  display: table;
  clear: both;
}
.tz-genre .music-content .all-videos .list-videos .videos-item {
  animation-name: box_scale;
  animation-duration: 0.5s;
  float: left;
  width: 25%;
  text-align: left;
  padding: 0 15px;
  margin-bottom: 44px;
}
.tz-genre .music-content .all-videos .list-videos .videos-item:hover .video-img {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
.tz-genre .music-content .all-videos .list-videos .videos-item:hover .video-img a:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.tz-genre .music-content .all-videos .list-videos .videos-item:hover .video-img a:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-genre .music-content .all-videos .list-videos .videos-item:hover .video-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tz-genre .music-content .all-videos .list-videos .videos-item:hover .video-img span {
  color: #f76e2a;
}
.tz-genre .music-content .all-videos .list-videos .videos-item:hover .video-img span i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.tz-genre .music-content .all-videos .list-videos .videos-item:hover .video-content h3 a {
  text-shadow: 3px 3px 1px #000;
}
.tz-genre .music-content .all-videos .list-videos .videos-item:hover .video-content span {
  text-shadow: 3px 3px 1px #000;
}
.tz-genre .music-content .all-videos .list-videos .videos-item .video-img {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.tz-genre .music-content .all-videos .list-videos .videos-item .video-img span {
  font-size: 48px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.tz-genre .music-content .all-videos .list-videos .videos-item .video-img span i {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.tz-genre .music-content .all-videos .list-videos .videos-item .video-img a {
  position: relative;
  display: block;
}
.tz-genre .music-content .all-videos .list-videos .videos-item .video-img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -ms-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -o-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.tz-genre .music-content .all-videos .list-videos .videos-item .video-img a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #f76e2a;
  background: transparent;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 3;
}
.tz-genre .music-content .all-videos .list-videos .videos-item .video-img img {
  position: relative;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  min-height: 200px;
}
/**
*   8.3 -  Artist Single
* -----------------------------------------------------------------------------
*/
.tz-single-artist {
  display: inline-block;
  width: 100%;
}
.tz-single-artist .artist-cover {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: #0a0a0a;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tz-single-artist .artist-cover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+0,000000+100,000000+100,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.tz-single-artist .tz-info {
  margin: 22px 0 20px;
}
.tz-single-artist .tz-info span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  margin-bottom: 11px;
  text-transform: capitalize;
}
.tz-single-artist .tz-info span label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  width: 33.33%;
}
.tz-single-artist .tz-info span > span {
  color: #f6ebe5;
  display: inline-block;
  width: 66.67%;
  padding-left: 30px;
  margin: 0;
}
.tz-single-artist .tz-artist {
  position: relative;
  top: -135px;
  z-index: 999;
}
.tz-single-artist .tz-artist .artist-image {
  border: 5px solid #ffffff;
}
.tz-single-artist .tz-artist .tz-divider {
  display: block;
  border-top: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-single-artist .tz-artist .artist-social {
  padding-top: 27px;
  display: block;
  position: relative;
}
.tz-single-artist .tz-artist .artist-social:before,
.tz-single-artist .tz-artist .artist-social:after {
  content: "";
  display: table;
  clear: both;
}
.tz-single-artist .tz-artist .artist-social a {
  font-size: 12px;
  color: #666666;
  background: #f6ebe5;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  float: left;
}
.tz-single-artist .tz-artist .artist-social a:hover {
  color: #ffffff;
  background: #f76e2a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tz-single-artist .tz-artist-content {
  position: relative;
  top: -135px;
}
.tz-single-artist .tz-artist-content .tz-artist-title {
  position: relative;
}
.tz-single-artist .tz-artist-content .tz-artist-title h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-transform: uppercase;
  margin: 5px 0 13px;
  letter-spacing: 0.3px;
}
.tz-single-artist .tz-artist-content .tz-artist-title p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #dddddd;
  line-height: 24px;
}
.tz-single-artist .tz-artist-content .tz-tab {
  margin-top: 87px;
}
.tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs {
  border-bottom: 1px solid #454442;
}
.tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li {
  padding: 0;
  border: 1px solid #454442;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background: none;
  border-radius: 0;
  margin-bottom: -2px;
  margin-right: 2px;
}
.tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li a {
  background: none;
  border: none;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 10px 39px 10px 41px;
}
.tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li.active {
  border-top: 2px solid #f76e2a;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
  position: relative;
  z-index: 2;
  background: #24211e;
}
.tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li.active a {
  color: #f6ebe5;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content {
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 24px;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content .tab-pane {
  padding-top: 40px;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content .tab-pane a {
  color: #f6ebe5;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character {
  padding: 20px 8px 20px 40px;
  background: #f6ebe5;
  display: block;
  position: relative;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character:before,
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character:after {
  content: "";
  display: table;
  clear: both;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #666666;
  margin: 0;
  font-weight: 400;
  padding: 0 31px 0 0;
  line-height: 34px;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a.active {
  color: #f76e2a;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a:hover {
  color: #f76e2a;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a.remove {
  font-weight: 300;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs {
  margin-top: 11px;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #f6ebe5;
  margin: 34px 0 21px;
  padding: 0 0 10px;
  border-bottom: 1px solid #454442;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs .tz-song-item a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #aaaaaa;
  font-weight: 300;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs .tz-song-item a:hover {
  color: #f76e2a;
}
.tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs .tz-song-item a i {
  display: none;
}
.tz-single-artist .mp-list.albums .mp-item {
  text-align: center;
  width: 33.3333%;
}
.tz-single-artist .mp-list.albums .mp-item .mp-img {
  height: 270px;
}
.tz-single-artist .mp-list.albums .mp-item h3 {
  display: block;
  text-align: center;
  margin: 0 0 2px;
  padding: 0;
}
.tz-single-artist .mp-list.albums .mp-item h3 a {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.tz-single-artist .mp-list.albums .mp-item h3 a:hover {
  color: #f76e2a;
}
.tz-single-artist .mp-list.albums .mp-item > span {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0.5px;
  display: block;
  text-align: center;
}
.tz-single-artist .mp-list.video .mp-item {
  width: 33.3333%;
}
.tz-single-artist .mp-list.video .mp-item .mp-img {
  height: 200px;
  margin-bottom: 0;
}
.tz-single-artist .mp-list.video .mp-item .mp-img span {
  color: #f76e2a;
}
.tz-single-artist .mp-list.video .mp-item h3 {
  margin: 0;
  padding: 10px 0 3px;
}
.tz-single-artist .mp-list.video .mp-item h3 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-shadow: inherit;
}
.tz-single-artist .mp-list.video .mp-item h3 a:hover {
  color: #f76e2a;
}
.tz-single-artist .mp-list.video .mp-item .artist a {
  color: #888888;
  text-transform: capitalize;
  font-size: 12px;
  text-shadow: inherit;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-single-artist .mp-list.video .mp-item .artist a:hover {
  color: #f76e2a;
}
.tz-artist-title .mp_follow {
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  background: #ffffff;
  color: #f76e2a;
  text-transform: capitalize;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}
.tz-artist-title .mp_follow i {
  padding-right: 10px;
}
.tz-artist-title .mp_follow:hover {
  background: #f76e2a;
  color: #ffffff;
}
/**
*   8.4 -  Song Detail
* -----------------------------------------------------------------------------
*/
/*  Edit  Music Press General */
.tz-genre .genre-info:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(36, 33, 30, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(36, 33, 30, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(36, 33, 30, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  z-index: 1;
}
body .jp-playlist-head {
  min-height: 64px;
}
body .jp-video .jp-jplayer video {
  display: block;
}
.tz-song-lyric.mp-lyric {
  width: 100%;
  margin-top: 45px;
  background: rgba(136, 136, 136, 0.1);
  padding: 38px 40px 22px;
}
.tz-song-lyric.mp-lyric h3 {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #f6ebe5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 24px;
}
.tz-song-lyric.mp-lyric .song-lyric {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  line-height: 30px;
  height: 425px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tz-song-lyric.mp-lyric a {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  color: #f76e2a;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-top: 20px;
  letter-spacing: 0.3px;
}
.tz-song-lyric.mp-lyric a.see-more {
  display: block;
}
.tz-song-lyric.mp-lyric a.less-more {
  display: none;
}
.mp_playlist .jp-state-playing .jp-playlist ul li .jp-playlist-item > span:before {
  animation: bar1 1.3s linear infinite;
  -webkit-animation: bar1 1.3s linear infinite;
  -moz-animation: bar1 1.3s linear infinite;
  -o-animation: bar1 1.3s linear infinite;
}
.mp_playlist .jp-state-playing .jp-playlist ul li .jp-playlist-item > span:after {
  animation: bar2 1.3s linear 100ms infinite;
  -webkit-animation: bar2 1.3s linear 100ms infinite;
  -moz-animation: bar2 1.3s linear 100ms infinite;
  -o-animation: bar2 1.3s linear 100ms infinite;
}
.mp_playlist .jp-state-playing .jp-playlist ul li .jp-playlist-item > span span:before {
  animation: bar3 1.3s linear infinite;
  -webkit-animation: bar3 1.3s linear infinite;
  -moz-animation: bar3 1.3s linear infinite;
  -o-animation: bar3 1.3s linear infinite;
}
.mp_playlist .jp-state-playing .jp-playlist ul li .jp-playlist-item > span span:after {
  animation: bar4 1.3s linear 100ms infinite;
  -webkit-animation: bar4 1.3s linear 100ms infinite;
  -moz-animation: bar4 1.3s linear 100ms infinite;
  -o-animation: bar4 1.3s linear 100ms infinite;
}
.mp_playlist .jp-playlist {
  background-color: rgba(136, 136, 136, 0.1);
  border: none;
  padding: 0;
}
.mp_playlist .jp-playlist ul {
  padding: 10px 0;
  margin: 0;
  overflow: auto;
  max-height: 380px;
}
.mp_playlist .jp-playlist ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(170, 170, 170, 0.2);
  background-color: rgba(170, 170, 170, 0.2);
}
.mp_playlist .jp-playlist ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: rgba(170, 170, 170, 0.2);
}
.mp_playlist .jp-playlist ul::-webkit-scrollbar-thumb {
  background-color: #f76e2a;
}
.mp_playlist .jp-playlist ul li {
  border-color: rgba(170, 170, 170, 0.3);
}
.mp_playlist .jp-playlist ul li .jp-playlist-item {
  font-size: 14px;
  font-weight: 300;
  color: #f6ebe5;
  line-height: 24px;
  padding: 3px 0 0;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item:hover {
  color: #f76e2a;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current {
  color: #f76e2a;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current > span {
  text-indent: -9999px;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current > span:before,
.mp_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current > span:after {
  opacity: 1;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current > span span:before,
.mp_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current > span span:after {
  opacity: 1;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item > span {
  font-size: 12px;
  padding-right: 0;
  min-width: 30px;
  line-height: 1em;
  height: 12px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item > span:before,
.mp_playlist .jp-playlist ul li .jp-playlist-item > span:after {
  opacity: 0;
  content: "";
  height: 12px;
  width: 2px;
  margin: 0 1px;
  top: 0;
  position: absolute;
  left: 0;
  background: #f76e2a;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  animation: inherit;
  -webkit-animation: inherit;
  -moz-animation: inherit;
  -o-animation: inherit;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item > span:before {
  left: 0;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item > span:after {
  left: 4px;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item > span span {
  height: 0;
  width: 0;
  min-width: initial;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item > span span:before,
.mp_playlist .jp-playlist ul li .jp-playlist-item > span span:after {
  opacity: 0;
  content: "";
  height: 12px;
  width: 2px;
  margin: 0 1px;
  top: 0;
  position: absolute;
  left: 0;
  background: #f76e2a;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  animation: inherit;
  -webkit-animation: inherit;
  -moz-animation: inherit;
  -o-animation: inherit;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item > span span:before {
  left: 8px;
}
.mp_playlist .jp-playlist ul li .jp-playlist-item > span span:after {
  left: 12px;
}
.mp_playlist .jp-playlist ul li .song-download a {
  font-size: 12px;
  color: #888888;
  line-height: 24px;
}
.mp_playlist .jp-playlist ul li .song-download a:hover {
  color: #f6ebe5;
}
.mp_playlist .jp-playlist ul li .item-time {
  font-size: 12px;
  font-weight: 300;
  color: #f6ebe5;
  display: inline-block;
  line-height: 24px;
}
.mp_playlist .jp-playlist ul li .jp-artist {
  font-size: 12px;
  font-weight: 300;
  color: #aaaaaa;
  text-transform: uppercase;
  display: block;
  padding-left: 30px;
}
@keyframes bar1 {
  0% {
    top: 11px;
  }
  24% {
    top: 5px;
  }
  48% {
    top: 7px;
  }
  66% {
    top: 4px;
  }
  78% {
    top: 10px;
  }
  89% {
    top: 6px;
  }
  100% {
    top: 11px;
  }
}
@keyframes bar2 {
  0% {
    top: 2px;
  }
  24% {
    top: 7px;
  }
  48% {
    top: 5px;
  }
  66% {
    top: 11px;
  }
  78% {
    top: 6px;
  }
  89% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@keyframes bar3 {
  0% {
    top: 2px;
  }
  24% {
    top: 8px;
  }
  48% {
    top: 5px;
  }
  66% {
    top: 11px;
  }
  78% {
    top: 6px;
  }
  89% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@keyframes bar4 {
  0% {
    top: 6px;
  }
  24% {
    top: 2px;
  }
  48% {
    top: 7px;
  }
  66% {
    top: 5px;
  }
  78% {
    top: 8px;
  }
  89% {
    top: 3px;
  }
  100% {
    top: 6px;
  }
}
.jp-interface .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
  background: #0088cc;
}
.jp-interface .jp-play-bar {
  background: #f76e2a;
}
.jp-interface .jp-controls button:hover {
  color: #f76e2a;
}
.jp-details .jp-title {
  font-size: 24px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  padding-bottom: 6px;
  text-transform: capitalize;
}
.jp-details .jp-title span {
  font-size: 18px;
  padding-right: 10px;
  display: none;
}
/*  Song Detail */
.tz-single-music {
  padding: 95px 0 110px;
}
.tz-single-music .mp-count i,
.tz-single-music .mp-count span {
  color: #fff;
  line-height: 1.4em;
}
.tz-single-music .song-title {
  font-size: 24px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  padding-bottom: 6px;
  text-transform: capitalize;
}
.tz-single-music .song-title span {
  font-size: 18px;
  padding-right: 10px;
  display: none;
}
.tz-single-music .mp-info a {
  color: #aaaaaa;
}
.tz-single-music .mp-info a:hover {
  color: #f76e2a;
}
.tz-single-music .mp-description {
  color: #aaaaaa;
}
.tz-single-music .mp-share {
  float: left;
  position: relative;
  display: inline-block;
}
.tz-single-music .mp-share.active .tz-post-share {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-single-music .mp-share .btn-share {
  display: inline-block;
  line-height: 40px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.tz-single-music .mp-share .btn-share i {
  padding-right: 10px;
}
.tz-single-music .mp-share .tz-post-share {
  position: absolute;
  border: none;
  padding: 5px 10px;
  top: 0;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  min-width: 300px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tz-single-music .mp-share .tz-post-share > span {
  display: none;
}
.tz-single-music .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share {
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.tz-single-music .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share .jssocials-share-label {
  display: none;
}
.tz-single-music .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share a {
  width: 60px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
}
.tz-single-music .mp-share .tz-post-share .jssocials .jssocials-shares .jssocials-share a:hover {
  color: #ffffff;
}
.tz-single-music .mp-button {
  display: block;
  position: relative;
  padding-top: 25px;
}
.tz-single-music .mp-button:before,
.tz-single-music .mp-button:after {
  content: "";
  display: table;
  clear: both;
}
.tz-single-music .mp-button .button-item {
  display: inline-block;
  line-height: 40px;
  background: #f6ebe5;
  color: #aaaaaa;
  text-transform: capitalize;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  float: left;
  margin-right: 10px;
}
.tz-single-music .mp-button .button-item i {
  padding-right: 10px;
}
.tz-single-music .mp-button .button-item.active,
.tz-single-music .mp-button .button-item:hover {
  background: #f76e2a;
  color: #ffffff;
}
.tz-single-music .mp-button .mp-count span {
  font-weight: 500;
}
.tz-single-music .mp-button .mp_song_add {
  float: left;
}
.tz-single-music .tz-list.audio .list-all .list-item .mp-button {
  padding-top: 0;
}
.tz-single-music .tz-list.audio .list-all .list-item .mp-button .button-item {
  font-size: 14px;
  background: transparent;
  padding: 0;
  margin: 0 0 0 15px;
  line-height: 1em;
}
.tz-single-music .tz-list.audio .list-all .list-item .mp-button .button-item i {
  padding: 0;
}
.tz-single-music .tz-list.audio .list-all .list-item .mp-button .mp-share .tz-post-share {
  left: auto;
}
.tz-single-music .song-other {
  border-top: 1px solid rgba(69, 68, 66, 0.5);
  display: inline-block;
  width: 100%;
  padding: 50px 0 54px;
}
.tz-single-music .song-other h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #f6ebe5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 43px;
}
.tz-single-music .song-other h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #f76e2a;
  top: 49px;
  left: 0;
  position: absolute;
}
.tz-single-music .song-other .other-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -15px;
}
.tz-single-music .song-other .other-wrapper:before,
.tz-single-music .song-other .other-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.tz-single-music .song-other .other-wrapper .other-item {
  animation-name: box_scale;
  animation-duration: 0.5s;
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 15px;
}
.tz-single-music .song-other .other-wrapper .other-item:hover .other-img {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
.tz-single-music .song-other .other-wrapper .other-item:hover .other-img a:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.tz-single-music .song-other .other-wrapper .other-item:hover .other-img a:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-single-music .song-other .other-wrapper .other-item:hover .other-img a span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tz-single-music .song-other .other-wrapper .other-item:hover .other-img .other-icon {
  color: #f76e2a;
}
.tz-single-music .song-other .other-wrapper .other-item:hover .other-img .other-icon i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.tz-single-music .song-other .other-wrapper .other-item .other-img {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.tz-single-music .song-other .other-wrapper .other-item .other-img .other-icon {
  font-size: 48px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.tz-single-music .song-other .other-wrapper .other-item .other-img .other-icon i {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.tz-single-music .song-other .other-wrapper .other-item .other-img a {
  position: relative;
  display: block;
}
.tz-single-music .song-other .other-wrapper .other-item .other-img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -ms-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  -o-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.8) inset;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.tz-single-music .song-other .other-wrapper .other-item .other-img a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #f76e2a;
  background: transparent;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 3;
}
.tz-single-music .song-other .other-wrapper .other-item .other-img a span {
  position: relative;
  width: 100%;
  height: 200px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-single-music .song-other .other-wrapper .other-item .other-img img {
  position: relative;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-single-music .song-other .other-wrapper .other-content h3 {
  margin: 0;
  padding: 10px 0 3px;
}
.tz-single-music .song-other .other-wrapper .other-content h3 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-shadow: inherit;
}
.tz-single-music .song-other .other-wrapper .other-content h3 a:hover {
  color: #f76e2a;
}
.tz-single-music .song-other .other-wrapper .other-content span {
  font-size: 12px;
  text-shadow: inherit;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-single-music .tz-comments {
  border-top: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-single-music .tz-comments .comments-area {
  padding-top: 31px;
}
.tz-single-music .tz-comments .tzCommentForm {
  padding-top: 60px;
}
.tz-single-music.music-store {
  padding: 80px 0 110px;
}
.tz-single-music.music-store .mp-info {
  position: relative;
  display: block;
}
.tz-single-music.music-store .mp-info:before,
.tz-single-music.music-store .mp-info:after {
  content: "";
  display: table;
  clear: both;
}
.tz-single-music.music-store .mp-info .mp-button {
  position: absolute;
  bottom: 25px;
  right: 0;
}
.tz-single-music.music-store .mp-info .mp-button .button-item {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.tz-single-music.music-store .mp-info .mp-button .mp-share {
  float: right;
}
.tz-single-music.music-store .mp-info .mp-button .mp-share .btn-share {
  float: right;
}
.tz-single-music.music-store .mp-info .mp-button .mp_song_add {
  float: right;
}
@keyframes box_scale {
  from {
    -moz-transform: scale(0) rotate(10deg);
    -webkit-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
  }
  to {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}
.mp-share.active .music-share-social {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.music-share-social {
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  min-width: 300px;
  background: #fff;
  z-index: 11;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  top: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
}
.music-share-social .socials-shares {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.music-share-social a {
  width: 60px;
  text-align: center;
  line-height: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  padding: 0 25px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.music-share-social a.facebook {
  background: #566ea8;
}
.music-share-social a.facebook:hover {
  background: #3c4d75;
}
.music-share-social a.twitter {
  background: #39a0ce;
}
.music-share-social a.twitter:hover {
  background: #257396;
}
.music-share-social a.googleplus {
  background: #d44939;
}
.music-share-social a.googleplus:hover {
  background: #9e2f22;
}
.music-share-social a.linkedin {
  background: #0077b5;
}
.music-share-social a.linkedin:hover {
  background: #004569;
}
.list-all .list-item .mp-button .mp-share .mp-share.active .music-share-social {
  right: 100%;
  left: auto;
}
.list-all .list-item .mp-button .mp-share .music-share-social {
  right: 50%;
  left: auto;
  min-width: 120px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.list-all .list-item .mp-button .mp-share .music-share-social a {
  width: 30px;
  padding: 0;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 11px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/**
*   8.5 -  Song List
* -----------------------------------------------------------------------------
*/
.tz-song-list {
  margin: 0;
  padding: 0;
}
.tz-song-list .tz-song-alphanav {
  margin: 0;
  padding: 30px 0 30px 50px;
  margin-bottom: 72px;
  background: #f6ebe5;
}
.tz-song-list .tz-song-alphanav .container {
  position: relative;
}
.tz-song-list .tz-song-alphanav .tz-song-alphanav-title {
  float: left;
  margin-right: 15px;
}
.tz-song-list .tz-song-alphanav .tz-song-alphanav-title div.icon {
  font-size: 24px;
  color: #120d14;
  margin-right: 19px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.tz-song-list .tz-song-alphanav .tz-song-alphanav-title span {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #666666;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}
.tz-song-list .tz-song-alphanav .tz-song-alphanav-character {
  padding-right: 15px;
}
.tz-song-list .tz-song-alphanav .tz-song-alphanav-character:before,
.tz-song-list .tz-song-alphanav .tz-song-alphanav-character:after {
  content: "";
  display: table;
  clear: both;
}
.tz-song-list .tz-song-alphanav .tz-song-alphanav-character a {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #666666;
  margin: 0;
  padding: 0 27.7px 0 0;
  line-height: 34px;
  font-weight: 400;
  float: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-song-list .tz-song-alphanav .tz-song-alphanav-character a.active {
  color: #f76e2a;
}
.tz-song-list .tz-song-alphanav .tz-song-alphanav-character a:hover {
  color: #f76e2a;
}
.tz-song-list .tz-song-alphanav .remove {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: #666666;
  display: block;
  padding-top: 3px;
  line-height: 24px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-song-list .tz-song-alphanav .remove:hover {
  color: #f76e2a;
}
.tz-song-list .tz-song-content {
  display: block;
}
.tz-song-list .tz-song-content:before,
.tz-song-list .tz-song-content:after {
  content: "";
  display: table;
  clear: both;
}
.tz-song-list .tz-song-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #f6ebe5;
  margin: 44px 0 31px;
  padding: 0 0 14px;
  border-bottom: 1px solid #454442;
  display: block;
  width: 100%;
  float: left;
  letter-spacing: 0.3px;
}
.tz-song-list .tz-song-content h3:first-child {
  margin-top: 0;
}
.tz-song-list .tz-song-content .tz-song-item a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #aaaaaa;
  font-weight: 300;
  margin: 0;
  padding: 0;
  display: block;
}
.tz-song-list .tz-song-content .tz-song-item a:hover {
  color: #f76e2a;
}
.tz-song-list .tz-song-content .tz-song-item a i {
  display: inline-block;
  padding-right: 10px;
}
/**
*   8.3 -  Band Single
* -----------------------------------------------------------------------------
*/
.tz-single-band {
  display: inline-block;
  width: 100%;
}
.tz-single-band .band-cover {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: #0a0a0a;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tz-single-band .band-cover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+0,000000+100,000000+100,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.tz-single-band .tz-info {
  margin: 22px 0 20px;
}
.tz-single-band .tz-info span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  margin-bottom: 11px;
  text-transform: capitalize;
}
.tz-single-band .tz-info span label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  width: 33.3333%;
}
.tz-single-band .tz-info span > span {
  color: #f6ebe5;
  display: inline-block;
  width: 66.67%;
  padding-left: 30px;
  margin: 0;
}
.tz-single-band .tz-band {
  position: relative;
  top: -135px;
  z-index: 999;
}
.tz-single-band .tz-band .band-image {
  border: 5px solid #ffffff;
}
.tz-single-band .tz-band .tz-divider {
  display: block;
  border-top: 1px solid rgba(69, 68, 66, 0.5);
}
.tz-single-band .tz-band .band-social {
  padding-top: 27px;
  display: block;
  position: relative;
}
.tz-single-band .tz-band .band-social:before,
.tz-single-band .tz-band .band-social:after {
  content: "";
  display: table;
  clear: both;
}
.tz-single-band .tz-band .band-social a {
  font-size: 12px;
  color: #666666;
  background: #f6ebe5;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  float: left;
}
.tz-single-band .tz-band .band-social a:hover {
  color: #ffffff;
  background: #f76e2a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tz-single-band .tz-band-content {
  position: relative;
  top: -135px;
}
.tz-single-band .tz-band-content .tz-band-title h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-transform: uppercase;
  margin: 5px 0 13px;
  letter-spacing: 0.3px;
}
.tz-single-band .tz-band-content .tz-band-title p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #dddddd;
  line-height: 24px;
}
.tz-single-band .tz-band-content .tz-tab {
  margin-top: 87px;
}
.tz-single-band .tz-band-content .tz-tab ul.nav-tabs {
  border-bottom: 1px solid #454442;
}
.tz-single-band .tz-band-content .tz-tab ul.nav-tabs li {
  padding: 0;
  border: 1px solid #454442;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background: none;
  border-radius: 0;
  margin-bottom: -2px;
  margin-right: 2px;
}
.tz-single-band .tz-band-content .tz-tab ul.nav-tabs li a {
  background: none;
  border: none;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 10px 39px 10px 41px;
}
.tz-single-band .tz-band-content .tz-tab ul.nav-tabs li.active {
  border-top: 2px solid #f76e2a;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
  position: relative;
  z-index: 2;
  background: #24211e;
}
.tz-single-band .tz-band-content .tz-tab ul.nav-tabs li.active a {
  color: #f6ebe5;
}
.tz-single-band .tz-band-content .tz-tab .tab-content {
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 24px;
}
.tz-single-band .tz-band-content .tz-tab .tab-content .tab-pane {
  padding-top: 40px;
}
.tz-single-band .tz-band-content .tz-tab .tab-content .tab-pane a {
  color: #f6ebe5;
}
.tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character {
  padding: 20px 8px 20px 40px;
  background: #f6ebe5;
  display: block;
  position: relative;
}
.tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character:before,
.tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character:after {
  content: "";
  display: table;
  clear: both;
}
.tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character a {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #666666;
  margin: 0;
  font-weight: 400;
  padding: 0 31px 0 0;
  line-height: 34px;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
}
.tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character a.active {
  color: #f76e2a;
}
.tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character a:hover {
  color: #f76e2a;
}
.tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character a.remove {
  font-weight: 300;
}
.tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs {
  margin-top: 11px;
}
.tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #f6ebe5;
  margin: 34px 0 21px;
  padding: 0 0 10px;
  border-bottom: 1px solid #454442;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs .tz-song-item a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #aaaaaa;
  font-weight: 300;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs .tz-song-item a:hover {
  color: #f76e2a;
}
.tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs .tz-song-item a i {
  display: none;
}
.tz-single-band .mp-list.albums .mp-item {
  text-align: center;
  width: 33.3333%;
}
.tz-single-band .mp-list.albums .mp-item .mp-img {
  height: 270px;
}
.tz-single-band .mp-list.albums .mp-item h3 {
  display: block;
  text-align: center;
  margin: 0 0 2px;
  padding: 0;
}
.tz-single-band .mp-list.albums .mp-item h3 a {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.tz-single-band .mp-list.albums .mp-item h3 a:hover {
  color: #f76e2a;
}
.tz-single-band .mp-list.albums .mp-item > span {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0.5px;
  display: block;
  text-align: center;
}
.tz-single-band .mp-list.video .mp-item {
  width: 33.3333%;
}
.tz-single-band .mp-list.video .mp-item .mp-img {
  height: 200px;
  margin-bottom: 0;
}
.tz-single-band .mp-list.video .mp-item .mp-img span {
  color: #f76e2a;
}
.tz-single-band .mp-list.video .mp-item h3 {
  margin: 0;
  padding: 10px 0 3px;
}
.tz-single-band .mp-list.video .mp-item h3 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-shadow: inherit;
}
.tz-single-band .mp-list.video .mp-item h3 a:hover {
  color: #f76e2a;
}
.tz-single-band .mp-list.video .mp-item .artist a {
  color: #888888;
  text-transform: capitalize;
  font-size: 12px;
  text-shadow: inherit;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-single-band .mp-list.video .mp-item .artist a:hover {
  color: #f76e2a;
}
.tz-single-band .mp-list.artist .mp-item {
  width: 50%;
  padding: 23px 15px 2px;
}
.tz-single-band .mp-list.artist .mp-item:nth-child(2n+1) {
  clear: left;
}
.tz-single-band .mp-list.artist .mp-item .mp-img {
  width: 30%;
  height: 160px;
  float: left;
}
.tz-single-band .mp-list.artist .mp-item .item-info {
  float: left;
  width: 70%;
  padding: 0 0 0 30px;
}
.tz-single-band .mp-list.artist .mp-item .item-info span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  margin-bottom: 1px;
}
.tz-single-band .mp-list.artist .mp-item .item-info span label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  width: 33.3333%;
}
.tz-single-band .mp-list.artist .mp-item .item-info span > span {
  color: #f6ebe5;
  display: inline-block;
  width: 66.67%;
  padding-left: 25px;
  margin: 0;
}
.tz-band-title .mp_follow {
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  background: #ffffff;
  color: #f76e2a;
  text-transform: capitalize;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}
.tz-band-title .mp_follow i {
  padding-right: 10px;
}
.tz-band-title .mp_follow:hover {
  background: #f76e2a;
  color: #ffffff;
}
/**
*   8.7 -  User Profile
* -----------------------------------------------------------------------------
*/
/*  Profiler Edit */
.user-profile.tz-edit {
  margin-bottom: 54px;
}
.user-profile.tz-edit .profile-header-navs {
  padding: 0;
  background: #191715;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.user-profile.tz-edit .profile-header-navs a {
  padding: 0 20px;
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  color: #f6ebe5;
  font-size: 14px;
  border: none;
}
.user-profile.tz-edit .profile-header-navs a:first-child {
  padding-left: 0;
}
.user-profile.tz-edit .profile-header-navs a.active,
.user-profile.tz-edit .profile-header-navs a:hover,
.user-profile.tz-edit .profile-header-navs a:focus,
.user-profile.tz-edit .profile-header-navs a:active {
  color: #f76e2a;
  background: transparent;
}
.user-profile.tz-edit .head-member .cover-upload,
.user-profile.tz-edit .head-member .thumb-upload {
  display: none;
}
.user-profile.tz-edit .navs-content {
  padding: 45px 0;
  margin: 0;
}
.user-profile.tz-edit .basic-info {
  background: transparent;
}
.user-profile.tz-edit .basic-info .container {
  background: transparent !important;
  padding: 0 !important;
  width: auto;
}
.user-profile.tz-edit .basic-info h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #f6ebe5;
  padding-bottom: 22px;
}
.user-profile.tz-edit .basic-info .item {
  font-size: 14px;
  margin: 0;
  line-height: 35px;
}
.user-profile.tz-edit .basic-info .item > label,
.user-profile.tz-edit .basic-info .item > span:first-child {
  color: #f6ebe5;
  margin: 0;
  font-weight: 400;
  padding-right: 10px;
}
.user-profile.tz-edit .basic-info div.item {
  padding: 0 40px;
  background: rgba(136, 136, 136, 0.1);
}
.user-profile.tz-edit .basic-info div.item:first-of-type,
.user-profile.tz-edit .basic-info div.item:first-child {
  padding-top: 38px;
}
.user-profile.tz-edit .basic-info div.item:last-child {
  padding-bottom: 50px;
}
.user-profile.tz-edit .basic-info .contact-list {
  padding: 38px 40px 50px;
  background: rgba(136, 136, 136, 0.1);
}
.user-profile.tz-edit .basic-info .nav-content {
  margin-bottom: 40px;
}
.user-profile.tz-edit .wishlist .song_item_wishlist a {
  color: #f6ebe5;
  line-height: 30px;
  padding-left: 0;
}
.user-profile.tz-edit .wishlist .song_item_wishlist a:hover {
  color: #f76e2a;
  padding-left: 10px;
}
.user-profile.tz-edit .wishlist .paginate {
  position: relative;
  padding: 40px 0;
}
.user-profile.tz-edit .wishlist .paginate:before,
.user-profile.tz-edit .wishlist .paginate:after {
  content: "";
  display: table;
  clear: both;
}
.user-profile.tz-edit .wishlist .paginate a {
  color: #666666;
  background: #f6ebe5;
  text-transform: capitalize;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}
.user-profile.tz-edit .wishlist .paginate a:hover {
  background: #f76e2a;
  color: #ffffff;
}
.user-profile.tz-edit .wishlist .paginate span {
  color: #ffffff;
  background: #f76e2a;
  text-transform: capitalize;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}
.user-profile.tz-edit .follower-list {
  position: relative;
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  padding: 30px 0;
}
.user-profile.tz-edit .follower-list:before,
.user-profile.tz-edit .follower-list:after {
  content: "";
  display: table;
  clear: both;
}
.user-profile.tz-edit .follower-list .single {
  background: transparent;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0 15px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
.user-profile.tz-edit .follower-list .cover {
  display: none;
}
.user-profile.tz-edit .follower-list .thumb {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  border-radius: 0;
  box-shadow: none;
}
.user-profile.tz-edit .follower-list .name {
  font-weight: 500;
  color: #f6ebe5;
  font-size: 14px;
  margin-top: 16px;
}
.user-profile.tz-edit .follower-list .follow {
  border-bottom: 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.user-profile.tz-edit .follower-list .follow.following {
  background: #f76e2a;
  color: #fff;
}
.head-member {
  position: relative;
}
.head-member:hover .cover .clipart-upload {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}
.head-member .cover {
  position: relative;
  display: block;
}
.head-member .cover:before,
.head-member .cover:after {
  content: "";
  display: table;
  clear: both;
}
.head-member .cover .clipart-upload {
  background: #ffffff;
  line-height: 40px;
  display: inline-block;
  color: #f76e2a;
  padding: 0 35px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  margin-right: -50px;
  opacity: 0;
  visibility: hidden;
}
.head-member .cover .clipart-upload:hover {
  background: #f76e2a;
  color: #ffffff;
}
.head-member .cover .clipart-upload i {
  margin-right: 10px;
}
.head-member .cover-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  background-color: #f6ebe5;
}
.head-member .cover-upload {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
.head-member .member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.head-member .thumb {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 50px;
}
.head-member .profile-avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 170px;
  width: 170px;
  background-color: #f6ebe5;
}
.head-member .thumb-upload {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: 11;
}
.head-member .thumb-upload .clipart-upload {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background: #ffffff;
  line-height: 40px;
  width: 100%;
  display: inline-block;
  color: #f76e2a;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.head-member .thumb-upload .clipart-upload:hover {
  background: #f76e2a;
  color: #ffffff;
}
.head-member .thumb-upload .clipart-upload i {
  margin-right: 10px;
}
.head-member .user-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  margin: 0;
  font-size: 30px;
  padding: 15px 0 17px;
  line-height: 30px;
  color: #f6ebe5;
}
.head-member .name {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.head-member .name p {
  color: #f6ebe5;
  font-weight: 400;
  line-height: 26px;
  padding: 0;
  margin: 0;
}
/*  My Acoount  */
.music-press-member-edit {
  position: relative;
  padding-bottom: 85px;
}
.music-press-member-edit h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  font-size: 24px;
  padding: 18px 0 30px;
  line-height: 40px;
  color: #f6ebe5;
}
.music-press-member-edit label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #f6ebe5;
  text-transform: capitalize;
  display: block;
  margin-bottom: 8px;
}
.music-press-member-edit input,
.music-press-member-edit select {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #888;
  border: 1px solid rgba(147, 168, 179, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  background: #f6ebe5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.music-press-member-edit input:hover,
.music-press-member-edit select:hover,
.music-press-member-edit input:focus,
.music-press-member-edit select:focus {
  outline: none;
  border-color: #f76e2a;
}
.music-press-member-edit textarea {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #888;
  border: 1px solid rgba(147, 168, 179, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  height: 100px;
  width: 100%;
  padding: 15px;
  background: #f6ebe5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.music-press-member-edit textarea:hover,
.music-press-member-edit textarea:focus {
  outline: none;
  border-color: #f76e2a;
}
.music-press-member-edit form {
  position: relative;
  display: block;
  margin: 0 -15px;
}
.music-press-member-edit form p {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 24px;
}
.music-press-member-edit form p.message {
  width: 100%;
}
.music-press-member-edit form #music-press-member-basic-info {
  margin-top: 15px;
}
.music-press-member-edit .btn-submit {
  position: relative;
  display: block;
  padding: 15px;
  clear: both;
}
.music-press-member-edit .btn-submit:before,
.music-press-member-edit .btn-submit:after {
  content: "";
  display: table;
  clear: both;
}
.music-press-member-edit input[type='submit'] {
  background: #f76e2a;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
  padding: 0 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  width: auto;
  height: 50px;
}
.music-press-member-edit input[type='submit']:hover {
  background: #cd4908;
}
.music-press-member-edit .contacts,
.music-press-member-edit .member-logout,
.music-press-member-edit .basic-info {
  margin-bottom: 40px;
  margin-top: 50px;
}
.music-press-member-edit .add-contacts {
  display: inline-block;
  line-height: 40px;
  background: #ffffff;
  color: #f76e2a;
  text-transform: capitalize;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  float: left;
  margin: 0 15px;
  cursor: pointer;
}
.music-press-member-edit .add-contacts i {
  padding-left: 10px;
}
.music-press-member-edit .add-contacts:hover {
  background: #f76e2a;
  color: #ffffff;
}
.music-press-member-edit .contacts-list {
  position: relative;
  display: block;
  clear: both;
}
.music-press-member-edit .contacts-list:before,
.music-press-member-edit .contacts-list:after {
  content: "";
  display: table;
  clear: both;
}
.music-press-member-edit .contacts-list .item {
  display: block;
  padding: 0 15px;
  margin-bottom: 24px;
}
.music-press-member-edit .contacts-list .item > span {
  cursor: pointer;
  display: flex;
  background: #f6ebe5;
  color: #aaaaaa;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  float: left;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 10px;
}
.music-press-member-edit .contacts-list .item > span:hover {
  background: #f76e2a;
  color: #fff;
}
.music-press-member-edit .contacts-list .item > span:hover.remove {
  background: red !important;
}
.music-press-member-edit .contacts-list .item input,
.music-press-member-edit .contacts-list .item select {
  margin-bottom: 15px;
}
.music-press-member-edit .contacts-list .remove {
  cursor: pointer;
  display: inline-block;
}
/**
* 9.0 -  Woocommerce
* -----------------------------------------------------------------------------
*/
/**
*   9.1 -  Cart Page
* -----------------------------------------------------------------------------
*/
.woocommerce .woocommerce-message {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666666;
}
.woocommerce ul.woocommerce-error li {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666666;
}
.woocommerce p.return-to-shop a.button {
  background: #f76e2a;
  border: none;
  border-radius: 17px;
  color: #ffffff !important;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  padding: 8px 45px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  letter-spacing: 0.3px;
}
.woocommerce form table.shop_table {
  border: none;
  margin-bottom: 30px;
}
.woocommerce form table.shop_table thead tr th {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #f6ebe5;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 20px 14px;
  border: none;
}
.woocommerce form table.shop_table thead tr th.product-name {
  text-align: center;
}
.woocommerce form table.shop_table tbody tr.cart_item td {
  text-align: center;
  padding: 29px 20px;
  border-top: 1px solid rgba(69, 68, 66, 0.5);
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.woocommerce form table.shop_table tbody tr.cart_item td a {
  font-size: 15px;
  color: #f6ebe5 !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: 'Oswald', sans-serif;
  line-height: 24px;
  text-decoration: none;
}
.woocommerce form table.shop_table tbody tr.cart_item td a:hover {
  color: #f76e2a !important;
}
.woocommerce form table.shop_table tbody tr.cart_item td a.remove {
  display: inline-block;
  color: #aaaaaa;
}
.woocommerce form table.shop_table tbody tr.cart_item td a img {
  width: 82px;
  height: 82px;
}
.woocommerce form table.shop_table tbody tr.cart_item td span.amount {
  font-size: 14px;
  color: #f76e2a !important;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-remove {
  padding: 29px 0px;
  width: 57px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-remove a {
  width: 22px;
  height: 22px;
  font-size: 35px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-remove a:hover {
  background: none;
  color: #aaaaaa !important;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-thumbnail {
  width: 82px;
  padding: 29px 0px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-thumbnail img {
  background: #f0f0f0;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-name {
  text-align: center;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount {
  color: #f76e2a !important;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity {
  position: relative;
  display: inline-block;
  margin: auto;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity input {
  background: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  border: none;
  padding: 10px 30px;
  width: 120px;
  border-radius: 25px;
  line-height: 20px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity i {
  cursor: pointer;
  height: 40px;
  position: absolute;
  top: 0;
  width: 20px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .increment {
  right: 6px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .increment:before {
  background: #666666 none repeat scroll 0 0;
  content: "";
  height: 9px;
  left: 9px;
  position: absolute;
  top: 15px;
  width: 1px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .increment:after {
  background: #666666 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 5px;
  position: absolute;
  top: 19px;
  width: 9px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .decrement {
  left: 13px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .decrement:after {
  background: #666666 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 19px;
  width: 9px;
}
.woocommerce form table.shop_table tbody tr td.actions {
  padding: 30px 0;
  border-top: 1px solid rgba(69, 68, 66, 0.5);
  border-bottom: 1px solid rgba(69, 68, 66, 0.5);
  border-left: none;
  border-right: none;
}
.woocommerce form table.shop_table tbody tr td.actions input {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.5px;
  background: #f6ebe5;
  color: #666666 !important;
  line-height: 24px;
  padding: 8px 20px !important;
  border: none;
  border-radius: 25px;
  width: 170px;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce form table.shop_table tbody tr td.actions input[name="update_cart"]:hover {
  background: #f76e2a !important;
}
.woocommerce form table.shop_table tbody tr td.actions input:hover {
  background: #f76e2a;
  color: #ffffff !important;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input {
  font-size: 14px;
  color: #666666 !important;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 24px !important;
  padding: 8px 25px !important;
  border: none !important;
  border-radius: 25px;
  width: 170px;
  letter-spacing: 0;
  background: #f6ebe5;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input.input-text {
  margin: 0 10px 0 0;
  width: 270px;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input.button {
  background: #f76e2a;
  border: none;
  border-radius: 25px;
  color: #ffffff !important;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  padding: 8px 45px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover {
  background: #cd4908;
}
.woocommerce .cart-collaterals {
  padding-bottom: 34px;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #f6ebe5;
  line-height: 40px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.woocommerce .cart-collaterals .cart_totals table {
  border: none;
}
.woocommerce .cart-collaterals .cart_totals table tbody:first-child tr:first-child td,
.woocommerce .cart-collaterals .cart_totals table tbody:first-child tr:first-child th {
  border-bottom: none;
  border-top: none;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr th {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #aaaaaa;
  padding: 10px 0;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr td {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  padding: 10px 0;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr td .amount {
  color: #aaaaaa;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr td strong {
  font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr td strong .amount {
  color: #f76e2a;
}
.woocommerce .cart-collaterals .cart_totals table tbody .order-total th,
.woocommerce .cart-collaterals .cart_totals table tbody .order-total td {
  border-top: 1px solid rgba(69, 68, 66, 0.5);
  border-bottom: none;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 18px 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background: #f76e2a;
  color: #ffffff;
  padding: 16px 20px 15px;
  width: 270px;
  border-radius: 25px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
/**
*   9.2 -  Checkout Page
* -----------------------------------------------------------------------------
*/
.woocommerce-checkout .woocommerce .woocommerce-info {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #24211e;
  border-top: 3px solid #F76E2A;
  letter-spacing: 0.3px;
  background: #f6ebe5;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-info:first-child {
  margin-top: 10px;
}
.woocommerce-checkout .woocommerce .woocommerce-info:before {
  content: none;
}
.woocommerce-checkout .woocommerce .woocommerce-info a {
  color: #aaaaaa;
}
.woocommerce-checkout .woocommerce .woocomerce-form {
  border: none;
  background: #f6ebe5;
  border-radius: 0;
  padding: 24px 30px 14px;
  margin-top: 0;
  margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce .woocomerce-form p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #191715;
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce .woocomerce-form p label {
  color: #666666;
  font-weight: 300;
  margin-bottom: 6px;
  font-family: 'Poppins', sans-serif;
}
.woocommerce-checkout .woocommerce .woocomerce-form p label .required {
  color: #666666;
}
.woocommerce-checkout .woocommerce .woocomerce-form p input {
  background: #ffffff;
  padding: 13px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #191715;
  border: none;
}
.woocommerce-checkout .woocommerce .woocomerce-form p .button {
  background: #F76E2A;
  padding: 14px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  width: 120px;
  margin-right: 15px;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-checkout .woocommerce .woocomerce-form p .button:hover {
  background: #cd4908;
}
.woocommerce-checkout .woocommerce .woocomerce-form p .inline {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.woocommerce-checkout .woocommerce .woocomerce-form p .inline span {
  color: #191715;
  text-transform: capitalize;
}
.woocommerce-checkout .woocommerce .woocomerce-form p a {
  color: #888888;
}
.woocommerce-checkout .woocommerce .woocomerce-form p a:hover {
  color: #f76e2a;
}
.woocommerce-checkout .woocommerce .woocomerce-form .form-row {
  margin-bottom: 8px;
}
.woocommerce-checkout .woocommerce .woocomerce-form .form-row-first {
  width: 50%;
  padding: 3px 15px 3px 3px;
}
.woocommerce-checkout .woocommerce .woocomerce-form .form-row-last {
  width: 50%;
  padding: 3px 3px 3px 15px;
}
.woocommerce-checkout .woocommerce .woocomerce-form .form-row-first,
.woocommerce-checkout .woocommerce .woocomerce-form .form-row-last {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce .woocomerce-form .lost_password {
  font-size: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-NoticeGroup {
  border-top: 3px solid #F76E2A;
}
.woocommerce-checkout .woocommerce .woocommerce-NoticeGroup ul.woocommerce-error {
  padding: 20px 30px;
  background-color: #f6ebe5;
  border: none;
}
.woocommerce-checkout .woocommerce .woocommerce-NoticeGroup ul.woocommerce-error:before {
  content: none;
}
.woocommerce-checkout .woocommerce .woocommerce-NoticeGroup ul.woocommerce-error li {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #24211e;
  letter-spacing: 0.3px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
  background: #f6ebe5;
  border-radius: 0;
  border: none;
  margin-top: 20px;
  padding: 28px 20px 16px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon p input.input-text {
  border-radius: 25px;
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  padding: 0 30px;
  border: none;
}
.woocommerce-checkout .woocommerce form.checkout_coupon p input.button {
  background: #F76E2A ;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.3px;
  padding: 0 40px;
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce-checkout .woocommerce form.checkout_coupon p input.button:hover {
  background: #cd4908;
}
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-first {
  width: 50%;
  padding: 3px 10px 3px 3px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last {
  width: 50%;
  padding: 3px 3px 3px 10px;
}
.woocommerce-checkout .woocommerce form.checkout {
  margin-top: 49px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set {
  margin-bottom: 45px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p {
  margin-bottom: 9px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p label {
  color: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 7px;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p label .required {
  font-weight: 300;
  color: #f76e2a;
  text-decoration: none;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input {
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 0 15px;
  line-height: 40px;
  background: #f6ebe5;
  border: none;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input:-webkit-autofill {
  background-color: #f6ebe5 !important;
  background-image: none;
  color: #454442 !important;
  -webkit-box-shadow: 0 0 0 1000px #f6ebe5 inset !important;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input.button {
  background: #222222;
  color: #FFFFFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: none;
  padding: 10px 30px;
  margin-bottom: 0;
  margin-top: 11px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input.button:hover {
  background: #666;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .country_select a {
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 14px 15px;
  background: #f6ebe5;
  border: none;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection {
  border: none;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection #select2-billing_country-container,
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection #select2-billing_state-container {
  padding: 6px 15px;
  background: #f6ebe5;
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection b {
  top: 70%;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p#billing_address_1_field {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields #billing_state_field,
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields #billing_country_field {
  margin-bottom: 19px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields p label input {
  display: inline-block;
  float: left;
  margin: 0;
  text-align: center;
  top: 5px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields p label span {
  margin-left: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #f6ebe5;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields p label .required {
  font-weight: 300;
  color: #f76e2a;
  text-decoration: none;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields .create-account label {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #f6ebe5;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields .create-account input {
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 14px 15px;
  background: #f6ebe5;
  border: none;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address {
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p label {
  color: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 7px;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p label .required {
  font-weight: 300;
  color: #f76e2a;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p input {
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 14px 15px;
  background: #f6ebe5;
  border: none;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p input.button {
  background: #222222;
  color: #FFFFFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: none;
  padding: 10px 30px;
  margin-bottom: 0px;
  margin-top: 11px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p input.button:hover {
  background: #666;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p .country_select a {
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 14px 15px;
  background: #f6ebe5;
  border: none;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p .selection .select2-selection {
  border: none;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p .selection .select2-selection #select2-billing_country-container,
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p .selection .select2-selection #select2-billing_state-container {
  padding: 6px 15px;
  background: #f6ebe5;
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p .selection .select2-selection b {
  top: 70%;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p#billing_address_1_field {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address #billing_state_field,
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address #billing_country_field {
  margin-bottom: 19px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 p label {
  color: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 7px;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 p label .required {
  font-weight: 300;
  color: #f76e2a;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 p textarea {
  border: none;
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 10px 15px;
  min-height: 100px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields textarea {
  background: #f6ebe5;
}
.woocommerce-checkout .woocommerce form.checkout #order_review_heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table {
  margin-bottom: 53px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table thead tr th {
  padding: 8px 0 10px;
  text-align: left;
  color: #ffffff;
  border-bottom: 1px solid #454442;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr:first-child td {
  padding-top: 25px !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td {
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 6px 0 5px !important;
  text-align: left;
  border-top: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td strong {
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td dl {
  display: block;
  position: relative;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td dl dt {
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 6px 0 0 !important;
  text-align: left;
  border-top: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td dl dd {
  width: auto;
  display: inline-block;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td dl dd p {
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 6px 0 0 !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr .product-name {
  width: 30%;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr .product-total {
  width: 70%;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr .product-total .amount {
  font-weight: 300;
  color: #f6ebe5 !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th {
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 6px 0 5px !important;
  text-align: left;
  border-top: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th span.amount {
  font-weight: 300;
  color: #f6ebe5;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td {
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 6px 0 5px !important;
  text-align: left;
  border-top: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td span.amount {
  font-weight: 300;
  color: #f6ebe5;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods {
  padding: 9px 25px 12px;
  background: #f6ebe5;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  top: 0;
  left: 0;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #bcb9b8;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li input[type='radio']:checked {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  top: 0;
  left: 0;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #bcb9b8;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li input[type='radio']:checked:after {
  background-color: #f76e2a;
  border-radius: 6px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 6px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li label {
  color: #191715;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 11px 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li label a {
  color: #666;
  text-decoration: none;
  margin-left: 10px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li label a:hover {
  color: #f76e2a;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box {
  margin: 0;
  padding: 0;
  background: none;
  background: #ffffff;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box:after {
  content: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box:before {
  border-color: transparent transparent #fff;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box.payment_method_paypal {
  margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box p {
  line-height: 24px;
  padding: 15px 20px 16px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order {
  background: #24211e;
  padding: 29px 0 50px;
  margin: 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order {
  float: right;
  background: #f76e2a;
  border: medium none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 11px;
  padding: 8px 40px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover {
  background: #cd4908;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input:hover {
  background: #cd4908;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #191715;
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details {
  margin-bottom: 53px;
  border: none;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details thead tr th,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details thead tr th {
  padding: 8px 0 10px;
  text-align: left;
  color: #ffffff;
  border-bottom: 1px solid #454442;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details tbody tr:first-child td,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details tbody tr:first-child td {
  padding-top: 25px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details tbody tr td,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details tbody tr td {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 6px 0 5px !important;
  text-align: left;
  border-top: none;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details tbody tr td a,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details tbody tr td a {
  color: #aaaaaa;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details tbody tr td strong,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details tbody tr td strong {
  font-weight: 300;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details tbody tr .product-name,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details tbody tr .product-name {
  width: 30%;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details tbody tr .product-total,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details tbody tr .product-total {
  width: 70%;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details tbody tr .product-total .amount,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details tbody tr .product-total .amount {
  font-weight: 300;
  color: #f6ebe5 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details tfoot tr th,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details tfoot tr th {
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 6px 0 5px !important;
  text-align: left;
  border-top: none;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details tfoot tr th span.amount,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details tfoot tr th span.amount {
  font-weight: 300;
  color: #f6ebe5;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details tfoot tr td,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details tfoot tr td {
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 6px 0 5px !important;
  text-align: left;
  border-top: none;
}
.woocommerce-checkout .woocommerce .woocommerce-order-details table.order_details tfoot tr td span.amount,
.woocommerce-checkout .woocommerce .woocommerce-order-details .customer_details tfoot tr td span.amount {
  font-weight: 300;
  color: #f6ebe5;
}
/**
*   9.3 -  My Account Page
* -----------------------------------------------------------------------------
*/
.woocommerce h2 {
  font-family: 'Oswald', sans-serif;
  color: #f76e2a;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.woocommerce p {
  font-family: 'Poppins', sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce a {
  color: #f76e2a;
  text-decoration: none;
}
.woocommerce form.login p label,
.woocommerce .edit-account p label {
  font-family: 'Oswald', sans-serif;
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.woocommerce form.login p label .required,
.woocommerce .edit-account p label .required {
  color: #f76e2a;
}
.woocommerce form.login p input.input-text,
.woocommerce .edit-account p input.input-text {
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  color: #666666;
  font-size: 14px;
  border-radius: 0;
  border: none;
  font-weight: 300;
}
.woocommerce form.login p input.input-text:-webkit-autofill,
.woocommerce .edit-account p input.input-text:-webkit-autofill {
  background-color: transparent !important;
  background-image: none;
  color: #454442 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce form.login p .button,
.woocommerce .edit-account p .button {
  padding: 14px 25px;
  background: #f76e2a;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 12px;
  border: none;
  border-radius: 25px;
}
.woocommerce form.login p a,
.woocommerce .edit-account p a {
  color: #f76e2a;
}
.woocommerce .woocommerce-orders-table__cell-order-actions .button {
  padding: 7px 25px;
  background: #f76e2a;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 12px;
  border: none;
  border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: 'Poppins', sans-serif;
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #f76e2a;
}
.woocommerce .woocommerce-MyAccount-content h3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.woocommerce .woocommerce-MyAccount-content p {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  border-color: #f76e2a;
  letter-spacing: 0.3px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info:before {
  color: #f76e2a;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info a {
  color: #f76e2a;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .button {
  padding: 14px 25px;
  background: #f76e2a;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 12px;
  border: none;
  border-radius: 25px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button {
  padding: 14px 30px;
  background: #f76e2a;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 12px;
  border: none;
  border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-content legend {
  color: #666666;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
  padding-bottom: 5px;
}
.woocommerce .woocommerce-MyAccount-content table {
  border: 1px solid #f6ebe5;
  border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-content table thead tr th {
  padding: 15px;
}
.woocommerce .woocommerce-MyAccount-content table thead tr th span {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.woocommerce .woocommerce-MyAccount-content table tbody tr td {
  border-top: 1px solid #f6ebe5;
  padding: 20px 15px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3 {
  margin: 0;
  color: #ffffff;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 {
  width: 50%;
  padding-right: 30px;
  border-right: 1px solid #f6ebe5;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  width: 50%;
  padding-left: 30px;
}
/**
*   9.4 -  Product Related
* -----------------------------------------------------------------------------
*/
.related {
  border-top: 1px solid rgba(69, 68, 66, 0.5);
  margin-top: 60px;
}
.related h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #f6ebe5 !important;
  line-height: 30px;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: 73px;
  padding-bottom: 46px;
}
.related h2:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #f76e2a;
  position: absolute;
  left: 0;
  top: 45px;
}
.related ul.products {
  margin-bottom: 8px;
}
.related ul.products .tzShop-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 0 !important;
  text-align: center;
}
.related ul.products .tzShop-item.first {
  clear: none;
}
.related ul.products .tzShop-item .product-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
.related ul.products .tzShop-item .product-thumbnail:after {
  content: "";
  background: rgba(0, 0, 0, 0);
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  position: absolute;
  transition: all 0.3s ease;
}
.related ul.products .tzShop-item .product-thumbnail img {
  transition: all 0.4s ease;
  transform: scale(1);
}
.related ul.products .tzShop-item .product-thumbnail .tz-viewmore {
  background: #ffffff;
  bottom: -30px;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  left: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  letter-spacing: 0.3px;
}
.related ul.products .tzShop-item .product-thumbnail .tz-viewmore a {
  color: #666666;
}
.related ul.products .tzShop-item .product-thumbnail .tz-viewmore i {
  color: #666666;
  margin-left: 2px;
  transition: all 0.3s ease;
}
.related ul.products .tzShop-item .product-thumbnail:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.related ul.products .tzShop-item .product-thumbnail:hover img {
  transform: scale(1.1);
}
.related ul.products .tzShop-item .product-thumbnail:hover .tz-viewmore {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.related ul.products .tzShop-item .product-thumbnail:hover .tz-viewmore:hover a,
.related ul.products .tzShop-item .product-thumbnail:hover .tz-viewmore:hover i {
  color: #f76e2a;
}
.related ul.products .tzShop-item h3.tzShop-item_title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 23px;
  padding: 0;
}
.related ul.products .tzShop-item h3.tzShop-item_title a {
  color: #ffffff;
}
.related ul.products .tzShop-item h3.tzShop-item_title:hover a {
  color: #f76e2a;
}
.related ul.products .tzShop-item .price {
  margin-top: 3px;
  text-align: center;
}
.related ul.products .tzShop-item .price .amount {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #f76e2a;
}
.related ul.products .tzShop-item .price del {
  display: none !important;
}
.related ul.products .tzShop-item .price ins {
  text-decoration: none;
}
.related ul.products .tzShop-item span.onsale {
  left: 10px;
  right: auto;
  top: 10px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background: #f76e2a;
  width: 40px;
  height: 40px;
  line-height: 24px;
}
.related ul.products .tzShop-item span.onsale em {
  font-style: normal;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.5px;
  position: absolute;
  top: 15px;
}
.related ul.products .tzShop-item a.button {
  display: none;
}
/**
*   9.5 -  Shop Page
* -----------------------------------------------------------------------------
*/
.tzShop-wrap {
  padding: 100px 0;
}
.tzShop-wrap .tz-product .grid_pagination_block {
  margin-bottom: 37px;
}
.tzShop-wrap .tz-product .grid_pagination_block:after {
  content: '';
  display: block;
  clear: both;
}
.tzShop-wrap .tz-product .grid_pagination_block p.woocommerce-result-count {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #f6ebe5;
  font-size: 14px;
  float: left;
  margin: 0;
  padding-top: 4px;
}
.tzShop-wrap .tz-product .grid_pagination_block form.woocommerce-ordering {
  z-index: 99;
  float: right;
  margin: 0;
  position: relative;
  width: auto;
  height: auto;
}
.tzShop-wrap .tz-product .grid_pagination_block form.woocommerce-ordering:after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  color: #666666;
  right: 16px;
  top: auto;
  line-height: 1em;
  bottom: 12px;
  width: 1px;
}
.tzShop-wrap .tz-product .grid_pagination_block form.woocommerce-ordering select.orderby {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  padding: 0 11px;
  display: inline-block;
  line-height: 30px;
  min-width: 150px;
  background: #f6ebe5;
  border: none;
}
.tzShop-wrap .tz-product .grid_pagination_block .woocommerce-message {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  border-top: 3px solid #f76e2a;
  line-height: 40px;
}
.tzShop-wrap .tz-product .grid_pagination_block .woocommerce-message:before {
  color: #f76e2a;
}
.tzShop-wrap .tz-product .grid_pagination_block .woocommerce-message a.button {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: #f76e2a;
  padding: 14px 45px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.3px;
}
.tzShop-wrap .tz-product ul.products {
  margin: 0 -15px !important;
}
.tzShop-wrap .tz-product ul.products .tzShop-item {
  width: 33.33%;
  padding: 0 15px;
  margin: 0 0 50px;
  text-align: center;
}
.tzShop-wrap .tz-product ul.products .tzShop-item.first {
  clear: none;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .product-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .product-thumbnail:after {
  content: "";
  background: rgba(0, 0, 0, 0);
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  position: absolute;
  transition: all 0.3s ease;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .product-thumbnail img {
  transition: all 0.4s ease;
  transform: scale(1);
}
.tzShop-wrap .tz-product ul.products .tzShop-item .product-thumbnail .tz-viewmore {
  background: #ffffff;
  bottom: -30px;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  left: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  letter-spacing: 0.3px;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .product-thumbnail .tz-viewmore a {
  color: #666666;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .product-thumbnail .tz-viewmore i {
  color: #666666;
  margin-left: 2px;
  transition: all 0.3s ease;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .product-thumbnail:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.tzShop-wrap .tz-product ul.products .tzShop-item .product-thumbnail:hover img {
  transform: scale(1.1);
}
.tzShop-wrap .tz-product ul.products .tzShop-item .product-thumbnail:hover .tz-viewmore {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .product-thumbnail:hover .tz-viewmore:hover a,
.tzShop-wrap .tz-product ul.products .tzShop-item .product-thumbnail:hover .tz-viewmore:hover i {
  color: #f76e2a;
}
.tzShop-wrap .tz-product ul.products .tzShop-item h3.tzShop-item_title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 23px;
  padding: 0;
}
.tzShop-wrap .tz-product ul.products .tzShop-item h3.tzShop-item_title a {
  color: #ffffff;
}
.tzShop-wrap .tz-product ul.products .tzShop-item h3.tzShop-item_title:hover a {
  color: #f76e2a;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .price {
  margin-top: 3px;
  text-align: center;
  color: #f76e2a;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .price .amount {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #f76e2a;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .price del {
  display: none;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .price ins {
  text-decoration: none;
}
.tzShop-wrap .tz-product ul.products .tzShop-item span.onsale {
  left: 25px;
  right: auto;
  top: 10px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background: #f76e2a;
  width: 40px;
  height: 40px;
  line-height: 24px;
}
.tzShop-wrap .tz-product ul.products .tzShop-item span.onsale em {
  font-style: normal;
  left: 50%;
  letter-spacing: 0.5px;
  position: absolute;
  top: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tzShop-wrap .tz-product ul.products .tzShop-item a.button,
.tzShop-wrap .tz-product ul.products .tzShop-item .added_to_cart {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  background: #F6EBE5;
  padding: 14px 45px;
  margin-top: 10px;
  position: relative;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  cursor: pointer;
  display: inline-block;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
  letter-spacing: 0.3px;
}
.tzShop-wrap .tz-product ul.products .tzShop-item a.button:before,
.tzShop-wrap .tz-product ul.products .tzShop-item .added_to_cart:before {
  background: #f76e2a;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px;
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.tzShop-wrap .tz-product ul.products .tzShop-item a.button:hover,
.tzShop-wrap .tz-product ul.products .tzShop-item .added_to_cart:hover {
  color: #ffffff;
}
.tzShop-wrap .tz-product ul.products .tzShop-item a.button:hover:before,
.tzShop-wrap .tz-product ul.products .tzShop-item .added_to_cart:hover:before {
  transform: scaleX(1);
}
.tzShop-wrap .tz-product ul.products .tzShop-item .added_to_cart {
  opacity: 0;
  position: absolute;
  padding: 7px 45px;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .added_to_cart.wc-forward {
  opacity: 1;
  position: relative;
}
.tzShop-wrap .tz-product ul.products .tzShop-item .added {
  position: absolute !important;
  opacity: 0;
}
.tzShop-wrap .tz-product ul.products .tzShop-item.column-2 {
  width: 50%;
}
.tzShop-wrap .tz-product ul.products .tzShop-item.column-3 {
  width: 33.33%;
}
.tzShop-wrap .tz-product ul.products .tzShop-item.column-3:nth-child(3n+1) {
  clear: both;
}
.tzShop-wrap .tz-product ul.products .tzShop-item.column-4 {
  width: 25%;
}
.tzShop-wrap .tz-product ul.products .tzShop-item.column-4.first {
  clear: both;
}
.tz-sidebar .widget.widget_products ul li:last-child {
  border-bottom: none;
}
/**
*   9.6 -  Shop Detail
* -----------------------------------------------------------------------------
*/
body.woocommerce div.product div.images {
  margin-bottom: 60px;
}
.tzShop-detail {
  padding: 100px 0 127px;
}
.tzShop-detail .tz-product-detail .woocommerce-message {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  border-top: 3px solid #f76e2a;
  line-height: 40px;
}
.tzShop-detail .tz-product-detail .woocommerce-message:before {
  color: #f76e2a;
}
.tzShop-detail .tz-product-detail .woocommerce-message a.button {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: #f76e2a;
  padding: 14px 45px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.3px;
}
.tzShop-detail .tz-product-detail span.onsale {
  left: 20px;
  right: auto;
  top: 20px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  background: #f76e2a;
  width: 60px;
  height: 60px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tzShop-detail .tz-product-detail span.onsale em {
  font-style: normal;
  letter-spacing: 0.2px;
}
.tzShop-detail .tz-product-detail .flickity {
  background: transparent;
}
.tzShop-detail .tz-product-detail .flickity button {
  color: #666666;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tzShop-detail .tz-product-detail .flickity button:hover {
  background: transparent;
}
.tzShop-detail .tz-product-detail .flickity:hover button {
  opacity: 1;
  visibility: visible;
}
.tzShop-detail .tz-product-detail .gallery-thumbs {
  margin: 5px -5px 0;
}
.tzShop-detail .tz-product-detail .gallery-thumbs img {
  background: #F0F0F0;
}
.tzShop-detail .tz-product-detail .woocommerce-product-gallery {
  margin-bottom: 95px !important;
}
.tzShop-detail .tz-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__image {
  background: #f0f0f0;
}
.tzShop-detail .tz-product-detail .woocommerce-product-gallery ol {
  margin: 0 -5px !important;
}
.tzShop-detail .tz-product-detail .woocommerce-product-gallery ol li img {
  background: #f0f0f0;
}
.tzShop-detail .tz-product-detail .summary h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #f6ebe5;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 2px;
}
.tzShop-detail .tz-product-detail .summary .woocommerce-product-rating {
  color: #efbc6d;
  font-size: 14px;
  margin-bottom: 20px;
}
.tzShop-detail .tz-product-detail .summary .woocommerce-product-rating .woocommerce-review-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #888888;
  line-height: 24px;
}
.tzShop-detail .tz-product-detail .summary .price {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 24px;
  color: #f76e2a;
  margin-bottom: 21px;
}
.tzShop-detail .tz-product-detail .summary .price ins {
  color: #f76e2a;
  float: left;
  margin-right: 20px;
  text-decoration: none;
  font-weight: 500;
}
.tzShop-detail .tz-product-detail .summary .price del {
  color: #666666;
  font-weight: 500;
}
.tzShop-detail .tz-product-detail .summary .woocommerce-product-details__short-description {
  border-bottom: 1px solid rgba(69, 68, 66, 0.5);
  margin-bottom: 41px;
}
.tzShop-detail .tz-product-detail .summary .woocommerce-product-details__short-description p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 24px;
  margin: 0;
  padding-bottom: 37px;
}
.tzShop-detail .tz-product-detail .summary form.cart {
  margin-bottom: 22px;
}
.tzShop-detail .tz-product-detail .summary form.cart .quantity {
  position: relative;
  display: inline-block;
  margin: auto;
}
.tzShop-detail .tz-product-detail .summary form.cart .quantity input {
  background: #f6ebe5;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  border: none;
  padding: 11px 30px 10px 30px;
  width: 120px;
  border-radius: 25px;
  line-height: inherit;
}
.tzShop-detail .tz-product-detail .summary form.cart .quantity i {
  cursor: pointer;
  height: 40px;
  position: absolute;
  top: 0;
  width: 20px;
}
.tzShop-detail .tz-product-detail .summary form.cart .quantity .increment {
  right: 6px;
}
.tzShop-detail .tz-product-detail .summary form.cart .quantity .increment:before {
  background: #666666 none repeat scroll 0 0;
  content: "";
  height: 9px;
  left: 9px;
  position: absolute;
  top: 15px;
  width: 1px;
}
.tzShop-detail .tz-product-detail .summary form.cart .quantity .increment:after {
  background: #666666 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 5px;
  position: absolute;
  top: 19px;
  width: 9px;
}
.tzShop-detail .tz-product-detail .summary form.cart .quantity .decrement {
  left: 13px;
}
.tzShop-detail .tz-product-detail .summary form.cart .quantity .decrement:after {
  background: #666666 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 19px;
  width: 9px;
}
.tzShop-detail .tz-product-detail .summary form.cart .button {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 12px;
  background: #f76e2a;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 45px;
  border-radius: 25px;
  margin-left: 5px;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tzShop-detail .tz-product-detail .summary form.cart .button:hover {
  background: #cd4908;
}
.tzShop-detail .tz-product-detail .summary form.cart.variations_form tr {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.tzShop-detail .tz-product-detail .summary form.cart.variations_form tr:last-child {
  margin-bottom: 0;
}
.tzShop-detail .tz-product-detail .summary form.cart.variations_form tr td {
  float: left;
}
.tzShop-detail .tz-product-detail .summary form.cart.variations_form .label {
  width: 20%;
  text-align: left;
}
.tzShop-detail .tz-product-detail .summary form.cart.variations_form .label label {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #f6ebe5;
  font-weight: 400;
  margin-top: 5px;
}
.tzShop-detail .tz-product-detail .summary form.cart.variations_form .value {
  width: 80%;
}
.tzShop-detail .tz-product-detail .summary form.cart.variations_form .value select {
  background: #f6ebe5 none repeat scroll 0 0;
  border: medium none;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  padding: 10px 20px;
  width: 100%;
}
.tzShop-detail .tz-product-detail .summary form.cart.variations_form .value select option {
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.tzShop-detail .tz-product-detail .summary form.cart.variations_form .woocommerce-variation-price {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share {
  display: block;
  position: relative;
  padding: 15px 0;
  border-top: none;
  margin-bottom: 6px;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share:before,
.tzShop-detail .tz-product-detail .summary .tz-post-share:after {
  content: "";
  display: table;
  clear: both;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  color: #f6ebe5;
  letter-spacing: 0.3px;
  padding-right: 34px;
  width: auto;
  float: left;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials {
  display: inline-block;
  position: relative;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares {
  margin: 0;
  display: inline-block;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share {
  margin: 0 10px 0 0;
  overflow: hidden;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share .jssocials-share-logo {
  font-size: inherit;
  vertical-align: inherit;
  width: auto;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share a {
  line-height: 35px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  padding: 0 25px;
  color: #d8ecf0;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.8);
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share .jssocials-share-count-box {
  height: auto;
  line-height: 35px;
  font-family: 'Poppins', sans-serif;
  color: #d8ecf0;
  font-weight: 300;
  font-size: 12px;
  padding: 0;
  min-width: 40px;
  width: auto;
  text-align: center;
  background: #000;
  margin-top: 1px;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook:hover a {
  background: #3c4d75;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook:hover .jssocials-share-count-box {
  background: #324165;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook a {
  background: #566ea8;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-facebook .jssocials-share-count-box {
  background: #4c6298;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter:hover a {
  background: #257396;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter:hover .jssocials-share-count-box {
  background: #205b77;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter a {
  background: #39a0ce;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-twitter .jssocials-share-count-box {
  background: #308ab3;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-googleplus {
  display: none;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-googleplus a {
  background: #d44939;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-googleplus .jssocials-share-count-box {
  background: #be4032;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-linkedin {
  display: none;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-linkedin a {
  background: #0077b5;
}
.tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share.jssocials-share-linkedin .jssocials-share-count-box {
  background: #00689e;
}
.tzShop-detail .tz-product-detail .summary .product_meta span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #f6ebe5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tzShop-detail .tz-product-detail .summary .product_meta span a {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #666666;
  padding: 5px 20px 4px;
  background: #f6ebe5;
  margin-right: 10px;
  border-radius: 25px;
  font-size: 12px;
  text-transform: capitalize;
}
.tzShop-detail .tz-product-detail .summary .product_meta span a:hover {
  color: #fff;
  background: #f76e2a;
}
.tzShop-detail .tz-product-detail .summary .product_meta span a:first-child {
  margin-left: 38px;
}
.tzShop-detail .tz-product-detail .summary .product_meta .sku_wrapper {
  display: inline-block;
}
.tzShop-detail .tz-product-detail .summary .product_meta .sku_wrapper .sku {
  float: right;
  margin: 0;
  padding-left: 49px;
  font-size: 14px;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs {
  padding-top: 40px;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs {
  margin: 0 !important;
  padding: 0 !important;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #454442 !important;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 22px;
  background: #24211e !important;
  border-radius: 0 !important;
  margin: 0 !important;
  border: 1px solid #454442 !important;
  min-width: 125px;
  text-align: center;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li.active {
  background: #24211e !important;
  border-top: 2px solid #f76e2a !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
  border-radius: 0;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li.active:before {
  display: none;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li.active a {
  color: #f6ebe5 !important;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li a {
  color: #888888 !important;
  font-weight: 400 !important;
  padding: 0 !important;
  line-height: 39px;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li a:hover {
  color: #f6ebe5 !important;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs .woocommerce-Tabs-panel {
  background: #24211e !important;
  padding: 50px 40px !important;
  border: 1px solid #454442;
  border-radius: 0;
  border-top: none;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #aaaaaa;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs .woocommerce-Tabs-panel th {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol {
  padding-left: 0;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol li .comment_container img.avatar {
  width: 70px !important;
  background: none !important;
  border: none !important;
  border-radius: 50%;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol li .comment_container .comment-text {
  padding-top: 0 !important;
  margin: 0 0 0 80px !important;
  border: none !important;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol li .comment_container .comment-text .star-rating {
  color: #efbc6d !important;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol li .comment_container .comment-text .meta {
  margin-bottom: 0 !important;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol li .comment_container .comment-text .meta .woocommerce-review__author {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #f6ebe5;
  letter-spacing: 0.3px;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol li .comment_container .comment-text .meta .description p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 24px;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-reply-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
  letter-spacing: 0.3px;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-rating label {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0.3px;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-rating p.stars span a {
  color: #efbc6d !important;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author,
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email {
  width: 48%;
  display: inline-block;
  float: left;
  margin-right: 2%;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author label,
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email label {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0.3px;
  display: block;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author input,
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email input {
  background: #f6ebe5;
  color: #888888;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 40px;
  display: block;
  padding: 0 20px;
  width: 100%;
  margin: 0 0 20px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author input:active,
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email input:active,
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author input:focus,
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email input:focus,
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author input:hover,
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email input:hover {
  -webkit-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -moz-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -ms-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -o-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment label {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0.3px;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment textarea {
  height: 150px;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  background: #f6ebe5;
  color: #888888;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 14px 20px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment textarea:active,
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment textarea:focus,
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment textarea:hover {
  -webkit-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -moz-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -ms-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  -o-box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
  box-shadow: 2px 0 7px rgba(247, 110, 42, 0.9);
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form p.form-submit .submit {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 7px 65px;
  background: #f76e2a;
  border-radius: 25px;
}
.tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form p.form-submit .submit:hover {
  background: #cd4908;
}
#gallery-main .gallery-cell {
  margin-bottom: 10px;
}
.gallery-cell,
#gallery-main img {
  width: 100%;
}
.gallery-cell a i {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  color: #24211e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-thumbs {
  margin: 0 -5px;
}
.gallery-thumbs .gallery-cell {
  width: 25%;
  float: left;
  padding: 0 5px;
}
.gallery-thumbs img {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-thumbs .is-nav-selected img,
.gallery-thumbs img:hover {
  opacity: 1;
}
/**
* 10.0 -  Light Version
* -----------------------------------------------------------------------------
*/
body.amita-light {
  color: #666666;
  /*  Background Color  */
  /*  End Background Color  */
  /*  End Text Color  */
  /*  End Text Color  */
  /*  Heading Color  */
  /*  End Heading Color  */
  /*  Main Color  */
  /*  End Main Color  */
  /*  Background Button */
  /*  End Background Button */
}
body.amita-light #wrapper {
  background-color: #fff;
}
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order,
body.amita-light #tribe-events-content-wrapper #tribe-events-bar form,
body.amita-light #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views .tribe-bar-views-inner,
body.amita-light #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views,
body.amita-light .tz-vc-events .events-content .tab-head ul li a:after,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li.active,
body.amita-light .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li.active,
body.amita-light .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav span.su-tabs-current {
  background-color: #fff;
}
body.amita-light .amita-white,
body.amita-light .vc_custom_1508818806868 {
  background-color: #fff !important;
}
body.amita-light .tz-comments ol li .comment-content p,
body.amita-light .tz-sidebar .widget.widget_search .search-form input,
body.amita-light div.wpcf7 form input,
body.amita-light div.wpcf7 form select,
body.amita-light div.wpcf7 form textarea,
body.amita-light .tz-sidebar .widget ul li a,
body.amita-light .tz-vc-heading .content .description,
body.amita-light .tz-vc-heading .content p,
body.amita-light .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label,
body.amita-light .tz-sidebar .widget ul li,
body.amita-light .tzShop-detail .tz-product-detail .summary .woocommerce-product-details__short-description p,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs .woocommerce-Tabs-panel p,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-reply-title,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-rating label,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment label,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment textarea,
body.amita-light .woocommerce #reviews #comments ol.commentlist li .meta,
body.amita-light .woocommerce .cart-collaterals .cart_totals table tbody tr th,
body.amita-light .woocommerce .cart-collaterals .cart_totals table tbody tr td .amount,
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td,
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th,
body.amita-light .tz-vc-events .events-content .events-item .content span,
body.amita-light .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .date,
body.amita-light .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .time,
body.amita-light .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-single-event-description p,
body.amita-light .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description p,
body.amita-light #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content p,
body.amita-light #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h2,
body.amita-light .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
body.amita-light .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a,
body.amita-light .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist button,
body.amita-light .tz-single-music .music-song .music_player .tz-song-lyric .song-lyric,
body.amita-light .tz-single-music .music_video .song-video-artist .song-lyric,
body.amita-light .tz-song-list .tz-song-content .tz-song-item a,
body.amita-light .tz-album-detail .music-album .tz-music-info .album-info .ab-item span,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist button,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-song-lyric .song-lyric,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs .tz-song-item a,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs .tz-song-item a,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content,
body.amita-light .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-panes .su-tabs-pane p,
body.amita-light .tz-album-detail .music-album .tz-music-info .album-info .al-desc,
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td dl dt,
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td dl dd p,
body.amita-light .tz-page-content #bbpress-forums .bbp-pagination .bbp-pagination-count,
body.amita-light .tz-genre .music-content .all-songs .list-songs li a,
body.amita-light caption,
body.amita-light .tz-sidebar .widget input,
body.amita-light .tz-sidebar .widget select,
body.amita-light .tz-single-band .mp-list.video .mp-item .artist a,
body.amita-light .tz-single-band .mp-list.video .mp-item .artist a,
body.amita-light .tz-album-detail .mp-single.album .mp-info a,
body.amita-light .tz-album-detail .mp-single.album .mp-description,
body.amita-light .tz-song-lyric.mp-lyric .song-lyric,
body.amita-light .mp_playlist .jp-playlist ul li .jp-artist,
body.amita-light .tz-genre .music-content .mp-list .all-songs li a,
body.amita-light .tz-genre .music-content .mp-list .mp-item > span,
body.amita-light .mp-list .artist,
body.amita-light .mp-list .artist a,
body.amita-light .tz-single-music .mp-description,
body.amita-light .tz-album-detail .mp-button .button-item,
body.amita-light .tz-vc-menu .tz-menu li.menu-item-has-children > a,
body.amita-light .tz-vc-menu .tz-menu a,
body.amita-light .tz-music-genre .btn-view-all,
body.amita-light .tz-list .list-all .mp-get-artist a,
body.amita-light .tz-list.audio .list-all .list-item .mp-button .button-item {
  color: #666666;
}
body.amita-light .tz-light-version .vc_general.vc_btn3,
body.amita-light .woocommerce form table.shop_table tbody tr.cart_item td a {
  color: #666666 !important;
}
body.amita-light .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-bar-value,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-bar-value {
  background-color: #666666;
}
body.amita-light h1,
body.amita-light h2,
body.amita-light h3,
body.amita-light h4,
body.amita-light h5,
body.amita-light h6,
body.amita-light .su-pullquote,
body.amita-light blockquote,
body.amita-light .tz-single .tz-post-single-item .tz-post-content .tz-post-title,
body.amita-light .tz-single .tz-post-single-item .tz-post-share > span,
body.amita-light .tz-post-share > span,
body.amita-light .tz-single .tz-post-single-item .tz-post-cat-tag span,
body.amita-light .tz-single .tz-single-navigation a,
body.amita-light .tz-comments ol li .comment-content h5 a,
body.amita-light .tz-sidebar .widget h2.widget-title,
body.amita-light .tz-sidebar .widget.tz-recent-widget .tz-recent-item a.title,
body.amita-light .tz-blog .tz-post-item .tz-post-content .tz-post-title a,
body.amita-light .tz-vc-media .tz-media-container .tz-media-item .tz-content h3 a,
body.amita-light.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a,
body.amita-light.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a,
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a,
body.amita-light .tz-vc-heading .content h3.title,
body.amita-light .tz-vc-bands-member .tz-bands-slider li .bands-info h5,
body.amita-light .tzShop-wrap .tz-product .grid_pagination_block p.woocommerce-result-count,
body.amita-light .tzShop-wrap .tz-product ul.products .tzShop-item h3.tzShop-item_title a,
body.amita-light .tz-sidebar .widget.widget_products ul li a span.product-title,
body.amita-light .tzShop-detail .tz-product-detail .summary .tz-post-share > span,
body.amita-light .tzShop-detail .tz-product-detail .summary .product_meta span,
body.amita-light .tzShop-detail .tz-product-detail .summary h2,
body.amita-light .related ul.products .tzShop-item h3.tzShop-item_title a,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol li .comment_container .comment-text .meta .woocommerce-review__author,
body.amita-light .woocommerce form table.shop_table thead tr th,
body.amita-light .woocommerce .cart-collaterals .cart_totals h2,
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p label,
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review_heading,
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table thead tr th,
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td span.amount,
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 p label,
body.amita-light .tz-vc-events .events-heading h3,
body.amita-light .tz-vc-events .events-content .events-item .content h4,
body.amita-light .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid h3,
body.amita-light #tribe-events-content-wrapper #tribe-events-bar form label,
body.amita-light #tribe-events-content-wrapper .tribe-events-list h2 a,
body.amita-light #tribe-events-content-wrapper .tribe-events-list h2,
body.amita-light #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h2 a,
body.amita-light .tribe-events-month .tz-title-month h2 a,
body.amita-light .tribe-events-month .tz-title-month h2,
body.amita-light .tz-album-releases .album-item .album-content .album-info h3.album-title a,
body.amita-light .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-title,
body.amita-light .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .view-song,
body.amita-light .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-time-holder span,
body.amita-light .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-current-time,
body.amita-light .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-duration,
body.amita-light .tz-single-music .music-song .music_player .tz-song-lyric .song-lyric span,
body.amita-light .tz-single-music .music-song .music_player .tz-song-lyric a,
body.amita-light .tz-single-music .song-other-album h2,
body.amita-light .tz-single-music .song-other-album .other-wrapper .album-item .album-info .album-title a,
body.amita-light .tz-single-music .song-other-video .other-wrapper .videos-content h3 a,
body.amita-light .tz-single-music .song-other-video h2,
body.amita-light .tz-single-music .music_video .video-title span.view-song,
body.amita-light .tz-single-music .music_video .song-video-artist a,
body.amita-light .tz-single-music .music_video .song-video-artist .song-lyric span,
body.amita-light .tz-song-list .tz-song-content h3,
body.amita-light .tz-album-detail .music-album .tz-music-info .album-info .album-title,
body.amita-light .tz-album-detail .music-album .tz-music-info .album-info .ab-item.right span,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-title,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-time-holder span,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-current-time,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-duration,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .jp-playlist-item,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .item-time,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-song-lyric .song-lyric span,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-song-lyric a,
body.amita-light .tz-album-detail .other-album h2,
body.amita-light .tz-album-detail .other-album .other-wrapper .album-item .album-info .album-title a,
body.amita-light .tz-vc-events .events-content .tab-head ul li a,
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields h3,
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields h3,
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields p label span,
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields .create-account label,
body.amita-light .tribe-events-day .type-tribe_events .tz-content-day h3 a,
body.amita-light #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h3 a,
body.amita-light .tz-single-artist .tz-artist .tz-info span > span,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs h3,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li.active a,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content #video .all-videos .videos-content h3 a,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info h3.album-title a,
body.amita-light .tz-single-band .tz-band .tz-info span > span,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs h3,
body.amita-light .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li.active a,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content #video .all-videos .videos-content h3 a,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info h3.album-title a,
body.amita-light .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav span.su-tabs-current,
body.amita-light .tz-single-music .music_video .video-title h3,
body.amita-light .tzShop-detail .tz-product-detail .summary form.cart.variations_form .label label,
body.amita-light .tz-page-content #bbpress-forums .tz-forums-top .tz-forums-label,
body.amita-light .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul li .bbp-topic-permalink,
body.amita-light .tz-genre .music-content h2,
body.amita-light .tz-genre .music-content .all-videos .list-videos .videos-item h3 a,
body.amita-light .page-links a,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content .tab-pane a,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content .tab-pane a,
body.amita-light .tz-single-band .tz-info span > span,
body.amita-light .tz-single-band .mp-list.artist .mp-item .item-info span > span,
body.amita-light .tz-album-detail .mp-single.album .mp-name,
body.amita-light .tz-album-detail .mp-count span,
body.amita-light .tz-album-detail .mp-count i,
body.amita-light .tz-song-lyric.mp-lyric h3,
body.amita-light .tz-song-lyric.mp-lyric a,
body.amita-light .mp_playlist .jp-playlist ul li .item-time,
body.amita-light .mp_playlist .jp-playlist ul li .jp-playlist-item,
body.amita-light .tz-genre .music-content .mp-list .mp-item h3 a,
body.amita-light .jp-details .jp-title,
body.amita-light .tz-single-music .song-title,
body.amita-light .tz-single-music .mp-info a,
body.amita-light .tz-single-music .song-other h2,
body.amita-light .tz-single-music .song-other .other-wrapper .other-content h3 a,
body.amita-light .tz-vc-product .product-item h3.product-title a,
body.amita-light .tz-list .list-all .list-item h3 a,
body.amita-light .tz-music-chart h4 a,
body.amita-light .tz-music-chart.song .number,
body.amita-light .head-member .user-name,
body.amita-light .head-member .name p,
body.amita-light .user-profile.tz-edit .profile-header-navs a,
body.amita-light .user-profile.tz-edit .basic-info h5,
body.amita-light .user-profile.tz-edit .basic-info .item > label,
body.amita-light .user-profile.tz-edit .basic-info .item > span:first-child,
body.amita-light .user-profile.tz-edit .wishlist .song_item_wishlist a,
body.amita-light .user-profile.tz-edit .follower-list .name,
body.amita-light .music-press-member-edit h2,
body.amita-light .music-press-member-edit label {
  color: #454442;
}
body.amita-light .amita-heading-light h3 span,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li.active a,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li a:hover,
body.amita-light .related h2,
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr .product-total .amount {
  color: #454442 !important;
}
body.amita-light.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:before,
body.amita-light.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:after,
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:before,
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-color: #454442;
}
body.amita-light a,
body.amita-light a:active,
body.amita-light a.active,
body.amita-light a:hover,
body.amita-light a.hover,
body.amita-light a:focus,
body.amita-light a.focus,
body.amita-light .su-pullquote:before,
body.amita-light blockquote:before,
body.amita-light .tz-single .tz-single-navigation a:hover,
body.amita-light .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span a:hover,
body.amita-light .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span a.author-name,
body.amita-light .tz-comments ol li .comment-content h5 a:hover,
body.amita-light .tz-comments ol li .comment-content .edit-reply a:hover,
body.amita-light .tz-sidebar .widget ul li a:hover,
body.amita-light .tz-sidebar .widget.tz-recent-widget .tz-recent-item a.title:hover,
body.amita-light .tz-blog .tz-post-item .tz-post-content .tz-post-title a:hover,
body.amita-light .tz-vc-media .tz-media-container .tz-media-item .tz-content h3 a:hover,
body.amita-light.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.amita-light.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover,
body.amita-light.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a:hover,
body.amita-light .tzShop-wrap .tz-product ul.products .tzShop-item h3.tzShop-item_title a:hover,
body.amita-light .related ul.products .tzShop-item h3.tzShop-item_title a:hover,
body.amita-light .tz-vc-events .events-heading a:hover,
body.amita-light .tz-vc-events .events-content .events-item .content h4:hover,
body.amita-light #tribe-events-content-wrapper .tribe-events-list h2 a:hover,
body.amita-light #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h2 a:hover,
body.amita-light .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a:hover,
body.amita-light .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a:hover,
body.amita-light .tz-album-releases .album-item .album-content .album-info h3.album-title a:hover,
body.amita-light .tz-single-music .song-other-album .other-wrapper .album-item .album-info .album-title a:hover,
body.amita-light .tz-single-music .song-other-video .other-wrapper .videos-content h3 a:hover,
body.amita-light .tz-song-list .tz-song-content .tz-song-item a:hover,
body.amita-light .tz-album-detail .music-album .tz-music-info .album-info .ab-item .ab-artist,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist button:hover,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .song-download a:hover,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .playlist-download:hover,
body.amita-light .tz-album-detail .other-album .other-wrapper .album-item .album-info .album-title a:hover,
body.amita-light .tz-vc-bands-member .tz-bands-slider li .bands-info h5:hover,
body.amita-light .tribe-events-day .type-tribe_events .tz-content-day h3 a:hover,
body.amita-light #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h3 a:hover,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content #video .all-videos .videos-content h3 a:hover,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info h3.album-title a:hover,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs .tz-song-item a:hover,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content #video .all-videos .videos-content h3 a:hover,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info h3.album-title a:hover,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs .tz-song-item a:hover,
body.amita-light .woocommerce .cart-collaterals .cart_totals table tbody tr td strong .amount,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content .tab-pane a:hover,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content .tab-pane a:hover,
body.amita-light .tz-genre .music-content .all-songs .list-songs li a:hover,
body.amita-light .tz-genre .music-content .all-videos .list-videos .videos-item h3 a:hover,
body.amita-light .tz-single-artist .mp-list.video .mp-item .artist a:hover,
body.amita-light .tz-single-band .mp-list.video .mp-item .artist a:hover,
body.amita-light .tz-album-detail .mp-single.album .mp-info a:hover,
body.amita-light .tz-song-lyric.mp-lyric a:hover,
body.amita-light .mp_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current,
body.amita-light .tz-genre .music-content .mp-list .all-songs li a:hover,
body.amita-light .tz-genre .music-content .mp-list .mp-item h3:hover a,
body.amita-light .tz-genre .music-content .mp-list .mp-item .artist a:hover,
body.amita-light .tz-single-music .mp-info a:hover,
body.amita-light .tz-single-music .song-other .other-wrapper .other-content h3 a:hover,
body.amita-light .mp_playlist .jp-playlist ul li .jp-playlist-item:hover,
body.amita-light .tz-vc-product .product-item h3.product-title:hover a,
body.amita-light .tz-list .list-all .list-item h3 a:hover,
body.amita-light .tz-music-chart h4 a:hover,
body.amita-light .tz-vc-menu .tz-menu a:hover,
body.amita-light .tz-music-genre .btn-view-all:hover,
body.amita-light .tz-list .list-all .mp-get-artist a:hover,
body.amita-light .tz-list.audio .list-all .list-item .mp-button .button-item:hover,
body.amita-light .user-profile.tz-edit .profile-header-navs a:hover,
body.amita-light .user-profile.tz-edit .wishlist .song_item_wishlist a:hover {
  color: #f76e2a;
}
body.amita-light .woocommerce form table.shop_table tbody tr.cart_item td a:hover {
  color: #f76e2a !important;
}
body.amita-light .tz-single .tz-post-single-item .tz-post-cat-tag a:hover,
body.amita-light .tz-sidebar .widget.widget_tag_cloud .tag-cloud-link:hover,
body.amita-light .tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore:hover,
body.amita-light .navigation .nav-links .page-numbers:hover,
body.amita-light .navigation .nav-links .page-numbers.current,
body.amita-light .page-links a:hover,
body.amita-light .page-links > .page-number,
body.amita-light .site-error-btn a:hover,
body.amita-light .tz-vc-media .tz-filter .tz-fillter-box a:hover,
body.amita-light .tz-vc-media .tz-filter .tz-fillter-box a.selected,
body.amita-light.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title,
body.amita-light.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title:hover,
body.amita-light .btn.btn-light:hover,
body.amita-light input[type='submit'].btn-light:hover,
body.amita-light .woocommerce form table.shop_table tbody tr td.actions .coupon input.button,
body.amita-light .tz-vc-events .events-content .events-item .btn-tickets a:hover,
body.amita-light #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-submit input,
body.amita-light #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more:hover,
body.amita-light .tz-album-detail .music-album .tz-music-info .sale-album a:hover,
body.amita-light .tzShop-detail .tz-product-detail .summary .product_meta span a:hover,
body.amita-light .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description .tribe-events-read-more:hover,
body.amita-light #tribe-events-content-wrapper .tribe-events-list #tribe-events-footer .tribe-events-sub-nav li a:hover,
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order,
body.amita-light .tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore span.overlay,
body.amita-light .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .button:hover,
body.amita-light .woocommerce form table.shop_table tbody tr td.actions input:hover,
body.amita-light .tz-album-detail .sale-album a:hover {
  background-color: #f76e2a;
}
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:before,
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon:before,
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:after,
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon:after {
  border-color: #f76e2a;
}
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li.active,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li.active,
body.amita-light .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li.active,
body.amita-light .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav span.su-tabs-current {
  border-top-color: #f76e2a !important;
}
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
body.amita-light .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover {
  background-color: #cd4908;
}
body.amita-light .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span,
body.amita-light .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span a,
body.amita-light .tz-vc-bands-member .tz-bands-slider li .bands-info span,
body.amita-light .tz-album-releases .album-item .album-content .album-info span.album-meta,
body.amita-light .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-status,
body.amita-light .tz-single-music .song-other-album .other-wrapper .album-item .album-info span,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-status,
body.amita-light .tz-album-detail .other-album .other-wrapper .album-item .album-info span,
body.amita-light #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters input,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li a,
body.amita-light .tz-single-artist .tz-artist .tz-info span label,
body.amita-light .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li a,
body.amita-light .tz-single-band .tz-band .tz-info span label,
body.amita-light .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav span,
body.amita-light .tz-single-band .mp-list.albums .mp-item > span,
body.amita-light .tz-single-band .mp-list.artist .mp-item .item-info span label {
  color: #888;
}
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li a {
  color: #888 !important;
}
body.amita-light .su-pullquote,
body.amita-light blockquote,
body.amita-light .tz-single .tz-post-single-item .tz-post-cat-tag a,
body.amita-light .tz-sidebar .widget.widget_search .search-form input,
body.amita-light div.wpcf7 form input,
body.amita-light div.wpcf7 form select,
body.amita-light div.wpcf7 form textarea,
body.amita-light .tz-sidebar .widget.widget_tag_cloud .tag-cloud-link,
body.amita-light .tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore,
body.amita-light .navigation .nav-links .page-numbers,
body.amita-light .page-links a,
body.amita-light .site-error-btn a,
body.amita-light .tz-vc-media .tz-filter .tz-fillter-box a,
body.amita-light.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title,
body.amita-light.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title,
body.amita-light .vc_color-white.vc_message_box-solid,
body.amita-light .btn.btn-light,
body.amita-light input[type='submit'].btn-light,
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a,
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a span:before,
body.amita-light .tzShop-wrap .tz-product .grid_pagination_block form.woocommerce-ordering select.orderby,
body.amita-light .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .button,
body.amita-light .tzShop-wrap .tz-product ul.products .tzShop-item a.button,
body.amita-light .tzShop-wrap .tz-product ul.products .tzShop-item .added_to_cart,
body.amita-light .tzShop-detail .tz-product-detail .summary form.cart .quantity input,
body.amita-light .tzShop-detail .tz-product-detail .summary .product_meta span a,
body.amita-light .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity input,
body.amita-light .woocommerce form table.shop_table tbody tr td.actions .coupon input,
body.amita-light .woocommerce form table.shop_table tbody tr td.actions input,
body.amita-light.woocommerce-checkout .woocommerce .woocommerce-info,
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input,
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields textarea,
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection #select2-billing_country-container,
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection #select2-billing_state-container,
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods,
body.amita-light .tz-vc-events .events-content .events-item .btn-tickets a,
body.amita-light .tribe-events-meta-group dl,
body.amita-light .tz-comments ol li .comment-author,
body.amita-light #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters input,
body.amita-light #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views .tribe-bar-views-inner ul li a,
body.amita-light .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description .tribe-events-read-more,
body.amita-light #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more,
body.amita-light #tribe-events-content-wrapper .tribe-events-list #tribe-events-footer .tribe-events-sub-nav li a,
body.amita-light .tribe-events-month table.tribe-events-calendar tbody tr td,
body.amita-light .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-bar,
body.amita-light .tz-song-list .tz-song-alphanav,
body.amita-light .tz-album-detail .music-album .tz-music-info .sale-album a,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-bar,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author input,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email input,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment textarea,
body.amita-light.woocommerce-checkout .woocommerce .woocomerce-form,
body.amita-light.woocommerce-checkout .woocommerce form.checkout_coupon,
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields .create-account input,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character,
body.amita-light .tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form input#bbp_search,
body.amita-light .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul.odd,
body.amita-light .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item,
body.amita-light .tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore span,
body.amita-light .tz-sidebar .widget input,
body.amita-light .tz-sidebar .widget select,
body.amita-light .tz-album-detail .sale-album a,
body.amita-light .tz-song-lyric.mp-lyric,
body.amita-light .mp_playlist .jp-playlist,
body.amita-light .tz-vc-table table tr td,
body.amita-light .tz-album-detail .mp-button .button-item {
  background-color: #f0f0f0;
}
body.amita-light .tz-single-music .music-song .music_player .tz-song-lyric,
body.amita-light .tz-single-music .music_video .song-video-artist,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-song-lyric {
  background-color: rgba(240, 240, 240, 0.3);
}
body.amita-light .tz-light-version .vc_general.vc_btn3,
body.amita-light .vc_custom_1508813359280 {
  background-color: #f0f0f0 !important;
}
body.amita-light .tz-light-version .vc_general.vc_btn3 .tz-vc-heading .content .description span,
body.amita-light .vc_custom_1508813359280 .tz-vc-heading .content .description span {
  color: #666 !important;
}
body.amita-light .amita-grey {
  background-color: #f0f0f0 !important;
}
body.amita-light .tzShop-detail .tz-product-detail .summary form.cart.variations_form .value select,
body.amita-light .tz-page-content #bbpress-forums .bbp-template-notice {
  background-color: #eee;
}
body.amita-light.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input:-webkit-autofill {
  background-color: #f0f0f0 !important;
  -webkit-box-shadow: 0 0 0 1000px #f0f0f0 inset !important;
  /* border-bottom: 1px solid #eeeeee; */
}
body.amita-light.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panels .vc_tta-panel-body,
body.amita-light.wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
  background-color: #fff;
  border: 1px solid #dddddd;
}
body.amita-light .tz-comments ol li .comment-content .content span,
body.amita-light .tz-comments ol li .comment-content .edit-reply a,
body.amita-light .tz-comments ol li .comment-content .edit-reply span {
  color: #aaa;
}
body.amita-light .tz-comments .comment-form input,
body.amita-light .tz-comments .comment-form textarea {
  background: #fff;
  border: 1px solid #dddddd;
}
body.amita-light .tz-comments .comment-form input:hover,
body.amita-light .tz-comments .comment-form textarea:hover,
body.amita-light .tz-comments .comment-form input:active,
body.amita-light .tz-comments .comment-form textarea:active,
body.amita-light .tz-comments .comment-form input:focus,
body.amita-light .tz-comments .comment-form textarea:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
body.amita-light .tz-Breadcrumb h1,
body.amita-light .site-title-404,
body.amita-light .site-error-box-header p,
body.amita-light #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-submit input,
body.amita-light .tz-album-detail .sale-album a:hover,
body.amita-light .tz-vc-genres h4 {
  color: #fff;
}
body.amita-light .tz-sidebar .widget.tz-recent-widget .tz-recent-item,
body.amita-light .tz-single .tz-single-navigation,
body.amita-light .tz-comments ol.comment-list,
body.amita-light .navigation,
body.amita-light .tz-sidebar .widget.widget_products ul li,
body.amita-light .related,
body.amita-light .tzShop-detail .tz-product-detail .summary .woocommerce-product-details__short-description,
body.amita-light .woocommerce form table.shop_table tbody tr.cart_item td,
body.amita-light .woocommerce .cart-collaterals .cart_totals table tbody .order-total th,
body.amita-light .woocommerce .cart-collaterals .cart_totals table tbody .order-total td,
body.amita-light.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table thead tr th,
body.amita-light #tribe-events-content-wrapper .tribe-events-list #tribe-events-footer,
body.amita-light #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month:before,
body.amita-light #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month:after,
body.amita-light .tz-single-music .song-other-album,
body.amita-light .tz-single-music .song-other-video,
body.amita-light .tz-single-music .tz-comments,
body.amita-light .tz-album-detail .other-album,
body.amita-light .woocommerce form table.shop_table tbody tr td.actions,
body.amita-light .tz-genre .music-content .all-songs,
body.amita-light .tz-album-detail .tz-comments {
  border-color: rgba(221, 221, 221, 0.3);
}
body.amita-light .tz-vc-events .events-content .events-item,
body.amita-light .tz-song-list .tz-song-content h3,
body.amita-light .tz-album-detail .music-album .album-desc,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs h3,
body.amita-light .tz-single-artist .tz-artist .artist-social,
body.amita-light .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs h3,
body.amita-light .tz-single-band .tz-band .band-social,
body.amita-light table thead,
body.amita-light table thead tr th,
body.amita-light table tbody,
body.amita-light table tbody tr th,
body.amita-light table tbody tr td,
body.amita-light .tz-single-band .tz-band .tz-divider,
body.amita-light .tz-single-artist .tz-artist .tz-divider,
body.amita-light .tz-single-band .tz-band .tz-divider,
body.amita-light .tz-genre .music-content .mp-list,
body.amita-light .tz-single-music .song-other,
body.amita-light .tz-list.audio .list-all .list-item .item,
body.amita-light .tz-music-chart .content {
  border-color: rgba(221, 221, 221, 0.5);
}
body.amita-light .tz-vc-events .events-content .tab-head ul li a,
body.amita-light .tz-vc-events .events-content .tab-head,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li,
body.amita-light .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs,
body.amita-light .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li,
body.amita-light .tz-single-band .tz-band-content .tz-tab ul.nav-tabs,
body.amita-light .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav span,
body.amita-light .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav,
body.amita-light .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-panes .su-tabs-pane {
  border-color: #dddddd;
}
body.amita-light hr,
body.amita-light .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-progress,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-progress {
  background-color: rgba(221, 221, 221, 0.5);
}
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading,
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: rgba(170, 170, 170, 0.1);
}
body.amita-light.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background-color: #ddd;
  color: #666666;
}
body.amita-light .su-table td {
  background: #f0f0f0 !important;
  border-left-color: #fff !important;
}
body.amita-light .su-table .su-even:first-child td {
  background: #f76e2a !important;
}
body.amita-light .su-table .su-even td {
  background: #e2e2e2 !important;
}
body.amita-light .su-table th {
  border-left-color: #fff !important;
}
body.amita-light .tz-vc-table table tbody tr td,
body.amita-light .tz-vc-table table tr td.border-bottom {
  border-color: #fff;
}
body.amita-light .su-table.tz-style-2 td,
body.amita-light .su-table tbody > tr:not(:last-child) > th:first-child {
  border-bottom-color: #fff !important;
}
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li,
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs .woocommerce-Tabs-panel {
  background: transparent !important;
  border-color: #dddddd !important;
}
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs:before {
  border-color: #dddddd !important;
}
body.amita-light .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #fff !important;
}
body.amita-light .tzShop-detail .tz-product-detail .summary .price del {
  color: #ddd;
}
body.amita-light .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  border-color: rgba(69, 68, 66, 0.1);
}
body.amita-light .tribe-events-month table.tribe-events-calendar tbody tr td,
body.amita-light .tribe-events-calendar td div[id*=tribe-events-daynum-] {
  border-color: currentcolor #fff #fff !important;
}
body.amita-light .tribe-events-month table.tribe-events-calendar thead tr th {
  border-color: #fff;
}
body.amita-light .tz-single-music .music_video .jp-video .jp-gui .jp-interface {
  background-color: #24211e;
}
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .song-download a,
body.amita-light .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .playlist-download {
  color: #aaa;
}
body.amita-light .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul.even,
body.amita-light .tz-page-content #bbpress-forums .bbp-replies .bbp-body .bbp-reply-header {
  background-color: #e2e2e2;
}
body.amita-light #bbpress-forums .bbp-forum-info .bbp-forum-content,
body.amita-light #bbpress-forums p.bbp-topic-meta {
  color: #7d7d7d;
}
body.amita-light .tz-vc-table table tr:nth-child(2n+1) td {
  background: #e2e2e2;
}
body.amita-light .btn,
body.amita-light input[type='submit'] {
  color: #fff;
}
body.amita-light .tz-light-version .vc_general.vc_btn3:hover {
  background: #f76e2a !important;
  color: #ffffff !important;
}
body.amita-light .tz-album-detail .mp-button .button-item.active,
body.amita-light .tz-album-detail .mp-button .button-item:hover {
  background: #f76e2a;
  color: #ffffff;
}
body.amita-light .user-profile.tz-edit .wishlist .paginate a,
body.amita-light .tz-single-music .mp-button .button-item {
  background: #f0f0f0;
  color: #666666;
}
body.amita-light .user-profile.tz-edit .wishlist .paginate a:hover,
body.amita-light .tz-single-music .mp-button .button-item:hover {
  background: #f76e2a;
  color: #ffffff;
}
body.amita-light .music-press-member-edit input,
body.amita-light .music-press-member-edit select {
  background: #f0f0f0;
  color: #666666;
}
body.amita-light .music-press-member-edit .contacts-list .item > span {
  background: #f0f0f0;
  color: #666666;
}
body.amita-light .music-press-member-edit .contacts-list .item > span:hover {
  background: #f76e2a;
  color: #ffffff;
}
body.amita-light .user-profile.tz-edit .profile-header-navs {
  background: #f0f0f0;
}
/**
* 14.0 -  Music Store Version
* -----------------------------------------------------------------------------
*/
body.amita-store {
  color: #93a8b3;
  /*  Background Color  */
  /*  End Background Color  */
  /*  End Text Color  */
  /*  End Text Color  */
  /*  Title Widget Color  */
  /*  End Title Widget Color  */
  /*  Heading Color  */
  /*  End Heading Color  */
  /*  Main Color  */
  /*  End Main Color  */
  /*  Background Button */
  /*  End Background Button */
  /*  White Color */
  /*  End White Color  */
  /*  Background Footer */
  /*  End Background Footer */
  /*  Song Detail */
  /*  demo  */
}
body.amita-store #wrapper {
  background-color: #f5f9fa;
}
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #f5f9fa !important;
}
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order,
body.amita-store #tribe-events-content-wrapper #tribe-events-bar form,
body.amita-store #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views .tribe-bar-views-inner,
body.amita-store #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views,
body.amita-store .tz-vc-events .events-content .tab-head ul li a:after,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li.active,
body.amita-store .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li.active,
body.amita-store .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav span.su-tabs-current {
  background-color: #f5f9fa;
}
body.amita-store .amita-white,
body.amita-store .vc_custom_1508818806868 {
  background-color: #f5f9fa !important;
}
body.amita-store .tz-sidebar .widget.widget_search .search-form input,
body.amita-store div.wpcf7 form input,
body.amita-store div.wpcf7 form select,
body.amita-store div.wpcf7 form textarea,
body.amita-store .tz-sidebar .widget ul li a,
body.amita-store .tz-vc-heading .content .description,
body.amita-store .tz-vc-heading .content p,
body.amita-store .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label,
body.amita-store .tz-sidebar .widget ul li,
body.amita-store .tzShop-detail .tz-product-detail .summary .woocommerce-product-details__short-description p,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs .woocommerce-Tabs-panel p,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-reply-title,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-rating label,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment label,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment textarea,
body.amita-store .woocommerce #reviews #comments ol.commentlist li .meta,
body.amita-store .woocommerce .cart-collaterals .cart_totals table tbody tr th,
body.amita-store .woocommerce .cart-collaterals .cart_totals table tbody tr td .amount,
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td,
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th,
body.amita-store .tz-vc-events .events-content .events-item .content span,
body.amita-store .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .date,
body.amita-store .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .time,
body.amita-store .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-single-event-description p,
body.amita-store .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description p,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content p,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h2,
body.amita-store .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
body.amita-store .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a,
body.amita-store .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist button,
body.amita-store .tz-single-music .music-song .music_player .tz-song-lyric .song-lyric,
body.amita-store .tz-single-music .music_video .song-video-artist .song-lyric,
body.amita-store .tz-song-list .tz-song-content .tz-song-item a,
body.amita-store .tz-album-detail .music-album .tz-music-info .album-info .ab-item span,
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist button,
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-song-lyric .song-lyric,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs .tz-song-item a,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs .tz-song-item a,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content,
body.amita-store .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-panes .su-tabs-pane p,
body.amita-store .tz-album-detail .music-album .tz-music-info .album-info .al-desc,
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td dl dt,
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td dl dd p,
body.amita-store .tz-page-content #bbpress-forums .bbp-pagination .bbp-pagination-count,
body.amita-store .tz-genre .music-content .all-songs .list-songs li a,
body.amita-store caption,
body.amita-store .tz-sidebar .widget input,
body.amita-store .tz-sidebar .widget select,
body.amita-store .tz-single-band .mp-list.video .mp-item .artist a,
body.amita-store .tz-single-band .mp-list.video .mp-item .artist a,
body.amita-store .tz-album-detail .mp-single.album .mp-description,
body.amita-store .tz-genre .music-content .mp-list .all-songs li a,
body.amita-store .tz-genre .music-content .mp-list .mp-item > span,
body.amita-store .mp-list .artist,
body.amita-store .mp-list .artist a,
body.amita-store .tz-single-music .mp-description,
body.amita-store .tz-single .tz-single-navigation a,
body.amita-store .tz-comments .comment-form .logged-in-as a,
body.amita-store .site-footer .tz-footer-content .widget p,
body.amita-store .site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address .tribe-address,
body.amita-store .site-footer .site-footer-bottom .tz-copyright p,
body.amita-store .site-footer .site-footer-bottom .footer-menu li a,
body.amita-store .site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address h4 a,
body.amita-store .site-footer .tz-footer-content .widget ul li a,
body.amita-store .site-footer .tz-footer-social .tz-social-item a,
body.amita-store .tz-single-artist .mp-list.albums .mp-item > span,
body.amita-store .tz-single-band .mp-list.albums .mp-item > span,
body.amita-store .tz-music-chart .nav-tabs li a,
body.amita-store .tz-music-chart .mp-get-artist,
body.amita-store .tz-music-chart .mp-get-artist a,
body.amita-store .tz-music-featured .btn-view-all,
body.amita-store .tz-list.audio .list-all .list-item .mp-button .button-item,
body.amita-store .tz-list.audio .list-all .list-item .mp-button .mp-share .btn-share,
body.amita-store .tz-list .list-all .mp-get-artist,
body.amita-store .tz-list .list-all .mp-get-artist a,
body.amita-store .tz-music-genre .btn-view-all,
body.amita-store .user-profile.tz-edit .wishlist .paginate a,
body.amita-store .tz-album-detail,
body.amita-store .mp_playlist .jp-playlist ul li .song-download a,
body.amita-store .mp_playlist .jp-playlist ul li .song-download a,
body.amita-store .mp_playlist .jp-playlist ul li .item-time,
body.amita-store .tz-album-detail .mp-single.album .mp-info,
body.amita-store .mp_playlist .jp-playlist ul li .jp-artist,
body.amita-store .tz-suggestion .tz-list .list-all .mp-get-artist a,
body.amita-store .tz-suggestion .tz-list .list-all .mp-get-artist,
body.amita-store .tz-suggestion .tz-list .list-all .list-item .mp-button .button-item,
body.amita-store .tz-header.type_3 .header-top .tz-social-item a .overlay,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-message,
body.amita-store .tzShop-detail .tz-product-detail .summary .woocommerce-product-rating .woocommerce-review-link,
body.amita-store .tzShop-detail .tz-product-detail .summary form.cart .quantity input,
body.amita-store .related ul.products .tzShop-item .product-thumbnail .tz-viewmore a,
body.amita-store .related ul.products .tzShop-item .product-thumbnail .tz-viewmore i,
body.amita-store .site-footer .tz-footer-content .widget.tz-instagram-feed .clear a,
body.amita-store .tz-vc-latest-news.list .tz-item .tz-description .tz-meta span,
body.amita-store .tz-vc-upcoming .upcoming-content .events-item .content h4,
body.amita-store .tz-vc-upcoming .upcoming-content .events-item .content span,
body.amita-store .tz-vc-social .tz-item a > span,
body.amita-store .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description p,
body.amita-store .tz-vc-events .events-heading a,
body.amita-store .tz-vc-timeline .tz-item .tz-description p,
body.amita-store .tz-blog .tz-post-item .tz-post-content .tz-post-meta span a,
body.amita-store .tz-blog .tz-post-item .tz-post-content .tz-post-meta span,
body.amita-store .woocommerce-checkout .woocommerce .woocommerce-info a,
body.amita-store .tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form input#bbp_search,
body.amita-store .tz-page-content #bbpress-forums .bbp-template-notice p,
body.amita-store .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-meta,
body.amita-store .tz-page-content #bbpress-forums .bbp-replies .bbp-body .bbp-reply-header .bbp-meta span,
body.amita-store .tz-page-content #bbpress-forums .bbp-replies .bbp-body .bbp-reply-header .bbp-meta a,
body.amita-store .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-content p,
body.amita-store .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule span,
body.amita-store .tribe-events-meta-group dl dd,
body.amita-store .tribe-events-month .tz-title-month a,
body.amita-store .tribe-events-month .tz-title-month a i,
body.amita-store .tribe-events-month table.tribe-events-calendar tbody tr td .tribe-events-category-tour h3 a,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author span,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more,
body.amita-store #tribe-events-content-wrapper .tribe-events-list #tribe-events-footer .tribe-events-sub-nav li a,
body.amita-store .tribe-events-day .tz-title-day > a,
body.amita-store .tribe-events-day .tz-title-day > a:after,
body.amita-store .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-schedule,
body.amita-store .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-venue-details,
body.amita-store .tz-song-list .tz-song-alphanav .tz-song-alphanav-character a,
body.amita-store .tz-single-music .mp-info a,
body.amita-store .mp-info {
  color: #93a8b3;
}
body.amita-store .tz-light-version .vc_general.vc_btn3,
body.amita-store .woocommerce form table.shop_table tbody tr.cart_item td a {
  color: #93a8b3 !important;
}
body.amita-store .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-bar-value,
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-bar-value {
  background-color: #93a8b3;
}
body.amita-store .tzShop-detail .tz-product-detail .summary .price del {
  color: #b1c0c8;
}
body.amita-store h1,
body.amita-store h2,
body.amita-store h3,
body.amita-store h4,
body.amita-store h5,
body.amita-store h6,
body.amita-store .tz-sidebar .widget h2.widget-title,
body.amita-store .tz-single .tz-post-single-item .tz-post-share > span,
body.amita-store .tz-single .tz-post-single-item .tz-post-cat-tag span {
  color: #0a0d25;
}
body.amita-store .su-pullquote,
body.amita-store blockquote,
body.amita-store .tz-single .tz-post-single-item .tz-post-content .tz-post-title,
body.amita-store .tz-single .tz-post-single-item .tz-post-cat-tag a,
body.amita-store .tz-sidebar .widget.widget_tag_cloud .tag-cloud-link,
body.amita-store .tz-sidebar .widget.widget_search .search-form .search-submit:after,
body.amita-store .tz-single-artist .tz-info span > span,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content .tab-pane a,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content .tab-pane a,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs h3,
body.amita-store .tz-single-band .tz-info span > span,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content .tab-pane a,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content .tab-pane a,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs h3,
body.amita-store .tz-music-chart h4 a,
body.amita-store .tz-list .list-all .list-item h3 a,
body.amita-store .tz-vc-menu .tz-menu li.menu-item-has-children > a,
body.amita-store .tz-vc-menu .tz-menu a,
body.amita-store .tz-single-band .mp-list.artist .mp-item .item-info span > span,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character a,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a,
body.amita-store .user-profile.tz-edit .profile-header-navs a,
body.amita-store .user-profile.tz-edit .basic-info h5,
body.amita-store .user-profile.tz-edit .basic-info .item > label,
body.amita-store .user-profile.tz-edit .basic-info .item > span:first-child,
body.amita-store .user-profile.tz-edit .wishlist .song_item_wishlist a,
body.amita-store .user-profile.tz-edit .follower-list .name,
body.amita-store .head-member .user-name,
body.amita-store .head-member .name p,
body.amita-store .music-press-member-edit h2,
body.amita-store .music-press-member-edit label,
body.amita-store .music-press-member-edit input,
body.amita-store .music-press-member-edit select,
body.amita-store .music-press-member-edit textarea,
body.amita-store .tz-album-detail .mp-single.album .mp-name,
body.amita-store .tz-album-detail .mp-single.album .mp-info a,
body.amita-store .tz-album-detail .mp-count span,
body.amita-store .tz-album-detail .mp-count i,
body.amita-store .tz-album-detail .other-album h2,
body.amita-store .tz-album-detail .other-album .other-wrapper .album-item .album-info .album-title a,
body.amita-store .tz-suggestion .tz-list .list-all .list-item h3 a,
body.amita-store .tz-genre .music-content h2,
body.amita-store .tz-genre .music-content .mp-list .mp-item h3 a,
body.amita-store .tz-single-music .song-other h2,
body.amita-store .tz-single-music .song-other .other-wrapper .other-content h3 a,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li a,
body.amita-store .tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a,
body.amita-store .tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.total strong,
body.amita-store .tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.buttons a,
body.amita-store .tzShop-detail .tz-product-detail .summary h2,
body.amita-store .tzShop-detail .tz-product-detail .summary .tz-post-share > span,
body.amita-store .tzShop-detail .tz-product-detail .summary .product_meta span a,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol li .comment_container .comment-text .meta .woocommerce-review__author,
body.amita-store .tzShop-detail .tz-product-detail .summary .product_meta span,
body.amita-store .tz-sidebar .widget.widget_products ul li a span.product-title,
body.amita-store .related ul.products .tzShop-item h3.tzShop-item_title a,
body.amita-store .tz-vc-heading .content h3.title,
body.amita-store .tz-album-releases .album-item .album-content .album-info h3.album-title a,
body.amita-store .tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content h4,
body.amita-store .tz-vc-events .events-heading h3,
body.amita-store .tz-vc-events .events-content .events-item .content h4,
body.amita-store .tz-vc-bands-member .tz-bands-slider li .bands-info h5,
body.amita-store .tz-song-list .tz-song-content h3,
body.amita-store .tz-vc-media .tz-media-container .tz-media-item .tz-content h3 a,
body.amita-store .tz-blog .tz-post-item .tz-post-content .tz-post-title a,
body.amita-store .woocommerce form table.shop_table thead tr th,
body.amita-store .woocommerce .cart-collaterals .cart_totals h2,
body.amita-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields h3,
body.amita-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p label,
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table thead tr th,
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review_heading,
body.amita-store .tzShop-wrap .tz-product .grid_pagination_block p.woocommerce-result-count,
body.amita-store .tzShop-wrap .tz-product ul.products .tzShop-item h3.tzShop-item_title a,
body.amita-store .tz-vc-list ul li i,
body.amita-store .tz-page-content #bbpress-forums .tz-forums-top .tz-forums-label,
body.amita-store .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-permalink,
body.amita-store .tz-vc-events .events-content .tab-head ul li a,
body.amita-store .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid h3,
body.amita-store .tribe-events-month .tz-title-month h2,
body.amita-store .tribe-events-month .tz-title-month h2 a,
body.amita-store #tribe-events-content-wrapper .tribe-events-list h2 a,
body.amita-store #tribe-events-content-wrapper .tribe-events-list h2,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h3 a,
body.amita-store .tribe-events-day .type-tribe_events .tz-content-day h3 a,
body.amita-store .tz-vc-product .product-item h3.product-title a,
body.amita-store .mp_playlist .jp-playlist ul li .jp-playlist-item {
  color: #3c425b;
}
body.amita-store .related h2,
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr .product-total .amount {
  color: #3c425b !important;
}
body.amita-store .tz-single-artist .tz-artist .artist-social a,
body.amita-store .tz-single-band .tz-band .band-social a,
body.amita-store .music-press-member-edit .contacts-list .item > span,
body.amita-store .tz-genre .music-content h2:after,
body.amita-store .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item {
  background-color: #3c425b;
}
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs h3,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs h3 {
  border-color: #3c425b;
}
body.amita-store a,
body.amita-store a:active,
body.amita-store a.active,
body.amita-store a:hover,
body.amita-store a.hover,
body.amita-store a:focus,
body.amita-store a.focus,
body.amita-store .su-pullquote:before,
body.amita-store blockquote:before,
body.amita-store .tz-single .tz-single-navigation a:hover,
body.amita-store .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span a:hover,
body.amita-store .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span a.author-name,
body.amita-store .tz-comments ol li .comment-content h5 a:hover,
body.amita-store .tz-comments ol li .comment-content .edit-reply a,
body.amita-store .tz-comments ol li .comment-content .edit-reply a:hover,
body.amita-store .tz-sidebar .widget ul li a:hover,
body.amita-store .tz-sidebar .widget.tz-recent-widget .tz-recent-item a.title:hover,
body.amita-store .tz-blog .tz-post-item .tz-post-content .tz-post-title a:hover,
body.amita-store .tz-vc-media .tz-media-container .tz-media-item .tz-content h3 a:hover,
body.amita-store.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.amita-store.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover,
body.amita-store.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a:hover,
body.amita-store .tzShop-wrap .tz-product ul.products .tzShop-item h3.tzShop-item_title a:hover,
body.amita-store .related ul.products .tzShop-item h3.tzShop-item_title a:hover,
body.amita-store .tz-vc-events .events-heading a:hover,
body.amita-store .tz-vc-events .events-content .events-item .content h4:hover,
body.amita-store #tribe-events-content-wrapper .tribe-events-list h2 a:hover,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h2 a:hover,
body.amita-store .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a:hover,
body.amita-store .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a:hover,
body.amita-store .tz-album-releases .album-item .album-content .album-info h3.album-title a:hover,
body.amita-store .tz-single-music .song-other-album .other-wrapper .album-item .album-info .album-title a:hover,
body.amita-store .tz-single-music .song-other-video .other-wrapper .videos-content h3 a:hover,
body.amita-store .tz-song-list .tz-song-content .tz-song-item a:hover,
body.amita-store .tz-album-detail .music-album .tz-music-info .album-info .ab-item .ab-artist,
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist button:hover,
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .song-download a:hover,
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .playlist-download:hover,
body.amita-store .tz-album-detail .other-album .other-wrapper .album-item .album-info .album-title a:hover,
body.amita-store .tz-vc-bands-member .tz-bands-slider li .bands-info h5:hover,
body.amita-store .tribe-events-day .type-tribe_events .tz-content-day h3 a:hover,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h3 a:hover,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content #video .all-videos .videos-content h3 a:hover,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info h3.album-title a:hover,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs .tz-song-item a:hover,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content #video .all-videos .videos-content h3 a:hover,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info h3.album-title a:hover,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs .tz-song-item a:hover,
body.amita-store .woocommerce .cart-collaterals .cart_totals table tbody tr td strong .amount,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content .tab-pane a:hover,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content .tab-pane a:hover,
body.amita-store .tz-genre .music-content .all-songs .list-songs li a:hover,
body.amita-store .tz-genre .music-content .all-videos .list-videos .videos-item h3 a:hover,
body.amita-store .tz-single-artist .mp-list.video .mp-item .artist a:hover,
body.amita-store .tz-single-band .mp-list.video .mp-item .artist a:hover,
body.amita-store .tz-album-detail .mp-single.album .mp-info a:hover,
body.amita-store .tz-song-lyric.mp-lyric a,
body.amita-store .tz-song-lyric.mp-lyric a:hover,
body.amita-store .mp_playlist .jp-playlist ul li .jp-playlist-item.jp-playlist-current,
body.amita-store .tz-genre .music-content .mp-list .all-songs li a:hover,
body.amita-store .tz-genre .music-content .mp-list .mp-item h3:hover a,
body.amita-store .tz-genre .music-content .mp-list .mp-item .artist a:hover,
body.amita-store .tz-single-music .mp-info a:hover,
body.amita-store .tz-single-music .song-other .other-wrapper .other-content h3 a:hover,
body.amita-store .mp_playlist .jp-playlist ul li .jp-playlist-item:hover,
body.amita-store .tz-vc-product .product-item h3.product-title:hover a,
body.amita-store .site-footer .tz-footer-content .tribe-events-list-widget ol li .date span,
body.amita-store .site-footer .site-footer-bottom .footer-menu li a:hover,
body.amita-store .site-footer .tz-footer-content .tribe-events-list-widget ol li .date span,
body.amita-store .site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address h4 a:hover,
body.amita-store .tz-comments ol li .comment-content .edit-reply span,
body.amita-store .site-footer .tz-footer-content .widget ul li a:hover,
body.amita-store .site-footer .tz-footer-social .tz-social-item a:hover,
body.amita-store .site-footer .tz-footer-social .tz-social-item a:hover .text,
body.amita-store .site-footer .tz-footer-social .tz-social-item a:hover .overlay,
body.amita-store .tz-single-artist .mp-list.video .mp-item .mp-img span,
body.amita-store .tz-single-band .mp-list.video .mp-item .mp-img span,
body.amita-store .tz-music-chart .number,
body.amita-store .tz-music-chart h4 a:hover,
body.amita-store .tz-music-chart .mp-get-artist a:hover,
body.amita-store .tz-music-chart .list-item.current h4 a:hover,
body.amita-store .tz-music-chart .list-item.current .mp-get-artist a:hover,
body.amita-store .tz-list.audio .list-all .list-item .mp-button .button-item:hover,
body.amita-store .tz-list.audio .list-all .list-item .mp-button .mp-share .btn-share.active,
body.amita-store .tz-list.audio .list-all .list-item .mp-button .mp-share .btn-share:hover,
body.amita-store .tz-list .list-all .list-item h3 a:hover,
body.amita-store .tz-list .list-all .mp-get-artist a:hover,
body.amita-store .tz-vc-genres .genre-item:hover h4,
body.amita-store .tz-vc-menu .title,
body.amita-store .tz-vc-menu .tz-menu li.menu-item-has-children > a:hover,
body.amita-store .tz-vc-menu .tz-menu a:hover,
body.amita-store .tz-artist-title .mp_follow,
body.amita-store .tz-band-title .mp_follow,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character a:hover,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a:hover,
body.amita-store .user-profile.tz-edit .profile-header-navs a.active,
body.amita-store .user-profile.tz-edit .profile-header-navs a:hover,
body.amita-store .user-profile.tz-edit .profile-header-navs a:focus,
body.amita-store .user-profile.tz-edit .profile-header-navs a:active,
body.amita-store .user-profile.tz-edit .wishlist .song_item_wishlist a:hover,
body.amita-store .head-member .thumb-upload .clipart-upload,
body.amita-store .music-press-member-edit .add-contacts,
body.amita-store .head-member .cover .clipart-upload,
body.amita-store .mp_playlist .jp-playlist ul li .song-download a:hover,
body.amita-store .tz-suggestion .tz-list .list-all .list-item h3 a:hover,
body.amita-store .tz-suggestion .tz-list .list-all .mp-get-artist a:hover,
body.amita-store .tz-suggestion .tz-list .list-all .list-item .mp-button .button-item:hover,
body.amita-store .tz-genre .music-content .mp-list .mp-item h3 a:hover,
body.amita-store .tz-genre .music-content .mp-list .mp-item .mp-img span,
body.amita-store .tz-single-music .song-other .other-wrapper .other-item:hover .other-img .other-icon,
body.amita-store .tz-header .tz-login .site-text-login span.user,
body.amita-store .tz-header .tz-login a:hover,
body.amita-store .tz-header .tz-login a:active,
body.amita-store .tz-header .tz-login a:focus,
body.amita-store .tz-header.type_3 .header-top .tz-social-item a:hover > i,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav > li > a:hover,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav > li.current-menu-ancestor > a,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav > li.current-menu-parent.menu-item-has-children > a,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav > li.current-menu-item > a,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav > li.current_page_item > a,
body.amita-store .tz-header .tz-header-menu .tz-icon-cart .icon:hover,
body.amita-store .tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a:hover,
body.amita-store .tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li span,
body.amita-store .tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.total .amount,
body.amita-store .tz-Breadcrumb .tz-breadcrumb-custom ul li a:hover,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-message:before,
body.amita-store .tzShop-detail .tz-product-detail .summary .price ins,
body.amita-store .tzShop-detail .tz-product-detail .summary .woocommerce-product-rating,
body.amita-store .tz-sidebar .widget.widget_products ul li a span.product-title:hover,
body.amita-store .tz-sidebar .widget.widget_products ul li ins,
body.amita-store .tz-sidebar .widget.widget_products ul li .amount,
body.amita-store .related ul.products .tzShop-item .price .amount,
body.amita-store .related ul.products .tzShop-item .product-thumbnail:hover .tz-viewmore:hover a,
body.amita-store .related ul.products .tzShop-item .product-thumbnail:hover .tz-viewmore:hover i,
body.amita-store .site-footer .tz-footer-content .widget.tz-instagram-feed .clear a:hover,
body.amita-store .tz-vc-latest-news.list .tz-item .tz-description h3 a:hover,
body.amita-store .tz-vc-latest-news.list .tz-item .tz-description .tz-meta a,
body.amita-store .tz-vc-upcoming .upcoming-content .events-item .content h4:hover,
body.amita-store .tz-vc-albums .albums-info .album-date,
body.amita-store .tz-vc-media .tz-media-container .tz-media-item:hover .tz-inner .icon,
body.amita-store .tz-blog .tz-post-item .tz-post-content .tz-post-meta span a.author-name,
body.amita-store .tz-blog .tz-post-item .tz-post-content .tz-post-meta span a:hover,
body.amita-store.woocommerce-checkout .woocommerce .woocommerce-info a:hover,
body.amita-store .tzShop-wrap .tz-product ul.products .tzShop-item .price .amount,
body.amita-store .tz-page-content #bbpress-forums .bbp-template-notice p a.bbp-author-name,
body.amita-store .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-permalink:hover,
body.amita-store .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-venue-details span,
body.amita-store .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-time:after,
body.amita-store .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-date:after,
body.amita-store .tribe-events-meta-group dl dd a,
body.amita-store .tribe-events-month .tz-title-month h2 a:hover,
body.amita-store .tribe-events-month .tz-title-month a:hover,
body.amita-store .tribe-events-month .tz-title-month a:hover i,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month,
body.amita-store .tribe-events-day .tz-title-day > a:hover,
body.amita-store .tribe-events-day .tz-title-day > a:hover:after,
body.amita-store .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-schedule .allday,
body.amita-store .tz-song-list .tz-song-alphanav .tz-song-alphanav-character a:hover,
body.amita-store .tz-vc-product .product-item h3.product-title a:hover,
body.amita-store .tz-vc-product .product-item .price .amount,
body.amita-store .always_playing .mp_ajax_playlist .jp-volume-controls button:hover,
body.amita-store .always_playing .mp_ajax_playlist .jp-volume-controls button:focus,
body.amita-store .always_playing .mp_ajax_playlist .jp-volume-controls button:active,
body.amita-store .always_playing .mp_ajax_playlist .btn-playlist:hover,
body.amita-store .always_playing .mp_ajax_playlist .btn-playlist.active,
body.amita-store .always_playing .mp_ajax_playlist .jp-state-looped .jp-controls button.jp-repeat {
  color: #24a5c5;
}
body.amita-store .woocommerce form table.shop_table tbody tr.cart_item td a:hover,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol li .comment_container .comment-text .star-rating,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-rating p.stars span a,
body.amita-store .woocommerce form table.shop_table tbody tr.cart_item td span.amount,
body.amita-store .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #24a5c5 !important;
}
body.amita-store .tz-single .tz-post-single-item .tz-post-cat-tag a:hover,
body.amita-store .tz-sidebar .widget.widget_tag_cloud .tag-cloud-link:hover,
body.amita-store .tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore:hover,
body.amita-store .navigation .nav-links .page-numbers:hover,
body.amita-store .navigation .nav-links .page-numbers.current,
body.amita-store .page-links a:hover,
body.amita-store .page-links > .page-number,
body.amita-store .site-error-btn a:hover,
body.amita-store.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title,
body.amita-store.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title:hover,
body.amita-store .btn.btn-light:hover,
body.amita-store input[type='submit'].btn-light:hover,
body.amita-store .woocommerce form table.shop_table tbody tr td.actions .coupon input.button,
body.amita-store .tz-vc-events .events-content .events-item .btn-tickets a:hover,
body.amita-store #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-submit input,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more:hover,
body.amita-store .tz-album-detail .music-album .tz-music-info .sale-album a:hover,
body.amita-store .tzShop-detail .tz-product-detail .summary .product_meta span a:hover,
body.amita-store .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description .tribe-events-read-more:hover,
body.amita-store #tribe-events-content-wrapper .tribe-events-list #tribe-events-footer .tribe-events-sub-nav li a:hover,
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order,
body.amita-store .tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore span.overlay,
body.amita-store .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .button:hover,
body.amita-store .woocommerce form table.shop_table tbody tr td.actions input:hover,
body.amita-store .tz-sidebar .widget h2.widget-title:after,
body.amita-store .tz-comments .comment-reply-title:after,
body.amita-store .tz-comments .comment-form .form-submit .submit,
body.amita-store .tz-Breadcrumb h1:after,
body.amita-store .tz-comments .comments-title:after,
body.amita-store .tz-single-artist .tz-artist .artist-social a:hover,
body.amita-store .tz-single-band .tz-band .band-social a:hover,
body.amita-store .tz-vc-slider .owl-dots .owl-dot.active span,
body.amita-store .tz-music-chart .nav-tabs li.active a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-ancestor > a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-parent.menu-item-has-children > a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-item > a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current_page_item > a,
body.amita-store .user-profile.tz-edit .follower-list .follow.following,
body.amita-store .music-press-member-edit input[type='submit'],
body.amita-store .music-press-member-edit .contacts-list .item > span:hover,
body.amita-store .mp_playlist .jp-playlist ul li .jp-playlist-item > span:before,
body.amita-store .mp_playlist .jp-playlist ul li .jp-playlist-item > span:after,
body.amita-store .mp_playlist .jp-playlist ul li .jp-playlist-item > span span:before,
body.amita-store .mp_playlist .jp-playlist ul li .jp-playlist-item > span span:after,
body.amita-store .mp_playlist .jp-playlist ul::-webkit-scrollbar-thumb,
body.amita-store .tz-single-music .song-other h2:after,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-ancestor > a,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-parent.menu-item-has-children > a,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-item > a,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current_page_item > a,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li a:hover,
body.amita-store .tz-header .tz-header-menu .tz-icon-cart .count,
body.amita-store .tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.buttons a.checkout,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-message a.button,
body.amita-store .tzShop-detail .tz-product-detail span.onsale,
body.amita-store .tzShop-detail .tz-product-detail .summary form.cart .button,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form p.form-submit .submit,
body.amita-store .related h2:after,
body.amita-store .related ul.products .tzShop-item span.onsale,
body.amita-store .tz-vc-heading .content h3.title:after,
body.amita-store .tz-vc-upcoming .upcoming-content .events-item .date span,
body.amita-store .tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button span,
body.amita-store .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description h3:after,
body.amita-store .tz-vc-latest-news .swiper-scrollbar .swiper-scrollbar-drag,
body.amita-store .btn.btn-color,
body.amita-store input[type='submit'].btn-color,
body.amita-store .tz-vc-events .events-heading h3:after,
body.amita-store .tz-vc-events .events-content .events-item .date span,
body.amita-store .tz-vc-video .tz-thumb .tz-vc-video-button span,
body.amita-store .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet.hover:after,
body.amita-store .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
body.amita-store .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a,
body.amita-store .tzShop-wrap .tz-product ul.products .tzShop-item span.onsale,
body.amita-store .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider .ui-slider-range,
body.amita-store .tzShop-wrap .tz-product ul.products .tzShop-item a.button:before,
body.amita-store .tzShop-wrap .tz-product ul.products .tzShop-item .added_to_cart:before,
body.amita-store.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a:before,
body.amita-store.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover:before,
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a span:after,
body.amita-store .tz-page-content #bbpress-forums .bbp-topics .bbp-header,
body.amita-store .tz-page-content #bbpress-forums .bbp-replies .bbp-header,
body.amita-store .tz-vc-events .events-content .tab-head ul li a:before,
body.amita-store .tribe-events-meta-group h3.tribe-events-single-section-title,
body.amita-store .tribe-events-month table.tribe-events-calendar thead tr th,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-button,
body.amita-store div.wpcf7 form input[type='submit'],
body.amita-store .tz-vc-product .product-item span.onsale,
body.amita-store .always_playing .mp_ajax_playlist .jp-interface .jp-volume-controls .jp-volume-bar .jp-volume-bar-value,
body.amita-store .always_playing .mp_ajax_playlist .jp-play-bar,
body.amita-store .always_playing .mp_ajax_playlist .jp-play-bar:after,
body.amita-store .always_playing .mp_ajax_playlist .jp-playlist ul li:hover,
body.amita-store .always_playing .mp_ajax_playlist .jp-playlist ul::-webkit-scrollbar-thumb,
body.amita-store .user-profile.tz-edit .wishlist .paginate span {
  background-color: #24a5c5;
}
body.amita-store.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title,
body.amita-store.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title:hover,
body.amita-store .always_playing .mp_ajax_playlist .jp-controls button.jp-play,
body.amita-store .btn-add-list span {
  background-color: #24a5c5 !important;
}
body.amita-store blockquote,
body.amita-store .su-pullquote,
body.amita-store .music-press-member-edit textarea:hover,
body.amita-store .music-press-member-edit textarea:focus,
body.amita-store .music-press-member-edit input:hover,
body.amita-store .music-press-member-edit select:hover,
body.amita-store .music-press-member-edit input:focus,
body.amita-store .music-press-member-edit select:focus,
body.amita-store .tz-single-music .song-other .other-wrapper .other-item .other-img a:after,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-message,
body.amita-store .widget.tz-instagram-feed .tz-instagram-content .tz-featured-thumb a:before,
body.amita-store .tz-vc-single-image .image-content .overlay,
body.amita-store.woocommerce-checkout .woocommerce .woocommerce-info,
body.amita-store .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider span,
body.amita-store div.wpcf7 form input:hover,
body.amita-store div.wpcf7 form select:hover,
body.amita-store div.wpcf7 form textarea:hover,
body.amita-store div.wpcf7 form input:focus,
body.amita-store div.wpcf7 form select:focus,
body.amita-store div.wpcf7 form textarea:focus {
  border-color: #24a5c5;
}
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:before,
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon:before,
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:after,
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon:after {
  border-color: #24a5c5;
}
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li.active,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li.active,
body.amita-store .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li.active,
body.amita-store .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav span.su-tabs-current {
  border-top-color: #24a5c5 !important;
}
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
body.amita-store .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
body.amita-store .tz-comments .comment-form .form-submit .submit:hover,
body.amita-store .music-press-member-edit input[type='submit']:hover,
body.amita-store .tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.buttons a.checkout:hover,
body.amita-store .tzShop-detail .tz-product-detail .summary form.cart .button:hover,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form p.form-submit .submit:hover,
body.amita-store .btn.btn-color:hover,
body.amita-store input[type='submit'].btn-color:hover,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-button:hover,
body.amita-store div.wpcf7 form input[type='submit']:hover {
  background-color: #186f84;
}
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment textarea:active,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment textarea:focus,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment textarea:hover {
  box-shadow: 2px 0 7px rgba(36, 165, 197, 0.9);
}
body.amita-store .tz-vc-upcoming .upcoming-content .events-item .btn-tickets a:before {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(36, 165, 197, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(36, 165, 197, 0.8) 100%);
}
body.amita-store .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span,
body.amita-store .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span a,
body.amita-store .tz-vc-bands-member .tz-bands-slider li .bands-info span,
body.amita-store .tz-album-releases .album-item .album-content .album-info span.album-meta,
body.amita-store .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-status,
body.amita-store .tz-single-music .song-other-album .other-wrapper .album-item .album-info span,
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-status,
body.amita-store .tz-album-detail .other-album .other-wrapper .album-item .album-info span,
body.amita-store #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters input,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li a,
body.amita-store .tz-single-artist .tz-artist .tz-info span label,
body.amita-store .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li a,
body.amita-store .tz-single-band .tz-band .tz-info span label,
body.amita-store .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav span,
body.amita-store .tz-single-band .mp-list.albums .mp-item > span,
body.amita-store .tz-single-band .mp-list.artist .mp-item .item-info span label {
  color: #93a8b3;
}
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li a {
  color: #93a8b3 !important;
}
body.amita-store .su-pullquote,
body.amita-store blockquote,
body.amita-store .tz-single .tz-post-single-item .tz-post-cat-tag a,
body.amita-store .tz-sidebar .widget.widget_search .search-form input,
body.amita-store div.wpcf7 form input,
body.amita-store div.wpcf7 form select,
body.amita-store div.wpcf7 form textarea,
body.amita-store .tz-sidebar .widget.widget_tag_cloud .tag-cloud-link,
body.amita-store .tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore,
body.amita-store .navigation .nav-links .page-numbers,
body.amita-store .page-links a,
body.amita-store .site-error-btn a,
body.amita-store.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title,
body.amita-store.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title,
body.amita-store .vc_color-white.vc_message_box-solid,
body.amita-store .btn.btn-light,
body.amita-store input[type='submit'].btn-light,
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a,
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a span:before,
body.amita-store .tzShop-wrap .tz-product .grid_pagination_block form.woocommerce-ordering select.orderby,
body.amita-store .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .button,
body.amita-store .tzShop-wrap .tz-product ul.products .tzShop-item a.button,
body.amita-store .tzShop-wrap .tz-product ul.products .tzShop-item .added_to_cart,
body.amita-store .tzShop-detail .tz-product-detail .summary form.cart .quantity input,
body.amita-store .tzShop-detail .tz-product-detail .summary .product_meta span a,
body.amita-store .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity input,
body.amita-store .woocommerce form table.shop_table tbody tr td.actions .coupon input,
body.amita-store .woocommerce form table.shop_table tbody tr td.actions input,
body.amita-store.woocommerce-checkout .woocommerce .woocommerce-info,
body.amita-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input,
body.amita-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields textarea,
body.amita-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection #select2-billing_country-container,
body.amita-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection #select2-billing_state-container,
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods,
body.amita-store .tz-vc-events .events-content .events-item .btn-tickets a,
body.amita-store .tribe-events-meta-group dl,
body.amita-store .tz-comments ol li .comment-author,
body.amita-store #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters input,
body.amita-store #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views .tribe-bar-views-inner ul li a,
body.amita-store .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description .tribe-events-read-more,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more,
body.amita-store #tribe-events-content-wrapper .tribe-events-list #tribe-events-footer .tribe-events-sub-nav li a,
body.amita-store .tribe-events-month table.tribe-events-calendar tbody tr td,
body.amita-store .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-bar,
body.amita-store .tz-song-list .tz-song-alphanav,
body.amita-store .tz-album-detail .music-album .tz-music-info .sale-album a,
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-bar,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author input,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email input,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-comment textarea,
body.amita-store.woocommerce-checkout .woocommerce .woocomerce-form,
body.amita-store.woocommerce-checkout .woocommerce form.checkout_coupon,
body.amita-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields .create-account input,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character,
body.amita-store .tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form input#bbp_search,
body.amita-store .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul.odd,
body.amita-store .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item,
body.amita-store .tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore span,
body.amita-store .tz-sidebar .widget input,
body.amita-store .tz-sidebar .widget select,
body.amita-store .tz-song-lyric.mp-lyric,
body.amita-store .tz-vc-table table tr td,
body.amita-store .head-member .cover-thumb,
body.amita-store .tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.buttons a,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-message,
body.amita-store .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul.odd {
  background-color: #e1f1f8;
}
body.amita-store .tz-single-music .music-song .music_player .tz-song-lyric,
body.amita-store .tz-single-music .music_video .song-video-artist,
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-song-lyric {
  background-color: rgba(240, 240, 240, 0.3);
}
body.amita-store .tz-light-version .vc_general.vc_btn3,
body.amita-store .vc_custom_1508813359280 {
  background-color: #e1f1f8 !important;
}
body.amita-store .tz-light-version .vc_general.vc_btn3 .tz-vc-heading .content .description span,
body.amita-store .vc_custom_1508813359280 .tz-vc-heading .content .description span {
  color: #3c425b !important;
}
body.amita-store .amita-grey {
  background-color: #e1f1f8 !important;
}
body.amita-store .tzShop-detail .tz-product-detail .summary form.cart.variations_form .value select,
body.amita-store .tz-page-content #bbpress-forums .bbp-template-notice {
  background-color: #eee;
}
body.amita-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input:-webkit-autofill {
  background-color: #e1f1f8 !important;
  -webkit-box-shadow: 0 0 0 1000px #e1f1f8 inset !important;
  /* border-bottom: 1px solid #eeeeee; */
}
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs .woocommerce-Tabs-panel,
body.amita-store .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs:before {
  background: transparent !important;
  border-color: #e1f1f8 !important;
}
body.amita-store .tz-vc-upcoming .upcoming-content .events-item .btn-tickets a,
body.amita-store .tz-vc-upcoming .upcoming-btn a,
body.amita-store .tz-vc-media .tz-filter .tz-fillter-box a {
  color: #3c425b;
  background-color: #e1f1f8;
}
body.amita-store .tz-vc-upcoming .upcoming-content .events-item .btn-tickets a.selected,
body.amita-store .tz-vc-upcoming .upcoming-btn a.selected,
body.amita-store .tz-vc-media .tz-filter .tz-fillter-box a.selected,
body.amita-store .tz-vc-upcoming .upcoming-content .events-item .btn-tickets a:hover,
body.amita-store .tz-vc-upcoming .upcoming-btn a:hover,
body.amita-store .tz-vc-media .tz-filter .tz-fillter-box a:hover {
  color: #ffffff;
  background-color: #24a5c5;
}
body.amita-store .tz-vc-timeline .tz-item .tz-description h4,
body.amita-store .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet span {
  color: #e1f1f8;
}
body.amita-store .tz-music-chart .list-item.current h4 a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-ancestor > a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-parent.menu-item-has-children > a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-item > a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li.current_page_item > a,
body.amita-store .music-press-member-edit .contacts-list .item > span,
body.amita-store .tz-header .tz-login .site-text-login,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li a:hover,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-ancestor > a,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-parent.menu-item-has-children > a,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-item > a,
body.amita-store .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current_page_item > a,
body.amita-store .tz-sidebar .widget.widget_tag_cloud .tag-cloud-link:hover,
body.amita-store .tzShop-detail .tz-product-detail .summary .product_meta span a:hover,
body.amita-store .site-error-btn a:hover,
body.amita-store #tribe-events-content-wrapper .tribe-events-list #tribe-events-footer .tribe-events-sub-nav li a:hover,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more:hover,
body.amita-store div.wpcf7 form input[type='submit'],
body.amita-store .tz-music-chart .nav-tabs li.active a,
body.amita-store .tz-vc-genres h4,
body.amita-store .always_playing .mp_ajax_playlist .jp-playlist ul li a,
body.amita-store .always_playing .mp_ajax_playlist .jp-duration,
body.amita-store .always_playing .mp_ajax_playlist .jp-line,
body.amita-store .always_playing .mp_ajax_playlist .jp-current-time {
  color: #ffffff;
}
body.amita-store .tz-vc-menu,
body.amita-store .user-profile.tz-edit .profile-header-navs,
body.amita-store .user-profile.tz-edit .basic-info div.item,
body.amita-store .user-profile.tz-edit .basic-info .contact-list,
body.amita-store .user-profile.tz-edit .wishlist .paginate a,
body.amita-store .music-press-member-edit input,
body.amita-store .music-press-member-edit select,
body.amita-store .music-press-member-edit textarea,
body.amita-store .tz-header .tz-login a.tz-logout:after,
body.amita-store .tz-header .tz-login .btn-open-login.register:after {
  background: #ffffff;
}
body.amita-store .tz-header,
body.amita-store .site-footer,
body.amita-store .tz-vc-upcoming .upcoming-content .event-list,
body.amita-store .tz-page-content #bbpress-forums .bbp-template-notice,
body.amita-store .tz-page-content #bbpress-forums .bbp-replies .bbp-body .bbp-reply-header {
  background-color: #222230;
}
body.amita-store .tz-header.type_3 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191715+0,191715+0,191715+100,191715+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #222230 0%, rgba(34, 34, 48, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #222230 0%, rgba(34, 34, 48, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #222230 0%, rgba(34, 34, 48, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191715', endColorstr='#00191715', GradientType=0);
  /* IE6-9 */
}
body.amita-store .tz-vc-video.multi .tz-navigation .tz-actions .btn-action {
  color: #93a8b3;
  background: #3c425b;
}
body.amita-store .tz-vc-video.multi .tz-navigation .tz-actions .btn-action:hover {
  background: #ffffff;
  color: #24a5c5;
}
body.amita-store .tz-music-chart .content {
  border-bottom: 1px solid rgba(147, 168, 179, 0.2);
}
body.amita-store .store-title,
body.amita-store .tribe-events-meta-group dl dt {
  color: #0a0d25;
}
body.amita-store .tz-album-detail .sale-album a,
body.amita-store .tz-album-detail .mp-button .button-item,
body.amita-store .tz-album-detail .mp-share .btn-share,
body.amita-store .tz-single-music .mp-button .button-item {
  background: #ffffff;
  color: #24a5c5;
}
body.amita-store .tz-artist-title .mp_follow:hover,
body.amita-store .tz-band-title .mp_follow:hover,
body.amita-store .user-profile.tz-edit .wishlist .paginate a:hover,
body.amita-store .head-member .thumb-upload .clipart-upload:hover,
body.amita-store .head-member .cover .clipart-upload:hover,
body.amita-store .music-press-member-edit .add-contacts:hover,
body.amita-store .tz-album-detail .sale-album a:hover,
body.amita-store .tz-album-detail .mp-button .button-item:hover,
body.amita-store .tz-album-detail .mp-share .btn-share:hover,
body.amita-store .tz-album-detail .mp-share .btn-share.active,
body.amita-store .tz-header .tz-header-menu .infomation__shop .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
body.amita-store .tz-single-music .mp-button .button-item.active,
body.amita-store .tz-single-music .mp-button .button-item:hover {
  background: #24a5c5;
  color: #ffffff;
}
body.amita-store.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panels .vc_tta-panel-body,
body.amita-store.wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
  background-color: #f5f9fa;
  border: 1px solid #dddddd;
}
body.amita-store .tz-comments ol li .comment-content .content span {
  color: #93a8b3;
}
body.amita-store .tz-comments .comment-form input,
body.amita-store .tz-comments .comment-form textarea {
  background: #e1f1f8;
  border: 1px solid rgba(147, 168, 179, 0.3);
}
body.amita-store .tz-comments .comment-form input:hover,
body.amita-store .tz-comments .comment-form textarea:hover,
body.amita-store .tz-comments .comment-form input:active,
body.amita-store .tz-comments .comment-form textarea:active,
body.amita-store .tz-comments .comment-form input:focus,
body.amita-store .tz-comments .comment-form textarea:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
body.amita-store .tz-Breadcrumb h1,
body.amita-store .site-title-404,
body.amita-store .site-error-box-header p,
body.amita-store #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-submit input {
  color: #fff;
}
body.amita-store .tz-sidebar .widget.tz-recent-widget .tz-recent-item,
body.amita-store .tz-single .tz-single-navigation,
body.amita-store .tz-comments ol.comment-list,
body.amita-store .navigation,
body.amita-store .tz-sidebar .widget.widget_products ul li,
body.amita-store .related,
body.amita-store .tzShop-detail .tz-product-detail .summary .woocommerce-product-details__short-description,
body.amita-store .woocommerce form table.shop_table tbody tr.cart_item td,
body.amita-store .woocommerce .cart-collaterals .cart_totals table tbody .order-total th,
body.amita-store .woocommerce .cart-collaterals .cart_totals table tbody .order-total td,
body.amita-store.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table thead tr th,
body.amita-store #tribe-events-content-wrapper .tribe-events-list #tribe-events-footer,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month:before,
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month:after,
body.amita-store .tz-single-music .song-other-album,
body.amita-store .tz-single-music .song-other-video,
body.amita-store .tz-single-music .tz-comments,
body.amita-store .tz-album-detail .other-album,
body.amita-store .woocommerce form table.shop_table tbody tr td.actions,
body.amita-store .tz-genre .music-content .all-songs,
body.amita-store .tz-album-detail .tz-comments,
body.amita-store .tz-list.audio .list-all .list-item .item,
body.amita-store .tz-vc-menu .title,
body.amita-store .tz-suggestion .tz-list .list-all .list-item {
  border-color: rgba(147, 168, 179, 0.3);
}
body.amita-store .tz-vc-events .events-content .events-item,
body.amita-store .tz-song-list .tz-song-content h3,
body.amita-store .tz-album-detail .music-album .album-desc,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs h3,
body.amita-store .tz-single-artist .tz-artist .artist-social,
body.amita-store .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs h3,
body.amita-store .tz-single-band .tz-band .band-social,
body.amita-store table thead,
body.amita-store table thead tr th,
body.amita-store table tbody,
body.amita-store table tbody tr th,
body.amita-store table tbody tr td,
body.amita-store .tz-single-band .tz-band .tz-divider,
body.amita-store .tz-single-artist .tz-artist .tz-divider,
body.amita-store .tz-single-band .tz-band .tz-divider,
body.amita-store .tz-genre .music-content .mp-list,
body.amita-store .tz-single-music .song-other {
  border-color: rgba(147, 168, 179, 0.5);
}
body.amita-store .tz-vc-events .events-content .tab-head ul li a,
body.amita-store .tz-vc-events .events-content .tab-head,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li,
body.amita-store .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs,
body.amita-store .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li,
body.amita-store .tz-single-band .tz-band-content .tz-tab ul.nav-tabs,
body.amita-store .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav span,
body.amita-store .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav,
body.amita-store .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-panes .su-tabs-pane {
  border-color: #93a8b3;
}
body.amita-store hr,
body.amita-store .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-progress,
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-progress {
  background-color: rgba(147, 168, 179, 0.5);
}
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading,
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: rgba(170, 170, 170, 0.1);
}
body.amita-store .mp_playlist .jp-playlist {
  background-color: #ffffff;
  border: 1px solid rgba(147, 168, 179, 0.3);
}
body.amita-store .jp-playlist ul li {
  border-color: rgba(147, 168, 179, 0.2);
}
body.amita-store.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background-color: #222230;
  color: #93a8b3;
}
body.amita-store .su-table td {
  background: #e1f1f8 !important;
  border-left-color: #fff !important;
}
body.amita-store .su-table .su-even:first-child td {
  background: #24a5c5 !important;
}
body.amita-store .su-table .su-even td {
  background: #e2e2e2 !important;
}
body.amita-store .su-table th {
  border-left-color: #fff !important;
}
body.amita-store .tz-vc-table table tbody tr td,
body.amita-store .tz-vc-table table tr td.border-bottom {
  border-color: #fff;
}
body.amita-store .su-table.tz-style-2 td,
body.amita-store .su-table tbody > tr:not(:last-child) > th:first-child {
  border-bottom-color: #fff !important;
}
body.amita-store .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  border-color: rgba(69, 68, 66, 0.1);
}
body.amita-store .tribe-events-month table.tribe-events-calendar tbody tr td,
body.amita-store .tribe-events-calendar td div[id*=tribe-events-daynum-] {
  border-color: currentcolor #fff #fff !important;
}
body.amita-store .tribe-events-month table.tribe-events-calendar thead tr th {
  border-color: #fff;
}
body.amita-store .tz-single-music .music_video .jp-video .jp-gui .jp-interface {
  background-color: #24211e;
}
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .song-download a,
body.amita-store .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .playlist-download {
  color: #93a8b3;
}
body.amita-store .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul.even,
body.amita-store .tz-page-content #bbpress-forums .bbp-replies .bbp-body .bbp-reply-header {
  background-color: #e2e2e2;
}
body.amita-store #bbpress-forums .bbp-forum-info .bbp-forum-content,
body.amita-store #bbpress-forums p.bbp-topic-meta {
  color: #7d7d7d;
}
body.amita-store .tz-vc-table table tr:nth-child(2n+1) td {
  background: #e2e2e2;
}
body.amita-store .btn,
body.amita-store input[type='submit'] {
  color: #fff;
}
body.amita-store .tz-light-version .vc_general.vc_btn3:hover {
  background: #24a5c5 !important;
  color: #ffffff !important;
}
body.amita-store .site-footer .site-footer-bottom {
  background-color: #222230;
}
body.amita-store .tz-comments ol li .comment-content p {
  color: #3c425b;
  font-weight: 400;
}
body.amita-store .tz-comments ol li .comment-content .edit-reply a {
  font-family: inherit;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: inherit;
}
body.amita-store .tz-comments ol li .comment-content h5 a {
  color: #0a0d25;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
body.amita-store .tz-comments ol li .comment-author {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
body.amita-store .tz-comments .comment-form textarea {
  color: #3c425b;
}
body.amita-store .tz-header.type_4 .header-top {
  background: #222230;
}
body.amita-store .tz-header.type_4 .tz-login a.tz-logout:after,
body.amita-store .tz-header.type_4 .tz-login .btn-open-login.register:after {
  background: #93a8b3;
}
body.amita-store .tz-header.type_4 .tz-login .site-text-login,
body.amita-store .tz-header.type_4 .tz-login a,
body.amita-store .amita-login-lightbox .content ul li a,
body.amita-store .amita-login-lightbox .content .tab-content label,
body.amita-store .amita-login-lightbox .content .tab-content .login-remember label {
  color: #93a8b3;
}
body.amita-store .tz-header.type_4 .tz-login .site-text-login span.user,
body.amita-store .tz-header.type_4 .tz-login a:hover,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li > a:hover,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li.current-menu-ancestor > a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li.current-menu-parent.menu-item-has-children > a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li.current-menu-item > a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li.current_page_item > a,
body.amita-store .tz-header.type_4 .btn-person i,
body.amita-store .tz-header.type_4 .btn-upload i,
body.amita-store .tz-header.type_4 .btn-person:hover,
body.amita-store .tz-header.type_4 .btn-upload:hover,
body.amita-store .amita-login-lightbox .content .tab-content label strong {
  color: #24a5c5;
}
body.amita-store .amita-login-lightbox .content ul li a:before {
  background: #24a5c5;
}
body.amita-store .tz-header.type_4 .tz-search form .search-submit {
  background: #24a5c5;
}
body.amita-store .tz-header.type_4 .tz-search form .search-submit:hover {
  background: #186f84;
}
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li > a,
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li a,
body.amita-store .tz-header.type_4 .btn-person,
body.amita-store .tz-header.type_4 .btn-upload,
body.amita-store .amita-login-lightbox .content ul li.active a,
body.amita-store .amita-login-lightbox .content .tab-content p.status,
body.amita-store .amita-login-lightbox .content .tab-content input {
  color: #3c425b;
}
body.amita-store .amita-login-lightbox .content .tab-content .wp-social-login-provider-list a:before {
  color: #ffffff;
  background: #3c425b;
}
body.amita-store .tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li a:hover,
body.amita-store .amita-login-lightbox .content .tab-content .wp-social-login-provider-list a:hover:before {
  background: #24a5c5;
  color: #fff;
}
body.amita-store .tz-header.type_4 .tz-search form .search-field,
body.amita-store .tz-header.type_4 .tz-search form:before {
  color: #bdc0cf;
}
body.amita-store .tz-vc-slider .owl-dots .owl-dot span {
  background-color: #bdc0cf;
}
body.amita-store .amita-login-lightbox .content .tab-content input:hover,
body.amita-store .amita-login-lightbox .content .tab-content input:active,
body.amita-store .amita-login-lightbox .content .tab-content input:focus {
  border-bottom-color: #24a5c5 !important;
}
body.amita-store .amita-login-lightbox .content .tab-content input:-moz-placeholder,
body.amita-store .amita-login-lightbox .content .tab-content input::-moz-placeholder,
body.amita-store .amita-login-lightbox .content .tab-content input:-ms-input-placeholder,
body.amita-store .amita-login-lightbox .content .tab-content input::-webkit-input-placeholder {
  /* Firefox 18- */
  color: #3c425b !important;
}
body.amita-store .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label:before,
body.amita-store .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label:hover:before {
  background: #24a5c5;
}
body.amita-store .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:disabled + label {
  color: #93a8b3;
}
body.amita-store .amita-login-lightbox .content .tab-content .login-remember a {
  color: #24a5c5;
}
body.amita-store .amita-login-lightbox .content .tab-content .login-remember a:hover {
  color: #1c819a;
}
body.amita-store .amita-login-lightbox .content .tab-content .login-submit input {
  background: #24a5c5;
  color: #ffffff;
}
body.amita-store .amita-login-lightbox .content .tab-content .login-submit input:hover {
  background: #1c819a;
}
body.amita-store .amita-login-lightbox .content .tab-content input.btn-register {
  background: #24a5c5;
  color: #ffffff;
}
body.amita-store .amita-login-lightbox .content .tab-content input.btn-register:hover {
  background: #1c819a;
}
body.amita-store .amita-login-lightbox .content .tab-content .res-error span {
  color: #3c425b;
}
body.amita-store .tz-single-music .song-title,
body.amita-store .jp-details .jp-title,
body.amita-store .tz-song-lyric.mp-lyric h3,
body.amita-store .tz-song-lyric.mp-lyric .song-lyric,
body.amita-store .tz-single-music .mp-count i,
body.amita-store .tz-single-music .mp-count span {
  color: #3c425b;
}
body.amita-store .jp-interface {
  background: #222230;
}
body.amita-store .jp-controls button {
  color: #ffffff;
}
body.amita-store .jp-interface .jp-controls button:hover,
body.amita-store .jp-volume-controls button:hover,
body.amita-store .jp-volume-controls button:focus,
body.amita-store .jp-volume-controls button:active,
body.amita-store .jp-toggles button:hover,
body.amita-store .jp-toggles button:focus,
body.amita-store .jp-toggles button:active {
  color: #24a5c5;
}
body.amita-store .jp-seek-bar {
  background: rgba(254, 254, 254, 0.3);
}
body.amita-store .jp-interface .jp-play-bar {
  background: #24a5c5;
}
body.amita-store .jp-line,
body.amita-store .jp-duration {
  color: #93a8b3;
}
body.amita-store .jp-current-time {
  color: #bdc0cf;
}
body.amita-store .jp-interface .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
  background: #24a5c5;
}
body.amita-store .site-footer .tz-footer-content {
  padding: 62px 0 10px;
}
body.amita-store .site-footer .tz-footer-content .widget .widget-title {
  display: block;
  position: relative;
  padding: 0 0 12px;
  margin-bottom: 28px;
}
body.amita-store .site-footer .tz-footer-content .widget .widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #24a5c5;
}
body.amita-store .zoom-social-icons-list--rounded .socicon,
body.amita-store .zoom-social-icons-list--rounded .genericon,
body.amita-store .zoom-social-icons-list--rounded .dashicons,
body.amita-store .zoom-social-icons-list--rounded .fa {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
body.amita-store .site-footer .tz-footer-content .widget > ul.zoom-social-icons-list {
  margin: 0 -4px;
}
body.amita-store .tz-single-artist .tz-artist .artist-social a,
body.amita-store .tz-single-band .tz-band .band-social a {
  color: #fff;
}
body.amita-store .tz-vc-bands-member .tz-bands-slider li .bands-thumbnail a:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
body.amita-store .tz-vc-bands-member .tz-bands-slider li .bands-thumbnail a:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
body.amita-store .tz-vc-bands-member .tz-bands-slider li .bands-thumbnail:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
body.amita-store .tz-vc-bands-member .tz-bands-slider li .bands-thumbnail:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #24a5c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
body.amita-store .tz-vc-media .tz-media-container .tz-media-item .tz-inner .one:before,
body.amita-store .tz-vc-media .tz-media-container .tz-media-item .tz-inner .one:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(bottom, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
body.amita-store .tz-vc-media .tz-media-container .tz-media-item .tz-inner .two:before,
body.amita-store .tz-vc-media .tz-media-container .tz-media-item .tz-inner .two:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
body.amita-store .tz-vc-media .tz-media-container .tz-media-item .tz-inner .three:before,
body.amita-store .tz-vc-media .tz-media-container .tz-media-item .tz-inner .three:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(right, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
body.amita-store .tz-vc-media .tz-media-container .tz-media-item .tz-inner .four:before,
body.amita-store .tz-vc-media .tz-media-container .tz-media-item .tz-inner .four:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f76e2a+100,f76e2a+100,f76e2a+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(36, 165, 197, 0) 0%, #24a5c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f76e2a', GradientType=1);
  /* IE6-9 */
}
body.amita-store .tz-vc-events .events-content .events-item .btn-tickets a:before {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(36, 165, 197, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(36, 165, 197, 0.8) 100%);
}
body.amita-store .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
body.amita-store .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a,
body.amita-store .tribe-events-calendar div[id*="tribe-events-daynum-"],
body.amita-store .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background: #222230 !important;
  color: #93a8b3;
}
body.amita-store #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more:before,
body.amita-store .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description .tribe-events-read-more:before {
  background-color: rgba(36, 165, 197, 0.3);
}
body.amita-store .always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span:before,
body.amita-store .always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span:after,
body.amita-store .always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span span:before,
body.amita-store .always_playing .mp_ajax_playlist .jp-playlist ul li .jp-playlist-item > span span:after {
  background-color: #83a9fd;
}
body.amita-store .always_playing .mp_ajax_playlist .jp-playlist,
body.amita-store .always_playing .mp_ajax_playlist .jp-type-playlist {
  background-color: #004f62;
}
body.amita-store .always_playing .mp_ajax_playlist .jp-seek-bar {
  background-color: #93a8b3;
}
body.amita-store .tzButton-Config:hover i {
  color: #24a5c5;
}
body.amita-store .tzButton-Config i {
  color: #3c425b;
}
body.amita-store .livedemo .box-buy-now {
  background: #24a5c5;
}
body.amita-store .livedemo .box-buy-now:hover {
  background: #1c819a;
}
body.amita-store .livedemo .tz-box-title,
body.amita-store .livedemo .box-btn .item {
  color: #3c425b;
}
body.amita-store .livedemo .box-btn .item:hover,
body.amita-store .livedemo .box-btn .item:focus,
body.amita-store .livedemo .box-btn .item:active,
body.amita-store .livedemo .box-btn .item.iactive {
  background: #e1f1f8;
}
/**
* 11.0 -  Responsive
* -----------------------------------------------------------------------------
*/
@media (max-width: 1600px) {
  .tz-header .tz-header-menu nav ul.navbar-nav > li > a {
    padding: 0 25px;
  }
}
@media (max-width: 1368px) {
  .tz-header .text-left {
    width: 13%;
  }
  .tz-header .text-right {
    width: 20%;
  }
  .tz-header.type_4 .text-right {
    width: 25%;
  }
  .tz-vc-heading .content h3.title,
  .tz-vc-events .events-heading h3 {
    font-size: 30px;
  }
  .tz-Breadcrumb {
    padding-top: 67px;
    padding-bottom: 110px;
  }
  .tz-Breadcrumb h1 {
    font-size: 36px;
    padding: 23px 0 8px;
  }
  .tz-Breadcrumb .tz-breadcrumb-custom {
    padding: 21px 0 8px;
  }
  .tz-page-content {
    padding: 75px 0;
  }
  #tribe-events-content-wrapper .tribe-events-list h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #tribe-events-content-wrapper #tribe-events-bar {
    margin-bottom: 39px;
  }
  .tribe-events-day .type-tribe_events {
    margin: 0 0 40px !important;
  }
  .tz-header .tz-header-menu .tz-icon-cart .icon,
  .tz-header .tz-header-menu nav ul.navbar-nav > li > a {
    line-height: 80px;
  }
  .tz-header .tz-login,
  .tz-header .tz-header-logo {
    padding: 18px 0;
  }
  .site-footer .tz-footer-social {
    padding: 30px 0 29px;
  }
  .site-footer .tz-footer-content {
    padding: 40px 0 0;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid h3 {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 9px;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule {
    margin-top: 22px;
    margin-bottom: 16px;
  }
  .tz-comments .tzCommentForm {
    padding-top: 25px;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month {
    margin-bottom: 34px;
  }
  #tribe-events-content-wrapper .tribe-events-list .type-tribe_events {
    margin-bottom: 40px;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-button {
    margin-top: 13px;
  }
  #tribe-events-content-wrapper .tribe-events-list #tribe-events-footer {
    padding-top: 40px;
  }
  .tz-vc-events {
    padding-top: 66px;
    padding-bottom: 86px;
  }
  .tz-vc-events .events-content .tab-head {
    margin-bottom: 51px;
  }
  .tz-vc-events .events-content .events-item .date span,
  .tz-vc-events .events-content .events-item .content h4 {
    font-size: 18px;
  }
  .tz-album-detail .other-album {
    padding-top: 36px;
  }
  .tz-album-detail .music-album .album-desc {
    padding-top: 45px;
    padding-bottom: 26px;
  }
  .tz-album-detail .other-album h2 {
    padding-bottom: 44px;
  }
  .tz-genre .music-content h2 {
    padding-bottom: 33px;
  }
  .tz-genre .music-content .all-songs .list-songs li a {
    font-size: 14px;
    line-height: 36px;
  }
  .tz-genre .music-content .all-videos {
    padding-top: 35px;
  }
  .tz-genre .music-content .all-songs {
    padding: 0 0 55px;
  }
  .tz-genre .music-content .all-videos .list-videos .videos-item h3 {
    font-size: 16px;
  }
  .tz-song-list .tz-song-alphanav {
    padding: 25px 0 25px 50px;
    margin-bottom: 57px;
  }
  .tz-song-list .tz-song-content h3 {
    margin: 34px 0 20px;
  }
  .tz-single-music .music_video .video-title span.view-song,
  .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .view-song {
    font-size: 16px;
  }
  .tz-single-music {
    padding: 65px 0 80px;
  }
  .tz-single-music .music-song .music_player .tz-song-lyric {
    margin-top: 35px;
  }
  .tz-single-music .music-song .music_player .tz-song-lyric .song-lyric {
    padding: 33px 40px 17px;
  }
  .tz-single-music .music-song .music_player {
    padding: 0 0 50px;
  }
  .tz-single-music .song-other,
  .tz-single-music .song-other-album,
  .tz-single-music .song-other-video {
    padding: 40px 0 44px;
  }
  .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-interface {
    padding: 10px 0;
  }
  .tz-single-music .music_video .video-title {
    margin-top: 28px;
  }
  .tz-single-music .music_video .song-video-artist {
    margin: 50px 0 45px;
  }
  .tz-single-music .music_video .song-video-artist .song-lyric {
    padding: 27px 40px 17px;
  }
  .tz-blog .tz-post-item .tz-post-thumbnail {
    padding-bottom: 19px;
  }
  .tz-blog .tz-post-item .tz-post-content .tz-post-title {
    padding: 0 0 5px;
  }
  .tz-blog .tz-post-item .tz-post-content .tz-post-excerpt {
    padding: 8px 0;
  }
  .tz-blog .tz-post-item {
    padding-bottom: 25px;
  }
  .navigation {
    padding: 35px 0;
  }
  .tz-sidebar .widget {
    margin-bottom: 35px;
  }
  .tz-single .tz-post-single-item .tz-post-content .tz-post-title {
    font-size: 26px;
    padding: 7px 0 20px;
  }
  .tz-single .tz-post-single-item .tz-post-thumbnail {
    padding-bottom: 27px;
  }
  .tz-post-share,
  .tz-single .tz-post-single-item .tz-post-share,
  .tz-single .tz-post-single-item .tz-post-cat-tag .tz-tags,
  .tz-single .tz-post-single-item .tz-post-cat-tag .tz-category {
    padding: 10px 0;
  }
  .tz-single .tz-single-navigation {
    position: relative;
    display: block;
    margin: 36px 0;
    padding: 21px 0;
  }
  .tzShop-detail .tz-product-detail .summary h2 {
    font-size: 30px;
  }
  .tzShop-detail .tz-product-detail .summary .price {
    font-size: 26px;
  }
  .tzShop-detail .tz-product-detail .summary h2,
  .tzShop-detail .tz-product-detail .summary .woocommerce-product-rating,
  .tzShop-detail .tz-product-detail .summary .price {
    margin-bottom: 15px;
  }
  .tzShop-detail .tz-product-detail .summary .woocommerce-product-details__short-description p {
    padding-bottom: 32px;
  }
  .tzShop-detail .tz-product-detail .summary .woocommerce-product-details__short-description {
    margin-bottom: 36px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-tabs {
    padding-top: 30px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 35px 30px !important;
  }
  .related {
    margin-top: 40px;
  }
  .related h2 {
    margin-top: 53px;
    padding-bottom: 41px;
  }
  .tzShop-detail {
    padding: 70px 0 97px;
  }
  .woocommerce .cart-collaterals {
    padding-bottom: 0;
  }
  .woocommerce-checkout .woocommerce form.checkout {
    margin-top: 39px;
  }
  .woocommerce-checkout .woocommerce form.checkout .col2-set {
    margin-bottom: 35px;
  }
  .site-title-404 {
    font-size: 40px;
  }
  .site-error-box-header {
    font-size: 26px;
  }
  .tz-vc-albums .albums-info .album-date,
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item .ab-artist {
    font-size: 18px;
  }
  .tz-comments .comment-reply-title,
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h3,
  .tz-album-detail .music-album .tz-music-info .album-info .album-title,
  .tribe-events-day .type-tribe_events .tz-content-day h3,
  .tz-album-detail .other-album h2,
  .tz-genre .music-content h2,
  .tz-single-music .song-other-album h2,
  .tz-single-music .song-other h2,
  .tz-single-music .song-other-video h2,
  .tz-comments .comments-title,
  .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-title,
  .tz-single-music .music_video .video-title h3,
  .tz-blog .tz-post-item .tz-post-content .tz-post-title a,
  .related h2,
  .woocommerce .cart-collaterals .cart_totals h2,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields h3,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields h3,
  .woocommerce-checkout .woocommerce form.checkout #order_review_heading,
  .tz-page-content #bbpress-forums .tz-forums-top .tz-forums-label,
  .tz-vc-albums .albums-info .album-title {
    font-size: 20px;
  }
  .tz-blog,
  .tzShop-wrap,
  .tz-album-releases {
    padding: 70px 0;
  }
  .tz-vc-timeline .tz-item .timeline-thumbnail {
    width: 75%;
  }
  .tz-vc-timeline .swiper-timeline {
    max-width: 34%;
  }
  .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet.margin-left {
    margin-left: 34%;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-1 .swiper-pagination-bullet {
    width: 33% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-2 .swiper-pagination-bullet {
    width: 33% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-3 .swiper-pagination-bullet {
    width: 22% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-3 .swiper-pagination-bullet.tz-pag-col-2 {
    width: 16.5% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-4 .swiper-pagination-bullet {
    width: 16.5% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-5 .swiper-pagination-bullet {
    width: 13.2% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-5 .swiper-pagination-bullet.tz-pag-col-3 {
    width: 11% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-6 .swiper-pagination-bullet {
    width: 11% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-7 .swiper-pagination-bullet {
    width: 9.4285% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-7 .swiper-pagination-bullet.tz-pag-col-4 {
    width: 8.25% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-8 .swiper-pagination-bullet {
    width: 8.25% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-9 .swiper-pagination-bullet {
    width: 7.3333% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-9 .swiper-pagination-bullet.tz-pag-col-5 {
    width: 6.6% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-10 .swiper-pagination-bullet {
    width: 6.6% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-11 .swiper-pagination-bullet {
    width: 6% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-11 .swiper-pagination-bullet.tz-pag-col-6 {
    width: 5.5% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-12 .swiper-pagination-bullet {
    width: 5.5% !important;
  }
  /*  Amita Store */
  body.amita-store .tz-vc-slider .owl-dots {
    margin: 25px 0;
  }
  body.amita-store .tz-vc-slider .owl-carousel .owl-stage-outer {
    margin: 50px 0 25px;
  }
  body.amita-store .store-title {
    font-size: 20px;
  }
  body.amita-store .tz-music-chart .nav-tabs li a {
    line-height: 36px;
  }
  body.amita-store .tz-music-chart .list-item.current .content {
    padding-top: 70px;
  }
  body.amita-store .tz-music-chart .number {
    font-size: 20px;
  }
  body.amita-store .tz-music-chart .content {
    padding-top: 11px;
    padding-bottom: 12px;
  }
  body.amita-store .tz-list.audio .list-all .list-item .content {
    width: 79%;
  }
  body.amita-store .tz-list.audio .list-all .list-item .mp-img {
    width: 21%;
  }
  body.amita-store .tz-vc-genres h4 {
    font-size: 16px;
  }
}
@media (max-width: 1281px) {
  .tz-vc-heading .content h3.title,
  .tz-vc-events .events-heading h3 {
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0 0 21px;
  }
  .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description h3 {
    font-size: 16px;
    padding: 0 0 11px;
  }
  .tz-vc-latest-news {
    padding-bottom: 84px;
  }
  .tz-vc-latest-news .swiper-scrollbar {
    margin: 30px auto;
    width: 400px;
  }
  .vc_row.tz-responsive {
    padding-top: 80px !important;
    padding-bottom: 110px !important;
  }
  .tz-vc-heading {
    padding-top: 65px;
  }
  .tz-vc-albums {
    padding: 40px 0 95px;
  }
  .tz-vc-events .events-content .events-item .date span {
    width: 110px;
    padding: 0 20px;
    min-height: 97px;
  }
  .tz-vc-events .events-content .events-item .content {
    padding-top: 19px;
    padding-bottom: 11px;
  }
  .tz-vc-events .events-content .events-item .btn-tickets a {
    width: 130px;
  }
  .tz-vc-events {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  li.ming {
    height: 250px;
  }
  li.ming.item_height2 {
    height: 500px;
  }
  body .plus-pagination span,
  body .plus-pagination-end span {
    line-height: 50px;
  }
  .tz-header .tz-login .site-text-login span {
    display: none;
  }
  .tz-vc-heading.tz-edit .content .description {
    padding-top: 13px;
  }
  .tz-vc-heading .content .description {
    padding: 0 0 20px;
  }
  .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .jp-title {
    font-size: 18px;
  }
  .site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address h4 {
    font-size: 13px;
  }
  .site-footer .tz-footer-content .tribe-events-list-widget ol li .date {
    width: 20%;
    text-align: center;
  }
  .site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address {
    width: 80%;
  }
  .site-footer .tz-footer-social {
    padding: 20px 0 19px;
  }
  .tz-Breadcrumb {
    padding-top: 52px;
    padding-bottom: 95px;
  }
  .tz-Breadcrumb h1 {
    font-size: 30px;
    padding: 18px 0 5px;
  }
  .tz-Breadcrumb .tz-breadcrumb-custom {
    padding: 18px 0 3px;
  }
  body .tz-res-top {
    padding-top: 70px !important;
  }
  body .tz-res-bottom {
    padding-bottom: 70px !important;
  }
  .tz-vc-timeline .tz-item .tz-description h4 {
    font-size: 20px;
    padding: 31px 0 0;
  }
  .tz-vc-timeline .tz-item .tz-description p {
    padding: 12px 0 0;
  }
  .tz-vc-bands-member .tz-bands-slider li .bands-info span {
    padding: 6px 0 0;
  }
  .tz-single-artist .tz-artist-content .tz-artist-title h2 {
    font-size: 24px;
    margin: 5px 0 8px;
  }
  .tz-single-artist .tz-artist-content .tz-tab,
  .tz-single-band .tz-band-content .tz-tab {
    margin-top: 57px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info h3.album-title a {
    font-size: 16px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info span.album-meta {
    font-size: 13px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info {
    padding: 9px 15px 8px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info h3.album-title,
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #video .all-videos .videos-content h3 {
    line-height: 1em;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content .tab-pane {
    padding-top: 30px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #video .all-videos .videos-item {
    margin-bottom: 21px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character {
    padding: 15px 8px 15px 30px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a {
    padding: 0 26px 0 0;
    line-height: 30px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs h3 {
    margin: 24px 0 15px;
  }
  .tz-page-content {
    padding: 65px 0;
  }
  #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-date-filter {
    max-width: 160px;
  }
  #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-search-filter {
    width: 280px;
  }
  #tribe-events-content-wrapper .tribe-events-list h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #tribe-events-content-wrapper #tribe-events-bar {
    margin-bottom: 29px;
  }
  .tribe-events-day .tz-title-day {
    padding-bottom: 29px;
  }
  .tribe-events-day .type-tribe_events .tribe-events-event-image {
    padding-right: 40px !important;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 4px;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-venue-details span {
    font-size: 14px;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-single-event-description p {
    margin-top: 22px !important;
  }
  .single-tribe_events .tribe-events-venue-map {
    margin: 22px 0 0;
  }
  #tribe-events-content {
    margin-bottom: 30px;
  }
  .tz-comments .comment-reply-title {
    margin: 0 0 15px;
    padding: 4px 0 9px;
  }
  .tz-comments .comment-form {
    padding: 15px 0;
  }
  .tz-comments .comment-form .form-submit .submit {
    width: 140px;
  }
  .tribe-events-meta-group h3.tribe-events-single-section-title {
    font-size: 16px;
    padding: 8px 20px;
  }
  .tribe-events-meta-group dl {
    padding: 20px 20px 20px;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month {
    margin-bottom: 24px;
  }
  #tribe-events-content-wrapper .tribe-events-list #tribe-events-footer {
    padding-top: 30px;
  }
  .tribe-events-month .tz-title-month h2 {
    font-size: 24px;
  }
  .tribe-events-month table.tribe-events-calendar thead tr th {
    padding: 11px 0;
  }
  .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
  .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a,
  .tribe-events-calendar div[id*="tribe-events-daynum-"],
  .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    line-height: 36px;
  }
  .tribe-events-month table.tribe-events-calendar tbody tr td .tribe-events-category-tour {
    margin: 0 10px !important;
    padding: 10px 0 !important;
  }
  .tribe-events-month .tribe-events-button {
    margin-top: 30px;
  }
  .tz-album-detail {
    padding: 70px 0;
  }
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item .ab-artist {
    margin-bottom: 15px;
  }
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item.right span {
    font-size: 16px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-title {
    font-size: 18px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-controls {
    width: 100%;
    padding: 0 0 10px;
  }
  .music-album div.jp-type-playlist div.jp-playlist li {
    line-height: 20px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li {
    padding: 10px 0;
  }
  .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul {
    max-height: 330px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-song-lyric .song-lyric {
    padding: 28px 30px 15px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-song-lyric a {
    padding-left: 30px;
    margin-bottom: 35px;
    margin-top: 15px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-song-lyric .song-lyric span {
    margin-bottom: 30px;
  }
  .tz-album-detail .music-album .tz-album-play {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .tz-album-detail .music-album .album-desc {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-panes .su-tabs-pane {
    padding: 24px 30px 40px 30px;
  }
  .tz-album-detail .other-album h2:after {
    top: 40px;
  }
  .tz-album-detail .other-album h2 {
    padding-bottom: 30px;
    margin-top: 0;
  }
  .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-progress {
    width: 75%;
  }
  .tz-single-music .music_video .song-video-artist .song-lyric {
    height: 420px;
  }
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
    background: #f76e2a !important;
  }
  .tz-genre .music-content h2:after,
  .tz-single-music .song-other h2:after,
  .tz-single-music .song-other-album h2:after,
  .tz-single-music .song-other-video h2:after {
    top: 39px;
  }
  .tz-genre .music-content h2,
  .tz-single-music .song-other-album h2,
  .tz-single-music .song-other-video h2,
  .tz-single-music .song-other h2 {
    padding-bottom: 23px;
    margin-top: 0;
  }
  .tz-genre .music-content .all-songs {
    padding: 0 0 45px;
  }
  .tz-genre .music-content .all-videos .list-videos .videos-item {
    width: 33.3333%;
    margin-bottom: 40px;
  }
  .tz-genre {
    padding: 60px 0 40px;
  }
  .tz-song-list .tz-song-alphanav {
    padding: 20px 0 20px 40px;
    margin-bottom: 40px;
  }
  .tz-song-list .tz-song-content h3 {
    margin: 29px 0 15px;
  }
  .tz-song-list .tz-song-content .tz-song-item a {
    font-size: 14px;
  }
  .tz-single-music .song-other-album .other-wrapper .album-item .album-info .album-title {
    font-size: 16px;
  }
  .tz-vc-media .tz-filter {
    padding: 40px 0;
  }
  .tz-vc-media {
    padding: 40px 0 70px;
  }
  .tz-single .tz-post-single-item .tz-post-content .tz-post-title {
    font-size: 24px;
    padding: 5px 0 15px;
  }
  .tz-single .tz-post-single-item .tz-post-thumbnail {
    padding-bottom: 20px;
  }
  .tzShop-wrap .tz-product ul.products .tzShop-item h3.tzShop-item_title {
    font-size: 18px;
    margin-top: 18px;
  }
  .tzShop-wrap .tz-product ul.products .tzShop-item a.button,
  .tzShop-wrap .tz-product ul.products .tzShop-item .added_to_cart {
    padding: 14px 30px;
    margin-top: 0;
  }
  .tzShop-wrap .tz-product ul.products .tzShop-item {
    margin: 0 0 40px;
  }
  .tz-sidebar .widget.widget_products h2.widget-title {
    margin-bottom: 41px;
  }
  .tz-sidebar .widget h2.widget-title {
    margin: 0 0 41px;
  }
  .tzShop-detail .tz-product-detail .summary h2 {
    font-size: 24px;
  }
  .tzShop-detail .tz-product-detail .summary .price {
    font-size: 20px;
  }
  .tzShop-detail .tz-product-detail .summary h2,
  .tzShop-detail .tz-product-detail .summary .woocommerce-product-rating,
  .tzShop-detail .tz-product-detail .summary .price {
    margin-bottom: 10px;
  }
  .tzShop-detail .tz-product-detail .summary form.cart .button {
    padding: 15px 35px;
  }
  .tzShop-detail .tz-product-detail .summary .woocommerce-product-details__short-description p {
    padding-bottom: 27px;
  }
  .tzShop-detail .tz-product-detail .summary .woocommerce-product-details__short-description {
    margin-bottom: 31px;
  }
  .tzShop-detail .tz-product-detail .summary form.cart {
    margin-bottom: 17px;
  }
  .tz-post-share > span,
  .tzShop-detail .tz-product-detail .summary .tz-post-share > span {
    font-size: 14px;
    padding-right: 20px;
  }
  .tzShop-detail .tz-product-detail .summary .product_meta span a:first-child {
    margin-left: 24px;
  }
  .tzShop-detail .tz-product-detail .summary .product_meta span {
    font-size: 14px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-tabs {
    padding-top: 20px;
  }
  .related {
    margin-top: 25px;
  }
  .related h2 {
    margin-top: 43px;
    padding-bottom: 36px;
  }
  .related h2:after {
    top: 39px;
  }
  .related ul.products .tzShop-item h3.tzShop-item_title {
    font-size: 18px;
    margin-top: 20px;
  }
  .woocommerce form table.shop_table tbody tr td.actions .coupon input.input-text,
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    width: 230px;
  }
  .woocommerce form table.shop_table tbody tr td.actions .coupon input,
  .woocommerce form table.shop_table tbody tr td.actions input {
    width: 140px;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 18px 0 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 20px;
  }
  .amita-alert-message.vc_message_box .vc_message_box-icon {
    width: 40px;
  }
  .amita-alert-message.vc_message_box {
    padding: 8px 15px 8px 40px;
  }
  .amita-alert-message.vc_message_box.small .tz-alert-close {
    right: 10px;
  }
  body .su-table td,
  body .su-table th {
    line-height: 40px !important;
  }
  .tz-vc-table table tr td {
    line-height: 40px;
  }
  .btn-lg {
    font-size: 16px;
    padding: 0 45px;
  }
  .btn-md {
    padding: 0 33px;
  }
  .btn-sm {
    padding: 0 28px;
  }
  .btn-xsm {
    font-size: 10px;
    padding: 0 20px;
  }
  .amita-login-lightbox .content ul li a {
    padding: 5px 0;
  }
  .amita-login-lightbox .content .tab-content {
    padding: 34px 40px 40px;
  }
  .amita-login-lightbox .content {
    width: 530px;
  }
  .amita-login-lightbox .content .tab-content .login-submit input,
  .amita-login-lightbox .content .tab-content input.btn-register {
    line-height: 44px;
  }
  .tz-album-detail .music-album .tz-music-info .sale-album {
    padding-left: 30px;
  }
  .tz-header .tz-header-menu nav ul.navbar-nav > li > a {
    padding: 0 20px;
  }
  .tz-single-music .music_video .jp-video .jp-gui .jp-video-play .jp-video-play-icon {
    top: 25%;
  }
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description p {
    margin-bottom: 25px !important;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content p {
    margin-bottom: 25px;
  }
  .tz-single-artist .tz-artist {
    width: 30%;
  }
  .tz-single-artist .tz-artist-content {
    width: 70%;
  }
  .tz-single-band .mp-list.artist .mp-item {
    padding: 0 15px 15px;
  }
  .tz-single-band .tz-info span > span {
    padding-left: 15px;
  }
  .tz-single-band .tz-info span label {
    font-size: 13px;
  }
  .tz-single-band .tz-info span {
    margin-bottom: 8px;
  }
  .tz-single-band .mp-list.artist .mp-item .item-info {
    padding: 0 0 0 20px;
  }
  .tz-single-band .mp-list.artist .mp-item .item-info span label {
    font-size: 13px;
    width: 30%;
    margin-bottom: 0;
  }
  .tz-single-band .mp-list.artist .mp-item .item-info span > span {
    width: 70%;
    padding-left: 25px;
    font-size: 13px;
  }
  .tz-single-band .mp-list.artist .mp-item .mp-img {
    height: 125px;
  }
  body .mp-list .mp-item {
    padding: 0 15px 30px;
  }
  .tz-single-band .mp-list.albums .mp-item .mp-img,
  .tz-single-artist .mp-list.albums .mp-item .mp-img {
    height: 220px;
  }
  .tz-single-band .mp-list.albums .mp-item:nth-child(3n+1),
  .tz-single-band .mp-list.video .mp-item:nth-child(3n+1),
  .tz-single-artist .mp-list.albums .mp-item:nth-child(3n+1),
  .tz-single-artist .mp-list.video .mp-item:nth-child(3n+1) {
    clear: left;
  }
  .tz-genre .music-content .mp-list .mp-item h3 {
    margin: 10px 0 0;
  }
  .tz-genre .music-content .mp-list .mp-item h3 a {
    font-size: 14px;
  }
  .mp-list.albums .mp-img {
    height: 150px;
    margin-bottom: 10px;
  }
  .tz-genre .music-content .mp-list {
    padding: 35px 0 45px;
  }
  .tz-genre .music-content .mp-list .all-songs li a {
    font-size: 14px;
    line-height: 36px;
  }
  .tz-album-detail .sale-album {
    padding-left: 30px;
  }
  .tz-song-lyric.mp-lyric {
    margin-top: 40px;
    padding: 28px 30px 12px;
  }
  .tz-song-lyric.mp-lyric h3 {
    padding-bottom: 0;
  }
  .tz-song-lyric.mp-lyric a {
    margin-bottom: 35px;
  }
  .tz-single-music .song-title,
  .jp-details .jp-title {
    font-size: 20px;
  }
  .jp-details {
    padding: 23px 0 7px;
  }
  .mp-info {
    padding-bottom: 10px;
  }
  .mp-description {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .tz-single-band .tz-band-content .tz-band-title h2 {
    font-size: 24px;
  }
  .tz-header.type_3 .header-top .tz-social-item a {
    margin-right: 20px;
  }
  .tz-album-releases .album-item.tz-col-4 {
    width: 33.3333%;
  }
  .tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content .date span {
    width: 60px;
    font-size: 14px;
    padding: 0 7px;
    min-height: 60px;
    line-height: 24px;
  }
  .tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content {
    padding: 15px 15px 15px 95px;
  }
  .tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content h4 {
    padding: 0;
  }
  .tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content .tribe-address {
    padding: 5px 0;
  }
  .tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content {
    min-height: 90px;
  }
  .tz-vc-video.multi {
    padding: 0 105px;
  }
  .tz-vc-video.multi .tz-navigation .tz-actions .btn-action {
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .tz-vc-video.multi .tz-navigation .tz-actions .btn-action.prev {
    margin-right: -30px;
  }
  .tz-vc-video.multi .tz-navigation .tz-actions .btn-action.next {
    margin-left: -30px;
  }
  .tz-vc-product .product-item h3.product-title {
    font-size: 14px;
  }
  /*  Amita Store */
  .site-footer .tz-footer-content .widget .widget-title {
    font-size: 16px;
  }
  body.amita-store .tz-music-chart .number {
    font-size: 18px;
  }
  body.amita-store .tz-music-chart .list-item.current .content,
  body.amita-store .tz-music-chart.video .list-item.current .content {
    padding-top: 80px;
  }
  body.amita-store .tz-music-chart.video .number {
    width: 80px;
    height: 60px;
    font-size: 16px;
  }
  body.amita-store .tz-music-chart.video .content {
    padding-left: 100px;
    min-height: 100px;
  }
  body.amita-store .music-press-member-edit input[type='submit'] {
    line-height: 46px;
    height: 46px;
  }
}
@media (max-width: 992px) {
  .tz-header .text-left,
  .tz-header .text-right {
    width: 16.66666667%;
  }
  .tz-header {
    padding: 0 20px;
  }
  .tz-header .tz-header-menu {
    justify-content: right;
  }
  .tz-header .tz-header-menu .nav-collapse {
    background: #0a0a0a;
    position: absolute;
    padding: 20px 0;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    z-index: 99999;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }
  .tz-header .tz-header-menu .nav-collapse.in {
    opacity: 1;
    visibility: visible;
  }
  .tz-header .tz-header-menu .nav-collapse.in ul.tz-nav {
    opacity: 1;
    visibility: visible;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav {
    width: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li {
    width: 100%;
    text-align: left;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li:last-child > a {
    border-bottom: none;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li a {
    margin: 0;
    color: #888888;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(69, 68, 66, 0.5);
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li a:after {
    display: none;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li a:before {
    display: none;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li a:hover,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li a:focus,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li a:active {
    color: #f76e2a;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current-menu-ancestor > a,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current-menu-parent.menu-item-has-children > a,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current-menu-item > a,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current_page_item > a {
    background: #f76e2a;
    color: #fff;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current-menu-ancestor > a:after,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current-menu-parent.menu-item-has-children > a:after,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current-menu-item > a:after,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current_page_item > a:after {
    color: #fff;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current-menu-ancestor > .icon_menu_item_mobile,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current-menu-parent.menu-item-has-children > .icon_menu_item_mobile,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current-menu-item > .icon_menu_item_mobile,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .sub-menu li.current_page_item > .icon_menu_item_mobile {
    color: #fff;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu {
    margin: 0;
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    padding-top: 0;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li.current_page_item a {
    background: transparent;
    color: #888888;
    line-height: 40px;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li a {
    background: transparent;
    padding: 0 20px;
    margin: 0;
    color: #888888;
    line-height: 40px;
    border-bottom: 1px solid rgba(69, 68, 66, 0.5);
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li a:before {
    content: "\f111";
    display: inline-block;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    font-size: 6px;
    margin-right: 10px;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li a:hover,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li a:focus,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li a:active {
    background: transparent;
    color: #f76e2a;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li .sub-menu {
    left: auto;
    margin: 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    position: relative;
    top: auto;
    visibility: visible;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li .sub-menu li a {
    padding: 0 40px;
    border-bottom: 1px solid rgba(69, 68, 66, 0.5);
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li .sub-menu li a:hover,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li .sub-menu li a:focus,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu li .sub-menu li a:active {
    background: transparent;
    color: #f76e2a;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li > .sub-menu .menu-item-has-children:after {
    display: none;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li:hover,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li:focus,
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li:active {
    top: 0;
  }
  .tz-header .tz-header-menu .nav-collapse ul.tz-nav li .icon_menu_item_mobile {
    display: block;
    width: 30px;
    text-align: center;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    right: 5px;
    top: 5px;
  }
  .tz-header .tz-header-menu .infomation__shop {
    display: none;
  }
  .tz-header .tz-header-menu .infomation__shop .widget_shopping_cart {
    z-index: 999;
  }
  .tz-header .tz-header-menu .tz-head-mobile {
    display: block;
    padding: 0 20px 20px;
    border-bottom: 1px solid rgba(69, 68, 66, 0.5);
  }
  .tz-header .tz-header-menu .tz-head-mobile:before,
  .tz-header .tz-header-menu .tz-head-mobile:after {
    content: "";
    clear: both;
    display: table;
  }
  .tz-header .tz-header-menu .tz-head-mobile span {
    cursor: pointer;
    display: none;
  }
  .tz-header .tz-header-menu .tz-head-mobile .site-text-login {
    float: left;
  }
  .tz-header .tz-header-menu .tz-login-mobile {
    border-top: 1px solid rgba(69, 68, 66, 0.5);
    display: block;
    padding: 10px 20px 0;
    margin: 0 -10px;
    text-align: left;
  }
  .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-ancestor > a,
  .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-parent > a,
  .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current_page_parent > a,
  .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current-menu-item > a,
  .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li.current_page_item > a {
    background: transparent;
    color: #888888;
  }
  .site-footer .tz-footer-social .tz-social-item a {
    padding: 20px 25px;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 46%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 100%;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order {
    padding: 29px 0 0;
  }
  .tz-bt-rps.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-6.vc_col-md-12.vc_col-xs-12 {
    margin-bottom: 20px;
  }
  #tribe-bar-collapse-toggle {
    background: #f6ebe5;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #666666;
    padding: 0 20px;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 25px;
    line-height: 30px;
  }
  .tribe-bar-collapse #tribe-bar-collapse-toggle {
    width: 30%;
  }
  #tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
    width: 30%;
    float: right;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .tribe-events-read-more {
    font-size: 11px;
    padding: 0 34px;
    line-height: 30px;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author {
    margin-bottom: 10px;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .tribe-events-day .type-tribe_events .tz-content-day,
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content {
    width: 60%;
    padding-left: 15px;
  }
  .tribe-events-day .type-tribe_events .tribe-events-event-image {
    width: 40% !important;
    padding-right: 15px !important;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tribe-events-event-image {
    width: 40%;
    padding-right: 15px;
  }
  #tribe-events-content-wrapper .tribe-events-list #tribe-events-footer {
    margin-top: 50px;
  }
  .tz-single-artist .tz-artist .artist-image {
    max-width: 300px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #video .all-videos .videos-item:nth-child(3n+1) {
    clear: none;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #video .all-videos .videos-item:nth-child(2n+1) {
    clear: both;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #video .all-videos .videos-item {
    width: 50%;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item:nth-child(3n+1) {
    clear: none;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item:nth-child(2n+1) {
    clear: both;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item {
    width: 50%;
  }
  .tz-single-artist .tz-artist {
    z-index: 1;
  }
  .tz-home-vc .tz_icon_menu {
    color: #ffffff;
  }
  .tz-album-releases .album-item {
    width: 33.3333%;
    padding: 0 15px;
    margin: 0;
  }
  .tzShop-wrap .tz-product ul.products .tzShop-item.column-3 {
    width: 50%;
  }
  .tzShop-wrap .tz-product ul.products .tzShop-item.column-3:nth-child(3n+1) {
    clear: none;
  }
  .tzShop-wrap .tz-product ul.products .tzShop-item.column-3:nth-child(2n+1) {
    clear: both;
  }
  .tz-album-detail .music-album .tz-music-info .album-image {
    padding: 0;
    width: 35%;
  }
  .tz-album-detail .music-album .tz-music-info .album-info {
    padding: 0 30px;
    position: relative;
    width: 50%;
  }
  .tz-album-detail .music-album .tz-music-info .sale-album {
    padding-left: 0;
    width: 15%;
  }
  .tz-single-music .music_video .jp-video .jp-gui .jp-video-play .jp-video-play-icon {
    top: 45%;
  }
  .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-controls-holder .jp-controls {
    margin-left: 15px;
  }
  .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls {
    margin: 0;
  }
  .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-controls-holder .jp-toggles {
    margin: 0;
  }
  .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-progress {
    width: 68%;
  }
  .tz-typo-list.wpb_column.vc_column_container.vc_col-sm-6.vc_col-lg-3.vc_col-md-6.vc_col-xs-12 {
    margin-bottom: 25px;
  }
  .tz-header .tz-header-menu {
    display: block;
  }
  .tz-header .tz-header-menu .infomation__shop {
    float: right;
  }
  .tz-header .tz-header-menu .tz-icon-cart .icon,
  .tz-header .tz-header-menu nav ul.navbar-nav > li > a {
    line-height: 70px;
  }
  .tz-header .tz-header-logo img {
    max-height: 30px;
  }
  .tz-header .tz-login,
  .tz-header .tz-header-logo {
    padding: 15px 0;
  }
  .tz-header .tz-login {
    display: none;
  }
  .tz-header .tz-login .site-text-login {
    line-height: 40px;
    padding: 0 5px 0 0;
    font-size: 11px;
  }
  .tz-header .tz-login a {
    line-height: 40px;
    padding: 0 0 0 5px;
    font-size: 11px;
  }
  .tz-vc-social .tz-item {
    width: 25%;
  }
  .tz-vc-social .tz-item a {
    border-bottom: 1px solid #532b51;
  }
  .tz-vc-heading .content .description {
    padding: 0 0 15px;
  }
  .tz-vc-heading .content h3.title,
  .tz-vc-events .events-heading h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .tz-vc-heading .content p {
    font-size: 12px;
    line-height: 22px;
  }
  .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-post-thumbnail {
    height: 350px;
  }
  .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description h3 {
    font-size: 14px;
  }
  .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description p {
    padding: 5px 0 0;
    line-height: 22px;
  }
  .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description {
    padding: 15px 15px 28px 15px;
  }
  .tz-vc-latest-news .swiper-scrollbar {
    margin: 10px auto;
    width: 360px;
  }
  .tz-vc-latest-news {
    padding-bottom: 80px;
  }
  .vc_row.tz-responsive {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
  }
  body .tz-res-top {
    padding-top: 60px !important;
  }
  .tz-vc-single-image.left_bottom .image-content .overlay {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .tz-vc-single-image.left_bottom {
    padding: 0;
  }
  .btn-md {
    padding: 0 25px;
    font-size: 11px;
  }
  .btn-md span {
    line-height: 30px;
  }
  .tz-vc-heading {
    padding-top: 60px;
  }
  .tz-vc-albums {
    padding: 30px 0 80px;
  }
  .tz-vc-albums .albums-info .album-image img {
    max-height: 280px;
  }
  .tz-vc-albums .albums-info .album-date,
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item .ab-artist {
    font-size: 14px;
  }
  .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .jp-title {
    font-size: 20px;
  }
  .tz-vc-albums .albums-info {
    padding-bottom: 25px;
  }
  .tz-vc-events .events-heading a {
    font-size: 12px;
  }
  .tz-vc-events .events-content {
    padding: 15px 0;
  }
  .tz-vc-events .events-content .events-item .date span,
  .tz-vc-events .events-content .events-item .content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .tz-vc-events .events-content .events-item .content span {
    line-height: 30px;
  }
  .tz-vc-events .events-content .events-item .date span {
    width: 90px;
    padding: 0 15px;
    min-height: 80px;
  }
  .tz-vc-events .events-content .events-item .content {
    padding-top: 17px;
    padding-bottom: 9px;
  }
  .tz-vc-events .events-content .events-item .btn-tickets a {
    width: 100px;
    line-height: 30px;
    font-size: 11px;
  }
  .tz-vc-events .events-content .events-item .btn-tickets {
    padding-top: 20px;
    padding-bottom: 11px;
  }
  .tz-vc-video .tz-thumb .tz-vc-video-button span {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .tz-vc-video .tz-thumb .tz-vc-video-button.large span {
    font-size: 46px;
    width: 40px;
    height: 40px;
  }
  .site-footer .tz-footer-content .widget .widget-title {
    font-size: 16px;
  }
  .site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address h4 {
    font-size: 12px;
  }
  .site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address {
    width: 100%;
  }
  .site-footer .tz-footer-content .tribe-events-list-widget ol li .date {
    width: 100%;
    text-align: left;
  }
  .site-footer .site-footer-bottom .footer-menu li a,
  .site-footer .site-footer-bottom .tz-copyright p {
    line-height: 50px;
  }
  .widget.tz-instagram-feed .tz-instagram-content .tz-col-25 {
    width: 33.3333%;
  }
  .tz-vc-single-image.right_bottom {
    padding: 0 20px 20px 0;
  }
  .tz-vc-single-image.right_bottom .image-content .overlay {
    -webkit-transform: translate(20px, 20px);
    -moz-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    -o-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
  .tz-vc-single-image.right_top {
    padding: 20px 20px 0 0;
  }
  .tz-vc-single-image.right_top .image-content .overlay {
    -webkit-transform: translate(20px, -20px);
    -moz-transform: translate(20px, -20px);
    -ms-transform: translate(20px, -20px);
    -o-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
  .tz-vc-single-image.left_top {
    padding: 20px 0 0 20px;
  }
  .tz-vc-single-image.left_top .image-content .overlay {
    -webkit-transform: translate(-20px, -20px);
    -moz-transform: translate(-20px, -20px);
    -ms-transform: translate(-20px, -20px);
    -o-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
  .tz-vc-single-image.left_bottom {
    padding: 0 0 20px 20px;
  }
  .tz-vc-single-image.left_bottom .image-content .overlay {
    -webkit-transform: translate(-20px, 20px);
    -moz-transform: translate(-20px, 20px);
    -ms-transform: translate(-20px, 20px);
    -o-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
  .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet span {
    font-size: 14px;
  }
  .tz-vc-timeline .tz-item .tz-description h4 {
    font-size: 18px;
    padding: 21px 0 0;
  }
  .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet:after {
    width: 15px;
    height: 15px;
  }
  .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet:before {
    width: 30px;
    height: 30px;
  }
  .tz-vc-timeline .tz-content:before {
    top: 120px;
  }
  .tz-vc-timeline .tz-item .timeline-thumbnail {
    width: 80%;
    height: 240px;
  }
  .tz-vc-timeline .swiper-timeline {
    max-width: 40%;
  }
  .tz-vc-timeline .pagination-timeline {
    top: 120px;
  }
  .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet.margin-left {
    margin-left: 40%;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-1 .swiper-pagination-bullet {
    width: 30% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-2 .swiper-pagination-bullet {
    width: 30% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-3 .swiper-pagination-bullet {
    width: 20% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-3 .swiper-pagination-bullet.tz-pag-col-2 {
    width: 15% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-4 .swiper-pagination-bullet {
    width: 15% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-5 .swiper-pagination-bullet {
    width: 12% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-5 .swiper-pagination-bullet.tz-pag-col-3 {
    width: 10% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-6 .swiper-pagination-bullet {
    width: 10% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-7 .swiper-pagination-bullet {
    width: 8.5714% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-7 .swiper-pagination-bullet.tz-pag-col-4 {
    width: 7.5% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-8 .swiper-pagination-bullet {
    width: 7.5% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-9 .swiper-pagination-bullet {
    width: 6.6667% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-9 .swiper-pagination-bullet.tz-pag-col-5 {
    width: 6% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-10 .swiper-pagination-bullet {
    width: 6% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-11 .swiper-pagination-bullet {
    width: 5.4545% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-11 .swiper-pagination-bullet.tz-pag-col-6 {
    width: 5% !important;
  }
  .tz-vc-timeline .pagination-timeline.pagination-col-12 .swiper-pagination-bullet {
    width: 5% !important;
  }
  .tz-vc-bands-member .tz-bands-slider li .bands-info h5 {
    font-size: 16px;
  }
  .tz-vc-bands-member {
    padding: 25px 0 0;
  }
  .tz-single-artist .tz-artist .tz-info span > span {
    padding-left: 15px;
  }
  .tz-single-artist .tz-artist .tz-info span {
    margin-bottom: 6px;
  }
  .tz-single-artist .tz-artist-content .tz-artist-title h2,
  .tz-single-band .tz-band-content .tz-band-title h2 {
    font-size: 18px;
    margin: 3px 0 0;
    padding-bottom: 0;
  }
  .tz-single-artist .tz-artist,
  .tz-single-artist .tz-artist-content {
    top: -115px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a {
    padding: 0 15px 0 0;
    line-height: 24px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs h3 {
    margin: 15px 0 6px;
  }
  .tz-Breadcrumb h1 {
    font-size: 24px;
  }
  .tz-Breadcrumb .tz-breadcrumb-custom {
    padding: 13px 0 0;
  }
  .tz-Breadcrumb {
    padding-top: 42px;
    padding-bottom: 85px;
  }
  #tribe-events-content-wrapper #tribe-events-bar form #tribe-bar-views .tribe-bar-views-inner ul li a {
    padding: 0 20px;
    line-height: 30px;
  }
  .tribe-bar-views-list span.tribe-icon-day,
  .tribe-select2-results-views span.tribe-icon-day {
    background-size: 13px 14px;
  }
  #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters input {
    font-size: 12px;
    line-height: 30px;
  }
  #tribe-events-content-wrapper #tribe-events-bar {
    margin-bottom: 24px;
  }
  #tribe-events-content-wrapper .tribe-events-list h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description p {
    margin-bottom: 25px !important;
  }
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description .tribe-events-read-more {
    font-size: 11px;
    padding: 0 20px;
    line-height: 30px;
  }
  .tz-single-artist .tz-artist-content .tz-artist-title p {
    line-height: 22px;
  }
  .tribe-events-meta-group dl dt {
    margin-bottom: 3px;
  }
  .tribe-events-meta-group h3.tribe-events-single-section-title {
    font-size: 14px;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid h3 {
    font-size: 20px;
  }
  .tz-post-single-item .tribe-events-single .tz-post-thumbnail {
    padding-bottom: 15px;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-single-event-description p {
    margin-top: 15px !important;
    margin-bottom: 0;
  }
  .tz-comments .tzCommentForm {
    padding-top: 10px;
  }
  .tz-comments .comment-form {
    padding: 10px 0;
  }
  .tz-comments .comment-form .form-submit .submit {
    width: 100px;
    line-height: 30px;
    font-size: 11px;
  }
  .tz-comments .comment-form textarea {
    height: 100px;
    margin: 0 0 15px;
    font-size: 12px;
    padding: 10px 15px;
  }
  .tz-comments .comment-form input {
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 0 15px;
  }
  .tribe-events-month .tz-title-month h2 {
    font-size: 20px;
  }
  .tribe-events-month table.tribe-events-calendar thead tr th {
    padding: 10px 0;
  }
  .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
  .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a,
  .tribe-events-calendar div[id*="tribe-events-daynum-"],
  .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    line-height: 30px;
  }
  .tribe-events-calendar div[id*=tribe-events-daynum-],
  .tribe-events-calendar div[id*=tribe-events-daynum-] a {
    font-size: 11px;
  }
  .tribe-events-month table.tribe-events-calendar tbody tr td .tribe-events-category-tour {
    margin: 0 7px !important;
    padding: 7px 0 !important;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month {
    font-size: 16px;
  }
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item.right {
    top: 5px;
  }
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item.right span,
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item.right span i {
    font-size: 14px;
  }
  .tz-album-detail .music-album .tz-music-info .sale-album a {
    font-size: 11px;
  }
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item .ab-artist {
    margin-bottom: 10px;
  }
  .tz-album-detail .music-album .tz-music-info .album-info .al-desc {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }
  .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-title {
    font-size: 16px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .jp-artist {
    font-size: 11px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-song-lyric .song-lyric {
    padding: 20px 20px 9px;
    font-size: 12px;
    line-height: 24px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-song-lyric .song-lyric span {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .song-download {
    right: 45px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .playlist-download {
    font-size: 24px;
    top: 5px;
  }
  .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-nav span {
    font-size: 11px;
    padding: 4px 25px 7px;
    min-height: 30px;
    display: inline-block;
  }
  .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-panes .su-tabs-pane p {
    line-height: 20px;
    font-size: 12px;
  }
  .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-panes .su-tabs-pane {
    padding: 20px 25px 30px 25px;
  }
  .tz-album-detail .other-album .other-wrapper .album-item .album-info .album-title {
    font-size: 14px;
    margin: 13px 0 0;
  }
  .tz-album-detail .other-album .other-wrapper .album-item {
    padding: 0 8px;
  }
  .tz-album-detail .other-album .other-wrapper {
    margin: 0 -8px;
  }
  .tz-album-releases .album-item .album-content .album-info h3.album-title a,
  .tz-album-releases .album-item .album-content .album-info h3.album-title {
    font-size: 16px;
  }
  .tz-album-releases .album-item .album-content .album-info {
    padding: 10px;
  }
  .tz-genre .music-content .all-songs .list-songs li a {
    font-size: 12px;
    line-height: 30px;
  }
  .tz-genre .music-content .all-songs {
    padding: 0 0 35px;
  }
  .tz-genre .music-content .all-videos .list-videos .videos-item .video-img span {
    font-size: 36px;
  }
  .tz-genre .music-content .all-videos .list-videos .videos-item h3 {
    font-size: 14px;
    margin: 13px 0 0;
  }
  .tz-song-list .tz-song-alphanav {
    padding: 15px 0 15px 30px;
    margin-bottom: 30px;
  }
  .tz-song-list .tz-song-alphanav .tz-song-alphanav-character a {
    font-size: 14px;
    padding: 0 20px 0 0;
    line-height: 30px;
  }
  .tz-song-list .tz-song-content h3 {
    margin: 20px 0 10px;
    font-size: 16px;
    padding: 0 0 10px;
  }
  .tz-single-music .music_video .video-title span.view-song,
  .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .view-song {
    font-size: 14px;
  }
  .tz-single-music .music-song .music_player .tz-song-lyric .song-lyric,
  .tz-single-music .music_video .song-video-artist .song-lyric {
    font-size: 12px;
    line-height: 26px;
  }
  .tz-single-music .music-song .music_player .tz-song-lyric .song-lyric,
  .tz-single-music .music_video .song-video-artist .song-lyric {
    padding: 30px 30px 15px;
  }
  .tz-single-music .music-song .music_player .tz-song-lyric .song-lyric span,
  .tz-single-music .music_video .song-video-artist .song-lyric span {
    font-size: 14px;
  }
  .tz-single-music .song-other-album .other-wrapper,
  .tz-single-music .song-other-video .other-wrapper {
    margin: 0 -8px;
  }
  .tz-single-music .song-other-album .other-wrapper .album-item,
  .tz-single-music .song-other-video .other-wrapper .videos-item {
    padding: 0 8px;
  }
  .tz-single-music .song-other-album .other-wrapper .album-item .album-info .album-title {
    font-size: 14px;
    margin: 11px 0 0;
  }
  .tz-single-music .song-other-video .other-wrapper .videos-content h3 a,
  .tz-single-music .song-other-video .other-wrapper .videos-content h3 {
    font-size: 14px;
  }
  .tz-single-music .song-other-video .other-wrapper .videos-item .video-img span {
    font-size: 36px;
  }
  .tz-comments ol li .comment-content h5 a {
    font-size: 14px;
  }
  .tz-comments ol li .comment-content .edit-reply a {
    font-size: 11px;
  }
  .tz-comments ol li {
    padding: 0;
  }
  .tz-comments ol li .comments {
    padding: 0 0 30px 75px;
  }
  .tz-comments ol.children {
    padding-left: 30px;
  }
  .tz-comments ol li .comment-author {
    width: 60px;
    height: 60px;
  }
  .tz-vc-media .tz-filter .tz-fillter-box a {
    font-size: 11px;
    line-height: 30px;
    padding: 0 25px;
  }
  .tz-vc-media {
    padding: 20px 0 50px;
  }
  .tz-vc-media .tz-media-container .tz-media-item {
    width: 45%;
  }
  .tz-single,
  .amita-media-single {
    padding: 60px 0 80px;
  }
  .tz-single .tz-post-single-item .tz-post-content .tz-post-title {
    font-size: 20px;
    padding: 5px 0 5px;
  }
  body blockquote,
  body .su-pullquote {
    font-size: 13px;
    margin: 25px 0 15px;
    padding: 20px 25px 25px 70px;
  }
  body blockquote:before,
  body .su-pullquote:before {
    font-size: 24px;
    left: 25px;
    top: 22px;
  }
  .tz-single .tz-post-single-item .tz-post-content .su-list ul {
    margin: 0 0 16px !important;
    padding-left: 20px !important;
  }
  .tz-post-share > span,
  .tz-single .tz-post-single-item .tz-post-share > span,
  .tz-single .tz-post-single-item .tz-post-cat-tag span {
    font-size: 14px;
    line-height: 30px;
    padding-right: 0;
    min-width: 60px;
  }
  .tz-post-share .jssocials .jssocials-shares .jssocials-share a,
  .tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share a {
    line-height: 30px;
    font-size: 11px;
    padding: 0 15px;
  }
  .tz-single .tz-post-single-item .tz-post-content .tz-post-excerpt p {
    margin: 0 0 10px;
  }
  .tz-single .tz-single-navigation {
    position: relative;
    display: block;
    margin: 30px 0;
    padding: 15px 0;
  }
  .tz-sidebar .widget input,
  .tz-sidebar .widget select,
  .tz-sidebar .widget.widget_search .search-form input {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    padding: 0 15px;
  }
  .tz-sidebar .widget.widget_search .search-form .search-submit:after {
    line-height: 30px;
    width: 41px;
    font-size: 12px;
  }
  .tz-sidebar .widget.widget_search .search-form .search-submit {
    height: 30px;
    width: 41px;
  }
  .tz-sidebar .widget {
    margin-bottom: 30px;
  }
  .tz-sidebar .widget h2.widget-title {
    margin: 0 0 25px;
    font-size: 14px;
  }
  .tz-sidebar .widget h2.widget-title:after {
    top: 30px;
  }
  .tz-sidebar .widget ul li {
    font-size: 12px;
    line-height: 30px;
  }
  .tz-sidebar .widget.tz-recent-widget .tz-recent-item a.title {
    font-size: 13px;
  }
  .tz-sidebar .widget.tz-recent-widget .tz-recent-item .recent_image {
    width: 78px;
  }
  .tz-sidebar .widget.tz-recent-widget .tz-recent-item {
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
  .tz-sidebar .widget.widget_tag_cloud .tag-cloud-link {
    font-size: 12px !important;
    padding: 0 15px;
    line-height: 28px;
  }
  .tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore span {
    line-height: 30px;
    font-size: 11px;
  }
  .tz-blog .tz-post-item .tz-post-content .tz-post-excerpt .tz-readmore {
    height: 30px;
    min-width: 110px;
    margin: 13px 0 12px;
  }
  .tz-blog .tz-post-item .tz-post-content .tz-post-meta span,
  .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span {
    padding-right: 20px;
  }
  .tz-blog .tz-post-item .tz-post-content .tz-post-title {
    padding: 5px 0 5px;
    font-size: 18px;
  }
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  .flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
  }
  .tz-post-gallery .flexslider#tz-post-slider .flex-direction-nav a:before,
  .tz-post-gallery .flexslider#tz-post-slider .flex-direction-nav a.flex-next:before {
    font-size: 30px;
  }
  .tz-post-gallery .tz-slide-thum #tz-post-carousel .flex-direction-nav a {
    width: 24px;
  }
  .tz-post-gallery .tz-slide-thum #tz-post-carousel {
    padding: 10px 34px;
  }
  .tzShop-wrap .tz-product ul.products .tzShop-item h3.tzShop-item_title {
    font-size: 16px;
    margin-top: 15px;
  }
  .tzShop-wrap .tz-product ul.products .tzShop-item .price .amount {
    font-size: 14px;
    line-height: 24px;
  }
  .tzShop-wrap .tz-product ul.products .tzShop-item a.button,
  .tzShop-wrap .tz-product ul.products .tzShop-item .added_to_cart {
    padding: 0 20px;
    margin-top: 0;
    line-height: 30px;
    font-size: 11px;
  }
  .tz-sidebar .widget.widget_products ul li a img {
    width: 70px;
    height: 75px;
  }
  .tzShop-detail .tz-product-detail .flickity button {
    opacity: 1;
    visibility: visible;
  }
  body.woocommerce div.product div.images {
    margin-bottom: 40px;
  }
  .tzShop-detail .tz-product-detail .summary h2 {
    font-size: 20px;
  }
  .tzShop-detail .tz-product-detail .summary .price {
    font-size: 18px;
    padding: 0;
  }
  .tzShop-detail .tz-product-detail .summary form.cart .button {
    padding: 0 25px;
    line-height: 30px;
    font-size: 11px;
  }
  .tzShop-detail .tz-product-detail .summary form.cart .quantity input {
    font-size: 12px;
    padding: 0 25px;
    width: 100px;
    line-height: 30px;
  }
  .tzShop-detail .tz-product-detail .summary form.cart .quantity .decrement:after {
    left: 10px;
    top: 14px;
  }
  .tzShop-detail .tz-product-detail .summary form.cart .quantity .increment:after {
    left: 10px;
    top: 15px;
  }
  .tzShop-detail .tz-product-detail .summary form.cart .quantity .increment:before {
    height: 9px;
    left: 14px;
    top: 11px;
  }
  .tzShop-detail .tz-product-detail .summary .tz-post-share > span,
  .tzShop-detail .tz-product-detail .summary .product_meta span {
    font-size: 14px;
    line-height: 30px;
  }
  .tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share a {
    line-height: 30px;
    font-size: 11px;
    padding: 0 15px;
    height: 30px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li a {
    line-height: 30px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-tabs ul.tabs li {
    font-size: 11px;
    min-width: 110px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 12px;
    line-height: 21px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 25px 20px !important;
  }
  .tzShop-detail .tz-product-detail .summary .product_meta span {
    margin-bottom: 20px;
  }
  .woocommerce .related ul.products li.product,
  .woocommerce-page .related ul.products li.product {
    width: 25%;
    padding: 0 15px;
    margin: 0;
  }
  .woocommerce .related ul.products,
  .woocommerce-page .related ul.products {
    margin: 0 -15px;
  }
  .related ul.products .tzShop-item h3.tzShop-item_title {
    font-size: 14px;
    margin-top: 15px;
  }
  .related ul.products .tzShop-item .price .amount {
    font-size: 12px;
    line-height: 21px;
  }
  .tzShop-detail {
    padding: 65px 0;
  }
  .woocommerce p.return-to-shop a.button {
    font-size: 11px;
    line-height: 30px;
    padding: 0 30px;
  }
  .woocommerce form table.shop_table thead tr th {
    font-size: 14px;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td a {
    font-size: 13px;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity input {
    font-size: 12px;
    padding: 0 30px;
    width: 100px;
    line-height: 30px;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity i {
    height: 30px;
    width: 25px;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .increment {
    right: 0;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .decrement {
    left: 0;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .decrement:after {
    left: 8px;
    top: 15px;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .increment:after {
    left: 8px;
    top: 15px;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .increment:before {
    left: 12px;
    top: 11px;
  }
  .woocommerce form table.shop_table tbody tr td.actions .coupon input.input-text,
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    width: 180px;
    padding: 0 20px !important;
    line-height: 30px !important;
    font-size: 11px;
  }
  .woocommerce form table.shop_table tbody tr td.actions .coupon input.button,
  .woocommerce form table.shop_table tbody tr td.actions input {
    padding: 0 20px !important;
    line-height: 30px !important;
    font-size: 11px;
    width: 110px;
  }
  .woocommerce form table.shop_table {
    margin-bottom: 15px;
  }
  .woocommerce .cart-collaterals .cart_totals table tbody tr th {
    font-size: 12px;
  }
  .woocommerce form.login p input.input-text,
  .woocommerce .edit-account p input.input-text {
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
  }
  .woocommerce-checkout .woocommerce .woocomerce-form p .button {
    padding: 0 15px;
    font-size: 11px;
    line-height: 30px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-info {
    font-size: 14px;
    padding: 15px 20px;
  }
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input {
    line-height: 30px;
  }
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields h3,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields h3,
  .woocommerce-checkout .woocommerce form.checkout #order_review_heading {
    margin: 10px 0;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr:first-child td {
    padding-top: 20px !important;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li label {
    font-size: 14px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
  }
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection #select2-billing_country-container,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection #select2-billing_state-container {
    padding: 0 15px;
    line-height: 30px;
  }
  .woocommerce-checkout .woocommerce form.checkout_coupon p input.button {
    font-size: 11px;
    line-height: 30px;
    padding: 0 30px;
  }
  .woocommerce-checkout .woocommerce form.checkout_coupon p input.input-text {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 20px;
  }
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields p label span {
    padding-left: 20px;
    line-height: 30px;
    margin-left: 0;
  }
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields .create-account input {
    padding: 0 15px;
    line-height: 30px;
  }
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields .create-account input#account_password {
    line-height: 20px;
    padding: 5px 15px;
  }
  .woocommerce-checkout .woocommerce form.checkout_coupon {
    padding: 20px 20px 15px;
  }
  .woocommerce-checkout .woocommerce .woocomerce-form {
    padding: 20px 20px 12px;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods {
    padding: 9px 20px 12px;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order {
    font-size: 11px;
    line-height: 30px;
    padding: 0 30px;
  }
  .site-error-btn a {
    font-size: 11px;
    line-height: 30px;
    padding: 0 35px;
  }
  .site-title-404 {
    font-size: 36px;
  }
  .site-error-box-header {
    font-size: 20px;
  }
  .tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form input#bbp_search {
    line-height: 30px;
    font-size: 12px;
    padding: 0 15px;
  }
  .tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form .search-submit:after {
    line-height: 30px;
    width: 36px;
    font-size: 12px;
  }
  .tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form .search-submit {
    height: 30px;
    width: 36px;
  }
  body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title,
  body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title,
  body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title,
  .amita-alert-message.vc_message_box p {
    font-size: 12px;
  }
  body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a {
    line-height: 30px;
    padding-left: 50px;
  }
  body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a .vc_tta-controls-icon {
    left: 9px;
  }
  body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a:before {
    width: 30px;
  }
  body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
    line-height: 30px;
  }
  .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 10px;
  }
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 20px 20px 10px;
  }
  body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
    line-height: 40px;
  }
  .amita-alert-message.vc_message_box .tz-alert-close {
    font-size: 14px;
  }
  .amita-alert-message.vc_message_box .vc_message_box-icon i {
    font-size: 14px;
  }
  .amita-alert-message.vc_message_box.large .vc_message_box-icon i {
    font-size: 30px;
  }
  .amita-alert-message.vc_message_box.large .vc_message_box-icon {
    width: 100px;
  }
  .h1,
  h1 {
    font-size: 30px;
  }
  .h2,
  h2 {
    font-size: 24px;
  }
  .h3,
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  .amita-alert-message.vc_message_box.large {
    padding: 18px 25px 21px 100px;
  }
  body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    font-size: 11px;
    line-height: 30px;
    padding: 0 30px;
  }
  body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    font-size: 12px;
  }
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body p {
    padding: 0 0 10px;
  }
  body .su-table table {
    font-size: 12px !important;
  }
  body .su-table td,
  body .su-table th {
    line-height: 30px !important;
  }
  .tz-vc-table table tr td {
    line-height: 30px;
    font-size: 12px;
  }
  body .btn-xsm {
    padding: 0 15px;
    margin-top: 0 !important;
    margin-bottom: 3px;
  }
  body .btn-sm {
    padding: 0 20px;
    margin-top: 0 !important;
    margin-bottom: 5px;
  }
  body .btn-md {
    padding: 0 25px;
    font-size: 11px;
    margin-top: 0 !important;
    margin-bottom: 8px;
  }
  body .btn-lg {
    font-size: 14px;
    padding: 0 35px;
    margin-top: 0 !important;
    margin-bottom: 15px;
  }
  body .btn-lg span {
    line-height: 36px;
    margin-top: 0 !important;
  }
  .amita-login-lightbox .content ul li a {
    padding: 0;
    line-height: 36px;
    font-size: 12px;
  }
  .amita-login-lightbox .content .tab-content input {
    padding: 0;
    font-size: 12px;
  }
  .amita-login-lightbox .content .tab-content label {
    font-size: 12px;
  }
  .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:not(:checked) + label,
  .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label {
    padding-left: 22px;
  }
  .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:not(:checked) + label:before,
  .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label:before {
    top: 3px;
    width: 15px;
    height: 15px;
  }
  .amita-login-lightbox .content .tab-content .login-submit input,
  .amita-login-lightbox .content .tab-content input.btn-register {
    line-height: 36px;
    font-size: 12px;
  }
  .amita-login-lightbox .content .tab-content {
    padding: 30px 30px 30px;
  }
  .amita-login-lightbox .content {
    width: 55%;
  }
  .amita-login-lightbox .content .tab-content .wp-social-login-provider-list a {
    width: 30px;
    height: 30px;
    margin: 5px 5px;
  }
  .amita-login-lightbox .content .tab-content .wp-social-login-provider-list a:before {
    line-height: 30px;
    font-size: 12px;
  }
  .amita-login-lightbox .content .tab-content .wp-social-login-provider-list {
    width: 100%;
  }
  .amita-login-lightbox .content .tab-content .wp-social-login-widget {
    padding: 0 60px;
  }
  .amita-login-lightbox .content .tab-content .wp-social-login-widget:before,
  .amita-login-lightbox .content .tab-content .wp-social-login-widget:after {
    width: 60px;
  }
  body .plus-pagination span,
  body .plus-pagination-end span {
    line-height: 40px;
    font-size: 12px;
  }
  .site-footer .tz-footer-content .widget p {
    line-height: 22px;
    font-size: 12px;
  }
  .tz_icon_menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    width: 20px;
    height: 60px;
    display: inline-block;
    border: none;
  }
  .tz_icon_menu:hover span {
    background-color: #f76e2a;
  }
  .tz_icon_menu span {
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #f6ebe5;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }
  .tz_icon_menu span.line_one {
    margin-top: -6px;
  }
  .tz_icon_menu span.line_three {
    margin-top: 6px;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tribe-events-event-image a {
    height: 230px;
  }
  .amita-login-lightbox .content {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-header {
    padding: 8px 79px 8px 20px;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .bbp-reply-header {
    padding: 12px 20px 12px;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item {
    padding: 14px 20px;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-content p {
    font-size: 12px;
    line-height: 22px;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-author .bbp-author-avatar img {
    width: 100px;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-author .bbp-author-name {
    font-size: 12px;
    line-height: 22px;
    margin-top: 3px;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-author .bbp-author-role {
    line-height: 22px;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-content {
    margin-left: 130px;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-content {
    margin-left: 130px;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-author,
  .tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-content,
  .tz-page-content #bbpress-forums .bbp-replies .bbp-header .subscription-toggle,
  .tz-page-content #bbpress-forums .bbp-replies .bbp-header .favorite-toggle {
    text-align: left;
  }
  .tz-blog .tz-post-item .tz-post-thumbnail iframe {
    height: auto;
    min-height: 300px;
  }
  iframe {
    max-height: 300px;
  }
  .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li a {
    padding: 10px 24px 10px 26px;
  }
  .tz-single-band .tz-band-content .tz-band-title p,
  .tz-single-band .tz-band-content .tz-tab .tab-content,
  .tz-single-band .tz-info span label,
  .tz-single-band .tz-info span > span,
  .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs .tz-song-item a,
  .tz-single-band .mp-list.artist .mp-item .item-info span label,
  .tz-single-band .mp-list.artist .mp-item .item-info span > span,
  .tz-album-detail .mp-single.album .mp-description {
    font-size: 12px;
  }
  .tz-single-band .tz-band-content .tz-tab .tab-content .tab-pane {
    padding-top: 30px;
  }
  .tz-single-band .mp-list.albums .mp-item,
  .tz-single-band .mp-list.video .mp-item,
  .tz-single-artist .mp-list.albums .mp-item,
  .tz-single-artist .mp-list.video .mp-item {
    width: 50%;
  }
  .tz-single-band .mp-list.albums .mp-item:nth-child(3n+1),
  .tz-single-band .mp-list.video .mp-item:nth-child(3n+1),
  .tz-single-artist .mp-list.albums .mp-item:nth-child(3n+1),
  .tz-single-artist .mp-list.video .mp-item:nth-child(3n+1) {
    clear: none;
  }
  .tz-single-band .mp-list.albums .mp-item:nth-child(2n+1),
  .tz-single-band .mp-list.video .mp-item:nth-child(2n+1),
  .tz-single-artist .mp-list.albums .mp-item:nth-child(2n+1),
  .tz-single-artist .mp-list.video .mp-item:nth-child(2n+1) {
    clear: left;
  }
  .tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character a {
    padding: 0 15px 0 0;
    line-height: 24px;
  }
  .tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character {
    padding: 15px 8px 15px 30px;
  }
  .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs h3 {
    font-size: 16px;
    margin: 29px 0 16px;
  }
  .tz-single-band .mp-list.artist .mp-item {
    width: 100%;
  }
  .tz-single-band .mp-list.artist .mp-item .mp-img {
    height: 160px;
  }
  .tz-single-band .tz-band,
  .tz-single-band .tz-band-content {
    top: -115px;
  }
  .tz-genre .music-content .mp-list .all-songs li a {
    font-size: 12px;
    line-height: 30px;
  }
  .mp-list .mp-img {
    height: 180px;
  }
  .mp-list.albums .mp-item {
    width: 33.3333%;
  }
  .mp-list.albums .mp-img {
    height: 200px;
  }
  .tz-genre .music-content .mp-list .mp-item h3 {
    font-size: 14px;
  }
  .mp-list .artist {
    line-height: 1.4em;
  }
  .mp-list .artist a,
  .tz-album-detail .mp-single.album .mp-info {
    font-size: 12px;
  }
  .tz-album-detail .mp-single.album .mp-name {
    font-size: 20px;
  }
  .tz-album-detail .mp-count span {
    font-size: 16px;
  }
  .tz-album-detail .mp-count i {
    font-size: 16px;
    margin-top: 0;
  }
  .tz-album-detail .mp-single.album .mp-info a {
    font-size: 13px;
  }
  .tz-album-detail .mp-single.album .mp-description {
    margin-top: 0;
  }
  .tz-album-detail .sale-album a {
    font-size: 11px;
  }
  .tz-album-detail .sale-album {
    padding-left: 15px;
  }
  .tz-album-detail .mp-single.album .album-head.sale .mp-info {
    padding: 0 0 0 20px;
  }
  .mp_playlist .jp-playlist ul li .jp-playlist-item {
    font-size: 13px;
  }
  body .jp-playlist ul li {
    padding: 5px 20px;
  }
  body .jp-playlist ul li .song-info-list {
    top: 10px;
  }
  .mp_playlist .jp-playlist ul li .jp-artist {
    font-size: 11px;
  }
  body .jp-interface {
    padding: 10px 5px;
  }
  .mp_playlist .jp-playlist ul {
    max-height: 325px;
  }
  .tz-song-lyric.mp-lyric .song-lyric {
    font-size: 12px;
    line-height: 26px;
    height: 260px;
  }
  .tz-song-lyric.mp-lyric h3 {
    font-size: 14px;
    margin: 0 0 20px;
  }
  body .jp-details {
    padding: 18px 0 2px;
  }
  body .mp-info {
    line-height: 26px;
  }
  .tz-single-music .mp-count i,
  .tz-single-music .mp-count span {
    font-size: 16px;
  }
  .tz-single-music .mp-count i {
    margin-top: 0;
  }
  .tz-single-music .song-other .other-wrapper .other-item .other-img a span {
    height: 170px;
  }
  .tz-single-music .song-other .other-wrapper .other-content h3 a {
    font-size: 14px;
  }
  .tz-vc-upcoming .upcoming-content .event-grid .events-item .tz-thumbnail {
    height: 200px;
  }
  .tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
  .tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content {
    min-height: inherit;
    padding: 15px;
  }
  .tz-vc-upcoming .upcoming-content .event-grid .events-item .grid-content .date {
    display: none;
  }
  .tz-vc-upcoming .upcoming-btn a {
    font-size: 12px;
    line-height: 40px;
    padding: 0 35px;
  }
  .tz-vc-upcoming .upcoming-content {
    padding: 15px 0;
  }
  .tz-vc-upcoming .upcoming-content .events-item .date span,
  .tz-vc-upcoming .upcoming-content .events-item .content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .tz-vc-upcoming .upcoming-content .events-item .content span {
    line-height: 30px;
  }
  .tz-vc-upcoming .upcoming-content .events-item .date span {
    width: 90px;
    padding: 0 15px;
    min-height: 80px;
  }
  .tz-vc-upcoming .upcoming-content .events-item .content {
    padding-top: 17px;
    padding-bottom: 9px;
  }
  .tz-vc-upcoming .upcoming-content .events-item .btn-tickets a {
    width: 100px;
    line-height: 30px;
    font-size: 11px;
  }
  .tz-vc-upcoming .upcoming-content .events-item .btn-tickets {
    padding-top: 20px;
    padding-bottom: 11px;
  }
  .tz-vc-upcoming .upcoming-content .event-list {
    padding: 40px 50px;
    margin: 58px 0 0;
  }
  .tz-vc-upcoming .upcoming-content .event-list .events-item .content {
    padding-top: 16px;
  }
  .tz-vc-upcoming {
    padding-bottom: 100px;
  }
  .tz-vc-upcoming .upcoming-content .event-grid {
    margin-bottom: 58px;
  }
  body .vc_general.vc_btn3 {
    padding: 10px 39px;
    font-size: 12px;
  }
  body .vc_grid .vc_pageable-load-more-btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .tz-vc-product .product-item .price .amount {
    font-size: 12px;
  }
  .tz-header.type_3 .tz-header-logo {
    padding: 15px 0;
  }
  .tz-header.type_3 .tz-header-menu nav ul.navbar-nav > li > a,
  .tz-header.type_3 .tz-header-menu .tz-icon-cart .icon {
    line-height: 40px;
  }
  body,
  ul li,
  ol li,
  .site-footer .tz-footer-content .widget ul li a,
  .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet:before,
  .tz-vc-bands-member .tz-bands-slider li .bands-info span,
  .tz-single-artist .tz-artist-content .tz-tab .tab-content,
  .tz-single-artist .tz-artist-content .tz-artist-title p,
  .tz-single-artist .tz-artist .tz-info span,
  .tz-single-artist .tz-artist .tz-info span label,
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info span.album-meta,
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs .tz-song-item a,
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a,
  .tz-Breadcrumb .tz-breadcrumb-custom ul li,
  .tribe-events-day .tz-title-day > a,
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description p,
  .tribe-events-meta-group dl dd,
  .tribe-events-meta-group dl dt,
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-venue-details span,
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule span,
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-single-event-description p,
  .tribe-events-month .tz-title-month a,
  .tribe-events-month table.tribe-events-calendar thead tr th,
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item label,
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item span,
  .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .jp-playlist-item,
  .tz-album-detail .other-album .other-wrapper .album-item .album-info span,
  .tz-album-releases .album-item .album-content .album-info span.album-meta,
  .tz-song-list .tz-song-content .tz-song-item a,
  .tz-single-music .song-other-album .other-wrapper .album-item .album-info span,
  .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span,
  .tz-single .tz-single-navigation a,
  .tzShop-wrap .tz-product .grid_pagination_block p.woocommerce-result-count,
  .tz-sidebar .widget.widget_products ul li a span.product-title,
  .woocommerce form table.shop_table tbody tr.cart_item td span.amount,
  .woocommerce-checkout .woocommerce .woocomerce-form p,
  .woocommerce form.login p label,
  .woocommerce .edit-account p label,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p label,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields p label span,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 p label,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 p textarea,
  .woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td,
  .woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th,
  .woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td,
  .woocommerce p {
    font-size: 12px;
  }
  .tz-comments .comment-reply-title,
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content h3,
  .tz-album-detail .music-album .tz-music-info .album-info .album-title,
  .tribe-events-day .type-tribe_events .tz-content-day h3,
  .tz-album-detail .other-album h2,
  .tz-genre .music-content h2,
  .tz-single-music .song-other h2,
  .tz-single-music .song-other-album h2,
  .tz-single-music .song-other-video h2,
  .tz-comments .comments-title,
  .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-title,
  .tz-single-music .music_video .video-title h3,
  .tz-blog .tz-post-item .tz-post-content .tz-post-title a,
  .related h2,
  .woocommerce .cart-collaterals .cart_totals h2,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields h3,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields h3,
  .woocommerce-checkout .woocommerce form.checkout #order_review_heading,
  .tz-page-content #bbpress-forums .tz-forums-top .tz-forums-label,
  .tz-vc-albums .albums-info .album-title {
    font-size: 18px;
  }
  /*Amita Store*/
  body.amita-store .tz-music-chart .nav-tabs li a {
    line-height: 30px;
  }
  body.amita-store .store-title {
    font-size: 18px;
  }
  body.amita-store .store-title {
    padding: 15px 0;
  }
  body.amita-store .store-title.title {
    padding: 0 0 25px;
    line-height: 30px;
  }
  body.amita-store .tz-music-featured .btn-view-all {
    line-height: 30px;
    padding: 5px 0 15px;
  }
  body.amita-store .tz-vc-slider .owl-dots {
    margin: 20px 0;
  }
  body.amita-store .tz-list .list-all .list-item.tz-col-5 {
    width: 25%;
  }
  body.amita-store .tz-list .list-all .list-item.tz-col-4 {
    width: 33.3333%;
  }
  body.amita-store .tz-list.audio .list-all .list-item .mp-img {
    width: 30%;
  }
  body.amita-store .tz-list.audio .list-all .list-item .content {
    width: 70%;
  }
  body.amita-store .tz-music-chart.video .number {
    width: 60px;
    height: 50px;
    font-size: 14px;
    padding: 5px;
  }
  body.amita-store .tz-music-chart.video .content {
    padding-left: 70px;
    min-height: 90px;
  }
  body.amita-store .tz-vc-genres h4 {
    font-size: 12px;
  }
  body.amita-store .tz-vc-genres .genre-img {
    height: 80px;
  }
  .tz-header.type_4 .tz-login,
  .tz-header.type_4 .tz-search,
  .tz-header.type_4 .btn-person {
    display: none;
  }
  .tz-header.type_4 .tz-header-logo {
    height: 60px;
  }
  .tz-header.type_4 .tz_icon_menu {
    padding: 0 15px;
  }
  .tz-header.type_4 .tz_icon_menu:hover span {
    background-color: #24a5c5;
  }
  .tz-header.type_4 .tz_icon_menu span {
    background-color: #ffffff;
  }
  .tz-header.type_4 .tz-header-menu {
    position: inherit;
  }
  .tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li:first-child > a {
    padding-left: 23px;
  }
  .tz-header.type_4 .tz-header-menu .nav-collapse ul.tz-nav li a,
  .tz-header.type_4 .tz-header-menu .tz-login-mobile .site-text-login,
  .tz-header.type_4 .tz-header-menu .tz-login-mobile a,
  .tz-header.type_4 .tz-header-menu nav ul.navbar-nav li .sub-menu li a {
    color: #ffffff;
  }
  .tz-header.type_4 .tz-header-menu nav ul.navbar-nav > li > a {
    line-height: 40px;
  }
  .mp-excerpt {
    width: 100%;
  }
  .genre-info {
    min-height: 300px;
    margin-bottom: 30px;
  }
  body.amita-store .genre-title.title {
    padding: 0 0 15px;
  }
  .tz-genre {
    padding: 40px 0 30px;
  }
  body.amita-store .tz-music-genre .btn-view-all {
    line-height: 30px;
    padding: 5px 0 15px;
  }
  body.amita-store .head-member .cover-thumb {
    height: 300px;
  }
  body.amita-store .user-profile.tz-edit .profile-header-navs {
    margin-top: 0;
  }
  body.amita-store .head-member .profile-avatar {
    height: 120px;
    width: 120px;
  }
  body.amita-store .head-member .user-name {
    font-size: 24px;
    padding: 10px 0 12px;
  }
  body.amita-store .head-member .name,
  body.amita-store .head-member .thumb {
    margin-bottom: 35px;
  }
  body.amita-store .user-profile.tz-edit .basic-info h5 {
    font-size: 20px;
  }
  body.amita-store .user-profile.tz-edit .basic-info div.item {
    padding: 0 30px;
  }
  body.amita-store .user-profile.tz-edit .basic-info .contact-list {
    padding: 38px 30px 50px;
  }
  body.amita-store .user-profile.tz-edit .follower-list .single {
    width: 25%;
  }
  body.amita-store .user-profile.tz-edit .navs-content {
    padding: 35px 0;
    margin: 0;
  }
  body.amita-store .head-member .thumb-upload .clipart-upload {
    line-height: 30px;
  }
  body.amita-store .music-press-member-edit h2 {
    font-size: 20px;
    padding: 13px 0 25px;
  }
  body.amita-store .music-press-member-edit input[type='submit'] {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
  }
  body.amita-store .head-member .thumb-upload .clipart-upload {
    line-height: 30px;
  }
  body.amita-store .music-press-member-edit .contacts,
  body.amita-store .music-press-member-edit .member-logout,
  body.amita-store .music-press-member-edit .basic-info {
    margin-bottom: 30px;
    margin-top: 35px;
  }
  body.amita-store .music-press-member-edit h2 {
    font-size: 20px;
  }
  body.amita-store .head-member .cover .clipart-upload {
    line-height: 30px;
    padding: 0 25px;
    margin-right: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .tz-header .tz-header-menu .tz-head-mobile span {
    display: block;
  }
  .tz-header .tz-header-menu .nav-collapse {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .admin-bar .tz-header .tz-header-menu .nav-collapse {
    margin-top: 46px;
  }
  .vc_row .container > .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tribe-events-event-image a {
    height: auto;
  }
  .tz-vc-latest-news {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description h3 {
    font-size: 18px;
    padding: 2px 0 10px;
  }
  .tz-vc-latest-news .swiper-scrollbar {
    margin: 0 auto;
    width: 80%;
    height: 6px;
  }
  .tz-vc-latest-news .swiper-scrollbar .swiper-scrollbar-drag:before,
  .tz-vc-latest-news .swiper-scrollbar .swiper-scrollbar-drag span:before,
  .tz-vc-latest-news .swiper-scrollbar .swiper-scrollbar-drag span:after {
    top: 1px;
  }
  .tz-vc-latest-news .swiper-container {
    padding-bottom: 30px;
  }
  .tz-vc-albums .albums-info .album-title {
    font-size: 16px;
    padding: 11px 0 0;
    font-weight: 400;
  }
  .tz-vc-heading .content h3.title,
  .tz-vc-events .events-heading h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .tz-vc-heading .content h3.title:after,
  .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description h3:after,
  .tz-vc-events .events-heading h3:after {
    height: 1px;
    width: 30px;
  }
  .tz-vc-events .events-content .events-item .content {
    float: left;
    width: 50%;
    display: inline-block;
  }
  .tz-vc-events .events-content .events-item .date {
    width: 25%;
    float: left;
    display: inline-block;
  }
  .tz-vc-events .events-content .events-item .date span {
    width: 100%;
    padding: 0 10px;
    min-height: 80px;
  }
  .tz-vc-events .events-content .events-item .btn-tickets {
    padding-top: 20px;
    padding-bottom: 11px;
    width: 25%;
    display: inline-block;
  }
  .tz-vc-events .events-content .events-item .btn-tickets a {
    width: 100%;
    line-height: 30px;
    font-size: 11px;
  }
  .tz-vc-events {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .tz-vc-heading {
    padding-top: 50px;
  }
  body .tz-res-top {
    padding-top: 50px !important;
  }
  body .tz-res-bottom {
    padding-bottom: 60px !important;
  }
  .site-footer .tz-footer-social .tz-social-item {
    display: inline-block;
    width: 25%;
    float: left;
  }
  .site-footer .tz-footer-social {
    padding: 20px 30px 19px;
  }
  .site-footer .tz-footer-content .widget .widget-title {
    font-size: 18px;
  }
  .site-footer .tz-footer-content .widget ul li a {
    font-size: 14px;
  }
  .widget.tz-instagram-feed .tz-instagram-content .tz-col-25 {
    width: 16.6667%;
  }
  .site-footer .tz-footer-content .tribe-events-list-widget ol {
    padding: 0;
    margin: 0;
  }
  .site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address h4 {
    font-size: 14px;
  }
  .site-footer .tz-footer-content .tribe-events-list-widget ol li .date {
    width: 25%;
  }
  .site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address {
    width: 75%;
  }
  .vc_row.tz-responsive {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
  .tz-vc-single-image.left_bottom {
    margin-top: 30px;
  }
  .tz-vc-albums {
    padding: 15px 0 40px;
  }
  .tz-vc-video {
    margin-bottom: 30px;
  }
  body .plusgallery {
    padding-top: 10px;
  }
  .site-footer .widget {
    padding-bottom: 20px;
  }
  .site-footer .widget_black_studio_tinymce .textwidget p {
    margin: 0 0 5px;
  }
  .widget.tz-instagram-feed .tz-instagram-content {
    padding-bottom: 0;
  }
  .site-footer .site-footer-bottom .tz-footer-menu,
  .site-footer .site-footer-bottom .tz-copyright {
    float: none !important;
    text-align: center;
  }
  .site-footer .site-footer-bottom .footer-menu li:first-child a {
    padding-left: 15px;
  }
  .site-footer .site-footer-bottom .footer-menu li a,
  .site-footer .site-footer-bottom .tz-copyright p {
    line-height: 29px;
  }
  .site-footer .site-footer-bottom .tz-copyright {
    padding-top: 10px;
  }
  .site-footer .site-footer-bottom {
    padding: 20px 0;
  }
  body .vc_custom_1505978735975 {
    padding-top: 25px !important;
  }
  .vc_custom_1507709083241 {
    padding-top: 9px !important;
    padding-bottom: 60px !important;
  }
  .tz-vc-timeline {
    padding: 15px 0 0;
  }
  .tz-vc-timeline .swiper-timeline {
    max-width: 80%;
  }
  .tz-vc-timeline .tz-item .tz-description p {
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .tz-vc-timeline .tz-content:before,
  .tz-vc-timeline .pagination-timeline {
    display: none;
  }
  .tz-single-artist .tz-artist .artist-image,
  .tz-single-band .tz-band .band-image {
    max-width: 45%;
    float: left;
  }
  .tz-single-artist .tz-artist .tz-info,
  .tz-single-band .tz-band .tz-info {
    margin: 0 0 5px;
    width: 50%;
    float: left;
    padding-left: 5%;
  }
  .tz-single-artist .tz-artist .artist-social,
  .tz-single-band .tz-band .band-social {
    border-top: none;
    padding-top: 0;
    width: 50%;
    float: left;
    padding-left: 5%;
  }
  .tz-single-artist .tz-artist,
  .tz-single-band .tz-band {
    padding-bottom: 30px;
  }
  .tz-single-artist .tz-artist-content .tz-tab,
  .tz-single-band .tz-band-content .tz-tab {
    margin-top: 30px;
  }
  .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li a,
  .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li a {
    font-size: 11px;
    padding: 0 20px;
    line-height: 28px;
  }
  .tz-page-content {
    padding: 50px 0 60px;
  }
  .tribe-events-day .type-tribe_events .tribe-events-event-image {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .tribe-events-day .type-tribe_events .tz-content-day,
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta {
    border: none;
    background: transparent;
  }
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-venue-details,
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author .tribe-events-venue-details {
    border: none;
    display: inline-block;
    padding-top: 0;
  }
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta {
    padding: 0;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tribe-events-event-image {
    width: 100%;
    padding-right: 0;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author .tribe-event-schedule-details {
    padding-left: 0;
  }
  #tribe-events-footer:after,
  #tribe-events-footer:before,
  #tribe-events-header:after,
  #tribe-events-header:before {
    display: none;
  }
  #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    font-size: 11px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 0;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    float: right;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule {
    background: transparent;
    border: none;
    padding: 0;
    margin: 12px 0 0;
  }
  .tz-event-info {
    padding-top: 30px;
  }
  .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
  .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a,
  .tribe-events-calendar div[id*="tribe-events-daynum-"],
  .tribe-events-calendar div[id*="tribe-events-daynum-"] a,
  .tribe-events-calendar td div[id*=tribe-events-daynum-],
  .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
    line-height: 24px;
    font-size: 12px;
    margin: 0;
  }
  #tribe-mobile-container .type-tribe_events h4 a {
    color: #ffffff;
    text-transform: uppercase;
  }
  .tz-album-detail .music-album .tz-music-info .album-image {
    width: 45%;
  }
  .tz-album-detail .music-album .tz-music-info .album-info {
    padding: 0 0 0 20px;
    width: 55%;
  }
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item.right {
    top: 6px;
    right: 0;
  }
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item.right span,
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item.right span i {
    font-size: 12px;
  }
  .tz-album-detail .music-album .tz-music-info .sale-album a {
    font-size: 11px;
    display: inline-block;
    margin: 0;
    min-width: 100px;
  }
  .tz-album-detail .music-album .tz-music-info .sale-album {
    padding-left: 0;
    width: 100%;
    text-align: left;
  }
  .tz-album-detail .music-album .tz-album-play .tz-music-playlist {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .tz-album-detail .music-album .tz-album-play .tz-song-lyric {
    width: 100%;
    float: none;
    margin-top: 30px;
    padding: 0 0 30px;
  }
  .tz-album-detail .music-album .tz-album-play .tz-song-lyric a {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .tz-album-detail .other-album .other-wrapper .album-item {
    width: 50%;
    margin-bottom: 25px;
  }
  .tz-album-releases .album-item {
    width: 50%;
  }
  .tz-album-releases .album-item .album-content .album-info h3.album-title a,
  .tz-album-releases .album-item .album-content .album-info h3.album-title {
    font-size: 14px;
  }
  .tz-blog,
  .tzShop-wrap,
  .tz-album-releases {
    padding: 50px 0 60px;
  }
  .tz-genre .music-content .all-videos .list-videos .videos-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .tz-genre {
    padding: 50px 0 40px;
  }
  .tz-song-list .tz-song-alphanav .tz-song-alphanav-character a {
    padding: 0 15px 0 0;
  }
  .tz-song-list .tz-song-alphanav {
    padding: 15px 0 15px 20px;
    margin-bottom: 30px;
  }
  .tz-single-music {
    padding: 50px 0 60px;
  }
  .tz-single-music .music-song .music_player .tz-song-lyric a {
    padding-left: 30px;
  }
  .tz-single-music .song-other-album .other-wrapper .album-item,
  .tz-single-music .song-other-video .other-wrapper .videos-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .tz-single-music .song-other-album,
  .tz-single-music .song-other-video {
    padding: 30px 0 20px;
  }
  .tz-comments ol.comment-list {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .tz-comments ol li .comment-author {
    width: 50px;
    height: 50px;
  }
  .tz-comments ol li .comments {
    padding: 0 0 20px 65px;
  }
  .tz-comments ol.children {
    padding-left: 20px;
  }
  .tz-comments ol li .comment-content h5 {
    padding: 0 0 10px;
  }
  .tz-single-music .tz-comments .tzCommentForm {
    padding-top: 30px;
  }
  .tz-comments .comment-form .content-form {
    margin: 0 -8px;
  }
  .tz-comments .comment-form .content-form p {
    padding: 0 8px;
  }
  body .jp-video-360p .jp-video-play {
    margin-top: -260px;
    height: 260px;
  }
  .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-progress {
    width: 53%;
  }
  .tz-single-music .music_video .jp-video .jp-gui .jp-interface .duration {
    margin-right: 20px;
  }
  .tz-vc-media .tz-filter .tz-fillter-box a {
    float: none;
    margin-bottom: 7px;
  }
  .tz-vc-media .tz-filter {
    padding: 40px 0 20px;
  }
  .amita-media-single .tz-col-1,
  .amita-media-single .tz-col-2,
  .amita-media-single .tz-col-3,
  .amita-media-single .tz-col-4,
  .amita-media-single .tz-col-5,
  .amita-media-single .tz-col-6,
  .amita-media-single .tz-col-7,
  .amita-media-single .tz-col-8,
  .amita-media-single .tz-col-9,
  .amita-media-single .tz-col-10,
  .amita-media-single .tz-col-11,
  .amita-media-single .tz-col-12 {
    padding: 0 8px;
  }
  .amita-media-single .row {
    margin: 0 -8px;
  }
  .amita-media-single .tz-col-3,
  .amita-media-single .tz-col-4,
  .amita-media-single .tz-col-5,
  .amita-media-single .tz-col-6 {
    width: 50%;
  }
  .amita-media-single .tz-col-7,
  .amita-media-single .tz-col-8,
  .amita-media-single .tz-col-9 {
    width: 33.3333%;
  }
  .amita-media-single .tz-col-10,
  .amita-media-single .tz-col-11,
  .amita-media-single .tz-col-12 {
    width: 25%;
  }
  .tz-single .tz-post-single-item .tz-post-content ul {
    padding-left: 30px;
  }
  .site-footer .site-footer-bottom .footer-menu li .sub-menu {
    display: none;
  }
  .tz-post-share > span,
  .tz-single .tz-post-single-item .tz-post-share > span,
  .tz-single .tz-post-single-item .tz-post-cat-tag span {
    font-size: 12px;
    line-height: 30px;
    min-width: 50px;
    padding-right: 15px;
  }
  .tz-sidebar {
    padding-top: 30px;
  }
  .tz-single,
  .amita-media-single {
    padding: 50px 0 60px;
  }
  .tzShop-wrap .tz-product .grid_pagination_block {
    margin-bottom: 30px;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td.product-remove {
    padding: 15px 0;
    width: 50px;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td {
    text-align: center;
    padding: 15px 15px;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    line-height: 24px;
  }
  .woocommerce form table.shop_table tbody tr td.actions .coupon input.input-text,
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    width: 150px;
  }
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    float: none;
    padding-bottom: 20px;
  }
  .woocommerce-checkout .woocommerce .woocomerce-form .form-row-last {
    padding: 0;
  }
  .woocommerce form .form-row,
  .woocommerce-checkout .woocommerce .woocomerce-form .form-row-first {
    padding: 0;
  }
  .woocommerce .related ul.products,
  .woocommerce-page .related ul.products {
    margin: 0 -8px;
  }
  .woocommerce .related ul.products li.product,
  .woocommerce-page .related ul.products li.product {
    width: 50%;
    padding: 0 8px;
    margin: 0;
  }
  .woocommerce .related ul.products li.product,
  .woocommerce-page .related ul.products li.product {
    width: 50%;
    padding: 0 8px 20px;
  }
  .tzShop-detail {
    padding: 50px 0;
  }
  .amita-login-lightbox .content {
    width: 70%;
  }
  .site-error .content {
    padding-top: 140px;
  }
  .site-title-404 {
    font-size: 30px;
  }
  .site-error-box-header {
    font-size: 18px;
  }
  .site-error {
    padding: 0 15px;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    padding: 0;
    font-size: 16px;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 11px 20px;
  }
  .tz-vc-events .events-content .tab-head {
    margin-bottom: 30px;
  }
  .tz-vc-events .events-content .tab-head ul li a {
    font-size: 11px;
    line-height: 30px;
  }
  body,
  ul li,
  ol li,
  .site-footer .tz-footer-content .widget p,
  .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet:before,
  .tz-vc-bands-member .tz-bands-slider li .bands-info span,
  .tz-single-artist .tz-artist-content .tz-tab .tab-content,
  .tz-single-artist .tz-artist-content .tz-artist-title p,
  .tz-single-artist .tz-artist .tz-info span,
  .tz-single-artist .tz-artist .tz-info span label,
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item .album-content .album-info span.album-meta,
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs .tz-song-item a,
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a,
  .tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character a,
  .tz-Breadcrumb .tz-breadcrumb-custom ul li,
  .tribe-events-day .tz-title-day > a,
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description p,
  .tribe-events-meta-group dl dd,
  .tribe-events-meta-group dl dt,
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-venue-details span,
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule span,
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-single-event-description p,
  .tribe-events-month .tz-title-month a,
  .tribe-events-month table.tribe-events-calendar thead tr th,
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item label,
  .tz-album-detail .music-album .tz-music-info .album-info .ab-item span,
  .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .jp-playlist-item,
  .tz-album-detail .other-album .other-wrapper .album-item .album-info span,
  .tz-album-releases .album-item .album-content .album-info span.album-meta,
  .tz-song-list .tz-song-content .tz-song-item a,
  .tz-single-music .song-other-album .other-wrapper .album-item .album-info span,
  .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span,
  .tz-single .tz-single-navigation a,
  .tzShop-wrap .tz-product .grid_pagination_block p.woocommerce-result-count,
  .tz-sidebar .widget.widget_products ul li a span.product-title,
  .woocommerce form table.shop_table tbody tr.cart_item td span.amount,
  .woocommerce-checkout .woocommerce .woocomerce-form p,
  .woocommerce form.login p label,
  .woocommerce .edit-account p label,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p label,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields p label span,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 p label,
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 p textarea,
  .woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td,
  .woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th,
  .woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td,
  .woocommerce p {
    font-size: 12px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author input,
  .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email input {
    font-size: 12px;
    line-height: 30px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form p.form-submit .submit {
    font-size: 12px;
    line-height: 30px;
    padding: 0 50px;
  }
  .tzShop-detail .tz-product-detail .summary form.cart .quantity .decrement {
    left: 0;
  }
  .tzShop-detail .tz-product-detail .summary form.cart .quantity .increment {
    right: 7px;
  }
  .tzShop-detail .tz-product-detail .summary form.cart .quantity i {
    height: 30px;
  }
  .tzShop-detail .tz-product-detail .summary form.cart .quantity .increment:before {
    height: 9px;
    left: 14px;
    top: 9px;
  }
  .tzShop-detail .tz-product-detail .summary form.cart .quantity .increment:after {
    left: 10px;
    top: 13px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-message a.button {
    font-size: 11px;
    padding: 0 30px;
    line-height: 30px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-message {
    font-size: 12px;
    line-height: 22px;
  }
  .tz-header .text-left,
  .tz-header .text-right {
    width: 40%;
  }
  .tz-header .text-center {
    width: 20%;
  }
  .amita-login-lightbox .content .tab-content .wp-social-login-widget {
    padding: 0 30px;
  }
  .amita-login-lightbox .content .tab-content .wp-social-login-widget:before,
  .amita-login-lightbox .content .tab-content .wp-social-login-widget:after {
    width: 30px;
  }
  .amita-login-lightbox .content .tab-content .wp-social-login-provider-list {
    padding: 0 15px;
  }
  .tz-song-lyric.mp-lyric {
    margin-top: 30px;
    padding: 28px 20px 12px;
  }
  .tz-single-music .song-other .other-wrapper .other-item {
    width: 50%;
    padding: 0 15px 20px;
  }
  .tz-single-music .song-other .other-wrapper .other-item:nth-child(2n+1) {
    clear: left;
  }
  .tz-single-music .song-other .other-wrapper .other-content h3 {
    font-size: 14px;
  }
  .tz-single-music .song-other .other-wrapper .other-item .other-img .other-icon {
    font-size: 30px;
  }
  .tz-comments ol li .comment-content .content {
    top: 0;
  }
  body .mp-excerpt {
    width: 100%;
  }
  body .mp-excerpt .description {
    line-height: 1.4em;
  }
  .mp-excerpt .name {
    font-size: 18px;
    padding: 0 0 10px;
  }
  body .genre-info {
    min-height: 300px;
    margin-bottom: 40px;
  }
  body .mp-list .mp-item,
  body .mp-list.albums .mp-item {
    width: 50%;
  }
  body .mp-list .mp-item:nth-child(2n+1),
  body .mp-list.albums .mp-item:nth-child(2n+1) {
    clear: left;
  }
  .tz-album-detail .sale-album {
    padding-left: 30%;
    float: none;
    display: block;
    width: 100%;
    margin-left: 20px;
    clear: left;
    margin-bottom: 30px;
  }
  .tz-album-detail .sale-album a {
    display: inline-block;
    margin-right: 10px;
  }
  .tz-album-detail .mp-single.album .album-head.sale .mp-image {
    width: 30%;
  }
  .tz-album-detail .mp-single.album .album-head.sale .mp-info {
    padding: 0 10px 0 20px;
    width: 70%;
  }
  .tz-album-detail .mp-single.album .mp-name {
    font-size: 18px;
    line-height: 1em;
  }
  .tz-album-detail .mp-count i {
    font-size: 14px;
    margin-top: 0;
  }
  .tz-album-detail .mp-count span {
    font-size: 14px;
  }
  .tz-album-detail {
    padding: 50px 0;
  }
  .tz-album-releases .album-item .album-content .album-image .album-image-front img.cd {
    display: none;
  }
  .tz-album-releases .album-item .album-content .album-image .album-image-front a {
    padding: 0;
  }
  .tz-single-artist,
  .tz-single-band {
    padding: 0 0 50px;
  }
  .tz-single-artist .artist-cover,
  .tz-single-band .band-cover {
    height: 200px;
  }
  .tz-single-artist .tz-artist,
  .tz-single-band .tz-band {
    top: auto;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tz-single-artist .tz-artist-content,
  .tz-single-band .tz-band-content {
    top: auto;
    width: 100%;
  }
  .tz-single-artist .tz-artist .tz-divider,
  .tz-single-band .tz-band .tz-divider {
    display: none;
  }
  .tz-vc-albums .albums-playlist .mp_playlist .jp-playlist ul {
    max-height: 199px;
  }
  .tz-album-releases .album-item.tz-col-4 {
    width: 50%;
  }
  .tz-album-releases .album-item .album-content:hover .album-image .album-image-front img {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .tz-vc-upcoming .upcoming-content .event-grid .events-item.tz-col-3 {
    width: 100%;
    padding-bottom: 20px;
  }
  .tz-vc-upcoming .upcoming-content .events-item .content {
    float: left;
    width: 50%;
    display: inline-block;
  }
  .tz-vc-upcoming .upcoming-content .events-item .date {
    width: 25%;
    float: left;
    display: inline-block;
  }
  .tz-vc-upcoming .upcoming-content .events-item .date span {
    width: 100%;
    padding: 0 10px;
    min-height: 80px;
  }
  .tz-vc-upcoming .upcoming-content .events-item .btn-tickets {
    padding-top: 20px;
    padding-bottom: 11px;
    width: 25%;
    display: inline-block;
  }
  .tz-vc-upcoming .upcoming-content .events-item .btn-tickets a {
    width: 100%;
    line-height: 30px;
    font-size: 11px;
  }
  .tz-vc-upcoming {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .tz-vc-upcoming .upcoming-content .event-grid {
    margin-bottom: 28px;
  }
  .tz-vc-upcoming .upcoming-content .event-list {
    padding: 30px 0;
    margin: 28px 0 0;
  }
  .tz-vc-video.multi .owl-carousel .owl-item .tz-video-item {
    padding: 0 40px;
  }
  .tz-vc-video.multi {
    padding: 0 80px;
  }
  .tz-vc-video.multi .owl-carousel .owl-item h3 {
    font-size: 16px;
  }
  .tz-vc-video.multi .tz-navigation .tz-actions .btn-action.prev {
    margin-right: 0;
    right: auto;
    left: 0;
  }
  .tz-vc-video.multi .tz-navigation .tz-actions .btn-action.next {
    margin-left: 0;
    left: auto;
    right: 0;
  }
  .tz-vc-video.multi .owl-carousel .owl-item .video-item-image .tz-vc-video-button.larger span {
    font-size: 50px;
    width: 40px;
    height: 40px;
  }
  .tz-vc-latest-news.list .tz-item .tz-description h3 {
    font-size: 16px;
    margin: 0;
  }
  .tz-vc-latest-news.list .tz-item .tz-description {
    padding: 20px 20px 30px 20px;
  }
  .tz-vc-product .items-grid {
    width: 50%;
  }
  .tz-vc-product {
    padding: 40px 0 60px;
  }
  /*(demo)*/
  .livedemo {
    display: none !important;
  }
  /*  Music Store */
  body.amita-store .tz-vc-menu .title {
    padding-left: 20px;
    font-size: 18px;
    line-height: 50px;
  }
  body.amita-store .tz-vc-menu .tz-menu > li {
    padding-left: 20px;
  }
  body.amita-store .tz-vc-menu .tz-menu a {
    line-height: 30px;
  }
  body.amita-store .tz-music-genre {
    padding: 0 20px;
  }
  body.amita-store .tz-music-featured,
  body.amita-store .tz-music-chart,
  body.amita-store .tz-vc-genres {
    padding: 0 15px;
  }
  body.amita-store .tz-list .list-all .list-item.tz-col-5 {
    width: 33.3333%;
  }
}
@media (max-width: 480px) {
  .site-footer .tz-footer-social .tz-social-item a {
    font-size: 18px;
  }
  body .vc_custom_1507978326178 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .song-download {
    right: 45px;
  }
  .tz-vc-events .events-content .events-item .date {
    width: 27%;
  }
  .tz-vc-events .events-content .events-item .content {
    width: 73%;
    padding-top: 13px;
    padding-bottom: 0;
  }
  .tz-vc-events .events-content .events-item .date span {
    line-height: 18px;
    min-height: 55px;
    font-size: 14px;
    width: 54px;
    padding: 0;
  }
  .tz-vc-events .events-content .events-item .content span {
    line-height: 24px;
    padding-bottom: 3px;
  }
  .tz-vc-events .events-content .events-item .btn-tickets a {
    font-size: 11px;
    margin: 4px 0 7px 15px;
    line-height: 30px;
    width: 100px;
  }
  .tz-vc-events .events-content .events-item .btn-tickets {
    width: 100%;
    padding-top: 0;
    padding-left: 27%;
    padding-bottom: 9px;
    text-align: left;
  }
  .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 10px;
  }
  .tz-vc-latest-news .swiper-scrollbar {
    width: 100%;
  }
  body .vc_custom_1507028429043 {
    padding-bottom: 9px !important;
  }
  .site-footer .tz-footer-social {
    padding: 24px 30px 31px;
  }
  .site-footer .tz-footer-social .tz-social-item a,
  .site-footer .tz-footer-social .tz-social-item a .overlay {
    padding: 25px 25px 5px;
  }
  .site-footer .tz-footer-social .tz-social-item a .text {
    bottom: -15px;
  }
  .site-footer .tz-footer-social .tz-social-item a:hover .text {
    bottom: 5px;
  }
  .widget.tz-instagram-feed .tz-instagram-content .tz-col-25 {
    width: 25%;
  }
  .site-footer .tz-footer-content {
    padding: 40px 0 0;
  }
  .site-footer .tz-footer-content .widget {
    margin-bottom: 20px;
  }
  .tz-single-artist .tz-artist .artist-image,
  .tz-single-band .tz-band .band-image {
    max-width: none;
    float: none;
    text-align: center;
    width: 100%;
  }
  .tz-single-artist .tz-artist .tz-info,
  .tz-single-band .tz-band .tz-info {
    margin: 17px 0 10px;
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .tz-single-artist .tz-artist .artist-social,
  .tz-single-band .tz-band .band-social {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li a,
  .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li a {
    padding: 0 10px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content .tab-pane,
  .tz-single-band .tz-band-content .tz-tab .tab-content .tab-pane {
    padding-top: 20px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item,
  .tz-single-band .tz-band-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item {
    width: 100%;
    float: none;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #video .all-videos .videos-item,
  .tz-single-band .tz-band-content .tz-tab .tab-content #video .all-videos .videos-item {
    width: 100%;
    float: none;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a,
  .tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character a {
    padding: 0 10px 0 0;
    line-height: 22px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character,
  .tz-single-band .tz-band-content .tz-tab .tab-content #song .tz-song-alphanav-character {
    padding: 10px 0 10px 20px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs h3,
  .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs h3 {
    font-size: 16px;
  }
  .tz-single-artist .tz-artist-content .tz-tab .tab-content #song .all-songs h3,
  .tz-single-band .tz-band-content .tz-tab .tab-content #song .all-songs h3 {
    margin: 10px 0 3px;
  }
  .tribe-bar-collapse #tribe-bar-collapse-toggle {
    width: 45%;
  }
  #tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
    width: 40%;
  }
  #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-date-filter,
  #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-search-filter {
    width: 100%;
    max-width: none;
    float: none;
    margin: 9px 0 10px;
  }
  #tribe-events-content-wrapper #tribe-events-bar form .tribe-bar-filters .tribe-bar-submit {
    float: none;
    padding: 0;
    margin: 9px 0 0;
    width: 100%;
  }
  .tribe-events-day .tz-title-day > a,
  .tribe-events-day .tz-title-day > a:last-child {
    top: 36px;
  }
  .tribe-events-day .tz-title-day {
    padding-bottom: 40px;
  }
  .tribe-events-day .type-tribe_events .tribe-events-event-image {
    height: auto;
  }
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-schedule,
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author .tribe-event-schedule-details {
    float: none;
    padding-right: 0;
    width: 100%;
    font-size: 11px;
  }
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-venue-details,
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author .tribe-events-venue-details {
    font-size: 11px;
    margin: 5px 0 0;
    padding: 0;
    width: 100%;
  }
  .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-list-event-description p {
    margin-bottom: 15px !important;
  }
  .tribe-events-day .type-tribe_events {
    margin: 0 0 30px !important;
  }
  .tribe-events-day .type-tribe_events .tz-content-day h3 {
    font-size: 16px;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month {
    font-size: 16px;
    margin: 20px 0;
  }
  #tribe-events-content-wrapper .tribe-events-list .type-tribe_events {
    margin-bottom: 30px;
    padding-top: 0;
    margin-top: 0;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author span {
    line-height: 1em;
    font-size: 11px;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-date {
    display: block;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-date:after {
    font-size: 13px;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-time {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
  .tz-post-single-item .tribe-events-single .tz-post-thumbnail {
    padding-bottom: 10px;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid h3 {
    line-height: 1.7em;
  }
  .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule {
    margin: 10px 0 0;
  }
  .tz-post-single-item .tribe-events-single .tz-post-thumbnail {
    padding-bottom: 10px;
  }
  .tz-comments .comment-form .content-form p {
    width: 100%;
    float: none;
  }
  .tz-comments .comment-form {
    padding: 0;
  }
  .tribe-events-month .tz-title-month a.prev,
  .tribe-events-month .tz-title-month a.next {
    top: 50px;
  }
  body .tribe-is-responsive.tribe-mobile .tribe-events-page-title {
    margin-top: 0;
  }
  .tribe-events-month .tz-title-month {
    padding-bottom: 20px;
  }
  .tribe-events-month table.tribe-events-calendar thead tr th {
    padding: 0;
    line-height: 30px;
    font-size: 11px;
  }
  #tribe-mobile-container .type-tribe_events .tribe-events-event-image {
    float: none;
    width: 100%;
    margin: 5px 0 10px 0;
    height: auto;
  }
  .tribe-events-month .tribe-events-button {
    margin-top: 0;
    font-size: 11px !important;
    padding: 0 20px !important;
    line-height: 30px !important;
  }
  .tz-vc-events .events-content .tab-head ul li a {
    padding: 0 20px;
  }
  .tz-album-detail .music-album .tz-music-info .album-image {
    width: 100%;
    padding-bottom: 15px;
  }
  .tz-album-detail .music-album .tz-music-info .album-info {
    padding: 0;
    width: 100%;
  }
  .tz-album-detail .music-album .tz-music-info .sale-album a {
    min-width: 80px;
  }
  .tz-album-detail .music-album .album-desc .su-tabs .su-tabs-panes .su-tabs-pane {
    padding: 15px 20px 25px 20px;
  }
  .tz-album-detail .other-album .other-wrapper .album-item {
    width: 100%;
  }
  .tz-album-detail .other-album .other-wrapper .album-item:last-child {
    margin-bottom: 0;
  }
  .tz-album-releases .album-item {
    width: 100%;
  }
  .tz-album-releases .album-item:last-child .album-content {
    margin-bottom: 0;
  }
  .tz-genre .music-content .all-songs .list-songs li {
    width: 100%;
  }
  .tz-genre .music-content .all-videos .list-videos .videos-item {
    width: 100%;
  }
  .tz-genre .music-content .all-videos .list-videos .videos-item:last-child {
    margin-bottom: 0;
  }
  .tz-song-list .tz-song-alphanav {
    padding: 10px 0 10px 15px;
  }
  .tz-song-list .tz-song-alphanav .tz-song-alphanav-character a {
    padding: 0 10px 0 0;
    font-size: 12px;
    line-height: 24px;
  }
  .tz-single-music .music-song .music_player .tz-song-lyric .song-lyric,
  .tz-single-music .music_video .song-video-artist .song-lyric {
    padding: 20px 20px 15px;
  }
  .tz-single-music .music-song .music_player .tz-song-lyric a {
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .tz-single-music .song-other-album .other-wrapper .album-item .album-info .album-title {
    font-size: 12px;
  }
  .tz-single-music .song-other-video .other-wrapper .videos-content h3 a,
  .tz-single-music .song-other-video .other-wrapper .videos-content h3 {
    font-size: 12px;
  }
  .tz-comments ol li .comment-content .content {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    padding-bottom: 5px;
  }
  .tz-comments ol li .comment-content h5 {
    padding: 0 0 5px;
  }
  body .jp-video-360p .jp-video-play {
    margin-top: -170px;
    height: 170px;
  }
  .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-progress {
    display: none;
  }
  .tz-single-music .music_video .video-title {
    margin-top: 15px;
  }
  .tz-single-music .music_video .song-video-artist {
    margin: 30px 0;
  }
  .tz-single-music .music_video .song-video-artist a {
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .tz-single-music .music_video .song-video-artist .song-lyric span {
    margin-bottom: 15px;
  }
  .tz-vc-media .tz-filter {
    padding: 30px 0 20px;
  }
  .tz-vc-media .tz-media-container .tz-media-item {
    margin-bottom: 25px;
  }
  .tz-vc-media .tz-media-container .tz-media-item .tz-content {
    padding: 0;
  }
  .amita-media-single .tz-col-2,
  .amita-media-single .tz-col-3,
  .amita-media-single .tz-col-4,
  .amita-media-single .tz-col-5,
  .amita-media-single .tz-col-6 {
    width: 100%;
  }
  .amita-media-single .tz-col-7,
  .amita-media-single .tz-col-8,
  .amita-media-single .tz-col-9,
  .amita-media-single .tz-col-10,
  .amita-media-single .tz-col-11,
  .amita-media-single .tz-col-12 {
    width: 50%;
  }
  .navigation .nav-links .page-numbers.prev,
  .navigation .nav-links .page-numbers.next {
    width: 70px;
  }
  .navigation .nav-links {
    position: relative;
    display: block;
    padding: 0 70px;
  }
  .page-links,
  .navigation {
    padding: 25px 0;
  }
  body blockquote,
  body .su-pullquote {
    margin: 15px 0;
    padding: 15px 20px 20px 40px;
  }
  body blockquote:before,
  body .su-pullquote:before {
    font-size: 20px;
    left: 10px;
    top: 15px;
  }
  .tz-single .tz-post-single-item .tz-post-content .su-list ul {
    margin: 0 0 16px !important;
    padding-left: 10px !important;
  }
  .tz-post-share .jssocials .jssocials-shares .jssocials-share,
  .tz-single .tz-post-single-item .tz-post-share .jssocials .jssocials-shares .jssocials-share {
    margin: 0 5px 5px 0;
  }
  .tz-post-share > span,
  .tz-single .tz-post-single-item .tz-post-share > span,
  .tz-single .tz-post-single-item .tz-post-cat-tag span {
    min-width: 40px;
    float: left;
  }
  .tz-single .tz-post-single-item .tz-post-cat-tag a {
    margin: 0 5px 5px 0;
    float: left;
  }
  .tz-page-content #bbpress-forums .tz-forums-top .tz-forums-label {
    margin-top: 0;
    line-height: 30px;
  }
  .tz-page-content #bbpress-forums .tz-forums-top {
    margin-bottom: 25px;
  }
  .tz-page-content #bbpress-forums .bbp-template-notice p {
    padding: 8px 15px;
    line-height: 22px;
  }
  .tz-page-content #bbpress-forums .bbp-template-notice {
    margin-bottom: 30px;
  }
  .tz-page-content #bbpress-forums .bbp-topics .bbp-header {
    padding: 9px 15px;
  }
  .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul {
    padding: 10px 15px;
  }
  .tz-page-content #bbpress-forums .bbp-topics .bbp-header ul li.bbp-topic-voice-count,
  .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul li.bbp-topic-voice-count,
  .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul li .bbp-topic-meta {
    display: none;
  }
  .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul li.bbp-topic-freshness {
    text-align: center;
    float: left;
    width: 40%;
  }
  .tzShop-wrap .tz-product ul.products .tzShop-item.column-3 {
    width: 100%;
  }
  .tzShop-wrap .tz-product .grid_pagination_block .woocommerce-result-count {
    display: block;
    width: 100%;
  }
  .tzShop-wrap .tz-product .grid_pagination_block form.woocommerce-ordering {
    float: left;
    margin-top: 5px;
  }
  .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author input,
  .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email input {
    margin: 0;
  }
  .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author,
  .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .woocommerce form.login p .button,
  .woocommerce .edit-account p .button {
    padding: 0 30px;
    font-size: 12px;
    line-height: 30px;
  }
  body .su-table table tr td:nth-child(5n),
  body .su-table table tr th:nth-child(5n),
  body .su-table table tr td:nth-child(6n),
  body .su-table table tr th:nth-child(6n) {
    display: none !important;
  }
  .tz-vc-table table tr td:nth-child(5n),
  .tz-vc-table table tr td:nth-child(6n) {
    display: none;
  }
  .amita-login-lightbox .content {
    width: 80%;
  }
  .amita-login-lightbox .content .tab-content {
    padding: 20px 20px 20px;
  }
  .tz-vc-social .tz-item a > span {
    font-size: 16px;
  }
  .tz-vc-social .tz-item a > span span {
    display: none;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-author .bbp-author-avatar {
    display: inline-block;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-author .bbp-author-avatar img {
    width: 80px;
    top: 0;
    margin: 0;
  }
  .tz-page-content #bbpress-forums div.bbp-reply-author img.avatar {
    top: 0;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-author {
    padding-left: 100px;
    width: 100%;
    min-height: 90px;
    margin: 0;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-content {
    margin: 0;
  }
  .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-content p {
    margin-bottom: 5px;
  }
  .amita-login-lightbox .content .tab-content .wp-social-login-widget:before,
  .amita-login-lightbox .content .tab-content .wp-social-login-widget:after {
    width: 15px;
  }
  .amita-login-lightbox .content .tab-content .wp-social-login-widget {
    padding: 0;
    margin-bottom: 20px;
  }
  .amita-login-lightbox .content .tab-content .login-remember label {
    width: 100%;
  }
  .amita-login-lightbox .content .tab-content .login-remember a {
    float: left;
  }
  body .jp-controls button {
    font-size: 12px;
    width: 16px;
    margin: 0 5px;
  }
  .tz-vc-albums .albums-playlist .jp-interface {
    padding: 5px 10px;
  }
  body .jp-playlist ul li {
    padding: 5px 15px;
  }
  body .jp-playlist ul li .song-info-list {
    top: 7px;
    right: 15px;
  }
  .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .song-download {
    padding-right: 0;
  }
  .mp_playlist .jp-playlist ul li .jp-artist {
    display: none;
  }
  .mp_playlist .jp-playlist ul li .jp-playlist-item > span {
    min-width: 25px;
  }
  .tz-vc-albums .albums-playlist .mp_playlist .jp-playlist ul {
    max-height: 200px;
  }
  .tz-single-band .mp-list.albums .mp-item,
  .tz-single-band .mp-list.video .mp-item,
  .tz-single-artist .mp-list.albums .mp-item,
  .tz-single-artist .mp-list.video .mp-item {
    width: 100%;
  }
  .tz-single-band .mp-list.artist .mp-item .item-info span > span {
    padding-left: 20px;
  }
  .tz-single-band .mp-list.artist .mp-item .item-info {
    padding: 0 0 15px 0;
    width: 100%;
  }
  .tz-single-band .mp-list.artist .mp-item .mp-img {
    height: auto;
    min-height: 300px;
    width: 100%;
    float: none;
  }
  .tz-genre .genre-info:before {
    height: 100%;
    background: rgba(36, 33, 30, 0.8);
  }
  .tz-genre .mp-excerpt .description {
    padding-right: 0;
  }
  .tz-genre .music-content .mp-list .all-songs li {
    width: 100%;
    float: none;
  }
  body .mp-list .mp-item,
  body .mp-list.albums .mp-item {
    width: 100%;
    text-align: center;
  }
  body .mp-list.albums .mp-img {
    height: 300px;
  }
  .tz-album-detail .mp-single.album .album-head.sale .mp-image {
    width: 100%;
    padding-bottom: 20px;
  }
  .tz-album-detail .mp-single.album .album-head.sale .mp-info {
    padding: 0;
    width: 100%;
  }
  .tz-album-detail .sale-album {
    padding-left: 0;
    margin-left: 0;
  }
  body .jp-current-time {
    font-size: 11px;
  }
  body .jp-interface {
    padding: 5px;
  }
  .tz-single-music .song-title,
  .jp-details .jp-title {
    font-size: 18px;
  }
  .tz-single-music .song-other .other-wrapper .other-item {
    width: 100%;
  }
  .tz-album-releases .album-item.tz-col-4 {
    width: 100%;
  }
  .tz-vc-upcoming .upcoming-content .events-item .date {
    width: 27%;
  }
  .tz-vc-upcoming .upcoming-content .events-item .content {
    width: 73%;
    padding-top: 13px;
    padding-bottom: 0;
  }
  .tz-vc-upcoming .upcoming-content .events-item .date span {
    line-height: 18px;
    min-height: 55px;
    font-size: 14px;
    width: 54px;
    padding: 0;
  }
  .tz-vc-upcoming .upcoming-content .events-item .content span {
    line-height: 24px;
    padding-bottom: 3px;
  }
  .tz-vc-upcoming .upcoming-content .events-item .btn-tickets a {
    font-size: 11px;
    margin: 4px 0 7px 15px;
    line-height: 30px;
    width: 100px;
  }
  .tz-vc-upcoming .upcoming-content .events-item .btn-tickets {
    width: 100%;
    padding-top: 0;
    padding-left: 27%;
    padding-bottom: 9px;
    text-align: left;
  }
  .tz-vc-upcoming .upcoming-content .events-item .date span,
  .tz-vc-upcoming .upcoming-content .events-item .content h4,
  .tz-vc-events .events-content .events-item .date span,
  .tz-vc-events .events-content .events-item .content h4 {
    font-size: 14px;
  }
  .tz-vc-upcoming .upcoming-btn a {
    line-height: 30px;
    padding: 0 25px;
  }
  .vc_general.vc_btn3 {
    padding: 6px 29px;
  }
  .tz-vc-latest-news.list {
    padding: 20px 0 0;
  }
  .tz-vc-product .items-grid {
    width: 100%;
  }
  .tz-vc-video.multi .owl-carousel .owl-item .tz-video-item {
    padding: 0 15px;
  }
  .tz-vc-video.multi .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
    padding: 30px 0 0;
  }
  .tz-vc-video.multi {
    padding: 0;
  }
  .tz-vc-video.multi .owl-carousel .owl-item .tz-video-item {
    padding: 0;
  }
  .tz-vc-video.multi .owl-carousel .owl-item.center .video-item-image:after,
  .tz-vc-video.multi .owl-carousel .owl-item.center .video-item-image .img-visible {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .tz-vc-video.multi .owl-carousel .owl-item h3 {
    position: relative;
    top: auto;
    line-height: 30px;
    margin: 20px 0 0;
    padding: 0;
  }
  .tz-vc-video.multi .tz-navigation .tz-actions .btn-action {
    line-height: 30px;
    width: 30px;
    height: 30px;
    bottom: 0;
  }
}
/**
* 12.0 -  Right To Left
* -----------------------------------------------------------------------------
*/
body.rtl .pull-left {
  float: right !important;
}
body.rtl .pull-right {
  float: left !important;
}
body.rtl .col-lg-1,
body.rtl .col-lg-10,
body.rtl .col-lg-11,
body.rtl .col-lg-12,
body.rtl .col-lg-2,
body.rtl .col-lg-3,
body.rtl .col-lg-4,
body.rtl .col-lg-5,
body.rtl .col-lg-6,
body.rtl .col-lg-7,
body.rtl .col-lg-8,
body.rtl .col-lg-9,
body.rtl .col-md-1,
body.rtl .col-md-10,
body.rtl .col-md-11,
body.rtl .col-md-12,
body.rtl .col-md-2,
body.rtl .col-md-3,
body.rtl .col-md-4,
body.rtl .col-md-5,
body.rtl .col-md-6,
body.rtl .col-md-7,
body.rtl .col-md-8,
body.rtl .col-md-9,
body.rtl .col-sm-1,
body.rtl .col-sm-10,
body.rtl .col-sm-11,
body.rtl .col-sm-12,
body.rtl .col-sm-2,
body.rtl .col-sm-3,
body.rtl .col-sm-4,
body.rtl .col-sm-5,
body.rtl .col-sm-6,
body.rtl .col-sm-7,
body.rtl .col-sm-8,
body.rtl .col-sm-9 {
  float: right;
}
body.rtl .text-right {
  text-align: left;
}
body.rtl .text-left {
  text-align: right;
}
body.rtl blockquote:before,
body.rtl .su-pullquote:before {
  left: auto;
  right: 40px;
}
body.rtl blockquote,
body.rtl .su-pullquote {
  border-right: 2px solid #f76e2a;
  border-left: none;
  padding-right: 100px;
  padding-left: 50px;
}
body.rtl .jssocials-share-label {
  padding-right: 0.3em;
  padding-left: 0;
}
body.rtl .tz-single .tz-post-single-item .tz-post-cat-tag a {
  margin-left: 10px;
  margin-right: 0;
}
body.rtl .tz-comments .comment-reply-title:after {
  left: auto;
  right: 0;
}
body.rtl .site-footer .tz-footer-content .tribe-events-list-widget ol {
  padding: 0 0 0 20%;
}
body.rtl .tz-post-share > span,
body.rtl .tz-single .tz-post-single-item .tz-post-share > span {
  padding-right: 0;
  padding-left: 30px;
  float: right;
}
body.rtl .tz-Breadcrumb .tz-breadcrumb-custom {
  text-align: center;
}
body.rtl .tz-Breadcrumb .tz-breadcrumb-custom ul {
  display: inline-block;
}
body.rtl .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li a {
  text-align: right;
}
body.rtl .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li a:after {
  left: 20px;
  right: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.rtl .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu,
body.rtl .tz-header .tz-header-menu .tz-icon-cart .widget_shopping_cart {
  right: 0;
  left: auto;
}
body.rtl .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
}
body.rtl .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li > .sub-menu {
  margin-left: 0;
  margin-right: 20px;
}
body.rtl .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li:hover > .sub-menu {
  margin-right: 0;
}
body.rtl .tz-header .tz-header-menu .tz-icon-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li img {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
body.rtl .tz-header .tz-header-menu .tz-icon-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove {
  left: 15px;
  right: auto;
}
body.rtl .vc_row[data-vc-full-width] {
  left: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.rtl .tz-col-1,
body.rtl .tz-col-2,
body.rtl .tz-col-3,
body.rtl .tz-col-4,
body.rtl .tz-col-5,
body.rtl .tz-col-6,
body.rtl .tz-col-7,
body.rtl .tz-col-8,
body.rtl .tz-col-9,
body.rtl .tz-col-10,
body.rtl .tz-col-11,
body.rtl .tz-col-12 {
  float: right;
}
body.rtl .tz-vc-heading .content.right h3.title:after {
  right: auto;
  left: 0;
}
body.rtl .tz-vc-heading .content.left h3.title:after,
body.rtl .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description h3:after {
  right: 0;
  left: auto;
}
body.rtl .tz-vc-latest-news .swiper-container .swiper-wrapper .swiper-slide .tz-description {
  text-align: right;
}
body.rtl .vc_col-sm-1,
body.rtl .vc_col-sm-10,
body.rtl .vc_col-sm-11,
body.rtl .vc_col-sm-12,
body.rtl .vc_col-sm-2,
body.rtl .vc_col-sm-3,
body.rtl .vc_col-sm-4,
body.rtl .vc_col-sm-5,
body.rtl .vc_col-sm-6,
body.rtl .vc_col-sm-7,
body.rtl .vc_col-sm-8,
body.rtl .vc_col-sm-9 {
  float: right;
}
body.rtl .tz-vc-heading .content.left {
  text-align: right;
}
body.rtl .tz-vc-heading .content.right {
  text-align: left;
}
body.rtl .jp-playlist ul li .song-info-list {
  left: 30px;
  right: auto;
}
body.rtl .jp-playlist ul li .song-info-list .song-download {
  padding-right: 0;
  padding-left: 15px;
}
body.rtl .mp_playlist .jp-playlist ul li .jp-playlist-item > span:before {
  left: auto;
  right: 0;
}
body.rtl .mp_playlist .jp-playlist ul li .jp-playlist-item > span span:before {
  left: auto;
  right: 8px;
}
body.rtl .mp_playlist .jp-playlist ul li .jp-playlist-item > span span:after {
  left: auto;
  right: 12px;
}
body.rtl .mp_playlist .jp-playlist ul li .jp-playlist-item > span:after {
  left: auto;
  right: 4px;
}
body.rtl .mp_playlist .jp-playlist ul li .jp-artist {
  padding-left: 0;
  padding-right: 30px;
}
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .playlist-download {
  right: auto;
  left: 0;
}
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist button {
  margin: 0 0 0 20px;
  float: right;
}
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist button.jp-play,
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist button.jp-next,
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist button.jp-previous {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .jp-toggles {
  float: left;
}
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .jp-toggles button {
  margin: 0;
  float: left;
}
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .jp-volume-controls {
  float: left;
  margin: 0;
}
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-bar {
  float: right;
}
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .jp-time-holder {
  float: left;
}
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .jp-volume-controls .jp-mute,
body.rtl .tz-vc-albums .albums-playlist .jp-audio .jp-type-playlist .jp-volume-controls .jp-volume-max {
  padding: 0 4px 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0;
  float: right;
}
body.rtl .tz-vc-events .events-heading h3 {
  text-align: right;
}
body.rtl .tz-vc-events .events-heading h3:after {
  left: auto;
  right: 0;
}
body.rtl .tz-vc-events .events-heading a {
  left: 0;
  right: auto;
}
body.rtl .tz-vc-events .events-content .events-item .content .tribe-address span {
  float: right;
}
body.rtl .site-footer .site-footer-bottom .footer-menu li:first-child a {
  padding-right: 0;
  padding-left: 15px;
}
body.rtl .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet {
  float: right;
}
body.rtl .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet.margin-left {
  margin-left: 0;
  margin-right: 28%;
}
body.rtl .artist-page .tz-artist .artist-social a {
  margin-left: 10px;
  margin-right: 0;
  float: right;
}
body.rtl .artist-page .tz-artist .tz-info span > span {
  padding-right: 30px;
  padding-left: 0;
}
body.rtl .artist-page .tz-artist-content .tz-tab ul.nav-tabs li {
  float: right;
}
body.rtl .artist-page .tz-artist-content .tz-tab ul.nav-tabs {
  padding-right: 0;
}
body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character {
  padding-left: 8px;
  padding-right: 40px;
}
body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character:before,
body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character:after {
  content: '';
  display: table;
  clear: both;
}
body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a {
  padding: 0 0 0 31px;
  float: right;
}
body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #song .all-songs .tz-song-item a {
  float: right;
}
body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #video .all-videos .videos-item,
body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #album .tz-album-grid ul.album li.album-item {
  float: right;
}
body.rtl .tribe-events-day .tz-title-day > a {
  right: 21px;
  left: auto;
}
body.rtl .tribe-events-day .tz-title-day > a:last-child {
  left: 21px;
  right: auto;
}
body.rtl .tribe-events-day .tz-title-day > a:last-child:after {
  left: -21px;
  right: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.rtl .tribe-events-day .tz-title-day > a:after {
  right: -21px;
  left: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.rtl .tribe-bar-view-list a[class*=tribe-icon-],
body.rtl .tribe-bar-views-list span[class^=tribe-icon-],
body.rtl .tribe-select2-results-views span[class^=tribe-icon-] {
  background-position: 100% 50%;
  padding-right: 24px;
  padding-left: 0;
  text-align: right;
}
body.rtl .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-schedule {
  float: right;
  padding-left: 52px;
  padding-right: 0;
}
body.rtl .tribe-events-day .type-tribe_events .tribe-events-event-image {
  padding-right: 0 !important;
  padding-left: 60px !important;
  float: right;
}
body.rtl .tribe-events-day .type-tribe_events .tz-content-day {
  float: right;
}
body.rtl .tribe-events-meta-group dl dd {
  margin-right: 0;
}
body.rtl .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-date {
  float: right;
  margin-left: 46px;
}
body.rtl .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-time {
  margin-left: 0;
  float: right;
}
body.rtl .tz-comments .comment-form .content-form p {
  float: right;
}
body.rtl .tribe-events-month .tz-title-month a.prev {
  right: 0;
  left: auto;
}
body.rtl .tribe-events-month .tz-title-month a.prev i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.rtl .tribe-events-month .tz-title-month a.next {
  left: 0;
  right: auto;
}
body.rtl .tribe-events-month .tz-title-month a.next i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.rtl #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author .tribe-event-schedule-details {
  float: right;
  padding-right: 0;
  padding-left: 42px;
}
body.rtl #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author .tribe-events-venue-details {
  float: right;
}
body.rtl .tribe-events-loop .tribe-events-content {
  float: right;
  padding: 0 0 0 5%;
}
body.rtl #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tribe-events-event-image {
  padding-right: 0;
  padding-left: 60px;
  float: right;
}
body.rtl #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content {
  float: right;
}
body.rtl #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right,
body.rtl #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right {
  float: left;
  text-align: left;
}
body.rtl #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right a i,
body.rtl #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.rtl #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left,
body.rtl #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left {
  float: right;
  text-align: right;
}
body.rtl #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left a i,
body.rtl #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.rtl .tz-vc-events .events-content .tab-head ul li {
  float: right;
}
body.rtl .tz-vc-events .events-content .tab-head ul li a {
  margin: 0 0 0 3px;
}
body.rtl .music-album .album-image {
  float: right;
}
body.rtl .music-album .album-info {
  float: right;
}
body.rtl .tz-album-detail .music-album .tz-music-info .sale-album {
  float: right;
  padding-right: 50px;
  padding-left: 0;
}
body.rtl .tz-album-detail .music-album .tz-music-info .album-info .ab-item.right {
  right: auto;
  left: 20px;
}
body.rtl .tz-album-detail .music-album .tz-album-play .tz-song-lyric a {
  padding-right: 40px;
  padding-left: 0;
}
body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .playlist-download {
  left: 0;
  right: auto;
}
body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .song-download {
  right: auto;
  left: 60px;
}
body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .item-time {
  left: 0;
  right: auto;
}
body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul {
  padding: 0 0 0 30px;
}
body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist button {
  margin: 0 0 0 20px;
  float: right;
}
body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist button.jp-play,
body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist button.jp-next,
body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist button.jp-previous {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-volume-controls {
  float: right;
  margin: 0 0 0 20px;
}
body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-time-holder {
  float: left;
}
body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-toggles {
  float: right;
}
body.rtl .tz-album-detail .other-album h2:after {
  right: 0;
  left: auto;
}
body.rtl .tz-album-detail .other-album .other-wrapper .album-item {
  float: right;
}
body.rtl .tz-album-releases .tz-album-grid ul.album li.album-item {
  float: right;
}
body.rtl .tz-album-releases.tz-album-3-column .tz-album-grid ul.album li.album-item:nth-child(3n) {
  margin-left: 0;
  margin-right: 0;
}
body.rtl .tz-album-releases.tz-album-3-column .tz-album-grid ul.album li.album-item {
  margin-left: 85px;
  margin-right: 0;
}
body.rtl .tz-archive-music .music-content h2:after {
  right: 0;
  left: auto;
}
body.rtl .tz-archive-music .music-content .all-songs .list-songs li {
  float: right;
}
body.rtl .tz-archive-music .music-content .all-videos .list-videos .videos-item {
  float: right;
  text-align: right;
}
body.rtl .tz-song-list .tz-song-alphanav .tz-song-alphanav-character a {
  float: right;
  padding: 0 0 0 27.7px;
}
body.rtl .tz-song-list .tz-song-alphanav {
  padding-left: 0;
  padding-right: 50px;
}
body.rtl .tz-song-list .tz-song-alphanav:before,
body.rtl .tz-song-list .tz-song-alphanav:after {
  content: "";
  display: table;
  clear: both;
}
body.rtl .tz-song-list .tz-song-content .tz-song-item a {
  float: right;
}
body.rtl .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .view-song {
  left: 0;
  right: auto;
}
body.rtl .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-volume-controls {
  float: right;
  margin: 0 0 20px;
}
body.rtl .tz-single-music .music-song .music_player .jp-audio .jp-type-playlist .jp-time-holder {
  float: left;
}
body.rtl .tz-single-music .music-song .music_player .tz-song-lyric a,
body.rtl .tz-single-music .music_video .song-video-artist a {
  padding-left: 0;
  padding-right: 40px;
}
body.rtl .tz-single-music .song-other-album h2:after,
body.rtl .tz-single-music .song-other-video h2:after,
body.rtl .tz-comments .comments-title:after {
  right: 0;
  left: auto;
}
body.rtl .tz-single-music .song-other-album .other-wrapper .album-item,
body.rtl .tz-single-music .song-other-video .other-wrapper .videos-item {
  float: right;
}
body.rtl .tz-comments ol li .comment-content .content {
  left: 0;
  right: auto;
}
body.rtl .tz-comments ol li .comment-author {
  right: 0;
  left: auto;
}
body.rtl .tz-comments ol li {
  padding: 0 100px 0 0;
}
body.rtl .tz-comments ol li .comment-content .content span {
  display: inline-block;
}
body.rtl .tz-single-music .music_video .video-title h3 {
  float: right;
}
body.rtl .tz-single-music .music_video .video-title span.view-song,
body.rtl .tz-single-music .music_video .video-title span.view-song span.comment {
  float: left;
}
body.rtl .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-controls-holder .jp-controls {
  margin-right: 30px;
  float: right;
  margin-left: 0;
}
body.rtl .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-controls-holder button {
  margin: 0 0 0 16px;
  float: right;
}
body.rtl .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls {
  float: left;
  margin: 0 0 0 8px;
}
body.rtl .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-controls-holder .jp-toggles {
  float: left;
  right: auto;
  left: 16px;
}
body.rtl .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls .jp-mute {
  margin: 0 0 0 3px;
  float: right;
}
body.rtl .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls .jp-volume-bar {
  margin: 9px 2px 7px 46px;
}
body.rtl .tz-single-music .music_video .jp-video .jp-gui .jp-interface .duration {
  float: left;
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .tz-sidebar .widget.widget_search .search-form .search-submit {
  left: 0;
  right: auto;
}
body.rtl .tz-sidebar .widget h2.widget-title:after {
  right: 0;
  left: auto;
}
body.rtl .tz-sidebar .widget.tz-recent-widget .tz-recent-item .recent_image {
  margin-left: 15px;
  float: right;
  margin-right: 0;
}
body.rtl .tz-sidebar .widget.widget_tag_cloud .tag-cloud-link {
  margin-right: 0;
  margin-left: 5px;
  float: right;
}
body.rtl .tz-blog .tz-post-item .tz-post-content .tz-post-meta span,
body.rtl .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span {
  float: right;
  padding-right: 0;
  padding-left: 30px;
}
body.rtl .tz-blog .tz-post-item .tz-post-content .tz-post-meta:before,
body.rtl .tz-single .tz-post-single-item .tz-post-content .tz-post-meta:before,
body.rtl .tz-blog .tz-post-item .tz-post-content .tz-post-meta:after,
body.rtl .tz-single .tz-post-single-item .tz-post-content .tz-post-meta:after {
  content: "";
  display: table;
  clear: both;
}
body.rtl .su-list ul li i {
  left: auto;
  right: 0;
}
body.rtl .su-list ul li {
  padding: 4px 23px 4px 0 !important;
}
body.rtl .tz-single .tz-post-single-item .tz-post-content .su-list ul li {
  padding: 4px  20px 4px 0 !important;
}
body.rtl .tz-page-content #bbpress-forums .tz-forums-top .bbp-search-form form .search-submit {
  left: 0;
  right: auto;
}
body.rtl #bbpress-forums div.bbp-search-form {
  float: left;
}
body.rtl .tz-page-content #bbpress-forums .bbp-pagination .bbp-pagination-count,
body.rtl .tz-page-content #bbpress-forums .tz-forums-top .tz-forums-label {
  float: right;
  direction: initial;
}
body.rtl .tz-page-content #bbpress-forums .bbp-topics .bbp-header ul li,
body.rtl .tz-page-content #bbpress-forums .bbp-topics .bbp-body ul li {
  float: right;
  text-align: right;
}
body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header:before,
body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header:after {
  content: "";
  display: table;
  clear: both;
}
body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-content {
  margin-left: 0;
  margin-right: 160px;
  text-align: right;
}
body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-author {
  float: right;
}
body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header {
  padding-right: 43px;
  padding-left: 79px;
}
body.rtl #bbpress-forums div.bbp-forum-author,
body.rtl #bbpress-forums div.bbp-topic-author,
body.rtl #bbpress-forums div.bbp-reply-author {
  float: right;
}
body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-content {
  margin-left: 0;
  text-align: right;
  margin-right: 160px;
}
body.rtl.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a {
  padding-left: 0;
  text-align: right;
  padding-right: 60px;
}
body.rtl.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title.vc_tta-controls-icon-position-left > a:before {
  left: auto;
  right: 0;
}
body.rtl.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a .vc_tta-controls-icon {
  right: 14px;
  left: auto;
}
body.rtl.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  left: 20px;
  right: auto;
}
body.rtl.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding-right: 20px;
  padding-left: 42px;
  text-align: right;
}
body.rtl.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: auto;
  left: 0;
}
body.rtl .amita-alert-message.vc_message_box.small .tz-alert-close {
  left: 20px;
  right: auto;
}
body.rtl .amita-alert-message.vc_message_box {
  padding-right: 70px;
  padding-left: 15px;
}
body.rtl .vc_message_box-icon {
  right: 0;
  left: auto;
}
body.rtl .amita-alert-message.vc_message_box.large {
  padding-right: 130px;
  padding-left: 25px;
}
body.rtl .amita-alert-message.vc_message_box.large .tz-alert-close {
  left: 10px;
  right: auto;
}
body.rtl .wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list {
  text-align: right;
}
body.rtl.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a span:after {
  right: 0;
  left: auto;
}
body.rtl.wpb-js-composer .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tab > a span:before {
  right: 100%;
  left: auto;
}
body.rtl .tzShop-wrap .tz-product .grid_pagination_block form.woocommerce-ordering:after {
  left: 16px;
  right: auto;
}
body.rtl .tzShop-wrap .tz-product .grid_pagination_block p.woocommerce-result-count {
  float: right;
}
body.rtl .tzShop-wrap .tz-product .grid_pagination_block form.woocommerce-ordering {
  float: left;
}
body.rtl .woocommerce ul.products li.product,
body.rtl .woocommerce-page ul.products li.product {
  float: right;
}
body.rtl .tz-sidebar .widget.widget_product_categories span.count,
body.rtl .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .button {
  float: left;
}
body.rtl .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label {
  float: right;
}
body.rtl .tz-sidebar .widget.widget_products ul li a img {
  float: right;
  margin: 0 0 0 15px;
}
body.rtl .navigation .nav-links .page-numbers.next {
  left: 0;
  right: auto;
}
body.rtl .navigation .nav-links .page-numbers.prev {
  right: 0;
  left: auto;
}
body.rtl.woocommerce div.product div.images,
body.rtl .tzShop-detail .tz-product-detail .summary form.cart .quantity {
  float: right;
}
body.rtl.woocommerce div.product div.summary {
  float: left;
}
body.rtl .tzShop-detail .tz-product-detail .summary form.cart .button {
  float: right;
  margin-right: 5px;
  margin-left: 0;
}
body.rtl .tzShop-detail .tz-product-detail span.onsale {
  right: 20px;
  left: auto;
}
body.rtl .tzShop-detail .tz-product-detail .summary .tz-post-share > span {
  padding-left: 34px;
  padding-right: 0;
  float: right;
}
body.rtl .tzShop-detail .tz-product-detail .summary .product_meta span a {
  float: none;
  display: inline-block;
}
body.rtl .tzShop-detail .tz-product-detail .summary .product_meta span a:first-child {
  margin-right: 38px;
  margin-left: 0;
}
body.rtl .tzShop-detail .tz-product-detail .summary .product_meta span {
  text-align: right;
}
body.rtl.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  direction: initial;
}
body.rtl .related h2:after {
  left: auto;
  right: 0;
}
body.rtl .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol {
  padding-right: 0;
}
body.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar {
  right: 0;
  left: auto;
}
body.rtl .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews ol li .comment_container .comment-text {
  margin: 0 80px 0 0 !important;
}
body.rtl.woocommerce .star-rating {
  float: left;
}
body.rtl .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-author,
body.rtl .tzShop-detail .tz-product-detail .woocommerce-tabs #tab-reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-email {
  margin-right: 0;
  margin-left: 2%;
}
body.rtl.woocommerce .woocommerce-error .button,
body.rtl.woocommerce .woocommerce-info .button,
body.rtl.woocommerce .woocommerce-message .button,
body.rtl.woocommerce-page .woocommerce-error .button,
body.rtl.woocommerce-page .woocommerce-info .button,
body.rtl.woocommerce-page .woocommerce-message .button {
  float: left;
}
body.rtl .woocommerce-error,
body.rtl .woocommerce-info,
body.rtl .woocommerce-message {
  padding: 1em 3.5em 1em 2em;
}
body.rtl .woocommerce-error::before,
body.rtl .woocommerce-info::before,
body.rtl .woocommerce-message::before {
  right: 1.5em;
  left: auto;
}
body.rtl.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 0 0 4px;
  float: right;
}
body.rtl .tzShop-detail .tz-product-detail .summary .price ins {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
body.rtl .tzShop-detail .tz-product-detail .summary form.cart .quantity .decrement,
body.rtl .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .decrement {
  right: 6px;
  left: auto;
}
body.rtl .tzShop-detail .tz-product-detail .summary form.cart .quantity .increment,
body.rtl .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity .increment {
  left: 13px;
  right: auto;
}
body.rtl .woocommerce form table.shop_table tbody td.actions .coupon {
  float: right;
}
body.rtl .woocommerce form table.shop_table tbody tr td.actions input {
  float: left;
}
body.rtl .woocommerce .cart-collaterals .cart_totals {
  float: left;
}
body.rtl .woocommerce .cart-collaterals .cart_totals table tbody tr th {
  text-align: right;
}
body.rtl .woocommerce .cart-collaterals .cart_totals table tbody tr td {
  text-align: left;
}
body.rtl #add_payment_method #payment ul.payment_methods li,
body.rtl.woocommerce-cart #payment ul.payment_methods li,
body.rtl.woocommerce-checkout #payment ul.payment_methods li {
  text-align: right;
}
body.rtl #add_payment_method #payment div.payment_box::before,
body.rtl.woocommerce-cart #payment div.payment_box::before,
body.rtl.woocommerce-checkout #payment div.payment_box::before {
  left: auto;
  right: 0;
  margin: -1em 2em 0 0;
}
body.rtl #add_payment_method #payment .payment_method_paypal .about_paypal,
body.rtl.woocommerce-cart #payment .payment_method_paypal .about_paypal,
body.rtl.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: left;
}
body.rtl.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table thead tr th,
body.rtl.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td,
body.rtl.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td,
body.rtl.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th {
  text-align: right;
}
body.rtl .woocommerce form .form-row-last,
body.rtl .woocommerce-page form .form-row-last {
  float: left;
}
body.rtl .woocommerce form .form-row-first,
body.rtl .woocommerce-page form .form-row-first {
  float: right;
}
body.rtl.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields p label span {
  margin-right: 20px;
  margin-left: 0;
}
body.rtl.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-account-fields .create-account input {
  right: 0;
}
body.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
body.rtl.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection #select2-billing_country-container,
body.rtl.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .selection .select2-selection #select2-billing_state-container {
  text-align: right;
}
body.rtl .woocommerce form.login p label,
body.rtl .woocommerce .edit-account p label {
  text-align: right;
  float: right;
}
body.rtl .woocommerce form.login p .button,
body.rtl .woocommerce .edit-account p .button {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
body.rtl .woocommerce p {
  text-align: right;
}
body.rtl .woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last {
  text-align: left;
}
body.rtl .amita-login-lightbox .content .tab-content label {
  text-align: right;
}
body.rtl .amita-login-lightbox .content .tab-content .login-remember label {
  float: right;
}
body.rtl .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:not(:checked) + label:before,
body.rtl .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label:before,
body.rtl .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:not(:checked) + label:after,
body.rtl .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label:after {
  right: 0;
  left: auto;
}
body.rtl .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:not(:checked) + label,
body.rtl .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label {
  padding-right: 30px;
  padding-left: 0;
}
body.rtl .amita-login-lightbox .content .tab-content .login-remember a {
  float: left;
}
body.rtl .jp-controls,
body.rtl .jp-timer {
  float: right;
}
body.rtl .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs,
body.rtl .tz-single-band .tz-band-content .tz-tab ul.nav-tabs {
  margin: 0;
  padding: 0;
}
body.rtl .tz-single-artist .tz-artist-content .tz-tab ul.nav-tabs li,
body.rtl .tz-single-band .tz-band-content .tz-tab ul.nav-tabs li {
  float: right;
}
body.rtl .tz-single-artist .tz-artist .artist-social a,
body.rtl .tz-single-band .tz-band .band-social a {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
body.rtl .tz-single-band .mp-list.artist .mp-item .mp-img {
  float: right;
}
body.rtl .tz-single-band .mp-list.artist .mp-item .item-info {
  float: right;
  padding: 0 30px 0 0;
}
body.rtl .tz-post-share .jssocials .jssocials-shares .jssocials-share,
body.rtl .tzShop-detail .tz-product-detail .summary .tz-post-share .jssocials .jssocials-shares .jssocials-share {
  margin: 0 0 0 10px;
}
body.rtl .mp-excerpt {
  float: right;
  text-align: right;
}
body.rtl .mp-excerpt .description {
  padding-left: 30px;
  padding-right: 0;
}
body.rtl .tz-genre .music-content h2:after {
  left: auto;
  right: 0;
}
body.rtl .jp-controls button,
body.rtl .jp-details .jp-title,
body.rtl .tz-single-music .song-title {
  float: right;
}
body.rtl .mp-count,
body.rtl .jp-toggles,
body.rtl .jp-volume-controls {
  float: left;
}
body.rtl .mp-info div > span {
  float: right;
  padding-left: 5px;
}
body.rtl .mp-info div > span.mp-count {
  float: left;
  padding-right: 5px;
  padding-left: 0;
}
body.rtl .tz-single-music .song-other h2:after {
  left: auto;
  right: 0;
}
body.rtl .mp-single.album .mp-image {
  float: right;
}
body.rtl .tz-album-detail .mp-single.album .album-head.sale .mp-info {
  float: right;
  padding: 0 30px 0 0;
}
body.rtl .tz-album-detail .sale-album {
  float: right;
  padding-left: 0;
  padding-right: 50px;
}
body.rtl .tz-album-detail .mp-single.album .mp-name {
  float: right;
}
body.rtl .tz-vc-latest-news,
body.rtl .tz-vc-bands-member,
body.rtl .tz-vc-latest-news .swiper-scrollbar {
  direction: initial;
}
body.rtl .tz-header .tz-header-menu nav ul.navbar-nav li .sub-menu li a,
body.rtl .tz-header .tz-header-menu .tz-icon-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li,
body.rtl .tz-header .tz-header-menu .tz-icon-cart .widget_shopping_cart .widget_shopping_cart_content p {
  text-align: right;
}
body.rtl .tz-single .tz-single-navigation a.tz-next,
body.rtl .tz-header .tz-header-menu .tz-icon-cart .widget_shopping_cart .widget_shopping_cart_content p.total .amount,
body.rtl .tz-header .tz-header-menu .tz-icon-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a.checkout {
  float: left;
}
body.rtl .tz-single .tz-single-navigation a.tz-prev,
body.rtl .site-footer .tz-footer-content .tribe-events-list-widget ol li .date,
body.rtl .site-footer .tz-footer-content .tribe-events-list-widget ol li .title-address,
body.rtl .tz-Breadcrumb .tz-breadcrumb-custom ul li,
body.rtl .widget.tz-instagram-feed .tz-instagram-content .tz-instagram-item,
body.rtl .tz-header .tz-header-menu .tz-icon-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a {
  float: right;
}
@media (max-width: 1368px) {
  body.rtl .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet.margin-left {
    margin-left: 0;
    margin-right: 34%;
  }
}
@media (max-width: 1281px) {
  body.rtl .tz-album-detail .sale-album {
    padding-left: 0;
    padding-right: 30px;
  }
  body.rtl .tzShop-detail .tz-product-detail .summary .product_meta span a:first-child {
    margin-left: 0;
    margin-right: 24px;
  }
  body.rtl .tz-single-band .mp-list.artist .mp-item .item-info {
    padding: 0 20px 0 0;
  }
  body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character {
    padding-left: 8px;
    padding-right: 30px;
  }
  body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a {
    padding: 0 0 0 26px;
  }
  body.rtl .tribe-events-day .type-tribe_events .tribe-events-event-image {
    padding-right: 0 !important;
    padding-left: 40px !important;
  }
  body.rtl .tz-album-detail .music-album .tz-music-info .sale-album {
    padding-right: 30px;
    padding-left: 0;
  }
  body.rtl .tz-album-detail .music-album .tz-album-play .tz-song-lyric a {
    padding-right: 30px;
    padding-left: 0;
  }
  body.rtl .tz-album-releases.tz-album-3-column .tz-album-grid ul.album li.album-item {
    margin-left: 50px;
    margin-right: 0;
  }
  body.rtl .tz-song-list .tz-song-alphanav {
    padding-left: 0;
    padding-right: 40px;
  }
  body.rtl .amita-alert-message.vc_message_box.small .tz-alert-close {
    left: 10px;
    right: auto;
  }
  body.rtl .amita-alert-message.vc_message_box {
    padding-right: 40px;
    padding-left: 15px;
  }
  body.rtl .tzShop-detail .tz-product-detail .summary .tz-post-share > span {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  body.rtl .tz-album-detail .sale-album {
    padding-left: 0;
    padding-right: 15px;
  }
  body.rtl .tz-album-detail .mp-single.album .album-head.sale .mp-info {
    padding: 0 20px 0 0;
  }
  body.rtl blockquote,
  body.rtl .su-pullquote {
    padding-right: 70px;
    padding-left: 25px;
  }
  body.rtl blockquote:before,
  body.rtl .su-pullquote:before {
    left: auto;
    right: 25px;
  }
  body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a {
    padding: 0 0 0 15px;
  }
  body.rtl .tz-post-share > span,
  body.rtl .tz-single .tz-post-single-item .tz-post-share > span,
  body.rtl .tz-single .tz-post-single-item .tz-post-cat-tag span {
    padding-left: 0;
  }
  body.rtl .tz-vc-timeline .pagination-timeline .swiper-pagination-bullet.margin-left {
    margin-left: 0;
    margin-right: 40%;
  }
  body.rtl .artist-page .tz-artist .tz-info span > span {
    padding-right: 15px;
    padding-left: 0;
  }
  body.rtl .tribe-events-day .type-tribe_events .tribe-events-event-image {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
  body.rtl #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tribe-events-event-image {
    padding-right: 0;
    padding-left: 15px;
  }
  body.rtl .tz-album-detail .music-album .tz-music-info .sale-album {
    padding-right: 0;
    padding-left: 0;
  }
  body.rtl .tz-album-detail .music-album .tz-album-play .tz-music-playlist .jp-audio .jp-type-playlist .jp-playlist ul li .song-download {
    right: auto;
    left: 45px;
  }
  body.rtl .tz-album-releases.tz-album-3-column .tz-album-grid ul.album li.album-item {
    margin-left: 0;
    margin-right: 0;
  }
  body.rtl .tz-song-list .tz-song-alphanav {
    padding-left: 0;
    padding-right: 30px;
  }
  body.rtl .tz-song-list .tz-song-alphanav .tz-song-alphanav-character a {
    padding: 0 0 0 20px;
  }
  body.rtl .tz-comments ol li {
    padding: 0 90px 0 0;
  }
  body.rtl .tz-single-music .music_video .jp-video .jp-gui .jp-interface .jp-controls-holder .jp-controls {
    margin-right: 15px;
    margin-left: 0;
  }
  body.rtl .tz-blog .tz-post-item .tz-post-content .tz-post-meta span,
  body.rtl .tz-single .tz-post-single-item .tz-post-content .tz-post-meta span {
    padding-right: 0;
    padding-left: 20px;
  }
  body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-content {
    margin-left: 0;
    margin-right: 130px;
  }
  body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-content {
    margin-left: 0;
    margin-right: 130px;
    text-align: right;
  }
  body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header {
    padding-right: 20px;
    padding-left: 79px;
  }
  body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-author,
  body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-content,
  body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header .subscription-toggle,
  body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header .favorite-toggle {
    text-align: right;
  }
  body.rtl.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a {
    padding-left: 0;
    padding-right: 50px;
  }
  body.rtl.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    left: 10px;
    right: auto;
  }
  body.rtl.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a .vc_tta-controls-icon {
    right: 9px;
    left: auto;
  }
  body.rtl .amita-alert-message.vc_message_box.large {
    padding-right: 100px;
    padding-left: 25px;
  }
  body.rtl .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:not(:checked) + label,
  body.rtl .amita-login-lightbox .content .tab-content .login-remember input[type="checkbox"]:checked + label {
    padding-right: 22px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  body.rtl .tz-album-detail .sale-album {
    padding-left: 0;
    padding-right: 30%;
    float: none;
    margin-left: 0;
    margin-right: 20px;
  }
  body.rtl .tz-album-detail .mp-single.album .album-head.sale .mp-info {
    padding: 0 20px 0 10px;
  }
  body.rtl .site-footer .tz-footer-content .tribe-events-list-widget ol {
    padding: 0;
    margin: 0;
  }
  body.rtl .site-footer .site-footer-bottom .footer-menu li:first-child a {
    padding-right: 15px;
  }
  body.rtl .tribe-events-day .type-tribe_events .tribe-events-event-image {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.rtl #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tribe-events-event-image {
    padding-right: 0;
    padding-left: 0;
  }
  body.rtl .tz-album-detail .music-album .tz-music-info .album-info .ab-item.right {
    right: auto;
    left: 0;
  }
  body.rtl .tz-album-detail .music-album .tz-music-info .sale-album {
    padding-right: 0;
    padding-left: 0;
  }
  body.rtl .tz-album-detail .music-album .tz-album-play .tz-song-lyric a {
    padding-right: 20px;
    padding-left: 0;
  }
  body.rtl .tz-song-list .tz-song-alphanav {
    padding-left: 0;
    padding-right: 20px;
  }
  body.rtl .tz-song-list .tz-song-alphanav .tz-song-alphanav-character a {
    padding: 0 0 0 15px;
  }
  body.rtl .tz-single-music .music-song .music_player .tz-song-lyric a,
  body.rtl .tz-single-music .music_video .song-video-artist a {
    padding-left: 0;
    padding-right: 30px;
  }
  body.rtl .tz-comments ol li {
    padding: 0 75px 0 0;
  }
  body.rtl .tz-single-music .music_video .jp-video .jp-gui .jp-interface .duration {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  body.rtl .tz-album-detail .sale-album {
    padding-right: 0;
    margin-right: 0;
  }
  body.rtl .tz-album-detail .mp-single.album .album-head.sale .mp-info {
    padding: 0;
  }
  body.rtl .tz-genre .mp-excerpt .description {
    padding-right: 0;
    padding-left: 0;
  }
  body.rtl .tz-single-band .mp-list.artist .mp-item .item-info {
    padding: 0 0 15px 0;
  }
  body.rtl blockquote,
  body.rtl .su-pullquote {
    padding-right: 40px;
    padding-left: 20px;
  }
  body.rtl blockquote:before,
  body.rtl .su-pullquote:before {
    left: auto;
    right: 10px;
  }
  body.rtl .tz-single .tz-post-single-item .tz-post-cat-tag a {
    margin: 0 0 5px 5px;
    float: right;
  }
  body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character {
    padding-left: 0;
    padding-right: 20px;
  }
  body.rtl .artist-page .tz-artist-content .tz-tab .tab-content #song .tz-song-alphanav-character a {
    padding: 0 0 0 10px;
  }
  body.rtl .tribe-events-day .type-tribe_events .tz-content-day .tribe-events-event-meta .tribe-events-schedule,
  body.rtl #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .tz-event-items .tz-content .author .tribe-event-schedule-details {
    padding-right: 0;
    padding-left: 0;
  }
  body.rtl .tz-post-single-item .tribe-events-single .tz-tribe-events-single-event-mid .tribe-events-schedule .tz-trible-event-date {
    margin-left: 0;
  }
  body.rtl .tz-song-list .tz-song-alphanav {
    padding-left: 0;
    padding-right: 15px;
  }
  body.rtl .tz-song-list .tz-song-alphanav .tz-song-alphanav-character a {
    padding: 0 0 0 10px;
  }
  body.rtl .tz-single-music .music-song .music_player .tz-song-lyric a,
  body.rtl .tz-single-music .music_video .song-video-artist a {
    padding-left: 0;
    padding-right: 20px;
  }
  body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-header .bbp-reply-content {
    margin-left: 0;
    margin-right: 0;
  }
  body.rtl .tz-page-content #bbpress-forums .bbp-replies .bbp-body .tz-post-single-item .bbp-reply-content {
    margin-left: 0;
    margin-right: 0;
  }
  body.rtl .jp-playlist ul li .song-info-list {
    left: 15px;
    right: auto;
  }
}
/**
* 13.0 -  Wide & Boxed
* -----------------------------------------------------------------------------
*/
/*  Boxed */
body.amita-boxed #wrapper {
  width: 100%;
  max-width: none;
  overflow: visible;
  position: relative;
  display: block;
}
body.amita-boxed #wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
body.amita-boxed .tz-header.cloned {
  width: 1200px;
  margin: auto;
  left: 0;
  right: 0;
}
body.amita-boxed .tz-header.type_2.sticky,
body.amita-boxed .tz-header.type_3.sticky {
  position: absolute;
}
body.amita-boxed .tz-home-boxed.tz-header.type_3.sticky {
  left: 15px;
  max-width: 1200px;
}
body.amita-boxed .vc_row[data-vc-full-width] {
  width: 100% !important;
  left: auto !important;
  top: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
body.amita-boxed .tz-header .tz-login a,
body.amita-boxed .tz-header .tz-login .site-text-login {
  padding: 0 7px;
}
@media (max-width: 991px) {
  body.amita-boxed #wrapper {
    width: 750px;
  }
}
@media (max-width: 1199px) {
  body.amita-boxed #wrapper {
    width: 970px;
  }
}
@media (max-width: 520px) {
  body.amita-boxed #wrapper {
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  body.amita-boxed #wrapper {
    max-width: 510px;
  }
}
/*# sourceMappingURL=style.css.map */