/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/** home page **/

.home-feature-image {
	transition: all 2.5s ease !important;
	//background-image: url('/wp-content/uploads/2018/10/parallax-kids.jpg') !important;
	background-image: url('/wp-content/uploads/2023/02/home-banner-farm-sunrise.jpg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 100px 0px;
}
.home-feature-text {
	transition: all 2.5s ease !important;
	background: rgb(26,91,10,0.7);
	padding: 20px 0px 30px 20px;
	max-width: 70%;
	border-radius: 10px;
}
.home-feature-text h2, .home-feature-text h3 {
	transition: all 2.5s ease !important;
	color: #ffffff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.home-feature-text h3 {
	margin-bottom: 40px;
}
.home-feature-text a {
	transition: all 2.5s ease !important;
	background: #18BA60;
	padding: 10px 15px;
	border-radius: 5px;
	color: #ffffff !important;
	font-weight: 700;
	text-decoration: none;
}
.home-feature-text a:hover {
	background: #1AA658;
	color: #ffffff;
}
.home-h1 h1 {
	text-transform: uppercase;
	text-align: center;
	color: #21252B;
	font-size: 30px;
	margin-top: 20px;
	padding: 0px !important;
}
.line-seperator {
	background: #21252B;
	color: #21252B;
	height: 4px;
	width: 10%;
	margin: 20px auto 0px auto;
	text-align: center;
}
.home-h1 h2 {
	text-align: center;	
	color: #21252B;
	font-size: 22px;
	margin-top: -10px;
	padding: 0px !important;
}
.home-h1 h2 a {
	color: #1AA658 !important;
}
.main-page a {
	transition: all 2.5s ease !important;
	color: #37B449;
}
.main-page, .main-page p {
	font-size: 15px;
	line-height: 23px;
	color: #2E343C;
}
.parallax-content {
	margin: 40px 0px;
	transition: all 2.5s ease !important;
	background-image: url('/wp-content/uploads/2018/07/parallax-med.jpg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 80px 0px;
}
.parallax-content p, .parallax-content h3, .parallax-content-new p, .parallax-content-new h3 {
	text-align: center;
	color: #ffffff !important;
	font-size: 30px;
	padding-top: 20px;
}
.parallax-content-new {
	margin: 40px 0px;
	transition: all 2.5s ease !important;
	background-image: url('/wp-content/uploads/2023/02/parallax-content-new.jpg') !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 80px 0px;
}
.home-turf-variety img {
	//border-radius: 10px;
	min-width: 370px;
	max-height: 236px;
}
.home-turf-variety, .home-turf-variety p, .home-turf-variety h4 {
	//text-align: center !important;
}

.link-bold a {
    font-weight: bold !important;
    color: #121212 !important;
}

/** blog **/

.blog-content .category-blog {
	width: 33%;
	float: left;
	min-height: 700px !important;
	margin-bottom: -40px !important;
}

.blog-content .entry {
	margin: 10px;
	padding: 10px 15px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
.blog-content .entry-thumb {
	max-height: 155px !important;
	overflow: hidden;
}
.blog-content .entry-title h4 {
	margin-top: 10px;
	min-height: 60px;
}
.blog-content .entry-title h4 a {
	color: #1AA658 !important;
}
.blog-content .entry-meta {
	display: none;
}
.blog-content .entry-summary {
	max-height: 254px;
	min-height: 254px;
	overflow: hidden;
}
.pagination {
	display: none !important;
}

/** inner pages **/

.featured-text {
	text-align: center;
	font-size: 28px !important;
	padding: 30px 0px 20px 0px;
	font-weight: 300;
}

.featured-text span {
	background: #18BA60 !important;
	font-weight: 300;
	color: #ffffff !important;
	text-align: center;
	border-radius: 8px;
	padding: 10px;
}
	
.turf-variety {
	//min-height: 270px;
}
.turf-variety h4 {
	text-align: center !important;
}
.turf-variety li {
	text-align: left !important;
	margin-left: 20px;
}

.view-more  {
	//text-align: center;
	margin-left: 50px;
}
.view-more a {
	//background: #00A335 !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	text-align: center;
	//border-radius: 5px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 13px !important;
}

.turf-comparison-table table {
    width: 100%;
}

/* Header styling */
.turf-comparison-table thead {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
  font-weight: bold;
}

/* Cell styling */
.turf-comparison-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

/* Alternate row colouring */
.turf-comparison-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Optional hover effect */
.turf-comparison-table tbody tr:hover {
  background-color: #e0f7e0;
}

/** varieties **/

.turf-overview h4 {
	margin-bottom: 15px;
}

.turf-overview table, .turf-overview td {
	border: 0px !important;
	padding: 3px !important;
}

.related h4 {
	margin-top: 15px;
	margin-bottom: -20px !important;
}
.related li {
	list-style-type: disc;
	margin-left: 15px;
}
.related a {
	color: #18BA60 !important;
	font-size: 13px !important
}

.turf-image img {
	//border-radius: 8px;
}

/** turf quote **/

.turf-quote-form select {
	width: 100%;
	padding: 6px 0px 6px 5px;
	border-color: #e6e6e6 !important;
	margin-bottom: 10px;
}
.turf-quote-form input[type="date"] {
	border-color: #e6e6e6 !important;	
}
.turf-quote-form .row {
	border-bottom: 1px solid #e6e6e6 !important;
	margin-top: 10px !important;
}
.turf-quote-form .row.delivery {
	border-bottom: 0px !important;
	margin-top: 10px !important;
}
.turf-quote-form .delivery-text {
	margin-bottom: 10px;
	margin-top: -10px !important;
}

/** contact */

.g-map {
	margin-top: -40px !important;
}

.contact-form input[type="submit"]{
    margin-top: 20px !important;
}
	

/** footer **/

ul.footer-contacts {
	list-style-type: none;
	margin-left: 0px !important;
	color: #cccccc !important;
}

.footer-contacts .fa { 
	clear: both;
	float: left;
	color: #cccccc;
	font-size: 16px;
	padding: 5px 8px;
	margin: 0px 6px;
	border-radius: 5px;
}

.footer-contacts div {
	float: left;
	margin-top: 2px;
	margin-left: 5px !important;
	margin-bottom: 15px !important;
}
.footer-contacts a {
	color: #cccccc;
}

.google-rating {
	clear: both !important;
	display: block;
	text-align: center;
}
.google-rating a {
	color: #18BA60
}
.google-rating img {
	text-align: center !important;
	margin: 0 auto !important;
}



/* iPads (landscape) ----------- 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	

	
}

*/

/* iPads (portrait) ----------- 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	
}
*/

.grecaptcha-badge {
	display: none !important;
}


/** turf locations **/

.turf-location h3 {
	margin-bottom: 20px;
	font-size: 18px !important;
	font-weight: 700;
}
.turf-location h4 {
	margin: 15px 0px;
	font-size: 16px !important;	
	font-weight: 700;
}
.turf-location h5 {
	margin: 20px 0px;
	font-size: 14px !important;	
	font-weight: bold;
}

.category-blog .single-content h3 {
	color: #121212 !important;
	font-size: 18px !important;
}

/** customize **/

@media(min-width: 1024px) {
.logo img {min-height: 100px !important; min-width: 199px !important; margin: -20px 0px !important;}
	.mega-menu .popup {padding-top: 12px !important;}
}

.post-meta, .tb-meta-published_date, .tb-meta-comments, .tb-meta-author {display: none !important;}

.turf-quote-form .col-md-7 {padding-top: 15px !important;}
.turf-quote-form textarea {width: 100% !important;}

.menu-turf-care-container li, #menu-turf-varieties.menu li {list-style-type: none !important;}

.turf-overview table {background: #ffffff;}

.footer li a {color: #cccccc !important;}
.footer li a:hover {color: #f7f7f7 !important;}

.porto-blog-sidebar.right-sidebar {background: #f7f7f7; padding-top: 30px;}

.row .form-group {margin-bottom: -15px;}

.vc_btn3-color-juicy-pink {background: #00A335 !important; text-transform: uppercase; font-weight: 700 !important;}

.meta-date, .meta-author, .vcard .fn, #content .updated {display: none !important;}

.porto-u-main-heading div {text-align: left !important;}

p.align-left {text-align: left !important;}

p.pl-lg-5  {font-size: 24px !important; line-height: 30px !important;}

@media(min-width: 490px) {
		.visible-xs, .visible-mobile, .mobile-banner {display: none !important;}
	
}
@media(max-width: 480px) {
	.hidden-xs {display: none !important;}
	.mobile-banner {display: block !important; min-height: 350px !important; }
	.align-right{position: absolute; right: 10px !important;  top: 45px;}
	.margin-bottom-50 {margin-bottom: -50px !important;}
	.visible-mobile {display: block !important;}
	.mobile-margin {margin-top: 50px !important;}
}