.k-arrow-l{display:inline-block!important;position:relative;width:30px;height:30px;border-radius:100%;background:rgba(0,0,0,0);border:calc(30px/8) solid #666666;box-sizing:content-box}

.k-arrow-l:before{position:absolute;content:'';margin:auto;width:calc(30px/3.5);height:calc(30px/3.5);background:rgba(0,0,0,0);border:calc(30px/8) solid #666666;border-right:none;border-top:none;top:0;bottom:0;left:calc(30px/8);right:0;transform:rotate(45deg);box-sizing:content-box}

.k-arrow-r{display:inline-block!important;position:relative;width:30px;height:30px;border-radius:100%;background:rgba(0,0,0,0);border:calc(30px/8) solid #666666;box-sizing:content-box}

.k-arrow-r:before{position:absolute;content:'';margin:auto;width:calc(30px/3.5);height:calc(30px/3.5);background:rgba(0,0,0,0);border:calc(30px/8) solid #666666;border-right:none;border-top:none;top:0;bottom:0;left:0;right:calc(30px/8);transform:rotate(-135deg);box-sizing:content-box}


.scrollbar {
margin-left: 30px;
float: left;
height: 300px;
width: 65px;
background: #fff;
overflow-y: scroll;
margin-bottom: 25px;
}
.force-overflow {
min-height: 450px;
}

.relateds{background: #f4f1f1;margin-top: 80px;margin-bottom: 70px!important;}
@media (min-width: 768px) {
.relateds { background : #fff; width : 100vw; margin-left : calc( 67.6% - 50vw ); max-width : none; position : relative; z-index : 100; padding-left : 40px; padding-top : 40px; padding-bottom : 10px; margin-bottom : 30px; }
}
.post .related{margin-bottom: 20px;}
.post .related img{margin-bottom: 10px!important;}
.post .related h3{font-size: 19px;}
.post .related a{color:#000} .commentlist {background: #f4f1f1;}



/* style contact form */
.wpcf7 {
padding: 5px 25px 5px 25px !important;
}

.wpcf7 { width: 400px;}

@media screen and (max-width: 500px) {
.wpcf7 { width: auto;}
}

.wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 .wpcf7 input[type="textarea"],
 .wpcf7 input[type="submit"],
 textarea {
     font-size: 16px;
     font-family: sans-serif;
     background: #fff;
     border-radius: 0.25rem;
     border: 1px solid #ced4da;
     height: 50px;
    padding-left: 1.5rem;
    color: #525252;

 }
 .wpcf7-form textarea {
    height: 200px;
}

.wpcf7 input[type="submit"] {
   width: 40%;
   position:relative;
   left:20%;
}
.wpcf7 input[type="submit"] {
    font-size: 18px ;
    font-weight: 400;
     background: #0075f6;
     padding: 15px 3rem 15px 3rem;
     border: none;
     border-radius: 33px;
     text-transform: uppercase;
     letter-spacing: 3px;
     color:#fff;
 }

 .wpcf7 input:hover[type="submit"] {
     background: #f68100;
     transition: all 0.2s;
 }

.wpcf7 input:active[type="submit"] {
     background: #092AE4;
 }

