@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bungee&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/*/ define variables /*/
.container {
  max-width: 1196px;
}
.container-products {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}

/*/ column width /*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 8px;
  padding-left: 8px;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.hr {
  border-top: 1px solid #D3D3D3;
  width: 100%;
}
.hr__fluid {
  border-top: 1px solid #D3D3D3;
  width: 90%;
}

/*/ MAIN /*/
.main {
  margin-top: 142px;
  /*/ to avoid overlapping content /*/
}

/*/ A /*/
a {
  color: #D60065;
}

/*/ SLICK SLIDER /*/
.slick-slider {
  outline: none;
}

/*/ WOOCOMMERCE /*/
.woocommerce {
  font-family: "Ubuntu", sans-serif;
}
.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  display: block;
}
.woocommerce-additional-fields__field-wrapper .form-row {
  display: block;
}
.woocommerce-info {
  border-top-color: #008DAE;
}
.woocommerce-error {
  border-top-color: #D60065 !important;
}
.woocommerce-message {
  border-top-color: #008DAE !important;
}
.woocommerce button {
  background-color: #008DAE !important;
  color: #fff !important;
}

#header-cart {
  margin-left: 8px;
}

.header-cart-wrapper:hover .header-cart-submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(20px);
}

span.header-cart-total {
  position: absolute;
  right: -6px;
  top: -10px;
  border: 1px solid #008DAE;
  border-radius: 100%;
  background-color: #008DAE;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-cart-submenu {
  position: absolute;
  min-width: 360px;
  background-color: #fff;
  padding: 32px;
  border-left: 5px solid #F2F2F2;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  left: -245px;
  top: 86%;
  transition: 0.5s ease;
  transform: translateY(50px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.header-cart-submenu__item {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.header-cart-submenu__item:first-of-type {
  margin-top: 0;
}
.header-cart-submenu__item__image-wrapper {
  width: 68px;
  height: 68px;
  margin-right: 10px;
}
.header-cart-submenu__item__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header-cart-submenu__item__content {
  margin-right: auto;
}
.header-cart-submenu__item__content__title {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  display: block;
  text-align: left;
  max-width: 160px;
}
.header-cart-submenu__item__content__quantity {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  display: block;
  text-align: left;
}
.header-cart-submenu__item__remove {
  position: relative;
}
.header-cart-submenu__item__remove::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  transform: rotate(45deg);
  height: 20px;
  width: 2px;
  background-color: #F2F2F2;
  display: block;
}
.header-cart-submenu__item__remove::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  transform: rotate(-45deg);
  height: 20px;
  width: 2px;
  background-color: #F2F2F2;
  display: block;
}
.header-cart-submenu__item__remove__input {
  border: 0;
  background: none;
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-block;
  right: -13px;
  top: -13px;
  z-index: 2;
}
.header-cart-submenu__subtotal {
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 18px;
}

.navbar-right .header-cart-wrapper a.theme-button:first-child {
  display: block !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 60%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 5px;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 20px;
  opacity: 0.25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  font-family: "FontAwesome";
  content: "";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  font-family: "FontAwesome";
  content: "";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  font-family: "FontAwesome";
  content: "";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  font-family: "FontAwesome";
  content: "";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  font-family: "FontAwesome";
  content: "";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  font-family: "FontAwesome";
  content: "";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  font-family: "FontAwesome";
  content: "";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}

.woocommerce-account p.order-again {
  text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type=submit] {
  margin-top: 50px;
  float: right;
}

#place_order {
  background-color: #008DAE;
}

.wc-forward {
  background-color: #008DAE !important;
  color: #fff !important;
}

/*/ woocoommerce customs /*/
.theme-product-wrapper {
  position: relative;
  padding: 24px 0;
}
.theme-product-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 2px;
  border-color: #ececec;
  border-bottom-style: solid;
}
.theme-product-wrapper:last-child:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-color: #ececec;
  border-bottom-style: solid;
}
.theme-product-wrapper a {
  color: inherit;
}
.theme-product__image-wrapper {
  width: 208px;
  height: 208px;
}
.theme-product__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-product-content {
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  max-width: 50%;
}
.theme-product-content h3 {
  font-size: 26px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
.theme-product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.theme-product-cart-wrapper h4 {
  font-size: 34px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
.theme-product__single-desc p {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}
.theme-product__single-desc span {
  font-size: 32px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.theme-product__single-attributes-wrapper {
  position: relative;
  display: block;
  margin-top: 42px;
}
.theme-product__single-attributes-box {
  position: relative;
  background-color: #F2F2F2;
  padding: 16px 22px;
  border-radius: 12px;
}
.theme-product__single-attributes-box h3 {
  font-size: 22px;
  font-family: "Ubuntu", sans-serif;
  margin: 0;
}
.theme-product__single-attributes__attribute {
  position: relative;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.theme-product__single-attributes__attribute span {
  display: block;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  margin-right: 6px;
}
.theme-product__single-start h3 {
  font-family: "Ubuntu", sans-serif;
  margin-left: 0;
}
.theme-product__single-search {
  position: relative;
  width: 100%;
}
.theme-product__single-search label {
  display: block;
}
.theme-product__single-search .search-field {
  background-color: #EDEDED;
  border: #EDEDED;
  padding: 11px 26px;
  width: 100%;
  display: block;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
.theme-product__single-cat {
  position: relative;
  width: 40%;
}
.theme-product__single-filter {
  position: relative;
  display: flex;
  margin-bottom: 12px;
}
.theme-product-tags__wrapper {
  position: relative;
  display: block;
  margin-top: 42px;
  background-color: #F2F2F2;
  padding: 16px 22px;
  max-width: 80%;
}
.theme-product-tags__inner {
  position: relative;
  display: block;
  margin-top: 12px;
}
.theme-product-tags__inner:nth-of-type(1) {
  margin-top: 8px;
}
.theme-product-tags__inner:last-of-type {
  margin-bottom: 8px;
}
.theme-product-tags__inner h3 {
  font-size: 22px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
.theme-product__top-filter {
  display: flex;
  align-items: center;
}
.theme-product-breadcrumb .woocommerce-breadcrumb {
  font-size: 16px !important;
  color: #000 !important;
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 700 !important;
  margin: 0 !important;
  margin-top: 54px !important;
}
.theme-product-breadcrumb .woocommerce-breadcrumb a {
  font-weight: 300 !important;
}
.theme-product__sorting .woocommerce-ordering {
  float: none !important;
  margin: 0 !important;
}
.theme-product__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}

/*/ category filter dropdown /*/
.select2-dropdown {
  display: block;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  color: #575656;
  border: none !important;
}

.select2-selection, select, textarea, input:not([type=submit]), .w-form-checkbox, .w-form-radio {
  font-weight: 300;
  letter-spacing: 0em;
  border-radius: 0.3rem;
  background: #f3f3f3;
  border-color: #e8e8e8;
  color: #333333;
}

span.select2-selection.select2-selection--single {
  padding: 8px 6px;
  height: 44px;
  border-color: #00b1eb;
  background-color: #00b1eb;
}

.theme-skool .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent;
}

.select2-results {
  padding: 8px 0 8px 12px;
}

.theme-skool .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.theme-skool input.select2-search__field {
  font-size: 1rem;
  line-height: 2;
  padding: 0 0.5rem;
  margin: 0.8rem;
  width: calc(100% - 1.6rem);
  min-height: auto;
  border: 1px solid #ececec;
  background: none;
  box-shadow: none;
  color: inherit;
  margin-bottom: 0;
}

.theme-skool .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff;
}

.theme-skool .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 10px;
  right: 1px;
  width: 20px;
}

.theme-skool.woocommerce-cart .theme-wrapper .container {
  max-width: 1440px;
}
.theme-skool.woocommerce-cart .shop_table.woocommerce-cart-form__contents {
  float: left;
  width: 65%;
}
.theme-skool.woocommerce-cart .shop_table.woocommerce-cart-form__contents .coupon {
  width: 100%;
}
.theme-skool.woocommerce-cart .cart-collaterals {
  float: right;
  width: 30%;
  position: sticky;
}
.theme-skool.woocommerce-cart .cart_totals .shop_table {
  width: 100%;
}

.theme-skool .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.catFilterWidthClass {
  width: 80% !important;
}

.w-filter.state_desktop.style_drop_default .w-filter-item-title, .select2-selection, select, textarea, input:not([type=submit]), .w-form-checkbox, .w-form-radio {
  font-weight: 300;
  letter-spacing: 0em;
  border-radius: 0.3rem;
  background: #f3f3f3;
  border-color: #e8e8e8;
  color: #333333;
  outline: 0;
  box-shadow: none;
  border: 2px solid #e8e8e8;
}

.woocommerce .quantity input.qty {
  width: 3.5em;
  box-sizing: content-box;
}

.woocommerce div.product form.cart .button {
  outline: 0;
}

.single-product.woocommerce .woocommerce-breadcrumb {
  padding-left: 8px;
}

form#catFilterSingleProductForm {
  display: block;
  margin-bottom: 28px;
  padding-left: 8px;
}

.catFilterSingleProductWidthClass {
  width: 80% !important;
}

.theme-product-cart-wrapper .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-block !important;
  padding: 13px 20px !important;
  font-family: "Ubuntu" !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #008DAE !important;
}
/*/ gravity forms contact /*/
#gform_wrapper_2 {
  font-family: "Ubuntu", sans-serif;
}

#gform_submit_button_2 {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #008DAE;
  color: #fff;
  border: none;
}

#gform_confirmation_wrapper_1 {
  background-color: #fff;
  padding: 12px;
  color: green;
  margin-right: 28px;
  font-family: "Ubuntu";
  font-size: 16px;
  margin-top: -55px;
}

.theme-slider__control__forward::before {
  content: url("../img/arrow-right.svg");
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  cursor: pointer;
  z-index: 4;
}
.theme-slider__control__previous::before {
  content: url("../img/arrow-left.svg");
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  cursor: pointer;
  z-index: 4;
}

/*/ SKOOL INFO BUTTON /*/
.theme-skool-button {
  position: fixed;
  background-color: #D60065;
  width: 78px;
  height: 75px;
  z-index: 999;
  right: 0;
  top: 88%;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  transition: 0.5s ease;
}
.theme-skool-button__image-wrapper {
  width: 42px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.theme-skool-button__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.theme-skool-button:hover {
  cursor: pointer;
  background-color: #008DAE;
}
.theme-skool-button__contact-details {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(100%, -50%);
  transition: 0.5s ease;
}
.theme-skool-button__contact-details li {
  list-style-type: none;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme-skool-button__contact-details li a {
  color: #fff;
  display: flex;
  flex: 1;
  align-items: center;
}
.theme-skool-button__contact-details li i {
  font-size: 12px;
  margin-right: 12px;
}
.theme-skool-button.active {
  width: 288px;
}
.theme-skool-button.active .theme-skool-button__image-wrapper {
  left: 42px;
}
.theme-skool-button.active .theme-skool-button__contact-details {
  left: 60%;
  transform: translate(-50%, -50%);
}

/*/ LANGUAGE MENU /*/
.language-menu-btn {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  margin-left: 8px;
}
.language-menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/*/ language /*/
.language {
  width: 12%;
  position: absolute;
  top: 104%;
  right: 15%;
  background-color: #fff;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  opacity: 0;
  transform: translateY(50px);
  padding-bottom: 8px;
  max-height: calc(100vh - 80px);
  overflow: auto;
  border-radius: 8px;
}
.language__open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  z-index: 2;
}
.language__current {
  color: #fff;
  font-family: "Ubuntu";
  font-size: 18px;
  width: 100%;
  max-width: 1680px;
  padding: 0 30px;
  margin: 0 auto;
  margin-top: 20px;
}
.language__wrapper {
  width: 100%;
  max-width: 1680px;
  padding: 20px 30px 0;
  margin: 0 auto;
}
.language-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.language-menu a {
  color: #000;
  font-size: 16px;
  font-family: "Ubuntu";
  transition: opacity 0.2s;
  text-decoration: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.language-menu a:hover {
  opacity: 0.6;
}
.language-menu li {
  list-style-type: none;
  max-width: 20%;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 15px;
}

.theme-msls a {
  width: 56px;
  height: 34px;
}
.theme-msls a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin-right: 10px;
}

/*/ scroll lock /*/
.scroll-lock {
  overflow: hidden;
}

/*/ THEME SEARCH RESULTS /*/
.theme-search-results {
  font-family: "Ubuntu";
  padding: 0 8px;
}
.theme-search-results h4 {
  font-family: "Bungee";
}
.theme-search-results h4 a {
  color: #000;
}
.theme-search-results__page-title {
  font-family: "Bungee";
}

/*/ THEME CONTACT TWO COLUMNS /*/
.theme-contact-block {
  font-family: "Ubuntu";
}
.theme-contact-block a {
  color: #008DAE;
}
.theme-contact-block .gform_body.gform-body input, .theme-contact-block .gform_body.gform-body textarea {
  outline: 0;
  border: 1px solid #e8e8e8;
  transition: 0.5s ease;
}
.theme-contact-block .gform_body.gform-body input:focus, .theme-contact-block .gform_body.gform-body textarea:focus {
  border: 1px solid #008DAE;
}

/*/ PTX /*/
.ptx-large {
  padding-top: 100px !important;
}

/*/ THEME OVERLAY /*/
.theme-overlay {
  background-color: #000;
  width: 100%;
  z-index: 99;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}
.theme-overlay__open {
  opacity: 0.58;
  pointer-events: all;
}

/*/ THEME SEARCH /*/
.theme-search__button {
  background-color: #EDEDED;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}
.theme-search__button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 14px;
}
.theme-search__button__alt {
  background-color: #fff;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  right: 4px;
  transform: translate(0, -50%);
}
.theme-search__button__alt i {
  font-size: 18px;
}
.theme-search__button__alt__alt {
  position: absolute;
  left: -45px;
  border-radius: 0;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}

/*/ HIDE SUBMENU /*/
.hide-submenu {
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateY(50px) !important;
  position: absolute !important;
}

/*/ BACKGROUND COLORS /*/
.theme-bg__darkblue {
  background-color: #004F70;
}

/*/ navbar /*/
.navbar {
  background-color: #fff;
  z-index: 100;
}
.navbar ul {
  margin: 0;
}
.navbar ul li {
  position: relative;
  display: inline-block;
  margin-right: 24px;
}
.navbar ul li a {
  font-size: 17px;
  font-family: "Ubuntu", sans-serif;
  color: #000;
  font-weight: 400;
  transition: 0.5s ease;
}
.navbar ul li a:hover {
  color: #D60065;
  margin-left: 8px;
}
.navbar ul li a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 5px solid #D60065;
  height: 18px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navbar ul li.current-menu-item a {
  color: #D60065;
  margin-left: 8px;
}
.navbar ul li.current-menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 5px solid #D60065;
  height: 18px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navbar-branding {
  width: 248px;
  height: 116px;
}
.navbar-branding img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.navbar .container {
  align-items: center;
  justify-content: unset;
}
.navbar-right {
  margin-left: auto;
}
.navbar-right a.theme-button {
  padding: 10px 20px;
  font-size: 16px;
}
.navbar-right a.theme-button:first-child {
  margin-right: 14px;
}
.navbar-right__alt {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: 0.5s ease;
}
.navbar-right__alt.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.navbar-right__alt .search-form input {
  outline: 0;
  border: none;
  background-color: #EDEDED;
  padding: 8px 16px 8px 22px;
  border-radius: 28px;
  min-width: 442px;
  min-height: 45px;
}
.navbar-right__alt label {
  margin-bottom: 0;
}
.navbar ul.sub-menu li a:hover {
  margin-left: 0;
  color: #D60065;
}
.navbar ul.sub-menu li a:hover::before {
  content: "";
  display: none;
}
.navbar-right__mobile {
  display: none;
}

/*/ button /*/
a.theme-button {
  display: inline-block;
  padding: 13px 20px;
  font-family: "Ubuntu";
  font-size: 17px;
  text-decoration: none;
}
a.theme-button__blue {
  color: #fff;
  background-color: #008DAE;
}
a.theme-button__transblue {
  color: #008DAE;
  font-weight: 700;
  border: 1px solid #008DAE;
  transition: 0.5s ease;
}
a.theme-button__transblue:hover {
  background-color: #008DAE;
  color: #fff;
}
a.theme-button__roze {
  color: #D60065;
  font-weight: 700;
  border: 1px solid #D60065;
  transition: 0.5s ease;
}
a.theme-button__roze:hover {
  background-color: #D60065;
  color: #fff;
}
a.theme-button__slider__transblue {
  color: #fff;
  font-weight: 700;
  border: 1px solid #008DAE;
  transition: 0.5s ease;
  padding: 10px 20px;
}
a.theme-button__slider__transblue:hover {
  background-color: #008DAE;
  color: #fff;
}
a.theme-button__slider__roze {
  color: #fff;
  font-weight: 700;
  border: 1px solid #D60065;
  background-color: #D60065;
  transition: 0.5s ease;
  padding: 10px 20px;
}
a.theme-button__slider__roze:hover {
  background-color: #008DAE;
  border-color: #008DAE;
  color: #fff;
}

/*/ NAVBAR /*/
.navbar {
  padding: 48px 38px;
  position: fixed;
  width: 100%;
  top: 0;
}
.navbar-branding {
  position: absolute;
  left: 68px;
  top: 50%;
  transform: translate(0, -50%);
}
.navbar ul {
  padding: 0;
}
.navbar ul.sub-menu {
  position: absolute;
  min-width: 258px;
  background-color: #fff;
  padding: 8px 0;
  border-left: 5px solid #D60065;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  left: -2.3px;
  top: 86%;
  transition: 0.5s ease;
  transform: translateY(50px);
}
.navbar ul.sub-menu li {
  display: block;
  margin-top: 6px;
  margin-left: 12px;
  margin-right: 0;
}
.navbar ul.sub-menu li a {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 400;
  color: #707070 !important;
  margin-left: 0 !important;
}
.navbar ul.sub-menu li a::before {
  display: none;
}
.navbar ul.sub-menu li a:hover {
  color: #D60065 !important;
}
.navbar ul.sub-menu:hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.navbar li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.navbar li.menu-item-has-children:hover ul.sub-menu .navbar li a {
  color: #D60065;
  margin-left: 8px;
}
.navbar li.menu-item-has-children.active a:first-child {
  color: #D60065;
  margin-left: 8px;
}
.navbar li.menu-item-has-children.active a:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 5px solid #D60065;
  height: 18px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navbar-mobile__wrapper {
  display: none;
}

/*/ THEME WRAPPER /*/
.theme-wrapper {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.theme-wrapper-end {
  padding-top: 38px;
}

/*/ THEME HERO /*/
.theme-hero {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  height: 960px;
}
.theme-hero__bg-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  width: 100%;
  height: 960px;
}
.theme-hero__bg-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-hero__bg-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  width: 100%;
  height: 45%;
  /*/ gradient compatibility /*/
  background: #008dae;
  background: -moz-linear-gradient(180deg, rgba(0, 141, 174, 0) 0%, #004757 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 141, 174, 0) 0%, #004757 100%);
  background: linear-gradient(180deg, rgba(0, 141, 174, 0) 0%, #004757 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008dae",endColorstr="#004757",GradientType=1);
}
.theme-hero-wrapper {
  margin-top: auto;
  margin-bottom: 54px;
}
.theme-hero-wrapper h1 {
  font-family: "Bungee";
  font-size: 80px;
  color: #fff;
  margin-bottom: 28px;
}
.theme-hero-content {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 500;
  /*/ medium /*/
  color: #fff;
  margin-bottom: 32px;
}
.theme-hero__button {
  display: inline-block;
  font-family: "Ubuntu";
  font-size: 17px;
  font-weight: 700;
  /*/ bold /*/
  color: #fff;
  padding: 14px 20px;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.5s ease;
}
.theme-hero__button:hover {
  color: #fff;
  background-color: #D60065;
  border: 1px solid transparent;
}
.theme-hero-col {
  display: flex;
}
.theme-hero .container {
  display: flex;
  height: 100%;
}

/*/ THEME SERVICE /*/
.theme-service-wrapper__content {
  font-family: "Ubuntu";
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
.theme-service-wrapper h3 {
  color: #D60065;
  font-size: 24px;
  font-weight: 700;
  /*/ bold /*/
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 25px;
}
.theme-service-post {
  position: relative;
  overflow: hidden;
}
.theme-service-post__image-wrapper {
  width: 100%;
  height: 332px;
  position: relative;
}
.theme-service-post__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-service-post__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  width: 81px;
  height: 100%;
  background-color: #008DAE;
  z-index: 2;
}
.theme-service-post__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  transition: 0.5s ease;
}
.theme-service-post__image-wrapper__roze::before {
  background-color: #D60065;
}
.theme-service-post__content {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 300;
  margin-left: 14%;
  margin-top: 39px;
  max-width: 480px;
}
.theme-service-post__content h4 {
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 700;
  /*/ bold /*/
  color: #004F70;
}
.theme-service-post__content strong {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
  color: #004F70;
}
.theme-service-post__content__roze {
  color: #87003B;
}
.theme-service-post__content__roze h4 {
  color: #87003B;
}
.theme-service-post__content__roze strong {
  color: #87003B;
}
.theme-service-post__content__blue {
  color: #004F70;
}
.theme-service-post__content__blue h4 {
  color: #004F70;
}
.theme-service-post__content__blue strong {
  color: #004F70;
}
.theme-service-post__readmore {
  display: inline-block;
  padding: 12px 20px;
  font-family: "Ubuntu";
  font-size: 17px;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}
.theme-service-post__undertitle {
  position: relative;
}
.theme-service-post__undertitle::before {
  content: "";
  position: absolute;
  border: 8px solid #fff;
  border-radius: 100%;
  left: -26px;
  top: 50%;
  transform: translate(0, -50%);
}
.theme-service-post__undertitle::after {
  content: "";
  position: absolute;
  border: 4px solid #008DAE;
  left: -22px;
  border-radius: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.theme-service-post__undertitle__roze::after {
  border-color: #D60065;
}
.theme-service .theme-button {
  margin-top: 78px;
}
.theme-service-link {
  all: unset;
}
.theme-service-link:hover {
  all: unset;
  cursor: pointer;
}
.theme-service-link:hover .theme-service-post__image-wrapper::after {
  background-color: #008DAE;
  position: absolute;
  left: 0;
}
.theme-service-link:hover .theme-service-post__image-wrapper__roze::after {
  background-color: #D60065;
  position: absolute;
  left: 0;
}
.theme-service-link:hover .theme-service-post__image-wrapper__content {
  display: block !important;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.theme-service-link:hover .theme-service-post__image-wrapper__content span {
  display: block;
  font-family: "Ubuntu";
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-top: 12px;
}

/*/ THEME PARTNERS /*/
.theme-partners {
  padding-top: 28px;
  text-align: center;
}
.theme-partners-wrapper {
  padding-top: 200px;
  padding-bottom: 200px;
}
.theme-partners-wrapper h4 {
  color: #D60065;
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.theme-partners-logos {
  align-items: center;
  padding: 0 18px;
}
.theme-partners:last-child {
  padding-bottom: 48px;
}
.theme-partners:first-child {
  padding-top: 48px;
}
.theme-partners a img {
  transition: 0.5s ease;
}
.theme-partners a img:hover {
  transform: scale(1.2);
}

/*/ THEME SINGLE POST /*/
.theme-single-post-banner-wrapper {
  background: url("../img/skool-post-bg.svg");
  padding-top: 140px;
  padding-bottom: 32px;
}
.theme-single-post-banner h3 {
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 700;
  color: #D60065;
  text-transform: uppercase;
}
.theme-single-post-banner span.date {
  font-family: "Ubuntu";
  font-size: 15px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.theme-single-post-wrapper {
  padding-top: 32px;
}
.theme-single-post-content {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 400;
}
.theme-single-post-content em {
  color: #D60065;
}
.theme-single-post-content a {
  color: #D60065;
}
.theme-single-post-share {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme-single-post-share span {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-right: 10px;
}
.theme-single-post-share__icon {
  background-color: #008DAE;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: relative;
  margin-right: 6px;
  transition: 0.5s ease;
}
.theme-single-post-share__icon:hover {
  width: 34px;
  height: 34px;
}
.theme-single-post-share__icon a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.theme-single-post-share__icon a:hover {
  color: #fff;
}
.theme-single-post__image-wrapper {
  margin: 0 auto;
  margin-top: 100px;
  width: 505px;
  height: 332px;
}
.theme-single-post__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-single-post__icon-wrapper {
  width: 234px;
  height: 208px;
  position: absolute;
  top: -104px;
  right: 30%;
}
.theme-single-post__icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-single-post-credits h2 {
  font-size: 24px;
  font-family: "Ubuntu";
  color: #008DAE;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 42px;
}
.theme-single-post-breadcrumb-wrapper {
  font-family: "Ubuntu";
  font-size: 16px;
}

/*/ THEME BREADCRUMB /*/
.theme-breadcrumb-wrapper {
  position: relative;
  padding-top: 28px;
}
.theme-breadcrumb-wrapper__inner {
  font-family: "Ubuntu";
  font-size: 16px;
  text-align: left;
  padding-left: 36px;
}

/*/ THEME FOOTER /*/
.theme-footer {
  background-color: #D60065;
  padding: 60px 32px;
  background-position: center;
}
.theme-footer__left__image-wrapper {
  width: 178px;
  height: 60px;
}
.theme-footer__left__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.theme-footer__right {
  display: flex;
  flex-direction: row;
}
.theme-footer__right ul {
  padding: 0;
  margin: 0;
}
.theme-footer__right ul li {
  list-style-type: none;
  font-size: 16px;
  color: #fff;
  font-family: "Ubuntu";
  font-weight: 400;
}
.theme-footer__right ul li a {
  font-size: 16px;
  color: #fff;
  font-family: "Ubuntu";
  font-weight: 400;
}
.theme-footer__right ul li a:hover {
  text-decoration: underline;
}
.theme-footer__right span {
  display: block;
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.theme-footer__secondary {
  background-color: #F2F2F2;
  padding: 28px 32px;
  font-family: "Ubuntu";
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.theme-footer__secondary__wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.theme-footer__secondary__wrapper a {
  margin-right: 12px;
  color: #000;
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 400;
}
.theme-footer__secondary__wrapper a:last-child {
  margin-right: 0;
}
.theme-footer-newsletter {
  display: flex;
  align-items: center;
  flex: 1;
}
.theme-footer-socials {
  display: flex;
  height: 148px;
  flex-direction: column;
}
.theme-footer-socials__wrapper {
  display: flex;
  flex-direction: row;
}
.theme-footer-socials span {
  display: block;
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.theme-footer-iso__image-wrapper {
  width: 204px;
  height: 128px;
}
.theme-footer-iso__image-wrapper img {
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}

/*/ THEME FOOTER NEWSLETTER /*/
.theme-footer-newsletter .gform_wrapper.gravity-theme .gfield_label {
  color: #fff;
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 6px;
  width: 110%;
}

.theme-footer-newsletter .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  background-color: #EDEDED;
  border: none;
  outline: none;
  padding: 10px 16px;
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 400;
}

.theme-footer-newsletter .gform_wrapper .gfield_required {
  display: none;
}

.theme-footer-newsletter button {
  margin-bottom: 8px;
  display: inline-block;
  padding: 9px 20px;
  font-family: "Ubuntu";
  font-size: 17px;
  text-decoration: none;
  background-color: unset;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  transition: 0.5s ease;
  outline: none;
  margin-bottom: 0;
  height: 2.7rem !important;
  margin-left: 10px;
}
.theme-footer-newsletter button:hover {
  background-color: #008DAE;
  border: 1px solid #008DAE;
}

.theme-footer-newsletter .gform_footer.top_label {
  visibility: hidden;
}

.theme-footer-newsletter #field_1_2 {
  margin-top: auto;
}

.theme-footer-newsletter {
  margin-top: 40px;
}

/*/ THEME NEWS /*/
.theme-news {
  background-position: center;
}
.theme-news-wrapper {
  position: relative;
  background-color: #fff;
  padding: 50px 28px 44px 28px;
  height: 332px;
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.16);
  margin-bottom: 22px;
  transition: 0.5s ease;
  overflow: hidden;
}
.theme-news-wrapper__image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 505px;
  height: 332px;
}
.theme-news-wrapper__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-news-wrapper__content {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-right: 28px;
  margin-left: -16px;
}
.theme-news-wrapper__content h4 {
  color: #D60065;
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.theme-news-wrapper__content span {
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.theme-news-wrapper__content__content {
  margin-bottom: 40px;
}
.theme-news-wrapper__readmore {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.theme-news-wrapper__readmore::before {
  content: "";
  position: absolute;
  border: 10px solid #D60065;
  border-radius: 100%;
}
.theme-news-wrapper__readmore::after {
  content: "";
  position: absolute;
  border: 6px solid #fff;
  left: 4px;
  border-radius: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.theme-news-wrapper__readpost {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
  color: #D60065;
  margin-left: 28px;
}
.theme-news-wrapper__ribbon {
  width: 72px;
  height: 100%;
  background-color: #D60065;
  position: absolute;
  left: 0;
  top: 0;
}
.theme-news-wrapper__overlay {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.5s ease;
}
.theme-news-wrapper__overlay__roze {
  background-color: #D60065;
}
.theme-news-wrapper__overlay__blue {
  background-color: #008DAE;
}
.theme-news-link {
  all: unset;
}
.theme-news-link:hover {
  all: unset;
  cursor: pointer;
}
.theme-news-link:hover .theme-news-wrapper__blue h4 {
  color: #fff;
}
.theme-news-link:hover .theme-news-wrapper__blue__readmore::before {
  border-color: #fff;
}
.theme-news-link:hover .theme-news-wrapper__blue__readmore::after {
  border-color: #008DAE;
}
.theme-news-link:hover .theme-news-wrapper__blue__readpost {
  color: #fff;
}
.theme-news-link:hover .theme-news-wrapper__blue__content__content {
  color: #fff;
}
.theme-news-link:hover .theme-news-wrapper__roze h4 {
  color: #fff;
}
.theme-news-link:hover .theme-news-wrapper__roze__readmore::before {
  border-color: #fff;
}
.theme-news-link:hover .theme-news-wrapper__roze__readmore::after {
  border-color: #D60065;
}
.theme-news-link:hover .theme-news-wrapper__roze__readpost {
  color: #fff;
}
.theme-news-link:hover .theme-news-wrapper__roze__content__content {
  color: #fff;
}
.theme-news-link:hover .theme-news-wrapper__overlay {
  left: 0;
  transition: 0.5s ease;
}
.theme-news-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 28px;
}
.theme-news-filter__search {
  margin-left: auto;
  position: relative;
}
.theme-news-filter__search input {
  outline: 0;
  border: none;
  background-color: #EDEDED;
  min-width: 209px;
  min-height: 45px;
  border-radius: 28px;
  padding: 8px 16px 8px 38px;
}
.theme-news-archived__bg {
  background-image: url("../img/skool-news-bg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.theme-news-pagination-wrapper {
  text-align: center;
  margin-top: 28px;
}
.theme-news-pagination-wrapper .page-numbers {
  color: #000;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 16px;
  padding: 8px 16px;
  margin-left: 12px;
  display: inline-block;
}
.theme-news-pagination-wrapper .page-numbers.current {
  background-color: #D60065;
  color: #fff;
}
.theme-news-search__button {
  position: absolute;
  top: 44%;
  left: 14px;
  transform: translate(0, -50%);
}

.theme-news-wrapper__roze__content h4 {
  color: #D60065;
}
.theme-news-wrapper__roze__readmore a {
  color: #D60065;
}
.theme-news-wrapper__roze__ribbon {
  background-color: #D60065;
}

.theme-news-wrapper__blue__content h4 {
  color: #008DAE;
}
.theme-news-wrapper__blue__readmore::before {
  border-color: #008DAE;
}
.theme-news-wrapper__blue__readpost {
  color: #008DAE;
}
.theme-news-wrapper__blue__ribbon {
  background-color: #008DAE;
}

/*/ THEME TESTIMONIAL SLIDER /*/
.theme-testimonial__slider {
  text-align: center;
}
.theme-testimonial__slider__image-wrapper {
  width: 234px;
  height: 208px;
  margin: 0 auto;
  margin-bottom: 65px;
}
.theme-testimonial__slider__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.theme-testimonial__slider__content {
  font-family: "Bungee";
  font-size: 32px;
  color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 728px;
  margin: 0 auto;
}
.theme-testimonial__slider__content span {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 16px;
  color: #008DAE;
  display: block;
  margin: 24px 0;
}
.theme-testimonial__slider__content__content::before {
  content: "“";
}
.theme-testimonial__slider__content__content::after {
  content: "”";
}
.theme-testimonial__slider__buttons a {
  margin-right: 19px;
}

/*/ THEME BANNER HERO /*/
.theme-hero-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.theme-hero-banner-wrapper {
  padding-top: 148px;
  padding-bottom: 68px;
  background: url("../img/skool-bg.svg");
}
.theme-hero-banner-wrapper__blue {
  background-color: #008DAE;
}
.theme-hero-banner-wrapper__roze {
  background-color: #D60065;
}
.theme-hero-banner-wrapper__static-image {
  min-height: 425px;
  max-height: 438px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}
.theme-hero-banner-wrapper__gradient::after {
  content: "";
  position: absolute;
  background: url("../img/overlay.svg");
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  top: 0;
  z-index: -1;
}
.theme-hero-banner__content {
  position: relative;
  max-width: 738px;
}
.theme-hero-banner__content h3 {
  font-family: "Bungee";
  color: #fff;
  font-size: 32px;
}
.theme-hero-banner__content__content {
  font-family: "Ubuntu";
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  max-width: 632px;
  margin-top: 25px;
}
.theme-hero-banner__image-wrapper {
  width: 234px;
  height: 208px;
}
.theme-hero-banner__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-hero-banner__bottom {
  justify-content: start;
}

/*/ THEME DIVIDER /*/
.theme-divider-wrapper {
  background: url("../img/sw.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  padding-top: 200px;
}
.theme-divider-wrapper h2 {
  font-family: "Bungee";
  font-size: 56px;
  color: #000;
  text-align: center;
}

/*/ COVER BANNER CLASSES /*/
.theme-cover-hero {
  min-height: 425px;
  max-height: 438px;
}
.theme-cover-hero-bottom {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*/ THEME CONTENT /*/
.theme-content-wrapper__content {
  font-family: "Ubuntu";
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.theme-content-wrapper__content h2 {
  font-family: "Ubuntu";
  font-size: 24px;
  color: #008DAE;
  font-weight: 700;
  margin-bottom: 16px;
}
.theme-content-wrapper__content__roze h2 {
  color: #D60065;
}
.theme-content__image-wrapper {
  width: 398px;
  height: 286px;
  margin: 0 auto;
}
.theme-content__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-content__video-wrapper {
  width: 398px;
  height: 286px;
  margin: 0 auto;
}
.theme-content__video-wrapper iframe {
  width: 100%;
  height: 100%;
}

/*/ THEME CARD /*/
.theme-card {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 3px 6px #00000029;
  padding: 16px 38px;
  min-height: 352px;
  background-color: #fff;
}
.theme-card__content {
  font-family: "Ubuntu";
  font-size: 16px;
  color: #000;
  max-width: 528px;
  font-weight: 300;
}
.theme-card__content h2 {
  font-family: "Ubuntu";
  font-size: 24px;
  color: #008DAE;
  font-weight: 700;
  margin-bottom: 26px;
}
.theme-card__content ul {
  padding: 0 14px;
  margin: 0;
  list-style-type: none;
}
.theme-card__content ul li {
  position: relative;
  padding-left: 12px;
}
.theme-card__content ul li::before {
  content: "";
  position: absolute;
  left: -12px;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background-color: #000;
  top: 12px;
  display: block;
}
.theme-card__image-wrapper {
  width: 598px;
  height: 352px;
  position: absolute;
  right: 0;
  top: 0;
}
.theme-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-card-wrapper {
  background-image: url("../img/skool-news-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*/ THEME QUOTE /*/
.theme-quote-wrapper__content {
  font-family: "Bungee";
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.theme-quote-wrapper__content p::before {
  content: "“";
}
.theme-quote-wrapper__content p::after {
  content: "”";
}
.theme-quote-wrapper__content strong {
  font-weight: 400;
  color: #9AD4E2;
}
.theme-quote-wrapper__credits {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 16px 0;
  text-align: center;
}

/*/ THEME VACANCY /*/
.theme-vacancy-banner {
  display: flex;
  position: relative;
  align-items: flex-end;
}
.theme-vacancy-banner-wrapper__roze {
  background-color: #D60065;
}
.theme-vacancy-banner-wrapper__blue {
  background-color: #008DAE;
}
.theme-vacancy-banner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/skool-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.theme-vacancy-banner h3 {
  color: #fff;
  font-family: "Bungee";
  font-size: 32px;
  margin-left: 32px;
}
.theme-vacancy-banner__image-wrapper {
  width: 234px;
  height: 208px;
}
.theme-vacancy-banner__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-vacancy-content-wrapper {
  font-family: "Ubuntu";
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.theme-vacancy-content-wrapper strong {
  font-weight: 700;
  color: #D60065;
}
.theme-vacancy-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 48px 100px;
  border: 1px solid #707070;
  margin-bottom: 23px;
  position: relative;
  font-family: "Ubuntu";
}
.theme-vacancy-wrapper__blue::before {
  background-color: #008DAE;
}
.theme-vacancy-wrapper__roze::before {
  background-color: #D60065;
}
.theme-vacancy-wrapper h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #004F70;
  margin-bottom: 0;
}
.theme-vacancy-wrapper span {
  color: #004F70;
  font-size: 22px;
}
.theme-vacancy-wrapper::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
}
.theme-vacancy-wrapper__location {
  display: flex;
  font-family: "Ubuntu";
  color: #004F70;
  font-weight: 700;
  min-width: 328px;
  justify-content: space-between;
  position: relative;
  font-size: 18px;
}
.theme-vacancy-wrapper__location::before {
  content: "";
  position: absolute;
  border: 10px solid;
  border-radius: 100%;
  right: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.theme-vacancy-wrapper__location::after {
  content: "";
  position: absolute;
  border: 6px solid #fff;
  left: 4px;
  border-radius: 100%;
  top: 50%;
  transform: translate(1000%, -50%);
}
.theme-vacancy-wrapper__location__roze::before {
  border-color: #D60065;
}
.theme-vacancy-wrapper__location__blue::before {
  border-color: #008DAE;
}
.theme-vacancy-single-location__wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
}
.theme-vacancy-single-location__wrapper span {
  margin-right: 32px;
}

/*/ RESPOSIVE VIEW /*/
@media screen and (max-width: 1819px) {
  /*/ NAVBAR LOGO (RESPONSIVE) /*/
  .navbar-branding {
    width: 198px;
    height: 92px;
  }
}
@media screen and (max-width: 1690px) {
  /*/ NAVBAR LOGO (RESPONSIVE) /*/
  .navbar-branding {
    width: 142px;
    height: 72px;
  }
}
@media screen and (max-width: 1590px) {
  /*/ NAVBAR LOGO (RESPONSIVE) /*/
  .navbar {
    padding: 28px 0;
  }
  .navbar-right__alt .search-form input {
    min-width: 328px;
  }

  .navbar-branding {
    position: relative;
    transform: unset;
    top: unset;
    left: unset;
    margin-right: 48px;
  }
}
@media screen and (max-width: 1290px) {
  /*/ woocommerce customs (TABLET) /*/
  .theme-product-row {
    display: block;
  }
  .theme-product-content {
    max-width: unset;
    margin-bottom: 24px;
  }
  .theme-product-cart-wrapper h4 {
    font-size: 20px !important;
  }
  .theme-product__image-wrapper {
    width: 158px;
    height: 158px;
  }
}
@media screen and (max-width: 1190px) {
  .navbar-right {
    display: none;
  }

  .theme-news-wrapper__content {
    margin-right: 38px;
  }

  /*/ THEME DIVIDER (TABLET) /*/
  .theme-divider-wrapper h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1090px) {
  .theme-news-wrapper__image-wrapper {
    width: 458px;
  }
  .theme-news-wrapper__readmore::after {
    top: 50%;
  }

  .theme-skool.woocommerce-cart .theme-wrapper .container {
    max-width: 1196px;
  }
  .theme-skool.woocommerce-cart .shop_table.woocommerce-cart-form__contents {
    float: none;
    width: 100%;
  }
  .theme-skool.woocommerce-cart .shop_table.woocommerce-cart-form__contents .coupon {
    width: 100%;
  }
  .theme-skool.woocommerce-cart .cart-collaterals {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  /*/ GLOBAL HEADING SIZES /*/
  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 26px !important;
    /*/ 36px before /*/
  }

  h3 {
    font-size: 22px !important;
  }

  h4 {
    font-size: 18px !important;
  }

  .hr__fluid {
    width: 100%;
  }

  /*/ LANGUAGE MENU /*/
  .language-menu-btn {
    width: 38px;
    height: 38px;
  }

  /*/ NAVBAR (MOBILE) /*/
  .navbar {
    padding: 12px 18px;
  }
  .navbar ul.navbar-menu li a {
    color: #fff;
    text-align: left;
    display: block;
    margin-top: 10px;
    font-size: 28px;
  }
  .navbar ul.sub-menu li a {
    font-size: 22px;
    color: #fff !important;
  }
  .navbar.navbar-default {
    position: fixed;
    z-index: 999999;
    width: 100%;
  }
  .navbar ul.navbar-menu {
    position: fixed;
    top: 82px;
    right: 0;
    background-color: #008DAE;
    height: 100vh;
    z-index: 9999999;
    left: 100%;
    padding-top: 38px;
    width: 100%;
    transition: 0.5s ease;
    padding-left: 48px;
  }
  .navbar ul.sub-menu {
    background-color: #008DAE;
    z-index: unset;
    height: auto;
    width: 100%;
  }
  .navbar-branding {
    position: relative;
    width: 138px;
    height: 100%;
    transform: none;
    left: unset;
    top: unset;
  }
  .navbar-right {
    display: none;
  }
  .navbar-right__mobile {
    display: inline-block;
    margin-left: auto;
  }
  .navbar-mobile__wrapper {
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }
  .navbar-mobile__wrapper__menu {
    float: right;
    margin-left: 15px;
  }
  .navbar-mobile__wrapper__menu__icon {
    width: 35px;
    height: 25px;
    position: relative;
    display: inline-block;
  }
  .navbar-mobile__wrapper__menu__icon span {
    width: 100%;
    height: 3px;
    background-color: #0f0f0f;
    display: block;
    position: absolute;
    transition: 0.5s ease;
  }
  .navbar-mobile__wrapper__menu__icon span:first-of-type {
    top: 0;
  }
  .navbar-mobile__wrapper__menu__icon span.center {
    top: calc(50% - 1px);
  }
  .navbar-mobile__wrapper__menu__icon span:last-of-type {
    bottom: 0;
  }
  .navbar-mobile__wrapper__menu__icon.active span {
    opacity: 0;
  }
  .navbar-mobile__wrapper__menu__icon.active span:nth-child(2) {
    opacity: 1;
    transform: rotate(-45deg);
  }
  .navbar-mobile__wrapper__menu__icon.active span:nth-child(3) {
    opacity: 1;
    transform: rotate(45deg);
  }
  .navbar .navbar-nav button {
    display: none;
  }
  .navbar #menu_close_firstcross {
    transform: rotate(45deg);
  }
  .navbar #menu_close_secondcross {
    transform: rotate(-45deg);
  }
  .navbar-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
  .navbar ul.navbar-menu.open-mobile-menu {
    left: 0;
    overflow-y: auto;
  }
  .navbar ul li {
    display: block;
  }
  .navbar ul li.current-menu-item a {
    color: #D60065;
    margin-left: 0;
  }
  .navbar ul li.current-menu-item a::before {
    display: none;
  }
  .navbar ul li a:hover {
    margin-left: 0;
    color: #D60065;
  }
  .navbar ul li a:hover::before {
    display: none;
  }
  .navbar li.menu-item-has-children:hover ul.sub-menu {
    position: relative;
  }

  /*/ THEME HERO (MOBILE) /*/
  .theme-hero {
    height: 100%;
  }
  .theme-hero-wrapper {
    padding-top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .theme-hero-wrapper h1 {
    margin-top: 72px;
  }
  .theme-hero__bg-wrapper {
    height: 620px;
  }
  .theme-hero__bg-wrapper::after {
    content: "";
    height: 100%;
    /*/ gradient compatibility /*/
    background: #008dae;
    background: -moz-linear-gradient(180deg, rgba(0, 141, 174, 0) 0%, #004757 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 141, 174, 0) 0%, #004757 100%);
    background: linear-gradient(180deg, rgba(0, 141, 174, 0) 0%, #004757 100%);
  }
  .theme-hero__button {
    font-size: 16px;
  }

  /*/ THEME NEWS (MOBILE) /*/
  .theme-news-wrapper {
    position: relative;
    padding: 22px 16px;
    height: auto;
  }
  .theme-news-wrapper__image-wrapper {
    display: none;
  }
  .theme-news-wrapper__content {
    font-family: "Ubuntu";
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-right: 0;
    margin-left: 0;
    margin-top: 48px;
  }
  .theme-news-wrapper__content h4 {
    font-family: "Ubuntu";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
  }
  .theme-news-wrapper__content span {
    font-family: "Ubuntu";
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
  }
  .theme-news-wrapper__content__content {
    margin-bottom: 28px;
  }
  .theme-news-wrapper__readmore::after {
    content: "";
    top: 50%;
  }
  .theme-news-wrapper__ribbon {
    width: 100%;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .theme-news-filter {
    flex-direction: column;
  }
  .theme-news-filter__buttons a {
    margin-bottom: 8px;
  }
  .theme-news-filter__buttons a.ml-4 {
    margin-left: 0 !important;
  }
  .theme-news-filter__buttons a.ml-2 {
    margin-left: 0 !important;
  }
  .theme-news-filter__buttons span {
    display: none;
  }
  .theme-news-filter__search {
    margin-left: unset;
    margin-top: 18px;
  }

  /*/ THEME SERVICE (MOBILE) /*/
  .theme-service-post__content {
    margin-left: 0;
    max-width: none;
    margin-top: 22px;
    margin-bottom: 16px;
  }
  .theme-service-post__image-wrapper {
    height: 228px;
  }
  .theme-service-post__image-wrapper::before {
    content: "";
    position: absolute;
    top: unset;
    left: unset;
    width: 100%;
    height: 48px;
    bottom: 0;
  }
  .theme-service-post__image-wrapper__content span {
    font-size: 13px !important;
  }
  .theme-service .theme-button {
    margin-top: 28px;
    font-size: 16px;
  }
  .theme-service-wrapper h3 {
    margin-top: 0;
    font-size: 16px !important;
  }

  /*/ THEME TESTIMONIAL SLIDER (MOBILE) /*/
  .theme-testimonial__slider {
    text-align: center;
  }
  .theme-testimonial__slider__image-wrapper {
    width: 164px;
    height: 198px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  .theme-testimonial__slider__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .theme-testimonial__slider__content {
    font-family: "Bungee";
    font-size: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    max-width: auto;
    margin: 0 auto;
  }
  .theme-testimonial__slider__content span {
    font-family: "Ubuntu";
    font-weight: 700;
    font-size: 16px;
    color: #008DAE;
    display: block;
    margin: 24px 0;
  }
  .theme-testimonial__slider__content__content::before {
    content: "“";
  }
  .theme-testimonial__slider__content__content::after {
    content: "”";
  }
  .theme-testimonial__slider__buttons a {
    margin-right: 19px;
    margin-top: 10px;
  }

  /*/ THEME FOOTER (MOBILE) /*/
  .theme-footer__right {
    flex-direction: column;
  }
  .theme-footer__right span {
    margin-top: 12px;
  }
  .theme-footer__secondary__wrapper {
    display: block;
    text-align: center;
  }
  .theme-footer__secondary__copy {
    margin-bottom: 6px;
  }
  .theme-footer-newsletter {
    display: block;
  }

  /*/ THEME BANNER HERO (MOBILE) /*/
  .theme-hero-banner {
    flex-direction: column;
    justify-content: center;
  }
  .theme-hero-banner-wrapper {
    padding-top: 148px !important;
  }
  .theme-hero-banner-wrapper__static-image {
    min-height: 248px;
  }
  .theme-hero-banner__image-wrapper {
    display: none;
  }
  .theme-hero-banner__content {
    max-width: none;
  }
  .theme-hero-banner__content__content {
    max-width: none;
    margin-top: 16px;
  }

  /*/ THEME PARTNERS (MOBILE) /*/
  .theme-partners__image-wrapper {
    width: 168px;
    height: 138px;
    margin: 0 auto;
  }
  .theme-partners__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .theme-partners:first-child {
    padding-top: 22px;
  }
  .theme-partners:last-child {
    padding-bottom: 0;
  }
  .theme-partners-logos {
    margin: 0 auto;
  }

  /*/ THEME SINGLE POST (MOBILE) /*/
  .theme-single-post__image-wrapper {
    width: 328px;
    height: 228px;
    margin: unset;
  }
  .theme-single-post__icon-wrapper {
    position: relative;
    width: 178px;
    height: 128px;
    transform: none;
    top: unset;
    right: unset;
    margin: 0 auto;
    padding: 18px 0;
    display: none;
  }
  .theme-single-post__icon-wrapper img {
    object-fit: contain;
  }
  .theme-single-post-banner-wrapper {
    padding-top: 140px !important;
    padding-bottom: 32px !important;
  }

  /*/ THEME CONTENT (MOBILE) /*/
  .theme-content-wrapper__content h2 {
    margin-top: 24px;
  }
  .theme-content__image-wrapper {
    width: 186px;
    height: 186px;
  }
  .theme-content__video-wrapper {
    width: 100%;
    height: 348px;
  }

  /*/ THEME CARD (MOBILE) /*/
  .theme-card {
    padding: 16px 26px;
  }
  .theme-card__image-wrapper {
    display: none;
    width: auto;
    height: 218px;
    position: relative;
    margin: 0px -38px -16px -38px;
    /*/ negative margin through padding parent /*/
  }

  /*/ THEME VACANCY (MOBILE) /*/
  .theme-vacancy-banner {
    flex-direction: column;
    align-items: center;
  }
  .theme-vacancy-banner__image-wrapper {
    width: 128px;
    height: 100px;
    margin-bottom: 12px;
  }
  .theme-vacancy-banner__image-wrapper img {
    object-fit: contain;
  }
  .theme-vacancy-banner-wrapper {
    padding-top: 128px !important;
  }
  .theme-vacancy-banner h3 {
    margin-left: 0;
    text-align: center;
  }
  .theme-vacancy-wrapper {
    flex-direction: column;
    padding: 28px 54px;
    align-items: unset;
  }
  .theme-vacancy-wrapper__location {
    flex-direction: column;
    min-width: auto;
    justify-content: unset;
    margin-top: 8px;
    font-size: 16px;
  }
  .theme-vacancy-wrapper__location::before {
    display: none;
  }
  .theme-vacancy-wrapper__location::after {
    display: none;
  }
  .theme-vacancy-wrapper span {
    font-size: 16px;
  }

  /*/ WOOCOMMERCE (MOBILE) /*/
  .woocommerce .col-1, .woocommerce .col-2 {
    max-width: none;
  }

  /*/ THEME BREADCRUMB (MOBILE) /*/
  .theme-breadcrumb-wrapper__inner {
    padding-left: 0;
  }

  /*/ column width /*/
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    padding-right: 12px;
    padding-left: 12px;
  }

  .theme-wrapper {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .theme-msls a {
    width: auto;
    height: auto;
  }
  .theme-msls a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .language {
    width: 100%;
    top: 100%;
    border-radius: 0 0 8px 8px;
    right: 0;
  }

  #header-cart {
    display: block;
  }

  /*/ MAIN (MOBILE) /*/
  .main {
    margin-top: 0;
    /*/ removes overlapping content /*/
  }

  .single-product .main {
    margin-top: 100px;
  }

  .woocommerce-shop .main {
    margin-top: 100px;
  }

  .woocommerce-cart .main {
    margin-top: 100px;
  }

  .woocommerce-checkout .main {
    margin-top: 100px;
  }

  .tax-product_cat .main {
    margin-top: 100px;
  }

  /*/ GFORM (MOBILE) /*/
  #gform_confirmation_wrapper_1 {
    margin-top: 0;
    margin-bottom: 22px;
  }

  /*/ Woocommerce customs (MOBILE) /*/
  .theme-product__single-desc p {
    font-size: 18px;
    margin-top: 18px;
    display: block;
  }
  .theme-product__single-desc span {
    font-size: 24px;
  }
  .theme-product__single-filter {
    flex-direction: column;
  }
  .theme-product__single-search {
    width: 94%;
    margin: 0 auto;
  }
  .theme-product__single-search .search-field {
    margin-left: 16px;
  }
  .theme-product__single-search .theme-search__button__alt__alt {
    left: -46px;
  }
  .theme-product__single-search .theme-search__button {
    margin-left: 28px;
  }
  .theme-product__single-cat {
    width: 100%;
  }
  .theme-product__single-attributes-wrapper {
    margin-top: 0;
  }
  .theme-product-tags__wrapper {
    max-width: 100%;
    margin-top: 20px;
  }
  .theme-product__top-filter {
    display: block;
    align-items: unset;
    margin-bottom: 0 !important;
  }
  .theme-product__top-filter .theme-product__single-search {
    margin-top: 12px;
  }
  .theme-product-breadcrumb .woocommerce-breadcrumb {
    margin-top: 18px !important;
  }

  .theme-filter-side {
    margin-bottom: 18px;
  }

  .single-product.woocommerce .woocommerce-breadcrumb {
    padding-left: 12px;
  }

  .theme-skool.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
  }

  .theme-skool.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
  }

  .theme-skool.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100% !important;
  }

  #order_review_heading {
    margin-top: 18px;
  }

  #ship-to-different-address {
    margin-top: 18px;
  }

  .catFilterWidthClass {
    width: 100% !important;
  }
}
@media screen and (max-width: 578px) {
  /*/ THEME PARTNERS (SMALL MOBILE) /*/
  .theme-partners__image-wrapper {
    width: 128px;
    height: 88px;
  }

  /*/ THEME CONTENT (SMALL MOBILE) /*/
  .theme-content__image-wrapper {
    width: 166px;
    height: 166px;
  }
}
@media screen and (max-width: 374px) {
  /*/ THEME PARTNERS (EXTRA SMALL MOBILE) /*/
  .theme-partners-logos .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*/ THEME SINGLE POST (EXTRA SMALL MOBILE) /*/
  .theme-single-post__image-wrapper {
    width: 228px;
    height: 148px;
  }

  /*/ THEME CONTENT (EXTRA SMALL MOBILE) /*/
  .theme-content__image-wrapper {
    width: 126px;
    height: 126px;
  }
}

/*# sourceMappingURL=style.css.map */
