/*
COLORS
*/
html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	color: #ff5716;
}
.clear {
	clear: both;
}
/*----------------------------------------------------*/
/* Blog Pages */
/*----------------------------------------------------*/
.hi-blog-post {
    border:	2px solid #413F3F;
    border-radius: 30px;
    margin-bottom:	5%;
    margin-left: 5%;
    overflow: hidden;
    width: 90%;
    background: #FEF2E1;
}
.post-body-content {
    padding: 5% 5% 0;
}
.entry-summary {
    padding: 2% 5%;
}
.entry-footer {
    text-align:	center;
    padding-bottom:	2%;
}
.hi-archive {
	border:	2px solid #413F3F;
    border-radius: 30px;
    margin-bottom:	5%;
    padding: 2%;
    background: #FEF2E1;
}
.hi-entry-title {
    font-size:	1.375em !important;
    margin-top:	10px;
    text-align:	center;
}
.hi-entry-title a {
	color:	#000;
	text-transform:	uppercase;
}
.hi-entry-title-inside {
    font-size:	2em;
    margin-top:	0;
    text-align:	center;
}
.hi-entry-title-inside {
	color:	#000;
	text-transform:	uppercase;
}
.widget-title {
	color:	#000;
	text-transform:	uppercase;
    font-size:	1.3em;
    margin-top: 0;
}
.hi-author {
	color:	#333;
	text-align:	center;
}
.hi-date {
    background: #000 !important;
    border-radius:	10px;
    color:	white !important;
    margin: 0 auto;
    padding: 2%;
    text-align:	center;
    width:	150px;
}
.hi-blog-body p {
	color: #333;
	line-height: 1.4em;
}
.featured-img-section {
	height: 140px;
}
/*----------------------------------------------------*/
/* Header */
/*----------------------------------------------------*/
#header {
	background: url('../images/header_background.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.site-branding {
	padding: 20px 0 20px 0;
}
.site-branding, #site-navigation, .phone, .vision {
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.vision h4, .phone h4 {
	font-size: 1.6em;
	padding: 18px 0 18px 0;
	margin: 0;
}
.vision span {
	font-weight: bold;
}
#site-navigation ul {
	margin: 0;
	padding: 0;
}
#site-navigation ul li {
	display: inline-block;
    padding: 18px 3px 18px 3px;
    font-size: 1.3em;
}
#site-navigation ul li a {
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
}

.social p {
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.banner-area {
	background: url('../images/header_background.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 350px;
}
/*----------------------------------------------------*/
/* Homepage */
/*----------------------------------------------------*/
.conversions {
	background: url('../images/yellow_top_mobile.png') #fff repeat-x;
	background-position: top left;
}
.entry-content {
	margin-top: 10px;
}
.conversion-box {
	margin-top: 35px;
}
.conversion-box h4 {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
.girl-glasses {
	margin: 30px 0 30px 0;
}
.girl-glasses img {
	margin: 0 auto;
}
.statement {
	background: url('../images/frame_bg.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 30px 0 30px 0;
}
.statement p {
	background-color: rgba(255,255,255,0.8);
	padding: 20px 10px 20px 10px;
}
.statement .hours {
	background-color: rgba(255,255,255,0.8);
	padding: 20px 10px 20px 10px;
	text-align: left;
}
.statement .hours h4 {
	margin-top: 0;
}
.services {
	background-color: #451411;
}
.services h2 {
	color: #fff;
}
.services .container {
	margin-right: 0;
}
.services-inside {
	background-color: #ebebeb;
	padding: 10px 0 20px 0;
}
#home-middle-bottom {
	padding: 30px 0 30px 0;
}
.border-bottom {
	border-bottom: solid 2px #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.eye-care {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0;
}
.border-top {
	border-top: solid 2px #000;
	padding-top: 30px;
	margin-top: 30px;
}
.border-top p {
	color: #451411;
}

/*----------------------------------------------------*/
/* Content */
/*----------------------------------------------------*/
.inside-page {
	background: url('../images/yellow_top_mobile.png') #fff repeat-x;
	background-position: top left;
}
.inside-page .push {
	margin-top: 65px;
}
.inside-page .push h3 {
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 35px;
}
.left-col-2 {
	background-color: #451411;
	width: auto;
	height: auto;
}
.left-sidebar {
	background-color: #3b1613;
    width: 100%;
}
.blk-header {
	background-color: #000;
    color: #fff;
    width: 190px;
    padding-left: 5px;
}
.blk-header h4 {
	font-size: 1.5em;
}
.blk-header-lg {
	background-color: #000;
    color: #fff;
    width: 260px;
    padding-left: 5px;
}
.blk-header-lg h4 {
	font-size: 1.5em;
}
#inside-bottom {
	padding: 30px 0 30px 0;
}
/*----------------------------------------------------*/
/* Footer */
/*----------------------------------------------------*/
#footer {
	background-color: #413f3f;
	color: #fff;
	padding: 40px 0 5px 0;
	text-align: center;
}
#footer img {
	padding-bottom: 20px;
	margin: 0 auto;
}
#footer a {
	color: #fff;
}
#footer p {
	font-size: 1.1em;
}
.services-footer {
margin-top: 20px;
}
.site-info {
	padding-top: 10px;
	font-size: 0.9em;
}
/*----------------------------------------------------*/
/* Media Queries */
/*----------------------------------------------------*/
/* Smartphones ( ) --  --  --  --  -- - */
/* iPads --  --  --  --  -- - */
@media (max-width: 1024px){
.page-id-15 .row {
    margin: 0;
}
}
@media only screen
and (min-width : 768px) { /* Styles */
	/*----------------------------------------------------*/
	/* Header */
	/*----------------------------------------------------*/
	.site-branding, #site-navigation, .phone, .vision {
		margin-bottom: 25px;
	}
	#site-navigation ul li {
		padding: 18px 2px 18px 2px;
		font-size: 1.4em;
	}
	/*----------------------------------------------------*/
	/* Homepage */
	/*----------------------------------------------------*/
	.conversions {
		background: url('../images/yellow_top.png') #fff repeat-x;
		padding-bottom: 30px;
	}
	.entry-content {
		margin-top: 30px;
	}
	.conversion-box {
		margin-top: 35px;
	}
	.conversion-box p {
		font-size: 0.9em;
		line-height: 1.2em;
		padding: 0px 10px 15px 10px;
	}
	.conversion-box .cov-1 {
		padding-bottom: 15px;
	}
	.conversion-box .cov-2 {
		padding-bottom: 0;
	}
	.statement p {
		padding: 20px 60px 20px 60px;
		font-size: 1.1em;
	}
	.statement .hours {
		padding: 20px 60px 20px 60px;
	}
	.services h2 {
		font-size: 35px;
	}
	.services-inside {
		overflow: hidden;
	}
	.services-inside h3 {
		font-weight: 600;
		margin-bottom: 30px;
	}
	.services-inside ul {
		padding-left: 20px;
	}
	.services-inside ul li {
		margin-bottom: 20px;
	}
	.border-bottom {
		padding-bottom: 30px;
		margin: 0 auto 30px;
		width: 90%;
	}
	.border-bottom p {
		font-size: 1.2em;
	}
	.eye-care {
		text-align: left;
		padding: 5px 0 5px 5px;
		margin-top: 0;
	}
	.care-eye {
		font-size: 1.1em;
		line-height: 1.1em;
	}
	.border-top {
		padding-top: 30px;
		margin: 30px auto 30px;
		width: 90%;
	}
	.border-top p {
		font-size: 1.2em;
	}
	.border-top .learn-more {
		width: 200px;
		margin: 0 auto;
	}
	/*----------------------------------------------------*/
	/* Content */
	/*----------------------------------------------------*/
	.inside-page {
		background: url('../images/yellow_top.png') #fff repeat-x;
	}
	.inside-page .push {
		margin-top: 30px;
	}
	.inside-page .push h3 {
		margin-bottom: 5px;
	}
	.left-sidebar {
	    height: 1700px;
	}
	/*----------------------------------------------------*/
	/* Footer */
	/*----------------------------------------------------*/
	#footer {
		text-align: left;
	}
	.services-footer {
		margin-top: 0;
	}
	/*----------------------------------------------------*/
	/* Hyper Links / Buttons */
	/*----------------------------------------------------*/
	.learn-more a {
		display: block;
		padding: 10px 10px 10px 10px;
		font-size: 1.2em;
		font-weight: 700;
		text-transform: uppercase;
		color: #000;
	}
}
@media only screen
and (min-width : 992px) { /* Styles */
		/* BLOG STYLES */
		.hi-date {
		    width:	200px;
		}
		.hi-blog-body p::first-letter {
			color:	#333;
		    font-size:	200%;
		}
		/*----------------------------------------------------*/
		/* Header */
		/*----------------------------------------------------*/
		#site-navigation ul li {
			padding: 18px 8px 18px 8px;
		}
		/*----------------------------------------------------*/
		/* Homepage */
		/*----------------------------------------------------*/
		.conversion-box {
			margin-top: 40px;
		}
		.eye-care {
			padding: 3px 0 3px 5px;
		}
		.eye-care h4 {
			font-size: 22px;
		}
		.care-eye {
			font-size: 1.3em;
			width: 75%;
		}
		.border-bottom p {
			font-size: 1.4em;
		}
		.border-top p {
			font-size: 1.4em;
		}
		/*----------------------------------------------------*/
		/* Content */
		/*----------------------------------------------------*/
		.inside-page {
			background: url('../images/yellow_top.png') #fff repeat-x;
		}
		.inside-page .push {
			margin-top: 45px;
		}
		.inside-page .push h3 {
			margin-bottom: 5px;
		}
}
/* Desktops and laptops --  --  --  --  -- - */
@media only screen
and (min-width : 1200px) { /* Styles */
}