/*
Theme Name:   Twenty Nineteen Child
Theme URI:    http://example.com/
Description:  Twenty Nineteen Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     twentynineteen
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentynineteenchild
*/
/** General Styles **/

/* @link: https://bespokecatering.sydney/cocktails-and-canapes/
* */
/* #premium-canape-sec1,
#premium-canape-sec2,
#premium-canape-sec3,
#additional-platters-section,
#what-sec1,
#what-sec2,
#what-sec03,
#what-sec3,
#what-sec4,
#what-sec5,
#breaks-section,
#half-day-section1,
#half-day-section2,
#half-day-section2,
#fullday-section
{
display: none !important;
} */

#cta{
	display: none;
}

iframe{
	width: 100%;
	height: 100%;
	max-width: 100%;
}

:root {
    --primary-yellow: #e1ad01;
    --secondary-yellow: #e1ad01;
    --primary-red: #a01b18;
    --secondary-red: #c52d2a;
    --primary-black: #232222;
    --secondary-black: #1b1a1a;
}

#testimonial .slick-dots{
	bottom: 0;
	position: relative;
}

#testimonial .slick-dots li button{
	background-color: #fff;
}

#testimonial .slick-dots li.slick-active button{
	background-color: var(--primary-red);
}

p,
li,
span {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

a {
    color: #fff;
}

body {
    font-size: 14px;
}

.btn-link {
    font-style: italic;
    font-size: 14px;
    padding: 12px 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: var(--secondary-yellow);
}

#awards-section {
    margin-bottom: -9px;
    z-index: 2;
    position: relative;
    background-color: #ebebeb;
    padding: 30px 0;
    margin-top: 98px;
}
#awards-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-family: "San Serif Book FLF";
    color: #141414;
}
.awards-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 130px;
}
.awards-wrapper img {
    width: 100%;
    max-width: 145px;
}

.award {
    display: inline-block;
    margin: 10px;
}
.awards-img{
	display:flex;
	flex-direction:row;
	align-content:center;
	align-items:end;
	justify-content: space-around;
}
.awards-img img {
  width: 100%;
  max-width: 100px;
  display: inline-block;
}
.btn-getfreequote {
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .btn-getfreequote {
        margin-right: 15px;
    }
}

.post-navigation .nav-links a:hover {
    color: var(--primary-yellow);
}

.single-post .bespoke-post-navigation .nav-links {
    flex-wrap: wrap;
}

.single-post .bespoke-post-navigation .bespoke-blurb .photo-img:hover span {
    top: 0;
    width: 100%;
    height: 100%;
}

.single-post #colophon {
    margin-top: -130px;
}

@media screen and (max-width: 422px) {
    .single-post #colophon {
        margin-top: 0;
    }
}

.single-post article {
    padding-bottom: 80px;
}

.single-post .post-navigation {
    margin: 0px;
    max-width: 100%;
    width: 100%;
}

.post-navigation .nav-links {
    flex-direction: row;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.bespoke-post-navigation {
    position: relative;
    z-index: 30;
}

.post-navigation .nav-links > div {
    width: 50%;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .bespoke-post-navigation .bespoke-blurb {
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .post-navigation .nav-links > div {
        width: 100%;
    }
}

#bio-mission-vision .my-container {
    display: flex;
    flex-wrap: wrap;
}

#bio-mission-vision .my-container > div {
    width: 50%;
    padding: 20px;
}

.bio .sub p {
    font-weight: bold;
}

.about-qualities-container .my-container {
    text-align: center;
}

.about-qualities-container .my-container > h2 {
    text-align: center;
    font-family: "San Serif Book FLF", sans-serif;
}

.about-qualities {
    display: flex;
    flex-wrap: wrap;
}

.about-quality {
    width: 25%;
    padding: 20px;
}

.about-quality img {
    width: 50%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 1119px) {
    .about-quality img {
        width: 40%;
    }

    .about-quality {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .about-quality,
    #bio-mission-vision .my-container > div {
        width: 100%;
    }

    .about-quality img {
        width: 100%;
    }
}

.about-quality-wrapper {
    overflow: hidden;
    padding: 27px;
    text-align: center;
    background: #272727;
    border-radius: 20px;
    height: 100%;
}

.about-quality-heading {
    font-weight: 400;
}

/* Experience Page*/
.page-id-1882 .footer-cont .cta {
    display: flex;
    flex-direction: column;
}

.page-id-1882 .footer-cont .cta .cta-contnet {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
}

.page-id-1882 .footer-cont .cta p {
    display: inline;
}

.page-id-1882 .footer-cont .cta h5 {
    display: inline;
}

.footer-cont .cta .one-half {
    width: 100%;
    text-align: center;
}

.footer-cont .cta .one-half .btn {
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .page-id-1882 .footer-cont .cta {
        display: flex;
        flex-direction: row;
    }

    .page-id-1882 .footer-cont .cta .cta-contnet {
        /* 		width: auto; */
        text-align: left;
        margin-bottom: 0;
    }

    /* 	.page-id-1882 .footer-cont .cta p{
	display: inline;
}

	.page-id-1882 .footer-cont .cta h5{
	display: inline;
} */
}

#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.page-template-template-landing-v1 #banner-content,
.page-template-template-landing-v1 #banner-content .my-container {
    height: 100%;
}

.page-template-template-landing-v1 #banner-content {
    display: flex;
    flex-direction: column-reverse;
}

.page-template-template-landing-v1 #banner-content:after {
    /*     background: url('/wp-content/themes/twentynineteen-child/./assets/hero-overlay.png') no-repeat scroll 0 0 / auto
	transparent;
	content: "";
	z-index: 20;
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 554px;
	height: 238px; */
}

.page-template-template-landing-v1 #banner-content:before {
    /*     background: url('/wp-content/themes/twentynineteen-child/./assets/caption-background.png') no-repeat scroll 0 0 / auto
	transparent;
	content: "";
	z-index: 20;
	display: block; */
}

.page-template-template-landing-v1 #banner-content .text-wrap {
    /*     position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 40;
	background: transparent;
	width: 100%;
	margin: initial; */
    width: 100%;
    padding: 40px 0px 0px 0;
    background: transparent;
    border-radius: 0;
}

#facts {
    position: relative;
    background: #141414;
    padding: 40px 0 40px 0;
}

#facts:after {
    background: url('/wp-content/themes/twentynineteen-child/./assets/icon-line-bg.png');
    content: "";
    display: none;
    top: 0;
    left: 94px;
    width: 551px;
    height: 303px;
    z-index: 1;
    position: absolute;
}

#facts .my-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.fact-entry-wrap {
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.facts-footer {
    text-align: center;
}

.be-btn-primary {
    display: inline-block;
    padding: 10px 28px;
    background: var(--primary-red);
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    transition: all 200ms ease-in;
}

.be-btn-primary:hover,
.be-btn-primary:active,
.be-btn-primary:focus {
    font-weight: 700;
    color: #fff;
}

.landing-els {
    background-color: #141414;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 270px 0 370px;
    position: relative;
}

.landing-els:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #141414;
    z-index: 2;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}

.landing-els .my-container {
    position: relative;
    z-index: 10;
}

.fact-title {
    font-weight: 400;
}

.landing-els h1,
.landing-els h2,
.landing-els h3 {
    font-family: "Satisfy", sans-serif !important;
    font-weight: 400;
}

.landing-els {
    position: relative;
}

.landing-els:before {
    content: "";
    position: absolute;
    display: none;
}

#serv1:before {
    /*     top: -73px;
	background: url('/wp-content/themes/twentynineteen-child/./assets/facts-button-line.png');
	width: 239px;
	height: 106px; */
}

#serv2:before {
    background: url('/wp-content/themes/twentynineteen-child/./assets/serv2-line.png') no-repeat 0 0 / auto transparent;
    width: 430px;
    height: 191px;
    transform: rotate(-41deg);
}

@media screen and (min-width: 768px) {
    .fact-entry-wrap {
        padding: 40px;
    }

    .landing-els:after {
        display: none;
    }

    .landing-els:nth-child(even) .my-container {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 992px) {
    #myVideo {
        /* 		position: absolute; */
    }

    .page-template-template-landing-v1 #banner-content:before {
        /* 		position: absolute;
		top: 0px;
		left: -209px;
		width: 639px;
		height: 429px; */
    }

    #facts:after {
        display: block;
    }

    #facts {
        padding: 180px 0 180px 0;
    }

    #facts .my-container {
        flex-wrap: nowrap;
    }

    .page-template-template-landing-v1 #banner-content,
    .page-template-template-landing-v1 #banner-content .my-container {
        /*         height: 549px; */
    }

    .page-template-template-landing-v1 #banner-content .my-container {
        margin: initial;
    }

    .page-template-template-landing-v1 #banner-content .text-wrap {
        /*         width: 325px;
		top: 40%;
		left: 104px; */
    }

    #serv1 {
        /*         margin-top: -138px; */
    }

    #serv2 {
        margin-top: -20px;
    }

    .landing-els:before {
        display: block;
    }

    .page-template-template-landing-v1 #banner-content .text-wrap {
        /* 		top: 18%;
		left: 49px; */
    }

    .page-template-template-landing-v1 #banner-content:after {
        /* 		display: block; */
    }

    #serv1:before {
        /* 		right: 158px; */
    }

    #serv2:before {
        top: -30px;
        left: 37%;
    }

    #facts:after {
        left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .page-template-template-landing-v1 #banner-content,
    .page-template-template-landing-v1 #banner-content .my-container {
        /*         height: 728px; */
    }

    .page-template-template-landing-v1 #banner-content:before {
        /* 		left: 0;
		top: 25%; */
    }

    .page-template-template-landing-v1 #banner-content .my-container {
        margin: 0 auto;
        max-width: 1140px;
        width: 1140px;
    }

    .page-template-template-landing-v1 #banner-content .text-wrap {
        /* 		top: 36%;
		left: 154px; */
    }

    #serv2:before {
        top: -10px;
        left: 42%;
    }

    #serv1:before {
        /*     	right: 348px; */
    }

    #facts:after {
        left: 94px;
    }
}

@media screen and (min-width: 1400px) {
    .page-template-template-landing-v1 #banner-content .text-wrap {
        top: 26%;
        left: 107px;
    }
}

@media screen and (min-width: 1920px) {
    .page-template-template-landing-v1 #banner-content .text-wrap {
        top: 27%;
        left: 0px;
    }

    .page-template-template-landing-v1 #banner-content:before {
        /* 		left: 130px; */
    }
}

@media screen and (min-width: 2500px) {
    .page-template-template-landing-v1 #banner-content:before {
        /* 		left: 451px;
		top: 199px; */
    }
}

.wpcf7-select {
    color: #333;
    width: 39%;
    padding: 7px 16px 20px 0px;
    border-bottom: 2px solid #333;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    font-family: "San Serif Book FLF", sans-serif;
}

[name="cf-type-service"] {
    width: 100%;
    margin: 0 0 25px 0;
}

a:visited {
    color: inherit;
}
h1:not(.site-title):before,
h2:before {
    display: none;
}
html {
    scroll-behavior: smooth;
}
body {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "San Serif Book FLF", sans-serif;
    background-color: #232222;
    letter-spacing: 0.5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kalam", cursive;
    font-weight: 700;
}
h1 {
    font-size: 60px;
    position: relative;
    font-weight: 400;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 35px;
    font-weight: 500;
}
p,
li,
span {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
a {
    color: 14px;
    color: inherit;
    font-weight: 400;
    outline: none !important;
    text-decoration: none !important;
}
a:focus,
button:focus,
::hover,
::focus,
::active {
    outline: none !important;
    text-decoration: none !important;
}

.my-container {
    max-width: 1140px;
    margin: 0 auto;
}
anchor {
    display: block;
    padding: 50px 0;
}
#hp-what {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100px;
    top: 180px;
}
.menu-anchor {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 200px;
    top: -200px;
}
input[type="checkbox"] {
    cursor: pointer;
}

/** Header Styles **/
.order {
    text-align: center;
    padding: 15px 0;
    background: #e1ad01;
}
.order p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: bold;
}
.order a {
    background: #000;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
    border: 1px solid #000;
    font-weight: bold;
}
.order a:hover {
    background: transparent;
    transition: ease-in-out all 0.3s;
    color: #fff;
}
.hide {
    display: none;
}
#masthead .header-top {
    position: fixed;
    z-index: 1099;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #fffffe, #ffffff03 100%);
}

body:not(.home) #masthead .header-top {
    background: transparent;
}

#masthead .header-top.sticky {
    background: #232222 !important;
}
.page-template-template-menus #masthead .header-top,
.page-template-template-gallery #masthead .header-top,
.page-template-template-contact #masthead .header-top,
.page-template-menu-template #masthead .header-top {
    background-color: transparent;
}

#menu-menu-header li a {
    margin: 0 43px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
#menu-menu-header li a:hover,
#menu-menu-header-1 li a:hover {
    color: #fbcd35;
}
#masthead .header-main {
    padding: 15px 0 5px;
}
#masthead .site-brand {
    width: 20%;
}
#masthead .site-menu {
    width:62%;
}
#masthead .site-brand a {
    display: inline-block;
    line-height: 0;
}
#masthead .site-menu #menu-main-menu li a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}
#masthead .site-menu #menu-main-menu li a:hover {
    font-weight: 700;
    color: var(--primary-yellow);
}

.main-menu ul {
    padding: 0;
    list-style: none;
}

.main-menu > ul {
    display: flex;
}

.main-menu .children {
    display: none;
}

#masthead .header-main {
    display: flex;
    align-items: center;
    padding: 7px 0;
}

.header-top {
    -webkit-transition: all 700ms ease-in;
    -moz-transition: all 700ms ease-in;
    transition: all 700ms ease-in;
}
.header-top .header-main > .site-brand img {
    width: 100%;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.header-top.sticky .header-main > .site-brand img {
    width: 78%;
    filter: brightness(0) invert(1);
}
.header-top.sticky .header-main > .site-menu #menu-menu-header {
    margin: 47px 0;
}
.sticky {
    position: fixed;
}
.header-top.sticky {
    z-index: 99;
    background: #141414;
    width: 100%;
    top: 0;
}
.main-menu-more {
    display: none;
}
/** Home Page Style **/
.banner-slider .slick-track {
    top: 0;
}
.slider-container {
    padding: 250px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
#banner-content {
    position: relative;
}
.text-wrap {
    /*     position: absolute; */
    text-align: center;
    width: 820px;
    background: #232222cc;
    border-radius: 209px 209px 0 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    /*     top: -218px; */
}
/* .text-wrap p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
} */

.banner-text a::after {
    content: " ";
    background-image: url('/wp-content/uploads/2019/10/services-link-icon.png');
    background-repeat: no-repeat;
    width: 9px;
    height: 10px;
    position: absolute;
    margin-left: 20px;
    margin-top: 7px;
}

.seemore {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.menu-image1:hover .seemore,
.menu-image2:hover .seemore,
.menu-image3:hover .seemore,
.menu-image4:hover .seemore {
    opacity: 1;
}

.btn {
    padding: 12px 50px;
    background: #141414;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #fff;
}

.slick-center {
    transform: scale(1.2);
}
.gallery-images-wrapper {
    transition: all 300ms ease;
    position: relative;
}
.gallery-content .gallery-images-wrapper {
    float: left;
    width: 20%;
    text-align: center;
}
.gallery-content .gallery-images-wrapper:hover::before {
    background: transparent;
}
.gallery-content .gallery-images-wrapper img {
    margin: 0 auto;
    border-radius: 25px;
    width: 85%;
}
.gallery-content .gallery-images-wrapper:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    z-index: 9;
    padding: 20px;
    background-color: #fff;
    border-radius: 40px;
}
.gallery-content {
    margin: auto !important;
    max-width: 1740px;
    padding: 50px 0;
}
/*SLICK*/
.testi-slide .slick-track {
    top: 56px;
}
.testi-slide .slick-list {
/*     height: 506px; */
}
#testimonial-sec.hp .testi-slide .slick-list,
#testimonial-sec .testi-slide .slick-list {
    height: auto;
}
.testi-slide .slick-center img {
    border: 5px solid #000;
    border-radius: 36px;
    padding: 9px;
}

#hpsec6 {
    background: #fdfdfc;
    margin: 0;
    padding: 50px 0px;
    position: relative;
}
#hpsec6 h2 {
    color: #000;
    text-align: center;
}
#hpsec6 a {
    text-align: center;
    color: #141414;
    z-index: 9;
    display: block;
    position: relative;
    background-color: #fff;
    max-width: 200px;
    margin: 20px auto 0;
    border-radius: 30px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Montserrat";
    border: 2px solid #141414;
}
#hpsec6 a:hover {
    border-color: #141414;
    background-color: #141414;
    color: var(--primary-yellow);
}
#hpsec7 {
    padding: 355px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff !important;
    position: relative;
}
.testimonial-content {
    text-align: center;
    width: 50%;
    margin: 50px auto;
}
/* .test-bottom-image {
position: absolute;
right: 112px;
bottom: 93px;
} */
.test-bottom-image {
    position: absolute;
    right: 371px;
    bottom: 181px;
}
.testimonial-container > .slick-dots .slick-active button {
    background: #000;
    border: 2px solid #fff;
    border-radius: 50px;
}
.testimonial-container > .slick-dots li button {
    background: #fff;
    border-radius: 50px;
}
.slick-dots li button:before {
    content: "" !important;
}
.test-image {
    text-align: center !important;
    margin: 0 auto;
}
.test-comment {
    width: 39%;
    margin: 0 auto;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
}
.gallery-content > .slick-dots,
.blog-posts > .slick-dots {
    z-index: 9;
    bottom: 0;
}
.gallery-content > .slick-dots li button,
.blog-posts > .slick-dots li button {
    background: #000;
    border-radius: 50px;
}
.gallery-content > .slick-dots .slick-active button,
.blog-posts > .slick-dots .slick-active button {
    background: #fff;
    border: 2px solid #000;
    border-radius: 50px;
}
.slick-center .gallery-images-wrapper::before {
    content: "";
    background: none;
}
.background-image {
    padding: 300px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#hpsec9 {
    position: relative;
    margin-bottom: -240px;
    padding-bottom: 50px;
    background-color: #fdfdfc;
    display: none;
}
.tips-cont {
    color: #141414;
    width: 275px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 20px;
}
.tips-cont h3 {
    font-size: 60px !important;
    font-family: "Montserrat";
    padding: 0 0 20px;
}
.tips-cont h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
}
.tips-btn {
    background: var(--primary-red);
    padding: 12px 50px;
    border-radius: 50px;
    color: #fff;
    position: relative;
    top: 24px;
    font-weight: 700;
}
/* About Us */
#gbl-bnr .cols1 h1 {
    background-image: url('/wp-content/uploads/2019/11/Bespoke-about_after.png');
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    position: relative;
    background-size: contain;
    padding: 65px 0 15px;
}
#gbl-bnr {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
}
#about-sec1 {
    padding: 65px 0 100px;
    background-color: #141414;
    position: relative;
}
#about-sec1::before {
    content: "";
    background-image: url('/wp-content/uploads/2020/01/Our-Goal-Mid-img.png');
    width: 100%;
    height: 1265px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 93% center;
}
#about-sec1 h3 {
    font-family: "San Serif Book FLF", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    max-width: 635px;
    margin: 0 auto 65px;
    letter-spacing: 0.5px;
}
.about-row {
    z-index: 9;
    position: relative;
}
.about-row .column {
    width: 50%;
}
.about-row .column.col2 {
    float: right;
}
.about-row.row1 {
    margin-bottom: 450px;
}
#about-sec2 {
    padding-bottom: 60px;
    position: relative;
}
#about-sec2 h2 {
    text-align: center;
    font-family: "San Serif Book FLF", sans-serif;
}
#about-sec2 h2::before {
    content: "";
    background-image: url('/wp-content/uploads/2019/11/Curly_Lines-left-img.png');
    width: 864px;
    height: 539px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0px;
    top: -10px;
}
#about-sec2 .our-team {
    padding-top: 150px;
    text-align: center;
    position: relative;
}
.our-team .team-cont {
    display: inline-block;
    width: 310px;
    margin: 0;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.our-team .team-cont img {
    border-radius: 40px;
    opacity: 0.5;
}
.our-team .team-cont:hover img,
.our-team .team-cont.active img {
    opacity: 1;
}
.our-team .team-cont p span {
    display: block;
    color: #666666;
}
.our-team .team-cont p {
    text-align: center;
}
.our-team .team-cont.active,
.our-team .team-cont:hover {
    width: 370px;
    cursor: pointer;
}
.our-team .team-cont.active .team-ava,
.our-team .team-cont:hover .team-ava {
    transition: all ease 0.5s;
    border-color: #fff;
}
.team-cont .team-ava {
    border-radius: 40px;
    padding: 25px;
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
    position: relative;
}
.team-cont.active::before {
    background-color: transparent;
}
.team-cont:hover::before {
    background-color: transparent;
}
/** Why Choose Section **/
#why-choose-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    background-color: #141414;
}
#why-choose-sec .my-container {
    position: relative;
}
#why-choose-sec .why-cont {
    width: 500px;
    text-align: center;
    position: relative;
    right: 35px;
    background: rgba(20, 20, 20, 0.96);
    padding: 160px 0 100px;
    float: right;
}
#why-choose-sec .why-cont h2 {
    position: relative;
    z-index: 99;
    font-family: "San Serif Book FLF", sans-serif;
}
#why-choose-sec .why-cont img {
    display: block;
    margin: 0 auto 20px;
}
#why-choose-sec .why-cont span {
    font-size: 24px;
}
#why-choose-sec .why-cont ul {
    list-style: none;
    font-size: 24px;
    padding: 0 75px;
    z-index: 9;
    position: relative;
}
#why-choose-sec .why-cont ul li {
    padding: 30px 0;
    position: relative;
}
#why-choose-sec .why-cont ul li::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 11px;
    height: 12px;
    border-radius: 50%;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#why-choose-sec .why-cont ul li:last-child:after {
    background: transparent;
}
#why-choose-sec::before {
    content: "";
    background-image: url('/wp-content/uploads/2019/11/Why_Curly_img.png');
    width: 100%;
    background-repeat: no-repeat;
    height: 613px;
    position: absolute;
    z-index: 1;
    bottom: 40px;
}
/** Partners Logo Section **/
#partners-sec {
    background-color: #ebebeb;
    position: relative;
    background-image: url('/wp-content/uploads/2019/12/Partner_bg.png');
    background-size: 18% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
#partners-sec .p-container {
    padding: 30px 100px;
}
.partner-logo {
    width: 83%;
    float: right;
}
#partners-sec h2 {
    font-family: "San Serif Book FLF";
    max-width: 250px;
    display: inline-block;
}
#partners-sec .partner-logo ul {
    padding: 0;
}
.partner-slides .slick-arrow::before {
    color: var(--primary-yellow);
    font-size: 30px;
}
.partner-slides .slick-prev.slick-arrow {
    left: -40px;
}
.partner-slides .slick-slide {
    padding: 0 15px;
}

/** Blog Section **/
#blog-sec {
    background-color: #fdfdfc;
    padding: 20px 0;
}
#blog-sec h2 {
    text-align: center;
    color: #000;
}
.blog-box .bespoke-blurb {
    display: inline-block;
    width: 540px;
    color: #333;
    padding: 25px;
    vertical-align: top;
}
.blog-box .bespoke-post .bespoke-blurb .photo-img {
    text-align: center;
    position: relative;
    padding: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    line-height: 0px;
}
.bespoke-post .bespoke-blurb .photo-img img {
    border-radius: 50px;
}
.bespoke-post .bespoke-blurb .photo-img span {
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all ease-in-out 0.4s;
    opacity: 0;
    padding: 170px 0;
    background-color: rgba(0, 0, 0, 0.84);
    color: #fff;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    width: 508px;
}
.bespoke-post .bespoke-blurb .photo-img:hover span {
    opacity: 1;
}
.blog-box .bespoke-blurb .photo-img:hover {
    border-color: #000;
    border-radius: 50px;
}
.blog-box .blurb-cat-title p {
    text-align: center;
    font-weight: bold;
}
.blog-box .blurb-content p,
.blog-box .blurb-cat-title p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
.blog-box .blurb-cat-title h2 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
}
.blog-box .blurb-cat-title h2 a {
    font-weight: bold;
    color: #333333;
}
.bespoke-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
/** Single Post **/
.single-post .entry .entry-content > * {
    max-width: 100%;
    width: 100%;
}
.single-post .entry .entry-content > h1 {
    text-align: center;
    font-family: "San Serif Book FLF";
    font-weight: bold;
}

.single-post .entry-footer {
    /* .post-navigation { */
    display: none;
}
.single-post .entry .entry-content ul {
    font-size: 18px;
}
/** Contact Page **/
.inner-pages h1 {
    font-size: 100px;
    line-height: 110px;
    text-align: center;
    margin: 0;
}
#contact-banner h1 {
    margin-bottom: 80px;
}
#contact-banner {
    padding: 20px 0 80px;
}
.contact-details ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
    position: relative;
}
.contact-details ul li {
    display: inline-block;
    vertical-align: top;
    width: 265px;
    margin: 0px 30px;
}
.contact-details .detail-icon i {
    color: var(--primary-yellow);
    font-size: 25px;
}
.contact-details ul li p {
    text-align: center;
    line-height: 24px;
    letter-spacing: 1.5px;
    margin: 0;
}
#contact-sec1 {
    padding: 60px 0 80px;
    background-color: #fdfdfc;
}
.contact-fields br {
    display: none;
}
.contact-fields {
    max-width: 870px;
    margin: 0 auto;
}
#trigger-contact-fields {
    position: relative;
}
#contact-sec1 .wpcf7-validation-errors {
    color: #fff;
    max-width: 500px;
    margin: 20px auto 0;
    text-align: center;
    border-color: #f00;
    background-color: var(--primary-yellow);
}
#contact-sec1 .wpcf7-not-valid-tip {
    width: 150px;
    position: absolute;
    top: -25px;
}
.contact-fields .wpcf7-form-control-wrap .cf-field,
.contact-fields .cf-field {
    border: none;
    border-bottom: 2px solid #333;
    padding: 0 0 15px 0;
    font-size: 20px;
    font-family: "San Serif Book FLF", sans-serif;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 30px;
    outline: none;
}

.contact-fields .cf-guest-count .cf-field {
    width: 39%;
}

.contact-fields .cf-fullname .cf-field,
.contact-fields .cf-dietary-requirements .cf-field,
.contact-fields .cf-message .cf-field {
    width: 100%;
}
.contact-fields .cf-email .cf-field,
.contact-fields .cf-type-event .cf-field,
.contact-fields .cf-event-date .cf-field {
    width: 470px;
    margin-right: 50px;
}
.contact-fields .cf-email .cf-field,
.contact-fields .cf-phone .cf-field,
.contact-fields .cf-type-event .cf-field,
.contact-fields .cf-event-date .cf-field {
    display: inline-block;
    vertical-align: top;
}
.contact-fields .cf-phone .cf-field {
    width: 345px;
}

.contact-fields .cf-event-date input::-webkit-calendar-picker-indicator {
    opacity: 1;
    background: transparent;
    width: 100%;
    height: 30px;
    color: #0000;
    cursor: pointer;
    position: absolute;
}
.contact-fields .cf-event-date input::-webkit-clear-button {
    z-index: 1;
}
.contact-fields .wpcf7-form-control-wrap .cf-field::placeholder,
.contact-fields .cf-field::placeholder {
    color: #333;
    opacity: 1; /* Firefox */
}
.contact-fields .wpcf7-form-control-wrap .cf-field:-ms-input-placeholder,
.contact-fields .cf-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}
.contact-fields .wpcf7-form-control-wrap .cf-field::-ms-input-placeholder,
.contact-fields .cf-field::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}
.contact-fields .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: -25px;
    left: 0;
}
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
.page-template-menu-template .wpcf7-response-output {
    position: relative;
    margin: 0 auto !important;
    width: 60%;
    text-align: center;
    left: 0;
    right: 0;
    border-color: #f00 !important;
    bottom: 21%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
}
.wpcf7-form {
    position: relative;
}
.contact-fields label {
    display: block;
    color: #333;
    font-size: 20px;
    padding-bottom: 30px;
}
.contact-fields .cf-dropdown option {
    font-size: 16px;
}
#refer {
    width: 260px;
}
#trigger-submit {
    max-width: 217px;
    font-weight: 700;
    text-align: center;
}
#custom_recaptcha {
    display: inline-block;
}
#cf-submit,
#trigger-submit {
    display: block;
    margin: 30px auto 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    padding: 8px 75px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fff;
    border: 2px solid #141414;
    -webkit-box-shadow: 0px 20px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 16px 0px rgba(0, 0, 0, 0.1);
    color: #141414;
}
#cf-submit:hover,
#trigger-submit:hover {
    background-color: #141414;
    color: var(--primary-yellow);
}
.custom-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
}
.custom-modal-wrap.show {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}
.custom-modal-wrap .custom-modal {
    position: relative;
    display: block;
    width: 100%;
    max-width: 470px;
    background-color: #fff;
    color: #000;
    padding: 20px 50px;
    border: 2px solid #000;
}
.custom-modal-close {
    position: absolute;
    top: -20px;
    right: -20px;
    color: #fff;
    font-size: 30px;
    background-color: #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    line-height: 20px;
    text-align: center;
}
.custom-modal-wrap .custom-modal .wpcf7-checkbox .wpcf7-list-item {
    margin: 5px 0;
    display: block;
}
.page-template-template-contact #colophon .cta.flex,
.page-template-template-contact #colophon .cta,
.page-template-template-contact #colophon .footer-cont::before,
.page-template-template-contact #colophon .footer-cont::after {
    display: none;
}
.page-template-template-contact #colophon {
    margin-top: -100px;
}
.page-template-template-contact .blog-box .bespoke-blurb {
    position: relative;
    z-index: 9;
}

/** Footer **/
.page-template-template-home #colophon {
    background-color: #fdfdfc !important;
}

.page-id-1882 .footer-cont .cta {
    max-width: 850px;
}

#colophon {
    padding: 220px 0 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fdfdfc !important;
    position: relative;
    overflow: hidden;
}
.footer-btn {
    color: #fff;
    background: #000;
    padding: 12px 50px;
    border-radius: 50px;
    position: relative;
    top: 43%;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}
.footer-cont {
    position: relative;
}
.footer-menu-cont {
    width: 76%;
}
.footer-main {
    position: relative;
}
.footer-menu-cont #menu-menu-header-1 li {
    margin: 0px 32px;
}
.copyright {
    text-align: center;
    width: 100%;
}
.copyright p {
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Monteserrat", sans-serif;
}
.copyright a {
    color: var(--primary-yellow);
}
.btn:hover {
    border-color: #fff;
    background: #fff;
    color: var(--primary-yellow);
}
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.tips-btn.btn:hover {
    color: var(--primary-yellow);
}
.footer-menu #menu-main-menu-1 {
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer-cont .cta p {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}
.footer-cont .cta p span {
    font-size: 52px;
}
.footer-cont .cta h5 {
    font-size: 30px;
    margin: 0;
}

.footer-menu #menu-main-menu li {
    display: inline-block;
    margin: 0 20px;
}
.footer-navigation .footer-menu li {
    display: inline-block;
    margin: 0 19px;
}
.footer-navigation .footer-menu li:last-child {
    margin-right: 0;
}
.footer-navigation .footer-menu li a:hover {
    color: var(--primary-yellow);
}
.footer-menu-cont .social-menu .socials {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu-cont .social-menu .socials li {
    display: inline-block;
    margin: 15px 17px;
}
.footer-menu-cont .social-menu .socials li a {
    background-color: #fff;
    color: #000;
    height: 36px;
    width: 36px;
    line-height: 35px;
    font-size: 20px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #fff;
}
.footer-menu-cont .social-menu .socials li a:hover {
    background-color: transparent;
    color: var(--primary-yellow);
    border-color: var(--primary-yellow);
}
.footer-cont::after {
    content: "";
    background-image: url('/wp-content/uploads/2019/11/Footer_CTA-Curl-img1.png');
    position: absolute;
    height: 200px;
    width: 915px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    top: -165px;
    right: -380px;
}
.footer-cont::before {
    content: "";
    background-image: url('/wp-content/uploads/2019/11/Footer_CTA-Curl-img02.png');
    position: absolute;
    width: 950px;
    height: 250px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    left: -500px;
    bottom: 80px;
}
.copyright a:hover {
    color: #fff;
}
/** Inner Pages **/
.with-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
#innerpage-banner {
    padding-top: 189px;
    text-align: center;
}
#innerpage-banner h1 {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.93);
    padding: 80px 300px 30px;
    border-top-right-radius: 220px !important;
    border-top-left-radius: 220px !important;
}
#innerpage-sec1 {
    background-repeat: no-repeat;
    background-position: right center;
    padding: 100px 0 115px;
}
#innerpage-sec1 .cor-content {
    width: 50%;
}
#innerpage-sec1 .cor-content .sub p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
}
#innerpage-sec1 .cor-content .bt a {
    display: inline-block;
    margin: 17px 0;
    border: 2px solid #fff;
    padding: 10px;
    width: 203px;
    text-align: center;
    border-radius: 33px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    background-color: transparent;
}
#innerpage-sec1 .cor-content .bt a:hover {
    background-color: #fff;
    color: var(--primary-yellow);
}
#innerpage-sec1.alter {
    background-position: left center;
}
#innerpage-sec1.alter .cor-content {
    float: right;
}

.wedding-section.my-container{
	padding: 80px 0;
}

/** Menus Page **/
#menus-banner {
    padding: 120px 0 170px;
    position: relative;
}
#menus-sec1 {
    margin-bottom: 70px;
}
#menus-sec1 .wrapper {
    position: relative;
    padding-bottom: 280px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    #menus-sec1 .wrapper {
        display: flex;
        padding-bottom: 0px;
        align-items: center;
        min-height: 560px;
    }

    #menus-sec1 .wrapper:nth-child(2) .menu-detail-cont {
        text-align: left;
    }
}

#menus-sec1 .wrapper:nth-child(4) {
    padding-bottom: 190px;
}
#menus-sec1 .wrapper .menu-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    bottom: 0px;
}

@media screen and (min-width: 992px) {
    #menus-sec1 .wrapper .menu-image {
        top: 18%;
    }
}

@media screen and (min-width: 1120px) {
    #menus-sec1 .wrapper .menu-image {
        top: 0%;
    }
}

.wrapper .menu-content .menu-detail-cont {
    width: 50%;
    padding-right: 60px;
    /*     min-height: 370px; */
}
#menus-sec1 .wrapper .menu-image img {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 100%;
}
.menu-content .menu-detail-cont h4 {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu-content .menu-detail-cont a {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid var(--primary-yellow);
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Montserrat";
    text-transform: uppercase;
    line-height: 14px;
    margin: 10px 5px;
    background: var(--primary-yellow);
}
.menu-content .menu-detail-cont a:hover {
    border-color: #fff;
    color: var(--primary-yellow);
    background-color: #fff;
}
.wrapper:nth-child(2n + 2) .menu-detail-cont {
    float: right;
    text-align: right;
    padding-right: 0;
    padding-left: 60px;
}
.wrapper:nth-child(2n + 2) .menu-image {
    left: 0;
}
.wrapper:nth-child(2n + 2) .menu-image img {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
#menus-banner::before {
    background-image: url('/wp-content/uploads/2019/11/Menu-Curly_lines.png');
    content: "";
    width: 1300px;
    height: 2279px;
    position: absolute;
    left: 0px;
    right: 360px;
    margin: 0 auto;
    top: 160px;
    z-index: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
/** What We Do **/
#cf7-form-wrap .field-wrap {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: -1;
    color: #000;
}
#recaptcha-error p {
    color: #f00;
}
#selection-error p {
    display: block;
    width: 360px;
    margin: 50px auto 0;
    text-align: center;
    background-color: var(--primary-yellow);
    border: 1px solid #f00;
    padding: 7px 0;
    color: #fff;
    font-weight: bold;
}
#what-we-do-ban {
    background-position: bottom center;
    padding-bottom: 150px;
}
#what-we-do-ban h1 {
    padding: 60px 0 90px;
    padding-top: 175px;
}
#what-we-do-ban .what-content {
    max-width: 865px;
    margin: auto;
    padding-bottom: 10px;
    text-align: center;
}
#what-we-do-ban .what-content h3 {
    font-family: "San Serif Book FLF";
    text-transform: uppercase;
    letter-spacing: 2px;
}
#what-we-do-ban .what-content p {
    line-height: 30px;
}
#wedding-alacarte small {
    text-align: center;
    display: block;
    font-size: 100%;
    margin-top: 20px;
}
.buffet-boxes {
    justify-content: center;
    display: flex;
    text-align: center;
}
.buffet-boxes a {
    outline: none;
}
.buffet-boxes .hover-cont {
    z-index: 9;
    padding: 20px;
    border-radius: 30px;
    border: 2px solid transparent;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    height: 100%;
    display: inline-block;
}
.buffet-boxes .wed-pack-col .hover-cont {
    width: 100%;
}
.buffet-boxes .buffet-services-box .wpcf7-list-item {
    position: relative;
    z-index: 9;
    padding: 20px;
    cursor: pointer;
    border-radius: 30px;
    margin: 0 10px;
    border: 2px solid transparent;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.buffet-boxes .buffet-services-box .wpcf7-list-item:hover,
.buffet-boxes .buffet-services-box .selected,
.buffet-boxes .hover-cont:hover,
.buffet-boxes .hover-cont.selected {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    border-color: var(--primary-yellow);
}
.buffet-boxes .hover-cont.selected {
    border-color: transparent;
}
#buffet-radio-01 {
    visibility: hidden;
}
.buffet-boxes .buffet-cont {
    display: inline-block;
    vertical-align: top;
    width: 255px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    color: #000;
    min-height: 394px;
}
.buffet-boxes .buffet-cont::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
}
.buffet-boxes .buffet-cont h5 {
    font-size: 18px;
    font-family: "San Serif Book FLF";
    letter-spacing: 1.5px;
    margin-top: 0;
}
.buffet-boxes .buffet-cont p {
    text-align: left;
    font-size: 14px;
    margin: 0;
}
.buffet-boxes.ala-carte .buffet-cont p:last-child {
    position: absolute;
    bottom: 30px;
}
.buffet-boxes .buffet-cont.wed-pack p:last-child {
    position: absolute;
    bottom: 50px;
}
/* .buffet-boxes.canapes .buffet-cont p:last-child,#what-we-do-ban .buffet-boxes .buffet-cont p:last-child {
margin-top:20px;
} */
.corporate-catering .buffet-boxes .buffet-cont p:last-child {
    position: absolute;
    bottom: 20px;
}
.buffet-boxes.ala-carte .buffet-cont {
    width: 238px;
    height: 450px;
}
.buffet-boxes .buffet-cont ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.buffet-boxes .buffet-cont p span {
    padding-top: 30px;
    display: block;
}
.bg-what {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
#what-sec1 {
    padding: 200px 0 160px;
    margin-top: -120px;
    background-position: 59% top;
}

@media screen and (min-width: 992px) {
    #premium-canape-sec1 .wrap-contain {
        max-width: 500px;
    }
}

.wrap-contain .menu-list .wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
}
.wrap-contain {
    max-width: 625px;
    position: relative;
    padding: 0 30px;
    z-index: 9;
}
.wrap-contain label {
    cursor: pointer;
}
.wrap-contain h4 {
    text-align: center;
    font-weight: normal;
    font-family: "San Serif Book FLF";
    letter-spacing: 2px;
    font-size: 24px;
    text-transform: uppercase;
}
.wrap-contain h5 {
    font-family: "San Serif Book FLF";
    font-size: 20px;
    font-weight: bold;
}
.wrap-contain .menu-list p {
    font-size: 16px;
    line-height: 35px;
    text-align: left;
}
#what-sec2 {
    margin-top: -280px;
    padding: 165px 0 100px;
}
#what-sec2 .wrap-contain,
#what-sec4 .wrap-contain,
#what-sec3.a-la-carte .wrap-contain,
#wed-alacarte-mains .wrap-contain,
#wed-ala-dessert .wrap-contain,
#premium-canape-sec2 .wrap-contain {
    float: right;
}

@media screen and (min-width: 992px) {
    .page-id-354 #what-sec3 .wrap-contain {
        max-width: 596px;
        padding-left: 69px;
    }

    .page-id-1167 #breaks-section .wrap-contain {
        max-width: 572px;
        padding-left: 71px;
    }

    .page-id-354 #what-sec1 .wrap-contain {
        max-width: 584px;
        padding-left: 15px;
    }

    .page-id-354 #what-sec2 .wrap-contain {
        max-width: 584px;
        padding-right: 30px;
    }

    .page-id-354 #what-sec4 .wrap-contain {
        padding-right: 63px;
    }
}

.menu-list .sub-head {
    text-transform: uppercase;
    margin: 30px auto 0;
}
.menu-list ul li {
    line-height: 35px;
}
.menu-list .column {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
#what-sec3 {
    padding: 190px 0 200px;
    margin-top: -243px;
    position: relative;
}
#what-sec03 {
    margin-top: -310px;
    padding: 200px 0 150px;
}
#what-sec4 {
    padding: 200px 0 110px;
    background-color: #fdfdfc;
    margin-top: -260px;
    background-position: bottom center;
}
#what-sec04 {
    padding: 257px 0 135px;
    background-color: #fdfdfc;
    margin-top: -253px;
}
#what-sec5 {
    background-color: #fdfdfc;
    padding: 60px 0 530px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    overflow: hidden;
}
#what-sec5 h3 {
    color: #000;
    text-align: center;
    font-family: "San Serif Book FLF";
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
#what-sec5 h3 span {
    display: block;
    font-size: 24px;
    padding-top: 50px;
}
#what-sec5 h3::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2019/11/Add_Curly1.png');
    width: 852px;
    height: 843px;
    left: -382px;
    margin-top: 20px;
}
#what-sec5 h3::after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2019/11/Add_Curly2.png');
    width: 875px;
    height: 434px;
    right: -400px;
    top: -80px;
}
.add-boxes {
    position: relative;
    margin: 30px 0 60px;
}
.add-boxes .add-box {
    float: left;
    width: 260px;
    background-color: #000;
    padding: 30px;
    border-radius: 30px;
    margin-right: 33px;
    min-height: 380px;
    border: 1px solid #000;
}
.add-boxes .add-box h5 {
    font-size: 18px;
    text-align: center;
    font-family: "San Serif Book FLF";
}
.add-boxes .add-box h5 span {
    display: block;
    margin: 25px 0;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.add-boxes .add-box:nth-child(4) {
    margin-right: 0;
}
.add-boxes .add-box p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.after-boxes {
    position: relative;
}
.after-boxes .after-box,
.sweet-col {
    width: 50%;
    color: #000;
    margin: 0 auto 50px auto;
}
.after-boxes .after-box h4,
.sweet-col h4 {
    text-align: center;
    font-family: "San Serif Book FlF";
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    max-width: 400px;
    margin: 0 auto;
}
.after-boxes .after-box h4 span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 30px 0;
}
.after-boxes .after-box:nth-child(2) h4 {
    max-width: 300px;
}
.page-template-menu-template #terms-sec {
    display: none;
}
#terms-sec {
    background-color: #101010;
    padding-bottom: 90px;
}
#terms-sec h4 {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "San Serif Book FLF";
    margin: 0 0 30px;
}
#terms-sec .my-container {
    border-bottom: 2px solid #2d2d2d;
    padding-bottom: 60px;
}
#terms-sec p {
    font-size: 14px;
    line-height: 24px;
}
.page-template-template-what-we-do #blog-sec,
.page-template-menu-template #blog-sec {
    background-color: #101010;
}
.page-template-template-what-we-do #blog-sec h2,
.page-template-template-what-we-do .blog-box .bespoke-blurb,
.page-template-template-what-we-do .blog-box .blurb-cat-title h2 a,
.page-template-menu-template #blog-sec h2,
.page-template-menu-template .blog-box .bespoke-blurb,
.page-template-menu-template .blog-box .blurb-cat-title h2 a {
    color: #fff;
}
.page-template-template-what-we-do .blog-box .bespoke-blurb .photo-img:hover,
.page-template-menu-template .blog-box .bespoke-blurb .photo-img:hover {
    border-color: #fff;
}
.page-template-template-what-we-do #colophon,
.page-template-menu-template #colophon {
    display: none;
}
#what-footer {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 35px;
    margin-top: 0px;
    position: relative;
    background-color: #101010;
}
#what-footer::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2019/11/What_We_Footer_curly.png');
    width: 545px;
    height: 630px;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.menu-list .wpcf7-list-item-label {
    line-height: 30px;
}
#what-sec5 .contact-fields {
    margin: 50px auto;
}
/** Gallery Page **/
#gallery-banner {
    padding: 70px 0;
}
/** A La Carte Page **/
#what-sec1.a-la-carte {
    padding: 160px 0 150px;
    background-position: top center;
}
#what-sec2.a-la-carte {
    padding: 165px 0 170px;
    margin-top: -310px;
}
#what-sec3.a-la-carte {
    padding: 150px 0 100px;
    margin-top: -270px;
}
#what-sec4.a-la-carte {
    padding: 160px 0 120px;
    margin-top: -280px;
    background-position: bottom center;
}
#what-sec4.a-la-carte .wrap-contain {
    float: none;
}
/** Wedding Package **/
#what-sec1.wedding-package,
#what-sec2.wedding-package,
#what-sec3.wedding-package,
#wedding-alacarte,
#wed-alacarte-canape,
#wed-alacarte-mains,
#wed-ala-entree,
#wed-ala-dessert {
    display: none;
}
#what-sec1.wedding-package {
    background-position: top center;
}
#what-sec2.wedding-package {
    position: relative;
    padding: 165px 0 200px;
    margin-top: -320px;
}
#what-sec3.wedding-package {
    margin-top: -270px;
    background-color: #141414;
    position: unset;
}
#wedding-alacarte {
    padding: 100px 0 150px;
}
#wed-alacarte-canape {
    padding: 200px 0 160px;
    margin-top: -120px;
}
#wed-alacarte-mains {
    padding: 165px 0 130px;
    margin-top: -310px;
}
#wed-ala-entree {
    margin-top: -270px;
    padding: 150px 0 250px;
    position: relative;
}
#wed-ala-dessert {
    margin-top: -290px;
    background-color: #fdfdfc;
    padding: 330px 0 97px;
}
.wed-pack-col {
    float: left;
    width: 33%;
    padding: 0 10px;
}
.buffet-boxes .buffet-cont.wed-pack {
    width: 100%;
    min-height: 545px;
}
.wed-pack-col .dl-pdf {
    padding: 10px 20px;
    background-color: #141414;
    border-radius: 30px;
    border: 2px solid #fff;
    margin-top: 30px;
    display: inline-block;
}
.wed-pack-col .dl-pdf:hover {
    background-color: #fff;
    color: var(--primary-yellow);
}
.buffet-boxes .wed-pack-col .hover-cont:hover,
.buffet-boxes .wed-pack-col .hover-cont.selected {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
/** 2019 Premium Canape **/
.le-flex {
    display: flex;
    flex-wrap: wrap;
}
.premium-canapes .buffet-boxes .buffet-cont,
.popular-canapes .buffet-boxes .buffet-cont {
    min-height: 300px;
}
#premium-canape-sec1 {
    padding: 160px 0;
}
#premium-canape-sec2 {
    margin-top: -290px;
    padding: 160px 0 100px;
    position: relative;
}
#premium-canape-sec3 {
    margin-top: -250px;
    padding: 200px 0;
    background-color: #fdfdfc;
}
#additional-platters-section {
    position: relative;
    background-color: #fdfdfc;
    color: #000;
    padding: 80px 0 0;
    overflow: hidden;
}
#additional-platters-section .platter-boxes {
    z-index: 1;
    position: relative;
    justify-content: center;
}
#additional-platters-section .heading-wrap {
    text-align: center;
}
#additional-platters-section h3 {
    position: relative;
    margin-top: 0;
    font-family: "San Serif Book FLF";
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 60px;
    display: inline-block;
}
#additional-platters-section::before {
    content: "";
    background-image: url('/wp-content/uploads/2019/12/platter-line-01.png');
}
#additional-platters-section .heading-wrap h3::before {
    display: block;
    width: 855px;
    height: 850px;
    position: absolute;
    top: 25px;
    right: calc(100% + 10px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
#additional-platters-section .heading-wrap h3::after {
    display: block;
    width: 855px;
    height: 855px;
    position: absolute;
    top: -75px;
    left: calc(100% + 10px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
#additional-platters-section h4 {
    margin-top: 0;
    font-family: "San Serif Book FLF";
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
}
#additional-platters-section p:last-child {
    margin-bottom: 0;
}
#after-dark-petit {
    font-weight: 400;
    text-align: left;
    line-height: 1.7;
}
#after-dark-petit label {
    cursor: pointer;
}
.platter-boxes .platter-box {
    display: block;
    width: calc(25% - 36px);
    margin: 0 18px;
    /*     cursor: pointer; */
    color: #fff;
    background-color: #141414;
    padding: 35px 30px;
    border-radius: 18px;
    border: 1px solid transparent;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.platter-boxes .platter-box.selected,
.platter-boxes .platter-box:hover {
    background-color: #fff;
    color: #141414;
    border-color: #141414;
}
.platter-box .platter-heading {
    display: block;
    text-align: center;
    height: auto !important;
}
#additional-platters-section h5 {
    margin-top: 0;
    font-family: "San Serif Book FLF";
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
}
#additional-platters-section .platter-pricing p {
    text-align: center;
    margin-top: 0;
}
#additional-platters-section .platter-desc p {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}
#additional-platters-section .collection-list-wrap .heading {
    margin-bottom: 10px;
}
#additional-platters-section .collection-heading .pricing {
    text-transform: none;
}
#additional-platters-section .collection-list-wrap .heading,
#additional-platters-section .collection-list-wrap .pricing {
    font-weight: 400;
}
.collection-list-wrap {
    display: block;
    max-width: 500px;
    width: 90%;
    margin: 60px auto 0;
    position: relative;
}
.collection-list-wrap .tagline {
    margin-bottom: 36px;
}
.collection-list-wrap .tagline p {
    text-align: center;
    font-weight: 700;
}
#popular-canape-sec1 {
    padding: 146px 0 190px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
#additional-platters-section.popular {
    margin-top: -190px;
    padding-top: 240px;
}
#additional-platters-section .sweet-row {
    position: relative;
    padding: 60px 0 0;
}
#additional-platters-section .sweet-row h3 {
    text-align: center;
    font-family: "San Serif Book FLF";
    text-transform: uppercase;
    display: block;
}
/** Cocktail And Canapes Menu **/
#canapes-menu-tabs {
    text-align: center;
    position: relative;
}
#what-content1,
#what-content2 {
    position: absolute;
}
#canapes-menu-tabs .menu-tab {
    padding: 15px;
    background-color: var(--primary-yellow);
    display: inline-block;
    margin: 0 20px;
    font-size: 22px;
    line-height: 30px;
    width: 230px;
    border: 2px solid var(--primary-yellow);
    text-transform: uppercase;
}
#canapes-menu-tabs .menu-tab:hover,
#canapes-menu-tabs .menu-tab.active {
    background-color: #fff;
    color: var(--primary-yellow);
    text-decoration: none;
}
.pdf-dl {
    text-align: center;
    margin-top: 50px;
}
.pdf-dl a {
    font-weight: bold;
    padding: 8px 30px;
    border: 2px solid #fff;
    background-color: #141414;
    border-radius: 20px;
    font-size: 18px;
    line-height: 26px;
}
.pdf-dl a:hover {
    background-color: #fff;
    color: var(--primary-yellow);
}
/** Corporate Catering **/
#what-we-do-ban.corporate-catering {
    background-position: bottom;
}
.corporate-catering .buffet-boxes .buffet-cont {
    min-height: 280px;
    width: 200px;
    padding: 20px;
}
.corporate-catering .buffet-boxes .hover-cont {
    padding: 10px;
}
#breaks-section {
    margin-top: -135px;
    padding: 150px 0 170px;
}
#breaks-section #breaks-morning-fields,
#breaks-section #breaks-afternoon-fields {
    padding-left: 40px;
}
#half-day-section1 .wrap-contain,
#fullday-section .wrap-contain {
    float: right;
}
#half-day-section1 {
    padding: 160px 0 90px;
    margin-top: -280px;
}
#half-day-section2 {
    margin-top: -250px;
    padding: 170px 0 77px;
    position: relative;
}
#fullday-section {
    margin-top: -260px;
    padding: 230px 0 120px;
    background-color: #fdfdfc;
}
.after-boxes.corporate-platters {
    display: none;
}
.after-boxes.corporate-platters .after-box {
    width: 100%;
    float: none;
    max-width: 600px;
    margin: 0 auto 50px;
}
.add-boxes .add-box {
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.add-boxes .add-box:hover,
.add-boxes .add-box.selected {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}
.popular-canape .buffet-boxes .buffet-cont {
    min-height: 275px;
}
/** Icons **/
.sd-social-icon-text .sd-content li a::before {
    font-family: FontAwesome !important;
}
.sd-social-icon-text .sd-content li.share-facebook a::before {
    content: "\f082" !important;
}
.sd-social-icon-text .sd-content li.share-twitter a::before {
    content: "\f099" !important;
}
.sd-social-icon-text .sd-content li.share-linkedin a::before {
    content: "\f08c" !important;
}
/*******  RESPONSIVE *******/

/****** 1600px ******/
@media only screen and (max-width: 1600px) {
    .hpsec2-line {
        left: 220px;
    }
    #about-sec2 h2::before {
        background-size: 100%;
        width: 720px;
        height: 450px;
    }
    .last-p {
        width: 80%;
    }
    #why-choose-sec::before {
        bottom: 0px;
        background-size: 100%;
    }
    #menus-banner::before {
        width: 1240px;
        height: 2190px;
    }
    #what-sec2 {
        margin-top: -370px;
        padding: 165px 0 150px;
    }
    #what-sec3 {
        margin-top: -295px;
    }
    #what-sec4 {
        margin-top: -330px;
    }
    #what-footer::before {
        width: 495px;
        height: 580px;
    }
    .gallery-content {
        max-width: 1480px;
    }
    #partners-sec .p-container {
        padding: 30px 80px;
    }
    #hpsec3::before {
        width: 925px;
        height: 537px;
    }
}
/****** 1500px ******/
@media only screen and (max-width: 1500px) {
    #menus-banner::before {
        width: 1160px;
        height: 2060px;
        right: 340px;
    }
    #menus-banner {
        padding: 164px 0 110px;
    }
    .gallery-content {
        max-width: 1300px;
    }
    #testimonial-sec::before {
        left: 160px;
        background-size: 80%;
    }
    #testimonial-sec::after {
        right: 130px;
    }
    #innerpage-sec1.alter,
    #innerpage-sec1 {
        background-size: 47%;
    }
    #hpsec3::before {
        width: 900px;
        height: 490px;
        top: -70px;
    }
}
/****** 1366px ******/
@media only screen and (max-width: 1366px) {
    .gallery-content {
        max-width: 1180px;
    }
    h1 {
        font-size: 47px;
    }
    .text-wrap {
        top: -204px;
    }
    .hpsec2-line {
        left: 110px;
        width: 574px;
        height: 155px;
        background-size: 100% !important;
    }
    #awards-section h2 {
        margin-bottom: 10px;
    }
    #hpsec3::before {
        width: 760px;
        height: 440px;
        top: -22px;
    }
    .sec3-content h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .sec4-description p {
        width: 76%;
        margin: 51px auto;
    }
    .gallery-images-wrapper:before {
        width: 100%;
    }
    .whitespace {
        height: 0 !important;
    }
    #hpsec7 {
        padding: 200px 0;
    }
    .test-bottom-image {
        bottom: 16px;
        right: 162px;
    }
    #about-sec2 h2::before {
        left: -85px;
        background-size: 100%;
        width: 600px;
        height: 390px;
        top: 0;
    }
    #about-sec1::before {
        background-size: 80%;
    }
    #why-choose-sec::before {
        height: 515px;
    }
    /*  */
    #menus-banner {
        padding: 100px 0 140px;
    }
    #menus-banner::before {
        width: 1050px;
        height: 1860px;
        right: 315px;
    }
    #menus-sec1 .wrapper {
/*         padding-bottom: 170px; */
    }
    #innerpage-sec1 {
        padding: 70px 0 95px;
        background-size: 48%;
    }
    #what-footer::before {
        width: 375px;
        height: 438px;
    }
    .page-template-template-contact #colophon {
        margin-top: -50px;
        padding: 140px 0 30px;
    }
    #partners-sec .p-container {
        padding: 30px 80px 30px 40px;
    }
    .partner-logo {
        width: 80%;
    }
    #what-sec1 {
        background-position: 53% center;
    }
    .custom-modal-wrap .custom-modal {
        max-width: 560px;
        padding: 20px;
    }
    .custom-modal-wrap .custom-modal h4 {
        font-size: 18px;
        margin-top: 0;
    }
    .custom-modal-wrap .custom-modal p {
        font-size: 14px;
        margin-bottom: 0;
    }
    #what-sec1.a-la-carte {
        background-position: 55% 100%;
    }
    #what-sec03.a-la-carte {
        margin-top: -230px;
        padding: 170px 0 170px;
    }
    #innerpage-banner {
        padding-top: 200px;
    }
    #innerpage-banner h1 {
        padding: 60px 300px 30px;
    }
    #what-footer::before {
        width: 395px;
        height: 460px;
    }
}
/****** 1280px ******/
@media only screen and (max-width: 1280px) {
    .my-container {
        max-width: 1000px;
        margin: 0 auto;
    }
    #menu-menu-header li a {
        margin: 0 31px;
    }
    .text-wrap {
        width: 700px;
    }
    .hpsec2-line {
        left: 80px;
    }
    #hpsec3::before {
        width: 720px;
        height: 417px;
        top: 0;
    }

    .blog-image img {
        width: 94%;
    }
    .tips-cont {
        width: 300px;
    }
    #colophon {
        padding: 100px 0 0;
    }
    h5 {
        font-size: 30px;
    }
    #masthead .site-menu .menu-btn a {
        padding: 10px 20px;
        font-size: 12px !important;
    }
    #masthead .site-menu #menu-main-menu li {
        margin: 0 12px;
    }
    #testimonial-sec::before {
        left: 160px;
        background-size: 65%;
    }
    #what-sec1,
    #what-sec3 {
        background-position: 40% center;
    }
    #what-sec2,
    #what-sec4 {
        background-position: 60% center;
    }
    #what-sec1 {
        padding: 110px 0 230px;
    }
    #what-sec2 {
        padding: 165px 0 200px;
    }
    #what-sec4 {
        padding: 267px 0 80px;
    }
    #what-sec5 h3::before {
        width: 550px;
        height: 547px;
        left: -140px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #what-sec5 h3::after {
        width: 550px;
        height: 274px;
        right: -140px;
        top: -43px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .add-boxes .add-box {
        width: 235px;
        border-radius: 30px;
        margin-right: 20px;
    }
    #what-sec5 {
        padding: 60px 0 340px;
    }
    #terms-sec {
        padding-bottom: 50px;
    }
    #what-footer {
        padding: 50px 0 35px;
    }
    #what-footer::before {
        width: 335px;
        height: 388px;
    }
    .platter-boxes .platter-box {
        width: calc(33.333% - 36px);
        margin-bottom: 30px;
    }
    #premium-canape-sec1 {
        background-position: 37% center;
    }
    #premium-canape-sec2 {
        background-position: 60% center;
    }
    #premium-canape-sec3 {
        background-position: 40% center;
    }
    .footer-menu-cont .bottom-menu {
        width: 90%;
    }
    #breaks-section,
    #half-day-section2 {
        background-position-x: 40%;
    }
    #half-day-section1,
    #fullday-section {
        background-position-x: 60%;
    }
    .corporate-catering .buffet-boxes .hover-cont {
        margin: 0px 20px 40px;
    }
}
/****** 1200px ******/
@media only screen and (max-width: 1200px) {
    .my-container {
        max-width: 960px;
        margin: 0 auto;
    }
    .hpsec2-line {
        left: 50px;
    }
    #masthead .site-brand {
        width: 17%;
    }
    #masthead .site-menu {
        width: 82%;
    }
    #masthead .site-menu #menu-main-menu li {
        margin: 0px 10px;
    }
    #masthead .site-menu #menu-main-menu li a {
        font-size: 13px;
    }

    .contact-details ul li {
        margin: 0px 10px;
    }
    #hpsec3::before {
        background-size: 96%;
    }
    #gbl-bnr {
        padding-top: 250px;
    }
    #about-sec1 {
        padding: 65px 0 80px;
    }
    #about-sec1::before {
        width: 100%;
        height: 1115px;
        background-position: 100%;
        background-size: 70%;
    }
    .about-row .column.col2 {
        width: 100%;
    }
    .our-team .team-cont.active,
    .our-team .team-cont:hover {
        width: 350px;
    }
    .our-team .team-cont {
        width: 290px;
    }
    #testimonial-sec {
        padding: 60px 0 40px;
    }
    #why-choose-sec::before {
        height: 405px;
    }
    #testimonial-sec h2::after {
        width: 410px;
        height: 240px;
        background-size: 100%;
    }
    #testimonial-sec::after {
        right: 0;
        background-size: 70%;
        background-repeat: no-repeat;
        bottom: 0px;
    }
    #testimonial-sec::before {
        left: 70px;
        background-size: 70%;
        top: 290px;
    }
    .blog-box .bespoke-blurb {
        width: 450px;
    }
    .bespoke-post .bespoke-blurb .photo-img span {
        padding: 138px 0;
        width: 418px;
    }
    #menus-banner {
        padding: 80px 0 120px;
    }
    #menus-banner::before {
        width: 960px;
        height: 1700px;
        top: 120px;
        right: 240px;
    }
    #menus-sec1 .wrapper {
        padding-bottom: 60px;
    }
    #menus-sec1 {
        margin-bottom: 30px;
    }
    #innerpage-banner {
        padding-top: 230px;
    }
    #innerpage-banner h1 {
        padding: 60px 260px 30px;
    }
    #innerpage-sec1 .cor-content .sub p {
        margin-bottom: 40px;
    }
    #what-sec4 {
        margin-top: -290px;
        background-position: 64% center;
    }
    .add-boxes .add-box {
        width: 228px;
        padding: 20px;
        margin-right: 15px;
        min-height: 330px;
    }
    .gallery-content {
        max-width: 960px;
        padding: 30px 0;
    }
    #partners-sec h2 {
        font-size: 32px;
        line-height: 1;
    }
    .gallery-content .gallery-images-wrapper img {
        width: 90%;
    }
    .gallery-content .gallery-images-wrapper:hover img {
        padding: 15px;
    }
    #testimonial-sec.hp {
        padding: 260px 0 180px;
        margin-top: -70px;
    }
    #testimonial-sec::before {
        top: 340px;
    }
    #testimonial-sec.hp::after {
        right: -40px;
        bottom: -40px;
        background-size: 60%;
    }
    #what-sec1.a-la-carte {
        padding: 130px 0 280px;
    }
    #what-sec2.a-la-carte {
        padding: 165px 0 190px;
    }
    #what-sec03.a-la-carte {
        margin-top: -285px;
        background-position: 36% center;
    }
    #what-sec3.a-la-carte {
        padding: 160px 0;
        margin-top: -240px;
        background-position: 70% center;
    }
    .buffet-boxes .buffet-cont.wed-pack {
        min-height: 555px;
    }
}
/****** 1080px ******/
@media only screen and (max-width: 1080px) {
    .my-container {
        max-width: 900px;
        margin: 0 auto;
    }
    #masthead .site-menu #menu-main-menu li {
        margin: 0 15px;
    }
    #masthead .site-menu #menu-main-menu li a {
        font-size: 12px;
    }
    #menu-menu-header li a {
        margin: 0 21px;
    }
    #masthead .site-menu .menu-btn a {
        padding: 7px 12px;
        font-size: 10px !important;
    }
    #innerpage-banner {
        padding-top: 200px;
        text-align: center;
    }
    #hpsec3::before {
        background-size: 94%;
    }

    .sec3-content {
        width: 35%;
    }
    #hpsec7 {
        padding: 99px 0;
    }
    .test-bottom-image {
        bottom: 0px;
        right: 27px;
    }
    .background-image {
        padding: 171px 0;
    }
    .tips-cont h3 {
        font-size: 45px !important;
        margin: 0;
    }
    .tips-cont h6,
    .tips-cont p {
        font-size: 15px;
    }
    .tips-cont {
        width: 220px;
    }
    .tips-btn {
        padding: 10px 38px;
        top: 4px;
    }
    .cta.flex {
        position: relative;
        top: 23px;
    }
    .inner-pages h1 {
        font-size: 70px;
        line-height: 80px;
    }
    #menus-banner {
        padding: 60px 0 110px;
    }
    #menus-banner::before {
        width: 822px;
        height: 910px;
        top: 90px;
        right: 260px;
    }
    #menus-sec1 .wrapper {
        padding-bottom: 40px;
    }
    #innerpage-banner h1 {
        padding: 60px 240px 30px;
    }
    .add-boxes .add-box {
        width: 217px;
        padding: 20px;
        margin-right: 10px;
        min-height: 355px;
    }
    .footer-menu-cont .bottom-menu {
        width: 100%;
    }
    #testimonial-sec::before {
        background-size: 60%;
    }
    #testimonial-sec.hp {
        margin-top: -140px;
    }
    #testimonial-sec.hp::after {
        right: -60px;
    }
    #premium-canape-sec1 {
        background-position: 35% center;
        padding: 160px 0 230px;
    }
    #premium-canape-sec2 {
        background-position: 65% center;
    }
    #premium-canape-sec3 {
        background-position: 35% center;
        padding: 250px 0 120px;
    }
    #half-day-section1 {
        background-position-x: 64%;
        padding: 160px 0 200px;
    }
    #half-day-section2 {
        background-position-x: 35%;
        margin-top: -285px;
    }
    #fullday-section {
        background-position-x: 65%;
        margin-top: -281px;
        padding: 280px 0 50px;
    }
}
/****** 980px ******/
@media only screen and (max-width: 980px) {
    .my-container {
        max-width: 747px;
        margin: 0 auto;
    }
    #masthead .site-brand {
        width: 20%;
    }
    .gallery-content {
        max-width: 90%;
    }
    .header-btn.btn {
        position: relative;
        right: 100%;
    }
    #hp-what {
        top: 110px;
    }
    #hpsec2 {
        padding: 60px 0 12px;
    }
    #masthead .button-holder {
        display: none;
    }
    #responsive-menu-button {
        top: 41px !important;
        position: fixed !important;
        z-index: 9999999;
    }
    .header-btn.btn {
        position: relative;
        right: 100%;
    }

    .seemore {
        left: -19px;
    }
    #hpsec3 {
        padding: 100px 0;
    }
    #hpsec3::before {
        display: none;
    }
    .sec3-content h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec3-content {
        width: 39%;
        top: 10px;
    }
    #hpsec6,
    #hpsec8 {
        padding: 1px 0;
    }
    .test-bottom-image {
        bottom: 41px;
        right: -77px;
    }
    .test-comment {
        width: 65%;
    }
    .blog-link:hover {
        border-radius: 43px;
        width: 97%;
    }
    .blog-link::before {
        top: 100px;
    }
    .blog-link:hover::after {
        transform: scale(1.05, 1.1);
        border-radius: 42px;
    }
    .blog-cont p {
        width: 94%;
    }
    .footer-menu {
        width: 69%;
    }
    .cta.flex .one-half span {
        font-size: 40px;
    }
    .footer-menu #menu-menu-header-1 li {
        margin: 0px 22px;
    }
    .contact-details ul li {
        margin: 0px 0 20px;
    }
    .contact-fields .cf-email .cf-field,
    .contact-fields .cf-type-event .cf-field {
        width: 380px;
        margin-right: 30px;
    }
    .contact-fields .cf-phone .cf-field,
    .contact-fields .cf-event-date .cf-field {
        width: 332px;
    }
    #gbl-bnr .cols1 h1 {
        padding: 45px 0 15px;
    }
    #about-sec1 {
        padding: 55px 0 50px;
    }
    #about-sec1 h3 {
        font-size: 28px;
        line-height: 34px;
        margin: 0px auto 50px;
    }
    #about-sec1::before {
        width: 70%;
        height: 1115px;
        background-position: right;
        background-size: 100%;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 18%;
    }
    #about-sec2 h2,
    #why-choose-sec .why-cont h2,
    #testimonial-sec h2 {
        font-size: 32px;
    }
    #about-sec2 h2::before {
        left: 0;
        width: 420px;
        height: 270px;
        top: 0;
    }
    #about-sec2 .our-team {
        padding-top: 40px;
        text-align: center;
        position: relative;
    }
    .our-team .team-cont {
        width: 225px;
    }
    .our-team .team-cont.active,
    .our-team .team-cont:hover {
        width: 270px;
    }
    .team-cont .team-ava {
        padding: 15px;
    }
    #why-choose-sec .why-cont {
        right: 0;
        padding: 100px 0 40px;
    }
    #why-choose-sec .why-cont ul,
    #why-choose-sec .why-cont span {
        margin: 0;
        font-size: 20px;
    }
    #why-choose-sec .why-cont ul li {
        padding: 20px 0;
    }
    #why-choose-sec::before {
        display: none;
    }
    #partners-sec {
        background-size: 20% 100%;
    }
    #partners-sec .p-container {
        padding: 20px 40px;
    }
    #partners-sec h2 {
        font-size: 28px;
    }
    .partner-logo {
        width: 77%;
    }
    #testimonial-sec h2::after {
        width: 335px;
        height: 200px;
    }
    .testi-cont ul {
        margin: 0px;
    }
    #testimonial-sec::before {
        left: 60px;
        background-size: 100%;
        width: 190px;
        height: 160px;
    }
    #testimonial-sec::after {
        right: 50px;
        background-size: 100%;
        bottom: 120px;
        width: 240px;
        height: 220px;
    }
    #testimonial-sec.hp::after {
        right: 0px;
        bottom: 30px;
        background-size: 100%;
    }
    .testi-cont .slick-dots {
        bottom: 30px;
    }
    #testimonial-sec {
        padding: 40px 0 0px;
    }
    #testimonial-sec.hp {
        margin-top: -90px;
    }
    #innerpage-sec1.alter {
        background-size: 42%;
    }
    .blog-box .bespoke-blurb {
        width: 360px;
        margin: 0;
    }
    .blog-box .bespoke-post .bespoke-blurb .photo-img {
        padding: 10px;
    }
    .bespoke-post .bespoke-blurb .photo-img span {
        padding: 112px 0;
        width: 337px;
    }
    .blog-box .blurb-content p,
    .blog-box .blurb-cat-title p {
        font-size: 14px;
        max-width: 330px;
        margin: 0px auto;
    }
    #blog-sec h2 {
        margin: 10px 0;
    }
    #colophon {
        padding: 180px 0 5px;
    }
    #menus-banner {
        padding: 40px 0 60px;
    }
    #menus-banner::before {
        display: none;
    }
    .wrapper .menu-content .menu-detail-cont {
        width: 50%;
        padding-right: 30px;
    }
    .wrapper:nth-child(2n + 2) .menu-detail-cont {
        padding-left: 30px;
    }
    #innerpage-banner h1 {
        padding: 30px 200px;
    }
    #innerpage-sec1 .cor-content .bt a {
        margin: 10px 0;
        font-size: 14px;
    }
    #what-we-do-ban {
        padding-bottom: 30px;
    }
    #what-sec1 {
        padding: 120px 0 230px;
        margin-top: -90px;
    }
    #what-sec1,
    #what-sec3 {
        background-position: 30% center;
    }
    #what-sec2,
    #what-sec4 {
        background-position: 70% center;
    }
    #what-sec2 {
        margin-top: -270px;
        padding: 155px 0 250px;
    }
    #what-sec3 {
        margin-top: -283px;
        padding: 200px 0 150px;
    }
    #what-sec4 {
        margin-top: -320px;
        padding: 320px 0 80px;
        background-position: 70% center;
    }
    .corporate-catering .buffet-boxes .hover-cont {
        margin: 0px 5px 40px;
    }
    .popular-canape .buffet-boxes .buffet-cont {
        min-height: 235px;
    }
    .buffet-boxes .buffet-cont {
        margin: 0px 5px;
        width: 235px;
        padding: 15px;
        min-height: 335px;
    }
    #what-we-do-ban h1 {
        padding: 40px 0 50px;
    }
    .footer-cont .cta {
        margin: 110px auto;
    }
    .footer-cont::after {
        height: 100px;
        width: 465px;
        top: -85px;
        right: -120px;
    }
    .footer-cont::before {
        width: 520px;
        height: 140px;
        left: -120px;
        bottom: 120px;
    }
    #what-sec5 h3 span {
        font-size: 22px;
        padding-top: 20px;
    }
    #what-sec5 h3::before {
        width: 422px;
        height: 417px;
    }
    #what-sec5 h3::after {
        width: 420px;
        height: 204px;
        top: -33px;
    }
    .add-boxes {
        text-align: center;
    }
    .add-boxes .add-box {
        width: 260px;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 10px;
        min-height: 335px;
    }
    #what-sec5 {
        padding: 60px 0 250px;
    }
    #terms-sec .my-container {
        padding-bottom: 40px;
    }
    #what-footer {
        padding: 50px 0 20px;
    }
    .page-template-template-contact #colophon {
        margin-top: -50px;
        padding: 140px 0 5px;
    }
    #hpsec6 a {
        max-width: 190px;
        font-size: 16px;
    }
    .partner-slides .slick-arrow::before {
        font-size: 25px;
    }
    #premium-canape-sec1 {
        padding: 160px 0 260px;
        background-position: 28% center;
    }
    #premium-canape-sec2 {
        background-position: 70% center;
    }
    #premium-canape-sec3 {
        padding: 260px 0 80px;
        background-position: 28% center;
    }
    #what-sec2.a-la-carte {
        padding: 105px 0 230px;
    }
    #what-sec03.a-la-carte {
        padding: 130px 0 180px;
        background-position: 30% center;
    }
    #popular-canape-sec1 {
        background-position: 29% top;
    }
    .premium-canapes .buffet-boxes .buffet-cont,
    .popular-canapes .buffet-boxes .buffet-cont {
        min-height: 250px;
    }
    #what-sec1.a-la-carte {
        background-position: 28% center;
    }
    #what-sec3.a-la-carte {
        background-position: 70% center;
    }
    #what-sec4.a-la-carte {
        padding: 350px 0 110px;
        margin-top: -370px;
        background-position: 30%;
    }
    #menus-sec1 .wrapper:nth-child(4) {
/*         padding-bottom: 60px; */
    }
    #breaks-section,
    #half-day-section2 {
        background-position-x: 30%;
    }
    #half-day-section1,
    #fullday-section {
        background-position-x: 70%;
    }
    #half-day-section1 {
        padding: 160px 0 240px;
    }
    .wed-pack-col {
        float: none;
        width: 100%;
        padding: 0;
        display: block;
        margin-bottom: 30px;
    }
    .wed-pack-col a {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    .buffet-boxes .buffet-cont.wed-pack {
        min-height: 400px;
    }
    .wed-pack-col:first-child .buffet-cont.wed-pack {
        min-height: 240px;
    }
    #responsive-menu-button {
        top: 95px !important;
    }
    #responsive-menu-button.sticky {
        top: 72px !important;
    }
}
/****** 767px ******/
@media only screen and (max-width: 768px) {
    .my-container {
        max-width: 600px;
        margin: 0 auto;
    }

    #awards-section {
        margin: 0;
    }
    .header-btn.btn {
        position: relative;
        right: 54%;
    }

    #hpsec3 {
        background-size: contain;
    }
    .sec3-content h2 {
        font-size: 26px;
        line-height: 32px;
    }
    h2 {
        font-size: 30px;
    }
    .sec3-content {
        width: 44%;
    }
    .btn {
        padding: 10px 30px;
        font-size: 14px;
    }
    #hpsec7 {
        padding: 20px 0;
    }
    .slick-dots {
        bottom: 0;
    }
    .test-bottom-image {
        bottom: 20px;
        right: -158px;
    }
    .test-bottom-image img {
        width: 53%;
    }
    .tips-cont {
        width: 27%;
    }
    .cta.flex .one-half p,
    h5 {
        font-size: 24px;
    }
    .menu {
        margin: 0;
    }
    .contact-fields .cf-email .cf-field,
    .contact-fields .cf-type-event .cf-field {
        width: 350px;
        margin-right: 20px;
    }
    .contact-fields .cf-phone .cf-field,
    .contact-fields .cf-event-date .cf-field {
        width: 225px;
    }
    .contact-fields .cf-event-date input::-webkit-calendar-picker-indicator {
        background: transparent
            url(https://bespokecatering.sydney/wp-content/uploads/2020/02/cal_icon.png)
            center right/30px no-repeat;
    }
    .contact-fields .cf-event-date input::-webkit-clear-button {
        display: none;
    }
    .inner-pages h1 {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 40px;
    }
    #contact-banner {
        padding: 20px 0 50px;
    }
    #gbl-bnr {
        padding-top: 90px;
    }
    #gbl-bnr .cols1 h1 {
        padding: 35px 0 10px;
        margin-bottom: 0;
    }
    #about-sec1 {
        padding: 50px 0;
    }
    #about-sec1 h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0px auto 30px;
    }
    #about-sec1::before {
        height: 550px;
        top: 33%;
    }
    .about-row.row1 {
        margin-bottom: 570px;
    }
    .last-p,
    .about-row .column {
        width: 100%;
    }
    #about-sec2 h2::before {
        width: 320px;
        height: 210px;
    }
    .our-team .team-cont {
        width: 185px;
    }
    .our-team .team-cont.active,
    .our-team .team-cont:hover {
        width: 220px;
    }
    #why-choose-sec .why-cont {
        right: 0;
        padding: 60px 0 20px;
    }
    #testimonial-sec h2::after {
        width: 235px;
        height: 140px;
    }
    #testimonial-sec::after {
        bottom: 70px;
        width: 190px;
        height: 180px;
    }
    .blog-box .bespoke-blurb {
        width: 420px;
        margin: 0 auto 30px;
    }
    .bespoke-post .bespoke-blurb .photo-img span {
        padding: 132px 0;
        width: 397px;
    }
    .blog-box .bespoke-blurb:last-child {
        margin: 0 auto;
    }
    #colophon {
        padding: 265px 0 5px;
    }
    #menus-banner {
        padding: 40px 0 20px;
    }
    .wrapper .menu-content .menu-detail-cont,
    .wrapper:nth-child(2n + 2) .menu-detail-cont {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .wrapper:nth-child(2n + 2) .menu-detail-cont {
        text-align: left;
        padding-left: 0;
    }
    #what-sec1 {
        margin-top: -110px;
    }
    #menus-sec1 .wrapper .menu-image {
        position: relative;
        width: 100%;
    }
    #menus-sec1 .wrapper .menu-image img {
        border-radius: 0;
    }
    #menus-sec1 .wrapper {
        padding-bottom: 20px;
    }
    #innerpage-banner {
        padding-top: 140px;
    }
    #innerpage-banner h1 {
        padding: 30px 160px;
        margin-bottom: 0;
    }
    #innerpage-sec1 {
        padding: 40px 0 55px;
        background-size: 100%;
        position: relative;
    }
    #innerpage-sec1 .cor-content {
        width: 100%;
        position: relative;
    }
    #innerpage-sec1::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 0;
        top: 0;
    }
    #responsive-menu-button {
        top: 30px !important;
    }
    #what-we-do-ban h1 {
        padding: 40px 0 50px;
        margin-bottom: 0;
    }
    .buffet-boxes .buffet-cont {
        margin: 0px 5px 10px;
    }
    #what-sec2 .wrap-contain,
    #what-sec4 .wrap-contain {
        float: none;
    }
    .wrap-contain {
        padding: 0;
    }
    #what-sec2 {
        margin-top: -218px;
        padding: 155px 0 250px;
        background-position: 72% center;
    }
    #what-sec3 {
        margin-top: -253px;
        padding: 250px 0 160px;
        background-position: 29% center;
    }
    #what-sec4 {
        margin-top: -260px;
        padding: 300px 0 80px;
        background-position: 72.5% center;
    }

    #what-sec5 h3::before {
        width: 350px;
        height: 317px;
    }
    #what-sec5 h3::after {
        width: 350px;
        height: 144px;
        top: -23px;
    }
    .after-boxes .after-box {
        float: none;
        width: 100%;
        color: #000;
        margin-bottom: 30px;
    }
    #what-sec5 {
        padding: 50px 0 180px;
    }
    #what-footer {
        background-position: bottom;
    }
    .gallery-filter {
        padding-top: 35px;
    }
    .partner-logo {
        width: 70%;
    }
    #partners-sec {
        background-size: 25% 100%;
    }
    .gallery-content .gallery-images-wrapper {
        float: none;
        width: 29%;
        margin: 10px;
        display: inline-block;
    }
    .gallery-content {
        text-align: center;
    }
    #testimonial-sec::before {
        width: 160px;
        height: 130px;
    }
    .platter-boxes .platter-box {
        width: calc(50% - 36px);
    }
    #canapes-menu-tabs .menu-tab {
        padding: 10px;
        margin: 20px;
        font-size: 18px;
        line-height: 24px;
        width: 190px;
    }
    #innerpage-sec1.alter {
        background-size: cover;
        background-position: center;
    }
    .wrapper .menu-content .menu-detail-cont {
        min-height: auto;
    }
    .wed-pack-col:nth-child(2) .buffet-cont.wed-pack {
        min-height: 520px;
    }
    .wed-pack-col:nth-child(3) .buffet-cont.wed-pack {
        min-height: 460px;
    }
    #half-day-section1 {
        margin-top: -220px;
    }
    #half-day-section2 {
        margin-top: -245px;
    }
    #half-day-section2 {
        padding: 150px 0 100px;
    }
    #fullday-section {
        background-position-x: 73%;
        margin-top: -260px;
        padding: 270px 0 50px;
    }
    #premium-canape-sec1 {
        padding: 150px 0 390px;
        background-position: 27% center;
    }
    #premium-canape-sec2 {
        margin-top: -410px;
        padding: 150px 0;
        background-position: 73% center;
    }
    #premium-canape-sec3 {
        padding: 320px 0 120px;
        background-position: 28% center;
        margin-top: -310px;
    }
    #responsive-menu-button {
        top: 80px !important;
    }
    #responsive-menu-button.sticky {
        top: 64px !important;
    }
}
/****** 640px ******/
@media only screen and (max-width: 640px) {
    .my-container {
        max-width: 400px;
        margin: 0 auto;
    }
    #masthead .site-brand {
        width: 30%;
    }
    .header-btn.btn {
        position: relative;
        right: 0;
    }
    .awards-wrapper {
        gap: 50px;
    }
    h1 {
        font-size: 37px;
    }
    .text-wrap p {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    p {
        font-size: 16px;
    }
    #hp-what {
        top: 60px;
    }
    #hp-sec1 .slider-container {
        padding: 200px 0;
    }
    .text-wrap {
        width: 90%;
        top: -207px;
    }
    .banner-text {
        width: 75%;
        margin: 0 auto;
    }
    /* .menu-thumb:hover {
        border-color: #fff;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    } */
    .menu-text2,
    .menu-text4 {
        margin-left: 20px;
    }
    .sevices-menu-container {
        height: auto;
        border: none;
    }
    .menu-title {
        min-height: auto;
        text-align: center;
        margin: 0;
        padding: 0;
        position: relative;
    }
    /* .sevices-menu-container h3 {
        margin: 0 0 20px;
    } */
    .menu-thumb {
        left: 0;
        right: 0;
        margin: 30px auto 0;
    }
    #hpsec2 {
        padding: 30px 0 12px;
    }
    #hpsec3 {
        background-size: cover;
        background-blend-mode: overlay;
        background-color: #464646;
        background-position: right;
    }
    .sevices-menu-container:nth-child(1),
    .sevices-menu-container:nth-child(4),
    .sevices-menu-container {
        width: 100%;
    }
    .sec3-content {
        width: 100%;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    .gallery-content {
        margin: 11px 0;
    }
    .test-bottom-image {
        bottom: 16px;
        right: -213px;
    }
    .test-bottom-image img {
        width: 48%;
    }
    .test-comment {
        width: 100%;
    }
    .slick-dots {
        bottom: 43px;
    }
    .menu {
        display: block;
        text-align: center;
    }
    .blog-content {
        margin: 37px 0;
    }
    #testimonial-sec::before {
        opacity: 0.4;
    }
    #testimonial-sec.hp::after,
    #testimonial-sec::after {
        display: none;
    }
    .inner-pages h1 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 30px;
    }
    .contact-fields .wpcf7-form-control-wrap .cf-field {
        padding: 0 0 10px 0;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .contact-fields .cf-email .cf-field,
    .contact-fields .cf-type-event .cf-field {
        width: 100%;
        margin-right: 0;
    }
    .contact-fields .cf-phone .cf-field,
    .contact-fields .cf-event-date .cf-field {
        width: 100%;
    }
    #contact-sec1 {
        padding: 40px 0;
        background-color: #fdfdfc;
    }
    .contact-fields #cf-submit {
        margin: 15px auto 0;
    }
    .background-image {
        padding: 150px 0;
    }
    #gbl-bnr .cols1 h1 {
        padding: 35px 0 10px;
        margin-bottom: 0;
        background-image: none;
        background-color: rgba(0, 0, 0, 0.9);
    }
    #about-sec1::before {
        height: 328px;
        top: 40%;
        width: 48%;
        right: 0;
    }
    .about-row.row1 {
        margin-bottom: 300px;
    }
    #about-sec2 h2,
    #why-choose-sec .why-cont h2,
    #testimonial-sec h2 {
        font-size: 28px;
        margin: 0;
    }
    #about-sec2 h2::before {
        width: 263px;
        height: 167px;
    }
    .our-team .team-cont,
    .our-team .team-cont.active,
    .our-team .team-cont:hover {
        width: 80%;
    }
    #about-sec2 {
        padding-bottom: 40px;
    }
    #why-choose-sec .why-cont {
        right: 0;
        padding: 60px 0 20px;
        float: none;
        width: 100%;
        left: 0;
    }
    .partner-logo ul li {
        width: 32%;
    }
    #testimonial-sec h2::after {
        width: 185px;
        height: 120px;
    }
    .menu-content .menu-detail-cont h4 {
        font-size: 22px;
    }
    #innerpage-banner h1 {
        padding: 30px 80px;
        margin-bottom: 0;
    }
    #innerpage-sec1 .cor-content .sub p {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
    }
    .buffet-boxes .buffet-cont {
        margin: 0 0 15px;
        width: 300px;
        min-height: 330px;
    }
    #what-sec1 {
        padding: 140px 0 163px;
        margin-top: -140px;
    }
    #what-sec2 {
        margin-top: -158px;
        padding: 55px 0 220px;
        background-position: 72% center;
    }
    #what-sec3 {
        margin-top: -225px;
        padding: 130px 0 115px;
        background-position: 30% center;
    }
    #what-sec4 {
        margin-top: -240px;
        padding: 250px 0 63px;
        background-position: 70% center;
    }
    .footer-cont .cta p {
        font-size: 26px;
        line-height: 40px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        text-align: center;
    }
    .footer-cont .cta p span {
        font-size: 40px;
    }
    .footer-cont .cta h5 {
        font-size: 22px;
        margin: 0;
    }
    .footer-cont .cta .one-half {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    .footer-cont::before {
        width: 315px;
        height: 85px;
        bottom: 310px;
    }
    .footer-cont::after {
        width: 325px;
        top: -58px;
    }
    .footer-menu-cont {
        width: 100%;
    }
    .footer-menu-cont .bottom-menu {
        float: none;
        width: 100%;
    }
    .footer-main .site-brand {
        width: 100%;
        text-align: center;
    }
    .add-boxes .add-box {
        width: 100%;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 10px auto;
        min-height: auto;
    }
    #what-footer::before {
        display: none;
    }
    #what-sec5 h3 {
        font-size: 24px;
    }
    #what-sec5 h3 span {
        font-size: 18px;
        padding-top: 10px;
    }
    #what-sec5 h3::before {
        width: 260px;
        height: 257px;
    }
    #what-sec5 h3::after {
        width: 264px;
        height: 124px;
        top: -13px;
    }
    #partners-sec .p-container {
        padding: 20px;
    }
    #partners-sec h2 {
        font-size: 24px;
    }
    .partner-logo .slick-next {
        right: 0;
    }
    .partner-logo {
        width: 75%;
    }
    .platter-boxes .platter-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #premium-canape-sec1 {
        padding: 160px 0;
        background-position: 28% center;
        margin-top: -90px;
    }
    #premium-canape-sec2 {
        background-position: 70% center;
        margin-top: -300px;
    }
    #what-we-do-ban .what-content h3 {
        font-size: 24px;
    }
    .popular-canape .buffet-boxes .buffet-cont {
        min-height: 220px;
    }
    .wed-pack-col a {
        display: block;
        width: 100%;
    }
    .wed-pack-col:nth-child(2) .buffet-cont.wed-pack {
        min-height: 370px;
    }
    .wed-pack-col:nth-child(3) .buffet-cont.wed-pack {
        min-height: 340px;
    }
    #breaks-section,
    #half-day-section2 {
        background-position-x: 30%;
    }
    #half-day-section1,
    #fullday-section {
        background-position-x: 70%;
        margin-top: -100px;
    }
    #half-day-section2 {
        padding: 150px 0 50px;
    }
    #fullday-section {
        margin-top: -210px;
        padding: 240px 0 50px;
    }
    .corporate-catering .buffet-boxes .hover-cont {
        margin: 0px 0px 20px;
    }
    .corporate-catering .buffet-boxes .buffet-cont {
        margin: 0;
    }
    .order a {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        margin-top: 15px;
    }
    #responsive-menu-button {
        top: 140px !important;
    }
    #responsive-menu-button.sticky {
        top: 124px !important;
    }
}
/****** 440px ******/
@media only screen and (max-width: 440px) {
    .my-container {
        max-width: 280px;
        margin: 0 auto;
    }
    #hpsec1 .slider-container {
        padding: 200px 0;
    }
    #masthead .site-brand {
        width: 50%;
    }
    .justify-between {
        justify-content: center;
    }
    .banner-text {
        width: 90%;
    }
    .text-wrap {
        width: 100%;
        left: 0%;
        border-radius: 100px 100px 0 0;
    }
    .hpsec2-line {
        opacity: 0;
    }
    .menu-thumb {
        width: 250px;
        height: auto;
    }
    .sevices-menu-container {
        padding: 25px 0;
    }
    #hpsec2 {
        padding: 20px 0 12px;
    }
    #hpsec3 {
        padding: 10px 0 130px;
    }
    .sec3-content h2 {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }
    .sec3-content {
        width: 100%;
    }
    .testimonial-container p {
        font-size: 14px;
    }
    .test-bottom-image {
        bottom: 23px;
        right: -265px;
    }
    .test-bottom-image img {
        width: 37%;
    }
    .tips-cont {
        width: 48%;
    }
    .cta.flex {
        width: 100%;
        padding: 0 0 44px;
    }
    #colophon {
        padding: 0px;
    }
    .contact-fields .wpcf7-form-control-wrap .cf-field {
        font-size: 14px;
    }
    #contact-sec1 {
        padding: 40px 0 20px;
    }
    #innerpage-banner h1 {
        padding: 30px;
        width: 285px;
    }
    .inner-pages h1 {
        font-size: 45px;
        line-height: 55px;
    }
    #about-sec1 {
        padding: 40px 0;
    }
    #about-sec1::before {
        height: 290px;
        top: 43%;
        width: 60%;
    }
    .about-row.row1 {
        margin-bottom: 300px;
    }
    p {
        text-align: center;
    }
    .sec3-btn.btn {
        display: block;
        width: 150px;
        margin: 0 auto;
        text-align: center;
    }
    #why-choose-sec .why-cont {
        padding: 90px 0 20px;
    }
    #why-choose-sec .why-cont h2 {
        margin-bottom: 20px;
    }
    #why-choose-sec .why-cont ul {
        padding: 0 15px;
    }
    #why-choose-sec .why-cont ul li {
        font-size: 16px;
        line-height: 22px;
    }
    #testimonial-sec::before {
        left: 0;
        width: 170px;
        height: 140px;
        right: 0;
        margin: 0 auto;
    }
    #testimonial-sec {
        padding: 40px 0;
    }
    .testi-cont .slick-dots {
        bottom: 0px;
    }
    #testimonial-sec::after {
        right: 0;
        bottom: 20px;
        width: 130px;
        height: 130px;
    }
    .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
    }
    .bespoke-post .bespoke-blurb .photo-img img {
        border-radius: 20px;
    }
    .blog-box .bespoke-blurb {
        width: 100%;
    }
    .bespoke-post .bespoke-blurb .photo-img span {
        padding: 85px 0;
        width: 257px;
        border-radius: 20px;
    }
    .blog-box .bespoke-post .bespoke-blurb .photo-img {
        border-radius: 20px;
    }
    #blog-sec h2 {
        font-size: 18px;
    }
    .bespoke-post .bespoke-blurb .photo-img span {
        font-size: 16px;
    }
    #partners-sec .p-container {
        padding: 20px;
    }
    .partner-logo ul li {
        width: 49%;
    }
    .gallery-content .gallery-images-wrapper {
        display: block;
        width: 80%;
        margin: 20px auto;
    }
    #innerpage-sec1 {
        padding: 40px 0;
        background-size: cover;
        background-position: center;
    }
    #innerpage-sec1.alter {
        background-position: center;
    }
    #what-sec1 {
        padding: 140px 0 75px;
        margin-top: -160px;
    }
    #what-sec2 {
        margin-top: -80px;
        padding: 55px 0 120px;
    }
    #what-sec3 {
        margin-top: -155px;
        padding: 100px 0 45px;
    }
    #what-sec4 {
        margin-top: -120px;
        padding: 130px 0 65px;
        background-position: 75% center;
    }
    .footer-cont::after {
        display: none;
    }
    .footer-cont::before {
        width: 255px;
        height: 68px;
        bottom: 370px;
    }
    #what-sec5 {
        padding: 20px 0 100px;
    }
    #what-sec5 h3 {
        font-size: 20px;
    }
    #what-sec5 h3 span {
        font-size: 16px;
    }
    #what-sec5 h3::before {
        width: 210px;
        height: 145px;
        margin-top: 12px;
    }
    #what-sec5 h3::after {
        width: 214px;
        height: 84px;
    }
    .add-boxes {
        margin: 20px 0 30px;
    }
    .after-boxes .after-box h4,
    #terms-sec h4 {
        font-size: 20px;
        line-height: 26px;
    }
    #terms-sec {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #terms-sec .my-container {
        padding-bottom: 20px;
    }
    .copyright p span {
        display: block;
    }
    .partner-logo {
        width: 100%;
        float: none;
    }
    #partners-sec h2 {
        font-size: 24px;
        display: block;
        max-width: 100%;
        text-align: center;
        color: #333;
    }
    #partners-sec {
        background-image: none;
    }
    .partner-slides .slick-slide img {
        margin: 0 auto;
    }
    #canapes-menu-tabs .menu-tab {
        margin: 30px auto 0px;
        font-size: 16px;
        line-height: 20px;
        width: 150px;
        display: block;
    }
    #what-we-do-ban .what-content h3 {
        font-size: 24px;
    }
    .buffet-boxes .buffet-cont {
        width: 100%;
        margin: 0;
    }
    .buffet-boxes .buffet-services-box .wpcf7-list-item:hover,
    .buffet-boxes .buffet-services-box .selected,
    .buffet-boxes .hover-cont:hover,
    .buffet-boxes .hover-cont.selected {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
    #menus-sec1 .wrapper:nth-child(4) {
        padding-bottom: 0px;
    }
    .wed-pack-col:nth-child(2) .buffet-cont.wed-pack {
        min-height: 510px;
    }
    .wed-pack-col:nth-child(3) .buffet-cont.wed-pack {
        min-height: 480px;
    }
    .menu-content .menu-detail-cont h4 {
        text-align: center;
    }
    .menu-content .menu-detail-cont a,
    #innerpage-sec1 .cor-content .bt a {
        display: block;
        width: 210px;
        margin: 20px auto;
        text-align: center;
    }
    #breaks-section {
        padding: 150px 0 90px;
    }
    #half-day-section1 {
        margin-top: -90px;
    }
    #half-day-section1 {
        margin-top: -90px;
        padding: 80px 0 120px;
    }
    #half-day-section2 {
        margin-top: -150px;
        padding: 100px 0 50px;
    }
    #fullday-section {
        margin-top: -140px;
        padding: 170px 0 50px;
    }
    .buffet-boxes.ala-carte .buffet-cont p:last-child,
    .buffet-boxes .buffet-cont.wed-pack p:last-child {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
    .buffet-boxes.ala-carte .buffet-cont,
    .buffet-boxes .buffet-cont.wed-pack {
        height: auto;
    }
    .order a {
        padding: 10px 0;
        margin-top: 5px;
        width: 150px;
        display: block;
        margin: 5px auto;
        text-align: center;
    }
    button#responsive-menu-button {
        top: 26% !important;
    }
}
@media only screen and (max-width: 380px) {
    .text-wrap p {
        min-height: 90px;
    }
    .text-wrap {
        top: -230px;
    }
}
/****** 320px ******/
@media only screen and (max-width: 320px) {
    .my-container {
        max-width: 90%;
        margin: 0 auto;
    }
    #testimonial-sec::after {
        right: -30px;
    }
    .partner-logo ul li {
        width: 100%;
    }
    .text-wrap {
        width: 100%;
        top: -230px;
    }
}
