/*
Theme Name: Hindia Help Child Theme
Template:   generatepress
Theme URI: https://www.hindiahelp.com
Theme Folder: Hindiahelp
Description: Child theme for Hindiahelp.com
Author: Anoop Bhatt
Author URI: hindiahelp.com
Version: 1.0
*/

/* Custom styles and overrides go here */

/* Hindia help social share code*/
.hhss-share-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
	color: #ffffff;
}
.hhss-text {
  display: inline;
}
.hhss-share-label {
    font-weight: bold;
    margin-right: 8px;
	color: black;
}
.hhss-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    color: #fff !important; /* Force white color */
    background: #333; /* fallback background if needed */
    transition: background .2s;
}
.hhss-facebook { background: #3b5998; }
.hhss-facebook:hover { background: #2d457a; }
.hhss-twitter { background: #1da1f2; }
.hhss-twitter:hover { background: #0d95e8; }
.hhss-linkedin { background: #0077b5; }
.hhss-linkedin:hover { background: #005983; }
.hhss-whatsapp { background: #25D366; }
.hhss-whatsapp:hover { background: #1eb845; }
.hhss-telegram { background: #0088cc; }
.hhss-telegram:hover { background: #006699; }
.hhss-pinterest { background: #bd081c; }
.hhss-pinterest:hover { background: #970017; }
/* Responsive */
@media(max-width:480px){
  .hhss-share-wrapper {  justify-content: flex-start; display: inline-block;}
  .hhss-btn { 
	flex: 1 1 calc(50% - 8px); 
	text-align: center;
	display: inline-flex;
    padding: 10px;
    margin: 0 2px;
    border-radius: 2px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
	}
	.hhss-text { display: none;}
}


 img {
  max-width: 100%;
  height: auto;
}
.footer-bar .widget ul li {
	display:inline-block;
	margin:0 10px;
}
table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  padding: 15px;
}
.button_download {
 	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.button_download:hover {
	background-color: red;
}
a.read-more {
	display:none;
}
.site-content {
    word-wrap: break-word;
    padding: 0 50px 0 50px;
}
.separate-containers .inside-article {
		padding:20px 25px;
}

.page-header-image-single{
		display:none;
}
.site-header {
    position: relative;
    top: 0;
    z-index: 9999;
	}
.site-logo img {
  width: 150px;
  height: auto;
}
.site-info a {
    display: none;
}
.posted-on{
		display:none;
}
.cat-links, .tags-links {
    display: none;
}
.entry-summary, .entry-content {
		text-align: justify;
}
body{
		padding: 15px 15px;
}
.inside-header {
    padding: 10px 50px;
		}
.inside-article {
		padding: 10px;
		}
.widget-area .widget {
    padding: 0 20px;
		}
footer.entry-meta {
    display: none;
		}

.author-box {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	text-align:center;
}
.author-box img {
    border-radius: 50%;
    box-shadow: 0px 0px 10px 3px rgba(9, 8, 8, 6.5);
}


.rpwwt-widget .rpwwt-post-date {
	font-size: 14px;
	border-bottom: 1px solid var(--border);
	padding-bottom: 15px;
}
button.wpforms-submit {
	background-color: var(--accent) !important;
    color: var(--base-3) !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding: 15px 20px !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
	border-width: 0 !important;
}
.sidebar .widget {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-bottom: 40px;
}
.widget-title {
  border-bottom: 2px solid var(--border);
  padding-bottom: 15px;
}
.widget-title::after {
  	content: '';
  	display: block;
  	position: relative;
  	width: 100px;
  	height: 2px;
  	background: #333;
	bottom: -5px
}
.main-navigation .main-nav ul li a::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 18px;
  right: 0;
  height: 23px;
  background: var(--border);
}
.top-bar {
	background-color: var(--base-3);
	color: var(--base-3);
	border-bottom: 1px solid var(--border);
}
.top-bar .widget {
	border-width: 0px;
}
.footer-widgets .widget,
.footer-bar .widget {
	border-width: 0px;
}
.footer-widgets .widget-title {
    font-weight: 600;
}
.rpwwt-widget a {
	text-decoration: none;
}
.rpwwt-post-date {
	color: var(--contrast-3);
	padding-top: 5px;
}
ul.wp-block-categories li,
ul.wp-block-archives li {
  list-style-type: disc;
  margin-left: 20px;
	border-bottom: 1px solid var(--border);
}
ul.wp-block-categories li a,
ul.wp-block-archives li a {
	display: inline-block;
	width: 80%;
	float: none;
	text-decoration: none;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.wp-block-tag-cloud a {
	font-size: 14px !important;
	text-decoration: none;
	border: 1px solid var(--border);
	padding: 5px 12px;
	margin-bottom: 10px;
}
#comments {
	border: 1px solid var(--border);
	padding: 20px;
}
.separate-containers .page-header {
	background-color: var(--highlight-color);
}
a.read-more {
	display: block;
	margin-top: 15px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
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; 
}
.blog-page-header-wrapper {
	  background: var(--highlight-color);
	  padding: 15px;
}
.blog-page-header {
	padding: 20px 40px;
}
.gp-custom-category-section {
	text-align: center;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
}
.single-featured-image {
	margin-top: 15px;
}
.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;
}
.separate-containers .page-header {
	padding: 0;
	margin: 40px;
}
.separate-containers .page-header .page-title {
	padding: 40px 40px 0 40px;
}
.separate-containers .page-header .taxonomy-description {
	padding: 0 40px 40px 40px;
}
.highlight {
	background: var(--highlight-color);
	padding: 40px;
  text-align: center;
  font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.highlight-wrapper {
	  max-width: 1300px;
    margin: 0 auto;
}
.archive .author .page-title,
.search .page-title {
	padding: 40px !important;
}
.paging-navigation {
	text-align: center;
}
.site-header {
  box-shadow: 0px 10px 10px 5px rgba(37,37,37,.24)
}
header {
	margin-bottom: 25px;
}
.home header {
	margin-bottom: 0;
}
.cat-links, .comments-link, .tags-links {
  display: inline-block;
	padding-right: 10px;
}
.rpwwt-post-author {
	font-size: 14px;
}
.wp-block-latest-posts a {
	text-decoration: none;
}
.wp-block-latest-posts__list .wp-block-latest-posts li {
	list-style-type: decimal;
	margin-bottom: 15px;
	font-size: 95%;
margin-left: 20px;
}
.separate-containers .inside-article {
  box-shadow: rgba(33, 35, 38, 0.1) 0 14px 12px 0;
}
/* Hero Banner */
.hero-banner-title {
	text-transform: uppercase;
    font-weight: 900;
    padding-top: 25px;
}
.hero-banner-cta {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
/* Responsive Grid System */

.wpf_column {
  float: left;
  width: 50%;
}
.wpf_row:after {
  content: "";
  display: table;
  clear: both;
}
.wpf-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px;
}
.wpf-container-wrapper {
	background: var(--banner-bg);
	margin-top: 5px;
	margin-bottom: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.wpf_column_wrapper img {
	margin: 0 auto;
}


/* Custom mobile responsive code */
@media (max-width: 768px) {
.widget-area .widget {
    padding: 10px;
}
.site-header .header-image {
    width: 150px;
}
.separate-containers .inside-article {
		padding:10px 10px;
}
.site-content {
     padding: unset;
}
.footer-widgets {
    padding: 10px;
		}
.widget-area .widget {
    padding: 0;
		}
.inside-header {
    display: flex;
	margin:0 0;
	padding:10px 10px;
		}
.main-nav{
		width:100%;
		}
/* Target all heading tags */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}
h1 {
  font-size: 27px;
}
h2 {
font-size: 25px;
}
h3 {
 font-size: 23px;
}
.footer-widgets-container {
    padding: 0;
}
.author-box {
    padding: 0;
	text-align:center;
}
.separate-containers .site-main>:last-child {
    padding: 0;
}		
    
}
@media (max-width: 360px) {
    .widget-area .widget {
    padding: 10px;
    }
.wp-block-image img {
    max-width: 300px;
    height: auto;
    }
body{
    font-size:15px;
    }
.site-header .header-image {
    width: 170px;
    height:auto;
   }
.gb-block-image img{
    max-width: 300px;
    height: auto;
}
}
