body, 
html,
p,
ul,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {  
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

* {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.clear {
  clear: both;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon.big {
  height: 64px;
  width: 64px;
}

.icon.login {
  background-image: url('img/icon-login.svg');
}

.icon.register {
  background-image: url('img/icon-register.svg');
}

.icon.member {
  background-image: url('img/icon-member.svg');
}

.icon.location {
  background-image: url('img/icon-location.svg');
}

.icon.location.white {
  background-image: url('img/icon-location-w.svg');
}

.icon.date {
  background-image: url('img/icon-date.svg');
}

.icon.price {
  background-image: url('img/icon-price.svg');
}

.icon.cart {
  background-image: url('img/icon-cart.svg'); 
}

.icon.remove {
  background-image: url('img/icon-remove.svg'); 
}

.icon.linkedin {
  background-image: url('img/icon-linkedin.svg'); 
}

.icon.facebook {
  background-image: url('img/icon-facebook.svg'); 
}

.icon.email {
  background-image: url('img/icon-email.svg');
}

.row-full,
.row-1 .col,
.row-title {
  width: 100%;
}

.row,
.row-full,
.row .col,
.row-full .col {
  box-sizing: border-box;
}

.row {
  margin: 0 auto;
}

.row.padding-y,
.row-full.padding-y {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row .col,
.row-full .col {
  float: left;
}

@media (max-width: 900px) {
  .row,
  .row-full,
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-2 .col,
  .row-3 .col,
  .row-3 .col.double,
  .row-4 .col,
  .row-4 .col.double {
    width: 100%;
  }
  .row-2.separate .col,
  .row-3.separate .col {
    margin-bottom: 30px;
  }
  #header .row-full .col {
  	width: 100%;
  	align-items: center;
  	justify-content: center;
  }
  #header .row-full .col.double {
  	flex-direction: column;
  	border-top: 1px solid #eee;
  	margin-top: 15px;
  }
}

@media (min-width: 900px) {
  .row,
  .row-full,
  .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row-2 .col {
    width: 50%;
  }
  .row-2.separate .col {
    width: calc(50% - 15px);
  }
  .row-3 .col {
    width: 33.33%;
  }
  .row-3.separate .col {
    width: calc(33.33% - 15px);
  }
  .row-3 .col.double {
    width: 66.66%;
  }
  .row-3.separate .col.double {
    width: calc(66.66% - 15px);
  }
  .row-4 .col {
    width: 25%;
  }
  .row-4 .col.double {
    width: 50%;
  }
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.row.separate .col:nth-child(1) {
  margin-right: 15px;
}

.row.separate .col:nth-child(2) {
  margin-left: 15px;
}

.row.separate .col.bg-grey {
  background: #f1efea;
  padding-top: 30px;
  padding-bottom: 30px;
}

.row-title {
  text-align: center;
}

.row-title h1,
.row-title h2,
.row-title h3,
.row-title h4 {
  color: #672b72;
  font-size: 22pt;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.row-title h1::after,
.row-title h2::after,
.row-title h3::after,
.row-title h4::after { 
  content: '';
  width: 30px;
  height: 2px;
  background-color: #9ccabd;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
}

.row-breadcrumb {
  text-align: center;
  margin-bottom: 30px;
}

.row-breadcrumb ul {
  border: 1px solid #eee;
  border-radius: 30px;
  display: inline-block;
}

.row-breadcrumb ul li {
  list-style: none;
  display: inline-block;
}

.row-breadcrumb ul li a {
  text-decoration: none;
  border: 0 !important;
  padding: 10px !important;
  display: block;
  color: #aaa;
  font-size: 10pt;
  border-radius: 30px;
}

.row-breadcrumb ul li:first-child a {
  padding-left: 20px !important;
}

.row-breadcrumb ul li:last-child a {
  padding-right: 20px !important;
}

.row-breadcrumb ul li a.selected {
  background-color: #679889;
  color: #fff !important;
}

.row-intro {
  margin-bottom: 60px;
}

.subtitle1,
#page-info h3,
.single-product .event-content h3,
.single-content .sidebar .price span {
  font-size: 14pt;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #679889;
  margin-bottom: 30px;
}

.single-product .event-content h4 {
  font-size: 12pt;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #679889;
  margin-bottom: 15px;
}

.single-product .event-content h2 {
  font-size: 16pt;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #679889;
  margin-bottom: 30px;
}

.single-product .event-content ul {
  padding: 0;
  margin: 0;
}

.single-product .event-content ul li {

}

.p1,
.p1 p,
.p2,
body.page ul li,
.single-product .event-content p,
.single-product .event-content ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5;
}

/*
body.page ul li {
  list-style-type: "-"; 
}
*/

.cta1,
.cta2,
.cta3,
.cta4 {
  text-decoration: none;	
}

.cta1 {
  width: 16px;
  height: 16px;
  font-size: 0;
  padding: 12px;
  border-radius: 100%;
  margin-top: 30px;
  display: inline-block;
  background: #a2cbbc url('img/icon-arrow-right.svg') center center / 16px auto no-repeat;
  transition: background-color .6s ease-in-out, color .6s ease-in-out, transform .6s ease-in-out;
}

.cta1:hover {
  background-color: #568573;
  transform: scale(1.1);
}

.cta2,
.wpcf7-submit,
.cta3,
.cta4 {
  text-decoration: none;
  padding: 12px 48px 12px 18px;
  border-radius: 32px;
  font-size: 12pt;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.cta2,
.wpcf7-submit {
  margin-top: 30px;
  border: 1px solid #568573;
  color: #568573;
  background: transparent url('img/icon-arrow-right-g.svg') center right 16px / 16px auto no-repeat;
  transition: all .6s ease-in-out;
}

.cta3 {
  margin-top: 30px;
  color: #fff;
  border: 1px solid #338774;
  background: #338774 url('img/icon-arrow-right.svg') center right 16px / 16px auto no-repeat;
  transition: background-color .6s ease-in-out, color .6s ease-in-out, transform .6s ease-in-out;
}

.cta2:hover,
.wpcf7-submit:hover {
  border-color: #4b8574;
  color: #fff;
  background: #4b8574 url('img/icon-arrow-right.svg') center right 16px / 16px auto no-repeat;
}

.cta4 {
  margin-top: 30px;
  color: #568573;
  border: 1px solid #fff;
  background: #fff url('img/icon-arrow-right-g.svg') center right 16px / 16px auto no-repeat;
  transition: background-color .6s ease-in-out, color .6s ease-in-out, transform .6s ease-in-out;
}

.bg-cream {
  background-color: #efede3;
}

.bg-light-green {
  background-color: #a2cbbc;
}

.bg-dark-green {
  background-color: #568573;
}

.reveal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
}

.reveal.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tooltip {
  position: relative;
}

.tooltip .tooltip-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}


#header {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  backdrop-filter: blur(15px);
}

body.page #header {
  border-bottom: 1px solid #eee;
}

#header #header-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

#header #header-menu li {
  list-style: none;
}

#header #header-menu li.separate {
  height: 100%;
  background: #eee;
  width: 1px;
}

header #header-menu li a.selected {
  font-weight: 700;
}

#header #header-logo img {
  height: 80px;
  max-width: 100%;
  display: block;
  transition: height .6s ease-in-out;
}

#header #header-menu li a {
  color: #679889;
  text-decoration: none;
  padding-bottom: 10px;
}

#header .cart-link {
  display: flex;
  align-items: center;
}

#header .cart-link sup {
  color: #9CCABD;
  display: inline-block;
  font-size: 0.7rem;
  margin-left: 3px;
}

#baseline {
  height: 70vh;
  background: green;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9CCABD;
  background: linear-gradient(145deg, rgba(156, 202, 189, 1) 0%, rgba(75, 133, 116, 1) 50%);
  position: relative;
  overflow: hidden;
}

#baseline.compact {
  height: 30vh;x
}

#baseline .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  opacity: 0.1;
  z-index: 8000;
}

#baseline .reveal {
  position: relative;
  z-index: 8500;
}

#baseline span {
  font-size: 0.9rem;
  display: block;
}

#baseline h1 {
  color: #fff;
  text-align: center;
  display: block;
}

#baseline h1 i,
#baseline h1 em {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}

#baseline .cta1 {
  transform: rotate(90deg);
  background-color: #fff;
  background-image: url('img/icon-arrow-right-g.svg');
}

#baseline .cta1:hover {
  background-color: #8fcdbd;
  transform: scale(1.1), rotate(90deg);
}

body.page h2,
.payment_method_stripe label,
#news .new .col.text h4 {
  font-size: 16pt;
  line-height: 24pt;
  color: #679889;
  font-weight: normal;
  margin-bottom: 40px;
}

body.page hr,
.single-product .event-content hr,
#single hr {
  margin: 40px 0;
  height: 1px;
  border: 0;
  background: green;
  width: 20px;
}

body.page ul {
  padding: 20px;
}

#introduction h2 {
  color: #679889;
}

#gallery ul li {
  list-style: none;
}

#gallery ul li img {
  width: 100%;
  height: auto;
}

.row-title span {
  font-size: 10pt;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
}

.row-title {
  text-align: center;
}

.row-title span {
  color: #679889;
}

#events .event {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background 1s;
  background-color: #729a8c; 
  border-top: 10px solid #f1efea;
  background: linear-gradient(-45deg, rgba(156, 202, 189, 1) 0%, rgba(75, 133, 116, 1) 50%);
  transition: border-color .6s ease-in-out;
}

.single-content-event .event-top {
  padding: 30px;
}

.single-content-event {
  background-color: #729a8c; 
  border-top: 10px solid #f1efea;
  background: linear-gradient(-45deg, rgba(156, 202, 189, 1) 0%, rgba(75, 133, 116, 1) 50%);
}

.single-content-event .event-speaker {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}

body.frontpage #events .event {
  margin-bottom: 20px;
}

body.category #events .event {
  margin-bottom: 60px;
}

#events .event h4,
#events .event h5,
#events .event h6,
.single-content-event h4 {
  font-weight: lighter;
}

#events .event .event-top span,
.single-content-event .event-top span {
  font-size: 0.7rem;
}

#events .event h4 {
  font-size: 1.3rem;
}

#events .event h4,
.single-content-event .event-top span {
  color: #fff;
}

#events .event .event-bottom {
  padding: 30px;
}

#events .event h4 {
  position: relative;
  min-height: 70px;
}

#events .event h4::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  background-image: url('img/icon-arrow-right.svg'); 
  background-size: 16px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 15px;
  opacity: 0;
  transition: .6s ease-in-out;
}

#events .event:hover h4::after {
  opacity: 1;
  margin-right: 0;
}

#events .event h5,
#events .event .event-top,
.single-product .event-speaker {
  color: #fff;
}

#events .event h5,
.single-product .event-speaker h5 {
  font-size: 13pt;
}

#events .event .event-top p,
.single-product .event-speaker p {
  font-size: 9pt;
  line-height: 12pt;
}

#events .event .event-top,
#events .event .event-bottom {
  box-sizing: border-box;
  width: 100%;
}

#events .event .event-top,
.single-product .event-bottom,
.single-product .event-content {
  padding: 30px;
}

.single-product .event-content ul li {
  list-style: none;
  padding-left: 45px;
  position: relative;
  min-height: 16px;
  margin-bottom: 4px;
}

.single-product .event-content ul li::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url('img/icon-arrow-right-g.svg') center center / 100% auto no-repeat;
  position: absolute;
  left: 15px;
  top: 2px;
  bottom: 0;
}

.single-product .event-content {
  background-color: #f1efea;
}

.single-product .event-content a {
  text-decoration: none;
  border-bottom: 1px solid #d1cec5;
  padding-bottom: 1px;
  color: #000;
}

.single-content .sidebar {
  background: #f1efea;
  padding: 30px;
}

.single-content .sidebar .quantity {
  display: none !important;
}

.single-content .sidebar .cta3 {
  width: 100%;
  margin-top: 15px !important;
}

.single-content .sidebar ul {
  margin-bottom: 15px;
}

.single-content .sidebar ul li {
  list-style: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-content .sidebar ul li i {
  margin-right: 10px;
}

.single-content .sidebar .download {
  font-size: 0.8rem;
  color: #679889;
  text-decoration: none;
}

.single-content .sidebar .price span * {
  font-weight: 600;
}

.single-content .sidebar {
  text-align: center;
}

#events .event .event-bottom,
.single-product .event-bottom {
  background: #f1efea;
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 16px auto;
  color: #000;
}

.event-bottom-time p {
  max-width: 90%;
  color: #000 !important;
}

#events .event .event-bottom {
  width: 100%;
}

#events .event .event-bottom ul li,
.single-product .event-bottom ul li {
  font-size: 10pt;
  list-style: none;
  position: relative;
}

#events .event .event-bottom ul li:last-child::before,
.single-product .event-bottom ul li:last-child:before {
  display: none;
}

#events .event .event-bottom ul li p *,
#events .event .event-bottom ul li .woocommerce-Price-amount {
  color: #000;
}

.single-product .sidebar {
  position: sticky;
  top: 100px;
}

#events .event .event-speaker {
  margin-top: 15px;
}

#news .new {
  margin-bottom: 60px;
}

#news .new:nth-child(odd) {
  flex-direction: row-reverse;
}

#news .new h4 {
  line-height: unset !important;
}

#news .new h4 span {
  display: block;
  font-size: 0.8rem;
  color: #999;
}

#news .new .col.thumb {
  overflow: hidden;
  height: 300px;
}

#news .new a {
  text-decoration: none;
}

#news .new .col.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.members li {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}

.members li .img {
  margin: 15px 0;
  font-size: 0;
}

.members li .img img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  aspect-radio: 1/1;
}

.members li h5 {
  color: #679889;
  font-weight: normal;
}

.tabs .tabs-index {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  justify-content: space-around; 
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0;
}

.tabs .tabs-index li {
  list-style: none;
  color: #bbb;
  position: relative;
  order: 0;
  flex: 1 0 auto;
  align-self: auto;
  text-align: center;
  cursor: pointer;
  padding: 12px 0;
  transition: color .6s ease-in-out, background-color .6s ease-in-out;
}

.tabs .tabs-index li::after {
  content: '';
  height: 60%;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
}

.tabs .tabs-index li:last-child::after,
.tabs .tabs-index li.selected::after {
  display: none;
}

.tabs .tabs-index li:hover,
.tabs .tabs-index li.selected {
  color: #fff;
  background: #568573;
}

.tabs .tabs-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tabs .tabs-content table {
  width: 100%;
  border-collapse: collapse;
}

.tabs .tabs-content table td {
  vertical-align: middle;
  font-size: 10pt;
  color: #000;
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.tabs .tabs-content table tr {
  transition: background-color .6s ease-in-out;
}

.tabs .tabs-content table tr:hover {
  background: #eee;
}

.tabs .tabs-content table tr.hidden {
  display: none;
}

.tabs .tabs-content table thead td {
  background-color: #568573;
  color: #fff;
}

.tabs .tabs-content table tr:last-child td {
  border: 0;
}

#page-info a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
}

#single img {
  width: 100%;
  height: auto;
  display: block;
}

#single .pictures li {
  list-style: none;
}

#single .pictures li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}

#single .double p a {
  color: #9CCABD;
}

#footer {
  background: #9CCABD;
  background: linear-gradient(-45deg, rgba(156, 202, 189, 1) 0%, rgba(75, 133, 116, 1) 50%);
  padding-top: 60px;
  padding-bottom: 60px;
}

#footer a,
#footer p {
  color: #fff;
  text-decoration: none;
  transition: color .6s ease-in-out;
}

#footer a:hover {
  color: #672b72;
}

#footer ul.contact {
  margin-bottom: 15px;
}

#footer ul.legal {
  font-size: 0.8rem;
  margin-top: 15px;
}

#footer ul.legal li {
  list-style: none;
  margin: 0 10px;
  display: inline-block;
}

#footer ul.contact li {
  display: inline-flex;
  list-style: none;
  margin: 0 10px;
}

#footer ul.contact li a {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-flex;
}

.wpcf7-textarea,
.wpcf7-text {
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 11pt;
  margin-bottom: 12px;
  background-color: #efede3;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: background-color .6s ease-in-out;
}

.wpcf7-textarea:focus,
.wpcf7-text:focus {
  outline: none;
  background: #e0ded4;
}

/* woocommerce */

.woocommerce-MyAccount-navigation ul {
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
  font-size: 10pt;
  color: #999;
  text-decoration: none;
  padding-bottom: 2px;
  transition: color 1s ease-in-out;
  padding-right: 30px;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  position: relative;
  font-weight: bolder;
}

.woocommerce-MyAccount-navigation ul li.is-active a::after {
  height: 100%;
  width: 16px;
  background: url('img/icon-arrow-right-b.svg') center center / 100% auto no-repeat;
  content: '';
  position: absolute;
  right: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0 !important;
  padding: unset !important;
}

.woocommerce form .form-row {
  padding: unset !important;
}

.woocommerce form .form-row label {
  font-size: 10pt;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
  font-size: 10pt !important;
  padding: 5px !important;
  border: 0 !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .button {
  display: inline-flex !important;
  align-items: center !important;
  color: #568573;
  font-size: 12pt !important;
  padding: 12px 48px 12px 18px !important;
  border-radius: 32px !important;
  border: 1px solid #568573 !important;
  border-image: initial !important;
  text-decoration: none !important;
  background: url(img/icon-arrow-right-g.svg) right 16px center / 16px no-repeat transparent !important;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, color 0.6s ease-in-out !important;
}

.woocommerce .single_add_to_cart_button {
  border: 1px solid #fff !important;
  background: url(img/icon-arrow-right.svg) right 16px center / 16px no-repeat transparent !important;
}

.woocommerce-password-strength {
  font-weight: normal !important;
  font-size: 0.6rem !important;
}

.woocommerce .button:hover {
	
}

.woocommerce-checkout #payment div.payment_box {
  padding: 0;
}

.woocommerce-orders-table__cell-order-actions a {
  margin-right: 10px;
}

.woocommerce-orders-table__cell-order-actions a:last-child {
  margin-right: 0;
}

.single_add_to_cart_button:hover {
  background-color: #fff !important;
  color: #000 !important;
  background-image: url(img/icon-arrow-right-b.svg) !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: 0 !important;
  font-size: 0.8rem !important;
  text-align: center !important;
}

.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
  display: none !important;
}

.woocommerce form .form-row label {
  font-size: 0.6rem;
}

.woocommerce form .form-row .input-text {
  border: 1px solid #eee !important;
  padding: 5px !important;
  font-size: 0.9rem !important;
  border-radius: 0 !important;
  transition: border-color .6s ease-in-out;
}

.woocommerce form .form-row .input-text:focus {
  border-color: #568573 !important;
  outline: none !important;
}

.woocommerce form .form-row label,
.woocommerce form .form-row .input-text {
  font-family: "Poppins", sans-serif;
}

.woocommerce .woocommerce-privacy-policy-text p,
.woocommerce .woocommerce-privacy-policy-text p a,
.woocommerce-LostPassword,
.woocommerce-LostPassword a {
  font-size: 0.5rem !important;
  line-height: 0.8rem !important;
  color: #999 !important;
  padding: 10px 0;
}

.woocommerce table.shop_table {
  border-radius: 0 !important;
}

body.single .woocommerce,
body.page .woocommerce {
  padding: 60px 0;
}

.woocommerce table *,
.woocommerce table.shop_table .actions .button {
  font-size: 0.8rem !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tr,
.woocommerce table.shop_table td,
.woocommerce table.shop_table .actions .button {
  font-weight: 400 !important;
}

.woocommerce table.shop_table td.product-name a {
  font-weight: 700 !important;
  text-decoration: none;
  color: #338774;
}

.woocommerce table.shop_table tr a {
  color: #000;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: unset;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.woocommerce table.shop_table .actions .button {
  padding
}

.woocommerce a.remove:hover {
  background: transparent !important;
}

.woocommerce table.cart td.actions {
  text-align: left !important;
}

.woocommerce table.shop_table .actions .button {
  padding: 0 !important;
}

.woocommerce-checkout {
  margin-bottom: 40px;
}	


.woocommerce-checkout #payment {
  border-radius: unset !important;
  padding: 30px;
}

.woocommerce-checkout #payment,
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
  background: #f1efea !important;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row .select2-container .select2-selection--single {
  font-size: 0.8rem !important;
  border: 0 !important;
}

.woocommerce form .form-row {
  margin-bottom: 15px !important;
}

.woocommerce-checkout #payment div.payment_box {
  padding: 0 !important;
}

.woocommerce .wc-payment-form {
  border: 0;
  padding: 30px 0 0 0;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

.woocommerce .place-order.row {
  width: 100%;
}

.woocommerce .woocommerce-terms-and-conditions-checkbox-text a {
  color: #000;
}

.woocommerce .fooevents-eventname {
  display: none;
}

.woocommerce .fooevents-attendee {
  margin-top: 40px;
}

.woocommerce .fooevents-attendee h4.fooevents-attendee-number {
  font-size: 12pt;
  line-height: 18pt;
  color: #679889;
  font-weight: normal;
  margin-bottom: 20px;
}

ul.wc_payment_methods {
  border: 1px solid #eee !important;
  margin-bottom: 30px;
}

.show-summary {
  float: right;
  font-size: 10pt;
  text-decoration: none;
  color: #999;
  border-bottom: 1px solid #eee;
  padding-bottom: 2px;
}

.woocommerce-checkout-review-order-inner {
  max-height: 1000px;
  opacity: 1;
  transition: all .6s ease-in-out;
}

.woocommerce-checkout-review-order-inner.hidden {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 12px;
  padding: 16px;
}

.woocommerce-notices-wrapper .woocommerce-error li {
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.woocommerce-notices-wrapper .woocommerce-error li a {
  color: #000;
}

.woocommerce .woocommerce-thankyou-order-received,
.woocommerce .woocommerce-thankyou-order-failed {
  padding: 15px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.woocommerce .woocommerce-thankyou-order-received {
  background: #4b8574;
}

.woocommerce .woocommerce-thankyou-order-failed {
  background: #854b4b;
}

.woocommerce ul.order_details {
  border: 1px solid #eee;
  text-align: center;
}

.woocommerce ul.order_details li {
  float: unset !important;
  display: inline-block !important;
  text-transform: unset !important;
  line-height: 2;
}

.woocommerce ul.order_details li strong * {
  font-weight: bolder;
}

.woocommerce .woocommerce-customer-details address {
  padding: 30px !important;
  font-size: 0.8rem;
  line-height: 1.5;
  border: 1px solid #eee !important;
  border-radius: 0 !important;
}

.woocommerce .p-FieldError {
  font-size: 0.6rem;
  margin-top: 5px;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
  border-radius: 0;
  background-color: unset !important;
  margin: unset !important;
  padding: unset !important;
}

.woocommerce-error .row .col, 
.woocommerce-info .row .col, 
.woocommerce-message .row .col {
  background: #eee;
  padding: 15px 0;
}

.woocommerce-error .row .col .button, 
.woocommerce-info .row .col .button, 
.woocommerce-message .row .col .button {
  display: none !important;
}

.woocommerce .woocommerce-Address address {
  font-size: 0.8rem;
}

.woocommerce .woocommerce-Address address a {
  color: #000;
}

.variations_form {
  padding-top: 15px;
  margin: 15px 0;
} 

.variations_form .variations,
.variations_form .variations select {
  width: 100%;
}

.variations_form .variations select {
  padding: 10px;
  border: 0;
}

.variations_form .single_variation {
  margin-top: 15px;
}

.sidebar p.price {
  display: none;
}






.events-filters {
  margin-bottom: 60px;
  text-align: center;
}

.events-filters a {
  margin: 0 20px !important;
}

@media (max-width: 900px) {
  .hide-mobile {
  	display: none !important;
  }
  #header #header-logo img,
  #header.compact #header-logo img {
    width: 70vw;
    height: auto;
  }
  #header #header-menu {
  	max-height: 0;
  	overflow: hidden;
  	opacity: 0;
  	padding-top: 0;
  	padding-bottom: 0;
  	transition: max-height .6s ease-in-out, opacity .6s ease-in-out, padding-top .6s ease-in-out, padding-bottom .6s ease-in-out;
  }
  body.menu #header #header-menu {
  	max-height: 1000px;
  	opacity: 1;
  	padding-top: 15px;
  	padding-bottom: 15px;
  }
  #header .row-full .col {
    display: flex;
  }
  #header #toggle-menu {
    display: block;
    text-decoration: none;
    color: #679889;
    line-height: 0.3;
    font-size: 1.3rem;
    font-weight: lighter;
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  #header #header-menu,
  #header #header-menu li {
    width: 100%;
  }
  #header #header-menu li {
    display: block;
    text-align: center;
  }
  #header #header-menu li a {
    font-size: 1.2rem;
    padding: 10px 0;
    display: block;
  }
  #header #header-menu li.separate {
    display: none;
  }
  #baseline h1 {
    max-width: 90%;
  }
  #baseline .bg img {
    height: 100%;
    width: auto;
  }
  #events .event .event-speaker {
    margin-top: 15px;
  }
  #events .event .event-speaker .event-speaker-left,
  .single-product .event-speaker .event-speaker-left {
  	margin-bottom: 15px;
  }
  #events .event .event-speaker .event-speaker-left img,
  .single-product .event-speaker .event-speaker-left img {
    width: 50%;
    height: auto;
    display: block;
    border-radius: 100%;
    min-width: 100px;
  }
  #events .event .event-bottom ul li br,
  .single-product .event-bottom ul li br {
  	display: none;
  }
  #events .event .event-bottom ul li,
  .single-product .event-bottom ul li {
    padding: 5px 0;
  }
  #gallery ul li {
    margin-bottom: 30px;
  }
  #footer .row .col {
  	margin-bottom: 30px;
  }
}

@media (min-width: 900px) {
  .row .inner.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #header {
    padding-bottom: 15px;
  }
  #header .row-full {
    display: flex;
    align-items: center;
  }
  #header ul li a {
  	font-size: 0.9rem;
    line-height: 1.5;
  }
  #header #toggle-menu {
    display: none;
  }
  #header #header-menu li {
    display: inline-block;
    margin-left: 15px;
  }
  #header #header-menu li.dropdown {
    padding-right: 18px;
  }
  #header #header-menu li.dropdown ul {
    max-height: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -10px;
    background: #fff;
    padding: 10px;
    line-height: 16pt;
    min-width: 200px;
  }
  #header #header-menu li.dropdown:hover ul {
    max-height: 800px;
    opacity: 1;
    text-align: left;
    transition: max-height .6s ease-in-out, opacity .6s ease-in-out;
  }
  #header #header-menu li.dropdown ul li {
    display: block;
    margin-left: 0 !important;
    white-space: nowrap;
    font-size: 10pt;
  }
  #header #header-menu li.dropdown {
    position: relative;
  }
  #header #header-menu li.dropdown::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 12px;
    background: url('img/icon-caret.svg') center center / 100% auto no-repeat;
    content: '';
    opacity: 0.3;
  }
  #baseline h1 {
    max-width: 600px;
  }
  #news .new {
    display: flex;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 60px;
  }
  #news .new::after {
    width: calc(100% - 120px);
    height: 1px;
    background: #eee;
    content: '';
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 0;
  }
  #baseline .bg img {
    width: 50%;
    height: auto;
  }
  #events .event .event-speaker,
  .single-product .event-speaker {
    display: flex;
    align-items: center;
  }
  #events .event .event-speaker {
    margin-top: 15px;
  }
  #events .event .event-speaker .event-speaker-left,
  .single-product .event-speaker .event-speaker-left {
    width: 40%;
  }
  #events .event .event-speaker .event-speaker-right,
  .single-product .event-speaker .event-speaker-right {
    width: 60%;
    padding-left: 30px;
    box-sizing: border-box;
  }
  #events .event .event-speaker .event-speaker-left img,
  .single-product .event-speaker .event-speaker-left img {
    width: 80%;
    height: auto;
    display: block;
    border-radius: 100%;
    min-width: 100px;
  }
  #events .event .event-bottom ul li,
  .single-product .event-bottom ul li {
    margin-bottom: 5px;
  }
  .wpcf7-textarea,
  .wpcf7-text {
    width: 600px;
  }
}

@media (min-width: 1300px) {
  .row {
    width: 1200px;
  }
  .row.compact {
    width: 800px;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  #header #header-logo img {
    height: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  #header #header-logo img {
    height: 50px;
  }
  #baseline h1 {
    font-size: 22pt;
  }
}

@media (min-width: 1500px) {
  #header #header-logo img {
    height: 70px;
  }
  #baseline h1 {
    font-size: 26pt;
  }
}

