/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2023 | 01:10:08 */
/* PLACING SIDEBAR TO THE TOP ON MOBILES ONLY */
@media(max-width:767px){
	.single.single-post section.us_custom_0f8f44b7 div.vc_row{
/* 		flex-direction:column-reverse; */
	}
	.single.single-post section.us_custom_0f8f44b7 div.vc_row .vc_col-sm-4.wpb_column.vc_column_container{
		margin-bottom:2.5rem;
	}
}
/* Updated for another theme */
@media(max-width:767px){
	.single.single-post section.us_custom_0f8f44b7 .vc_col-sm-4.wpb_column.vc_column_container{
		order:1;
      margin-bottom:2.5rem;
	}
	#page-content .l-section-h.i-cf>.g-cols .vc_col-sm-4{
		order:-1;
	margin-bottom:2.5rem;
	}
  .single.single-post section.us_custom_0f8f44b7 .vc_col-sm-4.wpb_column.vc_column_container .wpb_wrapper .vc_wp_search, .single.single-post section.us_custom_0f8f44b7 .vc_col-sm-4.wpb_column.vc_column_container .wpb_wrapper .vc_wp_search + .w-separator{
    display:none;
  }
  .single.single-post section.us_custom_0f8f44b7 .vc_col-sm-8.wpb_column.vc_column_container{
		order:2;
	}
}

.l-footer { font-size: 0.9rem; line-height: 1.5rem; 

}
.hartikler 
{ font-size: 1.8rem; }

.lane_form .searchbox{
	text-align:center;
}
.lane_form .sok{
	text-align:center;
	margin-top:20px;
}
form#lane_form.lane_form.lane_search {
    padding: 20px;
	box-shadow: 0 11px 10px 0 rgb(0 0 0 / 5%);
	padding:20px 20px 30px;
	border:1px solid #f0f0f0;
	border-radius:8px;
}

@media(min-width:1100px){
.lane_form .searchbox .container:nth-of-type(2){
	margin-left:-14px;	
	}
}