/* Enter Your Custom CSS Here */
.homepage_nav_title.services{display:none;}
.services_block {display:none;}
.featured_blog_content {display: none;}
.homepage_nav_title.contact {display:none;}
.contact_wrapper {display:none;}
.footer {display:none;}
.copyright_wrapper {display: none;}



/* CUSTOM TEMPLATE CSS */
body {
 box-sizing: border-box; 
}

.clearfix():before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.homepage-container {
  position: relative;
  width: 900px;
  height: 100%;
  background: #fff;
  margin: 0 auto;
}

.logo {
  background-image: url('https://www.mftasty.com/wp-content/uploads/2015/08/logo1.png');
  width: 176px;
  height: 134px;
  background-repeat: no-repeat;
  position: relative;
  margin: 20px 0 0 40px;
  float: left;
}


.page-button-container {
  float: left;
  width: calc(100% - 353px);
  text-align: center;
}

.page-button {
  float: left;
  width: 20%;
  cursor: pointer;
}

.button-area {
  display: inline-block;
  padding: 5px 30px;
  border: 1px solid transparent;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.button-area:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);   
  border: 1px solid #DADADA;
  background: #C62159;
  color: #fff;
}

.page-button.menu {
  margin-top: 15%;
}
.page-button.hours {
  margin-top: 30%;
}
.page-button.contact {
  margin-top: 55%;
}
.page-button.about {
  margin-top: 70%;
}
.page-button.local {
  margin-top: 85%;
}




.cactus {
  background-image: url('https://www.mftasty.com/wp-content/uploads/2015/08/cactus.png');
  width: 77px;
  height: 121px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 60px;
}





// Menu Item Styles
// --------------------------------
.menu-container {
  text-align: center;
}

.menu-item {
  margin: 10px auto 15px;
  text-align: center;
  width: 60%;
}

.menu-item .menu-item-name {
  font-weight: bold;
  color: #c62159;
  font-size: 18px;
  margin-bottom: 5px;
}

.menu-item .menu-item-description {
  font-weight: normal;
  color: #333;
  font-size: 14px;
}

.menu-item a {
  text-decoration: underline;
}


.social {
  width: 140px;
  margin: 0 auto;
}

.social .social-icon {
  float: left;
  margin-right: 10px;
  background-image: url('https://www.mftasty.com/wp-content/uploads/2015/08/glossy-social-media-icons-vector-set_659063.jpg');
  background-size: 150px;
  height: 36px;
  width: 36px;
  display: block;
  text-indent: -99999px;
}

.social .social-icon.facebook {
 background-position: 36px 0px;
}
.social .social-icon.twitter {
 background-position: 112px 0px;
}
.social .social-icon.instagram {
 background-position: 112px -39px;
}


/* MEDIA QUERIES */
@media screen and (max-width: 900px) {
	.homepage-container {
	   	width: 100%;
    }
  
  .logo {
   	float: none;
    margin: 20px auto;
  }
  
  .page-button-container {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
  }
  
  	.page-button {
   		float: none;
    	margin: 10px auto;
	    text-align: center;
	    width: 200px;
    }
  
    .page-button.menu,
  	.page-button.hours,
  	.page-button.contact,
  	.page-button.about,
  	.page-button.local {
      margin-top: 10px;
  	}
  
  .cactus {
     position: relative;
      margin: 20px auto 0;
	  right: initial;
    }
  
  .colorbox {
   width: 100%; 
  }
}