/*
Theme Name: Equine
Theme URI: http://equine.mikado-themes.com/
Description: An Equestrian and Horse Riding Club Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: equine
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.4
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-page-header .mkdf-logo-area .mkdf-logo-wrapper a,
.mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper a {
    max-height: 70px !important;
}

.mkdf-page-header .mkdf-menu-area {
    background-color: #fff;
}

.our-courses-section ul {
    border: 1px solid #64CAC7 !important;
    padding: 30px;
    box-sizing: border-box;
    text-align: center
}

.our-courses-section ul li {
    text-align: center !important;
}

.single-lp_course .learn-press-breadcrumb {
    margin-bottom: 110px;
}

.mkdf-page-header .mkdf-menu-area {
    padding: 10px 0;
    background: #fff;
}

.mkdf-sticky-header .mkdf-logo-wrapper a img,
.mkdf-menu-area .mkdf-logo-wrapper a img {
    height: auto;
    display: inline-block;
    margin-top: 5px;
    max-width: 120px
}

.about-hh-section .vc_column-inner .wpb_wrapper {
    text-align: center;
}

.mkdf-page-header .mkdf-sticky-header .mkdf-logo-wrapper a {
    display: flex;
    align-items: center;
}

.mkdf-content .mkdf-title-holder .mkdf-title-image img {
    min-height: 300px;
    object-fit: cover;
}

.mkdf-grid h1 {
	color: #fff !important;
}

@media only screen and (max-width: 480px) {
    .single-lp_course .learn-press-breadcrumb {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area {
        flex-direction: column-reverse !important;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid {
        border: 1px solid green;
        padding: 20px;
        text-align: justify;
        margin: 10px;
    }
	.our-courses-section .vc_inner.vc_row-fluid{
		padding-left:0!important;
		padding-right:0!important;
	}
    .mkdf-btn.mkdf-btn-medium.mkdf-btn-solid.contact-button_about-section {
        align-items: center;
        display: flex;
        width: 189px;
        margin-left: auto;
        margin-right: auto;
    }
    .mkdf-mobile-logo-wrapper a {
        height: 62px !important;
    }
    .mkdf-title-image {
        height: 238px;
    }
    .mkdf-title-image img {
        object-fit: cover;
        width: 100%;
    }
	.mkdf-mobile-header .mkdf-mobile-header-inner{padding-top: 5px;padding-bottom: 5px;}
}

@media only screen and (max-width: 769px) {
    .our-courses-section ul {
        max-width: 95%;
        margin: 0 auto;
    }
    .mkdf-mobile-logo-wrapper a {
        width: 200px;
        height: 60px !important;
    }
    .mkdf-mobile-logo-wrapper img {
        margin: auto;
    }
}

.learn-press-breadcrumb {
    width: 1024px !important;
}

@media only screen and (max-width: 1024px) {
    header.mkdf-mobile-header .mkdf-mobile-logo-wrapper img {
        display: block;
        height: auto;
        max-width: 120px;
        width: auto;
    }
    .home a.mkdf-btn.mkdf-btn-medium.mkdf-btn-outline {
        margin-bottom: 30px;
    }
}
.post-type-archive-lp_course .mkdf-title-holder{
    display:block!important; margin-bottom:45px;
}
.post-type-archive-lp_course .mkdf-title-holder .mkdf-title-image {
    display: block!important;
}

.post-type-archive-lp_course .mkdf-title-holder .mkdf-title-wrapper {
    position: absolute;
    display: flex;
    /* table-layout: fixed; */
    height: 100%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: auto!important;
}
.post-type-archive-lp_course .learn-press-breadcrumb{
    display:none;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info {
    background: #64CAC7 !important;
}
.course-info-left .meta-item::before {
	color: #E37A40 !important;
}
@media(max-width:767px){
    .our-courses-section .vc_row.wpb_row.vc_inner.vc_row-fluid {
    border: none!important;
    }
}


