/*
Theme Name: AliceAyel.com (Sketch Child)
Theme URI: https://wordpress.com/themes/sketch/
Description: A clean, responsive portfolio theme with options for a custom site logo, a featured content slider, and lots of room to share your work.
Version: 1.0.0
Author: benbois
Author URI: https://wordpress.com/themes/
Template: sketch
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aliceayel
Tags: featured-images, full-width-template, one-column, photography, portfolio, right-sidebar, rtl-language-support, theme-options, translation-ready, two-columns
*/

/* Prevent any object from being highlighted upon touch event - for APP only*/
*{ -webkit-tap-highlight-color: #f2481a30; }

/*
fonts
*/
@font-face {
  font-family: "Jacom";
  src: url(fonts/Javacom.ttf) format("truetype");
}

@font-face {
  font-family: "dashicons";
  src: url(fonts/dashicons.ttf) format("truetype");
}

@font-face {
  font-family: "opendyslexic";
  src: url(fonts/OpenDyslexic-Regular.otf) format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "opendyslexic_italic";
  src: url(fonts/OpenDyslexic-Italic.otf) format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "opendyslexic_bold";
  src: url(fonts/OpenDyslexic-Bold.otf) format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "opendyslexic_italicbold";
  src: url(fonts/OpenDyslexic-BoldItalic.otf) format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "arial_narrow";
  src: url(fonts/arial-narrow.ttf) format("truetype");
}

@font-face {
  font-family: 'aa_stages';
  src:  url('fonts/aa_stages.eot?ott527');
  src:  url('fonts/aa_stages.eot?ott527#iefix') format('embedded-opentype'),
    url('fonts/aa_stages.ttf?ott527') format('truetype'),
    url('fonts/aa_stages.woff?ott527') format('woff'),
    url('fonts/aa_stages.svg?ott527#aa_stages') format('svg');
  font-weight: normal;
  font-style: normal;
}

#page {
  background: url(/wp-content/uploads/top_logo_small.png) no-repeat 60px 40px white; 
}

body,
button,
input,
select,
textarea {
  color: #202020;
}

/* remove ffx clipper */
a, a:focus, a:hover {
    outline:none;
}
::-moz-focus-inner {
    border:0;
}
input[type=range]::-moz-focus-outer {
    border: 0;
}

blockquote {
    font-size: 1em;
    line-height: 1.15em;
    border-left: 3px solid #eeeeee;
    color: #777;
    font-style: italic;
    margin: 0 0 24px;
    padding: 10px 0 5px 12px;
    text-align : justify;
}

.bold {
	font-weight: 600;
}

.dyslexic {
	font-family: "opendyslexic";
	color: #AD5D1D;
}
.standard {
	color: #D14E2C;
}
.relative {
	position: relative;
}

.books .relative  {
	margin-top: 35px;
}

.center {
	text-align: center;
}

.fixed {
    position: fixed !important;
}

.clearboth {
	float: none;
	clear: both;
}

.circled {
	border: 1px solid blue;
	border-radius: 48% 50%;
	padding: 3px 3px 5px;
}
.highlight-green,
.highlight-lightgreen,
.highlight-darkgreen,
.highlight-yellow,
.highlight-orange,
.highlight-red,
.highlight-violet
{
	padding: 0 5px;
}
.highlight-green {
	background-color: lime;
}
.highlight-lightgreen {
	background-color: #d4ea6b;
}
.highlight-darkgreen {
	background-color: #069a2e;
}
.highlight-yellow {
	background-color: yellow;
}
.highlight-orange {
	background-color: orange;
}
.highlight-red {
	background-color: red;
}
.highlight-violet {
	background-color: #bf819e;
}

details {
	margin-bottom: 50px;
	background: #f4f0f0;
	border-radius: 0 0 6px 6px;
}
summary {
	font-style: italic;
	line-height: 1.1em;
	margin-bottom: 20px;
	color: rgba(242,72,26,1);
	background: #fff;
}
summary:hover {
	cursor: pointer;
	border-right: 10px solid rgba(242,72,26,1);
	
}
[open] summary {
	border-bottom: 1px solid rgba(242,72,26,1);
}
summary::marker {
	font-style: normal;
	font-size: 1.1em;
	content: "❓\00a0\00a0";
}
[open] summary::marker {
	font-size: 1.1em;
	content: "❌\00a0\00a0";
}
summary::after {
	content: "Show solution…";
}
[open] summary::after {
	content: "Hide solution…";
}
@keyframes open {
  0% {opacity: 0; margin-top: -20px}
  100% {opacity: 1; margin-top: 0px}
}
details[open] summary ~ * {
  animation: open .7s ease-in-out;
}

@media screen and (max-width: 600px) {
  .books .column {
    width: 100%;
	margin: 0;
  }
	.primary-sidebar.widget-area {
		display: none;
	}
}
/* Header */
.site-header {
	border-bottom: 5px solid #eeeeee;
	padding: 0 0 ;/*24px;*/
	margin: 0;
}

.site-title {
  line-height: 1.5;
  margin-top: -20px;
  padding-left: 110px;
  color: #333;
}

.site-description {
	  display: block;
	font-family: "Jacom", Times, serif;
	font-size:1.7em;
	margin:0 !important;
	font-style: italic;
	text-transform: none !important;
	font-weight: bold;
	padding-left: 110px;
	color: #f2481a;
	transform: rotateZ(-5deg);
}

.jacom-me {
	font-family: "Jacom", Times, serif;
	font-size:1.7em;
	font-style: italic;
	text-transform: none !important;
	font-weight: bold;
	color: #f2481a;
}

.site {
    margin: 27px auto;
    margin-top: 0;
}

/* hack bookly */
.ab-row {
        margin:0 !important;
}

.bookly-label-error {
        background-color: #ffff66;
        text-align: center;
        font-style: italic;
}
.bookly-custom-field-error {
        display: inline-block;
        min-width: 20%;
}

.book-widget-link span {
    letter-spacing: 2px;
	display: block;
}
.book-widget-link {
    letter-spacing: 1.5px;
    text-transform: none;
    text-align: center;
    font-weight: bold;
    display: block;
    text-decoration: underline !important;
    font-size: 1.1em;
    border: 1px solid #eacac0;
    padding: 25px 0;
    -webkit-box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    border-radius: 5px;
	line-height: 1.5em;
}
.book-widget-link:hover {
    background-color: #fcece2;
}
.book-widget-link, .book-widget-link:hover {
	color: #f2481a !important;
}

/* resources */
.resources blockquote {
	font-style: normal;
}
.resources blockquote, .resources blockquote p {
	color: #454545;
}
.resource-table-audio {
        width:100%;
        vertical-align: bottom;
        margin-top: 20px;
}

.resource-col-audio {
        float: left;
        text-align: center;
	width: calc( 100% - 120px);
}

.resource-col-docs {
        float: right; 
        text-align: center;
}

.icon-PDF, .icon-ODT, .icon-DOC, .icon-MP3, .icon-MP4{
        width: 52px; /*30px;*/
        height: 52px; /*30px;*/
        display:inline-block;
        margin: 0 1px 1px 1px;
        border-radius: 5px;
	background-size: 52px 52px;
	/*box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);*/
}
/*
.icon-PDF:hover, .icon-ODT:hover, .icon-DOC:hover, .icon-MP3:hover, .icon-MP4:hover {
        margin: 1px 1px 0 1px;
        box-shadow: 0px 1px 1px #999;
}
.icon-PDF:hover, .icon-MP3:hover {
        box-shadow: inset 0px 0px 0px 2px #F68060;
}
.icon-PDF {
        background: 0px 0px url("/wp-content/uploads/2022/10/icondoc_PDF.png");
}
.icon-ODT {
        background: 0px 0px url("/wp-content/uploads/2018/01/icondoc_ODT.png");
}
.icon-DOC {
        background: 0px 0px url("/wp-content/uploads/2018/01/icondoc_DOC.png");
}
.icon-MP3 {
        background: 0px 0px url("/wp-content/uploads/2022/10/icondoc_MP3.png");
}
.icon-MP4 {
        background: 0px 0px url("/wp-content/uploads/2018/01/icondoc_MP4.png");
}
*/
.pfph3{
        margin-bottom: 10px;
        text-transform: none;
}
.pfpNav {
        display:none;
}

.nouveaute {
	background: 0px 0px url("images/nouveaute.png") no-repeat;
	width: 67px;
	height: 63px;
	position: absolute;
	bottom: 80px;
	right:calc( 50% - 67px/2 - 80px );
}

/* books page */
.books {
}
.books .column {
	float: left;
	width: 48%;
	min-height: 340px;
	margin: 10px 5px 20px;
	padding: 20px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	background: rgba(200, 200, 200, .1);
	border-radius: 8px;
	border: 1px solid rgba(200, 200, 200, .3);
}
.books .column:hover {
	background: rgba(242, 72, 26, .05);
	border-color: rgba(242, 72, 26, .2);
}
.books .asp_product_name.tooltip-wrapper {
	cursor: help;
}
.books .asp_product_name.tooltip-wrapper::before {
	content: '?';
	padding: 0 5px;
	margin-right: 10px;
	color: #f2481a;
	border: 2px solid #f2481a;
	border-radius: 50%;
	display: inline-block;
	width: 22px;
	height: 22px;
	font-size: 15px;
}
.books .column .asp_product_name {
	color: #888;
	line-height: 1em;
	font-size: .9em;
	font-weight: 600;
	margin-bottom: 20px;
}
.books .column .asp_product_item_thumbnail {
	width: 100%;
	text-align: center;
}
.books .column .asp_product_item_thumbnail img {
	height: 140px;
	width: auto;
	float: unset;
}
.books .column .asp_product_description {
	line-height: 1.1em;
	font-size: .8em;
	text-align: justify;
	overflow: hidden;
	overflow-y: scroll;
	overflow-wrap: normal;
	height: 180px;
	border: none;
}
.books .column .asp_product_description:hover {
	box-shadow: inset 0 -6px 4px -4px rgba(0,0,0,.1);
}
.books .column .asp_price_container {
	color: #666;
	font-weight: 300;	
}
.books .column .asp_price_container span {
	font-weight: 600;
	font-size: .8em;
}
.books .asp_product_buy_btn.blue {
	background: rgba(242, 72, 26, .2);
	border: 2px solid #d2d2d2;
	box-shadow: none;
	color: #333 !important;
	text-shadow: none;
	font-size: .8em;
	font-weight: normal;
	font-family: inherit;
	height: auto;
	padding: 8px 14px 10px;
	text-transform: uppercase;
	border-radius: 2px;
}
.books .asp_product_buy_btn.blue:hover {
	background: white;
	border-color: #f68060;
	text-shadow: none;
	box-shadow: none;
	color: #f68060 !important;
}
.swpm-partial-protection {
	position: absolute;
	top: -3000px;
	display: none;
}

/* pdt tooltip */
.tooltip-wrapper {
	/*cursor: help;*/
	cursor: default;
	position: relative;
	width: 100%;
}
.tooltip-wrapper .tooltip {
	z-index:9999;
	font-size: 13px;
	line-height: 14px;
	text-align: justify;
	background: rgba(240,242,243,1);
	color: #222;
	display: block;
	opacity: 0;
	padding: 15px;
	pointer-events: none;
	cursor: default;
	position: absolute;
	width: 100%;
    transition: all .25s ease-out;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	font-weight:300;
}
.tooltip-wrapper .tooltip.top {
	left:0;
	bottom: 100%;
	margin-bottom: 15px;
	transform: translateY(20px);
}
.tooltip-wrapper .tooltip.bottom {
	left:0;
	top: 100%;
	margin-top: 15px;
	transform: translateY(-20px);
}
.tooltip-wrapper .tooltip.right {
	top:0;
	left: 100%;
	margin-left: 15px;
	transform: translateX(-20px);
}
.tooltip-wrapper .tooltip.left {
	top:0;
	left: -100%;
	margin-left: -15px;
	transform: translateX(20px);
}
.tooltip-wrapper .tooltip p {
	margin: 0 0 5px;
}
.tooltip-wrapper .tooltip:before {
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}
.tooltip-wrapper .tooltip.top:before {
	bottom: -20px;
}
.tooltip-wrapper .tooltip.bottom:before {
	top: -20px;
}
.tooltip-wrapper .tooltip.right:before {
	left: -20px;
}
.tooltip-wrapper .tooltip.left:before {
	right: 20px;
}
.tooltip-wrapper .tooltip:after {
	content: " ";
	height: 0;
	position: absolute;
	width: 0;
}
.tooltip-wrapper .tooltip.top:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid 10px rgba(240,242,243,1);
	bottom: -10px;
	left: 50%;
	margin-left: -13px;
}
.tooltip-wrapper .tooltip.bottom:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid 10px rgba(240,242,243,1);
	top: -10px;
	left: 50%;
	margin-left: -13px;
}
.tooltip-wrapper .tooltip.right:after {
	border-top: solid transparent 10px;
	border-bottom: solid transparent 10px;
	border-right: solid 10px rgba(240,242,243,1);
	left: -10px;
	top: 50%;
	margin-top: -13px;
}
.tooltip-wrapper .tooltip.left:after {
	border-top: solid transparent 10px;
	border-bottom: solid transparent 10px;
	border-left: solid 10px rgba(240,242,243,1);
	right: -10px;
	top: 50%;
	margin-top: -13px;
}
.tooltip-wrapper:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0px);
}

.main-navigation {
	text-transform: none;
	letter-spacing: .05em /*.06em; 20240828*/
}
.site-main .post-navigation, .site-main .paging-navigation {
        margin: 0 0 5px; 
        padding: 6px 0;
        border: none;
}
.nav-previous:hover, .nav-next:hover {
        font-weight: 600;
}
.nav-previous a:before, .nav-next a:after {
        font-family: "dashicons";
        vertical-align: -2px;
}
.nav-previous a:before {
        content: "\f341"; /* < */
}
.nav-next a:after{
        content: "\f345"; /* > */
}

.read-link{
        font-weight: normal;
        font-size: .8em;
        color: #FF8500;
        padding: 0px 15px;
        border-bottom: 0px !important;
        /*display: block;
        text-align: right;*/
        float: right;
}

.read-link:hover {
    font-weight: normal;
    color: #888;
    padding: 0px 15px;
    border-bottom: 0px !important;
}
.other-resources{
        color: #86A612;
}
.more-resources {
        background: linear-gradient(13deg, #fff 90%, rgba(196,242,27,.7));
        border-top-right-radius: 20px;
        border-top: 1px solid rgba(196,242,27,.7);
        padding-right: 5px;
        margin-top: 15px;
        min-height: 230px;
}
.more-resources blockquote {
        font-size: .9em;
        margin-bottom: 10px;
}
.more-resources h3 {
        margin: 10px 0;
}
.more-resources h3 a {
color: #777;
}
.more-resources h3 a:hover {
color: #f68060;
}
.more-resources h3:before {
        content: "\f546"; /*bulb \f339*/
        font-family: "dashicons";
        font-size:.9em;
        padding-right: 5px;     
        color: #f68060; /*#86A612; */
}
/*
.more-resources .tagcloud {
        font-size: 14px;
        text-align: right;
        line-height: 1.6em;
        padding: 0 4px;
}
*/
.wp_widget_tag_cloud a, .tags-links a, .tagcloud a {
        border: none;
        border-bottom: 1px solid #ddd;
    letter-spacing: .5px;
    margin: 0 5px 2px 0 !important;
    padding: 0 3px;
        line-height:1.5em;
        background-color: #eee;
        color: #777;
        font-weight: 600;
        border-radius: 5px;
        font-size: 12px !important;
}
.wp_widget_tag_cloud a:hover, .tags-links a:hover, .tagcloud a:hover {
        background-color: #efefef;
}

.resources-label a:before, .resources-label span:before {
        content: "\f546"; /*bulb \f339*/
        font-family: "dashicons";
        font-size:1.1em;
        padding-right: 5px;
        color: #86A612; 
}
.resources-label {
        text-align: right;
}
.resources-label a, .resources-label span{
        display: inline-block;
        clear: both;
        /*background: linear-gradient(13deg, #fff 40%, rgba(234,202,192,.7));*/
        background: linear-gradient(13deg, #fff 40%, rgba(196,242,27,.7));
        color: #86A612; /*#F2481A;*/
        padding: 0 10px;
        font-size: .8em;
        font-weight: 400;
        letter-spacing: .15em;
        border-top-right-radius: 20px;
        border-right: 1px solid rgba(196,242,27,.7);
        border-top: 1px solid rgba(196,242,27,.7);
}
/*
.bookly-form label {}

.ab-formGroup br {}
*/

/* local clock */
.local-clock {
  margin: 0 auto;
  text-align: right;
  line-height: 1em;
  float:right;
}

.local-clock div {
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  display: inline;
  color: #BD5F3D;
  font-size: 1em;
}

.local-sec{
  font-size: .8em;
}

.local-gmt {
  color: #000 !important;
  font-size: .8em !important;
  /*font-weight: bold;*/
}

/* newsletter form */
.elp-widget .widget-title{
    margin: 14px 0 0 0;
        text-align: center;
}

.elp-widget{
    border: 1px solid #eacac0;
    padding-left: 5px;
    -webkit-box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    -moz-box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
}

.elp-widget .es_caption {
        line-height: 1em !important;
        text-align: center;
}


.es_textbox input{
    border: 0;
    border-bottom: 1px solid gray;
    padding: 3px;
}

.es_lablebox {
    display: inline;
    float: left;
    width: 50px;
}

.es_submit_button,
#email-subscribers-2 .es_button {
        text-align:center;
  }

.proverb {
  background-color: #f5f5f5;
  border-top: 3px solid #fff;
  padding-top:2px;
  display: block;
  float:none;
  clear:both;
  text-align: center;
  font-size: .7em;
  line-height:1.1em;
}

.proverb {
	font-size: .7em;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight:400;
	color:#888;
}

.menu-toggle {
	margin-top: -20px;
	transition-property: none !important;
}

.res-answer {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 50px;
}
.res-answer ol {
    list-style: none;
    counter-reset: custom-counter;
    padding-left: 0;
    margin: 0;
}
.res-answer ol li {
    font-size: .95em;
    line-height: 1em;
    margin: 17px 20px;
    font-weight: 400;
    counter-increment: custom-counter;
    position: relative;
    padding-left: 3.5em;
}
.res-answer .content ol li::before {
    content: counter(custom-counter) ")";
    position: absolute;
    left: 0;
    font-weight: bold;
    width: 2.8em;
    text-align: right;
    padding-right: 0.4em;
    box-sizing: border-box;
}
.res-answer input[type="checkbox"] {
    display: none;
}
.res-answer .switch-bar {
    padding: 15px;
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
}
.res-answer .switch-bar span {
    color: #f2481a;
    margin-right: 12px;
    font-weight: 400;
}
.res-answer .switch-indicator {
    width: 32px;
    height: 13px;
    background: #95a5a6;
    border-radius: 12px;
    position: relative;
    transition: background 0.3s;
}
.res-answer .switch-indicator::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: #fff;
    box-shadow: 0 1px 2px #888;
    border-radius: 50%;
    top: -5px;
    left: -2px;
    transition: transform 0.3s;
}
.res-answer .switch-indicator:hover::after {
    box-shadow: 0 1px 2px #86A612, 0 0 0 12px #c2ec1b77;
}
.res-answer input[type="checkbox"]:checked ~ .switch-bar .switch-indicator:hover::after {
    box-shadow: none;
}
.res-answer .content {
    filter: blur(5px);
    opacity: 0.7;
    transition: all 0.25s;
}
.res-answer input[type="checkbox"]:checked ~ .content {
    filter: blur(0);
    opacity: 1;
}
.res-answer input[type="checkbox"]:checked ~ .switch-bar span {
    color: #86A612;
}
.res-answer input[type="checkbox"]:checked ~ .switch-bar .switch-indicator {
    background: #c2ec1b;
}
.res-answer input[type="checkbox"]:checked ~ .switch-bar .switch-indicator::after {
    transform: translateX(17px);
    background: #86A612;
}


/* Media Queries */
@media screen and (max-width: 75em) {	/* ~1200px */
  #page {
    background: url(/wp-content/uploads/top_logo_small.png) no-repeat 20px 20px white; 
  }
}

@media screen and (max-width: 62em) {	/* ~992px */
	.home-section1-text .jacom-me {
		font-size: 1.7em!important;
	}
  .site-branding {
    float: none;
    max-width:100%;
  }
}

@media screen and (max-width: 37em) {	/* ~592px */
  .site-title {
    font-size: 1.2em;
    padding-left: 100px;
  }
  .site-description {
    font-size: 1.2em;
    padding-left: 100px;
  }
    #page {
      padding: 0;
    }

    .site-branding {
	margin-bottom:0 !important;
    }
    .site-header {
      border-bottom: 1px solid #eeeeee;
      box-shadow: 0px 7px 8px -9px black;
      position: sticky;
      top: 0;
      background: url(/wp-content/uploads/top_logo_smaller.png) no-repeat 20px 10px white !important;
      z-index: 50 !important;
      margin: 0 !important;
      padding: 10px 0 0 20px;
      /*height: 89px !important;*/
      min-height: 89px;
    }

    .proverb {
      display: none;
    }

    .menu-toggle {
      width: calc( 100% + 20px) !important;
      margin-left: -20px;
      float: none !important;
      border-radius: 0;
      border: none;
      position: sticky;
      top: 0px;
      background: white !important;
      z-index: 101;
      padding: 0 10px 0 0 !important;
      text-align: right;
      margin-top: 0!important;
    }

    .main-navigation {
      text-transform: none;
      letter-spacing: 1px;
      margin-left: -20px;
      overflow-y: scroll;
      overscroll-behavior: contain;
      -ms-scroll-chaining: none;
      margin-top: 0px;
      padding-left: 10px;
      top: 10px;
    }
    .main-navigation.toggled {
      background: white !important;
      height: calc( 100vh - 55px);
	  border-bottom: 1px solid #eeeeee;
	  margin-bottom: -25px!important;
	  padding-bottom: 30px;
      /*box-shadow: 0px 7px 8px -9px black;*/
    }
/**/
    .site-content {
      padding: 10px 10px 0;
    }
    .proverb {
      position: absolute;
      bottom: 0;
      width: 100%;
    }
}
.aa-res-buttons .resource-table-audio {
	display: none;
}
@media screen and (max-width: 30em) {	/* ~480px */
	.home-section1-text .jacom-me {
		font-size: 1.1em!important;
		text-decoration-thickness: 1px!important;
		text-underline-offset: 7px!important;
	}
	.home-section1-text .subtitle {
		font-size: .7em!important;
		letter-spacing: 4px!important;
	}
  #page {
    background: url(/wp-content/uploads/top_logo_smaller.png) no-repeat 10px 20px white; 
  }
  .site-branding {
    margin-top: -5px;
  }
  .site-title {
	margin-top: 0;
    font-size: 1.2em;
    padding-left: 60px;
  }
  .site-description {
    font-size: .9em;
    padding-left: 60px;
    line-height: 1;
  }
  .login-username label,.login-password label,.login-username input,.login-password input {
	margin-left: 2em;
	text-align: left;
	display: inline-block;
  }
  .login-remember label, .login-submit input {
	width: 150px;
	display: inline-block;
	margin-left: calc( 50% - 150px/2 );
  }
	
	/* resources */
	.resource-table-audio {
        width:100%;
        margin-bottom: 10px;
        height: 31px;
        vertical-align: bottom;
        margin-top: 10px;
	}
	.resource-table-audio .mejs-aaudio {
		width: calc( 100vw - 30px - 31px * 2 ) !important;
	}
	.aa-res-buttons {
		border-bottom: 1px dashed #FDCEC1;
		padding-bottom: 20px;
	}
	.aa-res-buttons .resource-table-audio {
		display: block;
		text-align: right;
		margin-bottom: 20px;
	}
	.aa-res-buttons .resource-table-audio .icon-PDF, .aa-res-buttons .resource-table-audio .icon-MP3 {
		margin: 0 20px;
		opacity: .9;
	}
	.resource-col-audio {
		width: 100%;
		margin-bottom: 5px;
	}
	.resource-col-docs {
		display: none;
	}

	
	.alignright {
		margin: 5px auto 10px;
		display: block;
		float: none;
		width: calc( 100% - 20px );
	}
	blockquote {
		border: none;
		padding: 10px;
		font-size: 1.25em;
		line-height: 1.35em;
	}
	
	.more_resource_info {
		font-size: 1.15em;
		line-height: 1.35em;
	}
	
	.books .column {
		float: none;
		width: calc( 100% - 10px );
		margin: 0 5px;
		height: 290px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 30em) {

  .site-branding {
    max-width: none;
  }
  .login-username label,.login-password label {
	width: 40%;
	text-align: right;
	display: inline-block;
	padding-right: 10px;
  }
  .login-remember label, .login-submit input {
	margin-left: calc( 40% + 10px);
  }
}

.login-username, .login-password  {
	margin-bottom: 10px;
}
.login-username label,.login-password label {
	font-style: italic;
	color: #777;
	font-size: .9em;
}
.login-username input,.login-password input {
	font-family: "Lato";
    /*font-size: .8em;*/
    border-bottom: 1px solid gray;
    padding: 3px;
}

@media screen and (min-width: 50em) {	/* ~800px */
	.comments-area h2, .comment-respond h3 {
		margin: 10px 0;		
	}
}
.comment {
	padding-top: 10px;
	margin-top: 10px;
}
.comment-content p {
	line-height: 1.1rem;
	font-size: .92em;
	margin-left: 74px;
}
.comment-content p, p.logged-in-as, p.comment-form-comment, .comment-form-comment textarea, p.form-submit,
p.akismet_comment_form_privacy_notice, .comment-meta .comment-metadata {
	margin-bottom: 10px;
}
.comment-meta {
	text-transform: none;
}
.comment-meta .comment-metadata {
	line-height:1.1em;
}
.comment-meta .comment-author img {
	border-radius: 30px;
}


/* search in nav-menu */
.nav-menu {
	padding-top: 5px;
}
.nav-menu .searchmenu {
	margin-right:10px;
}
.nav-menu .search-results h2.entry-title {
	font-size: 1.1rem;
}

/* This ensures most tablet-sized devices will see the toggle menu */
@media screen and ( min-width: 1281px ) {	/* ~80em */
	.searchmenu {
		display: none;
		visibility: hidden;
		width: 1px;
		height: 1px;
		position: absolute;
		top: -3000px;
	}
    .main-navigation {
        margin-top: -15px;
	}
	.swpm-menu-join { /* forcing 2 lines break */
		/*margin-left: 100px;*/
	}
	.nav-menu { /* forcing 2 lines break */
		max-width: 500px;
	}
	#menu-topmenu { /* visitor */
  		max-width: 450px;
	}
	.es_button {
    	text-align: center;
  	}

  .es_textbox {
    /*display: inline;
    float: right;*/
  }

  .es_caption{
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
  }

	.main-navigation ul a {
	    padding: 5px;
	}
	
	/* submenu */
	.main-navigation ul ul {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 20px 0 rgba(0, 0, 0, 0.1);
		transform: translateY(-.6rem);
		display: block;
	}
	.main-navigation ul ul,
	.main-navigation ul li:hover > ul,
  	.main-navigation ul li.focus > ul {
    	transition: all .2s ease;
	}
	.main-navigation ul li:hover > ul,
  	.main-navigation ul li.focus > ul {
		transform: translateY(0);
	}
}

/* WP membership */
.aa-profile {
	margin: 30px 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ededed;
	color: #5285bb;
	text-transform: none;
}
.entry-header h1.entry-title {
        border-bottom: 1px solid #eeeeee;
        color: #777;
        font-size: 1.25em;
        line-height: 1.36em;
        letter-spacing: 2px;
        margin: 0;
        padding-bottom: 13px;
        margin-bottom: 15px;
}
.swpm-login-widget-logged, .swpm-edit-profile-form, .swpm-login-form-inner, .swpm-pw-reset-widget-inside, .swpm-post-not-logged-in-msg {
        color: #777;
        font-size: .9em;
}

.swpm-remember-me {
        width: 60%;
        margin-left: 40%;
}
@media screen and (max-width: 58em) {
	.swpm-remember-me {
        width: 60%;
        margin-left: 0;
	}
}
.swpm-remember-checkbox input[type=checkbox] {
        vertical-align: -2px;
}

.swpm-edit-profile-form input:not([type=submit]), .swpm-login-form-inner input:not([type=submit]), .swpm-pw-reset-widget-inside input:not([type=submit]), .swpm-edit-profile-form select {
        font-family: "Lato";
        font-size: .9em;
    border-bottom: 1px solid gray;
    padding: 3px;
}
.swpm-login-submit {
        margin-top: 15px;
        text-align :center;
}
.swpm-edit-profile-form select {
        color: #777;
    background: #efefef;
    border: 1px solid #eee;
    border-bottom: 1px solid gray;
}
.swpm-edit-profile-form tr:hover {
        background-color: #f9f9f9;
}
.swpm-edit-profile-form td {
        padding: 2px 3px 2px;
}
.swpm-edit-profile-form label {
        font-weight: 300;
        font-style: italic;
}

.swpm-logged-label, .swpm-login-form-inner label, .swpm-pw-reset-email {
        width: 40%;
        float: left;
        font-weight: 300;
        font-style: italic;
        margin-bottom: 2px;
    	text-align: right;
    	padding-right: 10px;
}
@media (max-width:768px) {
	.swpm-login-form-inner label, .swpm-login-form-inner input {
		font-size:1.22em !important;
	}
	.swpm-login-form-inner label:not(.swpm-rememberme-label) {
		font-weight: bold;
		letter-spacing: 1px;
	}
	.swpm-login-form-inner .swpm-rememberme-label {
		text-align: right !important;
    	margin-right: 10px !important;
	}
	.swpm-login-form-inner label, .swpm-login-form-inner input[type="text"],
	.swpm-login-form-inner input[type="password"] {
		padding-left: 10px;
	}
	.swpm-login-form-inner label, .swpm-login-form-inner input[type="text"],
	.swpm-login-form-inner input[type="password"], .swpm-password-input {
		width: 99%;
		text-align: left;
		padding-right: 0 !important;
	}
}

.swpm-password-input {
	position: relative;
	display: inline-block;
}
.swpm-password-field, .swpm-username-field {
	padding-right: 26px !important;
}
.swpm-password-toggle-checkbox-label {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 8px;
	right: 2px;
	line-height: 32px;
}
.swpm-password-toggle-checkbox-label input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
	width: 24px;
	height: 24px;
	top: 0;
	right: 0;
}
.swpm-password-toggle-checkbox-label input[type="checkbox"] + span::after {
	font-family: "dashicons";
	content: '\f177';
	top: -6px;
	right: 0;
	background-color: transparent;
	display: block;
	position: absolute;
	height: 32px;
	width: 24px;
	font-style: normal;
	cursor: pointer;
}
.swpm-password-toggle-checkbox-label input[type="checkbox"]:checked + span::after {
	content: "\f530";
}
@media screen and (max-width: 58em) {
	.swpm-password-toggle-checkbox-label input[type="checkbox"] + span::after {
		top: -12px;
	}
	.swpm-rememberme-label {
		width: 80% !important;
	}
}
.swpm-pw-reset-email{
        width: 30%;
        text-align: right;
        padding-right: 10px;
}

.swpm-logged-label {
        background-color: #f9f9f9;
}
.swpm-logged-label, .swpm-logged-value {
        padding-left: 5px;
}
.swpm-logged-value {
        width: 60%;
        float: right;
}

.swpm-reset-pw-success-box{
        text-align: center;
        border: 1px solid #eacac0;
        padding-left: 5px;
        -webkit-box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
        box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
        background-color: #fff;
        color: #f68060;
}
.swpm-pw-reset-email-input {
        width: 70%;
        float: right;
}
.error {
        text-align: right;
}
.error ul li{
        font-size: .8em;
}
.swpm-reset-pw-error, .swpm-profile-update-error, .swpm-login-widget-action-msg:not(:empty) {
        text-align: center;
        background-color: #fae8de;
        border-radius: 5px;
        color: #f55;
        font-weight: 400;
        font-size:.9em;
        display:inline;
        padding: 2px 12px;
}
.swpm-reset-pw-error:before, .swpm-login-widget-action-msg:not(:empty):before {
        font-family: "dashicons";
        vertical-align: -3px;
        content: "\f534\00a0";
}

.swpm-pw-reset-submit {
        margin-top: 15px;
}
.swpm-logged-value{
        color: #444;
        margin-bottom: 1px;
        border-bottom: 1px solid #f5f5f5;
}
.swpm-edit-profile-link, .swpm-forgot-pass-link, .swpm-renew-profile-link {
        float:left;
}
.swpm-logged-logout-link, .swpm-join-us-link {
        float:right;
}
.swpm-edit-profile-link, .swpm-logged-logout-link, .swpm-forgot-pass-link, .swpm-join-us-link, .swpm-renew-profile-link {
        margin-top: 30px;
        width: 33%;
        text-align: center;     
}
.swpm-edit-profile-link, .swpm-logged-logout-link, .swpm-renew-profile-link {
	width: 33%;
}
.swpm-forgot-pass-link, .swpm-join-us-link {
	width: 50%;
}

.swpm-edit-profile-link a:hover, .swpm-logged-logout-link a:hover, .swpm-forgot-pass-link a:hover,
.swpm-join-us-link a:hover, .swpm-post-not-logged-in-msg a:hover, .swpm-renew-profile-link a:hover {
        padding: 4px 6px;
        font-weight: 400;
}
.swpm-edit-profile-link a:before, .swpm-logged-logout-link a:before, .swpm-forgot-pass-link a:before,
.swpm-join-us-link a:before, .swpm-post-not-logged-in-msg a.swpm-login-link:before,
.swpm-post-not-logged-in-msg a:before, .swpm-renew-profile-link a:before {
        font-family: "dashicons";
        vertical-align: -2px;
}
.swpm-edit-profile-link a:before {
        content: "\f464\00a0";
}
.swpm-logged-logout-link a:before {
        content: "\f528\00a0";
}
.swpm-renew-profile-link a:before {
        content: "\f463\00a0";
}
.swpm-forgot-pass-link a:before, .swpm-post-not-logged-in-msg a.swpm-login-form-pw-reset-link:before {
        content: "\f112\00a0";
}
.swpm-post-not-logged-in-msg a.swpm-login-link:before {
        content: "\f160\00a0";
}
.swpm-join-us-link a:before, .swpm-post-not-logged-in-msg a:before {
        content: "\f307\00a0";
}
.swpm-menu-profile a:before, .swpm-menu-renew a:before, .swpm-menu-logout a:before, .swpm-menu-login a:before, .swpm-menu-join a:before,
.swpm-menu-member-area a:before, .swpm-menu-books a:before, .swpm-menu-goodies a:before,
.swpm-menu-suggestions a:before, .swpm-menu-stages a:before, .swpm-menu-videos a:before,
.swpm-menu-stories a:before, .swpm-menu-audiobooks a:before, .swpm-menu-respirer a:before,
.swpm-menu-classic a:before, .swpm-menu-chat a:before, .swpm-menu-diapo a:before, .swpm-menu-book-club a:before, 
.swpm-menu-podcast a:before, .swpm-menu-audio a:before, .swpm-menu-mydrawings  a:before, .swpm-menu-drawings a:before,
.swpm-menu-happy-hour a:before, .swpm-menu-motsdalice a:before, .swpm-menu-coaching a:before, .swpm-menu-extra a:before,
.swpm-menu-teachers a:before, .swpm-menu-faq a:before, .swpm-menu-classes a:before {
	font-family: "dashicons";
	vertical-align: -2px;
	margin-right: 3px;
	font-size: 1.1em;
	font-weight: 300;
}
.swpm-menu-stages li > a:after, .swpm-menu-stories li > a:after, .swpm-menu-suggestions li > a:after {
	font-family: "dashicons";
	position: absolute;
	top: .9em;
	left: .5em;
	font-size: .7em;
	opacity: .6;
}
.swpm-menu-member-area a:before{
	content: "\f484";
}
.swpm-menu-profile a:before{
	content: "\f110";
}
.swpm-menu-renew a:before{
	content: "\f328";
}
.swpm-menu-logout a:before {
	content: "\f528";
}
.swpm-menu-login a:before {
	content: "\f160";
}
.swpm-menu-join a:before {
	content: "\f307";
}
.swpm-menu-extra a:before {
	content: "\f533";
}
.swpm-menu-books a:before {
	content: "\f330";
}
.swpm-menu-goodies a:before {
	content: "\f511";
}
.swpm-menu-suggestions a:before {
	content: "\f488";
}
.swpm-menu-stages a:before, .swpm-menu-stages li > a:after {
	content: "\f185";
}
.swpm-menu-videos a:before {
	content: "\f126";
}
.swpm-menu-respirer a:before {
	content: "\f527";
}
.swpm-menu-classic a:before {
	content: "\f334";
}
.swpm-menu-stories a:before, .swpm-menu-stories li > a:after {
	content: "\f125";
}
.swpm-menu-chat a:before {
	content: "\f101";
}
.swpm-menu-diapo a:before {
	content: "\f547";
}
.swpm-menu-book-club a:before {
	content: "\f493";
}
.swpm-menu-audio a:before {
	content: "\f521";
}
.swpm-menu-podcast a:before {
	content: "\f482";
}
.swpm-menu-audiobooks a:before {
	content: "\f127";
}
.swpm-menu-mydrawings a:before {
	content: "\f540";
}
.swpm-menu-drawings a:before {
	content: "\f128";
}
.swpm-menu-happy-hour a:before {
	content: "\f469";
}
.swpm-menu-motsdalice a:before {
	content: "\f12d";
}
.swpm-menu-coaching a:before {
	content: "\f507";
}
.swpm-menu-teachers a:before {
	content: "\f240";
}
.swpm-menu-faq a:before {
	content: "\f206";
}
.swpm-menu-suggestions li > a:after {
	content: "\f508";
}
.swpm-menu-classes a:before {
	content: "\f307";
}
.swpm-menu-babystage a:before, .swpm-menu-infantstage a:before, .swpm-menu-teenstage a:before,
.swpm-menu-adultstage a:before, .swpm-menu-seniorstage a:before, .swpm-menu-co-create a:before,
.swpm-menu-pau a:before, .swpm-menu-boutique a:before, .swpm-menu-prononciation a:before, .swpm-menu-bookclub a:before,
.swpm-menu-bookclub-rec a:before, .swpm-menu-aai a:before {
	font-family: "aa_stages";
	vertical-align: -1px;
	margin-right: 3px;
}
.stories-nav {
	margin: 30px 0;
    border-top: 1px solid #f68060;
    text-align: center;
}
.stories-nav.nav-top {
	border-bottom: 1px solid #f68060;
	border-top: none;
	margin-top: 0;
}
.stories-nav span, .stories-nav a {
	padding: 0 5px;
}
.stories-nav span.current {
	border-bottom: 1px solid #6f6f6f;
}
.stories-nav.nav-top span.current {
  border-top: 1px solid #6f6f6f;
  border-bottom: none;
}
.stories-nav a:hover {
	color: #F2481A;
}
.link-stories {
    margin: 0 0 0 0;
    list-style: none;
}
.link-stories a:hover {
	border-bottom: 1px solid #f68060;
	color: #F2481A;
}
.link-stories em {
	font-size: .75em;
}
.header-stories {
	color: #6f6f6f;
}
.header-stories em {
	font-size: .8em;
}
.header-babystories, .header-infantstories, .header-teenstories, .header-adultstories, .header-seniorstories {
	font-size: 1.5em;
}
.header-babystories::after, .header-infantstories::after, .header-teenstories::after, .header-adultstories::after, .header-seniorstories::after {
	font-family: "aa_stages";
	margin: 0 3px;
}
.swpm-menu-babystage a:before, .header-babystories::after {
	content: "\e900";
	font-weight: 300;
}
.swpm-menu-infantstage a:before, .header-infantstories::after {
	content: "\e901";
	font-weight: 300;
}
.swpm-menu-teenstage a:before, .header-teenstories::after {
	content: "\e902";
	font-weight: 300;
}
.swpm-menu-adultstage a:before, .header-adultstories::after {
	content: "\e903";
	font-weight: 300;
}
.swpm-menu-seniorstage a:before, .header-seniorstories::after  {
	content: "\e904";
	font-weight: 300;
}
.swpm-menu-co-create a:before {
	content: "\e905";
	font-weight: 300;
}
.swpm-menu-pau a:before {
	content: "\e906";
}
.swpm-menu-boutique a:before {
	content: "\e907";
}
.swpm-menu-prononciation a:before {
	content: "\e909";
}
.swpm-menu-bookclub a:before {
	content: "\e910";
}
.swpm-menu-bookclub-rec a:before {
	content: "\e90a";
}
.swpm-menu-aai a:before {
	content: "\e90b";
}
.swpm-menu-boutique a {
	font-weight: bold;
}
.swpm-menu-boutique a, .swpm-menu-boutique a:before {
	color: #666;
	transition: none !important;
}
.swpm-menu-boutique a:hover, .swpm-menu-boutique a:hover:before {
	color: #333 !important;
}
.swpm-menu-chat a {
	font-weight: 600;
}
.swpm-menu-join a {
	-webkit-box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
	border: 1px solid #eacac0;
    border-radius: 3px;
	font-weight: 600 !important;
	color: #f2481a !important;
	letter-spacing: 1.5px;
}
@media (max-width:768px) {
	.swpm-menu-join a {
		text-align: center;
		font-size: 1.2em;
	}
}
.swpm-menu-join a:hover, .swpm-menu-join.current-menu-item a {
    background-color: #fcece2 !important;
}
.swpm-login-widget-action-msg:not(:empty) {
        float: right;
        margin-top: 15px;
}

.swpm-buy-now-button-submit {
        transition: all 0.2s ease-in-out;
        text-align: center;
        border: 1px solid #eacac0;
        padding: 15px;
        -webkit-box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
        box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
        background-color: #fff;
        color: #f68060;
        border-radius: 8px;
}

.swpm-buy-now-button-submit:hover {
    background-color: #fcece2;
        padding: 14px;
        margin: 1px;
}

.related-resources .tag-resource img {
        width: 200px;
        margin-left: 14px;
        margin-top: 0;
}
.related-resources .tag-resource p {
        margin-bottom: 14px;
        line-height: 18px;
        color: #777;
}

.more-resources img {
        width: 100px;
        margin-left: 14px;
        margin-top: 0;
}

.swpm-post-not-logged-in-msg {
	font-size: .9em;
	width: 100%;
	text-align: center;
	padding: .5em 0 1em;
}
@media (min-width:768px) {
	.swpm-post-not-logged-in-msg {
		width: 50%;
		float: left;
	}
}
.swpm-row-form {
	  width: 100%;
	  clear: both;
}
@media (max-width:56.875em) {
	.swpm-pw-reset-email {
		text-align: left;
	}
	.swpm-pw-reset-email,
	.swpm-pw-reset-email-input {
		font-size: 1.25em;
		width: 100%;
	}
	.swpm-pw-reset-email.swpm-margin-top-10 {
		margin-top: 15px;
	}
	.swpm-pw-reset-email-input.swpm-margin-top-10 {
		margin-top: 0;
	}
	.swpm-pw-reset-submit-button {
		text-align: center;
		clear: both;
		padding-top: 20px;
	}
}


/* GDPR plugin */
.gdpr-reconsent-modal {
    background: url(/wp-content/uploads/popup_overlay.png) repeat 0 0;
}
.gdpr-reconsent-modal .gdpr-reconsent-modal-content {
    background: rgba(255, 255, 255, .95);
    padding: 0 15px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #bbb;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper, .gdpr.gdpr-general-confirmation .gdpr-wrapper {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.3); 
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.3);
    padding: 0;
    margin: 15px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    min-height:100px;
    height: auto;
}
.gdpr-overlay {
    background: rgba(255, 255, 255, .75);
}
.gdpr.gdpr-privacy-bar, .gdpr.gdpr-reconsent-bar {
    background: rgba(100, 100, 100, .7);
	max-height:32px;
	border-top: 1px solid rgba(255, 255, 255, .9);
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper, .gdpr.gdpr-reconsent-bar .gdpr-wrapper {
	padding: 0;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper p, .gdpr.gdpr-reconsent-bar .gdpr-wrapper p {
    font-weight: bold;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement, .gdpr.gdpr-reconsent-bar .gdpr-agreement {
    background: #fff;
    color: #f68060;
    border: 1px solid #eacac0;
    -webkit-box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    text-shadow: none;
    font-size: 1em;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement:hover, .gdpr.gdpr-reconsent-bar .gdpr-agreement:hover {
    background-color: #fcece2;
    border-color: #eacac0;
    color: #f2481a;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement::before, .gdpr.gdpr-reconsent-bar .gdpr-agreement::before {
    background: #fff;
    border: 1px solid #eacac0;
    -webkit-box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-right: none;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement:hover::before, .gdpr.gdpr-reconsent-bar .gdpr-agreement:hover::before {
    color: #f2481a;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper form > header .gdpr-box-title, .gdpr.gdpr-general-confirmation .gdpr-wrapper form > header .gdpr-box-title {
    background: #f68060;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs {
    background: #f68060;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active {
    background-color: rgba(100, 100, 100, .9);
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active {
    background-color: #f2481a;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer input[type="submit"]{
    display: none;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer input[type="submit"], .gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer input[type="submit"] {
    background: #fff;
    border: 1px solid #eacac0;
    -webkit-box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-shadow: none;
    color: #f68060;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer input[type="submit"]:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer input[type="submit"]:hover {
    background-color: #fcece2;
    border-color: #eacac0;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer span a, .gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer span a {
    color: #f68060;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer span a:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer span a:hover {
    color: #f2481a;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper > header .gdpr-box-title {
    background: #f68060;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper > footer {
    text-align: center;
}
.gdpr.gdpr-general-confirmation .gdpr-wrapper > footer button {
    background: #fff;
    border: 1px solid #eacac0;
    -webkit-box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    box-shadow: inset 0px 0px 26px -12px rgba(234,202,192,1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-shadow: none;
    color: #f68060;
}
.gdpr.gdpr-general-confirmation .gdpr-wrapper > footer button:hover {
    background: #fcece2;
    border-color: #eacac0;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-agreement {
	margin-right: 20px;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close {
	padding: 5px;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content {
	text-align: center;
}
@media (max-width:1440px) {
	.gdpr.gdpr-privacy-bar, .gdpr.gdpr-reconsent-bar {
    	background: rgba(100, 100, 100, .8);
	}
	.gdpr.gdpr-privacy-bar, .gdpr.gdpr-reconsent-bar {
		max-height:unset;
	}
	.gdpr.gdpr-privacy-bar .gdpr-wrapper, .gdpr.gdpr-reconsent-bar .gdpr-wrapper {
	    padding: 12px 40px;
	}
	.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p {
		line-height:1em;
	}
	.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content {
		padding-right: 0;
		padding-bottom: 0;
	}
	.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences {
		margin-bottom: 0;
	}
}

.active {
    color:#f68060 !important;
}

.asp_post_thumbnail img {
    width: 50% !important;
    border: none !important;
}
.asp-stripe-form, .asp_post_thumbnail, .asp_product_buy_btn_container, .asp_price_container {
    width:100% !important;
    text-align: center;
}
.entry-meta {
    display: none !important;
}

.asp_product_link {
	font-size: 15px;
	text-align: center;
	line-height: 18px;
	/*border-bottom: solid 1px #ddd;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.asp_product_link em {
	font-size: .8em;
}
.textwidget .asp_product_item_thumbnail,
.textwidget .asp_product_item_thumbnail_min {
    text-align: center;
	padding: 0;
}
.textwidget .asp_product_item_thumbnail img{
    margin: 0 auto;
    width: 150px;
    height: auto;
    float: none;
}
.textwidget .asp_product_item_thumbnail_min img {
	margin: 0 auto;
	width: 100px;	
    height: auto;
    float: none;
}
.textwidget .asp_product_name{
    line-height: 20px;
    font-size: 18px;
	font-weight: 600;
    color: #777;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.textwidget .asp_product_name span {
	font-size: 14px;
}
.textwidget .asp_product_name_dyslexic{
    line-height: 15px;
	font-size: 16px;
	font-weight: 600;
    margin: 10px 0;
	border: none;
	font-family: "opendyslexic";
	color: #AD5D1D;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.textwidget .asp_product_name_pack{
    line-height: 15px;
	font-size: 16px;
	font-weight: 600;
    margin: 10px 0;
	border: none;
	color: #777;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.textwidget .asp_price_container {
	text-align :center;
	font-weight: 300;
	font-size: 18px;
	color: #777;
}
.textwidget .asp_price_container span{
	padding-left: 10px;
	font-size: .8em;
	font-weight: 600;
}
.textwidget hr {
	margin: 25px auto;
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	width: 150px;
}
.textwidget .asp_product_description {
	border: none;
}
.textwidget .asp_product_description span {
	font-family: "opendyslexic";
}

.textwidget .asp_product_description p {
    margin-bottom: 10px;
}
.textwidget .asp_product_coupon_input_container input.asp_product_coupon_field_input {
    width: 80px;
    max-width: 100px;
    margin-right: 3px;
    padding: 5px;
}
.textwidget .asp_product_coupon_field_label {
    margin-right: 3px;
}
.textwidget .asp_product_buy_button input, .asp_product_buy_button select {
    padding: 5px;
    letter-spacing: 0px;
}
.gdpr-label,
.textwidget > p {
	display: none;
	height: 1px;
	padding: 0;
	margin: 0;
}

/* Search Form */
#searchform:before, #searchform:after{
    content:"";
    display:table;
}
#searchform:after{
    clear:both;
}
#searchform{
    padding-left:2px;
}
#searchform input[type=text] {
    width: calc( 100% - 80px );
    padding: 10px 5px;
    float: left;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
	font-family: Lato, Helvetica, Arial, sans-serif;
}
#searchform input[type=text]:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
#searchform input[type=text]::-webkit-input-placeholder,#searchform input[type=text]:-moz-placeholder,#searchform input[type=text]:-ms-input-placeholder {
    color: #777;
    font-weight: normal;
    font-style: italic;
}
#searchform input[type=text]:-moz-ui-invalid {
    box-shadow: none;
}
#searchform button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 80px;
    font: bold 15px/40px Lato, Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #ccc;
    border-radius: 0 3px 3px 0;     
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
}  
#searchform button:hover{    
    background: #bbb;
}  
#searchform button:active,#searchform button:focus{  
    background: #aaa;
    outline: 0;  
}
#searchform button:before {
    content: '';
    position: absolute;
    border-width: 10px 10px 10px 0;
    border-style: solid solid solid none;
    border-color: transparent #ccc transparent;
    top: 11px;
    left: -7px;
}
#searchform button:hover:before{
    border-right-color: #bbb;
}
#searchform button:focus:before,
#searchform button:active:before{
        border-right-color: #aaa;
}     
#searchform button::-moz-focus-inner {
    border: 0;
    padding: 0;
}   
/* cancellation */
.cancellation-note, .ccupdate-note {
	background-color: #FFF4F2;
	border-left: solid 4px #f68060;
	border-bottom: solid 1px #f68060;
	color: #555;
	line-height: 1.8em;
	overflow: hidden;
	padding: 20px;
	margin: 0;
	font-size: .9em;
	border-radius: 0 0 14px 14px; 
}
.ccupdate-note {
	background-color: #EAFFE9;
	border-color: #62BF5E;
}
.cancellation-note h3 {
	margin: 0 0 20px;
	text-align: center;
	font-weight: 600;
}
.cancellation-note span::before, .cancellation-note button[type="submit"] {
	font-family: "dashicons";
	font-size: 18px;
	vertical-align: bottom;
	content: "\f534";
	padding-right: 5px;
}
.cancellation-note em {
	font-weight: 400;
}
.cancellation-note strong {
	color: red;
}
.cancellation-note span {
	color: #21759b;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0;
}
.swpm-account-delete-button, .swpm-account-renew-button, .swpm-account-ccupdate-button {
	border: 3px solid #eee;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 20px auto;
	padding: 5px 10px;
	color: #777 !important;
	transition: all 0.3s ease-in-out;
	font-family: Lato, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.swpm-account-renew-button {
	width: 215px;
}
.swpm-account-delete-button:before {
	font-family: "dashicons";
	color: #f68060;
	font-size: 18px;
	vertical-align: bottom;
	content: "\f534";
	padding-right: 5px;
}
.swpm-account-ccupdate-button:before, .swpm-account-renew-button:before {
	font-family: "dashicons";
	color: #269B21;
	font-size: 18px;
	vertical-align: bottom;
	content: "\f463";
	padding-right: 5px;
}
.swpm-account-ccupdate-button:before {
	content: "\f18e";
}
.swpm-edit-profile-submit {
	border-color: #888888 !important;
	box-shadow: 0px 0px 8px 0px rgba(33,117,155,0.2)!important;
}
.swpm-edit-profile-submit:hover {
	border-color: #21759b !important;
	color: #21759b !important;
	box-shadow: 0px 0px 8px 0px rgba(33,117,155,0.8)!important;
}
.swpm-account-delete-button, .cancellation-note button[type="submit"] {
	width: 300px;
	box-shadow: 0px 0px 3px 0px rgba(255,0,0,0.2);
	background-color: #ffffff;
	border-color: #888888;
	color: #777;
}
.swpm-account-ccupdate-button {
	width: 300px;
	box-shadow: 0px 0px 3px 0px rgba(38,155,33,0.2);
	background-color: #ffffff;
	border-color: #888888;
}
.swpm-account-delete-button:hover, .cancellation-note button[type="submit"]:hover {
	border-color: #f68060;
	color: #f68060 !important;
	box-shadow: 0px 0px 8px 0px rgba(255,0,0,0.8);
}
.swpm-account-renew-button:hover, .swpm-account-ccupdate-button:hover {
	border-color: #269B21;
	color: #269B21 !important;
}
.swpm-account-ccupdate-button:hover {
	box-shadow: 0px 0px 8px 0px rgba(38,155,33,0.8);
}

.akismet_comment_form_privacy_notice, .swpm-login-to-comment-msg, .logged-in-as {
	display: none !important;
}

.file_input_textbox {
	border: 0 !important;
	border-bottom: 1px solid #ededed !important;
	min-width: 300px !important;
	font-size: 16px !important;
	padding: 12px 0 12px  !important;
	font-style: italic !important;
}

hr.res {
	margin-top: 15px;
	border-color: #D5F65B;
}


/* reviews */
.wpmslider-viewport {
	cursor: ew-resize;
	/*
   -ms-user-select:none;
   -moz-user-select:none;
   -webkit-user-select:none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
    user-select:none;
	*/
}
.single-review.strong-view {
 	margin: 20px auto !important;
}
.single-review.strong-view.wpmtst-default.image-right .wpmtst-testimonial-field.rate-review {
	text-align: center;	
}
.single-review.strong-view .testimonial {
	border: none !important;
	border-left: 5px solid #dfdfdf !important;
}
.single-review.strong-view.pager-style-buttons .wpmslider-pager-link::before {
	width: 15px !important;
	height: 15px !important;
}
.single-review.strong-view .testimonial-heading {
	text-transform: none;
}
.single-review.strong-view .testimonial-inner {
    border: none;
    padding: 0 20px !important;
	background-color: #fcfcf9;
}
.single-review.strong-view .testimonial-content p {
		font-style: italic;
}
.single-review.strong-view .testimonial-field.date-review,
.single-review.strong-view .testimonial-field.name-review {
	margin-top: 10px;
	font-size: .8em;
	line-height: .8em;
	display: inline;
	font-style: italic;
}
.single-review.strong-view .testimonial-field.date-review:before {
	content: " - ";
}
.single-review.strong-view .testimonial-field.rate-review {
	text-align: center;
}
.single-review.strong-view .testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 0;
}
.widget-title.widget-review {
	text-align: center;
	color: #A63617;
	font-size: 1.35em;
	background-color: #FFFDEF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);

}
.strong-view .strong-form-wait .message {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	text-indent: 0;
	left: 0;
	margin: 0;
}
.widget-title.widget-review,
#wpmtst_submit_testimonial {
	text-transform: none;
}
#wpmtst-submission-form .error {
	text-align: left;
}
#wpmtst-submission-form *::placeholder {
	color:#9f9f9f;
	font-style: italic;
}
.field-post_title, .field-post_content, .field-rating {
	position: relative;
}
#wpmtst_post_title-error.error,
#wpmtst_post_content-error.error,
#wpmtst_rating-error.error {
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #880000;
}
#wpmtst-submission-form .strong-rating-wrapper,
#wpmtst-submission-form .strong-rating-wrapper.error, 
.form-field.wpmtst-submit {
    text-align: center;
}
.form-field.field-post_title input {
	margin-bottom: 5px;
}
.form-field.field-post_title input,
.form-field.field-post_content textarea {
	width: 100%;
}
.form-field.field-rating {
	height: 50px;
}
.strong-rating label::before {
	width: 25px !important;
	height: 25px !important;
}
.strong-rating span.star::before {
	width: 28px !important;
	height: 28px !important;
}
/**/

.resources .wp-post-image, .shadowme {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}
.aavid-container {
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
hr.aavid {
	margin-top:15px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 15px;
}
.aavid-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.aavid-inner video, .aavid-inner .mejs__video, .aavid-inner .mejs__overlay.mejs__layer.mejs__overlay-play, .aavid-inner .mejs__overlay.mejs__layer {
	width: 100% !important;
	height: 100% !important;
}

.mejs__container-fullscreen .mejs__captions-layer {
    font-size: 1.4em !important;
	/*line-height: 50px !important;
	margin-bottom: 50px;*/
}

.mejs__captions-text * {
    background: none !important;
	box-shadow: none !important;
}
.mejs__captions-text {
    background: rgba(0,0,0,.75) !important;
	box-shadow: none !important;
    font-size: 1.1em;
	padding: 0 5px !important;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.mejs__container-fullscreen .mejs__captions-layer {
		font-size: 1.2em !important;
	}
@media screen and (max-width: 56.875em) { /* ~875px */
	.mejs__container-fullscreen .mejs__captions-layer, .mejs__captions-layer {
		font-size: .9em !important;
	}
}
.mejs__captions-button button[title="Captions/Subtitles"] {
        background-position: -120px 0;
}
.mejs__captions-button.mejs__captions-enabled button[title="Captions/Subtitles"] {
        background-position: -140px 0;
}

.audiobook_item {
	padding-top: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.stagesBlock {
	width: 100%;
	display: block;
	margin: 0 auto 27px;
}
.stagesBtn {
	display:inline-block;
	cursor:pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 13px;
	width: 80px;
	height: 80px;
	text-decoration:none;
	margin: 7px 7px;
	text-align: center;
	line-height: 1.1em;
	text-transform: uppercase;
    border: solid 1px rgba(232,150,64,1);
    border-radius: 5px;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(204,124,39,1) 66%, rgba(232,150,64,1) 66%, rgba(232,150,64,1) 100%);
	color: #fff !important;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
}
.stagesBtn:hover {
	position:relative;
	top:3px;
	background: linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(248,248,248,1) 65%, rgba(207,149,87,1) 66%, rgba(245,121,0,1) 66%, rgba(245,121,0,1) 100%);
    color: #fff !important;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	border-color: rgba(245,121,0,1);
}
.stagesBtn:hover:after {
	content: attr(info);
    display: block;
    z-index: 100;
    background: #3A9ADF;
	left: -20px;
    margin: 10px;
    width: 160px;
    position: absolute;
    top: calc(100% - 5px);
    text-decoration: none;
	text-transform: initial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-align: justify;
	border-radius: 3px;
	padding: 5px;
	/*font-style: italic;*/
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.stagesBtn:hover:before {
	border: solid;
	border-color: #3A9ADF transparent;
	border-width: 0 24px 12px 0px;
	bottom: -5px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}
.stagesBtn span {
	display:inline-block;
	padding-top: 20px;
	clear:both;
	font-size: 35px;
	display: block;
	color: #D77C28;
	position:relative;
}
.stagesBtn span.stage-freemium:before,
.stagesBtn span.not-stage-freemium:before{
	position: absolute;
	z-index: 10;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	font-family: "dashicons";
	font-size: .55em;
	padding: .25em .1em;
	top: -32px;
	left: -23px;
	border-radius: 4px;
}
.stagesBtn span.stage-freemium:before {
	content: '\f528';
	background-color: rgba(78, 154, 0, .8);
}
.stagesBtn span.not-stage-freemium:before {
	content: '\f160';
	background-color: rgba(154, 78, 0, .8);
}
.stagesBtn img.checked-step {
	position:absolute;
	top: -26px;
	right: -22px;
}
.stagesBtn img.checked-step-current {
	position:absolute;
	top: -32px;
	right: -27px;
}
.stagesBtn span.left:before,
.stagesBtn span.right:after {
	font-size: 0.8em;
	padding-bottom: 3px;
	position:absolute;
}
.stagesBtn span.left:before {
	content: '❮';
	left: -50px;
	width: 40px;
}
.stagesBtn span.right:after {
	content: '❯';
	right: -50px;
	width: 40px;
}
.stagesBtn.disabled span.right:after {
	right: 0px;
}
.stagesBtn:hover span {
	color: #FF6200 !important;
}
.stagesBtn.disabled, .stagesBtn.disabled-pack {
	pointer-events: none;
	background: linear-gradient(0deg, rgba(248,248,248,.7) 0%, rgba(248,248,248,.7) 65%, rgba(207,149,87,.7) 66%, rgba(230,177,123,.7) 66%, rgba(230,177,123,.7) 100%);
	box-shadow: none;
	border-color: rgba(230,177,123,.7);
}
.stagesBtn.disabled span, .stagesBtn.disabled-pack span {
	color: rgba(230,177,123,.7);
	position: relative;
}
.stagesBtn.disabled span:after, .stagesBtn.disabled-pack span:after {
	display: inline-block;
	position: absolute;
	color: rgba(245,121,0,1);
	font-size: 16px;
	letter-spacing: 2px;
	transform: rotate(-10deg);
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px rgba(254,254,254,1);
}
.stagesBtn.disabled span:after {
	content: 'Coming soon';
	top: calc( 50% - 38px );
	left:calc( 50% - 38px );
	letter-spacing: 2px;
}
.stagesBtn.disabled-pack span:after {
	content: 'Not included';
	top: calc( 50% - 38px );
	left:calc( 50% - 42px );
	letter-spacing: 0;
	line-height: 1.1em;
}
.stagesBtn.current {
	position:relative;
	top:3px;
	/*pointer-events: none; /* !!!!!!!!!!!!!!!!!!! TO COMMENT WHEN MARK AVAILABLE */
	background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 65%, rgba(207,149,87,1) 66%, rgba(245,121,0,1) 66%, rgba(245,121,0,1) 100%);
    color: #fff !important;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	border-color: rgba(245,121,0,1);
}
.stagesBtn.current span {
	color: #FF6200;
	position: relative;
	text-decoration: underline dotted;
}
.stagesBtnTitle {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top: 2px solid rgba(196,242,27,.7);
	padding-right: 5px;
	margin-top: 15px;
	text-align: center;
}
.hide-me {
	display: none;
}
.metauser-note {
	text-align: center;
	color: #999999;
	font-size: 0.7em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1em;
	margin-top: 10px;
}

.vid-ko {
	font-size: .75em;
	margin-left: 10px;
	letter-spacing: .1em;
	color: #C17D11;
	font-weight: bold;
}
.vid-ko:before {
	font-family: "dashicons";
	vertical-align: -2px;
	margin-right: 3px;
	content: "\f530";
	font-weight: normal;
}

.formError .formErrorContent {
	min-width: 250px !important;
	line-height: 1.4em;
	border: none !important;
}
.formError .formErrorArrow div {
	border: none !important;
}

.page-template-app-page-php .site {
	margin: 0;
	/*padding: 54px 0 0 54px;*/
	max-width: 100%;
}
/*.page-template-app-page-php .site-header {
	margin: 0;
}*/
.page-template-app-page-php .content-area, .page-template-app-page-php .site-main {
	margin: 0 auto;
}
.page-template-app-page-php .hentry {
	margin:0;
	padding: 0;
}
.page-template-app-page-php .entry-header {
	display: none;
}
/*
.page-template-app-page-php .entry-content, .page-template-app-page-php .content-area .page-template-app-page-php #simple-ajax-chat {
	height: calc( 100% - 60px );
}*/

.qtip-content {
	font-size: 17px;
	color: #555;
	padding: 6px 9px 9px;
	line-height: 18px;
	font-weight: 600;
	font-family: "arial_narrow";
	text-align: justify;
}
.tooltipsall {
	font-weight: 400;
	cursor: help;
	border-bottom: 1px dashed #9BC111 !important;
	white-space: nowrap;
}
.wikdef {
	font-size: 0.9em;
	font-weight: 200;
	font-style: italic;
	text-align: justify;
}
/* disabling for chat */
ul#sac-messages li span.tooltipsall {
	font-family: inherit;
	font-style: normal;
	font-weight: 200;
	border-bottom: none !important;
	cursor: auto;
}
.qtip {
    background-color: #F8FEE3; /*F1FCC8;*/
    border-color: #CDE08E; /*9BC111;*/
    color: #474A39;
}

/* change id */
.post-1969  header {
	display: none;
}
.post-1969  h2:first-child {
	margin-top:0;
}
/**/
.plans-column .wpcf7-form-control.h-captcha,
.packs5-column .wpcf7-form-control.h-captcha {
	display: none;
}
.plans-row {
    width: 100%;
	margin: 15px 0;
}
.plans-column,
.packs-column,
.packs5-column {
	float: left;
	padding: 0 10px 23px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	background: rgba(200, 200, 200, .1);
	border-radius: 8px;
	border: 1px solid rgba(200, 200, 200, .3);
	transition: all .2s ease-in-out;
}
.plans-column:hover,
.packs-column:hover,
.packs5-column:hover {
	border-color: rgba(242, 72, 26, .2);
	transform: translateY(-5px);
	transition: all .2s ease-in-out;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 20px 0 rgba(242, 72, 26, 0.51);
}
.packs5-column.asap {
	transition: none;
	opacity: .5;
	position: relative;
	cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 512 512'%3e%3cg transform='rotate(45 256 256)' fill='%23444' %3e%3crect id='r' x='16' y='216' width='480' height='80' rx='14'/%3e%3cuse href='%23r' transform='rotate(90 256 256)' fill='%23444' /%3e%3c/g%3e%3c/svg%3e") 10 10,not-allowed;
}
.packs5-column.asap:before {
	position: absolute;
	bottom:30px;
	left:20px;
	text-align: center;
	transform: rotatez(-20deg);
	transform-origin: center;
	content: 'COMING SOON!';
	font-weight: 600;
	text-shadow: #888 0 0 10px;
}
.packs5-column.asap:hover {
	border-color: rgba(200, 200, 200, .3);
	transform: none;
	transition: none;
	background: rgba(200, 200, 200, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.packs5-column.asap .aa_plans_btn,
.packs5-column.asap:hover .aa_plans_btn{
	background: rgba(62, 62, 62, .1);
	border: 2px solid #b7b7b7;
	box-shadow: none;
	color: #b7b7b7;
	font-weight: 300;
	transition: none;
	cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 512 512'%3e%3cg transform='rotate(45 256 256)' fill='%23444' %3e%3crect id='r' x='16' y='216' width='480' height='80' rx='14'/%3e%3cuse href='%23r' transform='rotate(90 256 256)' fill='%23444' /%3e%3c/g%3e%3c/svg%3e") 10 10,not-allowed;
}
.plans-column .aligncenter, .plans-column p,
.packs-column .aligncenter, .packs-column p,
.packs5-column .aligncenter, .packs5-column p {
	margin-bottom: 0;
}
.plans-column .aa_plans_btn,
.packs-column .aa_plans_btn,
.packs5-column .aa_plans_btn {
	background: rgba(242, 72, 26, .1);
	border: 2px solid #F2481A;
	box-shadow: none;
	color: #F2481A;
}
.plans-column .aa_plans_btn:hover,
.packs-column .aa_plans_btn:hover,
.packs5-column .aa_plans_btn:hover {
	background: #F2481A;
	border-color: #F2481A;
	box-shadow: none;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.plans-column:hover .aa_plans_btn:hover,
.packs-column:hover .aa_plans_btn:hover,
.packs5-column:hover .aa_plans_btn:hover {
	box-shadow: none;
}
.plans-column:hover .aa_plans_btn,
.packs-column:hover .aa_plans_btn,
.packs5-column:hover .aa_plans_btn {
	box-shadow: 0 0 5px 0 rgba(242, 72, 26, 0.51);
	font-weight: 900;
}
.aa_plans_btn.big_btn {
	border-color: #f68060;
	color: #f68060;
	font-size:1.1em;
}
.aa_plans_btn.big_btn:hover {
	border-color: #f2481a;
	color: #f2481a;
	box-shadow: 0 0 5px 0 rgba(242, 72, 26, 0.51);
}
.plans-column h1,
.packs-column h1,
.packs5-column h1 {
	color: #666;
	font-size: 1.2em;
	line-height: 1.26em;
	letter-spacing: 0px;
	margin: 0;
	margin-bottom: 0px;
	padding-bottom: 13px;
	text-transform: initial;
}
.plans-column h1 span,
.packs-column h1 span,
.packs5-column h1 span {
	font-weight: 600;
	display: block;
}
.plans-column h2,
.packs-column h2,
.packs5-column h2 {
	color: #444;
	font-size: 1.1em;
	line-height: 1.16em;
	letter-spacing: 0px;
	margin: 0;
	margin: 13px 0;
	padding-bottom: 0;
	text-transform: initial;
}
.plans-column h2 span {
	font-weight: 600;
	font-size: 1.2em;
}
.plans-column h2 em,
.packs-column h2 em,
.packs5-column h2 em {
	font-size: .8em;
	display: block;
}
.plans-column button,
.packs-column button,
.packs5-column button {
	margin-top: 20px;
}
.plans-row::after,
.packs-row::after,
.packs5-column::after{
	content: "";
	display: table;
	clear: both;
}
.plans-column .strong {
	padding: 0;
}
.plans-column:hover .strong {
	background: rgb(255,255,0);
	background: linear-gradient(90deg, rgba(255,255,0,0) 0%, rgba(255,255,0,0) 10%, rgba(255,255,0,0.5) 20%, rgba(255,255,0,0.5) 80%, rgba(255,255,0,0) 90%, rgba(255,255,0,0) 100%);
}
.packs5-column .desc {
	line-height: 1em;
}
.packs5-column img {
	margin-bottom: 20px !important;
}

.plans-column .price,
.packs5-column .price {
	color: #803300;
	background: #F9F9F9;
	padding: 0 20px;
	font-weight: 400;
	font-size: .7em;
}
.plans-column .price strong,
.packs5-column .price strong {
	font-size: 2.5em;
}
.packs5-column h4 {
	margin: 20px 0 0;
}
.intro-plan {
	border-left: 1px solid rgba(128, 51, 0, .7);
	border-right: 1px solid rgba(128, 51, 0, .7);
	margin: 0 15px;
	padding: 15px 20px;
	line-height: 1em;
	position: relative;
}
.intro-plan .intro-label {
	position: absolute;
	top: -.35em;
	color: rgba(128, 51, 0, .7);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 3px;
	font-family: Lato, Helvetica, Arial, sans-serif;
}
.group-plans .intro-plan .intro-label {
	left: 0;
}
.group-subs .intro-plan .intro-label {
	right: 1em;
}
.intro-plan .intro-label p {
	line-height: .7em;
	margin-bottom: 0;
}
.group-packs .intro-plan {
	border-top-left-radius: 16px;
}
.group-subs .intro-plan {
	border-top-right-radius: 16px;
}
.intro-plan h4 {
	margin: 20px 0 0;
	font-size: 1.0em;
	color: #555;
}
.intro-plan .home-bullet,
.packs5-column .home-bullet {
  padding-left: 0;
  text-align: left;
  line-height: 1em;
  font-size: .9em;
}
.packs5-column .home-bullet {
  margin: 20px 0;
  /*min-height: 165px;*/
}
.intro-plan .home-bullet {
	margin: 0;
}
.intro-plan p {
	line-height: 1.3em;
	margin-bottom: 10px;
}
.intro-plan .home-bullet li {
	margin: 5px 0 0;
	line-height: 1.2em;
}
.packs5-column .home-bullet li {
	margin: 10px 0 0 10px;
	padding-left: 15px;
}
.intro-plan .home-bullet li p {
	margin: 0;
}
.plans-column hr,
.packs5-column hr {
  border: 0;
  height: 1px;
  background: #FF6702;
  background-image: none;
  background-image: -webkit-linear-gradient(left, #fff, #FF6702, #fff);
  background-image: -moz-linear-gradient(left, #fff, #FF6702, #fff);
  background-image: -ms-linear-gradient(left, #fff, #FF6702, #fff);
  background-image: -o-linear-gradient(left, #fff, #FF6702, #fff);
  margin: 0;
  clear: both;
  display: block;
}
.packs5-column img {
	max-width: 60%;
}
.plans-column {
	margin: 0 15px 30px;
	width: calc( 33.33% - 30px );
}
.packs-column {
	margin: 0 15px 30px;
	width: calc( 50% - 30px );
}
.packs5-column {
	margin: 0 10px 30px;
	width: calc( 20% - 20px );
}

.packs-column .home-bullet {
	font-size: .9em;
	line-height: 1.3em;
	text-align: justify;
}
.packs-column h2 strong {
	font-weight: 600;
	font-size: 1.3em;
}
.packs-column h2 em {
	font-size: 0.7em;
	font-weight: 300;
	line-height: 1.1em;
	margin-top: 5px;
}
/*Trustpilot reviews*/
h2.ttp-reviews {
	text-align: center;
	text-transform: none;
	font-size: 1.2em;
}
h2.ttp-reviews a{
	color: #333 !important;
}
h2.ttp-reviews img {
	vertical-align: bottom;
	padding: 0 4px 3px 0;
}
.trustpilot-review .wpmslider-pager {
	display: none !important;
}
.trustpilot-review .wpmslider-controls {
	padding: 0!important;
	height:1px!important;
}
.trustpilot-review .wpmslider-viewport {
	border-radius: 8px;
}
.trustpilot-review .wpmtst-testimonial-inner {
	box-shadow: inset 0 0 1px 0 rgba(60, 173, 255, .8);
	border-radius: 8px;
}
.trustpilot-review .wpmtst-testimonial-heading {
  background-position: left top!important;
}
.trustpilot-review .wpmtst-testimonial-heading a {
	color: #333;
}
.trustpilot-review .wpmtst-testimonial,
.trustpilot-review .wpmtst-testimonial-inner {
	border: 0!important;
}
.trustpilot-review .testimonial-content {
	text-align: justify;
}
.trustpilot-review .wpmtst-testimonial-field.name-review {
	font-weight: bold;
	color: #666;
}
.trustpilot-review .wpmtst-testimonial-field.date-review {
	font-size: .8em;
	font-style: italic;
	line-height: .6em;
}
.trustpilot-review .wpmtst-testimonial-field.rate-review {
	text-align: center!important;
	margin-top: 20px;
}
.trustpilot-review .strong-rating-wrapper .strong-rating span {
	width: 30px;
	height: 30px;
	background-image: url('data:image/svg+xml,<svg class="star_solid" aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33.522999 31.316999"><path d="M 16.767578,0 12.800781,11.970703 0,11.957031 l 10.367188,7.404297 -3.966797,11.955078 10.367187,-7.390625 6.400391,-4.564453 0.890625,2.707031 -7.291016,1.857422 10.355469,7.390625 L 23.169922,19.361328 33.523438,11.96875 H 20.722656 Z" fill="white"></path></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	background-color: #00B67A;
	margin: 0 1px;
}
.trustpilot-review .strong-rating-wrapper .star svg {
	display: none!important;
}
/**/

@media screen and (max-width: 56.875em) { /* ~875px */
	.plans-column,
	.packs-column,
	.packs5-column {
		width: 100%;
		margin: 15px 0 25px;
	}
	.plans-column button,
	.packs-column button,
	.packs5-column button {
		width: 100%;
	}
	.intro-plan {
		margin: 0;
	}
	.packs5-column.asap::before {
		left: 100px;
	}
	.trustpilot-review .wpmtst-testimonial-inner {
		margin: 2px 4px;
		height: calc(100% - 8px) !important;
		width: calc(100% - 10px) !important;
	}
}

.choose-way-intro {
    width: 100%;
	margin: 10px 0;
}
.choose-way-intro-col {
	float: left;
	padding: 0 10px 23px;
	text-align: justify;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	border-radius: 0;
	border: solid 1px rgba(242, 72, 26, .3);
	margin: 0 10px;
	width: calc( 50% - 20px );
}
div[class*="asp-attach-product"] {
	cursor: pointer;
}
.choose-way-intro-first,
.choose-way-intro-last {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.community-plan, .solo-pack {
	position: absolute;
  visibility: hidden;
}
.choose-way {
	width: calc( 50% - 20px);
	display: inline-block;
	cursor: pointer;
  height: 100px;
  background-color: #fff;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
  margin: 10px 10px;
  border: solid 2px #F2481A;
  font-size: 1.1em;
  line-height: 1em;
  user-select: none;
  color: #F2481A;
}
.choose-way::before {
  font-size: 4em;
  line-height: .75em;
  display: block;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
  margin-top: -5px;
  font-family: "dashicons";
  content: "\f147";
}
.choose-way:active {
  transform: translateY(5px);
  transition: all 100ms ease;
}
.community-plan:checked + label, .solo-pack:checked + label {
  background-color: #F2481A;
  color: white;
  box-shadow: 0 0 20px 0 rgba(242, 72, 26, 0.51);
}
.community-plan:checked + label::before, .solo-pack:checked + label::before {
  transform: translateY(0px);
  opacity: 1;
}
.community-plan + label:hover, .community-plan:checked + label {
  border-bottom-right-radius: 0;
  letter-spacing: 3px;
	
}
.solo-pack + label:hover, .solo-pack:checked + label {
  border-bottom-left-radius: 0;
  letter-spacing: 3px;
}

.group-packs, .group-subs, .group-payment {
	opacity:0;
	height: 0;
    overflow: hidden;
	position:absolute;
}
.group-packs, .group-subs {
	padding-top: 20px;
	transition: all 500ms ease;
}
.community-plan:checked ~ .group-subs,
.solo-pack:checked ~ .group-packs,
.community-plan:checked ~ .group-payment,
.solo-pack:checked ~ .group-payment {
	height: auto;	
	opacity:1;
	position:relative;
}

@media screen and (max-width: 56.875em) { /* ~875px */
	.choose-way-intro-col {
		width: 100%;
		margin: 15px 0 25px;
	}
	.choose-way {
		width: 100%;
		margin-left: 0px !important;
	}
	/*
	.choose-way .wpcf7-list-item-label {
		margin: 10px;
	}
	.choose-way .wpcf7-list-item {
		width: 100%;
		margin-left: -20px !important;
	}
	.choose-way .wpcf7-list-item-label {
		width: 100%;
	}
	*/
}

.abis-logo {
	margin-bottom: -8px;
	margin-left: 5px;
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.3));
}
.abis-name {
	color: #165ABA;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
}

.home-bullet,
.choose-way-intro-col {
    list-style: none;
    padding-left: 0;
	text-align: left;
}
.choose-way-intro-col {
	padding: 10px 20px;
}
.choose-way-intro-col h3 {
	margin: 10px 0;
}
.choose-way-intro-col h4 {
	margin: 15px 0 0;
}
.choose-way-intro-col p {
	line-height: 1.2em;
	margin-bottom: 0;
}
.choose-way-intro-col .home-bullet li p {
	line-height: 1.5em;
}
.home-bullet li,
.choose-way-intro-col li {
    position: relative;
    padding-left: 20px;
}
.home-bullet li:before,
.choose-way-intro-col li:before {
    font-family: "dashicons";
    position: absolute;
	width: 10px;
	height: 10px;
}
.home-bullet.plus li:before{
	content: "\f537";
	transform: rotate(-25deg);
    left: -9px;
    top: 6px;
	font-size: 1em;
	color: #235091;
}
.home-bullet.suggestions li:before {
    left: -6px;
    top: 3px;
	content: "\f488";
	color: #777;
}
.home-bullet.tick li:before,
.choose-way-intro-col.tick li:before {
	content: "\f147";
    left: -12px;
    top: 0px;
	font-size: 1.5em;
	color: #32842B;
}
.home-sub-link {
    position: relative;
	padding: 8px 30px;
	font-size: 1.2em;
}
.home-sub-link:hover {
	background-color: #f68060;
	color: #fff;
}
.home-sub-link:before, .home-sub-link:after {
    font-family: "dashicons";
    position: absolute;
	width: 10px;
	height: 10px;
    top: 6px;
	font-size: 2em;
}
.home-sub-link:before {
	content: "\f519";
    left: -22px;
}
.home-sub-link:after {
	content: "\f518";
    right: 15px;
}
@media screen and (max-width: 56.875em) { /* ~875px */
	.home-sub-link:hover {
		background: transparent;
		color: #f68060;
	}
	.home-sub-link:before {
		content: "\f519";
		top: 8px;
		left: -16px;
		font-size: 1.5em;
	}
	.home-sub-link:after {
		content: "";
		right: 0;
	}
}
.home-h4 {
	text-align: justify;
	margin-top: 45px;
	border-left: 4px solid #235091;
	padding-left: 15px;
}
.widget-h4 {
	margin: 0 0 5px;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 1px dashed #bfbfbf;
}
.widget ul.home-bullet {
	margin: 0 0 0 10px;
	font-size: 1.4em;
}
.widget ul.home-bullet li {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
/*Anchor*/
.styles__episodeFeed___3mOKz {
	padding: 10px 0 0 !important;
	background-color: #fff !important;
	max-height: initial !important;
}
.styles__episodeFeed___3mOKz > div {
	margin-bottom: 0 !important;
}
.styles__episodeFeedItem___1U6E2 {
    min-height: 32px !important;/*106px;*/
    color: #292f36;
    background: #fff;
    border-radius: 0 !important;
    padding: 0 12px !important;
	border-bottom: 1px solid #ccc !important;
	border-radius: 3px !important;
}
.styles__episodeFeedItem___1U6E2:hover {
	background: #edecec;
}
.styles__episodeFeedItem___1U6E2 a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}
.styles__episodeFeedItem___1U6E2 .styles__episodeHeading___29q7v {
	width: initial !important;
}
.styles__episodeFeedItem___1U6E2 .styles__episodeHeading___29q7v,
.styles__episodeFeedItem___1U6E2 .styles__episodeDuration___2I0Qb{
	font-weight: normal !important;
	font-size: 14px !important;
}
.styles__episodeDescription___C3oZg, .styles__episodeFeedItem___1U6E2 .styles__episodeCreated___1zP5p {
	display: none !important;
	height: 0 !important;
}
.styles__episodeFeedItem___1U6E2 .styles__episodeDuration___2I0Qb {
	top: 0 !important;
	color: #000 !important;
	line-height: 32px !important;
}
.styles__episodeFeedItem___1U6E2 .styles__episodeImage___tMifW {
    width: 32px !important;
    height: 32px !important;
	padding: 2px 0 !important;
	top: 2px !important;
	margin-right: 5px !important;
}
.styles__episodeFeedItem___1U6E2 .styles__episodeImage___tMifW img {
	border-radius: 0 !important;
}
.styles__episodeFeedItem___1U6E2 button {
	background-color: transparent !important;
}
.styles__episodeFeedItem___1U6E2 button svg {
	display: none !important;
}
@media screen and (max-width: 56.875em) { /* ~875px */
	.styles__episodeFeedItem___1U6E2 a {
		line-height: initial;
	}
	.styles__episodeFeedItem___1U6E2 .styles__episodeHeading___29q7v {
		font-size: 18px !important;
	}
	.styles__episodeFeedItem___1U6E2 .styles__episodeImage___tMifW {
		width: 40px !important;
		height: 40px !important;
	}
}

/* footer */
.site-footer a {
	display: block;
	text-transform: none;
}
.site-footer a.active, .site-footer a.strong {
	font-weight: bold;
}
@media ( min-width: 1000px ) {
	.site-footer a {
		display: inline;
	}
	.site-footer a:not(:last-child):after {
		content: "⋅";
		padding: 0 5px;
		font-weight: bold;
		color: #999;
	}
	
}
/**/

.swpm-profile-Expiry-date-row td.expiry-date {
	color: #A63617;
}
@media ( max-width: 720px ) {
	.swpm-edit-profile-form {
		font-size: 1.1em;
	}
	.swpm-edit-profile-form table {
		border-collapse: separate;
		border-spacing: 0 15px;

	}
	.swpm-edit-profile-form tr {
		/*background-color: rgb( 200, 200, 200);*/
	}
	.swpm-edit-profile-form td {
		display: block;
		border: none;
	}
	.inline-row td {
		display: inline-block;
	}
	.inline-row > td {
    	width: 30%;
		border-bottom: 1px solid #eeeeee;
	}

	.inline-row > td ~ td {
   	 	width: 69%;
	}
	.inline-row em {
		font-size: .8em;
	}
	.inline-row em::before {
        content: "\A";
        /*white-space: pre;*/
        display: block;
      }
}

/* footnotes */
.footnote-identifier-link, .footnote-back-link {
    font-size: .75em;
    font-weight: 900;
	background-color: #F8EEEA;
	padding: 0 4px;
	border-radius: 50%;
	text-decoration: none;
	font-family: sans-serif;
}
.footnote-identifier-link:hover, .footnote-back-link:hover {
	color: #F8EEEA;
	background-color: #f68060;
}
.footnotes {
    margin-top: 2em;
}
.footnotes::before {
    content: "Le vocabulaire";
	font-weight: 600;
	margin-left: -20px;
}
.footnote:first-of-type {
  margin-top: .7em;  
}
ol.footnotes li {
    font-size: 90% !important;
}
.footnote i::before {
	content: " - ";
}
.footnote-back-link {
    vertical-align: top;
}
.ui-tooltip.footnote.footnote-tooltip {
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
	border-radius: 5px;
	background-color: #F8FEE3; /*F1FCC8;*/
    border-color: #CDE08E; /*9BC111;*/
    color: #474A39;
	font-size: 17px;
	padding: 6px 9px 9px;
	line-height: 18px;
	font-weight: 600;
	font-family: "arial_narrow";
	word-wrap: break-word;
}
.ui-tooltip.footnote.footnote-tooltip i {
    font-size: 0.9em;
    font-weight: 200;
    font-style: italic;
    text-align: justify;
	display: block;
}
.ui-tooltip.footnote.footnote-tooltip  i::before {
	content: "";
}
.single-resources strong {
	font-weight: 400;
}
.olive {
	border-radius: 60% 50% 80% 40% / 50% 60% 50% 80%;
	box-shadow: 1px 2px 8px 2px rgba(0,0,0,0.15);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .75s ease;
	transition: all .75s ease;
}
.olive:hover {
	border-radius: 50% 60% 50% 80% / 60% 50% 80% 40%;
	filter: grayscale(0%);
	filter: gray;
	-webkit-filter: grayscale(0%);
	filter: none;
	transition: .75s ease;
}
@media screen and (max-width: 30em) {
	.olive {
		filter: grayscale(0%);
		filter: gray;
		-webkit-filter: grayscale(0%);
		filter: none;
		transition: .5s ease;
	}
	.alignleft.olive {
		margin: 5px auto 10px;
		display: block;
		float: none;
		width: calc( 100% - 20px );
	}
}
.resource-lnk, .resource-lnk:visited {
	font-family: arial_narrow,Arial,sans-serif;
	color: #86A612;
	vertical-align: middle;
}
.resource-lnk:hover {
	color: #86A612;
}
.resource-lnk:hover::before {
	background-color: #86A612; 
	color: #ffffff;
	border-radius: 4px;
}
.resource-lnk:before {
	vertical-align: middle;
	content: "\f546";
	font-family: "dashicons";
	padding: 2px 5px 0 3px;
	margin-right: 3px;
	color: #86A612; 
}
.rt-reading-time {
    font-size: .75em;
    text-align: right;
    font-weight: 400;
    padding-bottom: 20px;
}

/* progress bar */
.meter-column {
  	float: left;
  	padding: 10px;
 	min-height: 40px;
}
.meter-c1 {
	width: 88px;
}
.meter-c2 {
	width: calc( 100% - 88px );
	padding-top: 18px;
}
.meter-c2b {
	width: calc( 100% - 88px );
	line-height: 1.2em;
}

/* Clear floats after the columns */
.meter-row:after {
  	content: "";
  	display: table;
  	clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  	.meter-c2 {
    	width: 100%;
  	}
  	.meter-c2b {
    	margin-top: -10px;
		min-height: 100px;
  	}
}
.progess-stage {
	margin-bottom: 30px;
}
.progess-stage br {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 20px;
}
.progress-text-full { color: rgba(255, 255, 255, .75); text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);	}
.progress-text-mini { color: rgba(223, 141, 69, 1); text-shadow: 0 1px 2px rgba(255, 255, 255, 1); }
.progress-text-null { color: rgba(150, 150, 100, .7); text-shadow: 0px 1px 2px rgba(255, 255, 255, 1); }
.progress-icon {
	width: calc( 130px / 2);
	height: auto;
}
.meter { 
    height: 20px;
    line-height: 20px;
	position: relative;
    background: #f3efe6;
    overflow: hidden;
	border-radius: 10px;
	box-shadow: inset 2px 0px 5px rgba(0,0,0,.1);
}
.meter span {
    display: block;
    height: 100%;
}
.progress::before {
	content: attr(data-pourcentage);
	position: absolute;
	font-weight: 600;
}
.progress::after {
	content: "completed";
	position: absolute;
	font-weight: 600;
	font-size: .75em;
}
.progress {
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode:both; 
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode:both; 
	border-radius: 10px;
}
@-webkit-keyframes progressBar {
  0% { width: 0; }
  100% { width: 100%; }
}
@-moz-keyframes progressBar {
  0% { width: 0; }
  100% { width: 100%; }
}
.media-duration {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
	text-align: center;
}
.video-duration::before, .audio-duration::before, .media-duration .hours::before {
	font-family: "dashicons";
	vertical-align: -5px;
	margin-right: 0px;
	color: #f68060;
	font-size: 1.5em;
}
.duration-separator::before {
	content: "\2012";
	font-weight: 300;
	margin: 0 10px;
	color: #999;
}
.video-duration::before {
	content: "\f236";
	font-weight: 300;
}
.audio-duration::before {
	content: "\f521";
	font-weight: 300;
}
.media-duration .hours, .media-duration .minutes {
	font-weight: 600;
	font-size: 1.2em;
}
.media-duration .hours::before {
	content: "\f139";
	font-weight: 300;
	color: #999;
	font-size: 1.1em;
}
@media (max-width:768px) {
	.media-duration {
		margin-top: 10px;
	}
	.audio-duration, .video-duration {
		display: block;
	}
	.audio-duration {
		margin-top: 7px;
	}
	.duration-separator::before {
		display: none;
	}
	.media-duration .hours {
		margin-left: 3px;
	}
	.media-duration .hours::before {
		display: none;
	}
}
/**/
/* top resource buttons */
.aa-res-buttons {
  	max-width: 1200px;
  	margin: 0 auto 1.25em;
  	display: grid;
  	grid-gap: 0rem;
  	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	justify-items: center;
	padding-bottom: .75em;
	padding-left: 20px;
	padding-right: 5px;
	background: linear-gradient(13deg, #fff 85%, rgba(196,242,27,.7));
	border-top-right-radius: 20px;
	border-right: 1px solid rgba(196,242,27,.7);
	border-top: 1px solid rgba(196,242,27,.7);
	position: relative;
}
.aa-res-buttons::before {
	content: "\f546";
	font-family: "dashicons";
	font-size: 1.8em;
	padding-right: 5px;
	color: #86A612;
	position: absolute;
	left: 0;
	top: 5px;
}
.aa-res-button {
	padding: .7rem 0;
 	height: 2.5rem;
}
.res-mark-switch {
    position: relative;
}
.mark-res-label {
  	position: relative;
  	padding-left: 35px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	font-size: 16px;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
	vertical-align: top;
	line-height: 20px;
	font-weight: 450;
	color: #666;
}
.mark-res-label:hover {
	color: #3A7700;
}
.mark-res-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mark-res {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
	border-radius: 4px;
}
.mark-res-label:hover input ~ .mark-res {
  background-color: #D0E6BA;
	box-shadow: inset 2px 0px 5px rgba(0,0,0,.1);
}
.mark-res-label input:checked ~ .mark-res {
  background-color: #ddd;
}
.mark-res:after {
  content: "";
  position: absolute;
  display: none;
}
.mark-res-label input:checked ~ .mark-res:after {
  display: block;
}
.mark-res-label .mark-res:after {
  left: 10px;
  top: -14px;
  width: 17px;
  height: 34px;
  border: solid #4E9A06;
  border-width: 0 6px 7px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	border-bottom-right-radius: 2px;
}
.res-mark-switch:hover:after {
	content: attr(info);
    display: block;
    z-index: 100;
    background: rgba(240, 240, 240, .95);
	left: -20px;
    margin: 10px;
    width: 160px;
    position: absolute;
    top: calc(100% - 3px);
    text-decoration: none;
	text-transform: initial;
	color: #404050;
	font-weight: bold;
	font-size: 13px;
	border-radius: 3px;
	padding: 5px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.25);
	line-height: 15px;
}
.res-mark-switch:hover:before {
  border: solid;
  border-color: rgba(240, 240, 240, .95) transparent;
  border-width: 0 30px 10px 0;
  bottom: -6px;
  content: "";
  left: 18px;
  position: absolute;
  z-index: 101;
}
.mark-green {
	position: relative;
	display: inline-block;
}
/* start dyslexic switch */
.dyslexic-on {
	font-family: "opendyslexic";
	text-align: left;
	color: #00005B !important;
	background-color: #FFF7F0;
	line-height: 1.5em;
}
.dyslexic-on br {
	margin-bottom: 1rem;
}
.dyslecix-switch {
	position: relative;
}
.dyslexic-lbl{
	vertical-align: top;
	line-height: 20px;
	font-family: "opendyslexic";
	cursor: pointer;
	padding-left: 10px;
	font-size: 14px;
	color: #00005B;
}
.dyslexic-lbl:hover {
	color: #0092FF;
}
.onoffswitch {
	margin-top: 4px;
	position: relative; width: 28px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	float:left;
	height: 20px;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border-radius: 11px;
}
.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	transition: margin 0.1s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 13px; padding: 0; line-height: 13px;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "";
	padding-left: 5px;
	background-color: #B7DDF9;
}
.onoffswitch-inner:after {
	content: "";
	padding-right: 5px;
	background-color: #aaa;
	text-align: right;
}
.onoffswitch-switch {
	display: block; width: 18px; height: 18px; margin: -2.5px;
	background: #FFFFFF;
	box-shadow: 0px 1px 2px #888;
	position: absolute; top: 0; bottom: 0;
	right: 15px;
	border-radius: 11px;
	transition: all 0.1s ease-in 0s; 
}
.onoffswitch-switch:hover {
	box-shadow: 0px 1px 2px #3CADFF, 0 0 0 12px rgba(60, 173, 255, .2);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:hover {
	box-shadow: 0px 1px 2px #888;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
	background: #0092FF;
}
/* start audiosync switch */
.audiosync-switch {
	position: relative;
}
.audiosync-switch:hover:after,
.dyslecix-switch:hover:after {
	content: attr(info);
    display: block;
    z-index: 100;
    background: rgba(240, 240, 240, .95);
	left: -20px;
    margin: 10px;
    width: 160px;
    position: absolute;
    top: calc(100% - 3px);
    text-decoration: none;
	text-transform: initial;
	color: #404050;
	font-weight: bold;
	font-size: 13px;
	border-radius: 3px;
	padding: 5px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.25);
	line-height: 15px;
}
.audiosync-switch:hover:before,
.dyslecix-switch:hover:before {
  border: solid;
  border-color: rgba(240, 240, 240, .95) transparent;
  border-width: 0 30px 10px 0;
  bottom: -6px;
  content: "";
  left: 18px;
  position: absolute;
  z-index: 101;
}
.audiosync-lbl{
	font-family: arial_narrow,Arial,sans-serif;
	vertical-align: top;
	line-height: 20px;
	cursor: pointer;
	padding-left: 10px;
	font-size: 16px;
	color: #7F4739;
	font-weight: 450;
}
.audiosync-lbl:hover {
	color: #E93E14;
}
.audiosyncswitch {
	margin-top: 4px;
	position: relative; width: 28px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	float:left;
	height: 20px;
}
.audiosyncswitch-checkbox {
	display: none;
}
.audiosyncswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border-radius: 11px;
}
.audiosyncswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	transition: margin 0.1s ease-in 0s;
}
.audiosyncswitch-inner:before, .audiosyncswitch-inner:after {
	display: block; float: left; width: 50%; height: 13px; padding: 0; line-height: 13px;
	box-sizing: border-box;
}
.audiosyncswitch-inner:before {
	content: "";
	padding-left: 5px;
	background-color: #FFB5A2;
}
.audiosyncswitch-inner:after {
	content: "";
	padding-right: 5px;
	background-color: #aaa;
	text-align: right;
}
.audiosyncswitch-switch {
	display: block; width: 18px; height: 18px; margin: -2.5px;
	background: #FFFFFF;
	box-shadow: 0px 1px 2px #888;
	position: absolute; top: 0; bottom: 0;
	right: 15px;
	border-radius: 11px;
	transition: all 0.1s ease-in 0s; 
}
.audiosyncswitch-switch:hover {
	box-shadow: 0px 1px 2px #E93E14, 0 0 0 12px rgba(233, 62, 20, .2);
}
.audiosyncswitch-checkbox:checked + .audiosyncswitch-label .audiosyncswitch-inner {
	margin-left: 0;
}
.audiosyncswitch-checkbox:checked + .audiosyncswitch-label .audiosyncswitch-switch:hover {
	box-shadow: 0px 1px 2px #888;
}
.audiosyncswitch-checkbox:checked + .audiosyncswitch-label .audiosyncswitch-switch {
	right: 0px; 
	background: #A2361B;
}
@media screen and (max-width: 75em) {
  .dyslecix-switch, .audiosync-switch {
    margin-top: 0px;
  }
}
/* start mark switch */
.mark-green::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: #eee;
    right: -24px;
    top: 8px;
    border-radius: 4px;
}
.mark-green::after {
	content: '';
	position: absolute;
	right: -25px;
	top: 0px;
	width: 15px;
	height: 26px;
	border: solid #4E9A06;
	border-width: 0 5px 5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom-right-radius: 2px;
}
.more-resources h3.marked {
	position: relative;
	margin-left: 32px;
}
.more-resources h3.marked::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: #eee;
    left: -32px;
    top: 8px;
    border-radius: 4px;
	padding-right: 5px;
}
.more-resources h3.marked::after {
	content: '';
	position: absolute;
	left: -27px;
	top: 0px;
	width: 15px;
	height: 26px;
	border: solid #4E9A06;
	border-width: 0 5px 5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom-right-radius: 2px;
}
@media screen and (max-width: 50em) {
	.mark-green::before, .more-resources h3.marked::before {
		transform: scale(0.7);
			-webkit-transform: scale(0.7);
			-ms-transform: scale(0.7);
			top: 3px;
	}
	.mark-green::after, .more-resources h3.marked::after {
		transform: scale(0.7) rotate(45deg);
			-webkit-transform: scale(0.7) rotate(45deg);
			-ms-transform: scale(0.7) rotate(45deg);
			top: -4px;
	}
}
@media screen and (max-width: 30em) {
	.audiosync-switch:hover:after, .dyslecix-switch:hover:after,
	.audiosync-switch:hover:before, .dyslecix-switch:hover:before,
	.res-mark-switch:hover:after, .res-mark-switch:hover:before {
		display: none;
	}
}
#notes-paper {
	font-family: "Courier 10 Pitch", Courier, monospace;
	position: relative;
	margin: 20px auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: rgb(252,252,252);
	background: linear-gradient(30deg, rgba(252,252,252,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 67%, rgba(252,252,252,1) 87%, rgba(242,242,242,1) 100%);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,.15);
}
#notes-paper::before {
	content: '';
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 40px;
	/*background-color: rgba(246,128,96, .7);*/
	border-right: 2px solid rgba(246,128,96, .7);
	border-left: 1px solid rgba(246,128,96, .7);
}
#notes-paper::after {
    content:"Keywords Chat";
    position:absolute;
    top:0;
    right: 0px;
	padding: 0 10px;
	background-color: rgba(246,128,96, .7);
	color: white;
	font-weight: normal;
}
#notes-pattern {
  	height: 100%;
	background-image: repeating-linear-gradient(rgba(255,255,255,0) 0px, rgba(255,255,255,0) 24px, LightSkyBlue 25px);
}
#notes-content {
	line-height: 25px;
	padding-left: 56px;
	padding-right: 16px;
	padding-top: 8px;
	font-size: 16px;
	word-spacing: -2px;
}
#aa-live, #jitwp_shortcode {
	height: calc( 100vh - 105px );
	min-height: 600px;
}
#aa-live iframe, #jitwp_shortcode iframe {
	border-radius: 10px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.modal-wrapper.styled {
	background-color: rgba(0, 0, 0, .3);
}
.modal-wrapper.styled .wp-post-modal {
	box-shadow: 0 12px 30px 0 rgb(0 0 0 / 50%), inset 0 1px 0 0 hsl(0deg 0% 100% / 65%);
	width: 700px;
	height: 330px;
	border-radius: 6px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	background-color: #e8e9eb;
	border: none;
	padding: 40px 0 0;
}
#modal-content {
	padding: 0 20px;
	height: 100%;
	background-color: #fff;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 1px solid #ddd;
}
.user-profile #modal-content:before {
	content: "";
	position: absolute;
	top: calc( 50% - 50px);
	left: calc( 50% - 25px);
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border: 8px solid rgba(0,0,0,.1);
	border-radius: 50%;
	border-top-color: rgba(0,0,0,.5);
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
.user-profile #modal-content.loaded:before {
	display:none;
}
.modal-wrapper.styled iframe {
	height: 100%;
}
.modal-wrapper.styled .wp-post-modal .close-modal {
	font-size: 1em;
	top: 8px;
	right: 8px;
	border: 2px solid #999;
	color: #999;
	border-radius: 50%;
	margin: 0;
	padding: 0 1px 0 4px;
}
.modal-wrapper.styled .wp-post-modal .close-modal:hover {
	border-color: #555;
	color: #555;
}
.modal-wrapper.styled .wp-post-modal .close-modal:focus {
	outline: none;
}
@media screen and (max-width: 30em) {
	.modal-wrapper.styled .wp-post-modal {
		width: 100%;
		height: 50%;
	}
}

.aa-newsletter {
	text-align: center;
	margin: 14px 0 5px;
}
.aa-newsletter + p { display: none; }

.footer-payment {
	text-align: center;
	text-transform: none;
	color: #666;
}
.footer-payment img {
	vertical-align: text-bottom;
	margin-right: 2px;
	margin-left: 2px;
}
.footer-payment .stripe {
	color: #7069fe;
	font-weight: bold;
    font-size:1.08em;
	line-height: 1.3em;
	letter-spacing: 0;
}
.footer-payment .stripe:before {
	content: "\f160";
	font-family: "dashicons";
    font-size:1.25em;
    vertical-align: text-bottom;
}
.footer-payment .abis {
	color: #165ABA;
	font-weight: bold;
	letter-spacing: 0;
}
.wpcf7-form-control.wpcf7-select {
	padding: 12px;
	background-color: white;
	border-radius: 4px;
	border: 1px solid #eee;
}

.cancel-warning {
	letter-spacing: 1px;
	text-transform: uppercase;
	background: linear-gradient(90deg, rgba(255,255,0,0) 0%, rgba(255,255,0,0.5) 15%, rgba(255,255,0,0.5) 85%, rgba(255,255,0,0) 100%);
	font-style: normal;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 10px;
}
@media screen and (max-width: 850px) {
	.cancel-warning {
		letter-spacing: .5px;
		padding: 5px 0;
		font-size: .8em;
		font-weight: 900 !important;
	}
}
body#warning {
	background: #fff;
	color: #000;
  	font-size: 1.1em;
  	text-align: center;
  	padding: 30px 10px;
  	font-family: sans-serif;
  	letter-spacing: 0px;
	font-weight: 400;
}
body#warning a {
	background-color: #0078e7;
	color: #fff;
	font-family: inherit;
	font-size: 100%;
	padding: .5em 1em;
	border: none transparent;
	text-decoration: none;
	border-radius: 2px;
}
body#warning a:hover {
	background-color: #3898F2;
}
body#warning a:active, body#warning a:focus {
	cursor: wait;
	background-color: #A7C6E3;
}
body#warning div.warn-c {
	width: 100vw;
  	min-height: 70vh;
	display: table-cell;
    vertical-align: middle;
}

#bbpress-forums {
	font-size: 1rem;
}
#bbpress-forums * {
	font-size: 1.1rem;
}
.bbp-breadcrumb-home, .bbp-breadcrumb-sep:first-of-type {
	display: none;
}
.bbp-header *, .bbp-reply-header *, .bbp-footer *, .bbp-pagination *,
label[for="bbp_topic_tags"], #bbp_topic_tags,
label[for="bbp_stick_topic"], #bbp_stick_topic_select, #bbp_stick_topic_select option, 
label[for="bbp_topic_status"], #bbp_topic_status_select, #bbp_topic_status_select option,
.bbp-topic-tags * {
	font-size: .82em!important;
}
.bbp-template-notice * {
	font-size: .85rem!important;
}
.avatar{
	border-radius: 50%;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	border: 1px solid rgba(0, 0, 0, .1);
}
#basic-user-avatar-form {
  text-align: center;
}
#basic-user-avatar-form .avatar {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
}
#basic-user-avatar-form > p {
	margin: 0;
}
#basic-user-avatar-form .description {
	font-size: .85em;
	line-height: 1em;
    font-style: italic;
    text-align: left;
}
#basic-user-avatar-form input[name="manage_avatar_submit"] {
	color: #999999;
	margin: 20px 0 0 0;
	border-color: #888 !important;
	box-shadow: 0px 0px 8px 0px rgba(33,117,155,0.2) !important;
}
@-moz-document url-prefix() {
    #basic-user-avatar-form input[name="manage_avatar_submit"] {
		margin: 20px -106px 0 0;
    }
}
#basic-user-avatar-form input[name="manage_avatar_submit"]:hover {
  border-color: #21759b !important;
  color: #21759b !important;
  box-shadow: 0px 0px 8px 0px rgba(33,117,155,0.8) !important;
}
#basic-local-avatar {
	margin: 35px 0 0;
}
.bbpress .modal-wrapper.styled .wp-post-modal {
	width: 80vw;
	height: 80vh;
}
.bbpress .modal-wrapper.styled .wp-post-modal #modal-content {
	padding: 20px;
}
@media screen and (max-width: 800px) {
	#basic-user-avatar-form .avatar {
		float: none;
		margin-right: 0;
	}
	#basic-local-avatar {
		margin: 10px 0;
	}
	#basic-user-avatar-form input[name="manage_avatar_submit"] {
		margin: 20px 0 0;
	}
	#basic-user-avatar-form .description {
    	text-align: center;
	}
}
@media screen and (min-width: 62.08125em) {
	.menu-toggle {
		margin-top: 35px;
	}
}
.menu-toggle::before {
	padding-bottom: 4px;
}
@media screen and (max-width: 30em) {
	.hello-avatar, .hello-username {
		display: none;
		top: -100px;
	}
}

html.no-scroll,
body.no-scroll {
    position: relative !important;
}

/* fix resource top buttons */
#resource-options, #resource-options ~ label {
    display: none;
}
@media screen and (max-width: 640px) {
    #resource-options ~ label {
	font-family: arial_narrow,Arial,sans-serif;
	font-weight: 600;
	font-size: .9em;
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: right;
	color: #86A612;
	background: linear-gradient(13deg, #fff 85%, rgba(196,242,27,.7));
	border-top-right-radius: 20px;
	border-right: 1px solid rgba(196,242,27,.7);
	border-top: 1px solid rgba(196,242,27,.7);
	padding: 5px 20px;
    }
    #resource-options:checked ~ label {
	color: #F24719;
	margin-bottom: -10px;
    }
    #resource-options ~ label::before, #resource-options:checked ~ label::before,
    #resource-options ~ label::after, #resource-options:checked ~ label::after {
	font-family: "dashicons";
    }
    #resource-options ~ label::before, #resource-options:checked ~ label::before {
	font-weight: 300;
	font-size: 2em;
	vertical-align: middle;
	float: left;
    }
    #resource-options ~ label::before {
	margin-right: 5px;
	color: #86A612;
	content: "\f546";
    }
    #resource-options:checked ~ label::before {
	color: #86A612;
    }
    #resource-options ~ label::after, #resource-options:checked ~ label::after {
	font-weight: 600;
	font-size: 1.2em;
	vertical-align: text-top;
	padding-left: 5px;
    }
    #resource-options ~ label::after {
	content: "\f502"; /*f347";*/
	color: #F24719;
    }
    #resource-options:checked ~ label::after {
	content: "\f153"; /*f343";*/
    }
    .aa-res-buttons {
	background: none;
	border-top: none;
	border-top-right-radius: 0;
    }
    .aa-res-buttons, .aa-res-buttons::before {
	display: none;
    }
    #resource-options:checked ~ .aa-res-buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	flex-wrap: wrap;
    }
    #resource-options:checked ~ .aa-res-buttons div.aa-res-button {
	width: 200px;
    }
    div.subline {
	clear: both;
	height: 3.4em ;
    }
	.page-playback-speed-controls {
	width: 100%;
    display: grid;
    grid-gap: .1rem;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    }
    .playback-rate-button {
	height: 60px;
	letter-spacing: 0px;
	min-width: initial;
    }
	.playback-rate-button[data-value="1.25"], .playback-rate-button[data-value="1.5"],
	.playback-rate-button[data-value="0.75"], .playback-rate-button[data-value="0.5"] {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.playback-rate-button[data-value="1"],
	.playback-rate-button[data-value="1.25"], .playback-rate-button[data-value="1.5"],
	.playback-rate-button[data-value="0.75"], .playback-rate-button[data-value="0.5"],
	.playback-rate-button[data-value="1"].mejs-active,
	.playback-rate-button[data-value="1.25"].mejs-active, .playback-rate-button[data-value="1.5"].mejs-active,
	.playback-rate-button[data-value="0.75"].mejs-active, .playback-rate-button[data-value="0.5"].mejs-active {
		background: none;
	}
}

/**/
:root {
	--border-home: 8px;
	--thumb-size: 8em;
	--stage-size: 6em;
	--story-size: 6.6em;
	--thumb-size-mob: 44.9%;
	--stage-size-mob: 28%;
}

.home-section1 {
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid  rgba(128, 51, 0, .5);
	border-radius: var(--border-home);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
}
.home-section1 > * {
	padding:1rem;
}
.home-section1-text {
	background: #F8F8F9;
	direction: ltr;
	display: table;
	border-radius: 0 0 var(--border-home) var(--border-home);
	width: 100%;
}
.home-section1-inner {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.home-section1-text .jacom-me {
	font-size: 2.05em;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 14px;
}
.home-section1-text .subtitle {
	font-size: .8em;
	letter-spacing: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #803300;
	margin-bottom: 15px;
}
.uhand {
	background-image: url('data:image/svg+xml;charset=utf8,<svg id="Squiggle-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events" viewBox="0 0 20 4" version="1.1"><path fill="none" stroke="%238a4" stroke-width="2" class="st0" d="M 20,1.8135444 C 18.402559,1.8363888 16.811031,2.0210364 15.211817,1.916715 11.979133,1.9348772 8.7539539,1.5939066 5.5192212,1.6675536 3.7756745,1.6298292 2.0171029,1.7125149 0.28615531,1.7528207 c -1.0843285,0.7968861 1.22655629,0.386892 1.72945039,0.3617904 1.1762267,0.011977 2.3530582,0.014748 3.5326556,0.088757 1.1664646,-0.025376 2.3375296,-0.1411662 3.4972796,0.029127 1.0965741,-0.093789 2.1790401,0.1264471 3.2690701,0.086826 1.762098,-0.2534838 3.546586,0.2626888 5.297038,-0.1293988 C 18.396937,2.0469315 19.302585,2.2707523 20,1.8135444 Z" /></svg>');
	background-position: 0 bottom;
	background-size: auto 3px;
	background-repeat: repeat-x;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: 400;
}
.home-section1 .home-bullet {
	margin: 0 auto;
	display: inline-block;
}
.home-section1 .home-bullet li{
	font-size: 1.2em;
	padding-left: 30px;
	margin-bottom: .5em;
	letter-spacing: 1px;
}

.home-section1-image {
	height:0;
	padding-bottom:40%;
	background: var(--background);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
	width:100%;
	border-radius: var(--border-home) var(--border-home) 0 0;
}
.home-section2 {
	margin-bottom: 30px;
	border: 1px solid #ffb300;
	border-radius: var(--border-home);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-50%);
	padding: 20px;
	background-image: url("images/newsletter_logo2.webp");
	background-color: #fff5e0;
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-size: contain;
}
.home-section2 h2, .home-section2 h4 {
	text-shadow: 1px 1px 5px #fff5e0, -1px -1px 5px #fff5e0;
	text-align: center;
}
.home-section2 h2 {
	margin: 0;
}
.home-section2 h4 {
	margin: 10px 0 10px 0;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.2em;
	text-transform: none;
	font-size: 1em;
}
.home-section2 p {
	margin-bottom: 0;
}
.home-section2 em {
	text-align: center;
	display: block;
	font-size: .7em;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .2px;
	color: #666;
}
.home-section2 .ig_es_form_field_email{
	width: 100%;
}
.home-section2 .ig_es_form_field_name,
.home-section2 .ig_es_form_field_email {
	background: rgba(255, 255, 255, .7);
	border: 1px solid rgba(187, 136, 15, .7);
	transition: all .4s ease;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: .9em;
}
.home-section2 .ig_es_form_field_name::placeholder,
.home-section2 .ig_es_form_field_email::placeholder {
	color: rgb(140, 102, 12);
	transition: all .4s ease;
}
.home-section2 .ig_es_form_field_name::focus,
.home-section2 .ig_es_form_field_email:focus {
	background: rgba(255, 255, 255, .9);
	border: 1px solid rgba(187, 136, 15, .7);
	box-shadow: 0 0 0 3px rgba(187, 136, 15, .5);
}
.home-section2 .es_submit_button {
	margin-left: 50%;
	transform: translateX(-50%);
	border-color: #bb880f;
	color: #bb880f;
}
.home-section2 .es_submit_button:hover {
	border-color: #bb880f;
	color: #fff;
	background-color: #bb880f;
}
.home-section2 .es_subscription_message.success,
.home-section2 .es_subscription_message.error {
	background: rgba(255, 255, 255, .8);
	border: 3px solid #fff;
	display: block;
	line-height: 1.2em;
	padding: 5px;
	text-align: justify;
	position: relative;
	border-radius: 4px;
}
.home-section2 .es_subscription_message.success {
	color: #004f00;
}
.home-section2 .es_subscription_message.error {
	color: #9d0101;
	margin-top: 10px;
}
.home-section2 .es_subscription_message.success::before,
.home-section2 .es_subscription_message.error::before{
	position: absolute;
	font-family: "dashicons";
	font-size: 4em;
	transform: rotateZ(-15deg) rotateX(-15deg);
	text-shadow: 5px 5px 4px rgba(0,0,0,0.1);
}
.home-section2 .es_subscription_message.success::before {
	content: "\f147";
	color: #008000;
	left: -40px;
	top: -10px;
}
.home-section2 .es_subscription_message.error::before {
	content: "\f158";
	color: #ff0000;
	left: -34px;
	top: -19px;
}
.home-section2 .es_spinner_image {
	float: none;
	position: absolute;
	top: calc( 50% - 16px - 11px);
	left: calc( 50% - 16px - 12px);
	padding: 12px 12px 2px;
	background: white;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgb(247, 158, 125), 1px 1px 8px rgba(0,0,0,.4);
}
@media (max-width:768px) {
	.home-section2 {
		margin-left: 0;
		transform: translateX(0);
		display: block;
		padding: 10px;
	}
}
hr.home-spacer {
	border: 0;
	height: 1px;
	background: #3CADFF;
	background-image: -webkit-linear-gradient(left, #fff, #3CADFF, #fff);
	background-image: -moz-linear-gradient(left,  #fff, #3CADFF, #fff);
	background-image: -ms-linear-gradient(left,  #fff, #3CADFF, #fff);
	background-image: -o-linear-gradient(left,  #fff, #3CADFF, #fff);
	margin: 1.5em 0;
	clear: both;
	display: block;
}
hr.spacerlight {
	border: 0;
	height: 1px;
	background: transparent;
	margin: .5em 0;
	clear: both;
	display: block;
}
.home-aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;	
}
.home-size-full {
	width: 100%;
	margin-left: 0;
}
.home-link {
    position: relative;
    padding: 10px 10px 10px 22px;
}
.home-link:hover {
	background-color: #f68060;
	color: #fff;
}
.home-link:before {
    font-family: "dashicons";
    position: absolute;
	width: 10px;
	height: 10px;
    top: 3px;
	font-size: 2em;
	content: "\f522";
    left: -8px;
}

.stories-container.stages {
	text-align: center;
}
.stories-container:not(.stages):after {
    content: '';
    display: block;
    clear: both;
}
.stories-container.stories.story-one {
	display: inline-block;
	transform: translateX(25%);
}
.stories-cell {
	margin: .45em;
	float: left;
	width: var(--thumb-size-mob);
	height: var(--thumb-size-mob);
	aspect-ratio: 1/1;
	position: relative;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
	border-radius: 5px;
	background: #222;
	transition: all .6s ease;
	overflow: hidden;
}
.stories-container.stages .stories-cell {
	float: none;
	display: inline-block;
}
.stories-container.stages .stories-cell.current {
	cursor: grab;
}
.stories-container.stages .stories-cell {
	width: var(--stage-size-mob);
	height: var(--stage-size-mob);
}
.stories-container.stories .stories-cell {
	width: var(--thumb-size-mob);
	height: var(--thumb-size-mob);
}
.stories-cell.res-freemium:before,
.stories-cell.not-res-freemium:before {
	position: absolute;
	z-index: 10;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	font-family: "dashicons";
	font-size: 1.4em;
	padding: 0 .1em;
	top: 4px;
	left: 4px;
	border-radius: 4px;
}
.stories-cell.res-freemium:before {
	content: '\f528';
	background-color: rgba(78, 154, 0, .8);
}
.stories-cell.not-res-freemium:before {
	content: '\f160';
	background-color: rgba(154, 78, 0, .8);
}
.stories-cell.mark-green:after {
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 5px;
	font-family: "dashicons";
	content: "\f147";
	font-size: 30px;
	border: none;
	color: #4E9A06;
	transform: rotate(0deg);
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, .9);
	line-height: 30px;
}
.stories-cell img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	opacity: .9;
    transition: all .3s ease;
    filter: blur(0);
}
.stories-container.stages .stories-cell img {
	filter: contrast(.8) brightness(.8);
}
.stories-container.stages .stories-cell.current img {
  filter: contrast(.2) brightness(1.5);
}
.stories-cell .not-res-freemium {
	width: 100%;
	content: '';
}
.stories-cell .desc,
.stories-cell .desc-story,
.stories-cell .desc-stage {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 3px 0;
    text-align: center;
    color: white;
	transition: 0.3s;
	line-height: 1.1em;
}
.stories-cell .desc {
    background: rgba(255, 255, 255, .95);	
	color: #f68060;
	font-weight: 400;
	font-size: .9em;
}
.stories-cell .desc-story, .stories-cell .desc-stage {
	font-weight: 600;
	font-size: .7em;
}
.stories-cell .desc-story {
	background: rgba(253, 253, 223, .95);
	color: #566A0F;
}
.stories-cell .desc-stage {
	background: rgba(255, 255, 255, .95);
	color: #C97D36;
}
.stories-cell .date {
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	font-size: .7em;
	color: #888;
	background: rgba(255, 255, 255, .9);
	padding: 0 5px;
	line-height: 1.5em;
	font-weight: 400;
	border-radius: 0 0 0 6px;
}
.stories-cell .stage,
.stories-cell .story {
	transition: 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: 1px;
}
.stories-cell .stage {
	background: rgb(232, 150, 64, .95);
	font-size: .7em;
	padding: 5px 0;
	font-weight: 600;
}
.stories-cell .story {
	background: rgb(86, 106, 15, .8);
	font-size: .7em;
	padding: 3px 0;
	font-weight: 600;
}
.stories-container.stages .stories-cell .stage {
	padding-left: 25px;
}
.stories-container.stages .stories-cell.current .stage {
	background-color: rgba(132, 51, 0, .7);
}
.stories-cell .nb {
	transition: 0.3s;
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 2em;
	color: #fff;
	padding-top: 3px;
	letter-spacing: -2px;
	font-weight: 400;
	min-width: 1em;
	text-align: center;
}
.stories-container.stages .stories-cell .nb {
	top: auto;
	bottom: .2em;
	right: 0;
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 3em;
}
.stories-container.stages .stories-cell.current .nb {
	color: rgba(132, 51, 0, .8);
}
.stories-container.stages .stories-cell .nb {
	color: #fff;
}
.stories-container.stages .stories-cell.previous:hover .nb,
.stories-container.stages .stories-cell.next:not(.disabled):hover .nb {
	color: #FF6200;
}
.stories-container.stages .stories-cell.previous .nb::before,
.stories-container.stages .stories-cell.next:not(.disabled) .nb::after {
	font-size: .6em;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	transition: 0.3s;
}
.stories-container.stages .stories-cell.previous .nb::before {
	content: '❮';
	left: 10px;
	opacity: 1;
}
.stories-container.stages .stories-cell.next:not(.disabled) .nb::after {
	content: '❯';
	left: 81%;
	opacity: 1;
}
.stories-cell.disabled {
	/*pointer-events: none;*/
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	cursor: no-drop;
}
.stories-cell.disabled .desc {
	opacity: 0;	
}
.stories-cell.disabled .stage, 
.stories-cell.disabled .nb {
	opacity: 0.8;	
}
.stories-cell.disabled img {
	filter: blur(1px) saturate(.75) brightness(1.1);
	transform: scale(1.01);
}
.stories-cell.disabled:after {
	position: absolute;
	bottom: 2.75em;
	left: 0;
	width: 100%;
	text-align: center;
	content: 'COMING SOON';
	background: rgba(255, 255, 255, .9);
	font-weight: 600;
	color: rgb(232, 150, 64);
	box-shadow: 1px 1px 5px;
	line-height: 1.2em;
}
.stories-container.stages .stories-cell.disabled:after {
	bottom: 2.5em;
	line-height: 1.15em;
	font-size: .8em;
}

@media (min-width:768px) {
	.home-section1 {
		display: grid;
		grid-template-columns: 30% 70%;
		direction: rtl;
	}
	.home-section1-image {
		float:none;
		width:auto;
		padding-bottom:100%;
		border-radius: 0 var(--border-home) var(--border-home) 0;
	}
	.home-section1-text {
		border-radius: var(--border-home) 0 0 var(--border-home);
	}
	.stories-container.stories.story-one {
		padding-left: 100%;
		transform: translateX(-50%);
	}
	.stories-cell {
		margin: .5em;
		width: var(--thumb-size);
		height: var(--thumb-size);
	}
	.stories-container.stages .stories-cell {
		width: var(--stage-size);
		height: var(--stage-size);
	}
	.stories-container.stories .stories-cell {
		width: var(--story-size);
		height: var(--story-size);
	}
	.stories-cell.res-freemium:hover:before {
		background-color: rgba(133, 217, 46, .9);
	}
	.stories-cell.not-res-freemium:hover:before {
		background-color: rgba(217, 133, 54, .9);
	}
	.stories-cell img {
		opacity: 1;
	}
	.stories-cell:hover:not(.current):not(.disabled) img {
		opacity: 0.7;
		filter: blur(1px);
		transform: scale(1.2) rotateZ(-10deg);
	}
	.stories-container.stories .stories-cell:not(.disabled):hover img {
		opacity: 0.7;
		filter: blur(1px);
		transform: scale(1.2) rotatez(-15deg) translate(0, 12px);
	}
	.stories-cell .desc {
    	/*bottom: -110%;
    	opacity: 0;
    	visibility: hidden;*/
		bottom: 0;
    	background: rgba(255, 255, 255, .9);
	}
	.stories-cell:hover .desc {
	    visibility: visible;
	    opacity: 1;
	    max-width: 100%;
		width: 100%;
		bottom: 0;
		z-index: 10;
	}
	.stories-cell .date {
		/*top: -110%;*/
		top: 0;
	}
	.stories-cell:hover .date {
		top: 0;
	}
	.stories-cell:hover:not(.current):not(.disabled) .stage {
		background: rgb(232, 150, 64, .5);
	}
	.stories-cell:hover:not(.disabled) .nb {
		font-weight: 900;
	}
	.stories-container.stages .stories-cell .nb {
		bottom: .35em;
	}
	.stories-container.stages .stories-cell.previous .nb::before {
		content: '❮';
		left: 40%;
		opacity: 0;
	}
	.stories-container.stages .stories-cell.previous:hover .nb,
	.stories-container.stages .stories-cell.next:hover:not(.disabled) .nb,
	.stories-container.stages .stories-cell.previous:hover .nb::before,
	.stories-container.stages .stories-cell.next:hover:not(.disabled) .nb::after {
		color: #fff;
		text-shadow: none;		
	}
	.stories-container.stages .stories-cell.previous:hover .nb::before {
		left: 3%;
		opacity: 1;
	}
	.stories-container.stages .stories-cell.next:not(.disabled) .nb::after {
		content: '❯';
		left: 55%;
		opacity: 0;
	}
	.stories-container.stages .stories-cell.next:hover:not(.disabled) .nb::after {
		left: 81%;
		opacity: 1;
	}
	.stories-cell.disabled:after {
		transform: rotateZ(-30deg);
	}
	.stories-container.stages .stories-cell.disabled:after {
		bottom: 2.9em;
		line-height: 1.5em;
	}
}
/* Pau 2023 */
.pau2023 p { 
	margin:0;
}
.pau2023 .asp_product_item {
	border: none;
	box-shadow: none;
}
.pau2023 .asp_product_item_thumbnail {
	text-align: center;
}
.pau2023 .asp_product_item_thumbnail img {
	width: 250px;
	height: 250px;
	float: none;
	margin-right: 0;
}
.pau2023 .asp_product_name {
	text-align: center;
	float: none;
}
.pau2023 .asp_product_description {
	border: none;
	margin: 0;
}
.pau2023 .clause_title {
	font-size: 0.8em;
	font-weight: 600;
	text-decoration: underline;
	margin: 1.5em 0 .8em;
	text-transform: none;
}
.pau2023 .clauses {
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: justify;
	font-weight: 400;
}
.pau2023 .clauses li {
	margin-bottom: .8em;
}
.pau2023 .asp_product_description h3 {
	color: #c76603;
	margin: 0;
}
.pau2023 .asp_price_amount {
	font-size: 1.3em;
}
.pau2023-button {
	font-size: 1.1em;
	border-color: #0078e7;
	color: #0078e7;
}
.pau2023-button:hover, .pau2023-button:active, .pau2023-button:focus {
	background: #0078e7;
	border-color: #0078e7;
	color: #fff;
}

/* disable FAQ on Comment editor */
#wp-comment-editor-container #mceu_13, #wp-comment-editor-container #mceu_14 {
	display: none !important;
}

/* stages badge */
.badge-one {
/*
	position: fixed;
	background-color: rgba(255, 255, 255,.75);
	box-shadow: -1px 1px 14px -10px rgba(0,0,0,.5);
	top: -10px !important;
	right: -10px;
	border-radius: 50%;
*/
	z-index: 1000;
	position: absolute;
	top: 26px !important;
	left: -6px;
	width: 50px;
	height: 50px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 80%;
}
.all_badges {
	display: inline-block;
}
.badge-all {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px -5px 5px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 80%;
	transition: all .1s ease-in-out;
}
.badge-all:hover {
	transform: scale(1.2);
	border-bottom: 3px solid #F2481A;
}
.info-bubble {
    position: relative;
    transition: all .25s ease !important;
}
.info-bubble:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    content: attr(aria-label);
    line-height: 1.25em;
    text-align: center;
    color: #777;
    background: rgba(255, 255, 255, .9);
    padding: 6px 6px;
    opacity: 0;
    pointer-events: none;
    border-radius: 6px;
    transform: translate3d(-50%,-50%,0) scale3d(.2, .2, .2);
    transition: all .25s ease;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .25);
}
.info-bubble:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: 0;
    transform: translate3d(-50%,100%,0) scale3d(.2, .2, .2);
    transition: all .25s ease;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgba(255, 255, 255, .9) transparent transparent transparent;
}
.info-bubble:hover:before, .aatooltip:hover:after {
    opacity: 1;
    z-index:1000;
}
.info-bubble:hover:before {
    transform: translate3d(-50%,calc(-100% - 12px),0) scale3d(1, 1, 1);
}
.info-bubble:hover:after {
    transform: translate3d(-50%,calc(-100% - 7px),0) scale3d(1, 1, 1);
}
@media screen and (max-width: 75em) {
	.badge-one {
		top: 30px !important;
		left: -18px;
	}
}
@media screen and (max-width: 37em) {
	.badge-one {
		top: 24px !important;
		left: -12px;
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 30em) {
	.badge-one {
		top: 30px !important;
		left: -10px;
		width: 36px;
		height: 36px;
	}
	.all_badges {
		display: block;
		text-align: center;
	}
    .info-bubble:before, .aatooltip:after {
        display: none;
    }
}

.pum-theme-enterprise-blue p {
	font-size: 1.25em;
}
.pum-theme-enterprise-blue p strong.code {
	font-size: 1.1em;
	color: #f2481a;
}
.pum-theme-enterprise-blue p.bigger {
	font-size: 1.5em;
	background: rgb(255,255,0);
	background: linear-gradient(90deg, rgba(255,255,0,0) 0%, rgba(255,255,0,0.5) 25%, rgba(255,255,0,0.5) 85%, rgba(255,255,0,0) 100%);
}
.pum-theme-enterprise-blue p.bigger strong {
	font-size: 1.2em;
}

#popmake-30944 {
	background: url(/wp-content/uploads/2024/01/The-little-booklet-to-acquire-French-3ds.webp);
	background-color: #fff;
	background-position: calc( 100% - 20px) 50%; 
	background-repeat: no-repeat;
  	background-size: 150px;
	overflow: visible;
}
.emailbook {
	width: calc(100% - 100px);
	text-align: center;
}
.emailbook p {
	margin-bottom: 10px;
}
.emailbook h2 {
	font-size: 1.3em;
	text-align: center;
	margin: 0;
	color: #555;
}
.emailbook h3 {
	font-size: 1.1em;
	text-align: center;
	text-transform: none;
	margin: 10px 0;
	color: #555;
}
.emailbook .emaillist {
	text-align: center;
}
.emailbook .es-field-wrap {
	display: inline-block;
}
.emailbook input[type="email"] {
	border-color: #aaa;
	background-color: rgba(255,255,255,.8);
}
.emailbook input[type="submit"] {
	border-color: #aaa;
	background-color: rgba(255,255,255,.9);
}
.emailbook input[type="submit"]:hover {
	border-color:#f68060;
}
.divbook {
	font-weight: bold;
	font-size: 1.1em;
}
.divbook a:hover {
	letter-spacing: 2px;
}

.noPaymentCalendar{
	display: none;
	color: #f2481a;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 400;
}
.timenote {
	font-size:0.65em;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 20px;
	font-weight: 900;
	letter-spacing: 1px;
}

.diagstrike {
	position:relative;
	text-decoration:none;
}
.diagstrike::after {
  content:"";
  position:absolute;
  top:50%; left:0; width:100%; height:2px; 
  background:#F2481ADD;
  transform:rotate(-7deg);
}

.fbc-page {
	margin: 5px 0 15px!important;
	line-height: 1.1em!important;
}
.fbc-page .fbc-wrap .fbc-items li {
  padding: 0 2px!important;
}
.fbc-page .fbc-wrap .fbc-items li a i {
	margin-right:-4px!important;
	padding: 0 5px;
}

.group-live5 {
	display: none;
}


/**/
