/*
Theme Name: bootstrapwp
Theme URI: http://underscores.me/
Author: cat matteson
Author URI: http://colourcode.com.au/
Description: cutom theme for potk
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 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400';

html,
body {
    height: 100%;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6em;
}

.background-cover {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
    background-color: #020113;
}

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

.carousel-inner {
    height: 100%;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px 5px;
    background-color: #fff;
}

.carousel-indicators>li {
margin: 1px 5px;
}

.carousel-caption {
	bottom: 10%;
}

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

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

.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;
}

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

/*  VIDEO BACKGROUND
================================================== */
.mb_YTPBar {
	opacity: 1;
}

.mb_YTPBar .buttonBar {
	text-align: center;
    background-color: #111111;
    box-shadow: 0 -1px 5px rgba(31, 50, 63, 0.15);
}

.mb_YTPBar span.mb_OnlyYT {
	display: none;
}

.mb_YTPBar span.mb_YTPTime {
    display: none;
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
    display: none;
}

.mb_YTPBar:hover .buttonBar {
	background-color: #111111;
}

.mb_YTPBar .mb_YTPProgress {
	background: #e9e9e9;
    height: 1.5px;
    bottom: 7px;
}

.mb_YTPBar .mb_YTPLoaded {
	background: transparent;
}

.mb_YTPBar .mb_YTPseekbar {
	background: transparent;
	box-shadow: none;
	border-right: 1px solid #e9e9e9;
	margin-bottom: -4px;
}

.mb_YTPBar, .mb_YTPBar span.mb_YTPUrl a {
	color: #e9e9e9;
}

.mb_YTPBar .simpleSlider {
	border: 1px solid #e9e9e9;
}

.mb_YTPBar .level {
	background-color: #e9e9e9;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
}

.h2, h2 {
    font-size: 34px;
    text-transform: uppercase;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.h4, h4 {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
}

a {
	color: #ffffff;
	outline: 0;
}

a:hover, a:focus, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
	outline:none;
	-moz-outline-style:none;
}

blockquote {
	font-weight: 300; 
    padding: 0px 20px;
    margin: 30px 0px;
    font-size: 16px;
    line-height: 1.75em;
    border-left: 1px solid #8f7f4c;
} 

ol {
	font-family: 'open sans condensed', sans-serif;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 15px;
}

/*--------------------------------------------------------------
NAVBAR
--------------------------------------------------------------*/
.navbar {
	min-height: 100px;
}

.navbar-default {
	background-color: #f9f9f9;
	border-color: transparent; 
    box-shadow: 0 1px 10px rgba(31, 50, 63, 0.25);
}

.navbar-brand {
    height: 100px;
    padding: 10px 15px;
}

.navbar-brand>img {
	height: 80px;
	width: auto;
}

.shrink {
  top: -100px; 
}

#topnav, .navbar {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.navbar-right {    
	margin-top: 24px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 18px;
    font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .5px;
    font-family: 'Open Sans Condensed', sans-serif;
	color: #000000;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #8f7f4c;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
	margin-top: 30px;
    border-color: #8f7f4c;
    border-radius: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #e9e9e9;	
}

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

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.navbar-collapse.in {
    overflow-y: scroll;
}

/*--------------------------------------------------------------
Sections
--------------------------------------------------------------*/
.purple-bg {
	background-color: #020113;
	color: #fff;
}

.gold-bg {
	background-color: #8f7f4c;
	color: #000;
}

.white-bg {
	background-color: #f9f9f9;
	color: #333333;
}

.white-bg a, .lightGrey-bg a {
	color: #8f7f4c;
}

.lightGrey-bg {
	background-color: #e9e9e9;
	color: #333333;
}

.grey-bg {
	background-color: #333333;
	color: #fff;
}

.trans-bg {
	background-color: rgba(36,36,36,.5);
	color: #fff;
}

#map {
    width: 100%;
    height: 500px;
    z-index: 0;
}

.gm-style-cc, .gmnoprint {
	display: none;
}

/*--------------------------------------------------------------
Spacers
--------------------------------------------------------------*/
.mt {margin-top: 30px;}
.mb {margin-bottom: 30px;}
.mtb {margin-top: 30px; margin-bottom: 30px;}

.mtx2 {margin-top: 60px;}
.mbx2 {margin-bottom: 60px;}
.mtbx2 {margin-top: 60px; margin-bottom: 60px;}

.pt {padding-top: 30px;}
.pb {padding-bottom: 30px;}
.ptb {padding-top: 120px; padding-bottom: 90px;}

.ptx2 {padding-top: 60px;}
.pbx2 {padding-bottom: 60px;}
.ptbx2 {padding-top: 60px; padding-bottom: 60px;}


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


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


/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
.btn {
    padding: 6px 12px;
    font-size: 22px;
    font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .5px;
    border-radius: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-carousel, .btn-carousel:visited {
	color: #fff;	
	border-color: #fff;
}

.btn-carousel:hover, .btn-carousel:focus, .btn-carousel:active {
	color: #8f7f4c;	
	border-color: #8f7f4c;
}

.btn-signup, .btn-signup:visited {
	color: #000;	
	border-color: #000;
}

.btn-signup:hover, .btn-signup:focus, .btn-signup:active {
	color: #fff;	
	border-color: #fff;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.tile-release {
	margin: 30px auto 0;
	width: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;	
	display:block;
	position:relative;
}

.tile-label {
	margin: 30px auto 0;
	width: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 150px;
	display:block;
	position:relative;
}

.tile {
	margin: 30px auto 0;
	height: 240px;	
	width: 100%;
	display:block;
	position:relative;
}

 .tile .inner-tile, .tile-release .inner-tile, .tile-label .inner-tile {
  background: rgba(0,0,0,0);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  transition: opacity .4s;
}

 .tile .inner-tile h3 {
  opacity: 0;
  color: #fff;
  margin-top: 30%;
  text-align: center;
  text-transform: uppercase;
}

.tile-label .inner-tile h3 {
  opacity: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
}

.tile-release .inner-tile h3 {
  opacity: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 45%;
}

 .tile:hover .inner-tile h3, .tile-release:hover .inner-tile h3, .tile-label:hover .inner-tile h3 {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.tile:hover .inner-tile, .tile-release:hover .inner-tile, .tile-label:hover .inner-tile {
  background: rgba(0,0,0,.85);
  transition: background-color 0.4s ease;
}

.expand {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.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;
}


/*--------------------------------------------------------------
SOCIALS
--------------------------------------------------------------*/
#socials-popout {
    position: fixed;
    top: 40%;
    left: -20px;
}


ul.socials {
    list-style: none;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    text-align: right;
}

.socials li {
    color: #f9f9f9;
    background: #8f7f4c;
    text-align: center;
    display: block;
    width: 40px!important;
    height: 40px!important;
    border-radius: 20px!important;
    line-height: 40px;
    border: 1px solid transparent;
    margin-bottom: 15px;
	transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}
    
.socials li:hover {
    width: 60px!important;
    height: 60px!important;
    border-radius: 30px!important;
    line-height: 60px;
}

.socials li .fa-lg {
	transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}

.socials li:hover .fa-lg {
    font-size: 2em;
    line-height: 1em;
}

ul.socials-connect {
    list-style: none;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    margin-top: 30px;
    text-align: right;
}

.socials-connect li {
    color: #ffffff;
    display: inline-block;
    margin-left: 15px;
}

/*--------------------------------------------------------------
FORMS / MAILCHIMP
--------------------------------------------------------------*/

#mc_embed_signup input.email, input, select, textarea {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    border: 1px solid #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    height: 45px;
    padding: 0px 1em;
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: top;
    font-weight: 300;	
}



::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}

:focus {
    outline: #fff auto 5px;
}


input, select, textarea { 
	width: 100%;
}

#mc_embed_signup_scroll h3, #mc_embed_signup_scroll .h3 {
	margin-top: 0;
}

.mc-field-group {
	margin: 10px 0;
}

#mc-embedded-subscribe {
	width: auto !important;
	margin-top: 10px;
	float: right;
}

#mc_embed_signup input.mce_inline_error {
	border-color: #c44000 !important; 
}

#mc_embed_signup div.mce_inline_error {
	background-color: #c44000 !important;
}


/*--------------------------------------------------------------
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 {
font-weight: 500;
font-size: 12px;
color: #222222;
padding: 30px 0 60px 0;
line-height: 32px;
}

.site-footer a {
	color: #222222;
}

.footer-text {
	text-align: left;
}

.footer-link {
	text-align: right;
}


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


/*--------------------------------------------------------------
Footer 
--------------------------------------------------------------*/
.site-footer {
	color: #ccc;
}

.site-footer a {
	color: #ccc;
}

.footer-socials {
	margin-top: -7px !important;
}

/*--------------------------------------------------------------
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) {
.footer-text {text-align: center;}
.footer-link {text-align: center;margin-top: 15px;}

}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.navbar-default .navbar-nav>li>a {font-size: 14px;}
.nav>li>a { padding: 10px 10px;}
    }

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.navbar-default .navbar-nav>li>a {font-size: 18px;}
.nav>li>a { padding: 10px 15px;}
}

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