/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      2.0.2
*/
.sidebar .widget .widget-title {
    color: #0033ff;
    text-align: center;
    background: #FFFA92;
    line-height:34px;
    margin-bottom: 6px;
    border-radius: 5px 5px 0 0;
}
.sidebar .widget .more{
    text-align: center;
}
/*Tithi menu style starts*/
a[title="tithi"] { 
    color: #db2128!important;
    font-weight: bold!important;
    background:#c7ebfb!important;
}
/*Tithi menu style ends*/
.site-logo {    
	float: left;    
	padding: 0 10px 0 0;
}
.main-navigation{
	padding: 4px 0 0 0;
}
.main-navigation .navigation-logo img {
	height: 56px;
}
.generate-sections-container h1{
    font-size: 36px;
    margin: 10px;
}
h2{    
	font-size: 24px;
}
.single .entry-content h2{
    color:#fc3400;
}
.single .entry-content :not( [class^="wp-block"]) h2,
.single .entry-content :not( [class^="wp-block"]) h3,
.single .entry-content :not( [class^="wp-block"]) h4,
.single .entry-content :not( [class^="wp-block"]) h5,
.single .entry-content > h2,
.single .entry-content > h3,
.single .entry-content > h4,
.single .entry-content > h5
{
	text-align:left;
	font-weight:bold;
	line-height: 1.5;
}
.single .entry-content :not( [class^="wp-block"]) h2 br,
.single .entry-content :not( [class^="wp-block"]) h3 br,
.single .entry-content :not( [class^="wp-block"]) h4 br,
.single .entry-content :not( [class^="wp-block"]) h5 br,
.single .entry-content > h2 br,
.single .entry-content > h3 br,
.single .entry-content > h4 br,
.single .entry-content > h5 br
{
	display: none;
}
.single .entry-content :not( [class^="wp-block"]) h6,
.single .entry-content > h6{
    font-weight:bold;
    text-align:left;
}
.entry-title{
	font-size:30px;
}
.archive .entry-title,
.blog .entry-title{
	font-size:24px;
}
.breadcrumbs{
margin:0 0 15px;
padding:10px;
background:#fff;
}
.entry-content p{
text-align:justify;
}
/* for full width page spacing */
.full-width-content.one-container .site-content, 
.full-width-content.separate-containers .inside-article{
	padding: 0 20px;
}
.archive .post-image img,
.blog .post-image img{
max-width:320px;
}
.archive .post-image,
.blog .post-image{
    margin-top: 0;
    margin-right: 15px;
    float: left;
    width: 320px;
    height: 240px;
    text-align: center;
    vertical-align: middle; 
    display: block;
    background: #efefef;
}
.archive .post-image img[width="125"],
.blog .post-image img[width="125"]{
margin:57px auto 0;
display: block;
}
.widget img.socialicons {
    margin-right: 10px;
    border-radius: 2px;
    opacity: 1;
}
#disqus_thread{
	padding:10px;
}
.wp-caption-text{
	text-align: center; 
	font-size:15px !important;
}
iframe{
	/*max-width:500px;*/
	max-height:100%;
	width:100%;
	display:block;
	margin: 0 auto;
}
.iframe-container .iframe{
	height:100%;
	max-height:100%;
}
#no-posts{
    line-height:50px;
}
.navigation-search{
    display:block;
}
/* css for menu open to left */
  .dropdown-hover .main-navigation ul .open-left ul {
    /*left: auto;
    right: 0;*/
 	left:-200px !important;
}
.dropdown-hover .main-navigation ul .open-left ul ul {
    left: auto;
    right: 100%;
}
.dropdown-hover .main-navigation .main-nav ul .open-left ul li.menu-item-has-children > a {
    padding-left: 0;
    padding-right: 20px;
}
.dropdown-hover .main-navigation ul .open-left ul .menu-item-has-children .dropdown-menu-toggle {
    float: left;
    padding-left: 20px;
    padding-right: 15px;
}
.dropdown-hover .main-navigation .open-left .children .dropdown-menu-toggle:before, 
.dropdown-hover .main-navigation .open-left .sub-menu .dropdown-menu-toggle:before {
    content: "\f104";
} 
/*Temporary disabled elements*/
.page .page-header-image{
display:none;
}
/*Temporary disabled elements*/
.generate-sections-container.two-column{
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.generate-sections-container.three-column{
    width: 33.3%;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.generate-sections-container.four-column{
    width: 25%;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.generate-sections-container.four-block figure{
width: 21%!important;
float: left;
clear: none;
padding: 10px;
margin: 0 12px 15px;
border: 1px solid #ccc;
border-radius: 5px;
min-height: 260px;
}
.landing-blocks{
	display: flex;
	flex-wrap: wrap;
}
/*related books css*/
/*.shop-book .book{
	float: left;
	display: inline-block;
	width:23%;
	margin: 1% 0 0 1%;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 10px;
	box-shadow: 1px 3px 5px #cccccc;
}
.shop-book a{
display: block;
width: 100%;
max-width: 100%;
float: left;
margin: 0;
text-align: center;
/*height: 316px;*/
/*overflow: hidden;
}
.shop-book img{
padding: 5px 0;
margin: 10px 0;
clear: none;
border: none;
}
.shop-book span{
    text-align: left;
    display: inline-block;
	padding: 0 5px;
}
.shop-book .book-title{
	color: #1e73be;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	padding: 0 0 0 20px;
	min-height: 70px;
}
.shop-book .book-price-sale{
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
    float: left;
    padding: 0 0 0 10px;
}
.shop-book .book-price{
	display: inline-block;
    float: left;
    padding: 0 0 0 10px;
}
.shop-book .book-price span{
	color: #000000;
	text-decoration: line-through;
	padding: 5px 0 0;
}
.shop-book .book-button{
	background: #ff6900;
    display: block;
    width: auto;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    clear: both;
    text-align: center;
	font-weight: bold;
	float: left;
    margin: 0 0 20px 85px;
}
.shop-book .book-button:hover{
	background: #ff0d00;
}
.related-book ul{
	padding-left: 185px;
	list-style-type: disc;
}
.related-book p{
	padding-right:10px;
}
.related-book h2{
	background:#FDEBDF!important;
	border-radius: 5px 5px 0 0;
	padding: 5px 10px;
	color: #db2128;
	margin:0;
	text-align:left;
}
.related-book .book-title{
	margin: 10px 0;
	padding:0;
	font-size: 18px;
}
.related-book .thumbnail{
	width: 150px;
	float: left;
	margin: 10px; 
}
/*.book{
    padding:5px;
    width:24%;
    float:left;
}
.book .generate-sections-inside-container{
    padding:0!important;
}*/
/*related links style*/
.related{
    clear:both;
    margin:10px 0;
}
.related h3 {
    background-color: #fffa92;
    color: #0033ff;
    font-weight: normal;
    padding: 5px 0 5px 5px;
    text-align:center;
    margin-top:10px;
    border-radius:4px;
}
.related ul{
	padding:0;
	margin:0;
           overflow:auto;
}
.related li{
	width: 48.5%!important;
	border-right:none!important;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	padding:5px;
	min-height:100px;
	font-size:14px;
	text-align:justify!important;
	display:block;
	float:left;
}
.related li a img{
	float:left;
	margin-right:10px;
	width:100px;
}
/*Landing Page via snippets*/
.site-footer{
    margin:15px 0 0;
}
.generate-sections-container{
    background:#ffffff;
    max-width:1280px;
    margin:0 auto;
}
.entry-content{
	padding:0!important;
}
.generate-sections-container .landing-block ul.landing-block-widgets li .thumbnail img{
	border: 1px solid #aaaaaa;
}
.generate-sections-container h2{
	background:#FDEBDF;
	border-radius: 5px 5px 0 0;
	padding:5px 10px;
	color:#DB2128;
	margin:0 0 15px;
	clear:both;
}
.generate-sections-container h3{
	margin:0;
	padding:0 10px;
	color:#DB2128;
}
.landing-block ul.landing-block-widgets{
	list-style:none;
	margin:0;
	padding:0;
}
.landing-block ul.landing-block-widgets li{
	width:47%;
	float:left;
	margin:15px 10px;
	min-height:165px;
}
.generate-sections-container .landing-block ul.landing-block-widgets li {
    margin: 0 0 15px;
    min-height: 140px;
}
.landing-block ul.landing-block-widgets li .thumbnail{
	display: block;
	float: left; 
	margin-right: 10px;
}
.landing-block ul.landing-block-widgets li .thumbnail img{
	max-width:125px;
}
.landing-block ul.landing-block-widgets li .entry-title{
	color: #003399;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
}
.landing-block ul.landing-block-widgets li .entry-title:hover{
	color: #33bee5;
	text-decoration: none;
}
.landing-block ul.landing-block-widgets li .entry-summary{
	float: left;
	width: 75%;
	margin:5px 0 0;
}
.restrictimg{
    pointer-events: none;
}
.blue_box{
    background-color: #E5F5F9;
    border: 1px solid #C5E6F9;
    padding: 10px 30px;
    box-shadow: 5px 5px 9px #888888;
    margin : 10px auto; 
}
table{
	border-collapse:collapse;
	/*border-top:1px solid #cccccc;*/
	/*border-left:1px solid #cccccc;*/
	/*border-right:1px solid #cccccc;*/
	line-height: 1.4em;
	width:100%;
	margin-bottom:1.5em;
	border:none;
	display:block;
	overflow-x: auto;
}
table th{
	background: #ffffcc;
	color: #FF6C00;
	font-weight: bold;
	font-size:16px;
	padding: 5px 10px;
	border:1px solid #cccccc;
	text-align:center;
}
table td{
	color: #444444;
	padding:5px 10px;
	vertical-align: top;
	/* border-bottom:1px solid #cccccc;
	border-top:none;
	border-left:1px solid #cccccc;
	border-right:none; */
	border:1px solid #cccccc;
}
table caption {
	color:#666;
	font:bold 120% Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top:3px;
	padding-bottom:8px;
}
.twitter-tweet{
	margin: 0 auto;
}
/* style for email petition */
.dk-speakup-petition-wrap{
	margin: 0 auto; 
}
a.dk-speakup-facebook span{
	display:block;
	margin: 0 auto; 
}
/* style for comments in frontend */
.comment-body {
    padding: 5px 0;
}
.comment-content {
    padding: 15px;
}
.comment .children{
margin-top: -5px;
}
/* Mediaelements */
.mejs-mediaelement,
.mejs-container .mejs-controls {
	/*background:#220e10;*/
	/* background: linear-gradient(#3366CC, #1A82F7) repeat scroll 0 0 !important; */
	background: #397CA3 repeat scroll 0 0 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	/* background: #ea9629 !important; */
	background: #FFD866 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #FFD866 !important;/*#595959*/
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0 !important;
}
body.page #page #primary.content-area{
max-width: 1280px;
margin: 0 auto;
background: #fff;
}
/*shop granth on landing page style */
/*.shopgranth a{
width:20%;
display:block;
float:left;
margin-bottom:10px;
}*/

/* Footer Style - 5 footers arranged as middle 3 take more space other that side ones */
.site-footer .footer-widgets-container .inside-footer-widgets{
display:flex;
	margin-left: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets > *:first-child,
.site-footer .footer-widgets-container .inside-footer-widgets > *:last-child {
  flex: 1; /* Side items take up 1/5th (20%) of the available space */
}
.site-footer .footer-widgets-container .inside-footer-widgets > *:nth-child(2),
.site-footer .footer-widgets-container .inside-footer-widgets > *:nth-child(3),
.site-footer .footer-widgets-container .inside-footer-widgets > *:nth-child(4) {
  flex: 3; /* Middle items take up 3/5ths (60%) of the available space */
}
.footer-widgets .widget-title{
	margin-bottom:10px;
}
/* Add icons to footer menu */
#menu-footer-menu li::before{
	content: "";
	background-size: 20px 20px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
#menu-footer-menu .explore-icon::before {
    background-image: url(https://www.sanatan.org/svg/explore.svg);
}
#menu-footer-menu .spiritual-icon::before {
     background-image: url(https://www.sanatan.org/svg/om.svg);
}
#menu-footer-menu .contact-icon::before {
     background-image: url(https://www.sanatan.org/svg/contact.svg);
}
#menu-footer-menu .shop-icon::before {
     background-image: url(https://www.sanatan.org/svg/shop.svg);
}
#menu-footer-menu .disclaimer-icon::before {
     background-image: url(https://www.sanatan.org/svg/info.svg);
}
	#menu-footer-menu .terms-icon::before {
     background-image: url(https://www.sanatan.org/svg/license.svg);
}
#menu-footer-menu li{
	display: flex;
	column-gap: 10px;
	align-items: center;
	padding-bottom: 10px;
}
@media (max-width: 768px){
/* for full width page spacing */
.full-width-content.one-container .site-content, 
.full-width-content.separate-containers .inside-article{
	padding: 0 10px;
}
.site-footer .footer-widgets-container .inside-footer-widgets{
	flex-direction:column;
}
.socialicons.whatsapp{
    display: inline-block;
}
.landing-block ul.landing-block-widgets li .entry-summary{
width:100%;
}
/* .shop-book a{
    max-width:49%;
    width:49%;
    margin: 0 0 20px;
}
.shop-book img {
    margin: 0 auto;
    text-align: center;
    display: block;
} */
}
@media (max-width: 640px){
.landing-block ul.landing-block-widgets li{
width:100%;
margin:15px 0;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.generate-sections-container.two-column{
    width: 99%;
    float: none;
}
.generate-sections-container.three-column{
    width: 99%;
    float: none;
}
.generate-sections-container.four-column{
    width: 99%;
    float: none;
}
.generate-sections-container.four-block figure{
width: 92%!important;
float: none;
clear: none;
margin: 0 0 15px;
text-align: center;
}
#dk-speakup-reader{
	width: 95% !important;
	left: 0px !important;
	top: 20px !important;
}
/* .shop-book .book{
	width:99%;
	margin:5% 0 0 1%;
}
.shop-book .book-button{
	margin: 0 0 20px 130px;
} */
}
@media (max-width: 540px){
.landing-block ul.landing-block-widgets li .entry-title {
    font-size: 18px;
}
.landing-block ul.landing-block-widgets li .entry-summary{
    width: 100%;
}
.related li{
	width: 96.5%!important;
}
.landing-block ul.landing-block-widgets li {
    width: 96%;
    float: left;
    margin: 15px 10px;
    min-height: 165px;
}
.dropdown-hover .main-navigation ul .open-left ul{
left: 0px!important;
}
/* .shop-book a{
max-width:99%;
width:99%;
float: none;
height: auto;
}
.shopgranth a{
width:100%;
} */
}
@media (max-width: 320px){
.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a{
    padding-left: 0px;
}
}