/*
Theme Name: Olsen Light Child Theme
Theme URI: https://www.example.com/olsen-light-child/
Description: Child theme for Olsen Light
Author: Your Name
Author URI: https://www.example.com/
Template: olsen-light
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: olsen-light-child
Domain Path: /languages
*/
@font-face {
    font-family: 'Palatino Linotype';
    src: url('fonts/palatino-linotype.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mvboli';
    src: url('fonts/mvboli.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body,h1,h2,h3,h4,h5,h6,p,span,div {
    font-family: 'Palatino Linotype', serif ;
}
h1.entry-title {
    font-size: 34px;
    font-weight: 700;
}
/* this post dyaneshwari tittle*/
h2.entry-title {
    font-size: 34px;
    font-weight: 700;
	margin-top: 0px;
}
body{
	font-size: 19px;
	font-weight: 400;
	line-height: 1.7;
}
h3 {
	font-size: 22px;
	font-weight: 700;
}
.weekly_tips {
	font-size: 1.5em;
    font-weight: 700;
} 
.btn-join p input {
	width:100% !important;
}
.site-logo a {
 font-family: 'mvboli', serif;
    font-size: 35px;
    font-weight: 700;
}
.wp-block-column :last-child {
    margin-left: -2px;
}
.entry-content > [class^="wp-block-"], .entry > [class^="wp-block-"], .wp-block-column > [class^="wp-block-"] {
	margin-bottom: 0px !important;
}
.single .entry-utils,
.page .entry-utils {
	display: none;
}
.site-logo p {
	display: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
	margin-bottom:10px;
}
.entry-content a {
  border-bottom: solid 2px #111;
  background-color: transparent;
}
#masthead .site-logo {
    padding: 10px;
}
#masthead .site-logo a {
    font-family: 'mvboli', serif;
    font-size: 35px;
    font-weight: 700;
}
/* email of newsletter form*/
.tnp-subscription{
	max-width: 100% !important;
	}
.tnp-subscription input::placeholder {
	color: #000;
	font-weight: 400;
	}
/* subscribe button of newsletter form*/
.tnp-subscription input.tnp-submit { 
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	width: 100% !important;
}
.tnp-subscription input[type=text], .tnp-subscription input[type=email] {
	font-size: 15px;
	border: 1px solid #e3e3e3 !important;
	background-color: #ffff !important;
	margin-bottom: 15px !important;
	height: 50% !important;
	letter-spacing: 2px;
}
.wp-block-button__link {
    color: #32373c;
}
.footer-widget-area {
  padding-top: 0px;
}
#footer .socials {
    display: none;
}
/* this real more button on home page padding */
.dnyaneshwari_col {
	padding-bottom: 20px !important;
}
.lock_icon {
	font-size: 13px;
	margin-bottom: 20px;
}
/* This is post post page category, date and comment hiden */
.entry-category:last-child,
.entry-categories a:last-child {
	display: none;
}
.entry-comments-no {
	display: none;
}
.entry-date {
	display: none;
}
@media (max-width:575px) {
	#footer .site-logo h3 a{
		font-size: 26px;
	}
}
@media (max-width:767px) {
	.input-div{
		display: flex !important;
		flex-direction: column;
	}
	.newsletter_form .tnp-field-button{
		margin-left: 0px !important;
		margin-top: 10px;
	}
	.tnp-subscription input[type=text], .tnp-subscription input[type=email] {
		margin-bottom: 10px !important;
	}
	 .tnp-email{
		margin-right: 10px !important;
	}
}

.input-div {
	display: flex;
}
#masthead .socials {
	display: flex;
	flex-direction: row-reverse;
}
.newsletter_form .tnp-field-button {
	margin-left: 15px;
}
.wp-block-column .wp-block-post-date {
	color: inherit;
	opacity: .7;
}
#block-26 .wp-block-heading {
	color: #737373;
}
#block-28 .wp-block-heading {
	color: #737373;
}
.input-dot{
		letter-spacing: 30px;
}