.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

h2, h3 {
	color: #EC1C24;
}

.marginTop10 { margin-top: 10px !important; }
.marginTop15 { margin-top: 15px !important; }
.marginTop20 { margin-top: 20px !important; }
.marginTop30 { margin-top: 30px !important; }
.marginTop40 { margin-top: 40px !important; }
.marginTop50 { margin-top: 50px !important; }

.white { color: #fff !important; }


/** Header **/

.home .logo_wrapper,
.home #custom_logo,
.home #custom_logo_transparent {
	display: none;
}

.top_bar.fixed .logo_wrapper {
	margin: 10px 0 4px 0;
}

body.home #menu_wrapper div .nav > li > a {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.portfolio_desc.team h5 {
	margin-bottom: 10px;
}

.footer_bar a {
	color: #fff;
}

.footer_bar a:hover {
	color: #d62026;
}

.header-social {
	float: right;
	margin-left: 30px;
	margin-top: 28px;
}

.header-social a {
	color: #fff;
	display: block;
	float: left;
	padding: 7px;
}

.header-social a:hover i {
	color: #d62026 !important;
}


.top_bar.hasbg #menu_wrapper div .nav > li > a:hover {
	color: #d62026 !important;
}

/***** Home Page *****/

body.home .one.withbg {
	padding: 3em;
}


/***** Blog Section ******/

#page_content_wrapper .inner .sidebar_wrapper {
	border-color: #000000;
	border: none;
	background: #000;
	padding: 0;
}

.sidebar-logo {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 150px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li {
	margin: 0;
	padding: 0;
}

#page_content_wrapper .inner .sidebar_wrapper a {
	color: #fff;
	display: block;
	padding: 8px 0px 8px 40px;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar {
	padding: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul {
	margin: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_categories li {
	border-bottom: 1px solid #fff;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_categories h2.widgettitle {
	display: none;
}

.post_wrapper:first-child {
	border-bottom: 1px solid #c1c1c1;
	margin-top: 0;
	padding-top: 0;
}

.post_wrapper {
	border-bottom: 1px solid #c1c1c1;
	margin-top: 30px;
	overflow: hidden;
	padding: 30px 0 20px 0;
}

/***** Location Section *******/

body.single-locations {
	background-color: #000;
	color: #fff;
}

body.single-locations .top_bar {
	background: transparent;
}

body.single-locations #menu_wrapper .nav ul li a,
body.single-locations #menu_wrapper div .nav li a,
body.single-locations .top_bar #searchform button i,
body.single-locations #searchform label,
body.single-locations .top_bar .header_cart_wrapper i {
	color: #fff;
}

body.single-locations .ppb_wrapper.hasbg,
body.single-locations #page_content_wrapper.hasbg {
	margin-top: 30px;
}

body.single-locations h1 {
	color: #d62027;
	font-size: 35px;
	text-transform: uppercase;
}

body.single-locations .page_caption_desc {
	margin: 10px 0;
}

.location-social {
	margin-bottom: 20px;
}

.location-social a {
	margin-right: 10px;	
}

body.single-locations #page_content_wrapper .location-social a:hover i {
	color: #fff;
}

body .owl-theme .owl-controls {
	position: absolute;
	margin-top: -20px;
	top: 50%;
	width: 100%;
}

body .owl-theme .owl-controls .owl-nav [class*=owl-] {
	background-color: rgba(112, 111, 113, 0.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #000;
	line-height: 10px;
	margin: 0;
	padding: 10px;
}

body .owl-carousel .owl-controls .owl-nav .owl-next {
	float: right;
	margin-right: -1px;
}

body .owl-carousel .owl-controls .owl-nav .owl-prev {
	float: left;
}

.location_hours a,
.location_content a,
.location_contact_info a {
	color: #fff;
}

.location_hours a:hover,
.location_content a:hover,
.location_contact_info a:hover {
	color: #d62026;
}


/****** Menu Sections ******/

.sub-menu-nav ul {
	overflow: hidden;
}

.sub-menu-nav ul li {
	display: block;
	float: left;
}

.sub-menu-nav a {
	background-color: #000;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 5px 11px;
}

.sub-menu-nav a:hover {
	color: #EC1C24;
}

/****** Footer ******/

.footer_bar_wrapper {
	margin: 30px auto;
	overflow: hidden;
}

.footer_col_1,
.footer_col_2,
.footer_col_3 {
	color: #fff;
	float: left;
	font-size: 12px;
}

.footer_col_1 img {
	max-width: 80%;
}

.footer_col_1 > div,
.footer_col_2 > div,
.footer_col_3 > div {
	overflow: hidden;
}

.footer_col_1 {
	width: 15%;
}

/*
.footer_col_2 {
	width: 70%;
}

.footer_col_3 {
	width: 14%;
	float: right;
}
*/

.footer_col_2 {
	width: 84%;
}

.footer_col_2 .one_fifth.last i.fa {
	font-size: 16px;
	margin-right: 6px;
}

@media all and (max-width: 768px) {

	.hidden-xs { display: none !important; }

	body.home .one.withbg {
		padding: 20px 0 20px 0;
	}

	.footer_col_1,
	.footer_col_2,
	.footer_col_3 {
		float: none;
		text-align: center;
		width: 100%;
	}

	.footer_col_2 > div {
		margin-top: 30px;
	}

	.footer_col_3 {
		margin-top: 30px;
	}

	.sub-menu-nav ul li, 
	.sub-menu-nav ul li a {
		display: block;
		float: none;
		width: 100%;
	}

	.mobile_main_nav .sub-menu .sub-menu {
		display: none;
	}
	
	.ppb_menu_classic img {
		display: none !important;
	}
	
}


@media all and (min-width: 769px) {
	.hidden-sm { display: none !important; }

	.our-ramen-text {
		padding: 8em 0;
	}

}


@media all and (min-width: 961px) {
	.medium-text-left {
		text-align: left;
	}
	
	.medium-text-center {
		text-align: center;
	}
	
	.medium-text-right {
		text-align: right;
	}
	
}
