/*
 Theme Name:   GP Newspaper Pro
 Theme URI:    https://wplitetheme.com/gp-newspaper-pro/
 Description:  GeneratePress Child Theme for Mobile responsive News Website. Using this child theme you can easily create any type of News Website. This GeneratePress Child theme design by wplitetheme.com
 Author:       WPLiteTheme.com
 Author URI:   https://wplitetheme.com
 Template:     generatepress
 Version:      1.4
*/

.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: 16px;
    margin-bottom: -5px;
    transition: opacity 0.3s ease-in-out;
}
.wplite-banner-ads {
	margin-bottom: 15px;
}
/* GeneratePress Site CSS */ 
.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%;
}



/*Post Date*/
.post-dates {
    font-size: 12px;
	font-weight: 400;
    color: var(--text-1);
}
/* social-sharing-icon */ 
.sticky-social-icons {
     position: fixed!important;
     right:0!important;
     top: 45%!important;
}

/*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;
}

.custom-toc {
  position: sticky;
  top: 0;
  background: #f9fbfc;
  border: 1px solid #d0dbe5;
  padding: 0.75em 1em;
  z-index: 1000;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(11, 93, 149, 0.1);
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.custom-toc-header {
  color: #0b5d95;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.05em;
}

.custom-toc-toggle {
  font-size: 1.2em;
  color: #0b5d95;
  transition: transform 0.3s ease;
}

.custom-toc ul {
  margin: 0.5em 0 0;
  padding-left: 1.25em;
  list-style-type: none;
  line-height: 1.6;
}

.custom-toc ul li {
  margin-bottom: 0.4em;
}

.custom-toc a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}

.custom-toc a:hover,
.custom-toc a:focus {
  color: #0b5d95;
  text-decoration: underline;
}

.custom-toc a.active {
  font-weight: bold;
  color: #0b5d95;
  border-left: 3px solid #0b5d95;
  padding-left: 6px;
}
