/**
Theme Name: Astra DoD
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-dod
Template: astra
*/

/*
@media screen and (max-width: 1200px) {
  header {
  	margin-bottom: 20px;
  }
}
*/

h1.entry-title {
	font-size: 4em !important;
}

.w-100 {
	width: 100%;
	height: auto;
}

.dod-cards-columns {
	padding-top: 1.5em !important;
	padding-bottom: 1.5em !important;
	padding-left: 1.5em !important;
	padding-right: 1.5em !important;
}
.dod-card {
	background: white !important;
}
.dod-card p {
	margin: 18px 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #f3f9ff; /* #1b2947; */
  color: #212529;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #f3f9ff;
}
.form-control:focus {
  border: 1px solid #ced4da; /* solid 2px #1b2947;*/
  box-shadow: none; /*0 0 0 .2rem rgba(0,123,255,.25); */
}


/* Basket
--------------------------------------------- */

.checkout_list a.remove {
  text-decoration: none;
}

.shopping_cart {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  height: 76px;
  width: 76px;
  padding-top: 8px;
  color: #bdc0cb;
  background-color: #FFF;
  border-top-left-radius: 15px;
  transition: right .75s cubic-bezier(.5,0,.5,1);
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

@media screen and (min-width: 480px) {
  .shopping_cart {
    bottom: 20px;
    right: 5%;
    border-radius: 15%;
  }
}

.shopping_cart .dod_cart {
  position: relative;
}
.shopping_cart .itemsincart {
  text-align: center; 
}
.shopping_cart .itemsincart p {
  font-size: 14px;
  line-height: 17px; 
}
.shopping_cart .itemsincart a {
  color: #354664; 
}

.basket_count_label {
  font-size: 12px;
  background: #FFE484; /* #f5a623; */
  color: #212529;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}
.basket_total_label {
  font-size: 12px;
  background: #354664; /* #f5a623; */
  color: #FFF;
  min-width: 48px;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px; 
}

/* Images
--------------------------------------------- */
img {
    /* height: auto; */
}

/* DataTables
--------------------------------------------- */
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: none;
}
.table-hover tbody tr:hover {
    background-color: #f3f9ff;
}
table.dataTable,
.dataTable td,
.dataTable th {
	border: 0;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0;
}
table.dataTable.no-footer {
    border-bottom: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #333 !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background: none;
    background-color: white;
}
.tunelist a {
    text-decoration: underline;
}
.tunelist a:hover {
    text-decoration: none;
}
#episodeslist_filter, #libraryeplist_filter {
    float: left;
    text-align: left;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    background-color: #FFF;
}

/* Responsive Vimeo
--------------------------------------------- */
.videoWrapper {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Buttons
--------------------------------------------- */
.btn-xlg {
    font-size: 1.75rem !important;
}

.btn-dod {
	vertical-align: unset !important;
	color: #212529; /* #856404; */
	background-color: #FFE484; /* #fff3cd; */
	border-color: #ffeeba;
}

.btn-dod a:hover {
    text-decoration: none !important;
}
.btn-dod:hover {
    background-color: #ffd951;
    border-color: #ffd951;
}
.btn-dod-blue {
  color: #FFF !important;
  background-color: #516796;
  border-color: #516796;
  margin-bottom: 5px;
}
.btn-dod-blue-disabled {
  color: #FFF !important;
  opacity: 100% !important;
  background-color: #8396ba !important;
  border-color: #8396ba !important;
  margin-bottom: 5px;
}
.btn-dod-blue:hover {
  background-color: #1b2947 !important; /* 8396ba */
  border-color: #1b2947 !important;
  color: #e3f0ff !important;
  text-decoration: none !important;
}
.btn-white {
    color: #212529;
    background-color: #FFF;
    border-color: #FFF;
}
.btn-dod-bluebar {
    color: #FFF !important;
    background-color: #516796;
    border-color: #516796;
    margin-bottom: 5px;
}
.btn-dod-bluebar-disabled {
    color: #FFF !important;
    opacity: 100% !important;
    background-color: #3f5075 !important;
    border-color: #3f5075 !important;
    margin-bottom: 5px;
}
.btn-dod-bluebar:hover {
    background-color: #3f5075 !important;
    border-color: #3f5075 !important;
    color: #e3f0ff !important;
    text-decoration: none !important;
}
.prebtn {
  display: inline-block;
  height: 100%;
}


/* My Library
--------------------------------------------- */
#dod-library-navbar {
  background-color: #516796 !important;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  #dod-library-navbar li {
    text-align: center;
  }
}
#dod-library-navbar a {
  color: #DDD;
}
#dod-library-navbar .active a, #dod-library-navbar a:hover {
  color: #FFF;
}
.tab-content {
    background-color: #FFF;
    border: 1px solid;
    border-color: #fff #dee2e6 #dee2e6;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

/* Single Drummer
--------------------------------------------- */
#biog #drummer_biog.collapse:not(.show) {
  display: block;
  height: 22rem;
  overflow: hidden;
  mask-image: linear-gradient(to bottom,#e3f0ff 60%,transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom,#e3f0ff 60%,transparent 100%);
}
#biog #drummer_biog.collapsing {
  height: 22rem;
}
.showmoreless a.collapsed::after {
  content: '+ Show More';
}
.showmoreless a:not(.collapsed)::after {
  content: '- Show Less';
}

/* Single Series
--------------------------------------------- */
.inline-block {
  display: inline-block;
}

/* Single Episode
--------------------------------------------- */
/*
.dod_previous,
.dod_next {
  background: #FFF;
  border-radius: 0.25rem;
}
*/

/* Drum Score Search
--------------------------------------------- */
#drumscores_length select,
#episodeslist_length select,
#libraryeplist_length select,
#librarylist_length select,
#tunelist_length select
 {
	display: inline-block;
	width: auto;
	margin-top: 3px;
}

/*
#drumscores tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
#drumscores tfoot {
    display: table-header-group;
}
*/

#drumscores thead th,
#drumscores thead td,
#tunelist thead th,
#tunelist thead td {
	padding: 10px;
}

/* LOGIN MODAL
--------------------------------------------- */
.lrm-form button, .lrm-form button[type=submit] {
    background: #f5a623 !important;
    border-radius: 0;
}
.lrm-user-modal-container-inner {
  border-radius: 0;
}
.lrm-user-modal-container .lrm-switcher.-is-not-login-only li:last-child a {
    border-radius: 0;
}
.lrm-nice-checkbox__label input:checked ~ .lrm-nice-checkbox__indicator {
    background: #1b2947;
    border-color: #1b2947;
}

/* eBOOK PLAYLIST
--------------------------------------------- */
.dod_pl_active {
  font-weight: bold;
}