/*
Theme Name: PBPB Child Theme
Template: PBPB-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: 'Rubik', Verdana, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
header#masthead {
    padding: 0;
    background: #0000;
    box-shadow: none;
}
/* =========================
   HEADER BASE
========================= */
.site-header {
    background: #2f3a7a;
    color: #fff;
}

.site-header .container {
    max-width: 100%;
    padding: 20px 20px 0;
}

/* =========================
   TOP BAR
========================= */
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

/* LOGO */
.header-logo img {max-width: 100%;max-height: 100%;}
.header-logo {
    flex: 0 0 auto;
}
.header-search {
    max-width: 550px;
}
.header-actions {
    flex-shrink: 0;
}

.header-logo .navbar-brand a {
    margin: 0px;
    width: unset;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s;
    align-self: center;
    height: 150px;
}

.header-logo .navbar-brand {
    display: block;
    margin: 0 30px;
    padding: 0;
    font-size: inherit;
    width: 100%;
}
.header-search-phone-cont {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    justify-content: end;
    padding-right: 30px;
}

.header-search-phone-cont .header-search {
    flex-grow: 1;
    max-width: 500px;
}

.header-search-phone-cont .header-search form.woocommerce-product-search {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    margin: 0 10px;
    border-radius: 5px;
}

.header-search-phone-cont .header-search form.woocommerce-product-search input#woocommerce-product-search-field-0 {
    border: none;
    padding: 0;
    flex-grow: 1;
    color: #333;
}
.header-search input.search-field::placeholder {
    color: #333;
}
.header-search-phone-cont .header-phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 10px;
    justify-content: flex-end;
}

.header-search-phone-cont .header-phone a {
    font-size: 3rem;
    font-family: 'Passion One', cursive;
    gap: 0;
}
/* SEARCH */
.header-search {
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-search form {
    position: relative;
    width: 100%;
}

.header-search input.search-field {
    width: 100%;
    padding: 10px 45px 10px 15px;
    border-radius: 6px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
}

.header-search button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
}

/* PHONE */
.header-phone {
    text-align: right;
}

.header-phone a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* =========================
   BOTTOM BAR
========================= */
.header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

/* MENU */
.header-menu .nav-menu {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu .nav-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
.site-header .header-bottom {
    width: 100%;
    padding: 10px 25px;
    overflow-y: initial;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    left: unset;
    z-index: unset;
    height: unset;
    margin-top: calc(20px + 130px);
}
.site-header .container .header-top {
    position: fixed;
    z-index: 2500;
    width: 100%;
    background: #243575;
    left: 0;
    top: 0;
}
.site-header .header-bottom .header-menu nav.navbar.navbar-expand-xl.p-0 div#main-nav ul#menu-main-menu li.menu-item {
    margin: 0 12px;
}
.site-header .header-bottom .header-menu nav.navbar.navbar-expand-xl.p-0 div#main-nav ul#menu-main-menu li.menu-item a.nav-link {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Rubik', Verdana, sans-serif;
    padding: 0px;
}
.site-header .header-bottom .header-menu nav.navbar.navbar-expand-xl.p-0 div#main-nav ul#menu-main-menu li.menu-item a.nav-link.dropdown-toggle::after {
    margin-left: 6px;
    position: relative;
    top: 2px;
}
.site-header .header-bottom .header-menu nav.navbar.navbar-expand-xl.p-0 div#main-nav ul#menu-main-menu  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #FFFFFF;
}
.site-header .header-bottom .header-menu nav.navbar.navbar-expand-xl.p-0 div#main-nav ul#menu-main-menu  .dropdown-menu li.menu-item a {
    color: #000;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.3;
    transition: 0.3s all ease;
}
.site-header .header-bottom .header-menu nav.navbar.navbar-expand-xl.p-0 div#main-nav ul#menu-main-menu  .dropdown-menu li.menu-item a:hover{
    filter: brightness(90%);
    background-color: #F5F5F5;
}
/* =========================
   CTA SECTION
========================= */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* BUTTON BASE */
.header-actions .btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

/* RECENTLY VIEWED */
.recently-viewed-btn {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

/* QUOTE BUTTON */
.quote-btn {
    background: #4c74b9;
    color: #fff;
    border: none;
}

/* =========================
   CART ICON
========================= */
.cart-icon {
    position: relative;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #4c74b9;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 11px;
}
.header-phone a svg.header-phone-icon {
    height: 32px;
    width: 32px;
    margin-right: 5px;
    transition: 0.25s;
    filter: brightness(100%);
    fill: #fff;
}


.site-width-container {
    max-width: 1140px;
    margin: 0 auto;
}
.site-width-container > .wp-block-group__inner-container {
    padding-right: 30px;
    padding-left: 30px;
}
/* =========================
	Products Hero Section
========================= */
section.hero-products {
    padding-top: 33px;
    padding-bottom: 33px;
    padding-right: 30px;
    padding-left: 30px;
}
.hero-products .sec-heading{
    font-family: 'Rubik', Verdana, sans-serif;
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 0;
	margin-top: 0;
    margin-bottom: 3px;
}
.hero-products .sec-subheading {
    font-family: 'Rubik', Verdana, sans-serif;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 0;
    margin-top: 0;
}

/* =========================
	Call For Assistance Section
========================= */
.calling-sec{
    padding-top: 30px;
    padding-bottom: 18px;
}
.calling-sec > .wp-block-group__inner-container{
    padding-right: 30px;
    padding-left: 30px;
}
.calling-sec .calling-box {
    max-width: 1140px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 50px;
}
.calling-sec .calling-box .sec-heading {
    font-family: 'Rubik', Verdana, sans-serif;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 0;
	margin-top: 0;
    margin-bottom: 25px;
}
.calling-sec .calling-box p{
    font-size: 16px;
    font-family: 'Rubik', Verdana, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

/* =========================
	Why Choose Palm Beach Party Section
========================= */

.why-choose-plan{
	padding-right: 30px;
	padding-left: 30px;
    padding-top: 0;
    padding-bottom: 30px;
}
.why-choose-plan .site-width-container > .wp-block-group__inner-container {
    padding-right: 0;
    padding-left: 0;
}
.why-choose-plan .sec-heading {
    font-family: 'Rubik', Verdana, sans-serif;
    font-size: 2.8rem;
    line-height: 1.1;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.why-choose-plan {
    font-family: 'Rubik', Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* =========================
	Children's Party Services Section
========================= */
.children-party-sec{
	padding-top: 64px;
	padding-bottom: 64px;
}
.children-party-sec > .wp-block-group__inner-container{
    padding-right: 30px;
    padding-left: 30px;
}
.children-party-sec .sec-heading {
    font-family: "Passion One", sans-serif;
    font-size: 2.8rem;
    line-height: 1;
    padding-bottom: 0;
    font-weight: 500;
	margin-top: 0;
}
.children-party-sec .content-column {
	font-family: 'Rubik', Verdana, sans-serif;
}
.children-party-sec .image-column img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.children-party-sec .wp-block-columns.site-width-container {
    gap: 1%;
    justify-content: space-between;
}
.children-party-sec .content-column {
    padding-right: 4px;
}
.children-party-sec .content-column ul.wp-block-list {
    padding-inline-start: 0;
}
.children-party-sec .content-column ul.wp-block-list li{
    display: -webkit-box;
    margin: 25px 0;
    line-height: 25px;
    list-style: none; 
    padding-right: 55px;
}
.children-party-sec .content-column ul.wp-block-list li strong{
    color: #ef3d24;
}
.children-party-sec .content-column ul.wp-block-list li::before{
    display: block;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(https://files.trippinweb.com/wp/steven-wp/wp-content/uploads/2026/04/icon_check.webp);
    background-color: #ef3d24;
    border-radius: 25px;
    background-size: contain;
    content: '';
}
@media (min-width: 886px){
	.children-party-sec .content-column ul.wp-block-list li:nth-last-child(1) {
		text-wrap: nowrap;
	}
}
.children-party-sec .content-column p:nth-last-child{
    margin-bottom: 0;
}
.children-party-sec .content-column p em {
    font-size: 1.1em;
    font-style: normal;
}
/* =========================
	Text Section
========================= */
.textosec p {
    margin: 0;
    line-height: 1.3;
}
.textosec p small {
    font-size: 85%;
    font-family: 'Rubik', Verdana, sans-serif;
    font-weight: 700;
}
.textosec.site-width-container > .wp-block-group__inner-container {
    padding: 64px 0 30px;
}
.site-width-container.party-equipment > .wp-block-group__inner-container {
    padding: 0 0 50px;
}
.party-equipment h2.wp-block-heading {
    font-size: 2.8rem;
    font-family: "Passion One", sans-serif;
    line-height: 1.1;
    padding-bottom: 0;
}
.renting-service .rs_box {
    background-color: #FFFFFF;
    padding: 4rem;
    border-radius: 25px;
    box-shadow: 1px 24px 59px -29px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 24px 59px -29px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 24px 59px -29px rgba(0,0,0,0.08);
}
.renting-service .rs_box {
    background-color: #FFFFFF;
    padding: 4rem;
    border-radius: 25px;
    box-shadow: 1px 24px 59px -29px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 24px 59px -29px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 24px 59px -29px rgba(0,0,0,0.08);
}
.renting-service .rs_box h2 {
    font-size: 2.8rem;
    font-family: "Passion One", sans-serif;
    line-height: 1.1;
    padding-bottom: 0;
    margin-bottom: 18px;
}
.renting-service .rs_box{
    font-family: 'Rubik', Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}
.renting-service .site-width-container > .wp-block-group__inner-container {
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #24292e;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 15px;
    font-family: 'Passion One', Verdana, sans-serif;
}

/* =========================================
   Single Product Page CSS Start Here
========================================= */
.single-product div#main {
    padding: 70px 15px;
}
.single-product div#main  .container {
    max-width: 1200px;
}
.single-product  div.product {
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: #FFFFFF;
    transition: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
.single-product div.product:hover {
    background-color: #FFF !important;
    filter: none;
    transform: none;
}

.single-product div.product .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
    flex: 0 0 45%;
}
.single-product div.product .summary.entry-summary {
    float: none !important;
    width: 100% !important;
    flex: 0 0 55%;
    padding-left: 35px;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0;
}
.single-product div.product .summary h1.product_title.entry-title {
    color: #ef3d24 !important;
    font-size: 2.8rem;
    line-height: 1.1;
    font-weight: 500;
    padding-bottom: 20px !IMPORTANT;
}
.single-product div.product .summary p.price {
    font-size: 30px;
    font-weight: 600;
    color: #243575;
}
.single-product div.product .summary .quantity input.qty {
    width: 90px;
    height: 56px;
    border-radius: 12px;
    border: 2px solid rgba(36, 53, 117, 0.15);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #243575;
    outline: none;
    margin-right: 10px;
    transition: 0.3s ease;
}
.single-product div.product .summary .quantity input.qty:focus {
    border-color: #1671BA;
}
.single-product div.product .summary .single_add_to_cart_button {
    height: 56px;
    padding: 0 34px !important;
    border-radius: 14px !important;
    background: #ef3d24 !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    transition: 0.3s ease;
    box-shadow: 0 10px 20px rgba(239, 61, 36, 0.2);
}

.single-product div.product .summary .single_add_to_cart_button:hover {
    background: #243575 !important;
    transform: translateY(-2px);
}
.single-product div.product .summary .product_meta {
    margin-top: 20px;
}





/* =========================================
   TABS
========================================= */

.single-product div.product .woocommerce-tabs {
    width: 100%;
    margin-top: 40px;
}

.single-product div.product .wc-tabs {
    display: flex;
    gap: 15px;
    padding: 0 !important;
    margin: 0 0 35px !important;
    border: none !important;
    border-bottom: 0 !important;
}

.single-product div.product .wc-tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.single-product div.product .wc-tabs li::before,
.single-product div.product .wc-tabs li::after {
    display: none !important;
}

.single-product div.product .wc-tabs li a {
    min-width: 170px;
    background-color: #FFF;
    border-radius: 14px;
    color: #243575 !important;
    text-decoration: none;
    font-weight: 500 !important;
    transition: 0.3s ease;
}

.single-product div.product .wc-tabs li.active a,
.single-product div.product .wc-tabs li a:hover {
    background: #ef3d24;
    color: #fff !important;
}

.single-product div.product .woocommerce-Tabs-panel {
    background: #fff;
    border: 1px solid rgba(36, 53, 117, 0.08);
    text-align: left;
    border: 0;
    outline: none;
}

.single-product div.product .woocommerce-Tabs-panel h2 {
    color: #243575;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 500;
    padding-bottom: 0;
    margin-top: 0;
    text-align: left;
}

.single-product div.product .woocommerce-Tabs-panel p {
    color: #555;
    line-height: 1.9;
    font-size: 16px;
}

/* =========================================
   REVIEWS FORM
========================================= */

.single-product div.product #review_form {
    margin-top: 30px;
}

.single-product div.product .comment-form label {
    display: block;
    margin-bottom: 10px;
    color: #243575;
    font-weight: 700;
}

.single-product div.product .comment-form textarea,
.single-product div.product .comment-form input[type="text"],
.single-product div.product .comment-form input[type="email"] {
    width: 100%;
    border-radius: 14px;
    border: 2px solid rgba(36, 53, 117, 0.12);
    padding: 16px;
    outline: none;
    transition: 0.3s ease;
}
.single-product div.product .comment-form textarea:focus,
.single-product div.product .comment-form input:focus {
    border-color: #1671BA;
}
.single-product div.product .comment-form textarea {
    min-height: 180px;
    resize: vertical;
}
.single-product div.product .comment-form .submit {
    height: 54px;
    padding: 0 30px;
    border: none;
    border-radius: 12px;
    background: #ef3d24;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}
.single-product div.product .comment-form .submit:hover {
    background: #243575;
}
.single-product div.product .wc-tabs::before {
    opacity: 0.4;
}
.single-product div.product .stars a {
    color: #ef3d24 !important;
}



/* =========================================
   RELATED PRODUCTS
========================================= */

.single-product .related.products {
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #ededed;
    text-align: left;
}
.single-product .related.products > h2 {
    font-size: 40px;
    color: #243575;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 15px;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.archive div#main ul.products,
.single-product .related.products ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 0;
    margin: 0;
}
.archive div#main ul.products::before,
.archive div#main ul.products::after,
.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after {
    display: none !important;
}
body.archive div#main ul.products li.product{
	width: auto !important;
}
.archive div#main ul.products li.product,
.single-product .related.products ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 15px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(36, 53, 117, 0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.35s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.archive div#main ul.products li.product:hover,
.single-product .related.products ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1);
    filter: none;
}
.archive div#main ul.products li.product img,
.single-product .related.products ul.products li.product img {
    width: 100%;
    border-radius: 18px;
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px solid #ededed;
}
.archive div#main ul.products li.product .woocommerce-loop-product__title,
.single-product .woocommerce-loop-product__title {
    color: #243575;
    font-size: 22px !important;
    line-height: 1.2;
    margin-bottom: 15px !important;
    font-weight: 400;
    padding: 0 !important;
}

.archive div#main ul.products li.product .price,
.single-product .related.products .price {
    margin-bottom: 20px !important;
}
.archive div#main ul.products li.product .amount,
.single-product .related.products .price .amount {
    color: #ef3d24;
    font-size: 24px;
    font-weight: 700;
}
.archive div#main ul.products li.product .button,
.single-product .related.products .button {
    width: 100%;
    border-radius: 14px !important;
    background: #1671BA !important;
    color: #fff !important;
    border: none !important;
    font-weight: 500 !important;
    transition: 0.3s ease;
    text-transform: uppercase;
    padding: 14px !important;
    margin-top: auto !important;
}
.archive div#main ul.products li.product .button:hover,
.single-product .related.products .button:hover {
    background: #243575 !important;
}
.woocommerce-message {border-top-color: #243575;}
.woocommerce-message::before {
    color: #243575;
}

/* =========================================
   Single Product Page End Start Here
========================================= */


.archive div#main {
    padding: 70px 15px;
}
.archive div#main h1.page-title {
    margin-top: 0;
    color: #243575;
}
nav.woocommerce-pagination {
    margin-top: 30px;
}
.woocommerce .woocommerce-ordering select {
    padding: 7px;
    margin-top: -14px;
}

/* ======================
 * Inner Page CSS Start Here 
 * ====================== */
.content-area .type-page header.entry-header {
    display: none;
}
.site-width-container.content-sec-gb {
    max-width: 1170px;
}
.site-width-container.content-sec-gb > .wp-block-group__inner-container {
    padding-right: 15px;
    padding-left: 15px;
}
.content-sec-gb .page-title_h2{
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 15px;
    font-family: 'Rubik', Verdana, sans-serif;
}
.content-sec-gb p.subpara {
    font-size: 1.3em;
    margin-bottom: 1rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: roboto, sans-serif;
}
h3.subheading {
    font-size: 1.3em;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.1;
    font-family: roboto, sans-serif;
}


.sa-hero-inner01{
    position: relative;
}
.sa-hero-inner01.site-width-container > .wp-block-group__inner-container {
    padding-right: 0;
    padding-left: 0;
}
.sa-hero-inner01 .sa-hero-inner-bg img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}
.sa-hero-inner01  .sa-hero-inner-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 3em;
    width: 100%;
    height: fit-content;
    margin: auto 0;
    padding: 0 75px;
}
.sa-hero-inner01 .sa-hero-inner-content h2.wp-block-heading {
    font-size: 54px;
    color: #FFF;
    padding-bottom: 0;
    margin-top: 0;
}
.sa-hero-inner01 .sa-hero-inner-content a.wp-element-button {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s all ease-in;
}
.sa-hero-inner01 .sa-hero-inner-content a.wp-element-button:hover{
    background-color: #000 !important;
    color: #FFF;
}
/* ======================
 * Inner Page CSS End Here 
 * ====================== */


/* ======================
 * Contact Page CSS Start Here 
 * ====================== */
.contact-us-form.contact-form-wrap {
    width: 100%;
    max-width: 749px;
    margin-left: auto;
    margin-right: auto;
}
.contact-us-form.contact-form-wrap  .two-col {
    display: flex;
    gap: 18px;
    justify-content: space-between;
}
.contact-us-form.contact-form-wrap  .two-col .form-group{
    flex: 0 0 calc(50% - 9px);
}
.contact-us-form.contact-form-wrap  .form-group {
    width: 100%;
    margin-bottom: 5px;
}
.contact-us-form.contact-form-wrap  input,
.contact-us-form.contact-form-wrap  textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    font-size: 16px;
    color: #666;
    outline: none;
    box-sizing: border-box;
    min-height: 46px;
}

.contact-us-form.contact-form-wrap  textarea {
    height: 130px;
    resize: none;
}
.contact-us-form.contact-form-wrap  input::placeholder,
.contact-us-form.contact-form-wrap  textarea::placeholder {
    color: #999;
}
.contact-us-form.contact-form-wrap  .submit-button {
    justify-content: center;
    text-align: center;
}
.contact-us-form.contact-form-wrap  input[type="submit"] {
    background: #0072bc;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    min-width: 340px;
    transition: 0.3s ease;
}
.contact-us-form.contact-form-wrap  input[type="submit"]:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {
    .contact-us-form.contact-form-wrap  .two-col {
        flex-direction: column;
        gap: 0;
    }

    .contact-us-form.contact-form-wrap  input[type="submit"] {
        width: 100%;
        min-width: 100%;
    }
	
	.slider-header h3 {
		font-size: 21px;
		font-weight: 400;
	}
}
/* ======================
 * Contact Page CSS End Here 
 * ====================== */

/* ======================
 * Additional CSS Start Here 
 * ====================== */
.font-rubik {
    font-family: 'Rubik', Verdana, sans-serif;
}
.h3-32 {
    font-size: 32px;
}
.h2-medium {
    font-size: 2.4rem;
}
.h2-48 {
    font-size: 48px;
}
.font-18 {
    font-size: 18px;
}

.service-area-content.content-sec-gb .page-title_h2 {
    font-weight: 400;
    font-family: 'Passion One', Verdana, sans-serif;
}
.service-area-content.content-sec-gb {
    margin-bottom: -3rem;
}
.osa-sa-sec section.service-area-section {
    padding: 40px;
}

/* Service Area Inner 2 Page CSS Start Here */
section.sa-hero-inner02 {
    padding: 4rem 0;
}
.sa-hero-inner02 > .wp-block-group__inner-container {
    background-color: #EF3D24;
    color: #FFF;
    max-width: 1170px;
    margin: 0 auto;
    padding: 4rem;
    border-radius: 25px;
    text-align: center;
    box-shadow: 1px 24px 59px -29px rgba(0,0,0,0.08);
    -webkit-box-shadow: 1px 24px 59px -29px rgba(0,0,0,0.08);
}
.sa-hero-inner02 h2.wp-block-heading {
    font-family: 'Passion One';
    font-size: 2.8rem;
    margin: 0 0 15px 0;
    padding-bottom: 0;
    font-weight: 500;
    color: #FFF;
}
.sa-hero-inner02 p {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.4;
}
.event-bounce-sec > .wp-block-group__inner-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.event-bounce-sec .wp-block-columns {
    gap: 0;
}
.event-bounce-sec .eb-card {
    padding: 32px 15px;
}
.event-bounce-sec .eb-card img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}
.event-bounce-sec .eb-card .eb-card-content {
    position: relative;
	max-width: 90%;
	width: fit-content;
    background-color: #FFFFFFe8;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem;
    border-radius: 25px;
    margin: -8rem auto 0;
    box-shadow: 1px 24px 59px -29px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 24px 59px -29px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 24px 59px -29px rgba(0, 0, 0, 0.08);
}
.event-bounce-sec .eb-card figure {
    margin-bottom: 0;
}
.event-bounce-sec .eb-card .eb-card-content h2.wp-block-heading {
    margin: 0 0 15px;
    padding-bottom: 0;
    font-size: 2rem;
    font-weight: 500;
    color: #ef3d24;
}
.event-bounce-sec .eb-card .eb-card-content a.wp-element-button {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s all ease-in;
}
.event-bounce-sec .eb-card .eb-card-content a.wp-element-button:hover{
    background-color: #000 !important;
    color: #FFF;
}
.event-bounce-sec .eb-card .eb-card-content  .wp-block-buttons {
    justify-content: center;
	margin-top: 1.5rem;
}
.ws-content > .wp-block-group__inner-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
h2.h2-normal {
    font-size: 2.8rem;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px;
}
.ws-content p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 20px;
}
.event-bounce-sec .sec-title {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px;
    padding-bottom: 0;
}
.event-bounce-sec .sec-desc {
    padding: 0 10px;
    margin-bottom: 0;
}

a.btn.recently-viewed-btn {
    display: none;
}

.ers-premium-footer .row.cp {
    visibility: hidden;
}

.single-product div.product .wc-tabs li#tab-title-reviews {
    display: none !important;
}
/* MAIN SECTION */
.read-less-more-sec{
    position: relative;
}

/* pehle 2 items show, baki 5 hide */
.read-less-more-sec .wp-block-list li:nth-child(n+3){
    display: none !important;
}
.sa-hero-inner02.read-less-more-sec .wp-block-list li:nth-child(n+2){
    display: none !important;
}
/* last paragraph hide */
.read-less-more-sec p:last-of-type{
    display: none;
}

/* fade shadow only content area */
.read-less-more-sec .wp-block-list{
    position: relative;
    overflow: hidden;
}
.read-less-more-sec .wp-block-list::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    height: 160px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        #fff
    );
    pointer-events: none;
    opacity: 0.8;
}

/* sab list items show */
.sa-hero-inner02.read-less-more-sec.active .wp-block-list li,
.read-less-more-sec.active .wp-block-list li{
	display: -webkit-box !important;
}

/* paragraph show */
.read-less-more-sec.active p:last-of-type{
    display: block;
}

/* shadow remove */
.read-less-more-sec.active .wp-block-list::after {
    display: none;
}
.read-less-more-sec .wp-block-buttons {
    justify-content: center;
}
.read-less-more-sec .wp-block-buttons a {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s all ease-in;
}
.read-less-more-sec .wp-block-buttons .wp-block-button {
    width: 108px;
}
.read-less-more-sec .wp-block-buttons a:hover {
    color: #fff !important;
    background: #000 !important;
}
.event-bounce-sec .arrow-card figure img {
    border-radius: 100%;
    margin-bottom: 20px;
}
.event-bounce-sec .arrow-card p strong {
    font-size: 16px;
    font-weight: 600;
}
.event-bounce-sec .arrow-card p {
    max-width: 80%;
    margin: 0px auto;
}
.arrow-card {
    box-shadow: 0px 16px 49px -27px rgba(173, 173, 173, 0.55);
	-webkit-box-shadow: 0px 16px 49px -27px rgba(173, 173, 173, 0.55);
	border-radius: 5px;
	margin-bottom: 50px !important;
}
.arrow-desc {
    padding-bottom: 60px !important;
}
.arrow-sec .wp-block-columns{
	gap: 30px;
}
/* 1st card */
.arrow-sec .wp-block-columns .arrow-card:nth-child(1){
    border-bottom: 5px solid #f55484;
}

/* 2nd card */
.arrow-sec .wp-block-columns .arrow-card:nth-child(2){
    border-bottom: 5px solid #8e78fb;
}

/* 3rd card */
.arrow-sec .wp-block-columns .arrow-card:nth-child(3){
    border-bottom: 5px solid #43c5e9;
}

/* 4th card */
.arrow-sec .wp-block-columns .arrow-card:nth-child(4){
    border-bottom: 5px solid #ff9c2a;
}
.category-grid {
        display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 1040px;
    margin: 0 auto;
    gap: 10px 30px;
}
.category-grid li {
    margin: 0 !important;
    font-size: 20px;
}
.category-grid li::before {
    content: "" !important;
    font-size: 20px;
    width: 25px !important;
    height: 24px !important;
    background: url(https://files.trippinweb.com/wp/steven-wp/wp-content/uploads/2026/05/Arrow-icon.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.category-section {
    padding-top: 30px;
    padding-bottom: 64px;
}
.category-section h2 {
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 30px;
}
.read-less-more-sec strong {
    color: #fff !important;
}
.sa-hero-inner02.read-less-more-sec .wp-block-list::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ef3d24);
    opacity: 0.8;
}
.pbpb-product-specs {
    margin-top: 3rem;
}
.pbpb-product-specs .spec-row {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}
.pbpb-product-specs .spec-row span {
    padding: 5px 5px 5px 10px;
    margin: 0;
    font-size: 1.18rem;
}
.pbpb-product-specs .spec-row:nth-child(odd) {
    background: #f4f4f4;
}
.pbpb-product-specs .spec-row:nth-child(even) {
    background: #fff;
    border-bottom: none;
    border-top: none;
}
.pbpb-custom-description-wrapper {
    text-align: left;
}
.pbpb-custom-description-wrapper .pbpb-product-description h2 {
    color: #ef3d24;
}
.services-sec .wp-block-columns.eb-card-content {
    all: unset;
}
.tc-para p {
    max-width: 1140px;
}
.renting-sec .wp-block-columns.site-width-container {
    gap: 3%;
}
.sec-slider-wrap{
    padding:80px 20px;  
    text-align:center;
}
/* FIXED RED BOX */
.sec-slide-content{
    background:#ff3b1f;
    border-radius:8px;
    padding: 50px 80px;
    max-width:1100px;
    margin:auto;
    color:#fff;
    position:relative;
}

/* SLIDE ITEM */
.sec-slide-item{
    text-align:center;
}

/* TEXT */
.sec-slide-text{
    font-size: 18px;
    line-height:1.7;
    margin-bottom:30px;
    color:#fff;
    text-align: left;
}
.sec-slider-wrap h2 {
    color: #ef3d24 !important;
}
/* NAME */
.sec-slide-name{
    font-size: 25px;
    font-weight:700;
    color:#fff;
    margin:0;
    margin-bottom: 20px;
}

/* DOTS */
.sec-slider .owl-dots{
    margin-top: 0px;
    text-align:center;
}

/* EACH DOT */
.sec-slider .owl-dot{
    margin:0 4px;
}

/* DEFAULT DOT */
.sec-slider .owl-dot span{
    width:12px !important;
    height:12px !important;
    background:transparent !important;
    border:1px solid #fff !important;
    border-radius:50%;
    display:block !important;
    transition:0.3s;
}

/* ACTIVE DOT */
.sec-slider .owl-dot.active span{
    background:#fff !important;
}

/* REMOVE FOCUS */
.sec-slider .owl-dot span:focus-visible,
.sec-slider .owl-dot:focus{
	outline: none;
}
.inf-sec {
    padding-bottom: 60px;
}
.inf-sec h2 {
    font-weight: 600;
}/*
section.children-party-sec.category-section .category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
section.children-party-sec.category-section .category-grid li {
    margin: 0;
    font-size: 20px;
    padding-right: 0;
}
section.children-party-sec.category-section .content-column ul.wp-block-list li::before {
    background: none !important;
    content: '➤' !important;
    font-size: 20px;
    width: auto !important;
    height: auto !important;
    color: #ef3d24;
}
section.children-party-sec.category-section  .sec-heading {
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}*/

.bg-box-shadow .site-width-container .wp-block-column.content-column {
    background-color: #FFFFFF;
    padding: 4rem;
    border-radius: 25px;
    box-shadow: 1px 24px 59px -29px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 24px 59px -29px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 24px 59px -29px rgba(0,0,0,0.08);
}
.bg-box-shadow ul li strong {
    color: #333333 !important;
}
.read-less-more-sec  ul.wp-block-list li {
    margin-top: 5px !important;
}
.read-less-more-sec ul.wp-block-list {
    padding-left: 3rem !important;
}
.faq-sec h2.wp-block-heading {
    font-family: 'Rubik', Verdana, sans-serif;
}
.ft-32 {
 font-size: 32px !important;
}

.site-header .header-bottom .header-menu nav.navbar.navbar-expand-xl.p-0 div#main-nav ul#menu-main-menu li#menu-item-36 ul.dropdown-menu.show,
.site-header .header-bottom .header-menu nav.navbar.navbar-expand-xl.p-0 div#main-nav ul#menu-main-menu li#menu-item-40 ul.dropdown-menu.show{
    min-width: 15rem;
}

body.home section#primary,
body.wp-singular section#primary{
	padding-right: 0;
	padding-left: 0;
}
span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
button.all-rental-mobile-btn {
    background: transparent;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 16px;
}
div#main-nav .navbar-nav {
    flex-wrap: wrap !important;
}
div#photoswipe-fullscreen-dialog {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
}
/* ======================
 * Responsive CSS Start Here 
 * ====================== */
@media (min-width: 992px){
	.header-menu button.navbar-toggler {
		padding: 0;
		box-shadow: none;
		color: #FFF;
		filter: invert(1);
		border: none;
		outline: none;
	}
	.header-menu button.navbar-toggler span.navbar-toggler-icon {
		background-image: none;
	}
	.mobile-header-bottom{
		display: none !important;
	}
}
@media (max-width: 1024px){
	.archive div#main ul.products,
	.single-product .related.products ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
	
    .header-search-phone-cont {
        padding-right: 10px;
    }
    .header-logo .navbar-brand {
        margin: 0 10px;
    }
}
@media (max-width: 991px){
	.site-header .container .header-top {
		flex-direction: column;
		gap: 15px;
		padding: 0;
	}
	.mobile-header-bottom{
		display: flex;
        justify-content: space-between;
		padding-top: 8px;
		padding-bottom: 10px;
	}
	.site-header .header-bottom {
		padding: 0 0 15px;
        margin-top: 0 !important;
	}
	.site-header .header-bottom .header-menu {
		position: absolute;
		top: -41px;
		z-index: 9999;
	}
	
	.ers-banner-carousel-2 {
		margin-top: -2rem !important;
	}

}
@media (max-width: 1200px){
    
    .site-header .header-bottom button.navbar-toggler{
		padding: 0;
		z-index: 999999 !important;
		position: fixed;
		bottom: 90%;
		transition: 0.4s all ease;
        font-size: 25px;
	}
	.site-header .header-bottom button.navbar-toggler.collapsed {
        position: relative;
        bottom: 73% !important;
        transition: 0.3s all ease;
        font-size: 25px;
    }	
	#main-nav  {
		position: fixed;
		top: 0;
		left: -100%;
		width: 87%;
		height: 100%;
		background-color: #243575;
		opacity: 0;
		overflow-y: auto;
		display: block;
		z-index: 99999;
		transition: 0.2s all ease;
	}
	#main-nav.show{
		left: 0;
		opacity: 1;
	}
	#main-nav ul#menu-main-menu {
		padding-top: 125px;
		padding-left: 12%;
	}
	#main-nav ul#menu-main-menu li.menu-item {
		margin-bottom: 10px !important;
	}
	
	.ers-banner-carousel-2 {
		margin-top: -1.6rem;
	}
	
}
@media (max-width: 767px){

	div#photoswipe-fullscreen-dialog  .pswp__top-bar .pswp__preloader {
		order: -1;
	}
	.content-sec-gb.font-18 {
		font-size: 16px;
	}
	.content-sec-gb.font-18  ul.wp-block-list {
		padding-left: 25px !important;
	}
	.pbpb-category-hero .pbpb-cat-heading {
		transform: translateY(-10px);
	}
	.children-party-sec .wp-block-columns.site-width-container {
		flex-direction: column-reverse !important;
	}
	.children-party-sec .wp-block-columns.site-width-container .wp-block-column.image-column {
		position: relative;
		width: 100%;
		margin-bottom: 35px;
	}
	.mobile-header-bottom{
		padding-bottom: 0;
		padding-top: 40px;
	}
	.party-packages-cards-sec .party-packages-cards{
		padding-right: 12px;
		padding-left: 12px;
	}
	
	.osa-sa-sec section.service-area-section {
    padding: 40px 10px;
}
	section.sa-hero-inner01 {
    margin-top: -2rem;
}
.sa-hero-inner01 .sa-hero-inner-bg img {
    border-radius: 0 0 10px 10px;
}
.sa-hero-inner01 .sa-hero-inner-content {
    padding: 0 70px;
    top: 5em;
    bottom: auto;
}
.sa-hero-inner01 .sa-hero-inner-content h2.wp-block-heading {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
}
	
    .sec-slider-heading{
        font-size:34px;
    }
	.site-header .container .header-top .header-search-phone-cont .header-phone{
		display: none;
	}
    .sec-slide-content{
        padding:50px 25px;
    }

    .sec-slide-text{
        font-size:18px;
    }

    .sec-slide-name{
        font-size:22px;
    }
	.header-search-phone-cont .header-search {
		max-width: 100%;
	}
	.header-search-phone-cont {
		padding: 0;
		margin-left: auto;
		margin-top: 10px;
		position: relative;
		display: block;
		max-width: calc(100% - 36px);
	}
	.site-header .container {
		padding: 10px 15px 10px;
	}
	.header-search-phone-cont .header-search form.woocommerce-product-search {
		padding: 10px;
	}
	.site-header .header-bottom {
		padding: 0;
		margin-top: 0 !important;
		position: relative;
	}
	
	
	section.hero-products .sec-heading {
		font-size: 33px;
	}
	section.hero-products {
		padding: 0 15px;
	}
	section.hero-products .sec-subheading {
		font-size: 26px;
		max-width: 90%;
		margin: 10px auto 15px;
	}
	section.hero-products .product-slider-box {
		margin: 0 0 15px !important;
	}
	section.hero-products  .wp-block-spacer {
		display: none;
	}
	
	.calling-sec {
		padding: 20px 0;
	}
	.calling-sec > .wp-block-group__inner-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.calling-sec .calling-box {
		padding: 23px;
	}
	.calling-sec .calling-box .sec-heading {
		font-size: 27px;
		margin-bottom: 15px;
	}
	.calling-sec .calling-box p {
		font-size: 15px;
	}
	.why-choose-plan .sec-heading {
		font-size: 25px;
	}
	section.why-choose-plan {
		width: 100%;
		padding: 0 15px;
	}
	section.why-choose-plan .wp-block-spacer {
		display: none;
	}
	
	.ers-filter-items {
		padding: 30px 15px;
		margin: 30px 0;
	}
	.ers-filter-items::before,
	.ers-filter-items::after{
		position: absolute;
		content: '';
		width: calc(100% - 30px);
		height: 1px;
		background: #000000;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		opacity: 0.1;
	}
	.ers-filter-items::after{
		top: auto;
		bottom: 0;
	}
	.children-party-sec {
		padding: 0;
	}
	.children-party-sec > .wp-block-group__inner-container {
		padding: 0 15px;
	}
	.children-party-sec .content-column ul.wp-block-list li::before {
		width: 20px;
		height: 20px;
		margin-top: 4px;
	}
	.textosec.site-width-container > .wp-block-group__inner-container {
		padding: 30px 25px;
		background-color: #ededed50;
		margin: 30px 0;
	}
	section.faq-sec {
		padding: 0 15px;
	}
	.site-width-container > .wp-block-group__inner-container {
		padding: 0;
	}
	section.faq-sec .faq-items .wp-block-accordion-item h5.wp-block-accordion-heading span.wp-block-accordion-heading__toggle-title {
		font-size: 17px;
		font-weight: 400;
		line-height: 1.2;
		padding-right: 10px;
	}
	section.faq-sec .faq-items .wp-block-accordion-item h5.wp-block-accordion-heading button {
		padding: 9px 0;
	}
	section.faq-sec .faq-items .wp-block-accordion-item, 
	section.faq-sec .faq-items .wp-block-accordion-item h5.wp-block-accordion-heading {
		border-radius: 10px;
	}
	section.faq-sec .faq-items .wp-block-accordion-item {
		margin-bottom: 11px;
	}
	section.faq-sec .faq-items .wp-block-accordion-item div.wp-block-accordion-panel {
		border-radius: 0 0 10px 10px;
		font-size: 14px;
		padding-top: 0;
	}
	section.faq-sec .faq-items .wp-block-accordion-item h5.wp-block-accordion-heading:hover span.wp-block-accordion-heading__toggle-title {
		transform: none;
	}
	.party-equipment h2.wp-block-heading {
		font-size: 30px;
		margin: 0;
	}
	.site-width-container.party-equipment > .wp-block-group__inner-container {
		padding: 30px 0;
	}
	.renting-service .rs_box {
		padding: 20px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, 
					rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
	}
	section.renting-service {
		padding: 0 15px;
	}
	.renting-service .rs_box h2 {
		margin-top: 10px;
		font-size: 30px;
		margin-bottom: 10px;
	}
	.service-area-section {
		padding: 20px 0 40px;
	}
	.service-area-grid {
		flex-direction: column;
		gap: 20px;
	}
	.service-area-grid .service-area-left,
	.service-area-grid .service-area-right{
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.service-area-list {
		column-count: 2;
		padding-right: 0;
	}
	.service-area-grid .service-area-right {
		flex: 0 0 100%;
	}
	
	.single-product div#main,
	.archive div#main{
		padding: 59px 9px;
	}
	.single-product div.product .woocommerce-product-gallery {
		flex: 0 0 100%;
	}
	.single-product div.product .summary.entry-summary {
		flex: 0 0 100%;
		padding: 0;
	}
	.archive div#main ul.products,
	.single-product .related.products ul.products {
		grid-template-columns: repeat(1, 1fr);
	}
	.archive div#main h1.page-title {
		padding-bottom: 0;
	}
	.archive div#main .woocommerce-ordering {
		float: none;
		margin-top: 10px;
		display: block;
	}
	.archive div#main .woocommerce-ordering select {
		margin-top: 0;
	}
	.archive div#main  .woocommerce-result-count{
		margin-right: 15px;
	}
	section.children-party-sec.category-section .category-grid {
		grid-template-columns: 100%;
		text-align: center;
	}
	section.children-party-sec.category-section .category-grid li {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	section.children-party-sec.category-section {
		margin-top: 50px;
	}
	.read-less-more-sec .site-width-container .wp-block-column.content-column {
		padding: 3rem 1rem;
	}
	.site-content > .row {
		margin-right: 0;
		margin-left: 0;
	}
	
}
/* @media (max-width: 756px){
	.mobile-header-bottom a.mobile-phone-link {
		display: none;
	}
} */
@media (min-width: 768px) and (max-width: 840px){
	section.children-party-sec.category-section .category-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 438px){
    .archive div#main .woocommerce-ordering select {
        float: right;
        margin-top: -9px;
    }
}
@media (min-width: 768px) and (max-width: 990px){
	.service-area-list{
		column-count: 1;
	}
}
/* OVERLAY */

.pbpb-category-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:999999;
    display:none;
    align-items:flex-start;
    justify-content:center;
    padding:40px;
    overflow-y:auto;
}

/* INNER */

.pbpb-category-popup-inner{
    background:#fff;
    width:100%;
    max-width:1250px;
    border-radius:6px;
    padding:25px 35px 40px;
    position:relative;
    min-height:600px;
}

/* HEADER */

.pbpb-popup-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.pbpb-popup-header h2{
    font-size: 36px;
    font-weight:700;
    color:#e44d26;
    margin:0;
    font-family:'Passion One', cursive;
}

.pbpb-popup-close{
    border:none;
    background:none;
    font-size: 40px;
    line-height:1;
    cursor:pointer;
    color: #111;
    font-weight: bolder;
}

#pbpb-category-search{
    width:280px;
    height:55px;
    border:2px solid #444;
    border-radius:4px;
    padding:0 18px;
    font-size:22px;
}

/* DIVIDER */

.pbpb-popup-divider{
    height:1px;
    background:#ddd;
    margin:25px 0 35px;
}

/* GRID */

.pbpb-category-grid{
    display:grid;
    grid-template-columns: repeat(7,1fr);
    gap:35px 22px;
}

/* CARD */

.pbpb-category-card{
    text-align:center;
    text-decoration:none;
    color:#222;
}

.pbpb-category-card:hover{
    text-decoration:none;
    color:#222;
}

.pbpb-category-image-wrap{
    height:110px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.pbpb-category-image-wrap img{
    max-width:100%;
    max-height:100px;
    object-fit:contain;
}

.pbpb-category-card h3{
    margin-top:14px;
    font-size: 16px;
    font-weight: 500;
    line-height:1.2;
    font-family: 'Rubik', Verdana, sans-serif;
}

.site-content > .row {
    margin-right: 0;
    margin-left: 0;
}

/* MOBILE */

@media(max-width:1200px){

    .pbpb-category-grid{
        grid-template-columns:repeat(5,1fr);
    }

}

@media(max-width:900px){

    .pbpb-category-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:600px){

    .pbpb-category-popup-overlay{
        padding:15px;
    }

    .pbpb-popup-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .pbpb-popup-header h2{
        font-size:42px;
    }

    #pbpb-category-search{
        width:100%;
    }

    .pbpb-category-grid{
        grid-template-columns:repeat(2,1fr);
        gap:25px 15px;
    }

}

@media (max-width: 992px){
	.pbpb-category-popup-overlay{
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
	}
	.pbpb-category-popup-inner {
		background-color: #243575;
		color: #FFFFFF;
        padding: 10px 15px 15px;
        min-height: 100%;
	}
	#pbpb-category-search {
		display: none;
	}
	.pbpb-popup-header {
		justify-content: flex-start;
		margin-bottom: 20px;
        position: sticky;
        top: 0;
        padding: 10px 0 10px;
        background: #243575;
	}
	.pbpb-popup-header h2 {
		padding-bottom: 0;
		color: #FFFFFF;
		font-size: 28px;
		font-weight: 500;
	}
	.pbpb-popup-close {
		font-size: 35px;
		padding: 0;
		color: #FFFFFF;
		font-weight: 500;
	}
	.pbpb-popup-divider {
		display: none;
	}
	.pbpb-category-grid {
		display: flex;
		flex-direction: column;
		gap: 2px;
		align-items: flex-start;
	}
	.pbpb-category-card {
		width: 100%;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.pbpb-category-card h3 {
		margin: 0;
		color: #FFFFFF;
	}
	.pbpb-category-image-wrap {
		width: 50px;
		height: 50px;
	}
	.pbpb-category-image-wrap img {
		height: auto;
		width: 100%;
	}
}
.single-post div#content section#primary,
ul.blogs-sec{
    padding: 3rem;
}
.single-post div#content section#primary .entry-meta {
    display: none;
}
.single-post div#content section#primary h1.entry-title {
    font-size: 2.8rem;
    font-weight: 400;
}
body.archive section#primary {
    flex:  0 0 100%;
    max-width: 100%;
}
body.archive aside#secondary, 
body.wp-singular.single-post nav.navigation.post-navigation{
    display: none;
}
body.archive section#primary .post.hentry {
    margin-bottom: 0;
}
ul.blogs-sec {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
    width: 100%;
    margin-top: 34px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
}
ul.blogs-sec a.wp-block-latest-posts__post-title {
    font-size: 2.8rem;
    margin: 0 0 15px 0;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 1rem;
    display: block;
}
ul.blogs-sec a.wp-block-latest-posts__read-more {
    text-decoration: none;
    color: #ef3d24;
    font-weight: bold;
}
.single-post div#content section#primary h2.wp-block-heading {
    color: #ef3d24;
    font-size: 2.8rem;
    margin: 0 0 15px 0;
    font-weight: 500;
    margin-bottom: 0;
}
ul.blogs-sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
@media (max-width: 991px) {
    ul.blogs-sec {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    ul.blogs-sec {
        grid-template-columns: 1fr;
    }
}
ul.blogs-sec li a.wp-block-latest-posts__post-title {
    font-size: 1.15rem;
}
ul.blogs-sec li {
    width: auto;
    flex: 0 0 275px;
    background-color: #FFFFFF !important;
    padding: 15px;
    border-radius: 24px;
    border: 1px solid rgba(36, 53, 117, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: 0.35s ease;
}
ul.blogs-sec li:hover{
	filter: brightness(95%);
    transform: translateY(-12px);
}
ul.blogs-sec li .wp-block-latest-posts__featured-image img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    border: 1px solid #ededed;
    border-radius: 15px;
}

.children-party-sec .content-column ul.wp-block-list li a {
    color: #212529;
}


.footer-menu li.menu-item-has-children > .sub-menu {
    display: none;
}

.footer-menu li.menu-item-has-children.active > .sub-menu {
    display: block;
}
.pb-booking-wrapper {
    display: none;
}