/*
Theme Name: Brisbane Ute Trays and Racks
Version: 999999

*/
/******************************************/
/* Theme Name: LB Exports */
/* Version: 999999 */
/* Description: Designed by SF */
/* Author: SMG */
/* Author URI: http://www.smg.com.au */
/******************************************/

/* YELLOW: #f4cc0b   BLUE: #3d6ba9  */

/* Page Styling */

* {
    font-family: 'Asap', Arial, sans-serif;
    outline: none;
}
*, *:before, *:after { box-sizing: inherit; }

html {
    margin: 0;
    padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box; 
}

body {
    color: #000;
    margin: 0;
    padding: 0;
     font-family: 'Asap', Arial, sans-serif;
    font-size: 16px;
	background-color: #222;
    font-weight: normal;
    overflow-x: hidden;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	max-width:100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

#header:after, #mainnav:after, #content:after, #bottomboxes:after, #footer:after {
 	content: '';
    display: block;
    clear: both;
}



/* Text Styling */

a {
    
    text-decoration: none;
}

a:hover {
    
    text-decoration: none;
}

#content a { font-weight:bold;}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0f3864;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 130%;
    clear: both;
    font-weight: 500;
}

h1 {
    font-size: 30px;
    font-weight: 500;
}

h2 {
    font-size: 28px;
    font-weight: 500;
}

h3 {
    font-size: 26px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-weight: 500;
}

h5 {
    font-size: 22px;
    font-weight: 500;
}

h6 {
    font-size: 20px;
    font-weight: 500;
}

p {
    line-height: 31px;
    margin-bottom: 12px;
}

p:first-child {
    margin-bottom: 12px;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

small {
    font-size: xx-small;
    line-height: 1em;
}

sup {
    font-size: xx-small;
    vertical-align: top;
    line-height: 1em;
}

sub {
    font-size: xx-small;
    vertical-align: bottom;
    line-height: 1em;
}



hr {
    background: #eee;
    border: 0;
    clear: both;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 20px 0;
    position: relative;
}

.yellow {color: #f4cc0b;}
.hilite {color:#3d6ba9; font-weight: bold; }
.lightblue {color: #3d6ba9;}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    content: "";
    clear: both;
    line-height: 0;
    padding: 0;
    margin: 0;
    height: 0;
    display: block;
    font-size: 0;
    width: 100%;
}

.align-center,
.aligncenter {
    position: relative;
    margin: 20px auto;
    display: block;
    clear: both;
}

.align-left,
.alignleft {
    position: relative;
    float: left;
    margin: 4px 20px 5px 0;
}

.align-right,
.alignright {
    float: right;
    position: relative;
    margin: 4px 0 5px 20px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

/****************************************************************************************************************/

.wrap {
	width: 1200px;
	margin: auto;
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}

input[type="text"], input[type="email"], textarea {
	border: 0px;
	border-radius: 5px;
	font-size: 25px;
	width: 100%;
	padding: 5px;
	color: #2E2E2E;
}

input[type="submit"] {
	border: 0px;
}

nav ul { margin: 0px;}

nav ul li {
	list-style-type: none;
	display: inline-block;
	margin: 10px 5px;
}

nav#site-navigation ul li a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #393939;
	display: block;
	padding: 8px 12px 8px 12px;
}
nav ul li.current-menu-item {
	/*background-color:rgba(0, 0, 0, 0.2);	*/
	
}
nav#site-navigation ul li.current-menu-item a {
	color: #3d6ba9;
}

nav#site-navigation ul li a:hover {
	background-color: #f4cc0b;
	color: #fff;
}
nav#footer-navigation ul li a:hover {
	text-decoration: underline;
}
#header {
	height: 124px;
	background-image: url(images/bluegrid.png);
	text-align: center;
}
#heading{float :left; margin: 25px 0px 0px 30px; color: #fff; font-size: 43px; font-weight: bold; width: 312px; line-height: 37px;}

#headright {float:right; color: #fff;}

#tag {float: left;
    margin-top: 50px;
    margin-right: 43px;
    font-size: 24px;}

#phone {float: left;
    margin-top: 30px;
    margin-right: 30px;
    font-size: 19px;
    line-height: 30px;}

.bighead {font-size: 28px; font-weight: bold;}

#mainnav {
	background-color: #dedede;
	-webkit-box-shadow: 0px 9px 26px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 9px 26px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 9px 26px -9px rgba(0,0,0,0.75);
}
#content {
	height: auto;
	margin: 30px;
}
#footer {
	height: auto;
    background-color: #0a3663;
    color: #fff;
    text-align: center;
    padding: 23px;
    font-size: 13px;
}

#site-navigation{
	float: left;
}
#social {
	float: right;
    margin-top: 10px;
    margin-right: 18px;
}
#social img {
	border-radius: 5px;
}

.entry-header h1 {
	text-align: center;
	font-weight: bold;
	color: #0f3864;
	font-size: 34px;
}

.entry-content {
	margin-left: 30px;
    margin-right: 30px;
}

nav#footer-navigation a {
	color: #fff;
}

#highlights {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:20px;
	margin-bottom: 30px;
}
.highlight {
	display: flex;
    flex-direction: column;
    padding: 0px;
    flex: 0 31%;
	margin-bottom:10px;
}

.highlight a {
	text-align:center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	
}
.highlight-title {
	background-color: #416fad;
	padding: 15px;
	-webkit-transition:  0.75s; 
    transition:  0.75s;
}

#map-canvas {
    height: 400px;
  
}


.wpcf7 {
    background-color: #0f3864;
    color: #fff;
}

.wpcf7-form {
	padding: 20px;
}

input[type='submit'] {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #f4cc0b;
    border: 0;
}
input[type='submit']:hover {
	color: #000;
	cursor: pointer;
}

#content ul {line-height: 24px;}

#ulcols {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	    margin-left: 93px;
}

#ulcols li {
	display: flex;
    flex-direction: column;
    padding: 0px;
    flex: 0 31%;
}

.gallery {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery-item {
	display: flex;
    flex-direction: column;
    padding: 0px;
    flex: 0 28%;
	margin-bottom: 20px;
}
#ears {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ear {
	display: flex;
    flex-direction: column;
    padding: 0px;
    flex: 0 15%;
	
}

#uteacc_box {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.uteacc {
	display: flex;
    flex-direction: column;
    padding: 0px;
    flex: 0 24%;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
	color: #0f3864;
	font-weight: bold;
	cursor: pointer;
}

.uteacc img {
	margin: auto;
}
.uteacc-title {
	padding: 0px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.morebutton {
	padding: 10px;
	margin-bottom: 31px;
	border-radius: 5px;
	background-color: #f4cc0b;
}

.litebox {display: none;}

.lite-title {
	color: #0f3864;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.litebox img {margin: auto;}

.highlight-title:hover {
	background-color: #f4cc0b;
	color: #0f3864;
}

.vcard, .date{ display: none; } 

@media only screen and (max-width: 1200px) {
	.wrap {width: auto;}
	nav#site-navigation ul {padding: 0px;}
	nav#site-navigation ul li a { padding: 8px 6px 8px 6px;}
}

@media only screen and (max-width: 1000px) {
	nav#site-navigation ul li a { padding: 8px 6px 8px 6px;     font-size: 14px; }
	nav#site-navigation ul li { margin: 10px 0px;}
}

@media only screen and (max-width: 875px) {
	#header {height: auto;}
	#heading {width: auto;    font-size: 35px;}
	#tag {float: none; margin-top: 0px;      font-size: 22px;}
	#phone {margin-left: 39px; margin-top: 10px;      margin-right: 0px;    line-height: inherit; }
	.bighead {font-size: 25px;}
	#mainnav {display: none;}
	.wrap {margin-top:0px; margin-bottom: 10px;}
	.ear {flex: 0 34%;}
}

@media only screen and (max-width: 795px) {
	#heading {float:none; margin: 0px;}
	#headright {float: none;}
	#tag {margin: 0px;}
	#phone {margin: 0px; float: none;}
	#content {margin: 15px;}
	.entry-header h1 {font-size:26px;}
	#header {padding: 5px;}
}
@media only screen and (max-width: 720px) {
	.highlight {flex: 0 48%;}
	.entry-content {margin-left: 0px; margin-right: 0px;}
	.gallery-item {flex: 0 48%;}
}
@media only screen and (max-width: 660px) {
	.uteacc {flex: 0 48%; margin-bottom: 0px;}
}
@media only screen and (max-width: 570px) {
	#ulcols li {flex: 0 48%;}
	#ulcols {padding: 0px;}
	p {line-height: 21px;}
	.ear {flex: 0 51%;}
}
@media only screen and (max-width: 405px) {
	.highlight {flex: 0 98%;}
	#highlights {margin-top: 0px; margin-bottom: 0px;}
	nav#footer-navigation ul li {margin: 5px 4px;}
	nav#footer-navigation ul {padding: 0px;}
	#footer {padding: 10px;}
	nav#footer-navigation {margin-bottom: 5px;}
	.gallery-item {flex: 0 98%;}
	.uteacc {flex: 0 98%}
	#heading {font-size: 27px; line-height: 27px;}
	#tag {font-size: 18px;}
}