﻿/*
Theme Name: Greenway Hirst Page
Author: Netwizard Design & Hosting
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/



html {
	width:100%;
	height:100%;
	overflow-x:hidden;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 14px;
	line-height: 1.6em;
	font-family:'TeXGyreAdventorRegular';
	color: #222;
	background:#878380;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
}
h1 {
	color:#a52069;
	font-family:'TeXGyreAdventorBold';
	margin:0 0 20px 0;
	font-size:24px;
	border-bottom:1px solid #a52069;
	padding:0 0 8px 0;
}
p {
	font-size:14px;
	line-height:22px;
	margin:0 0 15px 0;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
}
#header {
	padding:0 0 0 0;
	background:#fff url("../images/header.png") repeat-x;
	height:174px;
	position:relative;
	z-index:900;
}
#header .container {
	position:relative;
}

.logo {
	float:left;
}
.slicknav_menu {
	display:none;
}
.menu {
	list-style-type:none;
	position:absolute;
	top:91px;
	right:0;
	margin:0 0 0 0;
}
.menu li {
	display:inline;
	margin:0 0 0 35px;
	text-align:center;
	float:left;
	transition:all .5s;
	padding:0 0;
	position:relative;
}
.menu li a {
	color:#7a7a7a;
	font-weight:bold;
	font-size:22px;
	text-transform:uppercase;
	text-decoration:none;
	transition:all .5s;
	width:100%;
	float:left;
	display:block;
}
.menu li a span {
	text-transform:lowercase;
	color:#ddd;
	padding:3px 0;
	float:left;
	display:block;
	text-align:center;
	font-weight:normal;
	font-size:15px;
	position:relative;
	transition:all .5s;
	width:100%;
}
.current-menu-item a {
	color:#a52069 !important;
}
.menu li a.current:hover {
	color:#a52069;
}
.menu li a:hover {
	color:#a52069;
}
#prev {
	z-index:9999;
	position:absolute;
	top:250px;
	left:50px;
}
#next {
	z-index:9999;
	position:absolute;
	top:250px;
	right:50px;
}
#prev i, #next i {
	color:#fff;
	font-size:80px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
	opacity: 0.2;
	transition:all .5s;
}
#prev i:hover, #next i:hover {
	color:#fff;
	font-size:80px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	opacity: 0.5;
}
#slider {
	width:100%;
	height:600px;
	position:relative;
	z-index:0;
	top:-100px;
	margin:0 0 -100px 0;
}
.cycle-slideshow {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
}
.cycle-slideshow #slide1 {
	height:100%;
	width:100%;
    background:url("../images/slide1.jpg") no-repeat center center;
	background-size:cover;
}
.cycle-slideshow #slide2 {
	height:100%;
	width:100%;
    background:url("../images/slide2.jpg") no-repeat center center;
	background-size:cover;
}
.cycle-slideshow #slide3 {
	height:100%;
	width:100%;
    background:url("../images/slide3.jpg") no-repeat center center;
	background-size:cover;
}
.cycle-slideshow #inner1 {
	height:100%;
	width:100%;
    background:url("../images/inner-wrap.jpg") no-repeat center center;
	background-size:cover;
}
.cycle-slideshow #inner2 {
	height:100%;
	width:100%;
    background:url("../images/inner-wrap2.jpg") no-repeat bottom center;
	background-size:cover;
}
.cycle-slideshow #inner3 {
	height:100%;
	width:100%;
    background:url("../images/inner-wrap3.jpg") no-repeat bottom center;
	background-size:cover;
}
.cycle-slideshow #inner4 {
	height:100%;
	width:100%;
    background:url("../images/inner-wrap4.jpg") no-repeat bottom center;
	background-size:cover;
}
.cycle-slideshow #blog {
	height:100%;
	width:100%;
    background:url("../images/inner-wrap.jpg") no-repeat bottom center;
	background-size:cover;
}
.blog-wrap {
	height:400px !important;
}
.content {
	background:#fff;
	padding:30px 30px;
	margin:0;
		    box-shadow:0 0 7px rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 7px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.3);
	position:relative;
	top:-100px;
	margin:0 0 -50px 0;
}
.content-inner {
	
}
.wp-post-image {
	float:right;
	margin:0 0 30px 30px;
}
.left {
	width:55%;
	float:left;
	padding:20px 0 0 0;
}
.right {
	width:40%;
	margin:0 0 0 0;
	float:right;
	padding:20px 0 0 0;
}
.right p {
	font-size:15px;
	line-height:30px;
}
.right i {
	margin:0 5px 0 0;
}
.arrow {
	list-style-type:none;
	margin:0 0 0 -30px;
}
.arrow li{
	background:none;
	padding:0 0 0 50px;
	font-size:15px;
	margin:0 0 5px 0;
}
.cdetails {
	list-style-type:none;
	margin:30px 0 0 -30px !important;
}
.cdetails li{
	padding:0 0 0 0;
	font-size:16px;
	line-height:28px;
	margin:0 0 14px 0;
}
.half {
	width:100%;
}
.half li{
	width:300px;
	float:left;
}
.slogan {
	color:#fff;
	font-size:18px;
	text-shadow:1px 1px 1px #222;
	font-family:'TeXGyreAdventorBold';
	padding:0 0 50px 0;
	text-align:center;
}
.slogan i {
	position:relative;
	top:-3px;
	margin:0 20px;
	font-size:10px;
}
.col-l {
	width:46%;
	float:left;
	margin:0 0 50px 0;
}
.col-r {
	width:46%;
	float:right;
	margin:0 0 50px 0;
}
.col-l img, .col-r img {
	float:right;
	margin:0 0 30px 30px;
}
.project {
	padding:0;
	float:left;
	clear:both;
}
.project-half {
	width:47%;
	padding:0;
	float:left;
	margin:0 3% 10px 0;
}
.project-half:nth-child(even) {
	clear:both;
}
.project-half h2 {
	font-size:18px;
}
.two-r {
	width:35%;
	float:right;
	margin:0 0 30px 30px;
}
.two-l {
	width:35%;
	float:left;
	margin:0 0 0 0;
}
.two-r img, .two-l img  {
	width:45%;
	float:left;
	margin:0 2%;
}
.project-half .img_wrap  {
	width:47%;
	float:left;
	margin:0 3% 20px 0;
	max-height:200px;
	overflow:hidden;
}
.project-half .img_wrap img {
	width:100%;
	height:auto;
}
.project-half p {
	display:block;
	min-height:60px;
}
.text-r {
	width:60%;
	float:right;
	margin:0 0 0 0;
}
.text-l {
	width:60%;
	float:left;
	margin:0 0 0 0;
}
.full {
	width:100%;
	position:relative;
}
.full img  {
	float:left !important;
	width:23% !important;
	margin:0 2% 20px 0 !important;
}
.tabs-menu {
	list-style-type:none;
	margin:0 0 0 -40px !important;
	width:20%;
	float:left;
}
.tabs-menu li {
    display:block;
    margin: 0 0 0 0;
	padding:0 !important;
}
.tabs-menu li a {
    color: #333;
    text-decoration: none; 
	
	width:90%;
	padding:10px 5%;
	display:block;
	border-bottom:1px solid #ccc;
}
.tabs-menu .current a {
    color: #fff;
	background:#a52069;
	font-family:'TeXGyreAdventorBold';
	border-bottom:1px solid #a52069;
}
.tab-content {
    width: 75%;
	float:right;
    display: none;
	padding:0;
}

#form {
	width:55%;
	float:left;
}
#details {
	width:40%;
	float:right;
}
#details p {
	font-size:15px;
	line-height:30px;
}
#details i {
	margin:0 5px 0 0;
}
.map {
	width:100%;
	height:300px;
	margin:30px 0 0 0;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 input,
.wpcf7 textarea {
    width: 90%;
    margin: 0 0 0 0;
}
.wpcf7 select {
    width: 96%;
}
.wpcf7 textarea {
    height: 100px;
}
.wpcf7 p {
    color: #333;
    font-size: 14px;
	text-align:left !important;
}
.wpcf7 .req {
    color: red;
	font-weight:bold;
	font-size:1.3em;
}
.wpcf7 {
    margin: 30px 0 0 0;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    padding: 15px 3%;
    font-size: 14px;
	width:94%;
}
.wpcf7 input[type="submit"] {
    display: block;
    background: #8e2567;
    color: #fff;
    cursor: pointer;
    height: 30px;
    padding: 0;
    text-shadow: 0 1px 0 #000;
    width: 120px;
    position: relative;
    float: left;
    left: 0px;
    transition: all .5s;
    border: none;
}
#footer {
	width:100%;
	padding:14px 0;
	background:#a52069;
	position:relative;
	z-index:300;
}
.copy {
	margin:0 0 0 0;
	float:left;
	color:#fff;
	font-size:12px;
}
.designer {
	margin:0 0 0 0;
	float:right;
	color:#fff;
	font-size:12px;
}
.designer a {
	text-decoration:none;
	color:#fff;
}
.main {
	width:60%;
	float:left;
}
.sidebar {
	width:30%;
	padding:30px 2.5%;
	background:#eee;
	float:right;
}
.sidebar ul li {
	font-size:14px;
	margin:0 0 10px 0;
	line-height:20px;
}
.sidebar ul li a {
	color:#a52069
}
.opt a {
	color:red
}
.post {
	margin:0 0 30px 0;
	background:#fff;
}
.share {
	display:block;
	margin:15px 0;
}
.page-numbers {
	padding:20px;
	font-size:18px;
	text-decoration:none;
	background:#eee;
	border:1px solid #ccc;
	display:inline-block;
	margin:20px 0;
}
.more {
	background:#a52069;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	margin:15px 0;
	text-decoration:none;
}
.date {
	color:#999;
	font-size:13px;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;
	}
}
@media only screen and (max-width: 1024px) {
	#header .menu {
		display:none;
	}
	#header {
		margin-top:50px;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:99999;
	}
	#header {
		width:100%;
		position:relative;
		text-align:center;
	}
	.logo {
		float:none;
	}
	#home-content {
		padding:50px 0;
		height:auto;
		position:relative;
		z-index:400;
	}
	.slogan {
		color:#fff;
		font-size:14px;
		text-shadow:1px 1px 1px #222;
		font-family:'TeXGyreAdventorBold';
		padding:25px 0 0 0;
		text-align:center;
	}
	.slogan i{
		position:relative;
		top:-3px;
		margin:0 10px;
		font-size:6px;
	}
	.slicknav_menu li span  {
		display:none !important;
	}
	#slider {
		width:1200px;
		height:350px;
		position:relative;
		left:50%;
		margin:0 0 0 -600px;
		z-index:0;
	}	
	#prev {
		top:250px;
		left:20px;
	}
	#next {
		top:250px;
		right:20px;
	}
	#prev i, #next i {
		font-size:40px !important;
	}
	.col-l img, .col-r img {
		width:150px;
	}
	.main {
		width:100%;
		float:none;
		margin:0 0 40px 0;
	}
	.sidebar {
		width:100%;
		padding:0;
		background:#fff;
		float:none;
	}
}

@media only screen and (max-width: 800px) {
	.slogan {
		padding:0 0 50px 0;
	}
	.slogan span {
		display:block;
		margin:0 0 5px 0;
	}
	.slogan i{
		display:none;
	}
	.copy, .designer {
		float:none;
		text-align:center;
		font-size:11px;
	}
	.left, .right {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	#slider {
		width:100%;
		height:350px;
		position:relative;
		left:0%;
		margin:0 0 0 0;
		z-index:0;
		overflow:hidden;
	}
	#slider .cycle-slideshow img {
		width:150% !important;
		position:relative;
		left:-75%;
		margin:0 0 0 0;
	}
	.content {
		
	}
	.logo {
		width:200px;
	}
	#header {
		background:#fff;
	}
	.col-l {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.col-r {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.wp-post-image {
		max-width:100%;
		height:auto;
		float:none;
		margin:0 0 30px 0;
	}
	.project-half {
		width:100%;
		float:none;
		padding:20px 0;
		margin:0 0 40px 0;
	}
	.project-half img{
		margin-bottom:20px;
	}
	.two-r {
		width:100%;
		float:none;
		margin:0 0 30px 0;
		
	}
	.two-l {
		width:100%;
		float:none;
		margin:20px 0;
	}
	
	.text-r {
		width:100%;
		float:none;
		margin:20px 0;
		clear:both;
		padding:20px 0;
	}
	.text-l {
		width:100%;
		float:none;
		margin:20px 0;
		clear:both;
		padding:20px 0;
	}
	.tabs-menu {
		margin:0 0 0 0 !important;
		height:auto;
		line-height:1.2em;
		border-bottom:0px solid #a52069;
	}
	.tabs-menu li {
		height: auto;
		line-height: 1.2em;
		display:block;
		margin: 0 0 0 0;
		padding:0 !important;
	}
	.tabs-menu li a {
		color: #333;
		text-decoration: none; 
		font-size:14px;
		height: auto;
		line-height: 1.2em;
		padding:10px 5%;
		width:90%;
		display:block;
		float:none;

		border-bottom:1px solid #ccc;
	}
	.tabs-menu .current a {
		color: #fff;
		background:#a52069;
		font-family:'TeXGyreAdventorBold';
		border-bottom:1px solid #a52069;
	}
	.tabs-menu {
		list-style-type:none;
		margin:0 0 0 -40px !important;
		width:100%;
		float:none;
	}
	.tab-content {
		width:100%;
		float:none;
		padding:50px 0 0 0;
	}
	
	
}
@media only screen and (max-width: 600px) {
	.col-l img, .col-r img {
		float:none;
		margin:0 0 30px 0;
	}
	#form {
		width:100%;
		float:none;
	}
	#details {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.full img  {
		float:left !important;
		width:48% !important;
		margin:0 2% 20px 0 !important;
	}
	
	#footer p span {
		display:none !important;
	}
}
#swipebox-overlay {
    background: rgba(0,0,0,0.95) !important;
}

/* topfooter */

#top-footer {
	padding:50px 0;
	background:#000;
	color:#fff;
}
#top-footer h3 {
	font-size:32px;
	margin:0 0 30px 0;
	font-weight:400;
	padding:0 0 10px 20px;
	border-bottom:1px solid #fff;
	color:#eee !important;
}
#top-footer h4 {
	font-size:18px;
	line-height:26px;
	margin:0 0 15px 0;
	color:#eee !important;
}
.fcol {
	width:29.33%;
	float:left;
	margin:0 2%;
	color:#eee !important;
}
.fcol .inner-col {
	padding:20px 0 0 20px;
}
.fcol ul {
	margin:0;
	list-style-type:none;
}
.fcol ul li {
	width:47%;
	float:left;
	padding:0;
	margin:0 3% 5px 0;
}
.recent li {
	width:100% !important;
	float:none !important;
	padding:0 !important;
	margin:0 0 5px 0 !important;
}
.fcol ul li a {
	color:#eee !important;
	text-decoration:none;
}
.aright {
	text-align:right !important;
}
.fcenter {
	text-align:center !important;
}

@media only screen and (max-width: 1024px) {
	.fcol {
		width:96%;
		float:none;
		text-align:center;
		margin:0 2% 25px 2%;
		clear:both;
	}
	.fcol .inner-col {
		padding:0;
	}
	.fcol ul li {
		width:100%;
		float:none;
		padding:0;
		margin:0 0 5px 0;
	}
	.aright {
		text-align:center !important;
	}
	.topfooter-nav{
		padding:0 !important;
		text-align:center !important;
	}
}

/* end */
