/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.home .x-menu-item-custom-login .x-anchor,
.home .x-menu-item-custom-register .x-anchor,
.home .x-menu-item-custom-courses .x-anchor {
    margin: 0 15px;
    outline: none;
    padding-top: 4px;
    padding-bottom: 8px;
    border: 2px solid white;
    border-radius: 25px;
}

.post-type-archive-course .x-main.left,
.single-course .x-main.left,
.single-lesson .x-main.left,
.module-archive .x-main.left
{
    float: none;
}

@media (max-width: 1199px) {

    .x-menu-item-custom-login .x-anchor,
    .x-menu-item-custom-register .x-anchor,
    .x-menu-item-custom-courses .x-anchor {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .x-menu-item-custom-login .x-anchor .x-anchor-content .x-anchor-text,
    .x-menu-item-custom-register .x-anchor .x-anchor-content .x-anchor-text,
    .x-menu-item-custom-courses .x-anchor .x-anchor-content .x-anchor-text {
        margin: 0 auto;
        color: white;
    }
}

.x-breadcrumb-wrap {
    display: none;
}

/*  Removing Course filters and Order By */
.sensei-ordering, .sensei-course-filters {
    display: none;
}

/* Styling contact form on homepage */
.home #gform_fields_3 label {
    color: white;
}

.course-category {
    display: none;
}