/*
	Theme Name: 6cm
	Theme URI: http://6cm.com.au
	Description: Custom theme for Transafe Website
	Version: 1.0
	Author: Morgan Leek
	Author URI: http://morganleek.me/
	Tags: Blank, HTML5, CSS3
*/

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

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;*/
}
/* html element 62.5% font-size for REM use */
html, body {
	height: 100%;
}
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.3 'FontSiteSansLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background:#404041;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	vertical-align:bottom;
}
a {
	color:#f89e33;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ol, ul {
	padding: 0 0 0 15px;
}
b, strong {
	font-family: 'FontSiteSansBold';
	font-weight: normal;
}

::-webkit-input-placeholder { color: #f89e33; }
:-moz-placeholder { color: #f89e33; }
::-moz-placeholder { color: #f89e33; }
:-ms-input-placeholder { color: #f89e33; }


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

/* wrapper */
.wrapper {
	width:1052px;
	background:#FFF;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	height: 150px;
	background: url('img/header-bg.jpg') no-repeat top left #2b3147;
	padding: 34px 0 0;
}
.header .sub-menu {
	display: none;
}
/* logo */
.logo {
	
}
.logo-img {
	padding-left: 36px;
	padding-bottom: 31px;
}
/* nav */
.nav {
	height: 35px;
	background: #ffffff;
	border-bottom: 2px solid #9f9fa0;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav > ul > li {
	float: left;
	width: 130px;
	text-transform: uppercase;
	text-align: center;	
}
.nav > ul > li > a {
	line-height: 33px;
	font-family: 'FontSiteSansBold';
	font-size: 11px;
	width: 100%;
	display: block;
	padding-left: 2px;
	background: url('img/nav-border.png') no-repeat center left;
}
.nav > ul > li:first-child > a {
	background: none;
	padding-left: 0;
}
.nav a {
	color: #404041;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.nav a:hover,
.nav .current-menu-item a,
.nav .current-menu-ancestor a {
	color: #f89e33;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
/* sidebar */
.sidebar {
	width: 285px;
	float: left;
	padding: 46px 62px 46px 36px;
}
.sidebar .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .widget_nav_menu > ul > li {
	display: none;
}
.sidebar .widget_nav_menu > ul > li.current-menu-item,
.sidebar .widget_nav_menu > ul > li.current-menu-ancestor {
	display: inline;
}
.sidebar .widget_nav_menu a {
	line-height: 22px;
	padding: 0 15px 2px;
	display: block;
	background: url('img/li-border.png') repeat-x bottom left;
	text-transform: uppercase;
	color: #f89e33;
	font-size: 11px;
}
.sidebar .widget_nav_menu a:hover {
	color: #a7a9ac;
}
.sidebar .widget_nav_menu > ul > li > a {
	line-height: 38px;
	background: #f89e33;
	color: #fff;
	font-size: 17px;
	display: block;
	padding: 0 15px;
	text-transform: none;
	font-family: 'FontSiteSansRoman';
	letter-spacing: 0.02em;
	padding-bottom: 2px;
}
section[role='main'] {
	width: 500px;
	float: left;
	padding: 30px 0;
}
/* footer */
.footer {
	width: 100%;
	float: left;
}

h1, h2, h3, h4 {
	color: #f89e33;
	font-weight: normal;
	font-size: 14px;
	font-family: 'FontSiteSansRoman';
}
h1 {
	font-size: 18px;
}

.footer-nav {
	padding: 0 30px;
}
.footer-nav > ul {
	width: 100%;
	float: left;
	height: 110px;
}
.footer-nav > ul > li {
	width: 165px;
	height: 108px;
	float: left;
	padding: 0 5px;
	border-left: 1px solid #a7a9ac;
}
.footer-nav ul {
	margin: 0 0 35px;
	padding: 0;
}
.footer-nav a {
	font-size: 12px;
	color: #a7a9ac;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}
.footer-nav a:hover {
	color: #444;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}
.footer-nav a[href="#"]:hover {
	color: #a7a9ac;
}

.archive .sidebar,
.single .sidebar,
.search .sidebar{
	float: right;
	padding-left: 0;
	padding-right: 0;
	width: 186px;
	margin-left: 60px;
	margin-right: 44px;
}
.archive section[role='main'],
.single section[role='main'],
.search section[role='main'] {
	margin-left: 98px;
	width: 664px;
	padding-top: 37px;
}
.archive article,
.single article, 
.search article {
	padding: 9px 0;
}
.archive article,
.search article {
	border-top: 1px solid #a7a9ac;
}

.archive article:first-child,
.search article:first-child {
	border-top: 0 none;
}
.archive article:after,
.search article:after {
	clear: both;
	display: block;
	content: '';
}
.archive article > a,
.search article:after {
	float: left;
	margin-right: 12px;
}
.archive article h2,
.search article h2, 
.single article > h2 {
	margin: 0;
}

.loop-content {
	float: left;
	width: 478px;
}
.loop-content p {
	margin: 8px 0;
}

.read-article {
	display: block;
	background-color: #f89e33;
	color: #FFFFFF;
	width: 80px;
	margin: 10px 0 0;
	padding: 2px 4px;
	text-transform: uppercase;
	font-family: 'FontSiteSansBold';
	font-size: 9px;
	text-align: center;
}

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

.sidebar-widget > div {
	margin-bottom: 24px;
}

.widget_categories h3,
.widget_search h3 {
	line-height: 38px;
	background: #f89e33;
	color: #fff;
	font-size: 17px;
	display: block;
	padding: 0 15px;
	text-transform: none;
	font-family: 'FontSiteSansRoman';
	letter-spacing: 0.02em;
	padding-bottom: 2px;
	margin: 0;
}
.widget_categories ul,
.widget_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_text li {
	background: url('img/li-border.png') repeat-x top left;	
	padding-top: 3px;
}
.widget_categories a, 
.widget_text a {
	line-height: 22px;
	padding: 0 15px 2px;
	display: block;
	background: url('img/li-border.png') repeat-x bottom left;
	text-transform: uppercase;
	color: #f89e33;
	font-size: 11px;
}
.widget_search input {
	line-height: 22px;
	padding: 0 15px 2px;
	background: url('img/li-border.png') repeat-x bottom left;
	color: #f89e33;
	font-size: 11px;
	border: 0 none;
	width: 156px;
}
.widget_search button {
	display: none;
}
.page-id-13 h2 {
	border-top: solid 1px;
	padding: 4px 0 0;
}

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

article li {
	padding-bottom: 4px;
}

.forum {
	width: 545px;
	margin-bottom: 28px;
}
.forum:after {
	content: '';
	display: block;
	clear: both;
}
.forum p {
	margin-top: 0;
}
.forum .f-image {
	float: left;
	width: 175px;
	min-height: 100px;
	background-size: cover;
}
.forum .f-date {
	background-color: #6d6e70;
	color: #fff;
}
.forum .f-information {
	background-color: #e6e7e8;
	color: #404041;
}
.forum > div {
	padding: 15px 12px 3px;
}
.forum .f-date,
.forum .f-information {
	width: 185px;
	float: left;
}
.forum .register {
	background: #f89e33;
	display: inline-block;
	color: #fff;
	font-family: 'FontSiteSansBold';
	padding: 2px 4px 1px;
	text-transform: uppercase;
	font-size: 10px;
}

.home .wrapper {
	background: url('img/home-wrapper-bg.jpg') no-repeat center top #000000;
	/*min-height: 674px;*/
	min-height: 100%;
}
.home .footer-nav li {
	line-height: 1em;	
}
.home .footer-nav a {
	color: #a7a9ac;
	margin-bottom: 5px;
	display: block;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.home .footer-nav a:hover {
	color: #ffffff;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.home .footer-nav a[href="#"]:hover {
	color: #a7a9ac;
}

.home .about-us {
	background: #f89e33;
	padding: 22px 15px;
	height: 134px;
	overflow: hidden;
}
.home .tight-wrap .title {
	background: #fff;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 2px 4px;
	text-transform: uppercase;
	font-family: 'FontSiteSansBold';
	font-size: 9px;
}
.home .about-us ul,
.home .about-us li {
	margin: 0;
	padding: 0;
}
.home .about-us p,
.home .resources p {
	margin-top: 0;
}
.home .about-us .item {
	position: absolute;
	top: 22px;
	display: none;
	width: 268px;
}
.home .about-us .item.active {
	display: block;
}
.home .about-us .navigation {
	list-style: none;
	position: absolute;
	bottom: 7px;
	right: 6px;
}
.home .about-us .navigation li {
	float: left;
	padding-left: 4px;
}
.home .about-us .navigation a {
	width: 8px;
	height: 8px;
	background: #404041;
	display: block;
	text-indent: -9999px;
	border-radius: 4px;
}
.home .about-us .navigation a.active {
	background-color: #FFFFFF;
}
.home .about-us strong {
	font-family: 'FontSiteSansLight';
	color: #FFFFFF;
}
.home .resources {
	background-color: #FFFFFF;
	padding: 22px 15px;
	height: 134px;
	overflow: hidden;
}
.home .resources .title,
.home .sponsors .title {
	background-color: #f89e33;
	color: #FFFFFF;
}
.home .image-large {
	width: 484px;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.home .image-large img {
	display: none;
	width: 484px;
	height: auto;
}
.home .members {
	background: #d0d2d3;
	padding: 22px 15px;
	width: 174px;
	height: 132px;
	overflow: hidden;
}
.home .image-small {
	width: 112px;
	height: 132px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
}
.home .image-small img {
	width: 112px;
	height: auto;
	display: none;
}
.home .forums {
	border: solid 1px #FFFFFF;
	color: #ffffff;
	padding: 22px 15px;
	height: 134px;
	overflow: hidden;
}
.forums h1 {
	color: #FFF;
	margin: 0 0 6px;
}
.home .news {
	background-color: #6d6e70;
	color: #ffffff;
	padding: 22px 15px;
	height: 278px;
	overflow: hidden;
}
.home .sponsors {
	background-color: #FFFFFF;
	padding: 12px;
}
.home .sponsors a {
	margin-right: 12px;
	margin-bottom: 12px;
}
.home .sponsors img {
	max-height: 38px;
}

.logo > h1 {
	width: 341px;
	height: 50px;
	margin: 0 0 31px 36px;
	text-indent: -9999px;
}
.logo > h1 a {
	width: 341px;
	height: 50px;
	background: url('img/logo.png') no-repeat;
	display: block;
}

.tight-wrap {
	width: 980px;
	margin: 48px auto 30px;
}
.tight-wrap > div {
	float: left;
}
.tight-wrap p {
	margin: 0 0 6px;
}
.tight-left {
	width: 298px;
}
.tight-middle {
	width: 174px;
	margin-left: 12px;
}
.tight-right {
	width: 484px;
	margin-left: 12px;
}
.tight-wrap > div > div {
	position: relative;
	margin-bottom: 12px;
	width: 100%;
	float: left;
}

.wpcf7-form-control.wpcf7-submit {
	background: #f89e33;
	width: auto;
	margin: 0;
	padding: 4px 10px;
	text-transform: uppercase;
	font-family: 'FontSiteSansBold';
	font-size: 9px;
	border: 0 none;
	color: #fff;
}

#mc_embed_signup .mc-field-group.input-group label {
	padding-left: 6px;
}
#mc_embed_signup .button {
	display: block !important;
	background-color: #f89e33 !important;
	color: #FFFFFF !important;
	width: 80px !important;
	margin: 10px 0 0 !important;
	padding: 2px 4px !important;
	text-transform: uppercase !important;
	font-family: 'FontSiteSansBold' !important;
	font-size: 9px !important;
	text-align: center !important;
	font-weight: normal !important;
	border-radius: 0 !important;
	height: auto !important;
	line-height: 1.6em !important;
}

.social-extra {
	border-bottom: solid 2px #404041;
	border-top: solid 2px #404041;
	padding: 4px 0 6px;
	margin-top: 20px;
}
.social-extra > a {
	background-color: #f89e33;
	color: #FFFFFF;
	width: auto;
	padding: 2px 4px;
	text-transform: uppercase;
	font-family: 'FontSiteSansBold';
	font-size: 9px;
	position: relative;
}
.download-article:after {
	content: '';
	background: url('img/nav-border.png') no-repeat center right;
	width: 2px;
	height: 13px;
	position: absolute;
	right: -19px;
	top: 0;
}
.social-extra > div {
	float: right;
}
.hidden-comments {
	display: none;
}

.form-submit #submit {
	background-color: #f89e33;
	color: #FFFFFF;
	width: auto;
	padding: 2px 4px;
	text-transform: uppercase;
	font-family: 'FontSiteSansBold';
	font-size: 9px;
	border: 0 none;
}

.comments ul {
	list-style: none;
}
.comments > ul {
	padding-left: 0;
}
.comment-after {
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'FontSiteSansBold';
	padding-right: 20px;
	background: url('img/nav-border.png') no-repeat center right;
	margin-right: 13px;
	margin-left: 4px;
}
.comment-author img {
	float: left;
	margin: 0 10px 0 0;
}
code {
	font-size: 13px;
}



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



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

@font-face {
    font-family: 'FontSiteSansLight';
    src: url('fonts/FontSiteSans-Light-webfont.eot');
    src: url('fonts/FontSiteSans-Light-webfont.eot?iefix') format('eot'),
         url('fonts/FontSiteSans-Light-webfont.woff') format('woff'),
         url('fonts/FontSiteSans-Light-webfont.ttf') format('truetype'),
         url('fonts/FontSiteSans-Light-webfont.svg#webfontpVAbKcMZ') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontSiteSansBold';
    src: url('fonts/FontSiteSans-Bold-webfont.eot');
    src: url('fonts/FontSiteSans-Bold-webfont.eot?iefix') format('eot'),
         url('fonts/FontSiteSans-Bold-webfont.woff') format('woff'),
         url('fonts/FontSiteSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/FontSiteSans-Bold-webfont.svg#webfontFJcYFAaQ') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontSiteSansRoman';
    src: url('fonts/FontSiteSans-Roman-webfont.eot');
    src: url('fonts/FontSiteSans-Roman-webfont.eot?iefix') format('eot'),
         url('fonts/FontSiteSans-Roman-webfont.woff') format('woff'),
         url('fonts/FontSiteSans-Roman-webfont.ttf') format('truetype'),
         url('fonts/FontSiteSans-Roman-webfont.svg#webfont5UoCtSnz') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontSiteSansUltraLight';
    src: url('fonts/FontSiteSans-UltraLight-webfont.eot');
    src: url('fonts/FontSiteSans-UltraLight-webfont.eot?iefix') format('eot'),
         url('fonts/FontSiteSans-UltraLight-webfont.woff') format('woff'),
         url('fonts/FontSiteSans-UltraLight-webfont.ttf') format('truetype'),
         url('fonts/FontSiteSans-UltraLight-webfont.svg#webfontPImHH8zE') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontSiteSansBlackCd';
    src: url('fonts/FontSiteSans-BlackCd-webfont.eot');
    src: url('fonts/FontSiteSans-BlackCd-webfont.eot?iefix') format('eot'),
         url('fonts/FontSiteSans-BlackCd-webfont.woff') format('woff'),
         url('fonts/FontSiteSans-BlackCd-webfont.ttf') format('truetype'),
         url('fonts/FontSiteSans-BlackCd-webfont.svg#webfontPImHH8zE') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    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;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
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:0 none;
	max-width:96%;
	padding:5px 0;
	text-align:left;
}
.wp-caption.alignnone {
	margin:0;
	padding: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:14px;
	line-height:1.3em;
	margin:0;
	padding:5px 0;
}
.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;
	}
}