@charset "utf-8";

/*
	Theme Name: Studio 84 Design Theme
	Theme URI: http://www.studio84design.com.au/
	Description: Custom responsive theme for the webiste of Studio 84 Design.
	Version: 1.0
	Author: Studio 84 Design
	Author URI: http://www.studio84design.com.au/
	Tags: 

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 18px/1.6 'Lato', sans-serif;
	color:#3b3d3f;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#fa2b00;
	text-decoration:none;
}
a:hover {
	color:#fa2b00;
	text-decoration:underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04a4cc;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
#header-wrapper {
	width:100%;
	height:210px;
	margin:0;
	position:relative;
	background:url(img/header-bg.svg) center bottom no-repeat;
}
.header {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

/* logo */
.logo {
	margin-top:42px;
}
.logo-img {
	width:259px;
	height:104px;
}

/* nav */
nav {
	float:right;
	margin-top:-80px;
}
nav ul {
	list-style:none;
}
nav ul li {
	display:inline-block;
	margin-left:30px;
}
nav a, nav a:hover {
	text-decoration:none;
}
.nav-btn {
	color:#00a3d3;
	font-size:18px;
	font-weight:700;
	padding:5px 15px 6px 15px;
	border:1px solid #fff;
	border-radius:10px;
	transition:border-color 0.5s ease;
}
.nav-btn:hover {
	color:#fa2b00;
	border:1px solid #fa5300;
}
.home-btn {
	width:26px;
	height:24px;
	background:url(img/nav-home-btn.png) top left no-repeat;
	margin-right:10px;
}
.home-btn:hover {
	background-position:bottom left;
}
/*#menu-icon {
	display:hidden;
	width:100%;
	height:50px;
	color:#fff;
	font-size:20px;
	font-weight:700;
	padding-top:7px;
	background:url(img/mobile-menu-bg.png) bottom center no-repeat;
}*/

/* content */
#content-wrapper {
	width:100%;
	margin:0;
	position:relative;
	background:url(img/content-bg.svg) center 100px no-repeat;
}
.content {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

/* sidebar */
.sidebar {
	display:none;
}

/* footer */
#footer-wrapper {
	width:100%;
	margin:0;
	padding-top:120px;
	position:relative;
	background:url(img/footer-bg.svg) top center no-repeat;
}
.footer {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	height:150px;
}
.copyright {
	margin-top:-15px;
}
.footer nav {
	margin-top:-126px;
}
.back-to-top {
	background:none;
	margin:0;
	padding-top:7px;
	position:fixed;
	bottom:30px;
	right:30px;
	width:42px;
	height:40px;
	z-index:100;
	display:none;
	text-decoration:none;
	text-align:center;
	color:#fff;
	background-color:#00a3d3;
	border-radius:8px;
	transition:background-color 0.5s ease;
}
.back-to-top:hover {
	color:#fff;
	background-color:#fa2b00;
}
.back-to-top i {
	font-size:24px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.quote-btn {
	width:112px;
	height:112px;
	float:right;
	padding:25px 0;
	margin-top:-20px;
	border-radius:61px;
	font:900 20px/1.2 'Lato', sans-serif;
	padding:25px 0;
	text-align:center;
	border:2px solid #fa2b00;
	color:#fff;
	background:#fa2b00; /* Old browsers */
	background:-moz-linear-gradient(top, #fa5300 0%, #fa2b00 100%), #fa2b00; /* FF3.6-15 */
	background:-webkit-linear-gradient(top, #fa5300 0%,#fa2b00 100%), #fa2b00; /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #fa5300 0%,#fa2b00 100%), #fa2b00; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5300', endColorstr='#fa2b00',GradientType=0 ); /* IE6-9 */
	transition:background 0.4s ease;
}
.quote-btn:hover {
	background:#fff;
	color:#fa2b00;
}
.home-testimonials {
	background:url(img/home-background-02.jpg) bottom center no-repeat;
	background-size:100%;
}
.home-h1-under p {
	text-shadow:#FFF 0 0 10px;
}
.icon-align {
	margin-top:5px;
}
.folio-type-list {
	text-align:center;
}
.folio-type-list-container {
	width:160px;
	height:40px;
	display:inline-block;
}
.folio-type-list-container img {
	margin-right:5px;
}
.contact-form input, .contact-form textarea {
	border-radius:8px !important;
	padding:10px 15px 10px 15px !important;
	font-size:18px !important;
	color:#3b3d3f !important;
}
.contact-form input {
	height:50px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
	margin:0 0 12px 0 !important;
	font-size:18px !important;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	height:220px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error {
	border:1px solid #fa2b00 !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
	font-size:16px !important;
	color:#fa2b00 !important;
}
.submit-btn {
	color:#fff !important;
	border:2px solid #fa2b00 !important;
	background:#fa2b00 !important;
	border-radius:8px !important;
	font-size:20px !important;
	font-weight:700 !important;
	padding: 10px 25px 12px 25px !important;
	transition:background-color 0.4s ease;
}
.submit-btn:hover {
	color:#fa2b00 !important;
	background:#fff !important;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.about-head-shot {
	width:250px;
	height:250px;
	border-radius:50%;
	border:2px solid #fa2b00;
	background:url(img/about-head-shot.jpg) top left no-repeat;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
h1 {
	font:900 32px 'Lato', sans-serif;
	font-style:italic;
	color:#fff;
	margin-top:50px;
	width:100%;
	text-align:center;
	text-shadow:#999 0 0 20px;
}
.home-h1 {
	font:900 40px 'Lato', sans-serif;
	text-align:center;
	text-shadow:#168fb0 0 0 15px !important;
}
h2 {
	font:900 28px 'Lato', sans-serif;
	font-style:italic;
	color:#fa2b00;
}
h3 a:link, h3 a:visited {
	color:#3b3d3f;
}
h3 a:hover {
	color:#fa2b00;
}
h4 {
	font:700 20px 'Lato', sans-serif;
	color:#00a3d3;
}
.small-grey {
	font-size:15px;
	color:#878b8e;
}
.small-blue {
	font-size:15px;
	color:#00a3d3;
}
.big-white-on-blue {
	width:max-content;
	font-size:30px;
	color:#fff;
	background:#00a3d3;
	font-weight:700;
	padding:0 20px;
	margin:10px auto;
	border-radius:8px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:475px) { /* PHONE PAYOUT */
.home-top-icon {
	 margin-top:0px !important;
}
}
@media only screen and (min-width:476px) and (max-width:675px) {
.home-top-icon {
	 margin-top:30px !important;
}
}
@media only screen and (max-width:537px) {
.home-h1 {
	margin-top:0 !important;
}
.quote-btn {
	margin:-20px auto 0 auto !important;
	float:none;
}
}

@media only screen and (max-width:675px) {
body {
	font-size:16px;
	background-position:center 100px !important;
	background-size:1080px;
}
#header-wrapper {
	height:120px;
}
.header {
	width:90%;
}
#content-wrapper {
	background-position:center 70px;
}
.logo {
	width:259px;
	margin:15px 0 10px 0;
}
.logo-img {
	width:200px;
	height:80px;
}
.footer nav {
	display:none;
}
#menu-icon {
	display:inline-block;
	text-align:center;
	width:50px;
	height:50px;
	color:#00a3d3;
	font-size:16px;
	font-weight:700;
	float:right;
	padding-top:7px;
}
.menu-bars {
	font-size:32px;
}
.menu-bars-container {
    display:inline-block;
    cursor:pointer;
}
.menu-bar1, .menu-bar2, .menu-bar3 {
    width:35px;
    height:5px;
    background-color:#00a3d3;
    margin:6px 0;
    transition:0.4s;
}
.change .menu-bar1 { /* Rotate first bar */
    -webkit-transform:rotate(-45deg) translate(-9px, 6px);
    transform:rotate(-45deg) translate(-9px, 6px);
}
.change .menu-bar2 { /* Fade out the second bar */
    opacity:0;
}
.change .menu-bar3 { /* Rotate last bar */
    -webkit-transform:rotate(45deg) translate(-8px, -8px);
    transform:rotate(45deg) translate(-8px, -8px);
}

nav ul, nav:active ul { 
	display:none;
	position:absolute;
	width:100%;
	margin:0;
	right:0;
	padding:0;
	background:#00a3d3;
	border-radius:12px;
	z-index:999;
}
nav ul li {
	text-indent:25px;
	width:100%;
	margin:0 !important;
	border-top:1px solid rgba(255,255,255,0.5);
	border-right:1px solid rgba(255,255,255,0.5);
	border-left:1px solid rgba(255,255,255,0.5);
	border-bottom:none;
}
nav ul li:last-child {
	border-bottom:1px solid rgba(255,255,255,0.5);
}
nav:hover ul {
	display:block;
}
.nav-btn, .home-btn-mobile {
	color:#fff;
	font-size:20px;
	font-weight:400;
	padding:5px 0 6px 0;
	border:none;
	border-radius:0;
	transition:background-color 0.5s ease;
}
.nav-btn:hover, .home-btn-mobile:hover {
	color:#fa2b00;
	border:none;
	background:#fff;
}

.home-btn {
	display:none;
}
.home-h1 {
	font-size:28px;
	margin-top:20px;
}
.home-h1-under {
	margin-top:-40px;
}
.quote-btn {
	margin:15px auto 0 auto;
	float:none;
}
.home-service-message {
	margin-bottom:40px;
}
.home-service-message a {
	float:none;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	margin-top:30px;
}
h2 {
	font-size:24px;
}
.h2-margin-mobile {
	margin-top:0;
	margin-bottom:-30px;
}
.contact-extra {
	height:50px !important;
}
#footer-wrapper {
	padding-top:80px;
}
.footer {
	text-align:center;
	height:120px;
}
}

@media only screen and (min-width:675px) and (max-width:768px) {
.home-h1 {
	font-size:32px;
	margin-top:50px;
}
.home-h1-under {
	margin-top:-40px;
}
.quote-btn {
	margin:15px auto 0 auto;
	float:none;
}
.contact-extra {
	height:50px !important;
}
}

@media only screen and (min-width:676px) {
#menu-icon, .home-btn-mobile {
	display:none;
}
}

@media only screen and (min-width:676px) and (max-width:768px) {
.h2-margin-mobile {
	margin-top:50px;
	margin-bottom:-30px;
}
.small-blue {
	font-size:18px;
}
.home-btn-margin {
	margin-bottom:60px;
}
.about-pic img {
	width:100px;
	height:100px;
}
}


@media only screen and (min-width:768px) and (max-width:1060px) { /* TABLET PAYOUT */
.quote-btn {
	margin-top:-30px;
}
}

@media only screen and (min-width:676px) and (max-width:1060px) {
body {
	background-position:center 180px;
}
#header-wrapper {
	height:250px;
}
.logo {
	width:259px;
	margin:25px auto 10px auto;
}
nav {
	float:none;
	margin:40px auto -20px auto;
	text-align:center;
}
nav ul {
	margin-left:-40px;
}
nav ul li {
	display:inline-block;
	margin-left:20px;
}
.folio-type-list {
	margin-left:10%;
}
.footer {
	height:170px;
}
.copyright {
	margin-top:-25px;
	text-align:center;
}
.footer-social-holder {
	width:100%;
	text-align:center;
}
.footer nav {
	margin:10px auto 40px auto;
}
}

@media only screen and (min-width:768px) and (max-width:992px) {
.h1-margin-mobile {
	margin-bottom:-30px;
}
.services-2nd-row-margin-01 {
	margin-top:80px !important;
}
.services-2nd-row-margin-02 {
	margin-top:140px !important;
}
.contact-form {
	margin:-80px 0;
}
.about-text-margin {
	margin-top:-50px;
}
}

@media only screen and (max-width:992px) {
.about-head-shot {
	display:none;
}
}

@media only screen and (min-width:992px) and (max-width:1118px) {
.about-head-shot {
	width:220px;
	height:220px;
	background-size:100%;
}
}

@media only screen and (min-width:1920px) {
#header-wrapper, #content-wrapper, #footer-wrapper {
	background-size:101%;
}
}
@media only screen and (min-width:2560px) {
body {
	background-size:100%;
}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04a4cc;
	color:#fff;
	text-shadow:none;
}
::-webkit-selection {
	background:#04a4cc;
	color:#fff;
	text-shadow:none;
}
::-moz-selection {
	background:#04a4cc;
	color:#fff;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
