/*

 Theme Name:   Hello Elementor Child

 Theme URI:    https://yourwebsite.com/

 Description:  A child theme for Hello Elementor

 Author:       Your Name

 Author URI:   https://yourwebsite.com/

 Template:     hello-elementor

 Version:      1.0.0

 Text Domain:  hello-elementor-child

*/



/* Import parent theme styles */

@import url("../hello-elementor/style.css");


.custom-link-text a{
  font-weight: 500;
  text-decoration: underline !important;
}
.counter-center .elementor-counter{
  text-align: center;
}
.programs .elementor-image-box-wrapper .elementor-image-box-img{
      width: 70px;
    height: 70px;
    margin: auto !important;
      display: flex;
      align-items: center;
    border-radius: 10px;
      justify-content: center;
    background-color: #375c94;
        margin-bottom: 20px  !important;
}


.latest-blog-posts{
/*   gap: 24px;*/
   display: flex;
  flex-wrap: wrap; 
}
.latest-blog-posts .featured-post{
    width: 58.33%;
    flex: 0 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}
.latest-blog-posts .post-list{
    gap: 24px;
    display: grid;
    width: 41.66%;
    flex: 0 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}
.latest-blog-posts .post-item{
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 2px 10px 0px rgba(0, 126, 252, 0.1);
}
.latest-blog-posts .post-item .post-image{
    display: flex;
}
.latest-blog-posts .post-item .post-image img{
    border-radius: 15px;
    width: 100%;
}
.latest-blog-posts .featured-post .post-item .post-image img{
   width: 100%;
   height: 466px;
   object-fit: cover;
}
.latest-blog-posts .featured-post .post-item .post-body .post-description p{
   font-size: 18px;
   line-height: 28px;
}
.latest-blog-posts .post-item .post-body .post-title{
   font-size: 26px;
   line-height: 36px;
   margin: 10px 0px 15px;
}
.latest-blog-posts .post-item .post-body a.btn.btn-link{
    gap: 5px;
    display: flex;
    color: #375C94;
    font-weight: 600;
    align-items: center;
    text-decoration: underline;
}
.latest-blog-posts .post-item .post-body a.btn.btn-link:hover{
    color: #263B5C;
}

.latest-blog-posts .post-item .post-body .post-title a{
    color: #263B5C;
    font-size: 26px;
    line-height: 36px;
    transition: all .3s;
     font-family: "Arvo", serif;
}
.latest-blog-posts .post-item .post-body .post-title a:hover{
    color: #375C94;
}
.latest-blog-posts .post-item .post-body .post-date {
    gap: 10px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.latest-blog-posts .post-item .post-body{
    padding: 20px 10px 10px;
}

.latest-blog-posts .post-list .post-item{
   gap: 20px;
   display: flex;
   align-items: center;
}
.latest-blog-posts .post-list .post-item .post-image{
  width: 230px;
  height: 180px;
  flex: 0 0 230px;
}
.latest-blog-posts .post-list .post-item .post-image img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.latest-blog-posts .post-list .post-item .post-body{
  padding: 0px;
}
.latest-blog-posts .post-list .post-item .post-body .post-title{
   margin: 5px 0px 10px;
}
.latest-blog-posts .post-list .post-item .post-body .post-title,
.latest-blog-posts .post-list .post-item .post-body .post-title a{
   font-size: 22px;
   line-height: 34px;
}

/*Newsletter From*/
.newsletter-from .elementor-form-fields-wrapper{
  position: relative;
}
.newsletter-from .elementor-form-fields-wrapper .elementor-field-group.e-form__buttons{
  top: 0;
  right: 0; 
  width: auto;
  position: absolute;
}
.newsletter-from .elementor-form-fields-wrapper .elementor-field-group.e-form__buttons .elementor-button{
  border-radius: 0px 8px 8px 0px;
}
.newsletter-from form.elementor-form .elementor-field-group-email input.elementor-field{
    padding-right: 170px;
}
.events-box section.tribe-common-l-container.tribe-events-l-container{
   padding: 0px;
}
.events-box .tribe-common--breakpoint-medium.tribe-events .tribe-events-header{
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px !important;
  background-color: #ebeef4 !important;
}

.events-box .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar.tribe-events-header__top-bar{
  margin-bottom: 0px;
}
.events-box .tribe-events .tribe-events-c-events-bar__search-container,
.events-box .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar{
    background-color: transparent;
}
.events-box .tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input{
    border-radius: 8px;
    background-color: #ffffff;
    height: 60px;
}
.events-box .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border{
    border: none;
    background-color: transparent !important;
}
.events-box .tribe-events .tribe-events-calendar-month__header-column-title{
    color: #fff;
    font-weight: 500 !important;
   font-size: 18px !important;
}
.events-box .tribe-events .tribe-events-calendar-month__header-column{
    padding-bottom: 0px;
}
.events-box .tribe-events .tribe-events-c-search__button, 
.events-box .tribe-events button.tribe-events-c-search__button{
    padding: 18px 20px;
    margin-left: 20px;
    background-color: #375C94 !important;
}
.events-box .tribe-events .tribe-events-c-search__button:hover, 
.events-box .tribe-events button.tribe-events-c-search__button:hover{
    padding: 18px 20px !important;
    background-color: #263b5c !important;
}
.events-box .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body{
    border: 2px solid #375C94 !important; 
    border-radius: 0px 0px 12px 12px;
}
.events-box .tribe-events .tribe-events-calendar-month__day-date-daynum{
   font-size: 18px;
}
.events-box .tribe-common .tribe-common-c-btn-border{
    color: #ffffff;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    border: none;
}
 .events-box .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus, 
 .events-box .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus {
    outline: none;
    background-color: inherit;
 }
 .events-box .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within{
    background-color: #375c94;
 }


/*.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker{
    display: inline-grid;
    justify-content: end;
}
*/

.events-box header.tribe-events-calendar-month__header{
    padding: 20px;
    color: #ffff;
    background-color: #375C94;
    border-radius: 12px 12px 0px 0px;
}
.footer-main .link-text a{
  text-decoration: underline !important;
}
.events-box .tribe-common-l-container.tribe-events-l-container .tribe-events-c-subscribe-dropdown__container{
  display: none;
}

/*Our Newsletter*/
.newsletter-issue-widget{
    text-align: center;
}
.newsletter-issue-widget .current-issue h3,
.newsletter-issue-widget .past-issues h3{
   color: #375c94;
   font-size: 30px;
   line-height: 40px;
   text-align: center;
   margin: 0px 0px 20px 0px;
}
.newsletter-issue-widget .swiper .post-card .post-image img{
   width: 100%;
   height: 260px;
   object-fit: cover;
   border-radius: 10px;
}

.newsletter-issue-widget .swiper-slide{
   margin-bottom: 50px;
}
.newsletter-issue-widget .year-tabs {
    padding: 8px;
    gap: 10px;
    flex-wrap: wrap;
    border-radius: 15px;
    display: inline-flex;
    margin-bottom: 30px;
    justify-content: center;
    background-color: #fff;
    display: inline-flex;
    box-shadow: 0px 2px 10px 0px rgba(0, 126, 252, 0.1);
}
.newsletter-issue-widget .year-tabs .year-tab {
    color: #375C94;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    padding: 8px 15px;
    margin-right: 10px;
    border-radius: 10px;
    margin: 0px !important;
    background-color: #ebeff5;
    font-family: "Arvo", serif;
}
.newsletter-issue-widget .year-tabs .year-tab:last-child{
    margin-right: 0px;
}
.newsletter-issue-widget .year-tabs .year-tab:hover {
    color: #fff;
    background-color: #375C94;
}
.newsletter-issue-widget .year-tabs .year-tab.active {
    color: #fff;
    background-color: #375C94;
}
.newsletter-issue-widget .post-grid {
    display: flex;
    gap: 20px;
}
.newsletter-issue-widget .post-card {
    width: 100%;
}
.newsletter-issue-widget .post-image img {
    max-width: 100%;
    height: auto;
    display: block;
}
.newsletter-issue-widget .hidden {
    display: none;
}

/*Team*/
.custom-team .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title span{ 
    color: #828d99;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: "IBM Plex Serif", Sans-serif;
}
.custom-team .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description a{
   color: #375c94;
}
.elementor-popup-modal .dialog-widget-content{
    border-radius: 10px !important;
}
.dialog-type-lightbox{
    display: flex;
}


/*Custom Table*/
.custom-table .table-responsive{
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    border: 2px solid #375C94;
}
.custom-table .table-responsive table td, 
.custom-table .table-responsive table th{
   vertical-align: middle;
   transition: 0.3s ease-in-out;
   border: 2px solid hsl(216.13deg 45.81% 39.8%);
}
.custom-table .table-responsive table.table{
   border: hidden;
   margin-bottom: 0;
   background-color: #ebeff5;
}
.custom-table .table-responsive table.table thead tr th.w-40{
  width: 40%;
}
.custom-table .table-responsive table.table thead tr th{
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  padding: 15px 20px;
  vertical-align: middle;
  background-color: #375C94;
   font-family: "Arvo", serif;
}
.custom-table .table-responsive table.table tbody tr th{
  color: #375C94;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  padding: 30px 20px;
   font-family: "Arvo", serif;
}
.custom-table .table-responsive table.table tbody tr td{
  color: #263B5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 15px 20px;
}
.custom-table .table-responsive table tbody>tr:nth-child(odd)>td, 
.custom-table .table-responsive table tbody>tr:nth-child(odd)>th{
  background-color: transparent;
}
.custom-table .table-responsive table tbody tr:hover>td, 
.custom-table .table-responsive table tbody tr:hover>th{
  background-color: rgb(55 92 148 / 10%);
}
.custom-table .table-responsive table.table tbody tr td a{
  color: #263B5C;
  text-decoration: underline;
}
.custom-table.tournaments-table .table-responsive table.table tbody tr th{
  min-width: 190px;
}
.custom-table .table-responsive table.table tbody tr th a{
  color: #375C94;
  text-decoration: underline;
}

.supporters-logo .elementor-widget-image img{
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
}
.supporters-logo .elementor-widget-image img:hover{
    filter: inherit;
}

.partner-testimonials.custom-testimonial .elementor-testimonial__content h6{
   color: #375c94;
   font-size: 18px;
   margin-top: 0px;
   margin-bottom: 0px;
   font-family: "Arvo", serif;
}
.partner-testimonials.custom-testimonial .elementor-testimonial__content:after{
  display: none !important;
}

.custom-archive .elementor-post__thumbnail__link .elementor-post__thumbnail{
   border-radius: 10px !important;
}

.main-menu .elementor-nav-menu .menu-item:first-child .elementor-item {
  padding-right: 30px !important;
}
.main-menu .elementor-nav-menu .menu-item:last-child .elementor-item {
  padding-left: 30px !important;
}
.table-responsive .table .programs-table {
    padding: 0px !important;
}
.programs-table .programs-text {
    display: grid;
}
.programs-table .programs-text span{
    padding: 15px 20px;
}
.programs-table .programs-text span:first-child{
    border-bottom: 2px solid rgb(55 92 148);
}


@media (max-width: 1366px) {
    .latest-blog-posts .post-list .post-item .post-image {
        width: 170px;
        height: 160px;
        flex: 0 0 170px;
    }

    .latest-blog-posts .featured-post{
        width: 55.33%;
    }
    .latest-blog-posts .post-list{
        width: 44.66%;
    }
    .latest-blog-posts .featured-post .post-item .post-image img{
        height: 340px;
    }
    .latest-blog-posts .post-list .post-item .post-body .post-title, 
    .latest-blog-posts .post-list .post-item .post-body .post-title a{
     font-size: 20px;
     line-height: 32px;
    }
    .elementor-nav-menu .sub-arrow{
       padding: 5px !important;
    }
}

@media (max-width:1024px) {
    .main-menu nav.elementor-nav-menu__container .sub-arrow{
      margin-left: auto;
    }
    .main-menu nav.elementor-nav-menu__container .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{
      height: 15px;
      width: 15px;
    }
    .newsletter-issue-widget .swiper .post-card .post-image img{
      height: 200px;
    }
    .partner-testimonials .swiper-slide .elementor-testimonial{
      flex-direction: column;
    }
    .partner-testimonials .swiper-slide .elementor-testimonial__footer{
       text-align: left;
       padding-top:0px !important;
    }

    .main-menu .elementor-nav-menu .menu-item:first-child .elementor-item {
      padding-right: 20px !important;
    }
    .main-menu .elementor-nav-menu .menu-item:last-child .elementor-item {
      padding-left: 20px !important;
    }
}

@media (max-width:991px) {

    .latest-blog-posts .featured-post {
        width: 52.33%;
    }
    .latest-blog-posts .post-list {
        width: 47.66%;
    }
    .latest-blog-posts .featured-post .post-item .post-image img {
        height: 230px;
    }
    .latest-blog-posts .post-list .post-item .post-image {
        width: 140px;
        height: 130px;
        flex: 0 0 140px;
     }
     .custom-table .table-responsive table.table tbody tr td,
     .custom-table .table-responsive table.table tbody tr th,
     .custom-table .table-responsive table.table thead tr th{
        padding: 15px 15px;
     }
    .custom-table .table-responsive table.table{
        min-width: 1100px;
    }
   }

@media (max-width:831px) {

  .events-box .tribe-events .tribe-events-calendar-month__day-cell--mobile{
     justify-content: center;
  }
  .events-box .tribe-events header .tribe-events-c-events-bar__search-button-icon-svg{
        width: 40px;
        border-radius: 6px;
        padding: 10px !important;
        background-color: #375C94 !important;
   }
  .events-box .tribe-events header .tribe-events-c-events-bar__search-button-icon-svg path{
        fill: #ffffff;
  }
  .events-box .tribe-common  header .tribe-events-c-events-bar--border button .tribe-common-c-svgicon{
    padding: 8px;
    background-color: #375c94;
    width: 35px;
    height: 40px;
    border-radius: 6px;
   }
  .events-box .tribe-common  header .tribe-events-c-events-bar--border button .tribe-common-c-svgicon__svg-fill {
    fill: #ffffff;
  }
  .events-box .tribe-events header .tribe-events-c-view-selector{
     width: 40px;
  }
  .events-box .tribe-events .tribe-events-calendar-month__day-cell--selected, 
  .events-box .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, 
  .events-box .tribe-events .tribe-events-calendar-month__day-cell--selected:hover{
    background-color:#375c94 !important;
  }
  .events-box .tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg{
    height: 10px !important;
    width: 20px !important;
  }
  .events-box .tribe-events .tribe-events-calendar-month__mobile-events-icon--event{
    background-color: #375c94;
  }
  .events-box .tribe-events .tribe-events-l-container{
     min-height: 700px;
  }
}

@media (max-width:767px) {
    .newsletter-issue-widget .swiper .post-card .post-image img{
      height: 260px;
    }
    .newsletter-issue-widget .post-grid{
      flex-wrap: wrap;
    }
    .latest-blog-posts .post-item .post-body{
        padding: 20px 0px 10px;
    }
    .latest-blog-posts .post-item .post-image img {
        height: 230px !important;
    }
    .latest-blog-posts .featured-post {
       width: 100%;
       margin-bottom: 20px;
    }
    .latest-blog-posts .post-list {
        width: 100%;
    }
    .latest-blog-posts .post-list .post-item{
        flex-wrap: wrap;
    }
    .latest-blog-posts .post-list .post-item .post-image{
        width: 100%;
        height: auto;
        flex: 100%;
    }
    .latest-blog-posts .post-item .post-body .post-title a{
       font-size: 22px;
       line-height: 32px;
    }

    .newsletter-from .elementor-form-fields-wrapper .elementor-field-group.e-form__buttons .elementor-button{
      border-radius: 0px 8px 8px 0px;
    }
    .newsletter-from form.elementor-form .elementor-field-group-email input.elementor-field{
        padding-right: 120px;
    }
    .custom-table .table-responsive table.table thead tr th,
    .custom-table .table-responsive table.table tbody tr th{
      font-size: 16px;
      line-height: 26px;
    }
    .custom-table .table-responsive table.table{
        min-width: 1000px;
    }
    .newsletter-issue-widget .current-issue h3,
    .newsletter-issue-widget .past-issues h3{
      font-size: 24px;
      line-height: 34px;
  }
}