.content-toggled-off {
  opacity:0 !important;
}
.about-us-content {
  opacity:1;
  transition: opacity 0.5s cubic-bezier(0.35, 0.01, 0, 0.99) !important;
    -webkit-transition: opacity 0.5s cubic-bezier(0.35, 0.01, 0, 0.99) !important;
    -moz-transition: opacity 0.5s cubic-bezier(0.35, 0.01, 0, 0.99) !important;
    -ms-transition: opacity 0.5s cubic-bezier(0.35, 0.01, 0, 0.99) !important;
    -o-transition: opacity 0.5s cubic-bezier(0.35, 0.01, 0, 0.99) !important;
}

.menu-toggle {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent !important;
}
.menu-toggle-selected {
    color: #000 !important;
    border-color: #888 !important;
    background-color: white !important;
}
.menu-toggle.selected:hover {
	border-color:#000 !important;
}
.tp-caption.Manna-Item-Description {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.full-chef {
  transition: opacity 0.5s cubic-bezier(0.35, 0.01, 0, 0.99) !important;
    -webkit-transition: opacity 0.5s cubic-bezier(0.35, 0.01, 0, 0.99) !important;
    -moz-transition: opacity 0.5s cubic-bezier(0.35, 0.01, 0, 0.99) !important;
    -ms-transition: opacity 0.5s cubic-bezier(0.35, 0.01, 0, 0.99) !important;
    -o-transition: opacity 0.5s cubic-bezier(0.35, 0.01, 0, 0.99) !important;
}
.dim-chef {
  opacity:.5 !important;
}
.entry-content a:link {
  border:0;
}
.toggle-logo-bg {
    background-color: #fff !important;
}
#about-team p {
    margin-bottom: 8px !important;
}
@media screen and (max-width: 787px) {
  	li#pizza div.tp-bgimg.defaultimg {
    	background-position: 20% center !important;
	}
  	li#pizza div.tp-kbimg-wrap {
    	left:-25% !important;
    }
  
  	li#burgers div.tp-bgimg.defaultimg {
    	background-position: 90% center !important;
	}
  	li#burgers div.tp-kbimg-wrap {
    	left:20% !important;
    }
  	
  	li#mains div.tp-bgimg.defaultimg {
    	background-position: 0 center !important;
	}
  	li#mains div.tp-kbimg-wrap {
    	left:-20% !important;
    }
  
  	li#location div.tp-bgimg.defaultimg {
    	background-position: right center !important;
	}
  	
  	.tp-caption.Manna-Item-Description, .tp-caption.Restaurant-Price {
  		text-align:center !important;
  	}
    .text-shadow-on-mobile {
    	text-shadow: 2px 2px #000 !important;
    }
    #about-dan.about-us-content.default-mobile {
      	opacity: 1 !important;
  	}
    #about-dan.content-toggled-off {
      	opacity: 0 !important;
  	}
}
@media screen and (max-width: 489px) {
  	li#pizza div.tp-bgimg.defaultimg {
    	background-position: 30% center !important;
	}
	li#pizza div.tp-kbimg-wrap {
    	left:-65% !important;
    }
  
  	li#burgers div.tp-bgimg.defaultimg {
    	background-position: 70% center !important;
	}
  	li#burgers div.tp-kbimg-wrap {
    	left:45% !important;
    }
  
  	li#mains div.tp-bgimg.defaultimg {
    	background-position: 20% center !important;
	}  	
    li#mains div.tp-kbimg-wrap {
    	left:-45% !important;
    }
    
}
.tp-bullets {
  z-index:100;
  top:65% !important;
}


#rotate,
#please-rotate-device {
  display:none;
}
@media screen and (max-width: 667px) and (orientation: landscape) {  
  	.tp-caption.tp-resizeme, 
  	.tp-mask-wrap .tp-caption.tp-rev-btn,
    .tp-caption.Manna-Footer-Btn,
  	.rev-burger,
  	.rev-btn,
    .rev-scroll-btn,
    .rev-scroll-text {
    	opacity: 0 !important;
  	}
  	#rotate,
    #please-rotate-device {
  		opacity:1 !important;
    	display:block;
  	}
    
}

a[href^="tel"]{
  color:#000 !important;
  text-decoration:underline;
}

/*
*	Everything below this line is just to set up the site for the slider.
* 	Does not affect style of slider elements.
*/
body {background: #000} /*turns bg black*/

body:before {content: none} /*removes left column bg*/

html.js {margin-top: 0 !important; padding-top:0 !important} /* not sure */
html.js, body {overflow: hidden} /* seems to remove scroll bars */

/* not sure */
.site-main, 
.entry-content {padding: 0} 

/* removes content */
footer, 
header, 
#sidebar, 
#comments,
#wpadminbar {display: none} 

/* fits slider content to top of page */
.hentry { 
  margin: 0; 
  padding: 0; 
  background: transparent; 
  box-shadow: none}


