/*
Theme Name: BoLS Twenty-Two
Theme URI: https://github.com/caldixie/bols-2022
Author: BoLS Interactive, LLC
Author URI: https://www.bolsinteractive.com
Description: The BoLS Twenty-Two theme was redesigned to streamline the code, improve responsive design and modernize ad implementation.
Version: 1.00
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #444;
  background-color: #fff;
  /* 
  overflow-x: hidden;
  background:#f2f2f2;
  line-height: 1.55;
  margin: 0;
  */
}

a.bols-link:link, a.bols-link:hover, a.bols-link:active {
  color: rgb(224,102,52);
  text-decoration: none;
} 
a.bols-link:hover {
  color: rgb(255,152,102)!important;
}

.byline a:link, a:visited, a:active {
  color: rgb(224,102,52);
  text-decoration: none;
}
.byline a:hover {
  color: rgb(255,152,102)!important;
}

#network-top {
  background-color: #444;
  border-bottom: 3px solid rgb(224,102,52);
}

li.nav-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: #0000008c;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  white-space: nowrap;
}

li.widget {
  list-style: none;
}

.bols-post-author-desc {
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  font-size: 0.9em;

}
.wp-block-latest-posts.wp-block-latest-posts__list a:link,a:visited,a:active {
  color: rgb(224,102,52);
  font-weight: bold;
  text-decoration: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list a:hover {
  color: rgb(255,152,102);
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  padding:0.25em;
}

a.b-category-link:link,a.b-category-link:visited,a.b-category-link:active {
  color: #ffffff!important;
  font-weight: bold;
  text-decoration: none;
}
a.b-category-link:hover {
  background:rgb(255,152,102);
}
.b-category-link {
  background: rgb(224,102,52);
  padding: 0.5rem;
  margin-left: 0.5rem;
  margin-right:0.5rem;
  line-height:3rem;
  border-radius: 0.25rem;
  white-space: nowrap;
}
li.nav-item a:hover {
  color: rgb(224,102,52);
}

.mepr-payment-method-icon img { 
  width: 139px!important; 
}

.why-prime-container {
	display:flex;
}

.aligncenter {
    margin: 0 auto;
}

.topic-box {
    background: #f2f2f2;
    border-bottom: 7px solid rgb(224,102,52);
}

.bols-topic-cats {
    padding: 15px 0px 2px 15px;
    color: #000;
}

.bols-topic-cats h3 {
    font-size: 26px;
}

.bols-topic-cats h3:hover {
    color: #e06634;
}

blockquote {
    margin: 0;
    box-shadow: inset 0 0 0 0 #ddd;
    border-left: 4px solid #000;
    padding-left: 1em;
		font-style:italic;
}

@media (min-width: 768px) { 
 #network-top {
  min-height: 28px;
 }
}

#menu-network {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#menu-network li a {
  text-decoration: none;
}

#menu-network li {
  float: left;
}

.network-links { 
  color: #ccc;
}

.network-links a:link, .network-links a:visited, .network-links a:active {
  color: #ccc;
  padding: 0 5px;
  font-size: 0.8em;
}

.network-links a:hover {
  color: #fff;
}

.network-divider {
  padding: 0 .5rem;
}

#menu-item-412484 > .network-divider {
  display: none;
}

.menu-links a:link, .menu-links a:visited {
  font-size: 0.9em;
}

.menu-links a.active {
  color: #fff !important;
  background-color: rgb(224,102,52);
}

.menu-item-has-children {
  white-space: nowrap;
  cursor: pointer;

}

.sub-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius:0.25rem;
}

.tagline {
  border-left: 1px solid #ccc;
  padding: 5px 0 5px 10px;
  color: #888
}

.author-link a:link, .author-link a:visited {
  text-decoration: none;
  color: rgb(108, 117, 125);
}

.author-link a:hover {
  color: rgb(255,152,102);
}

.bols-orange a:link, .bols-orange a:visited, .bols-orange a:active {
  color: rgb(224,102,52);
  text-decoration: none;
}

.bols-orange a:hover {
  color: rgb(255,152,102);
}

button.bols-orange {
  background: rgb(224,102,52);
}

.page-load-status {
  display: none;
}

p.bols-orange {
  color: rgb(224,102,52);
}

.border-bols {
  border-bottom-style: solid !important;
  border-bottom-color: rgb(224,102,52)!important;
}

.bols-category {
  min-height: 120px;
}

.bi-search {
  padding-left:1rem; 
  color:#888;
  padding-right:3rem;
}

.search-click {
  border: none;
  outline: none;
  background-size: 22px;
  background-position: 13px;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  padding: 25px;
  transition: all 0.5s;
}

.search-click:focus {
  width: 250px;
  padding-left: 50px;
  border: 1px solid #ccc;
}

.search-click {
  position: relative;
  overflow: hidden;
  height: 50px;
}

.search-click input {
  background: transparent;
  border: 1px solid #ccc;
  outline: none;
  position: absolute;
  width: 250px;
  height: 50px;
  left: 0%;
}

#search-burger {
  display: inline;
}

.search-burger {
  border: none;
  outline: none;
  background-size: 22px;
  background-position: 13px;
  border-radius: 10px;
  width: 350px;
  height: 50px;
  padding: 20px;
  transition: all 0.5s;
  border: 1px solid #ccc;
}

.search-burger input {
  background: transparent;
  border: 1px solid #ccc;
  outline: none;
  position: absolute;
  width: 250px;
  height: 25px;
  left: 0%;
}

button.lexicanum {
  background-image: url('/wp-content/themes/bols-2022/img/network-logo-lexicanum.jpg');
  background-size: cover;
  background-position: center;
  border: 0;
}

button.d20srd {
  background-image: url('/wp-content/themes/bols-2022/img/network-logo-d20srd.jpg');
  background-size: cover;
  background-position: center;
  border: 0;
}

button.dndwiki {
  background-image: url('/wp-content/themes/bols-2022/img/network-logo-dndwiki.jpg');
  background-size: cover;
  background-position: center;
  border: 0;
}

button.rpgwidget {
  background-image: url('/wp-content/themes/bols-2022/img/network-logo-rpgwidget.jpg');
  background-size: cover;
  background-position: center;
  border: 0;
}

button.gamewire {
  background-image: url('/wp-content/themes/bols-2022/img/network-logo-gamewire.jpg');
  background-size: cover;
  background-position: center;
  border: 0;
}

button.fifthsrd {
  background-image: url('/wp-content/themes/bols-2022/img/network-logo-5thsrd.jpg');
  background-size: cover;
  background-position: center;
  border: 0;
}

button.fifthsrd:hover,button.gamewire:hover,button.rpgwidget:hover,button.dndwiki:hover, button.d20srd:hover,button.lexicanum:hover {
  filter: brightness(115%);
}

.bols-cat-deals {
  background: #E1EBF5
}

a.title-link:link, a.title-link:visited, a.title-link:active{
  color: #212529;
  text-decoration: none;
}
a.title-link:hover {
  color: rgb(255,152,102);
}

button.bols-category {
  font-size: 2em;
}

.bols-orange-bottom {
  border-bottom: 30px solid rgb(224,102,52);
}

.category-label {
  font-size: 0.8em;
  color: rgb(224,102,52);
  font-weight: bold;
  text-decoration: none;
}

.category-label a:link,a:visited,a:active {
  color: rgb(224,102,52);
  font-weight: bold;
  text-decoration: none;
}

.category-label a:hover {
  color: rgb(255,152,102);
}

.category-button {
  width:100%;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 0.3rem;
  height: 108px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  line-height: 1.5rem;;
}

.cb-side {
  height: 100px;
  font-size: 1rem;
}

.page-numbers {
  border-radius: 10px;
  width: 25px;
  height: 25px;
  padding: 1rem;
  margin-right: .8rem;
  margin-left: .8rem;
}

.page-numbers.current {
  border: 2px solid #000;
}

a.page-numbers {
  background: rgb(224,102,52);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

a.page-numbers:hover,a.page-numbers:link,a.page-numbers:active,a.page-numbers:visited {
  color: #ffffff;
}

a.page-numbers:hover {
  background:rgb(255,152,102);
}

.pagination {
  padding: 1.5rem;
}

.pagination > .nav-links {
  margin: 0 auto;
}

a.category-link {
  text-decoration: none;
}

a.category-link > .category-button:hover {
  filter: brightness(115%);
}

.thumbnail-wrapper {
  position: relative;
  width: fit-content;
  height: fit-content;
  padding-bottom: 1rem;
}

.mepr-unauthorized-excerpt {
  overflow: auto;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, transparent 85%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, transparent 85%);
}

.mepr-login-link {
  display: none;
}

.single-lock {
  position: absolute;
  top: 10px;
  left: 10px;
}

.lock-large {
  width: 64px!important;
  height: 64px;
}

.lock-medium {
  width: 41px;
  height: 41px;
}

.lock-small {
  width: 27px;
  height: 27px;
}

.single-flame {
  position: absolute;
  top: 10px;
  right: 10px;
}

.flame-large {
  width: 68px!important;
  height: 64px;
}

.flame-small {
  width: 27px;
  height: 25px!important;
  margin-left: 10px;
  margin-top: -12px;
}

#mce-EMAIL {
  border-color: rgb(224,102,52)!important;
  height: 3rem;
  width: 80%;
}

#mc-embedded-subscribe {
  margin-top: 0.5rem;
  margin-left: -3rem;
  color: #ffffff;
  background: rgb(224,102,52);
  border: 0;
  padding: 5px 25px;
  border-radius: 3px;
}

.email-box {
  padding-left: 3rem!important;
}

.text-smaller {
  font-size: 0.8em;
}

footer {
  border-top: 30px solid rgb(224,102,52);
}

.footer-links a:link, .footer-links a:visited, .footer-links a:active {
  color: #ccc;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

article img,[id*="attachment"] {
  max-width:100% !important;
  height: auto;
}

img.alignnone, img.aligncenter {
  margin: 0 auto;
  display: block;
}

article iframe[src*="youtube.com"] {
  width:100% !important;
  height: calc((60vw) * 0.5625);
}

article iframe[src*="brightcove.net"] {
  width:100% !important;
  height: calc((60vw) * 0.5625);
}


article a:link,a:visited,a:active {
  color: rgb(224,102,52);
  text-decoration: none;
}

article a:hover {
  color: rgb(255,152,102);
}

.mn-img {
  width: 50%;
  margin-top: 1rem;
  float: right !important;
}

.sby_follow_btn, .sby_follow_btn a {
  width:100%;
  font-size: 1rem!important;
  line-height: 1.5;
}

.sby_follow_btn svg {
  font-size: 21px!important;
}

#sby_lightbox {
  display: none;
}

@media screen and (max-width: 1100px) {
  .tagline {
    font-size:smaller;
  }
  .bi-search {
    padding-right:1rem;
  }
  .search-click:focus {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  div.col-sm-6.border-end.mt-3 {
    border: 0 !important;
  }
  div.col-md-4.mt-3.border-start {
    border: 0 !important;
  }
  div.col-md-3.my-3.border-start {
    border: 0 !important;
  }
  div.col-md-4.py-3.border-start {
    border: 0 !important;
  }
  div.col-sm-7.border-end.mt-3 {
    border: 0 !important;
  }
  div.col-12.col-sm-6.py-3.border-start {
    border: 0 !important;
  }
  div.col-12.col-sm-6.mt-3.border-start {
    border: 0 !important;
  }
  .mj-img {
    width: 50% !important;
    float: right !important;
    padding-top: 3rem;
  }
  .mn-img {
    width: 35% !important;
  }
  button.bols-category {
    font-size: 1em;
  }
  .bols-cats:last-child {
    display: none!important;
  }
  .sub-menu {
    left:9rem;
    top:3rem;
  }
  .page-numbers {
    width: 25px;
    height: 20px;
    padding: 1rem;
    margin-right: .5rem;
    margin-left: .5rem;
    line-height: 5rem;
  }
  .page-numbers.dots {
    margin: 0;
    padding: 0;
  }
  article iframe[src*="youtube.com"] {
    height: calc((85vw) * 0.5625);
  }
  article iframe[src*="brightcove.net"] {
    height: calc((85vw) * 0.5625);
  }
  .search-burger {
    width:275px;
  }
  #mce-EMAIL {
    width: 95%;
  }
  #mc-embedded-subscribe {
    margin-top: 1rem;
    margin-left: 0;
  }
  .email-box {
    padding-left: 1rem!important;
  }

  .small-date {
    padding-left: 20px;
  }
  
  .bols-twrap-first {
    min-height: 192px;
  }

  .bols-post-author-desc {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
  }

}
@media screen and (min-width: 768px) {
  .mj-bt {
    padding-top: 1rem!important;
  }

}
