/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ANIMATIONS 
------------------------------*/

@-webkit-keyframes showMeta{
    0% { 
        opacity:0;
        -webkit-transform:translateY(13px);
        -moz-transform:translateY(13px);
        -ms-transform:translateY(13px);
        -o-transform:translateY(13px);
        transform:translateY(13px)
    }

    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}

@-moz-keyframes showMeta{
    0% {
        opacity:0;
        -webkit-transform:translateY(13px);
        -moz-transform:translateY(13px);
        -ms-transform:translateY(13px);
        -o-transform:translateY(13px);
        transform:translateY(13px)
    }
    
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}



@-o-keyframes showMeta {
    0% {
        opacity:0;
        -webkit-transform:translateY(13px);
        -moz-transform:translateY(13px);
        -ms-transform:translateY(13px);
        -o-transform:translateY(13px);
        transform:translateY(13px)
    }
    
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}

@keyframes showMeta{
    0% {
        opacity:0;
        -webkit-transform:translateY(13px);
        -moz-transform:translateY(13px);
        -ms-transform:translateY(13px);
        -o-transform:translateY(13px);
        transform:translateY(13px)
    }
    
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}

html {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 300;
	font-style: normal;
	text-rendering: optimizeLegibility;
	color: #5e5e5e;
    -webkit-text-size-adjust: 100%;
}

body {
	font-size: 18px;
	line-height: 1.3;
}

main {
    display: block;
}

.clearall {
	clear: both;
}

img {
	max-width: 100%;
}

.navicon img {
    width: 20px;
}

.container {
    max-width: 1360px;
    padding: 35px;
    position: relative;
    margin: 0 auto;
}

#toggle-bar {
	position: absolute;
	top: 20px;
	right: 30px;
    display: none;
}

header#branding {
    padding: 20px 0;
    background-color: #999999;
}

a#logo {
   float: left;
}

a#logo img {
    width: 280px;
}

.wrapper {
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}

.navbg {
    padding: 30px 0;
    background-color: #999999;
    width: 100%;
    margin: 20px auto 0 auto;
    z-index: 100;
}

.home .breadcrumbs, .page-id-2 .breadcrumbs  {
    display: none;
}

.breadcrumbs {
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
}

.gallery-cell {
  width: 100%; /* full width */
    text-align: center;
}

.slide-text {
    color: #FFF;
    height: 100%;
    width: 100%;
    padding: 0 80px;
}

.slide-text h1 {
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

.slide-text a:link, .slide-text a:visited {
    color: #000;
    text-decoration: none;
    padding: 15px;
    border-radius: 5px;
    background-color: #fee123;
    transition: background-color 0.3s ease;
}

.slide-text a:hover, .slide-text a:active {
    background: rgba(255, 255, 255, 0.3);
}

.gallery-cell .light {
    color: #FFF; 
}

.gallery-cell .light a:link, .gallery-cell .light a:visited {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, .1);
}

.gallery-cell .dark {
    color: #003663;
}

.gallery-cell .dark a:link, .gallery-cell .dark a:visited {
    color: #003663;
    border: 1px solid #000;
    background: rgba(0, 54, 99, .1);
}

.gallery-cell .light a:hover, .gallery-cell .light a:active { 
    background: rgba(255, 255, 255, 0.3);
}

.gallery-cell .dark a:hover, .gallery-cell .dark a:active { 
    background: rgba(0, 54, 99, 0.3);
}

.align-l { text-align: left; padding-right: 50%; }
.align-r { text-align: right; padding-left: 50%; }

a:link, a:visited {
    color: #000;
}

a:hover, a:active {
    color: #000;
}

.center {
    text-align: center;
    clear: both;
    padding-top: 2em;
}

.search-link {
    float: right;
    margin-bottom: 5px;
    margin-left: 5px;
}

.mobile-show { display: none; }

p.disclaimer { font-size: 12px; }

/* Big Trucks
--------------------------- */

div#hero {
    position: relative;
    display: table;
    padding: 220px 0;
    width: 100%;
}

div#hero .slide-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

body.archive div#hero, body.single-usedbigtrucks div#hero, body.page div#hero {
    padding: 40px; 
}

body.home div#hero {
    padding: 220px 0;
}

body.post-type-archive-usedbigtrucks div#hero, body.single-usedbigtrucks div#hero {
    background: transparent url('http://www.aalhysterbigtrucks.com.au/wp-content/uploads/2015/12/hyster-hero-yellow.jpg') center bottom no-repeat; 
    background-size: cover;
}

body.post-type-archive-newbigtrucks div#hero, body.page div#hero {
    background: transparent url('http://www.aalhysterbigtrucks.com.au/wp-content/uploads/2015/12/hyster-hero-yellow2.jpg') center center no-repeat; 
    background-size: cover;
}

body.post-type-archive-newbigtrucks .grid-item a:link, body.post-type-archive-newbigtrucks .grid-item a:visited {
    text-decoration: none;   
}

body.post-type-archive-newbigtrucks .grid-item a:hover, body.post-type-archive-newbigtrucks .grid-item a:active {
    /* Hover effects for New Forklifts */
    
}

div.img-wrap {
    height: 295px;
    position: relative;  
}

body.home div.img-wrap {
    height: 440px;
    position: relative;  
}

div.img-wrap2 {
    height: 360px;
    position: relative;  
}

div.img-wrap img, div.img-wrap2 img {
    position: absolute;
    bottom: 0;
    left: 0;
}

section#intro {
    background-color: #fee123;
    padding: 40px 0;
    color: #000;
}

body.home section#intro {
    margin-bottom: 180px;
}

h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    margin: 2em 0 1em 0;
    color: #000;
}

body.home h2, body.post-type-archive-newbigtrucks h2 {
    text-align: center;
}

body.post-type-archive-newbigtrucks h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0.5em;
}

body.post-type-archive-newbigtrucks .grid-item p {
    color: #9c9c9c;
    margin: 0;
}

section#intro p {
    font-size: 30px;
}

section#intro .intro-text {
    float: left;
    width: 50%;
}

section#intro .intro-text h2 {
    margin-top: 0;
}

body.home section#intro .intro-text h2 {
    text-align: center;   
}

body.home section#intro .intro-text {
    float: none;
    width: 100%;
}

section#intro img {
    float: right;
    width: 45%;
    margin-top: -100px;
}

body.home section#intro img {
    float: none;
    width: auto;
    margin-top: 0;
}

main#content div.left-content {
    text-align: left;
    color: #000;
    width: 58%;
    line-height: 1.4;
}

img.img-product { margin: 40px 0; }

body.home section#intro h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
}

body.home section#intro p {
    font-size: 18px;
    color: #494949;
    margin: 0.25em 0
}

body.home section#intro div.grid-item {
    margin-bottom: -210px; 
    text-align: center;
}

body.home section#intro .wrapper {
    max-width: 1700px;
}

body.home section#intro a {
    text-decoration: none;   
}

/* Used Forklifts - Home */

div.usedfeed {
    margin-bottom: 80px;
}

.useditem h3 {
    font-size: 30px;
    color: #000;
    margin: 0.5em 0 0 0;
}

p.noresults {
    text-align: center;
    border: 1px solid #d9a109;
    background-color: #fee7aa;
    color: #59450e;
    padding: 30px;
    display: none;
}

.useditem .price {
    font-size: 24px;
    font-weight: 300;
    color: #686868;
    margin: 0;
}

span.unitid {
    padding: 10px;
    background-color: #deddd7;
    font-weight: 800;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    margin: 0.5em 0;
}

body.home div.usedtext { position: relative; }

body.home div.useditem img {
    float: none;
    width: 100%;
}

body.home div.useditem .usedtext {
    float: none;
    width: 100%;
    margin-left: 0;
}

body.home div.useditem {
    border-bottom: 0;
}

/* Used Forklifts - list */

div.useditem {
    padding: 50px 0;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    width: 100%;
}

body.post-type-archive-usedbigtrucks div.used-desc p {
        margin: 0;
    }

body.home div.useditem {
    padding: 0 20px;
    width: 33%;
}

body.single div.useditem {
    border: none;
}

div.useditem .usedimage {
    float: left;
    width: 33%;
position: relative;
}

div.useditem img.refurb-icon {
    float: none;
    width: auto;
    position: absolute;
    top: 60px;
    left: 20px;
}

body.single div.useditem img.refurb-icon {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: -15px;
}

div.useditem span.sold-icon {
    position: absolute;
    top: 40%;
    left: 35%;
    color: #FFF;
    background-color: #FF0000;
    padding: 10px 20px;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 3px;
    border-radius: 5px;
    transform: rotate(-12deg);
}

div.useditem .usedtext {
    float: right;
    width: 62%;
    margin-left: 4%;
}

body.single-usedbigtrucks div.useditem img {
    float: none;
    width: auto;
    margin: 0 auto;
    max-height: 700px;
}

body.single-usedbigtrucks div.useditem span.sold-icon {
    position: relative;
    top: auto;
    left: auto;
    color: #FFF;
    background-color: #FF0000;
    padding: 10px 20px;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 3px;
    border-radius: 5px;
    transform: rotate(-12deg);
    margin: 0 auto;
}

body.single-usedbigtrucks div.useditem .gallery-image {
    /*float: left;
    width: 50%;*/
}

.gallery-image img {
    /*max-height: 500px;*/   
}

body.single-usedbigtrucks div.useditem h1, body.single-usedbigtrucks div.useditem .price {
    text-align: center;   
}

body.single-usedbigtrucks div.useditem .price {
    margin-bottom: 30px;   
}

body.single-usedbigtrucks div.useditem .usedtext {
   /* float: right;
    width: 46%;
    margin-left: 4%;*/
    width: 66%;
    margin: 0 auto;
    float: none;
}

div.useditem table {
    float: left;
    width: 45%;
    margin: 30px 0;
}

div.useditem div.used-desc {
    float: right;
    width: 55%;
    margin: 30px 0;
}

body.home div.useditem div.used-desc {
    float: none;
    width: 100%;
}

div.useditem table th, div.useditem table td {
    text-align: left;
    padding: 0 0 10px 0;
}

div.useditem table th { color: #000; }

div.useditem p.cta {
    clear: both;
    text-align: center;
    padding: 30px 0;
}

div.usedfeed div.useditem p.cta {
    text-align: left;
}

body.home div.useditem p.cta {
    text-align: left;
}

body.archive span.unitid {
    top: 70px;   
}

/* Used Forklifts - Single */

a.back-btn {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;
    color: #7e7e7e;
}

body.single div.useditem h1 {
    font-size: 48px;
    text-transform: none;
    font-weight: 800;
    color: #000;
    margin-top: 0;
    margin-bottom: 0.25em;
}

body.single div.useditem .price {
    font-size: 36px;
}

body.single div.useditem div.used-desc, body.single div.useditem table {
    float: none;
    width: 100%;
    margin: 30px 0 50px 0;
}

body.single div.useditem div.used-specs {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    margin: 50px 0;
}

/* Select */

.select-wrapper {
    display: inline-block;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    color: #787878;
    position: relative;
    padding: 8px 10px;
    max-width: 300px;
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
}

.select-wrapper .selected-text {
    font-size: 14px;
}

.select-wrapper select {
    color: black;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
}

.select-wrapper:after {
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 9px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
}

label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    margin: 10px 0;
}

div.filters {
    float: left;
    width: 25%;
}

#filterwrap h2 {
    font-size: 24px;
    text-align: center;
    margin-top: -62px;
    font-weight: 800;
}

#filterwrap {
    border: 1px solid #CCC;
    padding: 50px 0;
    text-align: center;
    margin-top: 3em;
}

#filterwrap h2 span {
    background-color: #FFF;
    padding: 0 20px;
}

/* Case Studies */

div.casestudy {
    background-color: #f1f1f1;
    padding: 3em 0;
    margin: 0;
}

div.cstext {
    float: right;
    width: 55%;
}

div.cslink {
    float: left;
    width: 40%;
    position: relative;
}

div.cstext h2 {
    margin-top: 0;
}

div.cstext em {
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    color: #989898;
}

div.playwrap {
    position: absolute;
    top: 35%;
    left: 40%;
}

a.play-btn:hover {
    cursor: pointer;   
}

a.play-btn:focus{
    outline: none;
}

a.play-btn img {
    width: 80px;
    height: 80px;
    margin: 0;
    cursor: pointer;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
    opacity: 0.85;
}

a.play-btn img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

div.cta {
    border: 1px solid #CCC;
    padding: 50px;
    text-align: center;
    margin: 100px 0 2em 0;
}

div.cta h2 {
    text-transform: none;
    margin-top: -80px;
    font-weight: 800;
}

div.cta h2 span {
    background-color: #FFF;
    padding: 0 20px;
}

div.cta p {
    padding: 1.5em;
}

div.subscribe {
    background-color: #fee123;
    padding: 2em 0;
    margin: 30px 0;
}

div.subscribe h2 {
    margin: 0;
    font-size: 30px;
    float: left;
    width: 50%;
    padding: 0.4em 0;
}

div.subscribe form {
    float: left;
    width: 50%;
    position: relative;
}

div.subscribe input {
    display: inline-block;
}

div.subscribe input[type="email"] {
    width: 100%;
}

div.subscribe input[type="submit"] {
    position: absolute;
    top: 6px;
    right: 5px;   
}


/* Gallery */

figure { margin: 0; }

div.gallery { margin: 2em 0; }

div.gallery-cell {
    max-width: 1290px;
    opacity: 0.2;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

div.is-selected {
    opacity: 1;
}

div.gallery-cell figure img {
    float: left;
    width: 73%;
    margin-right: 2%;
}

div.gallery-cell figure figcaption  {
    float: right;
    width: 23%;
    text-align: left;
    font-size: 14px;
    color: #9c9c9c;
    border-top: 1px solid #dbdbdb;
    padding-top: 40px;
    margin-right: 2%;
}

/* Brochure popup */

.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 2em 3em;
    width: auto;
    margin: 20px auto;
    max-width: 600px;   
}


/* About / Service and Support Pages
--------------------------- */

body.page-id-13 h1, body.page-id-6 h1 {
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin: 0.25em 0;
}

body.page-id-13 section#intro, body.page-id-6 section#intro {
    text-align: center;   
}

body.page-id-13 section#intro .intro-text, body.page-id-6 section#intro .intro-text {
    float: none;
    width: 100%;
    margin: 0 auto;
}

body.page-id-13 section#intro .intro-text p, body.page-id-6 section#intro .intro-text p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

body.page-id-13 section#intro img, body.page-id-6 section#intro img {
    float: none;
    width: auto;
    margin-bottom: -250px;
    margin-top: 40px;
    text-align: center;
}

body.page-id-13 section#intro img#support-icon {
    margin-bottom: 0;
    margin-top: -80px;
}

body.page-id-13 main#content, body.page-id-6 main#content {
    margin-top: 120px;   
}

body.page-id-13 div.left-content {
    float: left;   
}

body.page-id-13 img.img-product {
    float: right;
    width: 40%;
}

/* About page 2 columns */

body.page-id-6 div.left-content {
    float: left;
    width:50% !important;
    padding: 0 3%;
}


/* Contact
--------------------------- */

body.page-id-11 .col4 {
    text-align: left;   
}

div#contact-form {
    width: 66%;
    margin: 0 auto;
}

div#contact-form p {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}

body.page-id-11 h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    margin-top: 2em;
}

body.page-id-11 h4 {
    margin: 2em 0 0.5em 0;   
}

#unitNo {
    display: none;
}


/* Animations 
--------------------------- */

div.grid-item article {
    position: relative;  
    text-align: center;
}

div.grid-item article span.excerpt {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.18s ease-in;
    -moz-transition: opacity 0.18s ease-in;
    -o-transition: opacity 0.18s ease-in;
    transition: opacity 0.18s ease-in;
    background: linear-gradient(rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.75) 60%,rgba(0,0,0,0.95) 100%);
    width: 100%;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    padding: 20px 20px 50px 20px
}

div.grid-item article.focus span.excerpt {
    opacity:1;
}

article.focus span.excerpt span {
    -webkit-animation: showMeta 0.32s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: showMeta 0.32s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: showMeta 0.32s cubic-bezier(0.77, 0, 0.175, 1);
    animation: showMeta 0.32s cubic-bezier(0.77, 0, 0.175, 1);   
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* ISOTOPE 
----------------------------------- */

div.grid-item {
    width: 25%;
    padding: 0 15px;
}

body.home div.grid-item {
    width: 33.3%;
}

div.button-group {
    text-align: center;
    margin-bottom: 1em;
}

.button.is-checked {
    background-color: #999;   
    color: #FFF;
}

.button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
}

/* Login Links
----------------------------------- */

#links li {
    list-style-type: none;   
}

#links ul {
    margin: 0;
    padding: 0;
}

#links li ul {
    display: none;
    position:absolute;
    width:200px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 5px;
    background-color: #FFF;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    z-index: 100;
}

#links {
    float: right;
    padding: 5px;
    z-index: 100;
}

#links a#linkbtn {
    color: #FFF;   
}

#links li ul a {
    color: #000;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

#links li ul a:hover {
    background-color: #e3e3e3;   
}

#links li ul.right { right: 0; }


/* Main Navigation
----------------------------------- */

nav {
    float: right; 
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0.5em;
    clear: right;
}

nav ul {
    list-style: none;
}

nav ul li {
    float: left;
    display: inline;
    list-style-type: none;
}

nav ul li a:link, nav ul li a:visited {
    color: #767676;
    text-decoration: none;
    margin-left: 2em;
    padding: 8px 0;
    transition: color 0.3s ease;
}

nav ul li a:hover, nav ul li a:active {
    color: #000;   
}

nav ul li.current-menu-item a {
    font-weight: 700;
    color: #000;
    border-bottom: 3px solid #fee123;
}

nav ul li ul {position:absolute;width:110px;background:#FFF;}
nav ul li ul li {width:110px;}
nav ul li ul li a {display:block;padding:15px 10px;color:#444;}
nav ul li ul li:hover a {background:#F7F7F7;}
nav ul li ul.fallback {display:none;}
nav ul li:hover ul.fallback {display:block;}

a.button {
    color: #000;
    text-decoration: none;
    background-color: #FFF;
    padding: 20px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}

a.button:hover {
    background-color: #fff09e; 
    cursor: pointer;
}

main#content {
    padding: 40px 0;   
}

main#content div.wrapper {
    /*padding-left: 300px; */  
}

/* Full Width pages */

.row {
    margin-bottom: 30px;   
}

.col2, .col3, .col4 {
    float: left;
    padding: 0 20px;
}

.col2 { width: 50%; }
.col3 { width: 25%; text-align: center; }
.col4 { width: 33%; }

.col7 article {
    padding-right: 20px;   
}

.col5 {
    width: 41%;
    float: left;
}

.col7 {
    width: 58%;
    float: left;
}

.col9 {
    width: 75%;
    float: left;
    margin-top: 3em;
}

/* Forms */

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

input#brochureLink {
    display: none;
}

input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	border: 1px solid #adadad;
	padding: 18px 12px;
	width: 100%;
    border-radius: 5px;
    
}

input[type="submit"] {
    color: #929292;
    background-color: #e3e3e3;
    padding: 13px 20px;
	border: 0;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.3s ease;
}

input[type="submit"]:hover {
    color: #484848;
    background-color: #c3c3c3;
}

div.formcol {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

form .half {
	width: 50%;
}

form .full {
	width: 100%;
    text-align: left;
}

textarea {
	height: 200px;
}

a.btn:link, a.btn:visited {
    color: #000;
    background-color: #fee123;
    padding: 22px 16px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
}

a.btn:hover, a.btn:active {
    background-color: #e6cb1d;
}


/* Contact Us
------------------------------------- */

#map, #map2, #map3, #map4 {
    width: 100%;
    height: 250px;
    border: 1px solid #CCC;
}

.mapinfo {
    text-align: left;
}

.mapinfo ul {
    margin-bottom: 3em;   
}

.contact-form, body.page-id-5 section#intro {
    width: 66%;
    margin: 0 auto;
}

.wpcf7-not-valid { border: 1px solid #FF0000 !important; }

div.wpcf7-mail-sent-ok { border: 0 !important; color: #50c726; }

div.wpcf7-validation-errors { border: 0 !important; color: #FF0000; }

span.wpcf7-not-valid-tip { text-align: left; }


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

#footer {
    font-size: 18px;
    padding: 50px 30px;
    background-color: #f7f7f7;
    color: #767676;
    text-align:left;
}

#footer h3 {
    text-transform: none;
    color: #000;
}

#footer ul.f-ul  {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul li {
    padding: 0;
    margin: 0;   
}

#footer ul li a:link, #footer ul li a:visited {
    text-decoration: none;
    color: #767676;
}

#footer ul li a:hover, #footer ul li a:active {
    color: #000;
}

#footer .col {
    float: left;
    width: 21.25%;
    margin-right: 5%;
}

#footer .col:last-of-type {
    margin-right: 0;
}

#footer .col p {
    color: #000;
    margin-bottom: 2em;
}

#footer .copyright {
    padding: 2.5em 0 0 0 ;
}

/* SEARCH
----------------------------------------- */

body.search-results h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

body.search-results h2 a {
    text-decoration: none;
}

p.search-cat {
    color: #000;
    margin-top: 0;
}

.screen-reader-text { display: none; }

nav.pagination {
    float: none;
    margin-top: 100px;
}

.page-numbers {
    margin-right: 10px;   
}

/*========== Used Bigtrucks Page ===========*/
.sold-btn {
    margin-top: 30px;
}


/* MEDIA QUERIES
----------------------------------------- */

/* -- Homepage -- */

@media (min-width: 1201px) and (max-width: 1450px) {
    body.home div.img-wrap { height: 350px; }
}

@media (min-width: 791px) and (max-width: 1200px) {
    body.home div.img-wrap { height: 250px; }
}

@media (max-width: 790px) {
    body.home div.img-wrap { height: auto; position: relative; }
    body.home div.img-wrap img { position: relative; }
}

/* -- New Forklift Archive page -- */

@media (min-width: 900px) and (max-width: 1200px) {
    div.img-wrap { height: 240px; }
    div.img-wrap2 { height: 300px; }
}

@media (min-width: 791px) and (max-width: 899px) {
    div.img-wrap { height: 170px; }
    div.img-wrap2 { height: 170px; }
}

@media (min-width: 501px) and (max-width: 600px) {
    div.img-wrap { height: 250px; }
    div.img-wrap2 { height: 250px; }
}

@media (max-width: 500px) {
    div.img-wrap, div.img-wrap2 { height: auto; position: relative; }
    div.img-wrap img, div.img-wrap2 img { position: relative; }
    .grid .grid-item { margin-bottom: 40px; }
}

/* -- End New Forklift Archive Page -- */

@media (min-width: 1101px) {
    div.gallery-cell {
        width: 100%;
        padding: 0 30px 0 0;
    }

    div.gallery-cell figure figcaption {
        width: 25%;
        margin-right: 0;
    }
    
    nav {
		display: block !important; 
	}

}

@media (min-width: 791px) and (max-width: 1100px) {
    nav#mainnav {
        display: block !important;
        float: none;
        clear: both;
    }
    
    nav#mainnav ul {
        text-align: justify;
        padding: 20px 0;
        margin: 0;
    }
    
    nav#mainnav ul li {
        display: inline-block;
    }
    
    nav#mainnav ul:after {
        width: 100%;
        display: inline-block;
        content: '.';
        visibility: hidden;   
    }
    nav ul li {
        float: none;
        display: inline;
        list-style-type: none;
    }
    
    .slide-text h1, body.page-id-13 h1, body.page-id-6 h1 {
        font-size: 60px;   
    }
    
    nav ul li a:link, nav ul li a:visited {
        margin-left: 0;   
    }
}

@media (max-width: 790px) {
    #toggle-bar {
		display: block;
        top: 50px;
	}
    
    .mobile-hide {
        display: none;
    }
    
    .mobile-show {
        display: block;  
    }
    
    nav a.search-link {
        text-align: center;
        float: none;
        text-decoration: none;
        color: #CCC;
    }
    
    a#logo img {
        width: 240px;
    }
    
    nav {
		display: none;
		position: relative;
        margin-top: 30px;
		width: 100%;
        text-align: center;
	}
	
    nav ul {
        padding-left: 0;
        margin: 0;
    }
    
    nav ul li {
        float: none; 
    }
    
    nav ul li a:link, nav ul li a:visited {
        margin-left: 0;
        display: block;
        background-color: #FFF;
        padding: 15px 0; 
        transition: background-color 0.3s ease;
    }
    
    nav ul li.current-menu-item a {
        font-weight: 700;
        color: #000;
        border-bottom: none;
        background-color: #fee123;
    }
    
    div#hero {
        padding: 120px 0;
    }
    
    .slide-text { padding: 0 30px; }
    
    .slide-text h1, body.page-id-13 h1, body.page-id-6 h1 {
        font-size: 50px;   
    }
    
    a.btn:link {
        font-size: 14px;
        padding: 18px 15px;
    }
    
    section#intro .intro-text {
        float: none;
        width: 100%;
        
    }
    
    section#intro p {
        font-size: 24px;
    }
    
    h2 {
        font-size: 36px;   
    }

    section#intro img {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    
    main#content div.left-content {
        width: 100%;
    }
    
    div.gallery-cell figure img {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    
    div.gallery-cell figure figcaption {
        float: none;
        width: 100%;
        border-top: 0;
        padding: 20px;
        margin-right: 0;
    }
    
    div.cstext, div.cslink {
        float: none;
        width: 100%;
    }
    
    div.cstext {
        margin-top: 30px; 
    }
    
    div.cta { 
        padding: 50px 30px 25px 30px;
    }
    
    div.cta h2 {
        margin-top: -70px;
        font-size: 30px;
    }
    
    div.cta p {
        padding: 0;
    }
    
    div.subscribe h2 { text-align: center; }
    
    div.subscribe h2, div.subscribe form {
        float: none;
        width: 100%;
    }
    
    .col3 {
        width: 50%;   
    }
    
    body.home section#intro div.col3 {
        margin-bottom: 30px;   
    }
    
    body.home div.useditem, .col4 { width: 100%; padding: 0; }

    div.useditem {
        margin-bottom: 3em;   
    }
    
    div.useditem table {
        float: none;
        width: 100%;
    }

    div.useditem div.used-desc {
        float: none;
        width: 100%;
        margin: 30px 0;
    }
    
    body.single div.useditem h1 {
        font-size: 30px;
    }
    
    body.single div.useditem .price {
        font-size: 24px;   
    }
    
    body.single-usedbigtrucks div.useditem .gallery-image {
        float: none;
        width: 100%;
    }

    body.single-usedbigtrucks div.useditem .usedtext {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    
    div.filters {
        float: none;
        width: 100%;
    }
    
    body.home section#intro div.grid-item {
        width: 33.3%;
    }
    
    body.post-type-archive-newbigtrucks div.grid-item {
        width: 50%;   
    }
    
    div.formcol {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    form .half {
        width: 100%;
    }
    
    body.page-id-13 img.img-product, body.page-id-6 img.img-product {
        float: none;
        width: 100%;
    }
    
    body.page-id-6 div.left-content {
        float: none;
        width:100% !important;
        padding: 0;
    }
    
    #footer .col {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 640px) {
    div.cta a.btn {
        display: block;
        margin-bottom: 15px;
    }
    
    div.subscribe input[type="email"] { font-size: 14px; }
    
    div.subscribe input[type="submit"] {
        font-size: 14px;
        padding: 14px 10px;
        top: 5px;
    }
    
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .col4 { padding: 0; }

    div.useditem {
        margin-bottom: 0;
        padding: 0;
    }
    
    div.useditem .usedimage {
        float: none;
        width: 100%;
    }
    
    div.useditem .usedtext {
        float: none;
        width: 100%;
        margin: 0;
    }
    
    body.single div.useditem h1 {
        margin-top: 30px;
    }
    
    div#filterwrap {
        border: none;
        padding-bottom: 0;
    }
    
    .slick-prev {
        left: 1% !important;
        font-size: 28px !important;
        z-index: 20;
    }
    
    .slick-next {
        right: 1% !important;
        font-size: 28px !important;
        z-index: 20;
    }
    
    body.post-type-archive-newbigtrucks div.grid-item {
        width: 50%;   
    }
    
    .white-popup-block {
        padding: 1em;  
    }
    
    div#contact-form {
        width: 100%;   
    }
    
    body.home section#intro div.grid-item {
        width: 100%;
        margin-bottom: 40px;
    }
    
    body.home section#intro {
        margin-bottom: 0;
    }
    
    div.useditem img.refurb-icon {
        top: 20px;
    }
    
}

@media (max-width: 500px) {
    div#hero {
        padding: 100px 0;
    }
    
    div.slide-text {
        padding: 20px;
    }
    
    .slide-text h1, body.page-id-13 h1, body.page-id-6 h1 {
        font-size: 36px;
        line-height: 1em;
    }
    
    a.btn:link {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    
    section#intro p {
        font-size: 18px;
    }
    
    h2 {
        font-size: 30px;   
    }
    
    div.cta {
        margin: 6em 0 3em 0;
        padding: 0;
        border: 0;
    }
    
    div.cta h2 {
        font-size: 24px;
    }
    
    div.cta h2 span { padding: 0; }
    
    .col3 {
        width: 100%;   
    }
    
    #footer {
        padding: 50px 0;
    }
    
    body.home section#intro div.grid-item {
        width: 100%;
    }
    
    body.post-type-archive-newbigtrucks div.grid-item {
        width: 100%;   
    }
    
    body.single div.useditem div.used-desc, body.single div.useditem table {
        font-size: 14px;
    }
    
    body.page-id-13 section#intro .intro-text p, body.page-id-6 section#intro .intro-text p {
        width: 100%;   
    }
}