@charset "UTF-8";

@import @import url('https://fonts.googleapis.com/css2?family=Rosario:wght@400;700&display=swap');

/********
- MAIN STRUCTURE
- LINKS
- MENUS
- HEADINGS
- BLOG COLUMNS
- TIPS
- ERROR MESSAGES
- LISTS
- MODULES
- BILLBOARDS
- GALLERY BUTTONS
- MISC
********/

/**** MAIN STRUCTURE ****/

html {
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #676767;
}

body {
	background: #141414;
	margin: 0;
}

#site-wrapper {}

.outer-wrapper {
	width: 100%;
	overflow: auto;
}

.outer-wrapper.header-outer-wrapper {
	background: #000;
}

.outer-wrapper.main-nav-outer-wrapper {
	clear: both;
	background: #837c67;
	height: 45px;
	border-bottom: solid 9px #000;
}

.outer-wrapper.content-outer-wrapper, .outer-wrapper.billboard-outer-wrapper {
	background: #5ca730;
}

.outer-wrapper.footer-outer-wrapper {
	background: #141414 url(https://dev.turf-n-tree.com/images/template/footer_light.jpg) top center no-repeat;
}

.wrapper {
	margin: auto;
	width: 974px;
	overflow: auto;
}

.wrapper.header {
	width: 940px;
	height: 163px;
	overflow: hidden;
}

.wrapper.main-nav {
	width: 940px;
	overflow: hidden;
}

.wrapper.billboard {
	background: url(https://dev.turf-n-tree.com/images/template/slider_bg.jpg) center top no-repeat;
	overflow: auto;
	margin-top: 10px;
}

.wrapper.content {
	background: #e4e4e4 url(https://dev.turf-n-tree.com/images/template/shadow_top-blocks.png) top center no-repeat;
	margin: auto;
	padding: 10px 35px 30px 25px;
	width: 914px;
}

.wrapper.footer {
	padding: 20px;
	width: 934px;
	font-size: 15px;
}

#header-left {
	background: url(https://dev.turf-n-tree.com/images/template/top-left-bg.jpg) center center no-repeat;
	width: 258px;
	height: 119px;
	float: left;
	text-align: center;
	padding-top: 40px;
}

#logo {
	float: left;
	width: 426px;
	height: 159px;
}

#header-right {
	background: url(https://dev.turf-n-tree.com/images/template/top-right-bg.jpg) center center no-repeat;
	width: 256px;
	height: 119px;
	float: left;
	text-align: center;
	padding-top: 40px;
}

#left-column {
	float: left;
	width: 250px;
	font-size: 15px;
	padding-top: 20px;
}

.main-right-wrapper {
	float: right;
	width: 630px
}

.main-right-wrapper.no-left {
	width: 924px;
	float: none;
}

#content-bottom {
	clear: both;
	padding: 20px 20px 0;
}

.footer-row.footer-row2 {
	clear: both;
	padding-top: 25px;
}

.footer-col {
	float: left;
	margin-right: 140px;
}

.footer-col.footer-col1.footer-row1-col1 {
	margin-right: 60px;
}

.footer-col.footer-col2.footer-row1-col2 {
	margin-top: 40px;
}

.footer-col.footer-col4.footer-row1-col4 {
	margin-right: 0;
}

.footer-col.footer-col1.footer-row2-col1 {	
	margin-right: 40px;
}

.footer-col.footer-col2.footer-row2-col2 {
	margin: 0;
}

#sub-footer {
	font-size: 11px;
	line-heihgt: 13px;
	color: #7d7979;
	height: 25px;
	padding-top: 40px;
	clear: both;
}

#sub-footer-left {
	float: left;
	width: 400px;
}

#sub-footer-right {
	float: right;
	width: 400px;
	text-align: right;
	position: relative;
	top: -2px;
}

/**** end MAIN STRUCTURE ****/

/**** LINKS ****/

a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #5ca730
}

a:hover, a:active {
	text-decoration: underline;
	outline: none;
	color: #247404;
}

a img {
	border: none;
}

a.readmore:link, a.readmore:visited, .btn, input#Send {
	background: #4a680a !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px !important;
	padding: 8px 12px !important;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	display: inline-block;
	text-shadow: none;
}

a.readmore:hover, a.readmore:active, .btn:hover, input#Send:hover {
	background: #779e0e !important;
	text-decoration: none;
	-webkit-box-shadow: 1px 4px 6px #000;
	-moz-box-shadow: 1px 4px 6px #000;
	box-shadow: 1px 4px 6px #000;
}

.btn:hover, input#Send:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#sub-footer-right a:link, #sub-footer-right a:visited {
	color: #7d7979;
}

#sub-footer-right a:hover, #sub-footer-right a:active {
	color: #fff;
	text-decoration: none;
}

/**** end LINKS ****/

/**** MENUS ****/

ul.joomla-nav.main-menu {
	list-style: none;
	margin: 3px 0 0;
	padding: 0;
}

ul.joomla-nav.main-menu li {
	float: left;
	margin: 0 13px;
}

ul.main-menu a:link, ul.main-menu a:visited {
	color: #dbceab;
	font-weight: bold;
	display: block;
	padding: 10px 15px;
}

ul.main-menu a:hover, ul.main-menu a:active {
	color: #fff;
	background: #dbceab;
	text-decoration: none;
}

.menutop li.active > .daddy.item {
	color: #fff;
}

.footer-row ul.joomla-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-row a:link, .footer-row a:visited {
	color: #7d7979;
	line-height: 24px;
}

.footer-row1 a:link, .footer-row1 a:visited {
	font-size: 13px;
}

/**** end MENUS ****/

/**** HEADINGS ****/

h1, h2, h3, h4, h5, h6 {
	color: #3c3939;
	font: bold 25px 'Rosario', sans-serif;
	letter-spacing: 1.5px;
	text-shadow: 1px 2px #fff;
	margin: 10px 0;
	width: 75%;
}

h2.rsmg_title {
	width: 100%;
}

body.retaining-walls-masonry h2 {
	width: 67%;
}

body.id143 h2 {
	width: 60%;
}

body.id143 h4 {
	width: 96%;
}

h3 {
	font-size: 23px;
}

.footer-row h3 {
	font-size: 18px;
	text-shadow: none;
	letter-spacing: 0;
	color: #e6e6e6;
}

h4, .module-title h3 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6, .module-title.testimonials h3 {
	font-size: 16px;
}

/**** end HEADINGS ****/

/**** BLOG COLUMNS ****/

div.cols-2 div.item {
	width: 460px;
	float: left;
	padding-left: 30px;
}

div.cols-2 div.column-1 {
	clear:both;
	padding-left: 0;
}

div.cols-3 div.item {
	width: 296.6px;
	float: left;
	padding-left: 30px;
}

div.cols-3 div.column-1 {
	clear:both;
	padding-left: 0;
}

div.cols-4 div.item {
	width: 215px;
	float: left;
	padding-left: 30px;
}

div.cols-4 div.column-1 {
	clear:both;
	padding-left: 0;
}

/**** end BLOG COLUMNS ****/

/**** TIPS ****/

.tip-wrap {
	padding: 20px 15px;
	background: #fff ;
	width: 200px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 1px 4px 6px #014266;
	-moz-box-shadow: 1px 4px 6px #014266;
	box-shadow: 1px 4px 6px #014266;
	border: solid 1px #015786;
}

.tip-title {
	font-weight: bold;
}

.tip-text {
	font-size: 80%;
}

/**** end TIPS ****/

/**** ERROR MESSAGES ****/

dl#system-message {
	border-bottom-style:solid;
	border-bottom-width:5px;
	font-weight:bold;
	margin:5px 10px;
	padding: 0 30px 30px 30px;
}

dt.error {
	color:#cc0000;
	padding-bottom: 10px;
}

dt.warning {
	color:#cc0000;
	padding-bottom: 10px;
}

dt.notice {
	color:#cc0000;
	padding-bottom: 10px;
}

dt.message {
	color:#0055bb;
	padding-bottom: 10px;
}

dd.error.message {
	background-color:#e6c0c0;
	color:#cc0000;
	padding: 10px;
}

dd.warning.message {
	background-color:#efe7b8;
	color:#cc0000;
	padding: 10px;
}

dd.notice.message {
	background-color:#efe7b8;
	color:#cc0000;
	padding: 10px;
}

dd.message {
	background-color:#c3d2E5;
	color:#0055bb;
	padding: 10px;
}

/**** end ERROR MESSAGES ****/

/**** LISTS ****/

.sprocket-lists .sprocket-lists-item ul {
	list-style: disc !important;
	padding-left: 30px;
}

.module-content.certifications ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.module-content.certifications ul li {
	float: left;
	padding: 0 10px 0 0;
}

.module-content.certifications li.cslb {
	padding-top: 15px;
}

.module-content.certifications li.bbb {
	padding-top: 17px;
}

.module-content.certifications li.apld {
	padding-top: 6px;
}

/**** end LISTS ****/

/**** MODULES ****/

.module-content.testimonials {
	font-size: 13px;
	line-height: 15px;
}

.module-content.testimonials .sprocket-padding {
	padding: 0;
}

.module-wrapper-outer.billboard {
	width: 940px;
	margin: auto;
}

.module-wrapper-inner.grey-box {
	background: #f4f4f4;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 24px 30px 20px;
	border: solid 1px #ddd;
}

#left-column .module-wrapper-outer {
	padding-bottom: 20px;
}

#left-column .module-wrapper-inner.grey-box {
	width: 190px;
	font-family: 'Rosario', sans-serif;
}

.module-wrapper-outer.testimonials {
	margin: 0 50px;
}

.active .sprocket-lists-item {
	margin-bottom: 15px;
}

/**** end MODULES ****/

/**** BILLBOARDS ****/

.sprocket-features-desc {
	position: relative;
}

.billboard-text {
	font: 35px 'Rosario', sans-serif;
	color: #e4e4e4;
	line-height: 34px;
	position: absolute;
	top: 145px;
	left: 80px;
	text-shadow: 2px 1px 2px #000;
}

.sub-text {
	font-size: 20px;
	line-height: 15px;
	color: #fff;
}

.billboard-text img {
	margin-top: 20px;
}

/**** end BILLBOARDS ****/

/**** GALLERY BUTTONS ****/

ul.gallery-buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.gallery-buttons li {
	float: left;
	margin: 5px;
}

ul.gallery-buttons li a {
	display: block;
	width: 150px;
	text-align: center;
	background: #f4f4f4;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
	border: solid 1px #ddd;
	font-family: 'Rosario', sans-serif;
}

ul.gallery-buttons li img {
	margin-top: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #ddd;
}

/**** end GALLERY BUTTONS ****/

/**** MISC ****/

.green-text {
	color: #5CA730;
}

.larger-text {
	font-size: 1.1rem;
}

.sprocket-lists-nav {
	padding-top: 0;
}

.sprocket-lists-arrows {
	padding-right: 20px;
}

.sprocket-lists-item .sprocket-padding {
	padding-bottom: 0;
}

.contact-note {
	font-size: 12px;
	font-style: italic;
}

.items-leading > div {
	clear: both;
	padding-top: 15px;
}

.items-leading div:first-child {
	padding-top: 0;
}

.area {
	color: #f4fcee;
	font: 14px Myriad, "Trebuchet MS", Arial, sans-serif;
}

.phone-number {
	color: #dbceab;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}

img#ff-bug {
	vertical-align: -10px;
}

span.contact-street {
	display: block;
}

.pagination {
	clear: both;
}

.pagination ul {
	list-style: none;
}

.pagination li {
	float: left;
	padding-right: 10px;
}

.sprocket-lists-title .indicator {
	line-height:.75;
	color:rgb(92,167,43);
}

#yelp-biz-badge-plain-KLWYCA_rp-TQRthVq0vL_Q {
	display:inline-block;
}

.houzz-link {
	display:inline-block;
	margin:0 0 10px 20px;
	position:relative;
	top:-1px;
}

fieldset {
	border:none;
	padding-left:25%;
}

#ContactForm input, #ContactForm textarea {
	padding:5px 12px;
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,box-shadow linear .2s;
	-o-transition:border linear .2s,box-shadow linear .2s;
	transition:border linear .2s,box-shadow linear .2s;
}

/**** end MISC ****/