/*   
Theme Name: Master Theme
Author: TVI Designs
Author URI: http://tvidesigns.com
Version: 1
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	background: #fff;
	color: #000;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

#wrapper {
	margin-left: 275px;
	height: auto !important;
	min-height: 100%;
	position: relative;
	padding-bottom: 60px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#main-content {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 75px;
	text-align: justify;
}

#sidebar {
	width: 275px;
	height: 100%;
	position: fixed;
	left: 0;
	background: #3e3e3e url('_img/nav_bg.jpg');
	border-right: 2px solid #8dc73f;
	z-index: 998;
	padding: 0 25px;
	padding-top: 30px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#sidebar:after {
	content: "";
	position: absolute;
	display: block;
	border: 9px solid transparent;
	border-right-width: 9px;
	border-left-color: #8dc73f;
	z-index: 10;
	right: -20px;
	top: 75px;
}

#sidebar a.logo {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

#sidebar a.logo img {
	display: block;
	width: 100%;
	height: auto;
}

#sidebar .phone {
	background-color: rgba(0, 0, 0, .2);
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	font-family: 'Ubuntu Condensed', sans-serif;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 1.6em;
}

#sidebar .phone span {
	display: block;
	color: #8dc73f;
}

#footer {
	height: 45px;
	line-height: 42px;
	background: #232323;
	border-top: 2px solid #a7a7a7;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	color: #8d8d8d;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 1px;
	padding: 0 25px;
}

#footer ul:after {
	content: "";
	display: table;
	clear: both;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	float: left;
	height: 12px;
}

#footer ul li a {
	padding: 0 0 0 10px;
	display: block;
	color: #8d8d8d;
}

#footer ul li a:hover, #footer ul li.tviCredit a {
	color: #ccc;
	cursor: pointer;
}

#mobile-navigation {
	display: none;
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
	line-height: 1em;
	position: relative;
}

#mobile-navigation select {
	background: #000;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	border-radius: 0;
	padding: 10px;
	margin: 0 0 0 0;
	font: inherit;
	font-size: .9em;
	outline: none;
	line-height: 1.2;
	color: #fff;
	-moz-box-shadow: inset 0 2px 11px -5px #000;
	-webkit-box-shadow: inset 0 2px 11px -5px #000;
	box-shadow: inset 0 2px 11px -5px #000;
	text-transform: uppercase;
}

#mobile-navigation:after {
	height: 100%;
	width: 35px;
	content: "▼";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	pointer-events: none;
	font-size: 1em;
	line-height: 35px;
	text-align: center;
	color: #000;
	background: #8dc73f;
}

#main-navigation {
	font-family: 'Open Sans Condensed', sans-serif;
	list-style: none;
	font-weight: 700;
	text-transform: uppercase;
}

#main-navigation > li {
	display: block;
	margin-bottom: 1px;
}

#main-navigation > li > a {
	background-color: rgba(0, 0, 0, .2);
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	font-size: .9em;
}

#main-navigation a {
	color: #b5b5b5;
	text-decoration: none;
	letter-spacing: 1px;
}

#main-navigation a:hover, #main-navigation li.current_page_item > a, #main-navigation li.current_page_parent > a {
	color: #8dc73f;
}

#main-navigation li ul {
	list-style: none;
	display: none;
}

#main-navigation li ul li {
	margin-bottom: 10px;
	display: block;
	padding: 0 15px;
}

#main-navigation li ul:before, #main-navigation li ul:after {
	height: 15px;
	content: '';
	display: block;
}

#main-navigation li ul li:last-child {
	margin-bottom: 0;
}

#main-navigation li ul li a {
	color: #b5b5b5;
	text-decoration: none;
	font-size: .85em;
	letter-spacing: 1px;
	line-height: 1.3em;
	display: block;
}

#social-media {
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
}

#social-media li {
	display: inline-block;
	margin: 0 3px;
}

#social-media li a {
	height: 21px;
	width: 21px;
	display: block;
	background-color: #8dc73f;
	background-image: url('_img/sm_sprite.png');
	background-repeat: no-repeat;
}

#social-media li:nth-child(1) a {
	background-position: 0 0;
}

#social-media li:nth-child(2) a {
	background-position: 0 -42px;
}

#social-media li:nth-child(3) a {
	background-position: 0 -84px;
}

h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.5em;
	display: block;
	margin-bottom: 35px;
	text-align: left;
}

h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 7px;
	display: block;
	letter-spacing: 1px;
	text-align: left;
}

img.full {
	width: 100%;
	display: block;
	padding: 5px;
	border: 1px solid #8dc73f;
	margin-bottom: 35px;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	/*font-weight: 400;*/
	display: block;
	margin-bottom: 25px;
	line-height: 2em;
	font-size: 1.1em;
	color: #666;
}

a {
	color: #8dc73f;
	text-decoration: none;
}

/* ------------ Homepage ----------- */
#homepage-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

#home-slider {
	width: 100%;
	height: 100% !important;
}

#homepage-slider .rsMinW .rsBullets {
	bottom: auto !important;
	top: 10px;
	right: 10px;
}

.infoBlock {
	top: 85px !important;
	left: 50px !important;
	width: 50%;
	min-width: 350px;
	max-width: 600px;
}

.infoBlock span {
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 1.1em;
	padding: 10px;
	line-height: 1.8em;
	color: #dfdfdf;
}

.infoBlock span.first {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 1.4em;
	width: 50%;
	color: #fff;
	text-transform: uppercase;
}

/* ------------ Columns ----------- */
ul.columns {
	display: block;
	margin-bottom: 35px;
	list-style: none;
}

ul.columns:after {
	content: "";
	display: table;
	clear: both;
}

ul.columns li > div {
	background: #ccc;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

ul.columns li {
	float: left;
	padding: 5px;
	border: 1px solid #8dc73f;
	display: block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

ul.columns li img {
	position: relative;
}

ul.columns li > div > a {
	display: table;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.1em;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

ul.columns li > div > a:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

ul.columns li > div > a > span {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.5);
}

ul.columns li > div > a > span > span {
	display: block;
	line-height: 1.3em;
	border: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	padding: 7px 0;
}

/* ------------ Two Columns ----------- */
ul.columns.onecolumn li {
	height: 400px;
	width: 100%;
}

/* ------------ Two Columns ----------- */
ul.columns.twocolumn li {
	height: 230px;
	width: 48%;
}

ul.columns.twocolumn li:nth-child(2) {
	float: right;
}

/* ------------ Three Columns ----------- */
ul.columns.threecolumn li {
	height: 230px;
	width: 30.65%;
	margin-right: 4%;
}

ul.columns.threecolumn li:nth-child(3) {
	float: right;
	margin-right: 0;
}

/* ------------ Three Column Portfolio ----------- */
ul.columns.threecolumn.portfolio {
	margin: -2% 0 20px 0;
}

ul.columns.threecolumn.portfolio li {
	margin-top: 2%;
	margin-bottom: 2%;
}

ul.columns.threecolumn.portfolio li:nth-child(3n + 3) {
	float: right;
	margin-right: 0;
}

/* ------------ Quote Box ----------- */
.quote-box {
	border: 1px solid #8dc73f;
	margin-bottom: 35px;
	border-left: 0;
	border-right: 0;
	padding: 25px 0;
	font-family: 'Open Sans Condensed', sans-serif;
}

.quote-box span {
	display: block;
}

.quote-box .quote {
	font-weight: 700;
	font-size: 1.5em;
	padding: 0 35px;
	background: url('_img/quote_left.png') 0 0 no-repeat, url('_img/quote_right.png') bottom right no-repeat;
}

.quote-box .author {
	text-align: right;
	padding-right: 50px;
	color: #8dc73f;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 1px;
	margin-top: 7px;
}

/* ------------ Sub Navigation ----------- */
.button, #sub-navigation li a {
	background: #8dc73f;
	color: #fff;
	padding: 5px 10px;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .9em;
}

#sub-navigation {
	list-style: none;
	margin-bottom: 35px;
	display: none;
}

#sub-navigation:after {
	content: "";
	display: table;
	clear: both;
}

#sub-navigation li {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
}

#sub-navigation li:last-child {
	margin-right: 0;
}

#sub-navigation li a {
	background: #f1f1f1;
	color: #8dc73f;
}

#sub-navigation li a:hover, #sub-navigation li.current_page_item a {
	background: #8dc73f;
	color: #fff;
}

#full-width-slider {
	width: 100%;
	color: #fff;
	padding: 5px;
	border: 1px solid #8dc73f;
	margin-bottom: 35px;
}

/* ------------ Image Box ----------- */
#image-box {
	position: relative;
	min-height: 228px;
	margin-bottom: 35px;
}

#image-box p:last-child {
	margin-bottom: 0;
}

#image-box .image {
	width: 43%;
	height: 225px;
	position: absolute;
	top: 3px;
	border: 1px solid #8dc73f;
	padding: 5px;
}

#image-box .image a {
	display: block;
	background: #f1f1f1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#image-box .image a img {
	position: relative;
}

#image-box.right-image {
	padding-right: 47%;
}

#image-box.right-image .image {
	right: 0;
}

#image-box.left-image {
	padding-left: 47%;
}

#image-box.left-image .image {
	left: 0;
}

/* ------------ Bread Crumbs ----------- */
#breadcrumbs {
	display: block;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-size: .9em;
	text-align: left;
}

#breadcrumbs a {
	color: #8dc73f;
	text-decoration: none;
}

/* ------------ Bread Crumbs ----------- */
#post-navigation-wrapper {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 500;
	text-align: right;
	left: 0;
	padding: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#post-navigation-wrapper.shadow {
	-moz-box-shadow: 0 0 30px -11px #000;
	-webkit-box-shadow: 0 0 30px -11px #000;
	box-shadow: 0 0 30px -11px #000;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#post-navigation {
	list-style: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ccc;
	font-size: 1.1em;
	float: right;
}

#post-navigation:after {
	content: "";
	display: table;
	clear: both;
}

#post-navigation li {
	float: left;
	height: 25px;
	line-height: 25px;
}

#post-navigation li:first-child {
	padding-right: 10px;
}

#post-navigation li a {
	display: block;
	background: #8dc73f;
	color: #fff;
	font-size: .8em;
	text-decoration: none;
	padding: 0 10px;
	-webkit-transition: background-color 1000ms linear;
	-moz-transition: background-color 1000ms linear;
	-o-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}

#post-navigation li a:hover {
	background: #7bae37;
	-webkit-transition: background-color 1000ms linear;
	-moz-transition: background-color 1000ms linear;
	-o-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}

#post-navigation li:nth-child(3) a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-left: 1px solid #9dd550;
}

#post-navigation li:nth-child(2) a {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #7ab12f;
}

#button-box {
	border: 1px solid #9dd550;
	border-right: 0;
	border-left: 0;
	padding: 15px 20px;
	margin-bottom: 35px;
}

#button-box .button {
	float: right;
	width: 25%;
	text-align: center;
}

#button-box span {
	display: block;
	width: 70%;
	float: left;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 1.7em;
	text-align: left;
}

#button-box:after {
	content: "";
	display: table;
	clear: both;
}

form:after {
	content: "";
	display: table;
	clear: both;
}

form span {
	position: relative;
	display: block;
	margin-bottom: 10px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

form p {
	margin-bottom: 0;
	line-height: 0;
}

span.wpcf7-not-valid-tip {
	background: red;
	color: #fff;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	height: 100%;
	line-height: 28px;
	padding: 0 10px;
	width: auto !important;
}

form input, form textarea {
	width: 100%;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form span:nth-child(-n+4) {
	width: 49%;
}

form span:nth-child(n+1):nth-child(odd):nth-child(-n+4) {
	float: right;
}

input[type="submit"] {
	background: #8dc73f;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1.1em;
	color: #fff;
	cursor: pointer;
}

textarea {
	height: 100px;
}

.wpcf7-response-output {
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wpcf7-response-output.wpcf7-validation-errors {
	background: red;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	background: green;
}

#contact-holder {
	list-style: none;
}

#contact-holder li:nth-child(1) {
	float: left;
	width: 230px;
	margin-bottom: 30px;
}

#contact-holder li:nth-child(2) {
	margin-top: -7px;
	padding-left: 250px;
}

#contact-holder:after {
	content: "";
	display: table;
	clear: both;
}

#info-block {
	border: 1px solid #8dc73f;
	border-right: 0;
	border-left: 0;
	padding: 3px 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	text-align: center;
}

#info-block p {
	font-weight: bold;
	color: #8dc73f;
	font-size: 1.1em;
	line-height: 1.7em;
}

#info-block.contact p {
font-size: .9em;
line-height: 1.7em;
letter-spacing: 0;
}

#info-block h3 {
	font-size: 1.2em;
}

#info-block p:last-child {
	margin-bottom: 0;
}

#info-block .inner {
	background: #f1f1f1;
	display: block;
	padding: 20px 0;
	overflow: hidden;
}

#contact-holder.project #info-block .inner {
	background: none;
}

a.houzz-banner {
	position: absolute;
	z-index: 999;
	top: 10px;
}

ul#news:after {
	content: "";
	display: table;
	clear: both;
}

ul#news {
	list-style: none;
	margin-bottom: 30px;
}

ul#news li {
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
	border: 1px solid #8dc73f;
	display: block;
}

ul#news li a {
	display: none;
	height: 170px;
	width: 140px;
	overflow: hidden;
	margin-bottom: 3px;
}

ul#news li a:nth-child(1) {
display: block;
}

ul#news li a img {
	position: relative;
	display: block;
	width: 100% !important;
	height: 100% !important;
}

ul#news li span{
overflow: hidden;
display: block;
width: 140px;
white-space: nowrap;
text-overflow:ellipsis;
text-align: center;
font-size: .9em;
color: #888;
}

ul#news li span.date{
font-size: .8em;
letter-spacing: 1px;
}