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

body {
  font-family: 'Open Sans', sans-serif;
}

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

.row {
  margin: 0 auto;
}

.padding-x {
  padding: 50px 0;
}s
  
.clear {
  clear: both;
}

.center {
  text-align: center;
}

.bg-light-grey {
  background: rgb(255,255,255);
  background: linear-gradient(360deg, rgba(255,255,255,1) 25%, rgba(238,238,238,1) 100%);
  background-attachment: fixed;
}

.bg-light-blue {
  background: rgb(255,255,255);
  background: linear-gradient(360deg, rgba(255,255,255,1) 25%, rgba(222,237,251,1) 100%);
  background-attachment: fixed;
}

.bg-blue {
  background: #4199e9;
}

.bg-blue h2,
.bg-blue .numbers {
  color: #fff !important;
}

.bg-blue h2::after {
  background: #fff !important;
}

.bg-img {
  background-size: cover;
  min-height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
}

.intro {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro div {
  width: 80%;
  min-width: 400px;
}

h1 {
  font-weight: 700;
  color: #000;
  padding: 10px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

h2 {
  font-weight: 700;
  color: #4eaeff;
  padding: 10px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

h2::after {
  position: absolute;
  height: 3px;
  background: #59dfb7;
  width: 30px;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  content: '';
}

.justify p {
  text-align: justify;
  text-align-last: center;
}

p.signature {
  text-align: right;
}

.btn {
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px !important;
  color: #000;
  border: 0;
  cursor: pointer;
  background-image: url('img/icon-arrow-white.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right 10px;
  transition: background .5s ease-in-out, color .5s ease-in-out;
}

.btn.center {
  display: inline-block;
  margin-left:50%;
  transform: translateX(-50%);
}

.btn.white {
  background: #fff;
  color: #000;
}

.btn.grey {
  background: #eee;
}

.btn.grey:hover {
  background: #bbb;
}

.btn.green {
  background: #59dfb7;
  color: #fff;
}

.btn.green:hover {
  background: #4bba99;
}

.btn.blue {
  background: #4199e9;
  color: #fff;
}

.btn.blue:hover {
  background: #3781c4;
}

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

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

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

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

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

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

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

#header {
  border-top: 5px solid #45a5fb;
  border-bottom: 1px solid #eee;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
}

#header #header-logo img {
  width: auto;
  transition: width .5s ease-in-out;
}

#header #header-menu li {
  color: #ddd;
}

#header #header-menu li a {
  color: #999;
  text-decoration: none;
  position: relative;
}

#header #header-menu li.dropdown {
  position: relative;
  text-align: left;
}

#header #header-menu li a:hover,
#header #header-menu li a.selected,
#header #header-menu li.dropdown:hover .dropdown-title {
  color: #45a5fb !important;
}

#header #header-menu li.dropdown ul {
  background: #fff;
  z-index: 9999;
}

#header #header-menu li.dropdown ul li {
  border-bottom: 1px solid #eee;
  display: block;
  white-space: nowrap;
}

#header #header-menu li.dropdown ul li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#header #header-menu li.dropdown ul li,
#header #header-menu li.dropdown ul li a {
  font-size: 10pt;
  color: #999;
  text-decoration: none;
}

#header #header-menu li.dropdown:hover ul {
  display: block;
}

#header #header-menu li.dropdown ul li {
  margin: 0;
}

#header a i {
  background-color: #eee;
  border-radius: 50%;
  background-size: 16px auto;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
}

.row-full.slideshow {
  position: relative;
  z-index: 9989;
}

.row-full.slideshow .slideshow-caption {
  position: absolute;
  background: #fff;
  padding: 15px 0;
  text-align: center;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.row-full.slideshow .slideshow-caption p {
  font-weight: 700;
  color: #4eaeff;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

.row-full.slideshow .slideshow-caption p::after {
  content: '';
  height: 1px;
  width: calc(100% - 100px);
  background: #eee;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50px;
  right: 50px;
}

.row-full.slideshow,
.row-full.slideshow .slideshow-item {
  height: 300px;
}

.row-full.slideshow .slideshow-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.training {
  list-style: none;
  padding-top: 50px !important;
}

.training .training-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.training.all .col-inner {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 10pt;
  text-decoration: none;
}

.training .training-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.training .col-inner {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  position: relative;
  border-bottom: 1px solid #4199e9;
  transition: background-color .4s ease-in-out;
}

.training:hover .col-inner {
  background: #eee;
}

.training .col-inner a {
  display: block;
  text-decoration: none;
}

.training .col-inner .btn.blue {
  position: absolute;
  bottom: 0;
  right: 0;
}

.training .col-inner .btn.blue i {
  width: 12px;
  height: 12px;
}

.training .col-inner .btn.blue {
  transition: padding .4s ease-in-out;
}

.training:hover .col-inner .btn.blue {
  padding: 10px 15px !important;
}

.training .col-inner ul li {
  margin-right: 10px;
  position: relative;
}

.training .col-inner ul li:last-child {
  border: 0;
}

.training .col-inner ul li a {
  color: #000;
  font-size: 10pt;
  border-bottom: 1px solid transparent;
  transition: color .4s ease-in-out, border-color .5s ease-in-out;
}

.training .col-inner ul li a:hover {
  color: #4eaeff;
  border-color: #4eaeff;
}

.training h2 {
  padding: 0;
  margin: 0;
  text-align: left;
}

.training h2::after {
  display: none;
}

.training .col-inner ul li form {
  font-size: 0;
}

.training .product-thumb {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
}

.training .product-thumb img {
  max-height: 90%;
  max-width: 90%;
  height: auto;
  width: auto;
  display: block;
}

.training .product-infos {
  flex: 1;
  padding-left: 25px;
}

.training .product-infos .date,
.training .product-infos .price,
.training .col-inner ul li button {
  font-size: 10pt;
} 

.training .product-infos .price {
  font-weight: lighter;
  color: #e97163;
}

.training .product-infos .date {
  color: #999;
}

.training .col-inner ul li button {
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #000;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: color .4s ease-in-out, border-color .5s ease-in-out;
}

.training .col-inner ul li button:hover {
  color: #4eaeff;
  border-color: #4eaeff;
}

.training h2,
.training h2 a {
  font-weight: 700;
  color: #46a6fc;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

.training h2 a:hover {
  color: #000;
}

.training h3, 
.training h3 a {
  font-weight: 700;
  color: #46a6fc;
  font-size: 13pt;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

.training h3 a,
.training .col-inner .training-img {
  text-decoration: none;
}

.training .col-inner .training-img,
.training h3 {
  margin-bottom: 15px;
}

.training p {
  color: #555;
  padding: 0 !important;
}

#training h3 {
	
}

#training hr {
  width: 100%;
  border: 0;
  height: 1px;
  background: red;
  display: block;
}

.product .infos {
  background: #fff;
  margin: 0;
  padding: 25px;
}

.product .infos li {
  list-style: none;
  padding-bottom: 10px;
  display: block;
  margin-bottom: 10px;
  font-size: 10pt;
  border-bottom: 1px solid #eee;
}

.product .infos li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.product .infos li label {
  color: #999;
}

.product .double,
.product .full {
  background: #fff;
  margin: 0;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.product .double .inner,
.product .full .inner {
  padding: 25px;
}

.product .double .btn {
  border: 0;
}

.product .double .label {
  padding: 20px !important;
  background: #eee;
  color: #000;
}

.variations .label,
.product .reset_variations {
  display: none !important;
}

.product .double .label .btn {
  margin-left: 10px;
}

.cart {
  text-align: center;
  padding: 25px 0;
  margin-bottom: 50px;
  border: 1px solid #eee;
}

#download-leaflet {
  width: 200px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background: #4eaeff;
  padding: 15px;
  font-size: 10pt;
  text-align: center;
  text-decoration: none;
}

.product .double .label,
.product .double .btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 10pt;
}

.product .double hr {
  margin: 50px 0;
  border: 0;
  height: 1px;
  background: #eee;
}

.product .double p,
.product .double ul,
.product .double ul li {
  font-size: 11pt;
  line-height: 16pt;
  text-align: left;
}

.product .double ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.product .double ul li::before {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: '—';
}

.product .double h3 {
  margin-bottom: 10px;
  color: #e97067;
  text-transform: uppercase;
  font-weight: 300;
}

.product .double h4 {
  margin-bottom: 10px;
  color: #000;
  font-weight: 300;
}

#actions {
  text-align: center;
  padding: 25px 0 40px 0;
}

#actions a,
#actions form {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 30%;
  margin: 0 10px;
}

#actions a,
#actions button,
.single_add_to_cart_button {
  font-size: 11pt;
  line-height: 15pt;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border: 0;
  transition: background .4s ease-in-out;
}

#actions a  {
  background: #e97163;
  padding: 25px 0;
}

#actions button { 
  background: #e97163;
  padding: 25px 0;
}

#actions a:hover,
#actions button:hover {
  background: #e41319;
}

.single_add_to_cart_button {
  background: #59dfb7 !important;
  padding: 15px !important;
  font-size: 12pt;
}

.woocommerce-variation-price {
  padding: 10px 0;
}

.single_add_to_cart_button:hover {
  background: #4bba99 !important;
}

#actions form button {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#option,
#date {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 0;
  font-size: 10pt;
}

.page,
.page p {
  font-size: 11pt;
  line-height: 16pt;
  text-align: left;
}

.page p {
  padding: 10px 0 !important;
}

.page strong {
  color: #4eaeff;
}

.page ul {
  margin: 10px 0;
  padding: 0;
}

.page ul li {
  padding: 0;
  list-style: inside;
}

.numbers {
  text-align: center;
}

.numbers span {
  font-size: 30pt;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #59dfb7;
  padding: 15px;
}

#members .member-img {
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#members .member-info {
  height: 70px;
  border-bottom: 1px solid #eee;
}

#members .member-info h2,
#members .member-info h3 {
  margin: 0;
  padding: 0;
  text-align: center;
}

#members .member-info h2 {
  font-size: 11pt;
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: initial !important;
}

#members .member-info h2::after {
  display: none;
}

#members .member-info h3 {
  font-size: 10pt;
}


#footer {
  text-align: center;
  border-top: 1px solid #ddd;
}

#footer p,
#footer a,
#footer p a {
  color: #000;
  font-size: 10pt;
  text-decoration: none;
}

.legals {
  margin: 0;
  padding: 23px 0 20px 0;
  border-top: 1px solid #ddd;
  width: 100%;
}

.legals li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

.legals li,
.legals li a {
  font-size: 10pt;
  color: #000;
}

.legals li a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
  transition: border-color .4s ease-in-out;
}

.legals li a:hover {
  border-color: #000;
}

#qualiopi {
  width: 200px;
  height: auto;
  margin: 25px auto;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-submit {
  padding: 15px;
  background: #fff;
  border: 0;
  margin-bottom: 5px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  transition: background .5s ease-in-out;
}

.wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-textarea:focus {
  background: #eee;
  border: 1px solid #fff;
  outline: 0;
}

.wpcf7 .wpcf7-textarea {
  border-bottom: 1px solid #eee;
}

.wpcf7 .wpcf7-submit {
  text-align: center;
  background: #59dfb7;
  color: #fff;
  transition: background .5s ease-in-out;
}

.wpcf7 .wpcf7-submit:hover {
  background: #4bba99;
}

.cycle div {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

hr {
  border: 0;
  height: 1px;
  background: #ddd;
  width: calc(100% - 30px);
  margin: 15px auto;
}

/* WooCommerce */

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.woocommerce form.login {
  background: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 25px !important;
  margin: 0 !important;
  font-size: 11pt;
}

.woocommerce form .form-row .required {
  display: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  border: 0 !important;
}

.woocommerce-LostPassword {
  padding: 0 !important;
}

.woocommerce-LostPassword a {
  font-size: 9pt;
  color: #aaa;
}

.wc-memberships-restriction-message {
  border: 0 !important;
  font-size: 10pt;
  padding: 25px;
}

.wc-memberships-restriction-message a {
  color: #000;
}

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

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  width: 100%;
  border: 0;
  padding: 10px;
  background: #eee;
  transition: background .4s ease-in-out;
}

.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  background: #ddd;
}

.woocommerce-notices-wrapper .col {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 9pt;
}

.woocommerce-notices-wrapper .col a {
  display: none;
}

.woocommerce .wc-memberships-restriction-message {
  text-align: center;
}

.woocommerce {
  background: #fff;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
  border: 0 !important;
  background: #fff !important;
}

.woocommerce-EditAccountForm,
.woocommerce-MyAccount-content {
  padding: 25px;
}

.woocommerce-MyAccount-navigation-link--ly_saved_cards {
  display: none !important;
}

.woocommerce fieldset {
  border: 1px solid #eee;
}

.woocommerce address {
  background: #eee;
  padding: 25px;
}

.woocommerce a.edit {
  color: #000;
}

.woocommerce-checkout {
  padding: 25px;
}

.woocommerce-additional-fields {
  display: none;
}

#order_review {
  margin-top: 25px;
}

.woocommerce-form-login-toggle .woocommerce-info {
  font-size: 9pt;
  text-align: center;
  border-bottom: 1px solid #eee !important;
  color: #999;
}

.woocommerce-form-login-toggle .woocommerce-info a {
  color: #999;
}

.woocommerce table.shop_table th {
  font-weight: normal !important;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #fff !important;
  font-size: 10pt;
}

.woocommerce-privacy-policy-text {
  font-size: 9pt;
}

.woocommerce-privacy-policy-text a {
  color: #000;
  font-size: 9pt;
}

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

#place_order {
  text-align: center;
  background: #59dfb7;
  color: #fff;
  transition: background .5s ease-in-out;
  padding: 15px;
  font-size: 0.9em;
  line-height: 1.2em;
  width: 100% !important;
  border-radius: 0 !important;
}

#place_order:hover {
  background: #4bba99;
}

.woocommerce-thankyou-order-received {
  font-size: 12pt;
  background: #59dfb7;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.woocommerce ul.order_details {
  margin: 0 !important;
}

.woocommerce-thankyou-order-details {
  padding: 25px;
}

.woocommerce-order p a {
  color: #000;
}

.woocommerce-customer-details address {
  background: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 25px !important;
  width: calc(100% - 100px) !important;
}

.woocommerce-customer-details address,
.woocommerce-customer-details address p {
  font-size: 0.9em;
  padding: 0;
}

.woocommerce ul.order_details li {
  width: 50%;
  margin: 0 !important;
  padding: 10px 0 !important;
  border: 0 !important;
  font-size: 0.9em;
  text-transform: none !important;
}

.woocommerce ul.order_details li strong {
  font-size: inherit !important;
}

.woocommerce table.shop_table td {
  font-size: 10pt;
}

.woocommerce table.shop_table {
  border-radius: 0 !important;
  border: 1px solid #eee !important;
}

.related.products {
  display: none;
}

#cookie-notice {
  background: #fff;
  width: 300px !important;
  min-width: 300px !important;
  left: auto !important;
  right: 0 !important;
  bottom: 0 !important;
}

.cn-button {
  background: #4eaeff !important;
  border-radius: 0 !important;
  font-size: 9pt;
  float: left !important;
  margin: 0 5px !important;
}

#cookie-notice #cn-notice-text {
  color: #999;
  font-size: 9pt;
}

.cn-button {
  font-size: 9pt;
}

#product-144 .infos {
  display: none;
}

#product-144 .double {
  width: calc(100% - 100px) !important;
  text-align: center;
}

@media (max-width: 799px) {
  .hide-mobile {
    display: none !important;
  }
  .row {
    width: 100%;
  }
  .row .col {
    padding: 0 25px;
  }
  .row.col-1 .col,
  .col.full,
  .row.col-2 .col,
  .row.col-3 .col,
  .row.col-3 .col.double,
  .row.col-4 .col.double,
  .row.col-4 .col.triple,
  .row.col-6 .col {
    width: calc(100% - 50px);
  }
  .row.col-4 .col {
  	width: calc(50% - 50px);
  	float: left;
  }
  .row.col-4 .col.full {
    float: none;
    width: calc(100% - 50px);
  }
  #header {
    padding: 15px 0;
  }
  #header-logo {
  	display: block;
  	text-align: left;
  	margin: 15px 0 5px 0;
  }
  #header-menu {
    display: none;
  }
  #header .row .col.double {
    text-align: center;
  }
  #header #header-logo img {
    height: 50px;
    width: auto;
    max-width: calc(100% - 50px);
  }
  #header #header-menu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  #header #header-menu li a {
    display: block;
    padding: 25px 0;
    font-size: 13pt;
  }
  #header .row.col-3 {
    position: relative;
  }
  #header #header-menu li a {
    font-size: 15pt; 
  }
  #open-menu {
    position: absolute;
    right: 25px;
    padding: 15px;
    top: 25px; 
    text-decoration: none;
    color: #000;
    line-height: 5pt;
    font-size: 15pt;
  }
  .row-full .col.half {
    min-height: 250px;
  }
  h1 {
    font-size: 16pt;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 12pt;
  }
  h4 {
    font-size: 10pt;
  }
  p,
  .training p,
  .btn,
  .wpcf7 .wpcf7-text,
  .wpcf7 .wpcf7-textarea,
  .wpcf7 .wpcf7-submit {
    padding: 15px;
    font-size: 9pt;
    line-height: 15pt;
  }
  .col.training {
    margin: 0 25px;
    width: calc(100% - 100px) !important;
  }
  .woocommerce-MyAccount-navigation-link a {
    font-size: 11pt;
  }
  #members .member-info {
    margin-bottom: 20px;
  }
  .training .training-thumb {
    height: 200px;
    width: 100%;
    padding-top: 25px;
  }
  .training .training-info {
    padding: 25px;
    width: calc(100% - 50px);
  }
  
  .training * {
    text-decoration: none;
  }
}

@media (min-width: 800px) {
  .row {
    width: 1200px;
  }
  .flex {
    display: flex;
  }
  .row .col {
    padding: 0 50px;
    float: left;
  }
  .row.col-1 .col,
  .col.full {
    width: calc(100% - 100px) !important;
  }
  .row.col-2 .col {
    width: calc(50% - 100px);
  }
  .row.col-3 .col {
    width: calc(33.33% - 100px);
  }
  .row.col-3 .col.double {
    width: calc(66.66% - 100px);
  }
  .row.col-4 .col {
    width: calc(25% - 100px);
  }
  .row.col-4 .col.double {
    width: calc(50% - 100px);
  }
  .row.col-4 .col.triple {
    width: calc(75% - 100px);
  }
  .row.col-6 .col {
    width: calc(15% - 50px);
  }
  .row.col-6 .col {
    padding: 0 25px !important;
  }
  .row-full .col.half {
    height: 500px;
    width: 50%;
  }
  #header {
    padding: 25px 0;
  }
  #header .row.flex {
    justify-content: center;
    align-items: center;
  }
  #header .row .col.double {
    text-align: right;
  }
  #header #header-logo img {
    height: 50px;
  }
  #header #header-menu li {
    display: inline-block;
    vertical-align: middle;
  }
  #header #header-menu li {
    margin: 0 7px;
  }
  #header #header-menu li a {
    font-size: 11pt; 
  }
  #header #header-menu li.dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
  }
  #header #header-menu li.dropdown ul {
    padding: 15px;
  }
  #header #header-menu li.dropdown ul li {
    margin: 10px 0;
    padding: 10px 0;
  }
  #header #header-menu li a.selected::after {
    position: absolute;
    left: 0;
    content: '';
    top: calc(100% + 5px);
    height: 3px;
    width: 100%;
    background: #45a5fb;
    font-size: 20pt;
  }
  #header #header-menu li.dropdown ul {
    display: none;
  }
  #open-menu {
    display: none;
  }
  h1 {
    font-size: 1.7em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.1em;
  }
  h4 {
    font-size: 0.9em;
  }
  .training ul li {
    width: 50%;
  }
  p,
  .btn,
  .wpcf7 .wpcf7-text,
  .wpcf7 .wpcf7-textarea,
  .wpcf7 .wpcf7-submit {
    padding: 15px;
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .training p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: 5px;
  }
  .woocommerce form .form-row label,
  .woocommerce legend,
  .woocommerce form .form-row input.input-text, 
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select,
  .woocommerce address {
    font-size: 0.9em;
    line-height: 1.2em;
  }
  .woocommerce a.edit {
    font-size: 0.8em;
  }
  .woocommerce-MyAccount-navigation-link a {
    font-size: 11pt;
  }
  #members .member-info {
    margin-bottom: 50px;
  }
  .training .training-thumb {
    height: 200px;
    width: 33%;
  }
  .training .training-info {
    width: calc(66% - 25px);
    padding-left: 25px;
  }
  .training .training-thumb,
  .training .training-info {
    float: left;
  }
  .training .col-inner {
    padding: 25px;
  }
}
