/*
Theme Name: ICF Italia
Theme URI: http://www.gongon2.com
Author: Matteo Polati
Author URI: http://www.gongon2.com
Description: Based on WP Bootstrap Starter 2.4.9
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
	font-family: 'Adelle';
	src: url('../fonts/Adelle-Bold.eot');
	src: url('../fonts/Adelle-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Adelle-Bold.woff2') format('woff2'),
		url('../fonts/Adelle-Bold.woff') format('woff'),
		url('../fonts/Adelle-Bold.ttf') format('truetype'),
		url('../fonts/Adelle-Bold.svg#Adelle-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

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

@font-face {
	font-family: 'ChaletComprime-CologneSixty';
	src: url('../fonts/ChaletComprime-CologneSixty.eot');
	src: url('../fonts/ChaletComprime-CologneSixty.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ChaletComprime-CologneSixty.woff2') format('woff2'),
		url('../fonts/ChaletComprime-CologneSixty.woff') format('woff'),
		url('../fonts/ChaletComprime-CologneSixty.ttf') format('truetype'),
		url('../fonts/ChaletComprime-CologneSixty.svg#ChaletComprime-CologneSixty') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Adelle'; 
    font-weight: normal; 
    font-style: normal;
    color: #373e43;
    font-size: 16px;
    line-height: 1.5;
    outline: none !important;
    padding-top: 102px;
}
button, input, optgroup, select, textarea{
    font-family: 'Adelle'; 
}
.hidden {
  display: none !important;
}
#page{
    padding-top: 100px;
}
#page.shrink{
    padding-top: 85px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
    background-color: transparent;
    color: #e39b38;
}

a:focus,
a:visited,
a:active,
a:hover {
    outline: 0 !important;
    text-decoration: none;
    color: #e39b38;
}
input, input:focus,
select:focus,
select{
    outline: 0 !important;
}
:focus,
*:focus {
    outline: 0 !important;
}
dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #cccccc !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #cccccc !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #cccccc !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #cccccc !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #cccccc !important;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
ul{
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style: none;*/
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 1.5;
}
.big-title{
    color: #e39b38;
    font-size: 68px;
    line-height: 72px;
}
h1,
.h1 {
    font-family: ChaletComprime-CologneSixty;
    font-size: 68px;
    line-height: 1.06;
    color: #e39b38;
}
h2,
.h2 {
    font-family: ChaletComprime-CologneSixty;
    font-size: 42px;
    line-height: 1.14;
    color: #373e43;
}

h3,
.h3{
    font-family: ChaletComprime-CologneSixty;
    font-size: 36px;
    line-height: 1.14;
    color: #373e43;
}

.h3 {
    color: #e39b38;
}

.color-gold {
    color: #e39b38;
}

h4,
.h4{
    font-family: ChaletComprime-CologneSixty;
    font-size: 36px;
    line-height: 1.14;
    color: #373e43;
}

.h4 {color: #e39b38}

p {
    font-size: 16px;
}
label{
    color: #373e43;
    font-size: 14px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    color: #373e43;
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
.separator{
    height: 50px;
}
.container.angle-bordered{
    margin-top: 50px;
}

.container.angle-bordered h2,
.container.angle-bordered .single-event-list{
    margin-left: 25px;
}
.container.angle-bordered h2{
    position: relative;
}
.container.angle-bordered h2:before{
    position: absolute;
    top: -25px;
    left: -25px;
    border-top: 10px solid #ecebe7;
    border-left: 10px solid #ecebe7;
    display: block;
    width: 166px;
    height: 166px;
    content: "";
}
.home-box{
    padding: 50px 0;
/*    margin-bottom: 50px;*/
}
body.single-event .event-time,
.home-box a.discover-more{
    position: absolute;
    background: #48549f; /* Old browsers */
    background: -moz-linear-gradient(top,  #48549f 0%, #30398d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #48549f 0%,#30398d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #48549f 0%,#30398d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48549f', endColorstr='#30398d',GradientType=0 ); /* IE6-9 */
    display: block;
    width: 166px;
    height: 166px;
/*    padding-top: 130px;*/
    text-align: left;
/*    padding-left: 18px;*/
    color: white;
    z-index: 1;
    position: absolute;
}
body.single-event .event-time,
.home-box a.discover-more{
    bottom: -50px;
}
body.single-event .event-time{
    left: 250px;
}
body.single-event .event-time span,
.home-box a.discover-more span{
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.home-box a.discover-more:before{
/*
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #8fc8c3;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
*/
}
.home-box h2{
    margin-bottom: .7em;
}
.container-grey{
    width: 100%;
    background-color: #f6f6f6;
}
.container-grey.border-bottom{
    border-bottom: 1px solid #dddddd;
}
.home-box .list-icons{
    padding: 0;
    list-style: none;
}
.home-box .list-icons li{
    padding: 5px 0 5px 0px;
}
.home-box .list-icons .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
}
.home-box .list-icons .icon.cap{
    background-image: url(assets/img/cap.png);
}
.home-box .list-icons .icon.loyalty{
    background-image: url(assets/img/loyalty.png);
}
.home-box .list-icons .icon.locker{
    background-image: url(assets/img/locker.png);
}
.home-box .last-news-content{
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.30);
    padding: 30px;
    position: absolute;
    left: 30px;
    right: 100px;
    z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-box .last-news-content {
        right: 0;
    }
}
.home-box .img-wrapper{
    position: relative;
}
.alert-info *{
    color: white;
}
.alert-info{
    background: #30398D;
}
.alert-info p{
    margin-bottom: 0;
    font-size: 16px;
}
.white-btn{
    border: 1px solid white;
    background: white;
    color: #30398D;
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    top: 7px;
}
.white-btn:hover{
    background: #30398D;
    color: #ffffff;
}


/*--------------------------------------------------------------
# Modal Login
--------------------------------------------------------------*/


/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.loginmodal-container img{
    margin: 0 auto 10px;
    display: block;
}
.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
}
.loginmodal-container .status{
    text-align: center;
    margin: 15px 0 25px;
}
.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], .loginmodal-container input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,.loginmodal-container input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}

.loginmodal-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-size: 14px;
}

.loginmodal-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.mini-form-wrapper{
    padding: 20px;
    background: white;
    width: 700px;
    z-index: 3;
    position: relative;
    border: 1px solid #ecebe7;
}
.mini-form-wrapper:before{

}
input[type=submit],
.custom-btn,
.icf-btn a,
.newsletter-form-content form button[type=submit],
.mini-form-wrapper button[type=submit],
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    border-radius: 0 !important;
    border: none !important;
    background: #48549f; /* Old browsers */
    background: -moz-linear-gradient(top,  #48549f 0%, #30398d 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #48549f 0%,#30398d 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #48549f 0%,#30398d 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48549f', endColorstr='#30398d',GradientType=0 ) !important; /* IE6-9 */
    position: relative;
    font-size: 14px;
    top: 5px;
/*    font-weight: bold;*/
    padding: 12px 24px;
    color: white !important;
}
.newsletter-form-content form button[type=submit],
.mini-form-wrapper button[type=submit]{
    right: 20px;
}
input[type=submit],
.custom-btn:hover,
.icf-btn a:hover,
.newsletter-form-content form button[type=submit]:hover,
.mini-form-wrapper button[type=submit]:hover{
    background: -moz-linear-gradient(top,  #30398d 0%, #30398d 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #30398d 0%,#30398d 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #30398d 0%,#30398d 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mini-form-wrapper input{
    border: none !important;
    padding: 0;
}
.mini-form-wrapper form .row > .col-md-5:first-child:after{
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    height: 92px;
    background: #ecebe7;
    top: -20px;
}
.coach-contact-form label{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #373e43;
}
.coach-contact-form textarea,
.coach-contact-form input{
    border-color: #ecebe7;
    border-radius: 0;
    resize: none;
}
.coach-contact-form input{
    height: 40px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    background: white;
}

.navbar-brand {
    display: table;
}
.navbar-brand > a {
    display: block;
}
.navbar-brand img {
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  padding: 1.875rem 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  color: #cdbfe3;
  padding: 4rem 0.938rem;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover;
}

/*
#page-sub-header h1 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0.625rem;
}
*/

#page-sub-header p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1;
  }

  #page-sub-header {
    padding-top: 3.750rem;
    padding-bottom: 3.750rem;
    text-align: left;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 50rem;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
    padding: 25px 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.shrink #masthead nav {
    padding: 10px 0;
}
#masthead nav ul{
    padding: 0;
    margin: 0 !important;
    list-style: none;
}

.menu-main-menu-container {
    display: flex;
    align-items: center;
}

#masthead a.access-btn,
#masthead .navbar-nav > li > a {
    color: #e39b38;
    padding: 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #masthead a.access-btn,
    #masthead .navbar-nav > li > a {
        font-size: 12px;
    }
}
#masthead .navbar-nav > li.current-menu-item > a {
    color: #30398d;
}
#masthead .navbar-nav > li > a:hover {
    color: #30398d;
}
#masthead a.access-btn{
    position: relative;
    right: -15px;
}
.navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
      align-self: center;
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: "\2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
#menu-main-menu{
    margin-top: 5px !important;
}
#masthead .user-sub-menu{
    position: relative;
    top: 5px;
}
#masthead .user-sub-menu:hover .menu-user-menu-container{
    display: block;
}
#masthead .user-sub-menu-trigger{
    margin-left: 20px;
}
#masthead .user-sub-menu-trigger > a{
    color: #373e43;
    font-size: 14px;
    position: relative;
    bottom: 17px;
}
#masthead .user-sub-menu-trigger .user-avatar{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    margin-right: 5px;
    border: 2px solid #d0d0d0;
}
#masthead .menu-user-menu-container{
    display: none;
    position: absolute;
    background: #f6f6f6;
    z-index: 999999;
    min-width: 240px;
    left: -80px;
    padding: 10px 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
#masthead .menu-user-menu-container:after, #masthead .menu-user-menu-container:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#masthead .menu-user-menu-container:after {
	border-color: rgba(246, 246, 246, 0);
	border-bottom-color: #f6f6f6;
	border-width: 10px;
	margin-left: -10px;
}
#masthead .menu-user-menu-container:before {
    border-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0.05);
	border-width: 16px;
	margin-left: -16px;
}
#masthead .menu-user-menu-container li{
}
#masthead .menu-user-menu-container a{
    color: #373e43;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
}
#masthead .menu-user-menu-container a:hover{
    background: white;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.hero{
    width: 100%;
    height: 250px;
    position: relative;
    box-shadow: 0 -2px 10px rgba(0,0,0,.05) inset;
/*
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
*/
}
.parallax-window {
/*    min-height: 400px;*/
    background: transparent;
}
.hero h1{
    font-family: 'Adelle';
    font-size: 34px;
    color: #48549f;
    padding-top: 125px;
    text-shadow: 0px 0px 1px white;
}
.single-article{
    margin-bottom: 30px;
}
.single-article a{
    color: inherit;
}
.single-article .single-article-image{
    background-color: #8fc8c3;
    display: inline-block;
}
.single-article .single-article-image img{
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    top: 0px;
    left: 0px;
}
.single-article a:hover .single-article-image img{
    top: 10px;
    left: 10px;
}
.single-article a:hover{
    text-decoration: none;
}
.single-article-date{
    font-size: 14px;
    color: #ccc;
}
.single-article-title h5{
    color: #373e43;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0;
}
.newsletter-box h2{
    margin-bottom: 10px;
}
.newsletter-form-content{
    border: 1px solid #ecebe7;
    padding: 15px;
    background: white;
    margin-top: 5px;
}
.newsletter-form-content form input[type=email]{
    padding: 10px;
    background: white;
    border: none;
    width: calc( 100% - 123px );
}
.newsletter-form-content form button[type=submit]{
    position: absolute;
    right: 30px;
    top: 20px;
}
.newsletter-form-content form button[type=submit]:hover{
    background: #10196D;
}
.coach-filters{
    padding-top: 20px;
    padding-bottom: 20px;
}
.coach-filters select{
    width: 100%;
    outline: none !important;
}
.coach-filters .select-style {
    position: relative;
    border: 1px solid #ecebe7;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}
.coach-filters .select-style:before {
    content: "";
    background: url(../img/arrow-select.gif) right center no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    width: 10px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    color: #cccccc;
}
.coach-filters .select-style select,
.coach-filters .select-style input {
    padding: 8px 15px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    color: #373e43;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: .7;
    height: 40px;
}

.coach-filters .select-style select[disabled] {
    opacity: 0.4;
}

.coach-filters .select-style select:focus,
.coach-filters .select-style input:focus {
    outline: none;
}
#masthead a.access-btn,
.coach-filters input[type=button]{
    background: none;
    border: solid 1px #30398d;
    color: #30398d;
    height: 40px;
    font-size: 14px;
    padding: 9px 24px;
    font-weight: bold;
}
#masthead a.access-btn:hover,
.coach-filters input[type=button]:hover{
    background: #30398d;
    color: white;
}
.coach-list {
    /*margin-bottom: 50px;*/
}
#pagination-coach {
  margin-bottom: 50px;
}
#pagination-coach a{
    background: none;
    border: solid 1px #30398d;
    color: #30398d;
    height: 40px;
    font-size: 14px;
    padding: 9px 24px;
    font-weight: bold;
}
#pagination-coach .navigation-link{
  background: none;
  border: solid 1px #30398d;
  color: #30398d;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  min-width: 5rem;
  font-weight: bold;
}

.single-coach-link{
    margin-top: 20px;
    display: block;
}
.coach-list .single-coach-list{
    border: 1px solid #ecebe7;
    text-align: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
}
body.single-coach .coach-detail-thumb,
.coach-list .single-coach-list .single-coach-thumb{
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.coach-list .single-coach-list .single-coach-thumb:after{
    width: 155px;
    height: 155px;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-color: white;
    border-style: solid;
    border-width: 10px;
    border-radius: 50%;
    transition: border-width 0.2s ease-in-out;
    -webkit-transition: border-width 0.2s ease-in-out;
    box-shadow: -5px 0px 15px rgba(0,0,0,.1) inset;
}
.coach-list .single-coach-list a:hover .single-coach-thumb:after{
    border-width: 0px;
}
.coach-list .single-coach-list .single-coach-name{
    font-size: 26px;
    text-align: center;
    margin: 15px 0;
}
.coach-list .single-coach-list .single-coach-where,
.coach-list .single-coach-list .single-coach-desc{
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: center;
}

body.single-coach .coach-detail-thumb{
    width: 200px;
    height: 200px;
    border: 1px solid #ecebe7;
    margin: 0 auto 50px;
    display: block;
}
body.single-coach .content-area {

}
body.single-coach .content-area h1{
    font-size: 68px;
    line-height: 1.06;
}
body.single-coach .content-area h4 {
    font-family: 'ChaletComprime-CologneSixty';
    font-size: 26px;
    line-height: 1.85;
    color: #373e43;
    margin: 0;
}
.event-image{
    position: relative;
}
body.single-event .event-time{
    right: -50px;
    bottom: -50px;
    padding-top: 75px;
}
body.single-event .event-time span{
    display: block;
}
body.single-event .event-time span i{
    font-size: 24px;
}
.list-event-date,
body.single-event .event-date{
    font-size: 14px;
    color: #AAA;
}
article.type-event h1{
    margin: 10px 0 20px;
}
#primary{
    padding-bottom: 3.75rem;
    background: white;
}
.single-event-list{
    margin: 20px 0; 
}
.single-event-list a{
    color: inherit;
}
.single-event-list a:hover{
    color: #e39b38;
}
.single-event-list h5{
    font-weight: bold;
    margin-top: 5px;
    font-size: 16px;
}
.list-event-date{
    font-size: 14px;
    color: #AAA;
}
.single-resource-list{
    display: inline-block;
    background-color: #f6f6f6;
    border: solid 1px #ecebe7;
    min-height: 140px;
    width: 100%;
    padding: 30px;
    text-align: center !important;
    margin-bottom: 30px;
}
.single-resource-list h5{
    font-family: ChaletComprime-CologneSixty;
    font-size: 26px;
    color: #373e43;
}
.single-resource-list a.download{
    font-size: 16px;
    font-weight: bold;
    color: #e39b38;
}
.single-resource-list p{
    text-align: center;
    margin: 10px 0;
}
.resource-category{
    margin: 0;
    padding: 0;
}
.resource-category li{
    list-style: none;
    margin-bottom: 10px;
}
.resource-category li a{
    padding: 10px;
    border: solid 1px #ecebe7;
    background: #f6f6f6;
    display: block;
}
.resource-category li.active a,
.resource-category li a:hover{
    background: #eaeaea;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}
.home #content.site-content {
    padding-top: 0;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}

.sticky .entry-title {
  position: relative;
}
.entry-header{
    margin-bottom: 50px;
}
.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #ecebe7;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}


/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
/*  padding-bottom: 0;*/
/*  padding-top: 0;*/
}

.vc_desktop .entry-content {
/*  margin-top: 0;*/
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
}
footer#colophon h2{
    font-family: 'ChaletComprime-CologneSixty';
    font-size: 26px;
    line-height: 1.85;
    text-align: left;
    color: #373e43;
    margin-bottom: 20px;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul, footer ul li{
    margin-bottom: 15px;
}
footer .nav-link{
    padding: 0;
}
footer .nav-link:hover{
    background-color: transparent !important;
    color: #30398d;
}
.site-info{
    padding: 25px 0;
    border-top: 1px solid #ecebe7;
    margin-top: 50px;
}
.site-info p{
    font-size: 12px;
    color: #373e43;
    text-align: center;
    margin-bottom: 0;
}
footer .socials li{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
footer .socials li a i{
    display: block;
    width: 40px;
    font-size: 24px;
    color: #ffffff;
    background: #D7D8D9;
    border-radius: 50%;
    padding: 10px;
    height: 40px;
    text-align: center;
}
footer .socials li a:hover i{
    background: #30398d;
}
footer small{
    font-size: 10px;
    line-height: 12px;
    display: block;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 93%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    #masthead{
        left: auto;
        right: auto;
        width: 100%;
        transition: right 0.2s ease 0s;
        -webkit-transition: right 0.2s ease 0s;
    }
    #mobile-menu{
        margin: 12px 0;
        padding: 0;
    }
    .navbar-light .navbar-toggler-icon {
        background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(44,45,132)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .sidr-open #masthead{
/*        right: 260px;*/
    }
    #sidr .user-sub-menu{
        background: rgba(227,155,56,.1);
    }
    #sidr .user-sub-menu-trigger{
        display: none;
    }
    .navbar-brand{
        width: 200px;
    }
    #masthead nav{
        padding: 15px 0;
    }
    #page {
        padding-top: 80px;
    }
    html {
        font-size: 88%;
    }
    .mini-form-wrapper{
        width: auto;
        position: static;
    }
    .mini-form-wrapper .col-md-5:first-child{
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .newsletter-form-content form button[type="submit"], .mini-form-wrapper button[type="submit"]{
        position: static;
        width: 100%;
        margin-top: 20px;
    }
    .mini-form-wrapper form .row > .col-md-5:first-child::after{
        display: none;
    }
    .home-box .last-news-content{
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }
    .home-box > div[class*='col-'] {
        margin-bottom: 30px;
    }
    .home-box {
        padding: 50px 0 0;
        margin-bottom: 0px;
    }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
}



@media only screen and (min-width: 768px) {
    #sidr{
        display: none;
    }
}



.wpcf7-form{
    /*max-width: 338px;*/
}
.wpcf7-form label{
	width: 100%;
	margin-bottom: 20px;
    font-size: 1rem !important;
}
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox.form-control {
    border: none !important;
    padding: 0 !important;
    margin-top: 0.5rem;
}
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox.form-control .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 0.5rem;
    display: block;
}
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox.form-control input {
    margin-right: 0.3rem;
}
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance .disclaimer input {
    margin-right: 0.3rem;
}



#pms_register-form input[type=password],
#pms_register-form input[type=text],
#pms_login input[type=password],
#pms_login input[type=text]{
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}



/* Woocommerce */
.single-product .event-image{
  margin-bottom: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
  color: #333333;
  font-size: 1.5rem;
}
.single-product .date_panel{
  font-size: 18px;
}
.single-product .fields_panel{
  display: none;
}
.single-product .yith_evti_total_price{
  margin-top:10px;
}
.woocommerce div.product form.cart div.quantity{

}
.woocommerce div.product form.cart .button{
  top: 0;
}
.woocommerce div.product form.cart div.quantity .qty{
  padding: 8px;
}


.checkbox_wrapper {
  display:flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  margin: 1rem 0;
}

.checkbox_wrapper label{
  margin-left: 1rem;
}

/*Checkout checkbox*/
@media screen and (max-width:767px) {
    .checkout .checkbox_wrapper {display:block!important;}
    
    .checkout .checkbox_wrapper #accept_privacy {
        margin-left: 18px !important;
    }

    .checkout .checkbox_wrapper #accept_privacy, #createaccount {
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);}

    .checkout .checkbox_wrapper label {margin-top:-23px!important;margin-left: 41px;}
}

/*Responsive buttons*/
@media screen and (max-width:325px) {
    .button {
        font-size: 14px !important;
    }
}

/**
 * Modifiche garbin
 *
 *
 */

.LoginSteps {
    display: flex;
    background: #fff;
    justify-content: center;
    font-family: "ChaletComprime-CologneSixty", sans-serif;
    padding: 45px 0;
}

.LoginSteps__Item {
    font-size: 26px;
    color: rgba(0,0,0,0.4);
    margin: 0 20px;
}
.LoginSteps__Item--active {
    color: rgba(0,0,0,1);
}

.bg-grey {
    background: #F3F3F3;
}

.bg-white {
    background: #fff;
}

.bg-green {
    background: #33CC7D;
    color: #fff;
}

.bg-red {
    background: #ff6961;
    color: #fff;
}

.LoginType {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.body-padding {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.btn {

    background-image: linear-gradient(180deg, #48549F 0%, #30398D 100%);
    border-radius: 4px;
    font-family: "Adelle";
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF !important;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    transition: none;
}

.btn--fw {
    width: 100%;
}

.btn:hover {
    background: #19216B;
}

.form-control-label {
    font-weight: bold;
    font-family: "Adelle";
    font-size: 16px;
}

.form-style {
    padding: 30px 0
}

.form-style .form-group {
    margin-bottom: 30px;
}

.form-style .form-control {
    border-radius: 0;
    border: 1px solid #CCCCCC;
}

.ml-1 { margin-left: 1rem !important; }
.mr-1 { margin-right: 1rem!important; }
.mt-1 { margin-top: 1rem!important; }
.mb-1 { margin-bottom: 1rem!important; }

.ml-2 { margin-left: 2rem!important; }
.mr-2 { margin-right: 2rem!important; }
.mt-2 { margin-top: 2rem!important; }
.mb-2 { margin-bottom: 2rem!important; }

.ml-3 { margin-left: 3rem!important; }
.mr-3 { margin-right: 3rem!important; }
.mt-3 { margin-top: 3rem!important; }
.mb-3 { margin-bottom: 3rem!important; }

.ptb-3 {padding-top: 3rem; padding-bottom: 3rem}
.ptb-4 {padding-top: 4rem; padding-bottom: 4rem}

.alert {
    font-size: 14px;
    margin: 20px 0 !important;
}

.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    font-weight: normal;
    padding: 10px;
    display: block;
}

.auth-container {
    width: 100%;
    max-width: 460px !important;
}

.header-user {
    position: relative;
    display: flex;
    margin-left: 20px;
    padding: 10px 10px 10px 0;
    align-items: center;
    background: url(../img/arrow-down.svg) right center no-repeat;
    background-size: 8px auto;
}

.header-user_pic {
    width: 40px;
    height: 40px;
    background: #D8D8D8 url(../img/scheda-placeholder.gif) center no-repeat;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
}

.header-user_name {
    margin: 0 10px;
}
.header-user_menu {
    position: absolute;
    top: 100%;
    right: -7px;
    /*padding: 10px 10px;*/
    background: #F6F6F6;
    border: 1px solid #D8D8D8;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: all 0.3s;
    min-width: 200px;
}

.header-user:hover .header-user_menu {
    opacity: 1;
    visibility: visible;
}

.header-user_menu:after,
.header-user_menu:before {
    bottom: 100%;
    left: calc(100% - 10px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.header-user_menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #F6F6F6;
    border-width: 5px;
    margin-left: -5px;
}
.header-user_menu:before {
    border-color: rgba(216, 216, 216, 0);
    border-bottom-color: #D8D8D8;
    border-width: 6px;
    margin-left: -6px;
}

.header-user_menu a {
    text-align: left;
    display: block;
    padding: 10px 20px;
    color: rgba(55, 62, 67, 0.54);
    /*border-bottom: 1px solid #D8D8D8;*/
}

.header-user_menu a.active,
.header-user_menu a:hover {
    background: #fff;
    color: rgba(55, 62, 67, 1);
}

a.header-user_menu_last {
    border-bottom: none;
}

.header-user:hover .header-user_menu {
    visibility: visible;
    opacity: 1;
}

.convenzioni-logo {
    margin: 30px 0;
    text-align: center;
}
.convenzioni-logo img {
    max-width: 250px !important;
}

.flex {
    display: flex;
}

.eventi-list-item {
    display: flex;
}
.eventi-list-item_image {
    position: relative;
    width: 165px;
    height: 165px;
    background: #8FC8C3;
    margin-right: 2rem;
    flex: 0 0 auto;
}
.eventi-list-item_image img {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    width: 100%;
    height: auto;
}

.eventi-list-item:hover .eventi-list-item_image img {
    transform: translate(8px, 8px);
}

.eventi-list-item_text {
    padding-top: 1rem;
    color: rgba(55, 62, 67, 0.54);
}

@media (max-width: 768px) {
    #slider {
        padding: 20px !important;
    }
    .eventi-list-item_text h2 {
        font-size: 30px;
    }
}

.Ticket {
    padding:24px;
    background-color:#fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    margin-bottom:16px;
}

.Ticket__Name {
    margin-top:0px;font-size: 24px;
}

.Ticket__Expire {
    color:rgba(55, 62, 67, 0.54);font-size: 13px;margin-bottom:0px;
}

.Ticket__Price {
    color:#e39b38; font-size: 26px;font-weight: normal;margin-top:0px;
}

.Ticket__Vat {
    color:rgba(55, 62, 67, 0.54);font-size: 13px;margin-bottom:0px;
}

.Ticket__Rimanenti {
    color: #e39b39;
    font-size: 13px;
    margin: 5px 0 0 0;
    font-weight: bold;
}

.CoachPhoto {
    max-width: 300px;
    background-size: cover;
}

.CoachPhoto:not(.CoachPhoto--empty) img {
    opacity: 0;
}

hr.separator {

    height: 1px;
    margin: 2rem 0 2rem 0;
    background: #EBEBEB;
    border: none!important;

}

.wpcf7 label {
    display: block;
    margin-top: 20px;
}

form .form-control-feedback {
    font-size: 80%;
    color: #d57171;
    padding: 5px 10px;
}

.risorse-categorie {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Adelle", sans-serif;
    font-weight: bold;
}

.risorse-categorie li {
    margin-bottom: 10px;
}

.single-resource-list {
    display: inline-block;
    background-color: #f6f6f6;
    border: solid 1px #ecebe7;
    min-height: 140px;
    width: 100%;
    padding: 30px;
    text-align: center !important;
    margin-bottom: 30px;
}

.single-resource-list h5 {
    font-family: ChaletComprime-CologneSixty;
    font-size: 26px;
    color: #373e43;
}

.single-resource-list a.download {
    font-size: 16px;
    font-weight: bold;
    color: #e39b38;
}

.form-cambia-password {

    padding: 50px;
    background: rgba(204,204,204,0.18);
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

@media (min-width: 1024px) {
    .form-cambia-password {
        padding: 50px 80px;
    }
}

.dashboard-message {
    position: relative;
    width: 100%;
    max-width: 729px;
    margin: 40px auto;
    padding: 50px 50px 50px 220px;
    background: rgba(219,235,182,0.54);
    border-radius: 18px;
    margin-bottom: 100px;
}

.dashboard-message h1 {
    color: #373E43;
    font-size: 42px;
    margin: 0 0 20px 0;
}

.dashboard-message img {
    height: 256px;
    width: auto;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1023px) {
    .dashboard-message {
        padding: 20px 30px;
    }
    .dashboard-message img {
        display: none;
    }
}

.dashboard-message--warning {
    background: #FCF8E3;
}

.dashboard-message--warning a {
    color: #BA5408;
}

.dashboard-message--expired {
    background: #FFEBEB;
}

.dashboard-message--expired a{
    color: #CE0508;
}

.dashboard-message--cliente {
    background: #E1F8FF;
}

.dashboard-message--cliente {
    color: #30398D;
}

.dashboard-message__link {
    margin-bottom: 0;
    text-align: right;
    font-weight: bold;

}

.scheda-photo {
    border-radius: 50%;
    overflow: hidden;
}

.scheda-photo img {
    width: 100%;
    height: auto;
    max-width: none;
}

.home-news {
    padding: 3rem 0;
    background-image: linear-gradient(180deg, #48549F 0%, #30398D 100%);
}

.home-news h3 {
    color: #fff;
    font-size: 68px;
}

#slider {
    background: #fff;
    padding: 60px 40px;
    margin-top: 20px;
}

.slick-slider {
    position: relative;
}

.slick-arrow {
    position: absolute;
    background: #fff;
    width: 74px;
    height: 74px;
    right: 0;
    top: -74px;
    border: none;
    background-size: auto 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/arrow-right.svg);
    text-indent: -9999px;
}
.slick-arrow.slick-prev {
    right: 74px;
    background-image: url(../img/icons/arrow-left.svg)
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}

.banner-slides {
    position: relative;
    width: 100%;
    margin: 0 auto 3rem auto;
}

.banner-slides .slick-arrow {
    display: none !important;
}

.banner-slides a{
    display: block;
}


.banner-slides.banner-slides_fascia {
    max-width: 728px;
}

.banner-slides.banner-slides_rett {
    max-width: 300px;
}

.single-coach-province {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.comitato-item {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comitato-item-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
    flex: 0 0 auto;
}

.comitato-item > div:last-child {
    flex: 1;
}

.navbar-container {
    display: flex;
}


.navbar-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
        position: absolute;
        top: 70px;
        left: -15px;
        padding: 10px 20px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        max-height: 300px;
    }
    #masthead a.access-btn {
        display: block;
        position: static;
        text-align: center;
    }
    #masthead .navbar-nav > li > a {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }
}

.header-user__top {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    padding: 0;
}

.results-pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left!important;
}

.results-pagination .pull-right {
    align-self: flex-end;
    float: none;
}

.page-item.active .page-link {
    background: #e39b38;
    border-color: #e39b38;
}

.page-link {
    color: #e39b38;
}
.page-link:hover {
    color: #333;
}

.navbar-wrapper_right {
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    #logo-header {
        width: 150px;
    }
}

.editor table {
    border-color: rgba(0,0,0,0.2);
}
.editor table th,
.editor table td {
    padding: 10px 15px;
}

.editor table td p {
    margin: 10px 0!important;
}

@media (max-width: 1024px) {
    .container {
        width: 100% !important;
    }
    .comitato-item-image {
        width: 70px;
        height: 70px;
    }
}

.fixed-top {
    z-index: 998
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7) url(../img/ajax-loader.gif) center no-repeat;
    z-index: 999;
}

.category-filters {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

.category-filter,
.category-filter:visited {
    display: inline-block;
    border: 1px solid rgba(227, 156, 56, 0.2);
    border-radius: 20px;
    padding: 6px 15px 7px 15px;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #e39b38;
}

.category-filters button {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 36px;
    height: 36px;
    background: #faebd8;
    border: 1px solid #faebd8;
    border-radius: 20px;
    padding: 0;
}
.category-filters button img {
    width: 36px;
}

.category-filter.active {
    border-color: #faebd8;
    background: #faebd8;
    color: #e19a43;
}

.category-filter img {
    margin-right: 10px;
    height: 23px;
    vertical-align: middle;
}

@media(max-width: 768px) {
    .category-filters {
        padding-right: 50px;
    }

    .category-filter:not(.active) {
        display: none;
    }

    .show-filters .category-filter:not(.active) {
        display: inline-block;
    }

    .category-filters button {
        display: inline-block;
    }
}

.ConvenzioniList {
    position: relative;
}

.ConvenzioniList__Item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.5s;
}

.ConvenzioniList__Item.active {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    position: relative;
}

.ConvenzioniListBg {
    background: #f6f6f6;
}

.ConvenzioneBox {
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    padding: 20px 25px;
    margin: 40px 0;
}

.ConvenzioneBox h3 {
    font-size: 30px;
}

.ConvenzioneBox .expiration {
    color: rgba(55, 62, 67, 0.54);
    font-size: 14px;
}

.ConvenzioniList__Item > .row {
    margin: 0 !important;
}

.PromoItem {
    border-radius: 0 !important;
    border: none !important;
    background: #48549f;
    background: -moz-linear-gradient(top, #48549f 0%, #30398d 100%) !important;
    background: -webkit-linear-gradient(top, #48549f 0%, #30398d 100%) !important;
    background: linear-gradient(to bottom, #48549f 0%, #30398d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48549f', endColorstr='#30398d', GradientType=0) !important;
    position: relative;
    font-size: 14px;
    padding: 2rem 3rem;
    color: white !important;
    text-align: center;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.PromoItem:hover {
    background: #30398d !important;
}

.h2.old-price {
    font-size: 28px;
    text-decoration: line-through;
}

.form-coupon {
    display: flex;
    margin-bottom: 40px;
}

.form-coupon input[type="text"] {
    flex: 1;
    border-radius: .25rem 0 0 .25rem !important;
}
.form-coupon button {
    border-radius: 0 4px 4px 0 !important;
}

