/*
Theme Name: Berliner
Theme URI: https://www.cssigniter.com/themes/berliner/
Author: CSSIgniter.com
Author URI: https://www.cssigniter.com/
Description: A Music & Entertainment Theme for WordPress
Version: 1.7
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ci_theme
Domain Path: /lang
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. General
.. Header
.. Reusable Element Styles
.. Homepage Specific Styles
.. Footer
.. Widgets Styling
.. Helpers, WordPress defaults, Generic Items
.. Mobile Menu
.. External Plugins

*/
/* -----------------------------------------
	General
----------------------------------------- */
@font-face {
  font-family: 'League Gothic';
  src: url("fonts/leaguegothic-regular-webfont.eot");
  src: url("fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/leaguegothic-regular-webfont.woff") format("woff"), url("fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-family: "League Gothic", sans-serif;
  font-weight: normal;
  color: #63625f;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 15px 0;
}

a, a:visited, a:focus {
  transition: color 0.18s ease, background-color 0.18s ease;
  outline: none;
  color: #c94a21;
}

a:hover {
  text-decoration: none;
  color: #3f3e3d;
}

a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #63625f;
  background: #ECEBE5;
}

/* -----------------------------------------
	Header
----------------------------------------- */
.alt-nav {
  display: none;
}

#nav {
  position: relative;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation {
  position: absolute;
  right: 0;
  top: 10px;
  /* Navigation functional styles  ---------------------- */
}
#navigation li {
  position: relative;
  z-index: 100;
}
#navigation > li {
  float: left;
}
#navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em;
}
#navigation li:hover > ul,
#navigation .sfHover > ul {
  top: auto;
}
#navigation li li:hover > ul,
#navigation li .sfHover > ul {
  top: 0;
  left: 100%;
}
#navigation li li li:hover > ul,
#navigation li li .sfHover > ul {
  top: 0;
  left: 100%;
}
#navigation a, #navigation #navigation a:visited {
  display: block;
  white-space: nowrap;
}
#navigation a, #navigation a:visited {
  padding: 0 10px;
  color: #eeede5;
  font-size: 15px;
  text-transform: uppercase;
  /* Global Menu Link Styles */
}
#navigation > li:last-child > a {
  padding-right: 0;
}
#navigation a:hover,
#navigation .sfHover > a,
#navigation .sfHover > a:visited {
  text-decoration: none;
  /* First Level & Global Menu Link Hover Styles */
}
#navigation > li > a,
#navigation > li > a:visited {
  /* First Level Menu Link Styles */
}
#navigation > li ul a,
#navigation > li ul a:visited {
  font-size: 12px;
  padding: 10px 30px 10px 15px;
  border-bottom: 1px solid #3a3a3a;
  /* All Other Menu Level Link Styles */
}
#navigation > li ul a:hover,
#navigation > li ul .sfHover > a,
#navigation > li ul .sfHover > a:visited {
  color: #c94a21;
  /* All Other Level Menu Link Hover Styles */
}
#navigation > li > a:hover,
#navigation > li.sfHover > a,
#navigation > li.sfHover > a:active,
#navigation > li.current_page_item > a,
#navigation > li.current_page_item > a:visited,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-item > a:visited,
#navigation > li.current-menu-ancestor > a,
#navigation > li.current-menu-ancestor > a:visited,
#navigation > li.current-menu-parent > a,
#navigation > li.current-menu-parent > a:visited,
#navigation > li.current > a,
#navigation > li.current > a:visited {
  color: #c94a21;
  /* WordPress First Level Current/Ancestor Hover Page Styles */
}
#navigation ul {
  z-index: 10;
  background: #242424;
  /* All Lower Level Menu Container Styles */
}
#navigation a.sf-with-ul {
  padding-right: 20px;
  position: relative;
  /* Styling for navigation arrows  ---------- */
}
#navigation.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 45%;
  right: 8px;
  height: 0;
  width: 0;
  margin-top: 0;
  border: 3px solid transparent;
  border-top-color: #eeede5;
}
#navigation.sf-arrows > li.current-menu-ancestor > a.sf-with-ul:after, #navigation.sf-arrows > li.current-menu-item > a.sf-with-ul:after, #navigation.sf-arrows > li.current-menu-parent > a.sf-with-ul:after, #navigation.sf-arrows > li.current > a.sf-with-ul:after {
  border-top-color: #c94a21;
}
#navigation.sf-arrows > li:hover > a.sf-with-ul:after, #navigation.sf-arrows > li.sfHover > a.sf-with-ul:after {
  border-top-color: #c94a21;
}
#navigation.sf-arrows > li.current-menu-ancestor:hover > a.sf-with-ul:after, #navigation.sf-arrows > li.current-menu-ancestor.sfHover > a.sf-with-ul:after, #navigation.sf-arrows > li.current-menu-parent:hover > a.sf-with-ul:after, #navigation.sf-arrows > li.current-menu-parent.sfHover > a.sf-with-ul:after, #navigation.sf-arrows > li.current:hover > a.sf-with-ul:after, #navigation.sf-arrows > li.current.sfHover > a.sf-with-ul:after {
  border-top-color: #c94a21;
}
#navigation.sf-arrows ul .sf-with-ul:after {
  margin-top: 0;
  right: 8px;
  border-color: transparent;
  border-left-color: #eeede5;
  /* Styling for right facing arrows  ---------- */
}
#navigation.sf-arrows ul > li:hover > a.sf-with-ul:after, #navigation.sf-arrows ul > li.sfHover > a.sf-with-ul:after {
  border-top-color: transparent;
  border-left-color: #c94a21;
}

#nav, #navigation {
  overflow: visible;
}

#header {
  background: #242424;
  color: #ecebe5;
  padding: 30px 0;
}

#header a {
  color: #eeede5;
}

#logo {
  margin: 0;
  text-transform: uppercase;
  font-size: 40px;
}

/* -----------------------------------------
  Reusable Element Styles
----------------------------------------- */
/* Post Type & Widget Items */
.item {
  position: relative;
  padding: 10px 10px 6px 10px;
  background: #FAFAF8;
  transition: 0.2s ease;
  margin-bottom: 30px;
}

.item:only-of-type {
  border-bottom: 2px solid transparent;
}

.item:last-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 15px;
}

.widget.item, .widget .item {
  margin-bottom: 0;
}

.item:hover {
  border-color: #c94a21;
}

.item .item-title {
  font-size: 22px;
  margin-bottom: 0;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.item .item-subtitle {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin: 0;
}

.item:only-of-type .item-subtitle {
  /*margin: 0 0 5px 0;*/
}

.item .item-time {
  position: absolute;
  top: 25px;
  left: -15px;
  background: #242424;
  color: #ecebe5;
  padding: 10px 12px 8px 12px;
  line-height: 1;
  box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.16);
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  font-size: 20px;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.item:hover .item-time {
  color: #ecebe5;
  background: #c94a21;
}

.item .item-thumb {
  position: relative;
  margin-bottom: 10px;
}

.item .item-more {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF !important;
  background: #c94a21;
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 14px;
  font-style: normal;
}

.item .item-title a {
  color: #63625f;
}

.item a:hover,
.item a:hover h4,
.home-row-1 .item a:hover {
  color: #c94a21;
}

.overlay {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 40px;
  transition: opacity 0.15s linear 0s;
  opacity: 0.4;
}

.overlay:before {
  left: 50%;
  line-height: 1;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.overlay:hover {
  opacity: 1;
}

/* Post General Styles */
.entry {
  position: relative;
  margin-bottom: 55px;
  border-bottom: 1px solid #B0AFAA;
  padding-bottom: 20px;
}

.entry-title {
  margin-bottom: 20px;
}

.entry-title a,
.entry-title a:visited {
  color: #63625f;
}

.entry-title a:hover {
  color: #c94a21;
}

.entry-time {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 12px;
}

.home.entry .entry-thumb {
  margin-bottom: 30px;
}

.entry-excerpt {
  margin: 20px 0 50px;
}

.entry-meta {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 12px;
}

.entry-categories:after {
  content: "//";
  padding: 0 10px;
}

.entry-meta .read-more {
  position: absolute;
  right: 0;
}

.entry-content blockquote {
  border-left: 3px solid #C1C0BC;
  margin: 25px 0;
  padding-left: 25px;
}

.video-wrap {
  padding: 10px;
  background: #FFF;
  margin-bottom: 30px;
}

video {
  max-width: 100%;
}

.sh-video {
  display: none;
}

iframe,
video,
embed,
audio,
object {
  max-width: 100%;
}

/* Isotope Styles */
.filter-container > div {
  max-width: 100%;
}

.filters-nav {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.filters-nav li {
  float: left;
  margin-right: 10px;
}
.filters-nav li a {
  padding: 10px 15px;
}

/* -----------------------------------------
	Homepage
----------------------------------------- */
/* Home Slider */
.home-slider {
  border-bottom: 3px solid #ECEBE5;
}

.slide-content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 15%;
}

.slide-icon {
  margin-bottom: 30px;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 7px 0 0 0;
}

.slide-icon i {
  width: 56px;
  height: 56px;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.6);
  font-size: 26px;
  border-radius: 56px;
  text-align: center;
  display: inline-block;
}

.slide-icon i:before {
  position: relative;
  top: -1px;
}

.slide-icon i.fa-music:before {
  top: -2px;
  left: -2px;
}

.slide-icon i.fa-pencil:before {
  top: -1px;
}

.slide-content h3 {
  color: #FFF;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.slide-content p {
  color: #FFF;
  font-style: italic;
  font-size: 15px;
}

.slide-content .btn {
  margin-top: 70px;
  display: inline-block;
  font-weight: bold !important;
  border-width: 2px !important;
}

.slide-content a.btn.alt:hover {
  color: #FFF;
  border-color: #FFF;
}

.flex-direction-nav a,
.flex-direction-nav a:visited,
.flex-direction-nav a:focus,
.flex-direction-nav a:active {
  width: 64px;
  height: 64px;
  color: #FFF !important;
}

/* Home Row 1 */
.home-row-1 {
  background: #E1DDD3;
  padding: 80px 0;
}

.s-title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0.45em;
  margin-bottom: 70px;
  text-align: center;
}

.ci-item-slider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.ci-item-slider .ci-slider {
  width: 100%;
  height: 100%;
}

.ci-item-slider .ci-slider .slide-item {
  width: 255px;
  height: 330px;
  float: left;
  margin: 0 15px;
  overflow: visible !important;
  user-select: none;
}

.scrollbarBlock1 {
  background: #B4B4AF;
  overflow: visible !important;
  height: 4px !important;
  border-radius: none !important;
}

.scrollbar1 {
  height: 16px !important;
  border-radius: 0 !important;
  top: -6px !important;
}

/* Latest News Homepage Section */
.home-latest-news {
  background: #ECEBE5;
  padding: 80px 0;
}

.home-entries {
  margin-bottom: 70px;
}

.entry.home {
  border-bottom: 1px solid #B0AFAA;
  padding-bottom: 0;
  margin-bottom: 0;
}

.entry header {
  position: relative;
}

.home.entry .entry-title {
  margin: 0;
}

.entry .entry-time {
  position: absolute;
  right: 0;
  text-align: right;
  min-width: 70px;
  top: 50%;
  margin-top: -10px;
}

.home.entry .entry-time {
  right: 25px;
}

.home-latest-news .btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 230px;
}

.home-entry-content {
  padding: 0 25px 25px;
  display: none;
}

.home.entry .show-entry {
  display: block;
  padding: 25px;
  position: relative;
}

.home.entry .show-entry:hover {
  background: #E7E6E0;
}

.home.entry a .entry-time {
  color: #63625f;
}

.home.entry a:hover .entry-title {
  color: #c94a21;
}

/* Featured section */
.home-row-2 {
  padding: 80px 0;
  background: #E1DDD3;
}

.page-template-template-frontpage-3-php .home-row-2 {
  background: #E9E5DB;
}

/* -----------------------------------------
	Content - Main Listings
----------------------------------------- */
#main {
  padding: 80px 0;
}

.hero-inner {
  background: rgba(0, 0, 0, 0.5);
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.hero-title {
  margin: 60px 0;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.4em;
  position: relative;
  top: -3px;
}

#paging {
  margin: 30px 0 0 0;
}
#paging a, #paging span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  padding: 8px 15px;
  line-height: normal;
  background: #FFF;
  color: #5e5e5e;
}
#paging .current, #paging a:hover {
  color: #FFF;
  background: #c94a21;
}

/* -----------------------------------------
	EVENTS
----------------------------------------- */
#map * {
  max-width: none !important;
}

#map-wrap {
  padding: 10px;
  background: #FFF;
}

.event-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-list .event {
  position: relative;
  padding: 8px 10px 8px 80px;
  background: #ECEBE5;
  margin: 0;
  border-bottom: 1px solid #ECEBE5;
}
.event-list .event:nth-child(2n) {
  background: #F0EFEB;
}
.event-list .event-time {
  position: absolute;
  height: auto;
  width: 60px;
  top: 0;
  left: 0;
  bottom: 0;
  line-height: normal;
  text-align: center;
  background: #F5F4F1;
  padding-top: 8px;
  transition: 0.18s ease;
}
.event-list .event-time span {
  display: block;
  transition: 0.18s ease;
}
.event-list .event-time .day,
.event-list .event-time .date {
  font-family: "League Gothic", sans-serif;
  font-size: 25px;
  color: #c0bdb4;
  margin-bottom: -5px;
}
.event-list .event-time .month,
.event-list .event-time .text {
  font-size: 12px;
  color: #63625f;
  letter-spacing: 0.3em;
}
.event-list .event-time .month {
  padding-left: 5px;
}
.event-list .event-time .text {
  letter-spacing: 0.15em;
  font-size: 11px;
}
.event-list .event:hover .event-time {
  background: #c94a21;
}
.event-list .event:hover .event-time .day,
.event-list .event:hover .event-time .date {
  color: #ffffff;
}
.event-list .event:hover .event-time .month,
.event-list .event:hover .event-time .text {
  color: #1b1b1a;
}
.event-list h5 {
  font-family: "Open Sans", sans-serif;
  color: #8a8986;
  font-size: 11px;
  text-transform: none;
  margin: 0 0 2px 0;
}
.event-list h4 {
  font-size: 20px;
  margin: 0;
}

.item-info span.text,
.item-info span.date {
  display: inline;
}

.event-wrap {
  margin-bottom: 55px;
}
.event-wrap .event {
  padding: 18px 10px 18px 110px;
}
.event-wrap .event-time {
  width: 80px;
  padding-top: 19px;
}
.event-wrap h4 {
  font-size: 23px;
}
.event-wrap:last-of-type {
  margin-bottom: 0;
}
.event-wrap .action-btn {
  position: absolute;
  right: 20px;
  top: 25px;
}

.action-btn,
.action-btn:visited {
  display: inline-block;
  padding: 5px 15px;
  line-height: normal;
  letter-spacing: 0.3em;
  border: 1px solid #c94a21;
  font-size: 11px;
  text-transform: uppercase;
}

.action-btn:hover {
  color: #242424;
  border-color: #242424;
}

.widget .event-list .action-btn {
  display: none;
}

/* -----------------------------------------
	Single Post Types
----------------------------------------- */
.item-info {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
}
.item-info li {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.item-info li span {
  font-weight: normal;
  width: 100px;
  display: inline-block;
}

.entry.single {
  border-bottom: none;
}
.entry.single .entry-title {
  margin-bottom: 10px;
}
.entry.single .entry-meta {
  margin-bottom: 15px;
}

.single .entry {
  border-bottom: none;
  margin-bottom: 0;
}

.single .entry.cpt_video .entry-title {
  margin-bottom: 8px;
}

/* -----------------------------------------
   Comments
----------------------------------------- */
#comments {
  margin: 50px 0 30px 0;
}

#comments h3 {
  margin: 0 0 30px;
}

ol#comment-list {
  margin: 0;
  padding: 0;
}

.comment-meta {
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
}

.comment-meta a, .comment-meta a:visited {
  font-weight: bold;
}

.post-comments {
  margin: 10px 0 0 0;
}

.post-comments ol, .post-comments ul {
  list-style: none;
  font-size: inherit;
}

.post-comments > ol {
  margin-left: 0;
  margin-bottom: 0;
}

.post-comments li {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.post-comments .avatar {
  float: left;
  top: 0;
  left: 0;
  margin: 0 15px 5px 0;
  text-align: center;
}

.post-comments .comment-text {
  padding: 30px;
}

#comment-list > li {
  border-bottom: 1px solid #D6D5CF;
}

#comment-list > li:first-child {
  border-top: 1px solid #D6D5CF;
}

#comment-list > li:nth-child(2n+1) {
  background: #E7E6E0;
}

.post-comments > .comment-text:last-child {
  margin-bottom: 0;
}

.post-comments .comment-copy {
  margin-left: 80px;
  padding: 0;
  font-size: 13px;
}

.post-comments .comment-copy p {
  margin-bottom: 10px;
}

#cancel-comment-reply-link {
  display: block;
  font-size: 12px;
  margin: -20px 0 15px 30px;
}

#comments a.comment-reply-link {
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}

#comment-list #respond {
  margin-bottom: 30px;
}

.pp_inline label {
  display: inline;
}

/* -----------------------------------------
   Comment Form
----------------------------------------- */
#form-wrapper {
  margin: 40px 0 0 0;
}

#form-wrapper form {
  margin-bottom: 0;
}

.post-form label {
  display: block;
  padding-bottom: 5px;
}

.post-form input[type=text] {
  width: 50%;
}

.post-form input[type=submit] {
  margin-bottom: 0;
}

.post-form textarea {
  width: 90%;
  height: 200px;
}

#post-action {
  margin-bottom: 0;
}

/* -----------------------------------------
	Footer
----------------------------------------- */
#footer {
  background: #242424;
  color: #b3b2ae;
  font-size: 13px;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer .widget-title {
  color: #e1ddd3;
}
#footer a:hover {
  color: #b3b2ae;
}

.footer-inner {
  padding: 80px 0 50px;
}

.copy {
  border-top: 1px dotted #363636;
  padding: 10px 0;
  color: #63625f;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
}

/* -----------------------------------------
	Widgets
----------------------------------------- */
.widget {
  margin-bottom: 40px;
}

#sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 4px;
}

.widget ul li:last-of-type {
  margin-bottom: 0;
}

#footer .widget ul li {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

/* WIDGET: #Tracklisting
========================================= */
.widget_ci_tracklisting_widget .item {
  border: none;
  margin: 0;
  padding-bottom: 12px;
}

.tracklisting {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  border-top: 1px solid #E7E7E3;
}
.tracklisting .track {
  padding: 9px 10px 9px 80px;
  background: #FAFAF8;
  position: relative;
  border-bottom: 1px solid #E7E7E3;
  margin: 0;
}
.tracklisting .track h5 {
  font-family: "Open Sans", sans-serif;
  color: #8a8986;
  font-size: 11px;
  text-transform: none;
  margin: 0 0 2px 0;
}
.tracklisting .track h4 {
  font-size: 20px;
  margin: 0;
}
.tracklisting .track .sm2_link {
  position: absolute;
  width: 60px;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px solid #E7E7E3;
  line-height: 0px;
}
.tracklisting .track .sm2_link i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: transparent;
  color: #ED9376;
  border: 3px solid #ED9376;
  font-size: 11px;
  border-radius: 36px;
  text-align: center;
  display: inline-block;
  margin: 13px;
}
.tracklisting .track .sm2_link i:before {
  position: relative;
  top: -2px;
  right: -2px;
  line-height: 0px;
}
.tracklisting .track .sm2_playing i:before {
  content: "\f04c";
  right: 0;
}

.tracklisting.top .track {
  overflow: hidden;
}
.tracklisting.top .track:nth-child(2n+1) {
  background: rgba(250, 250, 248, 0.78);
}
.tracklisting.top .track-no {
  font-family: "league gothic", sans-serif;
  color: #c0bdb4;
  font-size: 25px;
  display: block;
  margin-top: 32px;
  width: 100%;
  height: 60px;
  text-align: center;
  transition: all 0.35s ease;
}
.tracklisting.top .track:hover .track-no,
.tracklisting.top .sm2_link.sm2_playing .track-no {
  margin-top: -60px;
}

.soundcloud-wrap {
  display: none;
  margin: 10px 0 0 -68px;
  position: relative;
  z-index: 10;
}

.soundcloud-wrap iframe {
  max-width: 100%;
  max-height: 220px;
}

.widget .soundcloud-wrap iframe {
  max-width: 100%;
  max-height: 150px;
}

.tracklisting li.track {
  min-height: 60px;
}

.track-lyrics-hold {
  display: none;
}

.track-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 10px;
  top: 15px;
}
.track-buttons li {
  display: inline-block;
}

.btn-action,
.btn-action:visited {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: 1px solid #c94a21;
  padding: 3px 5px;
  transition: 0.18s;
}

.btn-action:hover {
  border-color: #222;
}

.home-row-2 .item, .home-row-1 .item {
  background: #ECEBE5;
}
.home-row-2 .tracklisting, .home-row-1 .tracklisting {
  border-color: #D5D4CF;
}
.home-row-2 .tracklisting .track, .home-row-2 .tracklisting .sm2_link, .home-row-1 .tracklisting .track, .home-row-1 .tracklisting .sm2_link {
  background: #ECEBE5;
  border-color: #D5D4CF;
}

/* WIDGET: #Ads125
========================================= */
#ads125, .ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ads125 li,
.ads125 li {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
}

/* WIDGET: #Search
========================================= */
.searchform {
  line-height: 1;
  position: relative;
}

.searchform > div {
  position: relative;
  line-height: 1;
}

.searchform .screen-reader-text {
  display: none;
}

.searchform input[type=text] {
  border-radius: 0;
  margin: 0;
  width: 100%;
  font: inherit;
  line-height: normal;
  background: #FCFBF7;
}

button.searchsubmit[type=submit] {
  font-size: 14px;
  line-height: 0;
  padding: 3px 11px 2px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  color: #242424;
  background: transparent;
}

::-webkit-input-placeholder {
  line-height: 1.4;
}

::-moz-placeholder {
  line-height: 1.4;
}

:-ms-input-placeholder {
  line-height: 1.4;
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}

.flickr_badge_image a {
  display: block;
  line-height: 0;
}

.flickr_badge_image img {
  width: 70px;
}

/* WIDGET: #About
========================================= */
.widget_about {
  margin-top: -5px;
}

.widget_ci_about .alignleft {
  float: left;
  margin: 5px 14px 6px 0;
}

.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 10px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}

.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}

/* WIDGET: #Social Icons
========================================= */
.social-icon i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #E1DDD3;
  color: #242424;
  border: 1px solid #E1DDD3;
  font-size: 24px;
  border-radius: 36px;
  text-align: center;
  display: inline-block;
}

.social-icon:hover i {
  background-color: #FFF;
  border-color: #FFF;
}

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */
/* WordPress Generated Classes
=================================== */
.alignnone {
  margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 0 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery {
  margin-bottom: 20px;
}

.gallery img {
  display: block;
  margin: 0 auto;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  width: 100%;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.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 {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: left;
  width: 100%;
  overflow: hidden;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* General Form Styling
=================================== */
label {
  display: block;
  font-size: 90%;
  margin-bottom: 2px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border-radius: 0;
  box-shadow: none;
  width: auto;
  font: inherit;
  padding: 15px 10px;
  height: auto;
  border: 1px solid #B0AFAA;
  line-height: normal;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  min-width: 80%;
  background: transparent;
}

textarea {
  width: 100%;
  height: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #E7E6E0;
  border-color: #b3b3b3;
  outline: none;
}

fieldset {
  padding: 15px 15px 0 15px;
}

fieldset legend {
  font-weight: bold;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

input.highlight {
  border-color: #ff4a4a;
}

/* Buttons
=================================== */
a.btn.alt,
a.btn.alt:visited {
  border-color: #FFF;
  color: #FFF;
}

a.btn,
a.btn:visited,
input[type=submit],
button[type=submit],
a.btn.alt:hover {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.13em;
  line-height: normal;
  border: 1px solid #c94a21;
  border-radius: 2px;
  vertical-align: middle;
  padding: 15px 40px;
  color: #c94a21;
  background: transparent;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  -moz-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  -ms-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  -o-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

a.btn:hover,
input[type=submit]:hover,
button:hover {
  color: #63625f;
  border-color: #63625f;
}

a.button,
a.button:visited {
  color: #FFF;
  background: #c94a21;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  padding: 4px 15px;
}

a.button:hover, a.selected {
  color: #FFF;
  background: #242424 !important;
}

/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */
#mobilemenu {
  display: none;
}

#mobile-bar {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #242628;
  background-image: linear-gradient(bottom, #141617 1%, #222426 100%);
  background-image: -o-linear-gradient(bottom, #141617 1%, #222426 100%);
  background-image: -moz-linear-gradient(bottom, #141617 1%, #222426 100%);
  background-image: -webkit-linear-gradient(bottom, #141617 1%, #222426 100%);
  background-image: -ms-linear-gradient(bottom, #141617 1%, #222426 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.01, #141617), color-stop(1, #222426));
  padding: 15px 10px 0 10px;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.menu-trigger,
.menu-trigger:focus {
  width: 24px;
  height: 21px;
  background: none;
  cursor: pointer;
  opacity: 0.85;
  margin: 0;
  outline: none;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #FFF;
}

.menu-trigger:hover {
  opacity: 0.95;
  color: #FFF;
}

.menu-trigger:active {
  opacity: 1;
}

.mob-title {
  color: #eeeeee;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 0 black;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------
	General Helpers
----------------------------------------- */
.text-right {
  text-align: right;
}

.clear {
  clear: both;
}

.col-normalize *[class^=col] {
  width: 100%;
}

/* -----------------------------------------
	External Plugins
----------------------------------------- */
/* WP Instagram */
.null-instagram-feed p {
  padding-top: 10px;
}

.widget .instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget .instagram-pics:before, .widget .instagram-pics:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget .instagram-pics:after {
  clear: both;
}

.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 33.33333333333%;
  margin-bottom: 0;
}
.widget .instagram-pics li a {
  display: block;
  color: #c94a21;
}
