/*
Theme Name: caroline australia
Theme URI: http://underscores.me/
Author: cat matteson
Author URI: http://colourcode.com.au/
Description: cutom theme for caroline australia
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
--------------------------------------------------------------*/

html,
body {
    height: 100%;
}

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

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

/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
body {
	font-family: "museo-sans",sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	background-color: #000000;
	color: #ffffff;
	padding-bottom: 90px; 
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
.h2, h2 {
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffffff;
    text-align: right;
    font-weight: 500;
    color: #ffffff;
    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;
}

.bold {
	font-weight: 700;
}

/*--------------------------------------------------------------
NAVBAR
--------------------------------------------------------------*/
.navbar-inverse {
    background-color: #000;
    border-color: #080808;
}

.navbar-brand {
	height: 60px;
	padding: 0 15px;
}

.nav a,
.nav a:before,
.nav a:after,
.nav a:hover,
.nav a:hover:before,
.nav a:hover:after,
.item-image:before,
.item-image:after,
.item-image:hover:before,
.item-image:hover:after { 
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
			transition: all 0.4s;
}


.navbar-inverse .navbar-nav>li>a {
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav a { display: block; color: #fff; padding: 9px 0; position: relative; overflow: hidden; border-top: 1px solid transparent; border-bottom: 1px solid transparent; }
.nav a:before { content: ' '; position: absolute; left: 100%; top: 0; width: 100%; height: 1px; background: #fff; opacity: 0;}
.nav a:after { content: ' '; position: absolute; right: 100%; bottom: 0; width: 100%; height: 1px; background: #fff; opacity: 0;}

.active a { border-top-color: #fff;  border-bottom-color: #fff; }

.no-touch .nav a:hover:before { opacity: 1; left: 0; }
.no-touch .nav a:hover:after { opacity: 1; right: 0; }

.no-touch .shrink {
  margin-top: -54px;
}

.shrink {
	  margin-top: 0px;
}

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

.navbar-fixed-bottom {
	margin-bottom: -88px;
}

.grow {
	margin-bottom: -8px;
}

.spotty {
  width: 100%;
  height: 80px;
}

/*--------------------------------------------------------------
Sections
--------------------------------------------------------------*/
#news {
	background-color: #000000;
}

#artists {
	background-color: #111111;
}

#releases {
	background-color: #222222;
}

#labels {
	background-color: #333333;
}

#about {
	background-color: #444444;
}

#connect {
	background-color: #555555;
	height: 500px;
	font-size: 16px;
	color: #ffffff;
	text-align: right;
	z-index: 999;
}

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

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

.grey-bg {
	background-color: #555555;
	height: 500px;
	margin-top: -500px;
}

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

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


/*--------------------------------------------------------------
10.2 TUMBLR
--------------------------------------------------------------*/
.tumblr-feed {
    position: relative;
    margin-top: 15px;
}

.tumblr_posts {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.tumblr_post {
	display: block;
    padding: 15px;
	float: left;
    word-wrap: break-word;
    border-radius: 1px;
    color: #999999;
	}

.tumblr_post a {
    color: #333;
}    

.tumblr-post {
    background: #ffffff;
}
    
.tumblr_caption {
	font-size: 14px;
	padding: 15px;	
}

.tmblr-iframe--controls.iframe-controls--desktop, .tmblr-iframe--mobile-logged-in-controls.iframe-controls--desktop {
	display: none;
}

/*--------------------------------------------------------------
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: #ffffff;
    background: #000000;
    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
--------------------------------------------------------------*/

button, input, select, textarea {
    background-color: transparent;
    border: 2px solid white;
    padding: 10px;
}

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 95px 0;
line-height: 32px;
}

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

.footer-text {
	float: left;
}

ul.footer-menu {
	list-style-type: none;
	float: right;
}

ul.footer-menu > li {
	display: inline-block;
	margin-left: 10px;
}

ul.footer-menu > li:first-child {
margin-left: 0;
}



/*--------------------------------------------------------------
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 
--------------------------------------------------------------*/
footer {background-color: #F5F5F5;}
.site-footer {}

/*--------------------------------------------------------------
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) {
.nav>li>a {text-align: right;}
.navbar-inverse .navbar-nav>li>a {font-size: 18px;}
.nav>li>a {padding: 20px 25px 10px;}
.navbar-brand {margin-top: -79px;}
/* .shrink {margin-top: 0;} */
ol.tumblr_posts > li {text-align: center; width: 100%; max-width: 100%; margin: 15px auto;}
.ptb {padding-top: 60px; padding-bottom: 60px;}
.h3, h3 {font-size: 18px;}
.tile-release {text-align: center;}
.site-footer {padding: 30px 0 15px 0;}
.footer-text {float: none; text-align: center;}
ul.footer-menu {float: none; text-align: center; margin-left: 0; -webkit-margin-before: 0em; -webkit-margin-after: 0em; -webkit-padding-start: 0px;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.carousel-caption {right: 10%;left: 10%;}
.nav>li>a {padding: 10px 0px; margin: 10px 10px 0;}
}

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

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.navbar-inverse .navbar-nav>li>a {font-size: 18px;}
.nav>li>a {padding: 10px 0px; margin: 10px 25px 0;}
}