/*=============================================
    Please add all custom CSS to this file
 =============================================*/

.toplogo {
    margin-top: 5px;
}

.topPhone {
    font-size: 18px;
    margin: 10px 0 20px 0;
    background: #e66f7c;
    display: inline-block;
    padding: 3px 75px;
    letter-spacing: 1px;
    color: #1f1f1f;
}
/*276073 */

.topphone a{
	background-color: #ee919a;
	padding: 10px 15px;
	text-transform: uppercase!important;
	color: #fff;
}
.nav ul li a {
    color: #1f1f1f;
    border: 1px solid transparent;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #ee919a;
	box-shadow: 0px!important
}


h1, h2, h3{
      font-family:'Antic Didone', serif;
      text-transform: uppercase;
      box-shadow: 0px!important}

body {
    font-family: open sans, san-serif;
    /* text-transform: uppercase; */
    font-weight: lighter;
}




@media only screen and (min-width:480px) {
	.topPhone{
		    float: right;
	}
}

.topphone {
    /* background: #C2DFEA; */
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    margin-top: .5em;
}
#menu-item-712 {
    background: #fdfdfd;
    border-radius: 5px;
	color: #2f6073;
}
#menu-item-712 a {
    color: #fff;
}

.cta {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-box {
    height: 100%;
    width: 100%;
}

.cta-text {
    padding: 17% 39% 0% 0%;
}

.banner-btn {
    background: #ee919a;
    color: #fff;
    font-size: 24px;
    padding: 20px 45px;
    border: 2px solid #fff;
    border-radius: 12px;
}
.banner-btn:hover {
    color: #fff;
    background: #d17d86;
}

.home-icons .one-fourth {
    background: rgba(255,255,255,0.9);
    text-align: center;
}

h1 span {
    font-size: 0.6em;
}

h2 span {
    font-size: 0.7em;
}

.waitr-order-button img:hover {
    opacity: .7;
}

.form-button-container {
   /* display: none; */
}

body.home {
  /*  background: #fff url(/wp-content/uploads/home-bg.jpg) fixed; */
  /*  background-repeat: repeat; */
	background-color: #fff;
}
.biziq-button {
    border: 1px solid #ee919a;
    background: #ee919a;
    color: #1f1f1f !important;
    padding: 8px 45px;
    border-radius: 1px;
}
 /*body.cake-flavors {
    background-color: #C2DFEA;
}

body.cake-flavors h1 {
    color:#2F6073;
}

body.our-story {
 background-color: #C2DFEA;
}

body.faq {
    background-color: #C2DFEA;;
}

body.join-our-team {
    background-color: #C2DFEA;
}

body.press {
    background-color: #C2DFEA;
}

body.wholesale-products {
    background-color: #C2DFEA;
}

body.request-a-consultation {
    background-color: #C2DFEA;
}

body.feedback {
    background-color: #C2DFEA;
}

body.reviews {
    background-color: #C2DFEA;
    background-repeat: repeat;
}

body.gallery {
    background-color: #C2DFEA;
    background-image: url("https://www.transparenttextures.com/patterns/fake-luxury.png");
}

body.all-celebrations-gallery {
    background-color: #C2DFEA;
    background-image: url("https://www.transparenttextures.com/patterns/fake-luxury.png");
}

body.traditional-desserts-gallery {
    background-color: #C2DFEA;
    background-image: url("https://www.transparenttextures.com/patterns/fake-luxury.png");
}

body.seasonal-gallery {
    background-color: #C2DFEA;
    background-image: url("https://www.transparenttextures.com/patterns/fake-luxury.png");
}

body.wholesale-products-gallery {
    background-color: #C2DFEA;
    background-image: url("https://www.transparenttextures.com/patterns/fake-luxury.png");
}

body.wedding-gallery {
    background-color: #C2DFEA;
    background-image: url("https://www.transparenttextures.com/patterns/fake-luxury.png");
}

body.quick-eats-gallery {
    background-color: #C2DFEA;
    background-image: url("https://www.transparenttextures.com/patterns/fake-luxury.png");
}

body.contact-us {
    background-color: #C2DFEA;
}

body.home article {
    background: none;
    box-shadow: none;
    padding: 0;
}
#homepagecontent {
    background: rgba(255,255,255,.9);
    padding: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3); 
}
*/
article {
    background: rgba(255,255,255,.9);
    padding: 35px 25px 15px 25px;
}

body.feedback main {
    background: rgba(47,96,115,.9);
    padding: 8px 25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}

.rev-cont {
    background: #fff;
    padding: 13px 25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    margin-bottom: 20px;
    border: none;
}

ul.gal-links {
    list-style-type: none;
    text-align: center;
    padding: 0;
}

ul.gal-links li {
    height: 240px;
    position: relative;
    width: 100%;
    display: inline-block;
}

span.gal-caption {
    background: rgba(255,255,255,0.8);
    color: #000;
    cursor: pointer;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 37% 0%;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

span.gal-caption span {
  text-align: center;
  vertical-align: middle;
}
.toplogo a {
    color: #0F6073;
    display: block;
    text-align: left;
    font-family: 'Antic Didone', serif;
    font-size: 3em;
    line-height: 1.2em;
    margin-bottom: .5em;
}
.gal-mobile-btn {
    display: block;
    background: #ee919a;
    text-align: center;
    color: #000 !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px;
    margin: 7px 0;
    border: 1px solid #ee919a;
}
.gal-mobile-btn:hover {
    text-decoration: none !important;
    color: #000 !important;
    background: none;
    border: 1px solid #000;
}

ul.gal-links li:hover span.gal-caption {
  opacity: 1;
}

ul.fancylist li:before {
    content: "\f1fd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #744245;
    font-size: 13px;
    padding-right: 0.5em;
    margin-left: -27px;
}
.fancylist {
    list-style-type: none;
}

ul.fancylist2 li:before {
    content: "\f276";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #744245;
    font-size: 13px;
    padding-right: 0.5em;
    margin-left: -27px;
}
.fancylist2 {
    list-style-type: none;
}

.button {
    border: 2px solid #744245;
    color: #1f1f1f !important;
    padding: 8px 45px;
    border-radius: 1px;
}
.button:hover {
    border: 2px solid #2F6073;
    text-decoration: none !important;
}

.press-logos {
    margin: 25px 0;
}

.logos {
    display: inline-block;
    padding-bottom: 10px;
    text-align: center;
    width: 16%;
}
.logos img {
    width: 86%;
}

footer.footer {
    background: #d3e9aa;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    color: #1f1f1f;
}


@media only screen and (min-width:0px) {
    #slider{
        display: none;
    }

    .home-icons {
        display: block;
    }

    .banner-sm {
        display: block;
        padding: 8px 25px;
        width: 100%;
    }

    .btn-sm {
        display: block;
        text-align: center;
    }

    .hm-img {
        display: none;
    }

    .gallery-web {
        display: none;
     }

    .gal-mobile-btn {
        display: block;
    }
}

@media only screen and (min-width:480px) {
    #slider{
        display: none;
    }

    .home-icons {
        display: block;
    }

    .banner-sm {
        display: block;
        padding: 8px 25px;
        width: 100%;
    }

    .hm-img {
        display: none;
    }

    .gallery-web {
        display: none;
     }

    .gal-mobile-btn {
        display: block;
    }
}

@media only screen and (min-width:768px) {
    #slider{
        display: block;
    }

    .banner-btn {
        font-size: 20px;
        padding: 13px 35px;
    }

    .home-icons {
        display: none;
    }

    .banner-sm {
        display: none;
    }

    .btn-sm {
        display: none;
    }


    .hm-img {
        display: block;
    }

    .gallery-web {
        display: block;
     }

    .gal-mobile-btn {
        display: none;
    }
}

@media only screen and (min-width:1130px) {
    .banner-btn {
        font-size: 24px;
        padding: 20px 45px;
    }
}

/*======================= GALLERY =======================*/
.featherlight-content {
    overflow: hidden !important;
}
.featherlight .featherlight-content {
    background: none;
    padding: 50px !important;
}
.featherlight-next span, .featherlight-previous span {
    text-shadow: 0 0 5px black;
    opacity: .5;
    display: block;  
    font-size: 4em;
    line-height: 1em;
}
.featherlight-next span {
    right: -40%;
}
.featherlight-previous span {
    left: -38%;
}
.featherlight-next:hover, .featherlight-previous:hover {
    background: none;
}
.featherlight-close-icon {
    font-size: 3em;
    font-weight: bold;
    color: white !important;
    background: none !important;
    top: 16px !important;
    right: 16px !important;
}
.featherlight-image.featherlight-inner {
    padding: 20px;
    max-width: 100%;
    height: auto !important;
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-link {
    transform: scale(.95);
    transition: box-shadow .1s, transform .2s, opacity .2s;
    margin: 30px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.45);
    opacity: 1;
}
.gallery-link:hover, .gallery-link:focus, .gallery-link:active {
    transform: scale(1);
    box-shadow: 6px 6px 15px rgba(0,0,0,0.25);
    opacity: .9;
}
.gallery h1 {
    text-align: center;
    /* background: #444; */
}
.gallery-item {
    margin: 0 !important;
    overflow: hidden;
}
.gallery-item img {
    border: none !important;
    margin: 0;
    padding: 0;
}
.gallery-icon a {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 4px;
}
.gallery-icon a::after {
    transition: .3s ease-in-out;
    content: '\f00e';
    opacity: 0;
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    bottom: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: FontAwesome;
    font-size: 4em;
    line-height: 1em;
}
.gallery-icon:hover a::after {
    opacity: 1;
    background: rgba(0,0,0,0.4);
}
.gallery-icon:hover a img {
    transform: scale(1.1) !important;
}

.gallery-icon {
    overflow: hidden;
}

.gallery-icon a img {
    transition: .15s ease-in-out;
    backface-visibility: hidden;
}


@media only screen and (max-width:767px) {
  .featherlight-content::before {display: none;}
  .gallery-item {
    width: 50%!important;
  }
}



/*===================== HOLIDAY BOX - NM ==========================*/

.holiday-box {
    background: #744245;
    color: white;
    padding: 30px;
    text-align: center;
    font-size: 2em;
    line-height: 1.4em;
    border: 2px solid;
    border-radius: 14px;
}

.holiday-box a {
    background: #FDFDFD;
    padding: 2px 20px;
    margin-top: 20px;
    display: inline-block;
    font-size: .7em;
    position: relative;
    z-index: 2;
    box-shadow: 10px 10px 0 #f8df7b;
    transition: box-shadow .4s cubic-bezier(0.42, 0, 0, 2.13);
}

.holiday-box a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: ' ';
    width: 100%;
    height: 100%;
    box-shadow: -10px -10px 0 #51A4C4;
    transition: box-shadow .4s cubic-bezier(0.42, 0, 0, 2.13);
}

.holiday-box a:hover {
    box-shadow: -10px 10px 0 #f8df7b;
    background: #e53795;
}

.holiday-box a:hover:after {
    box-shadow: 10px -10px 0 #51A4C4;

}

/*
.ai1ec-pagination.ai1ec-btn-group:last-child {
    display: none;
}
*/


		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: white;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
			margin-right: 3px;
		}

		ul.tabs li.current{
			background: #51A4C4;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #51A4C4;
			padding: 15px;
			margin-top: -14px;
		}

		.tab-content.current{
			display: inherit;
		}
.mobile-visible {
    display: none;
}

.request-a-consultation #content input.wpcf7-form-control.wpcf7-submit {
    background: #2F6073;
    color: white;
    padding: 10px;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.request-a-consultation #content span.wpcf7-list-item-label {
    display: inline-block;
}

.request-a-consultation #content input[type="radio"] {
    display: inline-block;
    width: 30px;
}

.request-a-consultation #content .wpcf7-list-item {
    display: block;
}

div#ai1ec-calendar-view {
    background: #92bc25;
    padding: 15px 15px 45px;
}


.ai1ec-pagination.ai1ec-btn-group {
    margin-left: 0;
}

@media only screen and (max-width:768px) {
   .mobile-visible {
      display: block;
      text-align:center;
   }
	ul.tabs li {
    display: block;
    margin: 13px 0;
    text-align: center;
    background: #744245;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
	}

	.tab-content {
    margin-top: 20px;
    background: white;
	}
	ul.tabs li.tab-link.current {
    background: #51A4C4;
	}
}


.home-above img {
    margin: 25px 0;
}

.topPhone {
    font-size: 18px;
    margin: 10px 0 20px 0;
    background: #276073;
    display: inline-block;
    padding: 3px 75px;
    letter-spacing: 1px;
    color: #fff;
}

footer.footer, .prime header.header {
    background: #fff;
    color: #fff;
}



h1 {
    font-size: 2.3em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 1.0em;
    font-family: 'Antic Didone', serif;
    color: #ee919a;
    text-align: center;
}

.button, .wpcf7-form input[type=submit] {
    border: 2px solid #ee919a;
    color: #ee919a!important;
    font-weight: bold;
    background: #fff;
    padding: .8rem 1.0rem;
    }

ul.fancylist li:before {
    content: "\f1fd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ee919a;}

ul.fancylist2 li:before {
    content: "\f276";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ee919a;
    font-size: 13px;
    padding-right: 0.5em;
    margin-left: -27px;
}

footer.footer {
    background: #F4F5F5;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    color: #000;
}

#menu-item-712 a {
    color: #ffffff;
    font-weight: bold;
    background-color: #ee919a;
}




.nav, nav.nav.nav-fixed {
    clear: both;
    position: static;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 10000;
    background: #F4F5F5;
}

ul.sub-menu {
    background: #fff;
}


.nav ul li .sub-menu a {
    color: #ee919a;
    background: #fff;
}

    #content .serv-list h2 {
  color: #1a3a45;
}
.serv-list .flex-item, .serv-list > li {
   background: #ffffff;
   border: 8px double #0f6073;
   color: #131819;
   padding: 20px 30px;
   margin: 21px !important;
   border-radius: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
}
.serv-list p {
  font-size: .95em;
  line-height: 1.7em;
}

.flex-wrapper {
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2em;
  margin: 0em;
  list-style: none !important;
}

.flex-wrapper .flex-item,.flex-wrapper > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    width: auto;
    align-content: center;
    flex-basis: 330px;
    text-align: center;
    list-style: none;
    max-width: 420px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
}

.neg-margin {
  margin: 0 -15px;
}
.neg-margin > div {
  padding: 0 15px;
}


body.page-id-983 form .neg-margin, body.page-id-983 form .neg-margin > div {
    text-align: left !important;
}