/*
Theme Name: Gnosi
Theme URI: https://works.madebydanda.com/wordpress/themes/gnosi
Author: Dimitri Lebedef
Author URI: https://madebydanda.com
Description: Easy and simple theme to sell training courses
Requires at least: WordPress 4.9.6
Version: 1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gnosi
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/* Fallback for non-latin fonts */
/* Calculates maximum width for post content */
/* Nested sub-menu padding: 10 levels deep */
/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
* {
  box-sizing: border-box; }

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Typography */
html {
  font-size: 22px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.8;
  margin: 0;
  text-rendering: optimizeLegibility; }

button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility; }

/* Forms */
.btn {
  transition: background 150ms ease-in-out;
  padding: 15px 25px;
  font-size: 0.71111em;
  font-weight: bold;
  vertical-align: 2px;
  border-radius: 3px;
  border: none;
  background: #dadada;
  color: #333;
  cursor: pointer; }

.btn.btn-small {
  padding: 10px 20px; }

.btn.btn-font-sm {
  font-size: 0.88889em; }

.btn:hover {
  background: #bfbfbf;
  color: #6c6c6c; }

.btn.btn-green {
  background: #61b875;
  color: #fff; }

.btn.btn-green:hover {
  background: #192f59; }

.btn.btn-green.btn-hover-white:hover {
  color: #61b875;
  background: #fff; }

.btn.btn-empty {
  background: none;
  border: 1px solid #61b875;
  color: #61b875; }

.btn.btn-empty:hover {
  color: #fff;
  background: #61b875; }

.btn.btn-empty.btn-small {
  padding: 10px 20px; }

.btn:disabled {
  background: #eee;
  color: #333;
  cursor: no-drop; }

.btn:disabled:hover {
  background: #eee;
  color: #333; }

.btn.btn-red {
  background: #df6767;
  color: #fff; }

.btn.btn-red:hover {
  background: #df6767;
  color: #fff; }

.btn a,
.btn a:visited {
  color: inherit;
  display: inline-block; }

a.btn {
  display: inline-block; }

a.btn.disabled {
  background: #eee;
  color: #333;
  cursor: no-drop; }

a.btn.disabled:hover {
  background: #eee;
  color: #333; }

.act-as-btn {
  transition: background 150ms ease-in-out;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  background: #dadada;
  color: #333; }

.act-as-btn:hover {
  background: #bfbfbf;
  color: #6c6c6c; }

.act-as-btn.btn-green {
  background: #61b875;
  color: #fff; }

.act-as-btn.btn-green:hover {
  background: #192f59; }

.act-as-btn a {
  color: inherit;
  display: inline-block;
  padding: 10px 20px !important; }

.act-as-btn a:visited {
  color: inherit; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: none;
  box-sizing: border-box;
  outline: none;
  padding: 0.36rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: none #474f57;
  outline: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical; }

form p {
  margin: 1rem 0; }

/* Navigation */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: color 200ms ease-in-out;
  color: #474f57;
  text-decoration: none; }

a:visited {
  color: #474f57; }

a:hover, a:active {
  color: #61b875;
  outline: 0; }

a:focus {
  outline: thin dotted;
  text-decoration: underline; }

a.light {
  color: #ffffff; }

a.light:visited {
  color: #ffffff; }

a.light:hover, a.light:active {
  color: #61b875; }

a.light-hover:hover, a.light-hover:active {
  color: #ffffff; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-menu-wrapper {
  width: 100%;
  height: 80px;
  padding: 15px 0;
  background: #fff;
  color: #333;
  font-size: 0.8em;
  content: "";
  display: table;
  table-layout: fixed; }

.main-menu-wrapper .main-menu {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding: 0 50px; }

.main-menu-wrapper .main-menu .logo-wrapper {
  height: 100%;
  float: left; }

.main-menu-wrapper .main-menu .logo-wrapper a {
  position: relative;
  display: inline-block;
  height: 100%;
  padding-top: 4px; }

.main-menu-wrapper .main-menu .logo-wrapper a img {
  position: relative;
  width: auto;
  max-height: 38px;
  vertical-align: middle; }

.main-menu-wrapper .main-menu .navigation-wrapper {
  float: right; }

.main-menu-wrapper .main-menu .navigation-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed; }

.main-menu-wrapper .main-menu .navigation-wrapper ul li {
  float: left;
  font-weight: bold; }

.main-menu-wrapper .main-menu .navigation-wrapper ul li:not(:first-of-type) {
  margin-left: 30px; }

.main-menu-wrapper .main-menu .navigation-wrapper .menu-main-menu-container {
  float: left; }

.main-menu-wrapper .main-menu .navigation-wrapper .menu-main-menu-container li a {
  display: inline-block;
  padding: 10px 0; }

.main-menu-wrapper .main-menu .navigation-wrapper .account-menu {
  float: left;
  padding: 4px 0 4px 30px;
  margin-left: 30px;
  border-left: 1px solid #f5f5f5;
  font-weight: bold; }

.main-menu-wrapper .main-menu .navigation-wrapper .account-menu.logged-in {
  padding: 0 0 0 30px; }

.main-menu-wrapper .main-menu .navigation-wrapper .account-menu .user-avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  overflow: hidden;
  vertical-align: -18px;
  margin-left: 15px; }

.main-menu-wrapper .main-menu .navigation-wrapper .account-menu .user-avatar img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover; }

@media only screen and (min-width: 1240px) {
  .main-menu-wrapper .main-menu .burger-menu {
    display: none; } }

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  .main-menu-wrapper .main-menu .burger-menu {
    display: none; } }

@media only screen and (max-width: 999px) {
  .main-menu-wrapper .main-menu .burger-menu {
    float: right;
    cursor: pointer; }
  .main-menu-wrapper .main-menu .burger-menu a {
    display: block;
    padding: 10px 10px; }
  .main-menu-wrapper .main-menu .navigation-wrapper {
    float: none;
    clear: both;
    width: 100%;
    display: none; }
  .main-menu-wrapper .main-menu .navigation-wrapper ul li {
    float: none; }
  .main-menu-wrapper .main-menu .navigation-wrapper ul li:not(:first-of-type) {
    margin-left: 0; }
  .main-menu-wrapper .main-menu .navigation-wrapper .menu-main-menu-container {
    float: none; }
  .main-menu-wrapper .main-menu .navigation-wrapper .account-menu {
    float: none;
    margin-left: 0;
    border: 0; }
  .main-menu-wrapper .main-menu .navigation-wrapper .account-menu.logged-in {
    padding: 0; } }

@media only screen and (max-width: 999px) {
  .main-menu-wrapper {
    height: auto; } }

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Content */
.clearfix::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header .top-menu-wrapper {
  width: 100%;
  padding: 20px 0;
  background: #192f59;
  color: #fff;
  font-size: 0.71111em;
  content: "";
  display: table;
  table-layout: fixed; }

.site-header .top-menu-wrapper .top-menu {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 50px; }

.site-header .top-menu-wrapper .top-menu ul.contact-info,
.site-header .top-menu-wrapper .top-menu ul.social-icons {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.site-header .top-menu-wrapper .top-menu ul.contact-info li,
.site-header .top-menu-wrapper .top-menu ul.social-icons li {
  float: left;
  white-space: nowrap; }

.site-header .top-menu-wrapper .top-menu ul.contact-info li:not(:first-of-type),
.site-header .top-menu-wrapper .top-menu ul.social-icons li:not(:first-of-type) {
  margin-left: 30px; }

.site-header .top-menu-wrapper .top-menu ul.contact-info i,
.site-header .top-menu-wrapper .top-menu ul.social-icons i {
  margin-right: 7px; }

.site-header .top-menu-wrapper .top-menu ul.social-icons {
  float: right; }

.site-header .top-menu-wrapper .top-menu .top-right-menu {
  float: right;
  margin-right: 30px; }

@media only screen and (max-width: 767px) {
  .site-header .top-menu-wrapper .top-menu ul.contact-info li {
    float: none; }
  .site-header .top-menu-wrapper .top-menu ul.contact-info li:not(:first-of-type) {
    margin-left: 0; } }

.post-type-archive-product .page-header,
.tax-product_cat .page-header,
.single-product .page-header,
.woocommerce-cart .page-header,
.woocommerce-checkout .page-header,
.page-template .page-header {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: -12px; }

.post-type-archive-product .page-header .img-wrapper,
.tax-product_cat .page-header .img-wrapper,
.single-product .page-header .img-wrapper,
.woocommerce-cart .page-header .img-wrapper,
.woocommerce-checkout .page-header .img-wrapper,
.page-template .page-header .img-wrapper {
  position: relative;
  z-index: 0;
  height: auto; }

.post-type-archive-product .page-header .img-wrapper img,
.tax-product_cat .page-header .img-wrapper img,
.single-product .page-header .img-wrapper img,
.woocommerce-cart .page-header .img-wrapper img,
.woocommerce-checkout .page-header .img-wrapper img,
.page-template .page-header .img-wrapper img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover; }

@media only screen and (max-width: 999px) {
  .post-type-archive-product .page-header .img-wrapper img,
  .tax-product_cat .page-header .img-wrapper img,
  .single-product .page-header .img-wrapper img,
  .woocommerce-cart .page-header .img-wrapper img,
  .woocommerce-checkout .page-header .img-wrapper img,
  .page-template .page-header .img-wrapper img {
    height: 400px; } }

@media only screen and (max-width: 767px) {
  .post-type-archive-product .page-header .img-wrapper img,
  .tax-product_cat .page-header .img-wrapper img,
  .single-product .page-header .img-wrapper img,
  .woocommerce-cart .page-header .img-wrapper img,
  .woocommerce-checkout .page-header .img-wrapper img,
  .page-template .page-header .img-wrapper img {
    height: 350px; } }

.post-type-archive-product .page-header .img-wrapper::after,
.tax-product_cat .page-header .img-wrapper::after,
.single-product .page-header .img-wrapper::after,
.woocommerce-cart .page-header .img-wrapper::after,
.woocommerce-checkout .page-header .img-wrapper::after,
.page-template .page-header .img-wrapper::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.post-type-archive-product .page-header .content-wrapper,
.tax-product_cat .page-header .content-wrapper,
.single-product .page-header .content-wrapper,
.woocommerce-cart .page-header .content-wrapper,
.woocommerce-checkout .page-header .content-wrapper,
.page-template .page-header .content-wrapper {
  position: absolute;
  width: 100%;
  max-width: 1240px;
  top: 50%;
  left: 50%;
  padding: 0 50px;
  color: #fff;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.post-type-archive-product .page-header .content-wrapper h1,
.tax-product_cat .page-header .content-wrapper h1,
.single-product .page-header .content-wrapper h1,
.woocommerce-cart .page-header .content-wrapper h1,
.woocommerce-checkout .page-header .content-wrapper h1,
.page-template .page-header .content-wrapper h1 {
  line-height: initial;
  margin: 0 0 0; }

@media only screen and (max-width: 999px) {
  .post-type-archive-product .page-header .content-wrapper h1,
  .tax-product_cat .page-header .content-wrapper h1,
  .single-product .page-header .content-wrapper h1,
  .woocommerce-cart .page-header .content-wrapper h1,
  .woocommerce-checkout .page-header .content-wrapper h1,
  .page-template .page-header .content-wrapper h1 {
    font-size: 1.8em;
    margin: 0 0 40px; } }

@media only screen and (max-width: 767px) {
  .post-type-archive-product .page-header .content-wrapper h1,
  .tax-product_cat .page-header .content-wrapper h1,
  .single-product .page-header .content-wrapper h1,
  .woocommerce-cart .page-header .content-wrapper h1,
  .woocommerce-checkout .page-header .content-wrapper h1,
  .page-template .page-header .content-wrapper h1 {
    font-size: 1.3em;
    margin: 0 0 30px; } }

.post-type-archive-product .page-header .content-wrapper .breadcrumb,
.tax-product_cat .page-header .content-wrapper .breadcrumb,
.single-product .page-header .content-wrapper .breadcrumb,
.woocommerce-cart .page-header .content-wrapper .breadcrumb,
.woocommerce-checkout .page-header .content-wrapper .breadcrumb,
.page-template .page-header .content-wrapper .breadcrumb {
  color: #fff; }

.post-type-archive-product .page-header .content-wrapper .input-wrapper,
.tax-product_cat .page-header .content-wrapper .input-wrapper,
.single-product .page-header .content-wrapper .input-wrapper,
.woocommerce-cart .page-header .content-wrapper .input-wrapper,
.woocommerce-checkout .page-header .content-wrapper .input-wrapper,
.page-template .page-header .content-wrapper .input-wrapper {
  position: relative;
  display: inline-block;
  width: 80%;
  height: 75px; }

.post-type-archive-product .page-header .content-wrapper .input-wrapper.with-button input,
.tax-product_cat .page-header .content-wrapper .input-wrapper.with-button input,
.single-product .page-header .content-wrapper .input-wrapper.with-button input,
.woocommerce-cart .page-header .content-wrapper .input-wrapper.with-button input,
.woocommerce-checkout .page-header .content-wrapper .input-wrapper.with-button input,
.page-template .page-header .content-wrapper .input-wrapper.with-button input {
  height: 100%;
  width: 100%;
  padding: 0 85px 0 20px;
  border: none;
  border-radius: 3px; }

.post-type-archive-product .page-header .content-wrapper .input-wrapper.with-button button,
.tax-product_cat .page-header .content-wrapper .input-wrapper.with-button button,
.single-product .page-header .content-wrapper .input-wrapper.with-button button,
.woocommerce-cart .page-header .content-wrapper .input-wrapper.with-button button,
.woocommerce-checkout .page-header .content-wrapper .input-wrapper.with-button button,
.page-template .page-header .content-wrapper .input-wrapper.with-button button {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 !important; }

.post-type-archive-product .page-header .content-wrapper,
.tax-product_cat .page-header .content-wrapper {
  width: 70%;
  margin: 0 auto;
  text-align: center; }

.post-type-archive-product .page-header .content-wrapper h1,
.tax-product_cat .page-header .content-wrapper h1 {
  margin-bottom: 30px; }

@media only screen and (max-width: 999px) {
  .post-type-archive-product .page-header .content-wrapper,
  .tax-product_cat .page-header .content-wrapper {
    width: 80%; } }

@media only screen and (max-width: 767px) {
  .post-type-archive-product .page-header .content-wrapper,
  .tax-product_cat .page-header .content-wrapper {
    width: 100%;
    padding: 0 20px; }
  .post-type-archive-product .page-header .content-wrapper .input-wrapper,
  .tax-product_cat .page-header .content-wrapper .input-wrapper {
    width: 100%; } }

body:not(.woocommerce-page) .main-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 50px; }

body:not(.woocommerce-page) .main-wrapper h1.page-title {
  margin-top: 0; }

.page-template-page_front-page .front-page-header {
  position: relative;
  width: 100%;
  height: auto; }

.page-template-page_front-page .front-page-header .img-wrapper {
  width: 100%;
  height: auto; }

.page-template-page_front-page .front-page-header .img-wrapper img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  margin-bottom: -12px; }

@media only screen and (max-width: 999px) {
  .page-template-page_front-page .front-page-header .img-wrapper img {
    height: 80vh; } }

@media only screen and (max-width: 767px) {
  .page-template-page_front-page .front-page-header .img-wrapper img {
    height: 400px; } }

.page-template-page_front-page .front-page-header .img-wrapper::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }

.page-template-page_front-page .front-page-header .content-wrapper {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.page-template-page_front-page .front-page-header .content-wrapper h1 {
  font-size: 4.2em;
  line-height: initial;
  margin: 0 0 70px; }

@media only screen and (max-width: 999px) {
  .page-template-page_front-page .front-page-header .content-wrapper h1 {
    font-size: 3.5em;
    margin: 0 0 40px; } }

@media only screen and (max-width: 767px) {
  .page-template-page_front-page .front-page-header .content-wrapper {
    width: 100%; }
  .page-template-page_front-page .front-page-header .content-wrapper h1 {
    font-size: 3em;
    margin: 0 0 30px; } }

.page-template-page_front-page .front-page-header .content-wrapper .search-form {
  position: relative;
  width: 80%;
  margin: 0 auto; }

.page-template-page_front-page .front-page-header .content-wrapper .search-form .input-wrapper {
  height: 75px;
  margin-right: 75px; }

.page-template-page_front-page .front-page-header .content-wrapper .search-form .input-wrapper input {
  height: 100%;
  width: 100%;
  padding: 0 10px 0 20px;
  border: none;
  border-radius: 3px 0 0 3px; }

.page-template-page_front-page .front-page-header .content-wrapper .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 0 3px 3px 0; }

.page-template-page_front-page .content-area .accueil-wrapper .accueil-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 50px;
  background: #fff;
  text-align: center; }

.page-template-page_front-page .content-area .accueil-wrapper .accueil-container h1 {
  margin: 0 0 20px; }

.page-template-page_front-page .content-area .accueil-wrapper .accueil-container .content {
  font-size: 0.8em;
  margin-bottom: 34px; }

.page-template-page_front-page .content-area .accueil-wrapper .accueil-container .quote-wrapper {
  padding: 0 24px;
  width: 60%;
  margin: 0 auto; }

.page-template-page_front-page .content-area .accueil-wrapper .accueil-container .quote-wrapper i {
  color: #61b875;
  font-size: 1.2em;
  margin-bottom: 16px; }

.page-template-page_front-page .content-area .accueil-wrapper .accueil-container .quote-wrapper .text {
  font-family: 'Cookie', cursive;
  font-size: 1.4em;
  line-height: initial;
  font-style: italic; }

.page-template-page_front-page .content-area .accueil-wrapper .accueil-container .quote-wrapper .name {
  color: #61b875;
  font-size: 0.8em; }

.page-template-page_front-page .content-area .lieux-wrapper {
  background: #f5f5f5; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 50px;
  text-align: center; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content {
  position: relative;
  border-radius: 4px;
  margin-left: -20px; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column,
.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .right-column {
  float: left;
  width: 50%;
  padding-left: 20px; }

@media only screen and (max-width: 999px) {
  .page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column,
  .page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .right-column {
    width: 100%; } }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column {
  text-align: left;
  height: 100%; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column h1 {
  margin: 0 0 20px; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .text {
  font-size: 0.8em;
  line-height: initial;
  margin-bottom: 20px; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .text .access-location-instructions {
  position: relative;
  list-style: none;
  margin: 0;
  margin-left: 30px;
  margin-top: 8px;
  padding: 0; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .text .access-location-instructions li {
  position: relative;
  margin-bottom: 8px; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .text .access-location-instructions li i {
  position: absolute;
  left: -25px;
  color: #192f59; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .text .access-location-instructions li .bus-line {
  position: relative;
  display: inline-block;
  z-index: 0;
  color: #fff;
  margin-left: 5px;
  padding: 2px 5px;
  min-width: 29px;
  border-radius: 12px;
  text-align: center; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .text .access-location-instructions li .bus-line.bus-line-lightblue {
  background: #96D3D9; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .text .access-location-instructions li .bus-line.bus-line-blue {
  background: #00AEC7; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .text .access-location-instructions li .bus-line.bus-line-brown {
  background: #C0B099; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .text .access-location-instructions li .bus-line.bus-line-green {
  background: #A4C300; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .text .access-location-instructions li .bus-line.bus-line-pink {
  background: #d10074; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .text .access-location-instructions li .bus-line.bus-line-purple {
  background: #752864; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .btn {
  display: inline-block; }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .btn i {
  margin-right: 8px; }

@media only screen and (max-width: 999px) {
  .page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column .btn {
    margin-bottom: 20px; } }

@media only screen and (max-width: 999px) {
  .page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .left-column {
    position: relative;
    float: left;
    top: 100%;
    right: auto;
    transform: none; } }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .right-column {
  position: absolute;
  float: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

.page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .right-column .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px; }

@media only screen and (max-width: 999px) {
  .page-template-page_front-page .content-area .lieux-wrapper .lieux-container .content .right-column {
    position: relative;
    float: left;
    top: auto;
    right: auto;
    transform: none; } }

.page-template-page_front-page .content-area .inscription-wrapper {
  background: linear-gradient(rgba(33, 41, 62, 0.95), rgba(33, 41, 62, 0.95)), url(assets/images/how-to-contact-3-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; }

.page-template-page_front-page .content-area .inscription-wrapper .inscription-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 50px;
  text-align: center; }

.page-template-page_front-page .content-area .inscription-wrapper .inscription-container h1 {
  margin: 0 0 20px; }

.page-template-page_front-page .content-area .inscription-wrapper .inscription-container .content {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 50px; }

.page-template-page_front-page .content-area .last-products-wrapper {
  text-align: center; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 50px;
  background: #fff; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container h1 {
  margin: 0 0 70px; }

@media only screen and (max-width: 767px) {
  .page-template-page_front-page .content-area .last-products-wrapper .last-products-container h1 {
    font-size: 1.6em;
    line-height: initial; } }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories {
  margin-bottom: 70px; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories a:not(:last-of-type) {
  margin-right: 10px; }

@media only screen and (max-width: 767px) {
  .page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories a {
    white-space: normal;
    margin-bottom: 10px; } }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories .filter-wrapper {
  position: relative;
  display: inline-block;
  width: 500px;
  cursor: pointer; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories .filter-wrapper .input-wrapper {
  height: 60px;
  line-height: 60px;
  padding: 0 85px 0 25px;
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
  transition: box-shadow .15s ease-in-out; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories .filter-wrapper .input-wrapper::after {
  content: "\f078";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #FFFFFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 60px;
  height: 60px;
  background: #61b875;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories .filter-wrapper .input-wrapper input {
  width: 100%;
  padding: 0;
  font-size: 0.8em; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories .filter-wrapper .filter-options-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  margin-top: 24px;
  list-style: none;
  font-size: 0.8em;
  overflow: scroll;
  width: 100%;
  max-height: 180px;
  border-radius: 4px;
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
  transition: box-shadow .15s ease-in-out; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories .filter-wrapper .filter-options-wrapper li a {
  display: block;
  padding: 10px 20px;
  color: inherit;
  background-color: #F5F5F5;
  transition: background-color .15s ease-in-out, color .15s ease-in-out; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories .filter-wrapper .filter-options-wrapper li a:hover {
  color: #FFFFFF;
  background-color: #61b875; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories .filter-wrapper._open .input-wrapper {
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.2); }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories .filter-wrapper._open .input-wrapper::after {
  transform: rotate(180deg);
  border-radius: 4px 0 0 4px; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-categories .filter-wrapper._open .filter-options-wrapper {
  display: block;
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.2); }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper {
  content: "";
  display: table;
  table-layout: fixed;
  margin-left: -20px;
  margin-bottom: 30px; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper {
  float: left;
  padding-left: 20px;
  margin-bottom: 30px; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container {
  border-radius: 3px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06); }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .image-wrapper {
  width: 100%;
  height: 150px; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .image-wrapper img {
  width: 100%;
  height: 150px;
  object-fit: cover; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .info-wrapper {
  padding: 20px; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .info-wrapper .title {
  font-size: 0.71111em;
  line-height: initial;
  font-weight: bold;
  margin-bottom: 10px; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .info-wrapper .trainer-amount-wrapper {
  content: "";
  display: table;
  table-layout: fixed;
  font-size: 0.71111em;
  width: 100%; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .info-wrapper .trainer-amount-wrapper .trainer {
  display: block;
  float: left; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .info-wrapper .trainer-amount-wrapper .amount {
  display: block;
  float: right;
  font-weight: bold; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .info-wrapper .date,
.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .info-wrapper .target {
  border-top: 1px solid #f5f5f5;
  margin-top: 17px;
  padding: 15px 0 0;
  font-size: 0.71111em; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .info-wrapper .date i {
  color: #61b875; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .info-wrapper .date span {
  display: inline-block;
  margin-left: 10px; }

.page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper .product-container .info-wrapper .target i {
  margin-right: 10px;
  color: #61b875; }

@media only screen and (min-width: 1240px) {
  .page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper {
    width: 25%; }
  .page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper:nth-child(5) {
    clear: left; } }

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  .page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper {
    width: 25%; }
  .page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper:nth-child(5) {
    clear: left; } }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper {
    width: 33.33333%; }
  .page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper:nth-child(4) {
    clear: left; } }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper {
    width: 50%; }
  .page-template-page_front-page .content-area .last-products-wrapper .last-products-container .products-wrapper .product-wrapper:nth-child(2n+1) {
    clear: left; } }

.page-template-page_front-page .content-area .testimonials-wrapper {
  background: #f5f5f5; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 50px; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper {
  position: relative;
  padding: 0 30px;
  width: 100%; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper {
  width: 100%;
  overflow: hidden; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container {
  content: "";
  display: table;
  table-layout: fixed; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.with-transition {
  transition: transform 300ms ease-in-out; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.no-transition {
  transition: none !important; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container .testimonial-wrapper {
  text-align: center;
  float: left;
  padding: 0 10px; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container .testimonial-wrapper .message i {
  color: #61b875;
  font-size: 1.6875em; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container .testimonial-wrapper .message p {
  font-family: 'Cookie', cursive;
  font-size: 1.6875em;
  line-height: initial; }

@media only screen and (max-width: 767px) {
  .page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container .testimonial-wrapper .message p {
    font-size: 1.5em; } }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container .testimonial-wrapper .info .name {
  color: #61b875;
  font-size: 0.88889em; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container .testimonial-wrapper .info .creche {
  color: #192f59;
  font-size: 0.88889em; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container .testimonial-wrapper .info .training-category {
  font-size: 0.71111em; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-1 {
  width: 100%;
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-1 .testimonial-wrapper {
  width: 100%; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-2 {
  width: 200%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-2 .testimonial-wrapper {
  width: 50%; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-3 {
  width: 300%;
  -moz-transform: translate(-33.33333%, 0);
  -o-transform: translate(-33.33333%, 0);
  -ms-transform: translate(-33.33333%, 0);
  -webkit-transform: translate(-33.33333%, 0);
  transform: translate(-33.33333%, 0); }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-3 .testimonial-wrapper {
  width: 33.33333%; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-4 {
  width: 400%;
  -moz-transform: translate(-25%, 0);
  -o-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  -webkit-transform: translate(-25%, 0);
  transform: translate(-25%, 0); }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-4 .testimonial-wrapper {
  width: 25%; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-5 {
  width: 500%;
  -moz-transform: translate(-20%, 0);
  -o-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  -webkit-transform: translate(-20%, 0);
  transform: translate(-20%, 0); }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-5 .testimonial-wrapper {
  width: 20%; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-6 {
  width: 600%;
  -moz-transform: translate(-16.66667%, 0);
  -o-transform: translate(-16.66667%, 0);
  -ms-transform: translate(-16.66667%, 0);
  -webkit-transform: translate(-16.66667%, 0);
  transform: translate(-16.66667%, 0); }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-6 .testimonial-wrapper {
  width: 16.66667%; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-7 {
  width: 700%;
  -moz-transform: translate(-14.28571%, 0);
  -o-transform: translate(-14.28571%, 0);
  -ms-transform: translate(-14.28571%, 0);
  -webkit-transform: translate(-14.28571%, 0);
  transform: translate(-14.28571%, 0); }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .testimonials-slider-wrapper .testimonials-slider-container.elements-7 .testimonial-wrapper {
  width: 14.28571%; }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .prev-button,
.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .next-button {
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.page-template-page_front-page .content-area .testimonials-wrapper .testimonials-container .testimonials-slider-outer-wrapper .next-button {
  left: auto;
  right: 0; }

.page-template-page_front-page .content-area .nos-formateurs-wrapper {
  background: #fff; }

.page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 50px 76px;
  text-align: center; }

.page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container h1 {
  margin: 0 0 70px; }

.page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container .content {
  margin-left: -24px; }

.page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container .content .block-wrapper {
  float: left;
  width: 50%;
  padding-left: 24px;
  margin-bottom: 24px; }

.page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container .content .block-wrapper .block-content {
  border-radius: 4px;
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06); }

.page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container .content .block-wrapper .block-content .img-wrapper {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden; }

.page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container .content .block-wrapper .block-content .img-wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0; }

.page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container .content .block-wrapper .block-content .name {
  font-weight: bold;
  padding: 16px 20px; }

@media only screen and (min-width: 1240px) {
  .page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container .content .block-wrapper {
    width: 25%; } }

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  .page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container .content .block-wrapper {
    width: 25%; } }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container .content .block-wrapper {
    width: 33.33333%; } }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .page-template-page_front-page .content-area .nos-formateurs-wrapper .nos-formateurs-container .content .block-wrapper {
    width: 50%; } }

.page-template-page_front-page .content-area .next-step-wrapper {
  background: linear-gradient(rgba(33, 41, 62, 0.95), rgba(33, 41, 62, 0.95)), url(assets/images/cta-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 50px; }

.page-template-page_front-page .content-area .next-step-wrapper .next-step-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  color: #fff;
  text-align: center; }

.page-template-page_front-page .content-area .next-step-wrapper .next-step-container h1 {
  margin: 0 0 20px;
  line-height: initial; }

.page-template-page_front-page .content-area .next-step-wrapper .next-step-container p {
  margin: 0; }

.page-template-page_front-page .content-area .next-step-wrapper .next-step-container a {
  margin: 50px 0 0;
  display: inline-block; }

.page-template-page_front-page .content-area .next-step-wrapper .next-step-container a:first-of-type {
  margin-right: 10px; }

@media only screen and (max-width: 767px) {
  .page-template-page_front-page .content-area .next-step-wrapper .next-step-container a:not(:first-of-type) {
    margin-top: 30px; } }

.page-template-page_front-page .content-area .trusted-wrapper {
  background: #fff; }

.page-template-page_front-page .content-area .trusted-wrapper .trusted-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 50px;
  text-align: center; }

.page-template-page_front-page .content-area .trusted-wrapper .trusted-container h1 {
  margin: 0 0 70px; }

.page-template-page_front-page .content-area .trusted-wrapper .trusted-container .content img {
  width: auto;
  height: 100px;
  margin-left: 8px; }

.page-template-page_front-page .content-area .trusted-wrapper .trusted-container .content img:first-of-type {
  margin-left: 0; }

.post-type-archive-product .archive-content-wrapper,
.tax-product_cat .archive-content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 0.88889em;
  padding: 100px 50px;
  content: "";
  display: table;
  table-layout: fixed; }

.post-type-archive-product .archive-content-wrapper #primary,
.tax-product_cat .archive-content-wrapper #primary {
  float: right;
  width: 75%;
  padding-left: 40px; }

@media only screen and (max-width: 999px) {
  .post-type-archive-product .archive-content-wrapper #primary,
  .tax-product_cat .archive-content-wrapper #primary {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-top: 70px; } }

@media only screen and (max-width: 767px) {
  .post-type-archive-product .archive-content-wrapper #primary,
  .tax-product_cat .archive-content-wrapper #primary {
    margin-top: 108px; } }

.post-type-archive-product .archive-content-wrapper #primary .woocommerce-pagination,
.tax-product_cat .archive-content-wrapper #primary .woocommerce-pagination {
  float: left;
  margin-bottom: 30px; }

.post-type-archive-product .archive-content-wrapper #primary .woocommerce-pagination:last-of-type,
.tax-product_cat .archive-content-wrapper #primary .woocommerce-pagination:last-of-type {
  margin-top: 30px;
  margin-bottom: 0; }

.post-type-archive-product .archive-content-wrapper #primary .filter-view-wrapper,
.tax-product_cat .archive-content-wrapper #primary .filter-view-wrapper {
  margin-bottom: 30px;
  float: right;
  white-space: nowrap;
  content: "";
  display: table;
  table-layout: fixed; }

@media only screen and (max-width: 430px) {
  .post-type-archive-product .archive-content-wrapper #primary .filter-view-wrapper,
  .tax-product_cat .archive-content-wrapper #primary .filter-view-wrapper {
    white-space: normal; } }

.post-type-archive-product .archive-content-wrapper #primary .filter-view-wrapper .view-types-wrapper,
.tax-product_cat .archive-content-wrapper #primary .filter-view-wrapper .view-types-wrapper {
  float: none;
  display: inline-block; }

.post-type-archive-product .archive-content-wrapper #primary .filter-view-wrapper .view-types-wrapper i,
.tax-product_cat .archive-content-wrapper #primary .filter-view-wrapper .view-types-wrapper i {
  padding: 9px 5px;
  cursor: pointer;
  transition: color 200ms ease-in-out; }

.post-type-archive-product .archive-content-wrapper #primary .filter-view-wrapper .view-types-wrapper i:hover,
.tax-product_cat .archive-content-wrapper #primary .filter-view-wrapper .view-types-wrapper i:hover {
  color: #61b875; }

.post-type-archive-product .archive-content-wrapper #primary .filter-view-wrapper .view-types-wrapper i.active,
.tax-product_cat .archive-content-wrapper #primary .filter-view-wrapper .view-types-wrapper i.active {
  color: #61b875; }

.post-type-archive-product .archive-content-wrapper #primary .filter-view-wrapper .woocommerce-ordering,
.tax-product_cat .archive-content-wrapper #primary .filter-view-wrapper .woocommerce-ordering {
  float: none;
  display: inline-block;
  margin: 0;
  margin-right: 20px; }

.post-type-archive-product .archive-content-wrapper #primary .filter-view-wrapper .woocommerce-ordering select,
.tax-product_cat .archive-content-wrapper #primary .filter-view-wrapper .woocommerce-ordering select {
  vertical-align: unset;
  height: 38px;
  cursor: pointer; }

.post-type-archive-product .archive-content-wrapper #primary ul.products,
.tax-product_cat .archive-content-wrapper #primary ul.products {
  margin-bottom: 0; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product,
.tax-product_cat .archive-content-wrapper #primary ul.products .product {
  width: 100%; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container {
  width: 100%;
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
  content: "";
  display: table;
  table-layout: fixed; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .left-column,
.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .left-column,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column {
  float: left;
  width: 50%; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .left-column img,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .left-column img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover; }

@media only screen and (max-width: 700px) {
  .post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .left-column img,
  .tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .left-column img {
    height: 300px; } }

@media only screen and (max-width: 999px) {
  .post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .left-column,
  .tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .left-column {
    width: 40%; } }

@media only screen and (max-width: 700px) {
  .post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .left-column,
  .tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .left-column {
    float: none;
    width: 100%; } }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column {
  padding: 20px; }

@media only screen and (max-width: 999px) {
  .post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column,
  .tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column {
    width: 60%; } }

@media only screen and (max-width: 700px) {
  .post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column,
  .tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column {
    font-size: 0.8em;
    float: none;
    width: 100%; } }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column h2,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column h2 {
  padding: 0;
  line-height: normal;
  margin-bottom: 15px; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .author,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .author {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .date,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .date {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 0.88889em; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .date i,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .date i {
  color: #61b875; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .date .value,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .date .value {
  display: inline-block;
  margin-left: 10px; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .price-button-link-wrapper,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .price-button-link-wrapper {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  content: "";
  display: table;
  table-layout: fixed; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .price-button-link-wrapper .price,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .price-button-link-wrapper .price {
  float: left;
  max-width: 50%;
  font-size: 1.125em;
  color: #333;
  font-weight: bold;
  margin: 0;
  margin-right: 20px;
  padding: 4px 0; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .price-button-link-wrapper .btn,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .price-button-link-wrapper .btn {
  float: right;
  max-width: 50%; }

@media only screen and (max-width: 999px) {
  .post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .price-button-link-wrapper .btn,
  .tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .price-button-link-wrapper .btn {
    max-width: none; } }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .rating-enroll-wrapper,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .rating-enroll-wrapper {
  display: block;
  width: 100%;
  font-size: 0.88889em;
  content: "";
  display: table;
  table-layout: fixed; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .rating-enroll-wrapper .reviews,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .rating-enroll-wrapper .reviews {
  float: left;
  max-width: 50%; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .rating-enroll-wrapper .reviews i,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .rating-enroll-wrapper .reviews i {
  color: #f2b827;
  font-size: 0.88889em; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .rating-enroll-wrapper .enrolls,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .rating-enroll-wrapper .enrolls {
  float: right;
  max-width: 50%; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product .product-container .right-column .target i,
.tax-product_cat .archive-content-wrapper #primary ul.products .product .product-container .right-column .target i {
  margin-right: 10px;
  color: #61b875; }

.post-type-archive-product .archive-content-wrapper #primary ul.products .product:last-of-type,
.tax-product_cat .archive-content-wrapper #primary ul.products .product:last-of-type {
  margin-bottom: 0; }

.post-type-archive-product .archive-content-wrapper #primary ul.products.block-view .product,
.tax-product_cat .archive-content-wrapper #primary ul.products.block-view .product {
  width: 50%;
  clear: none; }

.post-type-archive-product .archive-content-wrapper #primary ul.products.block-view .product .product-container .left-column,
.post-type-archive-product .archive-content-wrapper #primary ul.products.block-view .product .product-container .right-column,
.tax-product_cat .archive-content-wrapper #primary ul.products.block-view .product .product-container .left-column,
.tax-product_cat .archive-content-wrapper #primary ul.products.block-view .product .product-container .right-column {
  float: none;
  width: 100%; }

.post-type-archive-product .archive-content-wrapper #primary ul.products.block-view .product:nth-child(even),
.tax-product_cat .archive-content-wrapper #primary ul.products.block-view .product:nth-child(even) {
  padding-left: 10px;
  clear: none; }

.post-type-archive-product .archive-content-wrapper #primary ul.products.block-view .product:nth-child(odd),
.tax-product_cat .archive-content-wrapper #primary ul.products.block-view .product:nth-child(odd) {
  padding-right: 10px;
  clear: left; }

.post-type-archive-product .archive-content-wrapper #primary ul.products.block-view .product:nth-last-child(2),
.tax-product_cat .archive-content-wrapper #primary ul.products.block-view .product:nth-last-child(2) {
  margin-bottom: 0; }

.post-type-archive-product .archive-content-wrapper .shop-sidebar,
.tax-product_cat .archive-content-wrapper .shop-sidebar {
  width: 25%;
  font-size: 0.88889em; }

.post-type-archive-product .archive-content-wrapper .shop-sidebar .search-trainings,
.tax-product_cat .archive-content-wrapper .shop-sidebar .search-trainings {
  margin-bottom: 20px; }

@media only screen and (max-width: 999px) {
  .post-type-archive-product .archive-content-wrapper .shop-sidebar .search-trainings,
  .tax-product_cat .archive-content-wrapper .shop-sidebar .search-trainings {
    margin-bottom: 0;
    float: left;
    margin-right: 20px; } }

@media only screen and (max-width: 767px) {
  .post-type-archive-product .archive-content-wrapper .shop-sidebar .search-trainings,
  .tax-product_cat .archive-content-wrapper .shop-sidebar .search-trainings {
    float: none;
    width: 100%;
    margin-bottom: 10px; } }

.post-type-archive-product .archive-content-wrapper .shop-sidebar .search-trainings .input-wrapper,
.tax-product_cat .archive-content-wrapper .shop-sidebar .search-trainings .input-wrapper {
  position: relative;
  height: 45px;
  border-radius: 3px;
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06); }

.post-type-archive-product .archive-content-wrapper .shop-sidebar .search-trainings .input-wrapper.with-button input,
.tax-product_cat .archive-content-wrapper .shop-sidebar .search-trainings .input-wrapper.with-button input {
  height: 100%;
  width: 100%;
  padding: 0 55px 0 10px;
  border: none;
  border-radius: 3px; }

.post-type-archive-product .archive-content-wrapper .shop-sidebar .search-trainings .input-wrapper.with-button button,
.tax-product_cat .archive-content-wrapper .shop-sidebar .search-trainings .input-wrapper.with-button button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 !important; }

.post-type-archive-product .archive-content-wrapper .shop-sidebar .filter-category,
.tax-product_cat .archive-content-wrapper .shop-sidebar .filter-category {
  border-radius: 3px;
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06); }

.post-type-archive-product .archive-content-wrapper .shop-sidebar .filter-category h3,
.tax-product_cat .archive-content-wrapper .shop-sidebar .filter-category h3 {
  position: relative;
  background: #f5f5f5;
  padding: 5px 20px;
  margin: 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #eee;
  cursor: pointer; }

.post-type-archive-product .archive-content-wrapper .shop-sidebar .filter-category h3 i,
.tax-product_cat .archive-content-wrapper .shop-sidebar .filter-category h3 i {
  position: absolute;
  top: 13px;
  right: 15px;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  transition: all 200ms linear; }

.post-type-archive-product .archive-content-wrapper .shop-sidebar .filter-category ul,
.tax-product_cat .archive-content-wrapper .shop-sidebar .filter-category ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  border-radius: 0 0 3px 3px; }

.post-type-archive-product .archive-content-wrapper .shop-sidebar .filter-category ul li,
.tax-product_cat .archive-content-wrapper .shop-sidebar .filter-category ul li {
  padding: 10px 20px;
  line-height: 1.3em; }

@media only screen and (max-width: 999px) {
  .post-type-archive-product .archive-content-wrapper .shop-sidebar .filter-category,
  .tax-product_cat .archive-content-wrapper .shop-sidebar .filter-category {
    position: relative;
    margin-bottom: 0;
    float: left;
    width: 100%;
    max-width: 250px; }
  .post-type-archive-product .archive-content-wrapper .shop-sidebar .filter-category h3,
  .tax-product_cat .archive-content-wrapper .shop-sidebar .filter-category h3 {
    font-size: 1em; }
  .post-type-archive-product .archive-content-wrapper .shop-sidebar .filter-category ul,
  .tax-product_cat .archive-content-wrapper .shop-sidebar .filter-category ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    margin-top: 0;
    padding-top: 20px;
    overflow: scroll;
    background: #fff; } }

@media only screen and (max-width: 767px) {
  .post-type-archive-product .archive-content-wrapper .shop-sidebar .filter-category,
  .tax-product_cat .archive-content-wrapper .shop-sidebar .filter-category {
    float: none;
    width: 100%;
    max-width: none; } }

.post-type-archive-product .archive-content-wrapper .shop-sidebar .filter-category.open h3 i,
.tax-product_cat .archive-content-wrapper .shop-sidebar .filter-category.open h3 i {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

@media only screen and (max-width: 999px) {
  .post-type-archive-product .archive-content-wrapper .shop-sidebar,
  .tax-product_cat .archive-content-wrapper .shop-sidebar {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    padding: 0 50px;
    display: block; } }

.post-type-archive-product .archive-content-wrapper {
  padding: 100px 50px 100px; }

.single-product .archive-content-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 0.88889em;
  padding: 100px 50px 0;
  border-radius: 3px;
  content: "";
  display: table;
  table-layout: fixed; }

@media only screen and (max-width: 767px) {
  .single-product .archive-content-wrapper {
    padding: 100px 20px 0; } }

.single-product .archive-content-wrapper #primary {
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06); }

.single-product .archive-content-wrapper #primary .training-recap-wrapper {
  width: 100%;
  background: #f5f5f5;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0.88889em;
  line-height: normal;
  content: "";
  display: table;
  table-layout: fixed; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .author-wrapper,
.single-product .archive-content-wrapper #primary .training-recap-wrapper .rating-enroll-wrapper,
.single-product .archive-content-wrapper #primary .training-recap-wrapper .target-wrapper,
.single-product .archive-content-wrapper #primary .training-recap-wrapper .training-duration,
.single-product .archive-content-wrapper #primary .training-recap-wrapper .cost-add-to-cart-wrapper {
  float: left;
  width: 25%;
  height: 120px; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .rating-enroll-wrapper,
.single-product .archive-content-wrapper #primary .training-recap-wrapper .target-wrapper,
.single-product .archive-content-wrapper #primary .training-recap-wrapper .training-duration,
.single-product .archive-content-wrapper #primary .training-recap-wrapper .cost-add-to-cart-wrapper {
  border-left: 1px solid #eaeaea;
  padding: 40px 20px; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .author-wrapper {
  width: 30%;
  content: "";
  display: table;
  table-layout: fixed; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .author-wrapper .author-img-wrapper {
  float: left;
  margin-right: 20px; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .author-wrapper .author-img-wrapper img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: cover; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .author-wrapper .author {
  padding: 50px 20px 0; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .target-wrapper {
  width: 17%;
  padding: 42px 20px 0; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .target-wrapper span {
  display: block;
  font-weight: bold;
  white-space: nowrap; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .rating-enroll-wrapper {
  width: 17%;
  padding: 42px 20px 0; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .rating-enroll-wrapper .reviews,
.single-product .archive-content-wrapper #primary .training-recap-wrapper .rating-enroll-wrapper .enrolls {
  display: block; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .rating-enroll-wrapper .reviews {
  white-space: nowrap; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .rating-enroll-wrapper .reviews i {
  font-size: 0.88889em;
  color: #f2b827; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .training-duration {
  width: 22%;
  padding: 42px 20px 0; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .training-duration span {
  display: block;
  font-weight: bold;
  white-space: nowrap; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .cost-add-to-cart-wrapper {
  width: 31%; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .cost-add-to-cart-wrapper span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  white-space: nowrap; }

.single-product .archive-content-wrapper #primary .training-recap-wrapper .cost-add-to-cart-wrapper a {
  font-size: 0.88889em;
  padding: 15px 18px; }

@media only screen and (max-width: 999px) {
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .author-wrapper,
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .rating-enroll-wrapper,
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .training-duration,
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .cost-add-to-cart-wrapper {
    width: 50%; }
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .training-duration {
    border-left: none; }
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .training-duration,
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .cost-add-to-cart-wrapper {
    border-top: 1px solid #eaeaea; } }

@media only screen and (max-width: 767px) {
  .single-product .archive-content-wrapper #primary .training-recap-wrapper {
    font-size: 0.8em; }
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .author-wrapper,
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .rating-enroll-wrapper,
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .training-duration,
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .cost-add-to-cart-wrapper {
    width: 100%; }
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .rating-enroll-wrapper,
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .training-duration,
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .cost-add-to-cart-wrapper {
    padding: 20px 20px;
    height: auto;
    border-left: none; }
  .single-product .archive-content-wrapper #primary .training-recap-wrapper .rating-enroll-wrapper {
    border-top: 1px solid #eaeaea; } }

.single-product .archive-content-wrapper #primary .product-content {
  padding: 50px 50px 100px;
  content: "";
  display: table;
  table-layout: fixed; }

@media only screen and (max-width: 767px) {
  .single-product .archive-content-wrapper #primary .product-content {
    padding: 50px 20px 100px; } }

.single-product .archive-content-wrapper #primary .product-content .left-column,
.single-product .archive-content-wrapper #primary .product-content .right-column {
  float: left; }

.single-product .archive-content-wrapper #primary .product-content .left-column {
  width: 60%; }

@media only screen and (max-width: 999px) {
  .single-product .archive-content-wrapper #primary .product-content .left-column {
    float: none;
    width: 100%;
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  .single-product .archive-content-wrapper #primary .product-content .left-column {
    font-size: 0.8em; } }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-product-gallery {
  width: 100%;
  border-radius: 3px;
  overflow: hidden; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-product-gallery img {
  width: 100%;
  height: 350px;
  object-fit: cover; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs {
  font-size: 0.88889em; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs ul.tabs {
  padding: 0; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs ul.tabs::before {
  border-color: #eee; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs ul.tabs li {
  background: #f5f5f5;
  padding: 0;
  border-color: #eee;
  border-bottom-color: #eee; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs ul.tabs li a {
  padding: .5em 20px; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  border-bottom-color: #fff; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs ul.tabs li.active a {
  border-top: 2px solid #61b875;
  color: #61b875; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs ul.tabs li::before, .single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs ul.tabs li::after {
  border-color: #eee;
  box-shadow: none; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs .panel ul {
  list-style: none;
  border-left: 1px solid #eee;
  margin-left: 10px; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs .panel ul li {
  position: relative;
  margin: 0 0 25px 0px;
  font-weight: bold; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs .panel ul li::before {
  position: absolute;
  top: 4px;
  left: -11px;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.6em;
  color: #61b875;
  /* Change the color */
  width: 13px;
  height: 12px;
  margin: 2px 0 0 -35px; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs .woocommerce-Tabs-panel--description .training-recap {
  background: #61b875;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 3px; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs .woocommerce-Tabs-panel--description .training-recap span {
  display: block; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs .woocommerce-Tabs-panel--trainer .trainer-description-wrapper {
  position: relative;
  min-height: 100px;
  content: "";
  display: table;
  table-layout: fixed; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs .woocommerce-Tabs-panel--trainer .trainer-description-wrapper .trainer-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs .woocommerce-Tabs-panel--trainer .trainer-description-wrapper .trainer-avatar img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover; }

.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs .woocommerce-Tabs-panel--trainer .trainer-description-wrapper h3,
.single-product .archive-content-wrapper #primary .product-content .left-column .woocommerce-tabs .woocommerce-Tabs-panel--trainer .trainer-description-wrapper p {
  margin-left: 130px; }

.single-product .archive-content-wrapper #primary .product-content .right-column {
  font-size: 0.88889em;
  width: 40%;
  padding-left: 40px; }

@media only screen and (max-width: 999px) {
  .single-product .archive-content-wrapper #primary .product-content .right-column {
    float: none;
    width: 100%;
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  .single-product .archive-content-wrapper #primary .product-content .right-column {
    font-size: 0.8em; } }

.single-product .archive-content-wrapper #primary .product-content .right-column .info-table-wrapper {
  border: 1px solid #eee; }

.single-product .archive-content-wrapper #primary .product-content .right-column .info-table-wrapper h2 {
  font-size: 1.125em;
  margin: 0;
  padding: 20px 30px;
  background: #f5f5f5;
  line-height: normal; }

.single-product .archive-content-wrapper #primary .product-content .right-column .info-table-wrapper ul {
  list-style: none;
  margin: 0 30px 50px 30px;
  padding: 0; }

.single-product .archive-content-wrapper #primary .product-content .right-column .info-table-wrapper ul li {
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  content: "";
  display: table;
  table-layout: fixed; }

.single-product .archive-content-wrapper #primary .product-content .right-column .info-table-wrapper ul li i {
  color: #61b875;
  margin-right: 15px; }

.single-product .archive-content-wrapper #primary .product-content .right-column .info-table-wrapper ul li .value {
  float: right;
  max-width: 60%;
  text-align: right; }

.woocommerce-cart .woocommerce .cart-content-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 0.88889em;
  padding: 100px 50px; }

.woocommerce-cart .woocommerce .cart-content-wrapper .woocommerce-cart-form__contents thead tr {
  background: #61b875;
  color: #fff; }

.woocommerce-cart .woocommerce .cart-content-wrapper .woocommerce-cart-form__contents tbody tr td.actions .coupon input {
  width: auto !important;
  color: #454545;
  border-radius: 3px;
  padding: 0 20px;
  border: 1px solid #8a8a8a;
  outline: none;
  margin-top: 6px;
  margin-right: 10px; }

.woocommerce-cart .woocommerce .cart-content-wrapper .woocommerce-cart-form__contents tbody tr td.actions .coupon .btn {
  vertical-align: -8px; }

.woocommerce-cart .woocommerce .cart-content-wrapper .cart-collaterals .cart_totals .shop_table td {
  text-align: right; }

.woocommerce-cart .woocommerce .cart-content-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: right; }

.woocommerce-cart .woocommerce .empty-cart-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 0.88889em;
  padding: 100px 50px; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 50px;
  font-size: 0.88889em; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .woocommerce-checkout .woocommerce-billing-fields h3 {
  position: relative;
  margin-bottom: 0; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .woocommerce-checkout .woocommerce-billing-fields h3:after {
  position: absolute;
  content: "";
  border: 1px solid #3db166;
  width: 30px;
  margin: 26px 0 0 10px; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .woocommerce-checkout .woocommerce-billing-fields .fields-info {
  font-size: 0.88889em;
  margin: 0 0 20px;
  font-style: italic; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .shop_table {
  border-collapse: collapse;
  font-size: 0.88889em; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .shop_table thead tr {
  background: #61b875;
  color: #fff; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .shop_table tfoot tr {
  background: #f5f5f5; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row {
  margin-bottom: 10px; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper::after {
  content: "";
  position: absolute;
  padding: 2px;
  z-index: 1;
  display: block;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  border-radius: 3px 0 0 3px;
  border-left: 5px solid #8a8a8a;
  box-sizing: border-box; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper textarea,
.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper input {
  color: #333; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper textarea:not([type="submit"]):not([type="checkbox"]),
.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single:not([type="submit"]):not([type="checkbox"]),
.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper input:not([type="submit"]):not([type="checkbox"]) {
  position: relative;
  z-index: 0;
  color: #454545;
  border-radius: 3px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #8a8a8a;
  outline: none;
  width: 100%; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  height: auto;
  padding-right: 30px !important; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
  right: 6px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row .woocommerce-input-wrapper .woocommerce-password-hint {
  padding: 0 10px; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row.validate-required .woocommerce-input-wrapper::after {
  border-left: 5px solid #61b875; }

.woocommerce-checkout .woocommerce .checkout-content-wrapper .form-row.is-select-form .woocommerce-input-wrapper::after {
  box-sizing: content-box; }

.woocommerce-order-received {
  font-size: 0.88889em; }

.woocommerce-order-received .woocommerce-order-wrapper {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 50px;
  font-size: 0.88889em; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order {
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .order-overview-wrapper {
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
  border: 1px solid #eee;
  border-radius: 3px; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .order-overview-wrapper p.woocommerce-thankyou-order-received {
  margin: 0;
  padding: 10px 20px;
  font-weight: bold; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .order-overview-wrapper .woocommerce-order-overview {
  padding: 20px;
  margin-bottom: 0; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .order-overview-wrapper .woocommerce-order-overview li {
  margin: 0;
  padding: 0;
  width: 20%; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .order-overview-wrapper .woocommerce-order-overview li:not(:first-of-type) {
  padding-left: 20px; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .order-overview-wrapper .woocommerce-order-overview li:not(:last-of-type) {
  padding-right: 20px; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .order-overview-wrapper .woocommerce-order-overview li.email {
  width: 25%; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .order-overview-wrapper .woocommerce-order-overview li.total {
  width: 15%; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .order-overview-wrapper .payment-indications-wrapper {
  background: #f5f5f5;
  margin-top: 0;
  padding: 10px 20px; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .order-overview-wrapper .payment-indications-wrapper p {
  margin: 0; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .woocommerce-order-details {
  float: left;
  width: 49%; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .woocommerce-order-details .order_details {
  border-collapse: collapse;
  border: none;
  border-radius: 3px;
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06); }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .woocommerce-order-details .order_details thead tr {
  background: #61b875;
  color: #fff; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .woocommerce-order-details .order_details thead tr .product-total {
  text-align: right; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .woocommerce-order-details .order_details tbody tr .product-total {
  text-align: right; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .woocommerce-order-details .order_details tfoot tr {
  background: #f5f5f5; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .woocommerce-order-details .order_details tfoot tr td:last-of-type {
  text-align: right; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .woocommerce-customer-details {
  float: left;
  width: 49%;
  margin-left: 2%; }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .woocommerce-customer-details address {
  border: 0;
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06); }

.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone::before,
.woocommerce-order-received .woocommerce-order-wrapper .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--email::before {
  color: #61b875; }

.page-template-page_contact-page .form-contact-info-wrapper {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 0.88889em;
  padding: 100px 50px;
  content: "";
  display: table;
  table-layout: fixed; }

.page-template-page_contact-page .form-contact-info-wrapper h2 {
  position: relative; }

.page-template-page_contact-page .form-contact-info-wrapper h2:after {
  position: absolute;
  content: "";
  border: 1px solid #3db166;
  width: 30px;
  margin: 34px 0 0 10px; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-form-wrapper,
.page-template-page_contact-page .form-contact-info-wrapper .contact-info-wrapper {
  float: left;
  width: 60%; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-form-wrapper p:first-of-type {
  margin-top: 0; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-form-wrapper p:last-of-type {
  margin-bottom: 0; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-form-wrapper input:not([type="submit"]) {
  color: #454545;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #8a8a8a;
  outline: none;
  width: 100%; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-form-wrapper textarea {
  width: 100%;
  border: 1px solid grey; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-form-wrapper .cv-wrapper {
  position: relative; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-form-wrapper .cv-wrapper .label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 62px;
  color: #fff;
  background: #192f59;
  padding: 0 25px;
  border-radius: 3px 0 0 3px; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-form-wrapper .cv-wrapper span.CV {
  display: inline-block;
  padding-left: 77px;
  width: 100%; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-form-wrapper .cv-wrapper span.CV input {
  border-radius: 0 3px 3px 0; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-info-wrapper {
  width: 40%;
  padding-left: 40px; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-info-wrapper .contact-info-container {
  padding: 40px;
  border-radius: 3px;
  border: 1px solid #61b875; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-info-wrapper .contact-info-container ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-info-wrapper .contact-info-container ul.contact-info li {
  position: relative; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-info-wrapper .contact-info-container ul.contact-info li:not(:last-of-type) {
  margin-bottom: 10px; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-info-wrapper .contact-info-container ul.contact-info li i {
  position: absolute;
  left: 0;
  top: 10px; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-info-wrapper .contact-info-container ul.contact-info li span {
  display: inline-block;
  margin-left: 40px; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-info-wrapper .contact-info-container ul:not(:last-of-type) {
  margin-bottom: 20px; }

.page-template-page_contact-page .form-contact-info-wrapper .contact-info-wrapper .contact-info-container .social-icons .icon-facebook a {
  color: #3b5998; }

.page-template-page_contact-page .google-maps-wrapper .google-maps {
  position: relative;
  height: 350px;
  overflow: hidden; }

.page-template-page_contact-page .google-maps-wrapper .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.page-template-page_gallery-page .gallery-wrapper {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 0.88889em;
  padding: 100px 50px; }

.page-template-page_gallery-page .gallery-wrapper h2 {
  position: relative; }

.page-template-page_gallery-page .gallery-wrapper h2:after {
  position: absolute;
  content: "";
  border: 1px solid #3db166;
  width: 30px;
  margin: 34px 0 0 10px; }

.page-template-page_register-page .login-registration-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 0.88889em;
  padding: 100px 50px; }

.page-template-page_register-page .login-registration-wrapper h2 {
  position: relative;
  margin-bottom: 0; }

.page-template-page_register-page .login-registration-wrapper h2:after {
  position: absolute;
  content: "";
  border: 1px solid #3db166;
  width: 30px;
  margin: 34px 0 0 10px; }

.page-template-page_register-page .login-registration-wrapper .fields-info {
  font-size: 0.88889em;
  margin: 0 0 20px;
  font-style: italic; }

.page-template-page_register-page .login-registration-wrapper .woocommerce-error, .page-template-page_register-page .login-registration-wrapper .woocommerce-info, .page-template-page_register-page .login-registration-wrapper .woocommerce-message {
  margin-top: 40px;
  margin-bottom: 0; }

.page-template-page_register-page .login-registration-wrapper .woocommerce-Button {
  transition: background 150ms ease-in-out;
  padding: 15px 25px !important;
  font-size: 0.71111em;
  font-weight: bold;
  vertical-align: 2px;
  border-radius: 3px;
  border: none;
  background: #dadada;
  color: #333;
  cursor: pointer; }

.page-template-page_register-page .login-registration-wrapper .woocommerce-Button:hover {
  background: #bfbfbf;
  color: #6c6c6c; }

.page-template-page_register-page .login-registration-wrapper .woocommerce-Button[type="submit"] {
  background: #61b875;
  color: #fff; }

.page-template-page_register-page .login-registration-wrapper .woocommerce-Button[type="submit"]:hover {
  background: #192f59; }

.page-template-page_register-page .login-registration-wrapper form.login,
.page-template-page_register-page .login-registration-wrapper form.register {
  border: 0;
  box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
  margin-top: 0; }

.page-template-page_register-page .login-registration-wrapper .form-row {
  margin-bottom: 10px; }

.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; }

.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper::after {
  content: "";
  position: absolute;
  padding: 2px;
  z-index: 1;
  display: block;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  border-radius: 3px 0 0 3px;
  border-left: 5px solid #8a8a8a;
  box-sizing: border-box; }

.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper textarea,
.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper input {
  color: #333; }

.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper textarea:not([type="submit"]):not([type="checkbox"]),
.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single:not([type="submit"]):not([type="checkbox"]),
.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper input:not([type="submit"]):not([type="checkbox"]) {
  position: relative;
  z-index: 0;
  color: #454545;
  border-radius: 3px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #8a8a8a;
  outline: none;
  width: 100%; }

.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  height: auto;
  padding-right: 30px !important; }

.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0; }

.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
  right: 6px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.page-template-page_register-page .login-registration-wrapper .form-row .woocommerce-input-wrapper .woocommerce-password-hint {
  padding: 0 10px; }

.page-template-page_register-page .login-registration-wrapper .form-row.validate-required .woocommerce-input-wrapper::after {
  border-left: 5px solid #61b875; }

.page-template-page_register-page .login-registration-wrapper .form-row.is-select-form .woocommerce-input-wrapper::after {
  box-sizing: content-box; }

.page-template-page_register-page .login-registration-wrapper .woocommerce-form-login .form-row .woocommerce-input-wrapper::after {
  border-left: 5px solid #61b875; }

.page-template-page_register-page .login-registration-wrapper .woocommerce-form-login .remember-submit-wrapper {
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed; }

.page-template-page_register-page .login-registration-wrapper .woocommerce-form-login .remember-submit-wrapper button {
  float: right;
  margin-left: 20px; }

.page-template-page_register-page .login-registration-wrapper .woocommerce-form-login .remember-submit-wrapper .woocommerce-form__label-for-checkbox span {
  margin-left: 10px; }

/* Site footer */
#colophon {
  background: linear-gradient(rgba(85, 85, 85, 0.1), rgba(85, 85, 85, 0.1)), url(assets/images/footer-bg.png);
  background-repeat: repeat; }

#colophon .footer-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 50px; }

#colophon .footer-container .footer-top {
  padding: 100px 0 60px 0;
  content: "";
  display: table;
  table-layout: fixed; }

#colophon .footer-container .footer-top .info-column {
  width: 30%;
  font-size: 0.71111em;
  float: left; }

#colophon .footer-container .footer-top .info-column .logo-wrapper {
  width: 110px;
  margin-bottom: 20px; }

#colophon .footer-container .footer-top .info-column .logo-wrapper img {
  width: 100%;
  height: auto; }

#colophon .footer-container .footer-top .info-column .short-description {
  margin-bottom: 20px; }

#colophon .footer-container .footer-top .info-column ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#colophon .footer-container .footer-top .info-column ul.contact-info li {
  white-space: nowrap; }

#colophon .footer-container .footer-top .info-column ul.contact-info i {
  margin-right: 7px; }

#colophon .footer-container .footer-top .info-column ul.social-icons {
  margin-top: 20px;
  content: "";
  display: table;
  table-layout: fixed; }

#colophon .footer-container .footer-top .info-column ul.social-icons li {
  float: left; }

#colophon .footer-container .footer-top .info-column ul.social-icons li:not(:first-of-type) {
  margin-left: 20px; }

#colophon .footer-container .footer-top .info-column ul.social-icons li.icon-facebook a {
  color: #3b5998; }

@media only screen and (max-width: 999px) {
  #colophon .footer-container .footer-top .info-column {
    float: none;
    width: 100%; } }

#colophon .footer-container .footer-top .menus-subscription-wrapper {
  width: 70%;
  font-size: 0.71111em;
  float: left;
  padding-left: 50px;
  content: "";
  display: table;
  table-layout: fixed; }

#colophon .footer-container .footer-top .menus-subscription-wrapper [class*="footer-menu-"] {
  float: left;
  width: 33.33333%; }

#colophon .footer-container .footer-top .menus-subscription-wrapper [class*="footer-menu-"] h2 {
  margin-top: 0; }

#colophon .footer-container .footer-top .menus-subscription-wrapper [class*="footer-menu-"] ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#colophon .footer-container .footer-top .menus-subscription-wrapper [class*="footer-menu-"] ul li:not(:last-of-type) {
  margin-bottom: 10px; }

@media only screen and (max-width: 999px) {
  #colophon .footer-container .footer-top .menus-subscription-wrapper [class*="footer-menu-"] {
    float: none;
    width: 100%; }
  #colophon .footer-container .footer-top .menus-subscription-wrapper [class*="footer-menu-"] :not(:last-of-type) {
    margin-bottom: 10px; } }

#colophon .footer-container .footer-top .menus-subscription-wrapper .subscription-wrapper {
  clear: both;
  padding-top: 60px;
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed; }

#colophon .footer-container .footer-top .menus-subscription-wrapper .subscription-wrapper .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  float: right;
  width: 66.66667%; }

@media only screen and (max-width: 767px) {
  #colophon .footer-container .footer-top .menus-subscription-wrapper .subscription-wrapper .input-group {
    width: 100%; } }

#colophon .footer-container .footer-top .menus-subscription-wrapper .subscription-wrapper .input-group input {
  width: 100%;
  height: 60px;
  padding: 25px;
  background: #f5f7fa;
  border: 1px solid #f5f7fa;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

#colophon .footer-container .footer-top .menus-subscription-wrapper .subscription-wrapper .input-group button {
  width: 60px;
  height: 60px;
  font-size: 1.2em;
  font-weight: 500;
  outline: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  padding: 0 !important; }

#colophon .footer-container .footer-top .menus-subscription-wrapper .subscription-wrapper .mc4wp-response {
  clear: both;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  float: right;
  width: 66.66667%;
  padding: 10px; }

@media only screen and (max-width: 999px) {
  #colophon .footer-container .footer-top .menus-subscription-wrapper {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    border-top: 1px solid #f9f9f9; } }

#colophon .footer-container .footer-bottom {
  width: 100%;
  padding: 45px 0;
  border-top: 1px solid #f9f9f9;
  font-size: 0.71111em;
  content: "";
  display: table;
  table-layout: fixed; }

#colophon .footer-container .footer-bottom .legal-info {
  float: left; }

@media only screen and (max-width: 999px) {
  #colophon .footer-container .footer-bottom .legal-info {
    float: none;
    width: 100%; } }

#colophon .footer-container .footer-bottom .navigation-wrapper {
  float: right; }

@media only screen and (max-width: 999px) {
  #colophon .footer-container .footer-bottom .navigation-wrapper {
    float: none;
    width: 100%; } }

#colophon .footer-container .footer-bottom .navigation-wrapper #menu-footer-bottom {
  list-style: none;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed; }

#colophon .footer-container .footer-bottom .navigation-wrapper #menu-footer-bottom li {
  float: left; }

#colophon .footer-container .footer-bottom .navigation-wrapper #menu-footer-bottom li:not(:last-of-type) {
  margin-right: 20px; }
