/*
Theme Name: Web Development Child
Theme URI: https://voilathemes.com/wordpress-theme/web-development
Template: web-development
Author: Voilathemes
Author URI: https://voilathemes.com
Description: Web Development is a premium quality free WordPress theme developed mainly for website development companies which offer website development services like web design, web development etc. Web Development is a mobile responsive WordPress theme which looks impressive in mobile, PCs and big screens as well. Web Development is easily customizable through Customizer options. Web Development theme uses SiteOrigin page builder (a very powerful yet free plugin available at WordPress.org), to easily create variety of page designs suiting your business using drag and drop page builer elements. Step by step documentation and dummy data is also available for free here: https://voilathemes.com/documentation/web-development/
Tags: two-columns,right-sidebar,left-sidebar,full-width-template,flexible-header,custom-header,custom-menu,custom-logo,featured-images,footer-widgets,featured-image-header,theme-options,threaded-comments,translation-ready,blog
Version: 1.1.1608801994
Updated: 2020-12-24 09:26:34

*/

ul{list-style: none;}
pre.dark {
    color: #f7f7f7;
   	background-color: #333;
}
pre.dark .html strong{
    font-size: 15px;
    color: #30bced;
    font-family: 'Lato', sans-serif;
}
footer{
	    margin-top: 3rem;
}
.alignleft{
	float: left;
	margin-right: 1rem;
}
.alignright{
	float: right;
	margin-left: 1rem;
}
.main_header_bg .logo a img {
    max-height: unset!important;
}
@media screen and (max-width: 575px){
	.alignleft, .alignright{
		float: none;
		display: block;
		margin: 1rem auto;
	}
}