/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  CSS
  -----------------------------------
*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	color: #353535;
}
.scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}
a img {
	border: 0;
}
img, svg {
	vertical-align: bottom;
}
svg a {
	outline: transparent;
}
.hide-on-fallback {
	display: block;
	position: absolute;
	left: -100%;
	height: 0;
	width: 0;
	overflow: hidden;
}
.flex-align {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.flex {
	display: -ms-flexbox;
	display: flex;
}
#masthead, #masthead-slide, #social-container, #background-image, .logo-container, #layoutWrap, #layout-container, #slide-container, #footer-container, #copyright-container {
	box-sizing: border-box;
}
#background-image  {
	background: url(../imgs/backgrounds/home-design.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: 0;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	z-index: 0;
}
#background-image { 
	animation: fadeInAnimation ease 3s; 
	animation-iteration-count: 1; 
	animation-fill-mode: forwards; 
} 
@keyframes fadeInAnimation { 
	0% {opacity: 0; 
} 
	100% {opacity: 1; 
} 
} 

#masthead {
	position: absolute;
	width: 100%;
	z-index: 1000;
	top: 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	/*-webkit-transition: all .2s ease;
	transition: all .2s ease;*/ 
}
/*#masthead.scrolled {
	background-color: transparent;
	background-color: rgba(255,255,255,0);
}*/
#social-container {
	text-align: center;
	margin: 20px auto 10px auto;
}
.soc-mast {
	height: 30px;
	width: 30px;
	display: inline-block;
	margin: 0px 8px;
}
.logo-container {
	text-align: center;
	padding: 20px 0px;
	margin: 0 auto;
}
.logo-container svg {
	max-width: 250px;
}
.logo-container img {
	max-width: 250px;
	width: 100%;
	height: auto;
}
#social-container img {
	width: 30px;
	height: 30px;
	display: inline-block;
}
#footer-container img {
	width: 30px;
	height: 30px;
	display: inline-block;
}
#layoutWrap, #footerWrap {
	padding: 0px 20px;
}
#layout-container, #footer-container, #copyright-container {
	margin: auto;
	padding: 30px 20px;
}
#slide-container {
	margin: auto;
	padding: 0px 20px 30px 20px;
}
#footer-container {
	text-align: center;
}
.main-content a, #footer-container a {
	color: #5B6770;
	text-decoration: none;
}
.main-content a:hover, #footer-container a:hover {
	text-decoration: underline;
	color: #146734;
}
#footer-container svg {
	max-width: 30px;
}
.foot-list, .foot-links {
    margin: 0;
    padding: 0;
}
.foot-list li, .foot-links li {
	display: inline;
	margin: 0px 15px;
}
.foot-links {
	margin-bottom: 20px;
}
#social-container path.green, #footer-container path.green {
	fill: #353535;
	transition: 200ms; transition-timing-function: ease-in-out; -webkit-transition: 200ms; -webkit-transition-timing-function: ease-in-out;
}
#social-container a.green:hover path.green, #footer-container a.green:hover path.green {
	fill: #146734;
}
#copyrightWrap {
	width: 100%;
	box-sizing: border-box;
}
#copyright-container {
	line-height: 1.7em;
	font-size: .8em;
	text-align: center;
	padding-top: 0px;
}
.copyright {
	padding: 0px 30px;
}
.max-980 {
	max-width: 980px;
}
.max-1024 {
	max-width: 1024px;
}
.max-1280 {
	max-width: 1280px;
}
.max-1440 {
	max-width: 1440px;
}
.max-1600 {
	max-width: 1600px;
}
.max-none {
	max-width: none;
}
h1, h2, h3, h4 {
	margin: 0px;
	font-weight: 300;
	font-family: 'Open-Sans', sans-serif;
}
h3, h4 {margin-top: 1em;}
h1 {font-size: 2.2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.35em;}

.main-content p {
	font-size: 1.35em;
	line-height: 2.2em;
	font-weight: 300;
	margin: 20px 0 20px 0;
}
.cabinets p {
	font-size: 1.2em;
	line-height: 1.5;
}

.columns-container:after {
	content: "";
	display: table;
	clear: both;
}
.column {
	box-sizing: border-box;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.map-wrapper {
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-top: 1em;
	margin-bottom: 1em;
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Row/Column Creator Rules*/
.vanilla-row .column-group .vanilla-column {
	box-sizing: border-box;
}
.vanilla-column {
	float: left;
}
.vanilla-row:after, .column-group:after {
	content: "";
	display: table;
	clear: both;
}
.column-15 {
	width: 15%;
}
.column-20 {
	width: 20%;
}
.column-25 {
	width: 25%;
}
.column-30 {
	width: 29%;
	margin-right: 6.5%;
}
.column-33 {
	width: 33.3334%;
}
.column-35 {
	width: 35%;
}
.column-40 {
	width: 40%;
}
.column-45 {
	width: 45%;
}
.column-50 {
	width: 50%;
}
.column-55 {
	width: 55%;
}
.column-60 {
	width: 60%;
}
.column-65 {
	width: 65%;
}
.column-70 {
	width: 70%;
}
.column-75 {
	width: 75%;
}
.column-80 {
	width: 80%;
}
.column-100 {
	width: auto;
	float: none !important;
}
.no-margin-right {
	margin-right: 0px;
}
.padded {padding: 20px 30px;}

#categories {
	margin: 30px 0px 0px 0px;
}
#categories a, #categories a:hover, #categories a:active, #categories a:visited {
	color: #FFFFFF;
	text-shadow: 2px 2px  2px #000000;
}
.cat1, .cat2, .cat3 {
	display: flex;
	min-height: 500px;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
	opacity: .75;
	transition: 300ms; transition-timing-function: ease-in-out; -webkit-transition: 300ms; -webkit-transition-timing-function: ease-in-out;
}
.cat1 {
	background-image: url(../imgs/backgrounds/Cat-1-Background.jpg); 
}
.cat2 {
	background-image: url(../imgs/backgrounds/Cat-2-Background.jpg); 
}
.cat3 {
	background-image: url(../imgs/backgrounds/Cat-3-Background.jpg); 
}
.cat1:hover, .cat2:hover, .cat3:hover {
	opacity: 1;
	transform: scale(1.02);
}
.categories-top-margin {
	margin-top: 297.117px;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	-webkit-text-size-adjust: none;
}
#background-image {
		background-attachment: unset;
		height: 20vh;
}
#masthead {
	position: relative;
}
#masthead, #menu-container, #layout-container, #footer-container, #copyright-container {
	max-width: none;
	padding: 0px;
}
#layout-container, #footer-container, #copyright-container {
	max-width: none;
	padding: 30px;
}
#layoutWrap {
	padding: 0px;
}
#layout-container {
	max-width: none;
	padding: 30px 30px 0px 30px;
}
.column, .vanilla-column {
	float: none !important;
	width: auto !important;
}
.columns-container, .column-group {
	border: none;
	background-image: none;
}
.column-30 {
	margin-right: 0px;
	margin-bottom: 30px;
}
.column-30.cat3 {
	margin-bottom: 0px;
}
.no-margin-right: {
	margin-right: auto;
}
.categories-top-margin {
	margin-top: 20px;
}
#footer-container {
	padding: 0px 30px;
}
.foot-list {
	margin: 0px;
}
.foot-links {
	margin: 0px 0px 40px 0px;
}
.foot-list li, .foot-links li {
	display: block;
	margin: 20px;
}
}

@media only screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none;
	font-size: 16px;
}
input.search-box, select:focus, input:focus {
	font-size: 10px;
}
input.search-box {
	width: 60%;
}
input.search-button {
	right: 41%;
}
}

@media only screen and (max-device-width: 480px) and (orientation : landscape) {
body {
	-webkit-text-size-adjust: none;
	font-size: 12px;
}
input.search-box {
	width: 70%;
}
input.search-button {
	right: 31%;
}
}
