/*------------------------------------*\
    
    Page Footer CSS

    Page footer...........The main page footer.
    
    OV: Cefaly custom at the bottom
    

\*------------------------------------*/

.page-footer {
    position: relative;
    background: #F9F2EA;
    padding: 25px 0;
    text-align: center;
}


.page-footer .container {
	background: #FEF9EF;
}

.footer-logo {
	border: none;
	display: inline-block;
	margin-bottom: 35px;
}

.footer-logo,
.footer-logo:hover {
	background: transparent;
}

.footer-logo img {
	width: 187px;
}

.footer-box.footer-box-info {
	padding-bottom: 20px;
	text-align: left;
}

.footer-box h4 {
    text-transform: capitalize;
    padding: 0 0 8px;
    margin: 0 0 0;
    font-size: 18px;
    color: #531314;
    line-height: 1.1em;
}

.list-box-footer {
	padding: 0;
	margin: 0;
}

.list-box-footer li::after,
.list-box-footer li::before {
	display: none;
}

.list-box-footer li {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: unset;
	padding: 0 0 4px;
	margin: 0;
	font-size: 15px;
}

.list-box-footer li:last-child {
	padding-bottom: 0;
}

.list-box-footer a {
	border: none;
	padding: 0;
	font-weight: 400;
	color: #000000;
	transition: all .4s ease-in-out;
	display: inline-block;
}

.list-box-footer a:hover {
	color: #531314;
	background: #FBE7E6;
	border-radius: 3px;
}

.list-box-footer li span {
	margin-right: 8px;
	color: #531314;
	font-size: 20px;
}

.footer-social-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 5px;
}

.footer-social-share a {
	border: none;
	font-size: 24px;
	margin-right: 20px;
	color: #BB2E31;
	background: transparent;
	transition: all .4s ease-in-out;
}

.footer-social-share a:hover {
	color: #531215;
	background: transparent;
}

.footer-social-share a:last-child {
	margin-right: 0;
}

.footer-nav-primary,
.footer-nav-primary ul {
	margin: 0;
	padding: 0;
}

.footer-nav-primary {
	padding-top: 0;
}

.footer-nav-primary ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-nav-primary li::after,
.footer-nav-primary li::before {
	display: none;
}

.footer-nav-primary li {
    list-style: none;
    display: block;
    color: #594C4C;
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px 0 0;
    margin: 0 8px 5px 0;
    line-height: 1.3em;
    width: 100%;
    text-align: left;
}

.footer-nav-primary a {
	border: none;
	font-weight: 400;
	transition: all .4s ease-in-out;
	font-size: 15px;
	color: #fff;
}

.footer-nav-primary a:hover {
	color: #BB2E31;
}

.footer-box h3{
	font-size: 20px;
    color: #fff;
}

.footer-bottom-middle{
	text-align: center;
}

.footer-bottom-box-center{

}

.footer-bottom-middle img {
    width: 175px;
    margin-bottom: 15px;
}

.footer-bottom-middle p{
	padding-bottom: 0;
	color: #3F3C36;
}

.footer-bottom-middle a{
	color: #3F3C36;
	font-size: 16px;
}

.footerPaymentLogos{
	position: relative;
	bottom: 0;
	right: 0;
	margin-top: 20px;
}

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

.footerPaymentLogos img {
        margin: 1px 4px;
        max-width: 45px;
        vertical-align: middle;
        filter: grayscale(100);
}

.footerPaymentLogos img:nth-child(2) {
        max-width: 30px;
}

.primary-content-bar {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.7;
  min-height: 50px;
  width: 100%;
  display: flex;
  background: #2d3956;
  line-height: 2.14;
  text-align: center;
  padding: 0 10px;
}

.primary-content-bar * {
    color: white;
}

.primary-content-bar .container{
	width: 100%;
	display: flex;
    padding: 15px 15px 5px;
    flex-direction: column;
}

.social-media-links a {
  max-width: 20px;
  max-height: 34px;
  margin: 0 10px;
}

.social-media-links a:first-child {
    margin-left: 0.5em;
}

.social-media-links a:last-child {
    margin-right: 0.5em;
}

.social-media-links a img {
    max-width: 100%;
    max-height: 100%;
}

.pull-left, .pull-right, .pull-left-lg, .pull-left-md, .pull-left-sm, .pull-right-lg, .pull-right-md, .pull-right-sm {
    display: inline-flex;
}

@media (min-width: 375px) {
	.list-box-footer a br {
		display: none;
	}
}

@media (min-width: 768px) {
	.page-footer {
		text-align: left;
		padding: 55px 0 20px;
	}

	.page-footer .container {
		padding-left: 22px;
		padding-right: 22px;
	}

	.page-footer-flex-box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.page-footer-logo-box {
		width: 238px;
		padding-bottom: 35px;
	}

	.footer-logo {
		margin: 0;
	}

	.footer-logo img {
		width: 238px;
	}

	.footer-nav-primary {
	    padding-top: 20px;
	}

	.footer-nav-primary ul {
		justify-content: flex-start;
	}

	.footer-nav-primary li {
	    padding: 0 18px 0 0;
	    margin: 0 11px 15px 0;
	}

	.page-footer-right-panel {
		width:100%;
		padding-left:0;
		display: flex;
		flex-wrap: wrap;
	}

	.footerPaymentLogos{
		margin-top: -80px;
	}

	.footer-bottom-box-right{
		float: left;
		width: 50%;
	}

	.footer-bottom-box-center{
		float: left;
		width: 100%;
	}

	.list-box-footer li {
		justify-content: flex-start;
		font-size: 16px;
		padding: 0 0 8px;
	}

	.list-box-footer a br {
		display: inline-block;
	}

	.footer-social-share {
		padding-top: 0;
		justify-content: flex-start;
	}

	.footer-box {
		width: 33.3%;
	}

	.list-box-footer li span {
	    margin-right: 2px;
	    width: 28px;
    }

    .footer-box h4 {
    	padding: 0 0 12px;
    }

    .footer-box.footer-box-info {
	    padding-bottom: 35px;
	}

	.back-top .back-to-top {
		width: auto;
		display: inline-block;
		float: none;
		border: none;
		background: #BB2E31;
		border-radius: 5px;
		color: #ffffff;
		text-align: center;
		font-size: 18px;
		text-transform: unset;
		font-weight: bold;
		padding: 19px 23px;
		margin-top: 18px;
		font-family: 'Lato', sans-serif;
		transition: all .4s ease-in-out;
	}

	.back-top .back-to-top:hover {
		background: #531314;
		color: #ffffff;
	}

	.footer-pad-left {
		display: table;
		margin: 0 0 0 auto;
		width: 100%;
		max-width: 170px;
	}

	.trustlock-icon{
		text-align: center;
	}
	.trustlock-icon iframe{
		width: 260px;
		margin: 0px auto;
	}
}

@media (min-width: 1200px) {
	.page-footer {
		padding: 75px 0;
	}

	.page-footer .container {
/* 		padding-left: 16px; */
/* 		padding-right: 16px; */
		padding: 40px;
    	border-radius: 16px;
	}

	.page-footer-subscription-box{
		width: 340px;
		position: relative;
		float: left;
	}

	.page-footer-right-panel{
		width: calc(100% - 340px);
	    padding-left: 90px;
	    display: flex;
	    flex-wrap: wrap;
	}

	.primary-content-bar{
		padding: 0;
	}

	.footerPaymentLogos{
		position: absolute;
		bottom: 0;
		right: 0;
		margin-top: 0;
	}

	.social-media-links a {
	  max-width: 20px;
	  max-height: 34px;
	  margin: 0 1.25em;
	}
}

@media (min-width: 1366px) {
	.footer-social-share {
	    justify-content: flex-start;
	}

	.back-top .back-to-top {
	    margin-top: 0px;
	    margin-left: 45px;
	}

	.footer-pad-left-flex-box {
		flex-direction: row;
		justify-content: flex-end;
		padding-top: 10px;
	}

	.footerPaymentLogos{
		margin-top: 0px;
	}

	.footer-bottom-box-center,
	.footer-bottom-box-right{
		float: none;
		width: 100%;
	}

	.trustlock-icon iframe{
		width: 260px !important;
    	margin: 0px auto;
	}

	.footer-box {
	    width: 30%;
	}

	.footer-box.footer-box-info {
	    width: 33%;
	}

	.footer-nav-primary{
		padding-top: 35px;
	}

	.list-box-footer li {
		padding: 0 0 6px;
		line-height: 1.5em;
	}

	.footer-social-share a {
		margin-right: 17px;
	}
}


/*------------------------------------*\
    
    Page Footer Cefaly custom


\*------------------------------------*/

  footer p, footer h3, footer label {
    color: #3F3C36;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
    padding-bottom:0;
 }
 
 footer  h3 {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.7;
  font-size: 20px;
  margin-top: 0;
  text-align: left;
  padding-left:0 !important;
  padding-right:0 !important;
}
 
 
 .newsletter-column .form-group {
  margin-bottom: 15px;
}
 
 .newsletter-column .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
 
   
 .newsletter-column {
 	text-align:left !important;
  margin-bottom: 20px; }
  .newsletter-column form label {
    font-weight: 600;
    padding-right: 20px; }
    .newsletter-column form label.required:after {
      content: '*';
      color: red; }
  .newsletter-column form input,
  .newsletter-column form select {
    width: 300px;
    border-radius: 4px;
    margin: 0 5px 20px 0;
    padding: 10px;
    color: #333;
    border: 1px solid #ddd;
    font-size: 14px;
    display: block;
    background-color: transparent; }
   .newsletter-column form input.error,
    .newsletter-column form select.error {
      border: 1px solid red; }
    .newsletter-column form input[type='submit'],
    .newsletter-column form select[type='submit'] {
      width: auto;
      display: block;
      border: 0 none;
      outline: 1px solid transparent;
      cursor: pointer; }
    .newsletter-column form input[type='submit'].btn,
    .newsletter-column form select[type='submit'].btn {
      display: inline-block;
      margin-right: 15px;
      cursor: pointer; }
    .newsletter-column form input[type='checkbox'], 
    .newsletter-column form select[type='checkbox'],
    .newsletter-column form select[type='radio'] {
      display: inline;
      width: auto;
      cursor: pointer; }
      
         
.newsletter-column   form .select-container {
    position: relative;
    z-index: 0; }
.newsletter-column form .select-container select {
      position: relative;
      z-index: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: transparent; }
 .newsletter-column form .select-container:after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 16px;
      right: 15px;
      border-top: 8px solid #aaa;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      cursor: pointer; }
 .newsletter-column form textarea {
    width: 300px;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #ddd;
    font-size: 14px; } 
 
 .newsletter-column form label {
  	top: initial;
 	left: initial;
 	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 15px;
	max-width: 100%;
	padding: 0 0 28px 2px;
	position: relative;
	pointer-events:initial;
 } 
  

 .newsletter-column .zs-radio,
 .newsletter-column .zs-checkbox {
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0; }
  
  .newsletter-column .zs-radio + label,
   .newsletter-column .zs-checkbox + label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 16px 34px; }
 
 
   .newsletter-column .zs-radio + label:before,
   .newsletter-column .zs-checkbox + label:before {
      content: '';
      border-radius: 50%;
      width: 24px;
      height: 24px;
      border: 1px solid #d9d9d9;
      background: #fff;
      position: absolute;
      top: 2px;
      left: 0px; }
   .newsletter-column .zs-radio:checked + label:after,
   .newsletter-column .zs-checkbox:checked + label:after {
    content: '';
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #616a7f;
    position: absolute;
    top: 7px;
    left: 5px; }
    
    
  @media (max-width: 1024px) {
     .newsletter-column .zs-radio + label,
     .newsletter-column .zs-checkbox + label {
      padding: 0 0 0 34px; }
      .newsletter-column .zs-radio + label:before,
       .newsletter-column .zs-checkbox + label:before {
        content: '';
        width: 20px;
        height: 20px;
        top: 5px; }
    .newsletter-column .zs-radio:checked + label:after,
     .newsletter-column .zs-checkbox:checked + label:after {
      content: '';
      width: 12px;
      height: 12px;
      position: absolute;
      top: 9px; } 
    }
    
   .newsletter-column .zs-radio:focus + label:before,
  .newsletter-column .zs-checkbox:focus + label:before {
    border-color: #a6a6a6; }
   .newsletter-column .zs-radio:focus:checked + label:after,
   .newsletter-column .zs-checkbox:focus:checked + label:after {
    background-color: #353a45; }

 .newsletter-column .zs-checkbox + label:before,
 .newsletter-column .zs-checkbox:checked + label:after {
  border-radius: 5px; }


footer .cece-footer, footer .newsletter-column {
  text-align: left;
  padding-left:0 !important;
  padding-right:0 !important;
  
}

footer .col-title {
  font-size: 20px;
  margin-bottom: 20px;
}
    
  footer .newsletter-column .newsletter-inner {
    max-width: 472px;
    padding-right: 122px;
    min-height: 375px; }
    
    footer .newsletter-column .newsletter-inner .radio-label {
      font-size: 15px; }
    footer .newsletter-column .newsletter-inner .submit-success h3 {
      font-size: 20px;
      font-weight: bold; }
    @media (min-width: 991px) and (max-width: 1200px) {
      footer .newsletter-column .newsletter-inner {
        padding-right: 45px; } }
    @media (max-width: 991px) {
      footer .newsletter-column .newsletter-inner {
        max-width: 455px;
        padding-right: 100px;
        margin: 0 auto 100px; } }
    @media (max-width: 767px) {
      footer .newsletter-column .newsletter-inner {
        max-width: 350px;
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px; } }
  footer .newsletter-column form input[type=radio] {
    position: absolute; }
    footer .newsletter-column form input[type=radio]:focus:checked + label:after {
      background-color: #616a7f; }
  footer .newsletter-column form .radio-label {
    padding: 0 0 2px 28px;
    font-weight: normal; }
    footer .newsletter-column form .radio-label:before {
      width: 20px;
      height: 20px; }
    footer .newsletter-column form .radio-label:after {
      width: 12px;
      height: 12px; }
    footer .newsletter-column form .radio-label:checked + label:after {
      top: 6px;
      left: 3.5px; }
    footer .newsletter-column form .radio-label:first-of-type {
      margin-right: 15px; }
  footer .newsletter-column form input.field {
    background: #fff;
    width: 100%; }
  footer .newsletter-column form button[type=submit] {
    background: #d80233;
    border: #d80233;
    width: 100%;
    text-transform: uppercase;
    font-size: 23px; }
    @media (max-width: 768px) {
      footer .newsletter-column form button[type=submit] {
        font-size: 20px; } }
  footer .newsletter-column form button[type=submit]:hover {
    background: #fd295a;
    border: #fd295a; }
  footer .newsletter-column form input[type=checkbox] {
    position: absolute; }
    footer .newsletter-column form input[type=checkbox]:focus:checked + label:after {
      background-color: #616a7f; }
  footer .newsletter-column form .checkbox-label {
    padding: 0 0 2px 28px;
    font-weight: normal;
    font-size: 13px;
    font-style: italic; }
    footer .newsletter-column form .checkbox-label:before {
      width: 20px;
      height: 20px; }
    footer .newsletter-column form .checkbox-label:after {
      width: 12px;
      height: 12px;
      border-radius: 3px; }
    footer .newsletter-column form .checkbox-label:checked + label:after {
      top: 6px;
      left: 3.5px; }

  @media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    footer .cece-footer {
      margin-top: 45px; } }
  footer .cece-footer .col-title .cece-link {
    text-decoration: underline; }
  footer .cece-footer .download-link-container {
    display: flex; }
    footer .cece-footer .download-link-container a {
      margin: 5px; }
      #footer .cece-footer .download-link-container a img {
        max-width: 250px; }
  footer .cece-footer .ehealthcare-winner {
    width: 50%;
    margin-left: 25%;
    padding: 25px; }
    
    @media (max-width: 991px) {
      footer .cece-footer .cece-inner {
        max-width: 455px;
        padding-right: 100px;
        margin: 0 auto 100px; } }
    @media (max-width: 767px) {
      footer .cece-footer .cece-inner {
        max-width: 350px;
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px; } 

        .page-template-page-coach-landing .country-selector.weglot-default {
          position: absolute;
          bottom: 47%;
          right: 0;
          z-index: 9999999;
        }
      
      }



.country-selector.weglot-default {
  position: fixed;
  bottom: 138px;
  right: 4px;
  z-index: 999;
}

.country-selector.weglot-dropdown .wgcurrent {
  border: 1px solid #e0e0e0;
  list-style: none;
  display: block;
  margin: 0;
  position: relative;
  top:inherit;
  left: inherit;
}


.country-selector.weglot-dropdown.weglot-invert ul {
  bottom: -75px;
  display: none;
}

.page-footer {
    position: relative;
    color: #fff;
}

.footer-top {
    padding: 71px 0 79px;
    background: rgb(53, 71, 113);
    background: linear-gradient(0deg, rgba(53, 71, 113, 1) 0%, rgba(49, 59, 86, 1) 100%);
}

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

.footer-top h2 {
    color: #fff;
    line-height: 1.428em;
    font-size: 35px;
}

.footer-info p img {
    position: relative;
    margin-left: 2px;
    top: -5px;
}

.footer-info a {
    font-size: 16px;
    color: #C0CFDE;
    font-weight: 900;
    text-decoration: underline;
}

.footer-info {
    margin-top: 27px;
}

.footer-bottom {
    padding: 11px 0;
    background-color: #2D3956;
    color: #fff;
}

.footer-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-flex ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.footer-bottom-flex ul li:before {
    display: none;
}

.footer-bottom-flex ul li {
    padding: 0;
    margin: 0 20px 0 0;
}

.footer-bottom-flex ul li:last-child {
    margin-right: 0;
}

.footer-bottom-flex ul li a {
    font-size: 21px;
    color: #fff;
    background: transparent;
}

.footer-bottom-flex p {
    margin: 0;
}

.footer-bottom-flex ul li a .icon-instragram,
.footer-bottom-flex ul li a .icon-tiktalk {
    font-size: 19px;
}


@media(min-width: 768px) {
    .footer-bottom-flex ul li {
        margin: 0 35px 0 0;
    }

    .footer-wrapper p {
        margin: 0 0 25px 0;
    }

    .footer-bottom p {
        font-size: 16px;
    }

    .footer-bottom {
        padding: 10px 0;
    }

    .footer-info p {
        font-size: 16px;
        margin: 0;
    }

    .footer-info {
        margin-top: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-info a {
        margin-left: 28px;
    }

    .footer-top h2 {
        font-size: 40px;
        padding-bottom: 15px;
    }

    .footer-top {
        padding: 104px 0 81px;
    }

    .footer-wrapper {
        max-width: 594px;
        margin: 0 auto;
    }
}

@media(min-width: 1200px) {
    .footer-top-left-img {
        position: absolute;
        bottom: -35px;
        left: -66px;
        width: 460px;
    }

    .footer-top {
        position: relative;
    }

    .footer-top-right-img {
        position: absolute;
        top: 0;
        right: 98px;
        width: 310px;
    }

    .footer-top {
        padding: 86px 0 50px;
    }

    .footer-bottom {
        position: relative;
        z-index: 1;
    }

    .footer-bottom-flex ul li a:hover {
        color: #6b99ca;
    }

    .footer-top .btn:hover {
        background-color: #fff;
        color: #334368;
    }

    .footer-info a:hover {
        background: none;
        color: #fff;
    }
}

@media(min-width: 1600px) {

    .footer-top-right-img,
    .footer-top-left-img {
        width: auto;
    }
}

.footer-wrapper p {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.footer-info p img.affirm {
    position: relative;
    margin-left: 2px;
    top: 0;
}

.footer-wrapper .btn {
    margin-top: 20px;
}

.footer-bottom-flex p {
    margin: 0;
    padding: 0;
    color: #ffffff;
}