.single-post .post-categories,
.single-post .post-categories a{
	font-weight:600;
	font-size:16px;
	color:#0E8EB4;
	text-decoration:none;
}

.single-post .post-image{
	max-height: 350px;
    overflow: hidden;
}

.single-post .post-image img{
	object-fit:cover;
	object-position:top center;
	width:100%
}

.single-post #content{
	max-width: 800px;
    margin: 50px auto;
}

.single-post #content .entry-title{
    padding: 0;
    margin: 0 0 0px 0;
    font-weight: 700;
    font-size: 40px;
}

.single-post #content p{
    margin-bottom: 20px;
}

.single-post #content h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-post #content ul li::marker,
.single-post #content ol li::marker{
	color:#0E8EB4;
    font-weight: 700;
    font-size: 19px;
}

.single-post #content ol#toc-list li::marker{
    font-size: 16px;
}

.single-post #content ol#toc-list li{
	line-height:32px;
	margin-bottom:.32em
}

ul.checklist li:before,
.featured-desc ul li:before {
    content: url(images/checkmark.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -15px;
    margin-right: 10px;
    margin-top: 2px;
}

.single-post #content ul{
    margin-bottom: 20px;
}

.videoWrapper {
    position: relative;
    margin:50px 0
}

.videoWrapper  .play-button{
    display: block;
}

.videoWrapper .cover,
.videoWrapper .cover img{
    width: 100%;
    object-fit: cover;
    max-height: 600px;
}

.videoWrapper.active {
    padding-bottom: 56.25%;
}

.playicon{
    width: 60px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.featured-product-wrapper{margin-bottom: 50px;}
.featured-image a{display: block; margin: auto;}
.featured-rating .woocommerce .star-rating{
    float: none;
    color: #F9CA50;
}

.count-rating{font-size: 12px;}
.featured-title a{color:#000}
.featured-title h4{
    font-weight: 700;
    font-size: 26px;
}
.featured-desc{margin-bottom: 20px;}
.featured-desc ul{
    margin: 15px 0 0 0;
    list-style-type: none;
    padding: 0 0 0 15px;
}
.featured-price{margin-bottom: 30px;}
.featured-price .amount{padding-right: 20px;}

.featured-add-to-cart a{
    font-family: "PT Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #0e8eb4;
    border-radius: 6px;
    padding: 10px 40px 12px;
    display: inline-block;
    transition: all .3s;
}

.featured-add-to-cart a:hover{
    color: #fff;
    background: #f46459;
}

.accordion > br{display: none;}
.accordion-item{
    border-bottom: dashed 1px #000;
    margin-bottom: 18px;
}

.accordion-item-content {
    display: none;
    padding: 0 18px 18px 18px;
}

.accordion-item-title {
    cursor: pointer;
    font-weight: 700;
    padding: 0 0 15px 0;
}

.accordion-item-title.active {
    font-weight: bold;
}

.accordion-item-title::before{
    content: '\02795';
    font-size: 15px;
    color: #000;
    margin-right: 15px
}

.accordion-item-title.active::before{
    content: "\2796";
}

.icontext{margin: 50px 0;}
.icontext br{display: none;}
.icontext h3{
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 25px;
}
.icontext .col{
    text-align: center;
}

.insect_database{
    background: #f4f4f4;
    padding:20px 20px 40px 20px
}

.insect_database h2{
    font-size: 1.375rem !important;
    font-weight: 700 !important;
}

.insect_database h3{
    font-size: 1rem;
    font-weight: 600;
}

.insect_database .button{
    background: #0E8EB4;
    color:#fff;
    font-weight: 700;
    padding: .618em 1em;
    border-radius: 3px;
    margin-top: 15px;
}

.insect_database .button:hover{
    background: #F46459;
}

.insect_database ul{
    margin-bottom: 40px !important;
}

ul.table li {
    border-bottom: dotted 2px !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
}

.related-post-slider{
    margin:50px 0 70px 0;
}

.related-post-slider h2{
    position: relative;
    left: 20px;
}

.related-post-slider .owl-nav button{
	position: relative;
	right: 20px;
	top: 20px;
}

.related-post-slider .owl-nav{
    text-align: right;
    float: right;
}

.related-post-slider .button{
    background: #0E8EB4;
    color:#fff;
    font-weight: 700;
    padding: .618em 1em;
    border-radius: 3px;
    top: 40px;
    left: 20px;
    position: relative;
}

.related-post-slider .button:hover{
    background: #F46459;
}

.related-post-slider .owl-nav button:focus{
	outline: none !important;
}

.related-post-slider .owl-nav button span{
	font-size: 60px;
	font-weight: 400;
	color: #0E8EB4;
	line-height: 0.5em;
}

.related-post-slider .owl-nav button.owl-prev span{
	margin-right: 20px;
}

.related-post-slider .owl-dots{
    display: none;
}

.related-post{
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%) !important;
    margin:20px 10px;
    overflow: hidden;
}
.related-post-thumb{
    max-height: 200px;
    overflow: hidden;
}
.related-post h3{
    font-size: 20px;
    font-weight: 700;
}
.related-post h4{
    font-size: 16px;
    font-weight: 700;
    color: #0E8EB4;
}
.related-post-content{
    padding:30px 30px 40px
}

.related-post-content a, .related-post-content a:hover{
    color: #403b3b;
}

.single-post .comments-area{display: none;}

.pro-price .price-unit,
.pro-price .includes_tax{
	font-size:80%
}

@media screen and (max-width:479px){
.single-post #content{
    padding:0 15px
}
.featured-product-wrapper .row{
    flex-direction: column;
}
.featured-product-wrapper .col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:0 0 20px 0;
}
.icontext{
    flex-direction: column;
    align-items: center;
}
.icontext .col{
    max-width: 70%;
    flex-basis: 70%;
}
.insect_database{
    flex-direction: column;
}
.insect_database .col{
    max-width: 100%;
    width:100%
}
}

.table_content > p{
	font-weight: 700;
    font-size: 18px;
}