/*
Theme Name: WebLab V3
Theme URI: http://weblab.com.au
Author: Web Lab Pty Ltd
Author URI: http://weblab.com.au
Version: 1.0


 */

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

body {
	font-family: "Open Sans", Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	padding-top: 50px;
}

h1 {
	font-weight: 300;
	font-size: 48px;
	font-family: 'Cicle Fina', "Open Sans", Helvetica, Arial, Sans-Serif;
}

h1 small {
	font-size: 24px;
}

h2 {
	font-size: 26px;
	font-family: 'Cicle Fina', "Open Sans", Helvetica, Arial, Sans-Serif;
	line-height: 36.4px;
}

h2.blog-title {
	font-size: 32px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	color: #999;
}

h4 {
	font-size: 24px;

}

h5 {
	font-size: 22px;
}

p {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

p.lead {
	font-family: 'Cicle Fina', "Open Sans", Helvetica, Arial, Sans-Serif;
	font-size: 26px;
	letter-spacing: 1px;
}

a {
	color: #2592d0;
	outline: 0;
}

a:active, a:focus {
	outline: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.nohover:hover, .pp_pic_holder a:hover {
	border-bottom: 0;
}



.container {

}

/*BUMP STYLES*/

.bump-top-md {
	margin-top: 20px;
}

.bump-bottom-md {
	margin-bottom: 20px;
}

.bump-top-sm {
	margin-top: 10px;
}

.bump-bottom-sm {
	margin-bottom: 10px;
}

.bump-top-lg {
	margin-top: 50px;
}

.bump-bottom-lg {
	margin-bottom: 50px;
}


/*PAD STYLES*/

.pad-top-md {
	padding-top: 20px;
}

.pad-bottom-md {
	padding-bottom: 20px;
}

.pad-top-lg {
	padding-top: 50px;
}

.pad-bottom-lg {
	padding-bottom: 50px;
}

.pad-top-sm {
	padding-top: 10px;
}

.pad-bottom-sm {
	padding-bottom: 10px;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.gallery { 
	margin-bottom: 50px;
	max-width: 75%; 
}
.gallery .gallery-item {
	display: inline-block;
	margin-top: 0;
	text-align: center;
	margin-bottom: 30px;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }


.email {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #555555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 8px;
	max-height: 200px;
	overflow: scroll;
}

.img-center {
	display: block;
	margin: 0 auto;
}

header {
	background-color: #282a34;
	position: fixed;
	width: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	min-height: 50px;
	padding-bottom: 2px;
}

nav ul {
	display: none;
}


#nav-burger {
	position: absolute;
	right: 20px;
	top: 9px;
}

#nav-burger a {
	color: #fff;
	font-size: 24px;
}

#nav-burger a:hover {
	border-bottom: 0px;
}

#home-splash {
	background: #d5cfc7 url('images/home-splash.jpg') no-repeat center top;
	color: #fff;
	padding-bottom: 30px;
}

#home-splash h1 {

}

#home-splash h1 small {
	color: #fff;
}

#hero-unit {
	background: #d5cfc7 url('images/page-splash.jpg') no-repeat center top;

	padding-top: 200px;
	padding-bottom: 50px;
	color: #fff;
}

.service i {
	color: #2592d0;
	font-size: 26px;
}

#home-about {
	background: #f3f4f8;
}

#home-testimonial {
	background: url('images/testimonials-bg.jpg') no-repeat center center;
	background-size: cover;
}

#home-testimonial blockquote {
	font-family: 'Cicle Fina';
	color: #fff;
	border-left: 0px;
	font-size: 32px;
}

#home-pricing {
	background: #d5cfc7 url('https://www.weblab.com.au/wp-content/uploads/2015/10/background-portfolio.jpg') no-repeat center top;
}

footer {
	background-color: #3a3f4a;
	color: #fff;
}

#simple-footer {
	background-color: #282a34;
	color: #fff;
	font-size: 14px;
}


a.btn-cta, button.btn-cta {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-size: 16px;
	padding: 8px 30px 8px 30px;
}

.btn-cta:hover {
	background-color: #fff;
}

.media-left {
	padding-right: 25px;
}

.blog-date {
	color: #999;
	font-size: 14px;
}



.article-begin + p::first-letter {
	float: left;
	color: #000;
	font-size: 72px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 3px;
	font-family: Georgia; 
}

article p {
	line-height: 200%;
}

.contact-list {
	list-style-type: none;
	font-size: 16px;
	margin-left: 0px;
	padding-left: 0px;
}

.contact-list li {
	height: 44px;
	line-height: 44px;
	padding-left: 64px;
	margin-bottom: 20px;
	background-size: 44px 44px;
}

.cl-mail {
	background: url('images/contact-list-mail.png') no-repeat left center;
}

.cl-phone {
	background: url('images/contact-list-phone.png') no-repeat left center;
}

.cl-email {
	background: url('images/contact-list-email.png') no-repeat left center;
}

.cl-location {
	background: url('images/contact-list-location.png') no-repeat left center;
}



#mobile-nav {
	width: 286px;
	background-color: #3a3f4a;
	color: #fff;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 50px;
	right: -286px;
	bottom: 0;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.mobile-nav-show {
	right: 0px !important;
	transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
}

#mobile-nav ul {
	text-align: left;
	list-style-type: none;
	font-size: 16px;
	
	margin-top: 30px;
}

#mobile-nav ul li {
	padding-top: 5px;
	padding-bottom: 10px;
}

#mobile-nav ul li a, #mobile-nav ul li a:active, #mobile-nav ul li a:focus {
	color: #fff;
}

#mobile-nav ul li.current_page_item a, #mobile-nav ul li.current-page-ancestor a {
	border-left: 3px solid #2592d0;
	padding-left: 10px;
}

#mobile-nav a:hover {
	border: 0px;
}

#mobile-nav ul li.active a {
	color: #2592d0;
}


#burger {
  width: 25px;
  height: 250px;
  position: absolute;
  right: 20px;
  top: 14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#burger span:nth-child(1) {
  top: 0px;
}

#burger span:nth-child(2) {
  top: 8px;
}

#burger span:nth-child(3) {
  top: 16px;
}

#burger.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#burger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#burger.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#map {
	height: 200px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

label {
	font-weight: normal;
}

span.wpcf7-not-valid-tip {
	font-size: 0.75em;
}

div.wpcf7-response-output {
	margin: 0em;
	font-size: 0.85em;
	border-radius: 4px;
}

div.wpcf7-validation-errors {
	border: 0px;
	background-color: #ffdd88;
}

div.wpcf7-mail-sent-ok {
	border: 0px;
	background-color: #baff88;
}

button.prime-btn, a.prime-btn {
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	display: inline-block;
	padding: 0.75em 50px 0.8125em 50px;
	border: 0;
	color: #ffffff;
	background-color: #3498db;
	border-bottom: 4px solid #2980b9;
	
	 /* from zurb */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}

button.prime-btn:hover, a.prime-btn:hover {
	background-color: #2980b9;
}

.breadcrumbs {
	font-size: 14px;
	border-left: 3px solid #fff;
	padding-left: 10px;
}

.breadcrumbs a {
	color: #fff;
}

figure a:hover img {
	box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
}

.well {
	border-radius: 0px;
}

article blockquote {
	font-family: "Georgia", Serif;
	font-style: oblique;
	color: #666;
}

.form-group p, .input-group p {
	height: 0px; line-height: 0px; margin-bottom: 0px;
}

label {
	font-size: 14px;
}

input[type="text"], input[type="email"], textarea {
	font-size: 16px !important;
}

	/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown, .bounceInUp {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {


	#home-pricing {
		background-attachment: fixed;
		background-size: cover;
	}

	#home-splash {
		height: 863px;
		background-attachment: fixed;
		background-size: cover;
		padding-bottom: 0px;
	}

	#hero-unit {
		background-attachment: fixed;
		background-size: cover;
	}

	#nav-logo {
		float: left;
	}

	#home-splash h1 {
		margin-top: 170px;
		font-size: 72px;
	}

	.service {
		margin-left: 50px;
	}

	.sr {
		margin-left: 50px;
	}

	.contact-list {
		margin-left: 75px;
	}

	article blockquote {
		margin-left: -80px;
	}

	#map {
		height: 445px;
	}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	nav ul {
		display: block;
	}

	#burger {
		display: none;
	}

	nav ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		float: right;
	}

	nav ul li {
		float: left;
		margin-left: 0px;
	}

	nav ul li:first-child {
		margin-left: 0px;
	}

	nav ul li a {
		font-size: 14px;
		color: #fff;
		border-top: 3px solid #282a34;
		padding: 12px 15px 15px 15px;
		display: block;
	}

	nav ul li a:focus, nav ul li a:active {
		color: #fff;
	}

	nav ul li a:hover, nav ul li.current_page_item a, nav ul li.current-page-ancestor a {
		color: #fff;
		text-decoration: none;
		border: 0px;
		border-top: 3px solid #2592d0;
	}

	#home-about {
		background: #f3f4f8 url('images/devices.png') no-repeat 5% bottom;
	}

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	nav ul li a {
		padding: 12px 20px 15px 20px;
	}

}