/*
Theme Name: Groovy Blog Template By Proseoblogger
Theme URI: https://generatepress.com/
Description: Child theme for GeneratePress.
Author: Pro SEO Blogger
Author URI: https://www.proseoblogger.com/
Template: generatepress
Version: 1.0.0
*/


.comment-form #comment, .comment-form #author, .comment-form #email, .comment-form #url {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-radius: 9px;
    border-color: #000000;
	  
}

#submit {
    border-radius: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
	  border-style: solid;
    border-width: 1px;
    border-radius: 9px;
    border-color: #000000;
	  
}

.shineads-float-social-wrapper {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.shineads-float-social-sharing {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    min-height: 30px;
    font-size: 12px;
    padding: 14px 10px;
}


.shineads-float-social-sharing:first-of-type {
    border-top-right-radius: 10px;
}

.shineads-float-social-sharing:last-of-type {
    border-bottom-right-radius: 10px;
}

.shineads-social-facebook {
    fill: #fff;
    background-color: #193DD7;
}

.shineads-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.shineads-social-twitter {
    fill: #fff;
    background-color: #193DD7;
}

.shineads-social-twitter:hover {
    background-color: rgba(29, 161, 242, .8);
}

.shineads-social-pinterest {
    fill: #fff;
    background-color: #193DD7;
}

.shineads-social-pinterest:hover {
    background-color: rgba(189, 8, 28, .8);
}

.shineads-social-linkedin {
    fill: #fff;
    background-color: #193DD7;
}

.shineads-social-linkedin:hover {
    background-color: rgba(0, 119, 181, .8);
}

.shineads-social-whatsapp {
    fill: #fff;
    background-color: #193DD7;
}

.shineads-social-whatsapp:hover {
    background-color: rgba(37, 211, 102, .8);
}

.shineads-social-reddit {
    fill: #fff;
    background-color: #193DD7;
}

.shineads-social-reddit:hover {
    background-color: rgba(255, 87, 0, .8);
}

.generate-back-to-top,
.generate-back-to-top:visited {
    bottom: 90px;
    right: 60px;
}

.generate-back-to-top,
.generate-back-to-top:visited {
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
}

#main .rank-math-breadcrumb p{
		margin-bottom:0px;
	
}