/*------------------
   TYPOGRAPHY STYLES
------------------*/
@import 'https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i|Pacifico';

@import url("//hello.myfonts.net/count/32602e");

@font-face {font-family: 'BickleyScriptCom';src: url('/_fonts/32602E_0_0.eot');src: url('/_fonts/32602E_0_0.eot?#iefix') format('embedded-opentype'),url('/_fonts/32602E_0_0.woff2') format('woff2'),url('/_fonts/32602E_0_0.woff') format('woff'),url('/_fonts/32602E_0_0.ttf') format('truetype');}
 

/*
	font-family: 'Pacifico', cursive;
	font-family: 'Lato', sans-serif;

	pink: #e2009f;
	lt. blue: #2ba6cb;
	
*/
/*---------------
   GENERAL STYLES
---------------*/
/* to hide blinking foundation menu */
.no-js [data-responsive-toggle] {
    display: none;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

body {
  background: url("/_imgs/bricks.jpg");
  background-size: cover;
/*   color: #666666; */
}
h1 {
	font-family: 'Lato', sans-serif;
}
h2 {
	font-family: 'Lato', sans-serif;
}
h3 {
	font-family: 'Lato', sans-serif;
}
h4 {
	color: #f59bbb;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 1rem;
}

h5 {
	font-family: 'Lato', sans-serif;
}
p,li,span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
.center {
	margin: 0px auto;
	display: block;
  text-align: center;
}
.row .row {
  margin: 0rem;
}
.slick-prev {
  left: 5px;
  z-index: 1000;
}
.slick-next {
  right: 5px;
  z-index: 1000;
}

.address .fa {
    color: #f59bbb;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 2rem;
}


.pageSubhead p {
	font-size: 18px;
	text-align: center;
	color: #f59bbb;
	font-weight: bold;
	margin-bottom: 2rem;
}

.slider-page .item {
	margin-bottom: 1rem;
}

.download-wrap {
	margin-top: 2.5rem;
	border-right: 1px solid #acacac;
}

.row {
    max-width: 75rem;
}

/*--------------
   HEADER STYLES
--------------*/
.top-bar a {
    color: #444444;
    font-family: BickleyScriptCom, cursive;
    font-weight: bold;
    font-size: 2em;
}

.top-bar a:hover {
    color: #f59bbb;
}

/*
.top-bar a.holiday:before {
	content: url('/_imgs/lights-string-before.png');
	display: inline-block;
	margin-right: 1rem;
	position: relative;
	top: 0;
}
*/

/*
.top-bar a.holiday:after {
	content: url('/_imgs/lights-string-after.png');
	display: inline-block;
	margin-left: 1rem;
	position: relative;
	top: 0;
}
*/

/*
.top-bar a.holiday:before {
	content: url('/_imgs/redbulb-left.png');
	display: inline-block;
	margin-right: .5rem;
	position: relative;
	top: -4px;
}

.top-bar a.holiday:after {
	content: url('/_imgs/redbulb-right.png');
	display: inline-block;
	margin-left: .5rem;
	position: relative;
	top: -4px;
}
*/

.holiday-lights-wrap {
	padding: 0 3rem;
}

.holiday-lights {
	background-image: url('/_imgs/lights-string.png');
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
	height: 75px;
	display: block;
	width: 100%;
	float: left;
}

.cursive p {
    color: #000000;
    font-family: BickleyScriptCom, cursive;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.top-bar, .top-bar ul {
    background-color: transparent;
}
.top-bar img {
  width: 66%;
}
.lights {
  z-index: 3;
}
#main-logo {
  margin-bottom: -6rem;
  position: relative;
  top: -6rem;
  z-index: 5;
}
.title-bar {
    background: #727272;
}
.light-top {
    padding-top: 3rem;
}

/*----------------
   HOMEPAGE STYLES
----------------*/
#zkeCatering {
  padding-top: 0.25rem;
}
#zkeGourmet {
  padding-top: 0.25rem;
}
.caption {
	bottom: 0;
	color: white;
	font-family: BickleyScriptCom, cursive;
	font-size: 2.5em;
	font-weight: bold;
	/*min-height: 80px;*/
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}
#slide-pad {
    padding-top: 0;
}

#slide-pad.column, #slide-pad.columns {
padding: 0;
}

.slick-slide img {
	width: 100%;
}
/*---------------
   SUBPAGE STYLES
---------------*/
#subpage-container h2 {
	font-family: BickleyScriptCom, cursive;
	font-size: 3rem;
	font-weight: bold;
	color: #f59bbb;
}


#subpage-container .page-submenu li {
	color: #f59bbb;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    margin-left: 3px;
    text-transform: lowercase;
}



ul.menu li {
	font-size: 1em;
}

.subpage-content {
	padding: 1rem 3rem;
}

.subpage-content li {
	margin-left: 45px;
}
.subpage-content .menu {
	text-align: left;
}
.subpage-content .menu h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 0;
}

.subpage-content .menu h3:first-child {
	margin-top: 0;
}


.subpage-content .menu h3::before,
.subpage-content .menu h3::after {
	content: '•';
	font-size: .7em;
	top: -.3rem;
	margin: .25rem;
	position: relative;
}


.subpage-content .menu ul {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.media-content {
	/* border-top: 1px solid #dddddd; */
	padding: 1rem 3rem;
}



/*
#subpage-container {
    background-color: white;
    min-height: 47rem;
    margin-top: 3.5rem;
    padding-bottom: 3rem;
}
*/
/*#subpage-container li {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
}*/



.menu-centered li:not(:last-child)::after {
    color: #f59bbb;
    content: ' • ';
}

#subpage-container li a {
    color: #939393;
}

#subpage-container li a:hover {
	color: #f59bbb;
}

.menu-centered ul li {
  float: none;
  display: inline-block;
}
.menu-centered {
    padding-bottom: 1rem;
    text-align: center;
}

.menu>li:not(.menu-text)>a {
     /*padding: 0rem 0rem;*/
	display: inline-block;
	padding-left: 0rem;
	padding-right: 0rem;
}

#main-menu ul ul.menu li {
    font-size: 1em;
    width: 100%;
    text-align: center;
    display: block;
}

#main-menu ul ul.menu li a {
	color: #f59bbb;
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	font-weight: 300;
}

.is-accordion-submenu-parent>a::after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #f59bbb transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 50%;
    margin-top: -4px;
    right: -1rem;
}

#subpage-container h2 {
    padding-top: 1rem;
}
.zkeContent {
	background-image: url(/_imgs/bkgd-content.png);
	background-position: center center;
	background-color: white;
    min-height: 47rem;
    margin: 3.5rem 0rem 2rem;
    padding-bottom: 0;
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.29);
}

.column.zkeContent, .columns.zkeContent {
    padding-left: 0;
    padding-right: 0;
}


.client-name {
	color: #f59bbb;
	font-weight: bold;
}

#subpage-container .slick-page .item {
	min-height: 20rem;
}

/*--------------
   FRIENDS STYLES
--------------*/

.friends > .column {
	min-height: 150px;
	margin-bottom: 1rem;
}

.friends > .column > .image-wrap {
 	background-color: #ffffff;
 	border: 1px solid transparent;
	border-radius: 10px;
	padding: 2rem;
}


/*--------------
   FOOTER STYLES
--------------*/

footer {
  background-color: #383838;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  margin-top: 1rem;
}

footer.footer-pink {
	background-image: url(/_imgs/bkgd-stripe-pink.png);
	background-position: center center;
	padding; 5rem 0;
}

footer.footer-pink #zkeSocial {
	text-align: center;
}

footer.footer-pink #zkeSocial ul {
display: block;
  margin-left: auto;
  margin-right: auto;
	width: 200px;
}

footer.footer-pink #zkeSocial ul li {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 21px;
	padding: 0;
	text-align: center;
}

footer.footer-pink #zkeSocial ul li:last-child {
	margin: 0;
}

footer.footer-pink #zkeSocial ul li a {
	margin: 0;
	padding: 0;
}


footer.footer-pink #zkeSocial ul li a .fa {
    color: white;
    padding:0;
    font-size: 1.3rem;
}


footer.footer-gray {
	background-image: url(/_imgs/bkgd-stripe-gray.png);
	background-position: center center;
	padding; 5rem 0;
}

footer.footer-gray #zkeSocial {
	text-align: center;
}

footer.footer-gray #zkeSocial ul {
display: block;
  margin-left: auto;
  margin-right: auto;
	width: 200px;
}

footer.footer-gray #zkeSocial ul li {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 21px;
	padding: 0;
	text-align: center;
}

footer.footer-gray #zkeSocial ul li:last-child {
	margin: 0;
}

footer.footer-gray #zkeSocial ul li a {
	margin: 0;
	padding: 0;
}


footer.footer-gray #zkeSocial ul li a .fa {
    color: white;
    padding:0;
    font-size: 1.3rem;
}



#zkeInstagram {
	background-color: #ffffff;
	padding: .2rem 0 0;
}

.copyright {
	margin: 1rem 0;
}

.copyright p {
    color: white;
    font-size: 1em;
    margin: 0;
    padding:0;
}

footer a .fa {
    color: white;
    padding-left: 1rem;
    font-size: 1.3rem;
}

/*--------------
   General
--------------*/

a.button {
    background-color: #f59bbb;
    font-weight: bold;
    color: white;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease-in-out;
}

a.button:hover {
	background-color: #bc327a;
}

button.btn {
	background-color: #f59bbb;
	color: white;
	padding: 0.5rem 1rem;
	transition: all 0.3s ease-in-out;
}
button.btn:hover {
	background-color: #bc327a;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #aaaaaa;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	color: #aaaaaa; 
	font-family: 'Lato', sans-serif;
    font-size: 14px;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #aaaaaa;  
	font-family: 'Lato', sans-serif;
    font-size: 14px;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {  
	color: #aaaaaa;   
	font-family: 'Lato', sans-serif;
    font-size: 14px;
}
select {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
}
textarea {
	height: 150px;
}

.gallery {
	padding: 1rem 0
}


/*
.title-holiday {
	background-image: url(/_imgs/bkgd-holiday.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
*/


.title-holiday h2:before {
	background-image: url('/_imgs/bkgd-holiday-before.png');
    background-size: 176px 72px;
    background-position: center top;
    display: inline-block;
    height: 72px;
    width: 176px;
    content:"";
}
.title-holiday h2:after {
	background-image: url('/_imgs/bkgd-holiday-after.png');
    background-size: 176px 72px;
    background-position: center top;
    display: inline-block;
    height: 72px;
    width: 176px;
    content:"";
}

/*--------------
   MEDIA QUERIES
--------------*/

/* Foundation X-Large screen */
@media only screen and (max-width: 1920px) {}

/* Foundation Large screen */
@media only screen and (max-width: 1440px) {
	.title-holiday h2:before {
	    background-size: 119px 49px;
	    width: 119px;
	    height: 49px;
	    content:"";
	}
	.title-holiday h2:after {
	    background-size: 119px 49px;
	    width: 119px;
	    height: 49px;
	    content:"";
	}
}

/* Foundation Medium Screen */
@media only screen and (max-width: 1024px) {
	.zkeContent {
		min-height: auto;
	}

	.download-wrap {
		margin-top: 2.5rem;
		border-right: none;
		border-top: 1px solid #acacac;
		padding-top: 2rem;
	}


}

@media only screen and (max-width: 928px) {
	.title-holiday h2:before {
	    display: none;
	}
	.title-holiday h2:after {
	    display: none;
	}
}


/* iPhone 6+ Landscape */
@media only screen and (max-width: 736px) {}

/* iPhone 6 Landscape */
@media only screen and (max-width: 667px) {}

/* Custom to hide blinking foundation menu */
@media only screen and (min-width: 641px) {

#subpage-container h2 {
    font-size: 4rem;
}


    .title-bar {
        display: none;
    }
}

/* Foundation Small screen */
@media only screen and (max-width: 640px) {}

/* iPhone 5 Landscape */
@media only screen and (max-width: 568px) {}

/* iPhone 3 & 4 Landscape */
@media only screen and (max-width: 480px) {}

/* iPhone 6+ */
@media only screen and (max-width: 414px) {
    .cursive p {
        font-size: 1em;
        padding-top: 1.25rem;
    }
    #slide-pad {
        padding-top: 1rem;
    }
}

/* iPhone 6 */
@media only screen and (max-width: 375px) {
	.lights {
		margin-bottom: 2rem;
	}
}

/* Samsung Galaxy S4, S%, S6 & S7 */
@media only screen and (max-width: 360px) {

}

/* iPhone 5, 4, & 3 */
@media only screen and (max-width: 320px){}

.img-cob {
	height: 390px;
}