@media (max-width: 767px){ 

	ul {
		list-style-type: none;
	}

	section ul li{
		display: inline-block;
	}

	li:hover, p:hover, h4:hover {
		color: red;
	}

	section div ul div h4:before, .foot:before{
		content: "\A";
		white-space: pre; 
	}

	section {
		margin-top: 25%;
	}

	.sub_ul {
		margin-left: -30%;
	}

	#kiddush .sub_ul {
		margin-left: 5%;
	}


}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 



	/*--------------------------------------------------*/


	ul {
	list-style-type: none;
	}

	section ul li{
		display: inline-block;
	}

	li:hover, p:hover, h4:hover {
	color: red;
	}

	section div ul div h4:before, .foot:before{
		content: "\A";
		white-space: pre; 
	}


	/*----------------------------------------------*/


	.line-break{
		margin-bottom: 3%;
	}


	.ui-tabs-anchor:active, .ui-tabs-anchor:focus{
	     outline:none;
	}

	/*---------------------------------------------------------*/

	#tabs_ul{
		border-style: solid;
		top: 20px;
		margin-bottom: 30px;
		height: 80px;
	}

	#tabs .ui-tabs-active {
	  background: #4b4e52;
	}

	#baked_goods_tab{
		margin-top: 0px;
		height: 75px;
		width: 129.8px;
	    margin-right: -20px;
	}

	#holiday_tab{
		 padding-right: 2.46%;
		 height: 75px;
		 left: 2.5%;
		 padding-left: 35px;
		 width: 150.325px;

	}

	#takeout_tab {
		margin-left: -2.1%;
	}

	 #takeout_tab, #kiddush_tab, #holiday_tab{
	 	padding-left: 3%;
	 }

	#shiva_tab, #baked_goods_tab{
		padding-left: 4%;
	}


	#baked_goods_tab h3{
		color: #CB8E01;
		margin-top: 10px;
	}

	#catering_tab h3{
		color: #CB8E01;
		padding-bottom: 19%;
	}

	#takeout_tab h3, #kiddush_tab h3, #shiva_tab h3, #holiday_tab h3{
		color: #CB8E01;
		padding-bottom: 22%;
	}

 }