@font-face{
	font-family:'cloudlight';
	src:url("fonts/cloud-light-webfont.woff2") format("woff2"),url("fonts/cloud-light-webfont.woff") format("woff");
	font-weight:normal;
	font-style:normal
}	
@font-face{
	font-family:'cloudbold';
	src:url("fonts/cloud-bold-webfont.woff2") format("woff2"),url("fonts/cloud-bold-webfont.woff") format("woff");
	font-weight:normal;
	font-style:normal;
}	
/* Links color */
a {
	color: #169e84;
}

a:hover {
	color: #047058;
}

#menu > ul > li > a {
	font-size: 20px;
	font-weight: bolder;
}
#Top_bar #menu span {
	line-height:1.5;
	padding:7px 35px;
}
#Top_bar #menu span div {
	font-size:14px;
	font-family:'cloudlight';
}
@media (min-width: 768px) and (max-width: 991px) {
#Top_bar #menu span div {
	display:inline;
}
}
@media only screen and (max-width: 767px) {
#Top_bar #menu span div {
	display:inline;
}
}
#Top_bar #menu li.current_page_item {
	background-color:#159E84;
}
#Top_bar .menu > li.current_page_item > a {
	color:#fff;
}
header {
	height:300px;
}
@media (min-width: 768px) and (max-width: 991px) {
header {
	height:250px;
}
}
@media only screen and (max-width: 767px) {
header {
	height:auto;
}
}
@media only screen and (max-width: 767px) {
.menu_wrapper {
	width:100%;
}
}
@media only screen and (max-width: 767px) {
.mfn-main-slider {
	display:none;
}
}
.column_form {
	width:60%;
	margin: auto auto;
	display:block;
	margin-bottom:60px;
}
@media (min-width: 768px) and (max-width: 991px) {
.column_form {
	width:90%;
	margin: auto auto;
	display:block;
	margin-bottom:30px;
}
}
.container { 
	width: 92% !important; 
}

@media only screen and (max-width: 767px) {
.column_form {
	width:95%;
	margin-bottom:30px;
}
}

.container { 
	width: 90% !important; 
}
@media (min-width: 1600px) {
.container { 
	width: 75% !important; 
}
}
@media only screen and (max-width: 767px) {
.container { 
	width: 100% !important; 
}
}

.box-form {
	background:#159E84; 
	padding: 30px; 
	overflow: hidden;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 767px) {
.box-form {
	background:#159E84; 
	padding: 20px; 
	overflow: hidden;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
}
}
.box-form h2 {
	font-weight:bold;
}
.box-form p {
	font-size:18px;
}

.column_fancy_heading h2.title {
	font-weight:bold;
	margin-bottom:0px;
}
span.color-red {
	color:#da0000;
}
#formWrapper .hr_color hr {
	color: #fff;
	background: #fff;
}
#formWrapper {
	font-size:18px;
	color:#fff;
}
@media only screen and (max-width: 767px) {
#formWrapper {
	font-size:18px;
}
#formWrapper .one-fourth {
	width:100%;
}
#formWrapper .three-fourth {
	width:100%;
}
}

#formWrapper input[type="date"], #formWrapper input[type="email"], #formWrapper input[type="number"], #formWrapper input[type="password"], #formWrapper input[type="search"], #formWrapper input[type="tel"], #formWrapper input[type="text"], #formWrapper input[type="url"], #formWrapper select, #formWrapper textarea {
	padding: 10px;
	outline: none;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 0;
	font-size: 18px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.1);
}
#formWrapper input[type="date"]:focus, #formWrapper input[type="email"]:focus, #formWrapper input[type="number"]:focus, #formWrapper input[type="password"]:focus, #formWrapper input[type="search"]:focus, #formWrapper input[type="tel"]:focus, #formWrapper input[type="text"]:focus, #formWrapper input[type="url"]:focus, #formWrapper select:focus, #formWrapper textarea:focus {
	background-color: #ddf3df!important;
	color: #159E84;
	border:1px solid #047058;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
}
#formWrapper select {
	padding:10px 10px;
}
#formWrapper input[type="file"] {
	font-size: 18px;
	padding: 10px;
	background-color: #fff;
	width: 97.5%;
}
/* ---------------- contact form -------------------- */

#formWrapper .column input[type="text"], #formWrapper .column input[type="email"] {
	width: 100%;
}
#formWrapper .column {
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
#formWrapper .column {
	margin-bottom: 0px;
}
#formWrapper .column.three-fourth {
	margin-bottom:30px;
}
}
#formWrapper input[type="button"] {
	font-size:18px;
}
#formWrapper h4 {
	color:#fff;
	margin-bottom:0;
	font-size:18px;
}

#formWrapper h4 a:hover {
	text-decoration:none;
}
#formWrapper .column_icon_box .desc_wrapper {
	margin:0;
}
@media only screen and (max-width: 767px) {
#formWrapper .column_icon_box .desc_wrapper {
	margin:0;
	margin-bottom:20px;
}
}
a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #DDB5A4;
	color: #fff;
}
#formWrapper .hr_color hr {
	color: #fff;
	background: #fff;
	margin:20px 0 40px 0;
}
@media only screen and (max-width: 767px) {
#formWrapper .hr_color hr {
	color: #fff;
	background: #fff;
	margin:20px 0 40px 0;
}
}
#formWrapper label {
	margin-top:2px;
}
@media only screen and (max-width: 767px) {
#formWrapper label {
	margin-top:0px;
}
}
#formWrapper label a {
	color:#f2f2f2;
	font-weight:normal;
	font-size:16px;
}
#Footer {
	background-color:#DDB5A4;
}
#Footer, #Footer .widget_recent_entries ul li a {
	color: #fff;
}


.column_login {
	width:40%;
	margin: auto auto;
	display:block;
	margin-bottom:60px;
}
@media (min-width: 1600px) {
.column_login {
	width:30%;
	margin-bottom:60px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.column_login {
	width:60%;
	margin: auto auto;
	display:block;
	margin-bottom:60px;
}
}
@media only screen and (max-width: 767px) {
.column_login {
	width:95%;
	margin-bottom:30px;
}
}
.loginWrap {
	background:#fff; 
	padding: 30px; 
	overflow: hidden;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3); 
	background:url(../images/login-bg.png) top center no-repeat #fff; 
	padding-top:230px;
}
#loginWrapper {
	margin-top:30px;
}
#loginWrapper input[type="email"] , #loginWrapper input[type="password"], #loginWrapper input[type="text"] , #loginWrapper input[type="date"] {
	padding: 10px;
	outline: none;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 0;
	font-size: 18px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.1);
	margin-bottom:20px;
}
#loginWrapper input[type="email"]:focus, #loginWrapper input[type="password"]:focus, #loginWrapper input[type="text"]:focus , #loginWrapper input[type="date"]:focus {
	background-color: #ddf3df!important;
	color: #159E84;
	border:1px solid #047058;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
}
#loginWrapper label {
	font-size:18px;
	text-align:center;
	font-weight:normal;
}
#loginWrapper .column.one {
	margin-bottom:10px;
	font-size:16px;
	font-weight:normal;
}
#loginWrapper .column.one.button-flat {
	margin-bottom:0;
}
#loginWrapper .button_theme {
	text-align:center;
	padding:10px 0;
	font-size:18px;
	width:100%;
}
#loginWrapper .hr_color hr {
	color: #f2f2f2;
	background: #f2f2f2;
	margin:0 auto 40px;
}
#loginWrapper .button_theme2 {
	text-align:center;
	padding:10px 0;
	font-size:18px;
	width:100%;
	background-color:#3ABEA7;
}
#loginWrapper a.button_theme2 {
	color:#fff;
}
#loginWrapper .column.one.font-18 {
	font-size:18px;
	padding-bottom:15px;
}
.loginWrap h4 {
	margin-top:10px;
}


.main-content {
	padding-top:50px; 
	padding-bottom:20px; 
	background-image:url(../images/home_restaurant_book_pattern.png);
	overflow:hidden;
}
@media only screen and (max-width: 767px) {
.main-content { 
	background-image:url(../images/home_restaurant_book_pattern.png);
	padding:30px 10px 20px 10px;
}
}

@media only screen and (max-width: 767px) {
.footer_copy {
	padding:0 10px;
}
}
.column_row {
	overflow:hidden;
}
.column_row h2 {
	color:#fff;
	font-weight:bold;
	padding:15px 20px;
	margin:20px 0 50px 0;
	background-color:#deb7a7;
	border-bottom:3px solid #008f77;
	font-size:30px;
}
@media only screen and (max-width: 767px) {
.column_row h2 {
	font-size:22px;
	margin:10px 0 25px 0;
	padding:15px;
}
}
.column_row span.red {
	color:#FA575A;
}
.copyright {
	font-size:16px;
}
@media only screen and (max-width: 767px) {
#Top_bar #logo { display: block; height: 50px; line-height: 50px; padding: 15px 0px; }
#Top_bar .logo { float: left; margin: 0 0px 0 0px;}
}
@media only screen and (max-width: 375px) {
#Top_bar #logo { display: block; height: 40px; line-height: 50px; padding: 5px 0px; }
#Top_bar .logo { float: left; margin: 0 0px 0 0px;}
}
.register_map {
	position:absolute;
	z-index:9999;
	top:300px;
}
@media only screen and (max-width: 767px) {
.register_map {
	position:absolute;
	z-index:9999;
	top:0px;
}
}
#popup_contact img {
	width:100%;
	border:1px solid #ccc;
	border-radius:50%;
	width: 55px;
  	height: 55px;
	object-fit: fill;
}
#popup_contact .button_js {
	background: none!important;
	box-shadow: none;
	border: none
}
#popup_contact a.button:hover {
	background: none!important
}
#Top_bar .menu > li #popup_contact a:after {
	background: none;
}
#popup_contact p {
	font-size:18px;
}
#popup_contact .button_theme {
	margin-bottom:0;
}


#popup_contact { position: relative; padding:18px 0 0 40px; right:0;  bottom: 0px; z-index: 220;  }
.nice-scroll #popup_contact { right: 0px;}
#popup_contact > a.button { width: 60px; height: 60px; line-height: 60px; font-size: 20px; margin:0;  text-align: center; color:rgba(0,0,0,0);background:none;}
#popup_contact > a.button:hover { text-decoration: none; }
#popup_contact .popup_contact_wrapper { width: 250px;  padding: 15px 15px 10px 15px; background: #fbfbfb;box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);  position: absolute; top:95px; right: 0; display: none; z-index:9999; }
#popup_contact.focus .popup_contact_wrapper { display: block; z-index:9999; }
#popup_contact .popup_contact_wrapper span.arrow { position: absolute; right: 15px; bottom: -8px; margin: 0 auto; width: 0px; height: 0px; display: block; border-top: 8px solid #fbfbfb; border-right: 8px solid transparent; border-left: 8px solid transparent; }

#popup_contact .popup_contact_wrapper form {}
#popup_contact .popup_contact_wrapper form input[type="text"], #popup_contact .popup_contact_wrapper form input[type="email"], #popup_contact .popup_contact_wrapper form textarea { background: #fff; margin-bottom: 10px;  }
#popup_contact .popup_contact_wrapper form textarea { resize:vertical; min-height: 100px; }
#popup_contact .popup_contact_wrapper form input[type="submit"] { margin: 0; float: right; }

#popup_contact .wpcf7-form.invalid > p:after { display: block; }
#popup_contact .wpcf7-form-control-wrap { display: inline-block; margin-right: 0; width: 100%; }
#popup_contact div.wpcf7 img.ajax-loader { margin-top: 10px; }

.popup_contact_wrapper .button_menu {
	border-top:3px solid #ddb5a4;
	padding:12px 0;
	margin:0;
	font-size:18px;
	width:100%;
	overflow: hidden;
}
.popup_contact_wrapper .button_menu .icon {
	display: inline;
	width:12%;
	float:left;
}
.popup_contact_wrapper .button_menu .text {
	display: inline;
	width:88%;
	float:left;
}
@media (min-width: 768px) and (max-width: 991px) {
.popup_contact_wrapper .button_menu .icon {
	display: inline;
	width:5%;
	float:left;
}
.popup_contact_wrapper .button_menu .text {
	display: inline;
	width:95%;
	float:left;
}
}
@media only screen and (max-width: 767px) {
.popup_contact_wrapper .button_menu .icon {
	display: inline;
	width:5%;
	float:left;
}
.popup_contact_wrapper .button_menu .text {
	display: inline;
	width:95%;
	float:left;
}
}


@media (min-width: 768px) and (max-width: 991px) {
#popup_contact { position: relative; padding:20px 0 10px 0px; }
#popup_contact .popup_contact_wrapper { width: 250px;  padding: 15px 15px 0px 15px; background: #fbfbfb;box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);  position: absolute; top:75px; left: 20px; display: none; }
}

@media only screen and (max-width: 767px) {
#popup_contact { position: relative; padding:20px 0 10px 0px; }
#popup_contact .popup_contact_wrapper { width: 250px;  padding: 15px 15px 0px 15px; background: #fbfbfb;box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);  position: absolute; top:75px; left: 20px; display: none; }
}


