/*
Theme Name: Traditional Turnings
Theme URI: http://underscores.me/
Author: Cat Matteson
Author URI: http://colourcode.com.au/
Description: Custom Theme for Traditional Turnings
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=Cabin);

/* ==========================================================================
   General styles
   ========================================================================== */
* { 
	margin: 0;
	padding: 0px;
    font-family: 'Cabin', sans-serif;
    line-height: 1.5em;
} 


body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #F4F4F4;
    color: #4A4A4A;
    font-size: 16px;
}
html {
    height: 100%;
}


/*--------------------------------------------------------------
Remove Firefox Outlines
--------------------------------------------------------------*/
a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0;
  outline: 0 !important;
  outline-style:none;
}
button, object, embed { 
  outline: 0;
}

/* All Input elements */
input::-moz-focus-inner { 
 outline: 0; 
}

/* Or more specifically*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner{
  outline: 0;
}

/*--------------------------------------------------------------
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;
}
*/

/*--------------------------------------------------------------
TYPOGRAPHY
--------------------------------------------------------------*/
p {line-height: 1.5em;
	margin-bottom: .75em;
}

a {color:#4A4A4A; }

/*--------------------------------------------------------------
LANDING
--------------------------------------------------------------*/
header {
	min-height: 100%;
	}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption {
	position: absolute;
	top: 25%;
}

.carousel-arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 999;
	margin-left: -25px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #ffffff;
}

.fill-top {
	width: 100%;
    height: 100%;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #ffffff;
}

footer {
    margin: 50px 0;
}
.site-footer {
	font-size: x-small;
    text-align: center;
}

/*--------------------------------------------------------------
NAVBAR
--------------------------------------------------------------*/
#navmenu {
	display:none;
}

.navbar {
	min-height: 100px;
	z-index: 9999;
	}

.navbar-default {
	border-color: transparent;
	background-color: #303231;
}

.navbar-brand {
	max-width: 100%;
	height: auto;
	padding: 5px 0px;
	margin-top: 1em;
	}

.navbar-default .navbar-toggle {
	margin-top: 2em;
	border-color: transparent; 
	}
	
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
	
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
	border-color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
	font-weight: 300; 
	color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #ffffff;
	background-image: url('img/tool-menu.png');
	background-position: center center;
	background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-color: transparent;    
}

.navbar-nav > li > a {	
    font-family: 'Cabin', sans-serif;
    font-weight: 300;
	margin-top: 1.5em;
}

/*--------------------------------------------------------------
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;
}

.mt {
	margin-top: 30px;
}

.mb {
	margin-bottom: 30px;
}

.mtb {
	margin-top: 30px;
	margin-bottom: 30px;
}

.pt {
	padding-top: 30px;
}

.pb {
	padding-bottom: 30px;
}

.ptb {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*--------------------------------------------------------------
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.4 SECTIONS
--------------------------------------------------------------*/
.section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-padded {
	padding-top: 150px;
	padding-bottom: 150px;
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


.green-bg {
	background-color: #F5FAF8;
}

.olive-bg {
	background-color: #C4D3CD;
}

.grey-bg {
	background-color: #4A4A4A;
	color: #ffffff;
}

.welcome h1 {
	text-align: center;
}

.welcome .intro {
	text-align: center !important;
	font-size: 18px;
	margin-top: 1em;
}

/*--------------------------------------------------------------
10.0 CONTACT
--------------------------------------------------------------*/

.contact-map {
	background-color: transparent;
	height: 580px;
	position: relative;
}

.map-bg {
  width: 100%; 
  height: 100%;
  position:absolute; 
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

#job_listing-map-canvas, #resume-map-canvas, .job_listing-map, .resume-map, .job_listing-map-wrapper, .jobify_widget_map {
	height: 580px !important;
}

.localities-form-box {
	overflow-y: auto;
	max-height: 580px;
}


.contact-form-box {
	margin-bottom: 0;
	background: #C4D3CD;
	padding-top: 20px;
	padding-bottom: 30px;
/*
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2); 	
*/
	 position: relative; 
  z-index: 1; /* The z-index should be higher than Google Maps */
  height: 580px;
}

.contact-form-box p {
	margin-bottom: 15px;
}

.contact-icon {
	float: left;
    width: 40px;
    height: 50px;
    text-align: center;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
	border-bottom: 1px solid #ddd;
	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 {
}



/*--------------------------------------------------------------
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) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.navbar-brand {margin-left: 1em; margin-bottom: 1em;}
.navbar-default .navbar-nav > li > a {text-align: center;}
}

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

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

}