/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/
/* =========================
   Headings
   ========================= */
h1, h2, h3, h4, h5, h6 {
    color: black !important;
    line-height: 1.2;
}

html {
	overflow-x: hidden !important;
}

/* =========================
   sticky footer ads css
   ========================= */
.footer, .SH-Ads { position: fixed; bottom: 0px; left: 0;  padding: 5px 5px; width: 100% !important; box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1); -webkit-transition: all .1s ease-in; transition: all .1s ease-in; display: flex; align-items: center; justify-content: center; background-color: #fefefe; z-index: 20; } 
 
.SH-Ads-close { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 12px 0 0; position: absolute; right: 0; top: -30px; background-color: #fefefe; box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08); } 
 
.SH-Ads .SH-Ads-close svg { width: 22px; height: 22px; fill: #000; } 
 
.SH-Ads .SH-Ads-content { overflow: hidden; display: block; position: relative; height: auto; width: 100%; }
.wpmtst-testimonial-inner.testimonial-inner {
    background-color: #1e73be;
    clip-path: xywh(0 5px 100% 100% round 15% 0);
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content p {
    font-size: 18px;
} 

article.hfe-post-card .hfe-post-image img.attachment-full.size-full.wp-post-image {
    height: 200px;
    object-fit: fill;
}
/* .wp-singular.post-template-default.single.single-post  div#page div#content {
	width: 90%
    margin-left: auto !important;
} */
.sidebar, .site-sidebar, .right-sidebar {
  position: sticky;
  top: 90px;
  align-self: flex-start;
} 
.gp-custom-field-content{
  border-left: 5px solid #0b57d0;
  background: #f6f8ff;
  padding: 18px;
  border-radius: 14px;
  margin: 0 0 20px;
}

.gp-custom-field-content h2,
.gp-custom-field-content h3{
  margin-top: 0;
}

.gp-custom-field-content ul{
  margin: 10px 0 0 20px;
}
.gp-featured-image-first img{
  width:100%;
  height:auto;
  border-radius:14px;
  margin: 0 0 16px;
}

.gp-breadcrumbs{
  margin: 10px 0 18px;
  font-size: 14px;
  opacity: .85;
}
 

.gp-author-box{
  display:flex;
  gap:16px;
  border:1px solid #e6e6e6;
  border-radius:14px;
  padding:18px;
  margin-top:28px;
  background:#fff;
}
.gp-author-avatar img{
  width:72px;
  height:72px;
  border-radius:50%;
  object-fit:cover;
}
.gp-author-name{
  font-size:22px;
  font-weight:700;
  text-decoration:none;
}
.gp-author-bio{
  margin-top:8px;
  line-height:1.7;
  opacity:.9;
}
.ur-related-thumb img.attachment-thumbnail.size-thumbnail.wp-post-image {
    width: 100%;
}
 .ast-separate-container .site-content .ast-single-post-featured-section + article
 {
    margin-top: -25px;
}
.ur-author-card {
    display: flex;
    gap: 20px;
}
.ur-author-body {
    width: 90%;
}
.sidebar-main .widget { 
    width: 100%;
    background: #f8fafc;
    border-top: 5px solid #0b67a3;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05); 
}
aside#block-20 {
    padding-top: 0px !important;
}
a.author-btn-link {
    background: #000;
    color: #fff;
    text-decoration: none !important;
    padding: 3px 10px;
    border-radius: 54px;
}
a.ur-author-btn.author-mail-link {
    background: #000;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 7px;
}
section.ur-author-box, .ur-takeaways {
    width: 100%;
    background: #f8fafc !important;
    border-left: 5px solid #0b67a3 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    margin: 20px 0 !important;
    box-sizing: border-box !important;
    box-shadow: 0 0px 2px rgb(0 0 0) !important;
}
h3.ur-author-title {
    margin-top: 10px;
}


.ur-cards{display:grid;gap:18px}
.ur-cols-1{grid-template-columns:1fr}
.ur-cols-2{grid-template-columns:repeat(2,1fr)}
.ur-cols-3{grid-template-columns:repeat(3,1fr)}
.ur-cols-4{grid-template-columns:repeat(4,1fr)}

@media (max-width:1024px){.ur-cols-3,.ur-cols-4{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.ur-cols-2,.ur-cols-3,.ur-cols-4{grid-template-columns:1fr}}

.ur-card{
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.ur-thumb{display:block;position:relative}
.ur-thumb img{
  width:100%;
  height:230px;
  object-fit:fill;
  display:block;
}
.ur-thumb{display:block;position:relative}

.ur-badges{
  position:absolute;
  left:14px;
  bottom:14px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  max-width:calc(100% - 28px);
}

.ur-badge{
  background:rgba(0,0,0,.75);
  color:#fff;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
  white-space:nowrap;
}

.ur-content{padding:18px}
.ur-title{margin:0 0 10px;font-size:18px;line-height:1.25;text-decoration:none}
.ur-title a{text-decoration:none !important;}
.ur-meta{font-size:13px;opacity:.75;margin-bottom:12px}
.ur-excerpt{margin:0 0 16px;line-height:1.65}

.ur-btn{
  display:inline-block;
  text-decoration:none !important;
  font-weight:700;
  padding:10px 14px;
  border-radius:10px;
  border: 2px solid rgb(0 0 0);
    color: #000000;
}
.ur-btn:hover {
  display:inline-block;
  text-decoration:none !important;
  font-weight:700;
  padding:10px 14px;
  border-radius:10px;
  border: 2px solid rgb(0 0 0);
    color: #fff;
	background:#000;
}

@media (max-width: 768px) {
    .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
        padding: 15px !important;
    }
	h3.wpmtst-testimonial-heading.testimonial-heading {
    display: none;
}
	.strong-view.wpmtst-modern .wpmtst-testimonial-content p {
    font-size: 14px;
}
	.wpmtst-testimonial-inner.testimonial-inner {
    background-color: #1e73be;
    clip-path: xywh(0 5px 100% 100% round 3% 0);
}
.strong-view.controls-type-sides-outside {
    padding: 0 15px !important;
}
.strong-view.controls-type-sides-outside:not(.rtl) .wpmslider-prev {
        left: 0px !important;
}
.strong-view.controls-type-sides-outside:not(.rtl) .wpmslider-next {
 right: 0px !important;
}
section.ast-single-entry-banner {
    padding: 15px !important;
}
section.ast-single-entry-banner h1.entry-title {
    font-size: 22px !important;
}
section.ast-single-entry-banner .trail-items span span {font-size: 10px important;}
table {
    border-collapse: collapse !important;
    overflow-x: auto !important;
    width: 100% !important;
    display: block !important; 
}
th,
td {
white-space: nowrap !important;
}




}  
table {
    border-collapse: collapse !important;
    overflow-x: auto !important;
    width: 100% !important;
    display: block !important; 
}
th,
td {
white-space: nowrap !important;
}
.ur-sticky-wrap{ position: relative; }

#connect-with-us.is-fixed{
  position: fixed !important;
  z-index: 999;
}

#connect-with-us.is-stop{
  position: absolute !important;
  left: 0;
  width: 100%;
  z-index: 999;
}

.ur-inline-related{
  border:1px dashed #0b67a3;
  padding: 25px;
  border-radius:10px;
  margin:18px 0;
  background:#fff;
}

.ur-inline-label{
  color:#0b67a3;
  font-weight:700;
  display: inline;
    margin-top: -40px;
    position: absolute;
	background: #fff;
}

.ur-inline-item{
  display:flex;
  gap:12px;
  align-items:center;
  text-decoration:none !important;
}

.ur-inline-thumb{
  width:64px;
  height:64px;
  object-fit:cover;
  border-radius:6px;
}

.ur-inline-thumb-fallback{
  width:64px;
  height:64px;
  border-radius:6px;
  background:#eee;
  display:inline-block;
}

.ur-inline-title{
  font-size:20px;
  line-height:1.25;
  font-weight:700;
  color:#000;
}
.single.single-post h2 {
		font-size: 28px !important;
}
.ur-related-wrap{ margin: 30px 0;    background: #fff;    padding: 20px; }
.ur-related-heading{
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 0 18px;
}

.ur-related-grid{ display:grid; gap:24px; }
.ur-related-cols-1{ grid-template-columns:1fr; }
.ur-related-cols-2{ grid-template-columns:repeat(2,1fr); }
.ur-related-cols-3{ grid-template-columns:repeat(3,1fr); }
.ur-related-cols-4{ grid-template-columns:repeat(4,1fr); }

@media (max-width:1024px){
  .ur-related-cols-3,.ur-related-cols-4{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px){
  .ur-related-cols-2,.ur-related-cols-3,.ur-related-cols-4{ grid-template-columns:1fr; }
}

.ur-related-card{ background:#fff;padding: 15px; border-radius: 10px; box-shadow: 0 0px 2px rgb(0 0 0) !important; }
.ur-related-thumb.bottom img{
  width:100%;
  height:150px;
  object-fit:fill;
  display:block;
}
.ur-related-thumb-fallback{ height:150px; background:#eee; }

.ur-related-title{
  font-size:14px;
  font-weight:700;
  margin:14px 0 10px;
  line-height:1.35;
}
.ur-related-title a{ text-decoration:none; }

.ur-related-excerpt{
  font-size:13px;
  line-height:1.6;
  opacity:.85;
  margin-bottom:14px;
}

.ur-related-btn{
  display:inline-block;
  padding:10px 16px;
  border:1px solid rgba(0,0,0,.35);
  border-radius:4px;
  text-decoration:none;
  font-size:13px;
}