/*
Theme Name: Awesome Treks
Author: Genesis Web Technology
Author URI: https://www.genesiswtech.com/
Theme URI: 
Tags: full-site-editing
Text Domain: awesome-treks
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/

a {
  text-decoration: none !important;
}
.affiliated-with {
  row-gap: 20px !important;
}
.recent-blog .wp-block-query ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

.apbPost .apbThumb .apbThumbCats a {
  font-size: 14px;
  text-transform: capitalize;
}

.site-footer-wrapper .wp-social-link svg {
  width: 24px;
  height: 24px;
}
.our-package-section {
	position: relative;
}
.our-package-section::before {
	content: "";
	background-color: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
}
.our-package-section > .wp-block-group {
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
  .recent-blog .wp-block-query ul {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}
