/**
Theme Name: Astra Child
Author: Michele Zingariello 
Author URI: https://www.softecspa.com
Description: Questo style spacca di brutto
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* classi generali */
nav {
    z-index: 999999;
}
.nomargin {
    margin:0px !important;
    padding:0px !important;
}
.margin0 {
    margin:0px !important;
}

.center {
    text-align:center;
}

a:hover {
    text-decoration:none !important;
}

.red {
    color:#D12222;
}

.white,
a.white,
a.white:hover {
	color:#fff;
}
button.redhover:hover{
    background-color: #831818;
}

.black {
    background: #000!important;
}

.bgwhite {
	background:#fff;
}

.margin15{
    margin: 0 !important;
    padding: 25px 20px !important;
}
.paddingleft {
	padding-left:35px;
}

.padding20 { 
	padding: 0 20px;
}

input::placeholder { 
	color:#fff;
}
svg.ast-arrow-svg {
    fill: #ffffff;
}
.title {
    margin-bottom: 20px;
}
.title::after {
    content: '';
    width: 30px !important;
    height: 5px !important;
    margin: 0 auto;
    background:#D12222;
    display:block;
}

.sub-menu {
	margin-top:0px!important;
}

.contact-label .eael-feature-list-content-box {
    padding-top: 20px;
}
.titleleft {
    margin-bottom: 30px;
}
.titleleft::after {
    position: relative;
    content: '';
    width: 30px !important;
    height: 5px !important;
    top: 10px;
    left: 0%;
    background: #D12222;
    display: block;
}

#form-update-course .wpcf7-not-valid-tip {
	color:#fff ;	
}

.wpcf7-response-output {
    color: #fff;
}

.wp-block-group.form-rimani-aggiornato {
    margin: 0;
    padding: 0;
}

/* button arrow */
.input-group-btn{
    margin-top: 20px;
    width:100%;
}
.buttonarrow:hover, 
.buttonarrow:focus,
.footerbuttonarrow:hover, 
.footerbuttonarrow:focus,
.littlebuttonarrow:hover,
.littlebuttonarrow:focus {
    background: #D12222;
    color:#fff;
}

.buttonarrow span {
    color: #fff;
}

.buttonarrow {
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 51px;
  margin-left:20px;
  width:185px;
  position:relative;
  background: #D02127;
  color: #fff;
}
.footerbuttonarrow {
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 51px;
    width:100%;
    position:relative;
    background: #D02127;
    color: #fff;
  }
  
.littlebuttonarrow {
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 51px;
    margin-left:20px;
    width:115px;
    position:relative;
    background: #D02127;
    color: #fff;
}

.buttonarrow a:hover {
    color:#fff;
}

.buttonarrow span:after,
.buttonarrow:after,
.footerbuttonarrow:after,
.littlebuttonarrow:after {
  content: '\2192';
  position: absolute;
  opacity: 0;
  top: 0;
  right: 30px;
  transition: 0.5s, width 0.5s;
  color:#fff;
}

.buttonarrow:hover span:after,
.buttonarrow:hover::after,
.footerbuttonarrow:hover::after, 
.littlebuttonarrow:hover::after {
  opacity:1;
  right: 20px;
}

/* mailchimp */
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: transparent;
    color: #fff;
}

input.form-control {
    background-color: transparent;
    /* width: 300px; */
    padding: 0 20px;
}

.mc4wp-alert.mc4wp-success {
    text-align: center;
    color: #fff;
    align-items: center;
    padding-top: 15px;
    font-size: 18px;
	border: 1px solid #6ec340;
    margin: 15px;
}

input#mce-FNAME,
input#mce-EMAIL {
    width: 190px;
    max-width: 450px;
    background-color: transparent;
    color: #fff;
    height: 50px;
    padding-left: 20px !important;
}

.buttonblackarrow {
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 31px !important;
  margin-left:20px;
  width:185px !important;
  position:relative;
  background-color:#222 !important;
  border:0px !important;
  color: #fff;
}

.buttonblackarrow:after {
  content: '\2192';
  position: absolute;
  opacity: 0;
  top: 0;
  right: 30px;
  transition: 0.5s, width 0.5s;
}

#mc_embed_signup .clear {
    clear: both;
    position: absolute;
    right: 450px;
    top: 107px;
}

@media only screen and (max-width: 1100px) {
    #mc_embed_signup .clear {
        clear: none;
        position: relative;
        right: 5%;
        top:0px;
    }
}

/* slider home*/
.slider-home a.wp-block-button__link {
    width: 100px !important;
    color: #383B41 !important;
    border: 1px solid #383B41 !important;
    background: transparent !important;
    padding: 5px !important;
    position: relative;
    left: 10px;
    top:0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}

 .uagb-post__image img {
    height: 235px;
    object-fit: cover;
    width: 100%;
}

.slider-home .uagb-post__cta.wp-block-button {
     display: inherit;
     margin:0px 10px 30px 0px;
     text-align: right;
}

 .uagb-post__title {
    line-height: 20px !important;
}

h2.uagb-ifb-title {
    line-height: 37px;
}

.wp-block-group.shortcode-home-corsi {
    padding: 0px!important;
}

/*form rimani aggiornato sui corsi*/
.titlewhite {
    padding: 30px 0 0 0;
}

.titlewhite::after {
    position: relative;
    content: '';
    width: 30px !important;
    height: 5px !important;
    top: 2px;
    left:0;
    background:#ffffff;
    display:block;
}

.titlewhitecenter {
    padding: 30px 0 0 0;
}

.titlewhitecenter::after {
    content: '';
    width: 30px !important;
    height: 5px !important;
    background:#ffffff;
    display:block;
}

.title-formatori::after {

    content: '';
    width: 30px;
    height: 5px;
    margin: 20px auto;
    background:#D12222;
}

.form-home-corsi {
    background: url(/wp-content/themes/astra-child/img/Image_modulo_newsletter.png) top right no-repeat;
}

h3.entry-title {
    font-size:18px !important;
    font-weight: 400 !important;
}

.contact-label .eael-feature-list-content-box {
    padding-top: 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    background: transparent;
    color: #ffffff;
}

/*formatori home*/
.card {
    border:0px !important;
    margin:20px;
}

.container-card {
   position: relative;
   padding-bottom: 20px;
}

.container-card .image {
    height: 234px;
    width: 100%;
    object-fit: cover;
}

.container-card .single-course-image {
    max-height: 145px;
    width: 100%;
    object-fit: cover;
}
.post-carousel-categories li {
    background: rgba(242, 242, 242, 0.5);
    padding: 1%;
    font-weight: 600;
}
/*template instructor*/
.list-instructor-posts .div-teacher {
    float:left
}

.row.container-formatori {
    margin-top: 105px;
}

.list-instructor-posts .div-teacher .card mb-2 {
    min-height:200px;
}

.instructor .attachment-large {
    width: 310px!important;
}

.instructor .container {
    margin-top:100px;
}

.instructor-template-default #content {
    background-image: linear-gradient(#ffffff, #F4F5F7);
}

.instructor .price {
    position:absolute;
    bottom:10%; 
    left:2%; 
    z-index:9;
    border-radius: 21px;
    background-color: #B65659;
    font-size: 20px;
    padding:5px 15px;
    color:#fff;
}
p.category{
margin-bottom: 50px;

}
.instructor a p.titolo_documento {
    color:#383B41;
    line-height: 10px;
    border-bottom: 1px solid #8d8d8d;
    padding-bottom: 20px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}
.instructor a:hover p.titolo_documento{
    color:#D12222;
}
.instructor a p.titolo_documento i.fa-file-pdf{
 font-size:24px;
}
.instructor .img {
    position: relative;
}

.container.instructor h6 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
    padding:20px 0;
    margin:0;
}

.container.instructor h5.minheight80 { 
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    min-height: 80px;
}

h5.titolo_formazione {
    margin-bottom: 0;
    font-weight: 700;
}

p.titolo_info_docente {
    font-size: 0.8em;
    color: #8d8d8d;
}

.container-card .cornice {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width:100%;
  background:transparent;  
}

.container-card .imageoff {
    opacity: 1;
    z-index: 1;
    position:absolute;
    padding:0px;
}

.container-card:hover .imageoff {
   opacity: 0;
   z-index: 1;
   position:absolute;
}

.container-card:hover .imageon {
     opacity: 1;
     z-index: 9;
     position:absolute;
     padding:0px;
}
  .container-card .imageon {
    opacity: 0;
    z-index: 9;
    position:absolute;
}
  .container-card:hover .cornice {
    /*  opacity: 1;*/
    
}
  .thumb-post img{
    height: 200px;
    object-fit: cover;
}

/* box istruttori */
.col-12.col-md-6.col-lg-4.bgwhite.margin15.course_instructor_list.instructor-card {
    padding: 0 !important;
    border-radius: 6px;
    border: 2px solid #ddd;
}

.caption.instructor-card-capt {
    display: flex;
    flex-direction: column;
    padding: 1em 1.5em 1.5em;
}

.btn-instructor {
    border: 0;
    color: #fff;
    border-radius: 24px;
    background-color: #d12222;
    transition: background-color 0.5s;
}

.btn-instructor:hover {
    background-color: #831818;
}

.btn-instructor > a {
    color: #fff;
    font-weight: 700;
}

.btn-instructor > a:hover {
    color: #fff;
}

.intructor-title {
    font-size: 18px !important;
    font-weight: 400 !important;
}

h5.titolo_formazione {
    font-size: 18px;
}

.ld-course-list-items .ld_course_grid .ld_course_grid_button{
    width: auto !important;
}

.instr-card.course_instructor_list.instructor-card {
    width: calc(100% / 3 - 20px);
    margin: 10px !important;
    border: 2px solid #ddd;
}

@media (max-width: 991px) {
   .container-card .image {
        height: 100%;
    }  
    .container-card .imageoff {
        opacity: 0;
        z-index: 9;
        position:absolute;
        padding:0px;
    }
    .container-card .imageon {
        opacity: 1;
        z-index: 9;
        position:absolute;
        padding:0px;
    }
     .container-card .single-course-image {
        max-height: 130px;
        width: 100%;
        object-fit: cover;
    }
}

 @media (max-width: 375px) {

    .container-card .single-course-image {
       max-height: 110px;
       width: 100%;
       object-fit: cover;
   }
}
@media (max-width: 320px) {

    .container-card .single-course-image {
       max-height: 60px;
       width: 100%;
       object-fit: cover;
   }
}

@media (min-width:992px) and (max-width: 1142px) {
    .container-card .image {
         height: 235px;
    }  
     .container-card .imageoff {
         padding:0px;
    }
     .container-card:hover .imageon {
         padding:0px;
    }
 }

@media (max-width: 1024px) {
     /*dashboard*/
    .avatar_user {
        display: flex;
        justify-content: center;
    }

    .avatar_user img {
        border-radius: 50%;
        width: 20%;
    }

    #elementor-popup-modal-28615 {
        display: none !important;
    }

    .instr-card.course_instructor_list.instructor-card {
        width: calc(100% / 2 - 20px);
    }
    .elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-53f77142 {
        display: none;
    }
}
@media all and (max-width: 576px) {
    .instr-card.course_instructor_list.instructor-card {
        width: 100%;
    }
}
 /*course*/

 .ld_course_grid_button.col.align-last a {
    background: transparent !important;
    border: 1px solid #000 !important;
    color:#000 !important; 
    padding: 3px !important;
    text-transform:uppercase;
    
  }
  .ld_course_grid_button.col.align-last a:hover {
    background: #d12222 !important;
    border: 1px solid #d12222 !important;
    color:#fff !important; 
    padding: 3px !important;
    text-transform:uppercase;
    
  }
.ld_course_grid img {
    height: 200px !important;
    object-fit:cover;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price {
    background: #d02227 !important;
}
.fa-heart-o:before {
    content: "\2661";
    font-size:15px;
}
table.table td {
    vertical-align: middle;
}
table.table tr.table-info{
height: 160px !important;;

}
table.table tr.table-info:hover{
background-color: #8d8d8d!important;
    
}
table.table tr.table-info img{
height: 130px !important;
width: 130px !important;
object-fit: cover;

}
div#table_notices_view {
    background: #f2f0f0;
}

#table_notices_view .bg-info {
    background-color: #D12222 !important;
    color: #fff;
}
.ld-course-status-segment.ld-course-status-seg-action.status-closed span.ld-course-status-label {
    display: none;
  }
  .container-info-course h6 {
    margin:0px; 
}    
.container-info-course {
    text-align: center !important;
    padding-bottom: 5px;
} 
.cart_exist_product {
    background-color:#b38686;
    color:#fff;
    border-radius:50px;
    border:none;
    display:flex;
    align-items:center;
    pointer-events: none;
} 


.learndash-wrapper .ld-button:not(.ld-js-register-account):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
    display:flex;
    justify-content: center;
    transition: background 0.5s;
} 
.ld-alert.ld-alert-success.ld-alert-certificate {
    margin: 0 auto 20px auto;
    max-width: 1100px;
}
/*home*/
h2.uagb-ifb-title {
    line-height: 30px;
}

.uagb-post__inner-wrap img {
    object-fit: cover;
    height: 255px !important;
}

.price {
    background-color:#D12222 !important;
}

.padding-logout img {
    height: 30px;
}

.textLogin {
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.textLogin img {
    padding-right:26px;
  }
  

/* .ld-profile-avatar {
    display: none;
} */

/*pagina template corsi*/
.ld-item-list.ld-lesson-list {
    margin: 0 auto;
    max-width: 1200px;
}
.ld-course-list-items.row {
    margin: 0 !important;
    padding: 10px;
}
.container-tags-grid a {
    color: #D12222;
}
/*dashboard*/
.avatar_user img {
    border-radius: 50px;
    width:50px;
    border:2px solid #D12222;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
    flex: 0 0 140px;
}
.statistiche {
    min-width: 80px;
}
.woocommerce-MyAccount-content {
    float: left !important;
    width: 100% !important;
}

nav.woocommerce-MyAccount-navigation {
    display: none !important;
}

a#elementor-menu-cart__toggle_button {
    outline: none;
}
#title-notices{
    font-weight: 600;
    font-size:35px;
}
.row.mb-3.align-items-center.border {
    background: #fff;
    padding: 10px;
}
.row.mb-3.align-items-center.border .container-timing-corso.scaduto,
.row.mb-3.align-items-center.border .container-timing-progress{
    background: #fff;
    padding: 0px;
}
.row.mb-3.align-items-center.border .container-timing-corso.scaduto p,
.row.mb-3.align-items-center.border .container-timing-progress p{
    color: #383B41;
    font-size: 19px;
    background: #fff;
    text-align: left;
    line-height:21px;
}
/* corsi e certificati*/
a.ld-certificate-link {
    display: flex;
}

  .ld-table-list-column.ld-table-list-column-certificate span.ld-icon.ld-icon-certificate {
    background:#e2e7ed;
    padding:5%;
    border-radius:10%;
}  

.ld-table-list-column.ld-table-list-column-certificate span.ld-icon.ld-icon-certificate::after {
    content: 'SCARICA IL CERTIFICATO ECM';
    /* padding: 10%; */
    display: flex;
    font-size: 12px;
}
.ld-item-details span.ld-icon.ld-icon-certificate {
    content: 'SCARICA IL ATTESTATO DI PARTECIPAZIONE';
    /* padding: 10%; */
    display: flex;
    align-items:center;
    background:#e2e7ed;
    padding:5%;
    border-radius:10%;
}
.ld-item-details span.ld-icon.ld-icon-certificate::after {
    content: 'SCARICA L\'ATTESTATO DI PARTECIPAZIONE';
    /* padding: 10%; */
    display: flex;
    font-size: 12px;
    padding-left:3%;
    
}
@media only screen and (min-width: 567px) and (max-width: 768px) {
    .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns{
        flex-direction: unset;
    }     
}

@media only screen and (max-width: 567px) {
    .ld-item-details {
        flex-direction: column;
         display: flex;
    }
    
    .ld-expand-button.ld-button-alternate.ld-mobile-only {
        justify-content: start;
    }
    
    .ld-status.ld-status-complete.ld-secondary-background {
        margin: 4% 0;
    }
    
    .ld-table-list-item-expanded {
        display: none;
    }
    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
        flex-direction: column !important;
    }
        
}

/* profilo */
.woocommerce-MyAccount-content-wrapper>form>h3 {
    display: none;
}
.woocommerce-address-fields__field-wrapper p {
    display:block
}
span.woocommerce-input-wrapper {
    align-items: center;
}
.woocommerce-address-fields__field-wrapper>p>label {
    /* padding-left:15px; */
}
span.select2-selection.select2-selection--single {
    padding: 0 !important;
}
.u-column1.col-1.woocommerce-Address {
    max-width: 100% !important;
}
.ld-pagination.ld-pagination-page-profile{
    display:none;
}

@media only screen and (max-width: 567px) {
    .form-row-first, 
    .form-row-last {
       width: 100% !important;
    }
    .woocommerce-address-fields {
        padding: 8px !important;
    }
    
    label.radio {
        line-height: 12px !important;
    }
    span.woocommerce-input-wrapper {
        align-items: center;
        padding-top: 10px;
    }
}

/* avvisi */

.col-lg-8.col-md-6.notice-box-left,
.col-lg-8.col-md-6.upcoming-events-box-left {
    padding: 20px;
}

.col-lg-8.col-md-6.notice-box-left p {
    margin: 0 !important;
}

.col-lg-8.col-md-6.notice-box-left p:first-child {
    font-size: 14px;
    margin-bottom: 5px;
}

.col-lg-8.col-md-6.notice-box-left p:nth-child(2),
.col-lg-8.col-md-6.upcoming-events-box-left p:nth-child(2) {
    font-weight: 600;
    margin-bottom: 25px !important;
}

.col-lg-8.col-md-6.notice-box-left span,
.col-lg-8.col-md-6.upcoming-events-box-left span {
    font-weight: 600;
}

i.far.fa-clock.icon-avvisi-orologio {
    padding-left: 20px;
    padding-right: 10px;
}

i.fa-calendar-alt.icon-avvisi-calendario {
    padding-right: 10px;
}
/* I PROSSIMI APPUNTAMENTI */
.row-upcoming-events{
    display:flex; 
    align-items:center; 
    background-color: #fff;
}
.row-upcoming-events .upcoming-events-box-left p {
    font-weight: 600;
    font-size:19px;
}
.row-upcoming-events .upcoming-events-box-left p.cat {
    font-size:14px;
    color:#d12222;
}
i.fas.fa-map-marker-alt.icon-upcoming-events-location {
    padding-right: 10px;
    color:#000;
}

i.far.fa-clock.icon-upcoming-events-orologio {
    padding-left: 20px;
    padding-right: 10px;
}

i.fa-calendar-alt.icon-upcoming-events-calendario {
    padding-right: 10px;
}

.upcoming-events-box-left p{
    margin-bottom: 0;
}

@media only screen and (max-width: 567px) {
    .row-upcoming-events .upcoming-events-box-left p {
        font-size:16px;
        
    }
    .row-upcoming-events .upcoming-events-box-left p.cat {
        font-size:12px;
    }
    .row-upcoming-events>div>div {
        font-size:12px;
    }
}    
/*fatture*/

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead tr {
background-color:#d12222;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead span {
color:#ffffff !important;
padding:10px;
font-weight:400;
}

.elementor-widget-woocommerce-my-account .woocommerce thead:first-child tr:first-child th{
    padding:20px !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number,
td.woocommerce-table__product-name.product-name,
.elementor-widget-woocommerce-my-account .woocommerce .order_details tfoot th {
    padding-left:20px !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a,
.elementor-widget-woocommerce-my-account .woocommerce .order_details .product-name a {
   color:#d12222 !important;
}
td.woocommerce-orders-table__cell {
    color: #2a302f !important;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    margin-right: 4px;
    font-weight:400;
}
.elementor-widget-woocommerce-my-account .woocommerce .order_details .product-name a {
    color:#2a302f
}
.elementor-widget-woocommerce-my-account .woocommerce .order_details .product-name a:hover {
    color:#d12222
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    padding: 0;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
    background-color:#d12222;

}
.table thead th {
    font-weight: 500;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr th {
    background-color:#d12222;
    color:#ffffff !important;
    padding:10px;
    font-weight:400;
}
p.order-again {
    display: none;
}
/*wishlist*/

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive thead {
    background-color: #d12222;
    color: #ffffff;
    font-weight: 400 !important;
}
.woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th {
    font-weight: 400;
}

.woocommerce #content table.cart td, .woocommerce-page #content table.cart td {
    font-weight: 400;
}

.woocommerce table.shop_table .woocommerce-Price-amount, .woocommerce-page table.shop_table .woocommerce-Price-amount:first-child {
    font-weight: 400;
}
a.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.alt,
.woocommerce #content table.cart .button, .woocommerce-page #content table.cart .button {
    background-color: #d12222;
    color: #ffffff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 16px;
    padding: 15px;
    font-weight:400;
}

a.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.alt:hover,
.woocommerce #content table.cart .button, .woocommerce-page #content table.cart .button {
    background-color: #540d0d;
}
.coupon .button {
    background-color: #d12222 !important;
}
.container.table-info-course .info-thumb-image {
    height: 170px;
    
  }

.container.table-info-course .info-thumb-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    
  }

/*remove btn */
.woocommerce #content table.cart .button, .woocommerce-page #content table.cart .button {
    display: none !important;
  }
  .dateadded {
    display: none !important;
  }
span.dateadded {
    font-size: 12px;
}

th.product-stock-status {
    display: none;
}

td.product-stock-status {
    display: none;
}
@media only screen and (max-width: 1023px) {
    .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
        flex: 0 0 90px;
    }
    .title_info_course,
    .title_notices_course{
        display: none;
    }
    .row.mb-2.align-items-center.border>div {
        padding-bottom: 20px;
    }
      .row.mb-2.align-items-center.border>div:last-child {
        margin-bottom: 20px;
    }  
      
}
@media only screen and (min-width: 1280px) {
    .elementor-section.elementor-top-section.elementor-element.elementor-element-6f04c15.elementor-section-boxed.elementor-section-height-default {
        display: none;
    }
      
}

body:not(.logged-in) .user_icon {
    display: none
}

body.logged-in .user_icon {
    display: block;
}

body.logged-in .button_login {
    display: none;
}

/* .ld-profile-avatar {
    display: none;
} */

.ld-profile-heading {
    display: none;
}

div#elementor-popup-modal-28617 {
    display: none;
}

.ld-profile-stats {
    background: #fff;
    padding: 80px 10px;
}

.ld-profile-stat.ld-profile-stat-courses {
    position:relative;
}

.ld-profile-stat.ld-profile-stat-completed {
    position:relative;
}

.ld-profile-stat.ld-profile-stat-certificates {
    position:relative;
}

.ld-profile-stat.ld-profile-crediti-ecm {
    position:relative;
}

.ld-profile-stat.ld-profile-tot-crediti-ecm {
    position:relative;
}
.ld-profile-stat.ld-profile-stat-ore-studiate {
    position:relative;
}

@media (max-width: 500px) {
    /*dashboard*/
    .ld-profile-stats {
        height: 100%;
    }
}

#ld-user-register input {
    margin: 0px !important;
}

#ld-user-register .ur-field-item {
    margin: 0px !important;
}

p.ld_course_grid_button a {
    background: #D12222 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none !important;
}

.ld_course_grid_price.ribbon-enrolled {
        background: #D12222 !important
}

.ld_course_grid_button a {
    background: #D12222 !important;
    transition: background 0.5s !important;
}

.ld_course_grid_button a:hover {
    background: #831818 !important;
}

.ld_course_grid_button a:focus {
    outline: none !important;
}

.ast-header-break-point .ast-primary-header-bar {
    border-bottom-color: #D12222;
}

.lmscoder-price-wrap {
    display: inline-flex;

}
.lmscoder-price-wrap__item:first-child {
    padding-right: 10px;
}

.lmscoder-price-wrap__item:last-child {
    padding-right: 10px;
}

.lmscoder-price-wrap__original {
    text-decoration: line-through;
}

.learndash-wrapper.learndash-wrapper-login-modal.ld-modal-open {
    position: fixed;
    top: 0;
    z-index: 1111111;
    height: 100%;
    width: 100%;
    background: #0000009c;
}

section#dashboard-content {
    margin-top: 178px;
    background: #fff;
    padding: 30px;
}

.success.profile-success-update {
    text-align: center;
    border: 3px solid #D12222;
    padding: 30px;
    margin-bottom: 20px;
}

.woocommerce.woocommerce-checkout form #customer_details.col2-set .col-1, 
.woocommerce.woocommerce-checkout form #customer_details.col2-set .col-2, 
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1, 
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-2 {
    max-width: 100%;
}

span.prezzo_sbarrato {
    text-decoration: line-through;
}

button.wp-block-search__button {
    background: #202020 !important;
    color: #fff !important;
    border: 0px !important;
    padding: 0px 50px !important;
    margin: 0px !important;
}

.yes-js.js_active .ast-plain-container.ast-single-post #primary {
     margin: 0; 
}

.home #main {
    margin-top: 0; 
}

.ld-modal-heading {
    margin: 0 !important;
    padding: 0 !important;
}

div#ld-user-register {
    margin: 0 !important;
}

.ld-login-modal-form .the_champ_login_container {
    margin: auto;
    width: 30%;
}

.ld-login-modal-register .the_champ_login_container {
    margin: auto;
    width: 30%;
}

div#password-lost-form-wrap {
    margin-top: 20px;
}

button#reset-pass-submit {
    background: #D12222;
}

button#reset-pass-submit:hover {
    background: #D12222;
}

.woocommerce-error .container-login {
    float: right;
}

.container-wishlist-grid {
    border-top: 1px solid #ccc;
    display: flex;
    padding: 10px;
    font-size: 11px;
}
.yith-wcwl-add-button {
    float: right;
  }

.yith-wcwl-add-button a {
    color:#D12222;
}

.yith-wcwl-add-button a:hover {
    color:#D12222;
}

.ld-profile-avatar {
/*     margin-top: -40px; */
    overflow: hidden;
    z-index: 11;
}

span.description {
    line-height: 3 !important;
    margin-left: 20px;
}

.container-timing-corso {
    background: #D12222;
    padding:30px;
    vertical-align: middle;
}

.container-timing-corso p {
    color: #fff;
    padding:0;
    font-size: 18px;
    margin:0;
}
.container-timing-progress {
    color: #D12222;
    flex-direction: row-reverse;
    align-items: center;
    padding:0;
    margin: 0;
}

.container-timing-progress p {
    margin: 0;
    padding: 10px 0px;
    font-size:14px;
    background: #f0f3f6;
    text-align: center;
}
/* @media (max-width: 544px) {
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .menu-link,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
    .ast-theme-transparent-header .ast-masthead-custom-menu-items,
    .ast-theme-transparent-header .ast-masthead-custom-menu-items a,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,
     .ast-theme-transparent-header .main-header-menu .menu-link {
        color: #f9f4f4;
        background: #D12222;
    }    
*/
/* login modal responsive*/
@media all and (max-width: 768px) {
   .learndash-wrapper .ld-login-modal{
        height: 100vh;
        margin: 0 50% 20px 50%;
        top:0px !important;
    }
}
.learndash-wrapper .ld-modal {
    border-radius: 0px !important;

}

/* barra status corso */
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
    margin: 0 auto;
    padding: 10px;
    max-width: 1120px;
}

@media all and (max-width: 1024px) {
    .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
        margin: 0 10px;
    }
}
/* /barra status corso */

/* barra avanzamento corso */
.learndash-wrapper .ld-course-status.ld-course-status-enrolled, 
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
    margin: 0 auto;
    max-width: 1100px;
}

@media all and (max-width: 1024px) {
    .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
        margin: 0 10px;
    }

    .learndash-wrapper .ld-course-status.ld-course-status-enrolled, 
    .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
        margin: 0 10px;
    }
}
/* /barra avanzamento corso */


.ld_course_grid_price {
    display:none;
}

.container-category-grid {
    position: absolute;
    background: #D12222;
    right: 0;
    margin: 5% 10% 0 0;
    border-radius: 25px;
}
.container-category-grid:hover {
    background-color: #831818;
}
.container-category-grid p {
    margin:5px;
    color: #fff;
    padding: 1px 10px;
    text-transform:uppercase;
}

.container-category-grid p a {
    color: #fff;
}

.container-category-grid p a:hover {
    color: #fff;
}

.container_time_lesson {
    min-width: 9%;
    text-align: right;
    padding-right: 1%;
}
.container-tags-grid p {
    margin:0px !important;
    color: #383B41;
    font-size:12px;
    padding: 0px 0px 2% 0px !important;
}
/* .container-tags-grid p a, .container-tags-grid p a {
    color:#383B41;
}   */

.container-tags-grid p a:hover {
    color: #831818;
}

.entry-content div.ld_course_grid .thumbnail .caption .entry-title{
    padding: 0px !important;
}
.caption .entry-content {
    display: none;
}
.caption h3.entry-title  {
    margin:0px !important;
    padding:0px !important;
}
.container-course-button{
      display:flex; 
      align-items: center;
}
.ld_course_grid_button.col.align-last {
    text-align: right !important;
}
.container-time-grid.col.order-first {
    padding: 0;
}
.container-credit-grid.col {
    padding: 0;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
}
.add_to_wishlist.single_add_to_wishlist.button.alt {
    padding: 0px;
    border:0px;
}
.caption {
    min-height: 220px;
    justify-content:space-between;
  
}
span.prezzo_grid {
   font-size: 20px;
   font-weight: 600;
}
.ld-course-list-items .col-auto {
    margin-left: -15px;
}
.entry-content div.ld_course_grid .thumbnail .caption .entry-title, 
.ld-course-list-items div.ld_course_grid .thumbnail.course .caption .entry-title, 
.ld_course_grid .thumbnail .caption .entry-title {
    margin-bottom: 0px !important;
}
.ld-course-list-items .ld_course_grid .thumbnail .caption p {
   margin:0px !important;
}
.ld_course_grid_button.col-auto {
    display: inline-block;
    display: -webkit-inline-box;
}
.ld-course-list-items .ld_course_grid .thumbnail .caption p {
    width: auto !important;
}
p.ld_course_grid_button {
    text-align: right;
}

.ld-course-list-items .ld_course_grid .ld_course_grid_button a {
    width:auto ;
}
.ld-course-list-items .col{
    padding-right:0;
}
.ld_course_grid > article > a{
    background-color: #D12222;
  }
.attachment-course-thumb.size-course-thumb.wp-post-image {
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    opacity:1;
    
  }
.attachment-course-thumb.size-course-thumb.wp-post-image:hover {
    /*! opacity: 0; */
    transform: scale(1.04); 
    /* opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;*/
    opacity: .7;
 
  }
  @-webkit-keyframes flash {
      0% {
          opacity: .4;
      }
      100% {
          opacity: 1;
      }
  }
  @keyframes flash {
      0% {
          opacity: .4;
      }
      100% {
          opacity: 1;
      }
  } 


.product-price .price {
    background-color:#fff !important;
}

  /* CARRELLO */

.elementor-menu-cart__footer-buttons a {     
    min-height: 53px;     
    align-items: center;     
    display: flex!important;       
}

td.product-name a {
    color: #383B41;
}
td.product-name a:hover {
    color: #d12222;
}

/* cartflow checkout*/
input#billing_birthdate {
    width: 100%;
    line-height: 19px;
}
p#additional_Altre_note_field {
    width: 100%;
}

.wcf-embed-checkout-form .woocommerce #order_review button {
    background-color: #D12222;
}

.wcf-embed-checkout-form .woocommerce #order_review button.wcf-btn-small:hover {
    background-color: #831818;
    border: 1px solid #831818;
}

.wcf-embed-checkout-form .woocommerce #payment #place_order:hover {
    background-color: #831818;
    border: 1px solid #831818;
}

.wcf-embed-checkout-form .woocommerce a {
    color: #D12222;
}

.wcf-embed-checkout-form .woocommerce #payment input[type="radio"]:checked:before {
    background-color: #D12222;
}

p#additional_Altre_note_field {
    width: 100%;
}

p#additional_dichiarazione_reclutamento_field {
    width: 100%;
}

p#additional_dichiarazione_reclutamento_field {
    width: 100%;
}

.wcf-embed-checkout-form .select2-container--default.field-required .select2-selection--single,
.wcf-embed-checkout-form .woocommerce form .form-row input.input-text.field-required,
.wcf-embed-checkout-form .woocommerce form .form-row textarea.input-text.field-required,
.wcf-embed-checkout-form .woocommerce #order_review .input-text.field-required {
    border-color: #D12222;
}

label.radio {
    padding: 0 5px;
}

#billing_receiver_type_field .woocommerce-input-wrapper label{
    top: 0;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    line-height: 20px;
}

input#billing_receiver_type_private:checked {
    background-color: #d12222;
}

input#payment_method_stripe {
    float: none;
}

input#payment_method_stripe {
    float: none;
    margin: 0 5px 0 0;
}

input#payment_method_ppcp-gateway {
    float: none;
    margin: 0 5px 0 0;
}

input#payment_method_bacs {
    float: none;
    margin: 0 5px 0 0;
}

input#wc-stripe-new-payment-method {
    float: none;
    margin: 0 5px 0 0;
}

input#additional_dichiarazione_reclutamento {
    float: none;
    margin: 0 5px 0 0;
}

.wcf-embed-checkout-form table.shop_table td, .wcf-embed-checkout-form table.shop_table th,
.wcf-embed-checkout-form table.shop_table td dl dt,
.wcf-embed-checkout-form table.shop_table td dl dd {
    padding: 0.6em 10px 0 0;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 20px;
}
/* #billing_receiver_type_field .woocommerce-input-wrapper {
    display: grid;
} */
#additional_dichiarazione_reclutamento_field {
    width: 100%;
}
#billing_condizioni_di_utilizzo_field {
  width: 100%;

}

#billing_condizioni_di_utilizzo {
  float: none;
}

input#mailchimp_woocommerce_newsletter {
    float: none;
}

p.form-row.form-row-wide.mailchimp-newsletter {
    padding: 0 !important;
}

/*FOOTER*/
section#block-11{
    margin: 0;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row,
.site-above-footer-wrap[data-section="section-above-footer-builder"] .site-footer-section {
    align-items: center;
}
/*social login*/
.socialLogin h2 {
    font-size: 14px;
}
.socialLogin {
    margin-bottom: 30px;
}
.the_champ_login_container {
    width: 50%!important;
  }
ul.the_champ_login_ul{
    display: flex;
}  
 #theChampGoogleButton {
    width: 60px;
    height: 60px;
  }
.theChampLogin.theChampFacebookBackground.theChampFacebookLogin {
    width: 60px;
    height: 60px;
    margin-right:10px;
  }
div.theChampFacebookLogoContainer {
      width: 50px;
      height: 50px;
      border-radius: 999px;
      background-color: white;
      margin: 5px auto;
}
#iva{
    font-size:11px !important;
    font-weight: 300 !important;
}

.form-assistenza {     
    margin-right:20px; 
}

.form-assistenza textarea::placeholder {
    color: #fff; 
}


div#modalQuestionarioGradimento  .modal-dialog {
    max-width: 55%;
}

.ld-item-list-items.ld-lesson-progression .container-timing-corso {
    margin-bottom: 30px;
}

input#additional_Altre_note::placeholder,
input#coupon_code::placeholder {
    color: #666;;
}

/* login button */
.ld-login-modal-wrapper .ld-alert-success {
    color: #ffffff;
    border-color: #ffffff;
}
.submit > input#wp-submit {
    background-color: #fff !important;
    color: #d12222 !important;
}

li.login-responsive.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-32561 {
    display: none;
}
  
.elementor-menu-toggle:hover {
      color: #000 !important;
}
  
  @media all and (max-width: 1024px) {
    li.login-responsive.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-32561 {
      display: block;
    }
  
    .elementor-element.elementor-element-d55385b.button_login.elementor-widget.elementor-widget-ld-login {
      display: none;
    }
}
  /* /login button */
