/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */

/*Edit Search Button*/
.components .search-bar form {
    width: auto;
    background: rgba(255, 255, 255, 0.1);
    line-height: 36px;
    border-radius: 5px;
    position: relative;    
}


.is-form-style input.is-search-submit, .is-search-icon {
	height: 50px;
	margin-top: -7px;
}

.is-form-style input.is-search-input {
	height: 50px;	
}

.is-search-icon svg {
margin-top: 10px;
}