/*
Theme Name: Rusty Mango Responsive
Theme URI: http:www.rustymangodesign.com.au
Description: Based on HTML5Reset Blank Theme
Author: Greg Provians
Version: 2.0
*/

.chromeframe {position: absolute; top: 0;}

@font-face {
  font-family: 'Muli';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Muli-regular/Muli-regular.eot');
  src: url('/fonts/Muli-regular/Muli-regular.eot?#iefix') format('embedded-opentype'),
       local('Muli'),
       local('Muli-regular'),
       url('/fonts/Muli-regular/Muli-regular.woff2') format('woff2'),
       url('/fonts/Muli-regular/Muli-regular.woff') format('woff'),
       url('/fonts/Muli-regular/Muli-regular.ttf') format('truetype'),
       url('/fonts/Muli-regular/Muli-regular.svg#Muli') format('svg');
}

@font-face {
  font-family: 'Droid Sans';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Droid-Sans-regular/Droid-Sans-regular.eot');
  src: url('/fonts/Droid-Sans-regular/Droid-Sans-regular.eot?#iefix') format('embedded-opentype'),
       local('Droid Sans'),
       local('Droid-Sans-regular'),
       url('/fonts/Droid-Sans-regular/Droid-Sans-regular.woff2') format('woff2'),
       url('/fonts/Droid-Sans-regular/Droid-Sans-regular.woff') format('woff'),
       url('/fonts/Droid-Sans-regular/Droid-Sans-regular.ttf') format('truetype'),
       url('/fonts/Droid-Sans-regular/Droid-Sans-regular.svg#DroidSans') format('svg');
}

@font-face {
  font-family: 'Droid Sans';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/Droid-Sans-700/Droid-Sans-700.eot');
  src: url('/fonts/Droid-Sans-700/Droid-Sans-700.eot?#iefix') format('embedded-opentype'),
       local('Droid Sans Bold'),
       local('Droid-Sans-700'),
       url('/fonts/Droid-Sans-700/Droid-Sans-700.woff2') format('woff2'),
       url('/fonts/Droid-Sans-700/Droid-Sans-700.woff') format('woff'),
       url('/fonts/Droid-Sans-700/Droid-Sans-700.ttf') format('truetype'),
       url('/fonts/Droid-Sans-700/Droid-Sans-700.svg#DroidSans') format('svg');
}

@font-face {
  font-family: 'Nunito';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Nunito-regular/Nunito-regular.eot');
  src: url('/fonts/Nunito-regular/Nunito-regular.eot?#iefix') format('embedded-opentype'),
       local('Nunito Regular'),
       local('Nunito-regular'),
       url('/fonts/Nunito-regular/Nunito-regular.woff2') format('woff2'),
       url('/fonts/Nunito-regular/Nunito-regular.woff') format('woff'),
       url('/fonts/Nunito-regular/Nunito-regular.ttf') format('truetype'),
       url('/fonts/Nunito-regular/Nunito-regular.svg#Nunito') format('svg');
}

@font-face {
  font-family: 'Nunito';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/Nunito-700/Nunito-700.eot');
  src: url('/fonts/Nunito-700/Nunito-700.eot?#iefix') format('embedded-opentype'),
       local('Nunito Bold'),
       local('Nunito-700'),
       url('/fonts/Nunito-700/Nunito-700.woff2') format('woff2'),
       url('/fonts/Nunito-700/Nunito-700.woff') format('woff'),
       url('/fonts/Nunito-700/Nunito-700.ttf') format('truetype'),
       url('/fonts/Nunito-700/Nunito-700.svg#Nunito') format('svg');
}



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 27px;
	color: #212121;}

body {
	background-color: #FFFFFF;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

img {
max-width:100%;
}


/* Layout Styles
-------------------------------------------------------------------------------*/

#headmobile {
	width:100%;
	height:auto;
	max-height: 300px;
}

#head {
	width: 100%;
	height: 172px;
	z-index:99;
	background-image: url(../../../../template_images/header_bg.gif);
	background-repeat: repeat-x
}

	#head_logo {
		width: 100%;
		max-width: 1200px;
		height: 122px;
		margin: 0 auto;
	}

	#head_menu {
		height: 50px;
		width: 1200px;
		margin:0 auto;
		text-align:left;
	}

#slideshow {
	width: 100%;
	height: 100%;
	max-height: 330px;
	display: block;
	overflow: hidden;
	background-image: url(../../../../template_images/slideshow_bg.jpg);
	background: cover;
}

	#slideshow_content {
		width: 100%;
		max-width: 1200px;
		height: auto;
		margin: 0 auto;
		z-index:5;
	}

#desktop_only {
	width: 100%;
	height: auto;
}

#mobile_only {
	width: 100%;
	height: auto;
}

#wrapper {
	max-width: 1200px; 
	margin: 40px auto 0px;
	background-color: #FFF;
	padding-bottom:20px;
	}

#main {
	width: 100%;
	position: relative;
	overflow:hidden;}

		#content {
			box-sizing: border-box;
			padding: 0 30px;
			width: 100%;
			float:left;
			max-width: 1200px;
		}
		
		#sidebar-responsive { display: none; }
		
.theme-default .nivoSlider {
    margin-bottom:0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#popular_hires_bg {
	width: 100%;
	height: 500px;
	background-color: #eeeeee;
}

#popular_h {
	width: 100%;
	max-width: 1200px;
	padding: 30px 30px 0 30px;
	height: 500px;
	background-color: #eeeeee;
	margin: 0 auto;
}

#footer_top {
	width: 100%;
	height: 102px;
	background-image: url(../../../../template_images/footer_top.gif);
	background: cover;
}

#footer_top2 {
	width: 100%;
	height: 102px;
	background-image: url(../../../../template_images/footer_top2.gif);
	background: cover;
}

#footer {
	width: 100% !important;
	height: 300px;
	background-color: #2E4B9B;
	color: #FFF;
	display: block;
	overflow: hidden;
}

#footer_bottom {
	width: 100% !important;
	height: 50px;
	background-color: #141E5C;
	color: #FFF;
	display: block;
}

#footer_bottom_content {
	width: 100%;
	max-width: 1200px;
	height: 50px;
	margin: 0 auto;
	padding: 13px 30px 0 30px;
	font-size: 15px;
	font-family: Muli, Droid Sans, Arial," sans-serif";
}

#footermob {
	width: 100% !important;
	height:46px;
	background-color: #CC3300;
	color: #000;
}

/* font styles!
-------------------------------------------------------------------------------*/

#content p {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

h1 {
	font-family: Nunito, Muli, Arial, sans-serif !important;
	font-weight: 700;
	font-size:32px;
	color: #131E5B;
	padding: 0px;
	margin-bottom: 20px;
}

h3 {
	color: #131E5B;
	font-family:'Droid Sans', Arial, sans-serif !important;
	font-weight: bold;
	font-size:18px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom:10px;
	padding: 15px 0px 0px 7px;
	
}

h5 {
	color: #000;
	font-family: Muli, "Century Gothic", Arial, sans-serif !important;
	font-size:18px;
	font-weight: bold;
	margin-bottom:10px;
	padding: 0px;
	
}

.popular_hire_titles {
	font-family: Muli, Droid Sans, Arial," sans-serif";
	text-transform: uppercase;
	color: #666666;
	margin: 15px auto 20px auto;
	display: block;
}

/* =Text elements
-------------------------------------------------------------- */

ul,
ol {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	padding: 0;
}
ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
li {
	margin: 0 0 0 24px;
	margin: 0 0 0 1.714285714rem;
}

/* =Alignment
-------------------------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.aligncenter {
	clear: both;
	display: block;
margin: 12px auto;
}

/* Menu styles!
-------------------------------------------------------------------------------*/

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#cssmenu {
	height: 40px;
	display: block;
	padding: 0;
	margin: 5px 0;
	width: auto;
	border-color: #080808;
}

/*--- Main Menu Bar Color Goes Here ---*/

#cssmenu,
#cssmenu > ul > li > ul > li a:hover {

}

#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}

/*--- Individual Button Styles Go Here ---*/

#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 11px 26px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family: Muli, "Century Gothic", Arial, sans-serif;
	color: #FFFFFF;  
}

#cssmenu li:first-child a {
    border-left: 0 none;
}

/*--- Individual Button HOVER Styles Go Here ---*/

#cssmenu > ul > li > a:hover {
	background: #2E4B9B;
	color: #FFFF00;
}

#cssmenu > ul > li > a:after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -10px;
	z-index: 99; 
}

#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 6px;
	border: 5px solid transparent;
	border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 19px;
}

/*--- Main Button with Drop Down Menus Under ---*/

#cssmenu ul li.has-sub:hover > a {
	background-color: #006DD9;
	color: #fff;
	padding-bottom: 13px;
	padding-top: 13px;
	top: -1px;
	z-index: 999;
}

#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {
	background: #006DD9;
}

/*--- Drop Down Sub Menu Position & Width ---*/

#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	position: absolute;
	top: 38px;
	left: 1px;
	padding: 0;
	background: #006DD9;
	z-index: 999;
}

#cssmenu ul li > ul {
	
}

#cssmenu li ul li a { width: auto; white-space: nowrap; }

#cssmenu ul li > ul li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}

/*--- Drop Down Menu Items Styling ---*/

#cssmenu ul li > ul li a {
	outline: none;
	display:block;
	position: relative;
	margin: 0;
	padding: 12px 20px;
	font-weight: bold;
	font-size: 16px;
	font-family: Muli, "Century Gothic", Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

/*--- Drop Down Menu Items HOVER effect ---*/

#cssmenu ul ul a:hover {
	color: #ffffff;
	background-color: #333;
}

#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}

/* four Panels on Front Page
-------------------------------------------------------------------------------*/

#fourboxes {
	width: 100%;
	max-width:1160px;
	color: #FFF;
	font-size:13px;
	line-height: 18px;
	font-family: 'Droid Sans', Arial, sans-serif !important;
	margin: 20px;
	display: block;
	overflow: hidden;
}

#boxes {
	width:275px;
	height: 265px;
	float: left;
	margin-right: 20px;
	background-color:#EEE;
	border:1px solid #ccc;
	text-align:justify;
}

#lastbox {
	width:275px;
	height: 265px;
	float: left;
	margin-right: 0px;
	background-color:#EEE;
	border:1px solid #ccc;
	text-align:justify;
}

/* Mobile Menu - Responsive Select Plugin Required
-------------------------------------------------------------------------------*/

.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect { 
	height: 40px;
	background-color: #46AFE8;
	color: #fff;
}
	
/* Footer
-------------------------------------------------------------------------------*/

#foot {
	max-width: 1200px; 
	width:100%;
	margin:0px auto;
	text-align: center;
	padding: 0px 30px;
	font-family: Muli, Droid Sans, Arial," sans-serif" !important;
	color: #FFF !important;
	font-size: 16px !important;
	display: flex;
    justify-content: space-between;
}

#foot_box {
	width: 33%;
	max-width: 333px;
	text-align:left;
	line-height: 24px;
}

#foot_box td {
	padding: 3px 0;
}

#footspace {
	max-width: 1080px; 
	width:100%;
	height: 30px;
	background-color: #FFF;
	margin-bottom: 10px;
}
	
	

#foot a:link, #foot a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#foot a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#foot_left {
	float:left;
	margin-left:20px;
	width: 33%;
	max-width: 333px;
	text-align:left;
}

#foot_right {
	float:right;
	width:33%;
	max-width: 333px;
	text-align:left;
	margin-right:20px;
}

#foot_left p {
	margin: 0px;
	line-height:24px;
}

/* Footer Mobile
-------------------------------------------------------------------------------*/

#footmob {
	max-width: 1080px; 
	width:100%;
	margin:0px auto;
	text-align: center;
	padding-top: 10px;
	font-family:"Droid Sans", Arial, sans-serif !important;
	color: #FFFFFF !important;
	font-size: 13px !important;
	line-height:22px !important;
}

/* Footer Bottom
-------------------------------------------------------------------------------*/

#footer_bottom_content_left {
	width: 70%;
	max-width: 800px;
	float: left;
}

#footer_bottom_content_right{
	width: 25%;
	max-width: 350px;
	float: right;
	text-align: right;
}

#footer_bottom_content a:link, #footer_bottom_content a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer_bottom_content a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

/* Contact Form and Page Styling
-------------------------------------------------------------------------------*/

.wpcf7-form{
	border: none;
	padding:0;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	width: 100%;
	margin-bottom:21px;
}

.email_terms {
	font-size:13px !important;
	color: #444 !important;
}
	

#two-column{
	width: 100%;
}

#two-column #left{
	width: 35%;
	float: left;
}

#two-column #left p {
    line-height: 25px !important;
    margin-bottom: 15px !important;
    margin-top: 3px !important;
}

#two-column #right{
	width: 65%;
	float: right;
}
#two-column p{
margin: 0px !important;
}

#two-column input[type="text"]{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom:15px;
	width: 100%;
}
#two-column #right input[type="text"], #two-column #left input[type="text"]{
}

#two-column textarea {
    position: relative;
    padding: 5px;
    border:1px solid #DDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width: 100%;
	margin-bottom:15px;
	font-size :14px;
}

#two-column input[type="submit"]{
	padding:6px 15px;
	background:#f1f1f1;
	color:#666;
	border: 1px solid #DDD;
	float:right;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 0px 0px 0px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus, #two-column input[type="email"]:focus{
	background: #F1F1F1;
}
#two-column input[type="submit"]:hover{
	background:#fff;
	color:#222;
	border: 1px solid #DDD;
}

/* Foot Box Enquiry Form
-------------------------------------------------------------------------------*/

#foot_box #two-column{
	width: 100%;
}

#foot #two-column #left{
	width: 25%;
	float: left;
}

#foot #two-column #left p {
    line-height: 25px !important;
    margin-bottom: 5px !important;
    margin-top: 3px !important;
}

#foot #two-column #right{
	width: 75%;
	float: right;
}

#foot_box #two-column p{
margin: 0px !important;
}

#foot #two-column input[type="text"]{
	border:none;
	border:1px solid #28438A;
	background-color: #3659B6;
	font-size: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 2px 5px;
	margin-bottom:3px;
	width: 100%;
}

#foot #two-column input[type="email"]{
	border:none;
	border:1px solid #28438A;
	background-color: #3659B6;
	font-size: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 2px 5px;
	margin-bottom:3px;
	width: 100%;
}

#foot_box #two-column #right input[type="text"], #two-column #left input[type="text"]{
}

#foot #two-column input[type="submit"]{
	padding:2px 20px;
	background:#141E5C;
	color:#FFF;
	border: 0;
	float:right;
	font-size: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin:5px 0px 0px 0px;
}

#foot #two-column input[type="text"]:focus, #foot #two-column textarea:focus, #foot #two-column input[type="email"]:focus{
	background: #F1F1F1;
}

#foot_box #two-column input[type="submit"]:hover{
	background:#3659B6;
	color:#fff;
	border: 0;
}

#foot div.wpcf7-response-output {
  margin: 10px 0 !important;
		font-size: 12px !important;
}


.wpcf7-mail-sent-ok {
	border: 2px solid #016894 !important;
	
}

.wpcf7-mail-sent-ng {
	border: 2px solid #016894 !important;
}

.wpcf7-spam-blocked {
	border: 2px solid #FF0000 !important;
}

.wpcf7-validation-errors {
	border: 2px solid #FF0000 !important;
}

/*--- Contact Us Page CSS ---*/

#contactdetails {
	width: 50%;
	max-width:520px;
	min-height:100px;
	float: left;
	margin-bottom:20px;
	padding-right:20px;
}

#contactform {
	width: 50%;
	max-width:520px;
	min-height:100px;
	float: right;
	margin-bottom:20px;
	padding-left: 20px;
	line-height: 30px;
	border-left: 1px solid #ddd;
}

#mapwrap {
	width: 100%;
	min-height:100px;
	float: left;
	margin-bottom:20px;
}

.mapp-layout {
    margin: 0px !important;
	border: 1px solid #DDD !important;
}

#contactdetails td {
	color: #000 !important;
	padding: 1px 10px 1px 0 !important;
}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw

@media screen and (min-width: 480px) {

} */

@media (max-width: 800px) {
    #sidebar {
		float: none !important;
		width: 90% !important;
		max-width: none !important;
		margin: 40px auto !important;
    }
	
	#content {
		float: none !important;
	}
	
	#threepanels {
        display:none !important;
    }
	#footermob {
		display: block !important;
	}

	#footer {
		display:none;
	}
	
	#head {
		display: none !important;
	}
	
	#slideshow_text {
		display: none !important;
	}
	
	#fourboxes {
		display: none !important;
	}
	
	#contactdetails {
		float: none !important;
  		max-width: none !important;
  		width: 100% !important;
		padding: 0 !important;
	}

	#contactform {
		border-left: none !important;
		float: none !important;
  		max-width: none !important;
  		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 60px !important;
	}
	
	#mapwrap {
	float: none !important;
	margin:20px 0 !important;
}
	
	#desktop_only {
		display: none;
	}
	
	h1 {
		font-size: 28px !important;
	}
	
	#popular_hires_bg {
		display: none!important;
	}
	
	#footer_bottom {
		background-color: #2E4B9B;
		height: 140px;
	}
	
	#footer_bottom_content {
		height: 140px;
	}
	
	#footer_bottom_content_left {
float: none;
  max-width: none;
  width: 100%;
		text-align: center;
}
	
		#footer_bottom_content_right {
  float: none;
  max-width: none;
  width: 100%;
			text-align: center;
			margin-top: 15px;
}
	
	#footer_top2 {
  height: 51px;
}
	
	#slideshow {
		margin-top: -8px !important;
}

	
}

@media screen and (min-width: 801px) and (max-width: 1199px) { 
	
	#mobile_only {
		display: none;
	}
	
}

@media (min-width: 1200px) {
	
	#footermob {
		display: none !important;
	}
	
	#mobile_only {
		display: none;
	}
	
	#headmobile {
		display: none;
	}
	
	#mobile_social_contacts {
		display: none !important;
	}

	#shiftnav-toggle-main {
		display: none !important;
	}

}
