/*
Theme Name: Learnpro
Theme URI: http://shtheme.com/demosd/learnpro
Author: Vergatheme
Author URI: https://themeforest.net/user/vergatheme
Description: LearnPro is a best education theme for your education institute with online course management features. LearnPro theme lets you create a responsive education website with a sleek, modern design. Use the Hopepage Area WPBakery, Theme options, Widget Options to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a education website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: learnpro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

a {
    color: #333;
}
#calendar_wrap {
    width: 263px;
}
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #fec722; color: #fff;}
#wp-calendar tbody td#today a {color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 15px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}
#sidebar .textwidget img {
    max-width: 100%;
}
img{
    width: auto !important;
    max-width:100%;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 5px;
}
.form-submit input.submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    padding: 7px 15px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    width: auto;
}
.form-submit input.submit:hover{
    background: #16A085 none repeat scroll 0 0;
    border: 1px solid #16A085;
    color: #ffffff;
}
.screen-reader-text{
    color: #727272;
}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.description-text-right table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.description-text-right table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.description-text-right table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
 .comment-text  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment-text  table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment-text  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.description-text-right  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.description-text-right  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.description-text-right  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 .comment-text  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.comment-text  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.comment-text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}
.search-custom form.search-form:after {
    top: 20px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #727272;
}

form.post-password-form input[type=submit] {
    padding: 1px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
    width: auto;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
    padding-bottom: 10px;
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 10px !important;
}
.widget ul.sub-menu li, .widget ul.children li{
    padding-bottom: 3px !important;
}
a:hover {
    text-decoration: none !important;
}
ul.children li {
    margin-left: 10px;
}
/*add */ 
li.featured-post {
    color: #333;
    font-weight: bold !important;
    margin-right: 5px;
    float: right;
    font-size: 16px;
}
.wp-tag-cloud li {
    display: inline-block;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
.wp-tag-cloud li:hover{
    color: #fff;
    text-decoration: none;
}
.wp-tag-cloud li a {
    color: #666666 !important;
    font-size: 13px !important;
    border: none;
    border-radius: 0px;
    font-weight: 600;
    border: 1px solid #fec722;
    padding: 8px 15px;
    float: left;
    margin: 0 10px 10px 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.wp-tag-cloud li:hover a {
    background: #fec722;
    color: #ffffff !important;
}
p.logged-in-as {
    padding: 5px 0px;
}
p.logged-in-as a{
    color: #888;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.wrap-blog ul.children {
    padding-left: 10px;
}

.description-text-right h1 {
    font-size: 46px;
}
.description-text-right h2 {
        font-size: 34px;
}
.description-text-right h3 {
    font-size: 29px;
}
.description-text-right h4 {
    font-size: 25px;
}
.description-text-right h5 {
    font-size: 22px;
}
.description-text-right h6 {
    font-size: 19px;
}
.comment-text h1 {
    font-size: 46px;
}
.comment-text h2 {
        font-size: 34px;
}
.comment-text h3 {
    font-size: 26px;
}
.comment-text h4 {
    font-size: 22px;
}
.comment-text h5 {
    font-size: 18px;
}
.comment-text h6 {
    font-size: 16px;
}

/******/

body.logged-in #main-menu {
    padding-top: 42px;
}
a.comment-reply-link {
    color: #333333;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 15px;
}
a.comment-reply-link:hover {
    color: #16A085;
}

/*learnpro*/
.blog_1 .blog-area .bolg_side-left .single-item-box .single-item .img-box .img-caption p {
    width: 70px;
}
.blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box ul li i {
    margin-right: 10px;
    color: #666666;
}
.blog_1 .blog-area .blog_side-right .categories-item ul, .post-1 .sidebar-text-post .categories-item-post ul {
    padding-left: 0px;
    list-style: none;
}
.sidebar-content .search-form .form-control {
    width: 80%;
}
.blog_1 .blog-area .blog_side-right .categories-item ul li a, .post-1 .sidebar-text-post .categories-item-post ul li a {
    color: #444;
}
footer .footer-content-box form .form-group .submit-btn .wpcf7-submit.text-center {
    background: #fec722;
    border: medium none;
    color: #000;
    outline: medium none;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    width: auto;
    height: auto;
    margin-bottom: 0px;
}
.post-1 .post_1_area .post_left-side .description-content .description-heading .time span {
    font-size: 13px;
    line-height: 22px;
}
.post-1 .post_1_area .post_left-side .description-content .tag-links-box a {
    color: #fec722;
    padding: 2px 10px;
    background: #fafafa;
    text-decoration: none;
    border-radius: 3px;
}
.media-list-comment {
    list-style: none;
    padding-left: 0px;
}
.post-1 .post_1_area .post_left-side .comments .media-list-comment .comment-single-item .img-box img{
    border-radius: 50%;
    height: 65px !important;
    width: 65px !important;
}
.media-list-comment ul.children {
    list-style: none;
    padding-left: 10px !important;
}
.media-list-comment ul.children .comment-single-item {
    margin-bottom: 10px !important;
    width: auto !important;
}
.post-1 .post_1_area .post_left-side .leave-comment-box .comment-respond h3.comment-reply-title {
    color: #333333;
    display: inline-block;
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
}
.single-courses_v .single-courses-area .single-curses-contert .comments .comment-single-item .comment-left-bar {
    width: 89%;
}
.home_version_03 .Courses-area .courses-wrapper .single-courses .courses-content-box .courses-content-bottom ul li:first-child span > span, .courses .courses-area-04 .courses-wrapper .single-courses .courses-content-box .courses-content-bottom ul li:first-child span > span,  .courses .courses-1 .single-courses .courses-content-box .courses-content-bottom ul li:first-child span {
    font-size: 12px;
    text-decoration: line-through;
    font-style: italic;
    color: #666666;
}
.courses .courses-03 .single-courses .courses-price ul .price-red span > span {
    display: none;
}
.events-area .events-single-box img, .t-profile-01 .teacher-prolile-01 .t-profile-right .courses-instuctor .instractor-courses-single .img-box img, .event-01 .events-list-03 .events-single-box img, .event-01 .events-grid-2 .events-single-box img {
    width: 100% !important;
}
.wpb_content_element {
    margin-bottom: 0px !important;
}
.courses .courses-02 .single-courses figure .figure-img img , .home_version_02 .Courses-area-02 .single-courses figure .figure-img img{
    height: auto;
}
.header-body3 {
    background: none !important;
    min-height: 0px !important;
    background-size: auto !important;
    position: absolute !important;
}
.home_version_04 .about_vi_e-area .event-box .event-box-padding .event-img ul li:first-child, .home_version_03 .Welcome-area .event-box .event-box-padding .event-img ul li:first-child {
    font-size: 10px;
}
.home_version_04 .about_vi_e-area .event-box .event-box-padding .event-content h3, .home_version_03 .Welcome-area .event-box .event-box-padding .event-content h3 {
    margin-top: -5px;
}
.header-body-3 {
    margin-top: -10px;
}
.home_version_03 .blog-area .blog-wrapper .blog-single-box .content-full-box .bolg-content-bottom .blog-time span {
    font-size: 11px;
    padding-top: 11px;
}
.home_version_04 .about_vi_e-area h2 {
    font-size: 25px;
}
.home_version_04 .facilities-area .Facilities-single-box .faclilities-img {
    width: 100% !important;
}
.home_version_04 .facilities-area .col-md-4 {
    padding: 0px;
} 
.home_version_04 .reg-news_others .news-item-box .single-item .img-box img {
    height: auto;
}
.sidebar-text-post .search-form .form-control, .sidebar-content .search-form .form-control, .contact .contact-area-02 .contact-form .input-contact-form .form-ct input, .contact .contact-area-02 .contact-form .input-contact-form .form-ct textarea {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    margin: 10px 0;
    padding: 10px 20px;
    outline: none;
}
.sidebar-text-post .search-form .form-control:focus, .sidebar-content .search-form .form-control:focus, .contact .contact-area-02 .contact-form .input-contact-form .form-ct input:focus, .contact .contact-area-02 .contact-form .input-contact-form .form-ct textarea:focus {
    border: 1px solid #fec722;
}
.btn-404 ,.login-area .learnpro-register-form .btn-primary, .contact .contact-area-02 .contact-form .input-contact-form .form-ct input[type="submit"] {
    background: #fec722;
    border-radius: 0;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    height: 40px;
    text-transform: uppercase;
}
.error404 .sticky-wrapper {
    background: #666;
}
.breadcrumb-404 {
    padding: 80px 0px;
}
.breadcrumb-404 h1 {
    font-size: 46px;
}
.breadcrumb-404 .btn-404 {
    padding: 20px 30px;
}
.breadcrumb-404 .blog-info {
    margin-top: 50px;
}

.description-text-right h2{
    text-align : left;
    text-transform: none;
}
.description-text-right h3{
    text-transform: none;
}
.description-text-right h1, .description-text-right h2,.description-text-right h3,.description-text-right h4,.description-text-right h5,.description-text-right h6 {
    margin: 10px 0px;
    padding: 0px;
    font-weight: 600;
}

.comment-text h2{
    text-align : left;
    text-transform: none;
}
.comment-text h3{
    text-transform: none;
}
.comment-text h1, .comment-text h2,.comment-text h3,.comment-text h4,.comment-text h5,.comment-text h6 {
    margin: 10px 0px;
    padding: 0px;
    font-weight: 600;
}
.post-1 .post_1_area .post_left-side .comments .comment-single-item .comment-left-bar .comment-text {
    padding-left: 10px;
}
.media-list-comment ul.children .comment-single-item {
    width: 100% !important;
}
.comment-text  ul.list-unstyled {
    list-style: none !important;
    padding-left: 0px !important;
}
@media only screen and (min-width: 767px){
header .header-body .edu-navbar .edu-nav .nav li:hover ul.dropdown ul.dropdown {
    opacity: 0;
}
header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li.submenu:hover ul.dropdown {
    opacity: 1;
}
header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li.submenu ul.dropdown {
    left: 100%;
    top: -15px;
}
}

.single-courses_v.post-1 .post_1_area {
    min-height: auto;
}


.navbar-brand{
    padding-top: 10px;
}
header .header-body .edu-navbar .edu-nav .nav li a{
    margin-bottom: 0px;
}
body.logged-in header .header-body .is-sticky .edu-navbar{
    top:32px!important;
}
.post-1 .post_1_area .post_left-side .description-content .tag-links-box a{
    color: #333;
    background: none;
}
.wp-caption.aligncenter{
    margin: 0 auto;
}

footer{
    min-height: auto;
}
.blog_1 .blog-area{
    padding-bottom: 20px;
}
.post-1 .post_1_area{
    padding-bottom: 20px;
}
.page-links{
    clear: both;
    padding-top: 15px;
}
.page-links a{
    margin-left: 4px;
    color: #252839;
}
.blog_1 .blog-area .bolg_side-left .single-item-box .single-item:hover .overlay{
        opacity: 0;
}
.blog_1 .blog-area .bolg_side-left .single-item-box .single-item:hover .img-box img {
    transform: scale(1);
}
footer .footer-bottom .footer-bottom-inner p{
    color: white;
}
.post_1_area .post-img-box{
    margin-bottom: 10px;
}
.post-1 .post_1_area .post_left-side .description-content .description-text .description-text-right p{
        margin-bottom: 10px;
}
li.featured-post{
    list-style: none!important;
}
#respond.comment-respond{
    padding-top: 120px;
    margin-top: -100px;
}
.comment-left-bar.nopadding{
    padding-left: 0px!important;
}
.post-1 .post_1_area .post_left-side .description-content .tag-links-box{
   overflow: hidden;
}
.post-1 .post_1_area .post_left-side .description-content .description-text{
    margin-bottom: 20px;
}
.post-1 .post_1_area .post_left-side .comments{
    margin-top: 20px;
}
.description-text-right p{
    line-height: 28px;
    letter-spacing: 1px;
}
.widget_nav_menu ul.sub-menu{
    margin-left: 10px!important;
}
.section-404{
    background: white;
    min-height: 760px;
}
.title-404{
    font-size: 55px;
    margin-top: 130px;
    margin-bottom: 50px;
}
.desc-404{
    font-size: 35px;
    margin-bottom: 50px;
}
.button-404{
    color: #333;
    font-weight: 700;
}
.post-1 .post_1_area .post_left-side .leave-comment-box .comment-respond input[type="submit"]{
    color: #333;
    font-weight: 700;
}

.img-box a img{
    margin: 0 auto;
}
.blog_1 .blog-area .bolg_side-left .single-item-box .single-item{
background: #eeeeee70;
}

.blog_1 .blog-area .bolg_side-left .pagination li a{
    margin: 0px;
}
.blog_1 .blog-area .bolg_side-left .pagination li:last-child a{
    margin-left: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box{
    background: #eeeeee70;
}
p, .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box ul li a{
    color: #323232;
}
.post-1 .post_1_area .post_left-side .description-content .tag-links-box{
    padding-bottom: 8px;
}

@media(max-width: 760px){
    .blog_1 .blog-area .bolg_side-left .single-item-box .single-item .single-text-box ul li{
        margin-top: 10px;
    }
    body.logged-in header .header-body .is-sticky .edu-navbar {
    top: 0px!important;
}
}
@media screen and (max-width: 900px){
.ab-top-menu>.menupop>.ab-sub-wrapper {
z-index: 999999999;
}
.img-box{
    padding-left: 25px!important;
    margin-bottom: 7px;
}
}
.mean-container .mean-bar{
    z-index: 10000;
}

ul.children ul.list-unstyled.comment-author-box li{
    margin-left: 0px;
}

.description-text-right p{
    line-height: 23px;
}
.post-1 .post_1_area .post_left-side .description-content .description-text .description-text-right p{
    margin-bottom: 13px;
}





.single-courses_v.post-1 .post_1_area {
    min-height: auto;
}
.search-form input{
    margin-top: 0px!important;
}
.social-icon ul li a{
    color: white!important;
}
.recent-work .owl-wrapper-outer img{
    margin: 5px!important;
}
.recent-work{
    margin-bottom: 0px!important;
}

.section-header-l h2 ,header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a, .courses header .header-body .intro-text h1,  .section-header h2, .news-area .news-single-box .news-content h3 a, .footer-area .textwidget h3, .textwidget h3, h3.singlewidget-title{
    text-transform: capitalize;
}

.home_version_03 header .header-body .intro-text{
    margin-top: 300px;
}
.recent-content-item .recent-text{
    width: 65%!important;
}

.media-list-comment ul.children li{
    margin-left: 25px;
}

.home_version_02 .teachers-area .teacher-body img,.teachers-01 .teachers-area .teachers-wapper-02 figure .teacher-img-02 img, .publication-area .publication-single-item img, .teachers-01 .teachers-area .teachers-wapper-01 .teacher-body img{
    width: 100%!important;
}
.eduread-register-form p.lead{
    display: none!important;
}

.single-courses_v .single-courses-area .sidebar-content .courses-price .price-hading h3, .single-courses_v .single-courses-area .sidebar-content .courses-features .features-hading h3, .single-courses_v .single-courses-area .sidebar-content .all-corses .all-corses-hading h3{
    text-transform: uppercase;
}

.eduread-register-form label, .eduread-login-form label, .eduread-register-form .wpcrl-required-asterisk{
    display: none!important;
}


/* LearnPro LMS Update */

.learnpress-page .lp-button, .learn-press-form-login button, .learn-press-form-register button {
    background: #fec722;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border-radius: 0;
    color: #333333;
    display: inline-block;
    font-size: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}
.learn-press-form-register button{
	margin-bottom: 20px;
}
ul.learn-press-nav-tabs .course-nav.active:after, ul.learn-press-nav-tabs .course-nav:hover:after, .course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status, .learn-press-message:before, .lp-list-table thead tr th {
    background: #fec722 !important;
}
.course-curriculum ul.curriculum-sections .section-header {
    border-bottom: 1px solid #fec722 !important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100% !important;
    margin: 14px 0px;
}
ul.learn-press-courses {
    list-style-type: none !important;
}
textarea:focus, input:focus, button{
    outline: none;
}
form[name="search-course"] .search-course-input {
    border: 1px solid #ebebeb;
}
.review-option {
    display: none;
}
ul.learn-press-nav-tabs .course-nav a {
    background: gold;
    text-decoration: none;
    font-weight: bold;
}
ul.learn-press-nav-tabs .active a {
    background: #fec722;
}
.courses-content ul img.avatar {
    height: 36px !important;
    border-radius: 100%;
    margin-right: 10px;
}
.courses .courses-1 .single-courses .courses-content-box .courses-content-bottom {
    margin-top: 50px;
}
.courses .courses-1 .single-courses .courses-content-box {
    padding: 25px 25px 11px 25px;
}
.courses .courses-1 .single-courses .courses-content-box .courses-content-bottom ul li:nth-child(2) {
    font-size: 14px;
}
.courses .courses-1 .single-courses .courses-content-box .courses-content ul li {
    color: #666;
}
.courses .courses-1 .single-courses .courses-content-box .courses-content-bottom ul li:last-child{
	color: #fec722;
}
.learn-press-form .form-fields, #learn-press-payment .payment-methods {
    margin: 26px -21px !important;
    list-style-type: none !important;
}
#learn-press-checkout-login, #learn-press-checkout-register {
    padding: 20px 62px 23px 20px !important;
}
.learnpress-page .lp-button {
    margin-bottom: 20px;
}
button.search-course-button {
    height: 44px !important;
}
ul.learn-press-courses {
    margin-left: -18px !important;
}


#learn-press-payment .payment-methods{
    max-width: 100%;
    margin-right: 0px!important;
}
.learnpress > a{
    background: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border-radius: 0;
    color: #333333;
    display: inline-block;
    font-size: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border: 1px solid black;
    display: none;

}
.learn-press-checkout-payment h4, .checkout-review-order h4{
    margin-bottom: 30px;
    margin-top: 50px;
}
.learn-press-checkout-comment h4{
    margin-bottom: 25px;
    margin-top: 40px;
}
.order-comments{
    padding:10px;
}
.place-order-action{
    margin-top: 30px;
}
.courses .courses-1 .single-courses{
    margin-bottom: 30px;
}



.home_version_04 .header-body {
    height: 63px!important;
}
.home_version_04 .header-body {
    position: relative!important;
    background: #292929!important;
    width: 100%!important;
    min-height: 63px!important;
}