/*
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: #FF3535;
}

.shineads-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.shineads-social-twitter {
    fill: #fff;
    background-color: #FF3535;
}

.shineads-social-twitter:hover {
    background-color: rgba(29, 161, 242, .8);
}

.shineads-social-pinterest {
    fill: #fff;
    background-color: #FF3535;
}

.shineads-social-pinterest:hover {
    background-color: rgba(189, 8, 28, .8);
}

.shineads-social-linkedin {
    fill: #fff;
    background-color: #FF3535;
}

.shineads-social-linkedin:hover {
    background-color: rgba(0, 119, 181, .8);
}

.shineads-social-whatsapp {
    fill: #fff;
    background-color: #FF3535;
}

.shineads-social-whatsapp:hover {
    background-color: rgba(37, 211, 102, .8);
}

.shineads-social-reddit {
    fill: #fff;
    background-color: #FF3535;
}

.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;
	
}



/* Default styles for larger screens */
.shineads-share-container {
    justify-content: space-between;
    padding: 10px;
	  background-color:#dbfffe;
    border-radius: 9px;
    border: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.shineads-whatsapp-icon{
    padding: 6px 4px 6px 8px !important;

}

.shineads-share-text {
    display: flex;
    align-items: center;
    font-weight: 500;
	  
}

.shineads-share-text svg {
    font-size: 18px;
	
}

.shineads-share-icons svg{
 margin-right: 5px; 
	font-size:19px;
}
.shineads-share-text i.fa-share-alt {
    margin-right: 8px;
}

.shineads-share-icons {
    display: flex;
    align-items: center;
}

.shineads-share-icons a {
    color: #000;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-style:solid;
    border-width:1px;
    border-radius: 9px;
    margin-left: 10px;
    padding: 4px 4px 8px 8px;
    font-size: 16px;
    transition: opacity .3s;
    opacity: 1;
text-decoration: none;
}


.shineads-share-icons i.fa {
    font-size: 20px;
    margin-right: 5px;
}

@media (max-width: 768px) { .shineads-share-container {
	margin-left:10px;
	margin-right:10px;
	padding-bottom:3px;
	align-items: center;

	}

@media (max-width: 768px) {
    .shineads-share-icons {
        flex-wrap: wrap;
    }

    .shineads-share-icons a {
        margin-left: 10px;
        margin-bottom: 10px;
        padding: 5px 7px; 
        font-size: 16px; 
    }

    .shineads-share-icons svg {
        height: 17px; 
        width: auto;  
        margin-right: 5px;
    }
}
 .shineads-share-text-mobile {
       margin-left: 5px;
	 font-size:16px;

}


@media (max-width: 768px) {
    .shineads-share-text-mobile {
        display: none; 
    }


}



.shineads-share-only{
	font-size: 16px;
background:none !important;
}


.shineads-share-icons a:hover {
    opacity: 0.8;
}


.shineads-share-icons a {
    transition: opacity 0.3s ease; 
}


.shineads-share-icons a {
    opacity: 1;
}


.shineads-share-icons:hover a {
    opacity: 0.3;
}


.shineads-share-icons a:hover {
    opacity: 1;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}