/*********************************************************
CUSTOM STYLES FOR THIS SITE
Author: JADE PINEDA
Email: jade.pineda@btc.co.uk
Website: btc.co.uk
**********************************************************/
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.slick-prev,
.slick-next {
  background-color: rgba(0, 0, 0, 0.2) !important;
  height: 5rem !important;
  width: 1.8rem !important;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 600 !important;
  color: #fff !important;
}
.slick-next:before {
  content: "\f054" !important;
}
.slick-prev:before {
  content: "\f053" !important;
}
.slick-prev {
  left: -5px !important;
}
.slick-next {
  right: -5px !important;
}
/*********************************************************
<--HEADER STYLES START-->
*********************************************************/
#menu_bar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
nav {
  background-color: #fbfbfb;
}
.logo img {
  max-height: 98px;
  max-width: 300px;
  width: 100%;
}
/*********************************************************
<--HEADER STYLES END-->
*********************************************************/

/*********************************************************
<--BODY STYLES START-->
*********************************************************/
* {
  font-family: "Roboto-regular";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto-bold";
}
html,
body {
  height: 100vh;
}
body {
  background-color: #fff;
}
body p {
  margin-bottom: 5px;
}
#main-wrapper {
  position: relative;
}
.article-load-wrap .article-thumb img {
  max-height: 85px;
  min-height: 85px;
  max-width: 85px;
  object-fit: cover;
}
.article-load-wrap .img-blank-space {
  max-height: 85px;
  min-height: 85px;
  max-width: 85px;
  width: 100%;
}
#article_limit {
  max-width: 80px;
}
#content-wrap {
  min-height: 65vh;
}
#article_all_load_wrap {
  max-height: 500px;
  overflow-y: auto;
}
#article_all_load_wrap h5.title {
  font-size: 1.1rem;
}
#article_all_load_wrap p.subtitle {
  font-size: 0.9rem;
}
.article-load-wrap .title-subtitle .article-infos {
  font-size: 0.85rem;
}
.article-load-wrap .title-subtitle .article-infos span {
  font-size: 0.85rem;
  color: #343a40;
}
.article-load-wrap .title-subtitle .article-infos a {
  font-size: 0.85rem;
}
.article-wrap .article-pg-img {
  min-width: 150px;
}
.article-wrap .article-pg-subtitle {
  font-weight: bold;
  font-size: 1.35rem;
  line-height: 28px;
}
.article-wrap .related-article img,
.article-wrap .latest-article img {
  max-width: 75px;
  object-fit: contain;
}
.article-wrap .related-article-wrap,
.article-wrap .latest-article-wrap {
  min-width: 45%;
  max-width: 45%;
  font-size: 0.85em !important;
}
#latest-issue-yumpu .mag-latest-issue img {
  max-width: 100px;
  margin: 0 auto;
}
.article-wrap .article-pg-content img {
  width: 100%;
  height: auto;
}
.article-wrap .article-pg-content p.img-max-400 img {
  max-width: 400px;
}
.article-wrap .article-pg-content p.img-max-500 img {
  max-width: 500px;
}
.article-wrap .article-pg-content p.img-max-600 img {
  max-width: 600px;
}
.article-wrap .article-pg-content p.img-max-400,
.article-wrap .article-pg-content p.img-max-500,
.article-wrap .article-pg-content p.img-max-600 {
  text-align: center;
}
.cstm-img-pop-pname {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 10px 0;
  background-color: rgb(0, 0, 0, 0.6);
  color: #fff;
}
/*********************************************************
<--BODY STYLES END-->
*********************************************************/

/*********************************************************
<--FOOTER STYLES START-->
*********************************************************/
footer {
  padding: 20px;
  background-color: #1b1e21;
  bottom: 0;
  left: 0;
}
footer a,
footer {
  color: #faffe3;
}
/*********************************************************
<--FOOTER STYLES END-->
*********************************************************/

/*********************************************************
<--FONTS START-->
downloaded copyright from google free of public use
*********************************************************/
@font-face {
  font-family: "Roboto-regular";
  src: url("fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-light";
  src: url("fonts/Roboto-Light.ttf");
}
/*********************************************************
<--FONTS END-->
*********************************************************/

/*********************************************************
<--CUSTOM SCROLLER START-->
*********************************************************/
/* width */
#article_all_load_wrap::-webkit-scrollbar {
  width: 5px;
}
/* Track */
#article_all_load_wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
#article_all_load_wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
/* Handle on hover */
#article_all_load_wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}
.datepicker div.datepicker-days {
  display: block;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  background-color: #007bff !important;
  color: #fff;
  border-radius: 0;
}
/*********************************************************
<--CUSTOM SCROLLER END-->
*********************************************************/

/*********************************************************
<--CUSTOM MEDIA START-->
*********************************************************/
@media screen and (max-width: 576px) {
  .article-load-wrap .article-thumb img {
    max-height: 300px;
    min-height: inherit;
    max-width: inherit;
    object-fit: cover;
    width: 100%;
  }
  .article-load-wrap .img-blank-space {
    width: inherit;
  }
  .article-wrap .related-article-wrap,
  .article-wrap .latest-article-wrap {
    min-width: inherit;
    max-width: inherit;
  }
}

/*MAIN WRAPPER TAKE OVER WIDTH*/
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 960px;
  }
}
/*********************************************************
<--CUSTOM MEDIA END-->
*********************************************************/
