﻿.post-content > .medium-section:first-child { padding-top:0px; }

.col-6.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-area {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    margin-bottom: 50px;
}
body.theme-color1 .entry .single-box-item {
    text-align: center;
    border-radius: 8px;
    padding: 30px 30px 30px;
    transition: var(--transition);
    color: var(--blackColor);
    text-decoration: none;
    border-radius: 5px;
    padding: 20px;
    display: block;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    font-size: var(--fontSize);
    font-weight: 800;
    a {
        margin-bottom: 0px;
        border-bottom: none !important;
        line-height: 150%;
        font: {
            size: 23px;
            weight: 800;
        };
    }
    p {
        margin-bottom: 0px;
    }
    .link-btn {
        display: inline-block;
        color: #363636 !important;
        font: {
            size: 15px;
            weight: 700;
        };
        &:hover {
            color: #ee9003 !important
        }
    }
    &:hover {
        box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
        transform: translateY(-10px);
    }
}

.single-box-item {
    .image {
        margin-bottom: 20px;

    	img { max-width: 90px; }
    }
}
.boxes-info {
    text-align: center;
    margin-top: 30px;

    p {
        line-height: initial;
        font-weight: 600;

        a {
            font-weight: 700;
            color: var(--mainColor);

            &:hover {
                color: var(--blackColor);
            }
        }
    }
}


/*================================================
Courses details
=================================================*/

.courses-details-image-style-two {
  border-radius: 5px;
}
.courses-details-image-style-two img {
  width: 100%;
  border-radius: 5px;
}

.courses-details-desc-style-two {
  margin-top: 35px;
}
.courses-details-desc-style-two h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}
.courses-details-desc-style-two h3:not(first-child) {
  margin-top: 30px;
}
.courses-details-desc-style-two .why-you-learn {
  margin-top: 20px;
}
.courses-details-desc-style-two .why-you-learn ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 15px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -12px;
}
.courses-details-desc-style-two .why-you-learn ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}
.courses-details-desc-style-two .why-you-learn ul li span {
  display: block;
  color: var(--blackColor);
  position: relative;
  padding-left: 22px;
  line-height: 1.7;
  font-weight: 500;
}
.courses-details-desc-style-two .why-you-learn ul li span i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--mainColor);
  font-size: 13px;
}
.courses-details-desc-style-two .courses-curriculum {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 30px;
  margin-top: 20px;
}
.courses-details-desc-style-two .courses-curriculum h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0px;
  font-size: 25px;
  margin-bottom: 10px;
  color: var(--secondary-color);
}
.courses-details-desc-style-two .courses-curriculum h4 {
	padding: 30px 30px 10px;
    font-size: 17px;
    letter-spacing: 0px;
}
.courses-details-desc-style-two .courses-curriculum h3:not(:first-child) {
  margin-top: 50px;
}
.courses-details-desc-style-two .courses-curriculum ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc-style-two .courses-curriculum ul li {
  display: block; 
  margin-left: -30px;
  margin-right: -30px;
}

.courses-details-desc-style-two .courses-curriculum > ul > li {
  background-color: #f8f9f8;
}
.courses-details-desc-style-two .courses-curriculum ul li ul li {
  margin-left: 0px;
  margin-right: 0px;
}

.courses-details-desc-style-two .courses-curriculum ul li a {
  color: var(--blackColor);
  position: relative;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  letter-spacing: 0px;
}
.courses-details-desc-style-two .courses-curriculum ul li a::before {
  position: absolute;
  left: 30px;
  color: var(--mainColor);
  top: 14px;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
}
.courses-details-desc-style-two .courses-curriculum ul li a.youtube::before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  color: #FF0000;
}
.courses-details-desc-style-two .courses-curriculum ul li a.pdf::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  color: #EB1100;
}
.courses-details-desc-style-two .courses-curriculum ul li a.spreadsheet::before {
  content: "\f1c3";
  font-family: "Font Awesome 5 Free";
  color: #1D6F42;
}
.courses-details-desc-style-two .courses-curriculum ul li a.spotify::before {
  content: "\f1bc";
  font-family: "Font Awesome 5 Brands";
  color: #1ED760;
}
.courses-details-desc-style-two .courses-curriculum ul li a.website::before {
	content: "\f35d";
  font-family: "Font Awesome 5 Free";
  color: #1c7ed6;
  font-weight: 900;
  font-size: 15px; top: 16px;
}
.courses-details-desc-style-two .courses-curriculum ul li a.ppt::before {
  content: "\f1c4";
  font-family: "Font Awesome 5 Free";
  color: #FF8F6B;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-name {
  font-weight: 700;
  color: var(--black-color);
}
.courses-details-desc-style-two .courses-curriculum ul li .courses-description {
	padding: 0 55px 15px;
    font-size: 90%;
    margin-top: -10px;
    color: var(--primary-font-color);
}
.courses-details-desc-style-two .courses-curriculum ul li .courses-description img {
	max-width: 70%;
}
.courses-details-desc-style-two .courses-curriculum ul li .courses-description ul { margin: 0 0 20px }
.courses-details-desc-style-two .courses-curriculum ul li .courses-description ul li { margin:0px; color: var(--primary-font-color); position: relative; padding-left: 28px; background: transparent !important;}
.courses-details-desc-style-two .courses-curriculum ul li .courses-description ul li:before {
    content: "";
    display: block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 10px;
    color: var(--primary-color);
    position: absolute;
    left: 0px;
}
.courses-details-desc-style-two .courses-curriculum ul li.no-hover .courses-description {
	padding-left: 30px;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta {
  text-align: end;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .questions {
  display: inline-block;
  background: #f7e7e8;
  color: var(--mainColor);
  text-transform: lowercase;
  border-radius: 3px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .duration {
    display: inline-block;
    background: #EFEFEF;
    color: #666;
    text-transform: lowercase;
    border-radius: 20px;
    margin-right: 6px;
    padding: 3px 15px 3px;
    font-size: 14px;
    font-weight: 500;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status {
  display: inline-block;
  background: #b90845;
  color: white;
  border-radius: 20px;
  margin-left: 6px;
  padding: 3px 15px 3px;
  font-size: 14px;
  font-weight: 700;
}
.courses-details-desc-style-two .courses-curriculum ul li a.youtube .courses-meta .status {
	background-color: #FF0000;;
}
.courses-details-desc-style-two .courses-curriculum ul li a.spotify .courses-meta .status {
	background-color: #1ED760;;
}
.courses-details-desc-style-two .courses-curriculum ul li a.pdf .courses-meta .status {
	background-color: #EB1100;;
}
.courses-details-desc-style-two .courses-curriculum ul li a.spreadsheet .courses-meta .status {
	background-color: #1D6F42;;
}
.courses-details-desc-style-two .courses-curriculum ul li a.ppt .courses-meta .status {
	background-color: #FF8F6B;;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status:hover {
	background-color: var(--black-color);
}
.courses-details-desc-style-two .courses-curriculum ul li a.website .courses-meta .status {
	background-color: #1c7ed6;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status.locked {
  color: var(--blackColor);
  background-color: transparent;
  padding: 0;
  margin-left: 8px;
  border-radius: 0;
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: normal;
}
.courses-details-desc-style-two .courses-curriculum ul li:not(.no-hover):hover {
  background-color: #EFEFEF !important;
}
.courses-details-desc-style-two .courses-curriculum > ul > li:nth-child(2), .courses-details-desc-style-two .courses-curriculum > ul > li:nth-child(4), .courses-details-desc-style-two .courses-curriculum > ul > li:nth-child(6), .courses-details-desc-style-two .courses-curriculum ul li:nth-child(8), .courses-details-desc-style-two .courses-curriculum ul li:nth-child(10), .courses-details-desc-style-two .courses-curriculum ul li:nth-child(12), .courses-details-desc-style-two .courses-curriculum ul li:nth-child(14), .courses-details-desc-style-two .courses-curriculum ul li:nth-child(16), .courses-details-desc-style-two .courses-curriculum ul li:nth-child(18), .courses-details-desc-style-two .courses-curriculum ul li:nth-child(20), .courses-details-desc-style-two .courses-curriculum ul li:nth-child(22) {
  background-color: var(--whiteColor);
}
.courses-details-desc-style-two .requirements-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc-style-two .requirements-list li {
  color: var(--optionalColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
}
.courses-details-desc-style-two .requirements-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}
.courses-details-desc-style-two .requirements-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc-style-two p strong {
  color: var(--blackColor);
}
.courses-details-desc-style-two .description-features-list {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style-type: none;
}
.courses-details-desc-style-two .description-features-list li {
  color: var(--optionalColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
}
.courses-details-desc-style-two .description-features-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}
.courses-details-desc-style-two .description-features-list li strong {
  color: var(--blackColor);
}
.courses-details-desc-style-two .description-features-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc-style-two .audience-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc-style-two .audience-list li {
  color: var(--optionalColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
}
.courses-details-desc-style-two .audience-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}
.courses-details-desc-style-two .audience-list li strong {
  color: var(--blackColor);
}
.courses-details-desc-style-two .audience-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc-style-two .courses-author {
  margin-top: 20px;
  border-radius: 5px;
  background: #f8f8f8;
}
.courses-details-desc-style-two .courses-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: var(--mainColor);
  background-image: url(../../assets/img/bg/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.courses-details-desc-style-two .courses-author .author-profile {
  padding: 0 25px 25px;
}
.courses-details-desc-style-two .courses-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}
.courses-details-desc-style-two .courses-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid var(--whiteColor);
  width: 100px;
  height: 100px;
}
.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}
.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
}
.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: var(--optionalColor);
}
.courses-details-desc-style-two .courses-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 800;
}
.courses-details-desc-style-two .courses-reviews .rating {
  display: inline-block;
  position: relative;
  top: 2px;
}
.courses-details-desc-style-two .courses-reviews .rating span {
  font-size: 17px;
  color: #cecfd2;
  margin-right: -2px;
}
.courses-details-desc-style-two .courses-reviews .rating span.checked {
  color: orange;
}
.courses-details-desc-style-two .courses-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}
.courses-details-desc-style-two .courses-reviews .rating-count span {
  display: block;
  font-size: var(--fontSize);
  color: var(--optionalColor);
}
.courses-details-desc-style-two .courses-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.courses-details-desc-style-two .courses-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
}
.courses-details-desc-style-two .courses-reviews .side div {
  font-size: var(--fontSize);
  font-weight: 700;
}
.courses-details-desc-style-two .courses-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}
.courses-details-desc-style-two .courses-reviews .right {
  text-align: end;
}
.courses-details-desc-style-two .courses-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: var(--whiteColor);
  border-radius: 5px;
}
.courses-details-desc-style-two .courses-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}
.courses-details-desc-style-two .courses-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}
.courses-details-desc-style-two .courses-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}
.courses-details-desc-style-two .courses-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}
.courses-details-desc-style-two .courses-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}

.table-responsive tr td:first-child {
    width: 370px;
}
/*body.theme-color1 .entry .table-responsive tr td:first-child a { border:none !important }*/

@media screen and (max-width: 992px){
	.col-6.col-20 {
	    flex: 0 0 100%;
	    max-width: 100% !important;
	    width: 100% !important;
	}
	.single-box-item {
	    & .image {
	    	margin-bottom: 0px;
	        img { width: 50px; margin-right: 30px; }
	    }
	}
	body.theme-color1 .entry .single-box-item { display:flex; align-items: baseline; }
	.table-responsive tr td:first-child {
    	width: 37%;
    }
    .courses-details-desc-style-two .courses-curriculum ul li a { display:block !important; }
    .courses-details-desc-style-two .courses-curriculum ul li a .courses-meta {
	    text-align: start;
	    display: block;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.courses-details-desc-style-two .courses-curriculum ul li a::before { top: 11px; }
}

.filters.filter-button-group { padding: 20px; background:#F4F4F4; display: flex; justify-content: space-between;
	.dropdown { min-width:200px; display: inline; }
	.dropbtn {
		background: var(--primary-color);
	    border: none;
	    color: white;
	    i { margin-left: 10px; }
	    padding: 10px 25px;
	}
	.dropdown-menu { padding: 0rem; top: auto; }
	.dropdown-item { border-bottom: 1px solid #E4E4E4;
    padding: 0.5rem 1.5rem; 
		&:last-child { border-bottom: 0px; }
		&:focus, &:active {  }
	}
	label {
		font-weight: bold;
	    margin-right: 30px;
	    padding: 3px 0;
	    display: inline-block;
	}
}

/* General Styles for Search Container and Centering */
.search-container {
        margin-top: 0px;
    text-align: center;
    width: 40%;
    display: flex;
}

.search-bar {
    display: flex; width: 100%;
}

/* Search Input Styling with Extra Padding */
.search-input {
    font-size: 17px;
    border-radius: 12px;
    font-family: Arial, sans-serif;
    padding: 7px 20px; /* Add extra left and right padding */
    width: 100%; /* Desktop width */
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 0px; /* Add space beneath the search input */
}

/* Search Button Styling */
.search-button, .reset-button {
    font-size: 17px;
    border-radius: 0 5px 5px 0;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: -47px;
    color: white !important;
    i { color: white; }
}

.search-button {
    background-color: var(--secondary-color);;
    color: white;
}

.search-button:hover {
    background-color: var(--primary-color);;
}
#sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 170px; height: 90px;
  &.fixed {
  	position: fixed;
    top: 100px;
    margin: 0 auto;
    width: 100%;
    left: -15px;
    right: -15px;
    z-index: 999;
  }
}
.blog-layout-sidebar .post-content { overflow: visible; }
@media screen and (max-width: 991px){
	#sticky { display:none }
}