@charset "utf-8";


/* -- Header --------------------------------------------------------------- */


header {
	display:flex;
	display: -webkit-flex;
    display: -ms-flexbox;
    background-color: #ffffff;
    position: relative;
	-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
	align-items: top;
}

header #logo, header #hdr-left {   
	margin:0 auto;
}

header #hdr-right {
	display:flex;
	display: -webkit-flex;
    display: -ms-flexbox;
    background-color: #ffffff;
    position: relative;
	-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
	width:95%; 
	margin:0 auto .5em;
	text-align: center;
	color: #0066cc;
    font-size: 1.1em;
}


#hdr-right > div {
    display: block;
	margin: 0 auto;
}

header #hdr-right span {
    font-weight: bold;
}

header #contact-btns {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 98%;
}

#contact-btns .btn, .btn.lz-btn, .btn.met-btn {
    background-color: #007CC0;
    border: 2px solid #3b8f08;
    border-radius: 5px;
    height: auto;
    margin: 0 auto;
    padding: 2px 4px;
    position: relative;
    text-align: center;  
}


/*  ---- OVALS   */

#contact-btns .btn, .btn.lz-btn, .btn.met-btn {
    border-radius: 100%;
    height: auto;
	 width: 110px;
    padding: 3% 15px 12px;
}

.flex-loc .btn.met-btn, .flex-loc .btn.lz-btn {
	padding: 20px 12px;
}


/*  ---- CIRCLES --- */

/*

#contact-btns .btn, .btn.lz-btn, .btn.met-btn {
    border-radius: 50%;
    height: 90px;
    width: 100px;
    padding: 10px 10px 4px 5px;
}

*/


/*  ----------------------   */

.btn.met-btn {
	margin-right: 0;
}

#appt {
	width: 420px !important;
}


.starburst {
	width: 150px;
	height: 141px;
	float: right;
	margin-top: -20px;
	margin-right: 40px;
}


	#contact-btns .btn.lz-btn {
		margin-right: 20px; 
	}

#contact-btns .btn a, .btn.lz-btn, .btn.met-btn {
	display:block;
   color: #fff;
   text-decoration: none;
	font-family: arial;
   font-size: 14px;
	line-height: 1.25em;
   font-weight: bold;
	padding:5px 10px;
}

.btn.lz-btn a, .btn.met-btn a {
   color: #fff;	
	text-decoration: none;
	padding: 5px 10px;
}

#contact-btns .btn:hover, .badge:hover, .btn.lz-btn:hover, .btn.met-btn:hover {
	background-color: #5AC518;
	border: 1px solid #3b8f08;	
}

#contact-btns .btn a img, .badge a img {
	display:inline;
    margin-bottom: -3px;
    margin-right: 5px;
}

#appt p {
	color:#eca61e; 
	border:2px solid #99CC66; 
	padding: 0 .5em;
	font-style:italic;
	font-weight:bold;
	font-size:.9em;
	line-height:1.7em;
	margin-bottom:1em;
} 

#lz-btn, #met-btn {
	margin:0px 10px 5px 10px;
	padding:0;
}



/* Navigation Menu ------------------------------------------------------------- */

.nav-container {
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items:center;
	background: -moz-linear-gradient(top, #8bd100 0%, #68b700 50%, #69af29 51%, #69af29 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8bd100 0%,#68b700 50%,#69af29 51%,#69af29 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8bd100 0%,#68b700 50%,#69af29 51%,#69af29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bd100', endColorstr='#69af29',GradientType=0 ); /* IE6-9 */
}

#fb {
	margin: 0 auto;
	max-height:2em;
}

#fb a {
	display:block;
}


/* Base Menu Style */
.menu-section {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid hsl(0, 0%, );
}

.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: hsl(0, 0%, 15%);
	font-size:1.1em;
}

.menu li a {
	display: block;
	text-decoration: none;
	color: white;
	padding: .8em 1em;
}

.menu li a:hover {
	background: hsl(0, 0%, 25%);
}


/* Styles for mixed menu (drop-down + social) */
.nav-mixed {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: hsl(0, 0%, 15%);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* Social Media Menu */

/* Find src URL and add in correct social media icon. */
.social-menu li a:before {
    font-family: 'Fontawesome';
    -webkit-font-smoothing: antialiased;
    content: '\f08e';
}

.social-menu li a[href*="twitter.com"]::before { content: '\f099'; }
.social-menu li a[href*="facebook.com"]::before { content: '\f09a'; }
.social-menu li a[href*="linkedin.com"]::before { content: '\f0e1'; }
.social-menu li a[href*="plus.google.com"]::before { content: '\f0d5'; }
.social-menu li a[href*="youtube.com"]::before { content: '\f167'; }
.social-menu li a[href*="instagram.com"]::before { content: '\f16d'; }

.social-menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


/* Sidebar----------------------------------------------------------------------- */


#sidebar {
	flex: 0 0 15em;
	order:2;
	margin-left: auto;
	margin-right:auto;
}

#sidebar > div {
	margin: .75em 0 2.5em;
}



/* Main Content----------------------------------------------------------------------- */


section#content {
	margin-top:1em;	
}


/* Footer----------------------------------------------------------------------- */

#sub-footer {
	border-top: 2px solid #0171bb;
	border-bottom: 2px solid #0171bb;
	padding: 20px 8px 0 8px;
	margin-top:1em;
	clear:both;
}



footer {
	margin-top:1em;
	text-align:center;
}

footer ul {
	list-style-type:none;
	text-align:center;
}

footer ul li {
	font-weight:bold;
	font-size:.8em;
	line-height:1em;
    display: inline;
    margin: 0;
    padding: 0 .6em;
    text-align: center;
}

footer ul li a {
	color: #0066cc;
	text-decoration:none;
}
	

footer p {
	color: #0066cc;
    font-size: .75em;
    line-height: 1.3em;
    text-align: center;
	margin-top:1.5em;
}




