/*
Theme Name: Wanneroo Crane Hire
Author: 
*/

body{
	font-size: 14px;
}

a:hover,a:active{
    text-decoration: none;
}
.alignleft {
	display: inline;
	float: left;
        margin: 0.4em 1.6em 1em 0;
}

.alignright {
	display: inline;
	float: right;
        margin: 0.4em 0 1em 1.6em;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
        margin-top: 0.4em;
	margin-bottom: 1em;
}

header{/*
  background: -webkit-linear-gradient(#ffd61b, #ebc411); 
  background: -o-linear-gradient(#ffd61b, #ebc411); 
  background: -moz-linear-gradient(#ffd61b, #ebc411);
  background: linear-gradient(#ffd61b, #ebc411); */
  padding:20px 0px 15px;
}

header .textwidget{
    display: inline;
}

header span{
    font-size: 36px;
    color:#000;
    font-weight: bold;
    float:right;
    margin-top: 15px;
}

header span a{
	color: #000000;
}

header span i.fa{
	font-size: 18px;
	float: right;
	margin: 5px 10px 0 0;
	background: #D6B035;
	width: 30px;
	height: 30px;
	line-height: 20px !important;
	text-align: center;
	padding: 5px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

header span:before{
  content: "";
  background: transparent url('images/phone.png') no-repeat left bottom;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 10px;
  right: 8px;
}

/*nav bar*/
.navbar-collapse{padding: 0;}

.navbar-default{
    margin-bottom: 0;
}

.navbar-default {
  background-image: none;
  background-repeat: no-repeat;
  border-radius: 0px;
  box-shadow: none;
  border:none; 
  background-color: #AC7A40;
  /*
  background: -webkit-linear-gradient(#fee321, #ffd71b); 
  background: -o-linear-gradient(#fee321, #ffd71b); 
  background: -moz-linear-gradient(#fee321, #ffd71b);
  background: linear-gradient(#fee321, #ffd71b); */
}

.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .open > a ,.navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .open > a:hover{
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  font-size: 17px;
  background-color: #30383d;
  font-weight: bold;
  color:#E4D4C2;
  text-shadow: none;
}

.navbar-default .navbar-nav > li > a{
    font-size: 15px;
    color:#E4D4C2;
    font-weight: bold;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-default .navbar-nav > li >a:focus,.navbar-default .navbar-nav > li >a:hover{
    font-size: 15px;
    background-color:#30383d;
    font-weight: bold;
    color:#E4D4C2;
}

.navbar-default .navbar-nav li:after{
    content: "|";
    color:#E4D4C2;
}

.navbar-default .navbar-nav li:last-child:after{
    content: "";
}

.mobile-title{
    display: none;
    padding:14px;
    text-transform: uppercase;
    font-weight: bold;
}

.bc{
	background: #30383d;
	padding: 10px 0;
	color: #E4D4C2;
}
.bc a{
	color: #E4D4C2;
}

.content .container{
	padding: 10px 0;
}

.su-posts.su-posts-teaser-loop .su-post{
	width: 30%;
	float: left;
	margin-right: 3%;
}

.su-posts-teaser-loop .su-post .su-post-thumbnail{
	width: 100%;
	height: 100%;
}

.su-posts-teaser-loop .su-post-thumbnail img{
	height: 100% !important;
}

.su-posts-teaser-loop h2.su-post-title{
	font-size: 20px !important;
}

/*submenu*/
ul.sub-menu{
    display: none;
    position: absolute;
    min-width: 280px;
    padding-left: 0;
    border-radius: 0 0 5px 5px;
    z-index: 9;
}

ul.sub-menu li{
    list-style: none;
    background: #30383d;
    /*
    background: -webkit-linear-gradient(#212121, #1b1b1b); 
    background: -o-linear-gradient(#212121, #1b1b1b); 
    background: -moz-linear-gradient(#212121, #1b1b1b);
    background: linear-gradient(#212121, #1b1b1b); */
    border-bottom: 1px solid #373737;
    padding:8px 15px;
    font-weight: 600;
    text-transform: capitalize;
}

ul.sub-menu li:last-child{
    border:none;
    border-radius: 0px 0px 10px 10px;
    background: #30383d;
    /*    
    background: -webkit-linear-gradient(#1a1a1a, #111111); 
    background: -o-linear-gradient(#1a1a1a, #111111); 
    background: -moz-linear-gradient(#1a1a1a, #111111);
    background: linear-gradient(#1a1a1a, #111111);
    */
}

ul.sub-menu li:after{
    content:"" !important;
}

ul.sub-menu li a{
    font-size: 15px;
    color:#E4D4C2;
}

ul.sub-menu li:hover{
	background: #D6B035;
}

ul.sub-menu li:hover a{
	color: #333333;
}

ul.nav li:hover > ul.sub-menu{
    display: block;    
}

ul.nav li:focus > ul.sub-menu{
    display: block;    
}

/*slider image*/
section.slider{
    margin-bottom:20px;
}

.slider img{
    width: 100%;
    
}

.slider .carousel-caption img{
    width: auto;
    float:right;
}

.carousel-indicators{
text-align: left;
margin-left: -38%;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #ffd61b;
  margin: 0;
  border: none;
}

.carousel-control{
    opacity: 1;  
}

.previous{
    background:transparent url('images/previous.png') no-repeat left center;
    width: 23px;
    height: 122px;
    display: block;
    position: absolute;
    top: 35%;
}

.next-s{
    background:transparent url('images/next.png') no-repeat left center;
    width: 23px;
    height: 122px;
    display: block;
    position: absolute;
    top: 35%;
    right: 0;
}

/*blocks*/
section.blocks{
    margin-bottom: 20px;
}

.col-md-4:first-child .block{
  background: -webkit-linear-gradient(#fafafa, #e8e8e8); 
  background: -o-linear-gradient(#fafafa, #e8e8e8); 
  background: -moz-linear-gradient(#fafafa, #e8e8e8);
  background: linear-gradient(#fafafa, #e8e8e8);
  border:1px solid #e8e8e8;
  border-radius: 4px;
  padding:0px 15px;
}

.col-md-4:first-child .block img,.col-md-4:nth-child(2) .block img,.col-md-4:last-child .block img{
    position: absolute;
    display: block;
}

.col-md-4:first-child .block span {
  color: #30383d;
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  margin-left: 80px;
  padding-bottom: 15px;
  text-transform: uppercase;
    margin-top:4px;
}

.col-md-4:first-child .block a{
    display: inline-block;
    color: #E4D4C2;
    background-color:#30383d;
    margin:auto;
    font-size: 14px;
    text-transform: uppercase;
    padding:5px 10px;
    border-radius: 4px;
}

.col-md-4:nth-child(2) .block{
    background: #30383d;
    border-radius: 4px;
  padding:0px 15px;
}

.col-md-4:nth-child(2) .block img{
    top:14px;
}

.col-md-4:nth-child(2) .block span {
  color: #ffd61b;
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  margin-left: 80px;
  padding-bottom: 15px;
  text-transform: uppercase;
    margin-top:4px;
}

.col-md-4:nth-child(2) .block a{
    display: inline-block;
    color: #30383d;
    background-color:#ffd61b;
    margin:auto;
    font-size: 14px;
    text-transform: uppercase;
    padding:5px 10px;
    border-radius: 4px;
}

.col-md-4:last-child .block{
    background: #ffd61b;
    border-radius: 4px;
  padding:0px 2px;
}

.col-md-4:last-child .block span {
  color: #30383d;
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  margin-left: 80px;
  padding-bottom: 15px;
  text-transform: uppercase;
    margin-top:4px;
}

.col-md-4:last-child .block a{
    display: inline-block;
    color: #E4D4C2;
    background-color:#30383d;
    margin:auto;
    font-size: 14px;
    text-transform: uppercase;
    padding:5px 10px;
    border-radius: 4px;
}

.col-md-4:last-child .block img{
    top:10px;
}

/*welcome section*/
section.welcome{
    margin-bottom: 40px;
}

section.welcome h2{
    font-weight: bold;
    color:#30383d;
}

section.welcome p{
    font-size: 15px;
}

span.sub-title{
    background-color: #30383d;F
    color:#D6B035;
    padding:0px 8px;
	font-weight: bold;
}

section.welcome img{
    width: 100%;
}

a.read-more{
    background-color:#D6B035;
    color:#000;
    font-size: 14px;
    display: inline-block;
    padding:4px 8px;
}

a.read-more:before,a.read-more:after{
    content: " :: "
}

/*services*/
section.services{
    margin-bottom: 20px;  
}

section.services img{
    width:100%;
    display: inline-block;
    position: relative;
}

section.services a{
  font-weight: bold;
  color: #E4D4C2;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  width: 97%;
  top: -34px;
  background-color: rgba(0,0,0,0.5);
}

.list{
    border-bottom: 1px dashed #000;
}

.list:last-child{
    border:none;
}

.list a{
    margin-bottom: 20px;
}

/** blog **/
.col-md-12.news{margin-top: 20px;}
.col-md-12.news h2{margin-top: 0;}
.news-articles{overflow: hidden;}

/*footer*/
footer{
    background-color:#31383C;
    padding-bottom: 20px;
}

footer h3{
    color:#E4D4C2;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #303030;
    padding: 10px 0px;
}

footer p,footer span{
    color:#E4D4C2;
    font-size: 14px;
}

footer ul.menu{
    padding-left:5px;
}

footer ul.menu li{
    list-style: none;
}

footer ul.menu li:before{
    content:"- ";
    color:#E4D4C2;
}

footer ul.menu li a{
    color:#E4D4C2;
    font-size: 14px;
    text-transform: capitalize;
}
/*
footer span{
    margin-right:20px;
    min-width: 42px;
    display:inline-block;
}*/

/*copyright*/
.copyright{
    background-color:#AC7A40;
}

.copyright p{
    margin-top:10px;
    color:#E4D4C2;
}

.copyright a,.copyright a:hover{
    color:#E4D4C2;
}

.full-width h2{
text-transform:capitalize;
}

/**** Extra Classes ****/

body.single-post.single .ngg-gallery-thumbnail-box{
	width: 32%;
}

body.single-post.single .ngg-gallery-thumbnail img{
	width: 98%;
}

footer .col-md-3 img{
	display: block;
	margin: 0 auto;
}


@media screen and (max-width: 1024px){

	.su-posts.su-posts-teaser-loop .su-post{
		width: 45%;
	}
	
	.su-posts-teaser-loop h2.su-post-title{
		font-size: 18px;
	}

}

@media screen and (min-width: 768px){
  .carousel-caption {
  /*right: 28%;*/
  left: 30%;
  right: inherit;
  top: 55%;
  padding-bottom: 30px;
}  
}


@media(max-width:992px){
   .block{
        margin-bottom: 25px;
    } 
}

@media(max-width:768px){
    .navbar-default .navbar-nav > li > a{
        display: block;
    }

    .navbar-default .navbar-nav li:after{
        content: "";
    }

    ul.sub-menu{
        position: relative;
    }

    .block{
        margin-bottom: 25px;
    }

    span.sub-title{
        display: block;
    }

    section.welcome img{
        margin-bottom: 10px;
    }

    .previous{
        background:transparent url('images/pre-s.png') no-repeat left center;
        width: 11px;
        height: 60px;
top:25%;
    }

    .next-s{
        background:transparent url('images/next-s.png') no-repeat left center;
        width: 11px;
        height: 60px;
top:25%;
    }
    .slider .carousel-caption img{
        width: 60px;
        float:right;
    }
    .carousel-caption {
        right: 28%;
        top: 45%;

    } 
    .mobile-title{
        display: block;
        color: #000;
    }
}

@media(max-width:550px){
    header img{
        display: block;
        margin:auto;
    }
    
    header span{
        float:none !important;
        display: block !important;
        margin:auto;
        text-align: center;
    }
}

@media screen and (max-width: 414px){

	.su-posts-teaser-loop h2.su-post-title{
		font-size: 14px !important;
	}

}

@media screen and (max-width: 400px){

	.su-posts.su-posts-teaser-loop .su-post{
		width: 100%;
	}

}

label{
	font-weight: normal;
}

.gform_button.button{
	padding: 5px 20px;
	border: 1px solid #D6B035;
	background: #D6B035;
    color: #31383C;
}