
/* Exactech Medical Education Stylesheet */
/* ========================================================================================
    Sidebar Navigation 
=========================================================================================*/
.eme-home-menu{
    margin-top: 68px;
}
.eme-sidebar-container {
    background-color: #0066cb;
    /* margin-top: -40px; */
}
.eme-sidebar-container ul {
    list-style-type: none;
    margin-left: 0;
    padding: 20px 55px;
}
.eme-sidebar-container ul li {
    margin-bottom: 0;
    padding-bottom: 25px;
    position: relative;
}
.eme-sidebar-container ul li:last-child {
    padding-bottom: 5px;
}
.eme-sidebar-container ul li a:hover{
    border-bottom: 0px;
}
.eme-sidebar-container ul li a:before {
    display: block;
    font-family: FontAwesome;
    left: -25px;
    position: absolute;
}
.eme-sidebar-container ul li:nth-child(1) a:before {
    content: '\f073';
}
.eme-sidebar-container ul li:nth-child(2) a:before {
    content: '\f1ad';
}
.eme-sidebar-container ul li:nth-child(3) a:before {
    content: '\f47d';
}
.eme-sidebar-container ul li:nth-child(4) a:before {
    content: '\f501';
}
.eme-sidebar-container ul li:nth-child(5) a:before {
    content: '\f477';
}
.eme-sidebar-container ul li:nth-child(6) a:before {
    content: '\f3c5';
}
.eme-sidebar-container ul li a {
    color: #fff;
    padding: 20px 0 10px;
}

/* ========================================================================================
    Sidebar Calendar 
=========================================================================================*/

/* ========================================================================================
    Landing Page Categories
=========================================================================================*/
/* .uvc-main-heading h2 {
    color: #0066cb;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    margin-bottom: 30px !important;
    text-align: left;
} */
.eme-categories{

}
.eme-categories .eme-cat{
    display: inline-block;
    margin: 0 12px 5px 0;
    width: 48%;
}
@media only screen and (max-width:1008px){
    .eme-categories .eme-cat{
        width: 47%;
    }
}
@media only screen and (max-width:500px){
    .eme-categories .eme-cat{
        width: 100%;
    }
}
.eme-categories .eme-cat a{
    background-size: cover;
    background-position: center center;
    /* background-size: 100% 100%; */
    box-sizing: border-box;
    display: block;
    padding: 120px 0;
    position: relative;
    width: 100%;
    transition: background-size 0.15s;
}
@media only screen and (max-width:500px){
    .eme-categories .eme-cat a{
        background-size: cover;
        background-position: center;
    }
}
.eme-categories .eme-cat a:hover h2{
    padding-right: 60px;
}
.eme-categories .eme-cat a h2{
    background-color: rgba(0, 102, 203, 0.8);
    bottom: 30px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    transition: padding 0.15s;
}
@media only screen and (max-width:1008px) {
    .eme-categories .eme-cat a h2{
        font-size: 20px;
    }
}
/* ========================================================================================
    Procedures Page Categories
=========================================================================================*/
.eme-breadcrumbs{
    margin: 20px 0;
}
.eme-breadcrumbs ul{
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.eme-breadcrumbs ul li{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.eme-breadcrumbs ul li a{
    color: #777777;
    text-transform: capitalize;
}
.eme-breadcrumbs ul li i{
    color: #0066cb;
    margin: 0 5px;
}

/* ========================================================================================
    Procedures Page Categories
=========================================================================================*/

@media only screen and (min-width:401px) {
    .eme-procedures {
        grid-template-columns: 1fr 1fr;
    }
 }
 @media only screen and (max-width:400px) {
    .eme-procedures{
        grid-template-columns: 1fr;
    }
 }
 .eme-procedures{
    display: grid;
    grid-gap:10px;
 }
.eme-procedures-title{
    color: #0066cb;
    font-size: 34px;
    text-transform: capitalize;
}
.eme-procedures-title#op-title{
    margin-bottom: -60px;
}
.eme-procedure-block{
    background-color: #f2f2f2;
    /* display: inline-block; */
    display: grid;
    /* margin: 0 10px 10px 0; */
    position: relative;
    /* width: 49.2%; */
    vertical-align: top;
}
.eme-procedure-block:nth-child(even){
    /* margin-right: 0; */
}


@media only screen and (max-width:1050px) {
    .eme-procedure-block {
        /* width: 49%; */
    }
}
@media only screen and (max-width:850px) {
    .eme-procedure-block {
        width: 100%;
    }
}
.eme-desktop-featured{
    display: block;
    background: rgba(0, 54, 105, 1);
    background: -moz-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 54, 105, 1)), color-stop(100%, rgba(0, 102, 203, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
    background: linear-gradient(to right, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003669', endColorstr='#0066cb', GradientType=1);
}
.eme-mobile-featured{
    display:none;
}
@media only screen and (max-width:850px){
    .eme-desktop-featured{
        display: none;
    }
    .eme-mobile-featured{
        background: rgba(0, 54, 105, 1);
        background: -moz-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 54, 105, 1)), color-stop(100%, rgba(0, 102, 203, 1)));
        background: -webkit-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
        background: -o-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
        background: -ms-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
        background: linear-gradient(to right, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003669', endColorstr='#0066cb', GradientType=1);
        display:block;
    }
}
.eme-procedure-block#proc-featured{
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 100%;
}
@media only screen and (max-width:850px) {
    .eme-procedure-block#proc-featured {
        height: auto;
    }
}
.eme-procedure-block#proc-featured .vid-link{
    position: absolute;
    top: 70px;
}
.eme-procedure-block#proc-featured .eme-proc-title{
    background-color: rgba(0,102,203, 0.7);
    bottom: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    left: 20px;
    line-height: 1.5em;
    min-height: auto;
    max-width: 75%;
    padding: 40px 100px 40px 20px;
    position: relative;
    top: 0px;
}
@media only screen and (max-width:850px) {
    .eme-procedure-block#proc-featured .eme-proc-title {
        background-color: #f2f2f2;
        color: #000;
        font-size: 17px;
        font-weight: 700;
        padding-right: 20px;
        max-width: 100%;
        left: 0;
    }
}
.eme-procedure-block#proc-featured a{
    display: block;
    line-height: 1em;
}
.eme-procedure-block a .procedure-img{
    background: rgba(0, 54, 105, 1);
    background: -moz-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 54, 105, 1)), color-stop(100%, rgba(0, 102, 203, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
    background: linear-gradient(to right, rgba(0, 54, 105, 1) 0%, rgba(0, 102, 203, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003669', endColorstr='#0066cb', GradientType=1);
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 100%;
}
.eme-procedure-block .ghost-button{
    background-color: transparent;
    border: 2px solid #fff;
    bottom: 100px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    left: 20px;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    top: 0;
    transition: background-color 0.15s;
}
.eme-procedure-block .ghost-button:hover{
    background-color: #fff;
    color: #000;
}
.eme-procedure-block .ghost-button i.fal{
    margin-left: 10px;
}
.eme-procedure-block a .overlay{
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.eme-procedure-block .eme-proc-title{
    color: #000;
    font-weight: 700;
    min-height: 150px;
    padding: 20px;
    position: relative;
    top: -8px;
}
@media only screen and (max-width:850px) {
    .eme-procedure-block .eme-proc-title {
        min-height: inherit;
    }
}
/* ========================================================================================
    Individual Procedure Page Categories
=========================================================================================*/
.single-product .for_shop .l-section-h{
    padding-top: 0;
}
.eme-desc-block .woocommerce-tabs {
    display: none !important;
}
.eme-desc-block .summary{
    margin-bottom: 0 !important;
}
.eme-desc-block .entry-summary .product_title{
    display: none;
}
.meded-desc{
    /* align-items: stretch; */
    border-top: 5px solid #0066cb;
    /* display: flex; */
    background-color: #f2f2f2;
    float: left;
    padding: 50px 50px 80px;
    width: 100%;
}
@media only screen and (max-width:700px) {
    .meded-desc{
        padding: 25px;
    }
}
.meded-desc section{
    display: inline-block;
    padding-right: 80px;
    vertical-align: top;
    width: 75%;
}
@media only screen and (max-width:700px) {
    .meded-desc section {
        padding-right: 0;
    }
}
.meded-desc section #eme-lit-num{
    color: #969696;
    margin-top: 40px;
}
.meded-desc aside{
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
@media only screen and (max-width:700px) {
    .meded-desc section,
    .meded-desc aside {
        float: none;
        width: 100%;
    }
    .meded-desc section{
        margin-bottom: 40px;
    }
}
.meded-desc aside .op-techniques{
    background-color: #0066cb;
    color: #fff;
    margin-bottom: 10px;
    padding: 20px 20px 30px;
}
.meded-desc aside .op-techniques h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.meded-desc aside .op-techniques p{
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.meded-desc aside .op-techniques p:last-child{
    margin-bottom: 0px;
}
.meded-desc aside .op-techniques a{
    border-bottom: 1px solid transparent;
    color: #fff;
    line-height: 1.5em;
    padding-bottom: 4px;
    transition: all 0.15s;

}
.meded-desc aside .op-techniques a:hover{
    border-bottom: 1px solid #1b98e0;
    color: #1b98e0;
}
.meded-desc aside .op-calendar{
    background-color: #e2e2e2;
    padding: 20px;
}
.meded-desc aside .op-calendar h4{
    color: #0066cb;
    font-size: 18px;
    margin-bottom: 5px;
}

/* Filter Block */
.hidden-procedure{
    display: none;
}
.eme-filter-buttons{
    background-color: #f2f2f2;
    margin-bottom: 30px;
    padding: 15px 20px 5px;
}
.eme-filter-buttons .proc-button{
    background-color: #dddddd;
    color: #0066cd;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 5px 20px;
    transition: all 0.15s;
}
.eme-filter-buttons .proc-button:hover{
    background-color: #0066cd;
    color: #fff;
}
.eme-filter-buttons .proc-button.eme-active-button{
    background-color: #0066cd;
    color: #fff;
}
.eme-filter-buttons .proc-button i.fas{
    margin-right: 10px;
}
*{
    box-sizing: border-box;
}