   /*
   Theme Name: RemSEO multi-theme
   Theme URI: http://www.remseo.fr
   Description: Un thème adapté aux sites vitrines, d'actualité, catalogues et ecommerce. Développé autour d'ACF (5+) | Compatible Elementor (3+) | Compatible Woocommerce (4+/5+) - Version 2.1.1 (2021) - Pour toute demande technique, merci de me contacter sur support@remseo.fr en m'indiquant l'URL de votre site et la version actuelle de votre thème.
   Author: Remi COLIN - support@remseo.fr
   URI: https://www.remseo.fr
   Version: 2.1.1

 /* Custom styles
--------------------------------------------*/

/*Google Recaptcha*/
.grecaptcha-badge {bottom: -75px !important;}

/*---------------------
    ## Primary HTML 
----------------------*/
:root {
	--main-bg: #ffffff;
	--alt-bg: #ececec;
	--secondary-bg: #3c3c3c;
	/* --alt-secondary-bg: 5c5c5c; Dark grey*/
	--dark-txt-color: #575756; /*Dark grey*/
	--light-txt-color: #f5f5f5; /*Greyish white*/
	--title-color: #FDB572; /*Light orange*/
	--featured-color: #a3195b; /*Violet*/
	--alt-featured-color: #2897d5; /*Light Blue*/
}

@font-face {
    font-family:'Akrobat';
    src: url('./css/fonts/Akrobat-Regular.otf') format('OpenType');
	font-display: swap;
}

@font-face {
    font-family:'Akrobat Bold';
    src: url('./css/fonts/Akrobat-Bold.otf') format('OpenType');
	font-display: swap;
}

@font-face {
    font-family:'Akrobat Extra Bold';
    src: url('./css/fonts/Akrobat-ExtraBold.otf') format('OpenType');
	font-display: swap;
}

html {height: 100%;}

body {
	background-color: var(--main-bg);
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	margin: 0 !important;
	border: 0;
	color: var(--dark-txt-color);
	line-height: 1.5em;
	letter-spacing: 1.5px;
	font-weight: 400 ;
	font-size: 18px ;
	font-family: 'Akrobat', sans-serif !important; 
	overflow-x: hidden;
}

#content {display: block; position: relative;}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	color: var(--title-color);
	margin:auto 0;
	padding: 5px 5px 5px 0px;
	text-align: left;
	font-family: 'Akrobat Bold', sans-serif !important; 
	font-weight: 400;
	letter-spacing: 2.5px;
	line-height: initial;
}

h1 {font-size: 2em; font-family: 'Akrobat Extra Bold', sans-serif !important; }
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5, h6 {font-size: 1em; font-weight: 700;}

/* Common HTML */
a {text-decoration: none; color: var(--featured-color); transition: all ease-in 200ms;}
a, a:visited {text-decoration: none; font-weight: 400; color: var(--featured-color);}
a:hover, a:focus, a:active {text-decoration: none; color: inherit;}

strong {font-weight: 700 !important;}
b {font-weight: 700;}

hr {max-width: 65%;}

figure {position: relative; margin: 0 !important;}

blockquote {box-shadow: -4px 0px 0px 0px var(--featured-color);padding-left: 20px; max-width: 55%;}

/*Used in account page by Woocommerce - Orders tabs */
mark {background: transparent; color: var(--featured-color); padding: 0 3px; border-radius: 4px;}

@media all and (max-width: 980px) {
	blockquote {max-width: 80%;}
}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 580px) {
	body {font-size: 18px ;}
	
	h1 {font-size: 1.8rem;}
	h2 {font-size: 1.65rem;}
	h3 {font-size: 1.4rem;}
	h4 {font-size: 1.25rem;}
	h5, h6 {font-size: 1rem; font-weight: 700;}
	
	blockquote {max-width: 95%;}
}

/*---------------------
   ## Medias styles
----------------------*/
/* Image cover style */
.img-cover {
object-fit: cover;
object-position: center top;
width: 100%;
height: 100% !important;
}

.img-cover.vcenter {
	object-position: center center;
}

.img-cover.vbottom {
	object-position: center bottom;
}

.img-cover-logo {
object-fit: contain;
object-position: center top;
width: 100%;
height: 100% !important;
transition: 400ms height ease-in-out;
}

.img-contain {
object-fit: contain;
object-position: center top;
width: 100%;
height: 100% !important;
}

.inline-img {width: 48px; height: auto;}

.rounded-img {width: 90px; height: 90px; border-radius: 50%;}

/* Video cover style */
.video-cover {
object-fit: contain;
object-position: center top;
width: 100%;
height: 100% !important;
}

/* WP video shortcode - controls FIX */
.mejs-inner, .mejs-mediaelement, .mejs-layers {width: 100%; height: 100%;}
.mejs-controls {bottom: 0;}

audio {width: 100%;} /* May be useful for some browsers */

@media all and (max-width: 580px) {
	img.alignnone {height: auto;}
	.inline-img {width: 36px;}
	
	.img-contain {object-fit: cover;}
}

/*---------------------
    ## FontAwesome
----------------------*/
/* Rounded FA brands icons */
.fab {font-size: 1.5rem; width: 1.5rem; padding: 8px; border: 1px solid; border-radius: 50%;}
.fab:before {position: relative;}

/*Fixing icons positions*/
.fab.fa-facebook-f:before, .fab.fa-instagram:before, .fab.fa-linkedin-in:before {left: 1px;}

/*FA mobile*/
.smaller-fa-icon {font-size: 1rem; padding-left: 12px;}
.fas.mobile {display: none;}

/*Elementor add-on fix*/
.eael-team-member-social-link .fab {width: inherit; border: initial; border-radius: initial;}
.eael-elements-flip-box-heading {text-align: center; letter-spacing: initial;}
.eael-elements-flip-box-front-container {align-items: flex-start !important;}
.eael-elements-flip-box-rear-container {align-items: flex-start !important;}

/*Elementor adding*/
.h340 {height: 300px; margin: 0 auto;}
.h340 .elementor-widget-container {display: flex; height: 100%; flex-direction: column; justify-content: center; align-content: center;}
.h340 .elementor-widget-container p {width: 85%; margin: 0 auto;}
.h340 .elementor-widget-container h1, .h340 .elementor-widget-container h2, .h340 .elementor-widget-container h3, .h340 .elementor-widget-container h4, .h340 .elementor-widget-container h5, .h340 .elementor-widget-container h6 {margin: 0;}

.h90-img .elementor-widget-container .swiper-container .swiper-slide .swiper-slide-image {height: 90px;}

@media all and (max-width: 580px) {
	
}

.modal.chaumont-newsletter {height: 60vh; top: 20% !important;}
.modal.chaumont-newsletter iframe {width: 90%; height: 50vh;}
/* .modal.chaumont-newsletter iframe .sib-form .input {color: var(--dark-txt-color) !important;} */

/*----------------------
 ## Layouts & Utilities
------------------------*/
div, section, article {position: relative;}

div.full-wrapper, section.full-wrapper, article.full-wrapper {position: relative; width: 100%;}

.full-wrapper.legal-links, .full-wrapper.double-block {position: relative; width: 95%; margin: 0 auto !important;}

div.merged-wrapper, section.merged-wrapper, article.merged-wrapper {width: 80%; margin-left: auto; margin-right: auto;}
div.merged-wrapper:not(:first-child), section.merged-wrapper:not(:first-child), article.merged-wrapper:not(:first-child) {margin: 2.5% auto;}
div.smaller-wrapper, section.smaller-wrapper, article.smaller-wrapper {width: 60%;  margin-left: auto; margin-right: auto;}
div.smaller-wrapper:not(:first-child), section.smaller-wrapper:not(:first-child), article.smaller-wrapper:not(:first-child) {margin: 2.5% auto;}

div.full-wrapper.sidebar-active, section.full-wrapper.sidebar-active, article.full-wrapper.sidebar-active {width: 70%; margin: 2.5% auto 2.5% 0;}
div.merged-wrapper.sidebar-active, section.merged-wrapper.sidebar-active, article.merged-wrapper.sidebar-active {width: 70%; margin: 2.5% auto 2.5% 0;}
div.smaller-wrapper.sidebar-active, section.smaller-wrapper.sidebar-active, article.smaller-wrapper.sidebar-active {margin: 2.5% auto 2.5% 0;}

*.centered {text-align: center; margin: 0 auto;}
*.lefted-block {margin-right: auto;}
*.righted-block {margin-left: auto;}
*.auto-vmerged {margin: auto 0;}
.grid.centered, .grid-noGutter.centered {margin: 0 auto;}
.grid.lefted-block, .grid-noGutter.lefted-block {margin-right: auto;}
.grid.righted-block, .grid-noGutter.righted-block {margin-left: auto;}
.grid.rauto-vmerged, .grid-noGutter.auto-vmerged {margin: auto 0;}

.full-h {height: 100%; width: 100%; position: relative;}

.v-merged {margin-top: 12px; margin-bottom: 12px;}
.h-merged {margin-right: 12px; margin-left: 12px;}

div.full-sidebar-active, section.full-sidebar-active, article.full-sidebar-active {margin-left: 21% !important; transition: margin 400ms ease-in-out;}
div.full-sidebar-active.closed-sidebar, section.full-sidebar-active.closed-sidebar, article.full-sidebar-active.closed-sidebar {margin-left: 0% !important;}

section.diagonal, article.diagonal {min-height: 440px; background-color: var(--alt-bg); margin-top: 3.5% !important; padding: 0 0 2.5% 0;}
section.diagonal:before, article.diagonal:before {
	position: absolute; 
	margin-top: -80px; 
	content: ''; 
	border-style: solid; 
	border-width: 0 0 5rem 100vw; 
	border-color: transparent var(--alt-bg) var(--alt-bg) transparent;
}

.not-visible {opacity: 0;}

@media all and (max-width: 1280px) {
	div.smaller-wrapper, section.smaller-wrapper, article.smaller-wrapper {width: 70%;}
}

@media all and (max-width: 980px) {
	div.smaller-wrapper, section.smaller-wrapper, article.smaller-wrapper {width: 75%;}
}

@media all and (max-width: 768px) {
	div.smaller-wrapper, section.smaller-wrapper, article.smaller-wrapper {width: 80%;}
	
	div.full-wrapper.sidebar-active, section.full-wrapper.sidebar-active, article.full-wrapper.sidebar-active {width: 100%; margin: 2.5% auto;}
	div.merged-wrapper.sidebar-active, section.merged-wrapper.sidebar-active, article.merged-wrapper.sidebar-active {width: 100%; margin: 2.5% auto;}
	div.smaller-wrapper.sidebar-active, section.smaller-wrapper.sidebar-active, article.smaller-wrapper.sidebar-active {margin: 2.5% auto;}
}

@media all and (max-width: 580px) {
	div.merged-wrapper, section.merged-wrapper, article.merged-wrapper {width: 90%;}
	div.smaller-wrapper, section.smaller-wrapper, article.smaller-wrapper {width: 85%;}
	
	.cta-bloc-section [class*="col-"] {padding: 0;}
	.home div.merged-wrapper {width: 100%;}
	.fas.mobile {display: inline-block;}
}

@media all and (max-width: 480px) {
	/* div.full-wrapper, section.full-wrapper, article.full-wrapper {padding: 0 2.5%;} */
}

/*-------------------------------------------------
Flex Row placement helper classes
Usage: "flex_{vertical-align}_{horizontal-align}"
---------------------------------------------------*/
.flex-start-start{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start}
.flex-start-centered{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}
.flex-start-end{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end}
.flex-centered-start{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items:center;-webkit-align-items:center;-ms-flex-align:center;justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start}
.flex-centered{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items:center;-webkit-align-items:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}
.flex-centered-centered{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items:center;-webkit-align-items:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}
.flex-centered-end{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items:center;-webkit-align-items:center;-ms-flex-align:center;justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end}
.flex-end-start{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start}
.flex-end-centered{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}
.flex-end-end{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end}

/*----------------------------------------------------
Convert flex row to column
Usage: column flex_{vertical-align}_{horizontal-align}
-----------------------------------------------------*/
.column{flex-direction:column}
.column.flex-start-start {display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;}
.column.flex-start-centered{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;align-items:center;-webkit-align-items:center;-ms-flex-align:center;}
.column.flex-start-end{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;}
.column.flex-centered-start{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;}
.column.flex-centered{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;-ms-flex-align:center;}
.column.flex-centered-centered{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;-ms-flex-align:center;}
.column.flex-centered-end{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;}
.column.flex-end-start{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;}
.column.flex-end-centered{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;align-items:center;-webkit-align-items:center;-ms-flex-align:center;}
.column.flex-end-end{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;}

/* Invert start and end point if needed */
.flex-invertion{flex-direction: row-reverse;}
.column.flex-invertion {flex-direction: column-reverse;}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {

}

@media all and (max-width: 580px) {
	[class*="flex-"]:not(.grid*) {flex-direction: column;}
}

/*--------------------
  ##Animations helper
    (animate.css)
---------------------*/
.op0 {opacity: 0;}
.hidden {opacity: 0 !important; visibility: hidden !important;}
.full-hidden{display: none !important; opacity: 0; visibility: hidden;}

.delay-15 {animation-delay: .15s;}
.delay-25 {animation-delay: .25s;}
.delay-30 {animation-delay: .30s;}
.delay-45 {animation-delay: .45s;}
.delay-50 {animation-delay: .5s;}
.delay-60 {animation-delay: .6s;}
.delay-75 {animation-delay: .75s;}
.delay-90 {animation-delay: .9s;}

.delay-100 {animation-delay: 1s;}

.delay-105 {animation-delay: 1.05s;}
.delay-120 {animation-delay: 1.20s;}
.delay-125 {animation-delay: 1.25s;}
.delay-135 {animation-delay: 1.35s;}
.delay-150 {animation-delay: 1.50s;}
.delay-175 {animation-delay: 1.75s;}
.delay-200 {animation-delay: 2s;}

.delay-225 {animation-delay: 2.25s;}
.delay-250 {animation-delay: 2.50s;}
.delay-275 {animation-delay: 2.75s;}
.delay-300 {animation-delay: 3s;}
.delay-325 {animation-delay: 3.25s;}
.delay-350 {animation-delay: 3.50s;}
.delay-375 {animation-delay: 3.75s;}
.delay-400 {animation-delay: 4s;}
.delay-425 {animation-delay: 4.25s;}
.delay-450 {animation-delay: 4.50s;}
.delay-475 {animation-delay: 4.75s;}
.delay-500 {animation-delay: 5s;}
.delay-525 {animation-delay: 5.25s;}
.delay-550 {animation-delay: 5.50s;}
.delay-575 {animation-delay: 5.75s;}
.delay-600 {animation-delay: 6s;}
.delay-625 {animation-delay: 6.25s;}
.delay-650 {animation-delay: 6.50s;}
.delay-675 {animation-delay: 6.75s;}
.delay-700 {animation-delay: 7s;}

/*--------------------
##  Calls to Action
---------------------*/
/* Edit page CTA (admin) */
.entry-header-admin {position: fixed;z-index: 1000;left: 0;top: 90%;}

/* Classic CTA*/
a.material-cta, input.material-cta, button.material-cta {
  display: block;
  position: relative;
  background: var(--featured-color);
  filter: contrast(100%);
  border: none;
  border-radius: 8px;
  color: var(--light-txt-color);
  font-size: 1.25rem;
  font-weight: 400;
  width: auto;
  padding: 8px 12px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  transition: 400ms ease-in-out all;
}

a.material-cta.merged, input.material-cta.merged, button.material-cta.merged {
	min-width: 220px;
	max-width: 240px;
	margin: 0 auto;
}

button.material-cta {padding: 6px 4px; font-size: 1rem; margin-top: 16px;}
a.material-cta:hover, input.material-cta:hover, button.material-cta:hover {filter: contrast(200%);}

a.material-cta.ghost, input.material-cta.ghost, button.material-cta.ghost {background:transparent; border: 2px solid var(--featured-color); color: var(--featured-color); transition: 400ms linear all;}
a.material-cta.ghost:hover, input.material-cta.ghost:hover, button.material-cta.ghost:hover {background: var(--featured-color); color: var(--light-txt-color);}

a.material-cta.whited, input.material-cta.whited, button.material-cta.whited {background:transparent; border: 2px solid var(--main-bg); color: var(--dark-txt-color); transition: 400ms linear all;}
a.material-cta.whited:hover, input.material-cta.whited:hover, button.material-cta.whited:hover {background: var(--main-bg); color: var(--featured-color);}

@media all and (max-width: 980px) {
	a.material-cta, input.material-cta, button.material-cta {padding: 8px 4px;}
	a.material-cta.taller {padding: 16px 4px;}
}

@media all and (max-width: 768px) {
	a.material-cta, input.material-cta, button.material-cta {padding: 6px 4px;}
}

@media all and (max-width: 580px) {
	.material-cta {width: 100%;}
}

/*----------------
	##Tooltip
------------------*/
[data-tooltip] {
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + 5px);
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
/*   font-size: 0.73rem; */
  background-color: rgba(59, 72, 80, 0.9);
  background-image: linear-gradient(30deg,
    rgba(59, 72, 80, 0.44),
    rgba(59, 68, 75, 0.44),
    rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: var(--light-txt-color);
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, -5px) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s; /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
  transform-origin: top;   /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, -5px) scale(1);
}
/* Slide down effect only on mouseenter (NOT on mouseleave) */
[data-tooltip]:hover:after {
  transition-delay: 0.5s; /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
  left: calc(100% + 5px);
  bottom: 50%;
}

[data-tooltip-location="right"]:before {
  transform: translate(5px, 50%) scale(0.5);
}
[data-tooltip-location="right"]:hover:before {
  transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location="right"]:after {
  border-width: 5px 5px 5px 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="right"]:hover:after {
  transform: translateY(50%) scaleX(1);
}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	.cpt-post .address-cpt {font-size: 1rem;}
}

@media all and (max-width: 768px) {
	.cpt-post .entry-header {height: auto;}
	.cpt-post .entry-header .feat-img-container {height: 325px;}
	
	.cpt-post .leaflet-container {margin: 0 auto; width: 75%; min-height:auto;}
}

@media all and (max-width: 576px) {
	.cpt-post .address-cpt ul {padding: 0;}
}

@media all and (max-width: 390px) {
	
}

/*--------------------
## Leaflet map
---------------------*/
section.leaflet-map, article.leaflet-map {width: 100%; height: 440px;}

/*--------------------
## Woocommerce CTAs
---------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-family: 'EBGaramondReg', sans-serif !important;
  display: block !important;
  position: relative !important;
  background: var(--secondary-bg) !important;
  border: none !important;
  border-radius: 8px !important;
  color: var(--light-txt-color) !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  width: auto !important;
  margin: 0 auto !important;
  padding: 12px !important;
  text-align: center !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transition: 400ms linear all;
}

/*--------------------
## Modal Materialize
---------------------*/

/*----------------------
## ACF Intro Containers
------------------------*/
/* Intro container - Image */
.intro-container {position: relative; margin-bottom: 24px; height: 80vh; width: 100%}
.intro-container.smallerh {height: 400px;}
.intro-container figure {position: relative; width: 100%; height: 100%;}
.intro-container figure figcaption {position: absolute; height: auto; max-height: 90%; width: 70%; padding: 6px 18px; border-radius: 6px; background: rgba(33,154,209,0.65); overflow-y: auto;}
.intro-container figure figcaption h1 {font-size: 4rem; letter-spacing: 4px; margin: 0; text-transform: initial;}
.intro-container figure figcaption p {font-size: 1em; padding: 4px 8px; border-radius: 6px;}

/* Intro container - video */
.intro-container iframe {width: 100%; height: 100%;}
.intro-container video {width: 100%; height: 100%;}
.intro-container.video figcaption {position: absolute; height: 25%; width: 100%; bottom: 0; left: 0; background: rgba(33,154,209,0.65);}
.intro-container.video figcaption h1 {font-size: 4rem; letter-spacing: 4px; margin: 0; text-transform: initial;}
.intro-container.video figcaption p {font-size: 1em; padding: 4px 8px; border-radius: 6px;}
.intro-container .iframe-container {padding: 0;}

/* Intro container - Text and background */
.intro-container.simple-txt {position: relative; margin-bottom: 24px; height: auto; width: 100%}
.intro-container.simple-txt.smallerh {height: 400px;}
.intro-container.simple-txt figure {position: relative; width: 80%; height: 100%; margin: 0 auto; padding: 7.5% 0;}
.intro-container.simple-txt figure img:not(.inline-img) {width: 220px; height: auto; padding-top: 10%;}
.intro-container.simple-txt figure figcaption {position: relative; height: auto; background: none;}
.intro-container.simple-txt figure figcaption h2 {color: var(--light-txt-color);}
.intro-container.simple-txt figure figcaption p {color: var(--light-txt-color); font-weight: 700; font-size: 1em; padding: 4px 8px; background: none;}

.intro-container .mobile {display: none;}
.intro-container .tablet {display: none;}
.intro-container .desktop {display: flex;}

@media all and (min-width: 1840px) {
	/*Bigger font size on bigger screens*/
	.intro-container figure figcaption p {font-size: 1.15em;}
	.intro-container.video figcaption p {font-size: 1.15em;}
	.intro-container.simple-txt figure figcaption p {font-size: 1.15em;}
}

@media all and (max-width: 1280px) {
	.intro-container figure figcaption h1 {font-size: 3.5rem;}
}

@media all and (max-width: 980px) {
	.intro-container figure figcaption h1 {font-size: 3rem;}
}

@media all and (max-width: 768px) {
	.intro-container figure figcaption h1 {font-size: 2rem;}
	.intro-container .tablet {display: flex;}
	.intro-container .desktop {display: none;}
}

@media all and (max-width: 580px) {
	.intro-container {height: auto;}
	.intro-container .mobile {display: flex;}
	.intro-container .tablet {display: none;}
	.intro-container.simple-txt figure {width: 95%; padding: 5% 0;}
	.intro-container.simple-txt figure img:not(.inline-img) {padding-top: 2.5%;}
	.intro-container figure figcaption {height: auto; width: 100%; left: 0; padding: 24px 12px; background: rgba(33,154,209,1);}
	.intro-container figure figcaption h1 {text-align: center;}
	.floating-img {float: left; width: 64px !important; margin-right: 12px; padding-top: 0;}
}

@media all and (max-width: 440px) {
	.intro-container figure figcaption {padding: 24px 0;}
}

/*-----------------
## ACF Sidebars
-------------------*/
.ml-dyn-sidebar {width: 25%;position: absolute; right: 2.5%; margin-top: 2.5%; padding: 0 24px; background: var(--alt-bg); overflow-y: auto;}

.ml-full-sidebar {position: fixed; top: 112px; left: 0; height: 100%; width: 18%; background: var(--alt-bg); padding: 24px 24px 0 24px; box-shadow: 1px -2px 4px 1px #ededed; z-index: 99; transition: 400ms left ease-in-out;}

.ml-full-sidebar .closing-sidebar {position: absolute; top: 12px; right: 12px; font-size: 1.5rem; cursor: pointer;}
.ml-full-sidebar .opening-sidebar {position: absolute; top: 0px; right: -48px;font-size: 2.5rem; color: var(--featured-color); cursor: pointer;}

.ml-full-sidebar .sidebar-contact-slider {width: 90%; margin: 0 auto;}
.ml-full-sidebar .sidebar-contact-slider .slick-prev {left: -32px;}
.ml-full-sidebar .sidebar-contact-slider .slick-next {right: -16px;}
.ml-full-sidebar .sidebar-contact-slider .slick-dots {bottom: -24px;}

.ml-full-sidebar .fs-header figure img {display: block; object-fit: cover; width: 150px; height: 150px; border-radius: 50%; margin: 0 auto;}
.ml-full-sidebar .fs-header figure figcaption {text-align: center; font-weight: 700;}

.ml-full-sidebar .fs-ctas a.material-cta {width: 80%; margin: 24px auto; font-size: 1rem;}

/*Closing state*/
.ml-full-sidebar.closed {left: -21%;}

/*Events integrated - List and Calendar*/
.cmcal-calendar-container .fc-day-number, .cmcal-calendar-container .fc-other-month .fc-day-number {line-height: 36px !important; width: 36px !important;}
.cmcal-calendar-container .fc-toolbar h2 {font-size: 1.25rem !important;}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	.ml-full-sidebar {width: 100%; height: 40vh;}
	.ml-full-sidebar .sidebar-contact-slider {width: 90%; height: 100%; margin: 0 auto;}
	.ml-full-sidebar .sidebar-contact-slider .slick-list, .ml-full-sidebar .sidebar-contact-slider .slick-track {height: 100%;}
	
	.ml-dyn-sidebar {width: 100%; position: relative; right: initial; margin-top: inherit; padding-left: 0px;}
	.ml-dyn-sidebar .sidebar-content .cmcal-calendar-container {width: 85%; margin: 0 auto;}
}

@media all and (max-width: 580px) {
	
}

/*------------------------------
## ACF Widgets - Headings
--------------------------------*/
.acf-widget-heading {width: 100%; margin: 24px 0; padding: 24px 0;}
.acf-widget-heading h2 {width: max-content; margin: 0 auto 0 auto; border-top: 2px solid; border-bottom: 2px solid;}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	.acf-widget-heading {width: 80%; margin: 12px auto; padding: 12px 0;}
}

@media all and (max-width: 580px) {
	
}

/*----------------------
## ACF Separator
------------------------*/
div.acf-separaror {}
div.acf-separaror.dyn-width {margin: 0 auto;}

/*-------------------------------
## ACF Section - WYSIWYG Content
---------------------------------*/
.wysiwyg-section .wysiwyg-overlay {position: absolute; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5);}
.wysiwyg-section .wysiwyg-content {height: 100%; padding: 0px 24px; text-align: center;}
.wysiwyg-section .wysiwyg-content.featured {box-shadow: 0px 0px 4px 0px var(--featured-color); border-left: 6px solid var(--featured-color);}

.wysiwyg-section .wysiwyg-content p {margin: 4px 0;}

.wysiwyg-section .wysiwyg-content ul:not(.slides){list-style: none; text-align: left; padding: 0 12px;}
.wysiwyg-section .wysiwyg-content ul:not(.slides) li {padding: 6px 0;}
.wysiwyg-section .wysiwyg-content ul:not(.slides) li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free" !important;
	speak: none;
	font-style: normal;
	font-weight: 900;
	font-size: 0.8rem;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 12px;
}

.wysiwyg-section .wysiwyg-content ol {
  clear: both;
  list-style: none;
  padding-left: 2%;
  width: 50%;
  margin: 0 auto;
}
.wysiwyg-section .wysiwyg-content ol li {
  margin: 3em 0;
  padding-top: 1em;
  display: block;
  position: relative;
  counter-increment: inst;
}
.wysiwyg-section .wysiwyg-content ol li::before {
  content: counter(inst);
  text-align: center;
  color: var(--featured-color);
  border: 1px solid var(--featured-color);
  position: absolute;
  left: 44%;
  border-radius: 50%;
  font-size: 1.5em;
  height: 1.35em;
  margin-left: 2.5%;
  top: -0.80em;
  width: 1.35em;
}

@media all and (min-width: 1840px) {
	/*Force center alignments on bigger screens*/
	.wysiwyg-section p {text-align: center !important;}
	.wysiwyg-section .wysiwyg-content ul:not(.slides), .wysiwyg-section .wysiwyg-content ul:not(.slides) li {text-align: center !important;}
}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	.teasing-section figure figcaption {width: 80%; top: 15%; left: 6%; padding: 0 24px;}
}

@media all and (max-width: 580px) {
	.wysiwyg-section {padding:16px 0;}
	.wysiwyg-section .wysiwyg-content {padding:0 24px;}
	.wysiwyg-section .wysiwyg-content p {margin: 4px 12px;}
	
	.wysiwyg-section .wysiwyg-content ul:not(.slides) {max-width: 85%;}
}

@media all and (max-width: 480px) {
	
}

/*----------------------
## ACF Gallery Grid
------------------------*/
.grid-gallery-section {margin-bottom: 2.5% !important;}

.grid-gallery-section .gallery-container {width: 100%; max-height: 325px;}
.grid-gallery-section .gallery-container .gallery-img {max-height: 325px;}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	.grid-gallery-section .gallery-container {width: 100%; max-height: initial;}
	.grid-gallery-section .gallery-container .gallery-img {max-height: 275px;}
	.grid-gallery-section .gallery-container .gallery-img:nth-child(0n+3) {display: none;}
	.grid-gallery-section .gallery-container .gallery-img:nth-child(0n+4) {display: none;}
}

@media all and (max-width: 580px) {
	
}

/*------------------------------
## ACF Section - Video
--------------------------------*/
.video-block {height: 275px; width: 100%; background: var(--secondary-bg);}
.video-block .video-overlay {position: absolute; width: 100%; height: 100%; top: 0; z-index: 1; opacity: 1; transition: 400 ms all ease-in-out;}

/* WP media or external link */
.video-block video {position: relative; height: 100%;}
.video-block video.above {z-index: 2;}
.video-block video.layered{z-index: 0}
	
/* Youtube iframe - Doesn't work with other streaming services */
.video-block .iframe-container { 
	position: relative; 
	width: 100%;
	height: 100%;
} 

.video-block .iframe-container iframe,
.video-block .iframe-container object,
.video-block .iframe-container embed { 
	position: relative;
	height: auto;
	z-index: 0;
	width: 100%;
	height: 100%;
	transition: 400ms z-index ease-in-out;
}
.video-block .iframe-container.layered{z-index: 0}
.video-block iframe.above {z-index: 2 !important;}
	
/* Caption styling */
.video-block figcaption {position: absolute; width: 100%; height: 33%; color: var(--alt-bg); background: rgba(236, 116, 4, 0.33); opacity: 1; visibility: visible; overflow-y: auto; transition: 400ms all ease-in-out;}
.video-block .video-overlay:hover + figcaption {background: rgba(236, 116, 4, 1);}
.video-block figcaption:hover {background: rgba(236, 116, 4, 1);}
.video-block figcaption p {padding: 12px 6px; margin: 0; height: auto;}
.video-block figcaption i.fas {color: var(--featured-color); font-size: 3rem; cursor: pointer;}
	.video-block figcaption.center{top: 33%; bottom: 33%;}
	.video-block figcaption.left{width: 33%; height: 100%; left: 0; top: 0;}
	.video-block figcaption.right{width: 33%; height: 100%; right: 0; top: 0;}
	.video-block figcaption.top{top: 0;}
	.video-block figcaption.bottom{bottom: 0;}

.video-block figcaption.layered {z-index: 2;}
.video-block .custom-play-icon {font-size: 2rem; position: absolute; padding-left: 16px; cursor: pointer;}
	
@media all and (max-width: 1280px) {
	.video-block {height: 440px;}
	.video-block iframe {min-height: 440px;}
}

@media all and (max-width: 980px) {
	.video-block {height: 340px;}
	.video-block iframe {min-height: 340px;}
}

@media all and (max-width: 768px) {
	.video-block {height: auto;}
	.video-block video {min-height: 340px;}
}

@media all and (max-width: 580px) {
	.video-block figcaption {height: auto; background: none;}
	.video-block figcaption h2 {display: none;}
	.video-block figcaption i.fas {color: var(--main-bg);}
	/* .video-block figcaption.bottom{bottom: initial; padding-top: 50%;} */
}

/*-------------------------------
## ACF Section - CTA Banner
---------------------------------*/
.cta-section {width: 100%; height: 405px;}
.cta-section .banner-overlay {width: 100%; height: 100%; position: absolute; background-color:rgba(0,0,0,0); box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0) inset, 0 200px 125px -125px rgba(255, 255, 255, 0) inset;  z-index: 1; transition: 400ms all linear;}
.cta-section:hover .banner-overlay {background-color:rgba(0,0,0,0.5); box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0.5) inset, 0 200px 125px -125px rgba(255, 255, 255, 0.5) inset;}
.cta-section .cta-content {position: relative; height: 100%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;}
.cta-section .cta-content.parallax {background-attachment: fixed;}

.cta-section .cta-content figure {height: 100%; }

.cta-section .cta-content figure figcaption {width: 33%; height: 100%; position: absolute; top: 0; text-align: center; z-index: 2;}
.cta-section .cta-content figure figcaption.left {left: 0;}
.cta-section .cta-content figure figcaption.center {left: 33%; right: 33%;}
.cta-section .cta-content figure figcaption.right {right: 0;}

.cta-section .cta-content figure figcaption h2 {margin: 8px auto; font-weight: 400;}
.cta-section .cta-content figure figcaption p {color: var(--light-txt-color); font-weight: 400; margin: -10px auto 24px auto; font-size: 1.25rem; transition: color 400ms ease-in-out;}
.cta-section .cta-content figure figcaption ul {list-style: none; width: 60%; padding: 0; text-align: left; color: var(--featured-color); padding-left: 30%; font-size: 1.15rem; font-weight: 600; transition: color 400ms ease-in-out;}
.cta-section .cta-content figure figcaption a.js-cta {margin: 0;}

.cta-section:hover .cta-content figure figcaption p {color: var(--light-txt-color);}
.cta-section:hover .cta-content figure figcaption ul {color: var(--light-txt-color);}

.cta-section .cta-content figure figcaption .overlay {z-index: 1; display: none;}
.cta-section .cta-content figure figcaption h2, .cta-section .cta-content figure figcaption p, .cta-section .cta-content figure figcaption a.js-cta {z-index: 2;}

@media all and (max-width: 1280px) {
	.cta-section .cta-content figure figcaption ul {width: 75%;}
}

@media all and (max-width: 980px) {
	.cta-section {height: 375px;}
	
	.cta-section .cta-content figure figcaption {width: 40%;}
	.cta-section .cta-content figure figcaption.left {left: 5%;}
	.cta-section .cta-content figure figcaption.center {left: 30%; right: 30%;}
	.cta-section .cta-content figure figcaption.right {right: 5%;}
	
	.cta-section .cta-content figure figcaption ul {width: 100%;}
}

@media all and (max-width: 768px) {
	.cta-section .cta-content {background-position: center center;}
	.cta-section .cta-content figure figcaption {width: 65%;}
	.cta-section .cta-content figure figcaption.left {left: 15%; right: 15%;}
	.cta-section .cta-content figure figcaption.center {left: 15%; right: 15%;}
	.cta-section .cta-content figure figcaption.right {left: 15%; right: 15%;}
}

@media all and (max-width: 580px) {
	.cta-section {height: 325px;}
	.cta-section .cta-content figure figcaption {width: 85%; height: 325px;}
	.cta-section .cta-content figure figcaption.mobile-readable {display: block; overflow-y: auto;}
	.cta-section .cta-content figure figcaption.left {left: 10%; right: 10%;}
	.cta-section .cta-content figure figcaption.center {left: 10%; right: 10%;}
	.cta-section .cta-content figure figcaption.right {left: 10%; right: 10%;}
	.cta-section .cta-content figure figcaption h2 {position: relative; top: 0;}
	.cta-section .cta-content figure figcaption ul {width: 80%; padding: 0; text-align: left; color: inherit;}
}

/*-----------------------------------
	## ACF Section - Slider
-------------------------------------*/
.slider-section {height: 100%; width: 100%; position: relative; z-index: 0;}
.slider-overlay {position: absolute; width: 100%; height: 100%; z-index: 2; background-color:rgba(0,0,0,0); box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0) inset, 0 200px 125px -125px rgba(255, 255, 255, 0) inset; transition: 400ms all linear;}
.slider-section:hover .slider-overlay {background-color:rgba(0,0,0,0.5); box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0.5) inset, 0 200px 125px -125px rgba(255, 255, 255, 0.5) inset;}
.slider-section .slider-wrapper {position: relative; height: 340px; width: 100%; z-index: 3;}
.slider-section .slider-wrapper .slider-container {position: relative;  width: 100%; height: 100%; z-index: 3;}

.slider-section .slider-wrapper .slider-container .slick-track, .slider-section .slider-wrapper .slider-container .slick-list {height: 100% !important;}

.slider-section .slider-wrapper .slider-container .slider-content {position: relative; height: 100%;}

.slider-section .slider-wrapper .slider-container .slider-content .main-txt {position: relative; text-align: center; color: var(--light-txt-color); padding-right: 12px; z-index: 3; transition: 400ms color linear;}
.slider-section:hover .slider-wrapper .slider-container .slider-content .main-txt {color: var(--light-txt-color) !important;}
.slider-section .slider-wrapper .slider-container .slider-content i.fas {font-size: 1rem; color: var(--light-txt-color);}

.slider-section .slider-wrapper .slider-container .slider-content .customer-name {position: relative; display:inline-block; padding-top: 6px; width: 100%; text-align: center; font-style: italic; z-index: 3;}
.slider-section .slider-wrapper .slider-container .slider-content .slider-context {position: relative; display:inline-block; padding-top: 4px; width: 100%; text-align: center; font-weight: 700; z-index: 3;}

.slider-section .slider-ctas {position: absolute; z-index: 3; width: 50%; height: 20%; top: 75%; left: 25%;}

.slider-section .slider-ctas a.material-cta {
	width: max-content;
	margin: 0 auto;
}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}


@media all and (max-width: 768px) {
	.slider-section .slider-wrapper {height: 390px !important;}
}

@media all and (max-width: 580px) {
	.slider-section .slider-wrapper {height: 305px !important;}
	.slider-section .slider-wrapper .slider-container {width: 90%; left: 5%; right: 5%; top: 2.5%;}
	.slider-section .slider-wrapper .slider-container .slider-content p {font-size: 1.15rem; letter-spacing: 1.35px; margin-bottom: 0;}
	.slider-section .slider-wrapper .slider-container .slider-content i.fas {font-size: 0.75rem;}
	
	.slider-section .slider-wrapper .slider-container .slider-content .main-txt {position: relative; height: 85%; width: 75%; top: 5%; left: 12.5%; overflow-x: auto; padding: 8px 4px; border-radius: 6px;}
}

/*------------------------------
## ACF Section - Double Blocks
--------------------------------*/
.double-block {position: relative; height: auto; padding: 36px;}

.double-block .acf-heading {width: 95%;}
.double-block .acf-heading h2 {width: 100%;}

.double-block .txt-block {height: auto; overflow-y: auto; text-align: center; padding: 0 24px !important;}
.double-block .txt-block .txt-container {}
.double-block .txt-block p {max-width: 85%;}
.double-block .txt-block h2 {text-align: center; border-bottom: 1px solid var(--alt-featured-color);}

.double-block .img-block {position: relative; height: auto; padding: 0 24px !important;}
.double-block .img-block figure {width: 100%; height: 100%;}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	.double-block {padding: 24px 6px;}
	
	.double-block .txt-block {display: block; position: absolute; top: 0; height: 100%; width: 80%; left: 10%; padding-bottom: 24px !important}
	.double-block .txt-block .acf-heading {margin: 0 auto; height: auto;}
	.double-block .txt-block .txt-container {overflow-y: auto; height: auto;}
	.double-block .txt-block p {margin: 16px auto;}
	
	.double-block .img-block figure {opacity: 0.3;}
}

@media all and (max-width: 580px) {
	.double-block {height: 440px;}
	
	.double-block .img-block {height: auto;}
	.double-block .img-block figure {display: block; position: absolute; z-index: 1; top: 0px; left: -12px; height: 90px; width: 90px; border-radius: 50%; opacity: 0.35;}
	.double-block .img-block figure img {border-radius: 50%; opacity: 0.65;}
	
	.double-block .txt-block {position: relative; background: var(--alt-bg); width: 100%; left: 0; height: 100%; overflow-y: auto;}
}

/*-------------------------------------
##ACF Section - Static info block
--------------------------------------*/
.cta-bloc-section {margin-top: 24px !important; margin-bottom: 24px !important;}

.cta-bloc-panel {position: relative; height: auto;}

.cta-bloc-panel figure {
  background: transparent;
  color: var(--light-txt-color);
  height: auto;
  border-radius: 6px;
  top: 0;
  left: 0;
  text-align: center;
}

.cta-bloc-panel figure.front {z-index: 2;}
.cta-bloc-panel figure img {position: relative;display: block;width: 100%; min-height: 100%;}

.cta-bloc-panel .panel-front a.boxed-cta {
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
  height: 195px;
  width: 195px;
  margin: 0 auto;
  bottom: 125px;
  background: var(--featured-color);
  filter: contrast(100%);
  color: var(--light-txt-color);
  z-index: 10; /*Ensure a clickable link*/
  transition: 400ms all ease-in-out;
}
.cta-bloc-panel .panel-front.no-bg a.boxed-cta {bottom: 85px;}

.cta-bloc-panel .panel-front a.boxed-cta:after {
	position: absolute;
	content:'';
	bottom: 0;
	width: 50%;
	border-bottom: 2px solid transparent;
	transition: 400ms all ease-in-out;
}

.cta-bloc-panel .panel-front a.boxed-cta:hover {filter: contrast(200%);}

.cta-bloc-panel .panel-front a.boxed-cta:hover:after {
	bottom: 25%;
	border-bottom: 2px solid var(--main-bg);
}

.cta-bloc-panel .caption {
  position: relative;
  border: 2px solid;
  width: auto;
  height: 100%;
  min-height: 275px;
  padding: 36px 24px;
  margin-top: 24px;
  bottom: 185px;
}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 768px) {
	.cta-bloc-panel figure img {max-height: 340px;}
}

@media all and (max-width: 580px) {
	.cta-bloc-panel {max-height: initial !important;}
	.cta-bloc-panel figure img {display: none;}
	.cta-bloc-panel .panel-front a.boxed-cta {bottom: initial; width: 100%; height: 125px; align-items: center;}
	.cta-bloc-panel .caption {bottom: initial; min-height: initial; border-color: transparent !important; align-items: flex-start; padding-top: 0; padding-bottom: 0; margin-bottom: 24px;}
}

/*-------------------------------------
##ACF Section - Animated info block
--------------------------------------*/
.anim-cta-bloc-panel {position: relative;height: 100%;transition: 0.6s;transform-style: preserve-3d;}

.anim-cta-bloc-panel figure {
  background: var(--secondary-bg);
  color: var(--light-txt-color);
  backface-visibility: hidden;
  overflow: hidden;
  /* height: 100%; */
  height: 340px;
  border-radius: 4px;
  top: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
  transition: 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
}

.anim-cta-bloc-panel figure a.js-cta {display: block; width: 80%; margin: 24px auto 0 auto !important;}

.anim-cta-bloc-panel figure.panel-front {transform: rotateY(0deg);z-index: 2;}
.anim-cta-bloc-panel figure img {position: relative;display: block; width: 100%; min-height: 100%; max-height: 60vh; opacity: 0.7;}
.anim-cta-bloc-panel figure .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  padding: 0;
  backface-visibility: hidden;
}
.anim-cta-bloc-panel .panel-front .caption .fas {position: absolute; top: 46%; right: 16px; transition: transform 0.35s, color 0.35s; transform: translate3d(0, -50%, 0);}
.anim-cta-bloc-panel .panel-front:hover .caption .fas {color: var(--light-txt-color);-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);}

.anim-cta-bloc-panel .panel-front .caption {font-size: 1.25em;}
.anim-cta-bloc-panel .panel-front .caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.9) 95%);
  content: '';
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  transition: opacity 0.35s, transform 0.35s;
}

.anim-cta-bloc-panel .panel-front:hover .caption:before {opacity: 1;transform: translate3d(0, 0, 0);}

.anim-cta-bloc-panel .panel-front h2 {
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  color: var(--light-txt-color);
  transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -50%, 0);
}

.anim-cta-bloc-panel .panel-front h2 span {font-weight: bold;}

.anim-cta-bloc-panel .panel-front h2:after {
  position: absolute;
  bottom: 0px;
  left: 70px;
  right: 70px;
  height: 2px;
  background: var(--main-bg);
  content: '';
  transition: all 0.35s;
  transform: translate3d(-130%, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.anim-cta-bloc-panel .panel-front:hover h2 {color: var(--light-txt-color);-webkit-transform: translate3d(0, -100%, 0) translate3d(0, -60px, 0);transform: translate3d(0, -100%, 0) translate3d(0, -60px, 0);}
.anim-cta-bloc-panel .panel-front:hover h2:after {transform: translate3d(0, 0, 0);filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity: 1;}

.anim-cta-bloc-panel .panel-front p, .anim-cta-bloc-panel .panel-front a {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.anim-cta-bloc-panel .panel-front p {
  letter-spacing: 1px;
  font-size: 68.5%;
  padding: 6px 0px;
  bottom: 0;
  width: 100%;
  transform: translate3d(0, 20px, 0);
}
.anim-cta-bloc-panel .panel-front a {
  width: auto;
  transform: translate3d(0, 10px, 0);
}
.anim-cta-bloc-panel .panel-front .desc-first {width: 100%; position: absolute; bottom: 5em;}
.height-custom .anim-cta-bloc-panel .panel-front .desc-first {bottom: 0.5em;}
.anim-cta-bloc-panel .panel-front:hover p {opacity: 1;transform: translate3d(0, 0, 0);}
.anim-cta-bloc-panel .panel-front:hover a {opacity: 1;transform: translate3d(0, 0, 0);}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	.anim-cta-bloc-panel figure {min-height: initial;}
	.anim-cta-bloc-panel .panel-front .desc-first {bottom: 0em;}
}

@media all and (max-width: 580px) {
	
}

/*-----------------------------
  ##ACF Section - Timeline
-------------------------------*/
.timeline-section {background-color: rgba(0,0,0,0) !important; background-repeat: no-repeat; background-size: cover; background-position: 50%; margin-top: 32px; margin-bottom: 32px; padding: 0 24px !important;}

.timeline-section:before, .timeline-section:after {
	content:'';
	background: var(--main-bg);
	height: 30px;
	width: 30px;
	border: 5px solid;
	border-radius: 50%;
	position: absolute;
	right: calc(50% - 15px);
	z-index: 1;
}
.timeline-section:before {top: -22.5px; border-color: var(--secondary-bg);}
.timeline-section:after {bottom: -16px; border-color: var(--secondary-bg);}

.timeline-section .timeline-content {overflow: hidden; padding: 25px; background-repeat: no-repeat; background-size: 51% 100%;}
.timeline-section .timeline-content:nth-of-type(2n+1) {border-radius: 110px 0 0 110px;}
.timeline-section .timeline-content:nth-of-type(2n) {border-radius: 0 110px 110px 0;}
.timeline-section .timeline-content:not(first-child) {margin-top: -5px;}

.timeline-section .timeline-content:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	width: 0;
}

.timeline-section .timeline-content.timeline-left:before, .timeline-section .timeline-content.timeline-right:before {
	content: '';
	background: var(--main-bg);
	height: calc(100% - 10px);
	width: calc(100% - 5px);
	position: absolute;
	top: 5px;
}
.timeline-section .timeline-content.timeline-left:before {left: 5px; border-radius: 105px 0 0 105px;}
.timeline-section .timeline-content.timeline-right:before {right: 5px; border-radius: 0 105px 105px 0;}

.timeline-section .timeline-content div.padded-left {padding-left: 36px;}

.timeline-section .timeline-content .timeline-step-title {font-size: 3rem; font-weight: 700;}
.timeline-section .timeline-content .timeline-icon {padding-right: 8px; font-size: 2rem;}
.timeline-section .timeline-content h4 {font-size: 1.75rem; font-weight: 700;}
/* .timeline-section .timeline-content .timeline-desc {font-size: 1rem; letter-spacing: initial;} */

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 580px) {
	
}

/*-------------------------
	## CPT Archive
---------------------------*/
.permanences-archive {}
.permanences-archive .intro-cpt {position: relative; height: 405px;}
.permanences-archive .intro-cpt .intro-img {height: 100%; width: 100%;}
.permanences-archive .intro-cpt .cpt-intro-overlay {position: absolute; width: 100%; height: 100%; z-index: 2; background-color:rgba(0,0,0,0); box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0) inset, 0 200px 125px -125px rgba(255, 255, 255, 0) inset; transition: 400ms all linear;}
.permanences-archive:hover .intro-cpt .cpt-intro-overlay {background-color:rgba(0,0,0,0.5); box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0.5) inset, 0 200px 125px -125px rgba(255, 255, 255, 0.5) inset;}
.permanences-archive .intro-cpt .cpt-header {width: 50%; position: absolute; left: 25%; top: 25%; z-index: 3;}

.content-area.ressources {background: #f9f9f9;}

.taxo-ressource-header {border-bottom: 2px solid var(--featured-color); padding: 16px 0;}
.taxo-ressource-header h2 {color: var(--secondary-bg); font-size: 2.5rem; text-align: center; margin-left: 48px;}

.cpt-content-archive.ressources .ressources-synthese {padding: 0 0 12px 0;}

.cpt-content-archive.ressources h3 {color: var(--secondary-bg); text-align: left;}
.cpt-content-archive.ressources h3 span.context {color: main-txt-color; font-size: 1rem; font-weight: 400;}
.cpt-content-archive.ressources img.picto-ressource {width: 64px; height: 64px;}

.cpt-content-archive .feat-img {}
.cpt-content-archive .feat-img {}
.cpt-content-archive .feat-img .loop-img-cpt {height: 205px !important; width: 205px; margin: 0 auto; display: block; border-radius: 50%; filter: grayscale(1); transition: 400ms filter ease-in-out;}
.cpt-content-archive:hover .feat-img .loop-img-cpt {filter: grayscale(0);}
.cpt-content-archive .cpt-infos-archive {}
.cpt-content-archive .cpt-infos-archive .cpt-archive-title {letter-spacing: initial;text-transform: initial;font-weight: 400;}
.cpt-content-archive .cpt-infos-archive ul {list-style: none; width: 285px; margin: 0 auto 24px auto; padding: 0; text-align: center;}

.cpt-content-archive .feat-img .cpt-infos-archive ul li {line-height: initial; letter-spacing: 1px; padding: 2px 0;}
.cpt-content-archive .feat-img .cpt-infos-archive ul li:first-child {min-height: 60px;}

.cpt-content-archive ul.social-medias {list-style: none; width: 205px; margin: 16px auto 0px auto; padding: 0; text-align: center;}
.cpt-content-archive ul.social-medias li i.fab {color: var(--alt-featured-color); margin: 0 6px;}
.cpt-content-archive ul.social-medias li i.fa-facebook-f:before {left: 0px;}


@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 580px) {
	.cpt-content-archive.ressources img.picto-ressource {width: 48px; height: 48px;}
	.taxo-ressource-header {height: auto; min-height: 90px; width: 100%; border-bottom: none;}
	.taxo-ressource-header h2 {width: 100%; font-size: 1.75rem; margin-left: 0;}
}

/*-------------------
##  CPT Single
---------------------*/
.cpt-post .entry-header {width: 100%; background: var(--alt-bg); height: 440px; padding-right: 42px;}
.cpt-post .entry-header .feat-img-container {position: relative; height: 100%;}

.cpt-post .entry-header .address-cpt {line-height: initial;font-size: 1.15rem;}
.cpt-post .entry-header .address-cpt ul {list-style: none;}
.cpt-post .entry-header .address-cpt ul li {margin: 12px 0;}
.cpt-post .entry-header .address-cpt ul li .fas {color: var(--featured-color); font-size: 1.25rem; padding: 0 12px 0 12px;}
.cpt-post .entry-header .address-cpt ul li .far {color: var(--featured-color); font-size: 1.25rem; padding: 0 12px 0 12px;}

.cpt-post .leaflet-container {margin: 0; width: 100%; height: 100%; min-height:50vh}

.cpt-post .arml_hours {background: #ececec;}
.cpt-post .arml_hours thead {background: var(--featured-color); color: #fff; text-align: center; font-weight: 700;}
.cpt-post .arml_hours thead td {padding: 4px 8px;}
.cpt-post .arml_hours thead td:first-child {background: #ffffff;}
.cpt-post .arml_hours tbody tr:nth-child(even) {background:#fff;}
.cpt-post .arml_hours tbody tr {height: 50px; text-align: center;}
.cpt-post .arml_hours tbody tr td {padding: 0 8px;}
.cpt-post .arml_hours tbody tr td.closed-information {background: #171314; color: #fff; font-weight: 700;}
.cpt-post .arml_hours tbody tr td.day-info {background: var(--featured-color); color: #fff;}

.cpt-post .infos-permanences-title {width: 80%; margin: 0 auto;}
.cpt-post .infos-permanences-title h2 {border-top: 1px solid var(--featured-color);border-bottom: 1px solid var(--featured-color);margin: 0 auto; min-height: 55px;}
.cpt-post .infos-permanences-title p {width: 60%; margin: 0; font-style: italic;}

.cpt-post .arml_permanences_head {width: 60%; background: #2897d5; color: #ffffff; margin: 0 auto; padding-right: 24px;}
.cpt-post .arml_permanences_head .permanence-data {border-bottom: 1px solid #fff; text-align: center;}
.cpt-post .arml_permanences {width: 60%; background: #ececec; margin: 0 auto; max-height: 440px; overflow-y: auto; padding-top: 24px;}
.cpt-post .arml_permanences .permanence-data {border-bottom: 2px solid #fff; border-right: 2px solid #fff; text-align: center;}
.cpt-post .arml_permanences .permanence-data h3 {text-transform: capitalize;}
.cpt-post .arml_permanences .permanence-data i {font-size: 1rem; padding: 0 2px; color: var(--featured-color);}

/*------------------------------
##Blog archive and single posts 
-------------------------------*/
.intro-blog {position: relative; height: 405px; margin-bottom: 25px;}
.intro-blog .intro-img {height: 100%;}
.blog-intro-overlay {position: absolute; width: 100%; height: 100%; z-index: 2; background-color:rgba(0,0,0,0); box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0) inset, 0 200px 125px -125px rgba(255, 255, 255, 0) inset; transition: 400ms all linear;}
.intro-blog:hover .blog-intro-overlay {background-color:rgba(0,0,0,0.5); box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0.5) inset, 0 200px 125px -125px rgba(255, 255, 255, 0.5) inset;}

.intro-blog .header-blog-archive {width: 50%; position: absolute; top: 25%; left: 25%; z-index: 3;}
.intro-blog .header-blog-archive h1 {text-align: center;}

.intro-blog .categories-list {list-style: none;}

.entry-content.blog-post {width: 80%; margin: 0px auto;}

.panel-post {cursor: default; margin: 16px 16px 16px 0; border-radius: 6px;}
.panel-post figure {background-color: #f7f7f7;}
/* .panel-post figure figcaption a.material-cta {border-radius: 0px 0px 8px 8px;} */

.panel-post .datedtitle {position: absolute; width: 100%; height: 96%; top: 0; background: rgba(0,0,0,0.35);}
.panel-post .datedtitle .date {font-size: 0.9rem; font-weight: 400; color: var(--main-bg);}
.panel-post .datedtitle .date .month {font-size: 0.9rem; font-weight: 300; color: var(--main-bg);}

.article-feed-thumbnail .hover-helper {position:absolute; color: var(--main-bg); font-size: 2rem; margin: 0px; padding: 3px 0px 0 6px; opacity: 1; transition: 400ms opacity ease-in-out;}
.article-feed-thumbnail:hover .hover-helper {opacity: 0;}

.loop-item-excerpt {
	position: relative;
	padding: 0 15px 15px 15px;
	color: #858585;
	transition: 400ms ease-in-out opacity;
}

.archive-post-title {
	text-align: center;
	text-transform: initial;
	letter-spacing: 2px;
	color: var(--alt-bg) !important;
	font-size: 1.5rem;
	font-weight: 500 !important;
	opacity: 1;
	transition: 400ms opacity ease-in-out;
}

.panel-post:hover .archive-post-title {opacity: 0.25;}

.loop-img {
	width: 100%;
	height: auto;
	max-height: 205px;
	min-height: 205px;
	display: block;
	margin: 0 auto;
	border-radius: 0px 8px 0px 0px;
}

.post-feed {width: 80%; margin: 0 auto !important;}
.post-feed .post-thumbnail {width: 100%; height: auto;}
.post-feed .post-thumbnail figure {position: relative; height: 100%; width: 100%; margin: 0 !important;}
.acf-widget-container .post-thumbnail {width: 100%; height: auto;}
.acf-widget-container .post-thumbnail figure {position: relative; height: 100%; width: 100%; margin: 0 !important;}


@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 580px) {
	.panel-post {margin: 16px 0px 16px 0;}
	
	.intro-blog {margin-bottom: 17.5% !important;}
	.categories-list {flex-direction: column; float: none;}
	.categories-list li {margin: 10px;}
	.post-feed {width: 100%;}
	.post h1 { max-width: 90%; margin: 20px auto;}
	.single-post .post-thumbnail {max-width: 85%;}
}

/*--------------
   ## Forms
----------------*/
/* Placeholders */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1;
	font-weight: 400;
	color: var(--dark-txt-color);
	font-family: 'Akrobat', sans-serif !important;
	font-size: 1rem;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 1;
	font-weight: 400;
	color: var(--dark-txt-color);
	font-family: 'Akrobat', sans-serif !important;
	font-size: 1rem;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 1;
	font-weight: 400;
	color: var(--dark-txt-color);
	font-family: 'Akrobat', sans-serif !important;
	font-size: 1rem;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	font-weight: 400;
	color: var(--dark-txt-color);
	font-family: 'Akrobat', sans-serif !important;
	font-size: 1rem;
}

/* Inputs */
textarea.materialize-textarea{height: 6em !important;}
form.wpcf7-form input[type="submit"] {
	display: block;
	position: relative;
	background: var(--featured-color);
	filter: contrast(100%);
	border: none;
	border-radius: 8px;
	color: var(--light-txt-color);
	font-family: inherit;
	font-size: 1.25rem;
	font-weight: 400;
	width: auto;
	padding: 8px 12px;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	transition: 400ms ease-in-out all;
}
form.wpcf7-form input[type="submit"]:hover {
	filter: contrast(200%);
}

.wpcf7 form .wpcf7-response-output {border: none; background-color: rgba(24,113,90,0.3); color: rgb(24,113,90); font-size: 1.15rem; text-align: center; width: 90%; margin: 6px auto 24px 0px !important;}
.wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.error .wpcf7-response-output {color: #C5283D;}

form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], , form.wpcf7-form input[type="tel"] {
	height: 2.5rem;
	width: 100%;
	margin: 12px 0;
	font-size: 1.25rem;
	color: var(--dark-txt-color);
}

form textarea {
	width: 100%;
	border-left: none !important;
	font-family: 'Akrobat', sans-serif !important;
	font-size: 1.25rem;
	color: var(--dark-txt-color);
}

/*Specific style for inscription form*/
form.wpcf7-form {min-height: 300px;}

form.wpcf7-form .top-full-line {
	padding-bottom: 24px !important;
}

/* form.wpcf7-form .left-body div:not(.contact-panel-header) { */
	/* padding: 0 24px; */
/* } */

form.wpcf7-form .contact-panel-header {
	width: 100%;
	height: 90px;
	background: var(--featured-color);
}

form.wpcf7-form .panel-main {
	padding : 0 24px;
}

form.wpcf7-form .left-body .contact-panel-header {
	margin: 0 0 0 8px;
	border-right: 2px solid #fff;
}

form.wpcf7-form .right-body .contact-panel-header {
	margin: 0 8px;
}

form.wpcf7-form .contact-panel-header h3 {
	color: #fff;
	font-size: 1rem;
	text-transform: initial;
	text-align: center;
}

form.wpcf7-form .panel-footer {
	padding: 8px 0 0 0;
	background: #e1e1e1;
	height: 100%;
}

form.wpcf7-form input:not([type="submit"]) {text-align: initial !important;}

form.wpcf7-form textarea.materialize-textarea {min-height: 6rem !important; padding-left: 4px;}


@media all and (max-width: 1400px) {
	
}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 580px) {
	
}

/*---------------------
   ## Footer
-----------------------*/
.main-footer {position: relative; background: var(--alt-featured-color);color: var(--light-txt-color);height: auto; margin-top: 2.5%; z-index: 125;}
.main-footer a {color: var(--main-bg);}

/* Partners slider block */

/* Footer menus */
.main-footer .footer-navigation {width: auto;}
.main-footer .footer-navigation.lefted {float: left;}
.main-footer .footer-navigation.righted {float: right;}
.main-footer .footer-navigation.centered {margin: 0 auto;}

.main-footer .footer-navigation ul {list-style: none; margin-top: 8px;}
.main-footer .footer-navigation ul li {margin: 6px 8px;}
.main-footer .footer-navigation .horizontal ul {display: flex;}

.main-footer .footer-navigation.social-nav ul {display: flex;}

/* Logo */

/* Address blocks */
.main-footer .footer-menu .widget-address, 
.main-footer .footer-menu .widget-email,
.main-footer .footer-menu .widget-tel {text-align: center; margin: 0 auto; padding: 16px 8px 0 0; min-height: 162px;}

/* Copyright and legal links */
.main-footer .copyright {position: absolute; bottom: 0; right: 0; padding-bottom: 0 !important;}
.main-footer .copyright ul {list-style: none; margin-bottom: 0;}
.main-footer .copyright ul li {margin: 0 10px; font-size: 0.85em;}

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	.main-footer .footer-menu {flex-direction: column !important;}
	.main-footer .footer-menu ul {padding: 0 0 0 6px;}
	
	.main-footer .footer-menu .widget-address, 
	.main-footer .footer-menu .widget-email,
	.main-footer .footer-menu .widget-tel {min-height: initial;}
}

@media all and (max-width: 580px) {
	.main-footer .legal-links .main-menu li.menu-item {display: block;}
	.main-footer .footer-infos {flex-direction:column;}
	.main-footer .footer-infos .widget-address, 
	.main-footer .footer-infos .widget-email,
	.main-footer .footer-infos .widget-tel {margin: 0; min-height: initial; border-bottom: 1px solid;}
	
	.main-footer .copyright {position: relative; bottom: initial; right: initial;}
}

/*--------------------------------
	## Header Positioning
----------------------------------*/
.site-header:after, .site-header:before {content:""; display: table; clear: both;}

body .site-header {position: relative; z-index: 100; width: 100%; min-height: 70px; background: transparent; transition: 400ms all ease-in-out;}
body.abs-head .site-header {background: transparent;}

ul.branding-header {margin-top: 0; padding: 12px 0 6px 0;}
/* ul.branding-header:after { */
	/* content:''; */
	/* width: 70%; */
	/* left: 15%; */
	/* border-bottom: 1px solid #3c3c3c; */
/* } */

.logo-container-nav {position: relative; margin: auto; height: auto; max-height: 95px; left: 12px;}
.logo-container-nav:before {
	content:'';
	position: absolute;
	left: -52.5%;
	width: 50%;
	border-bottom: 1px solid #3c3c3c;
}
.logo-container-nav:after {
	content:'';
	position: absolute;
	right: -52.5%;
	width: 50%;
	border-bottom: 1px solid #3c3c3c;
}
/* .site-navigation.sticky .logo-container-nav {top: 0;} */
.logo-container-nav .site-branding {display: block; height: 100%; position: relative;}

.logo-container-nav .site-branding.desktop {display: inherit;}
.logo-container-nav .site-branding.tablet {display: none;}
.logo-container-nav .site-branding.mobile {display: none;}

.main-menu li.menu-item.logo-container-nav {margin: 12px 24px auto 12px;}

.menu-item-home.mobile {display: none !important;}

@media all and (max-width: 1280px) {
	.logo-container-nav {top: 0;}
}

@media all and (max-width: 980px) {
	.logo-container-nav {max-width: 155px;}
}

@media all and (max-width: 768px) {
	
	.logo-container-nav:before {display: none;}
	.logo-container-nav:after {display: none;}
	.logo-container-nav {width: 135px; height: auto; margin: 8px 12px 12px 12px; top: 0;}
	.logo-container-nav a.site-branding {padding: 0;}
	
	.logo-container-nav .site-branding.desktop {display: none;}
	.logo-container-nav .site-branding.tablet {display: inherit;}
	.logo-container-nav .site-branding.mobile {display: none;}
}

@media all and (max-width: 580px) {
	.logo-container-nav {width: 125px; margin-left: 65px;}
	.menu-item-home.mobile {display: block !important;}
	
	.logo-container-nav .site-branding.desktop {display: none;}
	.logo-container-nav .site-branding.tablet {display: none;}
	.logo-container-nav .site-branding.mobile {display: inherit;}
}

/*-------------------
## Main Navigation
--------------------*/
.main-nav {padding: 0 !important; margin: 0 auto; width: 100%;}
.main-nav:before {content:""; position: absolute; width: calc(50% - 150px); left: 0; bottom: 24px; border-top: 1px solid;}
.main-nav:after {content:""; position: absolute; width: calc(50% - 150px); right: 0; bottom: 24px; border-top: 1px solid;}

.logo-nav {position: relative;display: block;}

.site-navigation {
  position: relative;
  display: block;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  background: transparent;
  transition: 400ms all ease-in-out;
}

.site-navigation.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto;
  background: var(--main-bg);
  z-index: 100;
}

/* .main-menu.sticky { */
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: auto; */
  /* background: var(--main-bg); */
  /* z-index: 10000; */
/* } */

body.abs-head .site-navigation {position: absolute;}
body.abs-head .site-navigation.sticky {position: fixed;}

.site-navigation.sticky .img-cover-logo {height: 90% !important;}

.main-menu {background-color: transparent; margin: 0; padding: 6px 0;}
/* .main-menu.top-bar-active {background: var(--alt-bg);} */
.main-menu li.menu-item {list-style: none; margin: 0 auto;}

.main-menu li.menu-item a {
  display: block;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  letter-spacing: .5px;
  color: #828282;
  text-decoration: none;
  /* height: 90px; */
}
.main-menu li.menu-item a:hover, .main-menu li a:active, .main-menu li a:focus { color: var(--featured-color);}
.site-navigation.sticky .main-menu li.menu-item a:hover, .site-navigation.sticky.main-menu li a:active, .site-navigation.sticky.main-menu li a:focus {color: inherit;}

.main-menu li.menu-item a img {width: 300px; height: 90px; object-fit: contain;}

.menu-item-hamburger {display: none;}

.main-menu li.menu-item {list-style: none;}
/* .main-menu li.menu-item.current-menu-item:not(.logo-nav) {border-bottom: 2px solid;} */
/* .main-menu .main-nav li.menu-item:nth-child(0n+2) {margin: 0 48px 0 auto;} */

.main-nav .inscription-cta {position: absolute !important ;right: -80px; margin: 0; background: var(--featured-color); z-index: 2; margin: 0 !important; padding: 0 4px; top: 8px; transition: right 400ms ease-in-out;}
.main-nav .inscription-cta:hover {right: 0px;}
.main-nav .inscription-cta a {color: var(--main-bg) !important;}


/* Lets play a game*/
@media all and (min-width: 1840px) {
	.main-menu li.menu-item a {font-size: 1.25em;}
}

@media all and (min-width: 1640px) {
	.main-menu li.menu-item a {font-size: 1.05em;}
}

@media all and (max-width: 1280px) {

}

@media all and (max-width: 1200px) {
	.main-menu li.menu-item {list-style: none; margin: 0 24px;}
	.main-menu .main-nav li.menu-item:nth-child(0n+2) {margin: 0 24px 0 auto;}
}

@media all and (max-width: 1024px) {
  .main-menu {-webkit-flex-wrap: wrap; flex-wrap: wrap;}
}

@media all and (max-width: 980px) {
  .main-menu li.menu-item {list-style: none; margin: 0 16px;}
  .main-menu .main-nav li.menu-item:nth-child(0n+2) {margin: 0 16px 0 auto;}
  .main-menu li.menu-item a {font-size: 0.80em;}
}

@media all and (max-width: 824px) {
  .main-menu li.menu-item a {font-size: 0.70em;}
}

@media all and (max-width: 768px) {
  .main-nav:before {display: none;}
  .main-nav:after {display: none;}
  
  .main-menu {padding: 0 1rem; -webkit-justify-content: space-between; justify-content: space-between;}
  .main-menu li a {padding: 10px 0; border-bottom: 0;}
  .main-menu li a:hover, .main-menu li a:active, .main-menu li a:focus {border-color: var(--main-bg); color: var(--alt-featured-color);}
  .main-menu div:not(.social-nav) li.menu-item {display: none;}
  
  .main-menu div.ecommerce-nav {position: absolute; right: 12px;}

  .menu-item-hamburger {display: block; padding: 12px 0 0 12px;}
  
  .menu-item-hamburger .fas {font-size: 2.5rem;}
}

@media all and (max-width: 580px) {
  .main-nav {position: absolute; top: 24px; left: 40px;}
}

/*---------------------
## Social navigation
-----------------------*/
.main-menu .social-nav {position: fixed; right: 0; top: 40%; padding: 0px; margin: 0 0 0 auto;}
.main-menu .social-nav li.menu-item {margin: 3px 6px;}
.main-menu .social-nav li.menu-item i.fab, .main-menu .social-nav li.menu-item i.fas {font-size: 1.4rem; color: inherit; padding: 8px; width: 1.4rem; border: 1px solid; border-radius: 50%; transition: 400ms all ease-in-out;}
.main-menu .social-nav li.menu-item:hover i.fab, .main-menu .social-nav li.menu-item:hover i.fas {background: rgb(236,116,4,1); color: var(--alt-bg);}

/*Centering fix*/
.main-menu .social-nav li.menu-item.facebook i.fab:before {position: relative; left: 3px;}
.main-menu .social-nav li.menu-item.instagram i.fab:before {position: relative; left: 2px;}
.main-menu .social-nav li.menu-item.linkedin i.fab:before {position: relative; left: 1px;}

@media all and (max-width: 1024px) {
	.main-menu .social-nav li.menu-item i.fab {font-size: 1rem; width: 1rem;}

	/*Centering fix*/
	.main-menu .social-nav li.menu-item.facebook i.fab:before {position: relative; left: 1px;}
	.main-menu .social-nav li.menu-item.instagram i.fab:before {position: relative; left: 0.5px;}
}

@media all and (max-width: 768px) {
	/*Centering fix*/
	.main-menu .social-nav li.menu-item.instagram i.fab:before {position: relative; left: 0px;}
	.main-menu .social-nav li.menu-item.linkedin i.fab:before {position: relative; left: 1px;}
}

@media all and (max-width: 580px) {
	
}

/*---------------------
## Ecommerce navigation
-----------------------*/
.main-menu .ecommerce-nav {padding: 0px}
.main-menu .ecommerce-nav li.menu-item {margin: 0 6px;}
.main-menu .ecommerce-nav li.menu-item i.fas, .main-menu .ecommerce-nav li.menu-item i.far {font-size: 1.5rem; padding: 8px; width: 1.5rem;}
.main-menu .ecommerce-nav li.menu-item a img {width: 32px; height: 32px;}

.main-menu .ecommerce-nav li.menu-item .cart-items-number {position: absolute;left: 12px;top: 2px;font-size: 16px;}

@media all and (max-width: 1024px) {
	
}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 580px) {
	
}

/*---------------------
## Level 2 Navigation
-----------------------*/
.site-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	height: auto;
	top: 100%;
	left: -999em;
	z-index: 99999;
	opacity: 0;
	transition: 400ms ease-in-out opacity;
}

.site-navigation ul li:hover > ul,
.site-navigation ul li.focus > ul {left: auto;opacity: 1;}

.site-navigation .ecommerce-nav ul li:hover > ul,
.site-navigation .ecommerce-nav ul li.focus > ul {right: -24px;}


.site-navigation .sub-menu {
	width: auto;
	min-width: 240px;
	background: rgba(255,255,255,1);
	margin: 0 -115px 0 0;
	text-align: left;
	padding: 0 16px;
	transition: 400ms ease-in-out all;
}

.site-navigation .sub-menu .menu-item {width: 100%; padding: 10px 25px 10px 10px; margin: 0;}
.site-navigation .sub-menu .menu-item a {width: 90% !important; margin: 0; border-bottom:0px; color: var(--alt-featured-color); transition: 400ms ease-in-out all;}
.site-navigation .sub-menu .menu-item a:hover {color: inherit !important; border-bottom:1px solid var(--alt-featured-color);}
.site-navigation .sub-menu .menu-item a i {font-size: 0.85rem; padding-left: 8px;}

/* .site-navigation .sub-menu > .menu-item:hover > a {-webkit-box-shadow: none; box-shadow: none;} */

.site-navigation .menu {margin: 0;text-align: center;}
.site-navigation .menu ul {list-style: none;}

.site-navigation ul {list-style: none;padding-left: 0; height: 100%;}

.site-navigation .menu-item {float: none;position: relative;display: inline-block;line-height: 30px;}

.site-navigation .menu-item:last-child {border-right: 0;}


@media all and (max-width: 1024px) {
	
}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 580px) {
	.site-navigation .menu-item.desktop {display: none;}
	.site-navigation ul {align-items: flex-start;}
	
	.branding-header .site-navigation ul {justify-content: flex-start;}
}

/*---------------------
## Level 3 Navigation
-----------------------*/

.site-navigation ul ul ul {z-index: 99998; left: 95%; top: -100em; opacity: 0; }
.site-navigation ul ul li:hover > ul,
.site-navigation ul ul li.focus > ul {left: 95%; top: 0em; opacity: 1;}

@media all and (max-width: 1024px) {
	
}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 580px) {
	
}

/*-------------------
## Mobile navigation
--------------------*/
a.open-mobile-menu {color: var(--secondary-bg); transition: 400ms color ease-in-out;}
a.open-mobile-menu:hover {color: #d60a52;}

#mobile-menu.overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  /* display: none !important; */
  z-index: 1002;
  left: 0;
  top: 0;
  background-color: var(--featured-color);
  background-color: rgba(236,116,4, 0.9);
  overflow-x: hidden;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

/* Position the content inside the overlay */
#mobile-menu .overlay-content {position: relative; width: 100%;}

/* The navigation links inside the overlay */
#mobile-menu .menu-mobile .arml-submenu {display: none;}

#mobile-menu .menu-mobile {margin: 0; padding: 0px 25px 25px 6px;}

#mobile-menu .menu-mobile li {list-style: none; margin-top: 20px;}

#mobile-menu .menu-mobile li a {margin-left: 32px;}

#mobile-menu .menu-mobile li:first-child {margin-top: 0;}

#mobile-menu .menu-mobile li.current-menu-item:before {
	content: "";
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('../remseowoocommerce/images/armlp-quote-open.png');
	background-size: contain;
	background-repeat: no-repeat;
}
#mobile-menu .menu-mobile li.current-menu-item a {margin-left: 32px; font-weight: 700;}

#mobile-menu .menu-mobile .social-nav {display: flex;}
#mobile-menu .menu-mobile .social-nav li {padding: 6px; font-size: 1.3rem; width: 1.3rem; margin-right: 16px;}
#mobile-menu .menu-mobile .social-nav li:first-child {margin-top: 20px;}
#mobile-menu .menu-mobile .social-nav li i.fab.fa-facebook-f {position: relative; left: 4px;}
#mobile-menu .menu-mobile .social-nav li i.fab.fa-instagram {position: relative; left: 2px;}

#mobile-menu .menu-mobile .ecommerce-nav {display: flex;}
#mobile-menu .menu-mobile .ecommerce-nav li:first-child {margin-top: 20px;}
#mobile-menu .menu-mobile .ecommerce-nav li.menu-item a img {width: 42px; height: 42px;}

#mobile-menu .menu-mobile li a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .5px;
  color: var(--main-bg);
  text-decoration: none;
}

#mobile-menu .menu-mobile li a:hover, #mobile-menu .menu-mobile li a:active, #mobile-menu .menu-mobile li a:focus {color: #78554b;}

#mobile-menu .menu-mobile li b {color: var(--main-bg);}

#mobile-menu .close-mobile-menu {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  line-height: 3.75rem;
  margin-left: auto;
  color: var(--main-bg);
  text-align: center;
  font-size: 50px;
  font-size: 3.125rem;
  text-decoration: none;
}

#mobile-menu .close-mobile-menu:hover, .close-mobile-menu:focus {color: #bb0f10;}

/* The SubMenus inside the overlay */
#mobile-menu .open-mobile-menu {font-size: 16px; font-size: 1rem; color: #006D6D;}
#mobile-menu .menu-mobile .sub-menu {padding-top: 24px;}
#mobile-menu .menu-mobile .sub-menu li a {font-size: 1rem;}

#mobile-menu .menu-mobile .sub-menu li a:active {color: #bb0f10;}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position of close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  #mobile-menu .overlay a {font-size: 20px;}
  #mobile-menu .close-mobile-menu {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
}

/*------------------------------
   ##Registering page template
-------------------------------*/
.register-side {
    min-height: 100vh;
    height: 100%;
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.register-right-side {
    background-color: #f2f2f2;
}
.inner-register-left {
    max-width: 50%;
}
.inner-register-right {
    position: relative;
    width: 480px;
    padding: 35px 55px;
    background: var(--main-bg);
    border-radius: 6px;
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.inner-register-right.loading:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.register-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.register-group + .register-group {
    margin-top: 20px;
}
.register-group.submit-group {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
}
.register-group .label-email {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}
.register-group input[type="email"] {
    display: block;
    height: 42px;
    width: 100%;
    color: #333;
    background-color: #fafafa;
    font-size: 18px;
    font-size: 1.125rem;
    border-color: #eaeaea;
}
.register-group input[type="submit"] {
    padding: 10px 18px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: var(--main-bg);
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: normal;
    background-color: #006d6d;
    cursor: pointer;
}
.register-group input[type="submit"]:hover,
.register-group input[type="submit"]:active {
    background-color: #008787;
}
.label-privacy {
    display: block;
    color: #666;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label-privacy:hover input ~ .checkmark {
    background-color: #ccc;
}
.label-privacy input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.label-privacy input:checked ~ .checkmark {
    background-color: #fab600;
}
.label-privacy input:checked ~ .checkmark:after {
    display: block;
}
.label-privacy a {
    z-index: 2;
    text-decoration: none;
    color: var(--secondary-bg);
}
.label-privacy a:hover,
.label-privacy a:active {
    text-decoration: underline;
}
.label-privacy .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    background-color: #eee;
}
.label-privacy .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.scroll-to-register-form {
    display: none;
}
@media all and (max-width: 64em) {
    .inner-register-left {
        max-width: 90%;
    }
}
@media all and (max-width: 48em) {
    .register-side {
        min-height: 50vh;
        height: auto;
        padding: 15px 40px;
    }
    .scroll-to-register-form {
        display: block;
        color: #006d6d;
        font-size: 40px;
        font-size: 2.5rem;
        text-decoration: none;
        margin-top: 15px;
    }
    .scroll-to-register-form:hover,
    .scroll-to-register-form:active,
    .scroll-to-register-form:focus {
        color: #fab600;
    }
}
@media all and (max-width: 36em) {
    .register-side {
        height: auto;
        padding: 20px;
    }
    .inner-register-right {
        width: 100%;
        padding: 20px;
    }
}

/*---------------------
 ##Responsive helpers
----------------------*/
/* If you can, prefer gridlex -hidden classes 
But those classes below would work pretty much
everywhere on this theme */
*.mobile {display: none;}
*.tablet {display: none;}
/* *.desktop {display: block;} */

@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 768px) {
	*.desktop {display: none;}
	*.tablet {display: block;}
}

@media all and (max-width: 580px) {
	*.tablet {display: none;}
	*.mobile {display: block;}
}