/*
Theme Name: Event Catering Solutions
Author: Netwizard Design
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url('css/normalize.css');
@import 'https://fonts.googleapis.com/css?family=Raleway';
@import url('css/slicknav.css');
@import url('css/font-awesome/css/font-awesome.min.css');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	color: #333;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	position:relative;
}
.clear {
	clear:both;
}
h1 {
	font-size:36px;
	color:#333;
	margin:0 0 30px 0;
	font-weight:normal;
}
h1 span{
	color:#f5951e;
}
h2 {
	font-size:22px;
	color:#f89b28;
	margin:0 0 15px 0;
	font-weight:bold;
}
h3 {
	font-size:18px;
	color:#f89b28;
	margin:0 0 15px 0;
	font-weight:bold;
}
p {
	font-size:16px;
	line-height:24px;
	margin:0 0 20px 0;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
#top-bar {
	background:#222;
	padding:0;
	line-height:44px;
	height:44px;
	color:#fff;
	position:relative;
	z-index:800;
}
#top-bar span.email{
	margin:0 30px 0 0;
}
#top-bar .contacts {
	float:right;
}
#top-bar .contacts .facebook {
	width:23px;
	height:23px;
	display:block;
	background:url(images/facebook.png) no-repeat;
	float:left;
	margin:12px 20px 0 0;
}
#top-bar .contacts .contact {
	height:44px;
	line-height:44px;
	padding:0 10px;
	color:#fff;
	text-decoration:none;
	background:#f89b28;
	float:left;
	position:relative;
}
#header {
	position:relative;
	height:150px;
	z-index:999;
}
.logo {
	float:left;
	margin:20px 0 0 0;
}
.slicknav_menu {
	display:none;
}
#header .menu {
	margin:85px 0 0 0;
	float:right;
	border-bottom:1px solid #f89b28;
	padding:0 0 18px 10px;
}
#header .menu li {
	position:relative;
	display:inline;
	margin:0 10px 0 0;
	background:url(images/dot.png) no-repeat center right;
}
#header .menu li a{
	color:#fff;
	text-decoration:none;
	font-size:20px;
	text-transform:uppercase;
	padding:0 25px 0 0;
}
#header .menu li:nth-child(5) {
	background-image: none;
}
#header .menu li:nth-child(5) a {
	padding:0 0 0 0;
}
#header .menu li.current-menu-item a {
	
}
#header .menu li:nth-child(6) {
	display: none;
}
#inner-wrap {
	width:100%;
	height:200px;
	margin:-175px 0 0 0;
	position:relative;
	z-index:0;
	left:0;
	background:#111 url(images/inner-wrap.jpg) no-repeat top center;
}
#slider {
	width:100%;
	height:auto;
	max-height:750px;
	margin:-175px 0 0 0;
	position:relative;
	z-index:0;
	left:0;
}
#slider .cycle-slideshow {
	width:1920px;
	height:750px;
	margin:0 0 0 -960px;
	position:relative;
	left:50%;
}
#slider .cycle-slideshow img {
	width:100%;
	height:100%;
	position:relative;
	z-index:10;
}
.banner {
	position:absolute;
	top:300px;
	width:1100px;
	left:50%;
	z-index:300;
	margin:0 0 0 -550px;
}
.banner h1 {
	font-size:44px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	padding:0 0 0 0;
	background:rgba(248,155,40,0.75);
	display:inline-block;
	padding:18px 30px;
}
.banner h2 {
	font-size:28px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	padding:0 0 0 0;
	background:rgba(0,0,0,0.65);
	display:inline-block;
	padding:30px 30px;
}
.cycle-pager { 
    text-align: center; 
	width: 100%; 
	background:rgba(0,0,0,0.6);
	height:30px;
	z-index: 500; 
	position: absolute; 
	bottom: 0px; 

}
.cycle-pager span { 
    font-size: 70px; 
	width: 20px; 
	height: 20px; 
    display: inline-block; 
	color: #ddd; 
	cursor: pointer; 
	position:relative;
	top:-25px;
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}
#prev {
	position:absolute;
	top:300px;
	left:0;
	z-index:200;
	color:#fff;
	padding:30px 25px;
	background:#222;
	background:rgba(0,0,0,0.6);
	font-size:24px;
	cursor:pointer;
	transition:all .5s;
}
#next {
	position:absolute;
	top:300px;
	right:0;
	z-index:250;
	color:#fff;
	padding:30px 25px;
	background:#222;
	background:rgba(0,0,0,0.6);
	font-size:24px;
	cursor:pointer;
	transition:all .5s;
}
#prev:hover, #next:hover {
	background:#111;
	background:rgba(0,0,0,0.8);
}
#content {
	padding:40px 0 40px 0;
}
.welcome {
	text-align:center;
	padding:0 70px;
}
#image-nav {
	background:#eee;
	padding:55px 0 55px 0;
	border-top:1px solid #ccc;
}
.box {
	transition:all .5s;
	width:29%;
	margin:0 2% 0 2%;
	height:200px;
	float:left;
	position:relative;
	box-shadow:0 0 15px rgba(0,0,0,0.7);
	border:1px solid #fff;
}
.box h3 {
	transition:all .5s;
	position:absolute;
	bottom:20px;
	right:20px;
	margin:0 0 0 0;
	color:#fff;
	background:#f89b28;
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	padding:7px 14px;
}
.box:hover h3 {
	background:#222;
}
.box:hover h3 i {
	color:#f89b28;
}
.box:hover  {
	border:1px solid #333;
	box-shadow:0 0 25px rgba(0,0,0,0.9);
}
.box1 {
	background:url(images/box1.jpg) no-repeat;
}
.box2 {
	background:url(images/box2.jpg) no-repeat;
}
.box3 {
	background:url(images/box3.jpg) no-repeat;
}
.wp-post-image {
	float:right;
	margin:0 0 40px 80px;
	
}
.grey {
	background:#f9f9f9;
}
.brand {
	float:left;
	margin:0 50px 50px 50px;
	width:300px;
	height:300px;
}
.brand img {
	width:100%;
	border-radius:150px;
	box-shadow:0 0 2px rgba(0,0,0,0.4);
	
}
.brand img:hover {
	-webkit-animation:spin .5s linear;
    -moz-animation:spin .5s linear;
    animation:spin .5s linear;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.note {
	color:#555;
	font-size:15px;
	font-style:italic;
}
.services a{
	color:#333;
	transition:all .5s;
	border-bottom:1px dashed #ccc;
}
.services a:hover {
	color:#f89b28;
	border-bottom:1px dashed #f89b28;
	cursor:pointer;
}
.client {
	float:left;
	margin:0 50px 50px 50px;
	width:300px;
	height:300px;
}
.client img {
	width:100%;	
	border-radius:150px;
	box-shadow:0 0 1px rgba(0,0,0,0.2);
}
.nomargb {
	margin-bottom:5px;
	line-height:1em;
}
.bord {
	border-top:1px solid #ccc;
}
.col-sm-4 {
	width:36%;
	float:left;
	margin:0 2% 30px 0;
}
.col-sm-6 {
	width:47%;
	float:left;
	margin:0 3% 10px 0;
}
.col-sm-8 {
	width:60%;
	float:left;
	margin:0 2% 30px 0;
}
.list-col {
	width:240px;
	float:left;
	margin:0 0 10px 0;
}
.list-col li, .col-sm-4 li, .col-sm-8 li {
	font-size:16px;
	line-height:20px;
	margin:0 0 7px 0;
}
.col-sm-8 li {
	width:46%;
	float:left;
	margin:0 0 10px 0;
}
.form {
	width:66%;
	float:left;
	position:relative;
}
.details {
	width:28%;
	float:right;
}
.details a {
	color:#f89b28;
	font-size:14px;
}
.img-f {
	max-width:100%;
}
div.wpcf7-validation-errors {
	border:none !important;
}
.wpcf7-form p {
	margin:0 0 0 0;
}
.screen-reader-response {
	display:none;
}
.wpcf7-response-output {
	color:red;
	clear:both;
}
.wpcf7-not-valid-tip {
    color: #f00 !important;
    font-size: 12px !important;
    display: block !important;
	margin:-10px 0 0 0 !important;
	clear:both;
}
.wpcf7-mail-sent-ok {
	color:green !important;
}
.wpcf7-form {
    width:96%;
	padding:30px 2%;
	background:#f9f9f9;
	margin:0 0 30px 0;
	position:relative;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	border:none !important;
}
.wpcf7-form label {
    display: block;
    margin: 0;
	text-align:left;
	font-size:14px;
}
span.req {
	color:red;
	font-weight:bold;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select {
    border: 1px solid #ddd;
    color: #888;
    height: 28px;
    margin: -10px 0 20px 0;
    outline: 0 none;
    padding: 10px 2% 10px 2%;
    width: 96% !important;
    font-size: 14px;
    line-height:15px;
}
.wpcf7-form textarea{
    padding: 10px 2% 10px 2%;
    width: 94% !important;
	height:130px;
	position:relative;
	top:-10px;
}
.wpcf7-form select {
    width: 99%;
    height: 50px;
    line-height: 50px;
}
.wpcf7-form input[type="submit"] {
    background: #f68b20;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    width:120px;
	height:35px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
	float:left;
	margin:0 0 0 0;
	transition:all .5s;
}
.wpcf7-form input[type="submit"]:hover {
    background: #e97807;
}
#footer {
	position:relative;
	z-index:500;
	margin:0 0 0 0;
	padding:20px 0 20px 0;
	background:#222;
	color:#999;
}
.copy {
	float:left;
	font-size:12px;
	margin:0 0 0 0;
}
.designer {
	float:right;
	font-size:12px;
	margin:0 0 0 0;
}
.designer a{
	text-decoration:none;
	color:#999;
}
@media only screen and (max-width: 1400px) {
	#slider .cycle-slideshow {
		width:1400px;
		height:553px;
		margin:0 0 0 -700px;
		position:relative;
		left:50%;
	}
	.banner {
		position:absolute;
		top:270px;
		width:80%;
		left:15%;
		z-index:300;
		margin:0 0 0 0;
	}
	#prev, #next {
		top:270px;
	}
	.banner h1 {
		font-size:36px;
		padding:14px 24px;
	}
	.banner h2 {
		font-size:22px;
		padding:14px 24px;
	}
}
@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;
	}
	.logo {
		width:180px;
	}
	#header .menu {
		margin:45px 0 0 0;
	}
	#header .menu li a{
		font-size:17px;
		padding:0 20px 0 0;
	}
	#slider .cycle-slideshow {
		width:1200px;
		height:477px;
		margin:0 0 0 -600px;
		position:relative;
		left:50%;
	}
	.banner {
		position:absolute;
		top:250px;
		width:80%;
		left:15%;
		z-index:300;
		margin:0 0 0 0;
	}
	#prev, #next {
		top:250px;
	}
	.banner h1 {
		font-size:34px;
		padding:12px 20px;
	}
	.banner h2 {
		font-size:18px;
		padding:12px 20px;
	}
}
@media only screen and (max-width: 900px) {
	
	#slider .cycle-slideshow {
		width:100%;
		height:auto;
		margin:0 0 0 0;
		position:relative;
		left:0%;
		overflow:hidden !important;
	}
	#slider .cycle-slideshow img {
		width:130%;
		position:relative;
	}
	.banner, #prev, #next, .cycle-pager  {
		display:none;
	}
	.slicknav_menu {
		display:block;
		z-index:9999;
		position:relative;
	}
	#header .menu {
		display:none;
	}
	#header .menu li:nth-child(6) {
		display: block;
	}
	#header {
		text-align:center;
	}
	.logo {
		width:150px;
		float:none;
	}
	.welcome {
		text-align:center;
		padding:0 20px;
	}
	.copy, .designer {
		float:none;
		text-align:center;
	}
	.box h3 {
		transition:all .5s;
		position:absolute;
		bottom:10px;
		right:10px;
		margin:0 0 0 0;
		color:#fff;
		background:#f89b28;
		font-size:18px;
		text-transform:uppercase;
		font-weight:normal;
		padding:5px 10px;
	}
	#top-bar {
		background:transparent;
		padding:0;
		line-height:44px;
		height:44px;
		color:#fff;
		position:absolute;
		top:5px;
		left:10px;
		z-index:999999;
		width:200px;
	}
	
	#top-bar span.email{
		display:none;
	}
	#top-bar span.phone{
		float:left;
		margin:0 0 0 50px;
	}
	#top-bar .contacts {
		float:left;
	}
	#top-bar .contacts .facebook {
		width:23px;
		height:23px;
		display:block;
		background:url(images/facebook.png) no-repeat;
		float:none;
		margin:0 0 0 0;
		position:absolute;
		top:10px;
		left:10px;
	}
	#top-bar .contacts .contact {
		display:none;
	}
	.col-sm-4 {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.col-sm-6 {
		width:100%;
		float:none;
		margin:0 0 15px 0;
	}
	.col-sm-8 {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.list-col {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.col-sm-8 li {
		width:100%;
		float:none;
	}
	.brand {
		float:left;
		margin:0 30px 30px 30px;
		width:140px;
		height:140px;
	}
	.brand img {
		width:100%;
		border-radius:70px;
		box-shadow:0 0 2px rgba(0,0,0,0.4);
	}
	.form {
		width:55%;
		float:left;
		position:relative;
	}
	.details {
		width:40%;
		float:right;
	}

}
@media only screen and (max-width: 600px) {
	.copy span {
		display:none;
	}
	.box {
		transition:all .5s;
		width:80%;
		margin:0 8% 30px 10%;
		height:200px;
		float:left;
		position:relative;
		box-shadow:0 0 10px rgba(0,0,0,0.7);
		border:1px solid #fff;
	}
	.wp-post-image {
		float:none;
		margin:0 0 40px 0;
		max-width:98%;
		
	}
	.brand {
		float:none;
		margin:0 auto 30px auto;
		width:200px;
		height:200px;
	}
	.brand img {
		width:100%;
		border-radius:100px;
		box-shadow:0 0 2px rgba(0,0,0,0.4);
	}
	.form {
		width:100%;
		float:none;
		position:relative;
	}
	.details {
		width:100%;
		float:none;
	}
}

#accordion-1 {
    padding-left: 30px;
}
#accordion-1 .accordion-title {
    color: #333;
    transition: all .5s;
    border-bottom: 1px dashed #ccc;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: normal;

}

#accordion-1 > .accordion-title {
    display: list-item;
    cursor: pointer;
}

#accordion-1 .accordion-title:after{
    content: " +"
}
#accordion-1 .accordion-title.open:after {
	content: " -"
}
#accordion-1 .accordion-content{}
#accordion-1 .gallery{}
#accordion-1 .gallery .gallery-item {
    width: auto;
    margin: 0 10px 10px 0;
}
#accordion-1 .gallery .gallery-item img {
    display: block;
}




