/*
Theme Name: Shine Job v2.1 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
*/


/* Search section */
#block-2 .wp-block-search .wp-block-search__inside-wrapper{
	background-color:#2ba098;
	border-radius:9px;
		border-style:solid;
	border-width:3px;
	border-color:#ffffff;
	box-shadow:0px 0px 5px 0px #222222;
	
}


/* Entire Site Social Share */

.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: rgba(59, 89, 152, 1);
}

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

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

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

.shineads-social-pinterest {
    fill: #fff;
    background-color: rgba(189, 8, 28, 1);
}

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

.shineads-social-linkedin {
    fill: #fff;
    background-color: rgba(0, 119, 181, 1);
}

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

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

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

.shineads-social-reddit {
    fill: #fff;
    background-color: rgba(255, 87, 0, 1);
}

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


.comment-form #comment, .comment-form #author, .comment-form #email, .comment-form #url {
    display: block;
    border-style: solid;
    border-width: 3px;
    border-radius: 4px;
    border-color: #FF512F;
	  box-shadow: 0 0 5px 0 #000000;
}

#submit {
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
	border-style: solid;
    border-width: 3px;
    border-radius: 4px;
    border-color: #ffffff;
	box-shadow: 0 0 5px 0 #000000;
	background-image: linear-gradient(to right, #FF512F, #DD2476);
}

/* Heading */
#main .dynamic-entry-content h2{
	border-style:solid;
	border-width:3px;
	border-color:#ffffff;
	border-radius:4px;
	box-shadow: 0 0 5px 0 #000000;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#ffffff;
	background-image: linear-gradient(to right, #FF512F, #DD2476);
	
}




/* Default styles for larger screens */
.shineads-share-container {
    justify-content: space-between;
    padding: 10px;
    border-radius: 4px;
    border: 3px solid #FF512F;
    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-radius: 3px;
    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 query for mobile devices */
@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; /* Adjusted font size */
    }

    .shineads-share-icons svg {
        height: 17px; /* Adjusted SVG size */
        width: auto;  /* Keep aspect ratio of the SVG */
        margin-right: 5px;
    }
}
 .shineads-share-text-mobile {
       margin-left: 5px;
	 font-size:16px;

}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .shineads-share-text-mobile {
        display: none; /* Hide the "Share" text on mobile devices */
    }

    /* You can adjust other styles for mobile devices here */
}


.shineads-share-only{
	font-size: 16px;
background:none !important;
}

/* Hover effects */
.shineads-share-icons a:hover {
    opacity: 0.8;
}


.shineads-share-icons a {
    transition: opacity 0.3s ease; /* Smooth transition for opacity changes */
}

/* Default state: all icons are visible */
.shineads-share-icons a {
    opacity: 1;
}

/* When hovering over any icon within the shineads-share-icons container, reduce the opacity of all other icons */
.shineads-share-icons:hover a {
    opacity: 0.3;
}

/* When hovering over a specific icon, retain its full opacity */
.shineads-share-icons a:hover {
    opacity: 1;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}



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




*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;margin-left:-10px!important;
}

*::-webkit-scrollbar
{
	width: 10px;
	margin-left:-10px;
	background-color: #F5F5F5!important;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: linear-gradient(to right, #FF512F, #DD2476);
}