/*
	Theme Name: Shiftupwork
	Version: 1.0
	Theme URI: http://muuks.fi
	Description: Custom theme
	Author: Muuks Creative
	Author URI: http://muuks.fi
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    overflow-x: hidden;
  }
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0rem;
  color: #111111;
  background: #ffffff;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #111111;
}
h1, h2, h3 {
  margin-bottom: 1rem;
}
h1.white, h2.white, h3.white {
  color: #ffffff;
}
a {
  color: #d81b5e;
  transition: all 0.25s ease;
}
a:hover, a:focus {
  color: #d81b5e;
  text-decoration: underline;
}
hr {
  margin: 2rem auto;
}
body.single-post hr {
  margin: 1rem auto;
  border-bottom: 1px solid #d81b5e;
}
table thead {
  background: transparent;
  color: #111111;
}
table tfoot {
  border: none;
  background-color: transparent;
  background: transparent;
  color: #111111;
}

.grecaptcha-badge { visibility: hidden; }

.alignleft {
  float:left;
  margin-right:1rem;
  margin-bottom:1rem;
}
.alignright {
  float:right;
  margin-left:1rem;
  margin-bottom:1rem
}
.aligncenter {
  display: block;
  margin: 0 auto 1rem auto;
}
.alignnone {
  margin: 0 1rem 1rem 0;
}
.entry-content p a:not(.not-underlined):not([role="tab"]):not(.button),
.entry-content ul a:not(.not-underlined):not([role="tab"]):not(.button),
.entry-content ol a:not(.not-underlined):not([role="tab"]):not(.button) {
	color: #111111;
	text-decoration: none;
  border-bottom: 2px solid #d81b5e;
}
.entry-content p a:not(.not-underlined):not([role="tab"]):not(.button):hover,
.entry-content ul a:not(.not-underlined):not([role="tab"]):not(.button):hover,
.entry-content ol a:not(.not-underlined):not([role="tab"]):not(.button):hover {
  border-bottom: 2px solid #111111;
	color: #111111;
	text-decoration: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toggle-container {
	display:none;
}
p, ul, ol, dl {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  font-size: 1.0rem;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar dl {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
/* Menu */
#mobile-icon {
  width: 40px;
  height: 28px;
  position: relative;
  float:right;
  margin: 1.5rem 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 999;
}
body.scrolled #mobile-icon {
  margin: 1rem 0;
}
#mobile-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
body.scrolled #mobile-icon span {
  background: #fff;
}
#mobile-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  max-width: 80%;
  left: 10%;
}

#mobile-icon span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

body.mobile-menu-open #mobile-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 6px;
}

body.mobile-menu-open #mobile-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
body.mobile-menu-open #mobile-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 6px;
}
.entry-title {
  margin-top: 6rem;
  text-align: left;
}
.entry-title h1 {
  font-size: 2.25rem;
  font-weight: 800;
  color: #ffffff;
}
.entry-title h1 .thin {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 300;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#navigation-bar {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}
body.scrolled #navigation-bar {
  background-color: #212653;
  box-shadow: rgba(0,0,0,0.3) 5px 0px 10px;
}
.header-search {
  margin-left: 1.5rem;
}
nav[role="navigation"].main-navigation {
  position: relative;
  float: right;
  padding: 0;
  margin: 4rem 0 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
body.scrolled nav[role="navigation"].main-navigation {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.top-bar-menu {
  float: left;
}
.top-bar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.top-bar-menu ul li,
.top-bar-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  position: relative;
}
.top-bar-menu:after,
.top-bar-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.top-bar-menu > ul > li {
  display: inline-block;
}
.top-bar-menu > ul > li > a {
  padding: 0 0 0.25rem;
  margin-right: 1.5rem;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
body.scrolled .top-bar-menu > ul > li > a {
  color: #111111;
}
.top-bar-menu > ul > li:last-child a {
  margin-right: 0;
}
.top-bar-menu li#cart-item a {
  padding-right: 0.8rem;
}
.top-bar-menu > ul > li.current-menu-item > a {
  color: #ffffff;
}
.top-bar-menu > ul > li:hover > a {
  color: #ffffff;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
}
body.scrolled .top-bar-menu > ul > li:hover > a {
  color: #111111;
  border-bottom: 1px solid #111111;
}
.top-bar-menu ul ul {
  position: absolute;
  display: none;
  z-index: 1000;
  text-align: left;
}
.top-bar-menu li.menu-item-has-children:hover > ul,
.top-bar-menu li.menu-item-has-children.focused > ul {
  left: auto;
  margin-left: -1.5rem;
  padding-top: 0.75rem;
  top: auto;
  display: block;
}
.top-bar-menu ul li span.text {
  display: none;
}
#mega-menu-header-menu li a span.text {
  display: none;
}
#mega-menu-header-menu li {
  display: inline-block;
}
#mega-menu-header-menu li a i {
  margin: 0 10px;
}
.top-bar-menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
.top-bar-menu ul ul li:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.top-bar-menu ul ul li:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.top-bar-menu ul ul li:nth-of-type(1) {
  background-color: #7034a5;
}
.top-bar-menu ul ul li:nth-of-type(2) {
  background-color: #7e48b7;
}
.top-bar-menu ul ul li:nth-of-type(3) {
  background-color: #8456c1;
}
.top-bar-menu ul ul li:nth-of-type(4) {
  background-color: #8e63ce;
}
.top-bar-menu ul ul li:nth-of-type(5) {
  background-color: #9873e0;
}
.top-bar-menu ul ul li:nth-of-type(6) {
  background-color: #9c7fe5;
}
.top-bar-menu ul ul li:nth-of-type(7) {
  background-color: #A88DE8;
}
.top-bar-menu ul ul li:nth-of-type(8) {
  background-color: #B9A3ED;
}
.top-bar-menu ul ul li:nth-of-type(9) {
  background-color: #C4B1F0;
}
.top-bar-menu ul ul li:nth-of-type(10) {
  background-color: #D5C7F4;
}

.top-bar-menu ul ul li a {
  padding: 1rem 1.5rem;
  min-width: 230px;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.top-bar-menu ul ul li:last-child > a,
.top-bar-menu ul ul li.last-item > a {
  border-bottom: 0;
}
.top-bar-menu ul ul li:hover > a,
.top-bar-menu ul ul li a:hover {
  text-decoration: underline;
}
/* header */
.page-breadcrumbs {
  color: #979797;
  padding: 0;
  margin: 0 0 1.5rem;
  text-align: center;
}
.page-breadcrumbs a {
  color: #979797;
  font-weight: 700;
}
.page-breadcrumbs a:hover {
  color: #979797;
  text-decoration: underline;
}
.some-share-title {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  display: inline-block;
  color: #979797;
  padding-right: 1rem;
}
.logo {
  position: relative;
  float: left;
  margin: 4rem 0 0;
  padding: 0;
  line-height: 1;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
body.scrolled .cls-1 {
  fill: #d81b5e !important;
}
body.scrolled .logo {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.logo svg {
  width: 200px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
body.scrolled .logo svg {
  width: 100px;
}
#footer-logo {
  margin: 0 0 1.5rem 0;
}
.accordion-outer {
  margin-bottom: 1.5rem;
  display: none;
}
.accordion-outer.show {
  display: block;
}
.accordion-item {
  position: relative;
  padding: 0.5rem 4rem 0.5rem 1.0rem;
  width: 100%;
  background: #ffffff;
  border: 2px solid #d81b5e;
  cursor: pointer;
}
.accordion-item.active,
.accordion-item:hover {
  background: #d81b5e;
  border: 2px solid #d81b5e;
  color: #ffffff;
}
.accordion-item.active  {
  margin-bottom: 0;
}
.accordion-item:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2rem;
  line-height: 1;
  content: "\f107";
  color: #111111;
  position: absolute;
  width: auto;
  right: 1.0rem;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  cursor: pointer;
}
.accordion-item.active:after {
  content: "\f106";
  color: #ffffff;
}
.accordion-item:hover:after {
  background: #d81b5e;
  color: #ffffff;
}
.accordion-content {
  background: #f4f4f4;
  padding: 1.0rem;
}
.accordion-text {
  font-weight: 600;
  display: inline-block;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}
.accordion-content hr {
  margin: 1rem auto;
}
.intro-container {
  padding-top: 6rem;
}
.home .intro-container {
  padding-top: 8rem;
}
#intro-header-slider {
  margin-bottom: 0;
}
#intro-header-slider .slick-dots li {
  margin: 0 5px 0 0;
}
.intro-header {
  margin-top: 10rem;
  margin-left: 2rem;
}
.intro-header h1 .thin {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 2.125rem;
}
.intro-header h1 {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 2.875rem;
  display: inline-block;
  position: relative;
  line-height: 1.1;
}
.intro-header h1:after {
  content: "";
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 15px;
  width: 90px;
  height: 12px;
  background-image: url("images/intro-title.svg");
  background-repeat: no-repeat;
  background-size: 90px 12px;
}
.intro-header p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.intro-header .button.large {
  font-size: 1.375rem;
}
.intro-header .button,
.intro-header .wp-block-button {
  margin-top: 1rem;
  margin-right: 2rem;
  margin-bottom: 0;
  background: transparent;
  border: 2px solid #d81b5e;
  color: #ffffff;
  padding: 0.5rem 1rem;
}
.intro-header .button:last-child,
.intro-header .wp-block-button:last-child {
  margin-right: 0;
}
.intro-header .button:hover,
.intro-header .wp-block-button:hover {
  margin-top: 1rem;
  margin-right: 2rem;
  margin-bottom: 0;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #d81b5e;
}
#intro-header-slider .slick-dots {
  top: -3rem;
  bottom: auto;
  text-align: left;
}
#intro-header-slider .slick-dots li button:before {
  border-color: #ffffff;
}
#intro-header-slider .slick-dots li.slick-active button:before {
  border-color: #d81b5e;
}
.gradient-container {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  background-image: url("images/intro-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gradient-container.no-image {
  height: 300px;
}
body.single-post .gradient-container {
  height:480px;
}
.gradient-container:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: -100px;
  padding-top: 18.9%;
  background-image: url("images/intro-background-mask.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left 0 bottom -2px;
}
body.single-post .gradient-container:after,
.gradient-container.no-image:after {
  position: absolute;
  padding-top: 0;
  height: 60%;
  bottom: -2px;
  margin-top: 0;
}
body.single-post .gradient-container:after {
  height: 40%;
}
.home .gradient-container:after {
  margin-top: 0;
  position: absolute;
  bottom: 0;
}
.purple {
  color: #d81b5e;
  font-weight: 800;
}
.purple-thin {
  color: #d81b5e;
  font-weight: 300;
}
span.curve:after {
  content: "";
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 15px;
  width: 198px;
  height: 100px;
  background-image: url("images/curve2.png");
  background-repeat: no-repeat;
  background-size: 198px 100px;
}
.purple-x {
  position: relative;
}
.purple-x:after {
  content: "";
  position: absolute;
  top: 280px;
  left: 350px;
  margin: 0;
  width: 24px;
  height: 24px;
  background-image: url("images/purple-x.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  animation: rotation 4s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#real-time-board {
  background-image: url("../../uploads/2020/06/Realtime-board-desktop-scaled.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  padding: 10rem 0 15rem;
  background-size: 2560px 782px;
	display: none;
}
#real-time-board img {
  padding-right: 60px;
}
#testimonials-container:before {
  content: "";
  display: block;
  background-image: url("images/testimonials-top.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  padding-top: 26.33%;
}
.testimonials-content {
  margin: -3.5rem 0 -2.5rem;
  background-color: #f2f2f2;
}
#testimonials-container:after {
  content: "";
  display: block;
  background-image: url("images/testimonials-bottom.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  padding-top: 17.99%;
}
footer[role="site-footer"]:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 11.61%;
  background-image: url("images/footer-background-mask.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.subpage-header-container {
  padding: 0;
  position: relative;
  width: 100%;
  padding-bottom: 52.5%;
  margin: -6rem auto 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-container {
  padding: 6rem 0 0;
  position: relative;
}
.section-header {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  font-size: 2rem;
  font-weight: 300;
}
.section-header strong {
  font-weight: 800;
}
.section-header-small {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  font-size: 1.125rem;
  font-weight: normal;
  color: #111111;
}
.section-button {
  margin-top: 3rem;
  text-align: center;
}
.section-button a {
  font-size: 1.3125rem;
  text-decoration: underline;
}
.section-button .button {
  margin: 0 auto;
  text-decoration: none;
}
.background-image-overlay {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
#sidebar ul {
  list-style: none;
  margin-left: 0;
}

.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce a.button.add_to_cart_button,
.woocommerce ul.products li.product a.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.entry-content p a.btn-default,
.entry-content p a.button,
a.btn-default,
.button,
.wp-block-button .wp-block-button__link,
[type='submit'],
[type='button'] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85rem 2rem;
  -webkit-appearance: none;
  border: none;
  transition: all 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  background: #211a6b;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 64px;
  border-bottom: none;
}
.woocommerce button.button.alt {
  color: #ffffff;
  background: #04aded;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.add_to_cart_button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.entry-content p a.btn-default:hover,
.entry-content p a.button:hover,
a.btn-default:hover,
.entry-content p a.btn-default:focus,
.entry-content p a.button:focus,
a.btn-default:focus,
.entry-content p a.btn-default:active,
.entry-content p a.button:active,
a.btn-default:active,
.button:hover, .button:active, .button:focus, [type='submit']:hover, [type='button']:hover, [type='submit']:active, [type='button']:active  {
  background: #d81b5e;
  color: #ffffff;
  border-bottom: none;
  text-decoration: none;
}
.woocommerce button.button.alt:hover {
  color: #ffffff;
  background: #d81b5e;
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  border: solid 1px #cccccc;
}
.woocommerce-products-header,
.woocommerce .woocommerce-ordering {
    display: none;
}
.entry-content p a.button.orange,
.button.orange {
  color: #ffffff;
  background: #f7921e;
  text-decoration: none;
  border-bottom: none;
}
.entry-content p a.button.blue,
.button.blue {
  color: #ffffff;
  background: #6ecff1;
  text-decoration: none;
  border-bottom: none;
}
.entry-content p a.button.blue:hover,
.entry-content p a.button.blue:focus,
.entry-content p a.button.blue:active,
.button.blue:hover,
.button.blue:focus,
.button.blue:active,
.entry-content p a.button.orange:hover,
.entry-content p a.button.orange:focus,
.entry-content p a.button.orange:active,
.button.orange:hover,
.button.orange:focus,
.button.orange:active {
  color: #ffffff;
  background: #d81b5e;
  text-decoration: none;
  border-bottom: none;
}
.entry-content p a.button.orange.inverse,
.button.orange.inverse {
  color: #f7921e;
  background: transparent;
  border: 2px solid #f7921e;
  text-decoration: none;
}
.entry-content p a.button.blue.inverse,
.button.blue.inverse {
  color: #6ecff1;
  background: transparent;
  border: 2px solid #6ecff1;
  text-decoration: none;
}
.entry-content p a.button.blue.inverse:hover,
.entry-content p a.button.blue.inverse:focus,
.entry-content p a.button.blue.inverse:active,
.button.blue.inverse:hover,
.button.blue.inverse:focus,
.button.blue.inverse:active,
.entry-content p a.button.orange.inverse:hover,
.entry-content p a.button.orange.inverse:focus,
.entry-content p a.button.orange.inverse:active,
.button.orange.inverse:hover,
.button.orange.inverse:focus,
.button.orange.inverse:active {
  color: #ffffff;
  background: #d81b5e;
  text-decoration: none;
  border: 2px solid #d81b5e;
}
.entry-content p a.button.purple,
.button.purple {
  color: #ffffff;
  background: #d81b5e;
  text-decoration: none;
}
.entry-content p a.button.purple:hover,
.entry-content p a.button.purple:focus,
.entry-content p a.button.purple:active,
.button.purple:hover,
.button.purple:focus,
.button.purple:active {
  color: #ffffff;
  background: #211a6b;
  text-decoration: none;
  border-bottom: none;
}
.entry-content p a.button.purple.inverse,
.button.purple.inverse {
  color: #d81b5e;
  background: #ffffff;
  text-decoration: none;
  border: 2px solid #d81b5e;
}
.entry-content p a.button.purple.inverse:hover,
.entry-content p a.button.purple.inverse:focus,
.entry-content p a.button.purple.inverse:active,
.button.purple.inverse:hover,
.button.purple.inverse:focus,
.button.purple.inverse:active {
  color: #ffffff;
  background: #d81b5e;
  border: 2px solid #d81b5e;
  text-decoration: none;
  border-bottom: none;
}
.entry-content p a.button.white,
.button.white {
  background: transparent;
  border: 2px solid #211a6b;
  color: #d81b5e;
}
.entry-content p a.button.white.dark-text,
.button.white.dark-text {
  color: #211a6b;
  font-weight: normal;
}
.entry-content p a.button.white.purple-border,
.button.white.purple-border {
  border: 2px solid #d81b5e;
  font-weight: normal;
}
.entry-content p a.button.white:hover,
.entry-content p a.button.white:focus,
.entry-content p a.button.white:active,
.button.white.dark-text:hover,
.button.white.dark-text:focus,
.button.white.dark-text:active,
.button.white.purple-border:hover,
.button.white.purple-border:focus,
.button.white.purple-border:active,
.button.white:hover,
.button.white:focus,
.button.white:active {
  border: 2px solid #d81b5e;
  background: #d81b5e;
  color: #ffffff;
  text-decoration: none;
}
footer[role="site-footer"] .button {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
  line-height: 1;
}
footer[role="site-footer"] .button:hover,
footer[role="site-footer"] .button:focus,
footer[role="site-footer"] .button:active {
  color: #d81b5e;
  background: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'],
[type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
  border-radius: 0;
  max-width: 600px;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #04aded;
  border-radius: 64px;
  padding: 0.5rem 1rem;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 2px solid #111111;
}

.centered-image {
  display: block;
  clear: both;
  margin: 0 auto 3rem;
  max-width: 125px;
}
/* blockquote */

blockquote {
  margin: 1.5em 0;
  padding: 1em 2em;
  text-align: center;
  border-left: none;
}
.wp-block-pullquote blockquote {
  background: #ffffff;
  margin: 0;
  padding: 0 2em;
}
blockquote p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 1.4rem;
  color: #111111;
  letter-spacing: -0.02rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.home-testimonial blockquote {
  padding: 0;
  margin: 0;
  text-align: left;
}
.home-testimonial blockquote p {
  color: #111111;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
}
.home-testimonial cite {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  color: #111111;
}
#testimonials-slick .slick-dots {
  text-align: left;
}
.workshop-images-slick-item {
  margin: 0.5rem;
  position: relative;
}

.workshop-image-container {
  overflow: hidden;
  clip-path: circle(50% at center);
  padding-top: 100%;
}
.workshop-image-container .workshop-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.workshop-images-slick-item .icon-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.25rem;
  transform: translate(-50%, -50%);
  color: #ffff00;
  z-index: 3;
}
.workshop-images-slick-item .dark-fade {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background-color: #111111;
  z-index: 2;
}
.workshop-images-slick-item a:hover .dark-fade {
  opacity: 0.6;
}
.workshop-images-slick-item a:hover .icon-plus {
  color: #ffffff;
}
/* paging navigation */
nav[role="navigation"].pagination {
  position: relative;
  display: block;
  float: left;
  margin: 3rem 0 0;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}

.nav-links {
  position: relative;
  text-align: center;
}

.nav-links ul {
  margin: 0;
  padding: 0;
}

.nav-links ul li {
  list-style: none;
  margin:0 10px 0 0;
  padding:0;
  display: inline-block;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  font-size:18px;
}
.nav-links ul li span.current {
  padding: 10px 12px;
  background: transparent;
  line-height: 1;
  color: #cccccc;
  display: inline-block;
  font-size:18px;
}
.nav-links ul li a {
  padding: 10px 12px;
  background: transparent;
  color: #111111;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  border-radius: 0;
  border: none;
}
.nav-links ul li a.prev,
.nav-links ul li a.next {
  color: #111111;
}
.nav-links ul li a:hover {
  background-color: transparent;
  color: #111111;
  color: #d81b5e;
  text-decoration: underline;
}
nav[role="subpage-navigation"] {
  position: relative;
  display: inline-block;
  clear: both;
  margin: 0 0 1.5rem;
}
nav[role="subpage-navigation"] ul {
  margin: 0;
  padding: 0;
}
nav[role="subpage-navigation"] ul.sub-menu ul.sub-menu {
  display: none;
}
nav[role="subpage-navigation"] ul.sub-menu li.current-menu-item ul.sub-menu,
nav[role="subpage-navigation"] ul.sub-menu li.current-menu-ancestor ul.sub-menu {
  display: block;
}
nav[role="subpage-navigation"] ul.sub-menu ul.sub-menu {
  margin-left: 1.0rem;
}
nav[role="subpage-navigation"] ul li {
  list-style: none;
  display: none;
}
nav[role="subpage-navigation"] ul li.current-menu-ancestor,
nav[role="subpage-navigation"] ul li.current-menu-ancestor ul li {
  display: block;
}
nav[role="subpage-navigation"] ul li a {
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0 0.75rem;
  color: #111111;
  display: block;
}
nav[role="subpage-navigation"] ul > li.current-menu-ancestor > a {
  font-weight: 600;
  font-size: 1.125rem;
  color: #d81b5e;
  padding-bottom: 1rem;
}
nav[role="subpage-navigation"] ul li.current-menu-item > a {
  color: #d81b5e;
}
nav[role="subpage-navigation"] ul li a:hover {
  color: #d81b5e;
  text-decoration: none;
}
/* footer */
footer[role="site-footer"] {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  background-image: url("images/footer-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
body.cookies-not-set footer[role="site-footer"] {
  padding-bottom: 100px;
}
.footer-section {
  padding: 0 0 3rem;
}
.some-icons {
  display:block;
  vertical-align: middle;
	clear: both;
	margin:0 0 1.5rem;
	padding:0;
}
#navigation-bar .some-icons {
  margin: 3rem 0;
  padding: 0 0.9375rem;
  display: none;
}
.some-icons li {
  margin: 0 1rem 0 0;
  display: inline-block;
}
.some-icons li:last-child {
  margin-right: 0;
}
.some-icons li i {
  font-size: 1.5rem;
  line-height: 1.5rem;
  cursor: pointer;
  vertical-align: middle;
}
#navigation-bar .some-icons li i {
  font-size: 2rem;
  line-height: 2rem;
}
.footer-logo {
  display: block;
  position: relative;
}
.footer-logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 3rem 0 0;
}
footer[role="site-footer"] h1, footer[role="site-footer"] h2, footer[role="site-footer"] h3, footer[role="site-footer"] h4, footer[role="site-footer"] h5, footer[role="site-footer"] h6  {
  font-weight: bold;
  color: #ffffff;
}
.footer-title {
  position: relative;
}
.footer-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -60px;
  width: 45px;
  height: 6px;
  background-image: url("images/footer-title.svg");
  background-repeat: no-repeat;
  background-size: 45px 6px;
}
footer[role="site-footer"] ul.menu li, footer[role="site-footer"] p, footer[role="site-footer"] div, footer[role="site-footer"] span, footer[role="site-footer"] a {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
}
footer[role="site-footer"] p:last-child {
  margin-bottom: 0;
}
footer[role="site-footer"] a:hover,
footer[role="site-footer"] a:active,
footer[role="site-footer"] a:focus {
  color: #ffffff;
  text-decoration: underline;
}
footer[role="site-footer"] ul.menu {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
footer[role="site-footer"] ul.sub-menu {
  margin-left:1rem;
}
footer[role="site-footer"] ul li {
  margin-left: 0;
}
footer[role="site-footer"] ul.menu li a {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  display: block;
}
footer[role="site-footer"] ul.menu li:last-child a {
  margin-bottom: 0;
}
footer[role="site-footer"] ul.menu li:hover a {
  text-decoration: underline;
}
footer[role="site-footer"] ul.menu li:hover:before {
  text-decoration: none;
}
#search-header {
	background: rgba(0,0,0,0.95);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: -99999px;
  right: -99999px;
  top: 0;
  z-index: 100001;
  flex-direction: column;
}
#search-header.open {
  left: 0;
  right: 0;
}
.header-search-container {
  position: relative;
  display: block;
}

.header-search-container form {
	margin: 0;
}

.header-search-container input#s {
	color: #ffffff;
  background: transparent;
	position: relative;
	padding-left: 50px;
	width: auto;
	min-width: 200px;
	max-width: 960px;
	display: block;
	margin: auto;
	border: none;
	box-shadow: none;
	outline: none;
	font-size: 32px;
  height: auto;
}
.header-search-container:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 32px;
  position: absolute;
  line-height: 1;
  top: 10px;
  left: 0;
}
.header-search-container input#s::-webkit-input-placeholder {
  color: #f5f5f5;
}
.header-search-container input#s:-moz-placeholder {
  color: #f5f5f5;
}
.header-search-container input#s::-moz-placeholder {
  color: #f5f5f5;
}
.header-search-container input#s:-ms-input-placeholder {
  color: #f5f5f5;
}
.close-header-search {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  line-height: 1;
  font-size: 40px;
  z-index: 10002;
}
.close-header-search i {
	color: #ffffff;
}
.close-header-search:hover i {
	color: #cccccc;
}
#subpage-content {
  padding-top: 3rem;
  padding-bottom: 6rem;
  position: relative;
}
body.single-post #subpage-content {
  padding-top: 0;
  margin-top: -280px;
}
.entry-content {
  margin: 3rem 0 3rem;
}
#blog-posts-container {
  width: 104%;
  margin-left: -2%;
}
.underlined-header {
  border-bottom: 1px solid #d81b5e;
  margin-bottom: 3rem;
  padding-left: 1rem;
  width: 100%;
  display: block;
}
.blog .underlined-header {
  margin: 0 2% 3rem;
}
.blog-post-container {
  width: 29%;
  margin: 0 2% 0 2%;
  margin-bottom: 1.5rem;
}
body.single-post .blog-post-container:nth-of-type(3n) {
  margin-right: 0;
}
body.single-post .blog-post-container:nth-of-type(3n+1) {
  margin-left: 0;
}
.blog-post-container.first-row {
  width: 96%;
  margin: 0 0 3rem 2%;
}
.blog-post-container.second-row {
  width: 46%;
  margin: 0 2% 3rem 2%;
}
.blog-post-container a,
.blog-post-container a:hover {
  color: #111111;
  text-decoration: none;
}
.blog-post-container a:hover .blog-post-title {
  text-decoration: underline;
}
.blog-post-title {
  font-weight: 700;
  margin-bottom: 0;
}
.blog-post-subtitle {
  border-bottom: 1px solid #d81b5e;
  text-align: right;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.categories,
.author-image {
  display: inline-block;
  float: left;
}
.author-image {
  padding-left: 1rem;
}
.categories-list {
  list-style:none;
  margin: 0;
  padding: 0;
}
.categories-list li a {
  font-size: 1.125rem;
  font-weight: bold;
}
.categories-list li {
  display: block;
}
.author-image img {
  border-radius: 50%;
  filter: drop-shadow(0px 0px 0.25rem #cccccc);
}
body.single .author-image img {
  filter: none;
}
.author-name {
  display: inline-block;
  padding-left: 1rem;
  color: #111111;
}
.author-name a {
  color: #d81b5e;
  font-weight: bold;
}
.author-name a:focus,
.author-name a:hover {
  color: #d81b5e;
  text-decoration: underline;
}
.white,
.white a,
.white a:focus,
.white a:hover {
  color: #ffffff;
}
#category-list {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  text-align: left;
}
#category-list li {
  display: inline-block;
  margin-right: 1rem;
}
#category-list li:last-child {
  margin-right: 0;
}
p.meta-categories {
  margin-bottom: 0;
}
.post-categories a {
  color: #d81b5e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.post-categories a:focus,
.post-categories a:hover {
  color: #d81b5e;
  text-decoration: underline;
}
#category-list li a {
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #d81b5e;
  padding: 0.5rem 1rem;
}
#category-list li a.active,
#category-list li a:focus,
#category-list li a:hover {
  color: #ffffff;
  background-color: #d81b5e;
  border: 1px solid #d81b5e;
}
.blog-post-content {
  position: relative;
  display: block;
}
.blog-post-container.first-row .blog-post-content {
  float: right;
  position: relative;
  display: inline-block;
  width: 50%;
  padding-left: 1.5rem;
}
.blog-post-image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  filter: drop-shadow(0px 0px .25rem #ddd);
}
body.home .blog-post-image-container {
  margin-bottom: 1rem;
}
.blog-post-container.first-row .blog-post-image-container {
  width: 50%;
  padding-top: 0;
  height: 300px;
  display: inline-block;
}
.blog-post-image {
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: transform 1.2s;
  -o-transition: transform 1.2s;
  -webkit-transition: transform 1.2s;
  transition: transform 1.2s;
}
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-container-multi-line {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.some-share {
  margin:0;
  padding:0;
  list-style: none;
  display: inline-block;
}
.some-share li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.some-share li:last-child {
  margin-right: 0;
}
.some-share a i {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5rem;
  cursor: pointer;
  vertical-align: middle;
	color: #d81b5e;
}
.some-share a:hover i {
  text-decoration: none;
}
.some-share li i:hover {
  color: #111111;
}
.some-share li.some-share-whatsapp {
  display: none;
}

.some-icons a:hover i {
  color: #d81b5e;
  border-color:#d81b5e;
}
h2.large {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
h3.large {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.button.large {
  font-size: 1.25rem;
  padding: 0.85em 2.5em;
}
.wp-block-embed iframe {
    margin: 0 auto;
    display: block;
    clear: both;
}
.subpage-featured-image {
  padding: 0;
  position: relative;
  width: 100%;
  padding-bottom: 52.5%;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 1.5rem auto 1.5rem;
  border: 1px solid #ccc;
}
.featured-workshop {
  position: relative;
  width: 565px;
  height: 364px;
  background-image: url("images/next-event-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0 auto;
}
.featured-workshop-link {
  text-decoration: none;
}
.featured-workshop .workshop-facilitator {
  position: absolute;
  border-radius: 100%;
  width: 148px;
  height: 148px;
  left: 80px;
  top: 4px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-workshop .featured-workshop-title {
  position: absolute;
  top: 75px;
  left: 260px;
  width: 200px;
  margin: 0;
  font-size: 2rem;
  line-height: 1.1;
  height: auto;
}
.featured-workshop .workshop-register {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translate(-50%, 0);
}
.featured-workshop .blue {
  color: #7fd4f4;
  font-weight: 600;
}
.featured-workshop .featured-workshop-when {
  position: absolute;
  left: 65px;
  width: 170px;
  top: 170px;
  height: auto;
}
.featured-workshop .featured-workshop-where {
  position: absolute;
  left: 250px;
  width: 220px;
  top: 170px;
  height: auto;
}
.featured-workshop .featured-workshop-when p,
.featured-workshop .featured-workshop-where p {
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
}
.featured-box {
  position: relative;
  width: 32%;
  margin: 0 1% 0 1%;
  background-color: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 2px solid #111111;
  max-width: 90%;
  margin: 0 auto;
}
.featured-box-title {
  font-size: 1.5rem;
  font-weight: 800;
}
.featured-box:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1rem;
}
.featured-box:nth-of-type(1):after {
  background-color: #d81b5e;
}
.featured-box:nth-of-type(2):after {
  background-color: #f7931f;
}
.featured-box:nth-of-type(3):after {
  background-color: #7fd4f4;
}
.featured-box:nth-of-type(3n) {
  margin-right: 0;
}
.featured-box:nth-of-type(3n+1) {
  margin-left: 0;
}
.featured-box-icon-container {
  position: relative;
  width: 100%;
  padding-top: 47%;
  margin-top: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.featured-box-content {
  text-align: center;
  padding: 3rem 1.5rem;
}
.featured-box-content p {
  line-height: 1.3;
}
.page-featured-image {
  padding: 0;
  position: relative;
  height: 32rem;
  max-width: 62.5rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 auto 0;
}
#testimonials-container {
  padding-bottom: 1rem;
}
#book {
  position: relative;
  display: block;
  width: 100%;
  height: 418px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 1921px 418px;
  background-position: center;
  margin: -15rem 0 3rem;
}
.book-container {
  position: relative;
  z-index: 10;
}
.privacy-policy-link,
.privacy-policy-link:hover,
.privacy-policy-link:focus {
  font-size: 1rem;
}
.cart-count {
	display: inline-block;
	margin: 0;
	position: absolute;
	background-color: #ef4036;
  top: -8px;
  right: auto;
  margin-left: 0.125rem;
	text-align: center;
	padding: 2px 6px 3px 6px;
	border-radius: 12px;
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
}
#ajax_error .form_error {
	margin-top: 1.5rem;
  font-weight: normal;
  font-variant: normal;
  font-style: italic;
  background-color: #ea6c6c;
  color: #ffffff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  float: left;
  display: none;
  width: auto;
  border-radius: 4px;
}
#ajax_error .form_error a,
#ajax_error .form_error a:hover {
  color: #ffffff;
}
.tabs {
  border: none;
  background: transparent;
}
.tabs li {
  margin-bottom: 0;
}
.tabs-title {
  width: 50%;
}
.tabs-title .dark-text {
  font-size: 1.125rem;
  margin-top: 0.5rem;
  display: block;
}
.tabs-content {
  border: none;
  border-top: 0;
}
.tabs-content.transparent {
  background: transparent;
}
.tabs-title > a {
  font-size: 1.25rem;
  background: #e6e6e6;
  color: #606060;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 1rem 2.5rem;
  text-align: left;
  border-left: 2px solid #0a0a0a;
  border-top: 2px solid #0a0a0a;
  border-right: 2px solid #0a0a0a;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.tabs.rounded .tabs-title > a {
  font-size: 1.25rem;
  background: transparent;
  color: #606060;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 1rem 2.5rem;
  text-align: left;
  border-radius: 5rem;
  border: 2px dotted #606060;
}
.tabs.rounded .tabs-title.is-active > a {
  color: #d71b5f;
  border: 2px dotted #d71b5f;
}
.tabs-title > a .thin {
  font-weight: 400;
}
.tabs-title > a .dark {
  color: #606060;
  font-weight: normal;
}
.tabs-title > a:focus .dark, .tabs-title > a[aria-selected='true'] .dark {
  color: #0a0a0a;
  font-weight: normal;
}
a#panel1-label {
  margin-right: 0.5rem;
}
a#panel2-label {
  margin-left: 0.5rem;
}
.tabs.rounded a#panel1-label {
  margin-left: 5rem;
}
.tabs.rounded a#panel2-label {
  margin-right: 5rem;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'], .tabs-title > a[aria-selected='true']:hover {
  background: #fcee21;
  color: #d71b5f;
  text-decoration: none;
}
.tabs.rounded .tabs-title > a:focus, .tabs.rounded .tabs-title > a[aria-selected='true'], .tabs.rounded .tabs-title > a[aria-selected='true']:hover {
  background: transparent;
  color: #d71b5f;
  text-decoration: none;
}
span.pink {
  color: #dc4398;
}
.tabs-title.pink > a:focus, .tabs-title.pink > a, .tabs-title.pink > a[aria-selected='true']:hover {
  background-color: #dc4398;
  color: #ffffff;
  border-bottom: none;
}
.tabs-title.grey > a:focus, .tabs-title.grey > a, .tabs-title.grey > a[aria-selected='true']:hover {
  background: #e6e6e6;
  color: #606060;
  border-bottom: none;
}
.tabs-title > a[aria-selected='true']:hover .dark {
  color: #0a0a0a;
}
.tabs-title > a:hover {
  background: #0a0a0a;
  color: #ffffff;
  text-decoration: none;
}
.tabs.rounded .tabs-title > a:hover {
  background: #d71b5f;
  color: #ffffff;
  text-decoration: none;
  border: 2px dotted #d71b5f;
}
.tabs-title > a:hover .dark {
  color: #ffffff;
}
.tabs-panel {
  padding: 1rem 1rem 0;
}
.tab-table-header .row {
  border-bottom: 2px dotted #111111;
}
.home-real-time-board-table-header .row {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: #dc4398;
}
.tab-table-header .row .columns {
  position: relative;
}
.tab-table-header .row .columns.border-right {
  border-right: 4px solid #fff;
}
.tab-table-header .row .columns.purple {
  background-color: #d81b5e;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  position: relative;
}
.tab-table-header .row .columns.orange {
  background-color: #f6921f;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  position: relative;
}
.tab-table-header .row .columns.pink {
  background-color: #dc4398;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  position: relative;
}
.tab-table-header .row .columns.blue {
  background-color: #16adef;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  position: relative;
}
.tab-table-header .row .columns.light-blue {
  background-color: #a3ddf1;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  position: relative;
}
.tab-table-header .row .columns.green {
  background-color: #d8e025;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  position: relative;
}
.tab-table-header .row .columns p {
  margin: 10px 0 0;
  line-height: 60px;
  position: relative;
  height: 60px;
}
.tab-table-header p {
  font-weight: 800;
  color: #ffffff;
}
.ranking-tabs {
  margin-top:6rem;
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}
.transparent-table-body .odd,
.transparent-table-body .even {
    background-color: transparent;
    border-bottom: 2px dotted #4591ac;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}
.transparent-table-body .row .columns p {
    margin: 1rem 0;
}
.tabs-panel.no-padding {
  padding: 0;
}
.tab-table-body.entry-content {
  margin: 0 0 3rem;
}
.orange {
  color: #f7921e;
}
.tab-table-body p {
  font-weight: 600;
}
.tab-table-body .odd {
  background-color: #ffffff;
}
.tab-table-body .odd,
.tab-table-body .even {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,.2);
  border-radius: 5px;
  margin-bottom: 10px;
}
.tab-table-body .odd:first-child {
  margin-top: 10px;
}
.home-real-time-board-table .odd:first-child {
  margin-top: 0;
}
.home-real-time-board-table .odd,
.home-real-time-board-table .even {
  background-color: transparent;
  border-bottom: 2px dotted #4591ac;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
.tab-table-body .row .columns p {
  margin: 1rem 0;
}
.section-header.exlusive-events {
  display: inline-block;
  margin-bottom: 5rem;
  margin-left: 220px;
}
.exlusive-events:before {
  content: "";
  display: inline-block;
  background-image: url("images/exclusive-events-illustration.jpg");
  background-size: contain;
  width: 203px;
  height: 175px;
  top: -60px;
  left: -220px;
  position: absolute;
}
.title-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/home-title.png");
  background-size: contain;
  width: 29.5px;
  height: 18px;
}
.event-type-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/home-type.png");
  background-size: contain;
  width: 26.5px;
  height: 23.5px;
}
.calendar-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/home-calendar.png");
  background-size: contain;
  width: 22.5px;
  height: 19.5px;
}
.player-table-header .row {
  background-color: #f2f2f2;
  border-top: 2px dotted #111111;
  border-bottom: 2px dotted #111111;
}
.player-table-header .row .columns {
  position: relative;
}
.player-table-header .row .columns p {
  margin: 1rem 0 0;
  line-height: 70px;
  position: relative;
  height: 70px;
}
.player-table.entry-content {
  margin: 0;
}
.player-table-header p {
  font-weight: 500;
}
.pen-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/pen-icon.png");
  background-size: contain;
  width: 29px;
  height: 41px;
}
.link-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/link-icon.png");
  background-size: contain;
  width: 35px;
  height: 33px;
}
.content-type-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/content-type-icon.png");
  background-size: contain;
  width: 31px;
  height: 24px;
}
.title-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/meetings-title.png");
  background-size: contain;
  width: 29.5px;
  height: 18px;
}
.time-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/meetings-clock.png");
  background-size: contain;
  width: 37.5px;
  height: 23.5px;
}
.timezone-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/meetings-timezone.png");
  background-size: contain;
  width: 24px;
  height: 23px;
}
.shirt-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/player-shirt.png");
  background-size: contain;
  width: 37px;
  height: 41px;
}
.bulseye-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/player-bullseye.png");
  background-size: contain;
  width: 41px;
  height: 42px;
}
.mountain-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/player-mountain.png");
  background-size: contain;
  width: 36px;
  height: 35px;
}
.calendar-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("images/player-calendar.png");
  background-size: contain;
  width: 27px;
  height: 21px;
}
strong.purple {
  color: #d81b5e;
  font-weight: 800;
  font-size: 1.5rem;
}
strong.orange {
  color: #f7921e;
  font-weight: 800;
  font-size: 1.5rem;
}
.player-table .row {
  border-bottom: 2px solid #111111;
}
.player-table .row:first-child {
  border-top: none;
}
.player-table .odd {
  background-color: #fdfbce;
}
.player-table .even {
  background-color: #eff9fd;
}
.player-table .row .columns p {
  margin: 1.5rem 0;
}
.player-table .country strong {
  color: #d81b5e;
  font-weight: 800;
  font-size: 1.5rem;
}
.player-table-header .with {
  color: #d81b5e;
  font-weight: 800;
}
.player-table .points strong {
  color: #f7921e;
  font-weight: 800;
  font-size: 1.5rem;
}
.player-table .objective strong {
  color: #111111;
  font-weight: 800;
}
/* Woocommerce styling */
.single-product .related.products,
.single-product .product-type-subscription {
  display: none;
}
.woocommerce .product_meta {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border: none;
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  border-bottom: none;
  box-shadow: none;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 1rem;
}
.woocommerce .quantity .qty {
  height: 44px;
  min-width: 80px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f5f5f5;
  padding: 0.25rem 0 0.25rem 0.75rem;
  border-left: 5px solid transparent;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  border-left: 5px solid #d81b5e;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 0;
  text-decoration: none;
  color: #111111;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  border-bottom: none!important;
  box-shadow: none;
  margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0.5rem;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f015"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f0a9"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "\f0a9"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a::before {
  content: "\f09c"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f0a9"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f0a9"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f0a9"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--vat-number a::before {
  content: "\f0a9"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f08b"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships a::before {
  content: "\f0a9"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-content a::before {
  content: "\f09c"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-products a::before {
  content: "\f07a"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-discounts a::before {
  content: "\f02c"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-notes a::before {
  content: "\f075"; }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-details a::before {
  content: "\f013"; }
.woocommerce-MyAccount-content .shop_table a.button {
  color: #d81b5e;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  text-decoration:none;
}
.woocommerce-MyAccount-content .shop_table a.button:hover {
  text-decoration: underline;
}
.woocommerce table.my_account_orders .order-actions {
  text-align: center;
}
/* Override some Foundation styles */
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 1.75rem; }
  h3 {
    font-size: 1.125rem; font-weight: bold; }
  footer[role="site-footer"] h3 {
    font-size: 1.125rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; }
}

@media print, screen and (max-width: 63.99em) {
  .tabs.rounded a#panel1-label {
    margin-left: 0;
  }
  .tabs.rounded a#panel2-label {
    margin-right: 0;
  }
  .title-icon,
  .event-type-icon,
  .calendar-icon {
    position: relative;
    padding-left: 100px;
    margin-bottom: 2rem!important;
  }
  .title-icon:before {
    width: 59px;
    height: 36px;
  }
  .event-type-icon:before {
    width: 53px;
    height: 47px;
  }
  .calendar-icon:before {
    width: 45px;
    height: 39px;
  }
  .title-icon:before,
  .event-type-icon:before,
  .calendar-icon:before {
      margin-right: 0;
      position: absolute;
      left: 0;
      top: 0;
  }
  .section-header.exlusive-events {
    display: block;
    margin-bottom: 2rem;
    margin-left: 0;
  }
  .exlusive-events:before {
    content: "";
    display: inline-block;
    background-image: url("images/exclusive-events-illustration.jpg");
    background-size: contain;
    width: 101.5px;
    height: 87.5px;
    top: -90px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
  }
  .tab-table-body .odd,
  .tab-table-body .even {
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,.2);
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .home-real-time-board-table .odd,
  .home-real-time-board-table .even {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
  }
  #real-time-board {
    background-image: url("../../uploads/2020/06/New-shiftup-web-Dinamic-bg-mobile.jpg");
    padding: 10rem 0 10rem;
    background-size: cover;
  }
  .purple-x:after {
    display: none;
  }
  .tabs-title > a .dark {
    display: none;
  }
  .tabs-title > a {
    font-size: 1.125rem;
  }
  .footer-title:before {
    display: none;
  }
  .subpage-featured-image {
    width: 100%;
    padding-bottom: 52.5%;
    max-width: none;
    height: auto;
  }
  .gradient-container:after {
    padding-top: 10%;
    background-image: url("images/intro-background-mask-mobile.svg");
  }
  body.single-post .gradient-container:after {
    display: none;
  }
  .entry-title {
    margin-top: 3rem;
    text-align: center;
  }
  .logo {
    top: 1.5rem;
    position: absolute;
    margin: 0;
    left: auto;
    z-index: 910;
  }
  body.scrolled .logo {
    top: 1rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.scrolled .logo svg {
    width: 150px;
  }
  .subpage-header-container {
    margin-top: 0;
  }
  #join-shiftup-program,
  .testimonials-content,
  .home-testimonial blockquote,
  #testimonials-slick .slick-dots {
    text-align: center;
  }
  .purple-x {
    margin-top: 1.5rem;
  }
  span.curve:after {
    display: none;
  }
  .home blockquote p {
    font-size: 1.25rem;
  }
  h2.large {
    font-size: 2.5rem;
  }
  h3.large {
    font-size: 2.25rem;
  }
  .testimonials-content img {
    max-width: 100%;
	margin-bottom: 25px;
	border: 1px solid #f2f2f2;
  }
  .section-header,
  .services-content .title{
    font-size: 1.75rem;
  }
  .book-container {
    text-align: center;
  }
  .footer-book-image {
    display: block;
    clear: both;
    margin: 0 auto;
  }
  #book {
    background-image: none!important;
    margin: 0;
    height: auto;
  }
  #testimonials-container {
    padding-bottom: 3rem;
  }
  .entry-title h1 {
    font-size: 2rem;
  }
  .services-content p {
    font-size: 1.125rem;
  }
  .intro-image {
    height: 400px;
  }
  .intro-container {
    padding-top: 10rem;
    text-align: center;
    padding-bottom: 10rem;
  }
  .intro-header h1 .thin,
  .intro-header h1 {
    font-size: 2.0rem;
  }
  .intro-header p {
    font-size: 1.25rem
  }
  #navigation-bar {
    margin: 0;
  }
  .header-search {
    float: none;
    margin-left: 0;
  }
  .top-bar-menu > ul > li > ul.sub-menu:before {
    display: none;
  }
  .top-bar-menu li.menu-item-has-children:hover > ul {
    left: 0;
    transform: none;
    top: 0;
    background: transparent;
    border-radius: 0;
  }
  .top-bar-menu {
    float: left;
    display: block;
    position: relative;
  }
  nav[role="navigation"].main-navigation {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: #ffffff;
    float: none;
    z-index: 900;
    display: none;
    width: calc(100% - 100px);
    max-width: 400px;
    height: 100%;
    left: -340px;
    overflow-y: auto;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    box-shadow: rgba(0,0,0,0.3) 5px 0px 10px;
  }
  body.scrolled nav[role="navigation"].main-navigation {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.mobile-menu-open {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body.mobile-menu-open .body-overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
  }
  body.mobile-menu-open nav[role="navigation"].main-navigation {
    display: block;
    left: 0px;
  }
  body.mobile-menu-open nav[role="navigation"].main-navigation .top-bar-menu ul.menu {
    padding: 6rem 0.9375rem 0;
    display: block;
    text-align: left;
  }
  body.mobile-menu-open #navigation-bar .some-icons {
    display: block;
    float: left;
  }
  body.mobile-menu-open .cls-1 {
   fill: #d81b5e !important;
  }
  .top-bar-menu li.menu-item.menu-item-has-children ul.sub-menu {
    display: none;
  }
  .top-bar-menu li.menu-item.menu-item-has-children.open ul.sub-menu {
    display: block;
  }
  .top-bar-menu ul li.menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 2px;
    margin-top: -1px;
    display: block;
    background: #111111;
    content: '';
  }
  .top-bar-menu ul li.menu-item-has-children > a:before {
    position: absolute;
    top: 50%;
    right: 3px;
    display: block;
    width: 2px;
    height: 8px;
    margin-top: -4px;
    background: #111111;
    content: '';
    -webkit-transition: height .25s ease;
    -moz-transition: height .25s ease;
    -ms-transition: height .25s ease;
    -o-transition: height .25s ease;
    transition: height .25s ease;
  }
  .top-bar-menu ul > li.menu-item-has-children.open > a:before {
    height: 0;
  }
  .top-bar-menu ul li {
    width: 100%;
  }
  .top-bar-menu > ul > li > a {
    color: #111111;
    font-size: 1.5rem;
  }
  .top-bar-menu > ul > li:hover > a,
  .top-bar-menu > ul > li.current-menu-item > a {
    color: #111111;
    font-weight: 300;
  }
  .top-bar-menu ul ul,
  .top-bar-menu ul ul li,
  .top-bar-menu li.menu-item-has-children > ul > li {
    display: block;
  }
  .top-bar-menu ul li a,
  .top-bar-menu ul ul li a {
    width: auto;
    display: inline-block;
    text-align: left;
    padding: 0.75rem 1.5rem 0.5rem 0.75rem;
    margin: 0;
    font-weight: 300;
  }
  body.scrolled .top-bar-menu > ul > li:hover > a {
    border-bottom: 1px solid transparent;
  }
  .top-bar-menu li.menu-item-has-children:hover > ul,
  .top-bar-menu li.menu-item-has-children.focused > ul {
    left: auto;
    margin-left: 0;
    padding-top: 0;
    top: auto;
    display: block;
  }
  .top-bar-menu ul li span.text {
    display: inline-block;
  }
  .top-bar-menu ul ul li:nth-of-type(1),
  .top-bar-menu ul ul li:nth-of-type(2),
  .top-bar-menu ul ul li:nth-of-type(3),
  .top-bar-menu ul ul li:nth-of-type(4),
  .top-bar-menu ul ul li:nth-of-type(5),
  .top-bar-menu ul ul li:nth-of-type(6),
	.top-bar-menu ul ul li:nth-of-type(7),
	.top-bar-menu ul ul li:nth-of-type(8),
	.top-bar-menu ul ul li:nth-of-type(9),
	.top-bar-menu ul ul li:nth-of-type(10) {
    background-color: #ffffff;
  }
  .top-bar-menu ul ul li a {
    color: #111111;
    background: none;
    text-transform: none;
    font-size: 1.25rem;
  }
  .top-bar-menu ul ul li:hover > a,
  .top-bar-menu ul ul li.active > a {
    color: #111111;
    text-decoration: none;
  }
  .top-bar-menu ul ul,
  .top-bar-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .some-share {
    margin-bottom: 1.5rem;
  }
  .text-left, .text-right {
    text-align: left;
  }
  footer[role="site-footer"] .text-left, footer[role="site-footer"] .text-right {
    text-align: center;
  }
  footer[role="site-footer"] {
    text-align: center;
  }
  footer[role="site-footer"] .columns {
    margin-bottom: 1.5rem;
  }
  footer[role="site-footer"] h1, footer[role="site-footer"] h2, footer[role="site-footer"] h3, footer[role="site-footer"] h4, footer[role="site-footer"] h5, footer[role="site-footer"] h6 {
    margin-top: 0;
  }
  #mobile-icon  {
    display: block;
  }
  .subpage-header-container {
    height: 350px;
  }
  .alignleft,
  .alignright,
  .alignnone,
  .aligncenter {
    float:none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    display: block;
    clear: both;
  }
  .left-side-element {
    display: none;
  }
  #intro-header-slider .slick-dots {
    text-align: center;
  }
  .footer-logo img {
    margin: 0 auto 1.5rem;
  }
  footer[role="site-footer"]:before {
    padding-top: 20.0%;
    background-image: url("images/footer-background-mask-mobile.svg");
  }
  .testimonials-content {
    margin: 0;
    background-color: #ffffff;
  }
  #testimonials-container:before {
    background-image: url("images/testimonials-top-mobile.svg");
    padding-top: 32.14%;
  }
  #testimonials-container:after {
    background-image: url("images/testimonials-top-mobile.svg");
    padding-top: 32.14%;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
  }
  .intro-header {
    margin-top: 8rem;
    margin-left: 0;
  }
  .column, .columns {
      width: 100%;
      float: left;
      padding-right: 1.9375rem;
      padding-left: 1.9375rem;
  }
  .player-table .row:first-child {
    border-top: 2px solid #111111;
  }
  .player-table .country strong,
  .player-table .points strong {
    font-size: 1rem;
  }
  .player-table .row .columns p {
    margin: 1rem 0;
  }
  #real-time-board img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 39.9375em) {
  .featured-workshop {
    width: 400px;
    height: 258px;
  }
  .featured-workshop .workshop-facilitator {
    width: 102px;
    height: 102px;
    left: 57px;
  }
  .featured-workshop .featured-workshop-title {
    font-size: 1.25rem;
    top: 55px;
    left: 190px;
    width: 180px;
  }
  .featured-workshop .workshop-register {
    bottom: 25px;
    font-size: 0.875rem;
    padding: .5rem 1.5rem;
  }
  .featured-workshop .featured-workshop-where,
  .featured-workshop .featured-workshop-when {
    top: 120px;
  }
  .featured-workshop .featured-workshop-when {
    left: 45px;
    width: 140px;
  }
  .featured-workshop .featured-workshop-where {
    left: 200px;
    width: 150px;
  }
  .featured-workshop .featured-workshop-when p, .featured-workshop .featured-workshop-where p {
    font-size: 0.75rem;
    font-weight: bold;
  }
  .blog-post-container,
  .blog-post-container.first-row,
  .blog-post-container.second-row {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .blog-post-container.first-row .blog-post-image-container {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .blog-post-container.first-row .blog-post-content {
    float: none;
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .flex-container {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }
  .featured-box {
    margin: 0 auto 1.5rem auto;
    width: 100%;
    max-width: 380px;
  }
  .featured-box:nth-of-type(3n) {
    margin: 0 auto 1.5rem auto;
  }
  .featured-box:nth-of-type(3n+1) {
    margin: 0 auto 1.5rem auto;
  }
  .intro-header h1:after,
  .left-side-element,
  .right-side-element,
  .purple-x:after {
    display: none;
  }
  .services-image {
    height: 350px;
  }
  .home blockquote p {
    font-size: 1.125rem;
  }
  .entry-title h1 {
    font-size: 1.5rem;
  }
  h2.large {
    font-size: 1.75rem;
  }
  .services-content p,
  .testimonials cite {
    font-size: 1rem;
  }
  #subpage-content {
    padding-bottom: 3rem;
  }
  .featured-box:last-child {
    margin-bottom: 0;
  }
  .wp-block-embed iframe {
    width: 100% !important;
  }
  .intro-header h1 .thin,
  .intro-header h1 {
    font-size: 2rem;
  }
  .intro-header .button.large {
    font-size: 1.125rem;
  }
  .some-icons li {
    margin-right: 2rem;
  }
  .header-search-container input#s {
    font-size: 22px;
    padding-left: 35px;
  }
  .header-search-container:before {
    font-size: 22px;
  }
  .blog-post-image {
    float:none;
    display: block;
    clear: both;
    margin: 0 auto 1rem;
    width: 100%;
  }
  .blog-post-content {
    float: none;
    clear: both;
    width: 100%;
  }
  .some-share li.some-share-whatsapp {
    display: inline-block;
  }
  .intro-image {
    height: 350px;
    background-position: center center;
  }
  #intro-header-slider {
    margin-bottom: 3rem;
  }
  .intro-header {
    margin-top: 3rem;
  }
  .subpage-header-container {
    height: 250px;
  }
  #subpage-content {
    padding-bottom: 3rem;
  }
}



/* === Add new CSS ===*/

/* Colors btns */
a.button.darkviolet {
	background: #662f8e !important;
}
a.button.darkviolet:hover {
	background: #d71b5f !important;
}
a.button.hotpink {
	background: #ff69b4 !important;
}
a.button.hotpink:hover {
	background: #d71b5f !important;
}
a.button.yellow {
	background: #f3e716 !important;
}
a.button.yellow:hover {
	background: #d71b5f !important;
}
a.button.green {
	background: #3bb44a !important;
}
a.button.green:hover {
	background: #d71b5f !important;
}

/* Colors table btns (qualification) */
a.link-orange {
	color: #f7921e;
	font-weight: 400;
    text-decoration: underline;
}
a.button.skyblue-outline {
	background: transparent;
	border: 2px solid #4cbfee;
	color: #000;
}
a.button.skyblue-outline:hover {
	background: #4cbfee;
}
a.button.hotpink-outline {
	background: transparent;
	border: 2px solid #e055a1;
	color: #000;
}
a.button.hotpink-outline:hover {
	background: #e055a1;
}
a.button.yellow-outline {
	background: transparent;
	border: 2px solid #f4e90b;
	color: #000;
}
a.button.yellow-outline:hover {
	background: #f4e90b;
}

/* Contact form (contact) */
label.check-legal {
	margin-bottom: -20px;
}
label.check-news [type=checkbox] {
	margin-bottom: 0px;
}

span.curve:after {
	display: none;
}