/**
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
*/
.ast-container, .ast-container-fluid {
  padding: 30px;
}
#primary, #secondary {
  margin: 0px !important;
}
.hideContect {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.hideContect.active {
  max-height: fit-content;
  margin-bottom: 20px;
}


/*-Header-*/
header .ast-container {
	padding-top:0px !important;
	padding-bottom:0px !important;
}
header .ast-header-search .ast-search-menu-icon.ast-dropdown-active {
  position: unset;
}
header .ast-header-search .slide-search .search-field {
  width: 100% !important;
  height: 100%;
  background-color: transparent;
  color: var(--wp--preset--color--ast-global-color-0);
  font-size: 1.6em;
  box-shadow: none;
  border:none;
}
header .ast-header-search .slide-search.ast-dropdown-active .search-field {
  background-color: var(--wp--preset--color--ast-global-color-6);
  padding: 12px 30px;
}
header .ast-header-search .ast-search-menu-icon.slide-search .search-form label {
  width: 100%;
  height: 100%;
}
header .ast-header-search .ast-search-menu-icon.slide-search .search-form {
  right: 0em;
  width: 100%;
  left: 0em;
  height: 100%;
  border: none;
  transition: inherit;
  background: transparent !important;
}
header .ast-header-search .search-field::placeholder, header .ast-header-search .ast-dropdown-active .ast-icon {
  color: var(--ast-global-color-0);
}
header .ast-header-search .ast-search-menu-icon.slide-search .search-form .ast-live-search-results {
  margin-top: -10px;
  border-radius: 0px;
}
header .main-header-bar .main-header-bar-navigation .sub-menu {
  background-color: var(--wp--preset--color--ast-global-color-0);
}
header .main-header-bar .main-header-bar-navigation .sub-menu .menu-link {
  padding: 0.6em 1em;
  font-size: 14px;
}
header .main-header-bar .main-header-bar-navigation .menu-item > .menu-link::before {
  color: var(--ast-global-color-8);
}
header .main-header-bar .main-header-bar-navigation .menu-item.current_page_item > .menu-link::before, 
header .main-header-bar .main-header-bar-navigation .menu-item.current-page-parent > .menu-link::before, 
header .main-header-bar .main-header-bar-navigation .menu-item.current_page_ancestor > .menu-link::before {
  width: calc(100% - 1.2em);
  background-color: currentColor;
  transform: scale(1,1) translate(50%,0);
}
header.site-header .ast-site-identity {
  padding:0em;
}
header.site-header {
    position: sticky;
	top: 0;
	width: 100%;
	z-index: 9999;
	transition: all 0.4s ease;
}
header.site-header .main-header-bar {
  padding: 5px 0em;
  transition: all 0.4s ease;
}
header.site-header.sticky-active .main-header-bar {
  padding: 0px 0em;
}
header.site-header.sticky-active .ast-primary-header-bar .main-header-menu > .menu-item .menu-link {
  font-size: 15px;
}
/*-Footer-*/
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav {
  text-align: center;
}
footer a {
  color: var(--ast-global-color-5);
}
.wp-block-latest-posts__list.wp-block-latest-posts {
  padding: 0px;
  line-height: normal;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li {
	display: inherit !important;
	margin-bottom:8px;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li:last-child {
	margin-bottom:0px;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li a {
  text-transform: uppercase;
  font-size: 14px;
  display: inherit !important;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li:first-child a {
  font-size: 22px;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section {
  height: 100%;
  border-right: 1px solid var(--ast-global-color-0);
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section:last-child {
  border-right: none;
}
footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-footer-copyright p {
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*-Post Grid-*/
.wp-block-latest-posts li {
    padding: 10px;
    background-color: var(--wp--preset--color--ast-global-color-5);
    border-radius: 6px;
	border: 1px solid var(--ast-global-color-4);
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  border-radius: 6px;
  overflow: hidden;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 25px;
  line-height: 1.2em;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  font-size: 12px;
  margin-bottom: 0;
}
/*-Cover Block-*/
.coverBlock .wp-block-cover__inner-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.coverBlock .wp-block-heading {
	border-bottom: 3px solid;
    border-image: linear-gradient(to right, #1abc9c, #F39C12);
    border-image-slice: 1;
    padding-bottom: 10px;
}
/*-Global Css-*/
.titleBlock .wp-block-separator {
  margin-left: 0px !important;
}
.sr-only {
    display: none;
}
/*-Single Post-*/
.single .primary .ast-single-post-featured-section {
  margin: 0px;
}
.single .primary article {
  margin-top: 0 !important;
  border-radius: 0px !important;
}
.single .primary article .ast-breadcrumbs-wrapper {
  padding: 1em;
  background-color: var(--ast-global-color-4);
}
.single .post-navigation {
  margin: 2em 0 0;
  padding: 1em 2.5em !important;
  background-color: var(--wp--preset--color--ast-global-color-5) !important;
}
.single .post-navigation .nav-links > div {
  display: flex;
}
.single .post-navigation a {
    max-width: 100%;
}
.single .post-navigation a p {
  font-size: 14px;
}
.single .comments-area {
  padding-bottom: 0em !important;
}
.single .entry-content .rank-math-list {
    display: flex;
    flex-direction: column;
    gap: 1.2em;
	margin-top: 1.6em;
}
.single .entry-content .rank-math-list .rank-math-list-item {
    padding: 0em 1em;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.single .entry-content .rank-math-list .rank-math-list-item .rank-math-question {
    margin: 1.2em 0em !important;
    line-height: 1em;
	font-weight: 500;
	color: #2c3e50;
	cursor: pointer;
	position: relative;
	padding-right: 25px;
	transition: color 0.3s ease;
}
.single .entry-content .rank-math-list .rank-math-list-item .rank-math-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: var(--ast-global-color-1);
  transition: transform 0.3s ease;
}
.single .entry-content .rank-math-list .rank-math-list-item .rank-math-answer {
  margin-top: 10px;
  display: none;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.single .entry-content .rank-math-list .rank-math-list-item.open .rank-math-answer {
  display: block;
}
.single .entry-content .rank-math-list .rank-math-list-item.open .rank-math-question::after {
  content: '–';
  transform: rotate(180deg);
  color: var(--ast-global-color-1);
}
.single .entry-content .rank-math-list .rank-math-list-item .rank-math-question:hover {
  color: #2980b9;
}
.single .entry-content .wp-block-image figcaption.wp-element-caption {
    font-size: 10px;
}
.single .entry-content .wp-block-image img {
    aspect-ratio: 16 / 8 !important;
}
.ast-related-posts-wrapper .ast-related-post {
  padding: 10px;
  background-color: var(--wp--preset--color--ast-global-color-4);
  border-radius: 6px;
}
.ast-related-posts-wrapper .ast-related-post .ast-related-post-content .ast-related-post-excerpt {
  margin-bottom: 0px;
}
.ast-related-posts-wrapper .ast-related-post .ast-related-post-content .ast-related-post-cta {
  display: none;
}
.comments-area .ast-comment-formwrap input[type="text"], .comments-area .comment-textarea textarea {
  border: 1px solid #ddd;
  border-radius: 8px !important;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
  height: 46px;
}
.comments-area .comment-textarea textarea {
  height: 100px;
  margin: 0px !important;
}
/*-Sidebbar-*/
#secondary .sidebar-main {
  height: 100%;
}
#secondary .sidebar-main .wp-block-search__label {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: 'Poppins',sans-serif;
  line-height: 1.3em;
  color: var(--ast-global-color-2);
  margin-bottom: 0.7em;
  display: block;
}
#secondary .sidebar-main aside:first-child {
  position: sticky;
  top: 60px;
  margin-top: 0;
  background-color: var(--wp--preset--color--ast-global-color-5) !important;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.archive  #secondary .sidebar-main aside:first-child {
  display: none;
}
#secondary .sidebar-main ol.wp-block-list {
  list-style: decimal inside;
  border-left: 1px solid var(--ast-global-color-0);
  padding-left: 15px;
}
#secondary .sidebar-main ol.wp-block-list li {
  margin-bottom: 0.60em;
  position: relative;
}
#secondary .sidebar-main ol.wp-block-list li.active {
  font-weight: 600;
}
#secondary .sidebar-main ol.wp-block-list li.active::after {
  content: '';
  position: absolute;
  top: 2px;
  left: -15px;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid var(--ast-global-color-0);
}

.recentPost.wp-block-latest-posts li {
  overflow: hidden;
}
.recentPost.wp-block-latest-posts li:last-child {
  margin-bottom: 0px !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin-bottom: 0;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  height: 100vh;
  object-fit: cover;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 20px;
  line-height: normal;
  margin: 0;
  display: block;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__read-more {
  display: none;
}


/*-Home Css-*/
.wp-block-gallery .wp-block-image {
	position: absolute;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.wp-block-gallery .wp-block-image.active {
	opacity: 1;
}
.wp-block-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.45;
}
.wp-block-gallery .wp-block-image {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
/*--Collection Page--*/
#secondary, #primary {
  margin:0px !important;
}
.catSec ul.wp-block-categories-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0;
    padding: 0;
    gap: 20px;
    list-style: none;
}
.catSec ul.wp-block-categories-list li.cat-item a {
  border: 1px solid #ccc;
  padding: 1em;
  text-align: center;
  display: flex;
  font-size: 22px;
  text-decoration: none;
  background-color: #27a19c;
  color: #fff;
  min-height: 120px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.catSec ul.wp-block-categories-list li.cat-item a:hover {
  background-color: #16a085;
}
/*--Custom social share buttons--*/
.custom-social-share {
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid var(--ast-global-color-4);
}
.custom-social-share .social-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
    border-radius: 5px;
    transition: background 0.3s;
}
.custom-social-share .social-btn i {
    font-size: 16px;
}
.facebook { background: #3b5998; }
.twitter { background: #1da1f2; }
.whatsapp { background: #25d366; }
.linkedin { background: #0077b5; }
.facebook:hover { background: #2d4373; }
.twitter:hover { background: #0d8bf0; }
.whatsapp:hover { background: #1ebe5d; }
.linkedin:hover { background: #005582; }
/*-Archive Page-*/
.archive #primary .ast-archive-description, .archive #secondary .sidebar-main .widget_search {
  min-height: 158px;
}
.archive #primary .site-main {
  padding: 2em;
  background-color: var(--ast-global-color-5);
}
.archive #primary article .ast-article-inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.archive #secondary .wp-block-search .wp-block-search__button {
    padding: 0px;
    font-size: 0px;
    width: 46px;
    background-image: url(https://www.tripperquest.com/wp-content/uploads/2025/05/search-icon.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
/*Contact Css*/
.contactDetails ul.wp-block-social-links {
    padding-left: 0px !important;
}
.contactDetails .wpforms-container {
    margin: 0px !important;
}
.contactDetails .wpforms-container .wpforms-field {
    padding: 10px 0;
}
.contactDetails .wpforms-container button {
    border-color: var(--ast-global-color-1) !important;
    background-color: var(--ast-global-color-1) !important;
}
@media (max-width: 1600px) {
.ast-single-entry-banner {
  min-height: 450px !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 15px;
}   
#secondary .widget {
  padding: 1.4em !important;
}
.recentPost.wp-block-latest-posts li {
  padding: 8px;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  max-width: 130px !important;
  max-height: 100px !important;
}
}
@media (max-width: 1440px) {
.ast-single-entry-banner {
  min-height: 400px !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 14px;
}    
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  max-width: 120px !important;
}
.archive #primary article .ast-article-inner {
    padding: 1.2em !important;
}
.archive #primary article .ast-article-inner h2.entry-title {
    font-size: 18px !important;
    line-height: 1.2em !important;
}
}
@media (max-width: 1366px) {
.ast-single-entry-banner {
  min-height: 350px !important;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li:first-child a {
  font-size: 21px;
}    
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li a {
  font-size: 15px;
}
	
#secondary .widget {
  padding: 1.2em !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  max-width: 110px !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 14px;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 16px;
}
.coverBlock h3 {
    font-size: 34px !important;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 23px;
}
.catSec ul.wp-block-categories-list li.cat-item a {
  padding: 0.8em;
  font-size: 20px;
  min-height: 100px;
}
.archive #primary .ast-archive-description, .archive #secondary .sidebar-main .widget_search {
    min-height: 135px;
}
.archive #primary article .ast-article-inner {
    padding: 1em !important;
}
.archive #primary article .ast-article-inner .ast-excerpt-container {
    font-size: 15px;
}
.archive #primary article .ast-article-inner .post-content>.read-more {
    margin-top: 1.2em;
}
}
@media (max-width: 1280px) {
#secondary .widget {
  padding: 1em !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  max-width: 100px !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 13px;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  font-size: 11px;
}
.single .primary article {
  padding: 2.2em !important;
}
.single .post-navigation {
  padding: 1em 2.2em !important;
}
.single .ast-single-related-posts-container {
  padding-top: 2.2em;
  padding-bottom: 2.2em;
  padding-left: 2.2em;
  padding-right: 2.2em;
}
.single .comments-area .comment-respond {
  padding: 2.2em !important;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 15px;
}
}
@media (max-width: 1200px) {
.ast-single-entry-banner {
    min-height: 300px !important;
}
header .main-navigation .main-header-menu > .menu-item > .menu-link {
  font-size: 15px;
  padding: 0px 0.8em;
}    

.recentPost.wp-block-latest-posts li {
  padding: 6px;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin-right: 0.5em;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  max-width: 90px !important;
  max-height: 90px !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  font-size: 10px;
  margin-top: 8px;
}
.wp-block-categories-list {
  font-size: 15px !important;
}
.topCategorySec {
  margin-top: var(--wp--preset--spacing--60) !important;
  margin-bottom: var(--wp--preset--spacing--60) !important;
}
.Introduction {
  margin-bottom: var(--wp--preset--spacing--60) !important;
}
.postGridBoxes {
  padding-top: var(--wp--preset--spacing--60) !important;
  padding-right: var(--wp--preset--spacing--40) !important;
  padding-bottom: var(--wp--preset--spacing--60) !important;
  padding-left: var(--wp--preset--spacing--40) !important;
}
.postImageBoxes {
  padding-top: var(--wp--preset--spacing--60) !important;
  padding-right: var(--wp--preset--spacing--40) !important;
  padding-bottom: var(--wp--preset--spacing--60) !important;
  padding-left: var(--wp--preset--spacing--40) !important;
  margin-top: var(--wp--preset--spacing--60) !important;
  margin-bottom: var(--wp--preset--spacing--60) !important;
}
.galleryFull {
  padding-top: var(--wp--preset--spacing--40) !important;
  padding-right: var(--wp--preset--spacing--40) !important;
  padding-bottom: var(--wp--preset--spacing--40) !important;
  padding-left: var(--wp--preset--spacing--40) !important;
}
.single .primary article {
  padding: 2em !important;
}
.single .post-navigation {
  padding: 1em 2em !important;
}
.single .ast-single-related-posts-container {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
}
.single .ast-related-posts-title-section {
  padding-bottom: 15px;
}
.single .ast-related-posts-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.single .ast-related-posts-wrapper .ast-related-post {
  padding: 6px !important;
}
.single .comments-area .comment-respond {
  padding: 2em !important;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 14px;
}
.coverBlock h3 {
    font-size: 30px !important;
}
.coverBlock a.wp-block-button__link {
    padding: 12px 18px;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 21px;
  line-height: 1.1em;
}
.postImageBoxes h2 {
  font-size: 35px !important;
}
.catSec ul.wp-block-categories-list li.cat-item a {
  padding: 0.6em;
  font-size: 18px;
  min-height: 90px;
}
.archive #primary .site-main .ast-row {
    margin-left: -0.5em !important;
    margin-right: -0.5em !important;
}
.archive #primary .site-main {
    padding: 1em !important;
}
.archive #primary .site-main .ast-article-post {
	width: 50% !important;
	margin-bottom: 1em !important;
	padding: 0 0.5em 0 !important;
}
.archive #primary .ast-archive-description, .archive #secondary .sidebar-main .widget_search {
    min-height: 106px;
}
.archive #primary .ast-archive-description {
	margin-bottom: 1em;
	padding: 1em;
}
.archive #secondary .sidebar-main .wp-block-search__label {
    font-size: 1.4rem;
	line-height: 1em;
    margin-bottom: 0.5em;
}
 #secondary .widget {
    padding: 1em 0.6em !important;
    margin-bottom: 1em !important;
}
.archive #secondary .wp-block-group h2 {
	font-size: 1.4rem;
	line-height: 1em;
}
}
@media (max-width: 1024px) {
header .main-navigation .main-header-menu > .menu-item > .menu-link {
    font-size: 14px;
    padding: 0px 0.6em;
}    
header.site-header.sticky .ast-primary-header-bar .main-header-menu > .menu-item .menu-link {
    font-size: 14px;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li:first-child a {
  font-size: 20px;
}    
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li a {
  font-size: 14px;
}

.ast-single-entry-banner {
  min-height: 260px !important;
}
.recentPost.wp-block-latest-posts li {
  padding: 4px;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  max-width: 90px !important;
  max-height: 90px !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
    font-size: 12px;
}
.single .primary article {
  padding: 1.8em !important;
}
.single .post-navigation {
  padding: 1em 1.8em !important;
}
.single .ast-single-related-posts-container {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  padding-left: 1.8em;
  padding-right: 1.8em;
}
.single .comments-area .comment-respond {
  padding: 1.8em !important;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 13px;
}
.coverBlock h3 {
    font-size: 22px !important;
}
.coverBlock a.wp-block-button__link {
  padding: 10px 16px;
  font-size: 12px !important;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 20px;
}
.postImageBoxes h2 {
  font-size: 30px !important;
}
.catSec ul.wp-block-categories-list li.cat-item a {
    padding: 0.5em;
    font-size: 17px;
    min-height: 80px;
}
}
@media (max-width: 992px) {
.ast-container, .ast-container-fluid {
  padding: 25px;
}
header .ast-header-search .slide-search.ast-dropdown-active .search-field {
  padding: 12px 20px;
  font-size: 16px;
}
.ast-search-menu-icon .ast-search-icon .ast-icon.icon-search {
  display: inherit;
}
.ast-search-menu-icon .ast-search-icon .ast-icon.icon-search svg {
  height: 1em;
  width: 1em;
  margin-top: 0;
  margin-right: 0;
}
.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  max-width: 300px;
}
.ast-mobile-popup-drawer .ast-mobile-popup-inner .ast-mobile-popup-header {
  min-height: calc( 1.2em + 52px);
  background-color: var(--ast-global-color-0);
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-header .menu-toggle-close:focus {
  border: none !important;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-header .menu-toggle-close {
    line-height: 0;
    display: flex;
    align-items: center;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-header .menu-toggle-close svg.ast-close-svg {
  width: 22px;
  height: 22px;
}
.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
	padding: 0;
	border: 1px solid var(--ast-global-color-0);
	height: 28px;
	width: 28px;
	border-radius: 28px;
	top: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	right: calc( 26px - 0.907em);
}
.ast-header-break-point .ast-icon.icon-arrow svg {
  height: .95em;
  width: .95em;
  margin: 0px;
}
.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle > .ast-icon.icon-arrow {
  display: inherit;
}
footer .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
  margin-bottom: 0;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li:first-child a {
  font-size: 18px;
  margin-bottom: 10px;
}
footer .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
  margin-bottom: 0px;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li a {
  font-size: 12px;
}
#primary {
  padding: 0px !important;
}
#secondary {
  padding-left: 1em !important;
}
.single .primary article {
  padding: 1.5em;
}
.archive #primary .ast-archive-description, .archive #secondary .sidebar-main .widget_search {
  min-height: inherit;
}
.site-content section.ast-archive-description {
  margin-bottom: 1em;
}
}
@media (max-width: 921px) {
#secondary .sidebar-main aside:first-child {
  display: none;
}
#secondary {
  padding-left: 0em !important;
  margin-top: 2em !important;
  padding-bottom: 0px !important;
}
#secondary .widget {
  padding: 1.6em 1.4em !important;
  margin-bottom: 1em !important;
}
#secondary .widget:last-child {
  margin-bottom: 0px !important;
}
.recentPost.wp-block-latest-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.recentPost.wp-block-latest-posts li {
  margin: 0 !important;
  padding: 8px;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  max-width: 140px !important;
  max-height: 90px !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 16px;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  font-size: 12px;
  margin-top: 6px;
}
.wp-block-categories-list {
  font-size: 14px !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.8em;
}
.wp-block-categories-list li {
  margin: 0px !important;
}
.wp-block-categories-list li a {
  border: 1px solid var(--ast-global-color-4);
  padding: 8px 10px;
  border-radius: 6px;
  display: block;
}
.single .primary article {
  padding: 1.4em !important;
}
.single .post-navigation {
  padding: 1em 1.4em !important;
}
.single .ast-single-related-posts-container {
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  padding-left: 1.4em;
  padding-right: 1.4em;
}
.single .comments-area .comment-respond {
  padding: 1.4em !important;
}
.postGridBoxes .recentPost.wp-block-latest-posts li {
  margin-bottom: 1em !important;
}
.postGridBoxes .recentPost.wp-block-latest-posts {
  display: block;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin-right: 0;
  margin-bottom: 0.6em;
width: 100%;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image a {
  width: 100%;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
    max-width: 100% !important;
    max-height: 100vh !important;
    height: 100px !important;
    width: 100%;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 16px;
}
}
@media (max-width: 920px) {
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
	grid-template-columns: repeat( 3,1fr );
}    
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section:nth-child(3) {
	border-right:none;	
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section:last-child {
	border-right: 1px solid var(--ast-global-color-0);	
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section:nth-child(-n+3) {
    border-bottom: 1px solid var(--ast-global-color-0);
    padding-bottom: 15px;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section:nth-last-child(-n+2) {
    padding-top: 20px;
}
	
.ast-single-entry-banner {
  min-height: 220px !important;
}
.topCategorySec {
  margin-top: var(--wp--preset--spacing--50) !important;
  margin-bottom: var(--wp--preset--spacing--50) !important;
}
.Introduction {
  margin-bottom: var(--wp--preset--spacing--50) !important;
}
.postImageBoxes {
  margin-top: var(--wp--preset--spacing--50) !important;
  margin-bottom: var(--wp--preset--spacing--50) !important;
}
.coverBlock h3 {
  font-size: 18px !important;
  margin-bottom: 15px;
}
.coverBlock a.wp-block-button__link {
  padding: 9px 14px;
  font-size: 10px !important;
  letter-spacing: 1px !important;
}
.catSec ul.wp-block-categories-list {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
}
@media (max-width: 781px) {
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li a {
  font-size: 13px;
}
.ast-single-entry-banner {
    min-height: 200px !important;
}
.topCategorySec .wp-block-columns .wp-block-column {
  flex-basis: 22% !important;
} 
	
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin-right: 0em;
  float: unset;
  margin-bottom: 6px;
  display: block;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image a {
    display: block;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  max-width: 100% !important;
  max-height: inherit !important;
  height: 160px !important;
  width:100%;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
    font-size: 18px;
}
.wp-block-categories-list {
  font-size: 15px !important;
  grid-template-columns: 1fr 1fr;
}
.postGridBoxes .recentPost.wp-block-latest-posts {
  display: grid;
}
.postGridBoxes .recentPost.wp-block-latest-posts li {
  margin-bottom: 0em !important;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 17px;
}
.coverBlock h3 {
    font-size: 32px !important;
}
.coverBlock a.wp-block-button__link {
  padding: 14px 22px;
  font-size: 12px !important;
  letter-spacing: 2px !important;
}
.postImageBoxes h2 {
  font-size: 28px !important;
}
.catSec ul.wp-block-categories-list {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.single .entry-content .rank-math-list .rank-math-list-item .rank-math-question {
    font-size: 18px;
}
}
@media (max-width: 599.98px) {
.wp-block-latest-posts.is-grid li {
  margin: 0 0em 1.25em 0;
}	
}
@media (max-width: 544px) {
.ast-container, .ast-container-fluid {
    padding: 20px !important;
}
:root :where(.is-layout-flex) {
    gap: 1em;
}
:root :where(.is-layout-constrained) > * {
    margin-block-start: 1em;
}
.wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
}
.ast-mobile-popup-drawer .ast-mobile-popup-inner .ast-mobile-popup-header {
   min-height: calc( 1.2em + 43px);
}
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
  padding: .4em;
}
footer .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section,
footer .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
	margin-bottom: 0px;
} 
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    grid-template-columns: repeat( 1,1fr );
	gap: 16px;
}   
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section {
    border-bottom: 1px solid var(--ast-global-color-0) !important;
	border-right: none !important;
    padding-top: 0px !important;
    margin-top: 16px;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section:nth-child(-n+3) {
    padding-bottom: 0px;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section:last-child {
  border-bottom: none !important;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] nav ul li a {
  font-size: 12px;
}	
footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-footer-copyright {
    font-size: 12px;
}
	
.ast-single-entry-banner {
  min-height: 180px !important;
}	
	
.recentPost.wp-block-latest-posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8em;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin-right: 0.6em;
  float: left;
  margin-bottom: 0;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  max-width: 100px !important;
  max-height: 100px !important;
  height: 100vh !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
    font-size: 16px;
}
	
.wp-block-categories-list {
  font-size: 14px !important;
  display: flex;
  gap: 0.6em;
  flex-wrap: wrap;
}
	
.topCategorySec {
  margin-top: var(--wp--preset--spacing--40) !important;
  margin-bottom: var(--wp--preset--spacing--40) !important;
}
.Introduction {
  margin-bottom: var(--wp--preset--spacing--40) !important;
}
.postImageBoxes {
  margin-top: var(--wp--preset--spacing--40) !important;
  margin-bottom: var(--wp--preset--spacing--40) !important;
  padding-top: var(--wp--preset--spacing--50) !important;
  padding-right: var(--wp--preset--spacing--30) !important;
  padding-bottom: var(--wp--preset--spacing--50) !important;
  padding-left: var(--wp--preset--spacing--30) !important;
}
.postGridBoxes {
  padding-top: var(--wp--preset--spacing--50) !important;
  padding-right: var(--wp--preset--spacing--30) !important;
  padding-bottom: var(--wp--preset--spacing--50) !important;
  padding-left: var(--wp--preset--spacing--30) !important;
}
.galleryFull {
  padding-top: var(--wp--preset--spacing--30) !important;
  padding-right: var(--wp--preset--spacing--30) !important;
  padding-bottom: var(--wp--preset--spacing--30) !important;
  padding-left: var(--wp--preset--spacing--30) !important;
}
.single .primary article {
  padding: 1.4em 1em !important;
}
.single .primary header.entry-header h1.entry-title {
    font-size: 26px !important;
}
.single .primary h2.wp-block-heading {
    font-size: 24px;
}
.single .post-navigation .nav-links {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.single .ast-single-related-posts-container {
  padding-bottom: 1em;
  padding-left: 1em;
}
.single .comments-area .comment-respond {
  padding: 1.4em 1em !important;
}
#secondary .widget {
  padding: 1.6em 1em !important;
}
.single .post-navigation {
  padding: 1em 1em !important;
}
.postGridBoxes .recentPost.wp-block-latest-posts {
  display: block;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin-right: 0.6em;
  margin-bottom: 0em;
  width: inherit;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  max-width: 150px !important;
  height: 90px !important;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 16px;
}
.coverBlock h3 {
    font-size: 26px !important;
}
.coverBlock a.wp-block-button__link {
  padding: 12px 18px;
  font-size: 10px !important;
  letter-spacing: 1px !important;
}
.postImageBoxes h2 {
  font-size: 26px !important;
}
.catSec ul.wp-block-categories-list li.cat-item a {
  font-size: 16px;
  min-height: 70px;
}
.archive #primary .site-main .ast-article-post {
	width: 100% !important;
}
.Introduction h1.wp-block-heading {
    font-size: 30px !important;
}
.single .entry-content .rank-math-list .rank-math-list-item .rank-math-question {
	margin: 1em 0em !important;
    font-size: 17px;
}
.single .entry-content .rank-math-list .rank-math-list-item .rank-math-answer {
    font-size: 15px;
    line-height: 1.4;
}
}
@media (max-width: 400px) {
.ast-single-entry-banner {
    min-height: 160px !important;
}
.recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
    font-size: 16px;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  max-width: 120px !important;
  height: 80px !important;
}
.postGridBoxes .recentPost.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 14px;
}
.coverBlock h3 {
    font-size: 24px !important;
}
.postImageBoxes h2 {
  font-size: 22px !important;
}
.catSec ul.wp-block-categories-list {
  grid-template-columns: 1fr;
  gap: 12px;
}
.catSec ul.wp-block-categories-list li.cat-item a {
  min-height: inherit;
  padding: 0.8em 0.5em;
  font-size: 16px;
}
.Introduction h1.wp-block-heading {
    font-size: 28px !important;
}
}