/*
 Theme Name:   GP Software Pro
 Theme URI:    https://wpbazaar.in/apkpro
 Description:  GeneratePress Child Theme for Mobile responsive News Website. Using this child theme you can easily create any type of News Website. This GeneratePress Child theme design by wpbazaar.in
 Author:       WP Bazaar Theme 
 Author URI:   https://wpbazaar.in
 Template:     generatepress
 Version:      1.0
*/

.wp-block-search__button.has-icon {
    border-radius: 20px;
}

.wpj-share-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin: 15px 0;
}

.wpj-share-text {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    padding-right: 10px;
    border-right: 3px solid #000;
    margin-right: 10px;
}

.share-btn {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none;
}

.share-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

/* Colors */
.facebook  { background:#1877f2; }
.instagram { background:#e1306c; }
.whatsapp  { background:#25d366; }
.twitter   { background:#000; }
.telegram  { background:#35ace1; }
.copy      { background:#222; }


.gb-element-7e1d1183 {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--gb-container-width);
}

/*sticky footer menu*/
@media only screen and (min-width: 960px) {
.sticky-footer-menu{display:none!important;}
}
.sticky-footer-menu {
	position: fixed;
	height: 60px;
	width: 100%;
	bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	z-index: 23235;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    width: 100%;
}

.comments-area {
    border-radius: 7px;
    border: 1px solid #0762ba !important;
    margin-top: 50px;
}

.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.wp-block-image img {
	margin-bottom: 20px;
	border-radius: 10px;
}

#wp-block-search__input-1 {
	border-radius: 120px;
	border: 0px;
}
.wp-block-search__inside-wrapper {
	border-radius: 120px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.rank-math-breadcrumb p {
	background: #e5e8ec;
	color: #000000;
	padding: 5px 10px;
	border-radius: 4px;
    font-size: 11px;
	font-weight: 700;
}
@media (max-width: 768px){
	.rank-math-breadcrumb p {
		margin: 0px 10px;
	}
}

/* Sticky widgets */ 
.auto-width.gb-query-loop-wrapper {
    flex: 1;
}
@media (min-width: 768px) {
.sticky-container > .gb-inside-container,.sticky-container {
    position: sticky;
    top: 80px;
}
#right-sidebar .inside-right-sidebar {
    height: 100%;
}
}
select#wp-block-categories-1 {
    width: 100%;
}
.auto-width.gb-query-loop-wrapper {
    flex: 1;
}
@media (min-width: 768px) {
.sticky-container > .gb-inside-container,.sticky-container {
    position: sticky;
    top: 80px;
}
#right-sidebar .inside-right-sidebar {
    height: 100%;
}
}
select#wp-block-categories-1 {
    width: 100%;
}

/*Post Comment*/
@media (max-width: 768px){
	.comments-area {
		margin-left:15px;
		margin-right: 15px;
	}
}
.comments-area {
	border-radius: 7px;
	border: 1px solid var(--border-color);;
	margin-top: 50px;
}
.comment-reply-title {
	margin-top: -35px;
	margin-bottom: 40px;
	border: 1.5px solid var(--text-1);
	background: var(--background);
	padding: 4px 30px;
	border-radius: 50px;
	font-size: 22px;
	color: var(--text-1);
}

