/*!
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: 2.0
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 / Base
.. Header
.. Navigation
.. Site Modules
.. 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;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #63625f;
  background: #ECEBE5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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 {
  -webkit-transition: color .18s ease, background-color .18s ease;
  transition: color .18s ease, background-color .18s ease;
  outline: none;
  color: #d95919;
}

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

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: bold;
}

.entry-content table,
.comment-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}

.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content caption,
.entry-content th,
.entry-content td,
.comment-content caption,
.comment-content th,
.comment-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}

.entry-content th,
.comment-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}

.entry-content td,
.comment-content td {
  border-width: 0 1px 1px 0;
}

/* Code */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
}

/* Various */

address {
  margin: 0 0 15px;
  font-style: normal;
  line-height: inherit;
}

abbr,
abbr[title] {
  text-decoration: none;
  border: 0;
}

mark {
  color: inherit;
  font: inherit;
  background: none;
}

/* Embeds and iframes
=================================== */

embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
  border: 0;
}

p > embed,
p > iframe,
p > object,
p > audio,
p > video,
span > embed,
span > iframe,
span > object,
span > audio,
span > video {
  margin-bottom: 0;
}

#map *,
.map * {
  max-width: none !important;
}

/* 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,
select {
  border-radius: 0;
  box-shadow: none;
  width: auto;
  font: inherit;
  padding: 15px 10px;
  height: auto;
  border: 1px solid #B0AFAA;
  line-height: normal;
  -webkit-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;
  min-width: 80%;
  background: transparent;
}

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,
select:focus {
  background-color: #E7E6E0;
  border-color: #b3b3b3;
  outline: none;
}

.footer input[type="text"],
.footer
input[type="password"],
.footer
input[type="date"],
.footer
input[type="datetime"],
.footer
input[type="email"],
.footer
input[type="number"],
.footer
input[type="search"],
.footer
input[type="tel"],
.footer
input[type="time"],
.footer
input[type="url"],
.footer
textarea,
.footer
select {
  background-color: #FCFBF7;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
}

select::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 2px 0 0;
  line-height: normal;
  width: auto;
  height: auto;
}

/* Buttons
=================================== */

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

a.btn,
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 #d95919;
  border-radius: 2px;
  vertical-align: middle;
  padding: 15px 40px;
  color: #d95919;
  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;
  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 {
  color: #FFF;
  background: #d95919;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  padding: 4px 15px;
}

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

/* -----------------------------------------
	General Helpers
----------------------------------------- */

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

.clear {
  clear: both;
}

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

/* -----------------------------------------
	Header
----------------------------------------- */

#nav,
#navigation {
  overflow: visible;
}

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

.header-mast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-mast .nav-main {
  margin-left: auto;
}

.site-branding {
  max-width: 130px;
  margin-right: 15px;
}

.logo {
  margin: 0;
  text-transform: uppercase;
  font-size: 40px;
  line-height: normal;
  font-family: "League Gothic", sans-serif;
  font-weight: normal;
}

.logo a {
  color: #eeede5;
}

/* -----------------------------------------
	Main Navigation
----------------------------------------- */

.nav-main {
  display: block;
}

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

.navigation-main li {
  position: relative;
}

.navigation-main > li {
  display: inline-block;
}

.navigation-main a {
  display: block;
  white-space: nowrap;
}

.navigation-main ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  margin-left: 12px;
}

.navigation-main ul ul {
  top: -12px;
  left: 100%;
  margin: 0;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.navigation-main > li:first-child ul {
  margin-left: 0;
}

.navigation-main li:hover > ul {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

.navigation-main li:hover ul {
  z-index: 15;
}

.navigation-main > li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navigation-main li li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navigation-main > .nav-open-left ul {
  right: 0;
}

.navigation-main > .nav-open-left ul ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left.menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main li.nav-open-left .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main ul {
  padding: 15px 0;
  list-style: none;
  background: #242424;
  min-width: 200px;
}

.navigation-main a {
  position: relative;
  color: #eeede5;
  text-transform: uppercase;
  font-size: 14px;
}

.navigation-main > li > a {
  padding: 10px 0;
  margin: 0 10px;
}

.navigation-main > li:first-child > a {
  margin-left: 0;
}

.navigation-main li li a {
  padding: 6px 15px;
  font-size: 13px;
}

.navigation-main li:hover > a,
.navigation-main li > a:focus,
.navigation-main .current-menu-item > a,
.navigation-main .current-menu-parent > a,
.navigation-main .current-menu-ancestor > a,
.navigation-main .current_page_item > a,
.navigation-main .current_page_ancestor > a {
  color: #d95919;
}

.navigation-main .menu-item-has-children > a::after,
.navigation-main .page_item_has_children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: relative;
  top: -3px;
  right: -6px;
  line-height: normal;
}

.navigation-main li .menu-item-has-children > a,
.navigation-main li .page_item_has_children > a {
  padding-right: 25px;
}

.navigation-main li .menu-item-has-children > a::after,
.navigation-main li .page_item_has_children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navigation-main .nav-button > a {
  border: 2px solid currentColor;
  padding: 7px 28px;
  margin-left: 10px;
}

.navigation-main .nav-button > a::before {
  display: none;
}

.navigation-main .nav-button:last-child > a {
  margin-right: 0;
}

.navigation-main-right {
  text-align: right;
}

.navigation-main-right > li:last-child ul {
  right: 0;
}

.navigation-main-right > li:last-child ul ul {
  left: auto;
  right: 100%;
}

.navigation-main-right > li:last-child .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

/* -----------------------------------------
  Reusable Element Styles
----------------------------------------- */

/* Post Type & Widget Items */

.item {
  position: relative;
  padding: 10px 10px 6px 10px;
  background: #FAFAF8;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 30px;
}

.footer .item {
  background-color: rgba(255, 255, 255, 0.1);
}

.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: #d95919;
}

.item .item-title {
  font-size: 22px;
  margin-bottom: 0;
  -webkit-transition: color 0.18s ease, background-color 0.18s ease;
  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;
  -webkit-transition: color 0.18s ease, background-color 0.18s ease;
  transition: color 0.18s ease, background-color 0.18s ease;
}

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

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

.item .item-thumb:only-child {
  margin: 0;
}

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

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

.footer .item .item-title a {
  color: #fff;
}

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

.overlay {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 40px;
  -webkit-transition: opacity 0.15s linear 0s;
  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-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.entry-header .entry-title {
  margin-bottom: 0;
}

.entry-header .entry-time {
  margin-left: auto;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

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

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

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

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

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

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

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

.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.entry-content:first-child {
  margin-top: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 35px 0;
  position: relative;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}

.entry-content .video-wrap,
.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content blockquote {
  margin-top: 35px;
  margin-bottom: 35px;
}

.entry-content .video-wrap:first-child,
.entry-content .fluid-width-video-wrapper:first-child,
.entry-content audio:first-child,
.entry-content video:first-child,
.entry-content blockquote:first-child {
  margin-top: 0;
}

.entry-content .video-wrap:last-child,
.entry-content .fluid-width-video-wrapper:last-child,
.entry-content audio:last-child,
.entry-content video:last-child,
.entry-content blockquote:last-child {
  margin-bottom: 0;
}

.entry-content hr {
  border-color: rgba(0, 0, 0, 0.1);
}

.entry.page .entry-content {
  margin-bottom: 0;
}

.post-password-form {
  margin: 0;
}

.post-password-form label {
  max-width: 250px;
}

.post-password-form [type="submit"] {
  padding: 5px 15px;
  margin-top: 10px;
}

.searchnotice .search-notice-title {
  margin: 0 0 10px;
}

.searchnotice .entry-content {
  margin: 0;
}

.searchnotice:only-child {
  border-bottom: 0;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 12px;
}

.entry-meta .read-more {
  margin-left: auto;
  padding-left: 15px;
}

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

.entry-tags {
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: 12px;
  margin-bottom: 30px;
}

.entry-tags:last-child {
  margin-bottom: 0;
}

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

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;
  margin-bottom: 3px;
}

.filters-nav li a {
  padding: 10px 15px;
}

/* -----------------------------------------
	Homepage
----------------------------------------- */

.custom-background .home-row {
  background-color: transparent;
}

.custom-background .home-row:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.04);
}

/* Home Slider */

.home-slider {
  border-bottom: 3px solid #ECEBE5;
}

.slide-content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.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-alt: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: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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ci-item-slider-scrollbar {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

.scrollbar1::after {
  content: "\007c	\007c	\007c";
  display: block;
  padding-top: 3px;
  text-align: center;
  background: #383838;
  color: #a4a4a4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 46px;
  height: 18px;
  font-size: 9px;
  line-height: 1;
}

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

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

.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 .entry-title {
  font-size: 30px;
}

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

.custom-background .home.entry .show-entry:hover {
  background: rgba(0, 0, 0, 0.025);
}

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

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

/* 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 {
  background-size: cover;
  background-repeat: no-repeat;
}

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

.post-nav-links,
#paging {
  margin: 30px 0 0 0;
}

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

.post-nav-links .current,
.post-nav-links a:hover,
#paging .current,
#paging a:hover {
  color: #FFF;
  background: #d95919;
}

.post-nav-links {
  clear: both;
}

.post-nav-links :first-child {
  margin-left: 10px;
}

/* -----------------------------------------
	EVENTS
----------------------------------------- */

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

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

.ci-info-window {
  min-width: 180px;
}

.ci-info-window h3 {
  margin-bottom: 0;
}

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

.footer .event-list .event {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 0;
}

.event-list .event:nth-child(2n) {
  background: #F0EFEB;
}

.footer .event-list .event:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.15);
}

.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;
  -webkit-transition: 0.18s ease;
  transition: 0.18s ease;
}

.footer .event-list .event-time {
  background-color: rgba(255, 255, 255, 0.15);
}

.event-list .event-time span {
  display: block;
  -webkit-transition: 0.18s ease;
  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;
}

.footer .event-list .event-time .day,
.footer
.event-list .event-time .date {
  color: #fff;
}

.event-list .event-time .month,
.event-list .event-time .text {
  font-size: 12px;
  color: #63625f;
  letter-spacing: 0.3em;
}

.footer .event-list .event-time .month,
.footer
.event-list .event-time .text {
  color: #fff;
}

.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: #d95919;
}

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

.footer .event-list .event:hover .event-time .month,
.footer
.event-list .event:hover .event-time .text {
  color: #fff;
}

.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 {
  display: inline-block;
  padding: 5px 15px;
  line-height: normal;
  letter-spacing: 0.3em;
  border: 1px solid #d95919;
  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-header {
  margin-bottom: 10px;
}

.entry.single .entry-meta {
  margin-bottom: 15px;
}

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

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

/* -----------------------------------------
	EVENTS
----------------------------------------- */

#sm2-container {
  position: absolute;
  left: -999em;
  top: -999em;
}

.hero-player {
  margin: 0;
  position: relative;
  z-index: 10;
  background-color: #e8e6df;
}

.ci-no-slider .hero-player {
  margin-top: 0;
}

.custom-background .hero-player {
  background-color: rgba(0, 0, 0, 0.01);
}

.ci-soundplayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 24px 0;
}

.ci-soundplayer.playing .ci-soundplayer-play {
  text-indent: 0;
}

.ci-soundplayer.playing .ci-soundplayer-play .fa-play:before {
  content: "\f04c";
}

.ci-soundplayer-controls {
  width: 120px;
  position: relative;
  text-align: center;
  margin: 0 25px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.ci-soundplayer-controls a {
  display: inline-block;
  color: #fff;
  border-radius: 50%;
}

.ci-soundplayer-controls a:hover,
.ci-soundplayer-controls a:focus {
  color: #fff;
}

.ci-soundplayer-play {
  display: inline-block;
  text-align: center;
  width: 53px;
  height: 53px;
  background-color: #d95919;
  line-height: 53px;
  font-size: 24px;
  text-indent: 2px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.ci-soundplayer-prev,
.ci-soundplayer-next {
  background-color: #383838;
  width: 39px;
  height: 39px;
  text-align: center;
  position: absolute;
  top: 8px;
  font-size: 12px;
  line-height: 39px;
  z-index: 1;
}

.ci-streaming .ci-soundplayer-prev,
.ci-streaming
.ci-soundplayer-next {
  opacity: 0.5;
  pointer-events: none;
}

.ci-soundplayer-prev {
  left: 3px;
  text-indent: -1px;
}

.ci-soundplayer-next {
  right: 3px;
  text-indent: 1px;
}

.ci-soundplayer-meta {
  overflow: hidden;
  zoom: 1;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.ci-soundplayer-meta .ci-sound-player-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  line-height: 1;
}

.ci-soundplayer-meta .track-title {
  display: inline-block;
  line-height: normal;
  font-size: 17px;
  margin: 0;
}

.ci-soundplayer-meta .track-bar {
  width: 100%;
  height: 5px;
  background-color: #383838;
  position: relative;
  cursor: pointer;
}

.ci-streaming .ci-soundplayer-meta .track-bar {
  cursor: default;
  pointer-events: none;
}

.ci-soundplayer-meta .progress-bar {
  height: 5px;
  background-color: #d95919;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ci-streaming .ci-soundplayer-meta .progress-bar {
  display: none;
}

.ci-soundplayer-meta .load-bar {
  height: 5px;
  background-color: #5e5e5e;
  position: absolute;
  left: 0;
  top: 0;
}

.ci-streaming .ci-soundplayer-meta .load-bar {
  display: none;
}

.ci-soundplayer-meta .track-position {
  font-size: 17px;
  margin-left: auto;
}

.ci-streaming .ci-soundplayer-meta .track-position {
  display: none;
}

.ci-soundplayer-tracklist {
  display: none;
}

/* -----------------------------------------
Comments
----------------------------------------- */

.post-comments {
  margin: 50px 0 30px 0;
}

.comments-title,
.comment-reply-title {
  margin-bottom: 30px;
}

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

.comment-list .children {
  list-style: none;
}

.comment-list .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
}

.comment-list > .comment:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}

.comment-author .fn {
  font-weight: bold;
  line-height: normal;
}

.comment-author .avatar {
  width: 64px;
  float: left;
  margin: 0 30px 15px 0;
  overflow: visible;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.comment-content p {
  margin-bottom: 20px;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  margin: 20px 0;
  position: relative;
}

.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child {
  margin-top: 0;
}

.comment-content ul,
.comment-content ol {
  margin: 20px 0;
  padding-left: 25px;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
  margin: 0;
}

.comment-content blockquote {
  margin: 35px 0 0;
}

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

.comment-meta a {
  color: inherit;
}

.comment-metadata {
  opacity: .75;
  font-size: 12px;
}

.comment-reply-link {
  display: block;
  font-size: 12px;
  margin-left: 94px;
}

.bypostauthor > article .fn::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 -2px;
  position: relative;
  top: -3px;
  font-size: 11px;
}

.comment-respond {
  margin-top: 20px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  opacity: .75;
  margin: 10px 0 25px;
}

.form-submit {
  margin-bottom: 0;
}

.no-comments {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-top: 40px;
  text-align: center;
}

.comment-form-cookies-consent {
  line-height: 1;
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-form-cookies-consent [type="checkbox"] {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 10px 0 0;
}

.comment-form-cookies-consent label {
  display: inline-block;
  margin: 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;
}

.widget select {
  width: 100%;
}

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

/* WIDGET: #List Widgets
========================================= */

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.widget_ci-page-children-menu ul,
.widget_layered_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul,
.widget_ci-page-children-menu ul ul,
.widget_layered_nav ul ul {
  margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_product_categories li,
.widget_ci-page-children-menu li,
.widget_layered_nav li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_product_categories li a,
.widget_ci-page-children-menu li a,
.widget_layered_nav li a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.footer .widget_meta li a,
.footer
.widget_pages li a,
.footer
.widget_categories li a,
.footer
.widget_archive li a,
.footer
.widget_nav_menu li a,
.footer
.widget_product_categories li a,
.footer
.widget_ci-page-children-menu li a,
.footer
.widget_layered_nav li a {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.widget_meta li .count,
.widget_meta li .ci-count,
.widget_pages li .count,
.widget_pages li .ci-count,
.widget_categories li .count,
.widget_categories li .ci-count,
.widget_archive li .count,
.widget_archive li .ci-count,
.widget_nav_menu li .count,
.widget_nav_menu li .ci-count,
.widget_product_categories li .count,
.widget_product_categories li .ci-count,
.widget_ci-page-children-menu li .count,
.widget_ci-page-children-menu li .ci-count,
.widget_layered_nav li .count,
.widget_layered_nav li .ci-count {
  position: absolute;
  right: 0;
  top: 5px;
  height: 24px;
  min-width: 24px;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  font-size: 11px;
}

.widget_meta li.current-cat > a,
.widget_pages li.current-cat > a,
.widget_categories li.current-cat > a,
.widget_archive li.current-cat > a,
.widget_nav_menu li.current-cat > a,
.widget_product_categories li.current-cat > a,
.widget_ci-page-children-menu li.current-cat > a,
.widget_layered_nav li.current-cat > a {
  font-weight: 700;
}

.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.footer .widget_recent_comments li,
.footer
.widget_rss li,
.footer
.widget_recent_entries li {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.widget .rss-date,
.widget .post-date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.widget .rss-date {
  margin: 3px 0;
}

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

.footer .tracklisting {
  border-color: rgba(255, 255, 255, 0.15);
}

.tracklisting.tracklisting-no-buttons .track {
  padding-left: 10px;
}

.tracklisting .track {
  padding: 9px 10px 9px 80px;
  background: #FAFAF8;
  position: relative;
  border-bottom: 1px solid #E7E7E3;
  margin: 0;
}

.footer .tracklisting .track {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}

.tracklisting .track h5 {
  font-family: "Open Sans", sans-serif;
  color: #8a8986;
  font-size: 11px;
  text-transform: none;
  margin: 0 0 2px 0;
}

.footer .tracklisting .track h5 {
  color: #fff;
}

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

.footer .tracklisting .track .sm2_link {
  border-color: rgba(255, 255, 255, 0.15);
}

.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;
  text-indent: -2px;
}

.tracklisting .track .sm2_link i::before {
  position: relative;
  top: -2px;
  right: -2px;
  line-height: 0;
}

.tracklisting .track .sm2_playing i {
  text-indent: 0;
}

.tracklisting .track .sm2_playing i::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f04c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
}

.tracklisting.top .track {
  overflow: hidden;
}

.tracklisting.top .track:nth-child(2n+1) {
  background: rgba(250, 250, 248, 0.78);
}

.footer .tracklisting.top .track:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.15);
}

.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;
  -webkit-transition: all 0.35s ease;
  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;
}

.mfp-content .track-lyrics-hold {
  display: block;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  max-width: 380px;
  margin: 0 auto;
}

.mfp-content .track-lyrics-hold .mfp-close {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
}

.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 #d95919;
  padding: 3px 5px;
  -webkit-transition: 0.18s;
  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-color: #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
========================================= */

.list-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-social-icons li {
  display: inline-block;
  margin: 3px;
}

.social-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #d95919;
  color: #fff;
  font-size: 16px;
  border-radius: 36px;
  text-align: center;
  display: inline-block;
}

.social-icon:hover {
  color: #fff;
}

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */

/* WordPress Generated Classes
=================================== */

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.alignnone {
  margin: 5px 0 30px 0;
}

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

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 10px 5px 0;
  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: 5px 15px;
}

.gallery {
  margin-bottom: 20px;
}

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

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0 5px;
}

.gallery-item {
  display: inline-block;
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  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;
}

/* -----------------------------------------
	Mobile menu
----------------------------------------- */

.mm-page {
  position: static;
}

html.mm-opened {
  height: auto !important;
}

.mm-opened .mm-page {
  position: relative;
}

#mobilemenu {
  display: none;
}

.mobile-nav-trigger {
  text-transform: uppercase;
  font-weight: bold;
  display: none;
  font-size: 18px;
  color: #eeede5;
}

.mobile-nav-trigger:hover,
.mobile-nav-trigger:focus {
  color: inherit;
}

/* -----------------------------------------
	External Plugins
----------------------------------------- */

.elementor .elementor-widget-ci_theme_element figure,
.elementor .elementor-widget-ci_theme_element .entry-thumb {
  margin-bottom: 15px !important;
}

.elementor .elementor-widget-ci_theme_element .item-list .item {
  margin-bottom: 0;
}

.elementor .elementor-widget-ci_theme_element .item-title {
  margin: 0;
}

.elementor .elementor-widget-ci_theme_element .item-title a {
  font-family: "League Gothic", sans-serif;
}

.elementor .elementor-widget-wp-widget-ci_tracklisting_widget .item {
  margin-bottom: 0;
}

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

.elementor .elementor-widget-news_element .btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 230px;
}

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

@media (min-width: 768px) {
  .ci-theme-grid .elementor-section.elementor-section-boxed > .elementor-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .ci-theme-grid .elementor-section.elementor-section-boxed > .elementor-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .ci-theme-grid .elementor-section.elementor-section-boxed > .elementor-container {
    width: 1170px;
  }
}

@media (max-width: 767px) {
  .entry-content .alignleft,
  .entry-content .alignright {
    display: block;
    float: none;
    margin: 20px auto;
  }

  .entry-meta {
    display: block;
  }

  .entry-meta .read-more {
    display: block;
    margin: 10px 0 0;
    padding: 0;
  }

  .comment-list .children {
    margin: 0;
    padding: 0;
  }

  .comment-author .avatar {
    display: none;
  }

  .comment-reply-link {
    margin: 0;
  }
}