/*
Theme Name: WEN Business Child
Theme URI: https://wenthemes.com/item/wordpress-themes/wen-business/
Template: wen-business
Author: WEN Themes
Author URI: https://wenthemes.com/
Description: WEN Themes proudly presents WEN Business : a spacious , generous , Corporate theme that offers convenience to anyone setting up the theme. Simplicity and roomy sections, all well-knit to deliver an exceptionally personal, professional or private showcase. Powering the build, is the in-house responsive framework that offers features that suffice a lot of needs and that is convenient to operate upon as well. This time its a one-layout header, clean menu, slider, focused content, pretty effects, portfolio showcasing, testimonials, neat footer all following fully responsive patterns. The code / setup is easy to customize and extend by various hooks offered in the build - those that help any technical person add further extensions on the base of an awesome build. This is a theme that works toward simplicity in setup, ease in use.
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-menu,featured-images,full-width-template,post-formats,sticky-post,translation-ready,theme-options,threaded-comments,blog,custom-logo
Version: 2.0.1
Updated: 2022-10-28 11:16:30

*/

#featured-slider li img {
    height: 500px !important;
    object-fit: cover !important;
}
.cycle-caption {
    height: 290px !important;
}
.site-info {
    display: none;
}
.site-header {
   
    padding: 0px 0px 35px 0px !important;

}
div#header-top-content {
    background: #fff;
}

header#masthead {
    background: #fff;
}
div#primary {
	background: #f1f1e5;
	padding: 20px;
}
.home main#main {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2rem;
}
@media screen and (max-width : 480px){
	.home main#main {
    display: block; !important

}
}