@import url(http://fonts.googleapis.com/css?family=Cantarell:700);

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
    box-sizing: border-box;
    line-height: 2em;
    margin: 0;
    outline: 0 none;
    padding-left: 8px;
    width: 100%;
    max-width: 350px;
}

label, legend {
    font-size: 15px;
    color:#333;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
    border:none;
    border-radius: 5px;
    margin: 0 0;
    padding: 0px;
    text-align: left;
}

.logo h1 {
	margin-bottom: 0px;
}



section.content.inner {
    padding: 80px 0;
}

.woocommerce form .form-row .required, .woocommerce-page form .form-row .required, .required {
    color: #ff007b;
    font-weight: normal;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	margin-top:4px;
	margin-right:10px;
    font-size: 20px;
}

#wp-social-login-connect-options {
	padding-left: 0px !important; 
}

.portal.portal-user_management td {
    padding-right: 20px;
}

.content.inner form {
    margin-top:0px;
}


.contact-form-standard input[type=text], .contact-form-standard input[type=password], .contact-form-standard input[type=email], .contact-form-standard textarea, select {
    height: 3em;
    background-color: #FFF;
}

.content.inner form input[type="submit"], .editAvatar a.button {
    background: none repeat scroll 0 0 #333;
    border: medium none;
    border-radius: 30px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 25px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    font-family: 'Cantarell' !important;
} 

.content.inner form input[type="submit"]:hover {
    background: #ff007b;
}

li.gfield {
    list-style: none;
}

div.ginput_container textarea {
    height: 140px;
}

.ginput_container input,  .ginput_container textarea{
    color: #999 !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
    color:#333;
    background-color: #fff;
    border: medium none;
    border-radius: 30px;
    color: #333;
    display: inline-block;
    font-size: 30px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat';

}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #ff007b;
    color: #fff;
    position: relative;
    font-family: 'Montserrat';
}

#footer-global[role="contentinfo"]{
    border: none;
}
#header-global-inner[role="banner"]{
    padding-bottom: 0px;
}
.whiteWrapper{
    max-width: 960px;
    height: auto;
    border: 1px solid #CCC;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 100%;
}


.formInput {
    /*
    max-width: 100% !important;
    border: 1px solid #CCC;
    border-radius: 5px;
    width: 100% !important;
    background-color: #FFF !important;
    padding: 10px;
    padding-right: 0;
    */
    border:1px solid #ccc;
    border-radius:5px;
    height: 45px;
    width: 100%;
    display:block;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

       
}

.container .offset-by-one-half{
    padding-left: 45px;
}
.content h1 {
    border:none;
    font-size: 40px;
    line-height: 30px;
}

.content.inner h1 {
    margin-top:0px;
    margin-bottom: 20px;
    font-weight: normal;
}

.woocommerce form .form-row, .woocommerce-page form .form-row.paddingZero {
    padding:0;
}

.text-right {
    text-align: right;
}
.underline{
    text-decoration: underline;;
}
.bold{
    font-weight: bold;
}
.normal{
    font-weight: normal;
}

.noActive{
    color: #333;
    opacity: 0.4;
}
.color333{
    color: #333;
}
.colorCCC {
    color: #ccc;
}
.color999 {
    color: #999;
}
.weightNormal {
    font-weight: normal;
}
/*----------------------membership management----------------------------*/
.create_group{
    width: 100%;
    background-color: #eef8ed;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #568551;
    padding: 10px;

}
.create_group .text{
        color: #568551;
    font-size: 18px;
}
.create_group .buttonBlack{
    display: inline-block;
}
/*----------------------archive group----------------------------*/
#main ul.ap_pagination{
    
    right: 0 !important;
    border: 2px solid #333;
    border-radius: 50px;


}

ul.ap_pagination li {
    padding: 4px;

}
ul.ap_pagination li a, ul.ap_pagination li a:active, ul.ap_pagination li a:visited {
    font-size: 14px;
    text-decoration: none;
    color: black;
}
ul.ap_pagination li a:hover, ul.ap_pagination li a.selected {
    text-decoration: underline;
    font-weight: bold;
    color: #ff007b;
}
.companyTitle p{
    margin-top: 2px;
}


.single_group img{
    width: 400px;
    height: 400px;
}
/* ------------------------My account ------------------------------------*/


.imgLogin{
    width: 100%;
    height: 270px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
}
/*---------------------VARS ---------------------------------*/
.height150{
    height: 150px;
}
.height270{
    height: 270px;
}
.height1000{
    height: 1000px;
}
.height100{
    height: 100px;
}
.minHeight100 {
    min-height: 100px;
}
.minHeight900 {
    min-height: 900px;
}

.underline{
    text-decoration: underline;;
}
.bold{
    font-weight: bold;
}
.centered{
    text-align: center;
    display: block;
}
.marginTop2{
    margin-top: 2px;
}
.marginTop30{
    margin-top: 30px !important;
}

.marginLeft20 {
    margin-left: 20px;
}
.marginTop4{
    margin-top: 4px;
}
.marginTop5{
    margin-top: 5px !important;
}
.marginTop10{
    margin-top: 10px;
}
.marginTop20{
    margin-top: 20px;
}
.marginTop30{
    margin-top: 30px;
}
.marginTop35{
    margin-top: 35px;
}
.marginTop40{
    margin-top: 40px;
}
.marginTop50{
    margin-top: 50px;
}
.marginTop60{
    margin-top: 60px;
}
.marginTop10{
    margin-top: 10px;
}
.marginBottom10{
    margin-bottom: 10px !important;
}
.marginBottom20{
    margin-bottom: 20px;
}
.marginBottom30{
    margin-bottom: 30px;
}
.marginBottom40{
    margin-bottom: 40px;
}
.margin-left20 {
    margin-left: 20px;
}
.margin0{
    margin: 0;
}
.marginBottom30{
    margin-bottom: 30px;
}
.marginBottom50{
    margin-bottom: 50px;
}
.marginBottom60{
    margin-bottom: 60px;
}
.marginBottom70{
    margin-bottom: 70px;
}
.marginLeft10 {
    margin-left: 10px !important; 
}
.marginTop150{
    margin-top: 150px;
}
.margin10Top{
    margin: 10px 0 0 0;
}
.marginRightZero {
    margin-right: 0;
}
.variablePaddingBottom{
    padding-bottom: 80px;
}

.userAvatar img {
    margin-left:20px;
    border-radius: 50%
}

.userAvatar.noMarginLeft img {
    margin-left:0px;
}
.heightAuto{
    height: auto;
}

.color333{
    color: #333;
}
.fontSize13 {
    font-size: 13px !important;
}
.fontSize15 {
    font-size: 15px !important;
}
.fontSize16 {
    font-size: 16px !important;
}
.fontSize20 {    
    font-size: 20px;
}
.fontSize17 {    
    font-size: 17px;
}
.fontSize22 {    
    font-size: 22px;
}
.fontSize25 {    
    font-size: 25px;
}
.fontSize34 {    
    font-size: 34px !important;
}
.capitalize {
    text-transform: capitalize;
}
.noTextTransofrm{
    text-transform: none !important;
}
.greyLight {
    font-weight: normal;
}
.colorA0A0A0 {
    color:#A0A0A0;
}
.color646464 {
    color: #646464;
}
.colorff007b {
    color: #ff007b;
}
.opacity4 {
    opacity: 0.4;
}
.borderCCC {
    border:1px solid #ccc;
    border-radius:5px;
}
.border333 {
    border:1px solid #333 !important;
    border-radius:5px !important;
}

.borderNotTop {
    border-left:1px solid #333;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
}

.borderRadius50PerC {
    border-radius:50%;
}
.maxWidth940 {
    max-width: 940px !important;
}

.padding0{
    padding: 0 !important;
}
.noPaddingSide {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.noPaddingRight {
    padding-right: 0px !important;
}
.paddingTop5{
    padding-top: 5px;
}
.paddingLeft5{
    padding-left: 5px !important;
}
.paddingTop17{
    padding-top: 17px !important;
}
.noMarginSide {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.verticaAlignBottom{
    vertical-align: bottom;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.noHoverColorff007b:hover {
    color: #FF0083;
}

.container .offset-by-two-half {
    padding-left: 25px;
}
.container .one-half.column, .container .one-half.columns{
    width: 20px;
}

.displayNone {
    display: none;
}
.displayFlex{
    display: flex;
}
.textOverflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.positionRelative{
    position: relative;
}

.content.inner form input[type="submit"].colorff007b {
    background-color: #ff007b;
}
.floatRight{
    float: right !important;
}
.variableFloatRight{
    float: right;
}
.maxHeightVariable{
    max-height: 100px
}
.backgroundFFF {
    background-color: #FFF !important;
}
.padding5 {
    padding: 5px;
}
.marginLeft20 {
    margin-left: 20px;
}
/* My account */

ul.tabsLogin {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    border:none;
}

ul.tabsLogin h2 {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    list-style: none;
    border:none;
}

ul.tabsLogin h2 a {
    display: block;
    font-family: 'Montserrat';
    font-size:20px;
    margin-bottom:60px;
    color:#333;
    opacity: 0.4;
    
}

ul.tabsLogin h2 a.active {
    color: #333 !important;
    opacity:1;
}

.woocommerce form.login .form-row, .woocommerce-page form.login .form-row {
    padding:0px;
    margin: 0 0 0 0;
}

.titleLogin {
    color:#FFF;
    font-family: 'Montserrat';
    font-size: 3.75em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
}

.woocommerce input.button.marginRightZero {
    margin-right: 0px;
}


/*.lost_password {
    text-decoration: underline;
    color: #333;
}*/
/*.
.remember_me {
    margin-top:25px;
}

.login .two.columns.omega {
    margin-top:18px;
}

.social {
    margin-top:40px;
}
*/
h1{
    font-family: 'Montserrat' !important;
    font-weight: bold !important;
    font-size: 40px !important;
    color: #333 !important;
    margin: 0 0 10px 0 !important;
    line-height: normal !important;
}

h2.h2Login{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 25px;
    color: #333;
    margin: 0 40px 20px 0;
    display: inline-block;
    line-height: normal;
}
h3 {
    font-family: 'Cantarell' !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #333 !important;
    margin: 0 0 5px 0 !important;
    text-transform: capitalize !important; 
    padding-bottom: 0;
    line-height: normal !important;
}

label {
    font-family: 'Cantarell' !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #333 !important;
    margin: 0 0 5px 0 !important;
    text-transform: capitalize !important; 
    padding-bottom: 0;
    line-height: normal !important;
}

.infoComm h2 {
    margin: 0 0 0 0 !important;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.infoComm p {
    margin-top: 0px;
} 

/*------------------------------edit-account-----------------------------*/

.socialIconForm{
    background-repeat: no-repeat;
    padding-left: 45px;
    background-position: 7px 7px;
}
/*.userAvatar img{
    border-radius: 50%
}*/

.editAvatar{
    margin-top: -70px;
    padding-left: 100px !important;
}


/*address form*/
.addressForm p input{
    max-width: 100% !important;
    height: 45px;
    border: 1px solid #CCC;
    border-radius: 5px;
    width: 100% !important;
    background-color: #FFF !important;
}


.header-top-inner h1,  .header-top h1{
    margin-top: 15px !important;
}




/*/*--------------------------- edit avatar /*---------------------------*/
#wpua-preview {
    margin-right: 40px !important;
    display: table !important;
    float: left;
    margin-top: 0px;
}

#wpua-thumbnail {
    display: table !important;
}

#wpua-preview img {
    max-height: 400px !important;
    border-radius: 50%;
    display: table-header-group;
}

#wpua-thumbnail img {
    border-radius: 50%;
    display: table-footer-group !important;
}

#wpua-preview span, #wpua-thumbnail span{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    display: table-header-group !important;
    line-height: 40px;
}

.wpua-edit .submit .button {
    font-size: 20px !important;
/*    background-color: #333 !important;*/
    background-color: #ff007b !important;    
    color: #FFF !important;
}

#wpua-remove-button {
    display: none;
}

.wpua-edit .button {
    /*background: #ff007b;*/
    background: #333;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 30px;
    border:none;
    padding: 15px 25px;
}

a.buttonBlack {
    background: #333;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 30px;
    border:none;
    padding: 15px 25px;
    margin-top: 0px;
}

a.buttonBlack:hover {
    background: #333;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 30px;
    border:none;
    padding: 15px 25px;
    margin-top: 0px;
}

.wpua-edit-container h3 {
    display: none;
}

#wpua-images {
    margin-top: 40px;
}

#wpua-preview {
    margin-bottom: 35px;
}

.wpua-edit p.submit {
    margin-top: 25px;
    clear: both;
}
.userList .ulBadge{
    margin-top: 0;
}
/* profile */      
.titleProfile {
    font-size:40px; 
    margin-bottom:20px; 
    color:#333; 
}

/*/*---------------------------gestione utenti/*--------------------------- */
.user{
    position: relative;
}
.avatarUser{
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}
.userData{
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
}
.userRoles{
    width: 72% !important;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.deleteUser{
    position: absolute;
    top: 60px;
    right: 90px;
    color: black;
    background-color: white;
    height: 25px;
    border-radius: 50px;

}
.button.addUser{
    font-size: 12px !important;
    display: block !important; 
    margin: 0 auto;
    margin-top: 10px;
}
::-webkit-input-placeholder {
   color: black !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: black !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black !important;  
}

:-ms-input-placeholder {  
   color: black !important;  
}


.loader {
  font-size: 10px;
  margin: 5em auto;
  text-indent: -9999em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  left: 40%;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ccc;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.alert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.alert.alert-error.membership,
.alert.alert-danger.membership,
.alert.alert-success.membership{
    display: none;
    width: 90%;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-error,
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.woocommerce-message{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 5px;
}
li.empty{
    color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

/*--------------------------- profilo azienda ------------------------*/
.tabActive {
   border: 2px solid #333;
   color: #333 !important;
   text-align: center;
   border-radius: 50px;
   padding-bottom: 0px;
   padding: 5px;
   margin-right: 40px !important; 
}

.tabNotActive {
    padding-bottom: 0px;
    padding: 5px;
    /*margin-right: 25px !important;*/
    margin-bottom: 0px;
    padding-right: 0px;
}

/*/*---------------------------menu/*---------------------------*/
#sf-sub {
    display: block;
    text-align: left;
}
#sf-sub > li > a{
    color: white;
}
#sf li a img {
    height: 50px;
}
.header-top-inner-sub{
    background-color: #333333;
    width: 100%;
    z-index: 499;
    color: white;
    position: fixed;
    top:78px;
    /*top:66px; */
}
.main-navigation-sub ul {
    margin: 0 auto;
    margin-top: 0;
    list-style-type: none;
    padding: 0;
}
.main-navigation-sub ul > li a{
    /*color: #333;*/
    margin-right: 0;
    padding: 10px;
}
#searchform.sub-menu {
    margin-top: 5px;
    margin-bottom: 5px;
}
#searchform > input{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 0;
    padding: 0;
}
.profileMenuAvatar img{
    border-radius: 50%;
}
/* LIST USER MEMBER*/
ul.alphabeticList{
    list-style: none;
    border: 1px solid black;
    border-radius: 50px;
    padding-left: 15px;
    cursor: pointer;
    margin-top: 0;
}
ul.alphabeticList li.selected{
    color: #ff007b;
    text-decoration: underline;
    font-weight: bold;
}
.width40{
    width: 40px;
}
.alphabeticBar{
    position: absolute;
    right: 0;
}
.toltip_credit_acquistati{
    white-space: nowrap;
    position: absolute;
    top: 50px;
    right: 10px;
    display: none;
    color: #333;
    text-decoration: underline;
    background-color: #f4f4f4;
    padding: 5px;
}
.crediti_acquistati:hover .toltip_credit_acquistati{
    display: block;
}
.small_triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f4f4f4 transparent;
    position: absolute;
    bottom: 35px;
    left: 30px;
}

.toltip_credit_mensili{
    white-space: nowrap;
    position: absolute;
    top: 50px;
    right: 15px;
    display: none;
    color: #333;
    text-decoration: underline;
    background-color: #f4f4f4;
    padding: 5px;
}
.crediti_mensili:hover .toltip_credit_mensili{
    display: block;
}
.small_triangle_mensili{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f4f4f4 transparent;
    position: absolute;
    bottom: 35px;
    left: 32px;
}
.header-image-slideshow.marginTop{
    margin-top: 128px;
}
.agency-alt #header-global[role="banner"] .social-icons{
    margin-top: 190px;
}

/*-----------------------STORE-------------------------------*/
.store_menu h2 {
    cursor: pointer;
}
.shop.button{
    font-size: 14px !important;
    margin: 0 auto !important;
    display: table !important;
}
.border_bottom{
    border-bottom: 3px solid black;
}

/*----------------------------MACHINE------------------------*/
.positionButtonMachine{
    position: absolute !important;
    left: 140px;
    top: 145px;
    /*left: 100px !important;*/
    /*bottom: -12px !important;*/
}

.leftSecondColumn {
    left: 260px !important;
}
.container-thumb{
    max-width: 400px;
    height: 185px;
    background-repeat: no-repeat;
    background-size: cover;
}
.container_single_machine{
    display: table !important;
    width: 100%;
}
.container_single_machine .portal-tabs{
    display: table-header-group;


}
.container_single_machine .portal-tabs a{
     font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    color: #ccc;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 20px;   
}
.container_single_machine .portal-tabs a.active{
    color: #333;
}

.container_single_machine_thumb{
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px 0;
    position: relative;
}
body .gform_wrapper .gform_footer input[type=submit]{
    background-color: #333;
    color: white;
    font-size: 20px;
    padding: 15px 25px;
}

.price_machine{
    position: absolute;
    right: 0;
    top: -25px;
    background-color: #333;
    padding: 10px 30px;
    color: white;
    font-size: 20px;
    width: 45px;
}
.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 27px 27px;
    border-color: transparent transparent #ccc transparent;
    position: absolute;
    right: 103px;
    top: -26px;
    z-index: -1;
}
a.button.reservation_delete{
    background: #333;
    box-shadow: none;
    border: none;
    border-radius: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 4px;
    margin-right: 10px;
    font-size: 20px;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
/*-------------------------EVENTI-------------------------------*/
.description_event{
    overflow: hidden;
    height: 45px;
    line-height: 16px;
}
.eventButton{
    position: absolute !important;
    left: 150px !important;
    bottom: -32px !important;
}
.img_big_event{
    height: 300px;
    margin-bottom: 50px !important;

}
.slider_event{
    position: absolute !important;
    bottom: -19px !important;
    right: 120px !important;

}


/* ------------- EVENT LIST --------------- */

.tribe-events-list .tribe-events-first .tribe-events-event-image {
    float: none;
    width: 100%;
    text-align: center;
}

.tribe-events-list .tribe-events-first .tribe-events-event-image img {
    width: auto;
    max-width: 100%;
}

.tribe-events-list .vevent.hentry {
    margin-left: 3%;
    margin-right: 3%;
    border:0;
}

/*---------------------DASHBOARD-----------------------------*/
div.ulBadge img{
    border-radius: 50%;    
}

div.badgeWrapper {
    float:left; 
    width:25px;
    margin-right:10px;
}

h2.h2tab {
    float: left;
    margin-right: 10%;
}

div.bx-viewport {
    border: 1px solid #333 !important;
    border-radius:5px;
}

/*---------------------ATTIVITA-----------------------------*/

div.tabsDash h2 a {
    opacity: 0.4!important;
    
}

div.tabsDash h2 a.active {
    color: #333 !important;
    opacity:1 !important;
}



.flex-direction-nav li .flex-next:before {
    content: "\f054";
}

.flex-direction-nav li .flex-next:before, .flex-direction-nav li .flex-prev:before {
    font-family: FontAwesome;
    font-size: 20px;
}

.bx-wrapper .bx-next  {
    right: -40px;
}

.bx-wrapper .bx-prev {
    left: -40px;
}

.bx-wrapper ul li { height: 320px; }

.bx-wrapper img {
    border-radius:50%;
    margin:35px auto 25px;
}
.ulBadge{
    margin-top: 20px;
}

/*---------------------WOOCOMMERCE-----------------------------*/

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    display: block;
    float: none;
    margin-bottom: 30px;
    overflow: auto;
}

.woocommerce #coupon_code {
    margin-top: 5px;
    margin-right: 20px;
    height: 50px;
}

.woocommerce .coupon #coupon_code{
    width: 30%;
}

.woocommerce .cart .coupon input[type="submit"].button {
    float: left;
}

.woocommerce-checkout p#billing_cf_pi_field {
width: 100%;
}

/*-------------HOME---------------*/
.agency-alt .homepage-section-header h1{
    margin: 0 auto !important;
}

/*---------------------MEDIA QUERY-----------------------------*/

@media  (max-width: 996px){
    .form-row{width: 100% !important;}

}
@media  (max-width: 960px){
    .header-top-inner-sub{top: 124px !important;}
    .variablePaddingBottom{padding-bottom: 160px;}

}
@media (max-width: 767px){
    .header-top-inner-sub{position: relative; top:0 !important;}
    .variablePaddingBottom{padding: 0}
    .positionRelative.marginBottom40{margin-bottom: 40px;}
    .boxNews{height: auto; text-align: center;}
    .eventButton{display: none !important}
    h2.h2tab { width:100%; float:none; }
    .leftSecondColumn{left: 140px !important}
    .variableFloatRight{float: left;}
    .maxHeightVariable{max-height: 100%}
    .container_single_machine{display: block !important}
    .toltip_credit_acquistati {display: none !important;}
    .toltip_credit_mensili{display: none !important;}
    .small_triangle_mensili{display: none !important;}
    .small_triangle{display: none !important;}
}




