@import url("https://fonts.googleapis.com/css?family=Cairo|Nunito:400|Nunito:800|Quicksand:500");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
/* SCSS RGB */
.typography h1, .typography h2, .typography h4, .typography h5, .typography h6 {
  font-weight: 500;
  color: white;
  font-family: 'Nunito','Arial'; }

.typography h1 {
  font-size: 1.2em;
  padding-bottom: 0;
  border-bottom: 0;
  border-style: dotted;
  font-weight: 600;
  color: #fcfcfc; }

.h1, h1 {
  font-size: 1.25em;
  font-weight: 400;
  font-family: Tilt Warp; }

.typography h2 {
  color: #fcfcfc; }

.h2, h2 {
  font-size: 1em !important;
  font-weight: 500 !important; }

h2 a {
  color: #ffffff; }

.typography h3 {
  font-weight: 500;
  color: white;
  font-family: 'Nunito','Arial';
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 10px; }

.h4, h4 {
  font-size: 1.1em;
  font-weight: 600; }

.typography h4 {
  font-weight: 500 !important;
  margin-top: 0.5em; }

h6 a {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.typography a, .typography a.intro {
  color: #ebebeb;
  font-weight: 800;
  border-bottom: 1px dashed #ebebeb; }

.typography a:hover, .typography a.intro:hover {
  color: #00b384;
  font-weight: 800;
  border-bottom: 1px dashed #00b384; }

/* IMAGES */
.typography img {
  border: none;
  background: none; }

html a {
  color: #ebebeb;
  font-weight: 600; }

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

html a:hover, .typography a:hover, a:hover {
  -webkit-transition: 0s;
  transition: 0s; }

.inner {
  max-width: 1440px; }

a:hover {
  color: #00b384 !important;
  font-weight: 600; }

.brand {
  font-style: italic; }

.header .inner {
  height: 47px;
  min-height: 47px !important;
  padding-top: 24px !important; }

.brand img {
  width: 8em; }

.header .primary ul {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -0.4em; }

.header .primary li {
  padding-bottom: 9px; }

.header .primary li a {
  margin-top: 6px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-family: "Nunito", "Arial";
  text-transform: uppercase;
  font-size: 1em;
  font-size: 400;
  color: lightgray; }

nav li {
  border-radius: 0.5em; }

/* BODY AND MAIN */
body {
  font-family: 'Nunito','Arial';
  font-size: 1.2em;
  font-weight: 400;
  background-color: #212121;
  color: #fcfcfc; }

body a:link {
  color: #00b384; }

body a:link
.inner {
  max-width: 1440px; }

.main {
  background-color: #3a4047;
  padding-bottom: 0;
  padding-top: 0; }

.main::after {
  content: none !important; }

.main p {
  font-size: 1em; }

.footer {
  background-color: #212121;
  color: #b5b2ae;
  font-size: 0.72em; }

.footer .brand {
  font-style: unset; }

.footer a.brand {
  color: #ebebeb;
  font-weight: 600 !important; }

.footer a.brand:hover {
  color: #00b384;
  font-weight: 800; }

.footer a {
  color: #ebebeb !important;
  font-weight: 600 !important; }

.footer a:hover {
  color: #00b384 !important;
  font-weight: 800; }

/* BODY AND MAIN */
.main p {
  font-size: 0.9em; }

.small-link {
  font-size: 0.75em; }

.uppercase {
  text-transform: uppercase; }

.zone-green {
  background-color: #00b384;
  text-align: center;
  text-transform: uppercase; }

.zone-green a:hover {
  color: #3a4047 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

.zone-blue {
  background-color: #0378bd;
  text-align: center;
  text-transform: uppercase; }

.zone-blue a:hover {
  color: #3a4047 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* FLOATING */
.breakfloat {
  clear: both; }

/* MAILCHIMP */
#mc_embed_signup {
  background: none; }

.centered {
  margin: auto; }

.text-center {
  display: inline-block;
  text-align: center; }

.style_light {
  color: #fcfcfc; }

.navLink a {
  color: #fcfcfc !important; }

.navLink:hover a {
  color: #fcfcfc !important; }

.input[type="submit"] {
  background-color: #03a9f4 !important; }

form {
  max-width: 660px;
  width: 100%;
  margin: auto; }

form input.text, form textarea, form .textajaxuniquetext, form select {
  max-width: 660px;
  border-radius: 0.5em;
  color: black; }

/* SIGNS AND ICONS */
.icon-block {
  border: 2px solid #ffffff;
  border-radius: 0.5em;
  text-align: center; }

/* SOCIALS */
.platform-icon {
  width: 150px; }

.btn-toolbar {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #444 !important; }

/* OTHER */
a.link-section:hover {
  font-weight: 400; }

.video-thumbnail img {
  border-radius: 1em;
  border: 2px solid #444444; }

box-shadow
.modal.show .modal-dialog {
  top: 25vh; }

.login-page {
  background-color: #ffffff; }

.login-page .btn-toolbar .btn {
  margin-right: 1em; }

/* ---- HOMEPAGE ---- */
.artist-category {
  position: relative; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px !important;
    margin: 1.75rem auto; } }
.img-fluid {
  width: 100%; }

.modal-footer-full {
  display: block;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

.page-item.active .page-link {
  border-color: #00a1ff;
  background-color: #00a1ff; }

.page-item a {
  font-size: 0.5em !important; }

.pagination {
  margin-bottom: 1em !important; }

.btn-primary {
  background-color: #03a9f4;
  font-weight: 600 !important; }

a.btn-dark:hover {
  background: #212121;
  color: #ffffff !important;
  border: 1px solid #ffffff; }

a.btn:after {
  content: none !important; }

.btn-primary:hover {
  background-color: #038dcc !important;
  color: white !important; }

.btn-light {
  border: 1px solid gray; }

.btn-primary:focus {
  background-color: #03a9f4 !important; }

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: white !important;
  border-style: solid !important;
  border-width: 1px !important; }

.btn-accept:hover {
  background-color: green !important; }

.btn-toolbar {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #444 !important; }

form .good {
  color: #212121;
  border-radius: 0.28em; }

.btn-transparent {
  background: transparent; }

/* CARDS */
.card img {
  border: 0; }

h5.card-title {
  font-size: 1.25em;
  margin-bottom: 0.75em; }

/* SEPARATORS */
.separator-1 {
  padding-top: 0em;
  background-color: #00b384;
  height: 0.2em; }

.separator-1:after {
  content: "";
  position: relative;
  bottom: -1.5em;
  left: Calc(50% - 1.5em);
  border-width: 1.5em 1.5em 0 1.5em;
  border-style: solid;
  border-color: #00b384 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.separator-1-simple {
  padding-top: 0em;
  background-color: #00b384;
  height: 0.2em; }

/* OFFERS */
.section-text .ul1 {
  padding-left: 0 !important; }

[class*=" awb-icon-"], [class^=awb-icon-] {
  font-family: awb-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.awb-icon-facebook:before {
  content: "\e604"; }

.awb-icon-instagram:before {
  content: "\ea92"; }

.awb-icon-tiktok:before {
  content: "\e906"; }

.awb-icon-twitter:before {
  content: "\e90b"; }

.awb-icon-youtube:before {
  content: "\e622"; }

.awb-icon-linkedin:before {
  content: "\e60f"; }

.btn-primary {
  background-color: #00b384 !important;
  border: 2px solid #00b384 !important;
  color: #ebebeb;
  font-weight: 600 !important; }

.btn-primary:hover {
  background-color: #212121 !important;
  border: 2px solid #00b384;
  color: #ebebeb !important; }

.btn-light {
  border: 1px solid gray; }

.btn-primary:focus {
  background-color: #212121 !important;
  border: 2px solid #00b384;
  color: #ebebeb; }

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: white !important;
  border-style: solid !important;
  border-width: 1px !important; }

.btn-accept:hover {
  background-color: green !important; }

#navLinks {
  margin-bottom: 0.5em; }

.fi {
  border: 1px solid #00b384;
  border-radius: 0.24em; }

.screen-mode-toggle {
  position: relative; }

.light .navbar-toggler {
  background-color: #00b384; }

.mobile-menu .screen-mode-toggle {
  font-size: 1.32em;
  top: 0.03em;
  position: relative; }

.navbar {
  background-color: #212121; }

.navbar-brand {
  padding-bottom: 0; }

.navbar-collapse {
  margin-top: 2em; }

.dropdown-menu {
  padding: 0.12rem 0;
  background-color: #212121; }

.dropdown-item:active {
  background-color: #3a4047 !important;
  font-weight: 400 !important;
  font-family: 'Cairo';
  text-transform: none !important; }

.navbar-dark .navbar-nav .nav-link {
  color: #fcfcfc; }

.dropdown-item.active, .light .dropdown-item:active {
  background-color: #3a4047;
  color: #fcfcfc; }

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  text-transform: uppercase; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    text-transform: uppercase;
    padding-right: 1rem;
    padding-left: 1rem; }

  .navbar-nav .nav-link {
    text-align: left; }

  .navbar-collapse {
    margin-top: unset; } }
.info {
  color: black; }

.toast-body {
  background-color: black !important;
  color: #ebebeb;
  font-weight: bold; }

.toast-header {
  background-color: black !important;
  color: #ebebeb; }

.toast {
  color: #ebebeb; }

button.btn-close {
  background-color: #00b384 !important; }

.banner {
  max-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: hidden; }

.banner .img-fluid {
  max-width: 100%;
  /* Ensure image does not exceed the width of .banner */
  max-height: 100%;
  /* Ensure image does not exceed the height of .banner */ }

.quick-link {
  background-color: #00b384; }

.quick-link-text {
  color: white !important;
  padding-top: 0.25em;
  padding-bottom: 0.25em; }

.quick-link-text:hover {
  background-color: #181818; }

.mc-closeModal::before, .mc-closeModal::after {
  height: 13px !important;
  left: 12px !important;
  top: 7px !important; }

.mc-closeModal::before, .mc-closeModal::after {
  background-color: #ffffff !important; }

.hidden-borders {
  color: #ebebeb !important;
  border: 1px solid #3a4047 !important; }

.hidden-borders:hover {
  color: #00b384;
  border: 1px solid #3a4047 !important; }

/* TUTORIAL PREVIEW */
.tutorial-preview-header {
  background-color: #212121;
  padding: 1em; }

.tutorial-preview-header h2 {
  line-height: unset; }

.tutorial-preview-description {
  font-size: small;
  margin-bottom: 1em; }

/* TUTORIAL DESCRIPTION */
.tutorial-description {
  font-size: smaller;
  background-color: #212121;
  padding: 1em;
  margin-bottom: 2em; }

.tutorial-price-calculator {
  font-size: smaller;
  background-color: #212121;
  padding-left: 1em;
  padding-right: 1em; }

.tutorial-first-price {
  position: relative;
  top: -1.8em;
  padding-right: 0.75em;
  background-color: #00b384;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

#Form_PricingForm_Price {
  font-weight: 600; }

/* TUTORIAL BOOKING */
.tutorial-booking-form {
  font-size: smaller;
  background-color: #212121;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em; }

/* BOOKING MANAGEMENT */
.TutoringPage table.infotable {
  background: #212121;
  margin-bottom: 1em; }
.TutoringPage table th, .TutoringPage table td {
  border: 1px solid #424242; }
.TutoringPage table thead tr th {
  background: #212121;
  color: #fcfcfc; }
.TutoringPage table tbody tr td {
  background: #212121;
  color: #fcfcfc; }
.TutoringPage table tbody .itemrow .image, .TutoringPage #InformationTable .image {
  width: 56px;
  padding: 0px; }
.TutoringPage table.infotable td.product.title, .TutoringPage table.infotable tr td a {
  color: #ebebeb;
  font-weight: 600; }
.TutoringPage table.infotable td.product.title a {
  margin-left: 1em; }
.TutoringPage table tfoot tr td {
  background: #212121;
  color: #fcfcfc; }
.TutoringPage table tbody .summary .threeColHeader {
  background: #212121;
  color: #fcfcfc; }
.TutoringPage .table > tbody {
  color: #d4d4d4;
  border-top: 1px solid currentColor; }
.TutoringPage #Checkout form input.text {
  width: 100%; }

.block-package {
  border: 1px solid #424242; }

.container-package {
  border: 4px solid black;
  margin-bottom: 2em;
  background-color: #212121; }

a.btn, button, input[type="submit"], input[type="reset"], .Actions .action {
  color: #ebebeb !important;
  font-weight: bold;
  background-color: #212121 !important;
  border: 2px solid #00b384 !important; }

a.btn:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, .Actions:hover .action:hover {
  color: #ebebeb !important;
  font-weight: bold;
  background-color: #00b384 !important;
  border: 2px solid #00b384 !important; }

[data-icon]:before {
  content: none; }

.btn-store {
  color: #ebebeb !important;
  background-color: #212121 !important;
  border: 2px solid #00b384 !important; }

.btn-store:hover {
  color: #ebebeb !important;
  background-color: #00b384 !important;
  border: 2px solid #00b384 !important; }

.offcanvas {
  background-color: #212121 !important;
  border-left: 2px solid #00b384 !important; }

.typography a, .typography a.intro {
  border-bottom: 1px dashed #212121; }

.offcanvas-header button {
  background-color: transparent; }

.sidecart .item {
  margin-bottom: 0.5em; }

.DownloadsPage form {
  margin: unset;
  max-width: 500px; }

form input.currency, form input.numeric {
  width: 160px;
  text-align: right;
  padding-right: 0.8em; }

.main .secondary li .text {
  padding-left: 0; }

.nav-item .bi {
  position: relative;
  top: 0.09em;
  padding: 0.4em;
  font-size: 1.3em; }

.nav-item .bi:hover {
  color: #00b384; }

.icon-cart-mobile .bi {
  right: 0.5em;
  position: relative;
  font-size: 1.5em; }

.icon-cart-mobile .bi:hover {
  color: #00b384; }

.sidecart .item .title {
  font-size: 0.8em;
  font-weight: 600; }

.sidecart .remove {
  top: 10px !important;
  font-family: 'Montserrat';
  font-weight: 400; }

.btn-toolbar input.action[class] {
  margin-left: 1em; }

#ForgotPassword {
  margin-left: auto; }

.checkbox label.right {
  color: #fcfcfc; }

#CheckoutForm_PaymentMethodForm_PaymentMethod li label {
  position: relative;
  top: -3px; }

#Checkout form label.left {
  float: unset !important;
  width: unset !important; }

#CheckoutForm_ShippingAddressForm_SilverShop-Checkout-Component-ShippingAddress_Company_Holder {
  display: none; }

.progress-bar {
  background-color: #00b384; }

.progress {
  font-weight: 500; }

.AccountPage .accountnav {
  width: 100%; }

.AccountPage .nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.AccountPage .typography ul li {
  list-style-type: none; }

.CheckoutPage form {
  width: 100% !important;
  max-width: unset !important; }
  .CheckoutPage form .optionset ul {
    margin-top: 1.5em; }

#Form_ShippingMethodForm_ShippingMethodID_Holder ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.5em;
  position: relative;
  top: -2px; }

.CheckoutPage table.infotable, .AccountPage table.infotable {
  background: #212121;
  margin-bottom: 1em; }
.CheckoutPage table thead tr th, .AccountPage table thead tr th {
  background: #212121;
  color: #fcfcfc; }
.CheckoutPage table tbody tr td, .AccountPage table tbody tr td {
  background: #212121;
  color: #fcfcfc; }
.CheckoutPage table tbody .itemrow .image, .CheckoutPage #InformationTable .image, .AccountPage table tbody .itemrow .image, .AccountPage #InformationTable .image {
  width: 56px;
  padding: 0px; }
.CheckoutPage table.infotable td.product.title, .CheckoutPage table.infotable tr td a, .AccountPage table.infotable td.product.title, .AccountPage table.infotable tr td a {
  color: #ebebeb;
  font-weight: 600; }
.CheckoutPage table.infotable td.product.title a, .AccountPage table.infotable td.product.title a {
  margin-left: 1em; }
.CheckoutPage table tfoot tr td, .AccountPage table tfoot tr td {
  background: #212121;
  color: #fcfcfc; }
.CheckoutPage table tbody .summary .threeColHeader, .AccountPage table tbody .summary .threeColHeader {
  background: #212121;
  color: #fcfcfc; }
.CheckoutPage .table > tbody, .AccountPage .table > tbody {
  color: #d4d4d4;
  border-top: 1px solid currentColor; }
.CheckoutPage #Checkout form input.text, .AccountPage #Checkout form input.text {
  width: 100%; }

.typography table tr.even, .typography table th, .typography thead td {
  background-color: #4c4c4c; }

.typography table tr:nth-child(even) {
  background-color: #202020; }

.CookiePolicyPage input[type="checkbox"], .CookiePolicyPage input.checkbox, .CookiePolicyPage .checkboxes input {
  margin: 0.67em 0em 2em 1em; }
.CookiePolicyPage form label.right {
  font-size: 16px;
  color: #888;
  text-transform: uppercase; }

.CookiePolicyPage form label.right {
  color: #00b384 !important;
  font-weight: bolder; }

.CookiePolicyPage .field_wrapper .content {
  margin-left: 3em; }

#CookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  background-color: #202020; }

h2.CookieConsent__title {
  font-size: 1rem; }

.CookieConsent__content {
  font-size: 0.8em;
  color: #a1a1a1; }

.CookieConsent__button {
  padding: 0.75em !important;
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
  border-radius: 0.5em;
  font-size: 0.84em;
  text-transform: uppercase;
  margin-bottom: 0.32em !important;
  background-color: #4c4c4c !important;
  color: #e1e1e1 !important;
  text-align: center;
  display: block !important; }

.CookieConsent__button:hover {
  color: #fff !important; }

.CookieConsent__button--highlight {
  background-color: #00b384 !important;
  color: white !important; }

.CookieConsent__button--highlight:active, .CookieConsent__button--highlight:focus, .CookieConsent__button--highlight:hover {
  background-color: #fff !important;
  color: #fff !important; }

.field.cookieconsentcheckbox .field_wrapper label.right {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 10% !important;
          flex: 0 0 10% !important; }

#CookieConsentForm_Form {
  margin: inherit; }

/* FOOTER */
.footer .CookieConsent__button {
  padding: 0.36em !important;
  font-size: 1.1em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em; }

/* VIDEOS */
.video-cookie-notice-wrapper {
  position: relative; }

.video-cookie-notice {
  margin-bottom: 1em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7); }

.video-cookie-notice .notice-text {
  position: relative;
  top: 27vh;
  max-width: 19em;
  margin: auto;
  background-color: #202020;
  padding: 1em;
  border-radius: 0.8em;
  border: 2px solid dimgrey; }
