/*
Theme Name: LitePress
Theme URI: http://www.westcoastwebdesign.com.au/litepress
Author: West Coast Web Design
Author URI: http://www.westcoastwebdesign.com.au/
Description: A simple and lightweight WordPress theme designed and developed by West Coast Web Design.
Version: 0.9.13
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

html {
	-webkit-font-smoothing: subpixel-antialiased; /* Fix for webkit based browser fonts 'flickering' during carousel animation */
}
body {
	font-family: 'Open Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
}
hr {
	clear: both;
}
/*
	Tables for layout where no CSS alternative is available such as tabs
*/
.table-unstyled {
	border: none;
}
.table-unstyled tr {
	border: none;
}
.table-unstyled th {
	font-weight: bold;
	background: none;
	text-align: left;
	padding: 0 10px 0 0;
	border: none;
}
.table-unstyled td {
	padding: 0;
	border: none;
}

/*--------------------------------------------------------------
Site Header
--------------------------------------------------------------*/
.site-header {
}

/*--------------------------------------------------------------
Site Branding
--------------------------------------------------------------*/
.site-branding {
	text-align:center;
	padding-bottom: 30px;
}
.site-branding img {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.site-branding .h3 {
	margin-top: 30px;
	display: block;
}
.site-branding .h1 {
	margin-left: 10px;
}

/*--------------------------------------------------------------
Site Navigation
--------------------------------------------------------------*/
.navbar-default {
	border-color: rgba(0, 0, 0, .25) !important;
	margin-bottom: 0 !important;
}
.navbar-default, .dropdown-menu {
	background-color: #337ab7 !important;
}
.navbar-default .navbar-text {
	color: #fff !important;
}
.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
	color: #fff !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: rgba(255, 255, 255, .5) !important;
	background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: rgba(255, 255, 255, .5) !important;
	background-color: rgba(0, 0, 0, .15) !important;
}
.navbar-default .navbar-toggle {
	border-color: rgba(0, 0, 0, .25) !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: rgba(0, 0, 0, .1) !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: rgba(0, 0, 0, .35) !important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: rgba(0, 0, 0, .25) !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: rgba(255, 255, 255, .5) !important;
	background-color: rgba(0, 0, 0, .15) !important;
}

/*--------------------------------------------------------------
Banners
--------------------------------------------------------------*/
#banner, .carousel-inner .item {
	min-height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.carousel-indicators {
	display: none;
}

/*--------------------------------------------------------------
Call To Action
--------------------------------------------------------------*/
/*
	Inside banner location for desktop devices
*/
.cta-wrapper-a {
	height: 300px;
	display: table;
}
.cta-wrapper-a .cta {
	display: table-cell;
	vertical-align: middle;
}
.cta-wrapper-a .cta .h3 {
	opacity: 0.9;
	padding: 15px;
	margin-top: 20px;
	display: inline-block;
}
.cta-wrapper-a .cta p {
	background: #fff;
	opacity: 0.9;
	padding: 15px;
	display: inline-block;
}
.cta-wrapper-a .cta .btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
/*
	Inside banner location for mobile devices
*/
.cta-wrapper-b {
	border-radius: 3px;
	margin-top: -40px;
	padding: 30px;
	-webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, .15);
	        box-shadow: 0 -3px 5px rgba(0, 0, 0, .15);
}
.cta-wrapper-b .cta .btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.2);
}
.cta-wrapper-b .cta .btn:hover,
.cta-wrapper-b .cta .btn:focus
{
	background-color: rgba(0, 0, 0, 0.3);
}
/*
	Sidebar location
*/
.cta-wrapper-c {
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px;
}
.cta-wrapper-c p {
	margin-bottom: 20px;
}
.cta-wrapper-c .cta .btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.2);
}
.cta-wrapper-c .cta .btn:hover,
.cta-wrapper-c .cta .btn:focus
{
	background-color: rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
Site Content
--------------------------------------------------------------*/
.content-container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-header {
	border-bottom-width: 3px !important;
	border-bottom-color: rgba(0, 0, 0, 0.08) !important;
	margin-top: 30px !important;
}
.content-container hr {
	border-top-color: rgba(0, 0, 0, 0.08) !important;
}
blockquote {
	border-left-color: rgba(0, 0, 0, 0.08) !important;
}
.acf-map {
	width: 100%;
	height: 260px;
	border: #ccc solid 1px;
	margin-bottom: 20px;
}
/*
	http://codex.wordpress.org/Wrapping_Text_Around_Images
*/
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Site Footer Badges
--------------------------------------------------------------*/
.site-footer-badges {
	text-align: center;
	border-top: 3px solid rgba(0, 0, 0, 0.08);
	padding-top: 20px;
	margin-top: 20px;
}
.site-footer-badges li {
	width: 150px;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: -4px;
	vertical-align: middle;
}
.site-footer-badges img {
	padding-top: 20px;
}

/*--------------------------------------------------------------
Site Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #ccc;
	padding-top: 30px;
	padding-bottom: 40px;
}
.site-footer h4 {
	padding-bottom: 10px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.site-footer .list-unstyled li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site-footer .list-unstyled li:first-child {
	border-top: none;
}
.site-footer .list-unstyled li:last-child {
	border-bottom: none;
}
.site-footer hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.site-footer .fa-ul {
	margin-left: 23px !important;
}
.locations-group .location {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.locations-group .location:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.social-networks {
	border-top: 3px solid rgba(0, 0, 0, 0.1);
	padding-top: 10px;
}

/*--------------------------------------------------------------
Site Info
--------------------------------------------------------------*/
.site-info {
	background-color: #bbb;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.site-info ul {
	 letter-spacing: -1em; /* Effectively collapses white-space */
	 margin-bottom: 0 !important;
}
.site-info .list-inline li {
	letter-spacing: normal; /* Reset letter-spacing to normal value */
	border-left: 1px solid #333;
}
.site-info .list-inline li:first-child {
	border-left: none;
}

/*--------------------------------------------------------------
Posts and Pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
Responsive Classes
--------------------------------------------------------------*/
/*
	Small devices (tablets, 768px and up)
*/
@media (min-width: 768px) {
	#banner, .carousel-inner .item {
		min-height: 440px;
	}
	.cta-wrapper-a {
		height: 440px;
	}
}
/*
	Medium devices (desktops, 992px and up)
*/
@media (min-width: 992px) {
	.site-branding {
		text-align: right;
	}
	.site-branding li {
		border-left: 1px solid #ccc;
		padding-left: 10px;
	}
	.site-branding li:first-child {
		border-left: none;
		padding-left: 0;
	}
	.site-branding li:last-child {
		padding-right: 0;
	}
	#banner, .carousel-inner .item {
		min-height: 490px;
	}
	.carousel-indicators {
		display: block;
	}
	.cta-wrapper-a {
		height: 490px;
	}
	.site-info {
		text-align: left;
	}
}
/*
	Large devices (large desktops, 1200px and up)
*/
@media (min-width: 1200px) {
	#banner, .carousel-inner .item {
		min-height: 540px;
	}
	.carousel-indicators {
		display: block;
	}
	.cta-wrapper-a {
		height: 540px;
	}
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/*
	Text meant only for screen readers
*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
