/*
Theme Name: Illdy Child
Theme URI: http://colorlib.com/wp/themes/illdy/
Author: Coveros/Colorlib
Author URI: http://colorlib.com
Template: illdy
Description: A customized version of Illdy for Coveros
Version: 2.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio
Text Domain: illdy-child
*/

/*
Coveros customizations.
*/

/*Carry over master theme style*/
@import url("../illdy/style.css");

/*DM-530, DM-577 fix blog header styling*/
.bottom-header h2 {
  padding-bottom: 25px;  
  line-height: 70px;
}

/*DM-441 Enable Magnifying glass as executable in search field*/
.widget .search-form .search-form-box #searchsubmit {
    display: unset;
    position: absolute;
    padding-left: 0;
    right: 0px;
    padding: 0 20px;
    z-index: 1;
}
