/* 
Theme Name: StyleStack Jnr
Author: Cotswold Web Design.
Template: Divi
Version: 1.0
*/
/** 1 */
#footer-bottom {
	display: none;
}
/** 2 */
a.right-arrow:after {
	content: "\24";
	top: 3px;
	right: -3px;
	position:relative;
	font-family: 'ETmodules';
}
/** 3.All */
ul.et_pb_tabs_controls {
	background-color: transparent;
}
ul.et_pb_tabs_controls:after {
	border-top: none;
}
/** 3.Desktop only */
@media screen and (min-width: 825px) {
	.cwd_tabs .et_pb_tabs_controls li {
		width: 20% !important;
		color: #a3a3a3;
		text-transform: uppercase;
		letter-spacing: 2px;
		text-align: center;
	}
}
/** 4.Widen dropdown menu to fit new food menus */
.et-menu li li a {
	width: 225px;
}