header > .elementor-element:before {
  height: 300px !important;
  background: linear-gradient(170deg, #75BE08 0%, #FFF 45%) !important;
}

.tax-ld_course_category #genesis-content {
  padding-left: 75px;
  padding-right: 75px;
  z-index: 9;
  position: relative;
}
.archive-title {
  font-family: "Poppins", Sans-serif;
  font-size: 70px;
  font-weight: 600;
  max-width: 800px;
  line-height: 90px;
}

.ld-course-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.ld-course-card {
    background: #fff;
}

.ld-course-thumb {
    position: relative;
    display: block;
}

.ld-course-thumb img {
    width: 100%;
    height: auto;
}

.ld-badge-free {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #6bcf63;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
}

.ld-course-content{
	padding: 30px 10px 0px 30px;
}
.ld-course-title {
    font-family: "Nunito Sans", Sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0px;
	color: #1B2336;
	margin: 0;
	padding-bottom:20px;
}
.ld-course-title a{
	text-decoration:none;
	color: #1B2336 !important;
}
.ld-course-modes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ld-course-modes span a {
    color: #008F00;
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
	text-decoration:none;
	font-family: "Nunito Sans", Sans-serif;
}

.border-left-right {
  position: relative;
}
.border-left-right:before, .border-left-right:after{
    content: '';
    width: 2px;
    height: 20px;
    background-color: #008F00;
    position: absolute;
    top: 0;
}
.border-left-right:before{
    left: -45%;
}
.border-left-right:after{
    right: -45%;
}

.ld-pagination {
    margin-top: 50px;
	margin-bottom:50px;
    text-align: center;
}
.ld-pagination .page-numbers {
    font-size: 28px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    color: grey;
}
.ld-pagination .page-numbers.current, .ld-pagination .page-numbers.prev, .ld-pagination .page-numbers.next{
	color:#000;
}

@media(max-width:1850px){
    .border-left-right:before{
        left: -35%;
    }
    .border-left-right:after{
        right: -35%;
    }
}
@media(max-width:1750px){
    .border-left-right:before{
        left: -30%;
    }
    .border-left-right:after{
        right: -30%;
    }
}
@media(max-width:1650px){
    .border-left-right:before{
        left: -25%;
    }
    .border-left-right:after{
        right: -25%;
    }
}
@media(max-width:1500px){
	.archive-title {
	  font-size: 55px;
	  max-width: 740px;
	  line-height: 70px;
	}
	.ld-course-title{
		font-size:24px;
		line-height:32px;
	}
	.ld-course-modes span a{
		font-size:16px;
		line-height:16px;
	}
    .border-left-right:before{
        left: -20%;
    }
    .border-left-right:after{
        right: -20%;
    }
}
@media(max-width:1400px){
    .border-left-right:before{
        left: -15%;
    }
    .border-left-right:after{
        right: -15%;
    }
}
@media(max-width:1200px){
	.tax-ld_course_category #genesis-content{
		padding-left:20px;
		padding-right:20px;
	}
	.archive-title {
		font-size: 50px;
		max-width: 600px;
		line-height: 60px;
	}
	.ld-course-title {
		font-size: 20px;
		line-height: 28px;
	}
	.ld-course-modes span a{
		line-height:26px;
	}
    .border-left-right:before{
        left: -10%;
    }
    .border-left-right:after{
        right: -10%;
    }
}
@media(max-width:1024px){
    header > .elementor-element:before {
  height: 150px !important;
    }
}
@media(max-width:880px){
	.ld-course-grid{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media(max-width:767px){
    header > .elementor-element:before {
  height: 200px !important;
  background: linear-gradient(150deg, #75BE08 0%, #FFF 45%) !important;
    }
	
	.archive-title{
		font-size:24px;
		line-height:32px;
	}
	.ld-course-content {
	  padding: 15px 15px 0px 15px;
	}
}