  /********************/
 /* Custom Admin CSS */
/********************/


  /********************/
 /****** Assets ******/
/********************/

/*******************
	Purple #712b62
	Green  #81b14d
	Orange #fa8d29
	Silver #a7a9ac
	Grey   #A5A7AA
*******************/


  /******************/
 /*** Typography ***/
/******************/
/*** Infinite Stroke ***/
@font-face {
    font-family: 'Infinite Stroke';
    src: url('../fonts/InfiniteStroke-Condensed.eot');
    src: url('../fonts/InfiniteStroke-Condensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InfiniteStroke-Condensed.woff2') format('woff2'),
        url('../fonts/InfiniteStroke-Condensed.woff') format('woff'),
        url('../fonts/InfiniteStroke-Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.infinite-stroke{
    font-family: 'Infinite Stroke' !important;
}

/*** Monolog ***/
@font-face {
	font-family: "Monolog","Helvetica", "Arial",sans-serif;
	font-display: auto;
	src: local('Monolog');
	src: url('../fonts/Monolog-Medium.eot');
	src: url('../fonts/Monolog-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Monolog-Medium.woff') format('woff'),
		url('../fonts/Monolog-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Monolog","Helvetica", "Arial",sans-serif;
	font-display: auto;
	src: local('Monolog');
	src: url('../fonts/Monolog-Bold.eot');
	src: url('../fonts/Monolog-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Monolog-Bold.woff') format('woff'),
		url('../fonts/Monolog-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Monolog","Helvetica", "Arial",sans-serif;
	font-display: auto;
	src: local('Monolog');
	src: url('../fonts/Monolog-Regular.eot');
	src: url('../fonts/Monolog-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Monolog-Regular.woff') format('woff'),
		url('../fonts/Monolog-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Avaenir */
@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Black.eot');
	src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Avenir-Black.ttf') format('truetype'),
		 url('../fonts/Avenir-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Book.eot');
	src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
			url('../fonts/Avenir-Book.ttf') format('truetype'),
			url('../fonts/Avenir-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html, body, h1, h2, h3, h4, h5, h6, p, a, small,ol, ul, li,
input[type=email], input[type=submit]{font-family: "Avenir", "Helvetica", "Arial",sans-serif !important;}

  /**************/
 /*** Header ***/
/**************/
.et-fixed-header .centered-inline-logo-wrap img#logo{
	display: none !important;
}
.et-fixed-header .centered-inline-logo-wrap a{
	margin-top: -5px;
	background-image: url('https://grandiosecatering.com/wp-content/themes/catering/assets/img/g-grey.svg') !important;
 	background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
/*Grandiose catering secondary logo*/
li.centered-inline-logo-wrap{
	width:130px !important;
}

/* for G */
.et-fixed-header li.centered-inline-logo-wrap{
	width:70px !important;
}
li.centered-inline-logo-wrap img{
	margin-top: -3px !important;
}

/* Header drop shadow */
#page-container .et-fixed-header#main-header{
	-webkit-box-shadow: 0 2px 7px -2px rgba(0,0,0,.1)!important;
	        box-shadow: 0 2px 7px -2px rgba(0,0,0,.1)!important;
}

  /**************************************/
 /*** Dropdown Navigation for mobile ***/
/**************************************/
#main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\4c'; top: 13px; right: 10px; }
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\4d'; }
#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }

#main-header .container{
	width: 90%;
	max-width: 90%;
}
/*** CTA Nav ***/
.g-nav-cta-wrapper.gc-top-nav-mobile{
	display: none;
}
.g-nav-cta-container{
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 90%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.g-nav-cta-container .g-cta-buttons{
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: -8px;
}
.g-nav-cta-container .widget_ywraq_mini_list_quote{
	margin: 0 !important;
	padding: 5px 15px !important;
}
.et-fixed-header .g-cta-buttons .widget_ywraq_mini_list_quote .raq-info .raq-items-number{
	color: #A5A7AA;
}
.g-cta-buttons .yith-ywraq-list-wrapper{
	right: 0 !important;
}
.g-cta-buttons .widget_ywraq_mini_list_quote .raq-info .raq-items-number{
	color: #FFFFFF;
}
.g-cta-buttons .widget_ywraq_mini_list_quote .raq-info{
	border: none !important;
	padding: 0 !important;
}
.g-cta-buttons .yith-ywraq-list-content a.button{
    font-size: 12px !important;
}
/*.g-cta-buttons */
.yith-ywraq-list-item{
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/*.g-cta-buttons */
ul.yith-ywraq-list a.yith-ywraq-item-remove.remove{
	top: 7px !important;
	line-height: 1;
}
/*.g-cta-buttons */
/*.yith-ywraq-list-item-info*/
ul.yith-ywraq-list li a{
	line-height: 20px;
}
/*.g-cta-buttons */
span.quantity{
	line-height: 32px;
	width: auto !important;
}
/*.g-cta-buttons */
.widget_ywraq_mini_list_quote .yith-ywraq-list-content{
	border-top: 3px solid #fa8d29 !important;
	border-left: none!important;
	border-right: none!important;
	border-bottom: none!important;
}

.g-catering-icons{
	padding-right:5px;
}
.g-catering-icons::before{
	text-shadow: 0 0;
	font-family: 'ETmodules' !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
}
.g-catering-icons.phone::before{
	content: "\e090";
}
.g-nav-cta-num{
	color: #FFFFFF;
	font-size: 13px;
}
.et-fixed-header .g-nav-cta-num{
	color: #A5A7AA;
}
.g-nav-cta-inq{
	text-transform: uppercase;
    color: #FFF;
    padding: 8px 15px;
    border-radius: 50px;
    border: solid 1px #FFF;
}
.et-fixed-header .g-nav-cta-inq{
	text-transform: uppercase;
    color: #FFF;
    background-color: #fa8d29;
    padding: 8px 15px;
    border-radius: 50px;
    border: solid 1px #fa8d29;
}
/*** Logo space ***/
li#menu-item-94{
	padding-right: 44px;
}
li#menu-item-327{
	padding-left:22px;
}
.et-fixed-header li#menu-item-327{
	padding-left: 0;
}
.et-fixed-header li#menu-item-94{
	padding-right:22px;
}



  /**************/
 /*** Footer ***/
/**************/
.footer-widget .textwidget{
	margin-bottom: 5.5%;
}
.footer-widget #pages-2 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.footer-widget #pages-2 ul li:first-child{
	order: 1;
}
.footer-widget #pages-2 ul li:nth-child(2){
	order: 4;
}
.footer-widget #pages-2 ul li:nth-child(3){
	order: 3;
}
.footer-widget #pages-2 ul li:nth-child(4){
	order: 5;
}
.footer-widget #pages-2 ul li:nth-child(5){
	order: 6;
}
.footer-widget #pages-2 ul li:nth-child(6){
	order: 2;
}


/*** Footer SMI ***/
.footer-widget ul.catering-sm-icons{
	float: left;
	margin-top: 15px;
}
.footer-widget ul.catering-sm-icons li{
	margin-left: 0 !important;
}
.footer-widget #text-4{
	margin-bottom: 4%;
}
/*** Newsletter Footer ***/
.g-newsletter-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5% 0;
}
.g-newsletter #mc_embed_signup_scroll{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.g-newsletter input[type=email]{
	width: 70%;
	padding: 8px;
	background-color: #FFFFFF;
}
.g-newsletter input[type=email]::placeholder{
	color: #bbbbbb;
}
.g-newsletter input[type=submit]{
    background-color: #fa8d29;
    padding: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: 1px solid #fa8d29;
    color: #FFFFFF;
    cursor: pointer;
}

/*** Sidebar SMI ***/
ul.catering-sm-icons{
	float: left;
	padding:0; 
}
ul.catering-sm-icons li::before{
	display: none;
}
ul.catering-sm-icons li:first-child{
	margin-left: 0;
	padding-left: 0 !important;
}
.catering-sm-icons li{
	margin-left: 10px;
}
/*** Contact Page ***/
ul.catering-sm-icons{
	padding: 0;
	margin-left: -3px !important;
}
.catering-sm-icons li a::before{
	font-size: 20px;
}


.g-default-contact-form nf-fields-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.g-default-contact-form nf-field{
	width: 100%;
}
.g-default-contact-form nf-field textarea,
.g-default-contact-form nf-field select,
.g-default-contact-form nf-field input{
	font-family: 'Monolog' !important;
    padding: 15px;
    background-color: #eeeeee;
    border: 0;
}
.g-default-contact-form .nf-form-fields-required{
	display: none;
}
.g-default-contact-form .nf-error-msg.nf-error-field-errors,
.g-default-contact-form .nf-after-field .nf-error-msg{
    margin-right: 10px;
    font-size: 11px;
}
.g-default-contact-form .g-default-contact-form .nf-error-msg, .ninja-forms-req-symbol {
    color: #ff4d4d;
}
.g-default-contact-form .nf-error .ninja-forms-field{
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-left: 1px solid #ff4d4d !important;
}
.g-default-contact-form .nf-after-field{	
    position: absolute;
    bottom: -20px;
    top: auto;
    left: 0;
    right: auto;
}
.g-default-contact-form nf-field input[type=button]{
	background-color: #fa8d29 !important;
	color: #ffffff;
	width: auto;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: bold;
    padding: 10px 25px;
	cursor: pointer;
}
.g-default-contact-form nf-field input[type=button]:disabled{
	cursor: default;
	background-color: #b3b3b3 !important;
}


/*** Services Page ***/
/* #portfolioCatering .project_category-catering{
	margin: 0 !important;
}

/*** Food Distribution ***/
/* Filter order */
/* #post-123386 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a{
	border-radius: 0 !important;	
}
#post-123386 .et_pb_portfolio_filters ul li.et_pb_portfolio_filter:nth-child(2){
	order: 2;
}
#post-123386 .et_pb_portfolio_filters ul li.et_pb_portfolio_filter:nth-child(3){
	order: 3;
}
#post-123386 .et_pb_portfolio_filters ul li.et_pb_portfolio_filter:nth-child(3) a{
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
} */
/* Custom Hover */
/* .customHover h2.et_pb_module_header{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 15% !important;
    visibility: hidden;
}
.customHover .et_pb_portfolio_item:hover{
	background: #000;
}
.customHover .et_pb_portfolio_item:hover img{
	opacity: .60;
}
.customHover .et_pb_portfolio_item:hover .et_overlay{
    z-index: 100;
}
.customHover .et_pb_portfolio_item:hover h2.et_pb_module_header{
	visibility: visible;
	font-size: 28px;
	color: #FFF;
    z-index: 1;
    animation: fadeUp .4s;
}
.customHover .et_overlay{
	transform: scale(.9, .9);
	background: transparent;
	border-color: #FFF;
}
@keyframes fadeUp {
  0%   { opacity: 0; transform: translateY(30px);}
  100% { opacity: 1; transform: translateY(0);}
} */

/*** About Cousine Section ***/
#aboutCousine .et_pb_module_header{
	cursor: default;
}
#aboutCousine .et_pb_blurb_description{
	opacity: 0;
	transition: .3s linear;

}
#aboutCousine .et_pb_blurb:hover .et_pb_blurb_description{
	opacity: 1 !important;
}


  /******************************/
 /*** Woocommerce Custom CSS ***/
/******************************/

.orderby option[value="price"],
.orderby option[value="price-desc"],
.cat-item-28,
.et-cart-info{
   display: none;
}
.catering-nav-quote-list{
	position: absolute;
	top: 0;
	right: -50px;
}
.raq-items-number:after{
	font-family: 'ETmodules';
	content: "\e079";
	text-align: center;
	speak: none; 
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.woocommerce-page #main-content .container{
    padding-top: 4% !important;
}

.woocommerce input.button,
.woocommerce a.button{
	font-size: 14px;
	color: #FFFFFF !important;
}
.woocommerce a.button:after{
	display: none !important;
}
.woocommerce a.button:hover{
	padding: 0.3em 1em !important;
	letter-spacing: 0 !important;
}
.return-to-shop a.button.wc-backward:hover{
	padding: 0.3em 1em !important;
	letter-spacing: 0 !important;
}
#sidebar .yith-ywraq-list-wrapper a.button{
	font-size: 14px !important;
}

#sidebar .yith-ywraq-list-wrapper a.button:hover,
.yith-ywraq-add-button.show a:hover,
.woocommerce a.button.raq-send-request:hover{
	letter-spacing: 0 !important;
}
.return-to-shop a.button.wc-backward{
	color: #FFFFFF !important;
	letter-spacing: 1px !important;
}

.return-to-shop a.button.wc-backward:after{
	display: none !important;
}
/*** Product Page ***/
.woocommerce-page span.et_overlay{
	display: none !important;
}
/*** Single Product ***/
.single-product .product_meta{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.single-product .yith-ywraq-add-to-quote{
	margin: 15px 0;
}
.yith_ywraq_add_item_response_message.show{
	line-height: 1em;
	font-size: 13px !important;
}
.single-product .yith-ywraq-add-to-quote .add-request-quote-button.button{
	margin-top:0!important;
}
.single-product h2.woocommerce-loop-product__title{
	font-size: 16px !important;
}
.yith_ywraq_add_item_response_message{
	font-style: italic;
}
.single-product .woocommerce-product-gallery{
	margin-bottom: 45px !important;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images{
	margin-right: 30px;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--without-images{
	display: none !important;
}

.single-product.woocommerce-page div.product div.summary.entry-summary{
	float: left;
}

/*** Archive Product ***/
.post-type-archive-product .woocommerce-loop-product__title{
	padding-bottom: 0 !important;
}
.c-archive-code{
	color: #333333;
}
.post-type-archive-product .yith-ywraq-add-to-quote{
	margin-top: 8px !important;
}

/* Nutrition Facts Table */
/*.g-p-nf-table{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.nf-table{
    width: 300px;
    margin-right: 15px;
    border: 1.5px solid #000000;
    padding: 10px;
}
.nf-table h2{
	font-weight: bold;
	color: #000000;
}
.nf-table small{
	font-size: 70%;
	font-weight: bold;
	color: #000000;
}
.nf-table table{
	border-color: #000000;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 1.5px;
    border-right-width: 1.5px;
    margin-bottom: 0;
}
.nf-table td{
	padding: 0 !important;
	vertical-align: top;
	position: relative;
}
.nf-table td hr{
    position: absolute;
    margin: 0;
    width: 100%;
    border-color: #000000;
    border-width: 1px;
    border-bottom: 0;
}
.nf-table td hr.thick{
	border-width: 2px;
}
.nf-table td p{
	padding: 0 .5em !important;
	color: #000000;
	font-weight: bold;
}
.nf-table td p.large{
	font-size: 20px;
	padding: 5px !important;
}
.nf-table td:last-child p{
	text-align: right;
}*/
/* End of Nutrition Facts table */



/*** Defaukt ***/
.nf-table table td:first-child{
	width: 70%;
}
.nf-table table td:last-child{
	width: 30%;
}
.nf-table table td p.default:first-child{
	background-color: #EE9C6A;
}
.nf-table table td p.default:nth-child(3){
	background-color: #F4C49D;
	font-size: 20px;
	padding: 5px .25em!important;
}
.nf-table table td hr:nth-child(4){
	border-width: 2px;
}
.nf-table table td p.default:nth-child(5){
	background-color: #D1DCE2;
} 
.nf-table table td p.default:nth-child(7){
	background-color: #C7F2EA;
} 
.nf-table table td p.default:nth-child(9){
	background-color: #79E8D3;
} 

/* Nutrition Facts Table */
.woocommerce div.product form.cart{
	margin: 0 !important;
}
.g-p-nf-table{
	margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.nf-table{
	width: 100%;
    min-width: 300px;
    border: 1.5px solid #000000;
    padding: 10px;
}
.nf-table h2{
	font-weight: bold;
	color: #000000;
}
.nf-table small{
	font-size: 70%;
	font-weight: bold;
	color: #000000;
}
.nf-table table{
	width: 100%;
	border-color: #000000;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 1.5px;
    border-right-width: 1.5px;
    margin-bottom: 0;
}
.nf-table td{
	padding: 0 !important;
	vertical-align: top;
	position: relative;
}
.nf-table td hr{
    position: absolute;
    margin: 0;
    width: 100%;
    border-color: #000000;
    border-width: 1px;
    border-bottom: 0;
}
.nf-table td p{
	padding: 0 .5em !important;
	color: #000000;
	font-weight: bold;
}
.nf-table td:last-child p{
	text-align: right;
}

/* End of Nutrition Facts table */






  /******************/
 /*** Quote Form ***/
/******************/
/*** After submit ***/
.ywraq-wrapper .ywraq_list_empty_message{
	display: none !important;
}
/*** 2 Col checkout ***/
/*.page-id-123525 .container:before{
	display: none !important;
}
.page-id-123525 .container #left-area{
	width: 100% !important;
	padding-right: 0 !important;
}
.page-id-123525 .woocommerce.ywraq-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.page-id-123525 .woocommerce.ywraq-wrapper #yith-ywraq-message{
	width: 100%;
}
.page-id-123525 .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper{
	width: 35%;
	padding: 30px 0 30px 30px;
}
.page-id-123525 .woocommerce.ywraq-wrapper form#yith-ywraq-form{
	width: 65%;
	padding: 30px 30px 30px 0;
}*/

th.product-remove{
	width: 35px !important;
}
th.product-quantity{
	width: 115px !important;
}
th.product-thumbnail,
.ywraq-wrapper .product-thumbnail img{
	width: 100px !important;
}


  /********************/
 /*** Page Banners ***/
/********************/
.catering-banner .header-content-container{
	order: 2;
}
.catering-banner .header-image-container{
	order: 1;
}


  /*******************/
 /*** Event Pages ***/
/*******************/
/* Single Event Page */
.event-cat-title{
	padding: 4% 0;
	text-align: center;
}
.text-white,
.event-wrapper h1,
.event-wrapper h3,
.event-wrapper p{
	color: #ffffff;
}
.event-wrapper h1{
	font-size: 3em;
}
.event-gallery-wrapper{
	width: 100%;
	padding-bottom: 8%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.event-gallery-wrapper a{
    width: 24.5%;
    height: 200px;
    position: relative;
	overflow: hidden;
	margin-bottom: .8%;
}
.event-gallery-wrapper a #e-item-img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	width: 100%;
}

/* Event Taxonomy Page */
.events-tax-wrapper{
	width: 100%;
	padding-bottom: 8% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	justify-content: space-between;
}
.events-tax-container{
	padding-bottom: 6%;
}
.events-tax-wrapper .event-tax-item{
	position: relative;
	margin-bottom: 1%;
	width: 49.5%;
	height: 200px;
}

.events-tax-wrapper .event-tax-item .event-img-bg{
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.g-zoom-selector{
	overflow: hidden !important;
}
.g-zoom-selector:hover .g-zoom-item{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
			transform: scale(1.1);
}
.g-zoom-selector .g-zoom-item{
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.event-tax-item .event-thumb-title{
	position: absolute;
	width: 100%;
	padding: 2%;
	text-align: center;
    bottom: 0;
    left: auto;
    right: auto;
	top: auto;
	background-color: rgba(0,0,0,.75);
}

/* Catering Button */
a.g-view-more{
	background-color: #fa8d29;
	width: auto;
    padding: 5px 15px!important;
    border-radius: 30px;
    letter-spacing: 2px;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	-webkit-transition: all 300ms ease 0ms;
	-o-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
}
a.g-view-more:hover{
	letter-spacing: 1px;
}

/* Gallery Page */
.g-hover-white .et_pb_blurb_content .et_pb_blurb_container h2.et_pb_module_header a:hover{
	color: #fa8d29 !important;
}


/* Certification Logos */
.cat-cert-logos{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
			flex-direction: row;
	margin: 4% 0;
}
.cat-cert-item{
	width: 50px;
    margin-right: 15px;
}

/* New Header */
/* body #main-header:not(.et-fixed-header){
	background-color: #a7a9ac;
	padding-bottom: 15px;
}
body #main-header.et-fixed-header{
	background-color: #ffffff;
} */
/* body #page-container #main-header{
	height: 65px;
} */

/* Page Loader */
/* #gPageLoader{
	background-color: #ffffff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	padding-top: 40vh;
	text-align: center;
}
.gpl-percent{
	color: #fa8d29;
	font-size: 1.5em;
}
#gProgressWrapper{
	position: relative;
	width: 150px;
	height: 50px;
	margin: auto;
}
#gProgressWrapper::before{
	content:"";
	background-color: #eeeeee;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#gProgressLine{
	width: 0%;
	height: 2px;
	background-color: #fa8d29;
	position: absolute;
	bottom: 0;
	transition: .3s ease-in-out;
}

#gProgress{
	width: 0%;
	height: 5px;
	background-color: #fa8d29;
	position: absolute;
	top: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
} */

/** 
 * Client Logo Slider
 */
.cat-logo-item{
	cursor: grab;
}
.cat-logo-item img{
	margin: 0 auto;
	width: 150px;
	height: auto;
}
.cat-cursor-pointer{
	cursor: pointer;
}

/** 
 * Iftar Menu Landing Page
 */
/* body.page-id-124011, */
body.cat-hide-header-footer #main-header,
body.cat-hide-header-footer #main-footer{
	display: none;
}
body.cat-hide-header-footer #page-container{
	padding-top: 0!important;
}
body.cat-hide-header-footer #et-main-area{
	margin-top: 0;
}

ul.cat-menu-ul{
	list-style-type: none;
	padding: 0 0 23px 1.5em;
}
ul.cat-menu-ul li::before{
	content: "•";
	position: absolute;
    left: 0;
}
ul.cat-menu-ul li.cat-menu-or::before{
	content: "or";
	font-size: 12px;
	line-break: 26px;
	position: absolute;
	left: 0;
	font-style: italic;
}

.cat-wedding-form .nf-form-title h3,
.cat-iftar-form .nf-form-title h3{
    text-align: center;
    color: #929497;
    font-weight: normal;
    font-size: 30px;
    padding-bottom: 20px;
}
.cat-wedding-form .nf-error .ninja-forms-field.nf-element,
.cat-wedding-form .ninja-forms-field.nf-element,
.cat-iftar-form .nf-error .ninja-forms-field.nf-element,
.cat-iftar-form .ninja-forms-field.nf-element{
	border: 1px solid #929497;
	padding: 15px 20px;
}
.cat-wedding-form input[type=button].ninja-forms-field.nf-element,
.cat-iftar-form input[type=button].ninja-forms-field.nf-element{
	background-color: #606060;
	border: 0;
	padding: 8px 12px;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
}

/* End of Iftar */


/* Single Product - Cake */
body.single-product #main-content.single-product-term-cake .container::before{
	display: none;
}
.single-product-term-cake .container, .related-prod .container{
	padding: 4% 0;
}

.cake-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cake-flex-item{
	width: calc(50% - 4%);
}
hr.cat{
	border-width: 2px;
    border-color: #F88D2B;
    border-style: solid;
	width: 50px;
    margin: 0 0 4%;
    display: block;
}
.cake-details h1{
	font-weight: bold;
	margin-bottom: 4%;
	color: #606060;
}
.cake-details p{
	font-size: 1.5em;
    line-height: 1.5em;
}
.cake-details .weight{
	margin-bottom: 8%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.cake-details .weight h5{
	padding-bottom: 0;
}
.cake-details .weight img{
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.nutrition-facts{
	margin-bottom: 4%;
}
.nutrition-facts .table{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 160px;
	font-size: 1.3em;
    line-height: 1.3em;
}
.nutrition-facts .table .label{
	font-weight: bold;
	color: #F88D2B;
}

.cake-details .price{
	float: left;
}
.cake-details h5, .price{
	font-size: 1.5em;
}
.text-orange{
	font-weight: bold;
	color: #F88D2B;
}

.allergens-wrapper{
	display: flex;
	flex-direction: row;
}
.allergens-item{
	width: 60px;
	margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.allergens-item img{
	width: 100%;
	height: auto;
	margin-bottom: auto;
}
.allergens-item small{
	text-transform: lowercase;
}


/* Related Products */
.related-prod-flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.related-prod-item{
	min-width: 125px;
	width: calc(33.33% - 40px);
	margin-bottom: 60px;
	text-align: center;
}
.related-prod-item a{
	color: #606060;
}
.related-prod-item .related-prod-image{
	height: 300px;
	width: 100%;
	min-width: 125px;
	margin-bottom: 15px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.related-prod-item .title h3{
	font-size: 1.25em;
	line-height: 1.25em;
}
.woocommerce-Price-amount.amount{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol{
	order: 2;
}
.woocommerce-Price-amount.amount .g-custom-price{
	order: 1;
	margin-right: 5px;
}


/* Cake Page */
.cake-slider-item{
	text-align: center;
}
.cake-slider-item a{ 
	color: #606060;
}
.cake-slider-item .slider-btn img{
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
.cake-slider-item .slider-btn .yith-ywraq-add-to-quote a.add-request-quote-button.button{
	color:#FFF;
	background-color: #F88D2B;
	border-radius: 50px;
	padding: 5px;
}

.cake-slider-item .cake-bg{
	background-color: #f1f1f1;
	height: 200px;
	margin: 0 auto;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.single-cake-slider .cake-slider-item{
	min-height: 400px;
	background-color:#f1f1f1;
}
.single-cake-slider-nav .cake-slider-item{
	min-height: 100px;
	cursor: pointer;
	padding: 5px 10px;
}
.single-cake-slider-nav .slick-list{
	padding: 0;
}
.single-cake-slider .cake-slider-item img{
	width: 100%;
}

/* End of Cake Page */


/* Wedding */
/* .cat-wedding-grid */
.cat-wedding-col-1, .cat-wedding-col-2{
	width: 22.875%;
}
.cat-wedding-grid .cat-wedding-col-1{
	margin-right: 2%;	
}
.cat-wedding-grid .cat-wedding-col-2{
	margin-right: 2%;
}

/* Cat Wedding Form */
.cat-wedding-form form{
	width: 75%;
	margin: 0 auto;
}
.cat-wedding-form .nf-form-title h3{
	width: 75%;
    margin: 0 auto;
    font-size: 37px;
}
.cat-will-get-back-message{
	position: relative;
	width: 600px;
	margin: 0 auto;
}
.cat-will-get-back-message .nf-field{
	position: absolute;
	width: 75%;
    left: auto;
    /* left: 110px; */
    top: -60px;
    /* right: auto; */
    right: 0;
    bottom: auto;
}

.cat-logo{
	width: 260px;
	margin: 20px auto;
}
.cat-new-smi-wrapper{
	padding-top: 6%;
	width: 100%;
}
.cat-new-smi{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
    align-items: center;
}
.cat-new-smi-wrapper .cat-new-smi .cat-icon{
	width: 40px;
}
.cat-new-smi-wrapper .cat-new-smi .cat-grandiosecuae{
	width: 130px;
}

/* End of Wedding */



/* Tablet Page */
.c-tablet-btn-flex{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-height: 480px;
	cursor: pointer;
}
.c-tablet-btn-flex.c-cakes{
	height: 960px;
}
.c-tablet-btn-flex .c-tablet-btn{
	height: 180px;
	width: 180px;
	line-height: 180px;
	background-color: rgba(160, 160, 159, .9);
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
}


/** Product Category Page - Catering and Banqueting - Product Category Menus */
/* Scroll bars */
/* width */
.pcm-quote-list ul.yith-ywraq-list::-webkit-scrollbar {
	width: 5px;
}
/* Track */
.pcm-quote-list ul.yith-ywraq-list::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.pcm-quote-list ul.yith-ywraq-list::-webkit-scrollbar-thumb {
	background: rgba(248, 142, 43, 0.9); 
	border-radius: 5px;
}
/* Handle on hover */
.pcm-quote-list ul.yith-ywraq-list::-webkit-scrollbar-thumb:hover {
	background: #F88D2B; 
}

.pcm-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pcm-wrapper{
	width: 65%;
}
.pcm-wrapper h1{
	font-size: 40px;
}
.pcm-wrapper .pcm-item-wrapper h3{
	font-size: 30px;
}
.pcm-wrapper .pcm-item-wrapper h3,
.pcm-wrapper h1{
	margin-bottom: 6%;
	font-weight: 800;
    text-transform: uppercase;
    color: #606060!important;
    text-align: center;
}
.product-category-menus{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.product-category-menus .pcm-item-wrapper{
	width: calc(33.33% - 2%);
	margin-bottom: 4%;
}
.product-category-menus .pcm-item-wrapper .pcm-thumb{
	height: 0;
	padding-top: 80%;
	width: 100%;
	margin-bottom: 4%;
	background-color: #f1f1f1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-category-menus .pcm-item-wrapper .pcm-item-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.product-category-menus .pcm-item-wrapper .pcm-item-flex .pcm-title{
	width: 70%;
	line-height: 20px;
    font-size: 15px;
}
.product-category-menus .pcm-item-wrapper .pcm-item-flex .pcm-action{
	margin-left: auto;
	width: 28%;
	font-size: 10px;
	text-align: right;
}
.product-category-menus .pcm-item-wrapper .pcm-item-flex .pcm-action .yith_ywraq_add_item_response_message.show{
	font-size: 10px !important;
}
.product-category-menus .pcm-item-wrapper .yith_ywraq_add_item_browse_message{
	display: none !important;
}

/** Below the Product List */
.pcm-quote-list{
	width: 30%;
	text-align: center;
    right: 30px;
    top: 0;
    margin-top: 10%;
	position: fixed;
	background-color: #FFF;
	transition: .3s linear;
}
.pcm-quote-list .woocommerce.widget_ywraq_list_quote{
	width: 100%;
	padding: 6%;
	margin: 0 auto !important;
	border: 2px solid #606060;
	-webkit-box-shadow: 0 2px 7px -2px rgba(0,0,0,.1);
    box-shadow: 0 2px 7px -2px rgba(0,0,0,.1);
}
.pcm-quote-list .woocommerce.widget_ywraq_list_quote ul.yith-ywraq-list{
	overflow-y: scroll;
	height: 300px;
	margin-bottom: 4%;
	padding-right: 15px;
}
.pcm-quote-list .woocommerce.widget_ywraq_list_quote ul.yith-ywraq-list li{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
	text-align: left;
}
.pcm-quote-list h4.widgettitle{
	font-weight: 800;
	text-transform: uppercase;
	color: #606060!important;
	text-align: center;
	font-size: 24px;
	margin-bottom: 4%;
}



header.et-fixed-header.g-cta-buttons .raq_label{
	text-transform: uppercase;
    color: #fff !important;
    background-color: #fa8d29;
    padding: 8px 30px;
    border-radius: 50px;
    border: solid 1px #fa8d29;
}

@media screen and (max-width: 980px){
	.product-category-menus .pcm-item-wrapper{
		width: calc(50% - 2%);
	}

	/* Start of Wedding */
	body.cat-hide-header-footer #page-container{
		padding-top: 0!important;
	}
	.cat-wedding-col-1, .cat-wedding-col-2{
		margin-right: 0;	
	}
	.cat-will-get-back-message,
	.cat-wedding-form form{
		width: 100%;
	}	
	.cat-wedding-form .nf-form-title h3{
		font-size: 34px;
		width: 100%;
	}
	.cat-will-get-back-message .nf-field{
		width: 70%;
	}
	/* End of Wedding */


	header#main-header .container.clearfix.et_menu_container{
		height: 25px;
	}

	/* Cake */
	.cake-flex-item:not(.gallery){
		width: 100%;
	}
	.related-prod-item{
		width: calc(50% - 4%);
		margin-bottom: 8%;
	}
	.related-prod-item .related-prod-image{
		height: 200px;
	}
	.cake-slider-item .cake-bg{
		height: 150px;
	}


	/* Request Services Landing Page */
	.cat-mobile-flex{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cat-mobile-flex-item{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.event-tax-item .event-thumb-title{
		font-size: 12px;
	}
	body #page-container #main-header,
	body .g-nav-cta-wrapper.gc-top-nav-mobile{
		background-color: #a7a9ac;
	}
	body .mobile_menu_bar.mobile_menu_bar_toggle::before{
		color: #ffffff;
	}

	.g-nav-cta-wrapper.gc-top-nav-mobile{
		display: block;
		height: 30px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fa8d29;
		z-index: 999999 !important;
	}
	.g-nav-cta-wrapper.gc-top-nav-desktop{
		display: none;
	}
	.et_right_sidebar #sidebar{
		margin-top: 30px;
	}
	#page-container #main-header{
		position: fixed;
		top: 29px !important;
		background-color: #ffffff;
	}
	#et-main-area{
		margin-top: 28px;
	}
	.et_header_style_split .mobile_menu_bar{
		top: -5px;
		text-align: right;
		padding-bottom: 0 !important;
	}
	.et_header_style_split .et_mobile_menu{
		top: 38px;
	}
	.et_header_style_split #et_mobile_nav_menu{
		margin-top: 0;
	}
	.et_header_style_split .logo_container img#logo{
		display: none !important;
	}
	.et_header_style_split .logo_container a{
		margin-top: -20px;
		/*background-image: url('https://grandiosecatering.com/wp-content/uploads/2018/03/grandiose-catering-logo-v1.png') !important;*/
		background-image: url('https://grandiosecatering.com/wp-content/themes/catering/assets/img/Grandiose-catering-mobile-white.svg');
	 	background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	}
	.et_header_style_split header#main-header .logo_container a{
		height: 60px;
		max-height: 60px;
		max-width: 120px;
		width: 35%;
		position: absolute !important;
		z-index: 99999;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.et_header_style_split #main-header .mobile_nav{
		background-color: transparent;
		border-radius: 5px;
		padding: 0 !important;
	}
	.et_header_style_split .mobile_nav .select_page{
		display: none;
	}
	.mobile_menu_bar.mobile_menu_bar_toggle::before{
		color: #fa8d29;
	}
	.et-fixed-header .g-cta-buttons .widget_ywraq_mini_list_quote .raq-info .raq-items-number{
		color: #ffffff;
	}
	.g-nav-cta-container .widget_ywraq_mini_list_quote,
	.g-nav-cta-inq,
	.et-fixed-header .g-nav-cta-inq,
	.g-cta-num{
		padding: 0;
		margin: auto 0;
	}
	.g-nav-cta-container .widget_ywraq_mini_list_quote{
		margin: auto 0 auto 15px !important;
	    padding: 0 !important;
	}
	.et-fixed-header .g-nav-cta-num,
	.g-nav-cta-num{
		color: #ffffff;
		font-size: 12px;
		font-weight: normal;
	}
	.g-nav-cta-inq,
	.et-fixed-header .g-nav-cta-inq{
		color: #ffffff;
		background-color: transparent; 
		border-radius: 0;
		border: none; 
		font-size: 12px;
		font-weight: normal;
	}
	.g-nav-cta-container .g-cta-buttons{
		margin-top: 0;
	}
	.page #page-container .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper{
		bottom: 0 !important;
		padding-top: 0 !important;
	}
	.g-cta-buttons .widget_ywraq_mini_list_quote .raq-info .raq-items-number{
		color: #ffffff;
		font-size: 12px;
		font-weight: normal;
	}
	.yith-ywraq-list-content.hover{
	    z-index: 10000;
	    opacity: 1;
	    margin-top: 0;
	    pointer-events: auto;
	}
	li#menu-item-327{
		padding-left:0;
	}
	li#menu-item-94{
		padding-right: 0 !important;
	}
	#main-header .et_mobile_menu{
		background-color: #ffffff !important;
	}
	.et_mobile_menu li a{
		color: #712b62 !important;
	}
}


/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
	.pcm-wrapper,
	.pcm-quote-list{
		width: 100%;
	}
	#pcmQuoteList.pcm-quote-list{
		position: relative !important;
		right: 0;
	}

	/* Product Category Menus */
	.product-category-menus .pcm-item-wrapper{
		width: 100%;
	}


	/* Cakes */
	.related-prod-item .related-prod-image{
		height: 125px;
	}
	.cake-slider-item .cake-bg{
		height: 125px;
	}


	.event-gallery-wrapper a{
		width: 32%;
		height: 150px;
		margin-bottom: 1.67%;
	}
	.events-tax-wrapper .event-tax-item{
		height: 150px;
	}
	/* Nutrition Facts table */
	.g-p-nf-table{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.g-p-nf-table .nf-table{
		width: 100%;
		min-width: 230px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-right: 0;
	}
	.g-p-nf-table .nf-desc{
	    width: 100%;
	    margin-bottom: 30px;
	    -webkit-box-ordinal-group: 2;
	        -ms-flex-order: 1;
	            order: 1;
	}
	/* End of Nutrition Facts table */
	

}

a.whats-app-icon svg{
  width: 60px;
    height: 60px;
    position: fixed;
    z-index:99999;
    bottom: 10px;
    right: 6%;
    fill: #fa8d29;
}

@media only screen and (max-width: 767px) {
	a.whats-app-icon svg{ 
        right: 2%; 
    }
}

@media all and (max-width: 479px) {
	.event-gallery-wrapper a{
		width: 49.5%;
    	margin-bottom: 1%;
	}
	a.g-view-more{
		font-size: 8px;
	}
	/* Nutrition Facts table */
	.nf-table td p{
		font-size: 10px;
	}
	.nf-table td p.large{
		font-size: 12px;
		padding: 3px !important;
	}
	/* End of Nutrition Facts table */
	

}

