/*
Theme Name: Shine APK 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
*/

/* Input */
#wp-block-search__input-1{
	border-radius:4px;
}

/* Element button */
.wp-block-search .wp-block-search__inside-wrapper .wp-element-button{
	border-radius:4px;
}

#main div .wp-block-heading{
	font-size:25px;
	font-weight:600;
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#1985ef;
	padding-left:6px;
}





.shineads-social-wrapper {
    margin: 20px auto;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.shineads-social-sharing {
    padding: 12px;
    flex: 1;
    margin-right: 5px;
    border-radius: 6px;
}

@media only screen and (max-width: 600px) {
    .shineads-social-sharing {
        display: inline-block;
    }
}

.shineads-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}

.shineads-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}

.shineads-social-twitter {
    fill: #fff;
    background-color: rgba(29, 161, 242, 1);
}

.shineads-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.shineads-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}

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


/**   CSS HOver animcation**/



/* Existing Styles */
.shineads-social-wrapper {
    margin: 20px auto;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.shineads-social-sharing {
    padding: 12px;
    flex: 1;
    margin-right: 5px;
    border-radius: 6px;
    transition: transform 0.3s ease; /* Added transition for smooth effect */
	
}

@media only screen and (max-width: 600px) {
    .shineads-social-sharing {
        display: inline-block;
    }
}

.shineads-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}

.shineads-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}

.shineads-social-twitter {
    fill: #fff;
    background-color: rgba(29, 161, 242, 1);
}

.shineads-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.shineads-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}

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

/* Hover Animations */
.shineads-social-sharing:hover {
     transform: translateY(-5px); /* Move the icon upwards on hover */
    cursor: pointer; /* Change cursor to indicate a clickable item */
}

@media only screen and (max-width: 800px) {
    .shineads-social-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }

    
}
