/**
 * Base Style
 *
 * This is the base style, loaded after the bootstrap and additional styles.
 *
 * Based on Bootstrap, with the following settings:
 * @linkColor: #25749a, @sansFontFamily: 'Droid Sans', 'Nimbus Sans L', Helvetica, Arial, sans-serif
 * @serifFontFamily: 'Droid Serif', Georgia, 'Times New Roman', Times, serif @baseFontSize: 14px
 * @baseFontFamily: sansFontFamily , @headingsFontFamily: serifFontFamily
 *
 * @revised   April 16, 2013
 * @author    Matthias Fehring, http://www.buschmann23.de
 * @license   GPLv3, http://www.gnu.org/licenses/gpl-3.0.en.html
 *
 * @package Subar Rum
 * @since Subar Rum 1.0
 */


/***********************************************/
/*	Base styles for body and container     */
/***********************************************/

body {
  background-color: #e6e6e6;
  padding-bottom: 40px;
/*   font-family: 'Droid Sans', 'Nimbus Sans L', Helvetica, Arial, sans-serif; */
}


.container {
	max-width: 960px;
}


.body .container {
	padding: 20px;
}

.widget_recent_entries .post-date,
.meta-icons a,
.meta-icons i,
.entry-meta i,
.rss-date,
.grey {
	color: darkgray;
}

@media (max-width: 480px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .body .container {
    padding: 3px;
  }

  .navbar-fixed-top {
    margin-left: 0px;
    margin-right: 0px;
  }

  .hero-unit {
    padding: 5px;
 }
}

@media (max-width: 767px) {
  div.similar-posts-row .col2 {
    margin-top: 15px;
  }

  .hero-unit {
    padding: 20px;
  }
}


/***********************************************/
/*	Image stylings			       */
/***********************************************/

#headerCarousel img,
img.recommended-image,
img.headerimage,
.front-page .post-thumbnail img,
.entry-content img,
.comment-content img,
/* .widget img, */
img.header-image,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.widget_subarrum_recent_comments img,
img.recommended-posts,
img.recent-posts,
img.similar-posts {
  width: 60px;
  height: 60px;
  margin-right: 5px;
}

.format-status img {
  width: 48px;
  height: 48px;
  margin-right: 15px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

img.no-deco {
	border-radius: 0px !important;
	box-shadow: 0 0 !important;
}

.image-metadata {
	margin-top: 30px;
}


.front-page.with-title .post-thumbnail img {
  margin-top:32px;
}

.front-page.no-title .post-thumbnail img {
  margin-top:22px;
}

div.aside {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.featured-vertical {
  margin-right: 7px;
}

/***********************************************/
/*	Header stylings			       */
/***********************************************/

.carousel-caption {
  border-radius: 0 0 3px 3px;
}

img.headerimage {
  margin-bottom: 20px;
  display:block;
}

.headerimagecontainer h2 {
  position: absolute;
  top: 0;
  left: 12px;
}

.headerimagecontainer h3 {
  position: absolute;
  top: 40px;
  left: 12px;
  font-style: italic;
}

/***********************************************/
/*	Content stylings		       */
/***********************************************/

.blog article {
	margin-bottom:30px;
}

.format-link .entry-content a {
  font-size: 24.5px;
}

article footer {
  margin-top:5px;
}

.content-singular {
  margin-bottom:30px;
  margin-top:17px;
}

.content-blog {
  margin-bottom:30px;
  margin-top:6px;
}

a.no-deco:hover {
  text-decoration: none;
}

.sticky {
  background-color: #EEEEEE;
  padding: 5px 5px 0;
  border-radius: 3px;
}

.bypostauthor {
}

.alignleft {
  text-align: left;
  float: left;
  margin-right: 7px;
}
.alignright {
  text-align: right;
  float: right;
  margin-left: 7px;
}
.aligncenter {
  text-align: center;
}

img .alignleft {
    margin-right: 7px;
}

img .alignright {
    margin-left: 7px;
}

.two-col-row {
  margin-bottom:10px;
}

/***********************************************/
/*	Gallery stylings		       */
/***********************************************/

.gallery-caption,
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}

.gallery-caption,
.wp-caption-text {
	font-size:smaller;
	font-style:italic;
}

/***********************************************/
/*	Widget stylings			       */
/***********************************************/

.widget-head {
	text-transform: uppercase;
}

div.similar-posts-row {
  margin-bottom: 15px;
}

div.recommended-images-row,
div.recommended-posts-row,
div.recent-posts-row {
  margin-bottom: 10px;
}

.widget_subarrum_recent_comments img,
.comment-meta img,
.author-avatar img,
#author-info img {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

ul.tracks,
.widget_subarrum_meta ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_archive ul {
  margin-left: 0;
  list-style: none;
}

.widget_pages ul.children,
.widget_categories ul.children {
  margin-left: 15px;
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .menu {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

.widget_nav_menu .sub-menu, > li > a,
.widget_nav_menu .menu > li > a {
  display: block;
}

.widget_nav_menu .sub-menu > li > a:hover,
.widget_nav_menu .sub-menu > li > a:focus,
.widget_nav_menu .menu > li > a:hover,
.widget_nav_menu .menu > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .menu {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.widget_nav_menu .sub-menu > li > a,
.widget_nav_menu .menu > li > a {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.widget_nav_menu .sub-menu > li > a,
.widget_nav_menu .menu > li > a {
  padding: 3px 15px;
}

.widget_rss cite {
  font-style: italic;
}

.widget_subarrum_gallery_images li {
	margin-bottom: 0px;
}

/***********************************************/
/*	Primary menu stylings		       */
/***********************************************/

#primary-menu .primary-menu .nav {
  border-top: 1px solid #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.primary-menu ul.nav > li {
  font-weight: bold;
}

.primary-menu ul.dropdown-menu > li {
  font-weight: normal;
}

/***********************************************/
/*	embeded stuff stylings		       */
/***********************************************/

.subarrum-responsive-iframe,
.subarrum-responsive-embed,
.subarrum-responsive-video {
    margin-bottom: 20px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}
.embed-container video,
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 980px) {
  .soundcloud-responsive {
    padding-bottom: 26.0%;
  }
}

@media (max-width: 979px) {
  .soundcloud-responsive {
    padding-bottom: 35.0%;
  }
}



/*.gallery-columns-1.gallery-size-thumbnail {
  width: 23.80952380952381%!important;
}

.gallery-columns-1.gallery-size-thumbnail {
  width: 23.80952380952381%!important;
}

.gallery-columns-2.gallery-size-thumbnail {
  max-width: 47.61904761904762%!important;
}

.gallery-columns-3.gallery-size-thumbnail {
  width: 71.4285714286%!important;
}

.gallery-columns-4.gallery-size-thumbnail {
  width: 95.13171225937182%!important;
}

.entry-content .gallery .gallery-item {
  position: relative;
  border: none!important;
  margin: 0!important;
}

.entry-content .gallery .gallery-item img {
  border: none!important;
  border-radius: 0px!important;
  box-shadow: none;
}

.entry-content .gallery .gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333\9;
	background: rgba(0, 0, 0, 0.70);;
	width: 100%;
	height: 0;
	color: #fff;
	font-style: normal;
	transition: height ease 0.5s;
	visibility: hidden;
	overflow: hidden;
}

.entry-content .gallery-size-thumbnail .gallery-item:hover .gallery-caption {
	height: 50%;
	visibility: visible;
}

.entry-content .gallery-size-medium .gallery-item:hover .gallery-caption {
	height: 20%;
	visibility: visible;
}

.entry-content .gallery-size-large .gallery-item:hover .gallery-caption {
	height: 15%;
	visibility: visible;
	font-size: 1em;
}

.entry-content .gallery-size-full .gallery-item:hover .gallery-caption {
	height: 10%;
	visibility: visible;
	font-size: 1em;
}*/