/*  ----- theme-blog-blck ----- */


#disqus_thread {padding:1rem 0}




/* dropdown arrow */
.page-blog .dropdown button[aria-expanded="true"]:after {
  transform: rotate(180deg);
  transition: .2s ease;
}







.page-blogpost .blogpost-body *::selection {
background-color: var(--blck-cta);
color: #fff;
}



.blogpost-body h2 {
  counter-increment: a; 
}


.blogpost-body h2 span {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 0;  margin-top: 1em;
  left: 0;
}


.blogpost-body h2 span:before {
content: counter(a);
position: absolute;
font-family: "mr-sandsfort";
font-size: 40px;
color: var(--blck-cta);
width: 37px;
height: 40px;
left: 0px;
top: 0px;
text-align: center;
}
.blogpost-body h2 span:after {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  z-index: -1;
	  background: var(--black);
  background-image: url("../images/art/bw-numb-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.blogpost-body h2 div {
   
  font-weight: 400;
  color: #676767;
  font-size: 18px; 
  position: relative;
  z-index: 0;
}
.blogpost-body h2 div:after{
 content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background-image: url("../images/art/bw-line-01.png");
  background-size: contain;
  background-repeat: no-repeat;
    background-position:left;
  width: 100%;
  height: 5px;
  z-index: -1;
}

.blogpost-body figure {
  position: relative;
  margin: 1.5rem 0;
}



.blogpost-body figcaption {
  color: var(--blck-grey);
  position: relative;
  padding: 5px 5px 2px 5px;
  padding-left: 20px;
  font-size: 13px;
  z-index: 1;
  background-color: var(--white);
    border-top:1px solid;
}

.blogpost-body figcaption:before {
  content: '\f0d8';
  position: absolute;
  left: 8px;
font-family: var(--font-awesome);
font-weight: bold;
    width: 20px;
  z-index: 0;
  height: 20px;
  top: 2px;
  color:var(--blck-red);

}

.blogpost-body .fig-video-wrapper figcaption {
    background:var(--black);
    color:var(--white);
}


/************ LIST ITEMS *******************/



.blogpost-body ul li, .blogpost-body ol li {
  margin-bottom: 1rem;
}
/*unordered lists*/
.blogpost-body ul {
  list-style-type: none;
  padding-left: 1rem; 
}
.blogpost-body ul li {
  position: relative
}
.blogpost-body ul li:before {
  content: '';
  position: absolute;
  left: -22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  z-index: 0;
  height: 25px;
  top: 3px;
  background-image: url("../images/art/arrows-right-03.png");
  background-repeat: no-repeat;
  background-size: 21px;
}
/*ordered lists*/

.blogpost-body ol {
  list-style-type: none;  margin-bottom: 2em;
}
.blogpost-body ol li {
  counter-increment: b;
  position: relative;
}
.blogpost-body ol li:before {
  content: counter(b);
  display: inline-block;
position: absolute;

font-size: 22px;
color: #b4b4b4;
width: 37px;
height: 37px;
left: -40px;
top: 0px;
text-align: center;
}


.blogpost-body ol li:after {
  content: '';
  position: absolute;
  z-index: -1;

  width: 32px;
  height: 32px;
  left: -37px;
  top: -3px;
  background:#000; border-radius: 50%;
  background-image: url(../images/art/bw-numb-circle.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

ol img {
  max-width: 300px;
  margin-bottom: 1em; position: relative;
  left:-20px;
}

/************** two line heading both wrapped spans *************/
.blogpost-body .twoline-heading {
  font-size:24px;
}

.blogpost-body .twoline-heading span {
  display: block;
}
.blogpost-body .twoline-heading span:nth-child(1) {
margin-bottom: .5rem;color:var(--bw-red); font-size: 22px;
}
.blogpost-body .twoline-heading span:nth-child(2) {
  font-size: 22px;
}

/************** REPLACE IN THEME *************/


.fw400 {font-weight:400}
.mxw-100 {max-width:100px}
.mnw-100 {min-width:100px}
.border-blk {border-color:#000!important;}
.blogpost-body .d-flex .text-area p {margin-bottom: 0!important}






.blogpost .breadcrumb-item + .breadcrumb-item::before, 
.page-blogcategory .breadcrumb-item + .breadcrumb-item::before {
  content: "";
background:url(../images/art/arrow1-right-03.png) no-repeat;
  background-size: contain;
  
  width:20px;
  height: 14px;
  background-position: left;
}

.blogpost-grid .card .card-img-top {
  border-radius: 0 !important;
}


.blogpost-grid .card-img-top {
  -webkit-transition: transform 0.7s ease-in-out;
  -moz-transition: transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  -ms-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.blogpost-grid .card:hover .card-img-top {
  -webkit-transform: scale(1.2) translate(-20px);
  -moz-transform: scale(1.2) translate(-20px);
  -o-transform: scale(1.2) translate(-20px);
  -ms-transform: scale(1.2) translate(-20px);
  transform: scale(1.2) translate(-20px);
}

/********** IMAGES ************/

.inset-sm {/*insets within image*/
  max-width: 220px;
 
  position:absolute;
  top:0; 
  border-radius: 50%;
  right:0;
  box-shadow:0 0 20px 5px rgba(0,0,0,.05); 
}
@media(max-width:768px) {
.inset-sm {
    max-width: 30vw;
}}
/********** BLOCKQUOTE ************/


blockquote {
  position: relative !important;
  max-width: 500px;
  z-index: 0;
  margin-top: 3em!important;
  display: block;
  margin-bottom: 3em !important;
  margin-left: auto;
  margin-right: auto;
}

blockquote cite {
  color: var(--blck-grey);
    display: block; 
    font-style: normal;
  font-family: 'mr-sandsfort';
  font-weight: 500; text-align: center;
  font-size: 20px;
}
blockquote figcaption {
  color: #515151;
  padding-right: 10px;
  border-left: 2px solid #515151;
  font-size: 20px !important;
  line-height: 25px;
  font-weight: 900 !important;
  padding-left: 10px; text-align: center;
}


blockquote.anim-bq {
  border-top:1px solid var(--blck-light-grey); 
  margin-top:5em!important;

  -webkit-transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  left: 0%;
  top: 55%;

  opacity: 0;}

blockquote.anim-bq.active {
  -webkit-transform: translate(50% -30px);
  -moz-transform: translate(50% -30px);
  transform: translate(50% -30px);
  opacity: 1;
}

blockquote.anim-bq p:before {
  content: '\f10d';
  position: absolute;
  font-family: var(--font-awesome);
  left: -10px;
  top: -35px;
  width: 50px; font-weight: 600;
  color: red;
font-size: 1.6rem;
  height: 50px;
  z-index: -1;
}

blockquote.anim-bq .bq-img:after {
  content: '';
  position: absolute;
  left: -12px;
  top: -11px;
  width: 115%;
  height: 116%;
  background-image: url("../images/art/bw-numb-circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
blockquote .line {
	margin:10px auto!important;
}
blockquote.anim-bq p{color:#787878; margin-top: 6em;
	text-align: center; font-size: 16px; position: relative;
}

blockquote.anim-bq .line {
  -webkit-transition: width 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: width 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 7px;
  background-color: transparent;
  background-image: url("../images/art/bw-line-01.png");
  background-repeat: repeat;
  background-size: contain;
  margin: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}
blockquote.anim-bq.active .line {
 width: 100px; 

}
blockquote .bq-img {
 margin: auto;
  color: #555;  margin-bottom: .75em;
 width: 130px; height: 130px;   border-radius: 50%;
  display: block;
position: absolute;
left: 50%;
top: -50px;
z-index: -1;

transform: translateX(-50%);

border: 2px solid #000;
overflow: hidden;

}

blockquote .bq-img img {
min-width: 200px; position: relative;
  left:-40px;
}


/********** NUMBER FOR h3 STEPS <div class=“numb”>1</div>**********/



.numb {
  font-family: 'mr-sandsfort';
  font-size: 32px!important;
  color: #fff;
  width: 50px;
  position: relative;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-shadow: 2px 1px 0 #000;
  z-index: 0;
  left: 5px;
  text-align: center;
  top: 0px;  background:#000;
}



.numb:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url("../images/art/bw-numb-circle.png");
  background-size: contain;
}

/*custom for bwmc16*/
.bwmc16 .numb {
 position: absolute; 
    z-index: 1; 
    top:-10px;
    left:-10px;
}
.bwmc16 .shop-btn-hvr:hover .numb {
  color:red;
}
/********** CUSTOMIZED panel callouts <div class="cta-01"></div> ************/
.cta-01 {
  padding: 3rem;
  position: relative;
  border: 2px solid #222;
}


/*.border-bottom-r-2 wrapper for seperating sections with border */


.border-bottom-r-2 h2,
.border-bottom-r-2 h3,
.border-bottom-r-2 h4{
  border-bottom:2px solid var(--bw-red);
  padding-bottom: .25rem; 
}

/*CARD BODY CUSTOM*/

.blogpost-body .card-body a {
  text-decoration: none;
}

.blogpost-body .card-body h5 {
  border-top:1px solid; 
line-height: inherit;
  padding-top: 10px;
}


.card-body ol,
.card-body ul {
    margin-bottom:0px;
}

/*CLASS COLOR/FONT-WEIGHT/CUSTOM BOX-MODEL UTILITIES*/

.bw-red {
    color:var(--blck-red);
}
.grey {
  color:var(--blck-grey);
}
.red {
  color: red;
}
.green {
  color: green;
}

.orange {
  color: orange;
}

.red div:first-of-type, 
.green div:first-of-type {
  font-weight: 600;
}

/*font weights*/
.fw300 {font-weight:300}
.fw400 {font-weight:400}
.fw600 {font-weight:600}

/*box model overrides*/

.blogpost-body .crd-tp5 {padding-top: 2.5rem}
.blogpost-body .crd-bp4 {padding-top: 2rem}
.blogpost-body .crd-txm6 {
  margin-top: 2.25rem;
  margin-bottom:  2.8rem;
    padding-left:1.75rem;
        padding-right:1.75rem;
}
.blogpost .blogpost-body .border {
  border:2px solid!important;
}

.brd-l-r {/*border left on card*/
  position: relative;
}
.brd-l-r:before {
  content: '';
  position: absolute;
  inset:0;
  width:5px;
  height: 100%;
  background-color: var(--bw-red);
}


/*custom btn*/
.btn-jumbo {
  font-weight: 600;
  text-align: center;
  padding: 1.2em;
  letter-spacing: 1px;
}



/*BUTTON OVERIDE/ STYLE*/
.blogpost-body .btn-cta {
  padding: 15px 25px;
  font-size: 17px;
  letter-spacing: .25px;
  min-width: 200px;
	margin-top: .25rem;
  margin-bottom: .75rem;
 border-radius: 2px; 
    border:inherit;   
  transition: .2s ease; text-transform: capitalize;
  background-color:var(--blck-red);
}

.blogpost-body .btn-cta:hover,
.blogpost-body .btn-cta:active,
.blogpost-body .btn-cta:focus {
  background-color:var(--blck-cta-hvr);
}


.blogpost-body .btn-sm-link {
		font-size: 14px; 
		background-color:var(--blck-red);
		display: block;
	border-radius: 2px;
		color:#fff;
		text-decoration: none;
		border:1px solid #000;
	}
.blogpost-body .btn-sm-link:hover {
    background-color:#fff;
		border:1px solid #000;
	color:#000;
		
	}
	
/*CARD-STYLES*/



.card.card-style-1 {
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .03);
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 220ms;
}
.card-style-1:active, .card-style-1:focus, .card-style-1:hover {
  background-color: #F8FAFC;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}
.blogpost-body .card-body h5 {
  margin:0;
}



.blogpost-body .brd-l-r h3 {/*see bwmc5*/
  margin-top: 0!important; font-size: 1.35rem; padding-left:.25rem; border-bottom:1px solid #000;margin-bottom: 1.5rem; color:var(--bw-red);
}



/*CALLOUT IMPORTANT TEXT: example bwmc18*/
.blogpost-body .cta-alert {
  display: -ms-flexbox !important;
display: flex !important;
    border:1px solid var(--bw-red);
  padding: 1.5em 1.25em; margin-bottom: 2em; 
    border-radius: 2px;

}


.blogpost-body .cta-alert i {
  color:var(--bw-red); font-size: 1.5rem;padding-right: 0.5rem;
}
.blogpost-body .cta-alert div:first-of-type {
margin-right: 1em!important;
}

.blogpost-body .cta-alert p {
margin:0!important; color:var(--bw-black-1);font-size: 1rem;
}

.blogpost-body .cta-alert h3 {
  margin-top: 0!important; color:var(--bw-red); margin-bottom: .35rem;font-size: 1.1rem;
}

/*WISTIA VIDEO WRAPPER*/
.blogpost-body .wistia_responsive_padding {border:1px solid;box-shadow: 0 0 10px 2px rgba(0,0,0,.1)}

/*PRODUCT REVIEW CUSTOM STYLES and bwmc16*/


.review-title {
  display: block; color:#c60000; 
margin-top: 10px!important; padding: 0 5px;  margin-bottom: 0 !important;
}
.review-title:before {
  content: '';
  position: absolute;

}
.review-title i {
  position: absolute;
  top:25px; left:-1vw;
  text-align: center; z-index: 0;  font-size: 1.2em;
}

.review-title i:after {
  content:'';
  position: absolute;
  width:100%;
  height: 110%; left:0;
  z-index: -1;
   background:#fff; border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}

.bwmc16 .quote {line-height: inherit;font-size: 1.4rem !important;border-left:2px solid #454545; padding-left: .5em; padding-top:1.25em; padding-bottom: 1.25em;max-width: 80%;position:relative; margin:0!important;}

.card-review {
  margin-top: 3em; box-shadow: 0 0 10px 2px rgba(0,0,0,.1); position:relative;
border:1px solid #000;
}
.card-review :is(ul,p):last-of-type{
  margin:0;
}


.blogpost-body .card-review h3 {
  position: relative;  
padding: 5px; 
  color:#fff!important;font-family: pressio-condensed, sans-serif;
z-index: 0; font-weight: 400; font-size: 1.6em;
}


.blogpost-body .card-review h3:before {
     content:'';
     position:absolute;
 bottom:-22px;
 left:-35px;
      width: 0;
      height: 0;
     border-top: 20px solid black;
      border-left: 14px solid transparent;
z-index: -1;
 
}


.blogpost-body .card-review h3:after {
    content: '';
  position: absolute;  
  top:-2.5px;
width:calc(100% + 55px);
  left:-35px;
  height: calc(100% + 5px);
    background: #c10000; 

  z-index: -1; 
 
}

.blogpost-body .bwmc16 .card-review .card  {
  background:#222; color:#fff;
}


.bwmc16 .img-ico {
   max-width: 60px;
  min-width: 60px; 
  margin-right: 10px;
}

.blogpost-body .card-review-bw {
 position: relative; border-radius: 2px;
  padding: 30px 45px; margin-bottom: 1em; background:#f9f9f9;
 border: 2px solid;margin-left:10px;
  margin-right: 10px;
}
.blogpost-body .card-review-bw img {background:#000; border-radius: 50%;top:-20px;left:-15px;width:60px; position: absolute;}

.blogpost-body .card-review-bw:before {
  content:'';
  position:absolute;
  top:0;
  width:90px;
  height:90px;
  background:url(../images/art/bwbgelem-02.png)no-repeat;
  background-size:contain;
  left:-27px;
    top:-32px;
}
.blogpost-body .card-review-bw h4 {
   z-index: 1; position: relative; color:inherit;font-family: pressio-condensed, sans-serif; font-size: 1.2em;
}
.blogpost-body .card-review-bw p {
  margin:0!important; z-index: 1; position: relative; line-height: inherit;
}

.card-review.liked h2 {
    color:#757575;
}

.card-review.liked h3:after {

  background:#757575!important;
}


.card-review.disliked h2 {
    color:#444;
}

.card-review.disliked h3:after {

  background:#444 !important;
}

/*** REVIEW WRAPPER (see bwsm9)***/


.blogpost-body .review-wrapper {margin-bottom: 1.5rem;border-left:3px solid var(--bw-red);padding-left: 1rem;padding-top: 1rem;padding-bottom: 1rem;}
.blogpost-body .review-wrapper .quote{font-weight: 600;margin-bottom: 1rem!important} 

.blogpost-body .review-wrapper cite {
 font-family: 'mr-sandsfort'; font-size: 19px;  font-style: normal;   color:var(--bw-red);
}
.blogpost-body .review-wrapper .cta-alert {margin-bottom: 0}


/***SHOP BTN WRAP***/



.shop-btn-hvr {
display: inline-block;
width: 100%;
height: 100%; 
position: relative; 
box-shadow:0 0 10px 2px rgba(0,0,0,.1);

}
.shop-btn-hvr:hover {text-decoration: none;}

.shop-btn-hvr:hover:before,.shop-btn-hvr:hover:after {
opacity: 1;
}
.shop-btn-hvr:before,
.shop-btn-hvr:after {
opacity: 0;transition: .4s ease;
}
.shop-btn-hvr:hover:before {
transform: translate(-50% , -50%);
}
.shop-btn-hvr:before {
content:'Shop'; 
    text-align: center;
position: absolute;
top:50%; font-size: 1.3em;
left:50%; text-transform: uppercase; font-weight: 400;
transform: translate(-200% , -50%); letter-spacing: 1px;
width:100px; height: 50px; line-height: 40px;
padding: 6px; white-space: nowrap;
color:#fff;
border:1px solid;
z-index: 1;
}
.shop-btn-hvr:after {
content:''; text-align: center;
position: absolute;
top:0; font-size: 16px;
left:0; 
width:100%; height: 100%;
padding: 6px;
color:#fff;
background: rgba(0,0,0,.6); 
z-index: 0;
}


/************ CUSTOM TABLES  *******************/



.side-cell {
  max-width: 125px;
  position: relative;
  white-space: nowrap;
}
.side-cell i, .side-cell a {
  color: #f02 !important;
  text-decoration: none;
  padding-right: 3px;
}
@media (max-width:768px) {
  .side-cell i {
    display: block;
  }
}
.side-cell:hover {
  background: transparent !important;

}
@media (max-width:992px) {
  .side-cell {
    max-width: 95px;
    white-space: normal;
  }
}
.table-container th span {
  font-size: 12px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.table-container td {
  font-size: 1em;
}
.table-container td span {
  display: block;
  position: relative;
  z-index: 1;
}
.table-container {
  background: #222 !important;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0 0 0 0;
}
.table-container td, .table-container th {
  padding: 1.25% .75%;
  text-align: center !important;
  font-size: 13px;
}

.table-container td .check:hover i.fa-check {
  color: lime;
}
.table-container td .times:hover i.fa-times {
  color: #FF391D;
}
/* Background-color of the odd rows */
.table-container tr:nth-of-type(odd) {
  background-color: #111;
  color: #fff;
}
/* Background-color of the even rows */
.table-container tr:nth-of-type(even) {
  background-color: #222;
  color: #fff;
}
.table-container th {
  color: #ddd;
  border-bottom: 1px solid #333;
}
.table-container td:first-child {
  color: #f02;
  text-align: left !important;
}
.table-container td:first-child {
  z-index: 1;
  position: relative;
}
.table-container tr:hover {
  z-index: 0;
}
.table-container tr:hover .side-cell {
  background: #444;
}
.table-container td:hover {
  color: #403E10;
  z-index: 0;
}
.table-container td:hover:not(.side-cell) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: line;
}
.table-container td:hover::after, .table-container thead th:not(:empty):hover::after, .table-container td:focus::after, .table-container thead th:not(:empty):focus::after {
  content: '';
  height: 10000px;
  left: 0;
  color: #000;
  position: absolute;
  top: -3000px;
  width: 100%;
  z-index: -1;
}
.table-container td:hover:not(.side-cell):after, .table-container th:hover:not(.side-cell):after {
  background: #333;
  z-index: -1;
}
.table-container th:hover::after {
  background: transparent !important;
  z-index: -1;
}
.table-container td:hover::after span, .table-container th:hover::after span {
  color: #000;
}
.table-container td:hover::after span {
  color: #000 !important;
}
.table-container td:hover span {
  color: #f02 !important;
}
.table-container td:focus::after, .table-container th:focus::after {
  background-color: #222;
}
.table-container td.side-cell:hover::after span {
  color: #fff;
  position: relative;
  z-index: 1;
}
/* Focus stuff for mobile */
.table-container td:focus::before, .table-container tbody th:focus::before {
  background-color: #fff;
  content: '';
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;
  width: 10000px;
  z-index: -1;
}
.table-container .fa-check {
  color: lightgreen;
}
.table-container .fa-times {
  color: #FF2000;
}
.table-container th {
  padding: 0;
}
.table-container .pop-btn {
  padding: 20px 10px !important;
  text-align: center;
  width: 100%;
  display: block;
}
.table-container th a {
  padding-top: 5px;
  padding-left: 10px;
  color: #797979;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #ddd;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
.table-container .pop-btn .fa-image {
  display: block;
}
.table-container .pop-btn:hover a {
  color: #fff;

}
.table-container .popover {
  display: block !important;
}
.table-container .pop-img {
  width: 200px;
  height: auto;
}
.table-container .pop-btn {
  background: transparent;
  border: none;
}

	/******** Table container without vertical :focus hover (see bwdbm14)   **********/


.table-container.single-data th {
	padding:10px; text-transform: uppercase; color:#fff; background:var(--bw-red); padding-top:12px;}


	.table-container.single-data tr .first-td {
		text-align: center!important;
	}
	.table-container.single-data tr:hover td {
  background: #ddd!important; color:red;
}
	.table-container.single-data td:hover {
		transform: none;
		transition-duration: 0s;	color:red;	
	}


	.first-td:hover {
		background:transparent!important;
	}
	
	.page-blogpost .table-container.single-data .rider-numb {
		font-size: 15px; font-weight: 300;
	}
	
.table-container.single-data td:hover::after, 
	.table-container.single-data thead th:not(:empty):hover::after, 
	.table-container.single-data td:focus::after, 
	.table-container.single-data thead th:not(:empty):focus::after {
background:none;
}
	

	
	/*collapse btn switches to chevron-up*/
		.page-blogpost .collapse-btn[aria-expanded="true"] i:before {
	content:'\f077';

	}

	/*btn ghost*/
	.page-blogpost .btn-ghost {
		border:1px solid #000;
		box-shadow:0 0 10px 2px rgba(0,0,0,.1);
		padding: .75rem 1rem .5rem;
	}
		.page-blogpost .btn-ghost:hover {
	color:#fff!important;
	}
.yelclr {
 color:#fdbd4b; 
}
.orgclr {
 color:#f6712e; 
}
.redclr {
 color:#d10303; 
}
.link-utilities {
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 15px;
  padding-bottom: 12px;
  text-align: center;
}
.link-utilities a {
  display: inline-block; 
margin-right: 2px;
  margin-left: 2px;
  position: relative;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  -webkit-transition: .1s ease;
  transition: .1s ease;
  text-decoration: none;
  background: #fff;
  color: #111;
  border: 2px solid #000;
  border-radius: 2px;
  height: 40px;
  width: 80px;
}
.link-utilities a span {
  display: none!important;
}
 .d-b a {
  background:#fdbd4b;
}

 .s-b a {
  background:#f3702d;
}

 .m-l-mc a {
  background-color:#d10303;color:#ddd;
}

/*font awesome icon colors*/

.blogpost-body .fa-check-circle {
color:green;
}
.blogpost-body .fa-times-circle {
color:red;
}

/*outer wrap flex item*/
.blogpost-body .outer-wrap {
  /*! border:2px solid #000; */ padding: 10px;
  margin-bottom: 3rem;
}
.blogpost-body .outer-wrap .flex-item {
  margin-right: 15px;
}
.blogpost-body .outer-wrap .flex-item:last-of-type {
  margin-right: 0;
}

/************ accordions  *******************/

.accordion-title {
  position: relative;
border-bottom: 1px solid #090909;
}
.accordion-title a {
cursor: pointer;
font-size: 17px;
margin-bottom: 0;
font-weight: 600;
padding: 8px 10px;
    padding-left: 10px;
padding-left: 15px;
color: #BD0118 !important;
position: relative;
display: block;
  
}

.accordion-title a i {
  float: right; transition: .5s ease;
}

.accordion-title .collapsed i {
  transform: rotate(180deg);
}

.dont,.do {
  font-size: inherit!important; color:inherit!important; font-weight: 600!important;
}

.dont i,.do i {
  display: block; 
}


.dont:after,.do:after {
  background-image:none!important;

}





/****************   carousel  ******************/


.blog-carousel {
  margin-top: 2rem;
  margin-bottom: 2.25rem!important;
}
.blog-carousel .slick-slide {
  margin: 0px 5px;
}
.blog-carousel .slick-slide {
  transition: all ease-in-out .3s;

}
.blog-carousel .slick-prev:before, .blog-carousel .slick-next:before {
  color: #111;
}
.blog-carousel .slick-prev, .blog-carousel .slick-next {
  width: 45px;
  height: 45px;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  transform: translateY(-50%);
}
.blog-carousel .slick-prev:hover, .blog-carousel .slick-next:hover {
  background: var(--black);
  color: var(--blck-red);
}
.blog-carousel .slick-arrow:hover:before {
  color: var(--blck-red);
}
.blog-carousel .slick-prev {
  left: -15px;
}
.blog-carousel .slick-next {
  right: -15px;
}
.blog-carousel .slick-active {
  opacity: 1;
}
.blog-carousel .slick-current {
  opacity: 1;
}
.blog-carousel .slick-dots li.slick-active button::before {
  color: red;
}
.blog-carousel .slick-dots {
  bottom: -50px;
  list-style-type: none;
}
.blogpost-body ul.slick-dots li:before {
  background-image: none !important;
}
.blog-carousel-item .carousel-item {
  position: relative;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.blog-carousel-item .overlay, .blog-carousel-item .blog-carousel-caption {
  opacity: 0;
}
.blog-carousel-inner-caption .prod-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
}
.blog-carousel-inner-caption {
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.68);
  bottom: 0;
  max-height: 100px;
  text-align: center;
  padding: 10px;
  position: absolute;
}
.blog-carousel .blog-carousel-item {
  position: relative;
  z-index: 0;
}
.blog-carousel .blog-carousel-item img{
  border-radius: 7px;
}
.blog-carousel .blog-carousel-item:hover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.81);
  z-index: 0;  border-radius: 7px;
}
.blog-carousel .blog-carousel-item:hover:before {
  transition: .2s ease;
  cursor: pointer;
}
.blog-carousel .blog-carousel-item:hover:before {
  opacity: .8;
  transition: .2s ease;
  z-index: 0;
}
.blog-carousel .blog-carousel-item:hover .blog-carousel-caption {
  opacity: 1;
}
.blog-carousel .item-image-wrapper {
  position: relative;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.blog-carousel .item-image-wrapper:hover {
  text-decoration: none;
}

.blog-carousel .item-image-wrapper .fa-plus {
  margin-bottom: 5px;
}
.blog-carousel .item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 300px;
}
.blog-carousel .item-content a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  color: white;
  width: 60px;
  height: 60px;
  text-align: center;
  background: red;
  border-radius: 50%;
}
.blog-carousel .item-content a:first-of-type {
  margin-right: 3px;
}
.blog-carousel .item-content a:hover {
  text-decoration: none;
  background-color: #222;
  opacity: 1;
}
/*on hover text for blog-carousel*/
.blog-carousel .item-content-inner {
  text-align: center;
  margin-bottom: 5px;
}
.blog-carousel .item-content-inner span {
  color: #fff;
  text-align: center;
  display: block;
}
.blog-carousel .item-content-inner hr {
  margin-top: 2px;
  border-color: red;
  margin-bottom: 5px;
  max-width: 150px;
}
.blog-carousel .item-content-inner span:nth-child(1) {
  font-size: 14px !important;
  font-weight: 900;
  text-transform: uppercase;
}
.blog-carousel .item-content-inner span:nth-child(2) {
  font-size: 14px !important;
  font-weight: 700;
}
.blog-carousel .item-content-links {
  -ms-display: flex;
  display: flex;
  justify-content: center;
}
.blog-carousel .item-content-links i {
  color: #bd0118;
}
.blog-carousel .item-content-links i:hover {
  color: #fff;
}
.blog-carousel .item-content-links a:first-of-type {
  margin-right: 5px;
}
.blog-carousel .item-content-links a:last-of-type {
  margin-left: 5px;
}
.blog-carousel .item-content-links a {
  display: inline-block;
}
.blog-carousel .item-content-links i {
  font-size: 20px;
}
.blog-carousel .nosku {
  visibility: hidden;
}
.blog-carousel .blog-carousel-item {
  position: relative;
}
.blog-carousel .blog-carousel-item img:hover .blog-carousel-inner-caption {
  opacity: 0;
}
.blog-carousel .overlay-content {
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-height: 100px;
}
.blog-carousel .overlay-content {
  opacity: 0;
}
.blog-carousel .blog-carousel-item:hover .overlay-content {
  opacity: 1;
  z-index: 1;
}
.blog-carousel .blog-carousel-item:hover .blog-carousel-inner-caption {
  opacity: 0;
}
.blog-carousel .blog-carousel-inner-caption span {
  color: #D3D3D3;
  display: block;
  font-size: 13px;
}

/* blog carousel on hover review (example on bwmc16)*/

.blog-carousel-item:hover .slick-caption {opacity: 1;}
.blog-carousel-item:hover .slick-caption-inner {transform: translateY(0); }
.blog-carousel-item .slick-caption {
display: block;
position: absolute;
bottom:0;
left:0;
width:100%;
height: 100%;
 color:#fff; transition:.6s ease;
padding: 10px;text-align: center!important;opacity: 0;
display: flex;
justify-content: center;
align-items: center;
}
.slick-caption-inner {transform: translateY(-100%);transition: 1s ease;}
.slick-customer-quote { padding: 5px 18px;display: block;font-size: 14px; color:#fff;}
.slick-customer {display: block; padding: 5px; position: relative;font-size: 13px!important; color:#ddd!important; font-weight:300!important;}
.slick-customer:before {
content:'';
position: absolute;
top:0;
left:50%;
transform: translateX(-50%);
width:100px;
border-top:1px solid #ddd;
}
.slick-caption-inner i {
color:gold;
}






/************ WISTIA VIDEO WRAPPER  *******************/

.blogpost-body .video-wrapper{
margin:1.5rem 0;
}


/************ FANCYBOX *******************/


.blogpost-body .fancybox-caption__body {
    text-align:center;
}
.blogpost-body .fancybox-button--arrow_left svg,
.blogpost-body .fancybox-button--arrow_right svg,
.blogpost-body .fancybox-button--thumbs svg,
.blogpost-body .fancybox-button--play svg,
.blogpost-body .fancybox-button--close svg,
.blogpost-body .fancybox-button--pause svg {visibility: hidden;}
.blogpost-body .fancybox-button {
position: relative;
}
.blogpost-body .fancybox-button--close:before,
 .blogpost-body.fancybox-button--play:before,
.blogpost-body .fancybox-button--thumbs:before,
.blogpost-body .fancybox-button--arrow_left:before,
.blogpost-body .fancybox-button--arrow_right:before,
.blogpost-body .fancybox-button--pause:before {
font-family:var(--font-awesome);
position: absolute;
width:44px;
height: 44px;
left:0;

}
.blogpost-body .fancybox-button--play:before {content:'\f04b'; }
.blogpost-body .fancybox-button--close:before {content:'\f00d'; }
.blogpost-body .fancybox-button--arrow_left:before{    content:'\f060'; }
.blogpost-body .fancybox-button--arrow_right:before {    content:'\f061'; }
.blogpost-body .fancybox-button--thumbs:before { content:'\f00a';}
.blogpost-body .fancybox-button--pause:before { content:'\f04d';}


/************ BLOGPOST QUESTION FOR DISQUS   ************/


.blogpost-body .question-disqus {
  padding:2.5rem; 
    position: relative;
  border:2px solid #000;
  border-radius: 2px; 
  

  margin-top:1.5rem; padding-left:4.25rem; color:#fff;
  box-shadow: 0 0 20px 2px rgba(0,0,0,.2);
  background:var(--bw-red);
background: -moz-linear-gradient(-180deg, rgba(255,0,0,1) 0%, rgba(186,16,16,1) 100%);
background: -webkit-linear-gradient(-180deg, rgba(255,0,0,1) 0%, rgba(186,16,16,1) 100%);
background: linear-gradient(-180deg, rgba(255,0,0,1) 0%, rgba(186,16,16,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ba1010",GradientType=1); 
}

.blogpost-body .question-disqus:before {
 content:'\e1e7';
  position: absolute;
  top:10px;
  left:15px;
  font-weight: 500; font-size: 2rem;
  font-family: 'Font Awesome 6 Pro'; color:#fff;
}
.blogpost-body .question-disqus p { 
    font-size: initial; 
    margin-bottom: 1rem;
 line-height: initial;
}

.blogpost-body .question-disqus p:first-of-type {
font-weight: 600;
}
.blogpost-body .question-disqus p:last-of-type {
  margin-bottom:0;
}
/* pro tip wrapper */
.blogpost-body  .tip-wrapper {padding: 2rem; border: 2px solid var(--bw-red);} 
.blogpost-body .tip-wrapper p {margin-bottom: .75rem; font-size:16px;}
.blogpost-body  .tip-wrapper strong {color:var(--bw-red);}

/* blog author wrapper*/
.blog-author {
 -ms-display: flex;
  display: flex;
  padding:2rem 1rem 1rem;
  border-top:1px solid #000;
}



/***** CALCULATOR STYLES *****/
.calculator {
padding:1.5rem 2rem 1.5rem;
display: block;
position: relative;
background-color: var(--bw-black-1);
text-align: center;
}

.calculator .calc-row {

border: 1px solid #ddd;
margin-left: auto;
margin-right: auto;
max-width: 340px;
min-height: 55px;
z-index: 0;
position: relative;
transform: .5s ease;
counter-increment: e;
    margin-bottom: 1rem;
}
.calculator .calc-panel-inner {background:#000; display: inline-block; border-radius: 5px; border:1px solid #fff; padding: 1.5rem}
.calculator .calc-row:hover {
background-color: #222;
cursor: text;
}

.calculator .calc-item-input {
align-self: center;
padding: 0;
height: 100%;
}
.calculator .calc-item-input input {
height: 55px;
font-size: 12px;
font-weight: 100;
color: #333;
border-radius: 0;
border: none;
border-left: 1px solid #ddd;
text-align: center;
letter-spacing: .5px;
}
.calculator .calc-row:hover input {
  box-shadow: 0 0 10px 2px rgba(255,0 ,0 ,.8);
}
.calculator  label {
color: #fff;
margin: 0;
-webkit-transition: all .2s ease;
transition: all .2s ease;
position: relative;
display: block;
z-index: 0;
text-align: left;
padding-left: 5px;
padding-right: 5px;
font-size: 13px;
}
.calculator  label a .fa-info-circle {
color: red!important;
}

.calculator .btn-calc {
position: relative;
padding: 1em;
font-weight: 900;
-webkit-transition: all .2s ease;
transition: all .2s ease;
border: 1px solid #fff;
margin-bottom: .75em;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 340px;
display: block;
}
.calculator  .btn-calc:hover {
border: 1px solid #fff;

}
.calculator   .btn-reset {

margin-top: 0!important;text-transform: capitalize; font-size: 13px; color:#ddd!important
}
.calculator   .btn-reset:hover {
color: #676767!important;
}
.calculator .calc-icon {
max-width: 70px;
position: absolute;
z-index: 0;
top: 0;
left: 0;
}
.calculator .calc-item-row, .calculator .calc-name-item {
width: 100%;
position: relative;
z-index: 0;
padding-left: 0;
white-space: nowrap;
}
.calculator .calc-row:before {
content: '';
position: absolute;
left: -15px;
top: 50%;
transform: translateY(-50%);
background: var(--bw-black-2);
z-index: 0;
display: inline-block;
width: 30px;
border-radius: 50%;
height: 30px;
}
.calculator .calc-row:after {
position: absolute;
content: counter(e);
font-family: "mr-sandsfort";
left: -10px;
top: 50%;
transform: translateY(-50%);
font-size: 21px;
color: #e9001c;
}
.calculator .focus-input100 {
position: absolute;
display: block;
width: calc(100% + 2px);
height: calc(100% + 2px);
top: -1px;
left: -1px;
pointer-events: none;
border-radius: 2px;
border-color: red;
border: 1px solid red!important;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scaleX(1.1) scaleY(1.3);
-moz-transform: scaleX(1.1) scaleY(1.3);
-ms-transform: scaleX(1.1) scaleY(1.3);
-o-transform: scaleX(1.1) scaleY(1.3);
transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.calculator .calc-item-input {
position: relative;
}
.calculator .alert {font-size:14px;}


.calculator .alert-danger {
background: #FF4649!important;
color: #fff;
}
.calculator .alert-danger i {color:#fff}


.calculator .alert-info {
background: #458BFF!important;
}
.calculator .calc-btns-wrap {
max-width: 340px;
margin-left: auto;
margin-right: auto;
}
.calculator .answer-block {
color: #fff;
background: #111;
margin-top: .75em;
}



/************ RESPONSIVE  *******************/












@media (max-width:768px) {

    

 

 .blogpost-body .quote {
     font-size:1.1rem!important;
    }

    .blogpost-hero {
    max-height: 400px;
    background-size: cover;
    background-position: -600px bottom;
        background-repeat: no-repeat;
  }
  
.blogpost-hero:before {
background-color:rgba(0,0,0,.6); 
  }
    
    
.blogpost-hero .blogpost-title {
    font-size: 28px;
}
    
    
 blockquote div {
    font-size: 27px;
  line-height: inherit!important;
  }
    
 blockquote div:before {
    left:0px;
  }
    
.blogpost-grid .card-overlay {
display:none!important;
}
  


.blogpost-body:is(p, ul li, ol li){
    font-size:15px;
  }
    
    
    
.blogpost-body .crd-txm6 {
 margin-top: initial;
  margin-bottom:  2rem;
}
    

.card-review-bw {
    margin-left: 0; margin-right: 0;
      padding: 40px 20px;
    }


.blog-newsletter .title {
    display: none;
  }
    
.blog-newsletter .subtitle {
  font-size: 18px;
    font-weight:bold;
  line-height: 1.6;
}
    
      .blog-carousel .item-image-wrapper a {
    margin-bottom: 1rem;
  }
}

@media (min-width:992px){
.do i,.dont i{
position: absolute; 
    z-index: -1; 
    left:-30px;
}
}