/*
 Theme Name:   Mailbluster
 Theme URI:    https://mailbluster.com
 Description:  A custom theme for Mailbluster blog
 Author:       Ashraful Prium
 Author URI:   http://prium.me
 Template:     twentysixteen
 Version:      1.3.11
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         special
 Text Domain:  mailbluster
*/

* {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol' !important;
}

body {
  background: #ffffff;
  position: relative;
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-size: 18px;
  line-height: 1.6
}
ul li, ol li{
  margin-bottom: 12px;
}
/* #header-top-banner {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1050;
  color: #724400;
  background-color: #FFED9A;
  border-bottom: 1px solid #F2D965;
}
#header-top-banner>div {
  align-items: start;
  justify-content: space-between;
}
#header-top-banner .header-banner-text{
  padding: 8px 0;
}
.header-banner-text span {
  white-space: nowrap;
} */
.primary-menu{
  border-color: transparent !important;
}
.site-header-main {
  justify-content: space-between;
}
.site-branding {
  margin: 0 !important;
}
.main-navigation li{
  border-color: #ebedf0 !important;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus{
  outline: none;
  background-color: #057BDE;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#header-txt {
  opacity: 0;
  display: none;
  color: #dc9c00;
  transition: opacity 0.3s ease-in-out;
}
#header-txt a{
  color: inherit;
}
#header-txt .count-customers{
  font-weight: 700;
}
.header-padding{
  padding-top: 74.5px;
}
.overflow-hidden{
  overflow: hidden;
}
.overlay{
  position: fixed;
}
.overlay.show{
  background-color: #00000059;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.site-inner{
  max-width: 1500px;
}
.container {
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.d-flex {
  display: flex !important;
}
.flex-column {
  flex-direction: column;
}
.flex-direction {
  flex-direction: column;
}
.align-items-center {
  align-items: center;
}
.justify-content-start{
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: self-start;
}
.justify-content-center{
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.text-center {
  text-align: center;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.text-primary {
  color: #057BDE;
}
.mb-logo img {
  height: 36px;
  max-width: 40px;
  object-fit: cover;
  object-position: left;
}
/* #header-top-close {
  height: 48px;
  width: 48px;
  justify-content: end;
  align-items: center;
  cursor: pointer;
} */
#banner {
  padding-top: 48px;
  padding-bottom: 16rem;
  background-image: url('../png/mb-banner-bg.png');
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#banner h1,
#banner p {
  position: relative;
  z-index: 1;
}
#banner h1 {
  line-height: 1.3;
  font-size: 1.563rem;
  margin-bottom: 0.5rem;
}
#banner .blog {
  color: #057BDE;
}
#banner p {
  color: #65748E;
  margin-bottom: 56px;
  font-size: 1rem;
  line-height: 1.3;
  width: 215px;
  margin-left: auto;
  margin-right: auto;
}
.site-header {
  border-bottom: 1px solid #e5e6eb;
  padding: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  position: fixed;
  z-index: 1033;
  background-color: white;
  transform: translateY(0%);
  transition: transform 0.3s ease-in-out, top 0.5s ease-in-out;
}
.site-header.hide {
  transform: translateY(calc(-100% - 49px));
}
.entry-title {
  line-height: 1;
  margin-bottom: 2rem;
  color: #2D3440;
  font-weight: 500;
}
.entry-title a {
  font-size: 1.25rem;
}
.entry-header .entry-title{
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.genericon {
  font-family: 'Genericons' !important;
}
.more-link {
  box-shadow: none !important;
}

.main-navigation a {
  font-size: 16px;
  color: #65748e;
}
.site-footer .site-title:after {
  display: none;
}
.blog-post .entry-summary,
.blog-post .entry-content {
  margin: 0;
}
.site-main {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.blog-margin-bottom{
  margin-bottom: 3.5em;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: '';
  background-color: rgba(0, 0, 0, 0);
}
.card-bluster {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(90,122,190,.12) !important;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 0 0 rgba(90, 122, 190, 0.12);
  box-shadow: 0 1px 0 0 rgba(90, 122, 190, 0.12);
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-bottom: 1.5rem;
  -moz-transition: -webkit-box-shadow 0.3s;
  -ms-transition: -webkit-box-shadow 0.3s;
}
.card-bluster:hover {
  -webkit-box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1),
    0 10px 20px 0 rgba(90, 122, 190, 0.2);
  box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1),
    0 10px 20px 0 rgba(90, 122, 190, 0.2);
}
.card-bluster .post-thumbnail {
  margin-bottom: 0;
}
/* .post-thumbnail img{
  width: 100% !important;
} */
.card-bluster img {
  border-bottom: 1px solid rgba(90,122,190,.12);
}
.card-bluster-body {
  padding: 1.5rem;
}
.read-more-text {
  font-weight: 600;
  color: #000;
}
.mbb-post-navigation {
  border: 0;
  margin-right: 0;
  margin-left: 0;
}

.bg-holder {
  background-position: center;
  background-size: cover;
  padding: 0 100px;
}
.mbb-post-navigation .bg-holder {
  display: none;
}
.mbb-post-navigation .mbb-post-navigation-link {
  display: flex !important;
  padding: 0;
}
.mbb-post-navigation-link img {
  margin-right: 1rem;
  border-radius: 4px;
}
.post-navigation-content {
  border: 0 !important;
  padding: 20px;
}
.mbb-post-navigation .card-bluster {
  margin-bottom: 1.8rem !important;
}
.mbb-post-navigation .card-bluster:last-child {
  margin-bottom: 0 !important;
}
.single-post .mbb-single-entry-meta {
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
#blogTopics{
  flex-shrink: 0;
  padding: 0 20px;
}
#blogTopics::-webkit-scrollbar{
  width: 3px;
}
#blogTopics::-webkit-scrollbar-thumb{
  background-color: transparent;
  border-radius: 4px;
}
#blogTopics:hover::-webkit-scrollbar-thumb{
  background-color: rgba(101,116,142,.3);
}
.mbb-category,
.entry-meta,
.page-link{
  font-size: 1rem;
  line-height: 0.9;
}
.mbb-category{
  padding-bottom: 0.75rem;
  color: #7C899F;
}
.topics{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #191D24;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
}
.topics svg{
  display: block;
  width: 0.9rem;
  margin-right: 1rem;
  cursor: pointer;
  fill: #AAB3C1;
}
#banner-left{
  position: absolute;
  max-width: 170px;
  top: 0;
  left: -56px;
  opacity: .85;
}
#banner-right{
  position: absolute;
  max-width: 140px;
  top: -3px;
  right: -48px;
  opacity: .85;
}
.topics-heading{
  background-color: #f4faff;
  border: 1px solid #ebedf0;
  margin-bottom: -25px;
}
.topics-heading a{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.topics-heading a{
  color: #0466b9;
}
.topics-heading svg{
  width: .9rem;
  fill: #057bde;
  margin-right: 0.45rem;
}
.topics-heading a:hover svg{
  fill: #0466b9;
}
.side-nav{
  top: 0;
  width: 260px;
  z-index: 1;
  align-self: start;
  font-size: 1rem;
}
.side-nav ul{
  margin: 0;
}
.side-nav .cat-item{
  list-style: none;
}
.side-nav .children{
  list-style: none;
  margin-left: 0;
}
.side-nav a {
  display: block;
  padding: 12px 1rem;
  color: #65748E;
  font-weight: 600;
}
.side-nav a:hover {
  background-color: #F4FAFF;
  border-radius: .25rem;
}
.side-nav .current-cat > a{
  color: #057BDE;
  background-color: #E7F3FC;
  border-radius: .25rem;
}
.offcanvas-collapse{
  position: fixed;
  top: 0;
  z-index: 1030;
  bottom: 0;
  right: 100%;
  max-height:100vh;
  background-color: white;
  overflow-y: auto;
  visibility: hidden;
  transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.entry-meta{
  position: relative;
}
.pin-text{
  position: absolute;
  display: inline-block;
  font-size: 0.8rem;
  color: #475163;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 0.5rem;
  background-color: #FFEBCC;
  margin-bottom: 14px;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.sticky{
  border: 1px solid #FFA317 !important;
}
.updated-at{
  color: #65748E;
  margin-right: 14px;
}
.updated-at::after{
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-left: 7px;
  background-color: #65748E;
  display: inline-block;
  top: 50%;
  transform: translate(0, -50%);
}
#mbb-cta{
  background-image: url('../png/cta-bg-2.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  margin-top: 3rem;
}
#cta-front{
  position: absolute;
  width: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#mbb-cta .cta-text{
  padding-top: 70px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2D3440;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  z-index: 1;
}
#mbb-cta form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 410px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}
#mbb-cta .email-input{
  position: relative;
  margin-bottom: .75rem;
}
#mbb-cta form input{
  height: 2.5rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#mbb-cta form input[type="email"]{
  min-width: 280px;
  background-color: white;
  padding-left: 2.5rem;
}
#mbb-cta form input[type="email"]::placeholder{
  color: #AAB3C1;
  font-size: 1rem;
  font-weight: 400;
}
#mbb-cta form input[type="email"]{
  padding-left: 2.5rem;
}
#mbb-cta form input[type="submit"]{
  padding: 9px 1.2rem;
  text-transform: capitalize;
  font-weight: 600;
  background-color: #057BDE;
  z-index: 1;
}
#mbb-cta form input[type="submit"]:hover{
  background-color: #0466b9;
  outline: none;
}
#mbb-cta-form svg{
  position: absolute;
  top: 11px;
  left: 1rem;
  width: 1rem;
  fill: #AAB3C1;
}
.cta-message{
  display: inline-block;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 16px;
  padding: 4px 24px;
  border-radius: 6px;
}
.cta-message p{
  font-size: 14px;
  margin: 0;
}
.cta-success{
  color: #057BDE;
  border: 1px solid #057BDE;
}
.cta-danger{
  color: #E64D43;
  border: 1px solid #E64D43;
}
.footer-border-top{
  background-color: #d1d5dd;
  margin-bottom: 0;
  height: 1px;
}
.site-footer{
  display: flex;
  flex-direction: column;
  font-size: .9rem;
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  border-top: none;
  line-height: 1.5;
  font-weight: 300 !important;
}
.site-title{
  color: #6c757d;
}
.site-title a{
  color: #6c757d;
}
.footer-menu .title {
  font-weight: 700;
  font-size: 1rem;
}
.footer-menu a{
  display: block;
  color: #2D3440;
  padding: 0.2rem 1rem;
}
.footer-menu a:hover,
.site-title a:hover{
  color: #050607;
}
.site-footer > div:first-child {
  order: 1;
  text-align: center;
  width: 100%;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .footer-menu{
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
}
/* Add To Any Plugins */
.addtoany_content {
  border-top: 1px solid #e5e6eb;
  padding: 1.5rem 0;
  margin-top: 4rem !important;
}
.addtoany_content .addtoany_header {
  margin-bottom: 6px;
  font-weight: bold;
}
.addtoany_list {
  margin-left: -4px;
}
.site-main > article.type-post {
  margin-bottom: 0;
}
.entry-footer-post {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.entry-footer-post .edit-link {
  padding-top: 1rem;
  margin-bottom: 1rem !important;
  border-top: 1px solid #e5e6eb;
}
#mb-blog-cta{
  background-image: url("../png/blog-cta.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 2.5rem 0;
  padding: 50px 20px;
  text-align: center;
}
#mb-blog-cta img{
  width: 72px;
  margin-bottom: 48px;
}
#mb-blog-cta h2 span{
  color: #FFA317;
  display: block;
}
#mb-blog-cta p{
  width: auto;
  margin: 16px auto 48px;
}
#mb-blog-cta a{
  padding: 8px 28.8px;
  background-color: #057BDE;
  border-radius: 3px;
  color: #ffffff;
  transition: all 0.3s;
}
#mb-blog-cta a:hover{
  background-color: #0466b9;
}

/* Comments */
.comments-area {
  margin-left: 0;
  margin-right: 0;
}

.comments-title,
.comments-area .comment-reply-title {
  border-top: 1px solid #e5e6eb;
}

.blog-logo {
  border-left: 1px solid #e5e6eb;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
  display: inline-block;
}

.blog_author h3{
  margin-bottom: 4px;
}

.blog_author p{
  margin-bottom: 0;
}

.blog_author .avater{
  border-radius: 50%;
  margin-right: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.social-share{
  padding: 1.5rem 0;
  margin-top: 4rem;
  border-top: 1px solid #e5e6eb;
}

.custom-pagination{
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-top: 3rem;
}
.custom-pagination .page-item .page-link{
  padding: 8px 15px;
  border: 1px solid #EBEDF0;
}
.custom-pagination .page-item.active .page-link{
  background-color: #057BDE;
  color: white;
  border: 1px solid #057BDE;
}
.custom-pagination .page-item:last-child .page-link{
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}
.custom-pagination .page-item:first-child .page-link{
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.schema-faq-question {
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em;
  display: block;
}

@media screen and (min-width: 30em) { /* 480px */
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #banner h1 {
    font-size: 1.953rem;
  }
  #banner p {
    width: auto;
  }
  .pin-text {
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    padding: 6px 10px;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
  .card-bluster-body {
    padding: 2.7rem;
  }
  .entry-title {
    line-height: 1.2;
  }
  .entry-title a {
    font-size: 1.563rem;
  }
  #mbb-cta .cta-text {
    font-size: 1.563rem;
  }
  #cta-front{
    width: 360px;
  }
  #mb-blog-cta{
    padding: 50px;
  }
  .site-footer .footer-menu {
    display: flex;
    flex-direction: row;
    text-align: left;
  }
}
@media screen and (min-width: 44.375em) { /* 710px */
  #banner h1{
    line-height: 1.7;
    margin-bottom: 0;
  }
  .card-bluster {
    margin-bottom: 1rem;
  }
  .container{
    max-width: 800px;
  }
  .mbb-category,
  .entry-meta,
  .page-link{
    font-size: 0.8rem;
  }
  /* .container {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  } */
  .entry-title {
    line-height: 0.8;
    margin-bottom: 0;
  }
  .entry-title a{
    font-size: 1.25rem;
  }
  .card-bluster{
    height: 192px;
  }
  .nav-links .card-bluster{
    height: auto;
  }
  .card-bluster img {
    max-width: 320px;
    border-right: 1px solid #D1D5DD;
    border-bottom: none;
  }
  .card-bluster-body{
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mbb-category {
    padding-bottom: 0.4rem;
  }
  .flex-direction {
    flex-direction: row;
  }
  #banner-left {
    max-width: 160px;
  }
  #banner-right {
    display: block;
    max-width: 160px;
  }
  #mbb-cta {
    padding-top: 8rem;
    padding-bottom: 5.5rem;
  }
  #mbb-cta .cta-text {
    padding-top: 40px;
  }
  #mbb-cta .email-input {
    margin-bottom: 0;
  }
  #mbb-cta form {
    flex-direction: row;
  }
  #mbb-cta form input[type="submit"]{
    margin-left: 0.5rem;
  }
  .blog-margin-bottom {
    margin-bottom: 7em !important;
  }
  .site {
    margin: 0;
  }
  body:not(.custom-background-image):before,
  body:not(.custom-background-image):after {
    height: 0;
  }
  .site-header {
    padding-top: 0px;
    padding-bottom: 0;
  }
  #mb-blog-cta p{
    width: 550px;
  }
  .site-footer > div:first-child{
    width: 60%;
  }
}

/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
  .entry-title{
    line-height: 0.92;
  }
  #banner-left{
    max-width: 160px;
    opacity: 1;
  }
  #banner-right{
    max-width: 160px;
    opacity: 1;
  }
  .content-area {
    float: none;
    margin: 3em auto;
    width: 80%;
  }
  .main-navigation {
    margin: 0;
  }
  .main-navigation .primary-menu {
    display: flex;
    align-items: center;
  }
  .main-navigation a {
    padding: 0.25em 1.8em;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,      -webkit-box-shadow 0.15s ease-in-out;
    font-weight: 600;
    line-height: 1.5;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,      -webkit-box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,      -webkit-box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,      -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,      -webkit-box-shadow 0.15s ease-in-out;
  }
  .main-navigation .btn-outline a {
    border: 1px solid #047bde !important;
    border-radius: 3px;
    color: #057ade;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  .main-navigation .btn-outline a:hover {
    background-color: #047bde;
    color: #fff;
  }
  #mb-blog-cta h2{
    white-space: nowrap;
  }
  #mb-blog-cta h2 span{
    display: inline;
  }
}

/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
  .site-header-menu{
    margin-top: 1.1em;
    margin-bottom: 1.1em;
  }
  .container{
    max-width: 920px;
  }
  .mbb-category,
  .entry-meta,
  .page-link{
    font-size: 1rem;
  }
  #header-txt {
    display: block;
    opacity: 1;
  }
  #banner-left{
    max-width: 225px;
  }
  #banner-right{
    max-width: 200px;
  }
  .site-main {
		margin-bottom: 0em;
	}
  /* .side.content-area {
    width: 910px !important;
  } */
  .content-area{
    width: 590px !important;
  }

  .entry-footer {
    float: none !important;
    margin: 0.1538461538em auto 0.5384615385em !important;
    width: 80% !important;
    font-size: 16px !important;
  }

  .side {
    width: 900px !important;
  }

  .side .blog_author,
  .side .edit-link,
  .side .social-share,
  .side .comments-area,
  .side .mbb-post-navigation {
    margin-left: 0;
  }

  body:not(.search-results) article:not(.sticky) .posted-on {
    display: inline-block;
  }

  body:not(.search-results) article:not(.type-page) .entry-content {
    width: 80%;
    float: none;
  }
  .card-bluster{
    height: 240px;
  }
  .nav-links .card-bluster{
    height: auto;
  }
  .card-bluster img {
    max-width: 400px;
    border-right: 1px solid #D1D5DD;
    border-bottom: none;
  }
  .post-thumbnail {
    margin-bottom: 1.5em;
  }
  .entry-summary {
    margin-bottom: 0 !important;
  }

  .mbb-post-navigation .bg-holder {
    display: block;
  }
  .site-main {
    padding: 0;
  }
  .entry-title a{
    font-size: 1.563rem;
  }
  .site-footer {
    flex-direction: row;
    justify-content: space-between;
  }
  .site-footer > div:first-child {
    width: 30%;
    order: 0;
    text-align: left;
    margin: 0;
  }
}
/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
  .container{
    max-width: 1200px;
  }
  .mb-logo img{
    height: auto;
    max-width: 100%;
  }
  #banner{
    padding-top: 72px;
    padding-bottom: 15rem;
  }
  #banner p {
    margin-bottom: 40px;
  }
  #banner-left{
    max-width: 332px;
  }
  #banner-right{
    max-width: 290px;
  }
  .site-footer > div:first-child{
    width: 40%;
  }
  .side {
    width: 1110px !important;
  }
  /* .side.content-area {
    width: 1110px !important;
  } */
  .content-area{
    width: 770px !important;
  }
  .pin-text{
    position: relative;
    top: 0;
    left: 0;
  }
  .topics{
    margin-top: 2.5rem;
  }
  .topics-heading{
    display: none;
  }
  .topics svg{
    display: none;
  }
  .side-nav{
    width: 245px;
    margin-right: 3.5rem;
  }
  .offcanvas-collapse{
    visibility: visible;
    position: sticky;
    background-color: transparent;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .offcanvas-collapse.open{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
 }

/* -------------------------------------------------------------------------- */
/*                              cookie consent                                */
/* -------------------------------------------------------------------------- */

.cky-consent-container{
	width: 360px !important;
}
.cky-consent-bar{
  padding: 16px !important;
  border-radius: 0.5rem !important;
}
.cky-title{
	margin: 0 !important;
}
a.cky-policy{
	text-decoration: none !important;
}
a.cky-policy:hover{
	text-decoration: underline !important;
}
.cky-notice-btn-wrapper{
	margin-top: 1.25rem !important;
}
.cky-btn{
	padding: .3125rem 1rem !important;
	border-radius: 3px !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
  border-width: 1px !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.cky-btn:hover{
	opacity: 1 !important;
}

.cky-btn-accept:hover{
	background-color: #0466b9 !important;
	border-color: #0466b9 !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.cky-btn-customize:hover,
.cky-btn-preferences:hover{
	color: #ffffff !important;
	background-color: #057BDE !important;
	border-color: #057BDE !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}