/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x
Site: City Restaurant
Developer: Urwin Studio https://www.urwinstudio.com

*/

/******************** MASTER LAYOUT ********************/

body {
	line-height: 1.4em;
}

.entry-wrap {
	padding: 0!important;
}

.entry-content.content {
	margin: 0;
	background-image: url(/wp-content/uploads/bg-pizza.jpg);
	background-repeat: no-repeat;
	background-position: 0 100vh;
}

.single .hentry .entry-wrap {
	border-bottom: 0!important;
}

/******************** TYPOGRAPHY ********************/

h1 {
	font-weight: 400!important;
}

h1.entry-title {
	display: none;
}

h1 {
	font-weight: 400!important;
	color: #808978!important;
}

h2 {
	font-weight: 400!important;
	color: #808978!important;
	line-height: 0.9em!important;
}

h3 {
	font-weight: 400!important;
	color: #808978!important;
}

h4 {
	font-weight: 400!important;
	color: #808978!important;
}

h5 {
	font-family: "Barlow Condensed",sans-serif!important;
	font-weight: 200!important;
	color: #6a6a6a!important;
	text-transform: uppercase;
	letter-spacing: 0!important;
}

p {
	font-weight: 200!important;
	color: #6a6a6a!important;
}

.rowGreen h2,
.colGreen h2,
.rowGreen p,
.colGreen p,
.x-colophon.top h3,
.rowGreen a,
.colGreen a,
.rowGrid h3 a {
	color: #fff!important;
}

.entry-content.content .x-column.x-sm.vc.colGreen.x-1-3 ul,
.entry-content.content .x-column.x-sm.vc.colGreen.x-1-3 ol {
	list-style-type: none;
	list-style-position: inside;
}

.entry-content.content .x-column.x-sm.vc.colGreen.x-1-3 li::before {
    position: relative;
	left: 0;
	top: 1px;
	font-family: "FontAwesome" !important;
    font-weight: 900;
    content: "\f061" !important;
    font-size: 0.9em!important;
	padding-right: 5px!important;
}

@media screen and (max-width: 767px) {

	h1 {
		margin: 0 0 20px 0!important;
		font-size: 2.4em!important;
		line-height: 1.05em!important;
	}
	
	h2 {
		margin: 0 0 20px 0!important;
		padding-bottom: 0!important;
		font-size: 2.5em!important;
	}
	
	h3	{
		margin: 0 0 20px 0!important;
		font-size: 1.6em!important;
	}
	
	h4	{
		margin: 0 0 20px 0!important;
		font-size: 1em!important;
	}
	
	h5	{
		margin: 0 0 20px 0!important;
		font-size: 0.9em!important;
	}
	
	blockquote	{
		font-size: 2em!important;
	}
	
	.entry-content.content p,
	.excerpt p,
	.entry-content.content ul,
	.entry-content.content ol {
		font-size: 1.4em!important;
		line-height: 1.4em!important;
		margin: 0 0 20px 0!important;
		padding: 0!important;
	}

}

@media screen and (min-width: 768px) and (max-width: 1279px) {

	h1 {
		margin: 0 0 20px 0!important;
		font-size: 3em!important;
		line-height: 1.05em!important;
	}
	
	h2 {
		margin: 0 0 20px 0!important;
		padding-bottom: 0!important;
		font-size: 3em!important;
	}
	
	h3	{
		margin: 0 0 20px 0!important;
		font-size: 1.8em!important;
	}
	
	h4	{
		margin: 0 0 20px 0!important;
		font-size: 1em!important;
	}
	
	h5	{
		margin: 0 0 20px 0!important;
		font-size: 0.9em!important;
	}
	
	blockquote	{
		font-size: 2.2em!important;
	}

	.entry-content.content p,
	.excerpt p,
	.entry-content.content ul,
	.entry-content.content ol {
		font-size: 1.5em!important;
		line-height: 1.4em!important;
		margin: 0 0 20px 0!important;
		padding: 0!important;
	}	
	
}

@media screen and (min-width: 1280px) {

	h1 {
		margin: 0 0 20px 0!important;
		font-size: 3.6em!important;
		line-height: 1.05em!important;
	}
	
	h2 {
		margin: 0 0 20px 0!important;
		padding-bottom: 0!important;
		font-size: 3.5em!important;
	}
	
	h3 {
		margin: 0 0 20px 0!important;
		font-size: 2em!important;
	}
	
	h4	{
		margin: 0 0 0 20px 0!important;
		font-size: 1em!important;
	}
	
	h5	{
		margin: 0 0 20px 0!important;
		font-size: 0.9em!important;
	}
	
	blockquote {
		font-size: 2.4em!important;
	}

	.entry-content.content p,
	.excerpt p,
	.entry-content.content ul,
	.entry-content.content ol {
		font-size: 1.5em!important;
		line-height: 1.4em!important;
		letter-spacing: 0em;
		margin: 0 0 20px 0!important;
		padding: 0!important;
	}	
	
}

.wp-caption {
	padding: 0;
	border: 0;
	text-align: left;
	background: transparent;
}

.wp-caption p.wp-caption-text {
	text-transform: none!important;
	font-size: 0.95em!important;
	line-height: 1.2em!important;
	margin-top: 10px!important;
}

/*p img {
	margin: 0!important;
}*/

a,
a:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

/*a.btn  {
	display: inline-block;
	color: #fff;
	background-image: url(/wp-content/uploads/bg-yellow.png);
	background-repeat: repeat;
	border: 0;
	margin-top: 20px;
	padding: 10px 25px 10px 25px;
	text-transform: uppercase;
	font-weight: 400!important;
	text-shadow: none;
	border-radius: 2px;
	letter-spacing: 0.03em;
	font-size: 0.85em!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.btn::after {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"!important;
	font-weight: 900!important;
	content: "\f061" !important;
	font-size: 1.1em;
	color: #fff;
	padding-left: 10px; 
	padding-right: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.btn:hover {
	background-image: url(/wp-content/uploads/bg-yellow.png);
	background-repeat: repeat;
	color: #fff;
	padding: 10px 20px 10px 25px!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}*/

/******************** WIDGETS ********************/

i.x-icon {
	font-size: 2em;
	padding: 30px 5px 0 5px;;
}

a.x-slider-scroll-bottom {
	border: 0;
}

.x-scroll-top {
	border: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.x-scroll-top:hover {
	cursor: pointer;
	margin-bottom: 10px!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.x-scroll-top .x-icon-angle-up:before {
	content: "\f062" !important;
	color: #fff;
	font-size: 1.2em;
}

br.clear {
	clear: both;
}

a.scrollWrapper {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: calc(50% - 71px);
	z-index: 99999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	background: url(/wp-content/uploads/bg-arrow-b.png);
	width: 142px;
	height: 70px;
	opacity: 0.8;
	display: block;
	border: 0!important;
	padding: 0 0 5px 0;
}

a.scrollWrapper:hover {
	display: block;
	padding: 5px 0 0 0;
	opacity: 1;
}

a.scrollWrapper:after {
	color: #fff;
	font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "FontAwesome"!important;
	font-weight: 900!important;
	font-style: normal;
	content: '\f063';
	font-size: 2.4em!important;
	position: absolute;
    top: 32px;
    left: 58px;
}

.grecaptcha-badge,
header.entry-header {
	display: none!important;
}

a.btn img,
a.btn img.aligncenter,
a.btn img.alignnone {
	margin: 30px auto 0 auto!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.btn img:hover {
	opacity: 0.8!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/******************** HEADER ********************/

.x-logobar {
	display: none;
}

.x-navbar {
	background: transparent;
	border: 0;
}

.masthead  {
    position:absolute;
    width: 100%;
    background-color:transparent !important;
	top: 1px;
	z-index: 999;
}

.x-navbar {
	height: 90px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 0;
}

.x-navbar-wrap {
	height: unset!important;
}

.x-navbar ul#menu-main-nav  {
	border-bottom: 2px solid #fff;	
}

.x-navbar ul#menu-main-nav li a {
	font-family: "Barlow Condensed",sans-serif!important;
	font-size: 1.4em;
	font-weight: 200!important;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-left: 10px;
	padding-right: 10px;
}

.x-navbar ul#menu-main-nav li a:hover {
	color: #808978!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul#menu-main-nav li.current-menu-item.current_page_item a {
	font-weight: 200!important;
	color: #fff;
}

ul#menu-main-nav li.current-menu-item a span {
	color: unset!important;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 0;
}

.x-navbar .desktop .x-nav > li > a > span {
	padding-left: 0!important;
	padding-right: 0!important;
	/*padding-top: 20px!important;*/
}

.x-navbar .desktop .x-nav>li>a>span {
	border: 0;
}

/* sticky */

.x-navbar-fixed-top-active .x-navbar-wrap {
	margin-bottom: 0!important;
}

.x-navbar.x-navbar-fixed-top {
	height: 60px;
	background: #808978!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	border-bottom: 0;	
}

.x-navbar.x-navbar-fixed-top ul#menu-main-nav  {
	border-bottom: 0;	
}

.x-navbar-inner {
	height: 60px!important;	 
}

body.single .x-navbar ul#menu-main-nav li a {
	color: #fff!important;
	height: 90px!important;
	padding-top: 37px!important;
}

.x-navbar.x-navbar-fixed-top ul#menu-main-nav li a,
body.single .x-navbar.x-navbar-fixed-top ul#menu-main-nav li a {
	color: #fff!important;
	height: 60px!important;
	padding-top: 21px!important;
}

.x-navbar.x-navbar-fixed-top ul#menu-main-nav li a:hover{
	color: #fff!important;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.x-navbar.x-navbar-fixed-top ul#menu-main-nav li a > span {
	padding-top: unset!important;
	border-top: 0;
	border-radius: 0;
}

.x-navbar.x-navbar-fixed-top ul#menu-main-nav li.current-menu-item.current_page_item a > span {
	border-bottom: 2px solid #fff;
}

/* mobile nav */

a#x-btn-navbar {
	display: none;
}

@media screen and (min-width: 980px) {
	
	.sfm-navicon-button {
		display: none; 
	}
	
}

.sfm-navicon {
	left: unset!important;
	right: 10%!important;
}

.sfm-sidebar-close:before, .sfm-sidebar-close:after {
	background-color: #fff!important;
}

#sfm-sidebar .sfm-menu-level-0 li .sfm-sm-indicator i, #sfm-sidebar .sfm-menu-level-0 .sfm-sl, .sfm-title h2, .sfm-social:after {
	color: #fff!important;
}

.sfm-style-full #sfm-sidebar .sfm-nav {
	margin: 100px 0 30px 0!important;
}

#sfm-sidebar.sfm-compact .sfm-va-middle, 
.sfm-style-full #sfm-sidebar .sfm-va-middle,
ul.sfm-menu-level-0.sfm-menu,
ul.sfm-menu-level-0.sfm-menu li {
	text-align: left!important;
}

#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-chapter, #sfm-sidebar .sfm-search-form {
	padding: 10px 0!important;
}

#sfm-sidebar .sfm-menu-level-0 li, 
#sfm-sidebar .sfm-menu-level-0 li a, 
.sfm-title h3 {
	font-size: 1.4em!important;
	color: #fff!important;
	font-weight: 200!important;
}

#sfm-sidebar .sfm-menu li a {
	text-align: left!important;
	display: inline-block!important;
}

#sfm-sidebar .sfm-menu-level-1 li,
#sfm-sidebar .sfm-menu-level-1 li a {
	font-size: 1em!important;
	font-weight: 200!important;
	margin-left: 20px!important;
}

/******************** BANNERS ********************/

body.home .entry-content.content {
	margin-top: -100vh;
}

 {
	height: 100vh;
}

.rowBanner .x-container.wpb_row,
.rowBannerHome .x-container.wpb_row {
	display: flex;
}

.rowBanner .x-column.x-sm.vc.x-1-1,
.rowBannerHome .x-column.x-sm.vc.x-1-1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	
	.rowBanner,
	.rowBanner .x-column.x-sm.vc.x-1-1,
	body.home .rowBannerHome,
	body.home .rowBannerHome .x-container.wpb_row,
	body.home .rowBannerHome .x-column.x-sm.vc.x-1-1 {
		min-height: 100vh;
	}
	
}

@media screen and (min-width: 768px) {
	
	.rowBanner,
	.rowBanner .x-column.x-sm.vc.x-1-1,
	body.home .rowBannerHome,
	body.home .rowBannerHome .x-container.wpb_row,
	body.home .rowBannerHome .x-column.x-sm.vc.x-1-1 {
		min-height: 100vh;
	}
	
}

@media screen and (min-width: 980px) and (max-width: 1279px) {
	
	.rowBanner,
	.rowBanner .x-column.x-sm.vc.x-1-1,
	body.home .rowBannerHome,
	body.home .rowBannerHome .x-container.wpb_row,
	body.home .rowBannerHome .x-column.x-sm.vc.x-1-1 {
		min-height: 100vh;
	}

}	

@media screen and (min-width: 1280px) {
	
	.rowBanner,
	.rowBanner .x-column.x-sm.vc.x-1-1,
	body.home .rowBannerHome,
	body.home .rowBannerHome .x-container.wpb_row,
	body.home .rowBannerHome .x-column.x-sm.vc.x-1-1 {
		min-height: 100vh;
	}
	
}

/******************** LAYOUT ********************/

.x-content-band {
	margin: 0;
}

.rowWhite .x-container.max.width.wpb_row  {
	background-color: #fff!important;
}

/*body.home #x-content-band-4 .x-container.max.width.wpb_row {
	background-image: url(/wp-content/uploads/bg-tomatoes.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 60px;
	padding-bottom: 40px;
}*/

.rowWhite .x-container.max.width.wpb_row {
	background-image: url(/wp-content/uploads/bg-tomatoes.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 60px;
	padding-bottom: 40px;
}

.bgFish {
	background-image: url(/wp-content/uploads/bg-fish.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

body.home #x-content-band-5 p img {
	margin: 0 auto!important;
}

.rowGreen,
.colGreen {
	background-color: #808978!important;
	color: #fff;
}

/*.colGrey {
	background-color: rgba(128,137,120,0.2)!important;
}*/

.rowFeatures .x-container.max.width.wpb_row {
	background: #808978;
}

.rowForm .x-container.max.width.wpb_row {
	background-color: rgba(236,237,235,0.7)!important;
}

img.alignnone {
	margin: 0!important;
}

.borderB {
	border-bottom: 2px solid #808978;
}

@media screen and (max-width: 767px) {

	.mobile {
		text-align: center;
	}
	
	.desktop {
		display: none;
	}
	
	.padT	{
		padding-top: 40px!important;
	}
	
	.padB {
		padding-bottom: 40px!important;
	}
	
	.padTMobile {
		padding-top: 20px!important;
	}
	
	.padBMobile	{
		padding-bottom: 30px!important;
	}
	
	.rowTxtImg.padB.padBMobile	{
		margin-bottom: 30px!important;
	}
	
	.rowNarrow	{
		width: 70%;
		margin: 0 15%!important;			
	}
	
	.x-column.x-sm.vc.colNarrow.x-1-1	{
		padding: 0 15%!important;			
	}
	
	.entry-content.content .rowWhite ul.x-slides	{
		padding: 0 15%!important;			
	}
	
	.rowWhite .x-column.x-sm.vc.colNarrow.x-1-1 {
		padding-top: 50px!important;
		padding-bottom: 50px!important;	
	}
	
	.rowFeatures .x-column.x-sm.vc.colGreen.x-1-3 {
		text-align: center;
	}
	
	.x-content-band.vc.rowTxtImg .x-column.x-sm.vc.x-1-2,
	.x-content-band.vc.rowTxtImg .x-column.x-sm.vc.x-1-2 p	{
		text-align: center!important;	
	}
	
	.x-content-band.vc.rowTxtImg .x-column.x-sm.vc.x-1-2 .x-flexslider {
		margin-bottom: 40px!important;
	}
	
	body.story .x-content-band.vc.rowTxtImg.padB {
		padding-bottom: 0!important;
	}
	
	body.home .x-content-band.vc.rowGrid .x-column.x-sm.vc.x-1-3,
	body.menus .x-content-band.vc.rowGrid .x-column.x-sm.vc.x-1-3 {
		margin-bottom: 40px!important;
	}
	
	body.menus .x-content-band.vc.rowGrid.padT {
		padding-top: 0!important;
	}
	
}

@media screen and (min-width: 768px) {

	.mobile {
		display: none;
	}
	
}

@media screen and (max-width: 979px) {
	
	.rowFeatures .x-column.x-sm.vc.colGreen.x-1-3 {
		padding: 30px 30px 10px 30px;
	}
	
}

@media screen and (min-width: 980px) {

	.rowFeatures .x-container.max.width.wpb_row {
		display: flex;
	}

	.rowFeatures .x-column.x-sm.vc.colGreen.x-1-3 {
		display: flex;
		align-self: center;
		flex-direction: column;
		padding-left: 50px;
	}

	.rowTxtImg .x-container.max.width.wpb_row {
		display: flex;
	}

	.rowTxtImg .x-column.x-sm.vc.x-1-2 {
		display: flex;
		align-self: center;
		flex-direction: column;
	}	
	
}

@media screen and (min-width: 768px) and (max-width: 1279px) {

	.padT {
		padding-top: 50px!important;
	}
	
	.padB {
		padding-bottom: 50px!important;	 
	}
	
	.rowNarrow {
		width: 60%;
		margin: 0 20%!important;		
	}
	
	.x-column.x-sm.vc.colNarrow.x-1-1	{
		padding: 0 20%!important;			
	}
	
	.entry-content.content .rowWhite ul.x-slides	{
		padding: 0 20%!important;			
	}
	
	.rowWhite .x-column.x-sm.vc.colNarrow.x-1-1 {
		padding-top: 50px!important;
		padding-bottom: 50px!important;	
	}
	
} 

@media screen and (min-width: 1280px) {

	.padT {
		padding-top: 60px!important;
	}
	
	.padB {
		padding-bottom: 60px!important;	
	}
	
	.rowNarrow {
		width: 45%;
		margin: 0 27.5%!important;
	}
	
	.x-column.x-sm.vc.colNarrow.x-1-1	{
		padding: 0 27.5%!important;			
	}
	
	.entry-content.content .rowWhite ul.x-slides	{
		padding: 0 20%!important;			
	}
	
	.rowWhite .x-column.x-sm.vc.colNarrow.x-1-1 {
		padding-top: 50px!important;
		padding-bottom: 50px!important;	
	}
	
}

/******************** SLIDER / CAROUSEL ********************/

.x-flexslider-shortcode-container,
.entry-content.content ul.x-slides,
li.x-slide img {
	margin-bottom: 0!important;
}

@media screen and (max-width: 767px) {

	.mobile {
		text-align: center;
	}
	
	.desktop {
		display: none;
	}
	
	.padT	{
		padding-top: 40px!important;
	}
	
	.padB {
		padding-bottom: 40px!important;
	}
	
	.rowNarrow	{
		width: 70%;
		margin: 0 15%!important;			
	}
	
	.x-column.x-sm.vc.colNarrow.x-1-1	{
		padding: 0 15%!important;			
	}
	
	.entry-content.content .rowWhite ul.x-slides	{
		padding: 0 15%!important;			
	}
	
	.entry-content.content li.x-slide p {
		font-size: 1.1em!important;
	}
	
}

@media screen and (max-width: 767px) {

	.entry-content.content .rowWhite li.x-slide {
		height: 350px;
		max-height: 350px;
	}	
		
}

@media screen and (min-width: 768px) and (max-width: 1279px) {

	.entry-content.content .rowWhite li.x-slide {
		height: 260px;
		max-height: 260px;		
	}
	
	.entry-content.content li.x-slide p {
		font-size: 1.1em!important;
	}
	
} 

@media screen and (min-width: 1280px) {

	.entry-content.content .rowWhite li.x-slide {
		height: 200px;
		max-height: 200px;		
	}
	
	.entry-content.content li.x-slide p {
		font-size: 1.2em!important;
	}
	
}

ul.flex-direction-nav {
	position: absolute!important;
	top: calc(50% - 71px);
	width: 100%!important;
}

.flex-direction-nav a.flex-prev {
	left: 0!important;
	background: url(/wp-content/uploads/bg-carousel-arrow-l.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 70px;
	height: 142px;
}

.flex-direction-nav a.flex-next {
	left: unset!important;
	right: 0!important;
	background: url(/wp-content/uploads/bg-carousel-arrow-r.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 70px;
	height: 142px;
}

.flex-direction-nav a.flex-next  {
	
}

.flex-direction-nav a.flex-prev i,
.flex-direction-nav a.flex-next i {
	font-size: 0;
}

.flex-direction-nav a.flex-prev:before  {
	font-family: "FontAwesome" !important;
    font-weight: 900;
	content: "\f060" !important;
	font-size: 2em!important;
	position: absolute;
	top: 57px;
	left: 14px;
}

.flex-direction-nav a.flex-next:before  {
	font-family: "FontAwesome" !important;
    font-weight: 900;
	content: "\f061" !important;
	font-size: 2em!important;
	position: absolute;
	top: 57px;
	right: 13px;
}

/*.flexslider {
	margin: 0!important;
	border: 0!important;
	box-shadow: none!important;
	border-radius: 0!important;
}

@media screen and (max-width: 767px) {

	.flexslider {
		margin-top: 30px!important;
	}
	
}

ol.flex-control-nav.flex-control-paging {
	display: none;
}

.flex-direction-nav a {
	background: transparent!important;	
}

.flex-direction-nav a.flex-next {
	left: unset;
}

a.flex-prev:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"!important;
	font-weight: 900!important;
	content: "\f060" !important;
	font-size: 2em!important;
	color: #fff;
	padding-left: 0; 
	padding-right: 0;
}

a.flex-next:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"!important;
	font-weight: 900!important;
	content: "\f061" !important;
	font-size: 2em!important;
	color: #fff;
	padding-left: 0; 
	padding-right: 0;

/******************** GRID TITLES ********************/

.x-content-band.vc.rowGrid .x-column.x-sm.vc.x-1-3 {
	background: #808978;
}

body.home .x-content-band.vc.rowGrid .x-column.x-sm.vc.x-1-3 h3,
body.reviews .x-content-band.vc.rowNarrow .x-column.x-sm.vc.colGreen.x-1-1 h3,
body.menus .x-content-band.vc.rowGrid .x-column.x-sm.vc.x-1-3 h3  {
	margin-bottom: 0!important;
}

body.home .x-content-band.vc.rowGrid .x-column.x-sm.vc.x-1-3 h3 a,
body.reviews .x-content-band.vc.rowNarrow .x-column.x-sm.vc.colGreen.x-1-1 h3 a,
body.home .x-content-band.vc.rowNarrow .x-column.x-sm.vc.colGreen.x-1-1 h3 a,
body.menus .x-content-band.vc.rowGrid .x-column.x-sm.vc.x-1-3 h3 a {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block; 
}

body.booking .x-content-band.vc.rowNarrow .x-column.x-sm.vc.colGreen.x-1-1 h3 a {
	padding-top: 20px;
	padding-bottom: 0;
	display: block; 
}

body.home .x-content-band.vc.rowNarrow .x-column.x-sm.vc.colGreen.x-1-1 h3 {
	margin-bottom: 0!important;
}

body.home .x-content-band.vc.rowGrid .x-column.x-sm.vc.x-1-3 h3 a:hover,
body.reviews .x-content-band.vc.rowNarrow .x-column.x-sm.vc.colGreen.x-1-1 h3 a:hover,
body.home .x-content-band.vc.rowNarrow .x-column.x-sm.vc.colGreen.x-1-1 h3 a:hover,
body.b .x-content-band.vc.rowNarrow .x-column.x-sm.vc.colGreen.x-1-1 h3 a:hover,
body.menus .x-content-band.vc.rowGrid .x-column.x-sm.vc.x-1-3 h3 a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

body.reviews .x-content-band.vc.rowNarrow .x-column.x-sm.vc.colGreen.x-1-1 {
	margin-top: 20px!important;
}

body.home .x-content-band.vc.rowGrid .x-column.x-sm.vc.x-1-3 .x-img,
body.menus .x-content-band.vc.rowGrid .x-column.x-sm.vc.x-1-3 .x-img {
	margin-bottom: 0!important;
}

/******************** QUANDOO BOOKING WIDGET ********************/

#quandoo-booking-widget {
	text-align: center;
}

#quandoo-booking-widget iframe {
	margin: 0 auto;
}

/******************** CONTACT ********************/

@media screen and (max-width: 767px) {
	
	.rowForm .formL { 
		padding: 50px 50px 0 50px;
	}

	.rowForm .formR {
		padding: 0 50px 0 50px;
	}
	
}

@media screen and (min-width: 768px) {
	
	.rowForm .formL {
		float: left;
		width: 48%; 
		padding: 50px 2% 30px 50px;
	}

	.rowForm .formR {
		float: left;
		width: 48%; 
		padding: 50px 0 30px 2%;
	}
	
}

.dateLabel {
	float: left;
	width: 120px;
	font-size: 1.5em;
	margin-top: 25px;
}

.datePicker {
	float: left;
	width: 170px;
	margin-right: 0;
	margin-top: 10px;
}

.wpcf7 input[type="date"] {
	width: 200px;
	font-size: 1.4em!important;
}

div#ui-datepicker-div { z-index:1000!important; }

.timeLabel {
	float: left;
	width: 120px;
	font-size: 1.5em;
	margin-top: 15px;
}

.timeHrs,
.timeMins {
	float: left;
	width: 50px;
	margin-right: 7px;
	margin-top: 0;
}

.timeHrs select,
.timeMins select {
	width: 50px;
	font-size: 1.4em!important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 2px solid #808978;
	border-left: 0;
	font-size: 1em;
	padding: 5px 0;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	border-bottom: 2px solid #808978;
}

.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="text"]:-ms-input-placeholder,
.wpcf7 input[type="text"]::-ms-input-placeholder,
.wpcf7 input[type="text"]::-moz-placeholder,
.wpcf7 input[type="text"]::-webkit-input-placeholder,
.wpcf7 input[type="date"]::placeholder,
.wpcf7 input[type="date"]:-ms-input-placeholder,
.wpcf7 input[type="date"]::-ms-input-placeholder,
.wpcf7 select::placeholder,
.wpcf7 select:-ms-input-placeholder,
.wpcf7 select::-ms-input-placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
	/*color: rgba(255,255,255,1.0)!important;*/
	opacity: 1.0;
}

input[type="submit"] {
    background: url(/wp-content/uploads/btn-submit.png) center center;
    text-indent: -9999px;
    box-shadow: none;
    font-size: 0px;
    max-width: 164px;
    width: 100%;
    height: 46px;
    padding: 0px; 
	border: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input[type="submit"]:hover {
    background-color: transparent;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

textarea.wpcf7-textarea {
	height: 250px;
}

.wpcf7-response-output {
	border: 0!important;
	padding: 0 0 20px 0!important;
	background: transparent!important;
	font-size: 1.1em!important;
}

/******************** FOOTER ********************/

.x-colophon.top {
	background-color: #808978!important;
	background-image: url(/wp-content/uploads/bg-footer.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.x-colophon.top i.x-icon {
	font-size: 2.8em;
	padding: 15px 5px 0 5px;
}

.x-colophon.top a {
	color: #fff;
}

.x-colophon.top a:hover,
.x-colophon.bottom a:hover {
	color: #fff!important;
	opacity: 0.8!important;
}

.x-colophon.top h3 {
	margin-bottom: 5px!important;
}

.x-colophon.top p {
	color: #fff!important;
	font-size: 1.2em!important;
	line-height: 1.5em;
	margin-bottom: 0!important;
}

.x-colophon.top .widget {
	margin: 0;
}

#custom_html-2 a {
	color: #fff;
}

.x-column.x-md.x-1-4.last {
	width: 100%;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid #fff;
}

@media screen and (max-width: 979px) {
	
	.x-colophon.top {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	.footerIcons {
		padding-top: 0;
		padding-bottom: 40px;
	}
	
	.x-colophon.top {
		text-align: center;
		border: 0;
	}
	
	.x-colophon.top .x-column.x-md.x-1-2 {
		width: 100%;
	}
	
	.x-colophon.top .x-column .widget:first-child {
		margin-top: 0;
	}
	
	.x-column.x-md.x-1-4:nth-of-type(3) {
		margin-top: 30px;
	}
	
	#text-3 {
		margin-bottom: 30px;
	}
	
}

@media screen and (min-width: 980px) {

	.x-colophon.top {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	
	.footerIcons {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	
	.x-colophon.top {
		text-align: left;
		border: 0;
	}
	
	.x-column.x-md.x-1-4:nth-of-type(3) {
		width: 48%;
		margin-right: 0!important;
		text-align: right;
	}
	
}