/* *-*-*-*-*-*-*-*- Service Page -*-*-*-*-*-*-*-*- */
/* ===============================
   BUSINESS SERVICES – NON HOME
================================ */
body:not(.home) .business-service-sec .o-posts-grid-post {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    transition: 
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease;
    font-family: 'Fira Sans', sans-serif;
}

/* Hover effect */
body:not(.home) .business-service-sec .o-posts-grid-post:hover {
    background-color: #f9fafc;
    border-color: #1037B6;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
    transform: translateY(-8px);
}

/* ===============================
   IMAGE – BIGGER LOOK
================================ */
body:not(.home) .business-service-sec .o-posts-grid-post-image {
    /* height: 260px; */
    overflow: hidden;
}

body:not(.home) .business-service-sec .o-posts-grid-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills the area nicely */
    transition: transform 0.45s ease;
}

/* Image zoom on hover */
body:not(.home) .business-service-sec .o-posts-grid-post:hover img {
    transform: scale(1.08);
}

/* ===============================
   CONTENT
================================ */
body:not(.home) .business-service-sec .o-posts-grid-post-body {
    padding: 22px;
    gap: 0px;
}
/* Title */
body:not(.home) .business-service-sec .o-posts-grid-post-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

body:not(.home) .business-service-sec .o-posts-grid-post:hover 
.o-posts-grid-post-title {
    color: #1037B6;
    transform: translateY(-2px);
}

/* Description */
body:not(.home) .business-service-sec .o-posts-grid-post-description p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    transition: color 0.3s ease;
}

body:not(.home) .business-service-sec .o-posts-grid-post:hover 
.o-posts-grid-post-description p {
    color: #333;
}

/* ===============================
   LINK RESET
================================ */
body:not(.home) .business-service-sec .o-posts-grid-post a {
    color: inherit;
    text-decoration: none;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
    body:not(.home) .business-service-sec .o-posts-grid-post-image {
        height: 220px;
    }

    body:not(.home) .business-service-sec .o-posts-grid-post-title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    body:not(.home) .business-service-sec .o-posts-grid-post-image {
        height: 200px;
    }
}

.main_content {
    font-family: 'Fira Sans';
    font-size: 18px;
}
.service_benefit h4{
	font-family: 'Fira Sans';
    font-size: 30px;
    font-weight: 600;
    color: #E5781A;
}
div#service_inner_info {
    display: flex;
    gap: 20px;
}
.info_img {
    flex-basis: 45%;
}
.main_grp {
    flex-basis: 55%;
}
.business-service-sec  .business-service-grid{
	margin: 5% auto;
}
/* .business-service-sec .o-posts-grid-post a{
	width: 80px;
	height: 80px;
} */
.business-service-sec .o-posts-grid-post a img{
	width: 100%;
	height: 100%;
}
.business-service-sec .o-posts-grid-post{
	padding: 30px;
}
.business-service-sec .o-posts-grid-post h5,
.business-service-sec .o-posts-grid-post p{
	text-align: center;
  padding-top: 20px;
}
.business-service-sec .o-posts-grid-post h5{
	font: normal normal 600 24px/30px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #000000;
}
.business-service-sec .o-posts-grid-post p{
	padding: 10px 15px 0px 15px;
	font: normal normal 400 18px/30px 'Fira Sans', sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.7;
}
.business-service-sec .is-grid{
	grid-template-columns: repeat(3, 1fr) !important;
}
/* *-*-*-*-*-*-*-*-*-*- Contact Page *-*-*-*-*-*-*-*-* */
.business-contact-page .contact-page-row{
	box-shadow: 0px 3px 6px #00000029;
}
.business-contact-page .contact-page-row label{
	display: inline-block;
  font: normal normal 600 22px/15px 'Fira Sans', sans-serif;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.business-contact-page .contact-page-row input[type="text"]::placeholder,
.business-contact-page .contact-page-row input[type="email"]::placeholder,
.business-contact-page .contact-page-row textarea::placeholder{
	font: normal normal 400 15px/26px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #000000 !important;
}
.business-contact-page .contact-page-row textarea{
	height: 150px;
}
.business-contact-page .contact-page-row input[type="text"],
.business-contact-page .contact-page-row input[type="email"],
.business-contact-page .contact-page-row textarea{
	margin-top: 5px;
}
.business-contact-page .contact-page-row input[type="submit"]{
	font: normal normal 500 20px/26px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	background-color: #333B36;
	border-radius: 12px;
	padding: 15px 30px;
	margin-top: 15px;
}
.business-contact-page .contact-page-mail,
.business-contact-page .contact-page-call{
	margin: 10px 0px;
}
.business-contact-page.container{
	margin: 3% auto;
  padding: 3% 0;
}
/* *-*-*-*-*-*-*-*-*-*- Faq's Page *-*-*-*-*-*-*-*-* */
.business-faq-page.container{
	margin: 5% auto;
}
.business-faq-page .faq-question{
	box-shadow: inset -2px -2px 1px #00000029, -1px 0px 1px #00000029;
	margin-bottom: 20px;
}
.business-faq-page .faq-question .question .stk-hover-parent {
    box-shadow: unset;
}
.business-faq-page .faq-question.stk--is-open h4{
	color: #1037B6;
}
/* *-*-*-*-*-*-*-*-*-*- Blogs Page *-*-*-*-*-*-*-*-* */
.business-blog-page article{
	position: relative;
	height: min-content;
}
.business-blog-page article .uagb-post-grid-byline{
	position: absolute;
	right: 0%;
	bottom: 0%;
	margin-bottom: 6%;
	padding: 0;
	margin-right: 3%;
}
/* *-*-*-*-*-*-*-*-*-*- Places Page *-*-*-*-*-*-*-*-* */
/* Main card wrapper (each post row) */
body:not(.home) 
.packers-logistic-pro-archive-page 
.wp-block-post {
    margin-bottom: 30px;
}

/* Card container */
body:not(.home) 
.packers-logistic-pro-archive-page 
.wp-block-post > .wp-block-columns {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px;
    border: 1px solid #ebebeb;
    transition: all 0.35s ease;
    flex-direction: column;
    position: relative;
}

/* Image styling */
body:not(.home) 
.packers-logistic-pro-blog-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

/* Content spacing */
body:not(.home) 
.packers-logistic-pro-blog-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-top: 30px;
}

/* Title */
body:not(.home) 
.packers-logistic-pro-blog-content h2 a {
    color: #0a1d2d;
    transition: color 0.3s ease;
    text-decoration: none;
}

/* Meta text */
body:not(.home) 
.packers-logistic-pro-blog-meta {
    color: #6b7280;
}

/* Read more link */
body:not(.home) 
.wp-block-post-excerpt__more-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: #1037B6;
    transition: color 0.3s ease;
}

/* Card hover */
body:not(.home) 
.packers-logistic-pro-archive-page 
.wp-block-post > .wp-block-columns:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-6px);
    border-color: transparent;
}

/* Image zoom on hover */
body:not(.home) 
.packers-logistic-pro-archive-page 
.wp-block-post > .wp-block-columns:hover img {
    transform: scale(1.08);
}

/* Title color change on hover */
body:not(.home) 
.packers-logistic-pro-archive-page 
.wp-block-post > .wp-block-columns:hover h2 a {
    color: #1037B6;
}

/* Read more hover */
body:not(.home) 
.packers-logistic-pro-archive-page 
.wp-block-post > .wp-block-columns:hover 
.wp-block-post-excerpt__more-link {
    color: #0a1d2d;
}

/* Gradient overlay */
body:not(.home) 
.packers-logistic-pro-archive-page 
.wp-block-post > .wp-block-columns::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(16,55,182,0.06), transparent);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

/* Gradient overlay on hover */
body:not(.home) 
.packers-logistic-pro-archive-page 
.wp-block-post > .wp-block-columns:hover::after {
    opacity: 1;
}

.our-place-page-podt-grid .o-posts-grid-post{
	padding: 15px 15px 20px 15px;
	border-color: #dbdbdb !important;
}
.our-place-page-podt-grid .o-posts-grid-post-title a{
	font: normal normal 500 24px/30px 'Fira Sans', sans-serif;
  letter-spacing: 0.38px;
}
.our-place-page-podt-grid .o-posts-grid-post-description p{
	margin-bottom: 20px !important;
  font: normal normal 400 16px/30px 'Fira Sans', sans-serif;
  letter-spacing: 0.32px;
}
.our-place-page-podt-grid .o-posts-grid-post-description a{
	background-color: #42474B;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
  font: normal normal 400 16px/10px 'Fira Sans', sans-serif;
  letter-spacing: 0.29px;
}
.our-place-page-podt-grid .o-posts-grid-post-body{
  padding: 15px 0px 5px 0px;
}
.our-place-page-podt-grid .o-posts-grid-post-image img{
	height: 250px;
}
/* *-*-*-*-*-*-*-*-*-*- Single Service Page *-*-*-*-*-*-*-*-* */
.single-service .front_text p{
	display: none;
}
.single-service .service_description .right{
	padding-left: 2%;
}
.single-service .service_description h2,
.single-service .service_description h3{
	font: normal normal 500 30px/30px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #000000;
	margin: 25px 0px 10px 0px;
}
.single-service .service_inner_info p,
.single-service .service_benefit p{
	font: normal normal normal 16px/30px 'Fira Sans', sans-serif;
  letter-spacing: 0px;
  color: #000000;
}
.single-service .service_benefit ul{
	margin: 0;
}
.single-service .service_benefit ul li{
	font: normal normal normal 16px/30px 'Fira Sans', sans-serif;
  letter-spacing: 0px;
	list-style: none;
  color: #000000;
	margin: 5px 0;
  position: relative;
}
.single-service .service_benefit ul li::after{
	content: '\f00c';
	font-size: 15px;
	color: #1037B6;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: -25px;
	top: 2px;
}
/* *-*-*-*-*-*-*-*-*-*- Booking Page *-*-*-*-*-*-*-*-* */
.booking_page input[type="text"],
.booking_page input[type="number"],
.booking_page input[type="email"],
.booking_page select,
.booking_page textarea {
	box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  padding: 15px 25px;
	margin-bottom: 5px;
}
.booking_page input[type="text"]::placeholder,
.booking_page input[type="number"]::placeholder,
.booking_page input[type="email"]::placeholder,
.booking_page select[name="TimeOfArrival"],
.booking_page select[name="AdultChild"],
.booking_page textarea::placeholder {
	font: normal normal normal 18px/24px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #999D9A !important;
}
.booking_page textarea {
	height: 100px;
}
.booking_page .acceptance{
  margin: 35px 0;
}
.booking_page .acceptance span{
	font: normal normal normal 20px/27px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #858585;
	margin: 0;
}
.booking_page input[type="checkbox"]{
	width: 20px;
	height: 20px;
}
.booking_page input[type="submit"]{
	font: normal normal 500 22px/27px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding: 15px 25px;
	border-radius: 0;
	background-color: #333B36;
	box-shadow: 0px 3px 6px #00000029;
}
.booking-row .img-col {
	position: relative;
}
.booking-row .img-col img {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 740px;
}
.booking_page .form{
	padding: 15% 0;
}
/* *-*-*-*-*-*-*-*-*-*- Single Place Page *-*-*-*-*-*-*-*-* */
.place-pricing-card .wp-block-stackable-subtitle {
    background: #1037B6 !important;
}
.single-place .post-title h2{
	font-family: 'Fira Sans', sans-serif;
}
.place-pricing-card .price{
	position: absolute;
	top: -95px;
	right: 0;
	left: 0;
	text-align: center;
	justify-content: center;
}
.place-pricing-card .feature p:before{
	content: '\f00c';
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #1037B6;
}
.place-our-lounge-grid .o-posts-grid-post{
  padding: 15px;
}
.place-our-lounge-grid .o-posts-grid-post img{
  height: 250px;
}
.place-our-lounge-grid .o-posts-grid-post-body{
	margin-top: 20px;
}
.place-our-lounge-grid .o-posts-grid-post-body h5 a{
	font: normal normal 500 24px/25px 'Fira Sans', sans-serif;
	letter-spacing: 0.38px;
}
.place-our-lounge-grid .o-posts-grid-post-body p{
	font: normal normal normal 16px/25px 'Fira Sans', sans-serif;
  letter-spacing: 0px;
	margin-bottom: 15px !important;
}
.place-our-lounge-grid .o-posts-grid-post-description a{
	background-color: #42474B;
	padding: 10px 15px;
	text-decoration: none;
	font: normal normal 400 18px/40px 'Fira Sans', sans-serif;
	letter-spacing: 0.29px;
	color: #FFFFFF;
}
.post-img-col figure,
.post-img-col figure img{
	height: 100%;
}
.single-place-content .blog-main-content p{
	font: normal normal 400 20px/35px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #242424;
	margin: 0;
}
.single-place-content .place-content .row{
	margin-top: 4%;
}
.single-place-content .place-content .place-about-info h3{
	font: normal normal 500 25px/30px 'Fira Sans', sans-serif;
	letter-spacing:0px;
	color: #1037B6;
	margin-bottom: 15px;
}
.single-place-content .place-content .place-about-info p{
	font: normal normal 400 20px/30px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
}
.single-place-content .place-content .place-about-info ul li{
	font: normal normal 400 20px/40px 'Fira Sans', sans-serif;
	letter-spacing: 0.38px;
	list-style: none;
	position: relative;
}
.single-place-content .place-content .place-about-info ul li:before {
  content: '\f00c';
  position: absolute;
  left: -25px;
  color: #1037B6;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  font-weight: 900;
}
.single-place-content .place-content .place-location h3{
	font: normal normal 500 25px/40px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #1037B6;
	margin-top: 25px;
}
.single-place-content .place-content .place-location p{
	font: normal normal normal 20px/25px 'Fira Sans', sans-serif;
	letter-spacing: 0.38px;
}
.single-place .single-place-post-content{
	position: relative;
}
.single-place .place-content .info{
	position: relative;
	z-index: 5;
}
.single-place-post-content .single-place-form-row{
	justify-content: end;
	position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  margin-bottom: 35px;
  z-index: 1;
}
.single-place .form label{
	font: normal normal 400 20px/20px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.single-place .form input,
.single-place .form select{
	padding: 13px 10px;
	border-radius: 0;
	border: 0;
	background-color: #fff;
}
.single-place .form input[type="submit"]{
	background-color: #1037B6;
	width: 100%;
	margin-top: 15px;
}
.single-place .form input[type="date"]::placeholder {
	font: normal normal 400 20px/24px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #42474B;
}
.single-place .form span.wpcf7-spinner{
  display: flex;
	margin: 10px auto 0 auto;
}
/* *-*-*-*-*-*-*-*-*-*- Single Blog Page *-*-*-*-*-*-*-*-* */
.single-blog-page.wp-block-group{
	margin-bottom: 5%;
}
.single-blog-page .single-post-image{
	padding: 0 !important;
}
.single-blog-page .single-post-image img{
	height: 600px;
	object-fit: cover;
}
.single-blog-page .post-info{
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.post-info .post-author{
	align-items: center;
}
.admin-col .post-author img{
	border-radius: 50px;
}
.post-info .post-author .wp-block-post-author__name,
.post-info .post-date-col time{
	font: normal normal 500 20px/25px 'Fira Sans', sans-serif;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.post-info .post-author .wp-block-post-author__name{
	color: #1A093F;
}
.post-info .post-date-col{
	display: flex;
	align-items: center;
}
.post-info .post-date-col time{
	color: #BFBFBF;
}
.single-blog-page .post-info .post-content P{
	font: normal normal 400 20px/40px 'Fira Sans', sans-serif;
  letter-spacing: 0px;
  color: #242424;
  margin: 0;
}
.single-blog-page .post-info .post-form{
	width: 60%;
  margin: 5% auto 0% auto;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 50px;
}
.single-blog-page  .post-form form{
	display: flex;
  flex-wrap: wrap;
}
.single-blog-page  .post-form form p{
	width: 100%;
}
.single-blog-page  .post-form form p.comment-notes,
.single-blog-page  .post-form form p.comment-form-url,
.single-blog-page  .post-form form p span{
	display: none;
}
.single-blog-page  .post-form form p.comment-form-author{
	order: 1;
}
.single-blog-page  .post-form form p.comment-form-email{
	order: 2;
}
.single-blog-page  .post-form form p.comment-form-comment{
	order: 3;
}
.single-blog-page  .post-form form p.comment-form-cookies-consent{
	order: 4;
}
.single-blog-page  .post-form form p.form-submit{
	order: 5;
}
.single-blog-page  .post-form h3.comment-reply-title{
	font: normal normal 600 36px/60px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 15px;
}
.single-blog-page  .post-form form p label[for="author"],
.single-blog-page  .post-form form p label[for="email"],
.single-blog-page  .post-form form p label[for="comment"]{
	font: normal normal 600 20px/26px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #000000;
}
.single-blog-page  .post-form form input[type="text"],
.single-blog-page  .post-form form input[type="email"],
.single-blog-page  .post-form form textarea{
	border: 1px solid #1212124D;
	border-radius: 5px;
}
.single-blog-page  .post-form form input[type="checkbox"]{
	width: 18px;
  height: 20px;
  margin-right: 5px;
}
.single-blog-page  .post-form form .comment-form-cookies-consent label{
	font: normal normal 500 16px/30px 'Fira Sans', sans-serif;
  letter-spacing: 0px;
  color: #242424;
}
.single-blog-page  .post-form form input[type="submit"] {
    background-color: #1037B6;
    border-radius: 5px;
    font: normal normal 500 18px/20px 'Fira Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.single-blog-page  .post-comment {
    background: #E8ECFF;
    border-radius: 10px;
    width: 60%;
    margin: 7% auto 0% auto;
    padding: 25px;
}
.business-header-sec.sticky {
    box-shadow:
        0 -2px 0 #1037B6,              /* top colored line */
        0 4px 12px rgba(0, 0, 0, 0.12); /* bottom shadow */
}

.single-blog-page  .post-comment .comment-awaiting-moderation {
	display: none;
}
.single-blog-page  .post-comment .wp-block-comment-content P{
	margin: 0;
}
.single-blog-page  .post-comment .wp-block-avatar img{
	border-radius: 50px !important;
}
.single-blog-page  .post-comment .wp-block-comment-author-name{
	font: normal normal 600 23px/40px 'Fira Sans', sans-serif !important;
	letter-spacing: 0px;
	color: #242424;
}
.single-blog-page  .post-comment .wp-block-comment-content p{
	font: normal normal normal 16px/25px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #242424;
	margin-bottom: 20px;
}
.single-blog-page  .post-comment .wp-block-comment-reply-link a{
	font: normal normal 500 18px/25px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #242424;
	text-decoration: none;
}
.pagination .wp-block-post-navigation-link a{
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
}
.pagination .wp-block-post-navigation-link span{
	width: 100%;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__label{
	font: normal normal 400 20px/40px 'Fira Sans', sans-serif;
  letter-spacing: 0px;
  color: #A1A1A1;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__title{
	font: normal normal 500 18px/30px 'Fira Sans', sans-serif;
	letter-spacing: 0px;
	color: #242424;
}
.blog-inner-image .blog-left-img img,
.blog-inner-image .blog-right-img img{
	width: 100%;
	height: 100%;
}
.more-info h3{
	font: normal normal 600 25px/50px 'Fira Sans', sans-serif;
  letter-spacing: 0px;
  padding: 25px 0;
	margin: 0;
}
.more-info .blog-inner-image{
	margin: 35px 0px;
}
.post-info .category-social-icon{
	margin: 30px 0px 0px 0px;
	align-items: center !important;
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 40px;
}
.post-info .blog-category ul{
	padding: 0;
}
.post-info .blog-category ul li{
	list-style-type: none;
}
.post-info .blog-category ul li a{
	text-decoration: none;
  font: normal normal normal 18px/25px 'Fira Sans', sans-serif;
  letter-spacing: 0px;
  color: #242424;
  padding: 10px 15px;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
}
/* *-*-*-*-*-*-*-*-*-*- Search Page *-*-*-*-*-*-*-*-* */
.search-page .result ul li{
	max-width: 30%;
	display: inline-block;
	margin: 0 10px;
}
.result .wp-block-group .wp-block-columns h2 a:hover{
	color: #1037B6;
}
.result .wp-block-query-pagination-numbers{
	background: #1037B6;
	padding: 10px;
}
.result .wp-block-query-pagination-numbers a.page-numbers{
	padding: 0px 20px;
  color: #fff;
  text-decoration: none;
}
.result .wp-block-query-pagination-numbers .current{
	padding: 10px 15px;
  background: #fff;
}
.result .wp-block-query-pagination-previous,
.result .wp-block-query-pagination-next{
	color: #1037B6;
	text-decoration: none;
	font: normal normal normal 20px/25px 'Fira Sans', sans-serif;
}
.result .is-arrow-arrow{
	font-size: 30px;
	margin: 0px;
}
.packers-logistic-pro-archive-right .search label{
	font: normal normal 600 25px/25px 'Fira Sans', sans-serif;
	color: #fff;
	margin-bottom: 15px;
}

/* body:not(.home) .banner-content h2.has-text-align-center.title.wp-block-post-title.has-text-color.has-background-color {
    font-size: 40px !important;
}

body:not(.home) .banner-content .breadcrumds h2 {
    font-size: 33px !important;
}
body:not(.home) .banner-content .breadcrumds h3.wp-block-post-title {
    font-size: 33px !important;
} */
body:not(.home) .social-icon {
    display: none;
}

.single-blog-page .post-comment .wp-block-comment-author-name a {
    text-decoration: none;
    color: #1037B6;
}