.kb-helpful {
    padding: 15px 20px;
    margin: 20px 0px;
    background-color: #f7f7f7;
    border-radius: 3px;
}

/* Knowledge Base */
#wsko_knowledge_base_modal .wsko-modal-box {
    margin-right: 0px;
    top: 0px;
    bottom: 0px;
    max-height: none;
}
#wsko_knowledge_base_modal h1, 
#wsko_knowledge_base_modal h2, 
#wsko_knowledge_base_modal h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}
#wsko_knowledge_base_modal h1 {
    font-size: 30px;
}
#wsko_knowledge_base_modal h2 {
    font-size: 26px;
}
#wsko_knowledge_base_modal h3 {
    font-size: 22px;
}
#wsko_knowledge_base_modal .carousel-caption h3 {
    margin-top:15px;
}
i.icon-kb-head,
i.icon-highlight {
	font-size: 75px;
    opacity: .1;
    background: #337ab7;
    background-image: -webkit-radial-gradient(top, circle cover, #337ab7 0%, #1a6099 80%);
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right:30px;
}
#wsko_knowledge_base_modal li {
    font-size: 13px;
}

#wsko_knowledge_base_modal .wsko-modal-box {
    max-width: 900px;
    overflow: auto;	
}
#wsko_knowledge_base_modal .wsko-modal-content img {
    max-width: 700px;
    max-height: 400px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
#wsko_knowledge_base_modal .carousel {
    max-width: 70%;
    margin: 30px auto;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.kb_posts_item h4 {
    margin-top: 5px;
    line-height: 22px;
    font-size: 16px;
    min-height: 45px;
}
img.wsko-kb-books {
    width: 125px;
    margin: 0px 30px 20px;
    vertical-align: top;
}
.kb-main {
    max-width: 900px;
    margin: 0 auto;
}
.kb-main h2 {
    text-transform: uppercase;
    font-size: 17px;
    opacity: .7;	
}
.kb-category-wrapper h2 {
    margin-bottom: 15px;
    text-transform: none;
    font-size: 15px;
    background-color: rgba(0,0,0,.04);
    border-radius: 3px;
}
aside.fixed {
	position: fixed;
    width: 340px;
	}

section.kb-hero {
    background-image: url(https://www.bavoko.tools/wp-content/uploads/2018/02/wsko-lib.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}
section.kb-hero h1 {
	color: #fff;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, .6);	
}
.kb-main a:hover, 
.kb-main a:focus {
    outline: 0px;
}

.kb_posts_wrapper .kb_posts_item {
    margin-bottom: 15px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.03);
    background-color: #fff;
    min-height: 250px;
    overflow: hidden;
}

ul.kb_posts_wrapper {
    list-style-type: none;
    padding: 0px;
}

.wsko-knowledge-base-wrapper section.kb-main {
    padding-top: 70px;
    padding-bottom: 70px;
}

#kb_modal h2:not(:first-child) {
    font-size: medium;
}

/* Modal Right */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
    width: 70%;
	max-width: 800px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
	border-radius: 0px;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 25px;
}
        
/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

.kb-category-wrapper label.wsko-kb-cat-selected {
    background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
}

.kb-category-wrapper input {
	display:none;
}

.kb-category-wrapper label {
    margin-right: 5px;
    padding: 5px 10px;
    border: solid 1px #ddd;
    border-radius: 3px;
	font-weight: normal;	
}

.kb-category-wrapper input {
    margin-right: 0px !important;
}

/* WSKO Components */

/* Steps */
ul.wsko-steps {
    border-left: 1px solid #337ab7;
    list-style-type: none;
    padding-left: 25px; 
    margin: 25px auto; 
    margin-left:30px;
    position:relative;
  }
  
  ul.wsko-steps li {
      padding-bottom: 15px;
      padding-top: 15px;
      font-size:14px;
  }
  
  ul.wsko-steps li:last-child {
      padding-bottom: 0px;
  }
  
  ul.wsko-steps li:before {
    /* display: none; */
    content: '\f111';
    font-family: "Font Awesome 5 Solid";
    font-weight: 900;
    content: '•';
    font-size: 40px;
    vertical-align: text-bottom;
    position: absolute;
    left: -8px;
    color: #337ab7;
}
  
  ul.wsko-steps svg.fa-circle {
      position: absolute;
      left: -9px;
      line-height: 1.5px;
      color: #337ab7;
      font-size: 16px;
      margin-top: 4px;
  }
    
    
  /* Highlight */
  .wsko-highlight {
      padding: 25px 30px;
      background-color: rgba(51, 122, 183, .07);
      border-radius: 3px;	
      margin: 20px 30px !important;
      /*
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;	
      */
      }
  /*
  .wsko-highlight:before {
    display: none;
    font-family: "Font Awesome 5 Solid";
    content: "\f05a";
  }
  */
  .wsko-highlight svg {
      color: #337ab7;
      font-size: 25px;
      margin-right: 15px;
      opacity: .7;
      min-width: unset !important;
  }
  
  
  /* Carousel */
 #wsko_knowledge_base_modal .carousel-caption {
    background-color: rgba(0,0,0,.4);
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding-top: 10px;	
}

ol.carousel-indicators {
    bottom: 0px;
}
.carousel-caption span,
.carousel-caption h3 {
    font-size: 16px !important;
    margin: 0px;    
}

  .wsko-carousel .carousel-control.right {
      /*right: 30px;*/
      left: auto;
      background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.00) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.00) 100%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.00)));
      background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.00) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .wsko-carousel .carousel-control.left {
      /*left: 30px;	*/
      background-image: -webkit-linear-gradient(left,rgba(0,0,0,.00) 0,rgba(0,0,0,.0001) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.00) 0,rgba(0,0,0,.0001) 100%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.00)),to(rgba(0,0,0,.0001)));
      background-image: linear-gradient(to right,rgba(0,0,0,.00) 0,rgba(0,0,0,.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x;
  }
  
  .wsko-carousel {
      margin:20px 0px; 
      /*padding:0px 30px; */
  }
  .wsko-carousel img {
      margin:0px !important;
  }

  #wsko_knowledge_base_modal a.carousel-control,
  #wsko_knowledge_base_modal a.carousel-control:hover {
    background-image: none !important;
    color: #444;
   }
   #wsko_knowledge_base_modal a.carousel-control:hover {
       opacity: .7;
   }
  
  /* Zoom * /
  .wsko-zoom {
      width: auto; 
      margin: 50px auto; 
      position: relative; 
      cursor: none;
      /*padding:20px 30px;* /
      }
  
  /*Lets create the magnifying glass* /
  .wsko-zoom .wsko-large {
      width: 175px; height: 175px;
      position: absolute;
      border-radius: 100%;
      box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
      0 0 7px 7px rgba(0, 0, 0, 0.25), 
      inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
      display: none;
  }
  */
.wsko-zoom {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: auto; 
    position: relative;
}
.wsko-zoom img {
    display:none !important;
}
.wsko-large {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 20px auto;
    min-height: 400px;
    width: 100%;
}
@media only screen and (max-width: 600px) {
	.wsko-zoom .wsko-large {
		min-height: 200px;
	}
}

.wsko-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .5s ease-out;
  }


.text-off {
	opacity: .7;
}
.dark {
	color: #444;
}

.badge.badge-default {
    background-color: #eee;
    color: #808080;
}
.badge.badge-default:hover {
    background-color: #eee;
    color: #808080;
	opacity: .7;
}

svg.topLeftRounded {
    position: absolute;
    margin-top: 13px;
    fill: #fff;
    z-index: 9;
}

.wsko-article-inner h4 {
    min-height: 50px;
}

.cd-features-list svg.fa-check {
    color: #2ecc71;
}

.kb_posts_wrapper .wsko-article-inner {
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,.06);
    background-color: #fff;	
}

ul.kb_posts_wrapper {
    list-style-type: none;
    padding: 0px;
}

.wsko-knowledge-base-wrapper section.kb-main {
    padding-top: 70px;
    padding-bottom: 70px;
}

#kb_modal h2:not(:first-child) {
    font-size: medium;
}

.wsko-uppercase {
	text-transform: uppercase;
}

.wsko-kb-header-wrapper {
    padding: 30px;
    border-radius: 3px;
    background: #f5f5f5;
    background-image: -webkit-radial-gradient(top, circle cover, #f4f4f4 0%, #f1f1f1 80%);
}
.wsko-kb-header-wrapper input {
    background-color: rgba(0,0,0,.04);
    border: 0px !important;
}
.wsko-kb-header-wrapper h2 {
    margin-top: 0px;
    text-transform: none;
    margin-bottom: 15px;
}
.kb_posts_item img {
    height: 180px;
    object-fit: cover;
    border-bottom: solid 1px #eee;
    transition: all .15s ease-out;
}
.kb_posts_item:hover img {
    transform: scale(1.05);
}
.kb_posts_item a:hover {
    color: inherit;
}

/*
.kb-category-wrapper input {
    display: none;
}
*/