/*Make sure your selectors are very specific, you can accidentally overide builder css if you are not careful*/
/*Do not edit positioning, width, height in CSS, set that in the markup*/
/*CSS Changes, are somewhat permanent, user cannot change these, they can overide them via element inline style, but thats about it*/
/*  background  */
.spay.default {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
}

.spay.default.pagebg {
	background-image: url('assets/spay-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
/*.spay.default #page-wrapper {
	width:960px;
	margin:0 auto;
}*/
.spay.default .content-bg {
	background-color: #fff;
}
.spay.default p,
.spay.default h1,
.spay.default h2,
.spay.default h3,
.spay.default h4,
.spay.default h5,
.spay.default h6 {
 padding: 0;
 margin: 0;
}
.spay.default .deco-divider-line {
	background: url('assets/spay-deco-divider.png') 0 0 no-repeat;
}
.spay.default .divider-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.spay.default .big-divider-hor {
	background: url('assets/spay-h-line.png') 0 0 no-repeat;
}
.spay.default .short-divider-hor {
	background: url('assets/spay-h-line-short.png') top center no-repeat;
}


/****************/
/* neo main nav */
/****************/
.spay.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Ubuntu, sans-serif;
}
.spay.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 90px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	text-align: left;

	border-left-color: rgb(51, 51, 51);
	border-left-style: none;
	border-left-width: 0;
	border-right-color: rgb(51, 51, 51);
	border-right-style: none;
	border-right-width: 0;
	border-bottom-color: rgb(51, 51, 51);
	border-bottom-style: none;
	border-bottom-width: 0;
	border-top-color: rgb(51, 51, 51);
	border-top-style: none;
	border-top-width: 0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.spay.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.spay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	text-align: left;
}
.spay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #ed7616;
}
.spay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	text-align: left;
}
.spay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #ed7616;
}

/***************/
/* neo sub nav */
/***************/
.spay.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.spay.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #402d2d;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: left;

	border-left-color: rgb(51, 51, 51);
	border-left-style: none;
	border-left-width: 0;
	border-right-color: rgb(51, 51, 51);
	border-right-style: none;
	border-right-width: 0;
	border-bottom-color: #ed7616;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: rgb(51, 51, 51);
	border-top-style: none;
	border-top-width: 0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.spay.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.spay.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #402d2d;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}
.spay.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #ed7616;
}
.spay.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #402d2d;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}
.spay.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #ed7616;
} 



/* header logo */

.spay.default .co-divider-left {
	background: url('assets/spay-co-name-line-left.png') 0 0 no-repeat;
}
.spay.default .co-divider-right {
	background: url('assets/spay-co-name-line-right.png') 0 0 no-repeat;
}
.spay.default h1 {
	color: #502e1e;
	opacity:1;
	text-align: center;
	font-family: 'Allura', cursive;
	font-size: 65px;
	line-height: 120%;
}
.spay.default h2 {
	color: #ed7616;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 100%;
}
.spay.default h3.col-text {
	color: #502e1e;
	text-align:center;
	display: block;
}
.spay.default h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height:100%;
}
.spay.default h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height:150%;

}
.spay.default h4.col-txt-h {
	color: #ed7616;
	text-align:left;
	display: block;
}

.spay.default p.col-txt {
	color: #606060;
	line-height:24px;
	text-align:left;
	display: block;
}
.spay.default .text-plugin {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	line-height:24px;
}

.spay.default .big-red {
	background: url('assets/spay-bottom-bar.jpg') no-repeat;
}
.spay.default .round-img {
	border: 4px solid #ffffff;
	-webkit-border-radius: 57px;
	-moz-border-radius: 57px;
	border-radius: 57px;
}
.spay.default .divider-hor-r {
	background: url('assets/spay-f-lines.png') top center no-repeat;
}
.spay.default h5 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
}
.spay.default h5.specials-txt {
	color: #ffffff;
	text-align: center;
	display: block;
	padding-top: 11px;
}
.spay.default p.footer-info {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #502e1e;
	line-height:18px;
	text-align:left;
	display: block;
}
.spay.default p.copyright {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	line-height:35px;
	text-align:center;
	display: block;
}
/*.spay.default .copyright p,
.spay.default .footer-info p {
	margin: 0;
}*/
.spay.default h3.heading {
	font-size: 24px;
	line-height:26px;
	text-align:center;
	display: block;
	text-transform: capitalize;
}
.spay.default h4.contact-heading {
	font-weight: 600;
	font-size: 20px;
	color: #ed7616;
	line-height:150%;
	text-align:left;
	display: block;
	text-transform: capitalize;
}
.spay.default p.white-txt {
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height:22px;
	text-align:left;
	display: block;
	font-weight: normal;
}
.spay.default .left-white {
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
}
.spay.default .about-round {
	border: 6px solid #ed7616;
	-webkit-border-radius: 122px;
	-moz-border-radius: 122px;
	border-radius: 122px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
}
.spay.default .about-2 {
	border: 8px solid #ffffff;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
}
.spay.default .right-red {
	background-color: #502e1e;
	border: 8px solid #ffffff;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
}
.spay.default .menu-circles {
	border: 7px solid #ed7616;
	-webkit-border-radius: 94px;
	-moz-border-radius: 94px;
	border-radius: 94px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
}

.spay.default .map {
	border: 8px solid #ffffff;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
}
.spay.default .form-bg {
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.2);

}

/* text styles */


.spay.default p.home-info,
.spay.default p.sub-home-info {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	color: #fff;
	line-height:22px;
	text-align:center;
	padding: 8px 0;
}
.spay.default h6.home-info,
.spay.default h6.sub-home-info {
	color: #fff;
	text-align:center;
	display: block;
}
.spay.default h6 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	line-height:24px;
}
.spay.default h6.reservation {
	font-size: 24px;
	color: #fff;
	line-height:30px;
	text-align:center;
	display: block;
}

.spay.default p.reg-txt {
	font-weight: 400;
	font-size: 14px;
	color: #502e1e;
	line-height:22px;
	display: block;
	font-weight: normal;
}
.spay.default p.first-line {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 800;
	font-size: 47px;
	color: #502e1e;
	line-height:56px;
	display: block;
	letter-spacing: -3px;
}
.spay.default p.f-before {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 23px;
	color: #502e1e;
	line-height:25px;
	display: block;
}
.spay.default p.f-after {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #ed7616;
	line-height:20px;
	letter-spacing: -1px;
	display: block;
}
.spay.default p.second-line {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #ed7616;
	line-height:19px;
	display: block;
}
.spay.default p.third-line, 
.spay.default p.fourth-line {
	font-family: 'Parisienne', cursive;
	font-size: 25px;
	color: #502e1e;
	line-height:27px;
	font-weight: bold;
	display: block;
}

/*form*/

.spay.default #FormHeading-id {
	display: none;
}

.spay.default div.form-plugin label {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #606060;
    text-transform: lowercase;
    width: 240px;
    text-transform: capitalize;
    display: block;
    padding-bottom: 2px;
}
.spay.default div.form-plugin table table label {
	font-weight: normal ;
}
.spay.default div.form-plugin input[type="text"],
.spay.default div.form-plugin textarea {
	border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;
	background-color: #ffffff ;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.2) ;
	-moz-box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.2) ;
	box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.2) ;
	border: 1px solid #c2c2c2 ;
	outline: none ;
	padding: 5px ;
	font-family: 'Ubuntu', sans-serif ;
	font-size: 16px ;
	color: #502e1e ;
	width: 220px;
	min-width: 220px;
}
.spay.default div.form-plugin textarea {
	width: 460px;
	min-width: 460px;
	height: 60px;
}
.spay.default div.form-plugin .form-element-wrapper {
	display: block;
	padding-bottom: 4px;
}
.spay.default div.form-plugin .form-element-wrapper#email-id,
.spay.default div.form-plugin .form-element-wrapper#phone-id {
	display: inline-block !important;
	width: 237px ;
}
.spay.default #subject-id input[type="text"] {
	width: 460px;
	min-width: 460px;
}
.spay.default div.form-plugin input[type="submit"] {
	font-family: 'Ubuntu', sans-serif ;
	font-size: 17px ;
	font-weight: bold;
	color: #ffffff;
	border: none ;
	background: #502e1e;
	border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;
	-webkit-box-shadow: 3px 3px 1px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 1px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 1px 0px rgba(50, 50, 50, 0.75);
	padding: 6px 15px;
	margin: 10px auto;
	display: block;
}

/*form end*/
/* HOME */

.spay.default ul li,
.spay.default ol li {
  text-align: left;
}

.spay.default .left {
	text-align: left;
}
.spay.default .center {
	text-align: center;
}
.spay.default .right {
	text-align: right;
}

.spay.default h4.heading-gray {
	font-weight: 800;
	font-size: 18px;
	color: #502e1e;
	line-height:150%;
	display: block;
}
.spay.default h4.heading-red {
	font-weight: 600;
	font-size: 16px;
	color: #ed7616;
	line-height:150%;
	display: block;
}

.spay.default .rounded{ border-radius:100%; border:solid 4px #e57a1c;}