/* Blog Images */
.align-left, .alignleft {
  float: left;
  width: 46%;
  max-width: none;
  margin: 0 15px 15px 0;
}
.align-right, .story img.alignright {
  float: right;
  width: 46%;
  max-width: none;
  margin: 0 0 15px 15px;
}
.align-left-tall {
  float: left;
  width: 200px;
  max-width: none;
  margin: 0 15px 5px 0;
}
.align-right-tall {
  float: right;
  width: 200px;
  max-width: none;
  margin: 0 15px 5px 0;
}
.pair-left {
  float: left;
  width: 48.5%;
  margin: 0;
}
.pair-right {
  float: right;
  width: 48.5%;
  margin: 0;
}
.align-center, .aligncenter {
  margin: 0 auto;
}
.align-reset {
  clear: both;
  margin-bottom: 15px;
}
.align-full {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 860px) {
  .align-left, .align-left-tall, .alignleft {
    float: none;
    margin: 0;
    width: 100%;
  }
  .align-right, .align-right-tall, .story img.alignright {
    float: none;
    margin: 0;
    width: 100% !important;
  }
  .align-center, .aligncenter {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1020px) {
  .pair-left {
    float: none;
    width: 100%;
  }
  .pair-right {
    float: none;
    width: 100%;
  }
  .align-full {
    margin: 0 0 15px 0;
  }    
}

.cd-release {
  float: left;
  width: 280px;
}
@media only screen and (max-width: 800px) {
  .cd-release {width: 100%}
}
.cd-cover {
  float: left;
  width: 178px;
  height: 200px;
}
.cd-cover img {
  border: 1px solid #ddd;
  width: 163px;
  height: 163px;
  box-shadow: 3px 3px 3px #a8b3bc;
}
.cd-price {padding-left: 5px}
.stream-btn {
  padding: 10px 0 8px 0;
  height: 39px;
}
.box-text {
  font-size: 0.85em;
  line-height: 1.2em;
  color: #111;
}
.latest-cd .box-text {
  float: left;
}
.box-text h3 {
  font-weight: bold;
}
.box-text p {
  padding: 0;
  margin: 0;
}
.buy-cd {
  margin-top: 10px;
}
.shop-libera {
  clear: both;
  margin: 25px 10px 0 0;
  font-size: 1.1em;
  min-height: 45px;
}
.shop-title {
  float: left;
  width: 90px;
  margin-top: 5px;
}
.shop-libera .WhiteButton {
  float: left;
  margin-right: 10px;
}
.hope-cover {
  float: left;
  height: 270px;
  border: 1px solid #dcdcdc;
  margin-bottom: 5px;
  -moz-box-shadow: 0px 2px 2px #a8b3bc;
  -webkit-box-shadow: 0px 2px 2px #a8b3bc;
  box-shadow: 0px 2px 2px #a8b3bc;
}

.front-box.announcement {display: none}
.front-box.announcement h5.heading {
  color: #066 !important;
  margin: 10px 0 0 0 !important;
}
html, body {margin: 0 !important; padding: 0 !important;}
body {
  height: 100% !important;
  background-color: #333;
  overflow-wrap: normal;
  word-break: normal !important;
}
.header-site {border-bottom: 1px solid #aab}
.wrapper-site {
  min-height: 100% !important;
  position: relative !important;
  background-color: #c9dfed;
}
#wrapper-content {padding-bottom: 200px !important}
#footer {
  width: 100% !important;
  height: 200px !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #aab;
}
.clearFix {clear: both}
a {color: #05a; text-decoration: none !important; font-weight: 400;}

/* Hope pre-order */
.hope-background {
  display: inline-block;
  width: 100%;
  padding: 18px;
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
}
.hope-cover {
  float: left;
  width: 270px;
  height: 270px;
  padding: 0;
  margin: 0;
}
.hope-details {
  float: left;
  width: 300px;
  padding: 2px 0 0 20px;
  text-align: left;
  line-height: 18px;
  font-size: 0.85em;
}
.hope-details p {
  color: #555 !important;
}
.hope-button {
  margin: 25px 0 15px 0;
}
.hope-button a {
  border-radius: 15px;
  background: #67b2d8;
  padding: 5px 15px;
  width: 200px;
  height: 30px; 
  color: #fff;
  -moz-box-shadow: 0px 2px 2px #a8b3bc;
  -webkit-box-shadow: 0px 2px 2px #a8b3bc;
  box-shadow: 0px 2px 2px #a8b3bc;
}
.hope-details h2 {
  margin: 0;
  padding: 0 0 20px 0;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 19px;
}
.album-details {
  line-height: 15px;
  font-size: 0.9em;
}
.album-details h3 {
  margin: 0 !important;
  line-height: 12px;
  font-size: 1.0em !important;
}
@media only screen and (max-width: 440px) { 
  .hope-cover {
    width: 260px;
    height: 260px;
  }
  .hope-details {
    padding: 20px 0 0 5px;
  }
}
/* Basket Button for Shop Pages*/

.basket-button {
  margin: 50px 0 15px 0;
}
.basket-button a {
  border-radius: 15px;
  background: #67b2d8;
  padding: 5px 15px;
  width: 200px;
  height: 30px; 
  color: #fff;
  -moz-box-shadow: 0px 2px 2px #a8b3bc;
  -webkit-box-shadow: 0px 2px 2px #a8b3bc;
  box-shadow: 0px 2px 2px #a8b3bc;
}
.pea_cook_wrapper {
  padding: 8px 15px !important;
}
/* Amazon Grid */
.aalb-470-pg-ad-unit {
  background: #fff;
}
.aalb-470-pg-ad-unit {
  position: relative;
  overflow: hidden;
  padding: 22px 40px;
}
.aalb-470-pg-ad-unit * {
  box-sizing: content-box;
  box-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  outline: 0;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.aalb-470-pg-ad-unit.pull-left {float: left;}
.aalb-470-pg-ad-unit.pull-right {float: right;}
.aalb-470-pg-ad-unit.pull-left .aalb-470-pg-product, .aalb-470-pg-ad-unit.pull-right .aalb-470-pg-product {
  width: 185px !important;
}
.aalb-470-pg-ad-unit a {box-shadow: none !important;}
.aalb-470-pg-ad-unit a:hover {color: #c45500;}
.aalb-470-pg-ad-unit .aalb-470-pg-product-list {overflow: hidden;}
.aalb-470-pg-ad-unit .aalb-470-pg-product {
  min-width: 185px;
  max-width: 385px;
  height: auto !important;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  list-style: none;
  text-align: center;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-image {
  display: table;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-image-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-image a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-image img {
  max-width: 150px;
  max-height: 150px;
  vertical-align: bottom;
}
.aalb-470-pg-ad-unit .aalb-470-pg-percent-off {
  display: block;
  width: 32px;
  height: 27px;
  padding-top: 5px;
  position: absolute;
  top: -16px;
  right: -16px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #a50200;
  background-image: -webkit-linear-gradient(top, #cb0400, #a50200);
  background-image: linear-gradient(to bottom, #cb0400, #a50200);
}
.aalb-470-pg-ad-unit.hide-percent-off-badge .aalb-470-pg-percent-off {
  display: none;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-details {
  display: inline-block;
  max-width: 100%;
  margin-top: 11px;
  text-align: left;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-title a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #111111;
  text-decoration: none;
}
.aalb-470-pg-ad-unit.no-truncate .aalb-470-pg-product-title a {
  text-overflow: initial;
  white-space: initial;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-offer-price {
  font-size: 13px;
  color: #111111;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-offer-price-value {
  color: #AB1700;
  font-weight: bold;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-list-price {
  font-size: 13px;
  color: #565656;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-list-price-value {
  text-decoration: line-through;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-prime-icon .icon-prime-all {
  background: url('https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_1x-e1a6545ba46e2ced9fc835dbdec4fff037b5b6bf._V2_.png') no-repeat;
  display: inline-block;
  margin-top: -1px;
  vertical-align: middle;
  background-position: -205px -246px;
  width: 47px;
  height: 16px;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-prime-icon .icon-prime-es {
  background: url('https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_1x-e1a6545ba46e2ced9fc835dbdec4fff037b5b6bf._V2_.png') no-repeat;
  display: inline-block;
  margin-top: -1px;
  vertical-align: middle;
  background-position: -205px -274px;
  width: 62px;
  height: 15px;
}
.aalb-470-pg-ad-unit .aalb-470-pg-product-offer-price,
.aalb-470-pg-ad-unit .aalb-470-pg-product-list-price,
.aalb-470-pg-ad-unit .aalb-470-pg-product-prime-icon {
  display: inline-block;
  margin-right: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .aalb-470-pg-ad-unit .aalb-470-pg-product-prime-icon .icon-prime-all {
    background: url('https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_1x-e1a6545ba46e2ced9fc835dbdec4fff037b5b6bf._V2_.png') no-repeat;
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    background-position: -205px -246px;
    width: 47px;
    height: 15px;
  }
  .aalb-470-pg-ad-unit .aalb-470-pg-product-prime-icon .icon-prime-es {
    background: url('https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_1x-e1a6545ba46e2ced9fc835dbdec4fff037b5b6bf._V2_.png') no-repeat;
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    background-position: -205px -274px;
    width: 62px;
    height: 16px;
  }
}

/* Changes to Amazon template */
.libera-grid-box, .libera-grid-container {
  min-width: auto !important;
  padding: 0 !important;
}
.libera-product-list {
  margin: 0 !important;
}
.libera-product, .libera-product-image {
  margin: 0 10px 0 0 !important;
}
.libera-product {
  margin: 0;
  padding: 0;
}
.libera-product-details {
  display: block !important;
  margin: 5px 0 0 2px !important;
}



/* Shop */
table.shop_table {
  border: none;
}
.shop-page .content-main {
  padding-top: 30px !important;
}
.shop-page .right-side-panel {
  height: 710px;
  overflow-x: hidden;
  overflow-y: auto;
}
.shop-page .top-text, .shop-page .section-text {
  font-size: 0.95em;
}
.shop-page .top-text {
  padding: 0 0 10px 1px;
  border-bottom: 1px solid #ccc;
}
.shop-page .section-text {
  padding: 0 0 5px 0;
}
.shop-page .shop-heading {
  font-size: 32px; 
  font-weight: normal;
  margin-top: 20px;
  color: #333;
}
.right-side-panel .widget-title {
  margin: 0 0 5px 0 !important;
}
.shop-page .products {
  clear: both;
  box-sizing: border-box;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
.wc-product {
  float: left;
  width: 300px;
}
.woocommerce {
  padding-top: 0px;
}
.woocommerce .products {
  border: none;
  margin-left: 2px;
  border: none !important;
}
.woocommerce .products li {
  /*padding-left: 0 !important;*/
  background-color: #fff;
}
.woocommerce .img-wrap {
  margin-left: 0 !important;
}
h2.woocommerce-loop-product__title {
  font-weight: normal !important;
  margin: 0 0 10px 0 !important;
}
.wc.shop-heading {
  margin-bottom: 0;
}
.wc-shop-heading p {
  border-bottom: 1px solid red;
}
.product-box {
  float: left;
  width: 33%;
  min-width: 200px;
  height: 260px;
  padding: 15px 15px 15px 3px;
}
.product-title {
  font-size: 0.85em;
}
.product-price {
  font-size: 0.8em;
  display: none;
}
.product-price span {
  padding-right: 10px;
}
.discounted {
  text-decoration: line-through;
  color: #666;
}
.price {
  color: #111;
  font-weight: bold;
}
.product-page {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.product-page .product-box {
  width: calc(100% / 8);
  min-width: 166px;
}
.flags {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #fff;
}
.countries {
  height: 30px;
}
.flags .flag {
  float: left;
  width: 34px;
  height: 22px;
  margin-right: 12px;
}
.flag img {
  width: 32px;
  height: 20px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px #bbb;
}
.country-msg {
  font-size: 0.80em;
  color: #222;
  margin-bottom: 5px;
}
.shop-side-section {
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #aaa;
}
.shop-side-section .box-text {
  font-size: 0.80em;
}

/* Latest Release */

@media only screen and (max-width: 1020px) { 
  .shop-title {
    float: none;
    margin-bottom: 10px;
  }
}

/* Responsive layout */
.left-main-panel {
  float: left;
  margin: 0 20px 0 10px;
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 0 20px 20px 20px;
  width: calc(((100% / 12) * 8) - 20px);
}
.right-side-panel {
  float: left;
  width: 320px;
  max-width: 320px;
  padding: 20px 10px 5px 15px;
  background-color: #fff;
  border: 1px solid #aaa;
}
@media only screen and (max-width: 1100px) { 
  .left-main-panel {
    float: none;
    margin: 0 0 20px 0;
    width: calc((100% / 12) * 12);
  }
  .right-side-panel {
    float: none;
  }
}
@media only screen and (max-width: 484px) { 
  .right-side-panel {
    width: 100%;
    max-width: 100%;
  }
}

/* Contact forms */
.front-box.newsletter-widget .libera-widget {
  padding: 0;
}
.front-box .mc4wp-form-fields input {
  border: 1px solid #888;
}
input[type="email"] {
  border: 1px solid #aaa;
  background-color: #c9dfed !important;
}
input[type="text"] {
  border: 1px solid #aaa;
  background-color: #c9dfed !important;
}
.required {
  color: #888;
  padding-left: 2px;
}
input {
  color: #222;
}

/* Shop */
.shop-page .content-main {
  padding-top: 30px !important;
}
.shop-content {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #aaa;
}

/* Share links */
.share {
  padding: 8px 0px 0px 0px;
  font-size: 11px;
  line-height: 16px;
  margin: 0px 0px 15px 0px ;
}
.sharefacbook {
  background: url(/wp-content/uploads/facebook.gif) left no-repeat;
  margin: 0px 5px 0px 10px;
  padding: 2px 0 2px 20px;
}
.sharetwitter {
  background: url(/wp-content/uploads/twitter.gif) left no-repeat;
  margin: 0px 5px 0px 10px;
  padding: 2px 0 2px 20px;
}

/* Music */
.albumInfo {
  float: left;
  width: 290px;
  margin: 0px 13px 25px 0px;
  font-size: 11px;
  line-height: 15px;
}
.albumImg {
  -moz-box-shadow: 0px 2px 3px #a8b3bc;
  -webkit-box-shadow: 0px 2px 3px #a8b3bc;
  box-shadow: 0px 2px 3px #a8b3bc;
}
.albumInfo .notes {
  font-size: 1.1em;
  padding: 0 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #dbe5ea;
}
.albumInfo .share {
  font-size: 1.1em;
  margin: 10px 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbe5ea;
}
.albumInfo .buyButtons {
  font-size: 1.1em;
}
.showPanel {
  margin: 0px 0px 5px !important;
  height: auto;
}
.lyricContainer {
  position: relative;
  left: -10px;
  height: 0px;
  margin:  0px;
  padding: 0;
  overflow: hidden;
  width: 310px;
  clear: both;
  font-size: 11px;
  line-height: 15px;
}
.lyricContainer p  {
  margin: 10px 0 0 10px;
}
.lyricContainer .block {
  padding: 10px 10px 20px 10px;
  margin: 0;
  box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: rgba(180,180,180,0.1);
}
.showLyricPanel {
  margin: 5px 0px 0px;
  height: auto;
}
.playerContainer {
  position: relative;
  left: -10px;
  height: 0px;
  margin: 0px;
  padding: 0;
  overflow: hidden;
  width: 310px;
  clear: both;
}
.showPlayerPanel {
  height: 65px;
}
.playerContainer .block {
  margin: 10px 0 0 0;
  text-align: center;
  height: auto;
  box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: rgba(180,180,180,0.1);
}
.playerContainer audio {
  margin-top: 10px;
}
.trackList {
  float: left;
  width: 310px;
  margin: 0px 0px 25px 0px;
  line-height: 18px !important;
  font-size: 12px;
}
@media only screen and (max-width: 1100px) { 
  .trackList {
    float: none;
    width: 300px;
    margin-left: -10px;
  }
}
.trackList ol {
  margin: 0px;
  padding: 0px;
  list-style-type: decimal;
}
.trackList li {
  position: relative;	
  list-style-position: inside !important;
}
.track {
  padding: 10px 30px 10px 10px;
  border-bottom: #d9e3e8 1px solid;
  margin: 0 !important;
}
.trackAlt {
  padding: 10px 30px 10px 10px;
  background-color: #fbfbfb;
  border-bottom: #d9e3e8 1px solid;
  margin: 0 !important;
}
.openLyric {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 11px;
  height: 14px;
  cursor: pointer;
  background: url(/wp-content/uploads/Lyrics.gif) left no-repeat;
}
.closeLyric {
  width: 12px;
  height: 12px;
  background: url(/wp-content/uploads/close.gif) left no-repeat;
}
.openPlayer {
  position: absolute;
  right: 35px;
  top: 12px;
  width: 11px;
  height: 14px;
  cursor: pointer;
  background: url(/wp-content/uploads/MusicPlayer.gif) left no-repeat;
}
.closePlayer {
  width: 12px;
  height: 12px;
  background: url(/wp-content/uploads/close.gif) left no-repeat;
}

.category-music.container article {
  padding: 20px 15px 20px 20px !important;
}

/* Music Sidepanel */
.discography {
  height: 1220px;
  padding-top: 10px;
}
.cd-row {
  clear: both;
  width: 285px;
  height: 152px;
}
.cd-row img {
  width: 125px;
  box-shadow: 2px 2px 2px #a8b3bc;
  -moz-box-shadow: 0px 2px 3px #a8b3bc;
  -webkit-box-shadow: 0px 2px 3px #a8b3bc;
  box-shadow: 0px 2px 3px #a8b3bc;
}  
.cd-left {float: left}
.cd-right {float: right}

/* Video */
.post-list.video-list .thumbnail-layout {
  height: 90px !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}
.post-list.video-list .thumbnail-layout img {
  width: 140px !important;
}
.post-list.video-list .lptw-post-title {
  font-size: 1em !important;
}
.cd-box {
  float: left;
  height: 180px;
  margin: 0 15px 15px 0;
}
.cd-box img {
  box-shadow: 2px 2px 2px #a8b3bc;
}

/* Event Organiser */
#primary #content {
  padding-top: 30px !important;
}
.event-content {
  min-height: 300px;
}
.event-panel {
  padding: 0 0 100px 0;
}
article.type-event {
  padding: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
}
header .entry-title {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 10px;
}
.eo-event-meta {
  margin-left: 0 !important;
  width: 50% !important;
}
@media only screen and (max-width: 600px) {
  .eo-event-meta {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .eo-event-venue-map {
    margin-top: 15px;
    float: none;
  }
}
.eo-event-meta li {
  list-style: none !important;
}  
.eo-events {
  margin: 0 0 0 15px !important;
}
.event-list ul li, .event-box ul li {
  list-style: none;
}
.event-list h2, .event-box h2 {
  margin: 0 !important;
  padding: 0 0 0 4px !important;
  font-size: 1.2em;
}
.event-box h2 {
  margin-bottom: 5px !important;
  padding: 0;
  color: #555;
}
.event-list p, .event-box p {
  display: none !important;
}
.event-list .eo-event {
  margin: 10px 0 20px 0;
}
.date-box {
  float: left;
  width: 80px;
  text-align: center;
  background-color: #e1e8ed;
  border-radius: 5px;
  margin: 4px 20px 0 0;
  padding: 3px 0 0 0;
  border: 1px solid #aaa;
}
.event-list .detail-box {
  float: left;
  width: 300px;
  padding-top: 10px;
  text-align: left;
  line-height: 1.3em;
}
.eo-date, .event-list .eo-title {
  font-size: 1.5em;
  font-weight: bold;
}
.event-list .eo-title {
  margin-bottom: 5px;
}
.eo-month, .eo-year {
  font-size: 0.9em;
}
.eo-time-label {
  color: #555;
  font-weight: bold;
}
.eo-time {
  font-weight: normal;
}
.event-widget .libera-widget {
  padding: 0;
}
.event-box .eo-events {
  margin: 0 0 0 5px !important;
}
.event-box .eo-title {
  font-size: 1.2em;
  line-height: 1.3em;
}
.event-box .detail-box {
  float: left;
  width: 300px;
  padding-top: 10px;
  text-align: left;
  padding-top: 4px;
  min-width: 170px;
  max-width: 170px;
  font-size: 0.8em;
  line-height: 1.2em;
}
.event-box .date-box {
  width: 75px;
  line-height: 1.2em;
}
.all-link {
  padding: 10px 0 0 5px;
  font-size: 0.85em;
}
.all-events-link {
  padding-top: 20px;
}
.all-events-link a {
  font-weight: bold;
}
.next-prev-events {
  clear: both;
  margin-top: 10px;
  margin-bottom: 60px;
}
.next-prev-events a {
  float: left;
}
.evt-spc {
  display: inline-block;
  width: 15px;
}


/* Guestbook */
#gwolle_gb_new_entry {
  margin-top: 0 !important;
}
#gwolle_gb_new_entry h3 {
  display: none;
}
#gwolle_gb_new_entry .label {
  width: 100% !important;
  background-color: #fff;
  white-space: normal;
}
#gwolle_gb_new_entry .input {
  width: 100% !important;
}
.libera-widget .sign-book {
  padding-right: 5px;
}
div.clearBoth {
  height: 5px;
}
.gwolle_gb_notice {
  margin-top: 10px;
  color: #444;
  font-size: 0.8em;
  font-style: italic;
}
.gwolle_gb_antispam .label label {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.3em;
}
#gwolle_gb_messages {
  font-size: 0.9em;
  color: #333;
  line-height: 0.9em;
}
.gwolle_gb_submit_ajax_icon {
  height: 50px;
}
.guestbook_widget .page-navigation {
  display: none;
}
#gwolle_gb_entries {
  font-size: 0.8em !important;
}
.gb-date {
  float: right;
  padding-right: 4px;
  color: #222;
}
.gb-author-info {
  padding-bottom: 4px;
}
.gb-author-name, .gb-entry-content {
  padding-left: 0 !important;
}
.gb-author-name {
  color: #333;
}
.gb-entry-content {
  color: #555;
}
.guestbook-link {
  margin-top: 10px;
  font-size: 0.9em;
}
.guestbook_widget #gwolle_gb_entries {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 15px;
}
.container.post-5754 {
  padding-top: 30px;
}
.post-5754 .span-12 .section-title {
  display: none !important;
}
.guestbook.span-8 {
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 20px;
}
.guestbook.span-8 .section-title {
  display: block !important;
}
.guestbook h1.heading {
  font-weight: normal;
  font-size: 1.2em;
}  
#gwolle_gb > div:first-child {
  display: none !important;
}
#gwolle_gb div#gwolle_gb_messages_top_container {
  display: block !important
}
.libera-widget.guestbook {
  height: 850px;
  border: 1px solid #aaa;
}
#charLimit {
  margin: -5px 0 10px 5px;
  color: #363;
  font-size: 0.8em;
}

.lia-left {
  margin: 10px 10%;
  width: 30%;
  float: left;
}
.lia-right {
  margin: 10px 10%;
  width: 30%;
  float: right;
}
.lia-title {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.contact-icon {
  float: left;
  width: 30px;
  margin: 10px 20px 0 0;
}
.captcha-text {
  color: #111;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.WhiteButton {
  min-height: 26px;
  height: 26px;
  padding: 0px 12px;
  color: #0077cc;
  background: url(/wp-content/uploads/buttonBkgrd.png) bottom repeat-x #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0px 1px 1px #c3c3c3;
  -webkit-box-shadow: 0px 1px 1px #c3c3c3;
  box-shadow: 0px 1px 1px #c3c3c3; 
  border: none;
  font-weight: bold;
  text-shadow: 0px 1px 0px #CCC;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  margin-right: 5px;
}
.WhiteButton:hover {
  -moz-box-shadow: inset  0px 1px 2px #999999;
  -webkit-box-shadow: inset 0px 1px 2px #999999;
  box-shadow: inset 0px 1px 2px #999999;
}
.WhiteButton img {
  margin-top: 3px;
}
label {
  color: #222;
  margin-top: 10px;
}

/* About Pages */
.about-slider {
  float: left;
  width: 360px !important;
  margin: 0 10px 10px 0;
}
.about-left {
  float: left;
  width: 360px;
  margin-bottom: 20px;
}
.about-right {
  float: right;
  padding-left: 10px;
  width: 230px;
}
.about-right h2 {
  font-size: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 1012px) {
  .about-left {
    width: 100%;
  }
  .about-right {
    clear: both;
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 876px) {
  .about-slider  {
    clear: both;
    width: 100% !important;
  }
}
.story h3 {
  font-size: 1.3em;
  margin: 0 !important;
  padding: 10px 0 5px 0 !important;
}
.faq h4 {
  font-size: 1em;
  margin: 0 !important;
  padding: 10px 0 5px 0 !important;
}  
.sn-name {
  display: inline-block;
  width: 70px;
}
.donate-box {
  float: left;
  width: 165px;
  margin: 10px 30px 10px 0;
  text-align: center;
}
.donate-logo {
  position: relative;
  height: 50px;
  width: 100%;
}
.donate-logo img {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

/* About Sidebar */
.about-list article {
  border: none !important;
  padding: 0 !important;
}
.about-list .container {
  padding: 0;
}
.about-list .grid {
  margin: 0;
}
.about-list .thumbnail-body {
  padding: 0 0 30px 0 !important;
  background-color: #fff !important;
}
.about-list h4 {
  font-size: 1em !important;
}
.about-list .excerpt {
  padding-right: 10px;
  color: #111 !important;
  font-size: 0.8em;
  margin-top: 3px !important;
}

/* Responsive Sidebar */
.sidebar {
  min-width: 320px;
  max-width: 360px;
}
@media only screen and (max-width: 768px) {
  .sidebar {
    margin-left: 10px !important;
    margin-right: 0 !important;
    max-width: auto !important;
    min-width: auto !important;
    width: calc(100% - 20px) !important;
  }
}

/* Smart Slider */
.nextend-bar {
  width: 280px;
  max-width: 320px;
}
p.bar-text {
  padding-top: 10px;
}
@media only screen and (max-width: 980px) { 
  .nextend-bar {
    max-width: none !important;
    top: auto !important;
    bottom: -30px !important;
    left: 0 !important;
    width: 100% !important;
    height: 140px !important;
  }
  p.bar-text {
    padding-top: 0;
  }
}
@media only screen and (max-width: 440px) { 
  .nextend-bar {
    height: 130px !important;
    bottom: -27px !important;
  }
}

/* Blog Content */
.post.type-post {
  padding-top: 30px;
}
.single-post article {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #aaa;
  color: #111;
  overflow-wrap: normal !important;
}
.single-post .container.list-list article {
  border: none;
}
.single-post article .story {
  font-size: 0.95em;
}
.single-post textarea {
  background-color: rgb(213, 227, 237);
  border: 1px solid #aaa;
  color: #333;
}
.single-post header h1.heading {
  font-size: 20px;
  margin: 0 !important;
}
.lptw-columns-fixed {
  border: none !important;
  padding: 0 0 20px 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.lptw-post-title {
  line-height: 1.2em !important;
  font-size: 0.9em !important;
}
.lptw-post-date {
  font-size: 0.8em !important;
  text-transform: none !important;
  padding-top: 10px !important;
}
p.form-submit {
  margin-bottom: 15px !important;
}
.front-blogs {
  margin-top: 15px;
}
.front-blogs a {
  color: #05a !important;
}
.next-link a, .prev-link a {
  font-weight: bold;
}
.prev-link {
  padding-bottom: 20px;
}
.next-link {
  padding-bottom: 20px;
}

/* Sidebar Box */
.libera-widget {
  padding: 20px 10px 5px 15px;
  background-color: #fff;
}
.sidebar .libera-widget {
  border: 1px solid #aaa;
}
.gallery-post-list {
  height: 500px;
  padding-top: 20px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
} 
.post-list {
  height: 500px;
  padding-top: 20px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}  
.news-post-list {
  height: 500px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}  
.post-list.front-video {
  overflow-y: hidden !important;
  height: 320px !important;
}
.front-video .thumbnail-layout .lptw-post-title {
  color: #05a !important;
}

.libera-widget a {
  color: rgb(0, 85, 170) !important;
}
.widget-title {
  color: #222 !important;
  font-weight: normal;
  font-size: 20px !important;
  text-transform: none !important;
  margin-bottom: 10px !important;
}

/* Page Content */
.page-child .container.content-main {
  padding-top: 30px !important;
}
.page-child .section-title.large {
  display: none;
}
.section-title.large .meta-info {
  display: none !important;
}
.page-child h1.heading {
  margin-top: 0 !important;
}

/* Gallery Carousel */
.jp-carousel-info {display: none}
.jp-carousel-fadeaway {display: none}

/* Donations */
.nav-vertical {
  color: #222;
}
.box-images {
  padding-top: 15px;
  font-size: 1.1em;
}
.just-icon {
  float: left;
  margin-right: 5px;
}
.paypal-icon {
  float: left;
}

/* Blog Titles */
.section-title.large h1 {
  font-size: 32px !important;
}

/* Facebook */
.front-box.facebook-widget .excerpt {
  height: 240px !important;
  margin: 0 !important;
}
.facebook-widget .libera-widget {
  padding-left: 0 !important;
}
.widget_facebook_likebox {
  padding-left: 0;
}

/* Twitter */
.front-box.twitter-widget {
  height: 560px !important;
}
.twitter_sm {
  height: 485px !important;
  overflow: auto !important;
}

/* Instagram */
.front-box.instagram-widget {
  height: 560px !important;
}
.instagram_sm {
  height: 485px !important;
  overflow: auto !important;
}



/* Header */
.nav-horizontal li a {
  font-weight: normal !important;
}
.header-block .nav-horizontal {
  margin-top: 20px;
}

/* Front Page Tiles */
#data-7, .front-box .grid {
	margin: 0;
}
.front-box .container.list-list {
	padding: 0;
}
.front-box .section-title.large h1 {
    font-size: 0.95em !important;
    margin-bottom: 8px;
}
.front-box header.section-title.large a {
    color: #05b !important;
}
.front-box header.section-title.large {
  margin: 0 !important;
}
.front-box .thumbnail {
  margin-bottom: 0;
}
.front-box .column.span-7 {
  float: left;
  margin: 0 0 0 8px;
}
.front-box .l-clock-o {
  display: none;
}
.front-box .layers-post-widget {
  padding-top: 2px;
}
.front-box .widget_event_list_widget {
  padding-left: 0;
}
.front-box .event-list-view {
  margin-left: 0 !important;
}
.front-box .widget_text.amr_widget {
  padding-left: 0 !important;
}
.front-content {
  padding-top: 20px;
}
.front-box {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.front-box.list-widget {
  height: 320px !important;
}
.push-bottom-medium {
  margin-bottom: 0 !important;
}
.front-blog-entry {
  padding-bottom: 10px;
}
.front-box {
  min-width: 300px !important;
}
@media only screen and (max-width: 980px) {
  .front-box {
    width: 46.7%;
  }
}
@media only screen and (max-width: 660px) {
  .front-box {
    width: 100%;
  }
}

/* Video Items */
.VideoItem {
  margin-top: 15px;
  font-size: 0.9em;
  line-height: 1.2em;
}
.VideoItem img {
  float: left;
  margin-right: 10px;
}
.VideoItem p {
  padding: 0;
  margin: 5px 0 3px 0 !important;
  color: #333;
  font-size: 0.9em;
}
.video-divider {
  clear: both;
  height: 15px;
}
.linkFooter {
  clear: both;
  margin-top: 35px;
  width: 100%;
  font-size: 0.9em;
}
.leftLink {float: left}
.rightLink {float: right}

/* Menu */
.widget_nav_menu {
  text-align: center;
  padding: 0;
}
.menu-main-menu-container {
  padding: 0;
}
.widget_nav_menu ul li{
  display: inline-block; 
  padding: 0 8px;
  vertical-align: middle;
  margin: 0;
}
.widget_nav_menu ul li a{ 
  font-size: 1.2rem;
  color: #000;
  text-transform: uppercase;
  display: block;
}
/* Link Blocks if Linked Page is Showing */
.widget_nav_menu ul li.current-menu-item {
  /*background: #1f97dd;*/
}
/* Link Text if Linked Page is Showing */
.widget_nav_menu ul li.current-menu-item a{
  color: #000;
}
/* Link Block Background Hover Color */
.widget_nav_menu ul li:hover {
}
/* Link Text Hover Color */
.widget_nav_menu ul li a:hover {
  color: #0543ff;
}

/* Footer */
.copyright {font-size: 0.75em !important}
.grid.copyright .t-right {
  display: none;
}
.grid.copyright .column {
  width: 100% !important;
}
#footer .grid {height: 26px}
#footer .grid.copyright {height: 70px} 
.left-text {
  float: left;
}
.right-text {
  float: right;
  width: 320px;
  text-align: right;
}
.sidebar-legal h1, .sidebar-legal .excerpt {
  font-size: 0.8em !important;
}
.mc_signup_submit {
  color: #222;
  background-color:#555;
}

/* News Listings */
.front-news {
  max-height: 320px;
  height: 320px;
}
.mailing-action {
  font-size: 0.85em;
  padding-bottom: 10px;
}
.front-news .news-list h1.heading a {
  font-size: 1.1em;
}
.news-list {
  padding-top: 0;
}
.news-list h1.heading a {
  font-size: 0.48em;
  margin: 0;
  padding: 0;
}
.news-list .meta-info {
  color: #222;
  margin-top: 4px;
}
.news-list .list-list {
  padding-left: 11px;
}
.news-list article {
  padding: 5px 0 0 10px;
  margin: 0;
}
.news-list .list-list article {
  padding: 5px 0 0 2px;
}
.news-list .list-list article .column {
  width: 100%;
}
.news-list header {
  margin: 0;
}
.news-list .column {
  margin: 0 !important;
}
.news-list .grid.loaded.masonry {
  display: block;
}
.front-news {
  max-height: 320px;
  height: 320px;
  padding: 15px;
}
.front-news article {
  margin-bottom: 20px;
}
.news-post-list .copy.push-bottom {
  font-size: 0.8em;
}
.front-news .copy.push-bottom {
  font-size: 0.85em !important;
}

/* Menus */
@media only screen and (max-width: 869px) {
  .responsive-nav {display: block !important}
  .nav-horizontal ul {display: none !important}
  .menu-libera-container {display: none !important}
}
@media only screen and (min-width: 870px) {
  .responsive-nav {display: none !important}
  .nav-horizontal ul {display: inline-block !important}
  .menu-libera-container {display: inline-block !important}
}

/* Legal and Attributions */
@media only screen and (max-width: 939px) {
  .grid.copyright .right-text {display: none}
  .legal {display: none}
}
@media only screen and (min-width: 940px) {
  .grid.copyright .right-text {display: block}
  .legal {display: block}
}

/* Footer adjustments */
@media only screen and (max-height: 800px) { 
  #wrapper-content {min-height: 660px !important}
}
@media only screen and (min-height: 801px) and (max-height: 1000px) { 
  #wrapper-content {min-height: 860px !important}
}
@media only screen and (min-height: 1001px) and (max-height: 1200px) { 
  #wrapper-content {min-height: 1060px !important}
}
@media only screen and (min-height: 1201px) and (max-height: 1400px) { 
  #wrapper-content {min-height: 1260px !important}
}
@media only screen and (min-height: 1401px) and (max-height: 1600px) { 
  #wrapper-content {min-height: 1460px !important}
}
@media only screen and (min-height: 1601px) and (max-height: 1800px) { 
  #wrapper-content {min-height: 1660px !important}
}
@media only screen and (min-height: 1801px) and (max-height: 2000px) { 
  #wrapper-content {min-height: 1860px !important}
}
@media only screen and (min-height: 2001px) and (max-height: 2200px) { 
  #wrapper-content {min-height: 2060px !important}
}

@media only screen and (max-width: 700px) { 
  .push-height {
    display: none;
  }
}
