/*
Theme Name: JeffersonDC
Theme URI: https://globerunner.com/
Description: A lightweight, 2-3 columns, widget ready, SEO optimized, fast loading, easy to customize WordPress theme.
Version: 1.8.3
Author: GRS
Author URI: https://globerunner.com/
Tags: white, blue, gray, silver, light, two-columns, three-columns, right-sidebar, fixed-layout, responsive-layout, threaded-comments, sticky-post, custom-background
Text Domain: jeffersondc
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
JeffersonDC WordPress Theme, Copyright 2015 www.globerunner.com
JeffersonDC is distributed under the terms of the GNU GPL
*/ 

@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
	background-color: #f6f6f6;
	font-family: 'Raleway', 'Helvetica';
}

nav {
	background-color: #1888b7;
	padding:10px 0px;
	padding-bottom: 180px;
}

nav img {
	max-height:100px;
	width:auto;
}

nav a,
nav a:hover {
	color:white;
	margin-left:5px;
}

.org-images img {
	width:100%;
	height:auto;
}

.appt-container {
	background-color:white;
	margin-top:-150px;
	padding-top:20px;
	border: 2px solid #F0F0F0;
}

.appt-container .wpcf7-form-control, .appt-container .glyphicon{
	border: 1px solid #f4f4f4;
}

.appt-container .glyphicon{
	background-color: #F6F6F6;    	
    	border-radius: 0px 4px 4px 0px;
	color: #979797;
	width: 50px;
}

.appt-container .btn-primary{
	background-color: #8BC65A;
    	border: 1px solid #90C862;
    	font-size: 1.5em;
    	padding: 15px;
}

.appt-container .btn-primary:active:focus, .appt-container .btn-primary:active:hover{
	background-color: #8BC65A;
}

.appt-container .wpcf7-form label {
	text-align:left !important;
}

.wpcf7-form label {
	text-align:right;
}

.button_div input.buttons {
	background-color: #337ab7;
	border: solid 1px #2e6da4;
	color: #fff;
	border-radius: 4px;
	padding:6px 12px;
	font-size:14px;
}

.button_div #rememberme,
#wpmem_restricted_msg,
#wpmem_login .button_div label {
	display:none;
}

#wpmem_login {
	padding: 0px 20px;
}

.form-control-static {
        padding-top:0;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
	text-align:center;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .appt-notes{
    	float:right;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

<!--        APPOINTMENT TEST DAY PANELS        -->


@media (min-width: 768px) {
    .appt-container .col-sm-5ths {
        width: 25% !important;
        float: left;
	text-align:center;
    }
}



.appt-container .panel-info{
	border-color: #f6f6f6;
}

.appt-container .panel-heading{
	color:#fff;
	background-color: #1888b7;
	border-color:#1888b7;
	padding: 10px !important;
	font-variant: small-caps;
}

.appt-container .panel-heading-closed{
	color:#acacac;
	background-color:#e6e6e6;
	border-color: #e6e6e6;
}

.appt-container .panel-body-closed{
	color:#acacac;
	background-color:#f6f6f6;
}

<!--      END APPOINTMENT TEST DAY PANELS      -->
