/*
 Theme Name:   GP Jobs24 Pro
 Theme URI:    https://wplitetheme.com/
 Description:  Default GeneratePress child theme
 Author:       wplitetheme
 Author URI:   https://wplitetheme.com/
 Template:     generatepress
 Version:      0.1
*/

.main-navigation {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.wp-block-search__inside-wrapper button {
	background: var(--search-color);
	border-radius: 0 30px 30px 0;
	padding: 0 25px 0 25px;
	margin-left: 0px;
}

#wp-block-search__input-1 {
	border-radius: 30px 0 0 30px;
}

.rank-math-breadcrumb p {
    font-size: 13px;
	margin-bottom: 0px;
}

/*Follow Us Button*/
.whatsapphighlight {
	animation: WPLiteTheme-GreenBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-GreenBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #25d366;
	}
	100% {
		border-color: transparent;
	}
}
.telegramhighlight {
	animation: WPLiteTheme-BlueBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-BlueBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #0086ce;
	}
	100% {
		border-color: transparent;
	}
}

/*social-sharing-buttons*/
.wpjankari-social-wrapper {
    margin: 10px;
    font-size: 0;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.wpjankari-social-sharing {
	padding: 8px;
	margin: 4px;
	border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}
.wpjankari-social-sharing:hover {
	transform: translateY(-3px);
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (max-width: 600px) {
    .wpjankari-social-sharing {
		display: inline-block;
    }
}
.wpjankari-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.wpjankari-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}
.wpjankari-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.wpjankari-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}
.wpjankari-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.wpjankari-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
/* Desktop: show full menu, hide slideout toggle */
.slideout-toggle {
    display: none;
}

/* Tablet range (where menu starts wrapping) */
@media (max-width: 1200px) and (min-width: 769px) {

    /* Hide categories menu */
    #primary-menu {
        display: none !important;
    }

    /* Show slideout toggle */
    .slideout-toggle {
        display: block !important;
    }
}

/* Mobile: hide slideout toggle to avoid double menu button */
@media (max-width: 768px) {
    .slideout-toggle {
        display: none !important;
    }
}

/*Patterns*/
.downloadhighlight {
	animation: WPLiteTheme-LiteGreenBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-LiteGreenBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #19b051;
	}
	100% {
		border-color: transparent;
	}
}
.applynowhighlight {
	animation: WPLiteTheme-LiteBlueBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-LiteBlueBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #3f84d3;
	}
	100% {
		border-color: transparent;
	}
}
