/*
 Theme Name:   One Free
 Theme URI:    https://gpprimetheme.com/
 Description:  This GeneratePress Child Theme is for blog and news website. Using this child theme you can easily create a google discover and adsense friendly blog websites. This GeneratePress Child theme is design by gpprimetheme.com.
 Author:       GPPrimeTheme
 Author URI:   https://gpprimetheme.com/
 Template:     generatepress
 Version:      1.0
*/

.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.inb-scroll-menu {
    background: white;
    display: block !important;
    color: black;
	width: 100%;
    overflow-x: auto;
	white-space: nowrap;
    position: fixed;
    box-shadow: 0 3px 4px rgb(0 0 0 / 13%) !important;
    z-index: 10000;
    border-top: 1px solid #ccc;
}
.page-header-image-single .attachment-full {
    box-shadow: rgba(23, 43, 99, .3) 0 7px 28px;
    border-radius: 5px;
    margin-bottom: -5px;
    transition: opacity 0.3s ease-in-out;
}
/*Block Images*/
.wp-block-image {
    padding-top: 10px;
    padding-bottom: 20px;
}

/*Table of contents*/
#toc_container li a {
    display: block;
    width: 100%;
    color: var(--link-text);
    padding: 10px 1em;
    border-top: 1px solid #aaa;
}
#toc_container {
    background: #f9f9f900;
    border: 1px solid #aaa;
    padding: 0px;
}
#toc_container span.toc_toggle {
    font-weight: 400;
    background: #fff;
    padding: 3px 20px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    display: block;
}

/*Social Share*/
.gpprimetheme-social-wrapper {
    margin: 15px;
    font-size: 0;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.gpprimetheme-social-sharing {
	padding: 8px;
	margin: 4px;
	border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}
.gpprimetheme-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) {
    .gpprimetheme-social-sharing {
		display: inline-block;
    }
}
.gpprimetheme-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.gpprimetheme-social-facebook {
    fill: #fff;
    background-color: #0865ff;
}
.gpprimetheme-social-twitter {
    fill: #fff;
    background-color: #121212;
}
.gpprimetheme-social-whatsapp {
    fill: #fff;
    background-color: #39e35a;
}
.gpprimetheme-social-telegram {
	fill: #fff;
    background-color: #2f9fd6;
}
.gpprimetheme-social-more {
    fill: #fff;
    background-color: black;
}