/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
blockquote {
    color: #101010;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.889;
    position: relative;
    margin-bottom: 45px;
    padding: 70px 45px 35px;
    background-color: #e9f6f6;
    border-left: 3px solid var(--clfx-primary-color);
}

*:focus {
    outline: 0;
}
img{
  max-width:100%;
  height: auto;
}
html {
    word-wrap: break-word;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    width: 100%;
    text-align: left;
    padding: 6px 25px 6px 25px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #eee;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 0em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-caption {
  display: block;
}

.wp-block-cover.has-background-dim{
  color:white;
}

/*404*/
.error-404.not-found.not-search .widget{
  padding:0;
  border:0;
}

.error-404.not-found h1{
    margin-bottom: 35px;
        font-size: 32px;
        line-height: 1.2;
}

.no-results.not-found h1{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #051829;
}

/*Headers*/
 
.theme-logo {
    margin: 0;
    font-size: 24px;
}

.entry-footer .edit-link{
    margin-top: 20px;
    display: inline-block;  
}
.wp-block-button.alignleft,.wp-block-cover.has-background-dim.alignleft{
     margin-right: 25px; 
}

.wp-block-search__label{
  margin-bottom: 10px;
}
.wp-block-search__button {
    margin-left: 0;
    background: #eee;
    color: black;
    border: 0;
    border-radius: 0;
    font-size:13px;
}
.wp-block-search .wp-block-search__input{
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 6px 80px 6px 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
}
.wp-block-group.has-background{
  padding:20px;
}
.checkerbody .wp-caption.alignleft{
  margin-right: 15px;
}
.wp-caption.alignright{
  margin-left: 15px;
}

.wp-block-archives-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: 600;
}
.wp-block-archives-list li{
  margin-bottom:5px;
}
.wp-block-archives-list li a{
  color:black;
}
.wp-block-archives-list li span{
    font-weight: normal; 
}
.wp-calendar-nav a {
    background: #eee;
    color: black;
    padding: 2px 7px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;
}
.wp-block-latest-comments a,.wp-block-latest-posts a,.wp-block-rss a{
    font-weight: 600; 
    color:black;
}
.wp-block-latest-posts,.wp-block-rss{
  padding:0
}
.wp-block-latest-posts li{
margin-bottom:10px;
}
.wp-block-tag-cloud a{
    background: #eee;
    color: black;
    padding: 2px 7px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;  
}

@media (max-width: 767px) {
  .checkerbody .comments .article .details {
    width: 100%;
    float: none;
  }
}

.checkerbody .comments .article p {
  color: #4a4a4a;
}

.checkerbody .comment-respond h4 {
  font-size: 24px;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .checkerbody .comment-respond h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .checkerbody .comment-respond h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.checkerbody .comment-respond form {
  position: relative;
}

.checkerbody .comment-respond form input,
.checkerbody .comment-respond form textarea {
    background-color: #eee;
    height: 40px;
    border: 1px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #000;
    font-size: 13px;
}

.checkerbody .comment-respond form textarea {
  height: 195px;
}
.itsource-comments .comment-form{
    padding: 50px;
    background-color: #f9f9f9; 
}
@media (max-width: 767px) {
  .checkerbody .comment-respond form textarea {
    height: 120px;
  }
}

.checkerbody .comment-respond .submit-btn {
  text-align: center;
  margin: 25px 0 0;
}

@media (max-width: 991px) {
  .checkerbody .comment-respond .submit-btn {
    margin: 15px 0 0;
  }
}

.checkerbody .comment-respond .submit-btn button {
  width: 100%;
  background-color: #f9b522;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .checkerbody .comment-respond .submit-btn button {
    padding: 10px 20px;
  }
}

.checkerbody .comment-respond .submit-btn button:hover {
  background-color: #088a1e;
}
.blog-details-content table{
  margin-bottom:20px;
}
.blog-details-content table, .blog-details-content th, .blog-details-content td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
th, td {
    padding: 0.4em;
}
.entry-title-meta h3{
    margin-top: 0px;
    font-weight: 500;
    color: #051829;  
    font-size: 26px;
    font-family: "Adamina", Sans-serif;
    font-weight: 600;   
    display: none; 
}
.blog-details-content .entry-media{
  margin-bottom: 15px;
}
.tags-links a {
    background: #eee;
    color: black;
    padding: 2px 7px;
    margin-bottom: 5px;
    display: inline-block; 
    font-size: 13px;   
}
.fw-row .link-xpages {
    clear: both;
    padding: 15px 0px;
}
.link-xpages >span {
    background-color: #eee;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-right: 5px;
}
.link-xpages a {
    background-color: #eee;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-right: 5px;
}
.fw-row table,.fw-row th,.fw-row td{
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);  
}
.blog-single-section .comments ol {
    padding: 0px;
}

.tag-pingbacks-2 .entry-body>ol,.tag-sticky-2 .entry-body>ul {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: disc;
    padding-left: 19px;
}
.tag-comments-2 .entry-body>ul{
    margin-bottom: 20px;
    padding-left: 16px;
}
.tag-pingbacks-2 .entry-body>p,.tag-sticky-2 .entry-body>p {
    margin-bottom: 0px;
}
.blog-single-section .meta-info {
    list-style: none;
    overflow: hidden;
    border: 0;
    padding: 0 0 15px;
    margin-bottom:15px;
    border-bottom: 1px solid #e5e5e5;
}

.post-edit-link, .post-edit-link:hover {
    color: black;
    background-color: #eee;
    padding: 2px 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.postpass-form .post-pass{
    border-radius: 0;
    font-size: 13px;
    width: 100%;
    height: 50px;
    padding: 15px;
    border: 1px solid #e7e7e7;
    margin-top: 20px;
}

.logged-in-as a {
    margin-right: 3px;
}
.no-comments{
    margin-top: -10px;
}
.checkerbody.no-sidebar .col-md-3{
  display:none;
}
.wp-block-button__link{
  font-size: 14px;
}
.wp-block-button.is-style-squared .wp-block-button__link{
  border-radius: 0px;
}
.wp-block-calendar a {
    text-decoration: none;
}

.itsource-comments #comment{
    width: 100%;
    border: none;
    padding: 30px;
    background-color: #fff;  
    border-radius: 0;
}
.itsource-comments .icon-bg {
    position: absolute;
    top: 44px;
    right: 30px;
    color: #a3cc01;    
}
.itsource-comments .comment-form-comment .icon-bg {
    top: 24px;
    right: 18px;
}

.itsource-comments .comment-form-comment,.itsource-comments .comment-form-author,.comment-form-email,.itsource-comments .comment-form-url{
    position: relative;
}

.comments .form-control{
    width: 100%;
    border: none;
    height: 60px;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 0;  
}
.comments .form-control:focus,.comments .form-control-textarea:focus {
    border: 1px solid #3763ec;
}

.comments .comment-reply-title{
    font-size: 26px;
    color: #000b22;
    padding-bottom: 10px;
    margin: 0;
} 

.checkerbody .blog-img-text{
  position:relative;
}
.checkerbody .blog-date {
    right: 0;
    top: -10px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 1;
    font-size: 14px;
    padding-top: 12px;
    background-color: #a3cc01;
    z-index: 1;
}
.checkerbody .blog-img img{
  width:100%;
  height: auto;
  max-width: 100%;  
}
.checkerbody .blog-date strong {
    font-size: 40px;
    display: block;
}

.checkerbody .blog-text {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 30px 25px 25px;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.checkerbody .has-post-thumbnail .blog-text {
    top: -30px;
    max-width: 90%;
    width: 100%;    
}

.checkerbody .blog-grids{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;    

}
@media (min-width: 768px){
    .checkerbody .single-blog-style-one {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;      
    }    
}

.blog-style-one .blog-tag a {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    color: #a3cc01;
}
a:hover{
 text-decoration:none;
}

.blog-style-one .blog-img-text .blog-title h2 {
    font-size: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
  color: #242527;
  margin-top: 15px;
}
.blog-style-one .blog-img-text .blog-title a {
  color: #242527;
}

.page.checkerbody .fw-row {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EDEDED;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 40px 40px 40px 40px;
}

.blog-style-one .blog-img-text .blog-meta {
    margin-top: 15px;
}
.blog-style-one .post-meta-author {
    margin-right: 20px;
}
.blog-style-one .blog-img-text .blog-meta a {
    font-size: 14px;
    font-weight: 700;
    margin-right: 0px;
    color: #74787D;
}

.blog-style-one .blog-img-text .blog-meta i {
    color: #a3cc01;
}

.has-post-thumbnail .blog-img-text:hover .blog-text {
    top: -60px;
}

.breadcrumb_title{
    color: #fff;
    font-size: 40px;
    padding-bottom: 15px;  
}
.checkerbody .blog-date{
  display:none;
}
.checkerbody .has-post-thumbnail .blog-date{
  display:block;
}

.checkerbody .breadcrumb_section {
    padding: 190px 0px 150px 0px;
    position: relative;
    background-image: url(brbg.jpg);
    background-size: cover;  
    margin-bottom: 100px;
    background-position: center center;
}
.checkerbody .breadcrumb_section .background-overlay {
    background-color: rgba(0, 9, 25, .8);
}


.checkerbody .breadcrumb_list{
    position: relative;
    color: white;  
}

.checkerbody .blog-grids .sticky .entry_title:before {
    font-family: dashicons;
    content: "\f109";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}
.checkerbody .entry-content img{
  max-width:100%;
}

.checkerbody .toggle-overlay.search-btn{
    position: absolute;
    right: -70px;
    color: white;  
}
.checkerbody .search-body {
    top: 70px;
    opacity: 0;
    width: 300px;
    right: 55px;
    height: auto;
    z-index: 999;
    padding: 10px;
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, .1);
}
.checkerbody .search-open {
    opacity: 1;
    visibility: visible;
}
.checkerbody .search-body .search-form {
    width: 100%;
    height: auto;
    position: relative;
}

.checkerbody .search-body .search-form .search-input {
    width: 100%;
    height: 50px;
    color: #000;
    padding: 0px 20px;
    border: 1px solid #eee;
    background-color: #f7f7f7;
}
.checkerbody .search-body .search-form .search-close {
    top: 1px;
    right: 1px;
    z-index: 1;
    width: 50px;
    color: #fff;
    height: 48px;
    border: none;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    position: absolute;
    background-color: #a3cc01;
    line-height: inherit;
    border: 1px solid #eee;  
}
.blog-sidebar img{
  height: inherit;
}
.unit-test-breadcumb .breadcrumb_title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 15px;
}
.unit-test-breadcumb #crumbs a,.unit-test-breadcumb #crumbs {
    color: #FFFFFF;
}
.unit-test-breadcumb {
    padding: 208px 0px 173px 0px;
    position: relative;
    background-size: cover;
    margin-top: -40px;
}
.unit-test-breadcumb .sep{
    padding: 0px 10px;  
}
.unit-test-breadcumb .background-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 9, 25, .8);
}
.unit-test-breadcumb .container{
   position:relative;
 }

.page .blog-details-content .submit{
    color: #fff;
    border: none;
    padding: 20px 40px;
    background-color: #a3cc01;
    height: 64px;
    cursor: pointer;  
}
.page.logged-in .blog-details-content .submit{
    margin-top: 20px; 
 }
.khb_nav_row .khbtap {
    position: absolute;
    right: 0;
    color: white;
}
.postid-1785 .wp-block-button__link:hover{
  color: white !important;
}
.postid-1785 .is-style-outline .wp-block-button__link:hover{
  color:black !important;
}
.page-id-501 .link-xpages {
    clear: both;
    padding: 15px 0px;
    padding-top: 36px !important;
}
.admin-bar .khb-mobile{
  top:45px;
}

.navigation.posts-navigation {
    width: 100%;   
}
.breadcrumb_title .niotitle{
    padding-right: 20px;
}
.postid-1148 #comment-7 {
    margin-bottom: 12px;
}
.postid-1148 #comment-7 .details >ul {
    padding-left: 0px;
    padding-bottom: 10px;
}
.postid-1148 #comment-7 .details >ol {
    padding-bottom: 10px;
}

#cancel-comment-reply-link{
  padding-left: 10px;
}
@media (max-width: 1030px) {
  .unit-test-breadcumb .breadcrumb_title{
    font-size: 30px;
  }
  .blog-style-one .col-md-4,.blog-style-one .col-md-8{
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }  
  .checkerbody .blog-grids{
    margin-left: 0px;
    margin-right: 0px;
  }
.navigation.posts-navigation {
    padding-right: 0px;
    padding-left: 0px;
}

}
.blog-sidebar .wp-block-group__inner-container h2{
    border-left: 2px solid;
    border-color: var(--ltn__secondary-color);
    padding-left: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize; 
}

.wp-block-search .wp-block-search__label{
    color: #101010;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.blog-sidebar ul{
    margin: 0;
    padding: 0;
    list-style-type: none;  
}
.checkerbody .clenix-blog-feed-item {
    margin-bottom: 60px;
}
.wp-block-latest-comments{
    padding-left: 0;
}
.wp-block-archives-list li {
    position: relative;
    margin-top: 5px;
    font-weight: 400;
}
.wp-block-archives-list li:before {
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: var(--clfx-primary-color);
}
.wp-block-categories-list li {
    position: relative;
    margin-top: 5px;
    font-weight: 400;
}
.wp-block-categories-list li:before {
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: var(--clfx-primary-color);
}
.nav-links{
    display: flex;
    justify-content: space-between;
}
.nav-links>div a {
    height: 60px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;  
    overflow: hidden;
    font-weight: 600;
    position: relative;
border: 1px solid #bbb;
}
          
.checkerbody .clenix-blog-details-area .inner-text p {
    padding-bottom: 0;
    margin-bottom: 1rem;
}
.checkerbody .clenix-blog-details-area{
    display: flex;
    flex-direction: column;
}
.checkerbody .clenix-blog-share-tag {
    margin: 50px 0px 70px;
    clear: both;
}
.clenix-page-details-area h1,.clenix-page-details-area h2{
    color: #101010;
    font-weight: 700;
}
.checkerbody .nav-links{
      margin-bottom: 40px;
}
.clenix-side-bar-widget.widget_block{
padding: 35px 30px 40px 35px;
    border: 2px solid var(--border-color-11);  
}
.ltn__blog-category .blog-cat{
    margin-right: 5px;
}
.checkerbody .menu-icon > a::before{
  display:none;
}
.blog-sidebar select {
    width: 100%;
    padding: 8px;
}
.blog-sidebar #search-form button{
  display:none;
}
.checkerbody .clenix-side-bar-widget {
    margin-bottom: 30px;
    padding: 35px 30px 40px 35px;
    border: 2px solid var(--border-color-11);
}
.checkerbody .clenix-side-bar-widget .widgetsidetit{
    border-left: 2px solid;
    border-color: var(--ltn__secondary-color);
    padding-left: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.blog-sidebar ul.children{
  padding-left:10px;
}
.blog-sidebar .widget_rss a{
    color: black;
    font-weight: 700;  
}
.blog-sidebar .widget_rss .rss-date {
    display: block;
    color: black;
    font-size: 14px;
}
.blog-sidebar .tagcloud a{
     display: block;
    padding: 8px 24px 6px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: var(--section-bg-1);
    font-weight: 700;
    font-family: var(--ltn__heading-font);
      display: inline-block;
    margin: 5px 3px;
}
.blog-sidebar .tagcloud a:hover {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}

.comment_element.d-flex{
  flex-direction: column;
}
.wp-block-button{
   margin-bottom: 10px;
}
 table,th,td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

.blog-sidebar ul.sub-menu{
  padding-left:10px;
}
#wp-calendar{
  width:100%;
}
.trackback .ltn__comment-reply-btn,.pingback .ltn__comment-reply-btn{
  display:none;
}
.postid-1149 .ltn__comment-reply-btn{
  display:none;
}
.wp-block-archives-dropdown select{
  width:100%;
  margin-bottom:10px;
}

.ltn__page-details-inner p.form-submit{
  margin-top:0px;
}
.checkerbody .comment-respond form .form-submit input.submit{
    background-color: var(--ltn__secondary-color);
    color: var(--white);
    width: 231px;
    text-transform: uppercase!important;
    height: 65px;
    border: 2px solid;  
}
.blog-hash-tag span{
    padding-right:10px;
}
.ltn__blog-author .single-author .dashicons{
    top: 2px;
    position: relative;
    margin-right: 0px;  
}
.blog_comment_box.headline h2,.comment-reply-title,.blog_comment_box.headline h3{
   font-weight: 600;
}

.ltn__blog-details-wrap .blog-sidebar #search-form button {
    display: block;
    position: absolute;
    top: 19px;
    background: transparent;
    right: 10px;
}
.password-form{
    position: relative;  
}

.khb-mobilenav .sub-menu {
    display: none;
}
.khb-mobilenav a{
    display: block;
    position: relative;    
}
.khb-mobilenav li.menu-item-has-children> a:after {
    content: ' +';
    display: inline-block;
    transition: .1s;
    right: 0;
    position: absolute;
}
