﻿.view-link {
    /*border-top: dotted pink 1px;
    border-bottom: dotted pink 1px;*/
    padding: 8px 0;
    width: 100%;
    display: block;
}

.view-link-inline {
    /*border-top: dotted pink 1px;
    border-bottom: dotted pink 1px;*/
    padding: 8px 0;
    margin-right: 20px;
    cursor: pointer;
    margin-top: 15px;
}

    .view-link i, .view-link-inline i {
        left: 0;
        transition: left 0.2s;
        -webkit-transition: left 0.2s;
    }

    .view-link:hover > i, .view-link-inline:hover > i {
        left: 10px;
    }

.buffer {
    margin-top: 50px;
}

.coach-image {
    padding: 0 5px;
}

.coach-modal {
    margin-bottom: 20px;
}

.coach-bio {
    text-align: left;
}

.coach-name {
    margin-top: 10px;
}

.coach-button-container {
    /*text-align: center;*/
}

.training-block {
    margin-top: 20px;
}

.view-buttons a {
    color: #E8004C !important;
    line-height: 54px;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto';
    border: 1px solid #E8004C;
    width: 200px;
    height: 54px;
    display: inline-block;
    text-align: center;
}

    .view-buttons a:hover {
        color: #fff !important;
        background-color: #E8004C;
    }

.space-fix {
    margin-top: -50px;
}

.program-desc {
    margin-top: 10px;
    margin-bottom: 0px;
}

.training-toggle {
    margin-top: 40px;
}

.mifit-partner {
    margin-top: 50px;
}

    .mifit-partner .click-view {
        margin: 0;
    }


#eventList {
    margin-top: 50px;
}

    #eventList h2 {
        font-size: 30px;
        border-bottom: solid 1px #878787;
    }

.bold-p {
    color: #1D1D1D !important;
    font-family: 'Roboto';
    font-weight: normal;
    margin: 0;
}

.event-holder {
    padding: 20px 10px;
}
.event-holder p {
    margin: 0;
}
    .event-holder.alt {
        background: #f0f0f0;
    }


    .article-breaker {
        overflow: hidden !important;
    }

.coach-container 
{
    margin-bottom: 20px;
}

/*==== Top Menu ====*/


.navbar-default{
    background-color: #fff;
    border: none;
    margin-bottom: 0;
}

.nav a {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 17px;
    color: #1D1D1D !important;
    padding: 0 15px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand > img {
    height: 55px;
}

.nav a:hover {
    color: #E8004C !important;
}


.top-nav-col {
    padding: 25px 15px;
}

.navbar-header{
    margin-right: 70px;
}

.navbar-toggle {
    color: #1D1D1D !important;
    border: none;
}

    .navbar-toggle span {
        background-color: white !important;
    }
.navbar-toggle:hover {
    background: transparent !important;
}

.header-top {
    z-index: 2;
    background-color: #26A69A;
}

.dropdown-menu > li > a:hover {
    background: #fff;
}

.mbl {
    display: none !important;
}


.disclaimer-content strong {
    color: black !important;
}




@media (min-width: 1025px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


@media (max-width: 1024px) {
    
    .navbar-header {
        float: none;
        margin-right: 0;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar-collapse {
        border: none;
        width: 100%;
        z-index: 5;
        position: absolute;
        background: #fff;
    }

   .mbl {
       display: block !important;       
   }
    .mbl ul {
        list-style: none;
        padding-left: 10px;
    }
    .mbl li {
        line-height: 2.2;
    }
    .dropdown-menu, .caret, .dropdown {
        display: none !important;
    }
}


/* === MEDIA QUERIES === */
@media screen and (min-width: 768px) {
    .plan-box {
        min-height: 350px;
    }

    .coach-container {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .plan-box {
        min-height: 390px;
    }
}
