/*
Theme Name: Theme
Author: About Image
Author URI: http://aboutimage.co.nz/
Description: A Custom Theme Designed For The Team At Liquigas
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mydomain
*/

/*Grey #939383
Orange #D27F1C

Nav Text #B3B3B3
Main Text #666666
Dark #333348
Blue Footer Txt #3C6C8C*/



body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color:#666666;
	background: url(images/bg.jpg) no-repeat top center #020306;

}

.no-padding{
	padding: 0;


}

.img-responsive {
	width: auto;
}

.wp-core-ui .button-primary {
	background: #D27F1C !important;
}

a:hover {
	color: #D27F1C;
}


/*
	Typography
*/

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto Slab';
	color: #333348;
}

h1 {
	font-size:2em;
	color: #317284;
}

h2 {
	font-size: 1.8em;
	padding-top: 20px;
}

h3 {
	font-size: 1.6em;
	
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

h1.singlepost {
	font-size: 1.5em;
	font-weight: 400;
	width: 100%;
	background-color: #939383;
	background-color: #317284;
	line-height: 50px;
	padding-left: 10px;
	color: #fff;
	overflow: hidden;
	background: url(images/header-bg.jpg) no-repeat;
	background-size: cover;
}

span.entry-date {
	padding-right: 10px;
	font-size: 14px;
}

.singlepostimg > img {
	margin: 0 20px 0 0;
}

.navbar {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	background: url(images/nav-bg.jpg) no-repeat;
	background-size: cover;
	border-bottom: 2px solid #B3B3B3;

}

.navbar-default .navbar-nav >li >a {
	color: #B3B3B3;
	font-family: 'Roboto Slab';
	text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover  {
	background: #D27F1C;
	color: #fff;
}

.navbar-default .navbar-nav li:hover a {
	background: #D27F1C;
	color: #fff;
}

.navbar-default .navbar-toggle{
	border:none;
	background-color: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #D27F1C;
}

.navbar-default .navbar-toggle:hover {
    background-color: white;
}

header, header.smaller {
	position: relative;
	height: 100px;
	background: url(images/header-bg.jpg) no-repeat;
	background-size: cover;
}

header .logo img#mobile, header.smaller .logo img#mobile {
	padding-top: 25px;
}

header .logo img#desktop {
	padding: 55px 0 0 40px;
}


/*smaller header*/
header.smaller {
	background: url(images/header-bg-smaller.jpg) no-repeat;
}

header.smaller .logo img#desktop {
	padding: 17px 0 0 40px;
}


.carousel-caption h3 {
	color: #fff;
}





.quick {
	background: #939383;
	padding-top: 0;
	padding-bottom: 0;
}

.quick .quick-item h4 {
	margin-bottom: 7px;
	color: #fff;
	font-weight: 300;
}

.quick .quick-item p {
	font-family: 'Roboto';
	color: #fff;
	font-weight: 300;
}

.quick .quick-item {
	padding-top: 0;
}

.quick .quick-item:first-child {
	padding-top: 10px;
}

.quick-item:hover a {
	text-decoration: none;
}


#main, #no-content {
	background-color: #fff;
}

.content {
	padding: 0 20px;
}

#news {
	margin-top: 40px;
}

.news .feat: {
	width: 100%;
	height: auto;
}

.news .title, .news .title-no-hover {
	width: 100%;
	height: 50px;
	background-color: #939383;
	background-color: #317284;
	background: url(images/header-bg.jpg) no-repeat;
	background-size: cover;
	line-height: 50px;
	text-align: center;
	overflow: hidden;

}

.news .title a {
	text-decoration: none;
	color: #fff;
	font-family: 'Roboto Slab';
	text-transform: uppercase;
	font-size: 1.2em;
}

.news .title-no-hover h3  {
	color: #fff;
	font-family: 'Roboto Slab';
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 0;
	font-weight: 400;
	margin-top: 15px;
}

.news .title:hover {
	background:#D27F1C;
}

.news .teamtitle {
	text-align: left;
	padding:0 1em;
	height:85px;
	overflow: hidden;
	margin-bottom: 20px;
}

.news .teamtitle h4,
	.news .teamtitle h5,
	.news .teamtitle a {
		color: #fff;
		font-weight: 400;
	}

span.border {
	display: block;
	border-bottom: 2px solid rgba(0,0,0,.3);
	width: 98%
}



#no-txt {
	text-transform: none;
}

.carousel-caption {
	bottom: 3px;
}





.news-excerpt {
	padding: 10px 20px 0 10px;

}


.moretag {
	margin-top: 5px;
	padding-top: 5px;
	color: #000;
	border-top: 2px solid #939383;
	display: block;
	font-family: 'Roboto Slab';
	font-weight: bold;
	font-size: .9em;
}

.bottom-banner {
	height: 100px;
	background: url(images/header-bg-small.jpg) no-repeat;
	background-size: cover;
	transition: background .9s linear;
	padding:0;
	margin: 0;

}

.bottom-banner h1 {
	color: #fff;
	font-size: 1.2em;
	line-height: 100px;
}

footer.site-footer {
	position: relative;
	height: 95px;
	background: url(images/footer-bg-small.jpg) no-repeat;
	background-size: cover;
}

footer.site-footer .footer-logo {
	padding-top: 15px;
	padding-bottom: 15px;
}

.credit, .credit a {
	color: #3b6c8b;
	font-size: .9em;
}

.credit span {
	padding: 0 5px;
}



.map {
	margin-top: 15px;
}

.locations:nth-child(3n+1){
    clear:left;
    
}

.locations {
	margin-bottom: 50px;
}

#membersArea {
	min-height: 500px;
}

.downloads {
	border-bottom: 1px solid #000;
}

.downloads span.date {
	font-size: .8em;
	padding-left: 10px;
}

.downloads .fileDL, .memberpage .fileDL {
	margin: 20px 0;
}

.downloads .fileDownload, .memberpage .fileDownload {
	background: #D27F1C;
	color: #fff;
	border-radius: 15px;
	padding: 15px;
	width: 120px;
	display: block;
	text-align: center;
	
}

.memberpage {
	border-bottom: none;
}

.news .feat {
	height: auto;
}

.carousel-caption {
	bottom: 5px;
	right: 0;
	left: 0;
}


/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px){

	.news .feat {
		height: auto;
	}

	.carousel-caption {
		bottom: 20px;
		right: 20%;
		left: 20%;
	}
 
}


/* Small Devices, Tablets */
@media only screen and (min-width: 768px){

	h1 {
		font-size:2.4em;
	}

	.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

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

	header {
		height: 200px;
	}

	.quick {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.quick .quick-item:first-child {
		padding-top: 15px;
	}

	.quick .quick-item {
		padding-top: 15px;
	}

	.news .feat {
		height: auto;
	}
	.news .title a {
		font-size: .9em;
	}

	h1.singlepost {
		font-size: 2em;
	}

	.bottom-banner h1 {
		font-size: 2.2em;
	}

	footer.site-footer {
		background: url(images/footer-bg.jpg) no-repeat;
	}

	.do-not-remove {
		margin-top: -50px;
	}

	.map {
		margin-top: 25px;
	}

	.map > .site-footer{
		margin-top: -150px;
	}
	

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px){
 	.news .feat {
 		height: auto;
 	}
 	.news .title a {
 		font-size: 1.1em;
 	}

 	.bottom-banner {
 		margin-top: 50px;
 		height: 200px;
 		
 	}

 	.bg1, .bg2 {
 		background-repeat: no-repeat;
 	}

 	.bg1 {
 		background-image: url(images/header-bg.jpg);
 	}

 	.bg2 {
 		background-image: url(images/ripple2.jpg);
 	}


 	footer.site-footer {
 		margin-top: 50px;
 	}

 	#contID {
 		margin-top: 0;
 	}


 	footer.site-footer .footer-logo {
 		position: absolute;
 		right:24px;
 		top:32px;
 	}

 	.credit {
 		position: absolute;
 		left:20px;
 		top:62px;
 		font-size: .9em;
 	}

 	.bottom-banner h1 {
 		font-size: 3em;
 		line-height: 200px;
 	}
}
 
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px){
 
}