/*
 Theme Name:   GP Discover Pro
 Theme URI:    https://abhishekdeyroy.com/gp-discover-pro/
 Description:  GeneratePress Child theme for mobile responsive discovers blog and news website. Using this child theme you can easily create a google discover blog website. This GeneratePress Child theme design by abhishekdeyroy.com
 Author:       abhishekdeyroy.com
 Author URI:   https://abhishekdeyroy.com
 Template:     generatepress
 Version:      1.3
*/

.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* Sticky widgets */ 
.auto-width.gb-query-loop-wrapper {
    flex: 1;
}
@media (min-width: 768px) {
.sticky-container > .gb-inside-container,.sticky-container {
    position: sticky;
    top: 80px;
}
#right-sidebar .inside-right-sidebar {
    height: 100%;
}
}
select#wp-block-categories-1 {
    width: 100%;
}
.wplite-banner-ads {
	margin-bottom: 15px;
}
/*Floating Social Share*/
.abhishek-float-social-wrapper {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}
.abhishek-float-social-sharing {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    min-height: 40px;
    font-size: 12px;
    padding: 5px 10px;
}

.abhishek-float-social-sharing svg {
    position: relative;
    top: 0.5em;
}

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

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

.abhishek-social-twitter {
    fill: #fff;
    background-color: #0f1419;
}

.abhishek-social-twitter:hover {
    background-color: #0f1419;
}

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

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

/*Social Share*/
.abhishek-social-wrapper {
    margin: 20px 5px 20px 5px;
    font-size: 0;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.abhishek-social-sharing {
	padding: 8px;
	margin: 4px;
	border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}
.abhishek-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) {
    .abhishek-social-sharing {
		display: inline-block;
    }
}
.abhishek-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.abhishek-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}
.abhishek-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.abhishek-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}
.abhishek-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.abhishek-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
/*Follow Us Button*/
.whatsapphighlight {
	animation: abhishek-GreenBorderAnimation 1s infinite;
}
@keyframes abhishek-GreenBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #25d366;
	}
	100% {
		border-color: transparent;
	}
}
/*Tag Cloud*/
.widget_epcl_tag_cloud a, .widget_tag_cloud a, .wp-block-tag-cloud a {
    font-size: 12px!important;
    margin-bottom: 8px;
    margin-right: 8px;
}
.widget_epcl_tag_cloud a, .widget_tag_cloud a, .wp-block-tag-cloud a,  div.tags a{
    color: #333333;
    display: inline-block;
    padding: 4px 15px;
    line-height: 1.2;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 25px;
}

/* Spin Section */
.spin-date {
    padding: 5px;
    color: #fff;
      border-radius: 5px;
   background-color: #6606FF;
   background-image: linear-gradient(to right, #845ec2, #845ec2);
     text-align: center;
     
}

/* Spin item container */
.spin-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border: 1px dashed #e60000;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 10px;
    gap: 15px;
    flex-wrap: wrap;
}
/* Left side (Image + Details) */
.spin-left {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 15px;
    min-width: 0;
}

.spin-img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 8px;
    object-fit: cover;
}

/* Details center */
.spin-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    flex-grow: 1;
    font-weight: bold;

}

.spin-details h3 {
    margin: 0 0 5px;
    font-size: 1.1em;
	text-decoration:none;
	font-weight:bold;
}

.spin-details .date,
.spin-details .expiry {
    margin: 0;
    font-size: 0.95em;
    color: red;
}

.spin-details .date {
    color: green;
}

/* Right button */
.spin-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
a {
    color: #e60000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #b30629;
}
.spin-button a {
    background: #ff5722;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 0.95rem;
    text-decoration: none;
}
.spin-button a:hover  {
    background: #c53306;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 0.95rem;
    text-decoration: none;
}
/* Emoji styling (optional) */
.emoji {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.wp-block-code {
    position: relative;
    max-width: 100%;
    height: 300px;
    overflow: auto;
    background-color: #f5f5f5;
    padding: 1em;
    border-radius: 6px;
    font-size: 0.9em;
    box-sizing: border-box;
}

.wp-block-code pre {
    margin: 0;
    white-space: pre;
    min-width: max-content;
}

.copy-code-button {
    background-color: #2e8b57;
    color: white;
    border: none;
    border-radius: 4px;
    font-family: inherit;
    transition: background 0.3s ease;
}

.copy-code-button:hover {
    background-color: #246b45;
}

.single h2 {
   padding: 5px;
   color: #fff;
	 border-radius: 5px;
  background-color: #d1072f;
  background-image: linear-gradient(to right, #d1072f, #d1072f);
	text-align: center;
}

.single.single-post .content-area .inside-article h3{
	border-left: 4px solid #d1072f;
	padding: 10px 25px;
}

a {
	font-weight:bold;
}
/*Block Images*/
.wp-block-image {
    padding-top: 10px;
    padding-bottom: 20px;
}

.wp-block-image img {
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 6%);
    border: 1px solid #cfcfcf;
    padding: 3px;
}
.button {
	border-radius:5px;
	margin:4px;
	font-size:12px;
}
hr {
	border: 2px solid #d1072f
}
/* Block Quotes  */
blockquote {
    color: #FFF;
	    font-size: 18px;
	    border-color: #d1072f;
	    background-color: black;
	font-weight: bold;


}

#rank-math-faq .rank-math-list-item{
	position:relative;
}
#rank-math-faq .rank-math-list-item input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41px;
    opacity: 0;
    cursor: pointer;
    z-index:999;
}
#rank-math-faq .rank-math-list-item h3 {
    background: #f1f2f6;
    padding: 10px 12px 10px 18px;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: normal !important;
    position:relative;
    margin-bottom: 0;
}
#rank-math-faq .rank-math-list-item h3:before {
	display:inline-block;
	content: "";
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent #000000;
	margin-right: 8px;
}
#rank-math-faq .rank-math-list-item input:checked+h3:before {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
#rank-math-faq .rank-math-answer{
	padding: 10px 10px 0px 10px;
	max-height: 0;
	overflow:hidden;
}
#rank-math-faq .rank-math-list-item input:checked+h3~.rank-math-answer {
	max-height: 100vh;
	overflow:visible;
}

.single.single-post .content-area .inside-article ul {
    list-style: none; 
}
 .single.single-post .content-area .inside-article ul li::before {
    content: "➤"; 
    color: #FF4500; 
    font-weight: bold; 
    margin-right: 8px;
}

a.read-more {
	display: block;
	margin-top: 15px;
  text-decoration: none;
  letter-spacing: 0.5px;
	text-transform: capitalize;
	font-weight: 600;
}
a.read-more::after {
	content: '→';
}
.read-more-section {
	text-align: center;
	margin-top: 40px;
}
.gp-post-date-author {
	text-align: center;
}
.gp-post-date-author {
    padding: 7px;
	  letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
	  margin-top: -10px; 
}
.gp-custom-category-section {
	text-align: center;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
}
.gp-custom-tag-section a {
	padding: 5px 10px;
	margin-right: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
}
.gp-custom-tag-section {
	margin-top: 15px;
}
.paging-navigation {
	text-align: center;
}

.rank-math-breadcrumb p {
    padding: 5px 5px 5px 5px;
    color: black;
		font-weight: bold;
	text-align: center;
    font-size: 12px;
	text-transform: uppercase;
}
.rank-math-breadcrumb a {
   	margin-right:5px;
	font-weight: bold;
    color: #d1072f;
}
@media (max-width: 768px){
	.rank-math-breadcrumb p {
		margin: 0px 10px;
	}
}

.menu-cta a {
	border: 2px solid white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:black;
}
.menu-cta a:hover {
	border: 2px solid white;
		background-color:grey;

}


