/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

@media screen and (max-width: 960px){
	.footer-widget-area {
	    padding-top: 0px; 
	}
	.vc_row.wpb_row.vc_inner{
		padding: 0 !important;
	}
	#first_section[data-vc-full-width]{
		margin: 50px!important;
	}
	header.kd-section-title h2.separator_off{
		font-size: 22px !important;
	}
	.vc_row.wpb_row.vc_inner.no_margin_mobile .vc_column-inner.vc_custom_1657613727923{
		padding-bottom:0px !important;
	}
	
}
@media screen and (min-width: 960px){
	.mobile_no_margin{
		margin-top:140px !important;
	}
}