/* put below your custom css code for VikRestaurants */

body.page-title-console > #content > .wp-block-columns.banner {
	display:none!important;
}

body.page-title-console > header {
	display:none!important;
}

.vrcustomfields .vrtextarea {
	color: inherit;
	font-family: inherit;
	font-size: 15px;
	margin-left: 5px;
}

.vrcustomfields .vr-cf-checkbox-wrap {
	width: 100%;
}

.vrcustomfields .vr-cf-checkbox-wrap a:link {
	text-decoration: underline;
}

.vrreservationform form legend {
	font-family: 'Encode Sans', sans-serif;
	font-weight: normal;
}

.vrreservationform span {
    font-size: 14px;
}

.vrreservationform .vrsearchinputdiv {
    text-align: left;
    margin: 0;
    /*padding: 0 0 40px 0;*/
    border: none;
    font-size: 17px;
}

.vrreservationform fieldset.final {
    padding: 0 0 10px 0;
}

.vrreservationform fieldset label {
    width: 100%;
    height: 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 14px;
    padding: 0 0 30px 0;
    text-indent: 0;
    margin: 0!important;
    border: none;
    text-transform: UPPERCASE;
    display: inline-block;
}

.vrreservationform .wpcf7-list-item-label {
    vertical-align: absmiddle;
}

.vrloginfieldsdiv input:not(.button),
.vikrestaurants-page-opmanageres form#vrmanageform div.vrfront-manage-form div.postbox-container div.postbox div.inside .control input:not(.button),
.vikrestaurants-page-opmanageres form#vrmanageform div.vrfront-manage-form div.postbox-container div.postbox div.inside .control select,
.vrreservationform fieldset textarea,
.vrreservationform fieldset input:not(.button),
.vrreservationform fieldset select,
.vrcustomfields .vrinput,
.vrcustomfields .vrtextarea {

/*    line-height: auto;
    padding: 10px;
    margin: 0;
    background-color: var(--white);
    color: var(--mine-shaft);
	border: 2px solid var(--flamingo)!important;*/
}


.form #vrpayform input:not(.btn):not([type=checkbox]),
.form #vrpayform select {
    padding: 1.0em;
}

.form #vrpayform input.vrinvalid:not(.btn):not([type=checkbox]):valid,
.form #vrpayform select.vrinvalid:not(.has-val) {
    border: 2px solid var(--monza)!important;
}


.form #vrpayform .vrcustomfields .cf-label span:not(.vrrequired) {
	display: none!important;
}

.form #vrpayform .vrcustomfields .cf-label span.vrrequired {
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 20px;
}

.form #vrpayform .vrcustomfields .cf-value label {
    width: 100%;
    height: 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 14px;
    padding: 0 0 30px 20px;
    text-indent: 0;
    margin: 0!important;
    border: none;
    text-transform: UPPERCASE;
    display: inline-block!important;
	position: relative;
}


.vrreservationform fieldset .vre-select {
    height: inherit !important;
    line-height: 1.2em;
    padding: 0.8em 1em;
}

/**/

#vrpayform {
	margin-top: 50px;
}

.vrloginfieldsdiv input:not(.button),
.vrcustomfields .vrinput,
.vrcustomfields .vrtextarea {
	font-size: 18px;
	max-height: 117px;
	display: inline-block;
	transition: border 0.4s ease-in-out 0s;
	border-radius: 8px;
	-webkit-appearance: none;
	width: 100%!important;
	max-width: 300px!important;
}

.vrcustomfields .vrinput:focus,
.vrcustomfields .vrtextarea:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.vrcustomfields .vrinput:focus,
.vrcustomfields .vrtextarea:focus {
	outline:inherit!important;
}

.vrcustomfields div .cf-label {
    width: 100%;
    height: 16px;
    font-size: 16px!important;
    font-weight: normal;
    line-height: 14px;
    padding: 0 0 30px 0;
    text-indent: 0;
    margin: 0!important;
    border: none;
    text-transform: UPPERCASE;
    display: inline-block;
	top: -20px!important;
}

.vrcustomfields .cf-bar:before, .vrcustomfields .cf-bar:after 	{
	display: none!important;
}

.vrcustomfields div .phone-field .cf-label:not(.focus),
.vrcustomfields div .cf-label {
	left: 5px!important;
}

.vrcustomfields input[type="checkbox"] {
	margin-right: 10px!important;
}

#vr-pay-box .vrpaymentouternotes {  /* Revents it being displayed above CC input when it was already displayed on the previous screen  */
	display: none;
}

@media (min-width: 972px) { /* Min! */

	.vrformfieldset {
		display: flex;
		justify-content: space-between;
		gap: 1.0em;
		flex-wrap: wrap;
		align-items: self-end;
	}

	.vre-calendar-wrapper {
		flex-basis: 48%;
	}

	#vrpayform .vrcustomfields {
		display: flex;
		flex-wrap: wrap;
	}

	#vrpayform .vrcustomfields > div:not(.vr-cf-checkbox-wrap) {
		margin-bottom: 20px;
		width: 40%;
	}

	.vrorderpagediv {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}
}

.vrorderboxcontent h3.vrorderheader {
	color: var(--mine-shaft)!important;
	text-transform: none;
	font-size: 1.6em;
	letter-spacing: -0.5px;
	font-style: inherit;
	font-family: 'Encode Sans', sans-serif;
}

.vrorderboxcontent {
    padding: 0 20px 20px 20px;
	background: #fff;
	position: relative;
    margin: 0 0 28px 0;
    background: transparent;
    border: 1px solid #ccc;
	border-radius: 10px;
}

@media (min-width: 972px) {

	.vrorderboxcontent {
		width: 48%;
	}

}

/**/

.vrreservationform fieldset .vre-select {
	height: auto!important;
}

@media (max-width: 480px) {

	.vre-calendar-wrapper::before {
	    top: 32px!important;
	}

    .vrreservationform fieldset label {
        line-height: 1.5em;
    }

    .vrreservationform fieldset textarea {
        height: 80px;
    }
}

.vrreservationform .hidden {
    visibility: hidden;
}


/* Calendar */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    /*color: var(--flamingo)!important;*/
}


div.vikrestaurants-page-restaurants .notice,
div.vikrestaurants-page-reservation .notice {
	background: var(--bondi-blue);
    padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	color: var(--white);
	border-radius: 20px;
}

div.vikrestaurants-page-restaurants .notice p {
	margin-bottom: 0;
}

div.vikrestaurants-page-restaurants .notice.notice-error {
	background: #d02838;

}

/* Console */

.vrloginblock {
    max-width: 400px;
    margin: 180px auto!important;
}

.vrfront-manage-btn.move-right {
    float: left!important;
}

.fas.fa-plus-circle:before { /* No idea why this is missing from Vik' font-awesome.min.css! https://fontawesome.com/v5/cheatsheet */
    content:"\f055"
}

form#vroversightform.vrfront-manage-form div.vre-map-svg-wrapper > div {
    min-height: 50px!important;
    /*display: none!important;*/ /* Might need to remove this if can't scroll */
}

form#vroversightform.vrfront-manage-form div.vre-map-svg-wrapper > div > .svg-scrollable {

}

form#vroversightform.vrfront-manage-form > div.vre-map-svg-wrapper > div > div.svg-scrollable > svg#vre-svg-canvas.room-svg {
}

.form #vrpayform .vrcustomfields .cf-value label.cf-label {
	font-size:0!important;
	position:absolute!important;
}

.vikrestaurants-page-confirmres form#vrpayform div.vrcustomfields.custom-fields-material div.cf-control.control-custom-field div.cf-value div.vr-cf-checkbox-wrap label {
    display: block;
    position: absolute;
    width: 470px;
    line-height: 20px;
}

body.page-title-reservation div.wp-block-column.form > div > div.vrorderpagediv > div.vrorderboxcontent{
	background: #fff;
}

.form #vrpayform .vrcustomfields .cf-value label:not(.cf-label) {

}


.vikrestaurants-page-opdashboard div.vroversighthead h2,
.vikrestaurants-page-oversight div.vroversighthead h2 {
    display: none;
}

#vrmanageform,
#vrmanageform .vre-select,
.vikrestaurants-page-opdashboard,
.vikrestaurants-page-opreservations,
.vikrestaurants-page-opreservations .vre-select,
.vikrestaurants-page-oversight,
.vikrestaurants-page-oversight .vre-select {
    font-size: 14px;    /* Reduce the console fonts */
}

.vrdash-container.overview .badge {
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--white);
    border-radius: 2px;
}

@media (min-width: 1700px) {
    .vr-livemap-modal {
        right: 10vw;
    }
}

.vroversight-room-block a {
    color: #606060;
}

.vroversight-room-block.vroversight-room-selected a,
.vr-livemap-rtitle a,
.vr-livemap-modal a {
    color: #000;
}

div.vr-livemap-rcont div.vr-livemap-modal ul li.separator { /* Hide "Kitchen" */
    display: none!important;
}

.vr-livemap-modal ul li {
    padding: 0;
}

.vr-livemap-modal ul li a {
    padding: 10px;
}

@media (min-width: 972px) {

	.vikrestaurants-page-opmanageres form#vrmanageform div.vrfront-manage-form div.postbox-container div.postbox div.inside {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}

	.vikrestaurants-page-opmanageres form#vrmanageform div.vrfront-manage-form div.postbox-container div.postbox div.inside .control {
		margin-bottom: 20px;
		/*width: 40%;*/
	}

}

button#vrconfcontinuebutton,
button.vrresultbookbuttoncontinue,
button.vrresultbookbuttonfind,
button.vrsearchsubmit {
   	box-sizing: border-box;
 	background: transparent!important;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	min-width: 180px;
    color: var(--white);
	transition: all 0.4s ease-in-out!important;
	border-radius: 12px!important;
	letter-spacing: 1px;
    border: 2px solid var(--grey);
    padding: calc(.667em - 2px) calc(1.333em + 2px) calc(.667em + 2px) calc(1.333em + 2px);
	cursor: pointer;
}

button#vrconfcontinuebutton:hover,
button.vrresultbookbuttoncontinue:hover,
button.vrresultbookbuttonfind:hover,
button.vrsearchsubmit:hover {
	background-color: transparent;
    border: 2px solid var(--monza);
}

.row-grey button#vrconfcontinuebutton,
.row-mid-grey button#vrconfcontinuebutton,
.row-grey button.vrresultbookbuttoncontinue,
.row-mid-grey button.vrresultbookbuttoncontinue,
.row-grey button.vrresultbookbuttonfind,
.row-mid-grey button.vrresultbookbuttonfind,
.row-grey button.vrsearchsubmit,
.row-mid-grey button.vrsearchsubmit {
    border: 2px solid var(--white);
}

.row-grey button#vrconfcontinuebutton:hover,
.row-mid-grey button#vrconfcontinuebutton:hover,
.row-grey button.vrresultbookbuttoncontinue:hover,
.row-mid-grey button.vrresultbookbuttoncontinue:hover,
.row-grey button.vrresultbookbuttonfind:hover,
.row-mid-grey button.vrresultbookbuttonfind:hover,
.row-grey button.vrsearchsubmit:hover,
.row-mid-grey button.vrsearchsubmit:hover {
    border: 2px solid var(--monza);
}

.row-white button.vrsearchsubmit {
	color: var(--mine-shaft)!important;
}

.row-mid-grey #vrsearchform,
.row-mid-grey .vrresultsummarydiv {
    color: var(--white);
}

.vrformfieldset legend,
.vrordertitlediv {
    font-size: 1.4em;
    padding: 0;
    width: auto;
    margin-bottom: 30px;
}

#vrroomdescriptionactionlink {
	margin-top: 20px;
	font-size: 17px;
	border: 2px solid blue;
	display: block;
}

div.vikrestaurants-page-restaurants .notice.notice-error,
#vrpayform #vrordererrordiv,
.vrresultbookdiv {
	font-size: 20px;
	text-align: center;
	padding: 20px;
	background-color: var(--bondi-blue);
	color: var(--white);
	transition: all 0.4s ease-in-out 0s;
    border-radius: 20px;
    border-color: var(--white);
	line-height: 2.0em;
}

div.vikrestaurants-page-restaurants .notice.notice-error,
#vrpayform #vrordererrordiv {
	background-color: var(--monza);
}

.vrcustomfields input[type="checkbox"] {
    width: 30px;
    height: 30px;
	-webkit-appearance: checkbox;
	margin-right: 0!important;
}

.vrcustomfields .vr-cf-checkbox-wrap .cf-value {
    display: flex;
    align-items: center;
}

.form #vrpayform .vrcustomfields .cf-value label[for="vrcfinput13"] {
	padding-bottom: 0!important;
}

.iti__flag-container {
    display: none;
}

.vrformfieldset .vrsearchinputdiv {
    border-bottom: none!important;
}

/* ---------------------------------------------------------------- */

.vrfront-manage-titlediv {
	margin-top: 30px;
}

form#vroversightform.vrfront-manage-form div.vre-map-svg-wrapper div,
div.postbox-container div.postbox div.inside div#rooms-maps-wrapper div#vre-map-svg-wrapper1.vre-map-svg-wrapper div {
	max-height: 300px!important;
	margin-bottom: 20px;
}

.badge-info {
    background-color: #808080!important;
    color: #fff;
    padding: 5px;
}

/* ---------------------------------------------------------------- */

.vrloginblock  #backtoblog {
	color:#fff;
}

.vrloginblock  #backtoblog,
.vrloginblock  #nav {
    font-size: 17px;
}

.vrloginblock {
	background-color: #404040;
	border-radius: 20px!important;
}

.vrloginblock * {
	color: #ccc;
}

.vrloginblock  h1 a {
    background-image: url('/wp-content/themes/block-theme/images/assets/syc-log-neg.png');
    background-size: 100% 100%;
    width: 194px;
    height: 100px;
    display: block!important;
}

.vrloginblock  label {
    font-size: 16px;
    color: #fff;
}

.wrap.plugin-container.vikrestaurants-page-allorders {
	background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    color: #000;
}

html body.page-template-default.logged-in.wp-embed-responsive.site-home.page-title-reservation.tribe-js.tec-no-tickets-on-recurring.tribe-theme-block-theme div#content div.wp-block-columns.margin-bottom-none.padding-top-none.padding-bottom-none.tiles.two-to-one.is-layout-flex.wp-container-core-columns-layout-4.wp-block-columns-is-layout-flex.triggered div.wp-block-column.form.padding-top-medium.padding-bottom-large.padding-left-large.padding-right-large.row-mid-grey.is-layout-flow.wp-block-column-is-layout-flow div.wrap.plugin-container.vikrestaurants-page-allorders div.vr-allorders-switch-tabs div.switch-box.active a,
.wp-block-column.row-mid-grey .wrap.plugin-container.vikrestaurants-page-allorders .vr-allorders-switch-tabs .switch-box.active .vr-allorders-switch-tabs .switch-box a {
	color: #000!important;
	font-size:20px!important;
	display: block;
	width: 300px;
}

.wrap.plugin-container.vikrestaurants-page-allorders .vr-allorders-tinylist .list-order-bar .order-view-button a {
	font-size: 12px!important;
}

.wrap.plugin-container.vikrestaurants-page-allorders .vr-allorders-switch-tabs .switch-box.active {
    background-color: transparent!important;
	border: none!important;
}

.vrloginblock  input[type="password"],
.vrloginblock  input[type="email"],
.vrloginblock  input[type="text"]{
    background-color: #606060;
    border: none;
    -webkit-border-radius: 4px;
}

.vrloginblock  .button-primary {
    width: 120px;
    float:right;
    box-sizing: border-box;
    background: transparent;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    min-width: 120px;
    color: #fff;
    transition: all 0.4s ease-in-out!important;
    border-radius: 12px;
    letter-spacing: 1px;
    border: 2px solid #999999;
    padding: calc(.667em - 2px) calc(1.333em + 2px) calc(.667em + 2px) calc(1.333em + 2px);
}

.vrloginblock  #lostpasswordform .button-primary,
.vrloginblock  #bhx_changeemailform .button-primary {
    width: auto;
    float:none;
    min-width: 120px;
}

.vrloginblock  .button-primary:hover,
.vrloginblock  .button-primary:active {
    background: transparent;
    border: 2px solid #dc0002;
	cursor: pointer;
}

.vrloginblock  .button.wp-generate-pw,
.vrloginblock  #pass-strength-result {
	color: #000!important;
}

.vrloginblock  #nav a {
    color: #ccc;
}

p.message {
	background-color: #404040!important;
	border-radius: 4px;
	color: #fff;
}

p.custom-login-message {
	text-align: center;
	color: #808080;
	margin-bottom: 20px;
	font-size: 1.0em;
}

p.custom-login-message strong {
	color: #ccc;
}

.vrloginblock  form.blocksolid_ha {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 26px 24px 34px;
	font-weight: 400;
	font-size: 15px;
	overflow: hidden;
	background: #fff;
	background-color: rgb(255, 255, 255);
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 3px rgba(0,0,0,.04);
	max-width: 400px;
}

.vrloginblock .input,
.vrloginblock input[type="password"],
.vrloginblock input[type="email"],
.vrloginblock input[type="text"] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
	display:block;
}

.vrloginblock input[type="checkbox"] {
    width: 20px;
    height: 20px;
	-webkit-appearance: checkbox;
	margin-right: 0!important;
	width: 30px !important;
}

.vrloginblock p.login-submit {
	padding-bottom: 30px;
}

.vrloginblock  form.blocksolid_ha .input.error {
	border: 1px solid #f00;
}

p#bh_password_reset_message.error,
p#bh_email_update_message.error {
	color: var(--monza);
}
