/*
Theme Name: Landscaping Firm
Author: Fuck Yeah! Media
Description: Custom Wordpress theme for The Landscaping Firm
Version: 1.0
*/

html {
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
}
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, dl {
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	color: rgba(10,10,10,1);
	margin-top: 0;
}
h1 {
	font-size: 4rem;
}
h2 {
	font-size: 3.2rem;
	margin-bottom: 2rem;
}
h2.page-heading {
	text-transform: uppercase;
	font-size: 5rem;
	text-align: center;
	font-weight: 300;
}
h3 {
	font-size: 2.6rem;
	margin-bottom: 2rem;
}
h4 {
	font-size: 2rem;
}
p {
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 2.5rem;
}
p.copyright {
	font-size: 1.2rem;
	margin-bottom: 0;
	color: rgba(200,200,200,1);
}
p.tagline {
	font-style: italic;
	font-size: 1.2rem;
	color: rgba(93,166,59,1);
}
#content-page p {
	color: rgba(10,10,10,1);
}
.green {
	color: rgba(93,166,59,1);
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}
ul {
	list-style-type: none;
	margin: 0;
}
li {
	font-size: 1.4rem;
	font-weight: 300;
}
.clear {
	clear: both;
}
.row {
	max-width: 120rem;
}
.row-page-slider {
	margin-bottom: 3rem;
}
.center {
	text-align: center;
}
img.alignright { 
	float: right; margin: 0 0 15px 15px; 
}
img.alignleft { 
	float: left; margin: 0 15px 15px 0; 
}
img.aligncenter { 
	display: block; margin-left: auto; margin-right: auto; 
}
.alignright { 
	float: right; 
}
.alignleft {
	float: left; 
}
.aligncenter {
	display: block; margin-left: auto; margin-right: auto; 
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	height: auto;
	font-size: 1.6rem;
	padding: 1rem;
	margin-bottom: 0.5rem;
	color: rgba(0,0,0,1);
	background: transparent;
}
input[type="submit"] {
	padding: 1rem;
	font-size: 1.6rem;
	box-shadow: none;
	border: 1px solid rgba(0,0,0,0.2);
}
::-webkit-input-placeholder {
    color: black !important;
    opacity: 0.5 !important;
}
:-moz-placeholder {
    color: black !important;
    opacity: 0.5 !important;
}
::-moz-placeholder {
    color: black !important;
    opacity: 0.5 !important;
}
:-ms-input-placeholder {
    color: black !important;
    opacity: 0.5 !important;
}
#up {
	position: fixed;
	right: 2rem;
	bottom: 10%;
	border: 1px solid rgba(93,166,59,1);
	background: rgba(93,166,59,0.2);
	border-radius: 100%;
	padding: 1rem;
	z-index: 999;
}
#up a {
	color: rgba(93,166,59,1);
}
.columns {
	padding-left: 2rem;
	padding-right: 2rem;
}
.nav-strip {
	width: 100%;
	position: fixed;
	top: 0;
	min-width: 100%;
	/*background:rgba(250,250,250,0.95);*/
	background: url('img/bg-paper-black.png') repeat;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 1rem 2rem;
	z-index: 77;
}
#footer-main {
	/*background: rgba(0,0,0,0.1);*/
	background: url('img/bg-paper-black.png') repeat;
	border-top: 1px solid rgba(0,0,0,0.15);
	padding: 5rem 3rem;
}
.top-bar {
	background: transparent;
}
.top-bar-section ul li {
	background: transparent;
	padding: 0 0.5rem;
	color: rgba(255,255,255,1);
}
.top-bar-section ul li a {
	font-size: 1.3rem;
	display: block;
	color: rgba(255,255,255,1);
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	color: rgba(255,255,255,1);
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	color: rgba(255,255,255,1);
}
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	display: none;
}
.top-bar-section ul li a:hover, .top-bar-section ul li a:active, .top-bar-section ul li a:focus, .top-bar-section ul li.active a {
	background: transparent !important;
	color: rgba(255,255,255,1);
}
.top-bar-section ul li.active a {
	font-weight: 700;
}
.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form) a:not(.button):focus {
	color: rgba(255,255,255,1);
	background: transparent;
}
.top-bar .name {
	height: auto;
}
.top-bar .name img {
	max-width: 19rem;
}
.top-bar .name h1 {
	font-size: 4rem;
	line-height: 1.4;
	text-transform: uppercase;
}
nav.top-bar {
text-align:center;
}
section.top-bar-section {
display: inline-block;
}
p.phone {
	font-size: 1.3rem;
	padding-top: 1.2rem;
	color: rgba(200,200,200,1);
}
.main-nav {
	padding-top: 1.2rem;
}
.tab-bar {
    background: url('img/bg-paper-black.png') repeat;
    color: rgba(255,255,255,1);
    position: relative;
}
.tab-bar p.title {
	margin-bottom: 0;
	font-size: 2rem;
	color: rgba(255,255,255,1);
}
.left-small {
    background: rgba(34,30,31,1);
}
.off-canvas-list li {
	font-size: 1.8rem;
}
.page-head {
	width: 100%;
	padding: 6rem 3rem;
	text-align: center;
	position: relative;
}
.page-head::before {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page-head h2 {
	color: rgba(255,255,255,1);
}
input[type="number"] {
	width: auto;
}
.product-body {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
#content-page {
	padding-bottom: 2rem;
	color: rgba(10,10,10,1);
}
#content-page .row {
	max-width: 90rem;
}

.staff img {
	border-radius: 50%;
}
.staff h2 {
	max-width: 30rem;
	text-transform: uppercase;
	font-size: 4rem;
}
.staff li {
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 1rem;
	list-style-type: disc;
}
hr {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.footer-contact {
	padding: 5rem 0;
	padding: 12%;
	background: url('img/bg-paper-grey-90.png') repeat;
	color: rgba(255,255,255,1);
	text-align: center;
}
.footer-contact .row {
	max-width: 60rem;
}
.footer-contact h3 {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 3rem;
	letter-spacing: 2px;
	color: rgba(0,0,0,1);
	margin-bottom: 3rem;
}
.footer-contact a {
	color: rgba(10,10,10,1);
}
.footer-contact p {
	margin-bottom: 1rem;
	color: rgba(10,10,10,1);
}
.btn {
	border: 1px solid rgba(93,166,59,1);
	padding: 1rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	text-transform: uppercase;
	display: inline-block;
	color: rgba(93,166,59,1);
}
.footer-contact .btn {
	margin-top: 3rem;
	color: rgba(93,166,59,1);
}
.btn:hover {
	background: rgba(93,166,59,0.1);
	color: rgba(93,166,59,1);
}
.para-narrow {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
}
.services-list li {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.post-meta-key {
	font-weight: 500;
}
.post-meta li {
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 0.5rem;
}
.sp-selected-thumbnail { 
	border: 4px solid rgba(0,0,0,0.1) !important; 
}
.pagination {
	font-size: 1.6rem;
	text-transform: uppercase;
	max-width: 60rem;
	text-align: center;
	margin: 0 auto 3rem auto;
	color: rgba(75,75,75,1);
}
.pagination a {
	color: rgba(141,4,5,1);
	padding: 0 2rem;
}
.projects-list li {
	margin-bottom: 1rem;
}
.projects-list h4 {
	font-size: 1.6rem;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	width: 100%;
	padding: 10%;
	margin-bottom: 0;
}
.overlay {
	position: relative;
}
.news-list .date {
	font-size: 1.5rem;
}
.news-list li {
	background: rgba(0,0,0,0.03);
	padding: 2rem;
	margin-bottom: 2rem;
}
.news-list img {
	border-radius: 50%;
}
.news-img {
	text-align: center;
	margin-bottom: 1.5rem;
}
.news-img img {
	border-radius: 50%;
}
.home-left {
	padding: 12%;
}
.home-left h3 {
	letter-spacing: 1px;
}
.home-about {
	/*background: url('img/bg-paper-black.png') repeat;*/
	background: rgba(34,30,31,1);
}
.home-about ul {
	margin-bottom: 3rem;
}
.home-about p, .home-about h3, .home-about li {
	color: rgba(255,255,255,1);
}
.home-about li {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.home-about h3 {
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.home-about .row {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.home-about .columns {
	padding: 0;
}
.home-about img, .hero img {
	width: 100%;
	height: auto;
}
.fa-check {
	color: rgba(93,166,59,1);
}
#content-page .size-img-400 {
	border-radius: 50%;
	margin-bottom: 3rem;
}
.left-off-canvas-menu {
	background: url('img/bg-paper-black.png') repeat;
}
.mobile-logo {
	/*background: url('img/bg-paper-black.png') repeat;*/
	background: rgba(34,30,31,1);
	padding: 2rem;
}
.hero {
	position: relative;
	width: 100%;
}
.hero-text {
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	width: 100%;
}
.hero-text h2 {
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	font-size: 5rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	letter-spacing: 2px;
}
.hero-text .btn {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.2);
	border-color: rgba(255,255,255,1);
	font-size: 2.2rem;
	letter-spacing: 1px;
}
.home-content {
	background: rgba(255,255,255,1);
	padding-top: 3rem;
	padding-bottom: 3rem;
}
h2.mob {
	font-size: 4rem;
	line-height: 1;
}
.hero.show-for-medium-up {
	margin-top: 6rem;
}





@media only screen and (min-width: 641px) {
	/*body {
		padding-top: 7.7rem;
	}*/
	#content-page {
		padding-bottom: 5rem;
			padding-top: 2rem;
	}
	.column-border-left {
		border-left: 1px solid rgba(0,0,0,0.1);
	}
	.projects-list li {
		float: left;
		width: 25%;
		padding:1rem;
	}
	.projects-list li img:hover {
		opacity: 0.7;
		-webkit-transition: all 0.5s ease-in-out;
	  	-moz-transition: all 0.5s ease-in-out;
	  	-o-transition: all 0.5s ease-in-out;
	  	transition: all 0.5s ease-in-out;
	}
	.footer-contact {
		padding: 5rem 2rem;
	}
	.home-content {
		background: rgba(255,255,255,1);
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
@media only screen and (min-width: 1000px) {
	.top-bar-section ul li a {
		font-size: 1.8rem;
	}
	.top-bar .name img {
		max-width: 40rem;
	}
	p.phone {
		font-size: 1.8rem;
	}
}