/*
Theme Name: bootstrapwp
Theme URI: http://underscores.me/
Author: Cat Matteson	
Author URI: http://colourcode.com.au/
Description: Custom theme for Measured Land Surveyors.s
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrapwp
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 bootstrapwp is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

7.0 - Alignments
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

/*--------------------------------------------------------------
General Styles
--------------------------------------------------------------*/
html, 
body {
    height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #212121;
	line-height: 1.5em;
	font-weight: 400;
}

a, a:focus, a:hover {
    color: #ad4100;
    text-decoration: none;
}

/*--------------------------------------------------------------
TYPOGRAPHY AND COLOURS
--------------------------------------------------------------*/
.h1, h1, .h1, h2, .h3, h3, .h4, h4, .h5, h5 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.h1, h1 {
	color: #002430;
}

.h3, h3, .h2, h2 { 
	color: #ad4100;
}

.h3 a, h3 a, .h2 a, h2 a {
	color: #002430 !important;
}

.h4, h4 {
	color: #ad4100;
	font-size: 18px;
	margin-top: 1.5em;	
	font-weight: 400;
}

li {
	margin: 5px 0;
	color: #002430;
}

.red {color: #ad4100;}

.blue {color: #002430;}


/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
.btn-default {
    color: #fff !important;
    background-color: #ad4100 !important;
    border-color: transparent !important;
}

.btn {
    border-radius: 0px !important;

}

.cont_forms input[type=submit] {
    color: #fff !important;
    background-color: #ad4100 !important;
    border-color: transparent !important;	
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

#header {
	background-color: #002430;	
}

.header-wrap {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	width: 100%;
}

.header-wrap-home {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	width: 100%;
}

/*--------------------------------------------------------------
NAVBARS
--------------------------------------------------------------*/
.navbar-brand {
    height: 155px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
    margin-top: 15px;
}

.navbar-brand img {
	max-height: 125px;
}

.navbar-inverse {
	background-color: #002430;
	border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
	font-family: 'Lato', sans-serif;	
	font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: rgb(173, 65, 0);
    background-color: transparent;
    font-weight: 400;
}

/*--------------------------------------------------------------
MENU STYLES
--------------------------------------------------------------*/
ul.topnav {
	list-style: none;
	text-align: right;
	margin-top: 105px;
	float: right; 
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

ul.topnav li {
	display: inline-block;
}

.number {line-height: 2em;    margin-right: 1em;
}

.social {
    background: #5f82ce;
    text-align: center;
    display: inline-block;
    width: 36px!important;
    height: 36px!important;
    border-radius: 18px!important;
    line-height: 34px;
    border: 1px solid transparent;
}

.social a {
    color: #ffffff !important;
    }

/*--------------------------------------------------------------
Word Break
--------------------------------------------------------------*/
/*
#primary, #secondary {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
*/

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
.form-control {
	border-radius: 0 !important;
	border: 1px solid rgb(70, 104, 174) !important;
}

label {
	width: 100%;
	font-weight: normal !important;
	font-size: 16px !important;
}

.cont_forms input[type=text] {
	width: 100% !important;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.entry-header {
	background-color: #ffffff;
	padding: 15px 0 30px 0;
}

.grey-bg {
	background-color: rgb(249, 249, 249);
	padding: 45px 0;
}

.white-bg {
	background-color: #ffffff;
	padding: 45px 0;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
/*
	margin: 0 0 1.5em;
	padding-bottom: 1.5em;
*/
}
.byline,
.updated {
	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;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.site-footer {
	color: #ffffff;
	padding: 15px 0 30px 0;
	background-color: #002430;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}


/*--------------------------------------------------------------
Media Queries 
--------------------------------------------------------------*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
/* ul.topnav { top: 110px;} */
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.header-wrap-home, .header-wrap {height: 200px;}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.navbar-brand {text-align: center; width: 100%;}
.navbar-brand>img {display: inline-block;}
ul.topnav {margin-top: 0px; float: none; text-align: center;}
}

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

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}