@import url('https://fonts.googleapis.com/css?family=Raleway');
.navDropDown {
    z-index:9999 !important;
}
.row {
    clear:both;
    overflow:auto;
}

.col-sm-12 {
    float:left;
    width:100%;
}

article {
    width: 72.5%;
    float: left;
    margin-bottom: 10px;
    padding: 0;
/*     max-width: 870px; */
}

.sidebar {
    float: right;
    width: 25%;
    line-height: 20px;
    max-width: 300px;
    padding-top:15px;
}

.row img {
    max-width:100%;
    height:auto !important;
}
.mtb-20 {
    margin-top:20px;
    margin-bottom:20px;
}

article .inner-article {
    background-color: #fff;
    width: 93%;
    min-height: 250px;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    overflow: hidden;
    margin: 15px 0px 15px 5px;
    font-family:Raleway, sans-serif;
    font-size:16px !important;
}

.inner-article > * {
  width: 100%;
}

.inner-article p {
    font-size:16px;
}

.inner-article > div{
    float:left;
    padding:10px;
}
    
.widget-container {
    margin-bottom: 30px;
    float: left;
    clear: both;
    width: 98%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.sidebar input[type='text'] {
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 11px 0 10px 0;
    text-indent: 15px;
    color: #a5a6a8;
    border: none;
    box-sizing: border-box;
    font-weight: lighter;
    font-size: 13px;
    height: 40px;
}

.sbutton {
    background:#06d1e8;
    right: 0px;
    width: 40px;
    height: 40px;
    background: #fcce08;
    font-size: 14px;
    font-weight: 600;
    color: #23292e;
    text-transform: uppercase;
}

.sbutton#search-image {
    transition: all 0.25s linear;
    background: transparent;
    z-index: 10;
    position: absolute;
    border: 0;
    vertical-align: top;
    cursor: pointer;
}

.widget-container form {
    position:relative;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
}

.widget-container .fa {
    padding: 0px;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    z-index: 9999;
    text-indent: 10px;
    color: #000 !important;
    padding-top: 10px;
    cursor: pointer;
    box-sizing: border-box;
    position:absolute;
    background:#06d1e8;
    z-index:9;
    font-size:20px;
    
}

h3.widget-header, button.widget-header {
    background:#06d1e8;
    font-size:20px;
    color:#000;
    padding:10px;
    text-transform:uppercase;
    text-align:center;
    line-height:22px;
    margin-top:0px;
}

.widget-container select {
    width:100%;
    padding:6px 10px;
    border-color:#d8d8d8;
    padding: 8px 12px;
    font-size: 14px;
    color: #666;
    border: 1px solid #D8D8D8;
    font-family: inherit;
    text-align:center;
    margin-bottom:10px;
    height:40px;
}


.widget-container > p {
    padding:10px;
}

.profile-location {
    text-transform: uppercase;
    color: #7e8082;
    border-top: 1px solid #919496;
    border-bottom: 1px solid #919496;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 3px;
    transition: all 0.25s linear;
    font-weight: bold;
    text-align:center;
}

.profile-location a {
    color: #7e8082;
    text-decoration:none;
}

.trainer-preview {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    float:left;
    max-width:280px;
    margin:5px 20px 15px 10px;
}

.trainer-preview p
{
    font-size: 14px;
}

.profile-bio p {
    padding:10px;
    height:fit-content;
}

.profile-detail .inner-article h3.widget-header {
    width: 98%;
/*     margin-bottom: -30px; */
}

    
.full-bio {
    padding:2px;
}

#contact_form {
    max-width:400px;
    width:100%;
    border:1px solid #CCC;
    border-radius:5px;
    padding:20px;
}

.form-field {
    clear:both;
    overflow:auto;
    margin-bottom:10px;
}

.form-field input {
    height:20px;
    width:90%;
}

.form-field input, .form-field textarea, #contact_form input[type='submit'] {
    padding: 8px 12px;
    font-size: 14px;
    color: #666;
    border: 1px solid #D8D8D8;
    font-family: inherit;
}

#contact_form input[type='submit']:hover {
    background-color:#EEE;
    cursor:pointer;
}

.form-field input, .form-field label, .form-field textarea {
    display:block;
}

.alert {
    padding:20px;
    background-color:#4CAF50;
    color:#FFF;
    margin-bottom:0px;
    position:absolute;
    top:0;
    width:97%;
    text-align:center;
    font-size:20px;
    font-weight:bold;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.bodywrap {
    width: 1180px;
    margin: 0 auto;
    clear: both;
}

article .inner-article {    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


}

@media (max-width:1300px) and (min-width:990px) {
/* 
    body div.bodywrap {
        transform:scale(.8,.8);
    }
 */
}

a.nav-link {
    width: max-content !important;
}

.navbar-nav {
	list-style: none !important;
}

/*@media (max-width:1087px) {*/
@media (max-width:768px) {
    .bodywrap .mtb-20 {
    
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .bodywrap article {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .sidebar {
        width: 100%;
        float: none;
        margin: auto;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        max-width: 97%;
    }
    article .inner-article {
        margin: auto;
        width: 86%
    }

    .trainer-preview {
        max-width: 284px;
    }
    .widget-container {
        width: 100%;
    }
}

@media (max-width:768px) {
    .bodywrap {
        width:100%;
    }
    .bodywrap article {
        width: 100%;
        max-width: 870px;
    }
    .trainer-preview {
        max-width:100%;
    }
    .row img {
        width: 100%;
    }
/* 
    article .inner-article {
        margin: 0;
        width: 93%;
    }
 */
}