/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2025 | 14:08:56 */
/*side menu - real toggle button*/
.open_side_menu {
  display: none !important;
}

/*left space of lists*/

ul, ol {
	margin: 0 !important;
	padding: 20px !important;
}
 
/*wordpress post navigation*/

nav.navigation.post-navigation {
 display:none !important;
}



/*contact form output*/

.wpcf7 form.sent .wpcf7-response-output{
border-color: #1034A6 !important;
color: #000000 !important;
}

@media screen and (max-width:520px){
	
	/*single post nav buttons*/
	#uc_next_prev_post_elementor_7dce5d3{
		flex-direction:column;
	}
	
	/*search icon of homepage menubar*/
	#stickyMenu > div.elementor-element.elementor-element-c44776d.e-con-full.e-flex.e-con.e-child > div > div > form > div{
		text-align: center;
	}
	
	#stickyMenu > div.elementor-element.elementor-element-c44776d.e-con-full.e-flex.e-con.e-child > div > div > form > div > input{
		width:100% !important;
	}
	
	.hfe-search-icon-toggle{
		overflow: hidden;
	}
}
