File: /home/hunarpak/public_html/wp-content/themes/courselog/assets/sass/tutor_support.scss
.tutor-wrap {
padding: 100px 0;
.tutor-single-course-segment {
.tutor-course-header-h1 {
font-size: 31px;
font-weight: 700;
}
.tutor-meta-top {
padding: 10px 0 30px;
.tutor-single-course-author-meta, .tutor-course-level {
padding-top: 10px;
}
.tutor-social-share {
span {
margin-right: 10px;
}
button {
margin: 0 5px;
height: 40px;
width: 40px;
border: 1px solid #e3e3e8;
font-size: 14px;
border-radius: 100px;
@include transition();
&:hover {
background: $primary-color;
color: #ffffff;
border: 1px solid $primary-color;
}
}
}
}
.tutor-lead-meta {
li {
a {
font-weight: 600;
}
span {
font-weight: 700;
font-size: 18px;
margin-bottom: 15px;
}
}
}
.tutor-course-topics-contents {
.tutor-course-title, .tutor-course-lesson {
padding: 23px 20px;
}
.tutor-course-title {
h4 {
font-size: 18px;
color: #2878eb;
}
}
.tutor-course-lesson {
h5 {
a {
color: #58566b;
&:hover {
color: $primary-color;
}
}
}
}
}
}
.course-enrolled-nav-wrap {
.course-enrolled-nav {
li {
a {
font-weight: 700;
}
}
}
}
.tutor-single-course-sidebar {
.tutor-price-box-thumbnail {
margin-bottom: 40px;
img {
border-radius: 3px 3px 0 0;
}
}
.tutor-lead-info-btn-group {
border-bottom: 1px solid transparent;
.tutor-button , .course-complete-button {
padding: 21px 20px;
border: 1px solid $primary-color;
@include transition();
font-size: 16px;
&:hover {
background: transparent;
color: $primary-color;
border: 1px solid $primary-color;
}
}
.course-complete-button {
background: transparent;
color: $primary-color;
cursor: pointer;
&:hover {
background: $primary-color;
color: #ffffff;
}
}
}
.tutor-course-tags {
a {
font-size: 13px;
text-transform: uppercase;
background: transparent;
border: 1px solid #DADADE;
border-radius: 100px;
padding: 2px 15px;
&:hover {
background: $primary-color;
color: #ffffff;
border: 1px solid $primary-color;
}
}
}
}
.tutor-single-add-to-cart-box {
.tutor-course-enroll-wrap {
button {
padding: 19px 20px;
border: 1px solid $primary-color;
@include transition();
font-size: 16px;
&:hover {
background: transparent;
color: $primary-color;
border: 1px solid $primary-color;
}
}
}
}
.tutor-course-filter-wrap {
.tutor-course-archive-filters-wrap {
select {
font-size: 16px;
line-height: 26px;
height: 50px;
background: #fff;
display: inline-block;
padding: 0 60px 0 30px;
border-radius: 6px;
box-shadow: 0 8px 15px rgba(0,0,0,0.05);
border: 1px solid transparent;
}
}
}
.tutor-course {
.tutor-loop-course-container {
position: relative;
padding: 80px 19px 25px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
@media(min-width: 576px) and (max-width: 685px) {
padding: 110px 19px 25px;
}
@media(min-width: 992px) and (max-width: 1043px) {
padding: 110px 19px 25px;
}
.tutor-course-loop-title {
width: 100%;
}
.tutor-loop-author {
.tutor-single-course-author-name {
padding-right: 10px;
}
.tutor-course-lising-category {
position: absolute;
top: 29px;
left: 20px;
span {
display: none;
}
a {
font-size: 13px;
color: #ffffff;
background: #1DC295;
padding: 0px 10px;
@include border-radius(5px);
display: inline-block;
margin-bottom: 5px;
margin-right: 5px;
&:nth-child(odd) {
background: #FFA100;
}
&:not(:last-child)::after {
display: none;
}
}
}
}
}
}
.single-instructor-wrap {
position: relative;
.rating-total-meta, .tutor-text-mute {
color: #120f2d !important;
}
.instructor-name {
padding-top: 5px;
}
.instructor-bio {
position: absolute;
top: 43px;
left: 88px;
}
}
}