/*
Theme Name: kinship
Author: Collin Bennion
Author URI: http://www.collinbennion.com/
Description: A custom-designed theme for Kinship Restaurant.
Version: 1.0
License: GNU General Public License
License URI: license.txt

-------------------------------------------------------------- */
@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Kinship Lights styles*/

/*COMMON STYLES */
html {
	height: 100%;
}
body {
	font-family: "kepler-std", serif;
	font-size: 16px;
	font-weight: 300;
	background-image: url(images/seamless_paper_texture.png);
    background-size: 50% 50%;
    background-repeat: repeat;
	color: #757577;
}
em {
	font-style: italic;
}
sup { 
    vertical-align: 0.7em;
    font-size: 0.5em;
}
strong {
	font-weight: 600;
	
}
h2 {
	font-weight: 600;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 14px;
}
p {
	font-size: 0.938em;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 26px;
}
a {
	color: #757577;
	text-decoration: none;
}
a:hover {
	color: #b4aea7;
}
a.ondark:hover {
	color: white;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
	font-family: "kepler-std", serif;
	font-size: 0.917em;
	color: #757577;
	font-style: italic;
	width: 100%;
	background: none;
	border: 1px solid #d4d1cf;
	box-sizing: border-box;
	padding: 18px 15px;
	letter-spacing: 0.1em;
	margin: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
button,
input[type="submit"] {
	width: 100%;
	font-family: "kepler-std", serif;
	font-size: 0.917em;
	letter-spacing: 0.2em;
	color: white;
	font-style: italic;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #d4d1cf;
	background-color: #cac8c8;
	padding: 18px 15px;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
button i {
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -7.5px;
}
label {
	font-size: 0.757em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	
}
.container {
	width: 100%;
	padding: 78px 0 0 0;
	margin: 0;
}
.row {
	width: 100%;
	padding: 0;
	margin: 0;
}
.main, .sub-main {
	font-size: 0;
}
.sub-main {
	background-color: #b4aea7;
}
.main-left,
.main-right,
.sub-main-left,
.sub-main-right {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.main-right {
	font-size: 0;
}
.main-left,
.sub-main-left {
	width: 59%;
	padding: 71px 5.78%;
}
.main-right,
.sub-main-right {
	width: 41%;
}
.sub-main-left {
	background-color: #cac8c8;
	padding: 21px 5.07%;
}
.sub-main-left h2 {
	font-weight: 300;
	margin-bottom: 5px;
}
.sub-main-left p {
	line-height: 1.27;
	margin-bottom: 0;
}
.sub-main-right {
	text-align: center;
}
.main-left img,
.main-right img {
	max-width: 100%;
}
.center-link {
	font-weight: 600;
	font-size: 0.969em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
.dinner-menus {
	margin-bottom: 0;
}
/*MAIL CHIMP*/
div.mce_inline_error {
	display: none !important;
}
.response {
	position: absolute;
	width: 101%;
	height: 115%;
	border-radius: 3px;
	border: 1px solid #ececec;
	font-size: 12px;
	font-family: "kepler-std", serif;
	left: 0;
	top: -7.5%;
	z-index: 1;
	padding: 1% 10%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
.response::after {
	display: block;
	content: 'X';
	font-size: 10px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}
.response#mce-error-response {
	background-color: #faf9f7;
	color: red;
}
.response#mce-success-response {
	background-color: #faf9f7;
	color: #998e87;
}
/*HEADER*/
header {
	background-color: #cac8c8;
	width: 100%;
	position: fixed;
	height: 78px;
	z-index: 1000;
	top: 0;
	left: 0;
}
.logo {
	width: 117px;
	height: 63px;
	background-image: url(images/kinship_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: -1000px;
	color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 10px;
	left: 1.95%;
}
.header-nav {
	box-sizing: border-box;
	width: 100%;
	padding-right: 2.5%;
	padding-top: 32px;
	text-align: right;
}
.mobile-nav {
	display: none;
}
.header-nav li {
	display: inline-block;
	font-size: 0.750em;
	text-transform: uppercase;
	color: white;
	letter-spacing: 0.2em;
	margin-left: 25px;
}
.header-nav li a {
	color: white;
	text-decoration: none;
}
.header-nav li a:hover {
	color: #b4aea7;
}

/*HOME*/
.home-main {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.home-info {
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	right: 45.78%;
	bottom: 7%;
	font-size: 14px;
}
.home-info .address {
	font-size: 1.146em;
	letter-spacing: 0.1em;
	line-height: 2;
	position: relative;
	margin-bottom: 0;
}
.home-info .address::before {
	content: '';
	position: absolute;
	width: 79%;
	height: 1px;
	border-bottom: 1px solid #a7a5a5;
	left: 10.5%;
	bottom: 5px;
}
.home-info .address-sub {
	font-size: 0.974em;
	letter-spacing: 0.1em;
	line-height: 1;
}
.address-sub em {
	text-transform: none;
}
a.rez-button {
	display: inline-block;
	font-size: 0.8em;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	color: white;
	padding: 34px 59px;
	background-image: url(images/rez-box-1.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 9px;
}

/*POPUP*/
.popup-container {
	position: fixed;
	z-index: 100000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(180, 174, 167, 0.95);
	padding: 34px 58px;
}
.popup h1 {
	font-size: 1.125em;
	text-align: center;
	text-transform: uppercase;
	color: white;
	letter-spacing: .1em;
}
.popup h2 {
	font-size: 1.125em;
	text-align: center;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	color: white;
	letter-spacing: .075em;
	margin: 1em 0 1em 0;
	
}
.popup p {
	font-size: 0.750em;
	text-align: center;
	color: white;
	letter-spacing: .075em;
	font-style: italic;
	line-height: normal;
	margin: 0;
}
.popup a {
	color: white;
	text-decoration: underline;
}
.popup .close {
	position: absolute;
	color: white;
	cursor: pointer;
	right: 11px;
	top: 7px;
}

/*GALLERY*/
.main {
	position: relative;
}
.gallery {
	width: 41%;
	position: absolute;
	right: 0;
	/*top: 50%;
	transform: translateY(-50%);*/
}
.slide {
	width: 100%;
	position: relative;
}
.image-container {
	background-color: #cac8c8;
	width: 100%;
	text-align: center;
}
.slide img {
	height: 100%;
	width: auto !important;
	display: inline-block !important;
}
.caption {
	text-align: center;
	font-size: 14px;
	margin-top: 12px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	color: #757577;
}


/*FOOTER*/
footer {
	padding-bottom: 142px;
}
.footer-functional {
	box-sizing: border-box;
	margin: 40px 5.78% 34px 5.78%;
	border-top: 1px solid #c5c3c3;
	border-bottom: 1px solid #c5c3c3;
	padding: 10px 1.875%;
	font-size: 0;
}
.footer-nav,
.social,
.signup {
	font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
}
.footer-nav {
	width: 40%;
}
.social {
	width: 20%;
	text-align: center;
}
.signup {
	width: 40%;
	padding: 0 4.05% 0 8.05%;
	position: relative;
}
.footer-nav li {
	font-size: 0.75em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 7.4%;
}
.footer-nav li:nth-last-child(1) {
	margin-right: 0;
}
.social li {
	display: inline-block;
	margin: 0 9.94%;
}
.signup input[type="email"] {
	color: white;
	font-size: 0.917em;
	text-align: center;
	padding: 10px 0;
	background-color: #cac8c8;
	letter-spacing: 0.2em;
}
.signup input::-webkit-input-placeholder {
   color: white;
}
.signup input:-moz-placeholder { /* Firefox 18- */
   color: white;  
}
.signup input::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}
.signup input:-ms-input-placeholder {  
   color: white;  
}
.mc-field-group {
	position: relative;
}
.signup button {
	width: auto;
	background: none;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -7.5px;
	color: white;
	padding: 0;
	border: none;
}
.signup button i {
	position: static;
}
.footer-info {
	box-sizing: border-box;
	font-size: 0;
}
.footer-info p {
	font-size: 1em;
	letter-spacing: 0.15em;
}
.footer-left,
.footer-middle,
.footer-right {
	font-size: 13.75px;
	letter-spacing: 0.15em;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}
.footer-left {
	width: 46.7%;
	text-align: right;
	padding-right: 5%;
}
.footer-middle {
	width: 6.6%
}
.metier-logo {
	margin-top: 5px;
}
.metier-logo img {
	max-width: 100%;
	height: auto;
}
.footer-right {
	width: 46.7%;
	text-align: left;
	padding-left: 5%;
}
.credit,
.credit p {
	font-size: 8.25px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	color: #757577;
	margin-top: 10px;
}
.credit a {
	color: #757577;
}
/*APPLICATION FORM*/
.form-row {
	font-size: 0;
	box-sizing: border-box;
	padding-right: -4.4%;
	margin-bottom: 13px;
}
.full-span,
.half-span,
.third-span {
	font-size: 16px;
	display: inline-block;
	padding-right: 4.4%;
	box-sizing: border-box;
	position: relative;
}
.full-span {
	width: 100%;
}
.half-span {
	width: 50%;
}
.third-span {
	width: 33.33%;
}
.right-align {
	text-align: right;
}
.center-align {
	text-align: center;
}
.chevron-button {
	color: white;
	position: absolute;
	right: 45px;
	top: 42%;
	margin-top: -8px;
	pointer-events: none;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7-mail-sent-ok {
	font-family: "kepler-std", serif;
	font-size: 14px;
	color: #757577;
	font-style: italic;
	letter-spacing: 0.1em;
	border: 1px solid green !important;
	padding: 0 10px;
}

div.wpcf7-mail-sent-ng {
	font-family: "kepler-std", serif;
	font-size: 14px;
	color: #757577;
	font-style: italic;
	letter-spacing: 0.1em;
	border: 1px solid red !important;
	padding: 0 10px;
}

div.wpcf7-spam-blocked {
	font-family: "kepler-std", serif;
	font-size: 14px;
	color: #757577;
	font-style: italic;
	letter-spacing: 0.1em;
	border: 1px solid #ffa500 !important;
	padding: 0 10px;
}

div.wpcf7-validation-errors {
	font-family: "kepler-std", serif;
	font-size: 14px;
	color: #757577;
	font-style: italic;
	letter-spacing: 0.1em;
	border: 1px solid red !important;
	padding: 0 10px;	
}
input.wpcf7-not-valid {
	border: 1px solid red;
}

/*RESERVATIONS*/
#OT_searchWrapperAll {
	height: auto !important;
}


.tock {
	background-image: url(images/reservation-frame-sides.png);
	background-repeat: repeat-y;
	background-size: contain;
	position: relative;
	box-sizing: border-box;
	margin: 90px auto 0 auto;
	width: 94.87%;
	padding: 0 16% 20px 16%;	
	font-size: 16px;
	min-height: 120px;
}
.tock::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 26px;
	background-image: url(images/reservation-frame-top.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	top: -26px;
	left: 0;
}
.tock::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 26px;
	background-image: url(images/reservation-frame-bottom.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	bottom: -26px;
	left: 0;
}
.tock button {
	position: absolute;
	top: 60%;
	margin-top: -28px;
	width: 80%;
	left: 10%;
}
.tock h3 {
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: .2em;
	text-align: center;
	padding-top: 14px;
	
}


.opentable {
	background-image: url(images/reservation-frame-sides.png);
	background-repeat: repeat-y;
	background-size: contain;
	position: relative;
	box-sizing: border-box;
	margin: 90px auto 0 auto;
	width: 94.87%;
	padding: 0 26% 20px 26%;
	font-size: 16px;	
}
.opentable::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 26px;
	background-image: url(images/reservation-frame-top.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	top: -26px;
	left: 0;
}
.opentable::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 26px;
	background-image: url(images/reservation-frame-bottom.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	bottom: -26px;
	left: 0;
}
.tock-res {
	position: absolute;
	top: 60%;
	display: block;
	margin-top: -20px;
	width: 80%;
	left: 10%;
	font-family: "kepler-std", serif;
	font-size: 0.917em;
	letter-spacing: 0.2em;
	color: white;
	font-style: italic;
	box-sizing: border-box;
	border: 1px solid #d4d1cf;
	background-color: #cac8c8;
	padding: 18px 15px;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	text-align: center;
}
a.tock-res:hover {
	background-color: #56554f;
	color: white;
}

#OT_searchWrapper {
	height: auto !important;
}
#OT_logo {
	text-align: center !important;
}
#OT_logoLink {
	text-align: center !important;
}
#OT_logoLink a {
	padding: 0 !important;
	font-family: "kepler-std", serif !important;
}
#OT_searchWrapper .OT_feedTitle {
	font-family: "kepler-std", serif;
	position: static !important;
	text-align: center;
	font-size: 15px !important;
	padding-top: 11px !important;
}
#OT_searchWrapper dl {
	position: static !important;
	padding-top: 4px !important;
}
#OT_searchWrapper dl dt,
#OT_searchWrapper dl dd {
	font-family: "kepler-std", serif !important;
	position: static !important;
	box-sizing: border-box;
	width: 100%;
	text-align: center !important;
}
#OT_searchWrapper dl dt {
	font-size: 12px !important;
	text-transform: uppercase;
	margin-top: 15px;
}
#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar {
	width: 100% !important;
	font-family: "kepler-std", serif !important;
	font-size: 18px !important;
	background: #cac8c8;
	text-align: center;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}
#OT_searchWrapper #dateDisplay {
	display: none !important;
}
#OT_logo a {
    font-family: "kepler-std", serif;
    font-size: 10px;
    font-style: italic;
}
input[type="submit"].opentable-submit {
	color: #757577;
	background: none;
	display: inline;
	text-align: right;
	font-size: 15px;
	border: none;
	padding: 0;
	font-style: normal;
	text-transform: uppercase;
}
.opentable-logo {
	margin-top: 30px;
}