/*
Theme Name: Rusty Mango Responsive
Theme URI: http:www.rustymangodesign.com.au
Description: Based on HTML5Reset Blank Theme
Author: Greg Provians
Version: 1.0
*/

.chromeframe {position: absolute; top: 0;}

/* 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: 16px Muli, "Century Gothic", Arial, sans-serif;}

/* 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 {color: #333;}

body {
background-color: #012558;
background: url(../../../template_images_2016/main_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {color: #333;}

/* 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%;
}

table td {
	padding: 10px;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #DDD;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 50px 0;
    padding: 0;
}


/* Layout Styles
-------------------------------------------------------------------------------*/

#header_wide {
	
	width: 100%;
	height: 92px;
	background-image:url(../../../template_images_2016/header_bg.png);
	background-repeat: repeat-x;
	position:fixed;
	z-index:99;
}

#head {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	color: #000;
	margin-bottom:10px;
	height: 92px;
	position: relative;
}

#head_menu {
	width: 100%;
	height:34px;
	float: right;
	right:0;
	top: 24px;
	z-index:5;
	position: absolute;
}

#head_social {
	width: 126px;
	height:33px;
	float: left;
	left:20px;
	top: 25px;
	z-index:5;
	position: absolute;
}

#head_social img {
	margin-right: 10px;
}

#mobile_header {
	width: 100%;
}

#header_spacer {
	height: 92px;
	width: 100%;
}

#slideshow_spacer {
	height: 40px;
	width: 100%;
}

#slideshow_fullwidth {
	width: 100%;
	max-width: 1500px;
	height: 100%;
	max-height: 525px;
	z-index:5;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#slideshow_box {
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top:0;
	left:0;
	z-index:99;
}

#slideshow_box img {
	height:100%;
	width: 100%;
}

#wrapper {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: block;
	position: relative;
	z-index:5;
	}

#main {
	width: 100%;
	position: relative;
	overflow:hidden;
	background-color: #fff;
	margin-bottom: 40px;}

		#content {
			box-sizing: border-box;
			padding: 50px 30px;
			width: 100%;
			float:left;
		}
		
		#sidebar {
			box-sizing: border-box;
			padding: 0 12px;
			float:right;
			width: 33%;
			max-width: 333px;
		}
		
		#sidebar-responsive { display: none; }
		
#main_sponsors {
	width: 100%;
	position: relative;
	overflow:hidden;
	background-color: #fff;
	margin-bottom: 40px;
	padding: 10px 20px;
	}
	
#main_sponsors img{
	margin: 10px;
}

#desktop_only {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	height: auto;
}

.bwg_blog_style_img_cont_0 {
	display: none !important;
}


/* font styles!
-------------------------------------------------------------------------------*/

#content p {
	line-height: 1.714285714;
	margin: 0 0 22px;
}

h1 {
	height: 60px;
	font-family: Muli, Arial, sans-serif !important;
	font-weight: 300;
	font-size:24px;
	color:#012764;
	background-image:url(../../../template_images_2016/heading_bg.jpg);
	background-repeat:no-repeat;
	padding: 14px 0px 0px 70px;
	margin-bottom: 20px;
}

h3 {
	color: #012764;
	font-family: Arial, sans-serif !important;
	font-weight: 300 !important;
	font-size:22px;
	border-bottom: 1px solid #012764;
	margin-bottom:15px;
	padding: 0px;
	
}

h4 {
	color: #012764;
	font-family: Muli, Arial, sans-serif !important;
	font-weight: bold !important;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:10px;
	padding: 0px;
	
}

h5 {
	color: #FFF;
	font-family: Muli, Arial, sans-serif !important;
	font-weight: bold !important;
	font-size:18px;
	text-transform:uppercase;
	border-bottom: 1px solid #1A2C4B;
	margin-bottom:10px;
	padding: 0px;
	
}

/* =Alignment
-------------------------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 12px auto !important;
}

/* =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;
}

/* 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: 37px;
	display: block;
	padding: 0;
	margin: 0;
	width: auto;
	border-color: #080808;
}

/*--- Main Menu Bar Color ---*/

#cssmenu,
#cssmenu > ul > li > ul > li a:hover {

}
#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: right;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family: Muli, Arial, Helvetica, sans-serif;
	color: #ffffff;  
}

/*--- Main Menu Button Hover ---*/

#cssmenu > ul > li > a:hover {
	background: #012558;
	color: #ffffff;
}

#cssmenu > ul > li > a:after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -2px;
	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;
}

/*--- Button with Sub Menu Under ---*/

#cssmenu ul li.has-sub:hover > a {
	background-color: #012558;
	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: #012558;
}

/*--- Sub Menu Menu ---*/ 

#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: auto;
	position: absolute;
	top: 38px;
	background: #012558;
	z-index: 999;
}
#cssmenu ul li > ul {
	width: auto;
	white-space: nowrap;
	min-width:240px;
}

#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}

#cssmenu ul li > ul li.has-sub > a:hover {
	background-color: #013274;
} 

#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 12px 20px;
	font-size: 18px;
	font-family: Muli, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#cssmenu ul ul a:hover {
	color: #ffffff;
	background-color: #013274;
}
#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}

#cssmenu ul li ul li ul {float:right;
	right: -240px;
	top: 10px;
}

#cssmenu ul ul ul a:hover {
	color: #ffffff;
	background-color: #013274;
}

#cssmenu ul li ul li ul li a {
	padding: 12px 20px;
	font-size: 18px;
	font-family: Muli, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;} 
	
#cssmenu ul li ul il.has-sub > a:hover {
	background: #012558;
}

/* Three Panels on Front Page
-------------------------------------------------------------------------------*/

#threepanels {
	width: 100%;
	max-width:1040px;
	color: #FFF;
	font-size:13px;
	line-height: 18px;
	font-family: 'Droid Sans', Arial, sans-serif !important;
	margin: 20px;
}

#panelone {
	width: 32%;
	max-width:333px;
	height: 265px;
	float: left;
	background-color:#EEE;
		border:1px solid #ccc;
	text-align:justify;
}

#paneltwo {
	width: 32%;
	max-width:334px;
	height: 265px;
	margin:auto;
	background-color:#EEE;
		border:1px solid #ccc;
	text-align:justify;
}

#panelthree {
	width: 32%;
	max-width:333px;
	height: 265px;
	float:right;
	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
-------------------------------------------------------------------------------*/

#footer {
	width: 100% !important;
	height:215px;
	background-image:url(../../../template_images_2016/footer_bg.png);
	background-repeat: repeat-x;
	color: #FFF;
}

#foot {
	max-width: 1500px; 
	width:100%;
	height: 215px;
	margin:0px auto;
	padding: 20px 0;
	font-family:"Droid Sans", Arial, sans-serif !important;
	color: #FFF !important;
	font-size: 14px !important;
	line-height:28px !important;
	background-image:url(../../../template_images_2016/footer_marlin.png);
	background-repeat:no-repeat;
}

#foot a:link, #foot a:visited{
	color: #FFF;
	text-decoration: none;
}

#foot a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#foot_box {
	float:left;
	margin-left:2%;
	width: 30%;
	text-align:left;
}

#foot_box p {
	margin: 0px;
	line-height:32px;
	font-weight:normal;
}

/* Footer Mobile
-------------------------------------------------------------------------------*/

#footermob {
	width: 100% !important;
	height:120px;
	background-color:#012558;
	color: #FFF;
}

#footmob {
	max-width: 1080px; 
	width:100%;
	margin:0px auto;
	text-align: center;
	padding-top: 10px;
	font-family:"Droid Sans", Arial, sans-serif !important;
	color: #FFF !important;
	font-size: 13px !important;
	line-height:22px !important;
}

#footmob a:link, #footmob a:visited{
	color: #fff;
	text-decoration: none;
}

#footmob a:hover {
	color: #ffff00 !important;
	text-decoration:underline;
}

/* Contact Form
-------------------------------------------------------------------------------*/

.wpcf7-form {
	background:#F5F5F5;
	padding: 10px;
	border:#CCCCCC 1px solid;
	-webkit-border-radius: 10px;
    border-radius: 10px;}

.wpcf7 input { border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	background-color: #FFFFFF;
	margin-top:2px;
	padding:4px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wpcf7 textarea{ border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	background-color: #FFFFFF;
	margin-top:6px;
	padding:4px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
}

.reddot {
	color: #FF0000;
	font-weight:bold;
}

.wpcf7-submit {
	background-color:#CCCCCC;
	color:#EEEEEE;
	height:30px;
	width: 75px;
	letter-spacing:1px;
	line-height:16px;
	overflow:visible;
	padding:5px 12px;
	margin-right:141px;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #0066CC;
	color:#FFFFFF;
	border:0px;
}


/* =Text elements
-------------------------------------------------------------- */

.minor_titles {
	font-family: Muli, "Century Gothic", Arial, sans-serif;
	font-size: 26px;
	color: #333333;
}

.major_titles {
	font-family: Muli, "Century Gothic", Arial, sans-serif;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.head_story_text {
	font-family: Muli, "Century Gothic", Arial, sans-serif;
	font-size: 20px;
	color: #333333;
	line-height: 25px !important;
}

.blue_title {
	font-family: Muli, "Century Gothic", Arial, sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight:bold;
	width: 100%;
	padding: 5px;
	background-color: #012558;
	margin-bottom:20px;
}

.side_title {
	font-family: Muli, "Century Gothic", Arial, sans-serif;
	font-size: 28px;
	color: #012558;
	margin-top: 33px;
	padding-bottom: 0px;
	display: block;
}

.news_dates {
	font-family: Muli, "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	color: #FF0000;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight:bold;
}

#content_head {
	width: 100%;
	height:auto;
}

#content_head p {
	line-height: 35px !important;
	margin: 0 0 14px;
}

#content_head_text {
	width: 100%;
	height:auto;
}

#content_head_text p {
	line-height: 30px !important;
	margin: 0 0 14px;
}


/* =Columns
-------------------------------------------------------------- */

.column-group {
	width: 100%;
	overflow: hidden;
}

.column {
	float: left;
	margin-right: 2%;
	width: 100%;
}

.column-group > br,
.column-group > p {
	display: none;
}

.column.last {
	margin-right: 0;
}

.columns-2 .column { width: 48%; } /* ( 100 - $margin * ( $num_cols - 1 ) ) / $num_cols */
.columns-3 .column { width: 32%; }
.columns-4 .column { width: 23%; }

.columns-3 .column-span-2 { width: 66%; } /* $width * $span + $margin * ( $span - 1 ) */
.columns-4 .column-span-2 { width: 48.5%; }
.columns-4 .column-span-3 { width: 74.75%; }


/* Contact Form
-------------------------------------------------------------------------------*/

.wpcf7-form{
	border: none;
	padding:0;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	width: 100%;
	margin-bottom:21px;
	background-color: #fff !important;
}

.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:5px;
	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%;
}

#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;
}

.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;
}

/* Countdown Timer
-------------------------------------------------------------------------------*/

#main_countedown_1 .time_description {
  color: #012558 !important;
  font-family: Muli, Century Gothic, Arial," sans-serif" !important;
  font-size: 18px !important;
}

#main_countedown_1 .time_left {
  background-color: #012558 !important;
  border-radius: 5px !important;
  color: #FFF !important;
  font-family: Muli, Century Gothic, Arial," sans-serif" !important;
  font-size: 23px;
}


/* 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: 799px) {
    #sidebar {
        display:none !important;
    }
	#threepanels {
        display:none !important;
    }
	#footermob {
		display: block !important;
	}
	
	#contactdetails {
    float: none !important;
    max-width: none !important;
	width: 100% !important;
    padding: 0px !important;
}

#contactform {
    border-left: none !important;
    float: none !important;
    max-width: none !important;
	width: 100% !important;
    padding: 0px 0px 20px 0px !important;
	margin-bottom: 20px !important;
	display: block !important;
}

#head {
	display: none !important;
}

	#footer {
		display:none;
	}
	
	img {
	max-width: 100%;
	height: auto;
	margin: 0 auto !important;
	display:block !important;
}

#contactdetails {
  float: none !important;
  margin: none !important;
  max-width: none !important;
  min-height: none !important;
  padding: 0px !important ;
  width: 100% !important;
}

#contactform {
  float: none !important;
  margin: none !important;
  max-width: none !important;
  min-height: none !important;
  padding: 10px !important ;
  width: 100% !important;
  border: none !important;
}

#header_wide {
	display:none !important;
}

#header_spacer {
	display:none !important;
}

#slideshow_fullwidth {
	display:none !important;
}

#desktop_only {
	display:none !important;
}

body {
background-color: #012558 !important;
background-image: none !important;
}

#wrapper {
	padding: 10px 0 0 0 !important;
	}

.columns-3 .column {
  width: 100% !important;
}
	
.columns-2 .column {
  width: 100% !important;
}
	
.columns-4 .column {
  width: 100% !important;
}

#blue_title {
	height: auto !important;
	display: block !important;
}

.minor_titles {
	font-size: 20px !important;
	text-align:center !important;
}

.major_titles {
	font-size: 26px !important;
	text-align:center !important;
}

.head_story_text {
	text-align:justify !important;
}
	
h1 {
    height: auto;
	display: block;
    background-image: url(https://igfc.com.au/wp-content/themes/Rusty%20Mango%20Responsive/../../../template_images_2016/heading_bg_mobile.jpg);
	margin-bottom: 30px;
}


}

@media screen and (min-width: 801px) and (max-width: 1199px) { 

	#footermob {
		display: none !important;
	}
	
	#mobile_header {
	display: none !important;
}

#shiftnav-toggle-main {
		display: none !important;
}

}

@media (min-width: 1200px) {
	
	#footermob {
		display: none !important;
	}
	
		
	#mobile_header {
	display: none !important;
}
	
	#headmobile {
		display: none;
	}
	
	#mobile_social_contacts {
		display: none !important;
	}

	#shiftnav-toggle-main {
		display: none !important;
	}

}




















.ffwd_blog_style_object_name_0 {
	display: none !important;
}

#ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0 {

  border-top: none !important;

}

.side_title {
	margin-bottom: -20px !important;
}

.header_image {
	margin-bottom: 20px;
}

/* FILE BLOCK CSS
-------------------------------------------------------------------------------*/

#content .wp-block-file {
    margin: 1em 0;
	width: 100%;
	padding: 10px 20px 10px 50px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-image: url("../../../template_images_2016/pdf_bg.png");
	background-repeat: no-repeat;
	background-position: left 15px bottom 10px; 
	line-height: 20px;
	vertical-align: middle;
}

#content .wp-block-file a {
    font-size: 14px;
	text-transform: uppercase;
}

#content .wp-block-file a:link, #content .wp-block-file a:visited {
	text-decoration: none;
	color: #444;
}

#content .wp-block-file a:hover {
	text-decoration: none;
	color: #444;
}

#content .wp-block-file .wp-block-file__button {
    background-color: transparent;
    border-radius: 0;
    color: #999 !important;
    font-size: 13px;
	float: right;
	text-transform: none;
	display: block;
	padding: 2px 0 0 0;
	margin: 0;
}
