/**
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-global-color-0: #006ca9;
    --ast-global-color-1: #06182e;
    --ast-global-color-2: #06182e;
    --ast-global-color-3: #384658;
    --ast-global-color-4: #ffffff;
    --ast-global-color-5: #d0e0f1;
    --ast-global-color-6: #f6f6f6;
    --ast-global-color-7: #977a3a;
    --ast-global-color-8: #000000; 
*/
/* header css */
.rest-ul {
	margin:0px;
	padding: 0px;
	list-style-type: none;
}
.search-toggle {
	display: none;
}
.ast-plain-container, .ast-page-builder-template{
	background: #fff;
}
.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
	width: 200px;
}
.daterangepicker td, th {
	padding: 0px;
	font-family: 'Rubik',sans-serif;
}
.home .entry-content > .wp-block-cover {
	padding-top: 12rem;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
	line-height: 40px;
}
.main-header-menu > li.menu-item > a span.menu-text {
	font-size: 16px;
	color: var(--ast-global-color-4);
	font-weight: normal;
}
.main-header-menu > li.menu-item:hover > a span.menu-text {
	color: var(--ast-global-color-7);
}
.main-header-menu .sub-menu {
	background: #00000047;
	backdrop-filter: blur(19px);
	border-radius: 20px;
	border: none;
	width: 300px;
}
.main-header-menu .sub-menu > li a,
.ast-header-account .ast-header-account-link{
	font-size: 16px;
	color: var(--ast-global-color-4);
}
.ast-header-account .ast-header-account-link:hover {
	color: var(--ast-global-color-7);
} 
.main-header-menu .sub-menu > li:hover a{
	color: var(--ast-global-color-7) !important;
}
.main-header-menu .sub-menu > li a:before {
	content: "";
	width: 60px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.main-header-menu .sub-menu > li:nth-child(1) a:before {
	background: url(images/menu1.png) no-repeat left center;
	background-size: cover;
	background-size: 60px auto;
}
.main-header-menu .sub-menu > li:nth-child(2) a:before {
	background: url(images/menu2.png) no-repeat left center;
	background-size: cover;
	background-size: 60px auto;
}
.main-header-menu .sub-menu > li:nth-child(3) a:before {
	background: url(images/menu3.png) no-repeat left center;
	background-size: cover;
	background-size: 60px auto;
}
.main-header-menu .sub-menu > li:nth-child(4) a:before {
	background: url(images/menu4.png) no-repeat left center;
	background-size: cover;
	background-size: 60px auto;
}
.ast-builder-menu-2 .sub-menu{
	width: 230px;
}
.ast-builder-menu-1.ast-builder-menu #ast-hf-menu-1 > li:first-child a{
	padding-left: 0px;
}
.ast-header-navigation-arrow .ast-icon.icon-arrow svg{
	fill: var(--ast-global-color-4);
}
.gt_float_switcher {
	font-family: 'Rubik',sans-serif !important;
}
.social-sticky {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: linear-gradient(to bottom, #2c3e50, #4ca1af);
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px 0 0 10px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.social-sticky.bg {
	background: none;
	visibility: visible;
	opacity: 1;
}
.social-sticky span {
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  color: white;
  margin-bottom: 15px;
}
.social-sticky a {
  margin-bottom:10px;
  display: block;
  height: 24px;
}
.social-sticky a:last-child {
	margin-bottom: 0px;
}
.social-sticky svg {
  width: 24px;
  height: 24px;
  fill: var(--ast-global-color-4);
}
.banner-content {
	text-align: center;
	color: var(--ast-global-color-4);
}
.banner-content h3{
	letter-spacing: 6px;
	text-transform: uppercase; 
	color: #DACAB8;
	margin: 0px 0px 30px 0px;
	position: relative;
	display: inline-block;
}
.banner-content h3:before {
	content: "";
	height: 1px;
	width: 72px;
	position: absolute;
	left: -100px;
	top: 15px;
	background: #DACAB8;
}
.banner-content h3:after {
	content: "";
	height: 1px;
	width: 72px;
	position: absolute;
	right: -100px;
	top: 15px;
	background: #DACAB8;
}
.banner-content h1 {
	font-size: 70px;
	line-height: 80px;
	text-transform: capitalize;
	margin-bottom: 15px;
	color: var(--ast-global-color-4) !important;
	letter-spacing: -1px;
}
.banner-content p {
	font-size: 24px;
	line-height: normal;
	color: var(--ast-global-color-4) !important;
}
.search-widget .search-global-container{
	  padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1067px;
    margin: 0 auto;
}
.search-widget .search-global-container .location-section {
	width: 20%;
}
.search-widget .search-global-container .date-section {
	width: 30%;
}
.search-widget .search-global-container .date-section input[type="text"]
{	width: 100%;	
}
.search-widget .search-global-container div > label {
	font-size: 13px;
	color: var(--ast-global-color-4);
	padding-left: 30px;
}
.search-widget .search-global-container .field{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.search-widget .search-global-container .field .icon {
	width: 24px;
	height: 24px;
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-right: 6px;
}
.search-widget .search-global-container .field .icon.location-icon {
	background-image: url(images/Map_Pin-search.svg);
}
.search-widget .search-global-container .field .icon.date-icon {
	background-image: url(images/Calendar-search.svg);
}
.search-widget .search-global-container .field .icon.user-icon {
	background-image: url(images/User_01.svg);
}
.search-widget .search-global-container .field select,
.search-widget .search-global-container .field input {
	background: transparent;
    border: none;
    padding: 0px;
    font-size: 16px;
    color: var(--ast-global-color-4);
}
.search-widget .search-global-container .field .daterange {
	font-size: 16px;
    color: var(--ast-global-color-4);
}
.search-widget .search-global-container .field select option{
	background-color: var(--ast-global-color-4);  
    color: var(--ast-global-color-1);
}
.search-widget .search-global-container .field input[type="date"]::-webkit-calendar-picker-indicator {
	filter: invert(1);
}
/* header css */
/* footer css */
.site-footer {
	background: var(--ast-global-color-4);
}
.site-above-footer-wrap .ast-builder-footer-grid-columns {
	position: relative;
}
.site-above-footer-wrap .ast-builder-footer-grid-columns:after{
	height: 1px;
	background: var(--ast-global-color-7);
	width: 100%;
	position: absolute;
	bottom: -20px;
	left: 0px;
	content: "";
	opacity: 0.2;
}
.site-above-footer-wrap .site-footer-above-section-1 .ast-builder-html-element {
	text-align: left;
}
.site-above-footer-wrap .site-footer-above-section-2 .ast-builder-html-element{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.site-above-footer-wrap .site-footer-above-section-2 .ast-builder-html-element h3 {
	margin: 0px;
    font-size: 18px;
    margin-right: 15px;
	color: var(--ast-global-color-3);
}
.site-above-footer-wrap .site-footer-above-section-2 .ast-builder-html-element ul {
	padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    gap: 10px;
}
.site-above-footer-wrap .site-footer-above-section-2 .ast-builder-html-element ul li a:hover img {
	filter: grayscale(1);
}
.ast-builder-footer-grid-columns{
	grid-column-gap:20px;
}
.site-primary-footer-wrap h2.widget-title {
	font-size: 20px;
}
.site-primary-footer-wrap .textwidget br {
	display: none;
}
.site-primary-footer-wrap .textwidget a,
.site-footer-primary-section-3 ul li a {
	font-size: 16px;
	display: block;
	color: var(--ast-global-color-3);
}
.site-primary-footer-wrap .textwidget a:hover,
.site-footer-primary-section-3 ul li a:hover{
	color: var(--ast-global-color-7);	
}
.site-footer-primary-section-3 ul li{
	font-size: 16px;
	border-bottom: 1px solid rgba(151, 122, 58, 0.2);
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.site-footer-primary-section-3 ul li:nth-child(2) {
	margin-bottom: 20px;
}
.site-footer-primary-section-3 ul li:nth-child(3),
.site-footer-primary-section-3 ul li:nth-child(4) {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.site-footer-primary-section-3 ul li span {
	margin-right: 13px;
}
.site-footer-primary-section-3 ul li a{ 
	display: inline-block;
}
.site-footer-primary-section-4 .widget-area p {
	font-size: 16px;
	line-height: 22px;
}
.wp-block-uagb-forms {
	padding: 0px !important;
}
.site-footer-primary-section-4 .uagb-forms-main-form {
	position: relative;
}
.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-uagb-forms-email .uagb-forms-email-label{
	display: none;
}
.site-footer-primary-section-4 .uagb-forms-main-form .uagb-forms-input{
	border-radius: 50px;
	padding: 12px 180px 12px 32px;
	font-size: 16px;
	color: var(--ast-global-color-3);
	height: 64px;
}
.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-button {
	position: absolute;
	right: 0px;
	right: 5px;
    top: 3px;
}
.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-uagb-forms-accept {
	display: flex;
}
.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-uagb-forms-accept input {
	order: 1;
}
.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-uagb-forms-accept label{
	order: 2;
	font-size: 16px;
	font-weight: 300;
}
.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-uagb-forms-accept label:after {
	display: none;
}
.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-uagb-forms-accept label:before {
	border-color: var(--ast-global-color-7)  !important;	
}
.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-uagb-forms-accept .uagb-forms-accept-privacy-link {
	order: 3;
	font-size: 16px;
	font-weight: 300;
	margin-left: 3px;
}
.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-uagb-forms-accept .uagb-forms-accept-privacy-link a{
	color: var(--ast-global-color-3);
	text-decoration: underline;	
}
.ast-footer-copyright{
	font-size: 16px;
	text-align: left;
}
.site-footer-below-section-2 .footer-bar-navigation {
	
}
.site-footer-below-section-2 .footer-bar-navigation .ast-nav-menu{
	justify-content: flex-end;
}
.site-footer-below-section-2 .footer-bar-navigation .ast-nav-menu li a{
	color: var(--ast-global-color-3); font-size: 16px;
}
.site-footer-below-section-2 .footer-bar-navigation .ast-nav-menu li a:hover {
	color: var(--ast-global-color-7);
}
.site-below-footer-wrap .ast-builder-footer-grid-columns { position: relative; }
/* footer css end */
/* home page content */ 
.facilities-section .wp-block-column p{
	line-height: 27px;
	margin: 0px;
	font-size: 16px;
}
.facilities-section.wp-block-group {
	padding-top: 90px;
	padding-bottom: 25px;
}
.facilities-section .wp-block-column {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    border-right: 1px solid #977A3A33;
}
.facilities-section .wp-block-column:nth-of-type(4) {
	border-right:0px;
}
.facilities-section .wp-block-column .wp-block-image {
	margin-right: 20px;
	min-width: 64px;
}
.wp-block-columns.two-column-section {
	max-width: 1300px;
}
.wp-block-group.offer-section {
	padding: 60px 0px;
}
.wp-block-group.offer-section .main-container {
	padding: 70px 40px;
	border-radius: 30px;
}
.line-style-heading {
	color: var(--ast-global-color-7) !important;
	letter-spacing: 6px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0px;
}
.line-style-heading:before {
	content: "";
	display: inline-block;
	margin-right:22px;
	vertical-align: middle;
	height: 1px;
	background: var(--ast-global-color-7);
	width: 70px;
}
.line-style-heading:after {
	content: "";
	display: inline-block;
	margin-left:22px;
	vertical-align: middle;
	height: 1px;
	background: var(--ast-global-color-7);
	width: 70px;
}
.wp-block-group.offer-section .main-container .line-style-heading {
	font-size: 18px;
}
.wp-block-group.offer-section .main-container .line-style-heading:before,
.wp-block-group.offer-section .main-container .line-style-heading:after {
	margin-top: -3px;
}
.wp-block-group.offer-section .wp-block-heading strong{
	color: var(--ast-global-color-7);
	font-weight: normal;
}
.wp-block-heading.custom-heading-h3 {
	color: var(--ast-global-color-7);
	font-size: 31px;	
	margin-top: 30px;
	letter-spacing: -2px;
}
.benifits-list {
	display: flex;
	gap: 20px 0px;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.benifits-list li {
	width: 48%;
	text-align: center;
	padding: 20px 36px;
	min-height: 268px;
	background: #fff;
	border-radius: 20px;
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.benifits-list li figure{
	margin-bottom: 25px;
}
.benifits-list li p {
	margin-bottom: 0px;
	line-height: 27px;
}
.newsletter-section h3.wp-block-heading {
	color: var(--ast-global-color-7);
	letter-spacing: 3px;
	margin-bottom: 0px;
}
.newsletter-section p.has-text-align-center{
	margin: 0px;
}
.newsletter-form-promo {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 40px;
}	
.newsletter-form-promo .uagb-forms-email-wrap .uagb-forms-email-label {
	display: none;
}
.newsletter-form-promo .uagb-forms-email-wrap .uagb-forms-input {
	height: 64px;
	border-radius: 50px;
	padding: 32px 255px 32px 32px;
}
.newsletter-form-promo .wp-block-uagb-forms-accept {
	vertical-align: middle;
	display: flex;
}
.newsletter-form-promo .wp-block-uagb-forms-accept label.uagb-forms-accept-label{
	display: flex;
	font-style: italic;
	font-size: 15px;
    align-items: center;
    line-height: 19px;
}
.newsletter-form-promo .wp-block-uagb-forms-accept label.uagb-forms-accept-label:after {
	display: none;
}
.newsletter-form-promo .wp-block-uagb-forms-accept.uagb-forms-accept-wrap input[type="checkbox"] {
	position: absolute;
}
.newsletter-form-promo .wp-block-uagb-forms-accept.uagb-forms-accept-wrap input[type="checkbox"] + label:before {
	border-radius: 10px;
	width: 30px;
	height: 30px;
	min-width: 30px;
}
.newsletter-form-promo .wp-block-uagb-forms-accept.uagb-forms-accept-wrap input[type="checkbox"]:checked+label::before {
	line-height: 30px;
}
.newsletter-form-promo .wp-block-button {
	position: absolute;
	right: 4px;
	top: 4px;
}
.holiday-section h2.wp-block-heading strong{
	color: #fff;
	font-weight: normal;
}
.flex-wrap.holiday-benefit-list.wp-block-columns{
	flex-wrap: wrap !important;
	justify-content: space-between;
}
.flex-wrap.holiday-benefit-list.wp-block-columns .wp-block-column {
	flex-basis: unset !important;
    flex-grow: unset;
    width: 31.5%;
}
.holiday-benefit-list .holiday-card.wp-block-uagb-info-box {
	width: 100%;
	background: #F8F4F1;
	border-radius: 30px;
	min-height: 306px;
	padding: 30px !important;
}
.holiday-benefit-list .holiday-card.wp-block-uagb-info-box .uagb-ifb-image-content {
	max-width: 80px;
	margin-bottom: 13px;
}
.holiday-benefit-list .holiday-card.wp-block-uagb-info-box .uagb-ifb-desc {
	line-height: 22px;
}
.holiday-benefit-list .holiday-card.wp-block-uagb-info-box h3.uagb-ifb-title{
	font-size: 26px;
	font-family: 'Old Standard TT',serif;
	letter-spacing: -1px;
	color: var(--ast-global-color-1);
}
.flex-wrap{
	flex-wrap: wrap;
}
.faq-accordion.wp-block-uagb-faq .wp-block-uagb-faq-child.uagb-faq-item-active {
	background: var(--ast-global-color-0);
}
.faq-accordion.wp-block-uagb-faq .uagb-faq-content,
.faq-accordion.wp-block-uagb-faq .uagb-faq-content p{
	font-size: 16px;
	font-weight: 300;
}
.proparty-list-section.wp-block-group {
	padding-top: 70px;
	padding-bottom: 140px;
}
.section-title-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px !important;
}
.section-title-container h2.wp-block-heading{
	margin-bottom: 0px;
	line-height: normal;
}
.section-title-container h2.wp-block-heading strong {
	font-weight: normal;
	color: var(--ast-global-color-7);
	font-style: italic;
}
.section-title-container .wp-block-buttons {
	margin: 0px;
}
.blog-post-list .uagb-container-inner-blocks-wrap {
	max-width: inherit !important;
}
.wp-block-uagb-post-carousel.home-blog-list article.uagb-post__inner-wrap .uagb-post__title {
	font-size: 25px;
	line-height: normal;
	min-height: 78px;
}
.wp-block-uagb-post-carousel.home-blog-list article.uagb-post__inner-wrap .uagb-post__text.uagb-post__excerpt {
	line-height: 26px;
	min-height: 66px;
	padding-bottom: 15px !important;
}
.wp-block-uagb-post-carousel.home-blog-list article.uagb-post__inner-wrap .uagb-post__title a {
	color: var(--ast-global-color-1);
}
.wp-block-uagb-post-carousel.home-blog-list article.uagb-post__inner-wrap .uagb-post__title:hover a {
	color: var(--ast-global-color-7);
}
.wp-block-uagb-post-carousel.home-blog-list article.uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__date{
	font-size: 18px;
}
.wp-block-uagb-post-carousel.home-blog-list article.uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__date:after{
	display: none;
}
.wp-block-uagb-post-carousel.home-blog-list article.uagb-post__inner-wrap .uagb-post-grid-byline a {
	background: var(--ast-global-color-5);
	color: var(--ast-global-color-0);
	border-radius: 20px;
	font-size: 12px;
	padding: 5px 10px;
	display: none;
}
.proparty-list-section.grey-bg .property-card .action-bar.wp-block-button .wp-element-button{
	background: none;
}
.proparty-list-section.grey-bg .property-card .action-bar.wp-block-button .wp-element-button:hover {
	background: var(--ast-global-color-0);
}
.uagb-post-grid.home-blog-list {
	margin-left: 0px !important;
}
.uagb-post-grid.home-blog-list .uagb-post__inner-wrap{
	background: #FFFFFF;
    padding: 20px;
    background-clip: unset !important;
    width: 32% !important;
    border-radius: 20px;
    margin-right: 2%;
}
.uagb-post-grid.home-blog-list .uagb-post__inner-wrap .uagb-post__text.uagb-post-grid-byline .uagb-post__date .dashicons-calendar{
	width: 18px;
	height: 18px;
	background: url(images/calendar-blog.svg) no-repeat center center;
	background-size: 18px auto;
	display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
.uagb-post-grid.home-blog-list .uagb-post__inner-wrap .uagb-post__text.uagb-post-grid-byline .uagb-post__date .dashicons-calendar:before {
	display: none;
}
.uagb-post-grid.home-blog-list .uagb-post__inner-wrap:nth-of-type(3) {
	margin-right: 0px;
}
.wp-block-group.travel-inspiration {
	background-blend-mode: screen;
}
/* breadcrumbs css */
.ast-breadcrumbs .trail-items li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.ast-breadcrumbs .trail-items li a,
.ast-breadcrumbs .trail-items li span {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize;
}
.ast-breadcrumbs .trail-items li a:hover,
.ast-breadcrumbs .trail-items li a:hover span {
	color: var(--ast-global-color-7);
}
.ast-breadcrumbs .trail-items li::after {
    margin: 0px 25px;
    width: 24px;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.ast-breadcrumbs .trail-items li.trail-end::after {
	display: none;
}
/* breadcrumbs css end */
body.white-header .main-header-menu > li.menu-item > a span.menu-text {
	color: var(--ast-global-color-3);
}
body.white-header .main-header-menu > li.menu-item:hover > a span.menu-text {
	color: var(--ast-global-color-7);
}
body.white-header .ast-header-account .ast-header-account-link {
	color: var(--ast-global-color-3);
}
body.white-header .ast-header-account .ast-header-account-link:hover {
	color: var(--ast-global-color-7) !important;
}
body.white-header.ast-primary-sticky-header-active .main-header-bar-wrap .main-header-bar {
		background:rgba(255, 255, 255, 1);
		/* backdrop-filter: blur(5px); */ 
}
body.white-header .main-header-menu .sub-menu {
	background: #fff;
}
body.white-header .main-header-menu .sub-menu > li a {
	color: var(--ast-global-color-3);
}
body.white-header .main-header-menu .sub-menu > li:hover a {
	color: var(--ast-global-color-7);
}
body.white-header .ast-header-navigation-arrow .ast-icon.icon-arrow svg {
	fill:  var(--ast-global-color-3);
}
body.white-header .search-form {
		margin-bottom: 20px;
}
body.white-header .search-widget .search-global-container {
		background: none;
		max-width: inherit;
		padding: 0px;
		border-radius: 0px;
		justify-content: space-between;
}
body.white-header .search-widget .search-global-container > div:not(#applied-filters,.action) {
		border-radius: 14px;
		border: 1px solid #E5E7EB;
		padding: 20px 23px;
		margin-right: 20px;
}
body.white-header .search-widget .search-global-container div > label {
		color: var(--ast-global-color-3);
		font-size: 13px;
		height: 20px;
		display: block;
}
body.white-header .search-widget .search-global-container .field {
	height: 22px;
}
body.white-header .search-widget .search-global-container .field select {
		width: 100%;
}
body.white-header .search-widget .search-global-container .field select:focus {
	outline: none;
}
body.white-header .search-widget .search-global-container div.location-section label {
		display: none;
}
body.white-header .search-widget .search-global-container .field select, 
body.white-header .search-widget .search-global-container .field input,
body.white-header .search-widget .search-global-container .field .daterange {
	color: var(--ast-global-color-3);
	width: 100%;
}
body.white-header .search-widget .search-global-container .location-section:after, 
body.white-header .search-widget .search-global-container .date-section:after {
	display: none;
}
body.white-header .search-widget .search-global-container .field .icon.location-icon {
	background-image:url(images/Map_Pin_brown.svg);
}
body.white-header .search-widget .search-global-container .field .icon.date-icon {
	background-image:url(images/Calendar_brown.svg);
}
body.white-header .search-widget .search-global-container .field .icon.user-icon {
	background-image:url(images/User_01_brown.svg);
}
body.white-header .ast-breadcrumbs .trail-items li,
body.white-header .ast-breadcrumbs .trail-items li::after,
body.white-header .ast-breadcrumbs .trail-items li a,
body.white-header .ast-breadcrumbs .trail-items li span {
		color: rgba(56, 70, 88, 0.7);
}
body.white-header .ast-breadcrumbs .trail-items li a:hover,
body.white-header .ast-breadcrumbs .trail-items li a:hover span {
	color: var(--ast-global-color-1);
}
.ast-primary-sticky-header-active .ast-breadcrumbs-wrapper {
	display: none;
}
.page-numbers:hover{
	    border: 1px solid #006CA9 !important;
    color: #006CA9 !important;
    background: #D0E0F1 !important;
}
.set_location_heading img.uagb-icon-list__source-image {
    width: 60px !important;
}
.wp-block-cover.location_nirja {
    margin-bottom: 70px;
}
.set_location_heading span.uagb-icon-list__label {
    font-size: 48px;
    line-height: 48px;
}
.set_location_heading span.uagb-icon-list__label strong {
    font-weight: normal;
    color: #006CA9;
}
.location_nirja span.wp-block-cover__background {
    background: #D0E0F1 !important;
    border-radius: 60px;
}
.for_catogory_select figcaption.uagb-image-caption {
    background: #fff;
    width: 100%;
    margin: 0;
    font-size: 25px;
    line-height: 80px;
    text-align: justify;
    padding-left: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #06182E;
    font-weight: 400;
    font-family: 'Old Standard TT';
}
.around_nerja .wp-block-uagb-image.aligncenter{
display: block !important;
}
.for_catogory_select figure.wp-block-uagb-image__figure:hover figcaption.uagb-image-caption {
	background: #006CA9 !important;
	color: #fff !important;
}
.around_nerja figcaption.uagb-image-caption {
	background: #006CA9 !important;
	color: #fff !important;
}
.around_nerja  img.uag-image-5398 {
    width: 100%;
    max-height: 240px !important;
}
.around_nerja .set_location_heading,.location_nirja .set_location_heading {
    font-family: 'Old Standard TT';
}
.around_nerja .set_location_heading strong {
    color: #977A3A !important;
}
h2.wp-block-heading.populer_holiday:before {
    content: '';
    margin-right: 20px;
    margin-top: -5px;
    height: 64px;
    background-position: center;
    background: url(https://thepaulsencollection.com/wp-content/uploads/2025/09/populer.png);
    width: 64px;
    background-size: 64px auto;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.villa .wp-block-columns .wp-block-column h2.wp-block-heading:before {
    content: '';
    margin-right: 20px;
    margin-top: -5px;
    height: 64px;
    background-position: center;
    background: url(https://thepaulsencollection.com/wp-content/uploads/2025/09/Villa.png);
    width: 64px;
    background-size: 64px auto;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.apartment .wp-block-columns .wp-block-column h2.wp-block-heading:before {
    content: '';
    margin-right: 20px;
    margin-top: -5px;
    height: 64px;
    background-position: center;
    background: url(https://thepaulsencollection.com/wp-content/uploads/2025/09/apartment.png);
    width: 64px;
    background-size: 64px auto;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.affortable .wp-block-columns .wp-block-column h2.wp-block-heading:before {
    content: '';
    margin-right: 20px;
    margin-top: -5px;
    height: 64px;
    background-position: center;
    background: url(https://thepaulsencollection.com/wp-content/uploads/2025/09/affortable.png);
    width: 64px;
    background-size: 64px auto;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.wp-block-button__link {
	overflow: hidden;
	pointer-events: auto;
  cursor: pointer;
  position: relative;
}
.wp-block-button__link:before {
	content: '';
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-button__link:hover:before {
	transform: translate3d(0,-100%,0);
	background: var(--ast-global-color-0);
}
@media (min-width: 921px) {

	body.white-header.ast-theme-transparent-header .ast-above-header {
			border-bottom: 1px solid #E5E7EB;
	}
	body.white-header .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button{
			color: var(--ast-global-color-3);
	}
	body.white-header .search-widget .search-global-container .location-section {
		width: 28%;
	}
	body.white-header .search-widget .search-global-container .action {
		margin-right: auto;
	}
	body.white-header .search-widget .search-global-container .date-section,
	body.white-header .search-widget .search-global-container .user-section {
			padding: 11px 23px !important;
			width: 28%;
	}
}
@media (min-width: 1300px) {
	.proparty-list-section.wp-block-group {
		padding-left: 0px;
	}
	.proparty-list-section .property-grid-slider > .custom-dots {
		max-width: 1300px;
	}
	.proparty-list-section .property-grid-slider > .slick-next.slick-arrow {
		right: 0px;
		left: 1250px;
	}
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		background-image: url(images/arrowplane-footer.png);
		background-position: 95% 75%;
	  background-repeat: no-repeat;
	  background-size: 180px;
	  background-blend-mode: screen;
	}
}
@media (min-width: 981px) {
	.wp-block-uagb-post-carousel.home-blog-list {
		margin-left: -19px;
		margin-right: -19px;
		width: auto;
	}
	.main-header-menu > li.menu-item > a:hover .ast-arrow-svg {
		transform: rotate(180deg);
	}
	.search-widget .search-global-container .location-section,
	.search-widget .search-global-container .date-section {
		position: relative;
	}
	.search-widget .search-global-container .location-section:after,
	.search-widget .search-global-container .date-section:after {
		width: 1px;
    height: 50px;
    content: "";
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    right: -10px;
    top: 10px;
	}
}
@media (max-width: 1300px) {
	.facilities-section .wp-block-column {
		padding: 10px;
	}
	.facilities-section .wp-block-column .wp-block-image {
		max-width: 40px;
		min-width: 40px;
	}
	.site-footer {
		padding-top: 0px;
	}
	.site-above-footer-wrap,
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
	.site-below-footer-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	.site-primary-footer-wrap .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap {
		grid-template-columns: 20% 20% auto 25%;
	}
	.slider-main-container {
		margin-left: 0px !important;
	}

}
@media (min-width: 921px) and (max-width: 1300px) { 
  .holiday-benefit-list .holiday-card.wp-block-uagb-info-box {
  	min-height: 360px;
  }
  .search-widget .search-global-container .field .daterange,
  .search-widget .search-global-container .field select, 
  .search-widget .search-global-container .field input {
  	font-size: 14px;
  }
  body.white-header .search-widget .search-global-container > div:not(#applied-filters,.action) {
  	padding: 20px 12px;
  }
  body.white-header .search-widget .search-global-container .date-section, body.white-header .search-widget .search-global-container .user-section {
  	padding: 11px 12px !important;
  }
  .search-results-data .property-grid .property-card .property-info-main h3 {
  		min-height: inherit;
  		font-size: 16px;
  }
  .search-results-data .property-grid .property-card .property-info-main .review_viewall .review-main span {
  	font-size: 14px !important;
  }
  .search-results-data .property-grid .property-card .property-info-main .review_viewall .action-bar .wp-block-button__link {
  	padding: 5px 15px !important;
  	font-size: 12px !important;
  }
  .search-results-data .property-grid .property-card .property-info-main .property-info span {
  		font-size: 13px;
  }
}
@media (max-width: 1200px) {
	.home .entry-content > .wp-block-cover{
		padding-top: 100px;
	}
	.banner-content h1 {
		font-size: 50px;
		line-height: 60px;
	}

}
@media (max-width: 980px) {
	h2.wp-block-heading.populer_holiday,.villa h2.wp-block-heading,.apartment h2.wp-block-heading,.affortable h2.wp-block-heading{
    display: block;
    font-size: 24px;
    line-height: 26px
	}
	.for_catogory_select figcaption.uagb-image-caption {
		font-size: 25px !important;
	}
	.set_location_heading span.uagb-icon-list__label {
		font-size: 24px;
    line-height: 26px
	}
	.wp-block-cover.around_nerja {
    padding-left: 0;
    padding-right: 0;
	}
	.section-title-container h2.wp-block-heading strong {
    padding-left: 5px;
    padding-right: 0px;
	}
	.ast-breadcrumbs .trail-items li::after {
    margin: 0px 10px !important;
  }
  .ast-breadcrumbs {
    text-align: center;
	}
	.wp-block-group.travel-inspiration {
		padding: 50px 10px !important;
	}
	.wp-block-uagb-post-carousel.home-blog-list {
		margin: 0px !important;
        flex-wrap: nowrap !important;
        overflow-y: auto;
	}
	.wp-block-uagb-post-carousel.home-blog-list article.uagb-post__inner-wrap {
		min-width: 300px;
		margin-right: 16px;
	}
	.site-primary-footer-wrap .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap {
		grid-template-columns: unset;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.site-primary-footer-wrap .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap [class*="site-footer-primary-section"] {
		width: 48%;
	}
	.flex-wrap.holiday-benefit-list.wp-block-columns .wp-block-column {
		width: 40%;
	}
	.holiday-benefit-list .holiday-card.wp-block-uagb-info-box {
		min-height: 360px;
	}
}
@media (max-width: 921px) {
	.ast-header-break-point .site-header .main-header-bar-wrap .site-branding{
		max-width: 182px;
	}
	#ast-mobile-header .ast-primary-header-bar{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
			right: 10px !important;
	}
	.ast-header-break-point .site-header .main-header-bar-wrap .site-branding img {
			max-width: 182px !important;
	}
	.main-header-menu > li.menu-item > a.menu-link {
			border-bottom: none !important;
	}
	.ast-builder-menu-mobile .main-navigation .menu-item > .ast-menu-toggle{
		color: #fff !important;
	}
	.social-sticky {
		display: none;
	}
	#ast-mobile-header .content-align-flex-start {
		min-height: 60vh;
	}
	#ast-mobile-header .content-align-flex-start .ast-builder-menu-mobile {
			min-height: 45vh;
	}
	.custom-mobile-elements {
		width: 100%;
		position: absolute;
		bottom: 5vh;
	}
	.custom_mobile {
		padding: 0px 15px;
	}
	.custom_mobile .ast-builder-html-element {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.custom_mobile .ast-builder-html-element h3 {
		margin-right: 25px;
		margin-bottom: 0px;
		display: inline-block;
		color: #FFFFFF;
	}
	.custom_mobile .ast-builder-html-element ul {
		display: flex;
		gap: 5px;
	}
	.custom_mobile .ast-builder-html-element ul li {
		display: inline-block;
	}
	.custom_mobile .mobile-custom-header-bottom {
		justify-content: space-between;
		align-items: center;
		display: flex;
	}
	.custom_mobile .mobile-custom-header-bottom a {
			color: rgba(255, 255, 255, 0.7);
			font-size: 16px;
	}
	.custom_mobile .mobile-custom-header-bottom a:hover {
		color: #fff;
	}
	.custom_mobile .gt_float_switcher .gt_options {
		right: 15px !important;
	}
	.ast-header-break-point .main-navigation .stack-on-mobile li {
			max-height: 250px;
			overflow-y: auto;
	}
	.ast-header-break-point .main-header-menu .sub-menu {
		background-color:transparent;
		backdrop-filter: unset !important;
		line-height: normal;
	}
	.ast-header-break-point .main-header-menu .sub-menu li a {
		border-bottom:none !important;
		color: #fff !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.ast-menu-toggle:focus{
		outline: none;
	}
	#ast-mobile-header .content-align-flex-start {
			background: transparent;
	}
	.ast-header-break-point .main-header-menu {
			background-color: transparent;
	}
	.ast-header-break-point .main-header-bar-navigation {
			line-height: normal;
	}
	.section-title-container{
		flex-basis: unset;
		padding: 0px 10px;
		margin-bottom: 0px !important;
	}
	h2, .entry-content h2 {
		font-size: 29px;
	}
	.search-toggle{
		display: block;
		text-align: center;
	}
	.search-toggle .wp-block-button__search {
		background: var(--ast-global-color-0);
		font-weight: 500;
	}
	.search-toggle.active{
		display: none;
	}
	.search-icon{
		background: url(images/Search.png) no-repeat center center;
		background-size: 24px auto;
		width: 24px;
		height: 24px;
		margin-right: 10px;
		display: inline-block;
        vertical-align: middle;
	}
	.search-form:not(.active),
	.banner-content.hide{
		display: none;
	}
	.search-widget .search-global-container {
		flex-wrap: wrap;
		max-width: 340px;
	}
	.search-widget .search-global-container .location-section,
	.search-widget .search-global-container .date-section,
	.search-widget .search-global-container .user-section,
	.search-widget .search-global-container .action {
		width: 100%;
		margin-bottom: 25px;
	}
	.search-widget .search-global-container .action {
		text-align: center; margin-bottom: 10px;
	}
	.facilities-section.wp-block-group {
		padding-top: 25px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.facilities-section.wp-block-group .wp-block-columns{
		flex-wrap: wrap !important;
		gap: 0px;
	}
	.facilities-section.wp-block-group .wp-block-columns .wp-block-column {
		width: 48%;
		flex-basis:unset !important;
	}	
	.facilities-section .wp-block-column:nth-of-type(2) {
		border-right: 0px;
	}
	.facilities-section .wp-block-column:nth-of-type(2),
	.facilities-section .wp-block-column:nth-of-type(4) {
		padding-left: 40px;
	}
	.proparty-list-section.wp-block-group {
		padding-top: 35px;
		padding-bottom: 60px;
		padding-left:0px;
		padding-right:0px;
	}
	.newsletter-form-promo .wp-block-button {
		top: 6px;
	}
	.newsletter-form-promo .wp-block-uagb-forms-accept {
		display: flex;
	}
	.benifits-list li {
		width: 46%;
		padding: 20px;
	}
	.wp-block-group.holiday-section {
		padding: 50px 10px !important;
	}
	.flex-wrap.holiday-benefit-list.wp-block-columns {
		gap: 10px 0px;
	}
	.flex-wrap.holiday-benefit-list.wp-block-columns .wp-block-column {
		width: 48%;
		margin-bottom: 0px;
	}
	.holiday-benefit-list .holiday-card.wp-block-uagb-info-box {
			background: var(--ast-global-color-4);
	}
	.flex-wrap.holiday-benefit-list.wp-block-columns + p br {
		display: none;
	}
	.wp-block-group.faq-section {
		padding: 50px 10px !important;
	}
	.wp-block-group.travel-inspiration .wp-block-column.section-title-container{
		padding: 0px;
	}
	.footer-widget-area[data-section^="sidebar-widgets-footer-widget-"].footer-widget-area-inner { 
		text-align: left;
	}
	.site-below-footer-wrap[data-section="section-below-footer-builder"] {
		display: block;
		padding: 10px;
	}
	.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-footer-grid-columns.site-below-footer-inner-wrap {
		grid-template-columns: unset;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-footer-grid-columns.site-below-footer-inner-wrap [class*="site-footer-below-section"]{
		width: 100%;
	}
	.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-footer-grid-columns.site-below-footer-inner-wrap .site-footer-below-section-1{ order:2; margin-bottom:0px; }
	.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-footer-grid-columns.site-below-footer-inner-wrap .site-footer-below-section-2 { order:1;  }
	.ast-footer-copyright { text-align:center; }
	#astra-footer-menu {
		display: flex;
		justify-content: center;
	}
	.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-button {
		top: 5px;
	}
	.ast-main-header-nav-open .page-banner-section .wp-block-cover__inner-container {
			opacity: 0;
	}
	body.white-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
		fill:var(--ast-global-color-8);
	}
	body.white-header .collection-page.site-content {
			margin-top: 120px !important;
	}
	body.white-header .search-widget .search-global-container > div:not(#applied-filters,.action) {
			margin-right: 0px !important;
	}
	body.white-header .search-widget .search-global-container .location-section, 
	body.white-header .search-widget .search-global-container .date-section, 
	body.white-header .search-widget .search-global-container .user-section, 
	body.white-header .search-widget .search-global-container .action {
		margin-bottom: 10px;
	}
	body.white-header .search-widget .search-global-container .date-section, 
	body.white-header .search-widget .search-global-container .user-section {
			padding: 10px 23px !important;
	}
}
@media (max-width: 782px) { 
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
		fill: var(--ast-global-color-4);
	}
	.wp-block-cover.alignfull.home-banner-section {
			min-height: 75vh !important;
	}
	.facilities-section {
		padding-left: 0px;
		padding-right: 0px;
	}
	.facilities-section .wp-block-column p {
		font-size: 14px;
		line-height: 20px;
	}
	.facilities-section .wp-block-column .wp-block-image {
		margin-right: 10px;
	}
	.facilities-section .wp-block-column:nth-of-type(2), .facilities-section .wp-block-column:nth-of-type(4) {
		padding-left: 10px;
	}
	.facilities-section.wp-block-group .wp-block-columns .wp-block-column:not(:last-child) {
		margin-bottom: 0px;
	}
	.banner-content h3{
		font-size: 14px;
		letter-spacing: 3px;
	}
	.banner-content h1 {
		font-size: 35px;
		line-height: 40px;
		letter-spacing: -1px;
	}
	.banner-content h1 br {
		display: none;
	}
	.banner-content p {
		font-size: 18px;
	}
	.banner-content h3:before {
		left: -33px;
		width: 22px;
		top: 8px;
	}
	.banner-content h3:after {
		top: 8px;
		width: 22px;
		right: -33px;
	}
	.proparty-list-section.wp-block-group {
		padding-bottom: 40px;
	}
	.section-title-container .wp-block-buttons {
		min-width: 150px;
    	justify-content: flex-end;
	}
	.wp-block-group.offer-section {
		padding: 35px 0px;
	}
	.wp-block-group.offer-section .main-container {
		margin: 0px 10px;
		padding: 40px 20px;
		border-radius: 20px;
	}
	.wp-block-columns.two-column-section {
		margin-top: 0px !important;
	}
	.wp-block-group.offer-section .main-container > .wp-block-heading.has-text-align-center {
		font-size: 35px;
	}
	.wp-block-group.offer-section .main-container > p.has-text-align-center {
			font-size: 14px;
	}
	.wp-block-columns.two-column-section .wp-block-image img {
		width: 100%;
	}
	.wp-block-columns .newsletter-section {
		margin-top: 20px !important;
	}
	.wp-block-heading.custom-heading-h3 {
		font-size: 25px;
	}
	.wp-block-group.offer-section .main-container > h3.wp-block-heading {
		font-size: 14px;
	} 
	.wp-block-group.offer-section .main-container > h3.wp-block-heading:before,
	.wp-block-group.offer-section .main-container > h3.wp-block-heading:after {
		width: 22px;
	}
	.benifits-list {
		gap: 10px 5px;
	}
	.benifits-list li {
		min-height: 159px;
		padding: 15px 10px;
		width: 48.5%;
	}
	.benifits-list li figure { margin-bottom:15px; }
	.benifits-list li p {
		font-size: 14px;
		line-height: 18px;
	}
	.benifits-list li img {
		width: 47px !important;
	}
	.holiday-benefit-list .holiday-card.wp-block-uagb-info-box {
			padding: 20px 15px !important;
			min-height: 297px;
	}
	.holiday-benefit-list .holiday-card.wp-block-uagb-info-box h3.uagb-ifb-title {
		font-size: 20px;
	}
	.holiday-benefit-list .holiday-card.wp-block-uagb-info-box .uagb-ifb-image-content img {
		max-width: 50px;
	}
	.holiday-benefit-list .holiday-card.wp-block-uagb-info-box p {
		font-size: 14px;
		line-height: 18px !important;
		margin-bottom: 0px !important;
	}
	.wp-block-columns.two-column-section .wp-block-column:nth-of-type(1) {
		margin-bottom: 0px;
	}
	.wp-block-uagb-post-carousel.home-blog-list article.uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__date {
		font-size: 14px;
		display: block;
	}
	.wp-block-uagb-post-carousel.home-blog-list article.uagb-post__inner-wrap .uagb-post__title {
		font-size: 25px;
	}
	.faq-section h2.wp-block-heading {
			font-size: 35px;
	}
	.newsletter-form-promo {
		margin-top: 10px;
	}
	.newsletter-form-promo .wp-block-button {
		position: static;
	}
	.newsletter-form-promo .wp-block-button .uagb-forms-main-submit-button {
		width: 100% !important;
	}
	.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-button {
		position: static;
	}
	.site-footer-primary-section-4 .uagb-forms-main-form .wp-block-button .uagb-forms-main-submit-button {
		width: 100% !important;
	}
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		padding-top: 35px; padding-bottom: 35px;
	}
	.site-primary-footer-wrap .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap [class*="site-footer-primary-section"] {
		width: 46%;
	}
	.site-primary-footer-wrap .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap .site-footer-primary-section-3,
	.site-primary-footer-wrap .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap .site-footer-primary-section-4 {
		width: 100%;
	}
}
@media (max-width: 560px) { 
	h2.wp-block-heading.populer_holiday,.villa h2.wp-block-heading,.apartment h2.wp-block-heading,.affortable h2.wp-block-heading {
    position: relative;
    padding-left: 50px;
	}
	h2.wp-block-heading.populer_holiday:before,.villa h2:before,.apartment h2:before,.affortable h2:before {
    padding-right: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 4px;
	}
	.section-title-container h2.wp-block-heading strong {
    padding-left: 0px !important;
  }
	.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .ast-builder-footer-grid-columns {
		grid-template-columns: repeat( 2,1fr );
	}
	.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section { margin-bottom:0px }
	.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .site-footer-section.site-footer-above-section-1 img {
		max-width: 150px;
	}
	.site-above-footer-wrap .site-footer-above-section-2 .ast-builder-html-element h3 {
		display: none;
	}
	.wp-block-group.offer-section .main-container > h3.wp-block-heading.has-text-align-center {
		font-size: 15px;
	}
	.wp-block-group.offer-section .main-container > h4.wp-block-heading.has-text-align-center.custom-heading-h3 {
			font-size: 25px;
	}
	.holiday-benefit-list .holiday-card.wp-block-uagb-info-box {
			min-height: 310px;
	}
	.newsletter-section h3.wp-block-heading {
			letter-spacing: 1px;
	}
	.newsletter-form-promo .wp-block-uagb-forms-accept label.uagb-forms-accept-label {
			font-size: 14px;
	}
}