/*  
Skin Name: Restaurant
Version: 1.0
Demo URI: https://themify.me/demo/themes/ultra-restaurant/
Required Plugins: builder-contact, builder-maps-pro
*/

/************************************************************************************
GENERAL
*************************************************************************************/
body {
	font-family: 'Cabin', sans-serif;
	font-size: 1.1em;
	color: #525252;
}
.post-nav .arrow,
a {
	color: #ff0000;
}
a:hover,
#footer a:hover,
.post-nav  a:hover > span,
.post-title a:hover {
	color: #ff0000;
}
input[type=reset], input[type=submit], button {
	background-color: #c38f00;
}

/* form input:hover */
input[type=reset]:hover,
input[type=submit]:hover,
button:hover {
	background-color: #ff0000;
}

/************************************************************************************
HEADING
*************************************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	color: inherit;
}
h1 {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	letter-spacing: 0.035em;
	line-height: 0.9em;
	margin: 0 0 0.7em;
}
h1.fancy-heading {
	font-size: 4em;
}
h1 i,
h1 em,
.module-fancy-heading h1 .sub-head {
	color: #ff0000;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 0.3em;
	text-transform: none;
	position: absolute;
	top: 4px;
	left: 50%;
	letter-spacing: 0.055em;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}
h2 {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.055em;
	line-height: 1.4em;
	margin: 0 0 .7em;
}
h2.fancy-heading {
	font-size: 2.85em;	
}
h2 i,
h2 em,
.module-fancy-heading h2 .sub-head {
	color: #dfa300;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 0.4em;
	text-transform: none;
	padding: 0 24px;
	letter-spacing: -0.03em;
	line-height: normal;
	white-space: nowrap;
}
h1.fancy-heading {
	margin-top: .5em;
}
.maketable .fork-icon,
.module-fancy-heading .maketable .fork-icon {
	content: '';
	display: block;
	background: url(images/fork-knife.svg) no-repeat center;
	width: 24px;
	height: 24px;
	margin: 0 8px;
}
.maketable,
.bottomBorder,
.module-fancy-heading .bottomBorder,
.module-fancy-heading .maketable {
	display: table;
	width: 100%;
	max-width: 562px;
	margin: .2em auto;
}
.maketable i,
.maketable em,
.maketable span,
.module-fancy-heading .maketable span {
	display: table-cell;
	vertical-align: middle;
}
.addBorder {
	width: 50%;
	position: relative;
}
.addBorder:before {
	content: '';
	border-top: 1px solid rgba(221,221,221,0.4);
	position: absolute;
	width: 100%;
	top: 58%;
	left: 0;
}
.bottomBorder:before {
	content: '';
	border-top: 1px solid rgba(221,221,221,0.4);
	display: block;
}
h1 .bottomBorder {
	padding-top: 0.125em;
}
h5 {
	font: italic 1.3em/1.6em 'Playfair Display', serif;
	letter-spacing: 0.02em;
	margin: 0 0 1em;
}
.module-fancy-heading span {
	display: initial;
}
.module-fancy-heading .sub-head {
	padding-top: 0;
	margin-top: 0;
}
.module-fancy-heading .sub-head:before {
	display: none;
}
.module-fancy-heading .fancy-heading .sub-head:before {
	border-top: none;
}

/************************************************************************************
HEADER
*************************************************************************************/
.header-horizontal #headerwrap {
	background-color: rgba(0,0,0,.5);
	color: #fff;
	min-height: inherit;
}
.header-horizontal.fixed-header #header {
	padding: 0;
}

/* SITE LOGO
================================================ */
.header-horizontal #site-logo {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	letter-spacing: -0.02em;
	font-size: 2.5em;
	margin: .5em 0 0;
}

/* MAIN NAVIGATION
================================================ */
.header-horizontal #main-nav {
	font-weight: 600;
	font-size: 0.9em;
}
#main-nav a:hover,
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a {
	color: #ff0000;
}
.header-horizontal #main-nav > li {
	margin: 0 0.25em;
}
.header-horizontal #main-nav > li > a {
	padding: 2.5em 0.45em;
	letter-spacing: -0.005em;
	line-height: normal;
	text-transform: uppercase;
	box-shadow: inset 0 2px 0 0 rgba(0,0,0,0);
}
.header-horizontal #main-nav > li > a:hover,
.header-horizontal #main-nav > .current_page_item > a,
.header-horizontal #main-nav > .current-menu-item > a {
	box-shadow: inset 0 2px 0 0 #ff0000;
}
.header-horizontal #main-nav li.highlight-link {
	margin-left: 0.7em;
}
.header-horizontal #main-nav .highlight-link > a {
	padding: 0.7em 1.1em;
	border: 2px solid #ff0000;
	border-radius: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.035em;
}
.header-horizontal #headerwrap #main-nav .highlight-link a:hover,
.header-horizontal #main-nav .highlight-link.current_page_item > a,
.header-horizontal #main-nav .highlight-link.current-menu-item > a {
	box-shadow: none;
	background-color: #ff0000;
	color: #fff;
}

/* FIXED HEADER
================================================ */
.header-horizontal #headerwrap.fixed-header #header {
	padding-top: 0;
	padding-bottom: 0;
}
.header-horizontal #headerwrap.fixed-header #header #site-logo {
	margin-top: .1em;
	transition: margin 0.3s linear;
}
.header-horizontal #headerwrap.fixed-header #main-nav > li > a {
	padding: 1.5em 0.45em;
}
.header-horizontal #headerwrap.fixed-header #main-nav .highlight-link > a {
	padding: 0.7em 1.1em;
}

/* TRANSPARENT HEADER
================================================ */
.transparent-header #headerwrap.fixed-header #main-nav > li > a {
	color: inherit;
}

/************************************************************************************
POST
*************************************************************************************/
.post-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	font-size: 4em;
}
.post-title a {
	color: inherit;
}
.loops-wrapper.list-post .post-date,
.single .post-content .post-date {
	background-color: rgba(223,163,0,.8);
}
.post-date {
	color: #ff0000;
	font-size: 0.95em;
}
.post-meta {
	font-family: inherit;
	letter-spacing: 0;
}
.post-meta a {
	color: #b99e52;
}
.loops-wrapper.list-post .post-meta, 
.single .post-meta {
	font-size: 1em;
}
.post-meta .post-author:after, 
.post-meta .post-category:after, 
.post-meta .post-tag:after {
	letter-spacing: -4px;
}
.loops-wrapper.list-post .post-author, 
.single .post-author {
	text-transform: uppercase;
	font-size: .95em;
	letter-spacing: .03em;
}
.more-link {
	border-color: #ff0000;
	border-radius: 4px;
	border-width: 2px;
	border-style: solid;
	background-color: transparent;
	color: inherit;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
	padding: 0.5em 1.15em;
	letter-spacing: -0.02em;
}
.more-link:after {
	display: none;
}

/* grid2-thumb layout */
.loops-wrapper.grid2-thumb .post-image {
	width: auto;
}
.loops-wrapper.grid2-thumb .post-title {
	font-size: 2em;
}

/************************************************************************************
PAGE
*************************************************************************************/
.page-title {
	text-align: center;
	font-size: 4em;
	line-height: 1.2em;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widgettitle {
	font-weight: bold;
	margin: 0 0 .7em;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background-color: #181818;
	color: #929292;
	padding-bottom: 0;
	margin-bottom: 0;
}
#footerwrap a {
	color: #929292;
}
.footer-block #footer {
	width: auto;
	max-width: none;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}

/* BACK TOP
================================================ */
.footer-block #footerwrap .back-top {
	-webkit-order: 3;
	order: 3;
	margin-bottom: -32px;
}
.footer-block .section-col + .footer-text {
	-webkit-order: 4;
	order: 4;
}
.footer-block #footerwrap .back-top .arrow-up a {
	border-radius: 100%;
	width: 64px;
	height: 64px;
	line-height: 50px;
	text-decoration: none;
	padding: 0;
}
.footer-block #footerwrap .back-top a:before {
	font-size: 2rem;
	font-weight: bold;
	content: '\f106';
	font-family: FontAwesome;
}
.footer-block #footerwrap .back-top:hover .arrow-up a {
	bottom: 0;
}
.footer-block .back-top .arrow-up a,
.footer-horizontal-left .back-top .arrow-up a,
.footer-horizontal-right .back-top .arrow-up a,
.footer-left-col .back-top .arrow-up a,
.footer-right-col .back-top .arrow-up a {
	background-color: #242424;
	color: #fff;
}
.footer-block .back-top .arrow-up:hover a,
.footer-horizontal-left .back-top .arrow-up:hover a,
.footer-horizontal-right .back-top .arrow-up:hover a,
.footer-left-col .back-top .arrow-up:hover a,
.footer-right-col .back-top .arrow-up:hover a {
	color: #dfa300;
}


/* FOOTER WIDGETS
================================================ */
.footer-block .footer-widgets {
	margin-bottom: 50px;
}
.footer-block .footer-widgets .widget {
	margin-top: 0;
}
.footer-block .footer-widgets .widgettitle {
	color: #fff;
}

/* FOOTER TEXT
================================================ */
.footer-block .section-col + .footer-text {
	background-color: #242424;
	color: #929292;
	padding: 2em 0;
	font-size: 0.9em;
	letter-spacing: 0.025em;
	text-align: left;
}
.footer-block .section-col + .footer-text a {
	color: #fff;
}
.footer-block .footer-widgets-wrap,
.footer-block .section-col + .footer-text .footer-text-inner {
	width: 1160px;
	margin: auto;
	clear: both;
}
.footer-block .section-col + .footer-text .one {
	width: 45%;
	float: left;
}
.footer-block .section-col + .footer-text .two {
	float: right;
	text-align: right;
	width: 45%;
}
.footer-block .main-col {
	width: 1160px;
	margin: auto;
	max-width: 100%;
	float: none;
}

/* FULL SECTION SCROLLING */
.full-section-scrolling.footer-block #footer {
	position: static;
}
.full-section-scrolling.footer-block #footerwrap .back-top {
	bottom: 100%;
}
.full-section-scrolling.footer-block #footerwrap .back-top .arrow-up a {
	border-radius: 0;
	height: auto;
	line-height: inherit;
}
.full-section-scrolling #footerwrap.expanded .back-top a:before {
	content: '\f00d';
	font-size: 1.5rem;
	font-weight: normal;
}

/************************************************************************************
BUILDER
*************************************************************************************/
/* Button Module */
.module-buttons a.yellow {
	background-color: #dfa300;
	border-color: #dfa300;
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 0.9em;
	text-transform: uppercase;
}
.module-buttons.outline a {
	border-width: 2px;
	color: inherit;
	padding: 0.45em 0.95em 0.65em;
}
.module-buttons.outline a.yellow {
	border-color: #ff0000;
	border-radius: 4px;
	background-color: transparent;
	padding: 0.5em 1.55em;
}
.module-buttons .builder_button.yellow:hover {
	background-color: #fff;
	color: #dfa300;
}

/* Image Module */
.module-image.image-overlay .image-title {
	font-weight: normal;
}

/* Service Menu Module */
.themify_builder.themify_builder_content .module.module-service-menu {
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
	padding: 0.73em 0 0.1em;
	position: relative;
}
.module-service-menu.has-highlight {
	background-color: #fbf9f4;
}
.module-service-menu .tb-highlight-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: -1px;
}
.module-service-menu .tb-menu-price {
	color: #ff0000;
}
.themify_builder .module.module-service-menu .tb-image-content {
	padding: 0 6%;
}

/* Contact module */
.module-contact .builder-contact-fields .builder-contact-field:nth-of-type(1),
.module-contact .builder-contact-fields .builder-contact-field:nth-of-type(2) {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.module-contact .builder-contact-fields .builder-contact-field:nth-of-type(3) {
	clear: both;
}
.module-contact .builder-contact-fields .builder-contact-field:nth-of-type(1) {
	padding-right: 2%;
}
.module-contact .builder-contact-fields .builder-contact-field:nth-of-type(2) {
	padding-left: 2%;
}
.module-contact input[type=text],
.module-contact input[type=email],
.module-contact input[type=url] {
	width: 100%;
	max-width: none;
	margin-right: auto;
}
.module-contact input[type=reset],
.module-contact input[type=submit],
.module-contact button {
	border-color: #ff0000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 0.9em;
}

/************************************************************************************
MOBILE MENU ACTIVE
*************************************************************************************/
.mobile_menu_active.footer-block .main-col,
.mobile_menu_active.footer-block .footer-widgets-wrap,
.mobile_menu_active.footer-block .section-col + .footer-text .footer-text-inner {
	max-width: 96%;
	width: auto;
}
.mobile_menu_active.header-horizontal #headerwrap #main-nav > li > a {
	box-shadow: none;
}
.mobile_menu_active.header-horizontal #headerwrap.fixed-header #main-nav .highlight-link > a,
.mobile_menu_active.header-horizontal #headerwrap.fixed-header #main-nav > li > a {
	padding: 0.6em 0;
}
.mobile_menu_active.transparent-header #headerwrap #main-nav a,
.mobile_menu_active.transparent-header #headerwrap.fixed-header #main-nav > li > a {
	color: inherit;
}
.mobile_menu_active #headerwrap #main-nav .current_page_item > a,
.mobile_menu_active #headerwrap #main-nav .current-menu-item > a,
.mobile_menu_active.transparent-header #headerwrap #main-nav li a:hover {
	color: #FF0000;
}
.mobile_menu_active.header-horizontal #headerwrap #main-nav .highlight-link a:hover,
.mobile_menu_active.header-horizontal #main-nav .highlight-link.current_page_item > a,
.mobile_menu_active.header-horizontal #main-nav .highlight-link.current-menu-item > a {
	background: none;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 760px) {
	/* HEADING */
	.page-title,
	h1.fancy-heading {
		font-size: 2.4em;
		line-height: 1.3em;
	}
	h2.fancy-heading {
		font-size: 2em;
		line-height: 1.3em;
	}	
	h1 em,
	h2 em {
		font-size: 0.55em;
	}
	
	#headerwrap #main-nav a:hover,
	#headerwrap #main-nav ul a:hover {
		color: #ff0000;
	}
  
	/* TF CONTACT FORM */
	.module-contact .builder-contact-fields .builder-contact-field:nth-of-type(1),
	.module-contact .builder-contact-fields .builder-contact-field:nth-of-type(2) {
		width: auto;
		float: none;
		padding-left: inherit;
		padding-right: inherit;
	}
	
	/* FOOTER */
	.mobile_menu_active.footer-block .main-col,
	.mobile_menu_active.footer-block .footer-widgets-wrap,
	.mobile_menu_active.footer-block .section-col + .footer-text .footer-text-inner {
		max-width: 90%;
	}
	.footer-block .footer-text .one,
	.footer-block .footer-text .two {
		float: none;
		text-align: inherit;
	}
}
@media screen and (max-width: 680px) {
	.header-horizontal #headerwrap.fixed-header #header #site-logo,
	.header-horizontal #site-logo {
		margin-top: 0;
		font-size: 2em;
	}
	/* grid2-thumb layout */
	.loops-wrapper.grid2-thumb .post-image {
		float: none;
	}
	.loops-wrapper.grid2-thumb .post-date {
		margin: 0;
	}
}