		
		
		
		
		
		
/*
	Theme Name: eegees
	Theme URI: http://eegees.com
	Description: A Custom WordPress Website for eegees.com
	Version: 1.2
	Author: Arrowhead Advertising
	Author URI: http://arrowheadadv.com

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('css/style.css');


@media screen and (max-width:481px) {
.hidden-mobile {
display:none !important}

}

@media screen and (max-width: 640px) {
.main .col {padding: 20px 2%;}
}

#wpcf7-f2255-p2253-o1 label {
	font-family: 'stagbook';
	font-size: 16px;
	display: block;
	font-weight: normal;
	color: #242424;
}
#wpcf7-f2255-p2253-o1 input[type=text],
#wpcf7-f2255-p2253-o1 input[type=email],
#wpcf7-f2255-p2253-o1 textarea {
	width: 50%;
	padding: 10px;
	border: 1px solid #cccccc;
	font-family: 'stagbook';
	font-size: 14px;
}
#wpcf7-f2255-p2253-o1 input.wpcf7-captchar {
	width: 30%;
}
#wpcf7-f2255-p2253-o1 input[type=submit] {
	display: inline-block;
	padding: 12px 20px;
	color: #fff;
	cursor: pointer;
	border: none;
	background-color: #f57d08;
	font-family: 'stagmedium';
	font-size: 23.5px;
	font-weight: normal;
	border-radius: 2px;
}
#wpcf7-f2255-p2253-o1 input[type=submit]:hover {
	background-color: #242424;
}

.home .options .box {
width:33.33%;
}
.home .options .box img {
display: inherit;
}
.splash {
  padding: 0px 0 0;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.3, #f3f3f3), to(#f1f1f1));
  background-image: -webkit-linear-gradient(#f3f3f3 30%, #f1f1f1);
  background-image: -moz-linear-gradient(#f3f3f3 30%, #f1f1f1);
  background-image: -o-linear-gradient(#f3f3f3 30%, #f1f1f1);
  background-image: linear-gradient(#f3f3f3 30%, #f1f1f1);
}

.options {
  position: relative;
  z-index: 98;
  margin-bottom: 60px;
}

.splash .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

div#soliloquy-container-2090 {
    max-width: 100%!important;
    margin-top: 45px!important;
    margin-bottom: 0px!important;
}

.soliloquy-container .soliloquy-pager {
    bottom: 27px!important;
}
.top-socials {
  box-shadow: 0 4px 6px -3px rgba(204, 204, 204, 204.5);
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
  z-index: 50;
}

header.desktop .locations {
  margin-left: 1%;
  font-size: 14px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  background-color: #5f0e0e;
  color: #fff;
  font-style: italic;
  float: right;
}

.desktop .sub-menu {
    display: none;
    position: absolute;
    top: 45px;
    min-width: 153px;
    z-index: 100;
left:0;
    background-color: #f57d08;
}


header.desktop .main-menu ul li {
    display: inline-block;
    position: relative;
    height: 45px;
    line-height: 38px;
    font-size: 15px;
    font-family: 'stagmedium';
    padding: 4px 0 4px 0;
}

header.desktop {
    background-size: auto 45px;
}


header.desktop .locations {
    margin-left: 1%;
    font-size: 14px;
    padding: 4px 15px;
    height: 45px;
    line-height: 38px;
    background-color: #5f0e0e;
    color: #fff;
    font-style: italic;
    float: right;
}

img.main-logo {
    height: 50px;
    margin-top: 6px;
}

li#menu-item-3237 {
    width: 100px;
}

.options .box h2 {
    font-size: 22px;
  }

/*BOX SLIDER / CATERING */
.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.bx-wrapper {
    width: 100%;
    margin-top: 50px;
}

@media (max-width: 981px) {
  .options div {
    width: 100%;
   }
.options {
    position: relative;
    z-index: 98;
    margin-bottom: 5px!important;
    margin-top: 60px;
}
.welcome {
    display: block;
}
}

@media (max-width: 500px) {
  .options .box h2 {
    font-size: 15px;
  }


}


header.desktop {
    background-size: auto 60px;
    position: fixed;
    z-index: 100;
    top: 0;
}




@media only screen and (max-width: 922px) {
  header.desktop {
    display: none;
}
  header .mobile-header {
    display: block;
    background-color: #b80020;
    height: 72px;
    box-shadow: 0 4px 6px -3px rgba(122, 0, 21, 0.5);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
}
header .mobile-header .mobile-nav-button {
    position: absolute;
    right: 5%;
    top: 25px;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.mobile-logo {
    display: block;
    position: absolute;
    top: 17px;
    left: 5%;
}
.mobile-logo img{
	max-width: 110px;
}
.options {
    position: relative;
    z-index: 98;
    margin-bottom: 5px!important;
    margin-top: 87px;
}
}

@media only screen and (max-width: 922px) {

nav.mobile-nav {
    box-shadow: 3px 3px 4px #000000;
    position: fixed;
    z-index: 999;
    width: 60%;
    margin-top: 0px;
    left: 0;
    top: 72px;
    background-color: #2A2A2A;
    height: 100%;
    overflow: auto;
}

nav.mobile-nav ul {
    overflow: auto;
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 5%;
}

nav.mobile-nav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

nav.mobile-nav li {
    border-bottom: 1px solid #202020;
    padding: 15px 0 15px 22px;
    width: 100%;
    display: block;
}

}

@media only screen and (min-width: 1281px){
aside.locations {
    width: 29%;
}
}

.why-eegees .title-tag {
  font-family: 'stagblack_italic';
  color: black;
  letter-spacing: 1px;
  font-size: 38px;
  line-height: 38px;
  display: inline-block;
  padding: 12px 20px;
  background-color: #fcb946;
}
.why-eegees .why-content-block {
  background-color: #2a1d53;
  color: white;
  display: block;
  padding: 25px 25px 13px;
}
.why-eegees .why-content-block p {
  margin: 0 0 12px 0;
  color: white;
  font-size: 18px;
  font-family: 'stagbook';
}
.why-eegees .why-content-block p a {
  color: white;
}
.why-eegees .why-content-block h2 {
  color: white;
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.party-item {
  margin-top: 15px;
  clear: both;
  margin-bottom: 20px;
}
.party-item .party-header {
  margin: 0 0 8px;
  padding: 0 0 3px;
  border-bottom: 1px solid #ccc;
}
.party-item .party-header h2 {
  color: black;
  margin: 0;
  font-size: 30px;
}
.party-item .party-header img {
  max-width: 100%;
}
.party-item .party-header p {
  color: black;
  font-family: 'stagbook';
  margin: 3px 0;
  font-size: 17px;
}
.party-item .party-content p {
  font-family: 'stagbook';
  color: #6e6e6e;
  margin: 0 0 12px 0;
  font-size: 17px;
  line-height: 21px;
  font-style: italic;
}
.how-to-order .title-tag {
  font-family: 'stagblack_italic';
  color: white;
  font-size: 38px;
  line-height: 38px;
  display: inline-block;
  padding: 12px 20px;
  background-color: #e21923;
  letter-spacing: 1px;
}
.how-to-order .how-to-content {
  color: white;
  background-color: #fcb946;
  padding: 30px 20px;
}
.how-to-order .how-to-content p {
  margin: 7px 0 0;
  font-size: 15px;
  font-family: 'stagbook';
  font-style: italic;
  color: white;
}
.how-to-order .how-to-content {
  font-family: 'stagbook';
  font-size: 20px;
  color: white;
  margin: 0;
}
.how-to-order .how-to-content a {
  color: white;
}
body.party-guide footer {
  margin-top: 0px;
}
.soliloquy-container .soliloquy-image {
  width: 100%;
}


/**** Phoenix Landing *****/
.phx-landing-page header, .phx-landing-page footer, .phx-landing-page .top-header-bar{
	display: none;
}

@media only screen and (max-width: 480px){
    a.get-directions-btn, a.apply-now-btn {
        font-size: 14px;
        margin: 2px 0 !important;
        padding: 10px  !important;
    }
}



