/*
 Theme Name:   BloggersNeed Child
 Theme URI:    https://bloggersneed.com
 Description:  BloggersNeed Child theme is specially designed for bloggersneeed.com
 Author:       Sanjeev
 Author URI:   https://sanjeevchoudhary.com
 Template:     generatepress
 Version:      0.1
*/

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('https://images.bloggersneed.com/m:0/a:https://bloggersneed.com/wp-content/themes/bn-child/fonts/open-sans-v43-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://images.bloggersneed.com/m:0/a:https://bloggersneed.com/wp-content/themes/bn-child/fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('https://images.bloggersneed.com/m:0/a:https://bloggersneed.com/wp-content/themes/bn-child/fonts/open-sans-v43-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('https://images.bloggersneed.com/m:0/a:https://bloggersneed.com/wp-content/themes/bn-child/fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('https://images.bloggersneed.com/m:0/a:https://bloggersneed.com/wp-content/themes/bn-child/fonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://images.bloggersneed.com/m:0/a:https://bloggersneed.com/wp-content/themes/bn-child/fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('https://images.bloggersneed.com/m:0/a:https://bloggersneed.com/wp-content/themes/bn-child/fonts/open-sans-v43-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Base body text */
body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; /* Regular weight */
}

/* Headings use preloaded weights */
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}


/*CSS Code for Mobile*/
@media only screen 
and (max-device-width: 600px){
 article, .post, .comments-area{
    width:100%;
}  
    
}

/*CSS Code for Last Update Date*/
.posted-on .updated {
display: inline-block;
}
.posted-on .updated + .entry-date {
display: none;
}
.posted-on .updated:before {
content: "Last Updated on:";
}


/*CSS Code to remove data and time from comments*/

.entry-meta.comment-metadata {
    display: none; }
    
/*CSS Code to adjust footer widget font size*/
.footer-widgets a{
    font-size: 15px;
}
.footer-widgets .widget {
    margin-bottom: 20px;
    font-size: 15px;
}

.rank-math-question { font-weight: bold; }

.widget-area .widget {
    padding: 0px;
}
