/*
 Theme Name:   GP by WebDesignWala
 Theme URI:    https://webdesignwala.com/wp-themes
 Description:  Default WebDesignWala theme
 Author:       WebDesignWala
 Author URI:   https://webdesignwala.com
 Template:     generatepress
 Version:      10.1
*/

#site-navigation .inside-navigation {
    border-bottom: 2.5px solid #a26ecd;
}

.rank-math-breadcrumb p {
    padding: 10px 10px 10px 20px;
    background: #e9ebee;
    color: #000000;
    box-shadow: rgb(23 43 99 / 20%) 0 7px 28px !important;
    border-radius: 5px;
}

p {
    text-align: justify;
}

.generate-back-to-top {
    font-size: 20px;
    border-radius: 3px;
    position: fixed;
    bottom: 90px !important;
    right: 30px;
}

////
.after-header-search {    
	padding: 10px 0;
    background: #a26ecd;
}

.after-header-search .searchform div {
    display: flex;
}

.after-header-search .searchform div input {
    flex: 1;
    line-height: 2;
    padding: 10px 10px 10px 10px; !important;
	border-bottom: 2.5px solid #a26ecd;
}

.after-header-search .searchform div input[type="submit"] {
    flex: 0;
}
.after-header-search {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    z-index: 100;
}