/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
}
@font-face {
    font-family: 'Google Sans';
    src: url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-Regular.woff2') format('woff2'),
        url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Google Sans';
    src: url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-Medium.woff2') format('woff2'),
        url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Google Sans';
    src: url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-Italic.woff2') format('woff2'),
        url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Google Sans';
    src: url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-BoldItalic.woff2') format('woff2'),
        url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Google Sans';
    src: url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-Bold.woff2') format('woff2'),
        url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Google Sans';
    src: url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-MediumItalic.woff2') format('woff2'),
        url('/blog/wp-content/themes/hello-elementor-child/fonts/GoogleSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
body,
body p,
body span,
body a,
body ul,
body li {
	font-family: "Google Sans", sans-serif !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
    font-family: "Poppins", sans-serif !important;
}
.blog_tabs_row {
  max-width: 80%;
  margin: 0 auto;
}
.blog_tabs_row ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.blog_tabs_row ul li.activeTab,
.blog_tabs_row ul li:hover {
  background: #5048E5 !important;
  border-color: #5048E5 !important;
  color: #fff !important;
}
.blog_tabs_row ul li {
  border: 1px solid #5048E5;
  padding: 10px 20px;
  min-width: 150px;
  text-align: center;
  margin: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.main_blog_data_row {
  max-width: 90%;
  margin: 0 auto 3.5rem;
}
.blog_dataBlock_row {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.blog_dataBlock_col {
  border: 1px solid #E4EDF1;
  border-radius: 10px;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  background: #fff;
}
.blog_embed_link {
  position: relative;
}
.blog_embed_link .blogImage {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px 10px 0px 0px;
}
.blog_title h4, 
.blog_title a h4 {
  display: flex;
  justify-content: center;
  min-height: 50px;
  padding: 10px 10px;
  font-size: 20px;
}
.blog_title h4, 
.blog_title a h4 {
  color: #192A56 !important;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
#custom_loadmore #load_more_button {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 2rem auto 0rem;
  background: #5048E5 !important;
  border: 1px solid #5048E5 !important;
  border-radius: 10px;
  color: #fff !important;
}
#post_dataBlock_row .loadingText,
#custom_loadmore .loadingText {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #192A56;
}
.main_singlePost_container {
  max-width: 980px;
  margin: 0 auto 7rem;
}
.singlePost_hed {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}
.blogMeta {
  margin-bottom: 2rem;
}
.blogMeta p {
  font-size: 20px;
  line-height: 30px;
}
.blogMetaTitleLink {
  color: #10163D !important;
  font-weight: 500;
}
.singlePost_hed h1 {
  font-size: 40px;
  font-weight: 600;
  color: #000 !important;
  line-height: 120%;
  margin-bottom: 5px !important;
  text-align: center;
}
.blogMetaExtra {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  justify-content: center;
}
.blogMetaExtra .postauthar, 
.blogMetaExtra .postDate {
  font-size: 17px;
  line-height: 30px;
}
.blogMetaExtra .postDate {
  margin-right: 20px;
}
.blogMetaExtra .postauthar .coomonextra, 
.blogMetaExtra .postDate .coomonextra {
  color: #000;
  font-weight: 500;
}
.blogMetaExtra .postauthar, 
.blogMetaExtra .postDate {
  font-size: 17px;
  line-height: 30px;
}
.singlePost_feratureImage {
  margin-bottom: 3rem;
}
.singlePost_feratureImage img {
  width: 100% !important;
  max-height: 500px;
  object-fit: cover;
}
.singlePost_content, 
.singlePost_content p, 
.singlePost_content a, 
.singlePost_content ul li {
  font-size: 18px !important;
  line-height: 32px;
  font-weight: 300;
}
.singlePost_content h3, 
.singlePost_content h3 span {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif !important;
}
.singlePost_content ul li {
  margin-bottom: 10px;
}
.singlePost_content h2 {
  font-size: 28px !important;
  font-weight: 600;
  margin-top: 2rem;
}
#site-header .site-branding {
  width: 100% !important;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
#site-header .site-branding .site-title a {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  border: 1px solid #5048E5;
  border-radius: 10px;
  display: inline-block;
  padding: 6px 20px;
}
@media only screen and (max-width: 980px){
	.blog_dataBlock_row {
	  grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 575px){
	.blog_dataBlock_row {
	  grid-template-columns: repeat(1, 1fr);
	}
}