/*   
Theme Name: John King's Tennis Court Maintenance
Theme URI: http://29six.com.au
Description: Custom theme designed for John King's Tennis Court Maintenance -- WordPress v3.5.1
Author: 29SIX Team
Author URI: http://29six.com.au
Version: 1.0
*/

html, body {
	width: 100%; height: 100%;
}

body {
		padding: 0 !important;
	color: #666;
	font-size: 14px;
}

h1, h2, h3 {
	color: #01411c;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px; font-weight: normal;
}
h3 {
	font-weight: normal;
}

blockquote {
	display: inline-block;
		position: relative;
	width: 400px;
	border: 0;
}
	blockquote:before {
		display: block;
		position: absolute;
			left: 0; top: 16px;
		color: #499014;
		font-size: 90px;
			content: "\201C";
	}
	blockquote cite:after {
		display: block;
		position: absolute;
			right: -40px; top: -18px;
		color: #499014;
		font-size: 90px;
			content: "\201D";
	}
	blockquote p {
			margin-left: 30px;
		font-size: 14px; font-weight: bold;
			font-style: italic;
	}
	blockquote cite {
		display: inline-block;
		position: relative;
			margin-top: 10px;
		font-weight: normal; font-style: italic;
	}

.container-fluid {
	padding: 0 !important;
}

/**
 * Wordpress classes
 */
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
.alignnone {
	float: none;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}

/**
 * Custom Icons
 */
.jkt-icon {
		display: inline-block;
	background-repeat: no-repeat;
}
	.jkt-icon-home {
		display: block;
			width: 48px; height: 48px;
		background-image: url('img/icons/icon-home.png');
			background-position: center center;
	}
	.jkt-icon-phone {
			width: 20px; height: 20px;
		background-image: url('img/icons/icon-phone.png');	
	}

	/**
	 * Social
	 */
	.jkt-icon-facebook {
			width: 32px; height: 32px;
		background-image: url('img/icons/icon-facebook.png');
	}
	.jkt-icon-instagram {
			width: 32px; height: 32px;
		background-image: url('img/icons/icon-instagram.png');
	}

/**
 * Site
 */
#jkt-site {
	position: relative;
	width: 100%; min-height: 100%;
		min-width: 480px;
}

/**
 * Header
 */
#jkt-header {
	position: relative;
		z-index: 101;
}
	#jkt-header > .container {
		position: relative;
	}
	#jkt-logo {
		display: block;
			margin-top: 40px;
	}
	#jkt-header .side {
			height: 181px;
		background: url('img/side.png') bottom right no-repeat;
	}
		#jkt-header .side .info {
			margin-top: 90px; margin-right: 20px;
		}
			#jkt-header .side .title,
			#jkt-header .side .phone,
			#jkt-header .side .email {
				display: block;
					margin-bottom: 10px;
				color: #01411c;
				font-size: 30px; font-weight: bold;
			}
			#jkt-header .side .phone a {
				color: #01411c;
				text-decoration: none;
			}
				#jkt-header .side .phone a:hover {
					text-decoration: none;
				}
			#jkt-header .side .jkt-icon {
				margin-bottom: -2px; margin-right: 5px;
			}
			#jkt-header .side .phone {
				display: inline-block;
					margin-bottom: 5px;
				font-size: 24px;
			}
			#jkt-header .side .email {
				color: #01411c;
				font-size: 14px; font-weight: normal;
					text-decoration: none;
			}
				#jkt-header .side .email:hover {
					text-decoration: none;
				}

/**
 * Main Menu
 */
#jkt-menu {
	background: #01411c;
		background: -moz-linear-gradient(top, #01411c 0%, #005825 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01411c), color-stop(100%,#005825));
		background: -webkit-linear-gradient(top, #01411c 0%,#005825 100%);
		background: -o-linear-gradient(top, #01411c 0%,#005825 100%);
		background: -ms-linear-gradient(top, #01411c 0%,#005825 100%);
		background: linear-gradient(to bottom, #01411c 0%,#005825 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01411c', endColorstr='#005825',GradientType=0 );
}
	#jkt-menu ul {
			margin-bottom: 0;
		list-style: none;
	}
		#jkt-menu > ul > li {
			float: left;
			position: relative;
		}
			#jkt-menu > ul > li:hover .sub-menu {
				visibility: visible;
			}
			#jkt-menu > ul > li:hover,
			#jkt-menu > ul > li.active,
			#jkt-menu > ul > li.current-menu-item,
			#jkt-menu > ul > li.current_page_ancestor,
			#jkt-menu > ul > li.current-page-ancestor,
			#jkt-menu > ul > li.current-menu-ancestor {
				background: #01411c;
					background: -moz-linear-gradient(top, #01411c 0%, #49930a 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01411c), color-stop(100%,#49930a));
					background: -webkit-linear-gradient(top, #01411c 0%,#49930a 100%);
					background: -o-linear-gradient(top, #01411c 0%,#49930a 100%);
					background: -ms-linear-gradient(top, #01411c 0%,#49930a 100%);
					background: linear-gradient(to bottom, #01411c 0%,#49930a 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01411c', endColorstr='#49930a',GradientType=0 );
			}
			#jkt-menu > ul > li a {
				display: block;
				height: 80px; line-height: 80px;
					padding-left: 15px; padding-right: 15px;
				font-size: 14px; font-weight: bold;
					text-decoration: none;
				color: #fff;
			}
			#jkt-menu > ul > li:nth-child(1) > a {
				padding-left: 20px; padding-right: 20px;
			}
			.sub-menu {
				position: absolute;
				width: 250px;
					margin-left: 0;
				visibility: hidden;
			}
				.sub-menu li {
					position: relative;
					background: #01411c;
				}
				.sub-menu li:hover,
				.sub-menu li.current-menu-item,
				.sub-menu li.current_page_ancestor,
				.sub-menu li.current-page-ancestor,
				.sub-menu li.current-menu-ancestor {
					background: #49930a !important;
				}
				.sub-menu li a {
					height: auto !important; line-height: 50px !important;
				}

/**
 * Social Buttons
 */
#jkt-social {
	position: absolute;
	bottom: -65px; right: 15px;
}

/**
 * Phone Menu
 */
#jkt-menu.visible-phone > ul > li > a {
		padding-left: 30px; padding-right: 30px;
	font-size: 20px;
}
#jkt-menu.visible-phone > ul > li > .sub-menu li:hover .sub-menu {
	display: block;
}
#jkt-menu.visible-phone .sub-menu .sub-menu {
	position: relative;
	display: none;
}
#jkt-menu.visible-phone .sub-menu .sub-menu li {
	background: #1A5433;
}

/**
 * Main Slider
 */
#jkt-slider .bx-wrapper {
	margin-bottom: 30px;
}
	#jkt-slider .bx-wrapper .bx-viewport {
		left: 0;
			border: 0;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
	}
		#jkt-slider ul {
			margin: 0;
		}

/**
 * Featured
 */
#jkt-featured {
	margin-top: 20px;
}
	#jkt-featured .feature {
		position: relative;
		min-height: 200px; max-height: 200px;
			padding: 20px 20px 66px 20px;
		overflow: hidden;
		background: #4c9217; color: #fff;
	}
		#jkt-featured h2 {
				margin-top: 0;
			color: #fff;
			font-size: 30px;
		}
		#jkt-featured .content {
			max-height: 140px;
			overflow: hidden;
		}
		#jkt-featured .corner {
			position: absolute;
				bottom: 0; right: 0;
			width: 218px; height: 66px;
			background: url('img/readmore-dark.png') no-repeat;
		}
		#jkt-featured .feature.alt {
			background: #01411c;
		}
			#jkt-featured .feature.alt .corner {
				background: url('img/readmore-light.png') no-repeat;
			}

/**
 * Main Content
 */
#jkt-content {
	padding-bottom: 357px !important;
}
	#jkt-content ul,
	#jkt-content ol {
		margin-left: 60px;
		color: #49930a;
	}
	#post {
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
		#post h1 {
			margin-bottom: 30px;
		}

	/**
	 * Gallery
	 */
	#post .ngg-albumoverview .ngg-album-compact {
		float: left;
		width: 15%;
			margin-top: 20px; margin-right: 20px;
			padding: 15px;
	}
	#post .ngg-albumoverview .ngg-album-compact:hover {
		box-shadow: 0 0 3px 1px #ccc;
	}

	/**
	 * Contact Form
	 */		
	.wpcf7-form input[type="text"],
	.wpcf5-form input[type="email"] {
		width: 80%;
			margin: 0;
		color: #000;
	}
	.wpcf7-form textarea {
		width: 100%;
			color: #000;
	}
	.wpcf7-form .submit-btn {
		width:80px !important; height: 40px !important;
			border-radius: 2px;
		background:#49930a !important; color: #fff !important;
			border:1px;
		font-size: 11px !important; font-weight: bold !important;
		behavior: url(border-radius.htc);
	}

/**
 * Comments
 */
#jkt-comments {
	margin-top: 40px;
}
	#jkt-comments .fb-comments,
	#jkt-comments .fb-comments > span {
		display: block;
		width: 100% !important;
	}
		#jkt-comments .fb_ltr {
			width: 80% !important;
		}

/**
 * Sidebar
 */
#jkt-sidebar {
	margin-top: 40px;
}
	#jkt-sidebar > div {
		padding: 20px;
	}
	#jkt-sidebar h2 {
		margin-top: 0;
	}
	#jkt-sidebar .search form {
		margin-bottom: 0;
	}
		#jkt-sidebar .search [type="text"] {
			margin-bottom: 0;
		}
	#jkt-sidebar .recent-work {
		box-shadow: 0 0 5px 1px #999;
	}
	#jkt-sidebar .ngg-album-compact {
		width: 40% !important;
	}
	#jkt-sidebar .ngg-album-compact:nth-child(1),
	#jkt-sidebar .ngg-album-compact:nth-child(3) {
		margin-right: 30px !important;
	}

/**
 * Footer
 */
#jkt-footer {
	position: relative;
		bottom: 0;
	width: 100%; height: 337px;
	color: #fff;
}
	#jkt-footer .grass {
			height: 146px;
		background: url('img/grass.png');
	}
	#jkt-footer .ground {
		height: 191px;
			padding: 20px;
		background: url('img/footer.png');
		box-shadow: inset 0 5px 10px 1px #37200f;
	}
		#jkt-footer a {
			color: #fff;
			text-decoration: underline;
		}
			#jkt-footer a:hover {
				text-decoration: none;
			}
		#jkt-footer .info {
			position: relative;
			height: 150px;
		}
			#jkt-footer .info img {
				position: absolute;
					top: 7px; right: 0;
			}
			#jkt-footer .info p {
				position: absolute;
					right: 234px;
				height: 140px;
					overflow: hidden;
			}
		#jkt-footer .copyright {
			margin-top: 20px;
			font-size: 12px;
		}

@media (min-width: 768px) and (max-width: 979px) {
	#jkt-header .side {
		background: url('img/side2.png') bottom right no-repeat;
	}

	#jkt-featured .content {
		max-height: 120px;
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	#jkt-header .side {
		background: url('img/side2.png') bottom right no-repeat;
	}

	#jkt-featured .feature {
		min-height: 100px; max-height: 100px;
	}
}
@media (max-width: 480px) {
	#jkt-header .side {
		background: url('img/side3.png') bottom right no-repeat;
	}

	#jkt-featured .feature {
		min-height: 150px; max-height: 150px;
	}
}


.hp-enquire {
	width: 350px;
	margin:80px auto 0;
	padding:20px;
    	overflow: hidden;
	border:1px solid #01411c;
}


.hp-enquire h4{
    	font-size : 20px;
   	text-align: center;
	margin-bottom:15px;

}
.hp-enquire input, .hp-enquire textarea {
    border-color: #808080 #C0C0C0 #C0C0C0 #D4D4D4;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    line-height: 16px;
    font-size: 14px;
    float: none;
    margin: 0;
	width: 300px;
}
.hp-enquire textarea {
    line-height: 16px;
    font-size: 14px;
    height: 100px;
}
.hp-enquire submit {
	height:100px;
}
.hp-enquire p{
    font-size : 14px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 0 10px;
    color: #000;
	width: 370px;
}

