/*
 Theme Name:   GP Blog Pro
 Theme URI:    https://wplitetheme.com/gp-blog-pro/
 Description:  GeneratePress Child theme for mobile responsive blog website. Using this child theme you can easily create a blog website. This GeneratePress Child theme design by wplitetheme.com
 Author:       WPLiteTheme.com
 Author URI:   https://wplitetheme.com
 Template:     generatepress
 Version:      1.3.0
*/

/* GeneratePress Site CSS */
.home .container.grid-container {
    max-width: 100%;
}

.home.no-sidebar.separate-containers .site-main{
	margin: 0;
}

.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#wp-block-search__input-1 {
	border: 0px;
}
/* social-sharing-icon */ 
.sticky-social-icons {
     position: fixed!important;
     right:0!important;
     top: 45%!important;
}
/*Post Comment*/
@media (max-width: 768px){
	.comments-area {
		margin-left:15px;
		margin-right: 15px;
	}
	.home .inside-article{
		padding:0;
	}
}
.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);
}
.sticky-footer{
	display:none !important;
}
@media (max-width: 768px){
	.sticky-footer{
	display:flex !important;
	position: sticky;
    bottom: 0;
    background-color: var(--background-1);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px;
	z-index: 9999;
}	
}