/**
 * Theme Name: kudu Child Server 10
 * Template:   kadu
Theme URI:    https://wordpress.org/themes/twentytwentyone/
Description:  Twenty Twenty-One child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Version:      1.0.0
Text Domain:  kudu
*/



.kd-header-1-main, .kd-header-1-main:after {
    background: #22281e;
}
span.kd-header-1-main-home-icon {
    display: none;
}
.wpcf7-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.kd-course-details-sidebar .tutor-add-to-cart-button {
	display: none !important;
}
#sacourse-table tbody tr td:nth-child(1) {
  width: 25%;
}
.wp-block-woocommerce-checkout * {
	color: #212529;
}
#sacourse-table tbody tr td:nth-child(2) {
  width: 45%;
}
.woocommerce * {
	color: #212529;
}
#sa-header .kd-header-1-top-contact-item.kd-ml-auto {
  margin: 0;
}
#sa-header .kd-header-1-top-row {
  justify-content: center;
}
#sacourse-table tbody tr td:nth-child(3) {
  width: 15%;
}

#sacourse-table tbody tr td:nth-child(4) {
  width: 12.5%;
}

.sa-btn {
  font-size: 14px;
  padding: 10px;
  background: #D0A745;
  border-radius: 10px;
  transition: .5s all linear;
} 
.sa-btn:hover {
  background: #A9833C;
  color: #fff !important;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
} 

/* .tutor-course-details-content {
  height: 100% !important;
}
.tutor-course-details-content .tutor-btn-show-more {
  display: none !important;
} */

.kd-pr-btn-1:hover .text::after {
  color: #fff;
}
.kd-pr-btn-1 .text::after {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
  color: #000;
  content: 'REQUESTa  A MEETING' !important;
  text-wrap: nowrap;
}
.kd-pr-btn-1 .text::before {
  opacity: 0;
  transform: translateX(100%);
}
.kd-pr-btn-1 {
  width: 240px;
  display: flex;
  justify-content: space-between;
}
.kd-pr-btn-1 .text {
	width: 100%;
}
.tutor-course-wishlist-btn,
.tutor-single-course-sidebar,
.related_course.kd-course-details-area,
.tutor-course-details-tab .tutor-is-sticky {
	display: none !important;
}





/** Syllabus Style */

.sa-syllabus-wrap a {
  color: #d1a845;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 50%;
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 10px;
  align-items: center;
}
.sa-syllabus-wrap a .sa-sal-icion {
  position: relative;
  z-index: 99;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sa-syllabus-wrap a .sa-sal-icion:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #EF991F;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: tutor !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: .5s all linear;
}
.sa-syllabus-wrap a:hover .sa-sal-icion::after {
  background: #000;
}

.sa-syllabus-wrap > a > span:not(.sa-sal-icion) {
	width: calc(100% - 32px);
	padding-right: 9px;
}














.main-navigation .navbar-nav li .dropdown-menu {
  min-width: 310px !important;
}
.main-navigation .navbar-nav li .dropdown-menu li a {
  font-size: 15px !important;
}
@media (min-width: 992px) {
  #other-source, .kd-header-1-action-link {
    display: none !important;
}
}
.kd-header-1-top-contact-item .icon {
	height: 35px;
	width: 35px;
	font-size: 14px;
}
#sa-header .logo_site-size{
	max-width: 110px;
}
.kd-header-1-top-contact-item .link {
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    transition: 300ms var(--cube-1);
    text-transform: none !important;
}
button.kd-search-btn-1.search_btn_toggle {
    display: none;
}

.kd-header-1-main {
    padding: 15px 0;
}