/*
Theme Name: Mammoth Company Custom Websalad
Theme URI: http://websalad.com.au
Author: Websalad
Author URI: http://websalad.com.au
Description: Custom WordPress theme for Mammoth Company.
Version: 1.0
License: GNU General Public License

-----------------------------------------------------------------*/

/* @group reset - eric myer reset v2.0 | 20110126
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Set tags and general classes
-----------------------------------------------------------------*/
body {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	min-width: 320px;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #2b7cba;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 42px;
	margin-bottom: 30px;
}
h2 {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}
h2:before {
	content: url('images/pre-heading.png');
	display: block;
	margin-top: 40px;
}
h2:after {
	content: '';
	display: block;
	background-color: #262626;
	height: 3px;
	width: 60px;
	margin: 10px auto 30px auto;
}
h3 {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
h3:after {
	content: '';
	display: block;
	background-color: #262626;
	height: 3px;
	width: 60px;
	margin: 10px auto 30px auto;
}
h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 12px;
}

hr {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	margin: 40px 0;
}

img {
	display: block;
	max-width: 100%;
}

.bold, strong, b {
	font-weight: bold;
	color: #585858;
}
.italic, em {
	font-style: italic;
}

.hide {
	display: none;
}

.error {
	color: #ee0000;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clearing {
	clear: both;
}

.row {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	padding: 0 15px;
}
.col-1 { width: 8.333%; }
.col-2 { width: 16.666%; }
.col-3 { width: 25%; }
.col-4 { width: 33.333%; }
.col-5 { width: 41.666%; }
.col-6 { width: 50%; }
.col-7 { width: 58.333%; }
.col-8 { width: 66.666%; }
.col-9 { width: 75%; }
.col-10 { width: 83.333%; }
.col-11 { width: 91.666%; }
.col-12 { width: 100%; }

.wysiwyg-content {
	overflow-wrap: break-word;
}
.wysiwyg-content img {
	height: auto !important;
}
.wysiwyg-content ul {
	margin: 0 0 20px 20px;
}
.wysiwyg-content li {
	list-style-type: disc;
}

.aligncenter {
	margin: 30px auto;
}
.alignright {
	float: right;
	margin: 15px 0 30px 30px;
}
.alignleft {
	float: left;
	margin: 15px 30px 30px 0;
}

/* Custom
-----------------------------------------------------------------*/
#page-wrapper {
	width: 100%;
	margin: 0 auto;
}
.content-wrapper {
	max-width: 1360px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}
.inner-wrapper {
	max-width: 1000px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}
header {
	border-top: 35px solid #262626;
	border-bottom: 1px solid #262626;
	padding: 15px 0;
}
#logo {
	float: left;
	width: 130px;
	margin-right: 20px;
}
#header-phone {
	float: right;
	margin-left: 50px;
	font-size: 28px;
	font-weight: bold;
}
#header-phone img {
	display: inline-block;
	width: 40px;
	margin-right: 15px;
	vertical-align: middle;
}
nav {
	float: right;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 55px;
}
nav > ul > li {
	margin-right: 20px;
	display: inline-block;
}
nav a {
	color: #444;
}
nav li:hover a {
	text-decoration: none;
	color: #000;
}
nav ul ul {
	display: block;
	position: absolute;
	left: -9999rem;
	z-index: 9999;
	padding-top: 15px;
	margin-left: -20px;
}
nav ul li:hover ul {
	left: auto;
}
nav ul ul a {
	display: block;
	color: #fff !important;
	border: 2px solid #fff;
	border-top: 0;
	background-color: rgba(0, 0, 0, .75);
	padding: 15px 20px;
}
nav ul ul a:hover {
	background-color: #000;
}
nav li li {
	max-width: 250px;
}
#open-mobile, #close-mobile {
	display: none;
	clear: right;
	float: right;
	width: 50px;
	cursor: pointer;
}
#mobile-nav-wrapper {
	position: relative;
	display: none;
}
#mobile-nav {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #262626;
	z-index: 9999;
}
#mobile-nav a {
	display: block;
	color: #959595;
	padding: 6px 20px;
	border-bottom: 1px solid #444;
}

#mobile-nav li li a {
	padding-left: 50px;
}
#mobile-nav a:hover {
	text-decoration: none;
}

#banner-wrapper {
	position: relative;
	margin-bottom: 30px;
}
#banner-wrapper > div:first-of-type {
	position: absolute;
	background-color: rgba(0, 0, 0, .66);
	color: #fff;
	top: 0;
	right: 0;
	left: 0;
	font-size: 0;
	z-index: 999;
}
#banner-wrapper #banner-text {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#banner-wrapper #banner-text div {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 999;
	padding: 0 20px;
}
#banner-wrapper #banner-text div h1 {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 25px;
}
#banner-wrapper #banner-text div a {
	color: #111;
	background-color: rgba(255, 255, 255, .85);
	font-size: 16px;
	font-weight: bold;
	padding: 15px 25px;
	border-radius: 3px;
}
#banner-wrapper #banner-text div a:hover {
	background-color: #fff;
	text-decoration: none;
}
#banner-wrapper .content-wrapper > p:first-of-type {
	text-transform: uppercase;
	font-size: 18px;
}
#banner-wrapper > div:first-of-type > div {
	padding: 15px 80px 30px 80px;
}
#banner-wrapper input[type="text"], #banner-wrapper select, #banner-wrapper textarea {
	width: calc(20% - 20px);
	padding: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #ccc;
}
#banner-wrapper input[type="image"] {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}
#banner-wrapper textarea {
	height: 39px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	vertical-align: top;
}
#banner-wrapper textarea:focus {
	height: 200px;
}

.intro {
	font-size: 16px;
}
.grey-bg {
	background-color: #f2f2f2;
}
.lightgrey-bg {
	background-color: #fafafa;
}
.div-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.test-wrap {
	max-width: 600px;
	margin: 0 auto;
}
.test-wrap img {
	max-width: 160px;
	max-height: 160px;
	margin: 0 auto 20px auto;
	border-radius: 80px;
}
#slippry-testimonials p:last-of-type {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 17px;
}

.choose_touch-wrapper div img, .contact-left-wrapper img {
	width: 60px;
	float: left;
	margin-right: 20px;
}
.choose_touch-wrapper div div, .contact-left-wrapper div {
	float: left;
	width: calc(100% - 80px);
}
.choose_touch-wrapper div div p:first-of-type, .contact-left-wrapper div p:first-of-type {
	font-weight: bold;
	font-size: 16px;
}

.contact-left-wrapper a {
	color: #333;
}

.services-wrapper a {
	display: block;
	color: inherit;
}
.services-wrapper a:hover {
	text-decoration: none;
	background-color: #f6f6f6;
}

#get-in-touch input, #get-in-touch select, #get-in-touch textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 10px;
	-webkit-appearance: none;
}
#get-in-touch textarea {
	height: 100px;
}
#get-in-touch button, .btn {
	display: inline-block;
	color: #fff;
	background-color: #111;
	border: 0;
	padding: 8px 20px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 10px 0;
}
#get-in-touch button:hover, .btn:hover {
	background-color: #333;
	text-decoration: none;
}

#call-banner {
	margin: 40px 0;
	background-color: #262626;
	font-size: 24px;
}
#call-banner p {
	color: #fff;
}
#call-banner a {
	display: inline-block;
	margin-top: 15px;
	color: #111;
	background-color: rgba(255, 255, 255, .85);
	font-weight: bold;
	padding: 15px 25px;
	border-radius: 3px;
}
#call-banner a:hover {
	text-decoration: none;
}

.team-heading {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 18px;
}
.team-position {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 15px;
}
.member-social img {
	width: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 15px 0;
}

#child-page-wrapper .col-6 h4 {
	margin-top: 40px;
}

#gmap-canvas {
	width: 100%;
	height: 350px;
}

.sy-controls {
	display: block !important;
}

footer {
	font-size: 13px;
}
footer a {
	color: #959595;
}
footer > div:first-of-type {
	color: #959595;
	background-color: #262626;
}
footer > div:first-of-type p, footer > div:first-of-type p a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
footer > div:nth-of-type(2) {
	color: #959595;
	background-color: #1b1b1b;
}
footer div.content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Media Queries
-----------------------------------------------------------------*/
@media screen and (max-width: 1220px) {
	nav {
		clear: right;
		margin-top: 15px;
	}
	nav ul li:last-of-type:hover ul {
		right: 0;
	}
}
@media screen and (max-width: 1100px) {
	#banner-wrapper > div:first-of-type > div {
		padding-left: 30px;
		padding-right: 30px;
	}
	#banner-wrapper #banner-text {
		display: none;
	}
}
@media screen and (max-width: 820px) {
	nav {
		display: none;
	}
	#open-mobile {
		display: block;
	}
}
@media screen and (max-width: 780px) {
	footer .row div.col-3 {
		width: 50%;
		margin-bottom: 30px;
	}
	footer .row > div:nth-of-type(odd) {
		clear: left;
	}
}
@media screen and (max-width: 740px) {
	.row {
		margin: 0;
	}
	.row .col-4, .row .col-6, .row .col-8 {
		width: 100%;
		padding: 0;
	}
	#child-page-wrapper .col-6 h4 {
		margin-top: 0;
	}
	
}
@media screen and (max-width: 650px) {
	#banner-wrapper > div:first-of-type {
		display: none;
	}
	#banner-wrapper #banner-text {
		display: block;
	}
	#banner-wrapper #banner-text div h1 {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 15px;
		line-height: 1.2;
	}
	#banner-wrapper #banner-text div a {
		font-size: 14px;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 600px) {
	.inner-wrapper, .content-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 450px) {
	footer .row div.col-3 {
		width: 100%;
		padding: 0;
	}
	#header-phone {
		font-size: 18px;
		margin-left: 0;
	}
	#header-phone img {
		width: 24px;
		margin-right: 5px;
	}
	#banner-wrapper #banner-text div a {
		display: none;
	}
}

/* Stop zooming on inputs in iPhone
-----------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (max-device-width: 1024px) { 
	select:focus, select:hover,
	textarea:focus, textarea:hover,
	input:focus, input:hover {
		font-size: 1rem !important;
	}
}
