/*
Theme Name: iAcademy
Theme URI: http://iacademy.mikado-themes.com
Description: A Comprehensive Learning Management System and Education Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: iacademy
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.mkdf-course-list-holder.mkdf-cl-standard article .mkdf-cli-text-holder .mkdf-cli-top-info .mkdf-cli-title {
    padding: 0 !important;
}

.single .mkdf-course-single-holder .mkdf-course-title-wrapper .mkdf-course-right-section,
.single .mkdf-course-single-holder .mkdf-course-single-type,
.single .mkdf-tabs.mkdf-tabs-standard .mkdf-tabs-nav,
.single .mkdf-course-single-holder .mkdf-course-basic-info-wrapper,
.mkdf-course-list-holder.mkdf-cl-standard article .mkdf-cli-text-holder .mkdf-cli-top-info .mkdf-ci-price-holder,
.mkdf-course-list-holder.mkdf-cl-standard article .mkdf-cli-text-holder .mkdf-cli-bottom-info,
.mkdf-course-list-holder.mkdf-cl-standard article .mkdf-cli-text-holder .mkdf-cli-top-info .mkdf-ci-price-holder + a {
    display: none !important;
}

#align-book > div {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 1.6;
    margin-top: -10px;
}
#align-book > div div {
    flex-basis: 48%;
}

#uprodape {
    padding: 15px 0 35px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}

.list-service > ul + div .mkdf-tab-image {
    display: none !important;
}

.list-service > ul + div .mkdf-tab-content {
    display: flex!important;
    flex-flow: column wrap!important;
    height: 230px !important;
    width: 100% !important;
}

.list-service > ul + div .wpb_content_element,
.list-service > ul + div .mkdf-icon-list-holder {
    width: auto !important;
    margin-right: 30px !important;
}

.single .mkdf-tabs.mkdf-tabs-standard .mkdf-tab-container { margin-bottom: 30px !important; }
.single .mkdf-course-content > h4 { display: none !important; }

@media (max-width: 676px) 
{
    .rev_slider .caption, .rev_slider .tp-caption {
        color: #fff !important;
        background-color: rgba(0, 0, 0, 0.5)!important;
        font-size: 14px!important;
        padding: 10px!important;
        box-sizing: border-box!important;
        height: auto!important;
        min-height: 0!important;
    }

    .tp-parallax-wrap .rev-btn {
        display: none !important;
    }

    .list-service {
        margin-top: -100px !important;
        margin-bottom: -100px !important;
    }

    .list-service .mkdf-tabs .mkdf-tab-content-holder .mkdf-tab-content {
        overflow-x: scroll !important;
    }

    #align-book > div {
        display: block !important;
        margin-top: 20px !important;
        font-size: 14px !important;
    }

    #page-id-4399 .mkdf-container-inner {
        margin-top: -120px !important;
    }
}