/*
 Theme Name:   GP Light Blog Pro
 Theme URI:    https://wpbazaar.in/gplightblogpro
 Description:  GeneratePress Child Theme - GP Light Blog Pro
 Author:       Wp Bazaar (Ashish Pandey)
 Author URI:   https://wpbazaar.in
 Template:     generatepress
 Version:      1.0
*/


.main-navigation.has-branding .inside-navigation.grid-container, .main-navigation.has-branding.grid-container .inside-navigation:not(.grid-container) {
    padding: 0px 0px 0px 0px !important;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  background: #e2fffd; /* Light background color */
  border-left: 5px solid #068d9d; /* Accent color border */
  padding: 10px 15px;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); /* Light shadow */
  font-weight: 600;
}

#ez-toc-container {
    width: 100%;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    border-radius: 10px;
}

/*social-sharing-buttons*/
.wpjankari-social-wrapper {
    font-size: 0;
    text-align: center;
	  display: flex;
    flex-wrap: wrap;
}

.wpjankari-social-sharing {
    padding: 8px;
	  margin: 4px;
	  border-radius: 4px;
    flex: 1;
}

@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);
}
/*mobile-social-sharing-buttons*/
#mobileShareFloatingButton {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	background-color: #068d9d;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 1000;
	animation: whatsappButtonAnimation 0.5s;
}
  
#mobileShareFloatingButton svg {
	width: 30px;
	fill: #fff;
}
  
@-webkit-keyframes whatsappButtonAnimation {
	0% {
		transform: scale3d(0, 0, 0);
		transition: transform 0.3s ease-in-out;
	}
	100% {
		transform: scale3d(1, 1, 1);
		transition: transform 0.5s cubic bezier(0.18, 0.89, 0.32, 1.28);
	}
}

@media screen and (max-width: 768px) {
	#mobileShareFloatingButton {
		width: 50px;
		height: 50px;
	}

	#mobileShareFloatingButton svg {
		width: 30px;
	}
}


.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
    padding: 20px;
	border: 1px solid #dedede;
	border-radius: 10px;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
    width: 100%;
}