@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

audio {
  width: 100%;
}

.bsp_main .right_bsp .wpcf7 p label {
  color: #000;
  font-size: 20px;
  font-family: "Nexa";
  font-weight: 700;
}

.bsp_main .right_bsp .wpcf7 input.wpcf7-form-control.has-spinner.wpcf7-submit {
  border: 0;
  padding: 10px 50px;
  background: #0672b7;
  border: 0;
  border-radius: 25px;
  color: #fff;
  font-family: "Nexa";
  font-weight: bold;
  margin-left: 0;
  position: relative;
  z-index: 99;
}
/* weekly newletter page style */
.wnl-block .the-content {
  max-width: 1140px;
  margin: 0 auto;
}
.wnl-block {
  clear: both;
  background: #fff;
  padding: 100px 0;
}
.wnl-block .the-content {
  overflow: hidden;
}
.wnl-block .wnl-block-left {
  float: left;
  width: 65%;
}
.wnl-block .wnl-block-right {
  overflow: hidden;
  padding-left: 50px;
}
.wnl-right-box p {
  font-size: 18px;
  line-height: 1.33;
}
.wnl-right-box h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.wnl-connect-btn {
  font-size: 18px;
  font-weight: 500;
}
.wnl-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 25px 0;
  padding: 6px 20px;
  background: #11b7ab;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
}
.wnl-btn:hover {
  color: #fff;
  background: #0672b7;
}
.wnl-block-left .wp-block-image {
  margin-bottom: 30px;
}
.wnl-block-left h1,
.wnl-block-left h2,
.wnl-block-left h3,
.wnl-block-left h4,
.wnl-block-left p,
.wnl-block-left ul,
.wnl-block-left ol {
  margin-bottom: 20px !important;
}
.wnl-block-left h1 {
  line-height: 1;
}
.wnl-block-left ul,
.wnl-block-left ol {
  padding-left: 30px;
}
.wnl-block-left ul li {
  list-style: disc;
}
.wnl-block-left ol li {
  list-style: decimal;
}
.wnl-block-left li {
  margin-bottom: 7px;
}
.wnl-block-left li:last-child {
  margin-bottom: 0;
}
.newsletter-btm-block {
  text-align: center;
  background: url(../images/podcast_detail_bk.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 50px 100px;
}
.newsletter-btm-block h3 {
  margin-bottom: 10px !important;
}
.newsletter-btm-block .wnl-btn {
  margin: 0;
  font-size: 20px;
  width: 100%;
  max-width: 260px;
  padding: 10px;
}
.newsletter-btm-block .wnl-desclaimer {
  font-size: 14px;
  padding-top: 50px;
  color: #979797;
}
.nl-posts-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 75px 15px 40px;
  clear: both;
}
.nl-posts-section > h2 {
  text-align: center;
  margin-bottom: 40px;
}
.nl-posts {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.nl-posts li {
    margin-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 0 0 40px;
}
.nl-posts li:last-child {
    border: none;
}
.nl-posts li .nl-thumb {
  float: left;
  width: 260px;
  margin-right: 25px;
}
.nl-posts li .nl-thumb img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.nl-posts li .nl-title {
  overflow: hidden;
}
.nl-posts li .nl-title h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.nl-posts li .nl-title h3 a {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(90deg, #10B6AA 0%, #0672B7 100%);
    transition: all 0.3s ease-in-out 0s !important;
}

.nl-posts li .nl-title h3 a:hover {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(45deg, #10B6AA 20%, #0672B7 100%);
}
.nl-publishdate {
    color: #333;
    font-size: 16px;
    line-height: 22px;
}

.nl-publishdate b {
    font-weight: 700;
    color: #000;
}
 
.about_ban_cont .block h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 54px;
    line-height: 70px;
    font-weight: 600;
    text-transform: capitalize;
}

.newsletter-signup {
    width: 850px;
    max-width: 100%;
    margin: auto;
}

.newsletter-signup p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px !important;
}

.newsletter-signup .wnl-btn {
    background: #0672B7;
    border: 1px solid #0672B7;
    border-radius: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 9px 25px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: capitalize;
}
.newsletter-signup .wnl-btn:hover, .newsletter-signup .wnl-btn:focus, .newsletter-signup .wnl-btn:active {
    background: #fff;
    border: 1px solid #fff;
    color: #0672B7;
}


.nl-posts-section .cust_pagi ul {
  border-top: 1px solid #dbdbdb;
  text-align: center;
  padding-top: 25px;
}

.wnl-img-summit {
	display: inline-block;
	margin-top: 30px;
}

.image-summit {
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
  
.image-summit img {
    width: 100%; /* Make the image responsive */
    height: auto;
    display: block;
}

@media screen and (max-width: 1159px) {
  .wnl-block .the-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .wnl-block {
    padding: 50px 0;
  }
  .wnl-block .wnl-block-right {
    padding-left: 25px;
  }
  .newsletter-btm-block {
    padding: 40px 25px;
  }
  .newsletter-btm-block .wnl-desclaimer {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wnl-block {
    padding-bottom: 50px;
  }
  .wnl-block .wnl-block-left {
    float: none;
    width: 100%;
  }
  .wnl-block .wnl-block-right {
    padding-left: 0;
    text-align: center;
    padding-top: 50px;
  }
  .wnl-block .wnl-block-right .wnl-right-box * {
    display: none;
  }
  .wnl-block .wnl-block-right .wnl-right-box .wnl-connect-btn,
  .wnl-block .wnl-block-right .wnl-right-box .wnl-connect-btn a {
    display: block;
    font-size: 24px;
  }
  .wnl-block .wnl-block-right .wnl-right-box .wnl-connect-btn a i {
    display: inline-block;
  }
  .newsletter-btm-block h3 {
    font-size: 24px;
  }
  .newsletter-btm-block {
    padding: 40px 15px;
  }
  .nl-posts li .nl-thumb {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .nl-posts li {
    margin-bottom: 30px;
  }
  .newsletter-signup {
    padding-top: 20px;
    margin-bottom: -20px;
  }
}



/* End weekly newletter page style */


/* learndash settings */

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
	background-color: #041020 !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
	padding-left: 1em; 
}

