/*
Theme Name: Gardener Child
Author: Template_path
Version: 1.0.0
Author URI: http://themeforest.net/user/template_path
Theme URI: http://themeforest.net/user/template_path
Description: This is Gardener Wordpress theme
License: ''
License URI: ''
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
Text Domain: wp_gardener
Template: gardener
*/

@import url(../gardener/style.css);

.wpcf7 .request-a-quote
{
	/*width: 70%;
	margin-left: auto;
	margin-right: auto;*/
}
	.wpcf7 .request-a-quote .wpcf7-form-control-wrap.services .wpcf7-list-item
	{
		display:block !important;
	}
	.wpcf7 .request-a-quote .wpcf7-form-control-wrap.services .wpcf7-list-item label
	{
		font-weight: normal !important;
		cursor: pointer;
font-size:16px;
	}
	.wpcf7 .request-a-quote .wpcf7-form-control-wrap.services .wpcf7-list-item input[type=checkbox]
	{
		display: none;
	}
	.wpcf7 .request-a-quote .wpcf7-form-control-wrap.services .wpcf7-list-item input[type=checkbox] + span:before
	{
		content: "\f096";
		font-family: FontAwesome;
		font-size: 20px;
		vertical-align: middle;	
		margin-right: 5px;
	}
	.wpcf7 .request-a-quote .wpcf7-form-control-wrap.services .wpcf7-list-item input[type=checkbox]:checked + span:before
	{
		content: "\f046" !important;
		font-family: FontAwesome;
	}

.breadcrumb {
	margin: 0 0 15px 0 !important;
}	

/*====================== Contact US ===================*/
.address {
	
}
.address .address_holder {
	margin-top:25px;
}
.address .address_type {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-bottom: 7px;
}
.address .address_type .text {
	width:80%;
}
.address .address_type .icon_holder {
	width: 55px;
	height: 55px;
	text-align: center;
	padding: 4px;
	margin-right: 19px;
	background: #6aaf08;
}
.address .address_type .icon_holder .icon_bg {
	border:1px dashed rgba(336,336,336,0.5);
	width:100%;
	height:100%;
}
.address .address_type .icon_holder .icon_bg i {
	color:#fff;
	font-size: 18px;
	padding-top: 14px;
}
.address .address_type .text p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
}
.address .address_type .text a,
.address .address_type .text ul li {
	font-size: 16px;
	line-height: 30px;
	color:#9e9e9e;
}
.address .address_type .text ul li span {
	float:right;
	padding-right: 46px;
}
.address .address_type .text ul li:last-child span {
	color:#6aaf08;
	padding-right: 80px;
}

/*====================== Banner ===================*/

.inner_banner {
	height: 170px !important;
	padding-top: 70px !important;
}

@media (max-width: 767px)
{
.inner_banner {
	padding-top: 0px !important;
}
}

/*====================== Services ===================*/

.service_item
{
	min-height: 625px;
}

.service_item .text p
{
	font-size: 16px;
}

.service_item .text .price
{
	font-size: 20px;
	font-weight: bold;
	color: #6aaf08;
	text-align: right;
	margin-top: 10px;
}

.service_item .buttons
{
	text-align: center;
}

.service_item .buttons .service_green_btn, .service_item .buttons .service_white_btn
{
	border: medium none;
	box-shadow: none;
	margin: 10px;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}

.service_item .buttons .service_green_btn
{
	background: #6aaf08 none repeat scroll 0 0;
	color: #FFF !important;
}

.service_item .buttons .service_green_btn:hover, .service_item .buttons .service_white_btn:hover
{
	background: #272727;
	color: #FFF !important;
}

.service_item .buttons .service_white_btn
{
	background: #fff none repeat scroll 0 0;
	color: #6aaf08;
}

p
{
	font-size: 16px;
}

/*====================== Services ===================*/
.side-nav
{
	margin-bottom: 20px;
}
.side-nav li {
	background: #f7f7f7;
	margin-bottom: 5px;
	padding:9px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	width:100%;
}
.side-nav li a {
	font-weight: 700;
	color:#9e9e9e;
	font-size: 18px;
	height:100%;
	display: block;
	background: transparent;
	border:1px dashed #dfdfdf;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	position: relative;
	padding: 10px 18px 10px 25px;
}
.side-nav .nav-tabs {
	border:none;
}
.side-nav li.active,
.side-nav li:hover {
	background: #6aaf08;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.side-nav li:hover a,
.side-nav li.active a {
	background: transparent;
	color:#fff;
	border:1px dashed #dfdfdf;
}
.side-nav li:hover a:before,
.side-nav li.active a:before {
	content: "\f0da";
	font-family: 'font-awesome';
	position: absolute;
	color:#fff;
	right: 16px;
	top: 26%;;
}

/*====================== Misc ===================*/

.top_header p {
	font-size: 14px;
}

.vmiddle
{
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}


.vtop
{
	float: none !important;
	display: inline-block !important;
	vertical-align: top !important;
}

.notext
{
	font-size: 0px;
}

/*====================== Google Reviews ===================*/

.wp-google-left
{
	/*visibility: hidden !important;*/
}

.wp-google-name 
{
	/*display: none !important;*/
}

.wp-google-powered
{
	width: 100px !important;
}

.wp-google-powered img
{
	max-width: 100%;
}

.wp-google-place
{
	display: none !important;
}

.white-headers h3
{
	color: #fff;
}

.gform_wrapper input[type="submit"] 
{
	background: #6aaf08 none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	color: #fff;
	margin: 13px 15px 0 0;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	padding-left: 40px;
	padding-right: 40px;
}

.wpcf7 input[type="submit"] 
{
	float: none !important;
}

.top_header {
	padding: 2px 0 !important;
}

.welcome_sec
{
	padding-top: 0px !important;
}

/*====================== Contact Sidebar ===================*/

.contact-sidebar 
{
	position: relative;
	/*height: 210px;*/
	background-position: 50% 20%;
	background-size: cover;	
	margin-bottom: 20px;
}
.contact-sidebar .overlay 
{
	/*position: absolute;*/
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(49,82,1,0.7);
	padding: 11px;
}
.contact-sidebar .overlay .border 
{
	border:1px dashed rgba(255,255,255,0.5);
	height:100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
.contact-sidebar .overlay .border span 
{
	display: block;
	width:56px;
	height:56px;
	margin:0 auto;
	background: #efe829;
	border:5px solid rgba(255,255,255,0.3);
	-moz-background-clip: padding;	 /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;	  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.contact-sidebar .overlay .border span i 
{
	color:#fff;
	font-size: 24px;
	padding: 11px;
}
.contact-sidebar .overlay .border h6 
{
	color:#fff;
	margin: 13px 0 6px 0;
}
.contact-sidebar .overlay .border a 
{
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 30px;
	color:#fff;
}

/*====================== Promotion Badges ===================*/

.promotion-badge
{
	position: relative;
	width: 100%;
}

.promotion-badge .background
{
	max-width: 100%;
}

.promotion-badge .text
{
	position: absolute;
	top: 45%;
	left: 57%;
	transform: translate(-50%,-50%);
	font-size: 7vmin;
	vertical-align: text-top;
	color: #272727;
}

.promotion-badge .text span
{
	font-size: 40px;
	vertical-align: text-top;
}

.promotion-badge .ribbon
{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
}

/*====================== Promotions ===================*/

.promotions
{
}

.promotions .promotion
{
	margin-bottom: 30px;
	border: dashed 2px #6aaf08;
	position: relative;	
}

.promotions .promotion .discount
{
	vertical-align: middle;
	color: white;
	font-size: 40px;
	position: absolute;
	left: 0px;
	height: 100%;
	background: url(/wp-content/themes/gardener/images/home/inner-banner.jpg) center;
	text-align: center;
	font-family: Oswald;
}

.promotions .promotion .discount .inner
{
	position: absolute;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
}

.promotions .promotion .content p
{
	margin-bottom: 15px;
}

/*====================== Gift Certificates ===================*/

.gift-certificate
{
	position: relative;
	border: dashed 2px #272727;
	padding: 5px;
	margin: 5px;
}

.gift-certificate img
{
	max-width: 100%;
}

.gift-certificate h1 
{
	position: absolute;
	top: 20%;
	color: white !important;
	right: 48%;
	margin: 0px;
	font-family: Roboto;
}

@media (min-width: 320px)
{
	.gift-certificate h1 
	{
		font-size: 20vmin;
	}
	.gift-certificate h3 
	{
		font-size: 2.6vmin;
		line-height: 3.2vmin;
	}	
	.gift-certificate h4 
	{
		font-size: 3vmin;
	}	
	.gift-certificate h5 
	{
		font-size: 2vmin;
	}
}

@media (min-width: 425px)
{
	
}

@media (min-width: 768px)
{
	.gift-certificate h1 
	{
		font-size: 12vmin;
	}
	.gift-certificate h3 
	{
		font-size: 1.7vmin;
		line-height: 2.2vmin;
	}	
	.gift-certificate h4 
	{
		font-size: 2vmin;
	}	
	.gift-certificate h5 
	{
		font-size: 1.4vmin;
	}		
}

@media (min-width: 992px)
{
	.gift-certificate h1 
	{
		font-size: 12vmax;
	}
	.gift-certificate h3 
	{
		font-size: 1.7vmax;
		line-height: 2.2vmax;
	}	
	.gift-certificate h4 
	{
		font-size: 2vmax;
	}	
	.gift-certificate h5 
	{
		font-size: 1.4vmax;
	}
}

@media (min-width: 1200px)
{
	.gift-certificate h1 
	{
		font-size: 150px;
	}
	.gift-certificate h3 
	{
		font-size: 20px;
		line-height: 30px;
	}	
	.gift-certificate h4 
	{
		font-size: 25px;
	}	
	.gift-certificate h5 
	{
		font-size: 18px;
	}	
}

.gift-certificate h1:after 
{
	content: ' ';
	display: inline-block;
	background-image: url(/wp-content/uploads/2017/02/Gift-Certificate-Dollar.svg)!important;
	width: 25%;
	height: 30%;
	position: absolute;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.gift-certificate h3 
{
	position: absolute;
	right: 10px;
	top: 18%;
	color: white !important;
	text-align: right;
	margin: 0px;
	font-family: Roboto;
}

.gift-certificate h3 .fa
{
	margin-left: 5px;
	color: white !important;
}

.gift-certificate h4 
{
	position: absolute;
	top: 52%;
	right: 6%;
	color: white !important;
	width: 30%;
	margin: 0px;
	font-family: Roboto;
}

.gift-certificate h5 
{
	position: absolute;
	color: white !important;
	bottom: 5%;
	left: 2%;
	margin: 0px;
	font-family: Roboto;
}

.gift-certificate h6
{
    position: absolute;
    bottom: 15%;
    left: 2%;
    color: #272727;
}
.logo_holder a
{
	width: 100%;
}

.wp-google-review .wp-google-text
{
	color: #fff !important;
	font-size: 21px !important;
}

.wp-google-review .wp-google-time
{
	font-size: 18px !important;
}

.wp-google-review .wp-google-name, .wp-google-review
{
	font-size: 21px !important;
}